* {
	margin:0px;
}

body {

    font-family: ProximaNova-Regular;
    font-size: 15px;
    overflow-y: scroll;
	line-height: 1.5;
	text-align: justify;
}

h1 {
	color: #16a085;
	padding-top: 30px;
	
	letter-spacing: 0.05em;
	font-size: 1.25em;
	font-family: ProximaNova-Bold;
	margin-bottom: 20px;
}

h2 {
	
    color: #333;
	font-size: 1em;
	font-family: ProximaNova-Bold;
	margin-bottom: 20px;
}

h3 {
	color: #333333;
	font-size: 21px;
	text-align: center;
}

h4 {
	color: #333;
	font-size: 16px;
}

h5 {
	font-size: 15px;
	margin-top: 30px;
}

h6 {
	color:#333;
	font-size: 18px;
	font-family: ProximaNova-Bold;
	font-style: italic;
	text-align: center;
	margin-top:10px;
}

p {
    color: #333333;
   line-height: 1.5;
    font-size: 15px;
}
a:link, a:visited {
	color: #16a085;
	text-decoration: none;
	font-size: 15px;
}

a:hover, a:active {
	text-decoration: none;
}

#page {
	width:100%;
	padding-top: 50px;
}

#container {
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	width:100%;
	margin: 0 auto;
	//padding: 0 0.9375em 0.9375em;
}

#header {
	background:#FFFFFF;
     height: 1.875em;
	 background-color: #FFFFFF;
	background-image:url("../../images/Layout/Header.png");
	background-position:center;
    background-repeat: no-repeat;
    padding-top: 8.1875em;
}
#headerimg{
	width:960px;
	height: 1.875em;
	margin:auto;
	
}
#overlay
{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#overlay img {
	background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 50%;
    margin-left: -75px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

#overlay p {
	color: #FFFFFF;
    font-family: ProximaNova-Bold;
    font-size: 16px;
    left: 50%;
    letter-spacing: 0.05em;
    margin-left: -150px;
    margin-top: 40px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}

#logo {
	display: none;
}
	
#telefon {
	display: none;
}

#main {
	background-color:#FFFFFF;
	
	height: 655px;
	width:100%;
	
}

.background-main {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	background-color: #fff;
}

#content-full {
	margin-top:20px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#content-left {
	width: 640px;
	float: left;
	margin-left:auto;
}
#content-full article:hover {
	
	opacity: 0.5;
}
#sliderContainer article:hover {
	
	opacity: 0.5;
}
#content-right {
	    height: 405px;
	width: 310px;
	float: right;
}

#top {
   
	height: 450px;
    margin-bottom: 15px;
    width: 320px;
}

#half-left {
	
	float: left;
    
    width: 300px;
}

#half-right {
	background-color: #ecf0f1;
	
	 float: right;
    padding: 12px 0 5px 20px;
    width: 300px;
	margin-left:auto;
	margin-right:auto;
}

#menu-icon {
	display: none;
}

.bottomtext {
	font-size: 16px;
	margin-top: 10px;
	color:#333;
}

.clear {
	clear: both;
}

/******Navigation******/
#navdiv{
background-color:#333333;
height: 40px;
width:100%;
}
nav{
	background-color:#333333;
}
nav > ul {
	width:960px;
    list-style: none none inside;
    padding: 0;
	margin:0 auto;
	list-style:none;
}
#nav li {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	font-size:1.20em;
    float: left;
    list-style: none outside none;
	width: 192px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
}

#nav li:hover {
	background-color:#16a085;
}

#nav ul {
    display: none;
    margin-top: 4px;
    position: absolute;
    width: 13.125em;
    z-index: 1000;
	
}

#nav ul li {
	background: #333333;
    float: none;
    height: 1.875em;
    margin: 0;
    padding: 5px 0 0 20px;
    text-align: left;
}

#nav ul li a{
	color:#fff;
	font-size: 13px;
	height: 1.875em;
}

#nav li:hover > ul {
    display: block;
	color:#16a085;
}

#nav a {
	text-decoration: none;
	color: #fff;
	font-size: 0.875em;
}

