/*************************************************************************************/
/* Typo
/*************************************************************************************/


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/open-sans-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dr-sugiyama-regular - latin */
@font-face {
  font-family: 'Dr Sugiyama';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/dr-sugiyama-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/dr-sugiyama-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/*************************************************************************************/
/* Basics
/*************************************************************************************/


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
 
img, a img,:link img,:visited img, fieldset {
	border: none;
}	
img { 
	margin: 0;
	padding: 0;
}

* a {
	outline: none; 
}

.clear {
	clear: both;
}

hr {
	background-color: #ccc; 
	color: #ccc;
	border: 0; 
	height: 1px; 
	margin: 10px 0px 10px 0px;
}


body {
	font-size: 100%;
	line-height: 140%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #125c2b;
}


/*************************************************************************************/
/* Grid
/*************************************************************************************/


#wrapper { 
	width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	background: #6eab32;
}

#footer { 
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	background: #125c2b;
}

.container.footer {
	width: 100%;
	padding: 20px 0px;
	margin: 0 auto;
	overflow: hidden;
}

.container.footer .col1 {
	width: 100%;
}

.container.footer .col2 {
	width: 350px;
	float: left;
}

.contentbox .container {
	min-height: 500px;
	max-width: 1200px;
	background: #fff;
	overflow: hidden;
}

/* Meta Navigation */

#metanavbox {
	width: 300px;
	position: absolute;
	right: 40px;
	top: 120px;
	text-align: right;
}

ul#metalist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

ul#metalist li {
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	border-right: 1px solid #fff;
}

ul#metalist li:last-child {
	border-right: none;
	padding-right: 0px;
}

ul#metalist li a {
	color: #fff;
}

ul#metalist li a:hover {
	color: #fff;
}


/* */

#headerinfobox {
	width: 600px;
	position: absolute;
	left: 530px;
	top: 35px;
	text-align: center;
}

/* */


#headerbox { 
	height: 200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-top: 2px solid #6eab32;
						
}

#headerimage { 
	width: 100%;
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	background: #6eab32;
}


#headerimage .container { 
	width: 100%;
	height: 500px;
}

#headerimage.site {
	height: 500px;	
}

#headerbox .container { 
	max-width: 1200px;
}

.container {
	min-width: 260px;
	margin: 0 auto;
	position: relative;
}


.contentbox {
	text-align: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ccc;
	background: #fff;
	border-bottom: 0px solid #eb580c;
}

.navbox {
	width: 700px;
	float: right;
	margin-top: 130px;
	background: #fff;
}

.navbox .container {

	text-align: center;
}

.midbox {
	width: 60%;
	float: left;
	padding: 2%;
}

.midbox.large {
	width: 96%;
	float: left;
	padding: 2%;
}

.midbox.tables {
	width: 80%;
	text-align: center;
	margin-top: 20px;
}

.rightbox {
	width: 30%;
	float: right;
	margin-top: 20px;
	padding: 2% 0% 2% 2%;
}

.rightbox.tables {
	width: 200px;
	float: right;
}

/* Iframe */



iframe.offer-list {
	width: 100%;
	height: 3000px;
	overflow: hidden;
	padding-top: 30px;	
}

/* Header */

.headertxt {
	text-align: left;
	float: left;
	position: absolute;
	bottom: 100px;
	left: 0px;
}

.headertxt p {
	font-size: 30px;	
	text-transform: uppercase;
	font-weight: 300;
	background-color: #fff !important;
	padding: 10px 20px 10px 20px;
	margin: 0px 20px 10px 30px;	
}

.headertxt p.p2 {
	margin-left: 60px;
}



/* Homepage */

.icon-home {
	margin: 20px 0px 20px 0px;	
}

.icon-home.middle {
	margin-left: 20px;	
	margin-right: 20px;	
}


/*************************************************************************************/
/* Typo
/*************************************************************************************/

h1 {
	font-size: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 140%;
	color: #125c2b;
	color: #000;
	color: #eb580c;
	font-weight: 600;
/*	font-family: 'Dr Sugiyama', cursive; */
}


h2 {
	font-size: 24px;	
	color: #6eab32;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	font-weight: 300;
	text-align: left;
}

