:root {
  /* TODO adjust variables */
  --main-light-color: 255, 255, 255;
  --sub-light-color: 201, 215, 219;
  --main-dark-color: 26, 51, 61;
  --main-highlight-color: 36, 169, 187;

  --main-font-stack: 'Source Sans 3', Arial, Helvetica, sans-serif;
  --sub-font-stack: 'Source Sans 3', Arial, Helvetica, sans-serif;

  --col-padding: 40px;
}

/* ab 1040px */
@media screen and (min-width: 1040px) {
  /* TODO adjust variables */
  :root {
    --col-padding: 140px;
  }
}

html {
  font-size: 62.5%;
  line-height: 1.4;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

body {
  background: rgb(var(--main-light-color));
  color: rgb(var(--main-dark-color));
  font-family: var(--main-font-stack);
  font-size: 1.8rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

input,
select,
textarea,
a {
  color: rgb(var(--main-dark-color));
}

a:hover,
a:focus {
  color: rgb(var(--main-highlight-color));
  text-decoration: none;
}

h1,
*.h1-like,
*.h1-like > *,
h2,
*.h2-like,
*.h2-like > *,
h3,
*.h3-like,
*.h3-like > * {
  font-weight: 500;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 10 3 4;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
  hyphenate-limit-chars: 10 3 4;
  hyphenate-limit-lines: 4;
  line-height: 1.2;
  word-wrap: break-word;
}

h1,
*.h1-like,
*.h1-like > * {
  color: var(--main-dark-color);
  font-family: var(--sub-font-stack);
  font-size: 4.4rem;
  line-height: 1;
  margin: 0 0 25px;
}

h1:after {
  content: '';
  background: url(/images/icon-logo.svg) no-repeat 0 0 ;
  display: block;
  height: 48px;
  margin: 6rem auto calc(var(--col-padding) * -1.2);
  width: 48px;
}

.home h1:after {
  display: none;
}

h2,
*.h2-like,
*.h2-like > * {
  color: var(--main-dark-color);
  font-family: var(--sub-font-stack);
  font-size: 3.4rem;
  margin: 0;
  padding-bottom: 15px;
}

h1 + h2 {
  padding: 0;
}

h3,
*.h3-like,
*.h3-like > * {
  color: rgb(var(--main-dark-color));
  font-family: var(--main-font-stack);
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin: 0 0 1em;
}

/* ab 1040px */
@media screen and (min-width: 1040px) {
  body {
    padding-bottom: 0;
    font-size: 1.9rem;
  }

  .content {
    text-align: left;
  }

  h1,
  *.h1-like,
  *.h1-like > * {
    font-size: 6.8rem;
  }

  h2,
  *.h2-like,
  *.h2-like > * {
    font-size: 4.8rem;
  }

  h3,
  *.h3-like,
  *.h3-like > * {
    font-size: 2.8rem;
  }

}

.swiper {
  width: 100%;
}

.swiper.single-pic .swiper-button-prev,
.swiper.single-pic .swiper-button-next,
.swiper.single-pic .pause-play-button {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgb(var(--main-dark-color));
}

.slider-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  margin: 0;
}

.topslider-wrapper {
  margin: 108px auto 0;
  max-width: 1694px;;
  position: relative;
  width: 89%;
}

.topslider {
  width: 100%;
  max-width: inherit;
}

.topslider:after {
  background: url(/images/icon-human.svg) no-repeat 0 0;
  background-size: contain;
  content: '';
  height: 61px;
  position: absolute;
  right: 25px;
  top: 0;
  width: 109px;
  z-index: 1;
}

.topslider .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.topslider ul,
.topslider li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.topslider img {
  border-radius: 0;
}

.topslider .swiper-button-prev,
.topslider .swiper-button-next {
  width: 10px;
  height: 20px;
  top: unset;
  bottom: 17px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.topslider .swiper-button-prev {
  left: 50%;
  transform: translateX(calc(-50% - 60px));
}

.topslider .swiper-button-next {
  left: 50%;
  transform: translateX(calc(-50% + 60px));
}

.topslider-text-wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}

.topslider-text {
  color: rgb(var(--main-light-color));
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: .9;
  width: 100%;
}

.topslider-text > span {
  display: block;
}

.topslider-text-2 {
  -webkit-text-stroke-color:rgb(var(--main-light-color));
  text-stroke-color:rgb(var(--main-light-color));
  -webkit-text-stroke-width:2px;
  text-stroke-width:2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topslider .swiper-slide {
  height: auto;
}

.content-wrapper {
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}

.no-topslider .content-wrapper {
  margin-top: var(--header-height);
}

.pre-link {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  background: #fff;
  opacity: 0;
  z-index: -99;
}

.pre-link:focus-visible {
  opacity: 1;
  z-index: 99;
}

body.impressum table {
  margin-bottom: 40px;
}

/*
 * Footer
 */

.footer-wrapper {
  background: rgba(var(--sub-light-color), .5);
  margin: 20px auto;
  max-width: 1560px;
  width: 94%;
}

.footer {
  color: #3A3A39;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 80px 0;
  text-align: center;
}

.footer em {
  font-weight: 400;
}

.footer-box + .footer-box {
  margin-top: 35px;
}

.footer-tel a {
  text-decoration: none;
}

.footer-social {
  margin: 2rem 0 0;
}

.footer-social a {
  display: inline-block;
  text-decoration: none;
}

.footer-social a + a {
  margin-left: 10px;
}

.footer-logo img {
  width: 190px;
}

.footer a.button {
  margin: 0 0 1.5rem;
  min-width: 248px;
}

.footer a.button-cta {
  background: rgba(var(--main-dark-color), 1) url(/images/mail.svg) no-repeat 20px center;
  padding-left: 60px;
}

.footer a.button-phone {
  background: rgba(var(--sub-light-color), 1) url(/images/phone.svg) no-repeat 20px center;
  border-color: rgba(var(--sub-light-color), 1);
  color: rgba(var(--main-dark-color), 1);
  padding-left: 60px;
}

@media screen and (min-width: 1040px) {

  .topslider-wrapper {
    margin: 178px auto 0;
  }

  .topslider:after {
    height: 150px;
    right: 65px;
    width: 268px;
  }

  .topslider-text {
    font-size: 14.5rem;
  }

  .footer-wrapper > * {
    max-width: 1200px;
    width: 90%;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 1.8rem;
  }

  .footer-box + .footer-box {
    margin-top: 0;
  }

  .footer-logo img {
    width: 297px;
  }

}

@media screen and (min-width: 1440px) {
  .footer-wrapper {
    padding: 130px 0 90px;
  }

  .footer {
    position: relative;
    padding: 0;
  }

  .footer-cta {
    position: absolute;
    bottom: 0;
    left: 310px;
  }
}

.legal-wrapper {
  padding: 0 0 60px;
}

/*
 * Copyright
 */
.copyright-wrapper {
  padding: 0 0 20px;
}

.impressum-wrapper {
  text-align: center;
}

.impressum-wrapper a {
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
}

.copyright {
  font-size: 1.2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.copyright-sponsors > * {
  display: block;
  margin: 0 auto 5rem;
}

.copyright-ww .ww-logo svg {
  width: 92px;
  height: auto;
}

/* ab 1040px */
@media screen and (min-width: 1040px) {
  .impressum-wrapper {
    text-align: left;
  }

  .impressum-wrapper a {
    padding: 0 6px;
  }

  .impressum-wrapper span {
    display: none;
  }

  .copyright-wrapper {
    padding: 25px 0 38px;
  }

  .copyright {
    align-items: flex-end;
    flex-direction: row;
  }

  .copyright-sponsors {
    align-items: flex-end;
    display: flex;
    order: 2;
  }

  .copyright-sponsors > * {
    margin: 0 4rem 0 0;
  }

  .copyright-ww {
    order: 1;
  }

  .copyright-ww,
  .copyright-ww * {
    margin: 0;
    text-decoration: none;
  }
}