.play-button {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.play-button svg {
  max-width: 100%;
  max-height: 100%;
}

.player {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.colorbox-load:after {
  content: '' !important;
}

.video-wrapper {
  position: relative;
}

.video-wrapper img {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper {
  display: inline-block;
}

.video-wrapper a:after {
  content: '' !important;
  background-image: url('../img/video-play-button.png');
  background-size: 55px 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 55px;
  height: 55px;
}

#cboxLoadingOverlay {
  background: transparent !important;
}

#cboxLoadingGraphic {
  display: none !important;
}

.topimage-block .textgroup, .topimage-block .domain-header {
  padding-top: 1.5em;
}

@media screen and (min-width: 48em) {
  .node-type-domein .topimage-block .textgroup, .node-type-domein .topimage-block .domain-header {
    top: 40px;
  }

  .topimage-block .textgroup, .topimage-block .domain-header {
    padding-top: 8em;
  }

  .weather {
    top: 70px;
  }
}