@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf');
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf');
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf');
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 600;
}

/* ====================================== Main Classes ====================================== */

html{
    scroll-behavior: smooth;
    font-family: Montserrat;
}

.shade-dark{
    background-color: #004f8b;
}

.shade-medium{
    background-color: #5382a0;
}

.shade-gray{
    background-color: #a9aeb4;
}

.shade-bronze{
    background-color: #948c8a;
}

button{
    background-color: #12847c;
    color: #ffffff !important;
}

.white-button{
    background-color: #ffffff;
    border: none;
    width: 250px;
    padding: 7px 0;
}

.white-button:hover{
    background-color: #03847d;
    border: none;
    width: 250px;
    padding: 7px 0;
}

.white-button:hover a{
    color: #ffffff;
}

img{
    width: 100%;
}

.t-center{
    text-align: center;
}

.petrol-button{
    background-color: #03847d;
    border: none;
    padding: 3px 35px;
}

.mt-5 {
    margin-top: 6rem!important;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.stoerer-unten{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    flex-direction: column;
}

hr{
    color: #ffffff;
    height: 2px !important;
}

.fade{
    opacity: 1;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

/* ====================================== Font Classes ====================================== */

h1{
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.2rem;
}

h2, h3, h5{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.2rem;
}

h4{
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.2rem;
}

p{
 font-size: 25px;
 font-weight: 200;
 color: #ffffff;
}

.font-negativ{
 color: #344f66;
}

a{
    color: #958d8b;
    text-decoration: none;
}

a:hover{
    color: #03847d;
}

.bold{
    font-weight: 500;
}

ul, li {
    font-family: Montserrat;
    color: #344f66;
    font-weight: 200;
}

/* ====================================== Header Image Classes ====================================== */

.header-flex{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.overlay{
    position: absolute;
    background-image: url(/storage/app/media/Header/Overlay.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}



.overlay-image{
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.4;
    width: 45%;
}

.header-title-position{
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 18%;
    transform: translate(-50%, -60%);
}

.header-title-1{
    font-size: 4.5rem;
    font-weight: 200;

}

.header-title-2{
    font-size: 1.9rem;
    line-height: 4rem;
    font-weight: 200;
}

.header-icon{
    width: 75px;
}

.header-icon-team{
    width: 105px;
    margin-left: 5px;
}

.icon-position{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* ====================================== Nav Classes ====================================== */

.navbar{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
}

.navbar-nav{
    width: 50%;
    justify-content: space-evenly;
    margin-top: 2.9rem;
}

.logo{
    width: 210px;
}

.nav-link{
    color: #958d8b !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    transition: 0.4s;
}

.nav-link:hover{
    color: #03847d !important;
    font-weight: 300;
    transform: scale(1.05);
    transition: 0.6s;
}



/* ====================================== Index Classes ====================================== */

.container-anleser{
    z-index: 9999;
}

.anleser-blocks{
    position: relative;
    margin-top: -8.5rem;
}

.anleser{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5em 2.5em;
    }

.anleser p{
    hyphens:auto;
    -webkit-hyphens:auto;
    }    

.index-teaser-position{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* ====================================== Leistungen Classes ====================================== */

.leistungen-blocks-flex{
    justify-content: space-between;
}

.leistung-blocks{
    min-height: 480px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 32%;
    padding: 1.5em 2.5em;
}

.referenzen-blocks{
    min-height: 480px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 48%;
    padding: 1.5em 2.5em;
}

.leistung-blocks p, .referenzen-blocks p{
    hyphens:auto;
    -webkit-hyphens:auto;
    } 



/* ====================================== Team Classes ====================================== */

.quickconnect{
    margin-top: -7rem;
    z-index: 9999;
}

.quickconnect-blocks{
    padding: 37px 30px;
    position: relative;
}

.team-icons{
    display: flex;
    justify-content: center;
}

.team-icon{
    width: 30px;
    margin: 0 15px;
}

.werdegang{
    line-height: 1.8rem;
}

/* ====================================== Kontakt Classes ====================================== */

.form-group{
    margin-bottom: 25px;
}

label{
   /* position: absolute; */
    padding: 8px 0;
    font-size: 20px;
    font-weight: 200;
    color: #344f66;
}

input{
    border-radius: 0;
    border-color: #eeeeee;
    border-width: 3px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.9rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.15rem solid #e8e8e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary{
    background-color: #03847d;
    border: none;
    padding: 7px 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

.btn-primary:hover{
    background-color: #344f66;
}

.contact-box {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.contact-box h4 {
    color: #344f66;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

.contact-box p {
    color: #344f66;
    font-size: 1.1rem;
    margin: 0.5rem auto;

}

.privacy h3 {
    color: #344f66;
    margin-top: 2rem;
}

.privacy h4 {
    color: #344f66;
    margin-top: 2rem;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
}

.privacy p {
    color: #344f66;
}

/* ====================================== Footer Classes ====================================== */

footer{
    background-color: #004f8b;
}

/* ====================================== Container Classes ====================================== */

@media (min-width: 1601px){

.container-anleser {
    max-width: 1970px;
}

}

/* ============================================================================================
===============================================================================================
====================================== Laptop XL Breakpoint ===================================
===============================================================================================
============================================================================================ */

@media (max-width: 2270px){

    .nav-link{
        font-size: 20px;
    }

    .header-title-position{
        position: absolute;
        z-index: 999;
        left: 20%;
    }

    .header-title-1{
        font-size: 3rem;
        font-weight: 200;

    }

    .header-title-2{
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: 200;
    }

    .header-icon{
        width: 60px;
    }

    .header-icon-team{
        width: 90px;
        margin-left: 5px;
    }

    p{
        font-size: 20px;
    }

    .leistung-blocks{
        height: 385px;
    }

    .overlay-image {
        width: 50%;
    } 

}

@media (max-width: 2050px){

    .navbar-nav{
        width: 70%;
    }

    .header-title-position{
        position: absolute;
        z-index: 999;
    }

    .header-title-1{
        font-size: 2.8rem;
        font-weight: 200;

    }

    .header-title-2{
        font-size: 1.4rem;
        line-height: 3rem;
        font-weight: 200;
    }

    h1{
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 0.2rem;
    }

    h2, h3, h5{
        font-size: 26px;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 0.2rem;
    }

    h4{
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 0.2rem;
    }

    .leistung-blocks{
        height: 350px;
    }
    .overlay-image {
        width: 53%;
    } 

}

    /* ============================================================================================
    ===============================================================================================
    ====================================== Laptop Breakpoint ====================================== 
    ===============================================================================================
    ============================================================================================ */

@media (max-width: 1800px){

    .mt-5{
        margin-top: 3rem !important;
    }

    .navbar-nav{
        width: 70%;
    }

    .nav-link{
        font-size: 18px;
    }

    

    .header-title-1{
        font-size: 2rem;
    }

    .header-title-2{
        font-size: 1.3rem;
        line-height: 3rem;
    }

    .header-icon{
        width: 55px;
        margin-top: 15px;
    }

    h2, h3, h5{
        font-size: 26px;
    }

    p{
        font-size: 18px;
    }

    .container-anleser{
        max-width: 1430px !important;
    }

    .anleser-blocks{
        margin-top: -5.5rem;
    }

    .leistung-blocks{
        height: 330px;
    }

    .col-lg-8 .mb-5{
        margin-bottom: 1rem !important;
    }

    .overlay-image {
        width: 60%;
    } 

    

}


@media (max-width: 1350px){

    .mt-5{
        margin-top: 3rem !important;
    }

    .navbar-nav{
        width: 70%;
    }

    .nav-link{
        font-size: 18px;
    }

    .header-title-position{
        left: 25%;
    }

    .header-title-1{
        font-size: 1.8rem;
    }

    .header-title-2{
        font-size: 1rem;
        line-height: 2.3rem;
    }

    .header-icon{
        width: 45px;
        margin-top: 15px;
    }

    h2, h3, h5{
        font-size: 22px;
    }

    p{
        font-size: 16px;
    }

    .anleser-blocks{
        margin-top: -5.5rem;
    }

    .leistung-blocks{
        height: 280px;
    }

    .col-lg-8 .mb-5{
        margin-bottom: 1rem !important;
    }

     

}

@media (max-width: 1150px){

    .mt-5{
        margin-top: 3rem !important;
    }

    .navbar-nav{
        width: 90%;
    }

    .nav-link{
        font-size: 16px;
    }

    .header-title-position{
       left: 25%;
    }

    .header-title-1{
        font-size: 1.6rem;
    }

    .header-title-2{
        font-size: 1rem;
        line-height: 2rem;
    }

    .header-icon{
        width: 35px;
        margin-top: 8px;
    }

    h2, h3, h5{
        font-size: 20px;
    }

    p{
        font-size: 14px;
    }

    .anleser-blocks{
        margin-top: -5.5rem;
    }

    .leistung-blocks{
        height: 280px;
    }

    .col-lg-8 .mb-5{
        margin-bottom: 1rem !important;
    }

    .stoerer-unten{
        padding: 0 40px;
    }

    .overlay-image {
        width: 65%;
    } 

}

@media (max-width: 801px){
    .header-title-1 {
        font-size: 1.4rem;
        margin-top: 1rem;
        margin-bottom: 0.4rem;
    }

    .header-title-2 {
        font-size: 0.8rem;
        line-height: 1.6rem;
        margin-top: 1rem;
    }
    .header-icon{
        width: 25px;
        margin-top: 0;
    }
}    

@media (max-width: 501px){

    /*.desktop {
        display: none;
    }*/

    .mobile {
        display: block;
    }

    .mt-5{
        margin-top: 3rem !important;
    }

    .navbar{
        padding-left: 0;
    }

    .navbar-nav{
        width: 100%;
    }

    .nav-link{
        font-size: 16px;
    }

    .header-title-position{
        top: 50%;
    }

    .header-title-1{
        font-size: 1rem;
    }

    .header-title-2{
        font-size: 0.5rem;
        line-height: 1.2rem;
    }

    .header-icon{
        width: 25px;
        margin-top: 5px;
    }

    h2, h3, h5{
        font-size: 20px;
    }

    p{
        font-size: 14px;
    }

    .anleser-blocks{
        margin-top: 0rem;
    }

    .leistung-blocks{
        height: 280px;
    }

    .col-lg-8 .mb-5{
        margin-bottom: 1rem !important;
    }

    .stoerer-unten{
        padding: 0 40px;
    }

    .white-button{
        margin-bottom: 33px;
    }

    .leistungen-blocks-flex{
        flex-direction: column;
        margin: 0;
    }

    .leistung-blocks{
        width: 100%;
    }

    .blocks .mt-4{
        margin-top: 0 !important;
    }

    .mobile-reverse{
        flex-direction: column-reverse;
    }

    .overlay-image {
        width: 70%;
    } 

}