.iframehalter {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.iframehalter::before {
    content: "";
    padding-top: 56.25%;
    width:100%;
    display: block;
}


.iframehalter.youtube.accepted iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.iframehalter.youtube.accepted .cookiehalter {display:none;}
.cookiehalter .warntext * {font-size:14px;}
.iframehalter.youtube.accepted {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  margin:25px 0;
  }


.iframehalter.accepted {
    max-width: 100%;
    background-image: none !important;
}

.cookiehalter {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 0;
    padding-bottom: 5%;
    aspect-ratio: 1/0.56;
}
.iframehalter.accepted .xcookiehalter {
    display:none;
}

.warntext{background-color: #f0f0f0;padding:15px 25px;height: 100%; text-align:center;}
.teaserdiv.einfach {
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #2C2C2C;
}
#inhalte .teaserdiv.einfach:hover {
    color: #2C2C2C;
}

.teaserdiv.einfach.mgtop {
    margin-top: 15px;
    display: inline-block;
    width: auto;
}

#videoresp {padding: 0 15px; margin-top: 35px;}
@media only screen and (min-width: 1024px) {
.iframehalter.desk50 {
    width: 48%;
    float: left;
    margin-right:4%;
  margin-bottom:4%;
}

.iframehalter.desk50.youtube.accepted {
      width: 48%;
margin-right:4%;
  padding-bottom: 27.1%;

  }
.iframehalter.desk50.youtube.accepted:nth-child(2n), .iframehalter.desk50:nth-child(2n) {

  margin-right:0;
  }
}
@media only screen and (min-width: 40.064em) {
.cookiehalter {
    padding-left: 10%;
    padding-right: 10.00%;
    padding-top: 5%;
    /* max-width: 800px; */
    background-color: #000000;
    background-size: cover;
}
.cookiehalter .warntext * {font-size:20px;}
}
@media only screen and (min-width: 1400px) {
.zeiginhalt {margin-left:calc(50% - 700px);}
.iframehalter.accepted.zeiginhalt {margin-left:0;}
}