.rightbox h2 {
	font-size: 24px;	
	font-weight: 300;
	border: none;
	color: #6eab32;
	padding-bottom: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	
}

h3 {
	font-size: 20px;
	color: #fff;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: 300;
	text-align: center;
}

.rightbox h3 {
	font-size: 20px;	
	font-weight: 300;
	border: none;
	color: #6eab32;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: none;
	text-align: center;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


h4 {
	font-size: 1em;
	color: #000;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	font-weight: 300;
}

p {
	font-size: 1em;
	color: #333;
	line-height: 160%;
  	margin: 0px 0px 20px 0px;
   	padding: 0px 0px 0px 0px;
	font-weight: 300;
}

.home p.start {
	color: #6eab32;
}

.rightbox p {
	line-height: 160%;
	margin: 0px 0px 20px 0px;
}


#headerinfobox p {
	color: #accc5d;
	font-size: 30px;
}


p a {
	color: #222a30;
	text-decoration: underline;
}

p a:hover {
	color: #222a30;
	text-decoration: none;
}

#footer p {
	font-size: 0.9em;
	color: #fff;	
	line-height: 160%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#footer p a {
	color: #fff;		
}


blockquote {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
    padding: 20px 30px 10px 80px;
    position: relative;
    font-style: italic;
    font-size: 1.2em;
    line-height: 150%;
    margin-bottom: 1.5em;
	 color: #eb580c;
}


blockquote::before, blockquote::after {
    content: "“";
    width: 80px;
   font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #eb580c;
    position: absolute;
    top: 10px;
    left: 0px;
}



/*************************************************************************************/
/* hr
/*************************************************************************************/


hr {
  border-top: 2px dotted #EB5D47;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 90%;
  margin: 20px 0px 20px 0px;
}

/*************************************************************************************/
/* Links
/*************************************************************************************/

.contentbox a,
.contentbox a:link, 
.contentbox a:visited {
	color: #333;
	text-decoration: underline;
}

.contentbox a:hover {
	color: #333;
	text-decoration: none;
}


/*************************************************************************************/
/* Listen
/*************************************************************************************/

.contentbox ul {
	margin: 10px 0px 30px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 160%;
}

.contentbox ul li {
	color: #333;
	font-weight: 300;
  	margin: 0px 0px 0px 0px;
   	padding: 0px 20px 0px 0px;
}

.contentbox li:before
 {
    content: '';
	color: #6eab32; 
    margin-left: -1em; 
	margin-right: 1em;
 }

.contentbox.home .rightcol ul li {
	color: #333;
}

.contentbox ul li a h3 {
	color: #333;
	text-decoration: underline;
}

.contentbox ul li a:hover {
	color: #333;
	text-decoration: none;
}


.contentbox ol {
	font-weight: normal;
	margin: 5px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.contentbox ol li {
	font-weight: 300;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
	line-height: 22px;
	color: #000;
}

/*************************************************************************************/
/* Slider
/*************************************************************************************/

.logo-slider {
	margin: 20px 0px 0px 10px;
}

.logo-slider .logo_thumb {
	border: 0px solid #ccc;
	margin-top: -15px;
	padding-bottom: 10px;
}


.product-slider {
	margin: 0px 0px 0px 0px;
	width: 325px !important;
	height: 325px;
	float: left;
}

.product-slider .product_thumb {
	margin: 0px;
	padding: 0px;
}

.product-slider ul {
	margin: 0px !important;
}

.product-slider .bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0px;
}


/*************************************************************************************/
/* Bilder
/*************************************************************************************/

.fll {
	float: left;
	margin: 10px 50px 20px 0px;
}

.flr {
	float: right;
	margin: 10px 0px 20px 50px;
}

.fln {
	float: none;
}


.logo-desktop {
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 320px;
}

.logo-mobile {
	display: none;	
}





/*************************************************************************************/
/* MODULE
/*************************************************************************************/
/* MODULE
/*************************************************************************************/
/* MODULE
/*************************************************************************************/
/* MODULE
/*************************************************************************************/
/* MODULE
/*************************************************************************************/
/* MODULE
/*************************************************************************************/

