@font-face {
    font-family: bigTitle;
    src: url(../fonts/Exo-VariableFont_wght.ttf);
    
    font-weight: 700;
  }
@font-face {
    font-family: standard;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: familiar;
    src: url(../fonts/Jost-VariableFont_wght.ttf);
}
@font-face {
    font-family: popins;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: oxygen;
    src: url(../fonts/Oxygen-Regular.ttf);
}
.body {
    background: #ffffff;
}
.shortTag {
    font-weight: 600;
}
.scannerBG {
    background: #fff;
}
.header {    
    z-index: 997;
    width: 100vw;
}
.aniVidFrame {
    width: 100%;
    height: 40%;
  }
  .videoBtns {
    margin:15px;
    margin-bottom: 24px;
  }
  .videoBtnContainer {
    display: flex;
    justify-content: center;
  }
  .impress-heads {
    text-align: center;
    color: #909090;
  }
.light-button {
    
    border: 1px solid #d1e5ee;
    border-radius: 5px;
    padding: 6px;
    box-shadow: 3px 3px 2px 0px #cde3ec;
    cursor: pointer;
    background: #158cba;
    color: white;
}
.impressTitle h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;    
    color: #428bc0;
    font-family: 'familiar';
}
.impressTitle h2:after, .impressTitle h2:before {
    content: " ";
    display: block;
    border-bottom: 3px solid #909090;
    
}
.screenBox {
    text-align: center;
    width: 70%;
    padding: 25px;
    box-shadow: 0px 0 30px rgb(66 139 202 / 18%);
    overflow: hidden;
    background: #fbfdfe;
    display:flex;
    justify-content: center;

}
.needing {
    padding: 15px 15px;
    box-shadow: 0px 0 30px rgb(66 139 202 / 18%);
    transition: 0.3s;
    height: 100%;
}
.needing h4 {
    font-size: 18px;
}
.needsTitle {
    text-align: center;
    padding-bottom: 40px;
}
.needing i {
    line-height: 0;    
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;    
}

.needsTitle h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}
.needsTitle p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
}
.topbox {
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
    z-index: 3;
}
.logoText {
    font-family: bigTitle;
    color: #428bc0;
    font-size: 30;
    vertical-align: middle;
    margin-left: 5px;
}
.secondTitle {
    font-family: bigTitle;
    color: #909090;
}
footer {
    width: 100%;    
}
.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color); */
    background-color: #d3e4f029;
    border-radius: 50px;
}
.faq-answer {
    font-family: 'familiar';
    font-size: 17px;
}
.faq-text {
    padding-right: 15px;
}
.faq-icon {
    position: relative;
    left: -14px;
    font-size: 23px;
    color: #158cba;
}
.faq-btn {
    font-weight: 700;
    font-family: 'familiar';
    color: #909090;
    padding: 27px;
}
.navbar {
    display:block!IMPORTANT;
    border-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.blueOrbDiv {
    margin-bottom: 50px;
}
.bluOrb {
    height: 60px;
    width: 57px;
}
.thirdTitle {
    color: #8bc6dd;
    font-size: 18;
}
.formTrigger {
    text-decoration: none;
    cursor: pointer;
}
.contactBox {
    border-top: 3px solid #47b2e4;
    
    padding: 30px;
    background: #fff;
   
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contactImg {
    padding-right: 90px;
}
#sanduhr {
    background: #ffffff;    
}
#sanduhr span {
    bottom: 7px;
    position: relative;
}
.fade-in {
    opacity: 100%;
    transition: opacity 0.5s;
}
.input-group-schoolib {
    background-color: #158cba;
    border: 0px;
    border-radius: 0.375rem;
    color: #fff;
}
.startSlide {
    width: 100%;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}
