@font-face {
  font-family: "SoletoTK";
  font-display: swap;
  src: url("src/fonts/SoletoTK_W_Lt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SoletoTK";
  font-display: swap;
  src: url("src/fonts/SoletoTK_W_Md.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SoletoTKHeadline";
  font-display: swap;
  src: url("src/fonts/SoletoTKHeadline_W_Lt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SoletoTKHeadline";
  font-display: swap;
  src: url("src/fonts/SoletoTKHeadline_W_Md.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "SoletoTK", Arial, Helvetica, sans-serif;
  color: #454545;
}

.generic-geschaeftsbericht .content-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.generic-geschaeftsbericht .navbar {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 1000;
  top: 0;
}
.generic-geschaeftsbericht .navbar__wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.generic-geschaeftsbericht .navbar__content {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  height: 50px;
  position: relative;
  justify-content: space-between;
  z-index: 5;
}
.generic-geschaeftsbericht .navbar__branding {
  width: 80px;
}
.generic-geschaeftsbericht .navbar__logo {
  outline: 0 !important;
  position: absolute;
  left: 1.25rem;
  top: 0;
}
.generic-geschaeftsbericht .navbar__logo-icon {
  height: 65px;
  width: 65px;
}
.generic-geschaeftsbericht .hero {
  background: url("/src/assets/tk-hero.jpg");
  background-position: center;
  height: 200px;
  width: 100%;
  margin-top: 50px;
  display: flex;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.generic-geschaeftsbericht .hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.generic-geschaeftsbericht .hero h1 {
  font-family: "SoletoTKHeadline", Arial, Helvetica, sans-serif;
  font-size: 36px;
  margin: auto;
  color: #ffffff;
  z-index: 3;
}
.generic-geschaeftsbericht .content .teaser {
  padding-top: 55px;
  padding-bottom: 55px;
}
.generic-geschaeftsbericht .content .teaser__dotted-line {
  display: none;
}
.generic-geschaeftsbericht .content .teaser__content {
  padding-top: 1rem;
}
.generic-geschaeftsbericht .content .teaser__image img {
  width: 200px;
  height: 290px;
  object-fit: cover;
}
.generic-geschaeftsbericht .content .teaser .topline {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.generic-geschaeftsbericht .content .teaser h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.generic-geschaeftsbericht .content .teaser a {
  text-decoration: none;
}
.generic-geschaeftsbericht .content .teaser .button {
  position: relative;
  display: inline-block;
  border: 2px solid #454545;
  padding: 0;
  margin: 0;
}
.generic-geschaeftsbericht .content .teaser .button__text {
  margin-right: 55px;
  padding-right: 0;
  display: inline-block;
  font-size: 16px;
  text-align: left;
  line-height: 1;
  padding: 10px;
  outline: none;
  color: #454545;
}
.generic-geschaeftsbericht .content .teaser .button__text::after {
  content: "";
  border-bottom: 2px solid currentColor;
  width: 0;
  max-width: 100%;
  display: block;
  height: 2px;
  transition: width 0.5s cubic-bezier(0.191, 1, 0.22, 1);
}
.generic-geschaeftsbericht .content .teaser .button:hover .button__text::after, .generic-geschaeftsbericht .content .teaser .button:active .button__text::after, .generic-geschaeftsbericht .content .teaser .button:focus .button__text::after {
  width: 100%;
}
.generic-geschaeftsbericht .content .teaser .button__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 55px;
  height: 22px;
  transform: translate(0, -50%);
}
.generic-geschaeftsbericht .content .teaser .button--primary {
  background-color: #000;
  border-color: #000;
}
.generic-geschaeftsbericht .content .teaser .button--primary .button__text {
  color: #fff;
}
.generic-geschaeftsbericht .content .teaser .button--primary svg path {
  fill: #fff;
}
.generic-geschaeftsbericht .content .teaser.latest-egb h2 {
  font-size: 30px;
}
.generic-geschaeftsbericht .footer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #f2f2f2;
  color: #454545;
  min-height: 65px;
}
.generic-geschaeftsbericht .footer__container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.generic-geschaeftsbericht .footer__social-link {
  display: inline-block;
  color: currentColor;
  padding: 20px;
  transition: background-color 0.3s cubic-bezier(0.191, 1, 0.22, 1);
  line-height: 0;
  max-width: 65px;
  text-align: center;
}
.generic-geschaeftsbericht .footer__social-link:hover, .generic-geschaeftsbericht .footer__social-link:active, .generic-geschaeftsbericht .footer__social-link:focus {
  background-color: #c5c4c4;
}
.generic-geschaeftsbericht .footer__social-icon {
  height: 25px;
  width: auto;
}
.generic-geschaeftsbericht .footer__nav ul {
  list-style: none;
  margin: 0;
}
.generic-geschaeftsbericht .footer__nav, .generic-geschaeftsbericht .footer__promo {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-top: 1px solid #c5c4c4;
}
.generic-geschaeftsbericht .footer__nav a, .generic-geschaeftsbericht .footer__promo a {
  display: inline-flex;
  align-items: center;
  color: currentColor;
  font-size: 15px;
  padding: 12px 18px;
  display: inline-block;
  margin-right: 4px;
}
.generic-geschaeftsbericht .footer__nav a .footer__nav a:hover,
.generic-geschaeftsbericht .footer__nav a .footer__nav a:active,
.generic-geschaeftsbericht .footer__nav a .footer__nav a:focus,
.generic-geschaeftsbericht .footer__nav a .footer__promo a:hover,
.generic-geschaeftsbericht .footer__nav a .footer__promo a:active,
.generic-geschaeftsbericht .footer__nav a .footer__promo a:focus, .generic-geschaeftsbericht .footer__promo a .footer__nav a:hover,
.generic-geschaeftsbericht .footer__promo a .footer__nav a:active,
.generic-geschaeftsbericht .footer__promo a .footer__nav a:focus,
.generic-geschaeftsbericht .footer__promo a .footer__promo a:hover,
.generic-geschaeftsbericht .footer__promo a .footer__promo a:active,
.generic-geschaeftsbericht .footer__promo a .footer__promo a:focus {
  text-decoration: underline;
}
.generic-geschaeftsbericht .footer__nav a .footer__nav a:hover .icon,
.generic-geschaeftsbericht .footer__nav a .footer__nav a:active .icon,
.generic-geschaeftsbericht .footer__nav a .footer__nav a:focus .icon,
.generic-geschaeftsbericht .footer__nav a .footer__promo a:hover .icon,
.generic-geschaeftsbericht .footer__nav a .footer__promo a:active .icon,
.generic-geschaeftsbericht .footer__nav a .footer__promo a:focus .icon, .generic-geschaeftsbericht .footer__promo a .footer__nav a:hover .icon,
.generic-geschaeftsbericht .footer__promo a .footer__nav a:active .icon,
.generic-geschaeftsbericht .footer__promo a .footer__nav a:focus .icon,
.generic-geschaeftsbericht .footer__promo a .footer__promo a:hover .icon,
.generic-geschaeftsbericht .footer__promo a .footer__promo a:active .icon,
.generic-geschaeftsbericht .footer__promo a .footer__promo a:focus .icon {
  transform: translateX(25%);
}
.generic-geschaeftsbericht .footer__promo {
  font-weight: bold;
}
.generic-geschaeftsbericht .footer__promo-icon {
  width: 22px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.191, 1, 0.22, 1);
}
.generic-geschaeftsbericht .footer .footer__nav a:hover,
.generic-geschaeftsbericht .footer .footer__nav a:active,
.generic-geschaeftsbericht .footer .footer__nav a:focus,
.generic-geschaeftsbericht .footer .footer__promo a:hover,
.generic-geschaeftsbericht .footer .footer__promo a:active,
.generic-geschaeftsbericht .footer .footer__promo a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 740px) {
  .generic-geschaeftsbericht .navbar__logo-icon {
    height: 80px;
    width: 80px;
  }
  .generic-geschaeftsbericht .hero {
    height: 420px;
    position: relative;
  }
  .generic-geschaeftsbericht .hero h1 {
    font-size: 64px;
    position: absolute;
    bottom: 1.5em;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .generic-geschaeftsbericht .content .teaser {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
  }
  .generic-geschaeftsbericht .content .teaser__content {
    width: 40%;
    padding-left: 5%;
    padding-top: 0;
    text-align: right;
  }
  .generic-geschaeftsbericht .content .teaser__image {
    width: 45%;
  }
  .generic-geschaeftsbericht .content .teaser__dotted-line {
    width: 1px;
    height: 370px;
    display: block;
    border-left: 2px dotted #454545;
    margin: 0 5%;
  }
  .generic-geschaeftsbericht .content .teaser .topline {
    font-size: 18px;
  }
  .generic-geschaeftsbericht .content .teaser h2 {
    font-size: 30px;
  }
  .generic-geschaeftsbericht .content .teaser .button {
    margin-top: 1rem;
  }
  .generic-geschaeftsbericht .content .teaser .button__text {
    padding: 15px 0 10px 20px;
    line-height: 1.2;
  }
  .generic-geschaeftsbericht .content .teaser.latest-egb h2 {
    font-size: 35px;
  }
  .generic-geschaeftsbericht .content .teaser.latest-egb .topline {
    font-size: 20px;
  }
  .generic-geschaeftsbericht .footer.prefaceFooter {
    position: absolute;
    bottom: 0;
  }
  .generic-geschaeftsbericht .footer__nav, .generic-geschaeftsbericht .footer__promo {
    display: inline-flex;
    border-top: 0;
  }
  .generic-geschaeftsbericht .footer__nav ul, .generic-geschaeftsbericht .footer__promo ul {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container {
    display: flex;
  }
  .footer__promo {
    margin-left: auto;
  }
}
.is-hidden-accessible, .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.footer__promo a:not([href^="#"]):not([href^="javascript:"]):not([href^="mailto:"]):not([href^="tel:"]):not([href="/"]):not([href*=localhost]):not([href*="tk-geschaeftsbericht-2020.local"]):not([href*="tk-geschaeftsbericht-2023.local"]):not([href*=".syzygy.de"]):not([href*="gb2022.tk"])::after,
.footer__nav a.with-icon::after,
.footer__promo a.with-icon::after {
  content: "";
  display: inline-block;
  background-image: url("/src/assets/external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  width: 1em;
  margin-left: 4px;
  vertical-align: middle;
}

/*# sourceMappingURL=styles.css.map */
