body, html {
	margin: 0 auto;
	background: #ffffff;
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1200px) {
#header {
height: 461px;
}
}

@media screen and (max-width: 1150px) {
#header {
height: 451px;
}
}

@media screen and (max-width: 1120px) {
#header {
height: 472px;
}
}



@media screen and (max-width: 1090px) {
#header {
height: 461px;
}
}

@media screen and (max-width: 1000px) {
#header {
height: 401px;
}
}

@media screen and (max-width: 980px) {
#header {
height: 394px;
}
}

#header {
margin: 0 auto;
max-width: 1184px;
min-width: 980px;
width: 100%;
overflow: hidden;
}

.banner-info {
background: #fff;
width: 100%;
height: 68px;
}


.banner-info li:first-child{
margin: 0;
overflow: hidden;
}

.banner-info li {
height: 68px;
line-height: 80px;
margin: 0 8px;
padding: 0;
display: block;
float: left;
overflow: hidden;
font-weight: bold;
font-size: 13px;
}

.banner-info li:nth-child(4):before {
position: relative;
top: 7px;
margin-right: 3px;
content: url(https://www.bolf.de/templates/BOLF-STORE_light/ghost/images/header_05_2016/ico_email.jpg);
}

.banner-info li:nth-child(5):after {
    content: "\a (Mo.-Fr. 8-17, Sa. 10-14)";
    font-weight: normal;
    font-size: 10px;
    white-space: pre;
    position: relative;
    top: -70px;
    left: 30px;
}

.banner-info li:nth-child(5):before {
content: url(https://www.bolf.de/templates/BOLF-STORE_light/ghost/images/header_05_2016/ico_smartphone.jpg);
margin-right: 3px;
position: relative;
top: 7px;
}


.banner-info  li:nth-child(4),.banner-info  li:nth-child(5){
float: right;
}

.banner-info li a{
text-decoration: none;
color: #000;
}
.banner-info li a:hover{
text-decoration: underline;
}

.banner-info img{
margin: 0 auto;
padding: 0;
}

.one, .two {
width: 32.85%;
float: left;
display: block;
overflow: hidden;
}

.three {
width: 32.85%;
float: right;
display: block;
overflow: hidden;
}

.two {
margin: 0 0.725%;
}

.one img, .two img, .three img{
overflow: hidden;
width: 100%;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.one img:hover, .two img:hover, .three img:hover {
width: 110%;
margin: -5%;
}
