/* Netzintelligenz Ralf Göke - ralfgoeke@gmail.com */

@media (min-width: 986px) {
  div.headermantel {
    background-size: auto 100%;
  }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear {
clear:both;
}

.linkliste > ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 20px;
  color: #404040;
}
.linkliste > ul a {
  padding: 0 0 0 18px;
  background-image: url(../images/download-buttons.jpg);
  background-repeat: no-repeat;
  color: #bc1914;
  text-decoration: none;
  background-position: 0px 2px;
}
.viertelkasten .kastenbild > img {
  margin-bottom: 10px;
}
.weisskasten h2, .weisskasten h3 {
  text-transform: uppercase;
}
.weisskasten h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.box ul {
    list-style: disc;
    margin-left: 2em;
    margin: 0 1em 2em;
}
.box li {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 13px;
}
.noscale {
  width: auto !important;
  max-width: 100%;
}

.video-container + p,
.video-container + h2,
.video-container + h3 {
    margin-top: 10px !important;
}

.js-vimeolink {
    display: block;
    height: 100%;
}

.js-vimeolink:after {
    content: url(../images/playbutton.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -37.5px;
    width: 75px;
    height: 75px;
    opacity: .5;
    transition: .3s opacity;
}

.js-vimeolink:hover:after {
    opacity: 1;
}

.rotfeld {
    pointer-events: none;
}
