#phone { display: none; }
.center {text-align: center;}
.bild_links { float: left; margin: 0 10px 10px 0; }
.bild_rechts { float: right; margin: 0 0 10px 10px; }


/*  ------------------------------------------------------

Stylesheet zu www.
2012                   
*  *  *  *                              
Design: www.owmedia.de // 

--------------------------------------------------------*/

/*         Used Colors:                                                       */


/*-----------------------------------------------
.	Coded by:  alfieindesigns: ;				.
.	Website:   http://www.alfieindesigns.com	.
.	Inquiries: alfienollora@yahoo.com   		.
-------------------------------------------------

/*	MY STYLE
----------------------*/
body {
	font-family: 'Signika Negative', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

div.content p {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
div.content td {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {margin: 0 0 10px;}
h1 {
	font-family: 'Amaranth', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
}
h2 {
	font-size: 28px;
	font-family: 'Amaranth', sans-serif;
	font-weight: 400;
	font-style: italic;
}

footer.darkbrown-container h2 {
	font-size: 30px;
	font-weight: 400;
	font-family: 'Signika Negative';
}
h3 {
	font-family: 'Amaranth', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 26px;
}
h4 {
	color: #95c74a;
	font-family: 'Amaranth', sans-serif;
	font-weight: 400;
}

ul, ol {
list-style-type: disc;
margin: 0 0 20px 35px;
font-size: 20px;
font-weight: 300;
}

li {
line-height: 30px;
}

@media(max-width:768px) {
	body {	font-size: 16px;}
div.content p, div.content td {font-size: 16px; line-height: 24px; }
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
p { line-height: 24px; }
}


	h4 a {
		color: #95c74a;
		text-decoration: none;
	}
	h4 a:hover {
		color: #95c74a;
		text-decoration: underline;
	}
img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.rand {
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
			border-width: 3px;
			border-style: solid;
			border-color: rgba(255,255,253,0.3);
}

/* News */
.with-arrow {
	background: url(/basics/images/arrow.gif) left 3px no-repeat;
	padding: 0 0 0 12px;
	font-size: 14px;
	color: #b1d37c;
	text-decoration: none;
}
a:hover.with-arrow {color: #b1d37c;}
.article-date {
	font-size: 14px;
	color: #9f9d90;
	font-family: 'Signika Negative' !important;
}
.news-list li {margin-bottom: 30px;}

strong {font-weight: bold;font-family: 'Signika Negative'; font-weight: 700; }
em { font-style: normal;  color: #95c74a; font-weight: 400; }
h1 em { font-style: italic;   }

.separator-lg {
	background: url(/basics/images/dotted-gray.gif) left top repeat-x;
	width: 100%;
	margin: 10px 0;
	display: block;
	height: 3px;
}
.separator-lb {
	background: url(/basics/images/dotted-black.gif) left top repeat-x;
	width: 100%;
	margin: 5px 0;
	display: block;
	height: 3px;
}
.separator-white {
	background: url(/basics/images/dotted-white-s.gif) left top repeat-x;
	width: 100%;
	margin: 3px 0;
	display: block;
	height: 3px;
}
.spacer {
	display: block;
	padding: 30px;
}
.header-border-bottom {
	background: url(/basics/images/dotted-black-s.gif) left bottom repeat-x;
	width: 100%;
	padding: 0 0 1px;
	margin: 0 0 15px;
}
.product-list li {
	margin-bottom: 10px;
}

/* Header */
.header {
	padding:50px 0 20px;
}

/* Partners */
.partners {
	float: right;
	font-size: 11px;
}

/* Mashead */
.mashead {
	background-color: #95c74a;
}
	.mashead .container {
		position: relative;
		height: 270px;
	}
		.mashead .container img {
			vertical-align: bottom;
			position: relative;
			bottom: 48px;
			left: 0;
			-webkit-border-radius: 8px 8px 0 0;
			-moz-border-radius: 8px 8px 0 0;
			border-radius: 8px 8px 0 0;
			width: 100%;
			border-width: 3px 3px 0;
			border-style: solid;
			border-color: rgba(255,255,253,0.3);
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
	.caption {
		position: absolute;
		bottom: 30px;
		left: 20px;
		z-index: 10;
		/* color: #aabbd7; */
		color: #fff;
		font-size: 24px;
	}
		.caption h1 {
			border-top: 2px dotted #3a433e;
			border-bottom: 2px dotted #3a433e;
			color: #3a433e;
			padding: 10px 0;
			font-weight: 400;
			letter-spacing: dotted;
			font-family: 'Amaranth'; 
			/* font-family: 'Signika Negative'; */
		}
		.caption h1 strong {
			font-family: 'Amaranth'; 
		}
		.caption p {
			opacity: .6;
		}
@media(max-width:768px) {
.header { padding: 20px 5px 10px 5px; }
	.mashead .container { height: auto; padding-left: 5px; padding-right: 5px; margin: 5px 0 0 0; }
	.mashead .container img { 
		bottom: 0; 
			-webkit-border-radius: 8px 8px 8px 8px;
			-moz-border-radius: 8px 8px 8px 8px;
			border-radius: 8px 8px 8px 8px;
	border-width: 3px;
	}
	}
@media(min-width:768px) and (max-width:979px) {
	.mashead .container {
		height: 142px;
	}
}
@media(min-width:978px) and (max-width:1169px) {
	.mashead .container {
		height: 204px;
	}
}

 /* Navgitaion */
 .navigation {
 	background-color: #95c74a;
 	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	padding: 10px 0;
	position: relative;

	border-width: 0 3px 3px;
	border-style: solid;
	border-color: #efeeeb;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
 }
 	.navigation ul {
 		margin: 0;
 		padding: 0 10px;
 	}
 	.navigation ul li {
 		color: #c4e1a1;
 		font-size: 18px;
 	}
 	.navigation a {
 		color: #c4e1a1;
 		text-transform: uppercase;
 		font-size: 16px;
 		font-weight: 400;
 		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
		padding: 5px 20px;
		text-decoration: none;
		display: block;
 	}
 	.navigation a:hover,.navigation a.active, .navigation a:hover.active {
 		background-color: #b0d47c;
 		color: #fff;
 	}

.navi_mobile li {
padding: 0 0 0 10px;
list-style-type: none;
}

.navi_mobile li a {
padding: 0 10px;
}

@media(max-width:768px) {
.navigation ul li { padding-left: 1px; padding-right: 1px; font-size: 13px; }
.navigation a { font-size: 13px; padding: 1px 3px;}
.navigation { border: none; border-radius: 0; -webkit-border-radius: 0;  -moz-border-radius: 0; }
}



.number-circled {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
width: 27px;
height: 27px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #767563;
	font-style: normal;
	font-size: 16px;
line-height: 26px;
top: -4px;
	position: relative;
} 	
.padding {padding-top: 50px; padding-bottom: 50px;}
.padding-s {padding-top: 30px; padding-bottom: 30px;}

@media(max-width:768px) {
.padding {padding-top: 50px; padding-bottom: 20px;}
.padding-s {padding-top: 30px; padding-bottom: 10px;}

}


/* Gray Container */
.gray-container {
	width: 100%;
	background-color: #e3e2e0;
	background-image: url(/basics/images/noise-pattern.png);
	background-repeat: repeat;
}

.white-container {
	width: 100%;
	background-color: #FFFFFF;
}

/* Brown Container */
.brown-container {
	width: 100%;
	background-color: #686860;
	background-image: url(/basics/images/noise-pattern.png);
	background-repeat: repeat;
}

/* DarkBrown Container */
.darkbrown-container {
	width: 100%;
	background-color: #6b6861;
	background-image: url(/basics/images/noise-pattern.png);
	background-repeat: repeat;
	color: #a09d8e;
	overflow: hidden;
}
	.darkbrown-container a {
		color: #a09d8e;
	}
	.darkbrown-container a:hover {
		color: #bab8ab;
	}
	.footer-container {

		width: 100%;
		overflow: hidden;
	}
	

/* DarkBrown Container */
.green-striped-container {
	width: 100%;
	background-color: #95c74a;
	background-repeat: repeat;
	color: #a09d8e;
	overflow: hidden;
}
.darkbrown-container a {
	color: #a09d8e;
}
.darkbrown-container a:hover {
	color: #bab8ab;
}
.footer-container {
	background-color: #95c74a;
	width: 100%;
	overflow: hidden;
}

.footer-main {
	background-color: #3d823c;
}

.footer-container a {
	color:#ffffff;
}

.footer-container {
	color: #ffffff;
}

.footer-padding-left {
	padding-left: 10px;
}

.footer-padding-left-20 {
	padding-left: 20px;
}

.footer-padding-left-30 {
	padding-left: 30px;
}

.footer-white-spacer {
	padding:50px 0 20px;
	margin-right: auto;
	margin-left: auto;
}

.footer-white-spacer:before, .footer-white-spacer:after {
	display: table;
	line-height: 0;
	content: "";
}

.footer-bottom-line {
	background-color: #3d823c;
	padding: 30px 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Footer */

.btn-green-outer-border {
	padding: 12px 30px;
	background-image: none;
	background-color: #95c74a;
	display: inline-block;
	color: #000000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 22px;
	text-shadow: none;
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	max-width: 244px;
	width: 244px;

	box-shadow: inset  -2px -3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset  -2px -3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset  -2px -3px 0px rgba(0,0,0,0.3);
	-o-box-shadow: inset  -2px -3px 0px rgba(0,0,0,0.3);

}
.btn-green-outer-border:hover, .btn-green-outer-border:active {
	text-decoration: none;
	background-color: #3d823c;
	color: #fff;

	box-shadow: inset  2px 3px 0px rgba(0,0,0,0.3);


}

.btn-green-outer-border a { color: #000; text-decoration: none; font-weight: bolder;}

.footer {
	width: 100%;
	height: 35px;
	padding: 28px 0 0;
	background-color: #6b6861;
	background-repeat: repeat-x;
	background-position: center top;
	color: #c5df9e;
	overflow: hidden;
}	
	.footer a {
		color: #c5df9e;
	}
	.footer a:hover {
		color: #f2f2f2;
	}

.btn-custom {
	background-color: #93c64d;
	background-image: none;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	padding:2px 20px;
}
.btn-custom:hover, .btn-custom:active {
	background-color: #7fac3f;
	background-image: none;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
}

.btn-brown, .btn-green {
	padding: 10px 30px;
	background-image: none;
	display: inline-block;
	color: #ffffff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	text-shadow: none;
}
.btn-brown:hover, .btn-brown:active, .btn-green:hover, .btn-green:active {

	background-image: none;
	color: #fff;
	text-shadow: none;
}

.btn-brown, .btn-brown:hover, .btn-brown:active { 	background-color: #767563; }
.btn-green, .btn-green:hover, .btn-green:active { background-color:  #95c74a; margin-top: 14px; margin-bottom: 20px; }
.btn-green a { color: #fff; text-transform: uppercase; }

.brown-input {
	padding: 10px 20px !important;
	background-color: #615f49 !important;
	background-image: none !important;
	display: inline-block;
	color: #a09d8e !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
	font-size: 22px !important;
	text-shadow: none;
	border: 4px solid #87847b !important;
	font-family: inherit !important;
	height: auto !important;
}

.search-input {
	background-color: #ffffff !important;
	padding: 10px 20px !important;
	background-image: none !important;
	display: inline-block;
	color: #a09d8e !important;
	-webkit-border-radius: 25px 0 0 25px !important;
	-moz-border-radius: 25px 0 0 25px !important;
	border-radius: 25px 0 0 25px !important;
	font-size: 22px !important;
	text-shadow: none;
	font-family: inherit !important;
	height: auto !important;
}
.search-btn {
	background-color: #767563 !important;
	padding: 2px 10px !important;
	background-image: none !important;
	display: inline-block;
	color: #a09d8e !important;
	-webkit-border-radius: 0 25px 25px 0 !important;
	-moz-border-radius: 0 25px 25px 0 !important;
	border-radius: 0 25px 25px 0 !important;
	font-size: 22px !important;
	text-shadow: none;
	font-family: inherit !important;
	height: auto !important;
	border-color: #767563 !important;
}
.search-icon {
	background: url(/basics/images/search-icon.png) no-repeat;
	display: inline-block;
	width: 29px;
	height: 32px;
}

.custom-input {
	height: 32px !important;
}

/* Sitemap Nav */
.sitemap-nav li {
	margin-bottom: 10px;
}


div.span4 div.siewollen  {
 margin: 0 20px;
}

div.siewollen img, div.siewollen h2  {
 margin-bottom: 10px;
}
div.siewollen .btn, div.siewollen .search-btn, div.siewollen input {
 margin-top: 10px;
}

.gruen {
  color: #95c74a;
}
.orange {
  color: #eb983d
}
.gross { font-size: 18px;  }
div.content .kontakt td { font-size: 16px; }
div.content .kontakt td input  { margin: -4px 0 0 0; }
div.content .kontakt input, div.content .kontakt textarea { 
 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #969da0;
	color: #969da0;
	min-height: 44px;
	font-size: 18px;
}

		.triangle_green{
			list-style: square inside url("../images/triangle_green.png");
		}

@media(max-width:768px) {
.padding { padding-top: 20px; padding: bottom: 10px; }
}
