.footer-links {
    padding: 50px 0;
    background-color: white;
}
.footer-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-links ul li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
}
.footer-links ul li a {
    color: #333333;
    font-weight: 600;
}

.footer-links img {
    width: 75px;
}
@media only screen and (max-width: 991px) {
    .footer-links {
        padding: 25px 0;
        text-align: center;
    }
    .footer-links img {
        margin: 0 auto 20px auto;
    }
    .footer-links ul {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {

    .footer-links ul {
        margin-bottom: 0;
    }
    .footer-links ul li {
        font-size: 14px;
    }
}
body {
    font-family: 'Lato', sans-serif;
    background-color: #dfdfdf;
    color: #000;
    line-height: 1.5;
}
.fahrzeuge {
    margin-bottom: 30px;
    cursor: pointer;
}
.fahrzeuge:nth-child(3n+1) {
    clear: left;
}
.fahrzeuge:hover article {
    border-color: #3b85c6;
}
.fahrzeuge article {
    border:1px solid #ACACAC;
    padding: 15px;
    padding-bottom: 30px;
    transition: all 0.2s;
    min-height: 410px;
    color: black;
}
.fahrzeuge article h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.fahrzeuge a {
    text-decoration: none;
    color:inherit;
}
.fahrzeuge a:hover article {
    border-color: #3b85c6;
}
.fahrzeuge .col-xs-7 {
    padding-left: 0;
}
.introFahrzeuge {
    margin-bottom: 30px;
}
.firmen figure {
    position: relative;
    overflow: hidden;
}

.firmen-links {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.35);
    height: 100%;
    width: 100%;
    color: white;
    opacity: 0;
    transition: all 0.3s;
}

.firmen figure:hover .firmen-links {
    opacity: 1;
}

.firmen-links a {
    height: 50%;
    padding-top: 22px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}

.firmen-links a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.firmen-person {
    padding: 30px 15px 15px 15px;
}

.firmen-person a {
    text-decoration: none;
    color: inherit;
}
.firmen-person img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.firmen-person  h3 {
    font-size: 20px;
}
.fancyfirma {
    padding-bottom: 20px;
}

.fancyfirma h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.firmen-intro {
    margin-bottom: 20px;
}

.firmen-logo {
    text-align: right;
}

.firmen-logo img {
    display: inline-block;
}

.firmen-adress a {
    text-decoration: none;
    color: inherit;
}

.main-sponsors {
    margin-top: 20px;
    float: right;
}

.main-sponsors .list-inline {
    display: flex;
}

.main-sponsors p {
    margin-bottom: 0px;
}

.verantstalter {
    padding-right: 35px;
}

.prasentiert {
    padding-right: 70px;
}

.navbar-default {
    background: #fff;
    margin-bottom: 0;
    border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-nav {
    margin-top: 25px;
    margin-bottom: 20px;
    float: right;
}

.navbar-nav a {
    padding-left: 50px;
}

.navbar-default .navbar-nav>li>a {
    font-weight: bold;
    color: #000;
    padding: 6.5px 3px;
    font-size: 12.5px;
}


/* SLIDER */

.carousel-indicators .active {
    width: 7px;
    height: 7px;
    background-color: white;
    border: none;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.carousel-indicators li {
    background-color: gray;
    border: none;
    width: 7px;
    height: 7px;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.carousel {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.carousel .item img {
    margin: 0 auto;
}
.krug {
    background-color: #000;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 45%;
    font-size: 30px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    opacity: 0.6;
}

.krug:hover {
    background-color: #000;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    opacity: 1;
}

.carousel-control.right {
    right: 0%;
}

.carousel-control.left {
    left: -7%;
}

.over-slider {
    background: #3b85c6;
    color: #fff;
    position: absolute;
    top: 0;
    opacity: 0.9;
    min-height: 633px;
    padding-left: 30px;
    padding-top: 60px;
    padding-right: 30px;
}

.over-slider-content h3 {
    float: right;
    border-left: 2px solid #fff;
    padding-left: 20px;
    font-size: 3.9em;
    margin-top: 0px;
}

.over-slider-content img {
    padding-right: 40px;
}

.over-slider h2 {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 36px;
}

.over-slider .content-month {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 14px;
    font-size: 18px
}

.over-slider .content-day {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 15px;
}

.over-slider .content-year {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
}

.over-slider .Anmeldung-Button {
    float: right;
    background: transparent;
    border: 1px solid #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    bottom: 118px;
    color: #fff;
}

.dl-horizontal dt {
    width: auto;
    margin-right: 25px;
}

.dl-horizontal dd {
    margin-left: 35px;
}

.checkbox-content span {
    font-size: 12px;
}

.welcome {
    background-color: #fff;
    padding: 25px 30px 15px 30px;
    position: relative;
    text-align: center;
}

.welcome .button {
    border: 1px solid #000;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.5s;
    text-decoration: none;
    background-color: #FFFFFF;
}

.welcome .button:hover,
.welcome .button:active,
.welcome .button:focus {
    background-color: #dfdfdf;
    border: 1px solid #ababab;
}

.welcome .button i {
    margin-right: 15px;
}

.welcome .button p {
    margin-bottom: 0px;
}

.welcome a {
    color: #1970bc;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.welcome a:hover,
.welcome a:focus,
.welcome a:active {
    text-decoration: none;
    color: #000;
}
.welcome a i {
    margin-left: 10px;
}
.three-rows {
    padding-top: 70px;
}
.three-rows-1 {
    background: url('../images/ban.jpg') no-repeat;
    position: relative;
    min-height: 400px;
    max-width: 1920px;
    margin: 0 auto;
}
.three-rows .three-rows-title {
    background-color: #1970bc;
    padding: 20px 25px 25px 25px;
}

.trackroute {
    background-color: white;
}
.aditionalLink {
    text-align: center;
}
.aditionalLink a {
    color: #1970bc;
    font-size: 20px;
}
.aditionalLink a:hover, .aditionalLink a:focus, .aditionalLink a:active {
    color: #000;
    text-decoration: none;
}
.aditionalLink2 {
    padding: 30px 0;
    text-align: center;
}
.aditionalLink2 a {
    color: #1970bc;
    font-size: 20px;
}
.aditionalLink2 a:hover, .aditionalLink a:focus, .aditionalLink a:active {
    color: #000;
    text-decoration: none;
}
.three-rows h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.three-rows .three-rows-content {
    background-color: #fff;
    padding: 50px 15px 50px 15px;
    min-height: 725px;
    /*628px*/
}
.three-rows .three-rows-content.trackroute {
    padding: 0 15px!important;
    min-height: auto!important;
    text-align: left;
}
.three-rows .three-rows-content.trackroute p {
    font-size: 14px;
    line-height: 1;
}
.three-rows .three-rows-content-1 {
    min-height: auto!important;
    padding: 90px 15px;
}
.three-rows .three-rows-content .col-md-2 {
    padding-right: 0px;
    margin-bottom: 30px;
}

.moderation {
    min-height: auto!important;
}

.three-rows .three-rows-content h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
}

.three-rows .three-rows-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 18px;
}

.three-rows .three-rows-content p {
    color: #000;
    margin-bottom: 0px;
}

.three-rows .three-rows-content p strong {
    text-transform: uppercase;
    margin: 10px 0px;
    display: block;
}

@media only screen and (min-width: 768px) {
    .no-padding {
        padding: 0;
    }
}


.trackroute ul {
    padding: 0 0 0 60px;
    border-left: 1px solid #b6b6b6;
    margin-left: 40px;
}

.trackroute li {
    position: relative;
    list-style: none;
    font-weight: 300;
    padding-bottom: 20px;
}

.trackroute li:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/dot.png') center no-repeat;
    top: 4px;
    left: -68px;
}

.trackroute .blue-text {
    font-weight: bold;
    color: #667e89!important;
    padding-left: 60px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.three-rows-referent {
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 0px!important;
}

.three-rows-referent h5 {
    margin-bottom: 10px!important;
}

.three-rows-referent p {
    font-size: 12.6px;
}

.three-rows-referent a {
    font-weight: bold;
}

.three-rows-referent a:hover,
.three-rows-referent a:focus,
.three-rows-referent a:active {
    text-decoration: none;
    color: black;
}

.three-rows-referent .col-md-5 {
    margin-bottom: 30px;
}

.anmeldung-form {
    padding-top: 40px;
    padding-bottom: 40px;
}
.anmeldung-form .mapaUmwelt img {
    margin: 0 auto;
    float: right;
}
.anmeldung-form .three-rows-title {
    background-color: #1970bc;
    padding: 20px 0px 25px 25px;
}

.anmeldung-form .three-rows-title2 {
    background-color: #1970bc;
    padding-top: 20px;
    padding-bottom: 11px;
    padding-left: 25px;
    padding-right: 20px;
}

.anmeldung-form .white-side {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 5.5px;
    background: #fff;
}

.anmeldung-form .white-side a,
.anmeldung-form .white-side a:hover,
.anmeldung-form .white-side a:active {
    color: #000;
}

.anmeldung-form h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.anmeldung-form .three-rows-content {
    background-color: #fff;
    padding: 50px 25px 50px 25px;
}

.anmeldung-form .col-md-8 .three-rows-content {
    padding: 50px 10px 5px 10px;
}

.anmeldung-form .three-rows-content h5 {
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 17px;
    line-height: 1.5;
}

.anmeldung-form .three-rows-content img {
    margin-top: 60px;
}

.checkbox-content {
    margin-top: 50px;
    margin-bottom: 40px;
}

.checkbox-content h6 {
    color: #333;
    font-size: 0.82em;
    border: 2px solid #adadad;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.anmeldung-form .three-rows-content .col-md-6 input,
.anmeldung-form .three-rows-content .col-md-2 input,
.anmeldung-form .three-rows-content .col-md-4 input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    background: #efefef;
    font-family: 'Lato', sans-serif;
    color: #000;
    border: none;
    font-size: 0.9em;
}

.anmeldung-form .three-rows-content .col-md-6 input:focus,
.anmeldung-form .three-rows-content .col-md-2 input,
.anmeldung-form .three-rows-content .col-md-4 input,
.anmeldung-form .three-rows-content .col-md-6 select:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.anmeldung-form .three-rows-content select {
    -moz-appearance: none;
    appearance: none;
    border: 1px solid black;
    background: #efefef;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #999999;
}

.anmeldung-form .three-rows-content .col-md-2 img {
    margin-top: 0px;
}

.anmeldung-form .three-rows-content .col-md-12 h5 strong {
    color: #000000;
}

.anmeldung-form .three-rows-content .col-md-12 h5 {
    margin-bottom: 10px;
}

.anmeldung-form .three-rows-content .red-text {
    display: inline-block;
    border: 2px solid #cc5859;
    text-align: center;
    padding: 10px 42px 8px 42px;
    position: relative;
    left: -3px;
}

.anmeldung-form .three-rows-content .red-text p {
    color: #cc5859;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 0.9em;
}

.anmeldung-form .three-rows-content .button {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    background: #1970bc;
    color: #fff;
    font-weight: bold;
    border: none;
}

.anmeldung-form .three-rows-content .button:hover,
.anmeldung-form .three-rows-content .button:focus,
.anmeldung-form .three-rows-content .button:active {
    background: #3e8ed5;
}

.anmeldung-form .three-rows-content .anmeldung-description {
    padding-left: 15px;
    padding-right: 15px;
}

.anmeldung-form .three-rows-content .anmeldung-description p {
    font-size: 0.9em;
}
.soldOut {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 100;
}
.soldOut img {
    margin: 0 auto;
}
footer {
    background-color: #fff;
}

footer .three-rows-title {
    background-color: #3b85c6;
    padding: 20px 0px 25px 25px;
}

footer .three-rows-title h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

footer .three-rows-content {
    padding: 0px 25px 30px 20px;
    background-color: #fff;
}

footer .three-rows-content h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

footer .footer-content {
    padding-top: 60px;
    padding-left: 45px;
    padding-bottom: 50px;
}

footer .footer-content a,
.footer-content a:hover,
.footer-content a:active {
    color: #000;
}

footer .footer-social {
    padding-top: 70px;
    padding-left: 0px;
}

footer .footer-social p {
    font-size: 14px;
}

footer .footer-social a,
.footer-social a:hover,
.footer-social a:active {
    color: #000;
}

footer .footer-social i {
    color: #06508c;
    font-size: 18px;
}

footer .partners {
    padding-top: 15px;
    padding-left: 30px;
}

footer .partners ul {
    list-style: none;
    padding-left: 0px;
    text-align: center;
}

footer .partners li {
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}

footer .partners ul li p:nth-last-child(odd) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.copyrights {
    background-color: #3b85c6;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyrights p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.copyrights .col-md-4 {
    text-align: right;
}

.copyrights a {
    font-weight: 800;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}
.copyrights span {
    color: white;
}
.submit-message {
    padding: 15px;
    text-align: center;
    background-color: white;
}

.submit-message h3 {
    margin-top: 35px;
}

.submit-message a {
    color: #000;
    text-decoration: none;
}

.submit-message a:hover {
    text-decoration: underline;
}

.sponsors {
    padding-top: 40px;
}

.sponsors .three-rows-title {
    background-color: #1970bc;
    padding: 20px 0px 25px 25px;
}

.sponsors .three-rows-title h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.sponsors .three-rows-content {
    background-color: #fff;
    padding: 50px 25px 35px 25px;
}

.sponsors img {
    margin: 0 auto;
    padding-bottom: 15px;
}

.sponsors.firmen figure img {
    padding-bottom: 0;
    width: 100%;
}

.sponsors.firmen figure {
    margin-bottom: 15px;
}

.sponsors h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 18px;
}


/*************
MEDIA
*******************/

@media only screen and (min-width: 1599px) {
    .over-slider {
        min-height: 752px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1315px) {
    .col-md-offset-1 {
        margin-left: 5.333333%;
    }
    footer .footer-social {
        padding-right: 0px;
    }
    footer .footer-social p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .over-slider {
        padding-top: 40px;
    }
    .over-slider h2 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .three-rows .three-rows-content {
        min-height: 772px;
    }
    .three-rows-referent p {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1315px) {

    .over-slider-content h3 {
        display: inline-block;
        float: none;
    }
    .over-slider-content dl {
        margin-bottom: 0px;
    }
    .anmeldung-form .three-rows-content .anmeldung-description {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
    }
    .anmeldung-form .three-rows-content {
        min-height: initial;
    }
    footer .footer-content {
        padding-left: 15px;
    }
    .anmeldung-form .col-md-12 dl {
        margin-bottom: 0px;
    }
    .over-slider h2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1260px) {
    .over-slider {
        position: relative;
        min-height: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    .red-text {
        margin-bottom: 30px;
    }
    .copyrights p {
        font-size: 13px;
    }
    .welcome .button {
        font-size: 14px;
    }
}


/******
992
***********/

@media only screen and (max-width: 991px) {
    .over-slider {
        position: relative;
    }
    .three-rows {
        background: none;
        min-height: inherit;
    }
    .three-rows .three-rows-content {
        padding: 50px 40px 50px 40px;
        min-height: initial;
    }
    .three-rows-referent.moderation {
        padding-bottom: 20px!important;
        padding-top: 30px!important;
    }
    .anmeldung-form .three-rows-content .captcha img {
        width: auto;
    }
    .anmeldung-form .three-rows-content img {
        margin-top: 30px;
        width: 100%;
    }
    .checkbox-content {
        margin-top: 0px;
    }
    .anmeldung-form .col-md-8 .three-rows-content {
        padding: 30px 15px 5px 15px;
    }

    footer .footer-content {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    footer .footer-social {
        padding-top: 0px;
        padding-left: 0px;
    }
    footer .partners {
        padding-top: 0px;
        padding-bottom: 30px;
        padding-left: 20px;
    }
    .copyrights p {
        text-align: center;
    }
    .three-rows {
        padding-top: 0px;
    }
    .anmeldung-form {
        padding: 0px;
    }
    footer .footer-content {
        padding-left: 35px;
    }
    .welcome .button {
        margin-bottom: 25px;
    }
    .sponsors {
        padding: 0px;
    }
    .sponsors img {
        width: 100%;
    }
    footer .three-rows-content img {
        margin-top: 30px;
    }
    .trackroute ul {
        margin-bottom: 0;
    }
    .copyrights,
    .copyrights .col-md-4 {
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 6px 3px;
        font-size: 12px;
    }
    .navbar-nav {
        float: left;
    }
    .three-rows .three-rows-title .col-md-8 {
        text-align: left!important;
    }

}



/******
768
***********/

@media only screen and (max-width: 767px) {
    .carousel-control.left,
    .carousel-control.right {
        display: none!important;
    }
    .carousel-indicators {
        display: none!important;
    }
    .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 6px;
        font-size: 13px;
    }
    dl {
        margin-bottom: 0px;
    }
    .welcome {
        padding: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .welcome .col-md-4 {
        padding-top: 15px;
    }
    .three-rows .three-rows-content {
        min-height: initial;
        padding: 50px 25px 50px 25px;
    }
    .trackroute .blue-text {
        padding-left: 0px;
    }

    .anmeldung-form .three-rows-content {
        min-height: auto;
    }
    .anmeldung-form .three-rows-content .red-text {
        padding: 10px;
        text-align: left;
    }
    .anmeldung-form .white-side {
        padding-left: 15px;
        padding-right: 15px;
    }
    .checkbox-content .dl-horizontal dt,
    .anmeldung-form .col-md-12 dt {
        float: left;
        margin-right: 10px;
    }
    .checkbox-content .dl-horizontal dd,
    .anmeldung-form .col-md-12 dd {
        margin-left: 30px;
    }
    .anmeldung-form .three-rows-content h5 {
        font-size: 15px;
    }
    .trackroute ul {
        padding: 0 0 0 28px;
    }
    .trackroute li:before {
        left: -36px;
    }
    .main-sponsors {
        float: none;
        text-align: center;
    }
    footer .footer-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    footer .footer-social {
        padding-top: 30px;
        padding-left: 45px;
    }
    footer .partners {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
    }
    footer .partners ul {
        text-align: center;
    }
    footer .partners ul li {
        display: inline-block;
    }
    .anmeldung-form .col-md-8 .no-padding {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sponsors .row {
        margin: 0px;
    }
    .three-rows-referent img {
        width: 100%;
        margin: 0 auto;
    }
    .three-rows-referent .col-xs-5 {
        clear: left;
    }
    .sponsors img {
        width: auto;
    }
    .captcha {
        margin-bottom: 10px;
    }
    .three-rows-1 .row {
        margin: 0;
    }
    .trackroute ul {
        margin-left: 0;
        margin-bottom: 0;
    }
    .fahrzeuge .col-xs-6 {
        padding: 0;
    }
    .fahrzeuge article {
        font-size: 13px;
    }
    .sponsors .three-rows-content {
        padding: 50px 0 35px 0;
    }
    .introFahrzeuge {
        padding-left: 15px;
    }
    .anmeldung-form .col-md-8 .three-rows-content {
        padding: 30px 0 5px 0;
    }
    .anmeldung-form .three-rows-content {
        padding: 50px 15px 30px 15px;
    }
    .fahrzeuge article {
        min-height: inherit;
    }
    .aditionalLink a,
    .aditionalLink2 a {
        font-size: 18px;
    }
    .soldOut {
        top: 45%;
    }
    .anmeldung-form .mapaUmwelt img {
        margin-bottom: 30px!important;
    }
    .welcome a {
        font-size: 16px;
    }

}



/******
480
***********/

@media only screen and (max-width: 479px) {
    .main-sponsors {
        float: none;
        text-align: center;
    }
    .verantstalter {
        padding-right: 0px;
        float: none;
    }
    .prasentiert {
        padding-right: 0px;
        float: none;
    }
    .navbar-nav {
        float: none;
        text-align: center;
    }
    .over-slider h2 {
        font-size: 24px;
    }
    .over-slider h2 br {
        display: none;
    }
    .welcome .button {
        padding: 15px 10px;
    }
    .dl-horizontal dt {
        float: left;
    }
    .checkbox-content h6 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 378px) {
    .over-slider-content h3 {
        font-size: 2.6em;
    }
    .over-slider-content img {
        padding-right: 20px;
        width: 180px;
    }
    .three-rows-referent p {
        font-size: 10.5px;
    }
    .three-rows .three-rows-content img,
    .three-rows .three-rows-content h5 {
        margin-top: 20px;
    }
}