body{
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;


}
.bg-container{
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(LCon_endless.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
/* #region Header */
.header-container{
    max-width: 100%;
    margin-top: 0%;
    padding-top: 5px;
    padding-bottom: 61px;
    padding-left: 7.3%;
    padding-right: 7.3%;
    /*background: rgb(33,48,54);*/
    background-image: linear-gradient(90deg, #213036 50%, rgba(33, 48, 54, 0.61) 100%, hsla(0, 0%, 100%, 0)),url(LCon_Header.png);
    background-position: 0px 0px, 100% 50%;
    background-size: 100%,60% 100%;
    background-repeat: no-repeat;
}

.header-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
    margin-bottom: 61px;
    align-items: flex-start;
}
.header-menue-wrapper{
    display: flex;
}
.header-menue-image {
    width: 3em;
    
    margin-top: 37px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;

}
.navigationbar-wrapper{
    position: absolute;
    left: 60vw;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 51px;
    margin-left: 0%;
    margin-right: 2%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.header-textblock-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    flex-direction: column;
}

/* #endregion Header */

/* #region Greysection */
.grey-container{
    max-width: 100%;
    margin-top: 0%;
    padding-top: 0px;
    padding-bottom: 37px;
    padding-left: 7.3%;
    padding-right: 7.3%;
    /*background: rgb(33,48,54);*/
    background: #E9EBEB;
}
.grid-container{
    display: grid;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    grid-template-rows: auto;
    margin-top: 35px;
}
.symbol-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* #endregion Greysection */

/* #region Brightsection */
.brightsection-background-1{
    background-image: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%), url(LCon_Business1.jpg);
    background-position: 0px 0px;
    background-size: auto, 50% 100%;
    background-repeat: repeat, no-repeat;
    width:100%;
    
}

.brightsection-background-2{
    background-image: linear-gradient(270deg, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%), url(LCon_Teaching.jpg);
    background-position: 0px 0px, left ;
    background-size: auto, auto 100%;
    background-repeat: repeat, no-repeat;
    width:100%;
}

.brightsection-background-3{
    background-image: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%), url(LCon_Personal.png);
    background-position: 0px 0px, 0%;
    background-size: auto, 50% 100%;
    background-repeat: repeat, no-repeat;
    width:100%;
}
.brightsection-background-4{
    background-image: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%), url(first_step.png);
    background-position: 0px 0px, 0%;
    background-size: auto, 50% 100%;
    background-repeat: repeat, no-repeat;
    width:100%;
}
.brightsection-background-5{
    background-image: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%), url(LCon_Arbeitgeber.jpg);
    background-position: 0px 0px, 0%;
    background-size: auto, 50% 100%;
    background-repeat: repeat, no-repeat;
    width:100%;
}
.brightsection-wrapper{
    max-width: 100%;
    margin-left: 7.3%;
    margin-right: 7.3%;
    padding-top: 60px;
    min-height: 500px;
}
.card-container{
    margin-top: 43px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    align-items: stretch;
    justify-content: center;
}

