

html,body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Arial;
}

h1{
    margin: 0 20px 0 20px;
    padding: 0 0 0 0;
}

/*
.header{
    -webkit-clip-path: polygon(0 0,100% 0,100% 50%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 50%,0 100%);
    height: 200px;
    background: linear-gradient(200deg,rgb(200,0,0),rgb(150,0,0));
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 1px 1px rgb(30,0,0);
}
*/

.backdiv{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*
.header h1{
    color: white;
    font-weight: 900;
    font-size: 60px;
    text-shadow: 1px 1px rgb(50,30,30);
    -webkit-transition: all 1s;
    transition: all 1s;
}
*/

.navigation{
    background-color: white;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}

.img {
    background-repeat: no-repeat;
}

.img.logo{
    position: absolute;
    top: 100px;
    right: 20px;
    height: 100px;
    width: 100px;
    background-image: url('../img/logo.png');
    background-size: 100px;
}

.navigation h1{
    color: black;
    font-family: 'Coiny';
    font-size: 60px;
    text-align: center;
}

.menuleiste {
    width: 100%;
    height: 60px;
    text-align: center;
    background: rgb(20,20,20);
}

.menubox {
    width: 200px;
    height: 40px;
    margin: 0 1px 0 0;
    padding: 18px 0 0 0 ;
    overflow: hidden;
    display: inline-table;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgb(20,20,20);
}

.menubox:hover {
	height: auto;
}

.menubox a {
    font-family: 'Nunito';
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.show_more{
    margin-top: 14px;
    display: none;
    border-top: 2px solid gray;
}

.show_more a{
    margin: 10px 0 10px 0;
}

.mobile , .noscript{
    display: none;
}
.pc{
    display: block;
}

.strich_w{
    width: 100%;
    height: 2px;
    background: gray;
    display: block;
}

.all {
    height: auto;
    text-align: center;
    
    font-family: 'Nunito';
}

/*.fakten::after{
    content: " ";
    height: 300px;
    background: white;
    display: block;
    -webkit-clip-path: polygon(0 100%,100% 100%, 100% 0);
    clip-path: polygon(0 100%,100% 100%, 100% 0)
}*/

.fakten {
    padding-top: 120px;
    background: linear-gradient(220deg,rgb(30,30,30),rgb(10,10,10));
	padding-bottom: 300px;
}

@media(orientation: portrait){
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
}



.image_switcher {
    overflow: hidden;
    width: 70%;
    height: 500px;
    margin-left: 15%;
    background: black;
}

.imagediv {
    height: 100%;
}

.image_navigation_and_save{
    position: relative;
    width: 100%;
    height: 100%;
    top:-504px;
    left:0;
    z-index: 1;
    text-align: center;
}

.current-image{
    top: 470px;
    height: 10px;
    position: relative;
    text-align: center;
}

.act_img{
    background-color: white;
}

.deact_img{
    background-color: gray;
}

.img_indi{
    opacity: 0.9;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    display: inline-grid;
    margin: 0 10px 0 10px;
}

#navigate_left{
    
    font-family: 'Quicksand';
    margin-top: 220px;
    height: 60px;
    float: left;
    font-size: 50px;
    color: white;
    -webkit-transform: scale(1,4);
    transform: scale(1,4);
    margin-left: 10px;
    font-weight: 100px;
}

#navigate_right{
    
    font-family: 'Quicksand';
    margin-top: 220px;
    height: 60px;
    float: right;
    font-size: 50px;
    color: white;
    -webkit-transform: scale(1,4);
    transform: scale(1,4);
    margin-right: 10px;
    font-weight: 100px;
}

.pointer{
    cursor: pointer;
}
/*

.information {
	height: 70%;
    width: 70%;
    background: linear-gradient(45deg, rgb(80,150,0),rgb(100,120,70));
    opacity: 0.9;
    top: 15%;
    margin-left: 15%;
    position: relative;
    font-family: 'Quicksand';
    color: white;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border: 3px solid rgb(60,0,0);
    border-radius: 6px;
}
*/