/*************************************************************************************/
/* Maps
/*************************************************************************************/


.maps {
	margin: 40px 0px;	
}


/*************************************************************************************/
/* Infoboxen
/*************************************************************************************/

.infobox {
	float: left;
	width: 23%;
	min-height: 380px;
	overflow: hidden;
	margin: 10px 30px 20px 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

body.home .infobox.last {
	margin-right: 0px !important;
	float: left;
}


.infobox .imgcol {
	overflow: hidden;
	border-bottom: 5px solid #70b62b;
}

.infobox .imgcol img {
	width: 370px;
	width: 100%;
	border-top: 5px solid #70b62b;

}

.infobox .txtcol {
	padding: 3%;
	float: none;
	text-align: left;
}

.infobox h3 {
	font-size: 18px;
	line-height: 32px;
	color: #ee5700;
	color: #fff;
	font-weight: 700;
	text-align: left;
	background-color: #accc5d;
	padding: 1% 3% 1% 3%;
}


.infobox p,
body.home .infobox p {
	text-align: left;
	margin: 0px;
}


.infobox a.more-info {
	color: #6eab32;
	text-decoration: none;
	background: #fff;
	padding: 5px;
	float: right;
	font-weight: 300;
	border: 1px solid #6eab32;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.infobox a.more-info:hover {
	text-decoration: none;
	color: #fff;
	background: #6eab32;
	border: 1px solid #6eab32;
	
}

span.date {
	font-size: 12px;
}

.infobox ul {
	margin-left: 60px;	
}

.infobox li {
	list-style: none;
	line-height: 140%;
}

.infobox li:before
 {
    content: '✔';
	color: #EB5D47; 
    margin-left: -1em; 
	margin-right: 0.3em;
 }

/*************************************************************************************/
/* Gallery
/*************************************************************************************/

.picturegallery {
	width: 100%;
}

.gallery_thumb {
	width: 360px;
	float: left;
	margin: 0px 20px 20px 0px;	
}

.picturegallery .gallery_makro {
	margin-bottom: 20px !important;
}


/*************************************************************************************/
/* Slider
/*************************************************************************************/

.bx-controls {
	display: none;	
}

pre {
	
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



pre + h2 {
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	
}

ul.bjqs-controls.v-centered li a {
	display:block;
	padding:10px;
	color:#fff;
	text-decoration: none;
	display: none; 
}

ul.bjqs-controls.v-centered li a:hover{
	color:#fff;
}



ol.bjqs-markers li a{
	padding: 0px 0px;
	width: 20px;
	height: 20px;
	background:#fff;
	color: #fff;
	margin: 5px;
	text-decoration: none;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: none !important;
}


ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #000;
	
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}


/*************************************************************************************/
/* Ansprechpartner
/*************************************************************************************/

.mitarbeiter .leftcol {
	background-color: #ccc;
	margin-bottom: 10px;
}

.mitarbeiter p {
	text-align: left;
}

.mitarbeiter h3 {
	text-align: left;
}

.mitarbeiter h4 {
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 15px 0px;
	text-align: left;
	font-weight: 300;
}

.mitarbeiter img {

}

.mitarbeiter span.fa {
    margin-right: 10px;
    color: #6eab32
}


/*************************************************************************************/
/* Entry
/*************************************************************************************/

.entry {
	width: 300px;
	min-height: 200px;
	margin: 10px 20px 10px 0px;
	padding: 10px 20px;
	overflow: hidden;
	text-align: left;
	border: 0px solid #D9D9D9;
	background-color: #f2f2f2;
	float: left;
}

.rightbox .entry {
	width: 350px;
	margin: 20px 0px 20px 0px;	
}

.contentbox .entry .leftcol {
	width: 175px;
	float: left;
	border-right: 0px solid #D9D9D9;
	display: none;
}

.contentbox .entry .rightcol {
	width: 100%;
	float: left;
}

.contentbox .entry h3 {
	font-weight: normal;
	color: #6d6c5b;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: none;
	text-align: left;
}

.contentbox .entry h4 {
	color: #6d6c5b;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

.contentbox .entry p {
  	margin: 0px 0px 0px 0px;
   	padding: 5px 10px 5px 0px;
}

.contentbox p.date {
	font-size: 12px;
	color: #666;
	margin: 0px 0px 0px 0px;	
}

.contentbox p.download {
	margin: 20px 0px 0px 0px;
}

.rightbox .entry a {
	font-weight: 300;	
}

.icon-pdf {
	float: left;
	margin: -15px 10px 0px 0px;
}





/*************************************************************************************/
/* Table
/*************************************************************************************/

table {
	width: 98%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table !important;
	margin: 20px 0px 10px 0px;
	text-align: left;
	font-size: 100%;
	font-size: 1em;
	color: #222a30;
	font-weight: normal;
}

table tr:nth-child(1n+2) {
	background-color: #fff;
}

table tr:nth-child(2n+2) {
	background-color: #f2f2f2;
}

table tr:hover {
	background-color: #EB5D47;
	color: #fff !important;
}

table tr:hover p {
	color: #fff !important;
}

tr[scope=col] {
  width: 50%;
}


th {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 166.7%;
	white-space: normal;
	background: #6eab32;
	border: 0px solid #222a30;
	vertical-align: top;
	text-align: left;
	color: #fff;
}

th.type {
	font-size: 24px;
	font-weight: 300;
}

th a {
	color: #fff;	
	text-decoration: none;
}

th a:hover {
	color: #fff;	
	text-decoration: underline;
}

td {
	padding: 10px;
	font-weight: 300;
	font-size: 1em;
	vertical-align: top;
	display: table-cell !important;	
	border-right: 1px solid #fff;
}

td.price {
	text-align: right;	
}

td p {
	padding: 0px;
	margin-bottom: 0px;
}

a.read-more {
	margin: 10px 0px 10px 0px;
	color: #6eab32 !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

table tr:hover a.read-more {
	color: #fff !important;
	text-decoration: none;
}

/*************************************************************************************/
/* Formular -> für Contentbox
/*************************************************************************************/

#rex-xform {
	font-size: 12px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 30px 0px 30px 0px;
	background-color: #f3f3f3;
	border: 0px solid #ccc;
	width: 100%;
	
}


fieldset {
	margin: 5px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	width: 550px;
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #0073aa;
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-transform: uppercase;
}

label {
	display: block;
	float: left;
	text-align: right;
	padding: 5px 10px 0px 0px;
	width: 160px;
	color: #555;
	font-size: 14px;
}

input {
	margin: 0px 0px 20px 4px;
	padding: 4px 0px 4px 5px;
	height: 20px;
	width: 350px;
	font-size: 16px;
	border: 1px solid #dbdcdc;
	background-color: #fff;
}

input.captcha {
	margin-left: 10px;
	height: 20px;
	width: 118px;
	float: left;
}

span.as-label {
	margin-left: 5px;
	float: left;	
}

select {
	margin: 3px 0px 20px 4px;
	width: 500px;
	font-size: 18px;
	background-color: #fff;
}

textarea {
	margin: 0px 0px 0px 4px;
	padding: 4px 0px 4px 5px;
	width: 350px;
	height: 80px;
	font-size: 16px;
	border: 1px solid #dbdcdc;
	background-color: #fff;
}


input:hover,
textarea:hover {
	background-color: #fff;	
}

input.checkbox {
	width: auto;
	padding:0;
	border:none;
}

.submit {
	width: 240px;
	height: 35px;
	float: right;
	cursor: pointer;
	background-color: #6eab32;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #6eab32;
	margin: 20px 70px 0px 0px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
	text-transform: uppercase;
}

.submit:hover {
	background-color: #fff;
	color: #6eab32;
	text-shadow: none;
	outline: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.forminfo {
	color: #6eab32;
}

ul.form_warning,
ul.form_warning li {
	color: #6eab32;
}

.formreq {
	color: #94c047;
}

input.form_warning,
textarea.form_warning {
	border: 1px solid #C00;
}

label.form_warning {
	color: #C00;
}

p.formtext,
p.formtextarea {
	margin: 0px;
}




@media screen and (max-width: 960px) {

.contentbox img,
.infobox img {
	width: 100%;	
}

.infobox {
	float: none;
	width: 100%;
	margin: 10px 0px;
}

	
}


@media screen and (max-width: 768px) {

body {
	background: #fff;	
}

#wrapper,
.navbox,
.navbox .container {
	width: 100%;	
}

.navbox {
	margin-top: 0px;	
}

.container.footer,
.contentbox .container {
	width: 100%;	
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px 0 #fff;
	box-shadow: 0 0px 0px 0 #fff;
}

/* Homepage */

	
hr {
  width: 100%;
}	
	
#headerbox {
	height: auto;
}

#headerimage,
#headerimage .container,
#headerimage .container img {
	height: auto;
	width: 100%; 
}
	
#headerimage.site {
    height: auto;
}

.logo,
.logo-desktop,
#headerinfobox {
	display: none;
}

