:root {
  --bs-red: #ff5b3a;
  --bs-dark: #202020;
  --bs-text: #212529;
  --bs-text-light: #565e64;
  --bs-light-grey: #6c757d;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-font-family: "League Spartan",sans-serif;

  --size-h1: calc(1.8rem + 2vw);
  --size-h2: calc(1.8rem + 1vw);
  --size-h3: calc(1.9rem + 0.6vw);
  --size-h4: 1.3rem;
  --size-h5: 1.25rem;
  --size-h6: 1rem;
  --size-p: 1.35rem;

}

::selection {
  color: var(--bs-black);
  text-shadow: none;
  background: #253153;
  color: #fff;
}
.marker::selection {
  color: var(--bs-white);
  text-shadow: none;
  background: var(--bs-dark);
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--bs-font-family);
  font-weight: 200;
}

main {
  margin-top: 90px;
}
@media (max-width: 1221px) {
  main {
    margin-top: 80px;
  }
}

/* ANCHOR fonts :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

 @font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/league-spartan-v6-latin-200.woff2) format("woff2"),
    url(../fonts/league-spartan-v6-latin-200.woff) format("woff");
}
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/league-spartan-v6-latin-300.woff2) format("woff2"),
    url(../fonts/league-spartan-v6-latin-300.woff) format("woff");
}
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/league-spartan-v6-latin-regular.woff2) format("woff2"),
    url(../fonts/league-spartan-v6-latin-regular.woff) format("woff");
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-black);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: .2rem;
  /*hyphens: auto;*/
  /*-ms-hyphens: auto;*/
  /*-moz-hyphens: auto;*/
  /*-webkit-hyphens: auto;*/
}

.h1, h1 {
  font-size: calc(1.8rem + 2vw);
}

.h2,
h2 {
  font-size: var(--size-h2);
  text-transform: uppercase;
  font-weight: 400;
}
.h3,
h3 {
  font-size: var(--size-h3);
}

.h4,
h4 {
  font-weight: 300;
  font-size: var(--size-h4);
  text-transform: uppercase;
}

.h5,
h5 {
  font-size: var(--size-h5);
}

.h6,
h6 {
  font-size: var(--size-h6);
}

p {
  color: var(--bs-text);
  font-size: var(--size-p);
  letter-spacing: 0.1rem;
  line-height: 1.76rem;
}

li {
  font-size: 1.2rem;
  letter-spacing: 0.17rem;
  text-transform: uppercase;
  list-style: none;
}

ul {
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #253153;
}

.t-small {
  font-size: 1.17rem;
  line-height: 1.15rem;
  letter-spacing: 0.12rem;
  margin-top: 0px;
}
.t-xsmall p{
  font-size: 1rem;
  line-height: 1.15rem;
  letter-spacing: 0.12rem;
}

