/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
.headlinepush-banner {
    display: none;
    position: relative;
}

.headlinepush-banner-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.headlinepush-banner__element {
    height: 34px;
    line-height: 34px;
    background: #da0812;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.headlinepush-banner__element > a {
    font-weight: bold;
    color: #E3328B;
}

@media (max-width: 1150px) {
    body.with-headline-push-banner #page {
        margin-top: 0;
    }
    body.with-headline-push-banner #page .headline-container {
        top: 26px;
    }
    body.with-headline-push-banner #page .header-container {
        top: 26px;
    }
    body.with-headline-push-banner .columns-container {
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    body.with-headline-push-banner #page {
        margin-top: 0;
    }
    body.with-headline-push-banner #page .headline-container {
        top: 26px;
    }
    body.with-headline-push-banner #page .header-container {
        margin-top: 26px;
        top: 0px;
    }
    body.with-headline-push-banner .columns-container {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .headlinepush-banner {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}