.fade-out {
    opacity: 0%;
    transition: opacity 0.5s, z-index 0.5s;
    -webkit-transition: opacity 0.5s, z-index 0.5s;
    -moz-transition: opacity 0.5s, z-index 0.5s;
    -o-transition: opacity 0.5s, z-index 0.5s;
    z-index: -1!important;
}
.form-feedback {
    color: #e15b5b;
    text-align: center;    
    font-size: 16px;
}
.form-info {
    font-size: 13px;
    color: #158cba;
    font-style: italic;
    padding-left: 5px;
    padding-top: 3px;
}
.formCard {
    
    padding: 10px;   
    margin-bottom: 15px;
}
.formCard .card-footer {
   background-color: #fff;
   display: flex;
   justify-content: center;
}
.contactBox .line {
    display: flex;    
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.contactBox i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contactBox h3 {   
    font-size: 22px;
    font-weight: 700;
    
    color: #37517e;
}
.contactBox h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}
.contactBox p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}
.aboutBox {
    background: #eef5fa;
    padding: 32px;
}
.aboutBox h3 {
    color: #909090;
    font-size: 18px;
    font-family: familiar;
}
.aboutBox h2 {
    font-size: 20px;
    color: #428bc0;
    font-family: oxygen;
}
.aboutBox p {   
    color: #909090;
    
    font-family: 'familiar';
    font-style: italic;
}
.btn-schoolib {
    color: #f6f6f6;
    
    margin-left: 2px;
    margin-right: 2px;
}
.btn-schoolib i {
    color: #f6f6f6;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-toggle-btn {
        display: none;
    }
}
#mainContainer {
    padding-top: 150px;
}
section {
    width: 100%;
    min-height: 100vh;
    transition: all 0.5s;
}
.firstHead h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #428bc0;
    word-wrap: break-word;
    text-align: center;
    line-height: 70px;
}
@media (max-width: 1040px) {
    section:not(#plan) {
        width: 100%;
        min-height: 87vh;
    }
    .plan {
        min-height: auto;
    }
    .firstHead h1 {      
        height: auto;
        font-size: 33px;
   
    }
}
.schoolib-footer {    
    width: 100%;
    display: flex;    
}
@media (max-width: 750px) {
    section {
        width: 100%;
        height: auto;
    }
    .schoolib-footer {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 751px) {
    .schoolib-footer {
        flex-direction: row;
        justify-content: space-between;
    }
}
#addon1, #addon2, #addon3, #addon5, #addon6, #addon7, #addon8 {
    min-width: 97px;
}
#addon4 {
    min-width: 64px;
}
.datenschutzBtn {
   cursor: pointer;
}
#qbtn {
    margin-top: 15px;
}
.btnclose {
    position: relative;
    width: 1em;
    height: 1em;
    background: none; /* Hintergrundbild entfernen */
    border: none; /* Rahmen entfernen */
    padding: 0;
    cursor: pointer;
}
.landingImg {
    margin-bottom: 25px;
}
#impress {
    background: #428bc005;
}
#experience {
    background: #428bc005;
}

.firstHead {
    hyphens: auto;
    word-wrap: break-word;
    width: 100%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #158cba !IMPORTANT;
}
.swiper-container {    
    position: relative; 
     
}
.swiper-impress {
    overflow: hidden; 
}
.swiper-slide {
    opacity: 0.3;
} 

.swiper-slide-active {
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    top: 25%!IMPORTANT;
    transform: translateY(-50%);
    background: #9090901f;
    width: 58px!IMPORTANT;
    height: 58px!IMPORTANT;
    border-radius: 50%;
    color: #428bca!IMPORTANT;
    font-weight: 600;
}
.firstHead h2 {
    color: #909090;
    margin-bottom: 10px;
    font-size: 24px;
    word-wrap: break-word;
}
.imageBox1 {
    background: url(../img/undraw/undraw_good_team_re_hrvm.svg) center center no-repeat;
    background-size: contain;
    min-height: 300px;
}
.firstHead h1 span {
    border-bottom: 4px solid #66A182;
}
.firstSection {
    width: 100%;
    /*height: 100vh;*/
    background: url(../img/back3.png) top center no-repeat;
    background-size: cover;
}

@media (min-width: 1024px) {
    .firstSection {
        background-attachment: fixed;
    }
    .carouselContainer {
        width: 65%;
    }
}
@media (max-width: 750px) {
    .firstSection {
        width: 100%;
       
        background: #fff;
        background-size: cover;
    }  
    .firstSection h2 {
        font-size: 20px;
    } 
    .scannerBG {
        background: #fff;
    }
} 
.firstButtonDiv {   
        
    display: flex;
    justify-content: center;   
}
.firstButton {
    max-width: 300px;
}