#nav .current:hover {
    display: block;
	color:#FFF;
	background-color:#333333;
}

.current  >a{
    color: #16a085 !important;	
}

#nav a.navdown:hover {
	//color:#16a085;
}

/******Startseite******/

.Flash {
	margin: 43px 0 15px 0;
}

.welcome {
	line-height: 25px;
	margin-top: 28px;
}

.welcome a {
	text-decoration: underline;
}

.top-padding {					/*Willkommenstext*/
	padding: 45px 0 0 40px;
}

.start-textil {
	margin-bottom: 15px;
	font-size:18px;
	font-family: ProximaNova-Bold;
}

.start-aufbereitung {
	font-size:18px;
	font-family: ProximaNova-Bold;
}

.start-unterboden {
	margin: 15px 0 0 135px;
	font-size:18px;
	font-family: ProximaNova-Bold;
}

/******Unterboden, Reservierung, Impressum******/

.full-title {
	clear: both;
}

/******Ersatzteile******/

.padding-ersatz {
	padding: 40px 0 0 30px;
	clear: both;
}

.padding-ersatz h2 {
	color: #333333;
    font-family: ProximaNova-Bold;
    font-size: 1.4em;
    margin-bottom: 30px;
}

.padding-ersatz p {
	margin-bottom: 20px;
}

#containerErsatz {
	background-color: #FFFFFF;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    height:200px;
}
/*Kontakt*/

#kontakt-content {
	padding-left:15px;
 	background-color: #FFFFFF;
 	width:960px;
	margin-right:auto;
	margin-left: auto;
	line-height: 1.5;
	font-size: 15px;
}

#kontakt-adresse {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
   // background-color: #ecf0f1;
	width: 310px;
	height: 275px;
	float: left;
	
	
}

#kontakt-kontakt {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    //background-color: #ecf0f1;
	width: 310px;
	height: 275px;
	float: left;
	
	
}

#kontakt-ozeiten {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    //background-color: #ecf0f1;
	width: 310px;
	height: 275px;
	float: left;
	
	
}

}
#contaktus{
	color: #16a085;
	text-decoration: none;}
#contaktus:hover{	cursor:pointer;}

#contacttext{
	padding-left:5px;
	width: 270px;
	height: 75px;
	font-family: ProximaNova-Regular;
    font-size: 12px;
}
#betreff{
	padding-left:5px;
	width: 270px;
	margin-bottom:5px;
	font-family: ProximaNova-Regular;
    font-size: 12px;
}
#contactmail{
	width: 270px;
	padding-left:5px;
	margin-bottom:5px;
	font-family: ProximaNova-Regular;
    font-size: 12px;
}
#contaktsend{
box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
   	background-color: #16A085;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: ProximaNova-Regular;
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.025em;
    min-width: 141px;
    padding: 2px 10px 0;
	height:28px;
	
	text-align:center;
   
}
#button:hover, #button:focus {
		background-color: #FFFFFF;
		color: #16A085;
		border: 1px solid #16A085;
}
#contaktsend:hover, #contaktsend:focus {
		background-color: #FFFFFF;
		color: #16A085;
		border: 1px solid #16A085;
}
#contaktabort{
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #16A085;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: ProximaNova-Regular;
    font-size: 0.875em;
    font-weight: bold;
    margin-top: 5px;
    min-width: 70px;
	margin-left: 10px;
    padding: 2px 10px 2px;
}
/******Impressum******/

#content-right-imp {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	background-color: #fff;
	margin-bottom:60px;
}


#content-right-imp h2,#content-left-imp h2 {
	color: #16a085;
	line-height: 1.5;
	font-family: ProximaNova-Bold;
}

#content-right-imp h5 {
	margin-top: 30px;
}
#content-right-imp article{
	
	margin-right:15px;
	
	
}

  #AVBContainer p {
 	font-size: 15px;
 	margin-top: 10px;
	
	
 }

 #AVBContainer {
	padding-left:15px;
 	background-color: #FFFFFF;
 	width:960px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:60px;
 }
/******Bilder******/

