.clearL {
	clear: left; }

.clear {
	clear: both; }

H1, H2, H3, H4, H5, H6 {
	font: 15px "Times New Roman", Times, serif;
	color: #189a2e;
	padding: 10px 0 0; }

H1 {
	font-size: 25px; }

H2 {
	font-size: 22px; }

H3 {
	font-size: 19px; }

H4 {
	font-size: 17px; }

A {
	text-decoration: none;
	color: #189a2e; }

A:hover {
	text-decoration: none; }

P {
	padding: 0 0 15px 0; }

HR {
	background: transparent;
	border: 0 solid #000000;
	width: 80%;
	height: 0;
	padding: 0;
	margin: 20px auto;
	border-bottom: 1px solid #ccc; }

TEXTAREA, INPUT, BUTTON {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	/*-webkit-border-radius: 0px;*/
	font-family: inherit;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF; }

BUTTON {
	border: none;
	cursor: pointer; }

INPUT[type=text], TEXTAREA, INPUT[type=password], INPUT[type=email], SELECT, BUTTON {
	width: 100%; }

INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=password], INPUT[type=email], BUTTON {
	-webkit-appearance: none;
	/*-moz-appearance: none;*/
	/*-ms-appearance: none;*/
	/*-o-appearance: none;*/
	/*appearance: none;*/ }

INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000; }

::-webkit-input-placeholder {
	color: #ccc; }

:-moz-placeholder {
	opacity: 1;
	color: #ccc; }

::-moz-placeholder {
	opacity: 1;
	color: #ccc; }

:-ms-input-placeholder {
	color: #ccc; }

P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center {
	text-align: center; }

P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right {
	text-align: right; }

P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify {
	text-align: justify; }

BODY {
	font: 13px Arial, Verdana, Sans-serif;
	line-height: 20px;
	color: #8b8b8b;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	line-height: 170%; }

#site {
	width: 900px;
	margin: 55px auto; }

.inner {
	padding: 20px;
	margin: 20px; }

#page {
	background: #fff; }

/*Head*/
.head {
	z-index: 1;
	display: block;
	position: relative; }

.topLine {
	width: 100%;
	height: 5px;
	background: #189a2e;
	left: 0;
	position: relative;
	top: 5px; }

.topLine > .tel {
	font-family: "Times New Roman", Georgia, Serif;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	background: #189a2e;
	padding: 15px 15px 8px;
	float: right;
	margin-right: 40px; }

#logo {
	background: url(../img/logo.png) no-repeat left top;
	margin: 40px 0 0 40px;
	width: 232px;
	height: 61px;
	float: left; }

#logo A {
	display: block;
	width: 100%;
	height: 100%; }

#logo A SPAN {
	display: none; }

/*Subhead*/
/*Nav*/
.nav {
	float: right;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 17px;
	list-style-type: none;
	display: block;
	margin: 50px 20px 0 0; }

.nav LI {
	float: left;
	text-decoration: none;
	list-style: none; }

.nav LI A {
	padding: 18px;
	color: #565656; }
.nav LI A:hover {
	color: #17992e;
}
.nav LI.act A {
	text-decoration: none;
	color: #17992e;
	border-bottom: 2px solid #17992e; }

.nav LI a.nav-active {
	color: #17992e;
	border-bottom: 2px solid #17992e; }

/*Subnav*/
.nav LI UL {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: url(../img/trans.png) repeat left top; }

.nav LI:hover UL {
	display: block; }

.nav LI UL LI {
	float: none;
	position: relative;
	width: auto; }

.nav LI UL LI A {
	float: none;
	display: block; }

.divider {
	position: relative;
	top: 15px;
	width: 860px;
	height: 3px;
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea;
	margin: 0 auto;
	padding: 0; }

.head .divider {
	margin-bottom: 10px; }

.wellcome {
	padding: 15px 0 25px 0;
	margin: 20px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align: center; }

.wellcome .title {
	margin-bottom: 15px; }

.location {
	position: relative;
	text-align: left; }

.location > .leftCol {
	float: left;
	width: 410px;
	margin-left: 130px; }

.location > .leftCol h3 {
	margin-bottom: 10px; }

.rightCol {
	float: left;
	margin-left: 20px; }

.location > .rightCol img {
	position: relative;
	margin-top: 20px; }

.locationIcon {
	position: absolute;
	left: 40px;
	top: 20px; }

.green-btn {
	background: #17992d;
	padding: 8px;
	color: #fff;
	display: block;
	float: left;
	margin-top: 20px; }

/*clearfix Nav*/
.nav > UL:after {
	content: "";
	display: block;
	clear: both; }

.nav > UL {
	zoom: 1; }

/*slider*/
.slider {
	overflow: hidden;
	max-height: 360px;
	z-index: 0;
	display: block;
	margin-top: 30px;
	position: relative;
	text-align: center; }

.inner-slider {
	margin-left: 20px;
	width: 860px; }

#allcont .slider UL
{
	margin: 0;
}
#allcont .slider UL LI
{
	list-style: none;
}


/* bx slider */
.bx-wrapper .bx-viewport
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
}

.bx-wrapper .bx-pager
{
	z-index: 50;
	text-align: right;
	width: auto;
	bottom: -48px;
	right: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
	width: 8px;
	height: 8px;
	text-indent: 9999px;
	background-color: #b6b6b6;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background-color: #fff;
}


/* slider text */
.slider-text {
	color: #fff;
	font-family: "Times New Roman", Georgia, Serif;
	width: 860px;
	background: #565656;
	height: 60px;
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	font-size: 20px; }

.slider-text p {
	margin-top: 18px; }


/*Foot*/
footer {
	background: #565656;
	margin-top: 30px;
	color: #fff;
	padding: 10px 40px;
	display: block;
	font-size: 11px; }

footer A {
	color: #fff; }

.foot P {
	display: inline;
	padding: 0; }

#copy {
	display: inline; }

#footnav {
	display: inline;
	float: right;
	margin: 0 3px; }

#webdesign {
	display: inline; }

/*Special*/
#allcont UL {
	margin: 5px 0px 10px 15px; }

