body, html{
	margin:0;
	padding:0;
	height:100%;
}
.ccm-page{
	height:100%;

	-webkit-overflow-scrolling: touch;
}
html{
	overflow:auto;
	overflow-x:auto;
}
img{
	border:none;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	min-height:100%;
	-webkit-overflow-scrolling: touch;
}
body#home{
	overflow:hidden;
	height:100%;
}
.lager img{
	padding-top:8px;
}
#home #header{
	display:none;
}
a{
	color:#ef7d00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clearfix{
	clear:both;
}
p{
	line-height:1.6em;
}
#galerieContainer img.ccm-image-block{
	width:100%;
	height:auto;
}
#videoBackground{
	z-index:0 !important;
}
#leistungsspektrum .startContent, #mack-hallen-classics .startContent, #occasionen .startContent{
	max-width:600px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
#leistungsspektrum .quicknav, #mack-hallen-classics .quicknav, #occasionen .quicknav{
	display:none;
}
/* header */
#header{
	background-color:#ef7d00;
	padding:12px 20px 20px 20px;
	position:fixed;
	top:0;
	width:100%;
	box-sizing:border-box;
	z-index:99;
	height:66px;

}
#header img{
	max-width:200px;
	float:left;
	height:auto;
}
#navi{
	float:right;
	padding-top:8px;
}
#imagelightbox{
	position:fixed;
	z-index: 9999;
}
.blackout{
	position: fixed;
z-index: 9998;
background: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.nav{
	margin:0;
}
.nav a{
	color:white;
	font-size:15px;
	font-weight:lighter;
	text-decoration:none;
}
.nav  > li {
	display: inline-block;
	position: relative;
	padding: 1px 0px 22px 30px;
	z-index: 100;
}

@-webkit-keyframes ken-burns{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.10);transform:scale(1.10)}}
@keyframes ken-burns{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.10);transform:scale(1.10)}}


/* SECOND LEVEL */

.nav  > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0 1000em; /* trick from css-tricks comments */
	margin: 0 -1000em; /* trick from css-tricks comments */
	z-index: 101;
	background: #ef7d00;
	-webkit-transition:max-height 400ms ease-in-out;
	-moz-transition:max-height 400ms ease-in-out;
	-o-transition:max-height 400ms ease-in-out;
	transition:max-height 400ms ease-in-out;
	max-height:0;
	overflow:hidden;

	bos-sizing:border-box;
}


.nav > li:hover > ul {
	max-height:150px;
	border-bottom:1px solid #F3A44C;
}

.nav > li > ul > li {
	padding: 3px 0;
	padding-left:30px;
	list-style-type:none;
}
.nav > li > ul > li:nth-last-child(1){
	padding-bottom:23px;
}

.nav-path-selected > a, .nav a:hover, .sidr-class-nav-path-selected a{
	color:#773E00 !important;
}
#mobileMenuButton{
	display:none;
	height:26px;
	width:28px;
	right:20px;
	top:22px;
	position:absolute;
}
#hamburger{
	position:absolute;
	width:28px;
}
#hamburger > div{
	background-color:white;
	height:5px;
	width:100%;
	margin-bottom:3px;
}

/*  switch seite */

