:root {
  --bs-red: #ff5b3a;
  --bs-dark: #202020;
  --bs-white: #ffffff;
  --bs-text: #212529;
  --bs-light-grey: #6c757d;
  --bs-black: #000000;
  --bs-font-family: "League Spartan", sans-serif;
}
::-moz-selection {
  color: var(--bs-black);
  text-shadow: none;
  background: var(--bs-red);
}
.marker::-moz-selection {
  color: var(--bs-white);
  text-shadow: none;
  background: var(--bs-dark);
}
::selection {
  color: var(--bs-black);
  text-shadow: none;
  background: var(--bs-red);
}
.marker::selection {
  color: var(--bs-white);
  text-shadow: none;
  background: var(--bs-dark);
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-family: var(--bs-font-family);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== 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: 300;
  line-height: 1.2;
}

.h1, h1 {
  font-size: calc(1.8rem + 2vw);
  letter-spacing: 0.2rem;
}

.h2, h2 {
  font-size: calc(1.8rem + 1vw);
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-weight: 400;
}

.h3, h3 {
  font-size: calc(1.9rem + 0.6vw);
  letter-spacing: 0.3rem;
  font-weight: 200;
}

.h4, h4 {
  font-size: calc(1.4rem + 0.3vw);
  letter-spacing: 0.3rem;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.h5, h5 {font-size: 1.25rem;}
.h6, h6 {font-size: 1rem;}

p {
  color: #565e64;
  font-size: 1.35rem;
  letter-spacing: 0.1rem;
  font-weight: 200;
  line-height: 1.76rem;
}

li {
  font-size: 1.2rem;
  letter-spacing: 0.17rem;
  text-transform: uppercase;
  font-weight: 200;
  list-style: none;
}

ul {
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

b, strong {
  font-weight: 400;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: var(--bs-red);
}
.h3-small {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  }
  .t-small {
    font-size: 1.17rem;
    line-height: 1.15rem;
    letter-spacing: .12rem;
    font-weight: 200;
    margin-top: 0px;
  }
  .t-xsmall {
    color: var(--bs-body-color);
    font-size: 1rem;
    line-height: 1.15rem;
    letter-spacing: 0.12rem;
    font-weight: 200;
  }
  .h3-cta {
    font-size: calc(1.8rem + 1vw);
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    font-weight: 400;
  }
  .h2-cta {
    font-size: calc(1.9rem + 0.6vw);
    letter-spacing: 0.3rem;
    font-weight: 200;
    text-transform: none;
  }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== DIVIDER ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.dividerhero {
  height: 0.2rem;
  max-width: 10.25rem;
  margin: 1.5rem auto;
  background-color: #fff;
  opacity: 1;
  border: #fff;
}
.divider {
  max-width: 10.25rem;
  margin: 1.5rem auto;
  color: #6c757df5;
}
.divider-text {
  max-width: 10.25rem;
  margin: 1.5rem 0;
  color: #6c757df5;
}

.featurette-divider {
  margin: 0 auto;
  width: 94%;
  color: #6c757df5;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== COLORS ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.bg-red {background-color: var(--bs-red);}
.t-light{color:var(--bs-white)}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== SECTION CONTAINER COLUM ==:::::::::::::::::::::::::::::::::::::::::: */

section {
overflow: hidden;
text-align: center;
padding: 0 4% 0 4%;
}

.container {
    max-width:1200px;
    margin: 125px auto 130px auto;
  }

.container-slim {
    max-width:1200px;
    margin: 40px auto 40px auto;
  }

.container-small{
    max-width:994px;
    margin: 125px auto 130px auto;
  }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== BTN ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

  .btn {
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    font-weight: 200;
    background-color: var(--bs-red);
    color: var(--bs-white);
    cursor: pointer;
    margin: 18px auto 0px auto;
    transition: all 0.3s ease-in-out;
  }

  .btn:hover {
    background: var(--bs-dark);
    transform: translateY(4px);
  }

  .btn:hover > a {
    color: white;
  }
  
  .btn-nav {
    letter-spacing: .20rem;
    font-size: 18px;
    padding: 15px 20px;
    margin: 0px;
    line-height: 1.2rem;
    margin-left: 18px;
  }

  .btn-nav:hover {
    background: var(--bs-dark);
    transform: translateY(4px);
  }
  
  @media screen and (max-width: 1312px ){
    .btn-nav {
     display: none;
    }}
  /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== NAV ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

  .header {
    background-color: var(--bs-white) ;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.114);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
  }
  
  .navbar {
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 20px; 
  }

  @media screen and (max-width: 1312px ){
    .navbar {
      flex-direction: row-reverse;
    }}
  
      .brand  {
        vertical-align: middle;
      }
  
  @media screen and (max-width: 1312px ){
    .brand  {
      margin: auto;
    }}
  
  .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 4rem 0 3rem 0;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.114);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    background-color: var(--bs-white);
    top: 75px;
    width: 100%;
    height: auto;
    padding: 15px auto;
    z-index: -1;
  }
  .menu-inner {
    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;
      width: auto;
      height: auto;
      padding: 0rem;
      margin-left: auto;
      background: none;
      box-shadow: none;
    }

    .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;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
  }
  @media only screen and (min-width: 1332px) {
    .burger {
      display: none;
      visibility: hidden;
    }
  }
  .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 1.5px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    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) {
    right: -1.5rem;
    opacity: 0;
    visibility: hidden;
  }
  .burger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
  }
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== HERO ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
 .hero {
  position: relative;
  padding: 23% 0 20% 0;
  background-image: url("../img/virtual-office-Hamburg.webp"), url("../img/virtual-office-Hamburg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: var(--bs-dark);
  z-index: 2;
 }


 @media screen and (max-width: 1312px ){
  .hero {
    padding: 45% 0 45% 0;
    background-attachment: scroll;
  }}

 .h2-hero {
  font-family: var(--bs-font-family);
  font-size: clamp(3.4rem, 5vw, 5.3rem);
  color: var(--bs-white);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.h1-hero {
  font-family: var(--bs-font-family);
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  color: var(--bs-white);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== ICON FLEX ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.icon-flex {
  margin: 40px auto 90px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}

.icon-item {
  display: flex;
  justify-content: left;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 385px;
  gap:20px;
}

.img-icon-small {
  width: 43px;
  height: 43px;
  transition: all 0.3s ease-in-out;
}
.img-icon-small:hover {
  transform: scale(1.1);
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== CTA ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.cta {
  background-image: url("../img/cta-virtual-office.webp"), url("../img/cta-virtual-office.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #202020;
  background-blend-mode: soft-light;
  margin-top: 70px;
}

@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-flex {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
}

.cta-item  {
  color: var(--bs-white);
  text-align: center;
  width: 380px;
  padding: 55px 50px 35px 50px;
}

.cta-border {
  border: solid #fff 1px;
  border-bottom: 0;
  border-top: 0;
}

@media screen and (max-width: 1312px ){
  .cta-border {
    border: solid #ffffff00 1px;
  }}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== IMG TEXT ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.img-text-flex {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
}

.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: .7;
  flex-shrink: 1;
}

.wrap-direction {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1312px ){
  .wrap-direction {
    justify-content: left;
  }}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== CONTACT ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.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;
  }
}

/* :::::::::::::: )) FORM FIELDS (( :::::::::::::::::: */


.input-box {
  margin-top: 20px;
  padding: 19px 5px;
  width: 95%;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.199);
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
  color: #6c757d;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.input-box:focus-visible {
  outline: none;
  background-color: #6c757d11;
 }

/* :::::::::::::: )) CHECKBOX (( :::::::::::::::::: */

.form-check-input {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.2rem;
}

.form-check-input:focus {
  border-color: #ff5b3a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.058);
}

.form-check-input:checked {
  background-color: #ff5b3a;
  border-color: #ff5b3a;
}
.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;
        margin-right: 10px;
        transition: all .3s ease-in-out;
         }
       .icon-open:hover::before {
        transform: scale(1.1);
        }

        @media screen and (max-width: 439px ){
          .icon-open::before  {
            display: block;
            margin-bottom: 20px;
          }}

    
    /* :::::::::::::: )) ICON (( :::::::::::::::::: */

        .icon-item1::before {
          content: url(../img/icon/icon-clock.svg);
           }

           .icon-item2::before {
            content: url(../img/icon/icon-maps.svg);
             }

             .icon-item3::before {
              content: url(../img/icon/icon-phone.svg);
               }

               .icon-item4::before {
                content: url(../img/icon/icon-envelope.svg);
                 }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== 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: var(--bs-red);
  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: var(--bs-red);
  border: none;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 52px;
  bottom: 0;
}

@media (min-width: 721px) {
  .fix-cta-bottom {
    visibility: hidden;
  }
}

.cta-text > a {color: #fff;}
.cta-text > a:hover {color: #fff;}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== FOOTER ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
footer {
  display: flex;
  justify-content: space-around;
  background-color: var(--bs-dark);
  padding: 29px 4% 10px 4%;
  margin-bottom: 0;
}

@media (max-width: 721px) {
  footer {
    padding-bottom: 52px;
    text-align: center;
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 7px;
  }
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== IMPRINT AND DSGVO ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.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;
}

.container-textpage > h3 {
  font-size: calc(1.3rem + .8vw);
}

.thx {
  height: 89vh;
  padding-top: 10vh;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::== ANCOR ==::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#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;
  }
}

  