/* ----------------------------------- resets ----------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------- basics ----------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #ddd url(../img/bgBody.png) repeat-x bottom;
	font: 80% Arial, sans-serif;
	letter-spacing: .02em;
	color: #333;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color: #f00;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

p { text-align: justify; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

p, h1, h2, h3, ol, ul, table {
	margin-bottom: 16px;
	line-height: 18px;
}

h1 {
	margin: -20px 0 20px 110px;
	font-size: 1.2em;
	font-weight: normal;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: .02em;
}

h2, h3 {
	margin-bottom: 0;
	padding-top: 20px;
	font-weight: normal;
	font-size:1.3em;
	letter-spacing: .04em;
	color: red;
}
h3 {
	font-size:1.2em;
	color: #555;
	font-weight: bold;
}
h2.first {
	font-weight: normal;
	font-size:1.4em;
	margin: 20px 0px;
	padding: 0;
	color: #aaa;
	letter-spacing: .06em;
}
/* ----------------------------------- layers ----------------------------------- */
#wrapper,
.wrapper {
	width:1000px;
	margin: 0 auto;
}

#nav {
	overflow: hidden;
	background: url(../img/bgNav.png) 0 0 repeat-x;
}

#nav li {
	margin: 0 1px 0 0;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 7px 0;
}

#nav li a,
#nav a.login  {
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ddd;
	text-shadow: 0 1px 3px #000;
	display: inline;
	overflow: hidden;
}
#nav li a:link,
#nav li a:active,
#nav li a:visited,
#nav li a:hover,
#nav li a.current {
	padding: 7px 20px 8px;
}
#nav a.login {
	float:right;
	font-size: 10px;
	margin: 0;
	padding: 7px 10px;
}
#nav li a:hover,
#nav li a.current,
#nav a.login:hover  {
	background: url(../img/bgNav.png) 0 -33px repeat-x;
	color: #fff;
	text-decoration: none;
}


#subnav {
	background: url(../img/bgNavSub.png) repeat-x;
	text-decoration: none;
	overflow: hidden;
	font-size: .9em;
}

#subnav li {
	margin: 4px 1px 0 0;
	float: left;
	display: inline;
	padding: 5px 0 3px;
}
#subnav li.break {
	margin-left: 4px;
	border-left: 2px dotted #666;
	padding-left: 4px;
}

#subnav li a {
	color: #fff;
	padding: 4px 8px 5px;
}

#subnav li a:hover,
#subnav li a.current {
	background: #fff;
	color: #f00;
	text-decoration: none;
}

#content {
	padding: 0 15px 20px;
	background: #fff;
	overflow: hidden;
}

.slick-slider-wrapper {
	max-width: 50%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.slick-slider-wrapper .slick-arrow {
	z-index: 1;
}

.slick-slider-wrapper .slick-arrow::before {
	color: #f00;
}

.slick-slider-wrapper .slick-prev {
	left: 1rem;
}

.slick-slider-wrapper .slick-next {
	right: 1rem;
}

#footer {
	color: #fff;
	margin-top: 10px;
	padding-top: 110px;
	padding-bottom: 50px;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: url(../img/bgFooter.png) no-repeat bottom right;
}

#footer a {
	color: white;
}

#footer p {
	float:left;
	display: inline;
}

#footer ul li {
	float:right;
	display: inline;
}


/* ----------------------------------- customers ----------------------------------- */
ul#testemonials li {
	list-style: none;
	margin: 0 0 30px 0;
}
ul#testemonials li span {
	display: block;
	font-style: italic;
	text-align: right;
}


/* ----------------------------------- contact ----------------------------------- */
#contactForm strong { /* star */
	color: #c00;
	padding: 0 4px;
}

#contactForm p.info { /* hint */
	font-size: .8em;
	padding-bottom: 6px;
	width: 545px;
}

input,
select,
textarea {
	color: #666;
}

input:focus,
select:focus,
textarea:focus {
	color: #000;
	font-style: italic;
	background: #333;
}


#contactForm .half {
	margin:0 40px 10px 0;
	float:left;
	width: 245px;
}
#contactForm .full {
	margin:0 20px 10px 0;
	float:left;
	width: 530px;
}

#contactForm label {
	width: 100%;
	float: left;
	color: #777;
	font-size: .9em;
	line-height: 2em;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
	font-size: 1em;
	padding: 2px;
	border: 1px dotted #444;
	letter-spacing: .1em;
	background: none;
	width: 100%;
}
#contactForm select {
	width: 250px;
}

#contactForm textarea {
	font-family: Arial, Tahoma, Verdana;
	height: 100px;
	color: #ccc;
}
#contactForm textarea.error,
#contactForm input.error {
	border-color: #c00;
	background: #ffd7d7;
	color: #c00;
}

#contactForm button {
	color: ##000;
	font-weight: bold;
}
#contactForm button:hover {
	color: #c00;
}

#contactForm p.antwort {
	background: 333;
	padding: 4px;
}

/* ------- map ------- */
.map {
	float: right;
	text-align: right;
}
.map iframe {
	padding: 1px;
	border: 1px solid #ddd;
}
.map iframe:hover {
	border: 1px solid red;
}
.map small {
	font-size: .8em;
	padding: 6px 0;
}





/* ----------------------------------- various styling ----------------------------------- */
.box,
.boxPic {
	width: 278px;
	margin: 15px 35px 15px 0;
	padding: 5px 10px;
	float: left;
	display: inline;
	font-size: .9em;
	background-color: #e0e0e0;
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxPic:hover {
	background-color: #d0d0d0;
	border-color: #ccc;
}

.fotos img { margin:0 10px 10px 0; border:2px solid #ccc; }
.fotos img:hover { border-color:#f00 }

.box p {
	text-align: left;
}

.boxPic p {
	text-align: left;
	margin-right: 100px;
}

.box h2,
.boxPic h2,
.box h3,
.boxPic h3 {
	padding-top: 0;
}

.box img {
	margin: 10px 0;
	border: 1px solid #ddd;
	padding: 1px;
}


.boxWeiteres {
	float: right;
	margin: -20px 0 20px 50px;
	width: 380px;
	height: 360px;
}
.boxContact {
	width: 230px;
}

.box span {
	display: block;
	float: left;
	width: 100px;
}

.border { border: 5px solid #ddd; }
.right { float: right; margin: 0 0 8px 20px; }
.left { float: left; margin: 0 20px 8px 0; }
.clear { clear: both; }
img.clear { margin-top: 20px; }
hr { margin: 50px 0 25px; clear: both; border-top: 2px dotted #ccc; }
.last { margin-right: 0; }