.start-wrapper{
	width:100%;
	height:100%;
}
.start-left-bg img{
    transition:all 0.2s ease-in-out;
}
.start-right-bg img{
		transition:all 0.2s ease-in-out;
}
.start-left-bg:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.start-right-bg:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.start-right-bg, .start-left-bg{
	width:100%;
	height:100%;
}
.start-left{
	width:50%;
	height:100%;
	float:left;
	border-right:2px solid #ef7d00;
	box-sizing: border-box;
	position:relative;
	background: url(../img/left-bg.jpg) no-repeat center;
	background-size:cover;
}
.weiter, .unten{
	font-size:18px;
}
.start-right{
	width:50%;
	height:100%;
	float:right;
	border-left:2px solid #ef7d00;
	box-sizing: border-box;
	position:relative;
	background: url(../img/right-bg.jpg) no-repeat center;
	background-size:cover;
}
.start-wrapper-align{
	display:table;
	width:100%;
	height:100%;
}
.start-wrapper-align-center{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.start-wrapper-align-center img{
	display:block;
	margin: 0 auto;
	width:100%;
	max-width:350px;
	height:auto;
}
.weiter{
	color:white;
	position:absolute;
	top:15px;
	width:100%;
	text-align:center;
}
.unten{
	color:white;
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
}

.start-wrapper a{

}

/* Startseite */

.startBackground{
	position:absolute;
	display:table;
	width:100%;
	height:100%;
}
.startAlign{
	margin-left:auto;
	margin-right:auto;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.startContent h1{
	font-weight:300;
	font-size:30px;
	max-width:600px;
	margin:0 auto;
	color:white;
	padding:0px 20px 0px 20px;
}
.startContent p{
	font-size:14px;
	color:white;
}
.startContent{
	padding-left:15px;
	padding-right:15px;
}
.startContent a{

	text-decoration:none;
}
.startContent a:hover{
	text-decoration:underline;
}
p.quicklink{
	margin-top:0;
	margin-bottom:30px;
	cursor:auto;
}
.quicklink{
	width:151px;
	height:151px;
	border:1px solid #fff;
	display:inline-block;
	-webkit-perspective: 1000;
	margin:40px 10px 0px 10px;
	border-radius: 50%;
	color:white;
	padding-top:85px;
	font-size:14px;
	background-color:transparent;
	text-decoration: none;
	box-sizing:border-box;
	-webkit-backface-visibility: hidden;
	transition:all 0.3s ease;
	cursor:pointer;
}
.quicklinks a{
	text-decoration: none !important;
}
.quicklink:hover{
	background-color:#ef7d00 !important;
	border-color:#ef7d00;
}
#quick_1{
	background: url(../img/auto.png) no-repeat;
	background-size:90px;
	background-position: 50% 40%;
}
#quick_2{
	background: url(../img/schiff.png) no-repeat;
	background-size:90px;
	background-position: 50% 40%;
}
#quick_3{
	background: url(../img/lager.png) no-repeat;
	background-size:110px;
	background-position: 50% 20%;
}
#quick_4{
	background: url(../img/rest.png) no-repeat;
	background-size:110px;
	background-position: 50% 20%;
}

.quicknav{
	position:fixed;
	bottom:20px;
	text-align:center;
	right:20px;
}
.quicknavItem{
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid white;
	border-radius:50%;
	height:60px;
	width:60px;
	background-color:transparent;
	text-decoration: none;
	box-sizing:border-box;
	-webkit-backface-visibility: hidden;
	transition:all 0.3s ease;
}
.quicknavItem:hover{
	background-color:#ef7d00 !important;
	border-color:#ef7d00 !important;
}
.boot, .lager, .park{
	background-color:#ef7d00 !important;
	border-color:#ef7d00 !important;
}

.quicknav img{
	height:auto;
	display:inline-block;
	padding:8px;
	 -webkit-transition: -webkit-all 0.2s ease;
  	-moz-transition: -moz-all 0.2s ease;
  	-o-transition: -o-all 0.2s ease;
  	transition: all 0.2s ease;
}
#quicknav1 img{
	padding-top:22px;
}
#quicknav2 img{
	padding-top:12px;
}
#quicknav3 img{
	padding-top:18px;
}
#auto-klein{
	width:40px;
}
#schiff-klein{
	width:20px;
}
#lager-klein{
	width:30px;
}

/* Hallen */
.spacer{
	width:100%;
	height:66px;
}
.hallenBackground{

	width:100%;
	min-height:600px;
	display:table;
}
.hallenAlign{
	margin-left:auto;
	margin-right:auto;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.hallenContent{
	background:url(../img/bg-hallen.png) repeat;
	width:350px;
	height:350px;
	margin:0 auto;
}
.hallenContent h1{
	font-weight:lighter;
	font-size:30px;
	max-width:600px;
	margin:0 auto;
	color:white;
	padding:85px 20px 0px 20px;
}
.hallenContent p{
	font-size:15px;
	color:white;
	margin-bottom:20px;
}
.hallenContent a, .buttonWhite{
	color:#ef7d00;
	text-decoration:none;
	border:1px solid #ef7d00;
	padding:7px 10px;
	box-sizing:border-box;
	-webkit-transition:background-color 100ms ease-in-out;
	-moz-transition:background-color 100ms ease-in-out;
	-o-transition:background-color 100ms ease-in-out;
	transition:background-color 100ms ease-in-out;
	-webkit-transition:border-color 100ms ease-in-out;
	-moz-transition:border-color 100ms ease-in-out;
	-o-transition:border-color 100ms ease-in-out;
	transition:border-color 100ms ease-in-out;
	font-weight:lighter !important;
}

.hallenContent a:hover, .buttonWhite:hover{
	text-decoration:none !important;
	background-color:#fff;
	border-color:#fff;
}
#halle1{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/halle1.jpg) no-repeat center;
	background-size:cover !important;
}
#halle2{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/halle2.jpg) no-repeat center;
	background-size:cover !important;
}
#halle3{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/halle3.jpg) no-repeat center;
	background-size:cover !important;
}
#halle4{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/halle4.jpg) no-repeat center;
	background-size:cover !important;
}
#halle2 h1{

}