/* ANCHOR dividor :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

hr {
  margin: 1.5rem auto;
  width: 10.25rem;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
  color: var(--bs-light-grey);
}

.dividerhero {
  height: 0.2rem;

  background-color: var(--bs-white);
  opacity: 1;
  border: none;
}

.divider-text {
  margin: 1.5rem 0;
}

.divider {
  margin: 0 auto;
  width: 94%;
}

/* ANCHOR colors :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.t-light {
  color: var(--bs-white);
}

/* ANCHOR container colum :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

section {
  overflow: hidden;
  text-align: center;
  padding: 0 4% 0 4%;
}

.section-red {
  background-color: #253153;
}

.container {
  max-width: 1200px;
  margin: 125px auto 130px auto;
}

.container-mid {
  max-width: 1200px;
  margin: 100px auto 100px auto;
}

.container-slim {
  max-width: 1200px;
  margin: 40px auto 40px auto;
}

.container-small {
  max-width: 994px;
  margin: 125px auto 130px auto;
}
/* ANCHOR Flex Box :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.sb-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
}

.center-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ANCHOR Button :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

button {
  border: none;
  background-color: var(--bs-white);
 }

.btn-frame {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.btn-frame-l {
  justify-content: start;
  padding-top: 0px;
}

.btn {
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  font-size: 1.1rem;
  letter-spacing: 0.3rem;
  font-weight: 200;
  background-color: #253153;
  color: var(--bs-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background: var(--bs-dark);
  transform: translateY(4px);
  color: var(--bs-white);
}


.btn-nav {
  letter-spacing: 0.2rem;
  font-size: 18px;
  padding: 15px 20px;
  margin: 0px;
  line-height: 1.2rem;
  margin-left: 18px;
  color: var(--bs-white);
}

.btn-nav:hover > a {
  color: var(--bs-white);
}

@media screen and (max-width: 1332px) {
  .btn-nav {
    display: none;
  }}

  /* ANCHOR nav :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.header {
  background-color: var(--bs-white);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.114);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
}

.navbar {
  position: relative;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
}

@media screen and (max-width: 1332px) {
  .navbar {
    flex-direction: row-reverse;
  }}

.brand {
  vertical-align: middle;
}

@media screen and (max-width: 1332px) {
  .brand {
    margin: auto;
  }}

.menu {
  background-color: var(--bs-white);
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 4rem 0 3rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.114);

}
.menu.is-active {
  background-color: var(--bs-white);
  top: 0;
  width: 100vw;
  padding: 15px 0;
  transition: all 1s ease-in-out;
}
.menu-inner {
  background-color: var(--bs-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--bs-dark);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1332px) {
  .menu {
    position: relative;
    top: 0;
    bottom: 0;
    width: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
    transition: 0s ease-in-out;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
    margin: 0 auto;
    padding: 10px 0;
  }

  .menu-block {
    margin-left: 2rem;
  }}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px;
  width: 2.5rem;
  height: 1rem;
  z-index: 10;
}

@media only screen and (min-width: 1332px) {
  .burger {
    display: none;
  }}

.burger-line {
  position: absolute;
  display: block;
  width: 80%;
  height: 1.5px;
  background-color: var(--bs-black);
  transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;

}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

/* ANCHOR hero :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.hero {
  position: relative;
  height: 85vh;
  padding-top: 30vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: var(--bs-dark);
  z-index: 2;
}

@media screen and (max-width: 1312px) {
  .hero {
    background-attachment: scroll;
  }}


  .h1-hero {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 300;
    letter-spacing: 0.1rem;
  }

  .h2-hero {
    font-size: clamp(3.4rem, 5vw, 5.3rem);
    font-weight: 400;
    letter-spacing: .5rem;
  }
/* ANCHOR icon flex :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.icon-flex {
  max-width: 1230px;
  margin: 40px auto 90px auto;
  text-align: left;
  gap: 50px 20px;
}

.icon-item {
  display: flex;
  justify-content: left;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 385px;
  gap: 14px;
}

.img-icon-small {
  width: 43px;
  height: 43px;
  transition: all 0.3s ease-in-out;
}
.img-icon-small:hover {
  transform: scale(1.1);
}

/* ANCHOR CTA :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #202020;
  background-blend-mode: soft-light;
  margin-top: 0px;
}

@media screen and (max-width: 776px) {
  .cta {
    background-attachment: scroll;
  }
}

.img-icon-medium {
  width: 49px;
  height: 49px;
  transition: all 0.3s ease-in-out;
}
.img-icon-medium:hover {
  transform: scale(1.1);
}

.cta-box {
  margin: 60px auto;

}

.cta-item {
  color: var(--bs-white);
  text-align: center;
  flex-basis: 380px;
  flex-grow: 1;
  flex-shrink: 1;


  padding: 55px 50px 35px 50px;
}

.cta-border {
  border: solid var(--bs-white) 1px;
  border-bottom: 0;
  border-top: 0;
}

@media screen and (max-width: 1237px) {
  .cta-border {
    border: none;
  }}

/* ANCHOR img text :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.img-flex {
 width: 100%;
 height: 485px;
 object-fit: cover;
}

.text-flex:nth-of-type(1) {
  flex-basis: 450px;
  flex-grow: 0;
  flex-shrink: 1;
}

.text-flex:nth-of-type(2) {
  text-align: left;
  flex-basis: 650px;
  flex-grow: 0.7;
  flex-shrink: 1;
}

.wrap-direction {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1312px) {
  .wrap-direction {
    justify-content: left;
  }

  .img-flex {
    height: 385px;
   }
}

/* ANCHOR contact :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.contct-flex > h3 {
  font-size: calc(1.4rem + 0.3vw);
  letter-spacing: 0.3rem;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.contct-flex:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 590px;
  flex-grow: 1;
  flex-shrink: 1;
}

.contct-flex:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 395px;
  flex-grow: 1;
  flex-shrink: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.199);
  padding: 27px 0 20px 20px;
}

@media (max-width: 1070px) {
  .media-direction {
    flex-wrap: wrap-reverse;
  }}

@media (max-width: 1070px) {
  .contct-flex:nth-of-type(2) {
    border: hidden;
    padding: 27px 0;
    text-align: center;
  }}


/* :::::::::::::: )) FORM FIELDS (( :::::::::::::::::: */

