BODY {
width: 100%;
height: 100%;
    background: #ddd;
    _background:#fff url(../../site_images/microsites/deluxe-background-blur.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover; 
        background-size: cover;
    
}
.verticalLine {display: flex;position: fixed;z-index: -1; top: 0px; bottom: 0; }
.verticalLine div{outline: 1px solid rgba(255,255,255,.2); height: 100vw;}
.horizontalLine{position: absolute; z-index: 1; width: 100%; z-index: -1000}
.horizontalLine div{outline: 1px solid rgba(255,255,255,.2); height: 160px!important;}
.pageBody, .catShortDesc, .pages{background: none}
.box{
  padding: 20px;
}
.box p{
  line-height:1.75em;
  font-size:14px;
  padding: 25px 0 0 0;
}

.box h3{
  font-weight:lighter;
  font-size:22px;
  line-height:1.2em
}
.box h4{
  font-weight:lighter;
  font-size:18px;
  line-height:1.2em
}

.box ul{
  margin-left:2em;

}
.box ul li{
  line-height:1.6em;;
  padding: 4px 1px;
  list-style: none;
  position: relative;
}

.box ul li:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url('https://herz-armaturen.at/cms_upload/pages/files/1807_herz.jpg');
	background-size: 15px;
	left: -25px;
	top: 8px;
}

.img_left,
.img_right{
  border-radius: 50%;
  overflow: hidden;
  margin: 20px;
  background: #fff;
  height: 300px;
  display: flex;
  align-content: center;  
  width:300px;
  
}
.img_right img,
.img_left img{
 
  _padding: 10px;
  box-sizing: border-box;
  display: block;
  _height: fit-content;
  align-self: center;

}
.solutions .box_two,
.solutions .box_three .list_cnt{
  display: flex;
  flex-direction: column;
}
.solutions .box_two h2,
.solutions .box_three h2{
  order: 1;
}
.solutions .box_two .img_left,
.solutions .box_two .img_right,
.solutions .box_three .img_left,
.solutions .box_three .img_right{
  order:2;
}
.solutions .box_two p,
.solutions .box_three .list_txt{
  order:3;
}

