@font-face {
    font-family: 'beware';
    src: url(../fonts/beware.ttf);
}

html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif, serif;
    color: #555;
}

hr{
    border-color: #C82F36;
    border-width: 3px;
    max-width: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hr-style{
    border-color: #C82F36;
    border-width: 3px;
    max-width: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn{
    border-radius: 0;
    border: none;
}

.padding-left-0{
    padding-left: 0;
}

.padding-right-0{
    padding-right: 0;
}

.padding-bottom-0{
    padding-bottom: 0;
}

.padding-top-0{
    padding-top: 0;
}

.margin-left-0{
    margin-left: 0;
}

.margin-right-0{
    margin-right: 0;
}

.margin-top-0{
    margin-top: 0;
}

.margin-bottom-0{
    margin-bottom: 0;
}


/*banner*/

#banner-image{
    width: 100%;
    height: auto;
}


/*navigation*/


#navigation-container{
    background-color: #C82F36;
}

#navigation-container.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#navigation{
    background-color: #C82F36;
    border: none;
    border-radius: 0;
    margin: 0;
}

#navigation-items .navigation-buttons{
    font-size: 1.5em;
    padding: 20px 30px 18px 30px;
    color: #f0f0f0;
}

#navigation-items .navigation-buttons:hover{
    background-color: #C74646;
}

.navbar-header>button:hover,
.navbar-header>button:active,
.navbar-header>button:focus{
    background-color: #C74646!important;
}

#brand{
    font-size: 2.5em;
    transform:scale(1,2);
    margin-top: -15px;
    font-family: "beware", "Helvetica Neue", sans-serif, serif;
    padding-left: 0;
    color: #f0f0f0;
}

.flag{
    height: 17px;
}

#german-flag{
    padding: 0;
    margin-top: 18px;
    margin-left: 5px;
    margin-right: 10px;
}

#england-flag{
    padding: 0;
    margin-top: 18px;
}


/*home page*/


#first-section-home{
    margin-top: 50px;
}

#first-section-home .container{
    overflow: hidden;
}


#first-section-home #home_services h1,
#first-section-home #home_services h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7em;
}

#slogan{
    margin-bottom: 50px;
}

#slogan h2{
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 1.7em;
}

#slogan p{
    font-size: 1.3em;
}

.home-image{
    max-height: 270px;
    margin: 0 auto;
}

.home-image {
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    margin: 0 auto;
}

.home-image:hover {
    transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
}

.home-image-container-1 {
    background-color: #f2f2f2;
    margin-right: 16px;
    overflow:hidden;
    box-shadow: 3px 3px 7px #888888;
    border-top: solid 4px #C82F36;
    border-left: solid 2px #c9c9c9;
    }

.home-image-container-2 {
    background-color: #f2f2f2;
    margin-right: 8px;
    margin-left: 8px;
    overflow:hidden;
    box-shadow: 3px 3px 7px #888888;
    border-top: solid 4px #C82F36;
    border-left: solid 2px #c9c9c9;
}

.home-image-container-3 {
    background-color: #f2f2f2;
    margin-left: 16px;
    overflow:hidden;
    box-shadow: 3px 3px 7px #888888;
    border-top: solid 4px #C82F36;
    border-left: solid 2px #c9c9c9;
}

.home-text-container-1{
    background-color: #f2f2f2;
    box-shadow: 4px 4px 7px #888888;
    margin-right: 16px;
    padding: 30px 20px;
    margin-bottom: 50px;
    border-left: solid 2px #c9c9c9;
    height: 350px;
}

.home-text-container-2{
    background-color: #f2f2f2;
    box-shadow: 4px 4px 7px #888888;
    margin-right: 8px;
    margin-left: 8px;
    padding: 30px 20px;
    margin-bottom: 50px;
    border-left: solid 2px #c9c9c9;
    height: 400px;
}

.home-text-container-3{
    background-color: #f2f2f2;
    box-shadow: 4px 4px 7px #888888;
    margin-left: 16px;
    padding: 30px 20px;
    margin-bottom: 50px;
    border-left: solid 2px #c9c9c9;
    height: 350px;
}

.home-service{
    display: none;
}

.home-service:first-child,
.home-service:nth-child(3){
    margin-top: 50px;
}

.btn-xl{
    padding: 5px 25px;
    color: #EEEEEE;
    background-color: #C82F36;
    border-color: #C82F36;
    border-radius: 300px;
    text-transform: uppercase;
}

.btn-xl:hover,
.btn-xl:focus{
    border-color: #C74646;
    color: #EEEEEE;
    background-color: #C74646;
}

.home-text-container-3>.btn-xl{
    margin-top: 60px;
}

.home-text-container-2>.btn-xl{
    margin-top: 50px;
}

.home-text-container-1>.btn-xl{
    margin-top: 20px;
}

/*contact section*/


