
#head .container{
    margin: 0 13.125rem;
    padding: 1rem 0;
    width: 100%;
}

header{
    background: #0e1b38;
    position: fixed;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#support .service-item{
    transition: 0.5s, opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0.2s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.2s !important;
}


.header-logo{
    max-width: none;
}


#head .nav-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.nav-list li{
    padding: 1rem 1.5rem ;
}

.nav-list li a{
    color: white;
    font-size: 1rem;
    text-decoration: none;
    font-family: "Merriweather", serif;
    transition: 0.6s ease-in-out;
    display: flex;
}

.list-hover{
    width: max-content;
    position: relative;
}

.list-hover::after{
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1.5px;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
    transform: scaleX(0);
}

.list-hover:hover::after{
    transform: scaleX(1);
}
.display-none-2{
    margin-left: 0.25rem;
}



.footer-links{
    opacity: 1;
    padding-left: 0;
}
#impressum:hover, #datenschutz:hover, #cookies, #agb:hover{
    text-decoration: none;
}


#impressum, #datenschutz, #cookies, #agb{
    color: #fff;
    text-decoration: underline;
    transition: 1s ease-in-out;
}


#about{
    background-image: url(/assets/images/bg/support-features-bg.png);
}


#why-choose{
    background-image: url(/assets/images/bg/support-features-bg.png);
}

#why-choose ul{
    padding-left: 0;
}


#services{
    z-index: 2;
}

#services .service-item:hover{
    transform: translateY(-3%);
}




#support{
    z-index: 1;
    background: linear-gradient(#f6f8f8, #fff);
}

#support .service-item{
    min-height:auto;
}



.price-and-btn a{
    text-transform: none;
}

#hosting{
    text-align: center;
    font-weight: 600;
    color: #979ca6;
}



.copyright-area{
    padding: 1rem 0;
}

ul.footer-menu{
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
}
ul.footer-menu li a{
    color: white;
    text-decoration: none;
}


.b-tb{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

@media (max-width:1330px){
    .nav-list li a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .display-none{
        display: none;
    }
}

@media (max-width:991px){
    .display-none-2{
        display: none;
    }
}

@media (max-width:834px){
    ul.footer-menu{
        flex-direction: column;
    }
    ul.footer-menu li{
        margin: 0;
        padding: 0.5rem 0;
    }
}




@media (max-width:991px){
    .header-logo{
        width: 200px;
    }

    #head .container{
        margin: 0 2.5rem;
    }

    #head ul li{
        margin: auto;
    }

    #head .theme-btn{
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width:600px){
    #head .theme-btn{
        padding: 0.3rem 1.25rem;
    }
    #head a.theme-btn{
        font-size: 90%;
        font-weight: 600;
    }

    #head ul li{
        margin: 0;
    }

    .nav-list li{
        padding: 0.5rem 1rem;
    }
}


@media (max-width:500px){
    .header-logo{
        width: 180px;
    }
}



@media (max-width:420px){
    .header-logo{
        width: 140px;
    }

    #head svg{
        width: 20px;
        height: 20px;
    }
}

@media (max-width:400px){
    .header-logo{
        width: 120px;
    }

    #head svg{
        width: 20px;
        height: 20px;
    }
}



@media (min-height:767px){
    #home, #booking-home{
        height: 100vh;
    }
}

@media (min-height:1024px){
    #home, #booking-home{
        height: auto;
    }
}


@media (min-width:1024px){
    #home, #booking-home{
        padding-top: 7rem;
    }

}


@media (min-width:1400px){
    #home, #booking-home{
        padding-top: 7rem;
    }

    #home h1, #booking-home h1{
        font-size: 60px;
    }

    #home p, #booking-home p{
        font-size: 24px;
    }
}

@media (min-width:2100px){
    #home, #booking-home{
        padding-top: 10rem;
    }
}

@media (min-width:3000px){
    #home, #booking-home{
        padding-top: 12.5rem;
    }
}

@media (min-width:3250px){
    #home, #booking-home{
        padding-top: 20rem;
    }
}




@media (max-width:1199px){
    #support .col-xl-6 {
        width: 100%;
    }

    #support .col-lg-5{
        width: 100%;
        padding-top: 1rem;
        text-align: center;
    }

    #support .col-xl-4{
        width: 33.33333%;
    }

    #support .service-item{
        min-height: 240.5px;
    }
}


@media (max-width:991px){
    .section-title, #about .col-xl-5 p{
        text-align: center;
    }
}

@media (max-width:767px){
    #support .col-lg-5{
        padding-top: 0;
    }
    #support .col-xl-4{
        width: 100%;
    }
}


@media (max-width:532px){
    #support .service-item{
        min-height: 264.5px;
    }
}