#galerieContainer{
	padding-top:66px;
	height:100%;
}

#geschichte, #impressum, #datenschutz{
	background-color:#ef7d00;
}
#impressum .startContent, #datenschutz .startContent{
	max-width:600px;
	margin:0 auto;
	box-sizing: border-box;
}
#datenschutz ul, #datenschutz li{

	font-size:inherit;
}
#datenschutz .startAlign{
	padding-top: 80px;
    padding-bottom: 80px;
}
.geschichteInhalt{
	max-width:780px;
	margin:0 auto;
}
#bootsplaetze .startContent, #lagerplaetze .startContent, #parkplaetze .startContent, #oldtimer .startContent{
	max-width:600px;
	margin:0 auto;
}
#impressum a, #datenschutz a{
	color:white;
}
#datenschutz h2, #datenschutz h3, #datenschutz h4{
	color:white;
	font-weight: 300;
    font-size: 30px;
    max-width: 600px;
    margin: 0 auto;
    color: white;
    padding: 0px 20px 0px 20px;
}
#datenschutz li{
	color:white;
}



/* mietbus */
#mietbus-button, #riesenrutsche-button{
	position:fixed;
	left:50%;
	margin-left:-70px;
	top:50px;
	z-index:999;
}
#riesenrutsche-button{
	top:200px;
}
#mietbus-mobile, #riesenrutsche-mobile{
	display:none;
}
@media only screen and (max-width : 560px)  {
	#mietbus-button, #riesenrutsche-button{
		display:none;
	}
	#mietbus-mobile, #riesenrutsche-mobile{
		display:block;
		z-index:999;
		position:fixed;
		top:0;
		width:100%;
		left:0;
		background-color:#ef7d00;
		color:white;
		text-transform: uppercase;
	}
	#riesenrutsche-mobile {
		top:44px;
	}
	#mietbus-mobile a, #riesenrutsche-mobile a{
		color:white;
		font-weight: bold;
		padding:10px 0;
		text-decoration: none;
		display:block;
		text-align: center;
	}
}
#mietbus-button img, #riesenrutsche-button img{
	max-width:140px;
	height:auto;
}

.mietbus-image{
	margin-top:320px;
	text-align:center;
	background-color:#494949;
}
.page-template-mietbus #header img{
	padding-top:8px;
}
.mietbus-image img{
	margin-top:-200px;
	width:100%;
	max-width:860px;
	height:auto;
}
.mietbus-tabelle-top, .mietbus-tabelle-bottom{
	margin:0px auto;
	display:block;
	width:100%;
	max-width:960px;
	padding:0px 15px;
	box-sizing: border-box;
	text-align: left;
	padding-bottom:70px;
	font-size:15px;
}
.table-wrapper{
	overflow:scroll;
}
.table-wrapper table{
	overflow:hidden;
}
.table-wrapper table td{
	padding-left:20px !important;
}

.mietbus-tabelle-bottom{
	padding:70px 15px !important;
}
.mietbus-tabelle-bottom img{

	width:100%;
	height:auto;
}
.mietbus-tabelle-top table, .mietbus-tabelle-bottom table{
	width:100%;
	border-collapse:collapse;
}
.mietbus-tabelle-top table tr:first-child{
	font-weight:bold;
}
.mietbus-tabelle-top table tr{
	border-bottom: 1px solid white;
}
.mietbus-tabelle-bottom table tr{
	border-bottom: 1px solid black;
}
.mietbus-tabelle-top table tr:last-child, .mietbus-tabelle-bottom table tr:last-child{
	border-bottom:0;
}
.mietbus-tabelle-top table td, .mietbus-tabelle-bottom table td{
	padding:6px 0;
}
.mietbus-tabelle-top{
	color:white;
}
.mietbus-left{
	width:48%;
	float:left;
}
.mietbus-right{
	float:right;
	width:48%;
}
.mietbus-tabelle-bottom table td:first-child{
	font-weight: bold;
}
.mietbus-tabelle-bottom table td:nth-child(2){
	text-align: right;
}

