*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

@font-face { 
    font-family: mezirane; 
    src: url('/font/THE\ MEZIRANE.ttf') format("truetype"); 
} 

.yellow{
    color: #fff200;
}
.blue {
    color: #3a7bb7;
}

.header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/headt.jpg");
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header-imp{
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header-imp img{
    position: absolute;
}

.header img{
    position: absolute;
}

nav{
    position: fixed;
    top: 0;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.459);
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    z-index: 10;
    overflow: hidden;
    transition: 1s ease-in-out;
}


nav img{
    margin-top: -35px;
    width: 120px;
    position: absolute;
}

.nav-links{
    flex: 1;
    text-align: right;
    float: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #fff200;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

/* BLUNAV */
.blunav{
    position: fixed;
    top: 0;
    width: 90%;
    background-color: #3a7bb7;
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    z-index: 10;
    overflow: hidden;
}

.text-box{
    width: 90%;
    color: #f0f0f0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    filter:brightness(100%)
}

.text-box h1{
    font-size: 62px;
    font-family: mezirane;
    font-weight: 400;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 13px;
    color: #f0f0f0;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #f0f0f0;
    border: 2px solid #f0f0f0;
    padding: 12px 34px;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btnblu{
    display: inline-block;
    text-decoration: none;
    color: #3a7bb7;
    border: 2px solid #3a7bb7;
    padding: 12px 34px;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btnblu:hover{
    border: 2px solid #3a7bb7;
    background: #3a7bb7;
    transition: 0.5s;
    color: #fff200;
}

.hero-btn:hover{
    border: 2px solid #3a7bb7;
    background: #3a7bb7;
    transition: 0.5s;
    color: #fff200;
}

nav .fa{
    display: none;
}

/* dienst */

.dienst{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.row{
    top: 5%;
    display: flex;
    justify-content: space-between;
}

.dienst .row{
    height: 330px;
}

.dienst .row img{
    height: 120px;
    width: 120px;
}

.dienst-col{
    flex-basis: 31%;
    background: #1a3750;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 30px 12px;
    box-sizing: border-box;
    transition: 0.3s;
}

h3{
    color: #fffffff8;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.dienst-col:hover{
    box-shadow: 0 0 20px 0px rgba(1, 120, 255, 0.9);
}

/* fabs */

.fabs{
    width: 80%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    mix-blend-mode: multiply;
}

.fabs-col{
    display: flex;
    flex-basis: 25%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.fabs-col img{
    padding-top: 50px;
    align-items: center;
    width: 300px;
    height: 300px;
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.img-correct{
    padding: 0%;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.layer:hover{
    background: rgba(255, 230, 0, 0.7);
}

.layer h3{
    width: 100%;
    font-weight: 600;
    color: #3a7bb7;
    font-size: 30px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3{
    bottom: 40%;
    opacity: 1;
}

/* Call to action */

.cta{
    height: auto;
    width: 100%;
    background-image: url(/img/head2.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    align-items: center;
    padding: 50px 0;
   
}

.imcol{
    flex-basis: 50%;
    overflow: hidden;
}

.imcol h1{
    text-align: left;
    color: #3a7bb7;
    margin-top: 15%; 
}

.imcol img{
    position: relative;
    margin-left: 250px;
}

.imcol .hero-btnblu{
    align-items: center;
    align-content: center;
    margin-top: 5%;
    margin-right: 50%;
}

#tuv{
    position: relative;
    height: 450px;
}

/* footer */

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #3a7bb7;
}

.footer h3{
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons .fa{
    color: #ffffff;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.foot-col{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.foot-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.foot-col img{
    width: 250px;
    position: relative;
}

.foot-col h4{
    color: #ffffff;
    padding-bottom: 10px;
}

.foot-col p{
    color: #ffffffd7;
    font-size: 15px;
}

.made{
    color: #ffffff;
    font-size: 14px;
}

.foot-col .fa{
    color: #ffffff;
}
.blu-btn{
    border: 2px solid #3a7bb7;
    background: transparent;
    color: #3a7bb7;
}

.blu-btn:hover{
    border: 2px solid #3a7bb7;
    background: #3a7bb7;
    transition: 0.5s;
    color: #fff200;
}

/* Contact Us*/

.container{
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #313131;
}

.container p{
    color: #555;
    font-size: 15px;
}

.container-imp{
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    padding-top: 150px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #313131;
}

.container-imp p{
    color: #555;
    font-size: 15px;
}

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.imp{
    width: 40%;
    margin: auto;
    padding-bottom: 40px;
}

.impres{
    padding-bottom: 50px;
    color: #222222;
}

.impres h5{
    font-size: 20px;
    color: #3a7bb7;
    font-weight: 400;
}

.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #3a7bb7;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;   
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/*Credits*/

.credits {
    padding: 10px;
    padding-bottom: 90px;
}

/*submit*/

.antispam{
    display:none;
}

.content {
    align-items: center;
    justify-content: center;
    margin-top: 30%;
    align-self: center;
    text-align: center;
}

.content .blu-btn{
    margin-left: 40%;
}

.sbbg {
    background-image: url(/img/trackbg.png);
    background-repeat: no-repeat; 
    background-size: cover;  
}

/* animations */

.popUp {
    transform: scale(0);
}

.popUpAn {
    animation-name: pop-up;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier();
}

.slideRight {
    /* position: absolute; */
    opacity: 0;
    margin-left: -300px;
    margin-right: 300px;
}

.slideLeft {
    /* position: absolute; */
    opacity: 0;
    margin-left: 300px;
    margin-right: -300px;
}

.slideUp {
    /* position: absolute; */
    opacity: 0;
    margin-top: 200px;
    margin-bottom: -200px;
}

.slideFromLeft {
    animation-name: slide-right;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    /* margin-left: -200px;
    margin-right: 200px; */
}

.slideFromRight {
    animation-name: slide-left;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    /* margin-left: -200px;
    margin-right: 200px; */
}

.slideFromBottom {
    animation-name: slide-up;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    /* margin-left: -200px;
    margin-right: 200px; */
}

@keyframes slide-up {
    0% { 
        opacity: 0;
        margin-bottom: -200px;
        margin-top: 200px; 
    }
    100% { 
        opacity: 1;
        margin-bottom: unset; 
        margin-top: unset;
    };
}

@keyframes slide-right {
    0% { 
        opacity: 0;
        margin-left: -200px;
        margin-right: 200px; 
    }
    100% { 
        opacity: 1;
        margin-right: unset; 
        margin-left: unset;
    };
}

@keyframes slide-left {
    0% { 
        opacity: 0;
        margin-right: -200px;
        margin-left: 200px; 
    }
    100% { 
        opacity: 1;
        margin-right: unset; 
        margin-left: unset;
    };
}

@keyframes pop-up {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

/* PHONE  */

@media(max-width: 700px){

    .text-box{
        left: 50%;
    }
    
    .text-box h1{
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .text-box p{

        font-size: 20px;
    }

    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: #3a7bb7;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;

    }

    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding-top: 30px;
    }

    /* diensts */
    .row{
        flex-direction: column;
    }

    .dienst .row{
        height: auto;
    }

    /* Call to action */
    .cta{
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .cta h1{
        font-size: 24px;
        text-align: center;
    }

    .imcol .hero-btnblu{
        margin-top: 5%;
        margin-left: 30%;
    }

    .imcol img{
        position: relative;
        margin: 0;
    }

    .imp{
        width: 120%;
    }
}