div .powermail_fieldset .powermail_fieldwrap_marker .powermail_field {
        font-weight: unset;
      	font-size: unset;
      	text-transform: unset;
      }
    
    #c61802 .teaser-box header {
        display: none;
    }
    
      .adventspopup img {
      max-width: 450px;
      }

    #c61802 .teaser-box.x-flip img,
    #c61802 .teaser-box.popup img {
        margin-top: 0;
    }

    #c61802 .teaser-box.x-flip .x-front {
        width: 95% !important;
    }

    #c61802 .teaser-box-initial-flipped .x-back {
        transform: rotateY(0) !important;
    }

    #c61802 .teaser-box-initial-flipped .x-front {
        transform: rotateY(180deg);
    }

    #c61802 .teaser-box-unflipped .x-back {
        transform: rotateY(-180deg) !important;
    }

    #c61802 .teaser-box-unflipped .x-front {
        transform: rotateY(0deg);
    }


    @media (min-width: 992px) {
        #c61802 #content .frame-type-imgreloaded_teaser_box_flip {
            width: 25%;
        }

        #c61802 .teaser-box.x-flip {
            height: 214px;
        }

        #c61802 .teaser-box.x-flip .x-front {
            width: 100% !important;
        }
    }

    /* this is a quickfix to prevent the mobile menu from overlapping the whole screen. the menu should only have a background if it is open */
    @media only screen and (max-width: 767px) {
      .iisa #navigation {
      	background: transparent;
      }
      .iisa #navigation.x-open {
        background: #333;
      }
    }

    #navigation .level1 li:nth-child(4) .level4 {
    	display:none;
    }