@charset  "utf-8";

  
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	box-sizing: border-box;
}

#content {
	position:absolute;
	width: 728px;
	height: 90px;
	border: 1px solid #000000;
	overflow:hidden;
	background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

#img1 {
	z-index: 0;
    position: absolute;
    top: 0px;
	left: 0px;	
    opacity: 0;
}

#img2 {
	z-index: 10;
    position: absolute;
    top: 0px;
	left: 0px;	
    opacity: 0;
}

#img3 {
	z-index: 20;
    position: absolute;
    top: 0px;
	left: 0px;	
    opacity: 0;
}

#img5 {
	z-index: 40;
    position: absolute;
    top: 0px;
	left: 0px;	
    height: 90px;
    width: 728px;
    background-color: #fff;
    color: #000;
    opacity: 0;
}

#img5 p{
    z-index: 40;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 728px;
    padding-left: 12px;
    padding-right: 11px;
    padding-top: 7px;
    background-color: #fff;
    color: #000;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
}

#img5 span{
    font-size: smaller;
}

#img6 {
	z-index: 40;
    position: absolute;
    top: 0px;
	left: 0px;	
    height: 90px;
    width: 728px;
    background-color: #fff;
    color: #000;
    opacity: 0;
}

#img6 p{
    z-index: 40;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 728px;
    padding-left: 12px;
    padding-right: 11px;
    padding-top: 7px;
    background-color: #fff;
    color: #000;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
}

#haendler {
    z-index: 30;
    top: 12px;
    left: 393px;
    position: absolute;
    height: 71px;
    width: 200px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    opacity: 0;
}


#vertical{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headline{
    font-size: 15px !important;
    line-height: 19px;
    font-weight: bold;
    padding-bottom: 0px; 
    font-weight: 900
}

.text{
    font-size: 11px !important;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 4px; 
}