.logo-mobile {
	display: block;
	width: 320px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  */

.midbox,
.rightbox,
.midbox.large,
#footer {
	width: 100%;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
}
.contentbox {
	width: 96%;	
	padding: 2%;
}

.contentbox img,
.infobox img {
	width: 100%;	
	float: none;
}

h1,
h2,
h3,
h4 {
	line-height: 130%;
	text-align: center;
	font-size: 1.3em;
}

p {
	font-size: 0.950em;
}


#banner-slide {
	width: 100% !important;
}


/* Infobox */

.infobox,
.mitarbeiter,
body.home .infobox {
	float: none;
	width: 100%;
	margin: 10px 0px;
	box-shadow: 0 0px 0px 0 #fff;
}

.contentbox .mitarbeiter .leftcol {
	width: 100%;	
}

.contentbox .mitarbeiter .rightcol {
	width: 100%;	
}

.hidemobile {
	display: none;
}	

.infobox .imgcol img,
.mitarbeiter .imgcol img {
	width: auto;
	text-align: center;
}

/* Table */

table {
	width: 100%;	
}

th {
	padding: 5px;
	font-size: 0.875em;
	border: 1px solid #ffffff;
}

td {
	padding: 5px;
	font-size: 0.875em;
	border: 0px solid #ffffff;
}