.input-box {
  margin: 4px 0px 20px 0px;
  padding: 10px 5px;
  width: 95%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.199);
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
  color: var(--bs-dark);

}

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

label {
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
  color: var(--bs-light-grey);
}

.input-box:focus-visible {
  outline: none;
  background-color: #6c757d11;
}

/* :::::::::::::: )) CHECKBOX (( :::::::::::::::::: */

.form-check {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}

.form-check-input {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.2rem;
}

.form-check-input:focus {
  border-color: #253153;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.058);
}

.form-check-input:checked {
  background-color: #253153;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}



/* :::::::::::::: )) ICON OPENING OURS (( :::::::::::::::::: */

.lead {
  vertical-align: middle;
  font-size: 1.17rem;
  line-height: 1.15rem;
  letter-spacing: 0.12rem;
  padding-top: 2px;
  padding-bottom: 30px;
}

.icon-open {
  cursor: pointer;
}

.icon-open::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.icon-open:hover::before {
  transform: scale(1.1);
}
@media screen and (max-width: 439px) {
  .icon-open::before {
    display: block;
    margin: auto auto 20px auto;

  }}

/* :::::::::::::: )) ICON (( :::::::::::::::::: */

.icon-item1::before {
  content: url(../fonts/icon-clock.svg);
}

.icon-item2::before {
  content: url(../fonts/icon-maps.svg);
}

.icon-item3::before {
  content: url(../fonts/icon-phone.svg);
}

.icon-item4::before {
  content: url(../fonts/icon-envelope.svg);
}

/* ANCHOR fixed cta :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#ueber-uns {
  position: relative;
  z-index: 2;
}

.fix-cta {
  right: 0;
  top: 60%;
  position: fixed;
}

@media (max-width: 721px) {
  .fix-cta {
    visibility: hidden;
  }}

.fixed-btn {
  background-color: #253153;
  display: block;
  width: 48px;
  height: 48px;
  padding: 8px 10px 10px 10px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.fixed-btn:hover {
  background: var(--bs-dark);
  transform: translateY(3px);
}

.icon-btn {
  width: 30px;
  min-height: 30px;
}

/* :::::::::::::: )) MOBILE (( :::::::::::::::::: */

.fix-cta-bottom {
  background-color: #253153;
  border: none;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 52px;
  bottom: 0;
  color: #fff;
}

@media (min-width: 721px) {
  .fix-cta-bottom {
    visibility: hidden;
  }}

.fix-cta-bottom > a:hover {
  color: #fff;
}

/* ANCHOR footer :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

footer {
  display: flex;
  justify-content: space-around;
  background-color: var(--bs-dark);
  padding: 29px 4% 10px 4%;
  margin-bottom: 0;
}

footer > p {
  color: var(--bs-text-light);
}

@media (max-width: 721px) {
  footer {
    padding-bottom: 52px;
    text-align: center;
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 7px;
  }}

/* ANCHOR imprint and dsgvo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.container-textpage {
  max-width: 1200px;
  margin: 25vh auto 130px auto;
  text-align: left;
}
.container-textpage {
  max-width: 1200px;
  margin: 25vh auto 130px auto;
  text-align: left;
}

.container-textpage > h2 {
  font-size: calc(1.3rem + 1vw);
  text-transform: none;
  font-weight: 300;
}

.thx {
  height: 89vh;
  padding-top: 10vh;
}

/* ANCHOR anchor :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#ueber-uns,
#leistungen {
  scroll-margin-top: 83px;
}

#akquise,
#telefonservice,
#kontakt {
  scroll-margin-top: 85px;
}

@media (max-width: 1200px) {
  #ueber-uns,
  #leistungen,
  #kontakt {
    scroll-margin-top: 61px;
  }

  #telefonservice,
  #akquise {
    scroll-margin-top: 20px;
  }}


  /* ANCHOR AOS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

  [data-aos][data-aos][data-aos-duration="1900"],
  body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
  }
  [data-aos][data-aos][data-aos-delay="1900"],
  body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
  }


  [data-aos][data-aos][data-aos-duration="1000"],
  body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
  }
  [data-aos][data-aos][data-aos-duration="1000"],
  body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
  }

  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translate(0);
  }
  [data-aos="fade-up"] {
    transform: translateY(100px);
  }
  [data-aos="fade-down"] {
    transform: translateY(-100px);
  }
  [data-aos="fade-right"] {
    transform: translate(-100px);
  }
  [data-aos="fade-left"] {
    transform: translate(100px);
  }

