@font-face { 
    font-family: "Lato"; 
    src: url("/fonts/Lato/Lato-Light.ttf");
    font-weight: 300;
}

@font-face { 
    font-family: "Lato"; 
    src: url("/fonts/Lato/Lato-Regular.ttf");
    font-weight: 400;
}

@font-face { 
    font-family: "Lato"; 
    src: url("/fonts/Lato/Lato-Black.ttf");
    font-weight: 900;
}

body {
    font-family: 'Lato' , sans-serif;
    color: #0E1022;

}

h1,h2 {
    font-weight: 900;
 }

p {
    line-height: 32px;
    font-weight: 300;
}

hr {
    background: #F1DD02;
    border: 1;
    width: 10%;
    height: 2px;
  }


.home {
    background-color: black !important;
}

.bg {
    background-color: white !important;
}

.home a {
    color: #F1DD02 !important;
}

.home a:hover {
    color: #0E1022 !important;
}


.btn-outline-warning {
    border-color: #F1DD02 !important;
    color: #F1DD02 !important;
}


.btn-outline-warning:hover {
    background-color: #F1DD02 !important;
    color: #0E1022 !important;
}

.nav-link {
    color: #0E1022 !important;
}

.nav-link:hover {
    color: #F1DD02 !important;
}

.parent {
  position: relative;
}


.child_1, .child_2 {
  position: absolute;
}

.child_1 {
   padding-left: 150px;
}

.child_2{
    margin-top: 30px;
}


.service i {
   font-size: 2.5rem;
   color: #F1DD02;
}

.tz-gallery {
    padding: 20px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.kontakt i {
    font-size: 2.0rem;
    color: #F1DD02;
 }

.footer {
    background-color: #0E1022 !important;
}

.footer a {
    color: white !important;

}
.footer p {

    font-size: 18px;
}

@media (min-width: 576px) and (max-width: 767.98px) {

    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    body {
        padding: 0;
    }
    
    .meinauto {
        background: url(imgs/header.jpg) top right no-repeat; 
    }

    .text {
        padding-right: 300px;
    }

    .child_1 {
        padding-left: 250px;
    }
        
    .child_2 {
        padding-left: 100px;
        margin-top: 30px;
    }
    
    p {
        font-size: 18px;
        line-height: 28px;
    }

    .bosch {
        padding-top: 310px;
    }

    .container.gallery-container {
        border-radius: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    body {
        padding: 20px;
    }

    p {
        font-size: 20px;
        line-height: 30px;
    }

    .bosch {
        padding-top: 0px;
    }

}

@media (min-width: 1200px) {

    p {
        font-size: 20px;
        line-height: 35px;
        font-weight: 300;
    }

 }