@media (max-width:1400px){
    .hero-content p{
        max-width: 550px;
    }
}

@media (max-width:1199px){
    .hero-content p{
        max-width: 480px;
    }
}


#nach_vorne{
    opacity: 0;
  }

  #template-container{
    background-color: #0e1b38;
    max-width: 100%;
    margin: 0;
  }

  #circle-2{
    top: 100%;
  }

  @media (min-width: 768px) {
    .col-md-6 {
        min-height: none;
    }
  }

  /*#about img{
    animation: floatImage 4s ease-in-out infinite;
  }
  #about .years-fo-experience{
      animation: floatImage2 4s ease-in-out infinite;
    }

  @keyframes floatImage{
      0%{
          transform: translateY(0);
      }
      50%{
          transform: translateY(-2.4rem);
      }
      100%{
          transform: translateY(0);
      }
  
  }
  @keyframes floatImage2{
      0%{
          transform: translateY(0);
      }
      50%{
          transform: translateY(2.4rem);
      }
      100%{
          transform: translateY(0);
      }
  
  }*/

  #footer .section-title h2{
    color: white;
  }

  a.theme-btn:hover{
    color: white;
    background-color: transparent;
    border: 1px solid #0066ff;
  }

  #button-transparent{
    text-transform: none;
  }

  #button-transparent:after,
  a#button-transparent:after{
    background: transparent;
  }

  @media (max-width:1900px){
    .feedback-shape{
      max-width: 20%;
    }
    
  }

  @media (max-width:1300px){
    .feedback-shape.two{
      right: 5%;
    }
    
  }

  @media (max-width:1275px){
    .feedback-shape{
      max-width: 18%;
    }
    
  }

  @media (max-width:1200px){
    .feedback-shape{
      max-width: 16%;
    }
    .feedback-shape.two{
      right: 3%;
    }
    
  }

  @media (max-width:991px){
    .feedback-shape{
      max-width: 16%;
    }
    .feedback-shape.two{
      right: 3%;
      top: -15%;
    }
    
  }
  @media (max-width:991px){
    .pricing-plan-item .price-features .list-style-two li{
      width: 100%;
    }
  }

  @media (max-width:767px){
    .feedback-shape{
      max-width: 20%;
    }
    .feedback-shape.two{
      top: -13%;
    }
    
  }
  @media (max-width:767px){
    .feedback-shape.one{
      max-width: 18%;
      bottom: 23%;
    }
  }

  @media (max-width:624x){
    .feedback-shape{
      max-width: 23%;
    }
    .feedback-shape.two{
      top: -10%;
    }
    
  }
  @media (max-width:624x){
    .feedback-shape.one{
      bottom: 25%;
    }
  }

  @media (max-width:560px){
    .feedback-shape{
      max-width: 23%;
    }
    .feedback-shape.two{
      top: -10%;
    }
    
  }
  @media (max-width:560px){
    .feedback-shape.one{
      max-width: 20%;
      bottom: 35%;
    }
    
  }

  @media (max-width:382x){
    .feedback-shape{
      max-width: 23%;
    }
    .feedback-shape.two{
      top: -10%;
    }
    
  }

  @media (max-width:400px){
    .feedback-shape.one{
      bottom: 40%;
    }
  }


  @media (max-width: 1199px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}



#calendly a.style-three {
    color: #000;
    transition: 700ms;
}

#calendly i{
    transition: 100ms;
}

#calendly a.style-three:hover{
    color: white;
}



#tut{
    background: linear-gradient(#f6f8f8, #fff);
}

#tut .list-style-one{
    padding-left: 0;
}



#faq{
    background-image: url(/assets/images/bg/support-features-bg.png);
}



#card{
    margin: auto;
    background-color: transparent;
    padding: 1.5rem;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}

#card-header{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#card-header > img{
    width: 40px;
    margin-right: 1.5rem;
}

h1{
    color: hsl(292, 42%, 14%);
    font-size: 3rem;
}

.card-item{
    padding: 1rem 0;
}


.card-item:not(:last-child){
    border-bottom: solid 2px #000;
}

.card-item-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 700;
    color: hsl(292, 42%, 14%);
    width: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}

.icons > img{
    min-width: 30px;
}

.minus-icon{
    display: none;
}

.card-item-description{
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
}

.link{
    color: #0266ff;
    text-decoration: underline;
}


#services .link:hover{
    text-decoration: underline;
}

.plus-icon, .minus-icon{
    transition: 0.25s;
}


.plus-icon:hover{
    transform: rotate(180deg);
}

.minus-icon:hover{
    transform: rotate(-180deg);
}





#footer .pt-10{
    padding-bottom: 10px;
}

@media (max-width:767px){
    .py-130{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}