// CSS für die Einbindung von Videos

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

 	

// maps

#map_canvas {
  height: 150px;
}