@font-face {
    font-family: 'euphemia_ucasregular';
    src: url('../fonts/euphemia_ucas_regular_2.6.6_0-webfont.eot');
    src: url('../fonts/euphemia_ucas_regular_2.6.6_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/euphemia_ucas_regular_2.6.6_0-webfont.woff') format('woff'), url('../fonts/euphemia_ucas_regular_2.6.6_0-webfont.ttf') format('truetype'), url('../fonts/euphemia_ucas_regular_2.6.6_0-webfont.svg#euphemia_ucasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'euphemia_ucasbold';
    src: url('../fonts/euphemia_ucas_bold_2.6.6_0-webfont.eot');
    src: url('../fonts/euphemia_ucas_bold_2.6.6_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/euphemia_ucas_bold_2.6.6_0-webfont.woff') format('woff'), url('../fonts/euphemia_ucas_bold_2.6.6_0-webfont.ttf') format('truetype'), url('../fonts/euphemia_ucas_bold_2.6.6_0-webfont.svg#euphemia_ucasbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #fff;
    color: #1d2e59;
    font-family: 'euphemia_ucasregular', sans-serif;
}

.content, article[b-8y40yrarn3] {
    padding: 50px !important;
}

    .content h1 {
        font-family: 'euphemia_ucasregular', sans-serif;
        font-size: 36px;
        margin-bottom: 20px;
    }

.rz-card {
    background: #f5f5f5;
    border-radius: 25px;
}

.sidebar {
    background: #f5f5f5;
    background-image: none !important;
    box-shadow: 0 0 3px #bfbfbf;
}

    .sidebar .top-row {
        background: #1d2e59;
        padding: 12px;
        height: auto;
    }

    .sidebar .navbar .container-fluid {
        justify-content: center;
    }

    .sidebar .navbar-brand {
        margin: 0;
        text-align: center;
        position: relative;
    }

    .sidebar .nav-item {
        padding-bottom: 10px;
    }

        .sidebar .nav-item .nav-link {
            border-radius: 25px;
            background-color: #fff;
            color: #1d2e59;
            box-shadow: 0 0 3px #bfbfbf;
            text-align: center;
            display: flex;
            justify-content: center;
            font-size: 16px;
        }

            .sidebar .nav-item .nav-link.active, .sidebar .nav-item .nav-link:hover {
                background-color: #31bff8;
                color: #fff;
            }

        .sidebar .nav-item svg {
            display: none;
        }

.teaser {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 30px;
}

    .teaser.arabin {
        margin: 0 0 30px 0;
        max-width: inherit;
        text-align: left;
    }

    .teaser .logo, .arabin-site .logo, .femicare-success .logo {
        width: 300px;
        margin-bottom: 60px;
    }

.femicare-success .logo {
    margin: 60px auto 60px;
    display: flex;
    justify-content: center;
}

.femicare-success .rz-alert.rz-success.rz-shade-lighter {
    background: #31bff8;
}

.femicare-success .rz-alert .rz-alert-icon, .femicare-success .rz-alert .rz-alert-title {
    color: #fff;
}

.femicare-success .rz-alert .rz-alert-message {
    justify-content: center;
    align-items: center;
}

.femicare-success .rz-alert .rz-alert-icon {
    display: none;
}

.femicare-success .rz-text-body1 {
    color: #1d2e59;
}

.femicare-success .rz-link .rz-link-text {
    color: #31bff8;
}

.arabin-site a {
    color: #31bff8;
}

.teaser h5 {
    font-size: 36px;
    font-weight: 400;
    color: #31bff8;
    font-style: italic;
    margin-bottom: 20px;
}

.befragung h5 {
    color: #1d2e59;
}

.befragung .rz-radiobutton-box, .befragung .rz-radiobutton-box.rz-state-active {
    border: 1px solid #31bff8;
}

    .befragung .rz-radiobutton-box:hover, .befragung .rz-radiobutton-box.rz-state-active:hover {
        border-color: #31bff8;
    }

    .befragung .rz-radiobutton-box .rzi-circle-on:hover:not(.rz-state-disabled) {
        background: #31bff8;
    }

    .befragung .rz-radiobutton-box .rzi-circle-on {
        background: #31bff8;
    }

.befragung .rz-radio-button-list-vertical:not(.rz-state-disabled) > div > .rz-radiobutton-label:hover {
    color: #31bff8;
}

.befragung .rz-chkbox-box, .befragung .rz-chkbox-box.rz-state-active {
    border: 1px solid #31bff8;
}

    .befragung .rz-chkbox-box:hover, .befragung .rz-chkbox-box.rz-state-active:hover {
        border: 2px solid #31bff8;
    }

    .befragung .rz-chkbox-box .rzi {
        color: #31bff8;
    }

.login h4.rz-text-h4 {
    font-family: 'euphemia_ucasregular', sans-serif;
    color: #1d2e59;
    margin-bottom: 0;
}

.login h5.rz-text-h5 {
    font-family: 'euphemia_ucasregular', sans-serif;
    color: #1d2e59;
    font-size: 20px;
    line-height: 130%;
}

.login h3 {
    font-family: 'euphemia_ucasregular', sans-serif;
    color: #1d2e59;
    font-weight: 400;
    line-height: 130%;
}

.login .col a {
    color: #31bff8 !important;
}

    .login .col a:hover {
        color: #1d2e59 !important;
    }

.login .rz-button.rz-info.rz-shade-default {
    background: #31bff8;
    font-family: 'euphemia_ucasregular', sans-serif;
    font-size: 16px;
    height: 3rem;
}

    .login .rz-button.rz-info.rz-shade-default:hover {
        background: #1d2e59;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
    }

.gewinnspiel .logo {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

.gewinnspiel .align-items-center {
    max-width: 960px;
    width: 90%;
    margin: auto;
}

.gewinnspiel h3 {
    color: #1d2e59;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'euphemia_ucasbold';
    font-weight: 700;
}

.gewinnspiel h2 {
    color: #1d2e59;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'euphemia_ucasbold';
    font-weight: 700;
    text-align: center;
}

.gewinnspiel .images {
    width: 240px;
    height: auto;
    box-shadow: 0 0 3px #bfbfbf;
    border-radius: 10px;
    margin: 10px;
}

.gewinnspiel .tassen {
    max-width: 400px;
}

.gewinnspiel .rz-button.rz-success.rz-shade-default {
    background: #31bff8;
    border-radius: 25px;
    box-shadow: 0 0 3px #bfbfbf;
    font-size: 16px;
    padding: 12px 0;
    font-weight: 400;
    width: 280px;
    margin: 0 auto 50px;
}

    .gewinnspiel .rz-button.rz-success.rz-shade-default:hover {
        background: #1d2e59;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
    }

.gewinnspiel .rz-textbox:not(:disabled):not(.rz-state-disabled):hover, .gewinnspiel .rz-dropdown:not(:disabled):not(.rz-state-disabled):hover {
    border-color: #31bff8;
}

.gewinnspiel-anmeldung .logo {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.gewinnspiel-anmeldung .rz-card {
    max-width: 30rem;
    width: 90%;
    margin: auto;
}

.gewinnspiel-mail .logo {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.gewinnspiel-mail .rz-card {
    max-width: 30rem;
    width: 90%;
    margin: auto;
}

.flex {
    display: flex;
}

.femicare-success {
    max-width: 640px !important;
    min-width: inherit !important;
    width: 90%;
    margin: auto;
}

    .femicare-success .flex-grow-1 {
        flex-grow: 0;
    }

    .femicare-success .d-flex {
        display: block !important;
    }

.befragung .rz-label {
    padding: 2px 8px;
}

.befragung .rz-text-subtitle2 {
    color: #1d2e59;
    font-family: 'euphemia_ucasregular', sans-serif;
    font-size: 16px;
    padding-top: 12px;
}

.befragung .rz-textbox, .befragung .rz-textarea {
    margin-left: 12px;
    width: 98% !important;
    color: #1d2e59;
    font-size: 16px;
}

    .befragung .rz-textbox:not(:disabled):not(.rz-state-disabled):hover {
        border: 1px solid #31bff8;
    }

    .befragung .rz-textarea:not(:disabled):not(.rz-state-disabled):hover {
        border: 1px solid #31bff8;
    }

.befragung .pessare-auswahl img {
    width: 100px;
}

.befragung .pessare-auswahl .col-sm .col-3 {
    width: 100%;
}

.befragung .pessare-auswahl .row .col-sm:last-of-type {
    align-content: end;
}

.befragung .pessare-auswahl .row:first-of-type {
    margin-bottom: 20px;
}

.befragung .rz-radio-button-list-horizontal:not(.rz-state-disabled) > div > .rz-radiobutton-label:hover {
    color: #31bff8;
}

.befragung .table > thead {
    border-bottom: none;
    color: #fff;
}

.befragung .table thead :not(caption) {
    background: #1d2e59;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 120%;
    padding: 10px;
}

    .befragung .table thead :not(caption):last-child {
        border-right: none;
    }

.befragung .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    --bs-table-bg-type: #1d2e59;
}

.befragung .table tbody :not(caption) {
    color: #1d2e59;
}

.befragung .table tbody td:nth-child(2n) {
    background: #1d2e590b;
    --bs-table-bg-type: #1d2e590b;
}

.befragung .absenden label {
    font-size: 24px;
    color: #31bff8;
}

.befragung .absenden .rz-card {
    background: none;
    box-shadow: none;
}

.befragung .absenden .rz-p-12 {
    padding: 0 !important;
    margin-bottom: 20px;
}

.befragung .absenden .rz-button.rz-success.rz-shade-default {
    background: #31bff8;
    border-radius: 25px;
    box-shadow: 0 0 3px #bfbfbf;
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 400;
}

    .befragung .absenden .rz-button.rz-success.rz-shade-default:hover {
        background: #1d2e59;
    }

.befragung .table .rz-textbox.rz-state-empty {
    margin-left: 2%;
    margin-right: 2%;
    width: 96% !important;
}

.befragung .table > :not(caption) > * > * {
    border-bottom: 1px solid #fff;
    background: #fff;
    padding: 5px 10px;
}

.befragung th.table-secondary {
    background: #1d2e59;
    color: #fff !important;
}

.befragung .rz-textarea {
    min-height: 150px;
}

.befragung .rz-button.rz-success.rz-shade-default {
    background-color: #31bff8;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    height: 3rem;
    font-weight: 400;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

    .befragung .rz-button.rz-success.rz-shade-default:hover {
        background: #1d2e59;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
    }

.copyright-text {
    color: #1d2e59 !important;
    padding: 0 12px;
}

.arabin-site {
    background: #fff;
}

    .arabin-site h1 {
        font-size: 36px;
        color: #31bff8;
    }

    .arabin-site .btn {
        background: #31bff8;
        color: #fff;
        display: inline-block;
        width: 200px;
        position: absolute;
        right: 15px;
        padding: 12px 0;
        border-radius: 25px;
        top: 15px;
    }

        .arabin-site .btn:hover {
            background: #1d2e59;
        }

@media screen and (max-width: 1280px) {
    .befragung .col-sm {
        flex: none;
        width: 100%;
    }

    .befragung .pessare-auswahl .col-sm {
        flex: 1 0 0%;
    }

    .befragung .col-3 {
        width: 33%;
    }

    .befragung .rz-textbox, .befragung .rz-textarea {
        width: 96% !important;
    }
}

@media screen and (max-width: 965px) {
    body {
        font-size: 13px;
    }

    .content, article[b-8y40yrarn3] {
        padding: 50px 25px !important;
    }

    .teaser h5 {
        font-size: 32px;
    }

    .content h1 {
        font-size: 24px;
    }

    .sidebar .nav-item .nav-link {
        font-size: 14px;
    }

    .befragung .table thead :not(caption), .befragung .table > :not(caption) > * > * {
        padding: 3px;
    }

    .befragung .table {
        font-size: 12px;
    }

    .befragung .pessare-auswahl img {
        width: 80px;
    }

    .befragung .rz-textbox, .befragung .rz-textarea {
        font-size: 13px;
    }

    .befragung .rz-radiobutton-label {
        padding-left: 6px;
        padding: 2px 0 2px 6px;
    }

    .gewinnspiel .images {
        width: 200px;
        margin: 5px;
    }
}

@media screen and (max-width: 820px) {

    .teaser .logo, .arabin-site .logo, .femicare-success .logo {
        width: 240px;
        margin-bottom: 60px;
    }

    .teaser h5 {
        font-size: 26px;
    }

    .befragung h5 {
        font-size: 20px;
    }

    .gewinnspiel .images {
        width: 100%;
        max-width: 400px;
        margin: 5px;
    }

    .gewinnspiel .rz-flex-column {
        margin: auto;
    }

    .gewinnspiel .tassen {
        text-align: center;
    }

    .gewinnspiel h3 {
        font-size: 16px;
    }

    .gewinnspiel h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .page {
        overflow-x: hidden;
    }

    .content, article[b-8y40yrarn3] {
        padding: 50px 20px !important;
        width: 100%;
    }

    .teaser {
        width: 85%;
        margin: 0;
    }

    .befragung {
        width: 90%;
    }

    .sidebar .nav-item .nav-link {
        line-height: 2.5rem;
        height: auto;
    }

    .befragung .col {
        width: 100%;
        overflow-x: auto;
    }

    .befragung .rz-text-subtitle2, .befragung h6 {
        font-size: 14px;
    }

}

@media screen and (max-width: 700px) {
    .teaser, .befragung {
        width: 80%;
    }

        .befragung .pessare-auswahl .col-sm {
            flex: none;
            width: 50%;
            margin-bottom: 20px;
        }

        .befragung .pessare-auswahl .row:first-of-type {
            margin-bottom: 0;
        }

    .arabin-site h1 {
        font-size: 28px;
    }

    .arabin-site h4 {
        font-size: 18px;
    }

    .arabin-site .btn {
        width: 180px;
        right: 15px;
        padding: 8px 20px;
    }

    .arabin-site {
        padding-top: 30px;
    }

}

@media screen and (max-width: 640px) {
    .teaser, .befragung {
        width: 100%;
    }

    .navbar-toggler[b-9eb5bzdazz] {
        border: 1px solid #fff;
    }

    .befragung .rz-label {
        padding: 2px 2px 2px 2px;
    }

    .befragung .rz-radiobutton-label {
        padding: 2px 5px 2px 10px;
    }

    .befragung .rz-radiobutton-label {
        margin-block: 0;
        margin-inline: 0;
    }

}

@media screen and (max-width: 540px) {
    .befragung .col-3 {
        width: 100%;
    }

    .flexi {
        flex-direction: column
    }
}

@media screen and (max-width: 400px) {
    .befragung .rz-radio-button-list-vertical .rz-radio-btn {
        margin-block: 0;
        margin: 5px 0;
    }

    .befragung .rz-textbox, .befragung .rz-textarea {
        width: 93% !important;
    }

}

th.rotate {
    writing-mode: sideways-lr;
}

.hide-text {
    float: right;
}

    .hide-text .rz-radiobutton-label {
        display: none !important;
    }

.stark {
    background-color: #ff5050 !important;
    --bs-table-bg-type: #ff5050 !important;
    color: #1d2e59 !important;
}

.mittel {
    background-color: #ffc000 !important;
    color: #1d2e59 !important;
}

.leicht {
    background-color: #ffff00 !important;
    --bs-table-bg-type: #ffff00 !important;
    color: #1d2e59 !important;
}

.keine {
    background-color: #92d050 !important;
    color: #1d2e59 !important;
}

.radio-grid .rz-stack {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}