.pic-margin {
	margin-left: -10px;
}

#Bild3 {
	margin:21px 0 25px 13px;
}

#Bild6 {
	float: left;
	margin: 0 15px 4px 0;
}

/******Bilder Startseite******/

.space {
	background: url("Raumwunder.jpg") no-repeat;
	height: 123px;
}

.price {
	background: url("Sparpreise.jpg") no-repeat;
	height: 123px;
}
.styled-select select {
   background: transparent;
   width: 158px;
   padding: 5px;
   font-family: ProximaNova-Regular;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 31px;
   -webkit-appearance: none;
}
.styled-select {
   width: 151px;
   height: 31px;
   overflow: hidden;
   margin-bottom: 10px;
   background: url(../../images/Layout/Auswahl_Box.png) no-repeat right #ecf0f1;
   margin-left:101px;
}


#farbe12{
	
	background-color:#333333;
	height: 350px;
}
 #sliderContainer {
	 width:960px;
 	  height: 310px;
 	 padding-top: 40px;
	 margin-left: auto ;
	 margin-right: auto ;	 
	
 }

  #sliderMenu  {
 	width: 140px;
 	float: left;
 	
	font-size: 12px;
	color: #fff;
	
 }
 
 #sliderMenu div {
 	width: 140px;
 	
	
 }

  #sliderMenu a {
 	font-size: 12px;
 	color: #fff;

 }

 #slider div {
 	clear: both;
 }

 #slider div img {
	float: left;
    margin-left: 130px;
 }

 #slider div p {
 	float: left;
    font-size: 40px;
    margin: 70px 0 15px 60px;
    color: #fff;
 }

 #slider {
 	 background: none repeat scroll 0 0 ;
	 width:700px;
 }

 .sliderText {
 	font-size: 12px!important;
 }


  #sliderMenu div:first-child {
  	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
 	height: 140px;
 	background-image: url("../../images/Layout/Start_Fahrzeugpflege.png");
 	
 	padding: 106px 0 0 26px;
 }

   #sliderMenu div:last-child {
   	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
 	background-image: url("../../images/Layout/Start_Anhänger.png");
	background-position:center;
 	
 	padding: 107px 0 0 44px;
	height: 139px;
 }

