/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v19-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v19-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v19-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


/*#############################*/
/*  Basis-Layout Definitionen  */
/*#############################*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;*/
}
html{
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height:100%;
}
body{
	margin: 0;
	color: #222;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height:1.4em;
	font-style: normal;
	font-weight: 300;
	height: 100%;
}
table, td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe{
	border:0px;
	margin:0px;
	padding:0px;
}
#container {
	width: 100%;
	position: relative;
	overflow:hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: left;
}
#nav-sandwich{
	display:none;
	position:absolute;
	top:50%;
	margin-top:-18px;
	right:20px;
	width:60px;
	height:35px;
	z-index:1;
}
#nav-sandwich span:before{
	content:"";
	display:block;
	width:100%;
	height:7px;
	margin-bottom:7px;
	background-color:#18502A;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
a.button-close{
	width: 40px;
    height: 40px;
}
#nav-container{
	position: relative;
	flex-basis: 20%;
	min-width: 247px;
	background-color: #55524D;
	font-size: 1.1em;
	line-height: 1.7em;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	color: #fff;
	display: block;
}
#nav > ul > li{
	border-bottom:1px solid #fff;
}
#nav ul a {
	position: relative;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:0px 60px;
}
#nav > ul > li:not(.leistungen) a:hover, #nav > ul > li:not(.leistungen) a.active {
	background-color: #236331;
}
#nav ul li.home a {
	background-image:url(../images/icon-home.png);
	background-repeat:no-repeat;
	background-size:25px;
	background-position:15px 25px;
}
#nav ul li.leistungen{
	padding-top:10px;
	padding-bottom:20px;
}
#nav ul li.leistungen:hover,#nav ul li.leistungen.active{
	background-color: #236331;
}
#nav ul li.leistungen a:hover,#nav ul li.leistungen a.active{
	text-decoration:underline;
}
#nav ul li.leistungen strong{
	display:block;
	line-height:60px;
	padding:0px 60px;
	background-image:url(../images/icon-leistungen.png);
	background-repeat:no-repeat;
	background-size:25px;
	background-position:15px 15px;
}
#nav > ul > li:not(.leistungen) a{
	font-weight:bold;
	line-height:80px;
}
#nav ul li.fuhrpark a {
	background-image: url(../images/icon-fuhrpark.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 15px 25px;
}
#nav ul li.ueber-uns a {
	background-image:url(../images/icon-ueber-uns.png);
	background-repeat:no-repeat;
	background-size:23px;
	background-position:17px 27px;
}
#nav ul li.galerie a {
	background-image:url(../images/icon-galerie.png);
	background-repeat:no-repeat;
	background-size:23px;
	background-position:17px 27px;
}
#nav ul li.aktuelles a {
	background-image:url(../images/icon-aktuelles.png);
	background-repeat:no-repeat;
	background-size: 16px;
	background-position: 21px 25px;
}
#nav ul li.kontakt a {
	background-image:url(../images/icon-kontakt.png);
	background-repeat:no-repeat;
	background-size:16px;
	background-position:22px 27px;
}
#header{
	position:relative;
	height:170px;
}
#header-image{
	position:relative;
	line-height:10px;
}
#header-image-text{
	position:absolute;
	right:60px;
	bottom:60px;
	color:#fff;
	font-weight:bold;
	font-size:3em;
	text-shadow:1px 1px 5px #000;
}
#header-image img{
	width:100%;
	height:auto;
}
#quicklink-phone{
	position:absolute;
	right:80px;
	bottom:60px;
}
.quicklink-phone{
	font-size:1.1em;
	border-radius:5px;
	padding:20px 20px 20px 50px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/icon-phone.png);
	background-repeat:no-repeat;
	background-size:26px;
	background-position:12px 22px;
	border:2px solid #236331;
}
.quicklink-phone:hover{
	text-decoration:underline;
}
#quicklink-mail{
	position:absolute;
	right:30px;
	bottom:100px;
}
.quicklink-mail{
	font-size:0.8em;
	border-radius:5px;
	color:#fff;
	background-color:#236331;
	padding:13px 13px 13px 40px;
	text-decoration:none;
	font-weight:400;
	background-image:url(../images/icon-mail.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:12px 14px;
}
.quicklink-mail:hover{
	text-decoration:underline;
}
#logo{
	position:absolute;
	bottom:10px;
	left:20px;
	z-index:1;
}
#logo img{
	max-width:100%;
	height:auto;
}
#content{
	flex-basis:80%;
}
.content-container{
	display: flex;
	flex-wrap: wrap;
	margin:5px 0px;
}
.content-top{
	align-items:start;
}
.content{
	position:relative;
	padding:20px;
}
.content-text{
	position:relative;
	padding:20px;
	flex-basis:50%;
}
.content-image{
	flex-basis:50%;
	line-height:10px;
}
.content-image img{
	width:100%;
	height:auto;
}
.seit-1990{
	position:absolute;
	right:20px;
	top:-120px;
}
.galerie{
	display: flex;
	flex-wrap: wrap;
	line-height:10px;
	padding:0px 2px 0px 2px;
}
.galerie a{
	flex-basis:25%;
	padding:0px 2px 4px 2px;
}
.galerie img{
	max-width:100%;
	height:auto;
}
.fuhrpark-container{
	padding:40px;
	display: flex;
	flex-wrap: wrap;
}
.fuhrpark-container:nth-child(2n){
	background-color:#F4F2F1;
}
.fuhrpark-text{
	flex-basis:50%;
}
.fuhrpark-galerie{
	flex-basis:50%;
	display: flex;
	flex-wrap: wrap;
	line-height:10px;
	padding:0px 4px 0px 4px;
}
.fuhrpark-galerie a{
	flex-basis:50%;
	padding:0px 4px 8px 4px;
}
.fuhrpark-galerie img{
	max-width:100%;
	height:auto;
}
#footer{
	color:#4A4742;
	background-color:#D6D4D1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.9em;
}
#footer div{
	padding:30px;
}
#footer a{
	color:#4A4742;
	text-decoration:none;
}
#footer a.active,#footer a:hover{
	text-decoration:underline;
}
#footer span{
	white-space:nowrap;
}
#footer-impressum{
	padding-right:60px !important;
	font-size:0.9em;
}
/*																				   Grid
======================================================================================= */
.left10{padding-left:10px;}
.left20{padding-left:20px;}
.left40{padding-left:40px;}
.top0{padding-top:0px !important;}
.top5{padding-top:5px;}
.top10{padding-top:10px;}
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top40{padding-top:40px;}
.top60{padding-top:60px;}
.top80{padding-top:80px;}
.right10{padding-right:10px;}
.right20{padding-right:20px;}
.right40{padding-right:40px;}
.bottom0{padding-bottom:0px !important;}
.bottom5{padding-bottom:5px;}
.bottom10{padding-bottom:10px;}
.bottom20{padding-bottom:20px;}
.bottom30{padding-bottom:30px;}
.bottom40{padding-bottom:40px;}
.bottom60{padding-bottom:60px;}
.bottom80{padding-bottom:80px;}

