@charset "utf-8";
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
	font:100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-family:'Roboto', sans-serif;
	
	background:#fff;
	margin:0;
	padding:0;
	color:#3f3f3f;
	
}
main, article, section {
	display:block;
	width:100%;
}
main {	
	background-color:#f6f6f6;
	}
ul, ol, dl {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
	padding-right:0;
	padding-left:0;
}
.p-block {
	text-align:justify;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
}
.scale {
	width:100%;
	height:auto;
}
.red {
	color:#d4001a;
	}
a img {
	border:none;
}
a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#333;
	text-decoration:none;
}
header {
	width:100%;
	z-index:999;
}
.h1-inner {
	font-family:'Roboto', sans-serif;
	width:100%;
	max-width:75em;
	margin:0 auto;
	padding:3% 0% 2% 0%;
	text-align:center;
	color:#3f3f3f;
	
}
.h2-inner {
	font-family:'Roboto', sans-serif;
	width:100%;
	max-width:65em;
	margin:0 auto;
	padding:4% 0% 2% 0%;
	text-align:center;
	color:#3f3f3f;
	
}
.h1-inner p {
	font-size:1.3em;
	margin:1% auto 3% auto;
	padding:0% 2%;
	text-align:justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.h1-inner h2 {
	font-size:2vw;
	font-weight:300;
	line-height:1;
}
.h2-inner h2 {
	font-size:1.4vw;
	font-weight:300;
	line-height:1;
}
.h2-inner p {
	font-size:1em;
	margin:1% auto 3% auto;
	padding:0% 2%;
	text-align:justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.h1-inner h1, #hp-top h1, #hp-bottom h1, h1, .h2-inner h1 {
	font-size:2vw;
	font-weight:300;
	line-height:1;
	color:#d4001a;
	
	text-align:center;
}
.hp-bottom h1 {
	color:#fff !important;
	}
.h1-inner h2, .content h3 {
	font-size:1.4vw;
	font-weight:300;
	line-height:1;
	text-align:center;
}
.border-left {
	border-left:12px solid #b6101e;
	width:90%;
	max-width:65em;
	margin:0% 2% 0% 8%;
	padding-left:10px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	}
.headline-left {
	width:90%;
	max-width:65em;
	margin:0% 2% 0% 8%;
	padding-left:4%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	}
.logo-wrap {
	
	}
.logo {
	float:left;
	width:30%;
	padding:0em;
	margin:0%;
	
	
}
.logo img {
	position:relative;
	width:100%;
	margin-left:0%;
	height:auto;
}
#menubar {
	display:block;
	padding:0.625em 0em 0.25em 0em;
	margin:0;
}
#menubar ul {
	display:block;
	text-align:center;
	padding-top:5px;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton, #menubar {
	display:none;
}
.menu-wrapper {
	position: relative;
	width:100%;
	top:2em;
	left:0;
	padding:0% 0% 0% 0%;
/*	background-image:url(../images/nav-bg.png);
	background-repeat:no-repeat;
	background-image:url(../images/bg-w80.png);*/
	z-index:100;
}
#hauptmenue {
	float:left;
	width:69%;
	position:relative;
	margin:0% auto 0% auto;
	padding:0.5% 0% 1% 0%;
	z-index:10;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
#hauptmenue ul {
	display:block;
	padding-left:2%;
	text-align:center;
}
#hauptmenue ul li {
	display:inline;
	font-weight:300;
	font-size:1em;
	list-style:none;
	margin-right:1.5em;
}
#hauptmenue ul li a {
	line-height:2.5em;
	padding:0em;
	font-weight:300;
	text-decoration:none;
}
#hauptmenue ul li a:hover {
	color:#a5a5a5;
}
.activ {
	border-bottom:2px solid #d4001a;
	padding-bottom:5px;
}
.menubutton img {
	max-width:2.5em;
	height:auto;
	}
#hauptmenue ul ul { 
    display:none;
	background-color:#d4001a;

}	
#open_submenu_1, #open_submenu_2, #open_submenu_3, #open_submenu_4 {
	position:relative;
	}
#hauptmenue ul ul#sub_menu_1 {
	position: absolute;
    top: 2em;
	left:-0.5em;
    padding:0.5em 0.5em;
	min-width:8em;
    text-align:center;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
#hauptmenue ul ul#sub_menu_2 {	
	position:absolute;
   top: 2em;
	left:-0.5em;
    padding:0.5em 0.5em;
	min-width:10em;
    text-align:center;
	z-index:100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