/* kontakt */
.mainWrapper{
	height:100%;
}
.page-template-kontakt{
	height:100%;
}
#map{
	height:100%;
	width:100%;
}
#oldtimer .kontaktRight{
	position:absolute;
}
#oldtimer .kontaktLeft{
	position:fixed;
	font-size:15px;
}
#oldtimer .kontaktLeft{
	left:0;
}
#oldtimer .kontaktRight{
	right:0;
}
#oldtimer .kontaktContent{
	padding-left:15px;
	padding-right:15px;
	max-width:500px;
	margin-top: -33px;
	font-size:15px;
}
#oldtimer .quicklink{
	color:#000;
	border-color:#000;
}
.kontaktLeft, .kontaktRight{
	height:100%;
	width:50%;
}
.kontaktLeft{
	float:left;
}
.kontaktRight{
	float:left;

}
#oldtimer .mainWrapper{
	padding-top:66px;
}
.kontaktBackground{
	display:table;
	width:100%;
	height:100%;
}
.kontaktAlign{
	margin-left:auto;
	margin-right:auto;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	color:#000;
}
.kontaktContent h1{
	font-weight:lighter;
	font-size:30px;
	max-width:600px;
	margin:0 auto;
	color:black;
	padding:0px 20px 0px 20px;
}
.kontaktContent .control-label{
	float:left;
	width:85px;
	text-align:left;
	font-weight:lighter !important;

}
.kontaktContent{
	margin:0 auto;
	font-size:15px;
	max-width:400px;
}
.text-muted{
	font-size:12px;
	color:#ef7d00;
	opacity:1 !important;
}
.kontaktContent .form-control{
	width:260px;
	border:1px solid #000;
	height:25px;
	background-color:transparent;
	border-radius:0;
}
.kontaktContent textarea.form-control{
	height:140px;
}
.kontaktContent .btn-primary{
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	padding:7px 10px;
	box-sizing:border-box;
	-webkit-transition:background-color 100ms ease-in-out;
	-moz-transition:background-color 100ms ease-in-out;
	-o-transition:background-color 100ms ease-in-out;
	transition:background-color 100ms ease-in-out;
	-webkit-transition:border-color 100ms ease-in-out;
	-moz-transition:border-color 100ms ease-in-out;
	-o-transition:border-color 100ms ease-in-out;
	transition:border-color 100ms ease-in-out;
	background-color:transparent;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	float:right;
	margin-right:23px;
	cursor:pointer;
}
.kontaktContent .btn-primary:hover{
	background-color:#ef7d00;
	color:white;
}
.kontaktContent a:hover{
	color:#ef7d00;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.9;
   background-color: #000;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  margin-top:-39px;
  left: 50%;
  margin-left:-39px;
  z-index: 100;
}
.windows8 {
	position: relative;
	width: 78px;
	height:78px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 3.6325s infinite;
		-o-animation: orbit 3.6325s infinite;
		-ms-animation: orbit 3.6325s infinite;
		-webkit-animation: orbit 3.6325s infinite;
		-moz-animation: orbit 3.6325s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(239,123,0);
	left:0px;
	top:0px;
	border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
}

.windows8 #wBall_1 {
	animation-delay: 0.796s;
		-o-animation-delay: 0.796s;
		-ms-animation-delay: 0.796s;
		-webkit-animation-delay: 0.796s;
		-moz-animation-delay: 0.796s;
}

.windows8 #wBall_2 {
	animation-delay: 0.153s;
		-o-animation-delay: 0.153s;
		-ms-animation-delay: 0.153s;
		-webkit-animation-delay: 0.153s;
		-moz-animation-delay: 0.153s;
}

.windows8 #wBall_3 {
	animation-delay: 0.3165s;
		-o-animation-delay: 0.3165s;
		-ms-animation-delay: 0.3165s;
		-webkit-animation-delay: 0.3165s;
		-moz-animation-delay: 0.3165s;
}

.windows8 #wBall_4 {
	animation-delay: 0.4695s;
		-o-animation-delay: 0.4695s;
		-ms-animation-delay: 0.4695s;
		-webkit-animation-delay: 0.4695s;
		-moz-animation-delay: 0.4695s;
}

.windows8 #wBall_5 {
	animation-delay: 0.633s;
		-o-animation-delay: 0.633s;
		-ms-animation-delay: 0.633s;
		-webkit-animation-delay: 0.633s;
		-moz-animation-delay: 0.633s;
}