#allcont UL LI {
	list-style-type: disc;
	padding: 0; }

#allcont OL {
	margin: 5px 0px 10px 15px; }

#allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px; }

#allcont TABLE {
	margin: 10px 0px 5px; }

#allcont TABLE TR TD {
	padding: 2px 10px 2px 0px; }

#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 10px 0; }

.lbox {
	float: left;
	width: 47%;
	margin-right: 6%;
	display: inline; }

.rbox {
	float: left;
	width: 47%;
	display: inline; }

IMG.img {
	margin: 10px 0;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #189A2E;
	-moz-box-shadow: 0px 0px 0px 1px #189A2E;
	box-shadow: 0px 0px 0px 1px #189A2E; }


/* contact */
#contactform .contactdata {
	margin-top: 5px; }

#contactform .field {
	margin-bottom: 10px; }

INPUT[type=submit]:hover {
	border-color: #189a2e;
	color: #189a2e;
	cursor: pointer;
	background: #fff;
}
.button {
	background-color: #189A2E;
	padding: 10px 20px;
	color: #fff;
	border-color: #189a2e;
}

.pflicht {
	margin-top: 10px;
}
/* Backgrounds */
.fullbg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -999; }

.bg1 {
	background: url(../img/Fotolia_54199544_Jan-Schuler.jpg) no-repeat top center; }

.bg2 {
	background: url(../img/Fotolia_58616804_rudi1976.jpg) no-repeat top center; }

.bg3 {
	background: url(../img/Fotolia_69362514_Kara.jpg) no-repeat top center; }

.bg4 {
	background: url(../img/Fotolia_89348270_Marco2811.jpg) no-repeat top center; }

.bg1,
.bg2,
.bg3,
.bg4 {
	background-size: auto 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
