body,
body .slideout-panel {
    background-color: #f4f4f4 !important;
}

.main-content-wrapper > .grid-container {
    max-width: initial;
    padding: 0;
}

/**************************/
/* Startpage - top slogan */
/**************************/
body .wallpaperTextArrow {
    height: 60vh !important;
    min-height: 500px;
    color: #fff;
}

.bw-wallpaperTextArrow-inner {
    height: 100%;
    background: linear-gradient(90deg, rgba(84, 92, 105, 0.9),  rgba(84, 92, 105, 0.8));
}

.wallpaperTextArrow-arrow .fa {
    bottom: 1rem !important;
}

.wallpaperTextArrow .grid-container {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    body .wallpaperTextArrow {
        height: initial !important;
        min-height: 400px;
    }

    .bw-wallpaperTextArrow-inner {
        padding: 120px 0;
    }
}

/*********************/
/* What is Briefwahl */
/*********************/
.bw-whatIsBriefwal {
    background-color: #fff;
}
/***********************/
/* How Briefwahl works */
/***********************/
.bw-howBriefwahlWorks-entries {
    max-width: 800px;
    margin: 3rem auto;
}

.bw-howBriefwahlWorks-entry {
    display: flex;
    margin: 6rem 0;
}

.bw-howBriefwahlWorks-entry:nth-child(even) .bw-howBriefwahlWorks-entry-content {
    order: 2;
}

.bw-howBriefwahlWorks-entry:nth-child(even) .bw-howBriefwahlWorks-entry-image {
    order: 1;
}

.bw-howBriefwahlWorks-entry-content,
.bw-howBriefwahlWorks-entry-image {
    width: 60%;
    flex-shrink: 0;
}

.bw-howBriefwahlWorks-entry-number {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    line-height: 2rem;
    width: 2rem;
    background: #da042a;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.bw-howBriefwahlWorks-entry header {
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bw-howBriefwahlWorks-entry-image {
    width: 40%;
    flex-shrink: 0;
    text-align: center;
}

.bw-howBriefwahlWorks-entry-image img {
    margin-top: 3rem;
}

@media screen and (max-width: 600px) {
    .bw-howBriefwahlWorks-entry {
        margin: 3rem 0;
    }

    .bw-howBriefwahlWorks-entry-content {
        width: 100%;
    }

    .bw-howBriefwahlWorks-entry-number {
        width: 32px;
        float: left;
        margin: 0 1rem 0 0;
    }

    .bw-howBriefwahlWorks-entry header {
        width: calc(100% - 32px - 1rem);
        float: left;
        margin-bottom: 1rem;
        line-height: 1.25;
    }

    .bw-howBriefwahlWorks-entry p {
        float: left;
    }

    .bw-howBriefwahlWorks-entry-image {
        display: none;
    }
}

/**********************/
/* Briefwahl Staistic */
/**********************/
.bw-statistic {
    color: #fff;
    background-color: #535968;
}

body .bw-statistic .quiqqer-boxContentAdvanced-entry-title {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
}

.bw-statistic .quiqqer-boxContentAdvanced-entries__standard .quiqqer-boxContentAdvanced-entry-img {
    margin-bottom: 5px;
}

/*******/
/* FAQ */
/*******/
.bw-faq {
    background: #fff;
}