@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #000000;
}
#menu{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
#menu ul{
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
#menu ul li{
    display: inline-block;
    padding: 0px 40px;
}
#menu ul li.logo{
    float: left;
    transition: .3s;
}



#menu ul li a{
    line-height: 65px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    /*margin: 0px 50px;*/
    display: block;
    transition: .5s;
}
.fp-viewing-0 #menu ul li.logo{
    display: none;
}
.fp-viewing-Willkommen #menu ul li a {
    color: #000;
}
.fp-viewing-uber-uns #menu ul li a {
    color: #000;
}
.fp-viewing-uber-uns {
    background-color: #f2f2f5;
}
.fp-viewing-Kontakt #menu ul li a {
    color: #000;
}


#menu ul li.active a{}
#section0{
    background: url('../images/2.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#section0 table{
    display: inline-block;
}
#section0 table td{
    padding: 20px;
    text-shadow: 0 14px 37px rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    text-align: left;
    line-height: 55px;
}

#section1{}
#section1 .about{
    border: 30px solid rgba(189, 189, 189, 0.3);
    padding: 40px 0px 60px;
}
#section1 .about h1{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
#section1 .about p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    max-width: 600px;
    margin: 0 auto;
}

#section2{
    background: url('../images/1.jpg') no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}
#section2 .transporte{}
#section2 .transporte h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
#section2 .transporte p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    max-width: 600px;
    margin: 0 auto;
}
#section2 .transporte .button{
    line-height: 46px;
    border-radius: 5px;
    background-color: #d1221d;
    padding: 0px 55px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

#section3{}
#section3 .uber{
    border: 30px solid #fff;
    padding: 40px 0px 60px;
}
#section3 .uber h1{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
#section3 .uber p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    max-width: 600px;
    margin: 0 auto;
}
#section3 .uber .button{
    line-height: 46px;
    border-radius: 5px;
    background-color: #d1221d;
    padding: 0px 55px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

#uber_uns{
    max-width: 900px;
}
#section4{
    background: url('../images/3.jpg') no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}
#section4  h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
#section4 p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px
}
#section4 .button{
    line-height: 46px;
    border-radius: 5px;
    background-color: #d1221d;
    padding: 0px 55px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
#section4 .name{
    background: url('../images/ico_car.png') no-repeat left center;
    padding-left: 25px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#section4 .prev{
    background: url('../images/ico_prev.png') no-repeat;
    width: 27px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -13px;
}
#section4 .next{
    background: url('../images/ico_next.png') no-repeat;
    width: 27px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -13px;
}

#section5{}
#section5  h1{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
#section5 .contact{
    display: table;
    width: 100%;
    background-color: #f2f2f5;
}
#section5 .contact .col{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: left;
}
#section5 iframe{
    min-height: 500px;
}
#section5 .contact .col.col2{
    padding: 40px;
}
#section5 .contact .tel{
    background: url('../images/ico_tel.png') no-repeat left center;
    padding-left: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
}
#section5 .contact .tel2{
    background: url('../images/ico_tel2.png') no-repeat left center;
    padding-left: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;    
}
#section5 .contact .mail{
    background: url('../images/ico_tel2.png') no-repeat left center;
    padding-left: 30px;
    line-height: 45px;  
}
#section5 .contact .mail a{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
#section5 p{
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
}

footer{
    background-color: #1e2933;
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
footer .col1 a{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    font-size: 16px;
    display: inline-block;
    margin: 2px 10px 0px;
}
footer .col1 span{
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px
}
footer .col1 span a{
    font-size: 14px;
}
footer .col2{
    padding-top: 6px;
}
footer .col2 a{
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    display: inline-block;
    margin: 2px 10px 0px;
}
footer .col3{
    color: #ffffff;
    text-align: right;
    font-size: 25px;
    font-weight: 400;
    padding-top: 10px;
}

    #menu .glyphicon {
        display: none;
    }
#impressum, #abg, #Datenschutz, #uber_uns, #unseretrans, #park{
    max-width: 900px;
}
#homes{
    display: none;
}


/* Large desktop */
@media (min-width: 1200px){

}

@media (max-width: 1025px) {
    #menu ul li {
        padding: 0px 23px;
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#menu ul li a{
		font-size: 15px;
	}
    #menu ul li {
        padding: 0px 10px;
    }
    #section1 .about h1{
        font-size: 30px;
    }
    footer .col1 a{
        font-size: 14px;
    }
    footer .col3{
        font-size: 22px;
        padding-top: 15px;
    }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #homes{
    display: block;
    float: left;
    }
    #homes img{
        max-height: 30px;
    }

    #menu{
        padding: 10px 0px;
        text-align: right;
        background: #322a37;
    }
    #menu .glyphicon {
        color: #fff;
        font-size: 20px;
        display: inline;
    }
    #menu ul{
        display: none;
    }
    #section0 table td{
        font-size: 30px;
        line-height: 40px;
        padding: 10px;
    }
    footer{
        display: block;
        position: initial;
    }
    #section1 .about{
        margin: 30px 0px;
        padding: 20px;
        border: 10px solid rgba(189, 189, 189, 0.3);
    }
    #section1 .about h1{
        font-size: 27px;
    }
    #section2 .transporte{
        padding: 20px;
    }
    #section2 .transporte h1{
        font-size: 27px;
    }
    #section3 .uber{
        margin: 30px 0px;
        padding: 20px;
        border: 10px solid #fff;
    }
    #section3 .uber h1{
        font-size: 27px;
    }
    #section3 .uber .button{
        padding: 0px 30px;
    }
    .slick-slide{
        padding: 0px 20px;
    }
    #section4  h1{
        font-size: 27px;
    }
    #section4 .name{
        font-size: 18px;
    }
    #section5 .contact .col:nth-child(1){
        display: none;
    }
    #section5 .contact .col{
        display: block;
    }
    footer .col1{
        margin-bottom: 20px;
    }
    footer .col1 a{
        font-size: 14px;
    }
    footer .col3{
        text-align: center;
        font-size: 20px;
    }
    #menu_list{
        display: block;
        position: absolute;
        background: #322a37;
        clear: both;
        margin: 0px;
        width: 100%;
        margin-left: -15px;
        top: 45px;
    }
    #menu ul li{
        display: block;
    }
    #menu ul li a{
        color: #fff!important;
    }
    #menu ul li.logo{
        display: none;
    }
    #section4 .name{
        background: none;
        font-size: 16px;
        padding: 0;
    }
	#section0 table{display:block;width:100%; text-align:center;}
	#section0 table tbody{display:block;width:100%; text-align:center;}
	#section0 table tr{display:block;width:100%; text-align:center;}
	#section0 table tr td{display:block;width:100%; text-align:center;}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
   #section0{
	   background-size: auto 100%;
	   background-attachment: initial;
   }
}