#contact-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/dottedMap.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#contact-section h2{
    color: #ffffff;
    margin-top: 0;
    font-size: 1.7em;
    letter-spacing: 1px;
}

#contact-section p{
    color: #ffffff;
}

#contact-section-button{
    float: right;
    margin-top: 30px;
}


/*footer*/


#footer {
    margin-top: 30px;
}

#footer h3{
    transform:scale(1,2);
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 35px;
    font-family: beware, "Helvetica Neue", sans-serif, serif;
    color: #C82F36;
}

#footer h4{
    font-size: 1.7em;
    margin-top: 20px;
    margin-bottom: 25px;
}

#footer .footer-column:nth-child(2) a,
#footer .footer-column:nth-child(3) a{
    color: #555;
}

#footer .footer-column:nth-child(2){
    padding-left: 40px;
}

#footer-last-row{
    border-top:1px solid #999;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
}


/*about*/


#about-container{
    overflow: hidden;
}

#about-container>div:first-child{
    margin-top: 40px;
    margin-bottom: 40px;
}

#about-container>div:nth-child(2){
    margin-bottom: 20px;
}

#about-container>div:first-child h1,
#about-container>div:nth-child(2) h2{
    font-size: 1.7em;
    margin-top: 0;
}

#about-container>div:first-child p,
#about-container>div:nth-child(2) p{
    font-size: 1.3em;
}

.car-content{
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 50px;
}

.car-content h2{
    font-size: 1.5em;
}

.cars-image{
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.car-animation{
    right: -1300px;

}


/*services*/

#services-container{
    overflow: hidden;
    margin-top: 20px;
}

#services-container h2{
    font-size: 1.5em;
}

#services-header{
    margin-top: 40px;
}

#services-header h2{
    font-size: 1.7em;
    margin-top: 0;
}

.service-content{
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
}

.services-image{
    margin: 0 auto;
    max-height: 100px;
    /*padding-left: 50%;*/
    /*margin-left: -85px;*/
}


/*contact*/


#contact-container{
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
}

#contact-form{
    margin-top: 50px;
}

#contact-form h1{
    font-size: 2em;
    font-weight: bolder;
    margin-top: 0;
}

#contact-form-button{
    padding: 5px 25px;
    color: #EEEEEE;
    background-color: #C82F36;
    border-color: #C82F36;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 1em;
}

#contact-form-button:hover,
#contact-form-button:focus {
    border-color: #C74646;
    color: #EEEEEE;
    background-color: #C74646;
}

#impressum{
    margin-top: 50px;
    padding-left: 100px;
}

#impressum h2{
    font-size: 2em;
    font-weight: bolder;
    margin-top: 0;
}

#impressum h3{
    font-size: 1.3em;
    font-family: Beware, "Helvetica Neue", sans-serif, serif;
    transform:scale(1,2);
    margin-bottom: 20px;
}


@media only screen and (min-width : 1400px){

    #footer h3{
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
    /*navigation*/


    #navigation-items .navigation-buttons{
        font-size: 1.4em;
        padding: 20px 25px 18px 25px;
    }

    #brand{
        font-size: 2.3em;
    }

    /*home page*/


    .home-image-container-1 {
        margin-right: 16px;
    }

    .home-image-container-2 {
        margin-right: 0;
        margin-left: 16px;
    }

    .home-image-container-3 {
        margin-left: 0;
    }

    .home-text-container-1{
        margin-right: 16px;
    }

    .home-text-container-2{
        margin-right: 0;
        margin-left: 16px;
    }

    .home-text-container-3{
        margin-left: 0;
    }

    .home-service:first-child,
    .home-service:nth-child(3){
        margin-top: 0;
    }

    .home-text-container-3>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-2>.btn-xl{
        margin-top: 10px;
    }

    .home-text-container-1>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-1{
        height: 300px;
    }

    .home-text-container-2{
        height: 300px;
    }

    .home-text-container-3{
        height: auto;
    }

}


@media only screen and (min-width : 768px) and (max-width : 991px) {
    /*navigation*/


    #navigation-items .navigation-buttons{
        font-size: 1.3em;
        padding: 20px 12px 18px 12px;
    }

    #brand{
        font-size: 1.5em;
        margin-top: -10px;
    }

    /*home page*/


    .home-image-container-1 {
        margin-right: 0;
    }

    .home-image-container-2 {
        margin-right: 0;
        margin-left: 0;
    }

    .home-image-container-3 {
        margin-left: 0;
    }

    .home-text-container-1{
        margin-right: 0;
    }

    .home-text-container-2{
        margin-right: 0;
        margin-left: 0;
    }

    .home-text-container-3{
        margin-left: 0;
    }

    .home-service:first-child,
    .home-service:nth-child(3){
        margin-top: 0;
    }

    .home-text-container-3>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-2>.btn-xl{
        margin-top: 10px;
    }

    .home-text-container-1>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-1{
        height: auto;
    }

    .home-text-container-2{
        height: auto;
    }

    .home-text-container-3{
        height: auto;
    }

    #services-container{
        padding: 0;
    }

    /*footer*/


    #footer h3{
        font-size: 1.7em;
    }

    #footer .footer-column:nth-child(2){
        padding-left: 20px;
    }

    #footer .footer-column:nth-child(3){
        padding-left: 50px;
    }

    #footer .footer-column:nth-child(2) .col-sm-6:nth-child(2){
        padding-left: 60px;
        overflow: auto;
    }

    .service-content{
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }

}