.embed-container{position:relative;padding-bottom:75%;height:0;overflow:hidden;width:100%;height:auto;}
.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.row img, img.resp{
	max-width:100%;
	height:auto;
}
.team .grid-3{
	max-width: 235px;
}
.grid {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
}
.grid-1{
	width: 8.3333%;
}
.grid-2{
	width: 16.6666%;
}
.grid-3{
	width: 25%;
}
.grid-4{
	width: 33.3333%;
}
.grid-5{
	width: 41.6666%;
}
.grid-6{
	width: 50%;
}
.grid-7{
	width: 58.3333%;
}
.grid-8{
	width: 66.6666%;
}
.grid-9{
	width: 75%;
	max-width: 680px;
}
.grid-12{
	width: 100%;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
/*																				 Absatz
======================================================================================= */
h1,h2,h3,h4{
	margin-top:0px;
	line-height:normal;
}
h1,h2,h3{
	color:#18502A;
	font-weight:600;
}
h1{
	font-size:1.4em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1em;
	margin-bottom:0.3em;
}
h4{
	font-size:1em;
	margin-bottom:0.3em;
	text-transform:none;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
strong{
	font-weight:600;
}
ul,ol{
	padding-left: 20px;
	margin: 0px;
}
ul.list{
	position:relative;
    display: inline-block;
	list-style-type:none;
	padding-left:16px;
}
ul.list li{
	position:relative;
}
ul.list li:before{
	position:absolute;
	content:"•";
	left:-16px;
	font-size:1.1em;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
}
a.link:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}
.blocksatz { 
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.hyphenate{
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.text-klein{
	font-size:0.9em;
	line-height:1.4em;
}
.text-kleiner{
	font-size:0.8em;
	line-height:1.3em;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-noline{
	text-decoration:none;
}
.gruen{
	color:#18502A;
}
.weiss{
	color:#fff;
}
.error{
	font-size:0.8em;
	color: #18502A;
	line-height:normal;
}
img.img{
	border:2px solid #811718;
}
/*																				   Form
======================================================================================= */
form {
	margin: 0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
input[type='checkbox'], input[type='radio'] {
   width:20px;
   height:20px;
   min-width:auto;
}
input, textarea, select{
	border: 1px solid #CCC;
	font-family: 'Ubuntu', sans-serif;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #2f2f2f;
	width:100%;
}
input, select {
    line-height: 37px;
    height: 37px;
}
#anfrage input, #anfrage select, #anfrage textarea{
	font-size: 1.2em;
}
#anfrage h3{
	margin-bottom:5px;
}
textarea{
	height: 120px;
}
input.submit{
	cursor: pointer;
	padding: 0px;
	color: #2F2F2F;
	font-family: 'Ubuntu', sans-serif;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
input.submit:hover{
	border: 1px solid #2F2F2F;
}
label{
	display: inline-block;
    vertical-align: top;
    max-width: 62%;
}
.button_plusminus{
	cursor: pointer;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5em;
	border: none;
	outline: none;
	line-height: 20px;
	width: 37px;
	height: 37px;
	text-align: center;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
.button_plusminus:hover{background-color:#666666;}
.button_minus{position:absolute;top:0px;left:0px;-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;}
.button_plus{position:absolute;top:0px;right:-74px;-webkit-border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;}
.plusminus{position:relative;float:left;}
.plusminus input{
	min-width: inherit;
	font-size: 1.2em;
	position: relative;
	top: 0px;
	left: 37px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.tt{
	font-family: 'courier new',courier,monospace;
	font-size: 1.4em;
	color: #A72E29;
	font-weight: normal;
	line-height: 0.5em;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 11px;
	margin-left: -25px;
	cursor: pointer;
	display:inline;
}
.ui-datepicker select{
	height:auto;
	line-height:normal;
}
.date-highlight a{
	background: #FF8080 !important;
}
/*																		       Diverses
======================================================================================= */
a.toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 17px !important;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    background-color: #18502A !important;
    border: 1px solid #fff !important;
}
a.toTop:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -8px;
    margin-top: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
}
a.toTop.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.table-resp{
	width:100%;
}
.table-resp td,.table-resp th{
	padding:5px;
	text-align:left;
	vertical-align:middle;
}
.table-resp tr{
	border-bottom:1px solid #ccc;
}
a.button{
	border:none;
	cursor:pointer;
	font-size:0.9em;
	font-weight:600;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	color: #890f01 !important;
	border:2px solid #18502A;
	-webkit-transition: color, background-color 0.3s ease-in;
	transition: color, background-color 0.3s ease-in;
}
a.button:hover{
	color:#fff !important;
	background-color:#18502A;
}
.galerie-aktuelles{
	line-height: 0px;
}
.galerie-aktuelles a{
	text-decoration:none;
}
.galerie-aktuelles img{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
a.button_pager{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
	margin-top: 5px;
	background-color: #18502A;
}
a.button_pager:hover,a.pager:hover{
	color: #fff;
	background-color: #CC1400;
}
.pager{
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #ECEDEE;
}
.pager_active{
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #18502A;
}
.pager_inactive{
	background-color: #ECEDEE;
	color: #ccc;
}
.trennlinie,hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 25px;
}
.datum{
	font-size:0.9em;
	margin-bottom:5px;
}
.content-aktuelles img{
	max-width:100%;
	height:auto !important;
}
.rot{
	color: #CC0000;
}
/*																				 Tablet
======================================================================================= */
@media (min-width:641px) and (max-width:1023px){
#container{
	display:block;
}
.center{
	width: auto;
}
.content,.content-right{
	padding:40px 20px;
}
#logo{
	left:20px;
	bottom:40px;
}
#logo img{
	width:300px;
	max-width: 32vw;
}
#nav-container{
	position:absolute;
	top:0px;
	left:0px;
	min-width:auto;
	width:100%;
	height: 170px;
	background-color:transparent;
}
#nav-sandwich{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	padding: 20px 20px 20px 60px;
	border: none;
	overflow: auto;
	background: rgba(26, 88, 39, 0.95);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	text-align: right;
	z-index:3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav:before,#nav:after{
	display:none;
}
#nav.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav ul {
	display: inline;
}
#nav ul li {
	float:none;
	margin:0px;
	background-color:transparent !important;
}
#nav ul li.leistungen ul a{
	line-height:35px;
	text-transform:none;
	font-weight:normal;
	white-space:nowrap;
	padding:0px;
}
#nav ul li.leistungen ul a:after{
	content: " •";
    display: inline-block;
    margin-left:5px;
}
#nav ul li.leistungen strong{
	display:none;
}
#nav ul a {
	display:inline-block;
	line-height:45px;
	text-align: right;
	color:#fff;
	padding-right: 0px !important;
	text-transform:uppercase;
	font-weight:bold;
}
#nav ul a:hover{
    color:#9ae443;
	background-color:transparent !important;
}
#nav ul a.active {
    color:#9ae443;
	font-weight:bold;
	background-color:transparent !important;
}
#nav.show a.button-close{
	display:inline-block;
	position:relative;
}
#nav.show a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:0px;
	width:100%;
	height:7px;
	background-color:#fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav.show a.button-close:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 7px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#quicklink-phone {
    right: 160px;
}
#quicklink-mail {
    right: 110px;
}
.left10{padding-left:7px;}
.left20{padding-left:15px;}
.left40{padding-left:30px;}
.top10{padding-top:7px;}
.top20{padding-top:15px;}
.top40{padding-top:30px;}
.top60{padding-top:45px;}
.top80{padding-top:60px;}
.right10{padding-right:7px;}
.right20{padding-right:15px;}
.right40{padding-right:30px;}
.bottom10{padding-bottom:7px;}
.bottom20{padding-bottom:15px;}
.bottom40{padding-bottom:30px;}
.bottom60{padding-bottom:45px;}
.bottom80{padding-bottom:60px;}

