body {  min-width:350px; }

.main_component{
	padding: 0 50px 0 10px;
}

h2{
	padding: 10px;
    	background-color: #00608b;
    	color: white;
}

.welcome{
	color: white;
}
.welcome img{
	max-width: 100%; 
	height: auto;
}
.welcome_text{
	position: absolute; 
top: 50%; 
left: 50%; 
transform: translate(-50%, -50%); 
	font-size: 110%;
}

.text_red{
	color: red;
}

.menu_title_products h1{
    color: white;
    border-bottom: 1px solid #bbb;
    padding: 0px 0 0px 0;
    margin: 0 0 0px;
	font-size: 180%;
} 

.menu_header img{
    height: auto;
    display: block; 
    margin-left: auto;
    margin-right: auto;    
	box-shadow: 0px 0px 10px #333;
}

.rounded_box{
	display: block;
	padding: 9.5px;
    	margin: 0 0 10px;
    	font-size: 15px;
    	background-color: #f5f5f5;
    	border: 1px solid #ccc;
	border-radius: 4px;
}

.rounded_box_td{
	padding: 9.5px;
    	margin: 0 0 10px;
    	font-size: 15px;
    	background-color: #f5f5f5;
    	border: 1px solid #ccc;
	border-radius: 4px;
	width: 200px;
}

.rounded_box img{
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 3px;
}

img.shadow{
    margin: 4px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	border: none;
}

.specs td, .imprint td{
	padding: 8px 20px 0px 10px;
}

.polaroid_thumbnail{
	padding: 10px;
    	position: absolute;
    	bottom: 10px;
	left: 0;
}

.polaroid{
	width: 220px;
	padding: 10px;
}

.polaroid p{  
	padding: 15px;
}