@media only screen and (min-width : 420px) and (max-width: 767px) {
    #navigation-items .navigation-buttons {
        font-size: 1.5em;
        padding: 20px 15px 18px 15px;
    }

    #german-flag{
        padding-left: 50%;
        margin-left: -15px;
    }

    #england-flag{
        padding-left: 50%;
        margin-left: -15px;
        margin-bottom: 20px;
    }

    #brand{
        font-size: 1.5em;
        margin-top: 0;
    }

    /*home page*/

    #first-section-home{
        padding-left: 0;
        padding-right: 0;
    }

    #first-section-home>.container{
        padding: 0;
    }

    #slogan{
        margin-bottom: 30px;
    }

    .home-image-container-1 {
        margin-right: 0;
    }

    .home-image-container-2 {
        margin-right: 0;
        margin-left: 0;
    }

    .home-image-container-3 {
        margin-left: 0;
    }

    .home-text-container-1{
        margin-right: 0;
    }

    .home-text-container-2{
        margin-right: 0;
        margin-left: 0;
    }

    .home-text-container-3{
        margin-left: 0;
    }

    .home-service:first-child,
    .home-service:nth-child(3){
        margin-top: 0;
    }

    .home-text-container-3>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-2>.btn-xl{
        margin-top: 10px;
    }

    .home-text-container-1>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-1{
        height: auto;
    }

    .home-text-container-2{
        height: auto;
    }

    .home-text-container-3{
        height: auto;
    }


    /*contact section*/


    #contact-section-button{
        float: none;
        margin-top: 30px;
    }


    /*footer*/


    #footer h3{
        font-size: 1.7em;
    }

    #footer .footer-column:nth-child(2){
        display: none;
    }

    #footer .footer-column:nth-child(3){
        margin-top: 35px;
    }

    /*about*/


    #about-container>div:nth-child(2){
        margin-bottom: 0;
    }

    .cars-image{
        margin: 0 auto;
    }



    /*services*/


    .service-content{
        margin-left: 20px;
        margin-right: 20px;
    }



    /*contact*/


    #impressum{
        margin-top: 50px;
        padding-left: 15px;
    }

}



@media only screen and (max-width : 420px){

    #navigation-items .navigation-buttons{
        font-size: 1.5em;
        padding: 20px 15px 18px 15px;
    }

    #german-flag{
        padding-left: 50%;
        margin-left: -15px;
    }

    #england-flag{
        padding-left: 50%;
        margin-left: -15px;
        margin-bottom: 20px;
    }

    #brand{
        font-size: 1.3em;
        margin-top: 0;
    }

    /*home page*/

    #first-section-home{
        padding-left: 0;
        padding-right: 0;
    }

    #first-section-home>.container{
        padding: 0;
    }

    #slogan{
        margin-bottom: 30px;
    }

    .home-image-container-1 {
        margin-right: 0;
    }

    .home-image-container-2 {
        margin-right: 0;
        margin-left: 0;
    }

    .home-image-container-3 {
        margin-left: 0;
    }

    .home-text-container-1{
        margin-right: 0;
    }

    .home-text-container-2{
        margin-right: 0;
        margin-left: 0;
    }

    .home-text-container-3{
        margin-left: 0;
    }

    .home-service:first-child,
    .home-service:nth-child(3){
        margin-top: 0;
    }

    .home-text-container-3>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-2>.btn-xl{
        margin-top: 10px;
    }

    .home-text-container-1>.btn-xl{
        margin-top: 30px;
    }

    .home-text-container-1{
        height: auto;
    }

    .home-text-container-2{
        height: auto;
    }

    .home-text-container-3{
        height: auto;
    }

    /*contact section*/


    #contact-section-button{
        float: none;
        margin-top: 30px;
    }


    #footer h3{
        font-size: 1.7em;
    }

    #footer .footer-column:nth-child(2){
        display: none;
    }

    #footer .footer-column:nth-child(3){
        margin-top: 35px;
    }

    /*about*/


    #about-container>div:nth-child(2){
        margin-bottom: 0;
    }

    /*services*/


    .service-content{
        margin-left: 10px;
        margin-right: 10px;
    }



    /*contact*/


    #impressum{
        margin-top: 50px;
        padding-left: 15px;
    }

}