.grid-2{
	width:20%;
}
.grid-8{
	width:60%;
}
.mb-hide{
	display:none;
}
}
/*																   Smartphone Landscape
======================================================================================= */
@media (min-width:501px) and (max-width:640px){
#container{
	display:block;
}
.center{
	width: auto;
}
.content,.content-right{
	padding:20px;
}
#logo{
	left:20px;
	bottom:32px;
}
#logo img{
	width:240px;
}
#nav-container{
	position:absolute;
	top:0px;
	left:0px;
	min-width:auto;
	width:100%;
	height: 120px;
	background-color:transparent;
}
#nav-sandwich{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	padding: 20px 20px 20px 60px;
	border: none;
	overflow: auto;
	background: rgba(26, 88, 39, 0.95);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	text-align: right;
	z-index:3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav:before,#nav:after{
	display:none;
}
#nav.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav ul {
	display: inline;
}
#nav ul li {
	float:none;
	margin:0px;
	background-color:transparent !important;
}
#nav ul li.leistungen ul a{
	line-height:35px;
	text-transform:none;
	font-weight:normal;
	white-space:nowrap;
	padding:0px;
}
#nav ul li.leistungen ul a:after{
	content: " •";
    display: inline-block;
    margin-left:5px;
}
#nav ul li.leistungen strong{
	display:none;
}
#nav ul a {
	display:inline-block;
	line-height:45px;
	text-align: right;
	color:#ccc;
	padding-right: 0px !important;
	text-transform:uppercase;
	font-weight:bold;
}
#nav ul a:hover{
    color:#9ae443;
	background-color:transparent !important;
}
#nav ul a.active {
    color:#9ae443;
	font-weight:bold;
	background-color:transparent !important;
}
#nav.show a.button-close{
	display:inline-block;
	position:relative;
}
#nav.show a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:0px;
	width:100%;
	height:7px;
	background-color:#fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav.show a.button-close:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 7px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#header{
	height:120px;
}
#header-image-text{
	right:20px;
	bottom:40px;
	font-size: 9vw;
}
#quicklink-phone, #quicklink-mail {
    display:none;
}
.content-text {
    flex-basis: 100%;
}
.content-image {
    flex-basis: 100%;
    padding: 10px 0px;
}
.galerie a{
	flex-basis:25%;
}
.fuhrpark-text,.fuhrpark-galerie{
	flex-basis:100%;
}
.fuhrpark-galerie{
	padding-top:20px;
}
.fuhrpark-galerie a{
	flex-basis:50%;
}
.sp-hide,.mb-hide{
	display:none;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left;
}
.sp-text-center{
	text-align:center;
}
.sp-text-right{
	text-align:right;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40{padding-left:20px;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40{padding-right:20px;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10{
	width:100%;
}

.table-resp{
	width:100%;
}
.table-resp th{
	display:none;
}
.table-resp tr{
	border-bottom:1px solid #ccc;
}
.table-resp > tbody > tr > td{
	display: block;
	text-align:center !important;
}
}
/*																	Smartphone Portrait
======================================================================================= */
@media (max-width:500px){
#container{
	display:block;
}
.center{
	width: auto;
}
.content,.content-right{
	padding:20px;
}
#logo{
	left:20px;
	bottom:32px;
}
#logo img{
	width:240px;
	max-width:60vw;
}
#nav-container{
	position:absolute;
	top:0px;
	left:0px;
	min-width:auto;
	width:100%;
	height: 120px;
	background-color:transparent;
}
#nav-sandwich{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	padding: 20px 20px 20px 60px;
	border: none;
	overflow: auto;
	background: rgba(26, 88, 39, 0.95);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	text-align: right;
	z-index:3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav:before,#nav:after{
	display:none;
}
#nav.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav ul {
	display: inline;
}
#nav ul li {
	float:none;
	margin:0px;
	background-color:transparent !important;
}
#nav ul li.leistungen ul a{
	line-height:35px;
	text-transform:none;
	font-weight:normal;
	white-space:nowrap;
	padding:0px;
}
#nav ul li.leistungen ul a:after{
	content: " •";
    display: inline-block;
    margin-left:5px;
}
#nav ul li.leistungen strong{
	display:none;
}
#nav ul a {
	display:inline-block;
	line-height:45px;
	text-align: right;
	color:#ccc;
	padding-right: 0px !important;
	text-transform:uppercase;
	font-weight:bold;
}
#nav ul a:hover{
    color:#9ae443;
	background-color:transparent !important;
}
#nav ul a.active {
    color:#9ae443;
	font-weight:bold;
	background-color:transparent !important;
}
#nav.show a.button-close{
	display:inline-block;
	position:relative;
}
#nav.show a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:0px;
	width:100%;
	height:7px;
	background-color:#fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav.show a.button-close:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 7px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#header{
	height:120px;
}
#header-image-text{
	right:20px;
	bottom:30px;
	font-size: 9vw;
}
#quicklink-phone, #quicklink-mail {
    display:none;
}
.content-text {
    flex-basis: 100%;
}
.content-image {
    flex-basis: 100%;
    padding: 10px 0px;
}
.galerie a{
	flex-basis:50%;
}
.fuhrpark-text,.fuhrpark-galerie{
	flex-basis:100%;
}
.fuhrpark-galerie{
	padding-top:20px;
}
.fuhrpark-galerie a{
	flex-basis:50%;
}
.sp-hide,.mb-hide{
	display:none;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left;
}
.sp-text-center{
	text-align:center;
}
.sp-text-right{
	text-align:right;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40{padding-left:20px;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40{padding-right:20px;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10{
	width:100%;
}
.table-resp{
	width:100%;
}
.table-resp th{
	display:none;
}
.table-resp tr{
	border-bottom:1px solid #ccc;
}
.table-resp > tbody > tr > td{
	display: block;
	text-align:center !important;
}
}