/* neubau */
.neubau-background{
	position: absolute;
  display: table;
  width: 100%;
  height: 50%;
	background: url(../img/neubau-background.jpg) no-repeat center;
	background-size:cover;
}
.neubau-align{
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.neubau-content{
	color:white;
	padding-top:66px;
	max-width:650px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.neubau-content h1{
	font-weight: 300;
  font-size: 30px;
  max-width: 600px;
  margin: 0 auto;
  color: white;
  padding: 0px 20px 0px 20px;
}
.neubau-content p{
	font-size:14px;
}
.neubau-content a{
	color:#ef7d00;
	text-decoration:none;
}
.neubau-content a:hover{
	text-decoration:underline;
}
.neubau-galerie{
	padding-top:48px;
	position:absolute;
	top:50%;

}
.occassionen-background{

	min-height:100%;
	position:relative;
	width:100%;
}
.occassionen-background h1{
	font-weight:lighter;
	color:white;
}
.content-occassionen{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:82px 15px 80px 15px;
	box-sizing: border-box;
}


@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

/* tablet */
@media only screen and (max-width : 820px)  {
	body#home{
		overflow:auto;
	}
	#oldtimer .kontaktRight{
		width:100% !important;
		padding-left: 0;
		padding-right:0;
	}
	#oldtimer .kontaktContent{
		padding-top:50px;
	}
	#navi{
		display:none;
	}
	#mobileMenuButton{
		display:block;
	}

	.startContent h1{
		font-size:24px;
	}
	.startAlign{
		padding-top:80px;
		padding-bottom:80px;
	}
	.kontaktLeft, .kontaktRight{
		float:none;
		width:100%;
		height:auto !important;
	}
	.kontaktRight{
		padding-top:40px;
		padding-bottom:40px;
		padding-left:15px;
		padding-right:15px;
		width:100%;
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	#map{
		height:450px;
	}
	.thumb-item img:hover{
         opacity: 1 !important;
      }
      #oldtimer .kontaktLeft{
	position:relative;
	padding-top:50px;
}
#oldtimer .kontaktRight{

	position:relative;
}
#oldtimer .kontaktContent{
	padding-left:15px;
	padding-right:15px;
	max-width:500px;
	color:black !important;
}



}

/* smartphone */

@media only screen and (max-width : 560px)  {
	/*.mietbus-tabelle-top table td{
		display:block;
	}*/
	.mietbus-image{
		margin-top:240px;
	}
	.mietbus-image img{
		margin-top:-100px;
	}
	.mietbus-left, .mietbus-right{
		float:none;
		width:100%;
	}
	.occassionen-background{
		background-attachment:scroll;
	}
	.start-left, .start-right{
		width:100%;
		float:none;
		height:50%;
		border:0;
	}
	.start-left{
		border-bottom:2px solid #ef7d00;
	}
	.start-rioght{
		border-top:2px solid #ef7d00;
	}
	.weiter{
		display:none;
	}
	.neubau-background{
		position: relative;
		padding-top:100px;
		padding-bottom:100px;
	}
	.neubau-galerie{
		padding-top:30px;
	}
	.quicknav{
		display:none;
	}
	.startContent{
		padding-top:40px;
	}
	.hallenContent{
		width:90%;
		height:auto;
		padding-top:20px;
		padding-bottom:20px;
	}
	.hallenContent h1{
		padding-top:0 !important;
	}
	.hallenBackground{
		min-height:443px;
	}
	.kontaktContent .control-label{
		width:100%;
		text-align:center;
	}
	#map{
		padding-top:66px;
		height:250px;
	}
	.neubau-galerie{
		position:relative;
		padding:0;
		top:0;
	}


}


.formulare{
	background:#ef7d00;
	color:white;
}
.formulare h1{
	margin-bottom:40px;
	display:block;
	text-align: center !important;
}
.formulare .ccm-input-date{
	min-width:200px;
}
.formulare .startContent{
	max-width:600px;
	margin:0 auto;
	text-align: left;
}
.formulare input{
	width:100%;
	font-size:14px;
	padding-left:10px;
	box-sizing: border-box;
	border:0 !important;
	border-radius: 0 !important;
	height:36px;
	background:#F7BE7F;
}
.formulare .text-muted{
	color:white !important;
}
.formulare label{
	font-weight:normal !important;
	text-align: left;
	display:block;
	margin:15px 0 5px 0;
}
.formulare textarea{
	width:100%;
	background:#F7BE7F;
	border:0 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	height:150px;
}
.formulare input[type="submit"], #mietbus input[type="submit"], .buttton{
	background: transparent;
	border:3px solid white !important;
	color:white;
	height:40px;
	text-transform: uppercase;
	font-weight:bold;
	transition: all 0.1s ease-in;
	margin-top:10px;
	cursor:pointer;
	width:100%;
	font-size:15px;
	display:block;
	text-align: center;

	text-decoration: none;
}
.buttton{
		margin-top:20px;
	padding-top:10px;
	height:38px;
}

.formulare input[type="submit"]:hover{
	color:black;
	background:white;
}
