/*video-einbindung dienstleistungen*/
.embed-container-daemmservice {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
	margin-top: 15px;
	margin-bottom:15px;			
	
}
.embed-container-daemmservice iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container-daemmservice.ratio4x3 {
  padding-bottom: 75%;
}
/*video-einbindung dienstleistungen-Ende*/





.iconService{text-align:center;margin-top:2em;}
.iconService img{display:inline;}
.innerContent h2{display:block;}


@media (min-width: 980px) {
	.iconService img{margin-right:.5em;}
	.innerContent h2{width:13em;display:inline-block;text-align:left !important;}
}


@media (min-width: 1680px) {
	.innerContent h2{width:17em;}
}