@font-face {
  font-family: "Cooper Hewitt Light";
  src: url("fonts/CooperHewitt-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt Medium";
  src: url("fonts/CooperHewitt-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("fonts/RobotoMono-VariableFont_wght.ttf");
  font-weight: 1 999;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("fonts/RobotoMono-Italic-VariableFont_wght.woff") format("woff");
  font-weight: 1 999;
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Istok Web";
  src: url("fonts/IstokWeb-Regular.woff2") format("woff2"), url("fonts/IstokWeb-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Istok Web";
  src: url("fonts/IstokWeb-Italic.woff2") format("woff2"), url("fonts/IstokWeb-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Istok Web Bold";
  src: url("fonts/IstokWeb-Bold.woff2") format("woff2"), url("fonts/IstokWeb-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "EB Garamond";
  src: url("fonts/EBGaramond-VariableFont_wght.woff2") format("woff2"), url("fonts/EBGaramond-VariableFont_wght.woff") format("woff");
  font-style: normal;
  font-weight: 1 1000;
}
@font-face {
  font-family: "EB Garamond";
  src: url("fonts/EBGaramond-Italic-VariableFont_wght.woff2") format("woff2"), url("fonts/EBGaramond-Italic-VariableFont_wght.woff") format("woff");
  font-style: italic;
  font-weight: 1 1000;
}
:root {
  --font-family-HeadL: "Istok Web Bold", sans-serif;
  --font-family-HeadM: "Istok Web Bold", sans-serif;
  --font-family-TxtN: "Roboto Mono", monospace;
  --heading-base: 0.8rem;
}

.hero {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  text-align: left;
  overflow: hidden;
  /* Ensure content outside the border-radius is hidden */
  padding-top: 2rem;
  border: none;
  border-radius: 2px;
  background-image: url("angler.jpg");
  background-size: cover;
  /* Set border-radius to 2px */
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("angler.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: inherit;
  /* Inherit border-radius from .hero */
  z-index: -1;
  /* Ensure the background is behind the content */
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0% 28% 0 20%;
  margin: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1px;
  border-color: #000000;
}

.hero h1,
.hero p {
  margin: 0;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 20%;
  /* font-family: 'Cooper Hewitt 0px' */
}

h1 {
  font-size: calc(var(--heading-base) * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio));
  color: var(--w_blau);
  font-family: "Istok Web";
}

h2 {
  font-size: calc(var(--heading-base) * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio));
}

h3 {
  font-size: calc(var(--heading-base) * var(--heading-ratio) * var(--heading-ratio));
}

h4 {
  font-family: "Cooper Hewitt Medium";
  font-size: calc(var(--heading-base) * var(--heading-ratio));
}

u {
  font-family: var(--font-family-TxtN);
}

.bold {
  font-weight: 600;
  font-family: "EB Garamond";
  font-style: italic;
}

.toggle-checkbox {
  display: none;
}

.toggle-label {
  font-family: var(--font-family-TxtN);
  font-size: smaller;
  cursor: pointer;
  display: inline-block;
  margin-left: 5%;
  padding: 10px;
  color: white;
  border-radius: 3px;
  background-color: var(--w_blau);
}

.toggle-content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.toggle-checkbox:checked + .toggle-label + .toggle-content {
  display: block;
  opacity: 1;
}

.whbordered {
  border-color: #e56b19 !important;
  border-width: 3px !important;
  border-radius: 6px;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}