/*
"minion-3"
"open-sans"
"open-sans-condensed"
*/
html {
	height: 100%;
}


body {
	height: 100%;
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0;
    line-height: 1.25;
    color: #333;
    padding: 0;
    margin: 0;
    
    opacity: 1 !important;
}



a, a:hover, a.focus {
	text-decoration: none !important;
}

.txtcenter {
	text-align: center;
}

.red {
	background: #000;
	color: #fff;
}
.red * {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
    font-weight: 200;
    color: #000;
    margin: 0 0 0.5em 0;
}


.lightgrey {
	background: #f4f4f4;
}

.lightgrey .column-1 h1 {
	margin-bottom: 0em !important;
}

.white .column-1 h1 {
	margin-top: 1em;
}

.spacer {
	background-repeat: no-repeat;
	margin: 2em 0;
	height: 2px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family:'Open Sans', sans-serif;
    font-weight: 100;
}
h1 {
    font-size: 5em;
    line-height: 1.15;
    letter-spacing: -1px;
    display: inline-block;
}
h2 {
    font-family:'Open Sans', sans-serif;
    font-size: 2em;
    text-transform: none;
    line-height: 1.1;
    font-weight: 500;
    color: #606060;
    /*border-bottom: dashed 1px #e74e18;*/
}
h3 {
	font-size: 1.7em;
	font-weight: 400;
	color: #606060;
}

h4 {
	font-size: 1.4em;
	font-weight: 200;
	color: #606060;
}


p {
	font-family:'Open Sans', sans-serif;
	font-size: 0.9em;
    letter-spacing: 0.01em;
    font-weight: 100;
    line-height: 1.4;
    margin: 0 0 1em;
}
p strong, ul li strong, ol li strong {
	font-family:'Open Sans', sans-serif;
	font-weight: 800;
}

a, a:focus, a:active {
	color: #e74e18;
}
a:hover {
	color: #000 !important;
}

[class*='col-'] img {
	max-width: 100%;
}
[class*='col-'] img[src*='svg'] {
    width: 100%;
}

.content.start ul {
	list-style: none !important;
}

ul li a {
	font-family:'Open Sans', sans-serif;
    font-weight: 300;
}


h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, dl:last-child, dd:last-child, dt:last-child, ul > li:last-child, ol > li:last-child {
	margin-bottom: 1em !important;
}

.container .row h2 {
	margin-top: 1em;
	margin-top: 0.8em;
}

.container.space {
	margin-bottom: 1em;
	margin-top: 1em;
}

h3 + h2 {
	margin-top: -.25em;
}

header {
	background-image: url(/assets/Uploads/Startseite/fb260b0d40/IMG_3271.JPG);
	background-position: center;
	background-size: cover;
	height:33%;
}




.content ul {
	margin: 0 0 1em;
}


ul li, ol li {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    letter-spacing: 0.01em;
    font-weight: 200;
    line-height: 1.35;
   /* list-style-type: none;*/
    margin: 0 0 0.5em 0;
}
ol li {
    list-style-type: inherit;
    padding: .25em;
}
ul li:before {
    float: left;
    font-size: .5em;
    position: relative;
    bottom: -.95em;
    margin-left: -1.75em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



label {
    font-size: 1em;
    text-transform: uppercase;
}

input:focus, textarea:focus {
    color: #555555;
    background: #fafafa;
    border: 1px solid #000;
}







.container.fullheight, .fullheight {
	height: 100%;
}
.container.fullheight .row, .container.fullheight [class*='column-'] {
	height: 100%;
}
.fullwidth {
	max-width: 100% !important;
}

.fullwidth.no-pad {
/* 	padding: 0%; */
}

.no-pad {
	padding: 0%; 
}

.more-pad{
	padding-right: 6em;
	padding-left:6em;
	
}


/*Startpage*/




.fullwidth.no-pad img{
	max-width: 100%;
}

.white {
	background-color: #fff;
}


.content {
	padding: 60px 5% 60px 5%;
}
.no-pad-top {
	padding-top: 0;
}
.no-pad-bottom {
	padding-bottom: 0;
}
.pad-top {
	padding-top: 80px;
}




.outer {
	display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}
.outer > div, .outer > div {
	display: table-cell;
    vertical-align: middle;
}


h1 + h2 {
	margin-top: -.5em;
}



/* Navigation */

nav {
    background:#e74e18;
/*     box-shadow: 2px 2px 15px 4px rgba(0,0,0,.06); */
    
    transition:all .75s ease;
	-webkit-transition:all .75s ease;
}
nav.transp {
	background:#e74e18;
}

.hamburger {
	display: none !important;
}

.headline {
	padding:2em;
}

.headline h1 {
	font-weight: 700;
	font-size: 4em;
	color: #606060;
	/*margin: 0.3em;*/
	background: rgba(256,256,256,0.8);
	padding:1rem;
}

div.logo {
	
}

img.logo {
    margin: 2em 1em;
    cursor: pointer;
    padding: 1em;
    background: rgba(256,256,256,0.8);
	/*background-color: #fff;*/
    float: right;
    width: 100%;
}



nav ul {
	list-style-type:none;
	margin: 0;
	text-align: center;
}

nav ul li {
	font-size: 1.1em;
	display: inline-block;
    margin: 0em;
    padding: 2em;
    
	transition:all .75s ease;
	-webkit-transition:all .75s ease;
}
nav ul li:before {
	content: none;
}

nav ul li span {
    white-space: nowrap;
    display: inline-block;
    padding: .25em .75em .2em;
    transition: .5s all ease-in-out;
}
nav ul li span:hover {
	background: #000;
	transition: .5s all ease-in-out;
}
nav ul li a, nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	white-space: nowrap;
    padding-bottom: 0.15em;
    display: inline-block;
}
nav ul li span:hover a, nav ul li span:hover a:hover {
	color: #fff !important;
}