.information:hover {
	opacity: 1;
}

.all h1 {
	color: white;
    font-size: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-shadow: 2px 2px rgb(80,5,5);

}

.fakten h2, .flotte h2 {
	color: white;
    font-size: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-shadow: 2px 2px rgb(8,8,8);
}

.all .information {
	width: 40%;
    display: inline-block;
    color: black;
}

.all .information div {
    background: rgb(240,240,240);
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px rgb(8,8,8);
    box-shadow: 4px 4px 2px rgb(8,8,8);
    border: 1px solid rgb(230,230,230);
}

.all .img_information {
     display: inline-block;
    
	width: 40%;
}
.all .img_information img {
	width: 100%;
   
    color: white;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px rgb(8,8,8);
    box-shadow: 4px 4px 2px rgb(8,8,8);
    padding-bottom: -6px;
}

.infleft{
    float: left;
    margin-left: 7%;
}

.infright{
    margin-right: 7%;
    float: right;
}

.fakt{
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.fakt::after{
    
	content: " ";
    clear: both;
    display: table;
}

.fixedheader {
	position: fixed;
    z-index: 1;
    background: linear-gradient(70deg, rgb(150,30,30), rgb(180,40,20));
    top: 0;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(120,20,20);
}

.looklike-fixedheader {
    z-index: 1;
    background: linear-gradient(70deg, rgb(150,30,30), rgb(180,40,20));
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(120,20,20);
    padding-top: 10px;
    position: relative;
}

.skip{
    position: absolute;
    right: 0;
    font-size: 30px;
    color: white;
    text-decoration: underline;
    font-weight: 300;
    
}

.skip:hover{
    text-shadow: 1px 1px rgb(80,5,5);
}

.anker{
    position: absolute;
    margin-top: -250px;
}

.flotte{
    width:100%;
    position: relative;
    top: -300px;
    padding-top: 150px;
    background: linear-gradient(60deg, rgb(0,100,150),rgb(0,150,230));
    -webkit-clip-path: polygon(0 200px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 200px,100% 0,100% 100%,0 100%);
    height: auto;
    bottom 0;
    margin-bottom: -300px;
}

div.flotte_img {
	width: 20%;
    margin-left:2%;
    overflow: hidden;
    display: inline-block;
}

img.flotte_img{
    width: 100%;
    border-radius: 5px;
}

.leistungen_content{
    background: linear-gradient(100deg,rgb(100,100,100),rgb(200,200,200));
}

.nahverkehr, .fernverkehr{
    display: inline-block;
    width: 50%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.nahverkehr {
    float: left;
	clip-path: polygon(0 0, 90% 0, 100% 100%,0 100%);
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%,0 100%);
    background: linear-gradient(100deg,rgb(120,100,00),rgb(170,150,0));
    height: 100%;
}

.text{
    width: 80%;
    margin-left: 10%;
}

.ansprechpartner{
    width: 300px;
    display: inline-table;
}

.ansprechpartner img {
	width: 100%;
    max-height: 800px;
}

.stellenangebote_content {
	
    background: linear-gradient(180deg,rgb(200,200,200),rgb(150,150,150));
    color: black;
}

.stellenangebote_content p{
    margin: 0 30px 0 30px;
    text-align: left;
}

.stellenangebote_img{
    
    float: left;
    width:50%;
    clip-path: polygon(-10% 0%,100% 50%, -10% 100%);
    -webkit-clip-path: polygon(-10% 0%,100% 50%, -10% 100%);
    shape-outside: polygon(-10% 0%,100% 50%,-10% 100%);
}

.stellenangebote_img img {
    height: 100%;
	transform: translateX(-25%);
}

.nothing{
    padding: 200px 0 200px 0;
    width: 100%;
    color: gray;
}

@media(max-width:1040px){
    .menubox {
	    width: 0;
        padding: 18px 2% 0 2%;
        overflow: hidden;
    }
}