.card-wrapper{
    box-shadow: 0px 0px 20px rgba(33, 48, 54, 0.15);
    border-radius: 5px;
    padding-bottom: 20px;
    display:flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 90%;
    
}
.bright-content-wrapper{
    display: flex;
    padding-bottom: 60px;
    flex-direction: row;
}
.bright-text-wrapper{
    display: flex;
    width: 50%;
    flex-direction: column;
}
.bright-filler{
    width: 50%;
    align-self: flex-start;
    flex: 0 0 auto;
}
.slider-container{
    width:100%;
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider-wrapper{
    width:70%;
    margin-left: 15%;
    display: flex;
    max-width: 70%;
    box-shadow: 0px 0px 20px rgba(33, 48, 54, 0.15);
    border-radius: 5px;
    margin-bottom: 20px;
}
.slide{
    display: none;
}
.fade{
    animation-name: fade;
    animation-duration: 1.5s;
}  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
right: 0;
border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

  .active{
    background-color: #717171;
}
  
/* #endregion Brightsection */

/* #region Darksection */
.darksection-background-1{
    background-image: linear-gradient(90deg, #213036 50%, rgba(33, 48, 54, 0.68) 100%, hsla(0, 0%, 100%, 0)), url(LCon_Founding.jpg);
    background-position: 0px 0px, 120% 50%;
    background-size: auto, 60% 100%;
    background-repeat: repeat, no-repeat;
}
.darksection-background-2{
    background-image:linear-gradient(90deg, #213036 50%, rgba(33, 48, 54, 0.68) 100%, hsla(0, 0%, 100%, 0)), url(LCon_MDK.jpg);
    background-position: 0px 0px, 120% 50%;
    background-size: auto, 60% 100%;
    background-repeat: repeat, no-repeat;
}

.darksection-background-3{
    background-image:linear-gradient(90deg, #213036 50%, rgba(33, 48, 54, 0.68) 100%, hsla(0, 0%, 100%, 0)), url(LCon_Founding.png);
    background-position: 0px 0px, 120% 50%;
    background-size: auto, 60% 100%;
    background-repeat: repeat, no-repeat;
}

.darksection-background-4{
    background-image: linear-gradient(0deg, #213036 0%, hsla(0, 0%, 100%, 0) 39%), linear-gradient(94deg, #213036 50%, rgba(33, 48, 54, 0.68) 100%, hsla(0, 0%, 100%, 0)), url(LCon_Footer.png);
    background-position: 0px 0px,0px 0px, 120% 50%;
    background-size: auto,auto, 60% 100%;
    background-repeat: repeat, repeat,no-repeat;
}
.darksection-background-about{
    background-image: linear-gradient(0deg, #213036 0%, hsla(0, 0%, 100%, 0) 39%), linear-gradient(94deg, #213036 60%, rgba(33, 48, 54, 0.2) 100%, hsla(0, 0%, 100%, 0)), url(pierre_about.png);
    background-position: 0px 0px,0px 0px, 120% 50%;
    background-size: auto,auto,50% 100%;
    background-repeat: repeat, repeat,no-repeat;
}
.darksection-background-5{
    background-image: linear-gradient(0deg, #213036 0%, hsla(0, 0%, 100%, 0) 39%), linear-gradient(94deg, #213036 50%, rgba(33, 48, 54, 0.68) 100%, hsla(0, 0%, 100%, 0)), url(LCon_translator.png);
    background-position: 0px 0px,0px 0px, 120% 50%;
    background-size: auto,auto, 60% 100%;
    background-repeat: repeat, repeat,no-repeat;
}
.darksection-background-6{
    background-image: linear-gradient(0deg, #213036 0%, hsla(0, 0%, 100%, 0) 39%), linear-gradient(94deg, #213036 50%, rgba(33, 48, 54, 0.68) 100%, hsla(0, 0%, 100%, 0)), url(LCon_rely_on.jpg);
    background-position: 0px 0px,0px 0px, 120% 50%;
    background-size: auto,auto, 60% 100%;
    background-repeat: repeat, repeat,no-repeat;
}

.darksection-wrapper{
    max-width: 100%;
    margin-left: 7.3%;
    margin-right: 7.3%;
    padding-top: 60px;
    min-height: 500px;
}

.dark-content-wrapper{
    display: flex;
    flex: content;
    padding-bottom: 60px;
    flex-direction: row;
}
.dark-text-wrapper{
    display: flex;
    width: 60%;
    flex-direction: column;
}

.dark-right-side-wrapper{
    display: flex;
    flex-direction: column;
}
/* #endregion Darksection */

/* #region listing */

.listing-wrapper{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.listitem-wrapper{
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.checkmark{
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(LCon_Checkmark.svg);
}

.text-listing-white{
    font-weight: 500;
    margin-left: 10px;
    color:white;
    font-size: 14px;
    line-height: 20px;
}
.text-listing{
    font-weight: 500;
    margin-left: 10px;
    color: #1E1E1E;
    font-size: 14px;
    line-height: 20px;
}

/* #endregion listing */

/* #region Footer */


/* #endregion Footer */

/* #region Text*/
.headertext1{
    height: auto;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}
.headertext2{
    color: #3ba997;
    font-weight: 600;
}
.headertext3{
    color: #fff;
    font-weight: 500;
}
.navigationbar-item{
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3vw;
    text-decoration: none;
    margin-bottom: 10px;
}
.navigationbar-item:hover{
    color: #fff;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3vw;
    text-decoration: underline;
}
.sectionHeader-Black{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #213036;
    display:flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.sectionHeader-Green{
    color: #3ba997;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}
.card-link{
    text-decoration: none;
}
.card-header{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #3BA997;
    padding-top: 15px;
    justify-content: center;
    align-items: center;
    align-self: center;
    display: flex;
    text-align: center;
    min-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
}
.card-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #213036;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
}
.text-standard{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
}

.text-label{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #1E1E1E;
}

.text-standard-white{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:white;
}

.text-big-white{
    line-height: 24px;
    font-weight: 600;
    color:white;
}

.text-big{
    line-height: 24px;
    font-weight: 600;
    color: #1E1E1E;
}

.text-quote{
   
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color:white;
}

/* #endregion Text*/

/*#region Social */
.social-wrapper{
    width: 20%;
    display: flex;
    flex: row;
    align-items: center;
    justify-content: flex-end;
}

.fa {
    padding: 10px;
    font-size: 18px !important;
    width: 25px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
opacity: 0.7;
}

.fa-facebook {
background: #3B5998;
color: white;
}
.fa-xing{
    background-color: #026466;
    color: white;
}

.fa-linkedin{
    background-color: #0073B0;
    color: white;
}

.fa-envelope-o{
    color:#5ED7C3;
}

.fa-pencil{
    color:#5ED7C3;
}

.fa-phone{
    color:#5ED7C3;
}

.fa-user{
    color:#5ED7C3;
}

/* #endregion Social */

/* #region Buttons*/
.contact-button{
    color:white;
    background-color:transparent;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
    display:flex;
    text-align: center;
    cursor: pointer;
    -ms-flex-item-align: center;
    align-content: center;
    -moz-box-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.contact-button:hover{
    background: #3BA997;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    border: 1px solid #3BA997;
    min-width: 50px;
}
.contact-button:focus{
    outline: none;
}

.CTA-Button{
    background: #3BA997;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display:flex;
    text-align: center;
    cursor: pointer;
    -ms-flex-item-align: center;
    align-content: center;
    -moz-box-align: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-decoration: none;
}
.CTA-Button:hover{
    background: #5ED7C3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.CTA-Button:focus{
    outline: none;
}
/* #endregion Buttons */

/* #region MediaQuerys */
@media only screen and (max-width: 1000px){
    .card-container{
        display:none;
    }
    .slider-container{
        display: flex;
        flex-direction: column;
    }
}



/* #endregion MediaQuerys */

    .cookie-popup { 
    text-align: center; 
    background: #fff;
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:14px; 
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
   
  .cookie-popup.hidden {
    display: none;
  }

.openingTimePanelWrapper{
    border-top: 1px solid #E9EBEB;
    border-bottom: 1px solid #E9EBEB;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      
    }

  .openingTimePanelText{
    border-bottom: 1px solid #E9EBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .openingTimeInfoWrapper{
    display: flex;
    width: 100%;
    flex-direction: row;
  }

  .openingTimePanelInfoTextWrapper{
      display:flex;
      flex-direction: column;
      width: 14%;
  }

  .openingTimePanelDaysWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
    min-width: 100%;
    
  }

  .openingTimePanelHoursWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-bottom: 10px;
  }

  .contact-form-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .contact-label{
    margin-right: 2%;
    justify-content:left;
    text-align: left;
    justify-self: left;
    align-self: flex-start;
  }

  .input-form{
      height: 52px;
      width:60%
  }

  .form__label {
 
    font-size: 1.2rem;
    margin-left: 2rem;
    margin-top: 0.7rem;
    display: block;
    transition: all 0.3s;
    transform: translateY(0rem);
  }
  
  .form__input {
    
    color: #333;
    font-size: 1.2rem;
      margin: 0 auto;
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    border: none;
    width: 100%;
    display: block;
    border: 0.3rem solid #E9EBEB;
    transition: all 0.3s;
    
  }
  
  .form__input:placeholder-shown + .form__label {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
  }
  
 
