.entry-content{position: relative;}

.dfpcontainer .dfplabel[style*="block"] + .dfpslot {
  position: relative;
  margin: 1rem auto 1rem auto;
  display: inline-block;
  text-align: initial;
}

@media screen and (min-width: 992px) {
  .dfpcontainer .dfplabel[style*="block"] + .dfpslot {
    padding: 1rem 0 1rem 1rem;
  }
}

.dfpcontainer .dfplabel[style*="block"] + .dfpslot::before {
  border-top: 1px solid #e2ddd1;
  content: 'Anzeige';
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 0px;
  right: 0;
  top: 0;
  padding-bottom: 15px;
  text-align: right;
  font-size: 9px;
  margin-top: -0.95rem;
  text-transform: uppercase;
  color: #bbb;
  line-height: 190%;
  font-family: Arial;
}
.dfpcontainer .dfplabel[style*="block"] + .dfpslot::after {
  border-bottom: 1px solid #e2ddd1;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 100%;
  padding-top: 15px;
}

.dfpcontainer.wide {
  margin: 0 auto;
  text-align: center;
  width:100%;
}

.post .dfpcontainer.wide {
  width:auto;
  margin: 0 -100px 0 -100px;
}

.skycontainer {
  width: auto;
  height: 100%;
  position: absolute;
  display: none;
  margin-top: -50px;}
.skycontainer.left {
  display: none;
  left: 0;
  margin-left: -210px; }
.skycontainer.right {
  left: 100%;
  margin-left: 10%;

}
.skycontainer .dfpcontainer {
  position: relative;
  height: 100%; }
.skycontainer .dfpcontainer .dfpslot {
  margin: 0;
  padding: 0; }
.skycontainer .dfpcontainer .dfpslot:before, .skycontainer .dfpcontainer .dfpslot:after {
  display: none; }
.skycontainer.sticky .dfpslot {
  position: fixed; }

@media screen and (min-width: 992px) {
  .skycontainer.left {
    display: block; }
  .skycontainer.right {
    display: block;
    margin-left: 50px;
  } }