.polaroid div{  
  position: relative;
  min-height: 200px;
  background-color: #f3f3f2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rounded_box > div{
display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.rounded_box_main_text{
display: block;
    padding: 9.5px;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    border: 1px solid #e6bc29;
    border-radius: 4px;
}


.artc_prev{
	height:100px;
	padding: 5px;
	padding-bottom: 20px;
}

.artc_prev_table{
	font-size: 12px; 
	margin-left: 10px;
}

.artc_prev_table td{
	padding-right: 6px;
	padding-bottom: 3px;
}

.artc_prev_text{
	padding:10px 0px 10px 0px;
}

.main_content_text{
	
}

.main_content_text h2{
	font-weight: bold;
	padding: 0 0 8px 0;
}

.main_content_text td{
	padding: 0 10px 10px 0;
	vertical-align: top;
}

.main_content_text td{
	padding: 0 10px 0px 0;
	vertical-align: top;
}

.hwl_blue{
	color: #00608b;
/*color:#1a6aa6;*/
}

.hwl_yellow{
	color: #eabd00;
}

.bold{
	font-weight: bold;
}

.left{
	text-align: left;
}

.product_img{
  	max-width: 500px;
  	height: auto;
	width:100%;
}

.product_img_float_left{
	width: 30%; 
	float: left; 
	padding-right: 20px;    
padding-bottom: 20px;
    padding-top: 20px;
	
}

.product_img_text_right{
	width: 70%; 
	overflow: hidden;
}

.product_img_float_right{
	width: 30%; 
	float: right; 
	padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.product_img_text_left{
	width: 70%; 
	overflow: hidden;
	float: left;
}

.product_text{
	padding-top:20px;
	padding-bottom:20px;
}

.hr_clear{
	clear: both;
}

.img_row::after {
  content: "";
  clear: both;
  display: table;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.img_column_2 {
  float: left;
  width: 33%;
  padding: 10px;
}

.faq_table{
	
}

.faq_table td{
	border: 1px dotted #eabd00;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}

.hwl_table{
	
}

.hwl_table td{
	border: 1px solid lightgrey;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}

.hwl_table th{
	background: lightgrey;
	color: white;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}

.systems_overview{
text-align: center;
margin-top:10px;
margin-bottom:10px;
}

.systems_overview td, .systems_overview th{
	border: 1px solid lightgray;
	padding: 10px;
}

.systems_overview th{
	border: 1px solid white;
	padding: 10px;
	background-color: #eabd00;
    	color: white;
text-align: center;
font-size: larger;
}

.systems_overview a{
	font-weight:bold;
}

.contact{
	width: 100%;
    	font-size: 100%; 
    	display: block;
	margin-bottom: 0px !important;
}

.contact td{
	padding: 0 10px 0 5px;
}

/*-----------------------------------------------*/
/*Portrait tablet to landscape and desktop BIG   */
/*-----------------------------------------------*/
@media screen and (min-width: 980px) {

.custom_header{
	margin-left:auto;
 	margin-right:auto;
 	width: 980px;
 	position:relative;
}

.menu_title_products{
    width:520px; 
    position: absolute; 
    left: 30px; 
    top:90px; 
    z-index: 20;    
} 


.menu_header{
    box-shadow: 0px 0px 10px #333;
    width: auto;
} 


}



/*-----------------------------------------*/
/*Portrait tablet to landscape and desktop*/
/*-----------------------------------------*/
@media screen and (max-width: 980px ) and (min-width: 768px){

.custom_header{
	margin-left:auto;
 	margin-right:auto;
 	width: auto;
 	position:relative;
}

.menu_title_products{
    /*width:500px;*/ 
    position: absolute; 
    left: 3%; 
    top:60%;
    z-index: 20;    
} 


.menu_header{
    box-shadow: 0px 0px 10px #333;
    width: auto;
} 

.menu_title_products h1{
	font-size: 160%;
} 

.welcome_text{
	font-size: 90%;
}

}

/*-----------------------------------------*/
/* Phone and little tablet */
/*-----------------------------------------*/
@media screen and (max-width: 767px) {

.custom_header{
	margin-left:auto;
 	margin-right:auto;
 	/*width: 768px;*/
 	position:relative;
}

.menu_title_products h1{
	font-size: 120%;
} 

.menu_title_products{
    /*width:500px;*/ 
    position: absolute; 
    left: 3%; 
    top:50%;
    z-index: 20;    
} 

.welcome_text{
	font-size: 80%;
}

.main_component{
	padding: 0 10px 0 10px;
}

.contact{
    	font-size: 90%;
}

}


/*-----------------------------------------*/
/* little Phone */
/*-----------------------------------------*/
@media screen and (max-width: 600px) {
.menu_title_products h1{
	font-size: 80%;
} 

.welcome_text{
	font-size: 70%;
}

.main_component{
	padding: 0 10px 0 10px;
}

.contact{
    	font-size: 70%; 
}
}



/*********************		Special Effects for Images 			******************************************/

.js-border .main_component [class*="effect-image"] img {
display: block;
position: relative;
background: transparent;
border:none;
border-radius: 0;
box-shadow:none;
margin: 0;
padding: 0;
}

[class*="effect-image"] {
position: relative;
float: left;
overflow: hidden;
margin: 20px 1%;
max-width:98%;
text-align: center;
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.33);
}

/**		no min width to prevent problem in Blog page 
@media screen and (min-width: 600px) {

	[class*="effect-image"] {
	min-width: 400px;
	}

}
**/

[class*="effect-image"] + p, [class*="effect-image"] + h1, [class*="effect-image"] + h2,
[class*="effect-image"] + h3, [class*="effect-image"] + h4, [class*="effect-image"] + h5 {
clear:both;
}


[class*="effect-image"] img {
position: relative;
display: block;

}

[class*="effect-image"] figcaption {
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

[class*="effect-image"] figcaption::before,
[class*="effect-image"] figcaption::after {
pointer-events: none;
}

[class*="effect-image"] figcaption,
[class*="effect-image"] figcaption > a {
position: absolute;
top: 0;
bottom:0;
left: 0;
right:0;
font-style:normal;
}

/* Anchor will cover the whole item by default */

[class*="effect-image"] figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

[class*="effect-image"] h3 {
text-transform: uppercase;
text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
font-weight: 300;
}

[class*="effect-image"] h3 span {
font-weight: 800;
}

[class*="effect-image"] h3, [class*="effect-image"] p {
margin: 0;
padding:0;
}

[class*="effect-image"] p {
letter-spacing: 1px;
font-size: 70%;
}

[class*="effect-image"] h3, [class*="effect-image"] p {
color: #fff;
}

[class*="effect-image"] a, [class*="effect-image"] a:hover {
color : red;
}

/*****		EFFECT 01		**********/

.effect-image-1:hover {
background: #00608b;
}

.effect-image-1 figcaption {
padding: 3em;
}

@media screen and (min-width: 600px) {

	.effect-image-1 figcaption::before,
	.effect-image-1 figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	}
	
	.effect-image-1 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	}
	
	.effect-image-1 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	}
	
}

@media screen and (min-width: 600px) {

	.effect-image-1 h3 {
	padding-top: 12%;
	transition: transform 0.35s;
	}
	
	.effect-image-1 h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	}

}