.jssorn13 div, .jssorn13 div:hover, .jssorn13 .av {
    background: url("../../images/slider/slider_buttons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    overflow: hidden;
}
.jssorn13 div {
    background-position: -5px -5px;
}
.jssorn13 div:hover, .jssorn13 .av:hover {
    background-position: -35px -5px;
}
.jssorn13 .av {
    background-position: -65px -5px;
}
.jssorn13 .dn, .jssorn13 .dn:hover {
    background-position: -95px -5px;
}

.jssord03r {
    background-image: url("../../images/slider/Slider_Pfeil_Rechts.png");
    background-repeat: no-repeat;
}
.jssord03l {
    background-image: url("../../images/slider/Slider_Pfeil_Links.png");
    background-repeat: no-repeat;
}
.jssord03l, .jssord03r, .jssord03ldn, .jssord03rdn {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
}


/*Footer*/

footer {
	background-color:#16a085;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
	height: 70px;
	margin: 0 auto;
    width:100%;
    padding-top:25px;
    text-align: center;
	font-weight:bold;
}

footer a, footer p {
	color: #333333!important;
	font-size: 15px;
}


/*Media Queries*/
/*


@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), screen and (max-device-width: 320px){ 
	body {
		font-size: 120%;
	}

	h1 {
		font-size: 280%;
	}

	h2 {
		font-size: 230%;
	}

	h3 {
		font-size: 190%;
	}

	h4 {
		font-size: 180%;
	}

	h5 {
		font-size: 140%;
	}

	h6 {
		font-size: 160%;
	}

	p {
		font-size: 170%;
		line-height: 1.4;
		color: #000;
	}
	
	#page {
		padding:0;
		width: 100%;
	}

	#container {
		margin:0;
	}

	#header {
		width: 100%;
		background-image: none;
		padding: 20px 0 15px 0;
		background-color: #ccc;
		height: auto;
	}
	
	#logo {
		margin: 0 40px 0 15px;
		display: inline;
	}
	
	#telefon {
		display: inline;
	}
	
	nav {
		float: right;
		margin-right: 15px;
	}
	
	#nav-wrap {
		position: relative;
	}
	
	#menu-icon {
		background: url("menu-icon.png") no-repeat scroll 10px center #8d8d8d;
		border: 1px solid #666666;
		color: #FFFFFF;
		display: block;
		font-size: 150%;
		height: 50px;
		padding: 17px 20px 0 58px;
		width: 70px;
		cursor: pointer;
	}
	
	#menu-icon:hover {
		background-color: #8d8d8d;
		border-radius: 4px 4px 0 0;
	}
	
	#nav {
		background: none repeat scroll 0 0 #ccc;
		border: 1px solid #666;
		clear: both;
		display: none;
		padding: 10px;
		position: absolute;
		top:68px;
		right:0;
		z-index: 10000;
		width: 500px;
	}

	
	#nav ul {
		background: inherit;
		border: medium none;
		display: block;
		position: static;
		width: auto;
		padding: 0 0 10px 0;
	}
	
	#nav ul li {
		margin: 10px 0 3px 20px;
		float: none;
		clear: both;
	}
	
	
	#nav a, #nav ul a {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: medium none;
		color: #666666;
		display: inline;
		padding: 0;
		font-size: 170%;
	}
		
	#nav li {
	    clear: both;
		margin: 10px 0 10px 30px;
		float: none;
		list-style: none outside none;
		text-align: left;
		height:100%;
		width: 100%;
	}
	
	.current {
		background-color: transparent;
		height: 100% !important;
		margin-top: 0;
		padding-top: 0;
	}

	.current a {
		color: #666666;	
	}
	
	#main {
		width: 100%;
		padding: 15px 0 15px 0;
	}
	
	#top {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-bottom: 30px;
	}
	
	#content-full {
		width:100%;
		height: 100%;
		background-color: #808080;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content-left  {
		width: 69%;
	}
	
	#content-right {
		width: 30%;
	}
		
	#half-left, #half-right {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: 160px;
	}
	
	#Bild6 {
		display:none;
	}
	
	.Flash {
		display: none;
	}
	
	.top-padding {
		padding: 45px 40px 0 40px;
	}
	
	.welcome {
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	.start-unterboden {
		margin-left:0;
	}
	.start-unterboden, .start-textil, .start-aufbereitung {
		font-size: 150%;
		text-align: center;
	}
	
	.price {
		background: url("Sparpreise.jpg") no-repeat bottom center;
		width: 45% !important;
	}
	
	.space {
		background: url("Raumwunder.jpg") no-repeat bottom center;
		width: 48% !important;
	}
	
	.mQuerie {
		padding-left: 0!important;
		width: 100% !important;
	}
	
	#content-left-imp {
		width: 59%;
		height: 100%;
		float: left;
		padding: 43px 45px 20px 45px;
		background-color: #808080;
		-moz-box-shadow:  none;
		-webkit-box-shadow:  none;
		box-shadow:  none;
	}

	#content-right-imp {
		width: 31%;
		height: 100%;
		float: right;
		padding: 43px 0 20px 0;
		background-color: #808080;
		-moz-box-shadow: none;
		-webkit-box-shadow:  none;
		box-shadow:  none;
		text-align: center;
	}
	
	#content-left-imp h2, #content-right-imp h2 {
		font-size: 160%;
	}	
} 

@media (max-device-width: 768px) and (orientation: portrait),screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) { 
	body {
		font-size: 120%;
	}

	h1 {
		font-size: 280%;
	}

	h2 {
		font-size: 230%;
	}

	h3 {
		font-size: 190%;
	}

	h4 {
		font-size: 150%;
	}

	h5 {
		font-size: 140%;
	}

	h6 {
		font-size: 120%;
	}

	p {
		font-size: 150%;
		line-height: 1.4;
		color: #000;
	}
	
	#page {
		padding:0;
		width: 100%;
	}

	#container {
		margin:0;
		width:100%;
	}

	#header {
		width: 100%;
		background-image: none;
		padding: 20px 0 15px 0;
		background-color: #ccc;
		height: auto;
	}
	
	#logo {
		margin: 0 40px 0 15px;
		display: inline;
	}
	
	#telefon {
		display: inline;
	}
	
	nav {
		float: right;
		margin-right: 15px;
	}
	
	#nav-wrap {
		position: relative;
	}
	
	#menu-icon {
		background: url("menu-icon.png") no-repeat scroll 10px center #8d8d8d;
		border: 1px solid #666666;
		color: #FFFFFF;
		display: block;
		font-size: 150%;
		height: 50px;
		padding: 17px 20px 0 58px;
		width: 70px;
		cursor: pointer;
	}
	
	#menu-icon:hover {
		background-color: #8d8d8d;
		border-radius: 4px 4px 0 0;
	}
	
	#nav {
		background: none repeat scroll 0 0 #ccc;
		border: 1px solid #666;
		clear: both;
		display: none;
		padding: 10px;
		position: absolute;
		top:68px;
		right:0;
		z-index: 10000;
		width: 500px;
	}

	
	#nav ul {
		background: inherit;
		border: medium none;
		display: block;
		position: static;
		width: auto;
		padding: 0 0 10px 0;
	}
	
	#nav ul li {
		margin: 10px 0 3px 20px;
		float: none;
		clear: both;
	}
	
	
	#nav a, #nav ul a {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: medium none;
		color: #666666;
		display: inline;
		padding: 0;
		font-size: 155%;
	}
		
	#nav li {
	    clear: both;
		margin: 10px 0 10px 30px;
		float: none;
		list-style: none outside none;
		text-align: left;
		height:100%;
		width: 20em;
	}
	
	.current {
		background-color: transparent;
		height: 100% !important;
		margin-top: 0;
		padding-top: 0;
	}

	.current a {
		color: #666666;	
	}
	
	#main {
		width: 100%;
		padding: 15px 0 15px 0;
	}
	
	#top {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-bottom: 30px;
	}
	
	#content-full {
		width:100%;
		height: 100%;
		background-color: #808080;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content-left  {
		width: 66%;
	}
	
	#content-right {
		width: 33%;
	}
		
	#half-left, #half-right {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: 160px;
	}
	
	#Bild6 {
		display:none;
	}
	
	.Flash {
		display: none;
	}
	
	.top-padding {
		padding: 45px 40px 0 40px;
	}
	
	.welcome {
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	.start-unterboden {
		margin-left:0;
	}
	.start-unterboden, .start-textil, .start-aufbereitung {
		font-size: 150%;
		text-align: center;
	}
	
	.price {
		background: url("Sparpreise.jpg") no-repeat bottom center;
		width: 45% !important;
		background-size: 95%;
	}
	
	.space {
		background: url("Raumwunder.jpg") no-repeat bottom center;
		width: 48% !important;
		background-size: 95%;
	}
	
	.mQuerie {
		padding-left: 0!important;
		width: 100% !important;
	}
	
	#content-left-imp {
		width: 59%;
		height: 100%;
		float: left;
		padding: 43px 45px 20px 45px;
		background-color: #808080;
		-moz-box-shadow:  none;
		-webkit-box-shadow:  none;
		box-shadow:  none;
	}

	#content-right-imp {
		width: 31%;
		height: 100%;
		float: right;
		padding: 43px 0 20px 0;
		background-color: #808080;
		-moz-box-shadow: none;
		-webkit-box-shadow:  none;
		box-shadow:  none;
		text-align: center;
	}
	
	#content-left-imp h2, #content-right-imp h2 {
		font-size: 160%;
	}
	
	.pic-margin {
		margin-left:0;
	}
	
	#top h3:nth-child(3) {
		margin-top:45px;
	}
}

#Buchung {
	min-height: 500px;
}

*/





.homeButton {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #16A085;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-family: ProximaNova-Regular;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    min-width: 141px;
    padding: 5px 10px 5px;
}