nav li.section a, nav li.current a {
    font-weight: 700;
}

/* Navigation Sublevel */

nav li ul li {
	display: block;
	padding: 0px !important;
}



.nav-2 {
	display: none;
    position: absolute;
    /*top: 295px;*/
    white-space: nowrap;
    background:#e74e18;
    margin-top: 19px;
    padding: 10px;
    margin-left: -10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    text-align: left;
    z-index: 9999 !important;
    transition: 1s all ease-in-out;
}

.nav-1:hover .nav-2,.nav-1 .nav-2:hover {
	display: block;
}


.nav-2 a {
	color: #77777a;
	display: block;
	margin-bottom: 5%;
}
.nav-2 a:last-of-type {
	margin-bottom: 0;
}




.pagetop {
	padding: 5% 9% 0% 9%;
}
.column-1 .logoright {
    width: 20%;
    max-width: 240px;
    float: right;
    display: block;
}
.column-1-3 .logoright {
    width: 60%;
    max-width: 240px;
    float: right;
    display: block;
}





.breadcrumbs {
    margin-top: -1em;
    display: block;
    margin-bottom: 0 !important;
    padding: 0 0 .75em 0.2em;
    white-space: nowrap;
    color: #fff;
    transition: all 1s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .3em;
    text-transform: none;
    position: relative;
    bottom: -.75em;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs i[class*='icon-arrow-right'] {
    font-size: .5em;
    position: relative;
    bottom: 2px;
    margin: 1%;
}



.columns {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    
    -moz-column-gap: 7em;
    -webkit-column-gap: 7em;
    column-gap: 3.2em;
    
    margin-top: 1%;
    padding-top: 3%;
    padding-bottom: 3%;
    
/*     text-align: justify; */
}
.forceBreakAfter {
	-webkit-column-break-after: always;
}


table td, .table td, table th, .table th {
    font-weight: 200;
    color: #081F2C;
}




.content ul {
	margin: 0 0 1em;
}

.fahrzeuge {
	margin-bottom: 3em;
}

.left-50 {
	float: left;
	max-width: 50%;
}

.fahrzeuge h5 {
	color:#e74e18;
	
}

.right-50 {
	float: right;
	max-width: 50%;
	min-width: 50%;
}



.leftside img {
    display: block;
    margin-top: 0%;
    max-height: 90%;
    float: right;
    border: 2em solid #fff;
    box-shadow: 2px 2px 15px 4px rgba(0,0,0,.06);
}

.card {
	border-radius: 0px;
	border: dashed 1px #e74e18;
}
.card .card-header {
background-color: rgba(0, 0, 0, 0.01);
}

.Footer {
    /*background-color: #e74e18;*/
    padding: 1em 2em;
   /* position: fixed;
    bottom: 0;
    right: 0;*/
    border-top: dashed 1px #e74e18;
    bottom: 0px;
    width: auto;
    position: relative;
}

.Footer p, .Footer li a {
	font-size: 1.0em;
	color: #606060;
	/*margin-bottom: 0 !important;*/
    text-align: left;
}

.Footer a {
	word-break:break-all;
}
.Footer a, .Footer a:hover, .Footer a:active, .Footer a:focus {
	color: #505050 !important;
}

.Footer a i.icon-arrow-right5 {
	position: relative;
    top: 1px;
    color: #606060;
}


.Footer ul li, ol li {
  
   list-style-type: none;
}







@media (max-width: 848px) {
	
	.columns {
	    -webkit-column-count: unset;
	    -moz-column-count: unset;
	    column-count: unset;
	    -moz-column-gap: 0;
	    -webkit-column-gap: 0;
	    column-gap: 0;
	    margin-top: 2%;
	}
	
	.mobileindicator {
		color: rgb(1, 35, 69);
	}
	
	.left-50, .right-50 {
	float: none;
	max-width: 100%;
	}
	.headline h1  {
	font-size: 2em;
	}
	
	
}

@media (max-width: 1100px) {
	
	img.logo {
	    max-width: 200px;
	    float: none;
	    margin: 1.75em auto;
	    cursor: pointer;
	    display: block;
	}
	
	header {
		height:auto;
	}
	
	.pagetitle h1 {
		font-size: 4em;
	}
	.pagetitle h2 {
		font-size: 3em;
	}
	
}

@media (max-width: 767px) {
	
	nav img.logo {
	    min-width: 200px;
	}
	
	.pageheader {
		height: auto;
	    margin-top: 7em;
	}
	.pageimage {
		min-height: 400px;
	}
	.pagetitle > div, .pageimage > div {
	    padding: 3em 0 0;
	    text-align: center;
	}
	.pagetitle h1, .pagetitle h2 {
		margin-left: 0;
	}
		
	.headline h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 2.5em;
	}
	
		
}


@media (max-width: 1279px) and (min-width: 1024px) {

	.row {
/* 	    margin-top: 8em; */
	}
	footer .row {
	    margin-top: 1em;
	}
}

@media (max-width: 2550px) and (min-width: 1279px) {

	.row {
/* 	    margin-top: 8em; */
	}
	
    footer .row {
	    margin-top: 2em;
	}
}


@media (max-device-width: 480px) {
	
	.mobileindicator {
		color: rgb(1, 35, 69);
	}

}