@media (max-width: 992px) {   
    .firstSection {   
        background: #fff;
        background-size: cover;        
    }
}
.carouselContainer {
    
   
}
.impress-container .swiper-wrapper {
    width: auto!IMPORTANT; 
    height: auto!IMPORTANT;
}
.carousel-caption {    
    bottom: -2px!IMPORTANT;
    background: #9abcea;
    height: 93px;
    right: 18%;
    bottom: 1.25rem;
    left: 18%;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 27%;
    box-shadow: -9px -7px 15px 0px rgb(0 0 0 / 62%);
}
.deep-caption {      
    top: 66%;    
}
.impressTitle {    
        text-align: center;
        padding: 30px 0;
        position: relative;   
}
.pikto {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.interTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    display: flex;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
    color: #428bc0;
    font-family: 'familiar';
    justify-content: center;
}
.number {
    font-size: 25px;
    padding-left: 6px;
    font-family: 'bigTitle';
    color: #428bca;
}
.impressTitle p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #909090;
}
.carousel-caption p {
    color: #fff;   
    line-height: 22px;
    font-family: 'familiar';
    font-size: 21px;
}
.carousel-caption h5 {
    
    color: #fff;
    font-family: 'familiar';
    font-size: 25px;
}
.boxes p {
    color: #909090;
}
.boxes h3, .boxes h4 {
    color: #428BC0;
}
.iconBox .textBox {
    padding-left: 74px;
}
.withPad {
    padding-top: 30px;    
}
.experience {
    overflow: hidden;
    height: 100vh;
}

.icon-big {
    font-size: xxx-large;
    margin: 30px;
}
.text-big {
    font-size: xx-large;
}
.modal-messageSend {
    align-items: center;
}
.hp {
    display: none;
}
.experience .withPad {
    overflow-x: hidden;
}
.mini-info {
    font-size: 13px;
}
.largeP {
    font-size: 24px;
}
.vvsBadge {
    margin-right: 40px;
    font-size: 18px;
    font-family: oxygen;
    padding: 10px;
    color: #f6f6f6;
    background-color: #909090;
}
.preisBox {
    background-color: #428bca17;
    padding: 40px;
    margin-bottom: 25px;
}
.preisBox h2:not(.preisText) {
    font-size: 24px;
}
.headingAddon {
    font-size: 15px;
}
.footerBtn {    
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
}

.iconBox .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #909090;
    border-radius: 50px;
    transition: 0.5s;
    font-size: 25px;
    padding-left: 1px;
    padding-top: 2px;
    margin-right: 10px;
}
.iconBox {
    margin-top: 40px;
}
.videoButton {
    width: 70px;
    height: 70px;
    background: radial-gradient(#428BC0 40%, #428bc02e 45%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: 50%;
    overflow: hidden;
    z-index: 1;
}

.videoButton:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 3px solid #428BC0;
    top: 0%;
    left: 0%;
    background: rgba(198, 16, 0, 0);
}
.videoButton:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.stars {
    color: #ffce00;
}
.stars i {
    margin-left: 1px;
    margin-right: 1px;
}
.personenBox {
    text-align: center;
    width: 370px;
    padding: 25px;
    box-shadow: 0px 0 30px rgb(66 139 202 / 18%);
    height: 560px;
    overflow: hidden;
    background: #fff;
}
#screenshotCarousel {
    box-shadow: 0px 0px 60px 10px rgb(66 139 202 / 18%);
}

.schwebenEffekt {
    animation: schweben 2s ease-in-out infinite alternate-reverse both;
}
.roadStyle {
    font-size: 31px;
    color: #428bc0;
    font-family: oxygen;
}
.impressText {
    white-space: nowrap;
    font-weight: 700;
}
.timeline-check {
    position: absolute;
    left: 20px;
    top: -1px;
    z-index: 401;
    font-size: 21px;
    color: #ffffff;
}
@media (max-width: 600px) {
    ul.timeline-3 {
        width: 80%;        
      }
}
ul.timeline-3 > li > a:first-of-type {
    position: relative;
    left: -112px;
    top: -3px;
    display: inline-block;
    min-width: 80px;
}
ul.timeline-3 > li > a:nth-of-type(2) {
    position: relative;
    left: -84px;
    top: -3px;
}

ul.timeline-3 {
    list-style-type: none;
    position: relative;
    left: 58px;
    
  }
  ul.timeline-3:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
    top: -10px;
  }
  ul.timeline-3:after {
    content: " ";
    background: #22c0e8;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    left: 27px;
    width: 6px;
    height: 16%;
    top: -10px;
    z-index: 400;
}
  ul.timeline-3 > li {
    margin: 20px 0;
    padding-left: 20px;
  }
  ul.timeline-3 > li a {
    text-decoration: none;
  }
  ul.timeline-3 > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 401;
  }
  ul.timeline-3 > li.reached:before {
    background: #428bc0;
  }
  

/*Animationen*/

@keyframes schweben {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.2, 0.2);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }