.logo  {
   display: inline-block;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
} 

.logo.ndr  {
   background-image: url(../img/Netz-der-Regionen-Symbol.png);
   width: 45px;
   height: 44px;

} 

.logo.bmel  {
   background-image: url(../img/BMEL_sc.svg);
   
   height:150px;
   width:100%;
   margin: 10px auto;
} 

.logo.ascrion  {
   background-image: url(../img/ndr_ascrion_hof_sc.svg);
   height:150px;
   width:100%;
   margin: 10px auto;

} 

@media (max-width:600px){.w3-col.s0{display:none;} }

body  {
	font-size: 14px;
	line-height: 1.62;
	color: #656b8d;
	background-color: rgb(241, 244, 249);
}

.content {
  margin-top:100px;
  margin-bottom:20px;

}

.bg-image  {
	display: inline-block;
	background-image: url(../img/background.png);
	background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;

	height:500px;
}

.box  {
  padding: 28px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.hiddenmail::after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