#hauptmenue ul ul#sub_menu_3 {	
	position:absolute;
    top: 2em;
	left:-0.25em;
    padding:0.5em 0.125em;
	min-width:9em;
    text-align:center;
	z-index:100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
#hauptmenue ul ul#sub_menu_4 {	
	position:absolute;
    top: 2em;
	left:-1em;
    padding:0.5em 0.125em;
	min-width:9em;
    text-align:center;
	z-index:100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
#hauptmenue ul ul li {
    float: none;
    display: block;
	margin-right:0em;
	min-width:8em;
	font-size:100% !important;   
}
#hauptmenue ul ul li a { 
    padding:0em 0.25em 0em 0.25em;
	font-weight:400;
	color:#fff;
}
article {
}
.hp-top {
	margin:0%;
	padding:7% 0% 2% 0%;
	background-image:url(../images/section-bg-1.jpg) ;
	background-repeat:no-repeat;
	background-position:center  bottom;
	background-size:cover;
}
.hp-top-l {
	margin:0%;
	padding:1% 0% 2% 0%;
	background-image:url(../images/section-bg3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	background-color:#f6f6f6;
}
.hp-middle {
	background-color:#fff;
	
	padding:6% 0% 5% 0%;
	}
.hp-middle h1 {
	color:#d4001a !important;
	}
.hp-middle p {
	color:#666 !important;
	}
.hp-bottom {
	background-color:#d4001a;
	min-height:500px;
	padding:2% 0% 2% 0%;
	}
.hp-bottom h1, .hp-bottom p {
	color:#fff !important;
	}
.slider-wrap {
	position:relative;
	width:100%;
	background-color:#fff;
}
.slider img {
	width:100%;
	height:auto;
	margin-bottom:-6px;
}
.slider {
	position:relative;
	}
.prevBtn, .nextBtn {
	display:block;
	width:60px;
	height:60px;
	position: absolute;
	font-size:5em;
	font-weight:100;
	top:40%;
	z-index:1000;
	cursor:pointer;
}
.nextBtn {
	right:0px;
	color:#ccc !important;
	
}

.prevBtn {
	left:20px;
	color:#ccc !important;
}
ol.numericControls {
    margin-left:45% !important;
	margin-right:45% !important;
	margin-top:-40px;
    padding: 0;
	width:150px;
    height: 18px;
	position:absolute;
	text-align:center;
	z-index:2000;
}
ol.numericControls li.current a {
    background: #d4001a;
    color: #d4001a;
}
ol.numericControls li a {
    float: left;
	width:14px;
    height: 14px;
    line-height: 14px;
    border: 0px solid #ccc;
    background:#fff;
    color:#FFF ;
    padding: 0;
    text-decoration: none;
	border-radius:8px;
	text-align:center;
}

ol.numericControls li {
    padding: 0;
    float: left;
    list-style: none;
	width:14px;
	margin:7px;
    height: 14px;
    line-height: 14px;
	text-align:center;
}
ol {
    display: inline;
    list-style-type: disc ;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.content {
	width:100%;
	max-width:75em;
	margin:0 auto;
}
.content-form {
	width:100%;
	max-width:65em;
	margin:0% auto;
	padding:2%;
	box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   background-color:#fff;
   background-image:url(../images/MO-Bauelementekontakt-bg.jpg);
   background-repeat:no-repeat;
   background-size:cover;
   border:1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.row-box img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	
	}
.row-25 {
	float:left;
	width:23%;
	margin:1%;
	
	}
.row-25-col {
	position:relative;
	width:100%;
	margin:0%;
	
	}
.row-25-col img {
	margin-bottom:5%;
	}

.row-50 {
	position:relative;
	float:left;
	width:47.7%;
	margin:1%;
	
	}
.row-50-col {
	width:100%;
	
	
	}
.row-text {
	position:absolute;
	bottom:30px;
	left:5%;
	background-image:url(../images/bg-r85.png);
	padding:2% 2% 2% 3%;
	width:95%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	
	}
.row-text-b {
	position:absolute;
	bottom:16px;
	left:2.5%;
	background-image:url(../images/bg-r85.png);
	padding:1% 2% 1% 2%;
	width:97.5%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	}
.row-text-b p, .row-text p {
	margin:0 !important;
	padding:0 !important;
	font-size:1em !important;
	font-weight:600 !important;
	color:#fff;
	}
.product-content {
	width:100%;
	margin:0 auto;
	padding:0% 1%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.product-box {
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:1% 1% 0.5% 1%;
	margin:0% 1% 2% 1%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background-color:#fff;

	}
.product-box-col{
	float:left;
	width:48%;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:1% 1% 0.5% 1%;
	margin:0% 1% 2% 1%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background-color:#f6f6f6;


	}
.product-text {
	float:left;
	width:50%;
	padding:1%;
	text-align:justify;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
	}
.product-text h3 {
	color:#d4001a;
	}
.product-image {
	float:left;
	width:50%;
	padding:1%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.portfolio-content {
	width:100%;
	max-width:75em;
	padding:2% 0% 3% 0%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	margin:0 auto;
}
.portfolio-content h3 {
	font-size:1.5em;
	font-weight:400;
	text-align:center;
}
.portfolio-box {
	float:left;
	width:23%;
	border:0px solid #d4001a;
	border-bottom:2px solid #CCC;
	padding:0;
	margin:0% 1% 2% 1%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background-color:#f6f6f6;
	}
.portfolio-box p {
	text-align:center;
	font-weight:600 !important;
	padding:0% 0% 1% 0%;
	margin:0;
	}	
.portfolio-box img {
	width:100%;
	height:auto;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
.content-2 {
	width:100%;
	max-width:75em;
	margin:0 auto;
	padding:0% 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.col-3-li li {
	float:left;
	display:inline;
	list-style:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0% 5%;
}
.col-3-li li img {
	max-width:3em;
	height:auto;
}
.col-2-left {
	float:left;
	width:64.666%;
	margin:1% 1% 3% 1%;
	padding:0.3%;
	background-color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	min-height:510px;
}
.col-2-content {
	padding:2% 2% 2% 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-height:220px;
	text-align:justify;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
}
.col-2-right {
	float:left;
	width:31.333%;
	margin:1% 1% 3% 1%;
	padding:0.3%;
	background-color:#a2bb08;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	min-height:510px;
}
.col-3-top {
	float:left;
	width:29.333%;
	margin:2% 2% 3% 2%;
	padding:1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.col-3-top h3 {
	text-align:center;
	font-weight: 600;
	color:#fff;
	padding:3% 1%;
	background-color:#d4001a;
	background-color:#666;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
.col-3 {
	float:left;
	width:31.333%;
	margin:1% 1% 3% 1%;
	padding:0.3%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.col-3-top img {
	width:90%;
	height:auto;
	margin:5%;
}
.col-3-content-top {
	padding:6% 0% 2% 0%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-height:250px;
	color:#FFF;
}
.col-3-content {
	padding:6% 0% 2% 0%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.col-3-content h3, .col-2-content h3 {
	text-align:center;
	font-weight:300;
	font-size:150%;
}
.col-2-right #col-2-content h3 {
	text-align:center;
	font-weight:300;
	font-size:130%;
	color:#FFF;
}
.col-3-content-top h3 {
	text-align:center;
	font-weight:300;
	font-size:1.4vw;
}
.col-3-content p, #col-3-content-top p {
	text-align:justify;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	font-size:90%;
	margin:5% 4% 2% 4%;
}
.center {
	text-align:center !important;
	font-weight:300;
	font-size:110% !important;
}
.col-3 a:link {
	color:#fff !important;
	font-weight:600;
}
.col-3 a:visited {
	color:#fff !important;
	font-weight:600;
}
.col-3 a:hover {
	color:#666 !important;
	font-weight:600;
}
.top-img img {
	width:100%;
	height:auto;
}
.pro-left {
	float:left;
	width:31%;
	margin:1% 2%;
}
.pro-left ul {
	margin-left:1.5em;
}
.col-2-content ul {
	margin-left:1.5em;
	color:#FFF;
	text-align:left;
}
.home-1 {
	
	}
.info {
	background-color:#cb021a;
	padding:3%;
	width:90%;
	max-width:20em;
	margin:6% auto 4% auto;
	font-size:130%;
	font-weight:600;
	color:#fff !important;
	border:1px solid #fff;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;	
	}
a:hover #info {
	background-color:#fff;
	color:#cb021a !important;
	}
.info2 {
	padding:2%;
	width:90%;
	max-width:20em;
	margin:4% auto 1% auto;
	font-size:130%;
	font-weight:600;
	color:#cb021a !important;
	border:1px solid #cb021a;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;	
	}
a:hover #info2 {
	background-color: #cb021a;
	color:#fff !important;
	}
.block {
	width:96%;
	margin:0% 2% 4% 2%;
	text-align:justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
		}
.box-1-2 {
	float:left;
	width:48%;
	margin:1%;
	padding:3% 3% 2% 3%;
	min-height:26em;
	background-color:#fff;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	}
.hl-wrapper {
	/*background-image:url(../images/section-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;*/
	}
.hl-wrapper-2 {
	/*background-image:url(../images/section-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;*/
	padding-bottom:2%;
	}
.h2-wrapper {
	/*background-image:url(../images/section-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;*/
	padding-bottom:2%;
	background-color:#ebebeb;
	}
.pro-wrapper {
	width:96%;
	margin:2% 2% 4% 2%;
	padding:0% 0% 0.3% 0%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.pro-right {
	float:left;
	width:65%;
}
.pro-right img {
	float:left;
	width:32.833%;
	height:auto;
	margin:0.5% 0.5% 0% 0%;
}
.button {
	padding:2% 1%;
	margin-top:6%;
	background-color:#fefefe;
	border:0px solid #cb021a;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	font-weight:600;
	color:#cb021a;
}
.button2 {
	width:20%;
	padding:2% 1%;
	margin:4% 40% 2% 40%;
	border:2px solid #d4001a;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	font-weight:300;
	color:#d4001a;
	font-size:120%;
}
a:hover #button2  {
	color:#fff;
	border:0px solid #b6101e;
	background-color:#b6101e;
	}
.button3 {
	width:200px;
	text-align:center;
	margin:10% auto 6% auto;
	padding:3%;
	background-color:#ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.button4 {
	width:200px;
	text-align:center;
	margin:10% auto 6% auto;
	padding:3%;
	background-color:transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.button a:link, .button2 a:link {
	color:#FFF;
}
.td-bg {
	background-image:url(../images/pfeil.png);
	background-position:left top; 
	background-repeat:no-repeat;
	}
.standort {
	width:98%;
	margin:1% 1% 3% 1%;
	padding:0.3%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.standort img {
	width:100%;
	height:auto;
	margin-bottom:-5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.block {
	text-align:justify;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	font-size:100%
}
.fs14 {
	text-align:center;
}
footer {
	width:100%;
	background-color:#fff;
	min-height:200px;
}
.footer2 {
	width:100%;
	background-color:#414141;
	padding:0% 3%;
	min-height:200px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.footer-inner {
	width:100%;
	max-width:90em;
	margin:0 auto;
	padding-top:1%;
}
.col-footer {
	text-align:left;
	float:left;
	width:20%;
	margin:1% 1% 3% 1%;
	padding:3% 0% 0% 0%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#666;
}
.col-footer2 {
	text-align:left;
	float:left;
	width:30%;
	margin:1% 1% 3% 1%;
	padding:3% 0% 0% 0%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#666;
}
.quick {
	float:left;
	width:50%;
	}
.col-footer img, #col-footer2 img {
	width:100%;
	max-width:14em;
	height:auto;
	margin:0% 0% 0% 0%;
}
.footer-fs20 {
	font-size:120%;
	font-weight:600;
	color:#FFF;
}
footer a:link, footer a:visited {
	color:#666;
}
.dark {
	color:#666 !important;
}
.footer2 a:link, .footer2 a:visited {
	color:#fff;
}
.dark2 {
	color:#fff !important;
}
.img-scale img {
	width:99% !important;
	height:auto;
	max-width:300px;
	margin:2% 0.5% 2% 0.5%;
}
.copy {
	text-align:center;
	color:#666;
	padding:1% 0% 0.5% 0%;
	border-top:1px dotted #666;
}
.copy p {
	padding:0;
	font-size:90%;
}
.copy2 {
	text-align:center;
	color:#fff;
	padding:1% 0% 0.5% 0%;
	border-top:1px dotted #ccc;
}
.copy2 p {
	padding:0;
	font-size:90%;
}
.fltrt {
	float:right;
	margin-left:8px;
}
.fltlft {
	float:left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.tab-fl {
	width:50px;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tab-fr {
	text-align:left;
	padding-left:25px;
	width:189px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tab-center {
	margin:0 auto;
}
#back-top {
	position:fixed;
	bottom:30px;
	right:20px;
	z-index:300;
	display:none;
}
#back-top a {
	width:50px;
	height:40px;
	display:block;
	text-align:center;
	font-size:25px;
	color:#fff;
	background-color:#33363b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	transition:background-color .15s;
	-moz-transition:background-color .15s;
	-webkit-transition:background-color .15s;
	-o-transition:background-color .15s;
	-ms-transition:background-color .15s;
}
#back-top a:hover {
	text-decoration:none;
	background-color:#555;
}
.dark a:link {
	color:#fff;
}
.hl_dis {
	font-size:4.5vw !important;
	font-family:'Roboto', sans-serif;
	font-weight:100 !important;
	line-height:0.8 !important;
}
.maps {
	margin:2% 0%;
	padding:2%;
	text-align:center;
	background-color:#f6f6f6;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	}
.lp-kat {
	background-color:#fff;
	padding:3% 0% 2% 0%;
	}
.product-content {
	width:100%; 
	max-width:90em; 
	margin:0 auto;
	}
.pro-wrap {
	width:25%; 
	float:left;
	}
.pro {
	position:relative;
	width:90%;
	margin:10% 5%;
	}
.pro-img {
	float:right;
	position:relative;
	right:0;
	width:70%;
	
	}
.pro-img img {
	border-radius:50%;
	border:4px solid #cebba7;
	}
.center-img {
	width:50%; 
	float:left;
	}
.box-kat {
	position: absolute; 
	top:65%;
	background-color:#cb021a;
	z-index:6000;
	width:70%;
	max-width:20em;
	padding:2% 0% 2% 4%; 
	border-radius:5px;
	color:#fff; 
	font-size:1.125em; 
	font-weight:700;
	}
.display-2 {
	display:none;
	}
@media screen and (max-width:1800px) {
.h2-inner h2 {
	font-size:1.6vw;
}
}
@media screen and (max-width:1600px) {
.h2-inner h2 {
	font-size:1.8vw;
}
}
@media screen and (max-width:1400px) {

.h2-inner h2 {
	font-size:2vw;
}
.menu-wrapper {
	position:relative;
	top:1em;
	left:0;
	padding:1% 0% 0% 0%;
	z-index:100;
}
}
@media screen and (max-width:1200px) {

.logo {
	float:none;
	width:100%;
	padding:1em 0em 0.75em 0em;
	margin:0%;
}
.logo img {
	position:relative;
	width:70%;
	margin-right:30%;
	height:auto;
}	
.menu-wrapper {
	position:relative;
	top:0;
	left:0;
	padding:1% 0% 0% 0%;
	z-index:100;
}
#menubar {
	border-bottom:0px dotted #fff;
	margin:0em auto;
	padding:0.625em 0em 0em 0em;
	width:100%;
}
#menubar, #menubar ul li a.menubutton {
	display:block;
}
#hauptmenue {
	float:none;
	width:100%;
	display:none;
	padding:0em;
}
#hauptmenue ul {
	text-align:center;
	padding-left:0em;
}
#hauptmenue ul li {
	display:block;
	padding:0%;
	border-bottom:1px solid #ccc;
	width:96%;
	margin:0% 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul li a {
	
	font-size:1em;
}
#hauptmenue ul ul, #hauptmenue ul ul#sub_menu_1, #hauptmenue ul ul#sub_menu_2, #hauptmenue ul ul#sub_menu_3 { 
	display: block; 
    position:relative;
    top:0em;
    padding:0em;
    margin-left:0em;
    width:100%;
    text-align:center;
	left:0em;
}

#hauptmenue ul ul li {
	border-bottom:0px dotted #ccc;
}	
.pro-right img {
	width:49.5%;
}
.col-3-content h3, #col-2-content h3 {
	font-size:130%;
}
.h2-inner h2 {
    font-size: 2.4vw;
    font-weight: 300;
    line-height: 1;
}
.product-box-col{
	float:none;
	width:100%;
	margin:0% 0% 2% 0%;
	}
.content-form {
	width:96%;
	margin:0 2%;
}
}
@media screen and (max-width:1000px) {

.h1-inner h1, .hp-top h1, .hp-bottom h1, .hp-middle h1 {
	font-size:4.5vw;
}
.h1-inner h2 {
	font-size:3vw;
}
.center {
	font-size:100% !important;
}
.col-3-content h3, .col-2-content h3 {
	font-size:120%;
}
.col-3-content-top h3 {
	text-align:center;
	font-weight:300;
	font-size:2.5vw;
}
.col-2-left {
	width:54.666%;
}
.col-2-right {
	float:left;
	width:41.333%;
}
.col-3-top {
	float:none;
	width:60%;
	margin:0% 20% 3% 20%;
}
.h2-inner h2 {
    font-size: 2.8vw;
    font-weight: 300;
    line-height: 1;
}
.content h3 {
	font-size:3.5vw;
 }
.box-kat {
	font-size:1em;
	padding:3% 0% 3% 4%;
	top:55%;  
	}
}
@media screen and (max-width:920px) {
.col-footer, .col-footer2 {
	float:none;
	width:80%;
	margin:1% 10% 0% 10%;
	padding:5% 0% 2% 0%;
	border-bottom:1px solid #999;
}
.copy {
	border-top: none;
}
	
}
@media screen and (max-width:830px) {
.logo img {
	width:90%;
	margin-right:10%;
	height:auto;
}
.h1-inner p {
	font-size:1rem !important;
	padding:0% 6%;
}
.menu-wrapper {
	background-image:none;
}
.h1-inner h1, .hp-top h1, .hp-bottom h1, .hp-middle h1 {
	font-size:5vw;
}
.h1-inner h2 {
	font-size:4.5vw;
}
.footer-inner {
	margin:0% auto 5% auto;
}

.copy {
	border-top:none;
}
.center {
	font-size:90% !important;
}
.col-3-content h3, #col-2-content h3 {
	font-size:110%;
}
.button2 {
	width:80%;
	margin:4% 10% 2% 10%;
	}
.box-1-2 {
	float:none;
	width:80%;
	margin:2% 10%;
	min-height:15em;
	}
.h2-inner h1 {
	font-size:6vw;
}
.h2-inner h2 {
    font-size: 3.5vw;
}
.hp-bottom {
	min-height:350px;
	padding:3% 0% 2% 0%;
	}
.row-25 {
	float:left;
	width:48%;
	margin:1%;
	
	}

.row-50 {
	float:none;
	width:98%;
	margin:1%;
	
	}
.col-3-top {
	float:none;
	width:80%;
	margin:0% 10% 3% 10%;
}
.product-box {
	margin:0% 2% 4% 2%;
	}
.product-text {
	float:none;
	width:80%;
	margin:0% 10%;
	}
	
.product-image {
	float:none;
	width:80%;
	margin:0% 10%;
}
.portfolio-box {
	float:left;
	width:48%;
	border:0px solid #d4001a;
	border-bottom:2px solid #CCC;
	padding:0;
	margin:0% 1% 2% 1%;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background-color:#f6f6f6;
	}
.display-2 {
	display:block;
	}
.display-1 {
	display:none;
	}
.center-img {
	width:90%; 
	float:none;
	margin:0% 5%;
	}
.pro-wrap {
	width:80%; 
	float:none;
	margin:0% 10%;
	}			
}
@media screen and (max-width:700px) {
.col-3-top {
	float:none;
	width:80%;
	margin:1% 10% 3% 10%;
}
.col-3 {
	float:none;
	width:80%;
	margin:1% 10% 3% 10%;

}
.button2 {
	width:60%;
	margin:4% 20% 2% 20%;
	}
.col-3-content-top h3 {
	font-weight:600;
	font-size:3.7vw;
}
.col-3-content h3, .col-2-content h3 {
	font-weight:600;
	font-size:3.2vw;
}
.pro-left {
	float:none;
	width:80%;
	margin:2% 10%;
}
.pro-left ul {
	margin-left:2em;
}
.pro-wrapper {
	width:96%;
	margin:2% 2% 4% 2%;
	padding:0% 0% 0.3% 0%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.pro-right {
	float:none;
	width:80%;
	margin:0% 10%;
}
.pro-right img {
	float:none;
	width:100%;
	height:auto;
	margin:0.5% 0% 0% 0%;
}
.center {
	font-size:110% !important;
}
.col-3-content h3, #col-2-content h3 {
	font-size:130%;
}
.col-2-left {
	float:none;
	width:80%;
	margin:2% 10%;
}
.col-2-right {
	float:none;
	width:80%;
	margin:2% 10%;
}
.box-1-2 {
	width:90%;
	margin:2% 5%;
	padding-bottom:1em;
	}
.h2-inner h2 {
    font-size: 4vw;
}
.product-text {
	float:none;
	width:94%;
	margin:0% 3%;
	
	}
.product-image {
	float:none;
	width:94%;
	margin:0% 3%;
}
.content h3 {
	font-size:4.5vw;
 }	
}
