/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 iframe{
    max-width: unset !important;
 }
 .bau-ad-container{
    text-align: center !important;
    padding-top: 15px;
    padding-left: 0px;
    margin-left: 0px;
 }
 .bau-ad-container-ad-frame{
    padding-left: 2px;
    margin-left:-16px;
 }
 @media screen and (max-width: 456px) {
    .bau-ad-container{
        margin-left: 0px;
    }
    
 }
 .bau-ad-container-ad-frame::before {
    content: "ANNONS";
    z-index: -10;
    text-align: left;
    left: -2px;
    top: -4px;
    position: absolute;
    font-size: 10px;
    background-color: #eaeaea;
    padding-left: 6px;
}
.bau-ad-container-disable-before::before {
    display: none;
}
 .bau-ad-container-panorama::before {
    width: 982px;
    height: 264px;
}
.bau-ad-container-module-240::before {
    width: 642px;
    height: 264px;
    margin-left: -14px;
}
.bau-ad-container-module-320::before {
    width: 642px;
    height: 344px;
    margin-left: -14px;
}
.bau-ad-container-module-360::before {
    width: 642px;
    height: 384px;
    margin-left: -14px;
}
.bau-ad-container-mobile-mega::before {
    width: 100vw;
    height: calc(568px + 24px);
    margin-left: -5;
}
.bau-ad-container-mob::before {
    width: 324px;
    height: 344px;
    margin-left: -5;
}
.et_pb_code:has(.bau-ad-container-mobile-mega) {
    width: 100vw;
    margin-bottom: 18px !important;
}
.bau-ad-container-mobile-mega{
    padding-left: 0px;
}
.bau-fallback{
    display:block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bau-fallback-panorama{
    width: 980px;
    height: 240px;
}
.bau-fallback-module-240{
    width: 640px;
    height: 240px;
}
.bau-fallback-module-320{
    width: 640px;
    height: 320px;
}
.bau-fallback-module-360{
    width: 640px;
    height: 360px;
}
.bau-fallback-mobile-mega{
    width: 100vw;
    height: 100vh;
}
.bau-fallback-mob{
    width: 320px;
    height: 320px;
}
.ad-info_button{
    font-size: 1em !important;
}
.ad-info_button svg{
    width: 12px;
    margin-right: 0px;
}
@media screen and (max-width: 456px) {
    .ad-info_button svg{
        margin-right: -4px;
    }
}