.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fade-in.one {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.fade-in.two {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.fade-in.three {
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.fade-in.four {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fade-in.five {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.fade-in.six {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.fade-in.seven {
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.service {
    text-align: center;
    text-decoration: none;
}

.service-text {
    text-align: justify;
    color: #333;
    font-size: 18px;
}

.service-text2 {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.service-header {
    font-family: SeatMetaNormal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px !important;

}

.service-header2 {
    margin-top: 0px;
    font-family: SeatMetaBold;
    font-weight: 700;
    text-transform: uppercas;
    color: red;
}

a {
    color: #777;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, color .2s ease-in-out;
    transition: color .2s ease-in-out, color .2s ease-in-out;
}

a:visited {
    color: #777;
}

a:hover {
    color: #D7122B;
}

a:active {
    color: #777;
}

.intro-text {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: MetaProLight;
    /* 	font-family: SeatMetaMedium; */
    p
}

.intro-header {
    /* 	text-align: justify; */
    /* 	font-family: SeatMetaNormal; */
    font-family: SeatMetaMedium;
    text-transform: uppercase;
}

.company h1 {
    margin-bottom: 5px;
}

.contact {
    height: 100%;
    vertical-align: bottom;
    font: 17px SeatMetaNormal, sans-serif;
    -webkit-transition: color 500ms ease-out 1s;
    -moz-transition: color 500ms ease-out 1s;
    -o-transition: color 500ms ease-out 1s;
    transition: color 500ms ease-out 1s;
    color: #333;
    padding-bottom: 10px;
    padding-top: 0px;

}
.telefon{
    font-weight: 700;    
    height: 100%;
}
.thumbnail {
    min-height: 500px;
}

.thumbnail-seat {
    min-height: 215px;
}

.thumbnail-cupra {
    min-height: 215px;
}

.thumbnail-2 {}

.thumbnail-3 {
    min-height: 500px;
}

.thumbnail-4 {
    min-height: 480px;
}

.thumbnail-5 {
    min-height: 350px;
}

.img-small {
    max-height: 40px;
    margin-bottom: -10px;
}

.img-small2 {
    max-height: 130px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .contact {
        float: right;
        text-align: right;
        padding-top: 5px;
        text-align: right;
        font: 18px SeatMetaNormal, sans-serif;
    }

    .company {
        float: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .thumbnail {
        min-height: 200px;

    }

    .thumbnail-2 {}

    .thumbnail-3 {
        min-height: 200px;
    }

    .thumbnail-4 {
        min-height: 480px;
    }

    .thumbnail-5 {
        min-height: 350px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    .thumbnail {
        min-height: 90px;
    }

    .thumbnail-2 {

        width: 104.5%;
    }

    .thumbnail-3 {
        min-height: 200px;
    }

    .thumbnail-4 {
        min-height: 480px;
    }

    .thumbnail-5 {
        min-height: 350px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .thumbnail {
        min-height: 460px;
    }

    .thumbnail-seat,
    .thumbnail-cupra {
        min-height: 210px;
    }

    .thumbnail-2 {

        width: 104.5%;
    }

    .thumbnail-3 {
        min-height: 460px;

    }

    .thumbnail-4 {
        min-height: 510px;
    }

    .thumbnail-5 {
        min-height: 380px;
    }

}

.overlay-content h4,
.overlay-content2 h4 {
    font-weight: 700;
    margin-top: 40px;
}

.overlay-content a,
.overlay-content2 a {
    color: #a00;
}

.dsgleft {
    float: left;
    display: block
}

.dsgright {
    float: left;
    display: block;

}

.copyright {
    text-align: center;
}

@media(max-width: 768px) {
    .dsgleft a {

        float: right;

    }
}
