@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

body { 
  padding:0px; 
  margin:0; 
  width:100%;
  height: auto;
  background: transparent;
  overflow: hidden;
}

.action:hover  {text-decoration:underline}

.maintext:hover{
	color: #306995;
}
.hero img:hover{
opacity: .8;}
.hero img {
	float: none;
	border: none;
	width: 100%;
	height: auto;
	max-width: 190px;
	opacity: 1;
	border: 2px solid #FFF;
	box-sizing: border-box;
}
.hero img:hover{
	opacity: 1;
}

a {
text-decoration: none;
}

.wrapper {
 	padding: 0 10px;
	margin-right: -20px;
	display: table;
	font-family:Arial, Helvetica, Verdana;
	padding-bottom:20px;
	background: transparent;
}

.hero {
	float:left;
	width:20%;
	border:0;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;

}
.subhero {
	height:auto;
	width:100%;
	padding-top:0px;
	margin-top: 0px;
	text-align:center;
	}



.text {	
	padding-top:0px;
	margin: 0 auto;
	width:100%;
	text-align: left;
	}

.heading_top {display:none}
.heading {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family: 'Open Sans', Arial, Helvetica, Verdana;
	display:none;

}


.maintext {
  vertical-align: middle; 
  display:block;
	padding:10px 0px  0px  0px;
	width:100%;
	font-size:14px;
	font-weight: normal;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 800;
	transition: all 0.1s ease;
font-family: 'Muli', sans-serif;
color: #202020;
	}

.action {
	display:none;
	}

.dianomi_provider_short{
	padding-top:3px;
	text-decoration:none;
	font-size: 12px;
	color: #555;
font-family: 'Muli', sans-serif;
	font-weight: normal;
	display:block !important;
	transition: all 0.3s ease;
}


.dianomi_provider_short:before{
	content:"";
}

.dianomi_provider_short:after{
	content:"";
}



.dianomihref::before {display:none;
	content: url(/img/shadows/60.png);
	position: absolute;
	top: 81px;
	left:10px;
	}

#dianomi-header {
    padding: 10px 0 10px 0px;
    color: #122225;
    text-transform: uppercase;
    display: block;
    margin: 0;
    width: 100%;
    font-weight: 600;
    font-family: 'Muli', arial, sans-serif;
  font-weight: 800;
    display: block;
  padding-top: 0;
  font-size: 16px;
 /*   border-bottom: 3px solid #7a8689; 
    border-top: 1px solid #dae2e4; 
    color: #555;
    font-weight: bold;
*/

}



.logohover{
	background-repeat:no-repeat;
	width:90px;
	height:12px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding-bottom:0px;
	display:inline;-webkit-transition: background 300ms ease-in-out 0s;
	-moz-transition: background 400ms ease-in-out 0s;
	-o-transition: background 400ms ease-in-out 0s;
	transition: background 400ms ease-in-out 0s;
	z-index:1;
}


.sub-line2 {
	overflow: hidden;
	top:6px;
	right:5px;
	position:absolute;
	font-size:10px;height:1.3em;
	color:#999;
	width:57px;
	height:11px; 
	padding-bottom:0px;
	z-index:1; 
}


.sub-line2 a {
	color:#999;
}

.sub-line2 img {
	border: none;
	outline: none;
}

@media screen and (max-width:750px){

  .maintext{
  font-size: 13px;
  }

}

@media screen and (max-width:600px){

  .hero{
  width: 100%;
    min-height: 90px;
  }
  
  .hero img{
  max-width: 90px;
    float: left;
    margin-right: 10px;
  }
  
  .maintext{
  font-size: 14px;
  }
  
}
@media screen and (max-width:400px){
  .sub-line2{
	top: auto;
    bottom: 2px;
  }
}