.effect-image-1 p {
padding: 1em 2em 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}

@media screen and (max-width: 600px) {
	
	.effect-image-1 figcaption {
	padding: 20px;
	}

	.effect-image-1 p {
	padding: 8px 0px 0 0px;
	}
}

.effect-image-1 img, .effect-image-1 figcaption::before,
.effect-image-1 figcaption::after, .effect-image-1 p {
transition: opacity 0.35s, transform 0.35s;
}

.effect-image-1:hover img {
opacity: 0.5;
}

.effect-image-1:hover figcaption::before, .effect-image-1:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.effect-image-1:hover h3, .effect-image-1:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.effect-image-1:hover figcaption::after, .effect-image-1:hover h3,
.effect-image-1:hover p, .effect-image-1:hover img {
transition-delay: 0.15s;
}

/*****		EFFECT 05		**********/

.effect-image-5 {
background: #2e5d5a;
}

.effect-image-5 img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px,0,0) scale(1.12);
transform: translate3d(-30px,0,0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.effect-image-5:hover img {
opacity: 0.5;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}

.effect-image-5 h3 {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em;
}

.effect-image-5 p {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}

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

	.effect-image-5 p {
	width: 80%;
	}

}

.effect-image-5:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}


/*****		EFFECT 06		**********/

.effect-image-6 {
background: #00608b;
}

.effect-image-6 img {
opacity: 0.95;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.effect-image-6 figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.effect-image-6 p {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
	opacity: 0;
	transition: opacity 0.35s;
	}
	
	@media screen and (max-width: 600px) {
	
	.effect-image-6 p {
	margin: 12px;
	padding: 0 8px;
	max-width: none;
	border-right: 2px solid #fff;
	}

}

.effect-image-6 h3 {
text-align: left;
}

.effect-image-6:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}

.effect-image-6:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.effect-image-6:hover p {
opacity: 1;
transition-delay: 0.1s;
}

/*************************************************************************************************************

									COLUMN LAYOUTS

**************************************************************************************************************/

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
float:left;
margin : 10px 4% 10px 0;
}

.one-half {
width:48%;
}

.one-third {
width:30.6%;
}

.two-third {
width:65.4%;
}

.one-fourth {
width:22%;
}

.two-fourth {
width:48%;
}

.three-fourth {
width:74%;
}

.one-fifth {
width:16.8%;
}

.two-fifth {
width:37.6%;
}

.three-fifth {
width:58.4%;
}

.four-fifth {
width:79.2%;
}

.last {
margin-right: 0 !important;
}

.last + * {
clear:both;
}