col.firstcol {
	width: 30%;	
}

col.secondcol {
	width: 50%;		
}

col.thirdcol {
	width: 20%;
}



/* Entry */

.entry {
	width: 96%;
	min-height: 1px;
	margin: 10px 0px 10px 0px;
	padding: 2%;
	float: none;
}

.rightbox .entry {
	width: 96%;
	margin: 10px 0px 10px 0px;	
	padding: 2%;
}


.contentbox .entry h3 {
	font-weight: normal;
	color: #6d6c5b;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: none;
	text-align: left;
}



.contentbox p.date {
	font-size: 12px;
	color: #666;
	margin: 0px 0px 0px 0px;	
}

.contentbox p.download {
	margin: 20px 0px 0px 0px;
}

.rightbox .entry a {
	font-weight: 300;	
}

.icon-pdf {
	display: none;
}



/* Forms */

.contentbox .formgen {
	font-size: 1em;
	width: 100%;	
}

.contentbox .formgen .formblock {
	width: 100%;
}

fieldset {
	width: 100%;
}

label {
	width: 100%;
	text-align: left;
	font-size: 1.2em !important;
	display: block;
	padding: 0px 0px 0px 20px;
}

input,
select {
	width: 90%;
	display: block;
	margin: 5px 20px;
	font-size: 1.2em;
}

textarea {
	width: 90%;
	height: 80px;
	display: block;
	margin: 5px 20px;
	font-size: 1.2em;
}

.formsubmit {
	float: none;
	margin: 20px 0px 0px 20px;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

#headerimage {
	
} 

p {
	font-size: 0.950em;
}


/* Product Overview > Schäden */

.product_overview {
	width: 90%;
	font-size: 15px;
	padding: 16px 10px 17px 10px;
	margin-top: 10px;
	float: none;
}

	
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

#headerimage {
	
}

/* Product Overview > Schäden */

.product_overview {
	width: 85%;
	font-size: 16px;
	padding: 16px 10px 17px 10px;
	float: none;
}
	
}


