/**************************************************************************************** Allgemein */


/**************************************************************************************** Feuerungsbau.de */
#c52 a.download{
  text-align:center;
  display: block;
  background:#fff;
}
#c52 a.download:after {
  content: "";
  background: url('../img/link_icon.png') no-repeat;
  width: 36px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
#c52 a.button{
  color: red;
}
#c52 #language {
  display: none;
}
@media screen and (min-width:1024px){
  iframe{
    height: 675px;
  }
}
@media screen and (max-width:1023px){
  iframe{
    height: auto;
  }
  #c101 #mainNav{
    display: none;
  }
}

/**************************************************************************************** Bewertung */
#mainFooter .second {
  /*display: none;*/
}

/**************************************************************************************** Polska */
.pl .de-de:before {
  background: url(../img/pl.png) no-repeat;
}

.pl #mainHeader {
  background: #fff url(../img/member.png) no-repeat center center;
  background-size: 370px;
}
@media screen and (max-width:1200px){
  .pl #mainHeader {
    background-position: 62% center;
    background-size: 20%;
  }
}
@media screen and (max-width:767px){
  .pl #mainHeader {
    background: #fff;
  }
}

/**************************************************************************************** PCI */
.pci .languagepicker{
  display: none;
}
.pci figure.image {
  position: relative;
  overflow: hidden;
}
.level2.pci #mainContent:after{
  padding: 0;
}
.pci .level3 .articleInner{
  padding: 1em 0;
}
.pci .ce-gallery {
  margin: 11px 0;
}
.pci figcaption.image-caption {
  position: absolute;
  background: rgba(255,255,255,.7);
  transform: rotate(-90deg);
  transform-origin: top left;
  z-index: 5;
  text-align: center;
  padding: 2em;
  width: 71%;
  color: #333;
  font-size: 18px;
  line-height: 0;
  font-weight: 500;
}
.pci #mainHeader {
  background:#fff url(../img/member.png) no-repeat center center;
  background-size: 370px;
}
.pci .dropdown-content {
  width: 370px;
}
.pci .dropdown-content .row {
  position: relative;
  left: 10px;
}
.pci #logo a img {
  max-width: 316px;
}
.pci #mainNav li:first-child {
  width: 370px;
  z-index: 9;
}
.pci #c1423 {
  text-align: center;
}
.pci #mainContent a[href$='.pdf']::before {
  content: unset;
}
.pci .internal-link:hover, .pci .external-link:hover, .pci .download:hover {
  color: #fff;
  background: #e3031b;
}


@media screen and (max-width:1200px){
  .pci #mainHeader {
    background-position: 72% center;
    background-size: 20%;
  }
  .pci #pulldown {
    right: 0;
  }
}
@media screen and (max-width:767px){
  .pci #mainHeader {
    background: #fff;
  }
}


