
@font-face {
    font-family: "Candal";
    font-weight: normal;
    src: url("../fonts/Candal.woff");
}

@font-face {
    font-family: "Aileron";
    font-weight: normal;
    src: url("../fonts/Aileron-Regular.woff");
}

@font-face {
    font-family: "Aileron";
    font-weight: bold;
    src: url("../fonts/Aileron-Bold.woff");
}

@font-face {
    font-family: "Aileron";
    font-style: italic;
    src: url("../fonts/Aileron-Italic.woff");
}

@font-face {
    font-family: "Aileron";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/Aileron-BoldItalic.woff");
}

@font-face {
    font-family: "Aileron-Heavy";
    src: url("../fonts/Aileron-Heavy.woff");
}

@font-face {
    font-family: "Aileron-Black";
    src: url("../fonts/Aileron-Black.woff");
}

/* EDIT: gws_optimierung10 */
/*#mfw_fieldset_inputData > *,*/
#mfw_fieldset_agbs/*,
input.mfw_submit*/ {
    display: none;
}
/* EDIT: gws_optimierung10 */

#mfw_fieldset_inputData,
#mfw_fieldset_agbs {
    padding: 0;
    border: none;
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

/*.form-wrapper {
    position: relative;
}*/

.input-error {
    border: 2px solid #f65555 !important;
	background-color: #fcc !important;
}

.error-img {
    display: none;
    position: absolute;
    top: 4px;
    right: 3px;
    width: 26px;
    height: 32px;
    background-image: url("../images/gui/error.png");
    background-repeat: no-repeat;
}

/* sponsor list dialog */

.mfw_sponsorAssignment_ {
    display: none;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 8px;
    border: 1px solid #666;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 10000;
    font-family: Aileron, sans-serif;
    font-size: smaller;
}

.mfw_sponsorAssignment_ p {
    margin: 0 0 10px;
}

.mfw_sponsorAssignment_ div.closeButton {
    width: 32px;
    height: 32px;
    background-image: url("../images/gui/sponsors/close_button.png");
    cursor: pointer;
    float: right;
}

.mfw_sponsorAssignment_ div.closeButton:hover {
    background-position: 32px 0;
}

.mfw_sponsorAssignment_ .sponsorHeader > p {
    color: #1a1a1a;
    font-size: 18px;
    padding: 5px 0;
    cursor: default;
}

.mfw_sponsorAssignment_ .sponsorInfoText {
    width: 95%;
    margin: 20px auto;
    text-align: justify;
    font-size: 12px;
    line-height: 1.4;
}

.mfw_sponsorAssignment_ div.sponsorNavi ul {
    padding-left: 0;
}

.mfw_sponsorAssignment_ div.sponsorNavi li {
    display: inline-block;
    float: left;
    border: 1px solid black;
    border-bottom: none;
    padding: 3px 14px;
    border-radius: 10px 10px 0 0;
    background-color: #e6e6e6;
    cursor: default;
}

.mfw_sponsorAssignment_ div.sponsorNavi li.active {
    background-color: white;
    border-bottom: none;
    padding-bottom: 4px;
    margin-bottom: -1px;
}

.mfw_sponsorAssignment_ .outerSponsorListe {
    clear: both;
    background-color: white;
    border: 1px solid black;
}

.mfw_sponsorAssignment_ .sponsorListe {
    background-color: #f7f5ff;
    border: 1px solid #999;
    margin: 8px;
    padding: 10px;
    max-height: 460px;
    overflow-y: scroll;
    text-align: left;
}

.mfw_sponsorAssignment_ .sponsorListe input + small {
    display: inline-block;
}

.sponsorListe > div {
    margin-bottom: 15px;
}

.mfw_sponsorAssignment_ .sponsorListe .clearfix {
    height: 18px;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #2f2f2f;
}

.mfw_sponsorAssignment_ script + .clearfix {
    display: none;
}

.sponsors small,
.emailPostSponsors input,
.telSponsors input,
.emailSponsors input,
.freeSponsors input,
.sponsors small,
.emailPostSponsors small,
.telSponsors small,
.emailPostSponsors small,
.emailSponsors small {
    display: none;
}

.telSponsors {
    clear: both;
}

.telSponsors input.checkbox, .telSponsors input.checkbox + small {
    display: none !important;
}

.telSponsors input[name=optinTelEntzug] {
    display: block;
    float: left;
    height: 15px;
    margin: 10px 0;
}

.telSponsors input[name=optinTelEntzug] + span {
    display: block;
    height: 15px;
    line-height: 15px;
    float: left;
    margin: 10px 0;
    /* margin-left: 5px; */
    margin-top: 3px;
}

.outer-container {
    margin: 15px 0 33px;
    text-align: center;
}

.centered-container {
    box-sizing: border-box;
    min-height: 572px;
    margin: 0 auto;
    /* EDIT: counter cropping */
    /* overflow: hidden; */
    /* position: relative; */
    display: inline-block;
    position: relative;
}

/* EDIT: counter cropping */
.centered-container .relative-parent {
    /* overflow: hidden; */
}

.bottom-bar-content {
    height: 80px;
    margin: 0 auto;
}

.left-area {
    /* EDIT: counter cropping */
    position: relative;
    height: 100%;
    text-align: left;
}

.left-area h2 {
    font-family: Aileron-Heavy, sans-serif;
}

.left-area .promo-img {
    /* margin-bottom: 40px; */
    /*background-color: #3b7ded;*/
    display: block;
}

/*.left-area */.counter {
    text-align: center;
    background-color: rgba(255, 255, 31, .7);
    font-family: Aileron, sans-serif;
    font-weight: bold;
    display: none;
}

/*.left-area */.counter label {
    margin: 0 25px;
    display: block;
    font-size: 18px;
}

/*.left-area */.counter label.pre-clock {
    font-size: 25px;
}

.right-area {
    text-align: left;
    position: relative;
}

.progress-area canvas {
    display: block;
    margin: 12px auto 20px;
}

.coreg-header {
    font-family: Aileron, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #e21818;
}

.progress-text {
    text-align: center;
    font-family: Aileron, sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.progress-area.coreg-progress .progress-text {
    margin-top: 40px;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 20px;
}

.processing-window {
    display: none;
    background-color: #e6e6e6;
    padding: 20px 15px 10px;
    font-family: Aileron, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #3e3e3e;
    border-radius: 8px;
    margin: 60px 20px 18px;
    box-shadow: 2px 2px 5px #00000042;
}

.message-window {
    display: none;
    position: absolute;
    width: 90%;
    left: 22px;
    z-index: 1000;
    background-color: #c2c2e0;
    border-radius: 6px;
    box-shadow: 4px 4px 5px #0000005e;
    font-family: sans-serif;
    text-align: center;
}

.message-window .message {
    padding: 20px 10px;
    line-height: 1.4;
}

.message-window .ok-button {
    padding: 6px 20px;
    margin: 10px auto;
    margin-top: 0;
    background-color: #9393bb;
    border: 1px solid hsla(240, 23%, 40%, 1);
    border-radius: 4px;
    display: inline-block;
    color: white;
    cursor: pointer;
}

.message-window .ok-button:hover {
    background-color: #a8a8d7;
}

.message-window .ok-button:active {
    transform: translate(2px, 2px);
}

/* EDIT: promo_consent_dialog */

.promo-consent-window {
    display: none;
    position: absolute;
    /*width: 90%;
    left: 22px;*/
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 8px;
    z-index: 1000;
    font-family: sans-serif;
    box-shadow: 2px 2px 4px #0000007a;
    text-align: center;
    line-height: 1.3;
}

.promo-consent-window .window-header {
    background-color: #a2a2a2;
    height: 20px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #717171;
}

.promo-consent-window .message-text {
    margin: 10px;
}

.promo-consent-window .with-consent-button {
    background-color: #42b942;
    background-image: linear-gradient(#4cd44c, #3fab3f);
    padding: 5px 10px;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 2px solid #559655;
    color: white;
    cursor: pointer;
    width: 90%;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #00000047;
    font-weight: bold;
    font-size: 20px;
}

.promo-consent-window .with-consent-button:active {
    transform: translate(1px, 1px);
}

.promo-consent-window .without-consent-button {
    background-color: #bfbfbf;
    padding: 6px 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 11px;
    width: 90%;
    box-sizing: border-box;
}

.promo-consent-window .without-consent-button:active {
    transform: translate(1px, 1px);
}

/* EDIT: promo_consent_dialog */

/* EDIT: promo_consent_info_window */

.promo-info-window {
    display: none;
    position: absolute;
    /* top: 40px; */
    background-color: #f0f5f0;
    z-index: 1000;
    box-shadow: 2px 2px 5px #0000006e;
    border-radius: 0 0 6px 6px;
    font-family: Aileron, sans-serif;
    margin-right: 6px;
}

.promo-info-window .window-header {
    height: 34px;
    padding-left: 20px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    font-weight: bold;
    font-size: larger;
    background-color: #9cbb9c;
}

.promo-info-window .window-header .title {
    display: inline-block;
    /* padding-top: 7px; */
    height: 34px;
    line-height: 34px;
}

@media only screen and (max-width: 320px) {

    .promo-info-window .window-header .title {
        font-size: 70%;
    }

}

@media only screen and (min-width: 321px) and (max-width: 380px) {

    .promo-info-window .window-header .title {
        font-size: 80%;
    }

}

@media only screen and (min-width: 381px) {

    .promo-info-window .window-header .title {
        font-size: 100%;
    }

}

.promo-info-window .window-header .close-button {
    background-color: #ec3333;
    background-image: url("../images/gui/close_button.png");
    /* background-position: -1px -1px; */
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
    border: 1px solid #bd1515;
}

.promo-info-window .window-header .close-button:hover {
    background-position-x: -32px;
}

.promo-info-window .window-content {
    margin: 10px;
    padding: 10px;
    border: 1px solid #acb3ac;
    max-height: 360px;
    overflow-y: scroll;
}

.promo-info-window .window-content ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

/* EDIT: promo_consent_info_window */

.processing-window .text {
    font-weight: bold;
    text-align: center;
}

.prepage-image-selector {
    text-align: center;
}

.prepage-image-selector-tile {
    display: inline-block;
    margin: 4px 10px;
    vertical-align: top;
}

.prepage-image-selector-thumb,
.prepage-image-selector-thumb .overlay {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    cursor: pointer;
}

.prepage-image-selector-tile label {
    font-family: Aileron, sans-serif;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 4px;
}

#mfw_fieldset_ownCoregData {
    border: none;
}

#mfw_fieldset_ownCoregData .app_coreg {
    display: none;
    margin: 0 auto;
    /* width: 320px; */
    width: 380px;
}

.small-coreg-text {
    font-size: 13px;
    text-align: justify;
}

#mfw_fieldset_ownCoregData .app_coreg_headline,
#mfw_fieldset_ownCoregData .sub-question {
    font-family: Aileron, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 20px;
    line-height: 1.3;
}

#mfw_fieldset_ownCoregData .app_coreg_hinweistext,
#mfw_fieldset_ownCoregData .app_coreg_beschreibung {
    font-family: Aileron, sans-serif;
    font-size: 18px;
    margin: 15px 0 20px;
    line-height: 1.3;
}

#mfw_fieldset_ownCoregData .app_coreg_answer,
#mfw_fieldset_ownCoregData .sub-question-answer {
    margin: 10px 0 10px;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    line-height: 24px;
}

/*#mfw_fieldset_ownCoregData div.radio-img {
    width: 34px;
    height: 34px;
    background-image: url("../images/gui/coreg_checkbox.png");
    float: left;
}*/

#mfw_fieldset_ownCoregData div.radio-img.checked {
    background-position-x: -34px;
}

div.optin-checkbox {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    background-image: url("../images/gui/checkbox.png");
    /* EDIT: agb_checkbox_angedeutet */
    /* background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/flexfancy/images/gui/checkbox_implied.png"); */
    /* EDIT: agb_checkbox_angedeutet */
    float: left;
    cursor: pointer;
}

div.optin-checkbox.checked {
    background-position-x: -32px;
}

/* EDIT: promo_consent_info_window */
div.optin-checkbox.error {
    background-position-x: -64px;
}
/* EDIT: promo_consent_info_window */

#mfw_fieldset_ownCoregData .coregAnswerLabel {
    /* font-size: 18px; */
    font-weight: bold;
    font-family: Aileron, sans-serif;
    margin-left: 20px;
    /* float: left; */
    /* EDIT: blitz_coreg_changes */
    /* width: 240px; */
    /* width: 300px; */
    /* EDIT: blitz_coreg_changes */
    width: 100%;
    margin: 0;
}

#mfw_fieldset_ownCoregData .sub-questions {
    display: none;
}

#mfw_fieldset_ownCoregData input.radio {
    display: none;
}

#mfw_fieldset_ownCoregData .yes-no-answer {
    margin: 0 auto;
    width: 300px;
    height: 50px;
}

#mfw_fieldset_ownCoregData .yes-no-answer div {
    width: 140px;
    height: 40px;
    margin: 5px;
    font-family: Aileron, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    box-shadow: 0 0 4px #808080b8;
    border-radius: 15px;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

#mfw_fieldset_ownCoregData .yes-no-answer div:active {
    transform: translate(2px, 2px);
}

.controls-area {
    position: relative;
}

.controls-area .headline2 {
    font-family: Aileron, sans-serif;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.controls-area .prepage-quiz,
.controls-area .prepage-image-selector,
.controls-area .registration-page-1,
.controls-area .registration-page-2 {
    font-family: Aileron, sans-serif;
    text-align: center;
    /*width: 85%;
    margin: 0 auto;*/
    display: none;
}

.registration-form-area {
	width: 85%;
	margin: 0 auto;
}

.controls-area .registration-page-2 {
    display: block;
}

.controls-area .prepage-quiz .answer {
    font-weight: bold;
    letter-spacing: 0.06em;
    color: white;
    padding: 8px;
    margin-bottom: 18px;
    background-color: #50addc;
    border: 2px solid #1f719b;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    /* EDIT: ultraflex_prepage_attributes */
    margin-left: 6px;
    margin-right: 6px;
    /* EDIT: ultraflex_prepage_attributes */
}

.controls-area .prepage-quiz .answer:active {
    transform: translate(2px, 2px);
}

.controls-area .row {
    width: 100%;
    /*margin-bottom: 4%;*/
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    /* ultraflex */
    /*height: 34px;*/
    /* ultraflex */
}

.controls-area .row * {
    box-sizing: border-box;
}

.controls-area .row .col2-2,
.controls-area .row .col3-3 {
    position: relative;
    width: 100%;
    /* ultraflex */
    /*height: 34px;*/
    /* ultraflex */
    box-sizing: border-box;
}

.controls-area .row .col2-1 {
    position: relative;
    /*width: 126px;*/
    width: 48%;
    /* ultraflex */
    /*height: 34px;*/
    /* ultraflex */
    box-sizing: border-box;
    float: left;
}

.controls-area .row .col2-1:first-child {
    /*margin-right: 20px;*/
    margin-right: 4%;
}

.controls-area .row .col3-1 {
    position: relative;
    width: 30.6%;
    /* ultraflex */
    /*height: 34px;*/
    /* ultraflex */
    margin-right: 4%;
    box-sizing: border-box;
    float: left;
}

.controls-area .row .col3-1:last-child {
    margin-right: 0;
}

.controls-area .row .col3-2 {
    position: relative;
    width: 65.4%;
    height: 34px;
    margin-right: 4%;
    box-sizing: border-box;
    float: left;
}

.controls-area .row .col3-2:last-child {
    margin-right: 0;
}

.controls-area .ui-label {
    /* EDIT: gws_optimierung10 */
    display: inline-block;
    /* EDIT: gws_optimierung10 */
    color: dimgrey;
    /*margin: 15px 0 5px;*/
    margin: 0 0 5px;
    /* EDIT: ultraflex_prepage_attributes */
    font-size: 18px;
    /* EDIT: ultraflex_prepage_attributes */
}

/* EDIT: gws_optimierung10 */
.controls-area /*.row*/ input:not(.mfw_sponsorAssignment_ *),
.controls-area /*.row*/ select:not(.mfw_sponsorAssignment_ *) {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background-color: #e6e6e6;
    border-radius: 10px;
    outline: none;
    text-align: center;
    color: #525252;
    font-size: 15px;
    letter-spacing: 0.05em;
    /* ultraflex */
    height: 38px;
    /* ultraflex */
}
/* EDIT: gws_optimierung10 */

.controls-area .row select {
    padding-left: 3px;
}

.controls-area .row .text-switch {
    /* ultraflex */
    /*height: 100%;*/
    height: 34px;
    /* ultraflex */
    background-color: #e6e6e6;
    border-radius: 10px;
    cursor: pointer;
    font-size: 17px;
    letter-spacing: 0.05em;
}

.controls-area .row .text-switch div {
    color: #50addc;
    float: left;
    width: 48%;
    height: 30px;
    line-height: 30px;
    margin-left: .8%;
    margin-top: 2px;
    border-radius: 10px;
}

.controls-area .row .text-switch div:first-child {
    margin-right: 1.6%;
}

.controls-area .row .text-switch div.selected {
    color: white;
    background-color: #50addc;
}

.controls-area .continue-button {
    background-color: #50addc;
    border: 3px solid #1f719b;
    border-radius: 12px;
    color: white;
    padding: 12px;
    /* margin: 55px 0 18px; */
    /*margin: 35px 0 18px;*/
    box-shadow: 2px 2px 5px #00000099;
    cursor: pointer;
}

.controls-area .continue-button:active {
    transform: translate(2px, 2px);
}

.controls-area .continue-button .button-label {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .06em;
    /* margin-bottom: 10px; */
    text-shadow: 1px 1px 0 #4a4a4a;
}

.controls-area .prepage-image-selector .continue-button .button-label {
    margin-bottom: 0;
}

@keyframes button-marker-left {
    from {
        margin-right: 0;
        opacity: 1;
    }
    to {
        margin-right: 10px;
        opacity: .3;
    }
}

@keyframes button-marker-right {
    from {
        margin-left: 0;
        opacity: 1;
    }
    to {
        margin-left: 10px;
        opacity: .3;
    }
}

.controls-area .continue-button .label-marker-left.animated {
    animation-name: button-marker-left;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

.controls-area .continue-button .label-marker-right.animated {
    animation-name: button-marker-right;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

/* .controls-area .continue-button .disclaimer-text { */
.controls-area .disclaimer-text {
    /* EDIT: promo_consent_dialog */
    position: relative;
    /* EDIT: promo_consent_dialog */
    text-align: justify;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.4;
    /* EDIT: agb_checkbox_indent */
    overflow: hidden;
    /* EDIT: agb_checkbox_indent */
}

/* EDIT: promo_consent_dialog */
@keyframes arrow-anim {
    0% {
        top: 60px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 80px;
    }
}

.arrow-hint {
    width: 96px;
    height: 96px;
    background-image: url("../images/gui/arrow_hint_a.png");
    position: absolute;
    top: 60px;
    left: 50%;
    margin: -48px;
    animation-name: arrow-anim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
/* EDIT: promo_consent_dialog */

.controls-area .continue-button a,
.controls-area .continue-button a:visited {
    text-decoration: none;
    color: #11374b;
}

.skip-button-container {
    text-align: center;
    margin: 60px 10px;
}

/*.skip-coreg-button {
    font-family: Aileron, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2d;
    display: inline-block;
    background-color: #e6e6e6;
    background-image: url("../images/gui/skip_button.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
    padding: 8px 14px;
    padding-right: 34px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
}*/

.skip-coreg-button {
    font-family: Aileron, sans-serif;
    font-size: 14px;
    color: #333;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 92% 50%;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.025em;
}

.skip-coreg-button:active {
    transform: translate(1px, 1px);
}

.bottom-bar {
    height: 80px;
    /*background-color: #ececec;*/
    background-color: #dcdcdc96;
}

.bottom-bar-content .progress-step {
    float: left;
    width: 276px;
    height: 64px;
    margin: 8px 0;
}

.bottom-bar-content .progress-step.completed .step-count {
    background-color: #1d9440;
}

.bottom-bar-content .progress-step.active .step-count {
    background-color: #50addc;
}

.bottom-bar-content .progress-step.completed .step-count div {
    background-image: url("../images/step_checked.png");
    width: 56px;
    height: 65px;
    margin: 4px;
}

.bottom-bar-content .progress-step.completed .step-count span {
    display: none;
}

.bottom-bar-content .step-count {
    float: left;
    background-color: #b3b3b3;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    text-align: center;
    line-height: 64px;
    font-family: 'Candal';
    font-size: 46px;
    color: white;
}

.bottom-bar-content .step-count .progress-image {
    width: 64px;
    height: 64px;
}

.bottom-bar-content .progress-image.question {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/question.png");
}

.bottom-bar-content .progress-image.input {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/input.png");
}

.bottom-bar-content .progress-image.gift {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/gift.png");
}

.bottom-bar-content .progress-image.email {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/email.png");
}

.bottom-bar-content label {
    display: table-cell;
    width: 150px;
    /* height: 64px; */
    margin-left: 10px;
    /* line-height: 64px; */
    /* float: left; */
    font-family: Aileron, sans-serif;
    font-size: 17px;
    text-align: left;
    vertical-align: middle;
    color: #2f2f2f;
}

.bottom-bar-content .progress-step:nth-of-type(2) {
    margin-left: 10px;
    margin-right: 50px;
    width: 340px;
}

.bottom-bar-content .progress-step:nth-of-type(2) label {
    width: 260px;
}

.bottom-bar-content .label-container {
    display: table;
    height: 64px;
    float: left;
    margin-left: 15px;
}

.bottom-bar-content .label-container span.highlight {
    color: #bf1f1f;
}

.footer-info-text {
    font-family: Aileron, sans-serif;
    color: #9a9a9a;
    font-size: 13px;
    text-align: justify;
    line-height: 1.4;
    margin: 0 auto;
}

.footer-info-text a,
.controls-area .disclaimer-text a {
    text-decoration: none;
    color: #50addc;
}

.footer-info-text a:hover,
.controls-area .disclaimer-text a:hover {
    text-decoration: underline;
}

.footer .inner {
    font-family: Aileron, sans-serif;
    text-align: center;
    margin: 30px 0;
}

/*.footer .inner a {
    text-decoration: none;
    color: #50addc;
    font-weight: bold;
}*/

.footer .inner a {
    text-decoration: none;
    color: #969696;
    font-weight: bold;
    font-size: 12px;
}

/* EDIT: blitz_coreg_changes */

span.blitz-coreg-extra {
    display: none !important;
}

div.blitz-coreg-content {
    padding-top: 10px;
    border-top: 1px solid white;
    margin-top: 20px;
    font-family: Aileron, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    text-align: justify;
}

div.blitz-coreg-content a {
    text-decoration: none;
    color: #50addc;
}

button.blitz-coreg-button {
    border-radius: 4px;
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #9a9a9a;
    color: black;
    font-size: 16px !important;
    font-weight: bold;
    padding: 8px 15px;
    letter-spacing: 0.03em;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button.blitz-coreg-button:hover {
    transform: translate(0, 0);
    background-color: #f9f9f9;
    transition-property: background-color;
    transition-duration: 300ms;
}

button.blitz-coreg-button:active {
    transform: translate(2px, 2px);
}

/* EDIT: blitz_coreg_changes */

/* EDIT: spiegel_coreg */
.coreg-text-small {
    font-size: 11px;
}

#spiegel-coreg-answers {
    margin-top: 12px;
}
/* EDIT: spiegel_coreg */

/*.left-area */.counter .post-clock-container {
    display: none;
    /* height: 190px; */
    /* display: table; */
    padding: 2px;
}

/*.left-area */.counter label.post-clock {
    /* display: none; */
}

.controls-area .prepage-image-selector .image-tiles {
    margin-left: auto;
    margin-right: auto;
}

.controls-area .prepage-image-selector .image-tiles.single-row {
    width: 50%;
}

.controls-area .prepage-image-selector .image-tiles.double-rows {
    width: 75%;
}

/* smartphones */

@media only screen and (max-width: 767px) {
    /* EDIT: gws_optimierung10 */
    .mfw_sponsorAssignment_ {
        left: 0;
        top: -370px;
    }
    /* EDIT: gws_optimierung10 */

    .controls-area {
        margin: 4px 4px 0;
        padding-bottom: 1px;
    }

    .controls-area .headline2,
    .controls-area .prepage-quiz .question,
    .controls-area .registration-page-1 .headline,
    .controls-area .registration-page-2 .headline {
        font-size: 30px;
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-radius: 10px 10px 0 0;
    }

    /*.right-area .headline,*/
    .left-area .headline1 {
        font-size: 30px !important;
    }

    .left-area .headline1:empty {
        display: none;
    }

    .controls-area .prepage-quiz .answers {
        margin-top: 30px;
    }

    .left-area h2 {
        text-align: center;
        font-size: 30px;
        margin: 10px 10px;
    }

    .left-area .promo-img {
        /* width: 90%; */
        width: 100%;
        margin: 0 auto;
    }

    .left-area .desktop-promo-img {
        display: none;
    }

    /* EDIT: promo_video */
    .promo-video.mobile {
        width: 100%;
        margin: 0 auto;
    }

    .coreg-site .promo-video.mobile {
        display: none;
    }

    .promo-video.desktop {
        display: none;
    }
    /* EDIT: promo_video */

    /*.left-area */.counter {
        /* padding: 12px 0; */
        padding: 2px 0;
        margin: 10px 0;
        margin-top: 0;
        overflow: hidden;
        /* background-image: radial-gradient(circle at bottom, #feffd7, #f8fc06); */
    }

    /*.registration-page-2 .counter {
        display: none !important;
    }*/

    /*.left-area */.counter .clock {
        margin-bottom: 2px;
        font-size: 30px;
        line-height: 1.2;
    }

    /* make it possible to hide the primary counter, when the
    prepage counter is visible */
    .counter.regular.hidden {
        display: none;
    }

    /* allow the secondary (prepage) counter to be made visible */
    /*.counter.prepage.visible {
        display: block;
    }*/

    /* when the secondary (prepage) counter is not marked 'visible',
    keep it hidden */
    /*.counter.prepage:not(.visible) {
        display: none;
    }*/

    /*.left-area */.counter label {
        font-size: 22px;
    }

    .right-area {
        /* margin-top: 10px; */
    }

    .coreg-header {
        width: 90%;
        /* EDIT: coreg_of_the_day */
        margin-top: 8px;
        /* EDIT: coreg_of_the_day */
    }

    .message-window {
        top: 104px;
    }

    .controls-area .headline2 {
        display: none;
    }

    .controls-area .prepage-image-selector .image-tiles {
        margin-bottom: 40px;
    }

    /*.bottom-bar {
        display: none;
    }*/

    .bottom-bar-mobile {
        display: none;
        position: relative;
        height: 56px;
        margin-top: 25px;
        /*margin-bottom: 70px;*/
        padding: 4px 0;
        background-color: #8080804d;
        background-image: radial-gradient(#ffffff00, #7575754d);
    }

    .bottom-bar-mobile .input-image {
        width: 56px;
        height: 56px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/mobile/input2_mobile.png");
        position: absolute;
        margin-left: 10px;
    }

    .bottom-bar-mobile .email-image {
        width: 56px;
        height: 56px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/mobile/email_mobile.png");
        position: absolute;
        left: 50%;
        margin-left: -28px;
    }

    .bottom-bar-mobile .gift-image {
        width: 56px;
        height: 56px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/mobile/gift_mobile.png");
        position: absolute;
        right: 0;
        margin-right: 10px;
    }

    .bottom-bar-mobile .checkmark-green {
        width: 24px;
        height: 24px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/mobile/checkmarks/checkmark_green.png");
        position: absolute;
        right: -5px;
        bottom: -1px;
    }

    .bottom-bar-mobile .checkmark-gray {
        width: 24px;
        height: 24px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar/regpage/mobile/checkmarks/checkmark_gray.png");
        position: absolute;
        right: -5px;
        bottom: -1px;
    }

    .bottom-bar-hint-mobile {
        display: none;
        font-family: Aileron, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #444444;
        padding: 10px;
        margin-bottom: 100px;
        /* EDIT: ultraflex_prepage_attributes */
        /* background-color: #7adfe6; */
        background-color: white;
        /* EDIT: ultraflex_prepage_attributes */
    }

    .bottom-bar-hint-mobile span.highlight {
        color: #c30b0b;
    }

    .footer .inner a {
        margin: 0 5px;
    }

    .footer-info-text {
        width: 85%;
        margin-top: 40px;
    }

    #tellmann_info {
        font-size: 18px;
        padding: 10px;
        padding-top: 14px;
        background-color: #ffe6e6;
        box-shadow: 0 2px 3px #e2e2e2;
    }

    #tellmann_info .big_text {
        text-align: left;
    }

    /* EDIT: flexfancy_sovendus_fix20181029 */
    #tellmann {
		margin-bottom: 5px;
	}

	#sovendusAbo-container {
		margin-top: 0;
	}
    /* EDIT: flexfancy_sovendus_fix20181029 */

    .window-modal-bg .window {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
    }

    .window-modal-bg .window .buttons .skip-button {
        width: 43%;
    }

    .window-modal-bg .window .buttons .close-button {
        width: 43%;
    }

    #mfw_fieldset_ownCoregData .coregAnswerLabel {
        font-size: 18px;
    }

    .negative-answer label.coregAnswerLabel {
        font-size: 14px !important;
    }

    #header, #price_header, #tellmann {
        display: none;
    }

    p.big_text {
        margin: 12px 0;
    }

    p.big_text:first-of-type {
        margin-top: 5px;
    }

    p.big_text:last-of-type {
        margin-bottom: 5px;
    }

    /* h2.headline1 {
        display: none;
    } */

    .outer-container {
        margin-top: 0;
    }

    .right-area {
        /* margin-top: 0; */
    }

    .hybrid-area {
        margin-top: 10px;
    }

    .coregInfoText {
        border: 0;
        box-shadow: 0 3px 3px #0000002e;
        background-color: #eaeaea;
        background-image: radial-gradient(#ffffff, #eaeaea);
    }

    .arrow-image-anim.visible {
        display: block;
    }

    .progress-area {
        margin-top: 10px;
    }

    .coreg-site .progress-area {
        margin-top: 0;
    }

    .coreg-info-desktop {
        display: none;
    }

    .left-area .headline1.left,
    .left-area .headline1.center,
    .left-area .headline1.right {
        /*margin-left: 30px;
        margin-right: 30px;*/
        margin-left: 10px;
        margin-right: 10px;
    }

    .left-area .headline1.left {
        text-align: left;
    }

    .left-area .headline1.center {
        text-align: center;
    }

    .left-area .headline1.right {
        text-align: right;
    }

    /* EDIT: fancy_message_before_coregs */
    .coreg-info-container .coreg-info-window {
        width: 80%;
        margin: 8px auto;
        padding: 20px 10px;
    }
    /* EDIT: fancy_message_before_coregs */

    /*.controls-area .prepage-quiz,
    .controls-area .prepage-image-selector,
    .controls-area .registration-page-1,
    .controls-area .registration-page-2 {
        width: 92%;
    }*/

    /* EDIT: fix_coreg_width */
    .coreg-site .centered-container {
        display: block;
    }
    /* EDIT: fix_coreg_width */

    div.banner-header.desktop {
        display: none !important;
    }

    div.headline3 {
        margin-bottom: 10px;
    }

    .controls-area .row {
        margin-bottom: 2.5%;
    }

    .controls-area .continue-button {
        margin: 20px 0 18px;
    }

    .disclaimer-area {
        margin-top: 12px;
    }

    .registration-form-area {
		width: 92%;
    }

    /* EDIT: agb_dialog */
    body {
        position: absolute;
    }

    .dialog-bg .agb-dialog {
        /* margin: 0 10px; */
        margin: 0;
        /* top: 10px; */
        /* top: 50%; */
        bottom: 0;
        position: fixed !important;
        box-shadow: 0 -2px 4px #6a6a6a2e !important;
    }

    .dialog-bg .agb-dialog h2.agb-title {
        margin: 0px 0 10px;
        font-size: 16px;
    }

    .dialog-bg .agb-dialog .agb-info-text-scroll {
        overflow-y: scroll;
        height: 120px;
    }

    .dialog-bg .agb-dialog .agb-info-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .dialog-bg .agb-dialog .agb-ok-button {
        margin-top: 20px;
        margin-bottom: 5px;
        padding: 12px 10px;
        font-size: 20px;
    }

    .dialog-bg .agb-dialog .agb-settings-button {
        margin-bottom: 0;
    }

    .dialog-bg .agb-dialog .agb-dialog-footer {
        margin-bottom: 0 !important;
    }

    .dialog-bg .agb-dialog .confirm-option .option-text {
        font-size: 12px;
        line-height: 1.5;
    }
    /* EDIT: agb_dialog */
}

/* tablets and desktops */

@media only screen and (min-width: 768px) {

    .mfw_sponsorAssignment_ {
        /* left: 105px; */
        /* left: 550px; */
        /* EDIT: gws_optimierung10 */
        left: -130px;
        /* EDIT: gws_optimierung10 */
        /* top: 20px; */
        width: 750px;
    }

    .controls-area {
        margin-top: 23px;
    }

    .controls-area .headline2,
    .controls-area .registration-page-1 .headline,
    .controls-area .registration-page-2 .headline {
        font-size: 36px;
        font-weight: bold;
        /*margin-top: 10px;*/
        padding-top: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-radius: 10px 10px 0 0;
    }

    .controls-area .prepage-quiz .question {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    /*.controls-area .prepage-image-selector .image-tiles {
        margin: 0 0 90px;
    }*/

    .deco-container {
        /* EDIT: fix_sponsoren_abgeschnitten */
        /* overflow: hidden; */
        /* EDIT: fix_sponsoren_abgeschnitten */
        min-height: 700px;
        margin: 48px 0;
        background-image: url("../images/outer_slice_top_alpha.png"),
                          url("../images/outer_slice_bottom_alpha.png");
        background-repeat: repeat-x, repeat-x;
        background-position: 0 0, 0 100%;
    }

    .centered-container {
        /* width: 960px; */
        padding: 32px 0;
    }

    .controls-area {
        min-height: 408px;
        overflow: hidden;
        border-left: 2px solid #c8c8c8;
    }

    .controls-area .prepage-quiz .answers {
        margin-top: 50px;
    }

    .left-area {
        float: left;
        width: 580px;
    }

    .left-area h2 {
        width: 530px;
        font-size: 42px;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .left-area .headline1 {
        margin-bottom: 5px;
    }

    .left-area .promo-img {
        /* width: 500px; */
        /*width: 430px;
        height: 430px;*/
        width: 90%;
        display: none;
    }

    .left-area .desktop-promo-img {
        position: absolute;
		left: 0px;
		top: 0px;
        /*width: 430px;
        height: 430px;*/
        /*width: 520px;
        height: 520px;*/
		width: 680px;
        height: 680px;
        background-repeat: no-repeat;
        /*background-size: contain;*/
        display: block;
    }

    .left-area .promotion-container {
        position: relative;
        width: 430px;
        height: 430px;
    }

    /* ultraflex */
    /*.coreg-site .desktop-promo-img {
        background-position: 50%;
    }*/
    /* ultraflex */

    /* EDIT: promo_video */
    .promo-video.mobile {
        width: 90%;
        display: none;
    }

    .coreg-site .promo-video.desktop {
        padding-top: 80px;
    }

    .promo-video.desktop {
        width: 430px;
        height: 237px;
        padding-top: 20px;
        display: block;
    }
    /* EDIT: promo_video */

    /*.left-area */.counter {
        width: 190px;
        height: 190px;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 95px;
        /* margin-bottom: 32px; */
    }

    /*.left-area */.counter .post-clock-container {
        height: 190px;
        margin-top: -5px;
    }

    /*.left-area */.counter label {
        position: absolute;
        width: 140px;
    }

    /*.left-area */.counter label.pre-clock {
        top: 35px;
    }

    /*.left-area */.counter label.post-clock {
        /* width: 160px; */
        width: 190px;
        height: 190px;
        margin: 0 15px;
        /* bottom: 32px; */
        position: static;
        display: table-cell;
        vertical-align: middle;
        font-size: 28px;
    }

    /*.left-area */.counter .clock {
        margin-top: 5px;
        /* font-size: 50px; */
        font-size: 38px;
        line-height: 190px;
    }

    /* by default, hide the (secondary) counter element in the prepage area */
    /*.counter.prepage {
        display: none;
    }*/

    .right-area {
        /* width: 380px; */
        width: 450px;
        float: right;
    }

    .message-window {
        top: 134px;
    }

    .controls-area .headline2 {
        display: none;
        margin-bottom: 30px;
    }

    .controls-area .prepage-image-selector .image-tiles {
        margin-bottom: 90px;
    }

    .coreg-header {
        width: 380px;
    }

    .bottom-bar-content {
        width: 960px;
    }

    .footer .inner a {
        margin: 0 10px;
    }

    .footer-info-text {
        width: 960px;
        margin-top: 70px;
    }

    #tellmann {
    	background-image: url("../images/tellmann.png");
        width: 700px;
        /* EDIT: flexfancy_sovendus_fix20181029 */
        height: 238px;
        /* EDIT: flexfancy_sovendus_fix20181029 */
        margin: 0 auto;
        /* EDIT: flexfancy_sovendus_fix20181029 */
        margin-bottom: 45px;
        /* EDIT: flexfancy_sovendus_fix20181029 */
        overflow: hidden;
        position: relative;
        margin-top: -12px;
    }

    #tellmann_info {
        width: 470px;
        margin-left: 210px;
        margin-top: 28px;
        font-size: 18px;
    }

    #tellmann_info .big_text {
        text-align: left;
    }

    #white_bg {
        margin-top: -42px;
    }

    #sovendusAbo-container {
        margin-top: 25px;
    }

    .window-modal-bg .window {
        width: 96%;
        position: absolute;
        left: 50%;
        margin-left: -48%;
    }

    .window-modal-bg .window .buttons .skip-button {
        width: 45%;
    }

    .window-modal-bg .window .buttons .close-button {
        width: 45%;
    }

    #mfw_fieldset_ownCoregData .coregAnswerLabel {
        font-size: 20px;
    }

    .negative-answer label.coregAnswerLabel {
        font-size: 16px !important;
    }

    /* .coregInfoText {
        display: none;
    } */

    #hinweis {
        display: none;
    }

    .coregInfoText {
        background-color: #fbfbfb;
        border: 1px solid #d8d8d8;
        width: 90% !important;
        margin-left: 10px !important;
    }

    .coreg-info-mobile {
        display: none;
    }

    /* EDIT: fancy_message_before_coregs */
    .coreg-info-container .coreg-info-window {
        margin: 8px 32px;
        font-size: larger;
        padding: 30px 10px;
    }
    /* EDIT: fancy_message_before_coregs */

    div.banner-header.mobile {
        display: none !important;
    }

    .coreg-site div.headline3 {
        margin-bottom: 12px;
    }

    .controls-area .row {
        margin-bottom: 4%;
    }

    .controls-area .continue-button {
        margin: 35px 0 18px;
    }

    .bottom-bar-mobile {
        display: none;
    }

    .bottom-bar-hint-mobile {
        display: none;
    }

    /* EDIT: agb_dialog */
    .dialog-bg .agb-dialog {
        width: 700px;
        margin-left: -350px;
        top: 200px;
        left: 50%;
    }

    .dialog-bg .agb-dialog .agb-info-text {
        font-size: 14px;
        line-height: 1.4;
    }
    /* EDIT: agb_dialog */
}

/* EDIT: flexfancy_dynamic */

.coregHeader, .coregAnswerLabel,
.subQuestion {
    border: none !important;
/* EDIT: tile_coregs_dynamic */
/* EDIT: fix_coreg_subquestion_header */
    /* EDIT: fix_coreg_subquestion_header */
    /* background-color: #e8f0fc; */
    background-color: #e8f0fc !important;
    background-image: none !important;
    /* EDIT: fix_coreg_subquestion_header */
    /* EDIT: gws_optimierung05 */
    padding: 10px;
    /* EDIT: gws_optimierung05 */
    /* border-bottom: 2px solid #adadad; */
    /* EDIT: coreg_question_simple_bg */
    font-size: 18px;
    /* EDIT: coreg_question_simple_bg */
    text-align: center;
    /* EDIT: gws_optimierung05 */
    margin: 5px 10px;
    /* EDIT: gws_optimierung05 */
    border-radius: 8px;
    border: 1px solid #cacaca;
}
/* EDIT: fix_coreg_subquestion_header */
.sub-question {
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    color: #272727 !important;
}
/* EDIT: fix_coreg_subquestion_header */
.app_coreg_headline_,
/* EDIT: tile_coregs_dynamic */
.coregHeadline, .subQuestion {
/* EDIT: tile_coregs_dynamic */
    /* font-size: larger; */
    font-weight: bold;
}

/* EDIT: fix_new_layout_subquestions */
.subQuestion {
	margin: 0 !important;
    border: 1px solid #cacaca !important;
}

.coregSubAnswers.multi-coreg-parent {
    padding-left: 0;
    padding-right: 0;
}
/* EDIT: fix_new_layout_subquestions */

.app_coreg_hinweistext {
    margin-top: 15px;
}

/* EDIT: coreg_question_simple_bg */
.app_coreg_hinweistext:empty {
    display: none;
}

/* EDIT: tile_coregs_dynamic */
.app_coreg_beschreibung:empty,
/* EDIT: tile_coregs_dynamic */
.coregAdvice:empty {
    display: none;
}
/* EDIT: coreg_question_simple_bg */

.submitbutton-simple {
    /* font-size: larger; */
    padding: 5px 0;
    margin: 0 70px;
}
/* EDIT: coreg_tile_answers */

#mfw_fieldset_ownCoregData .new_style div.app_coreg_beschreibung,
/* EDIT: tile_coregs_dynamic */
.coregAdvice, .coregDescription {
/* EDIT: tile_coregs_dynamic */
    overflow: hidden;
    /* EDIT: coreg_tile_answers */
    /* text-align: justify; */
    margin-top: 15px;
    font-size: smaller;
    /* EDIT: coreg_tile_answers */
    /* EDIT: coreg_slider */
    /* EDIT: coreg_tile_answers */
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    /* EDIT: coreg_tile_answers */
    /* EDIT: coreg_slider */
}

/* EDIT: dynamic_coregs_debug */
.coregAdvice:empty, .coregDescription:empty {
    display: none;
}
/* EDIT: dynamic_coregs_debug */

#mfw_fieldset_ownCoregData .new_style .app_coreg_a {
    /* EDIT: new_coreg_list */
    /* EDIT: coreg_slider */
    /* margin-bottom: 40px; */
    /* EDIT: coreg_slider */
    /* EDIT: new_coreg_list */
}

#mfw_fieldset_ownCoregData .new_style .app_coreg_answer,
#mfw_fieldset_ownCoregData .new_style .sub-question-answer {
    overflow: hidden;
    margin-top: 6px;
    /* EDIT: coreg_highlight */
    cursor: pointer;
    /* EDIT: coreg_highlight */
}

#mfw_fieldset_ownCoregData .new_style input[type=radio] {
    display: none;
}

div.radio-img {
    float: left;
    width: 32px;
    height: 32px;
    /* EDIT: flexfancy_dynamic */
    /* background-image: url('../images/gui/radio_button.png'); */
    /* EDIT: flexfancy_dynamic */
    /* EDIT: coreg_slider */
    margin-left: 8px;
    /* EDIT: coreg_slider */
}

/* EDIT: coreg_tile_answers */
.tile-style div.radio-img {
    display: none;
}
/* EDIT: coreg_tile_answers */

div.radio-img.checked {
    background-position: right;
}

#mfw_fieldset_ownCoregData .new_style .coregAnswerLabel {
    display: inline-block;
    margin-left: 8px;
    line-height: 32px;
    /* EDIT: coreg_highlight */
    max-width: 80%;
    /* EDIT: coreg_highlight */
}

/* EDIT: coreg_tile_answers */
#mfw_fieldset_ownCoregData .new_style .tile-style .coregAnswerLabel {
    margin-left: 0;
}
/* EDIT: coreg_tile_answers */

#mfw_fieldset_ownCoregData .new_style .sub-questions,
/* EDIT: tile_coregs_dynamic */
.sub.coregSub
/* EDIT: tile_coregs_dynamic */
{
    display: none;
}

#mfw_fieldset_ownCoregData .new_style .sub-question-answers {
    width: 100%;
    /* avoid vertical margin collapse between elements */
    display: inline-block;
}

#mfw_fieldset_ownCoregData .new_style .coregImage {
    float: right;
    margin: 10px;
    margin-right: 0;
}

/* EDIT: coreg_tile_answers */
.content-footer {
    /* background-color: #e8f0fc; */
    /* padding: 10px 0; */
    /* EDIT: new_progressbar */
    /* margin-top: 20px; */
    margin-top: 4px;
    /* EDIT: new_progressbar */
    overflow: hidden;
    /* EDIT: new_progressbar */
    /* border-top: 1px solid #adadad; */
    /* EDIT: new_progressbar */
    border-bottom: 1px solid #adadad;
}
/* EDIT: coreg_tile_answers */

.hybrid-area {
    /* EDIT: coreg_tile_answers */
    /* margin: 20px auto; */
    margin: 6px auto;
    /* EDIT: coreg_tile_answers */
    /* EDIT: new_progressbar */
    /* width: 95%; */
    width: 88%;
    position: relative;
    overflow: hidden;
    /* EDIT: new_progressbar */
    /*display: none;*/
    /* EDIT: coreg_slider */
    /* EDIT: coreg_tile_answers */
    /* display: none; */
    /* EDIT: coreg_tile_answers */
    /* EDIT: coreg_slider */
}

/* EDIT: new_progressbar */
.progressbar {
    /*background-color: #b1b1b1;
    background-image: linear-gradient(#a2a2a2, #eeeeee);
    width: 100%;
    height: 25px;
    margin: 0 auto;
    border-radius: 12.5px;
    border: 1px solid #818181;
    overflow: hidden;
    position: relative;*/
    display: none !important;
}

.hybrid-area .progress1 {
    position: absolute;
    top: 18px;
    left: 15px;
    height: 25px;
    width: 0;
    background-image: linear-gradient(to right, #49d749, #f0fff0);
}

.hybrid-area .progress1.wide {
    width: 50%;
    transition-property: width;
    transition-duration: 2.5s;
}

@keyframes moving-dotted-line {
    from {
        background-position-x: 0%;
    }

    to {
        background-position-x: 100%;
    }
}

.hybrid-area .progress2,
.hybrid-area .progress1-regpage {
    opacity: 0;
    width: 26%;
    position: absolute;
    top: 24px;
    left: 58%;
    height: 10px;
    background-image: linear-gradient(to right, #adadad 50%, transparent 0%);
    background-size: 20% 10%;
    background-position-x: 0%;
    animation-name: moving-dotted-line;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.hybrid-area .progress1-regpage {
    display: none;
    left: 16%;
}

.hybrid-area .progress2.visible,
.hybrid-area .progress1-regpage.visible {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
}

.hybrid-area .progressbar-new {
    position: relative;
    left: 0;
    top: 0;
    /*background-image: url("../images/gui/progressbar/register_mobile.png"),
                      url("../images/gui/progressbar/giftbox.png"),
                      url("../images/gui/progressbar/goal_reached_b.png");
    background-position: 0% 8px,
                         50% 0px,
                         100% 4px;
    background-size: 58px,
                     45px,
                     48px;*/
    background-image: url("../images/gui/progressbar/register_mobile.png"),
                      url("../images/gui/progressbar/goal_reached_b.png"),
                      url("../images/gui/progressbar/goal_reached.png");
    background-position: 0% 8px,
                         50% 4px,
                         100% 4px;
    background-size: 58px,
                     48px,
                     48px;
    background-repeat: no-repeat;
    height: 64px;
}

/*.progressbar .progress {
    background-color: #1aabff;
    background-image: linear-gradient(#e7f6ff, #1aabff);
    width: 0;
    height: 25px;
    border-radius: 0;
    box-shadow: 2px 2px 4px #00000047;
}

.progressbar span {
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    width: 100%;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}*/
/* EDIT: new_progressbar */
/* EDIT: optin_in_changes */
/*#mfw_fieldset_agbs {
    display: none;
}*/
/* EDIT: optin_in_changes */
/* end of Simon's changes */

#mfw_fieldset_ownCoregData {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
    /* EDIT: coreg_tile_answers */
	/* width: 95%; */
    /* EDIT: coreg_tile_answers */
    /* EDIT: dynamic_coregs_debug */
	margin-bottom: 30px;
    /* EDIT: dynamic_coregs_debug */
	padding: 0px;
	display: block;
	border: 0px;
	text-align: left;
}

/* EDIT: sovendus_coreg_changes */
/*#mfw_fieldset_ownCoregData input {
    display: inline;
    padding: 0px;
    margin: 0px !important;
    line-height: 0px;
    width: 30px;
    height: 30px;
    margin-left: 10px !important;
    margin-top: 10px !important;
}*/
/* EDIT: sovendus_coreg_changes */

/* EDIT: tile_coregs_dynamic */
#mfw_fieldset_ownCoregData input.radio {
    display: none;
}
/* EDIT: tile_coregs_dynamic */

#mfw_fieldset_ownCoregData p {
	margin: 0px;
	padding:0px;
}
/* ############################### */
/* ####  Tellmann             #### */
/* ############################### */
#tellmann {
    position: relative;
    background-image: url(../images/tellmann.png);
    /* width: 852px; */
    width: 700px;
    height: 385px;
    /* top: -225px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    z-index: 999;
}

#tellmann p {
    margin: 5px 0;
}

#tellmann_info {
	position: relative;
	/* width: 600px; */
	height: 285px;
	/* top: 50px; */
	margin-left: 220px;
	z-index: 9999;
	font-family: 'Lato', sans-serif;
	/* font-size: 20px; */
	font-weight: 400;
	color: #000000;
}

/* ############################### */
/* ####  CoReg Window         #### */
/* ############################### */

/* EDIT: coreg_stoerer_neu */
.window-modal-bg,
/* EDIT: doi_extra_mail_message */
.info-window-modal-bg {
/* EDIT: doi_extra_mail_message */
    display: none;
    background-color: rgba(255, 255, 255, 0.68);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-family: sans-serif;
}

.window-modal-bg .window {
    /* width: 96%; */
    background-color: #f2f2f2;
    /* position: absolute; */
    top: 15%;
    /* left: 50%; */
    /* margin-left: -48%; */
    border: 4px solid #e20000;
    box-shadow: 2px 2px 4px #000000ad;
}

.window-modal-bg .window .header {
    background-color: #e20000;
    color: white;
    padding: 5px 0;
    font-family: sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    text-shadow: 2px 2px 0 black;
    overflow: hidden;
}

.window-modal-bg .window .header .header-title {
    width: 80%;
    float: left;
    margin-left: 4px;
}

.window-modal-bg .window .header .close-button {
    background-image: url("../images/gui/stoerer_close_button.png");
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
}

.window-modal-bg .info-box {
    overflow: auto;
    margin: 15px 12px;
}

.window-modal-bg .window .text1 {
    font-weight: bold;
    text-align: center;
    color: black;
    font-size: 22px;
    line-height: 1.3;
    width: 70%;
    float: left;
}

.window-modal-bg .window .warning-icon {
    background-image: url("../images/gui/warning_icon.png");
    width: 80px;
    height: 73px;
    float: right;
    margin-top: 6px;
}

.window-modal-bg .window .text2 {
    color: black;
    margin: 25px 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.window-modal-bg .window .buttons {
    margin: 20px 0px 10px;
    padding: 0 5px 5px;
    overflow: auto;
}

.window-modal-bg .window .buttons > div {
    height: 100px;
    display: table;
    box-shadow: 2px 2px 4px #00000087;
    cursor: pointer;
    border-radius: 4px;
}

.window-modal-bg .window .buttons > div:active {
    transform: translate(2px, 2px);
}

.window-modal-bg .window .buttons .button-label {
    color: black;
    text-align: center;
    /* font-size: 18px; */
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.window-modal-bg .window .buttons .close-button .button-label {
    font-size: 20px;
}

.window-modal-bg .window .buttons .skip-button .button-label {
    font-size: 16px;
}

.window-modal-bg .window .buttons .skip-button {
    /* width: 45%; */
    border: 1px solid #3f78a8;
    background-image: linear-gradient(#f7fafd, #d2dfe9);
    float: left;
    margin: 8px;
}

.window-modal-bg .window .buttons .close-button {
    font-weight: bold;
    width: 45%;
    border: 1px solid #3e8f1b;
    background-image: linear-gradient(#effded, #6eef3b);
    float: right;
    margin: 8px;
}
/* EDIT: coreg_stoerer_neu */

/* ############################### */
/* ####       Prepage         #### */
/* ############################### */

#prepage_content{
	width: 100%;
}

#prepage_left {
    width: 60%;
    height: 300px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

#prepage_right{
	width: 40%;
	height: 300px;
	float: right;
}

.pp_img {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

/* fix vertical 'check tick' image alignment */
.pp_img img {
    display: block;
}

.pp_img_wrap {
    cursor: pointer;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}

#prepage_box_wrap {
    display: inline-block;
	font-weight: bold;
}

#prepage_box {
    text-align: center;
}

/* ############################### */
/* ####      ExtraSyles       #### */
/* ############################### */

#tharuka {
    font-family: inherit;
    margin-top: 40px;
    text-align: center;
}

.THang {
    padding-bottom: 20px;
    display: block;
    width: 100% !important;
    padding: 10px !important;
}

#gutscheinconnection-container2 {
    text-align: center;
}

#sovendusAbo-container {
    width: 100%;
    text-align: center;
}

/* Adjust the layout of the "I don't want to receive any calls" checkbox */

.telSponsors span input[id^=mfw_sponsorAssignment],
.telSponsors span small {
 	display: none !important;
}

.telSponsors > span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
}

.telSponsors > input[type=checkbox] {
	display: inline-block;
    height: 22px;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
}

#gutscheinconnection-container1 img, #gutscheinconnection-container2 img {
    height: auto;
    max-width: 100%;
}

#content_wrapper {
    width: 100%;
    text-align: center;
}

.big_text {
    /* EDIT: coreg_slider */
    /* margin-top: 30px; */
    margin-top: 14px;
    /* EDIT: coreg_slider */
}

/* Custom 'Buy' button for FAZ newspaper */

div.faz-buy-button {
    width: 354px !important;
    height: 48px;
    margin: 10px auto 20px !important;
    background-image: url("../images/extras/faz_button.png");
    cursor: pointer;
    display: none;
}

/* Registration page layout changes */

#prize-image {
    width: 300px;
    height: 200px;
    margin: 10px auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    /* background-color: #76c9a5; */
}

/* Alter 'hinweistext' font size for Medion CoReg */

.mfw_coreg_794 .app_coreg_hinweistext {
    font-size: smaller;
}

/* EDIT: promo_consent_dialog */

.promo-consent-window {
    display: none;
    position: absolute;
    /*width: 90%;
    left: 22px;*/
    top: 170px;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 8px;
    z-index: 1000;
    font-family: sans-serif;
    box-shadow: 2px 2px 4px #0000007a;
    text-align: center;
    line-height: 1.3;
}

.promo-consent-window .window-header {
    background-color: #a2a2a2;
    height: 20px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #717171;
}

.promo-consent-window .message-text {
    margin: 10px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}

.promo-consent-window .with-consent-button {
    background-color: #42b942;
    background-image: linear-gradient(#4cd44c, #3fab3f);
    padding: 5px 10px;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 2px solid #559655;
    color: white;
    cursor: pointer;
    width: 90%;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #00000047;
    font-weight: bold;
    font-size: 20px;
}

.promo-consent-window .with-consent-button:active {
    transform: translate(1px, 1px);
}

.promo-consent-window .without-consent-button {
    background-color: #bfbfbf;
    padding: 6px 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 11px;
    width: 90%;
    box-sizing: border-box;
}

.promo-consent-window .without-consent-button:active {
    transform: translate(1px, 1px);
}

/* EDIT: promo_consent_dialog */

/* EDIT: promo_consent_info_window */

.promo-info-window {
    display: none;
    position: absolute;
    top: 40px;
    left: 5px;
    background-color: #f0f5f0;
    z-index: 1000;
    box-shadow: 2px 2px 5px #0000006e;
    border-radius: 0 0 6px 6px;
}

.promo-info-window .window-header {
    height: 34px;
    padding-left: 20px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    font-weight: bold;
    font-size: larger;
    background-color: #9cbb9c;
}

.promo-info-window .window-header .title {
    display: inline-block;
    padding-top: 1px;
}

.promo-info-window .window-header .close-button {
    background-color: #ec3333;
    background-image: url("../images/gui/close_button.png");
    /* background-position: -1px -1px; */
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
    border: 1px solid #bd1515;
}

.promo-info-window .window-header .close-button:hover {
    background-position-x: -32px;
}

.promo-info-window .window-content {
    margin: 10px;
    padding: 10px;
    border: 1px solid #acb3ac;
}

.promo-info-window .window-content ul {
    list-style: disc;
    list-style-position: inside;
}

/* EDIT: promo_consent_info_window */

/* EDIT: coreg_highlight */
/* EDIT: coreg_slider */
/* EDIT: tile_coregs_dynamic */
/*.app_coreg_answer.positive-answer,
.sub-question-answer.positive-answer {*/
.tile-style.positive-answer,
.tile-style.positive-answer {
/* EDIT: tile_coregs_dynamic */
/* EDIT: coreg_slider */
    /* background-color: #1fec1f; */
    /* EDIT: coreg_slider */
    font-weight: 900;
    background-image: linear-gradient(rgba(89, 255, 89, 0.18), rgba(14, 215, 14, 0.4));
    /* EDIT: fixed_tile_layout */
    /* padding: 5px; */
    /* EDIT: fixed_tile_layout */
    border: 1px solid #929292;
    border-radius: 5px;
    font-weight: bold;
    color: black;
    font-size: larger;
    text-shadow: 1px 1px 0 #ffffff70;
    /* EDIT: coreg_slider */
}

.tile-style.positive-answer,
.tile-style.negative-answer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.negative-answer label.coregAnswerLabel {
    /* font-size: 14px !important; */
    font-weight: 400 !important;
}

/* EDIT: coreg_tile_answers */
.app_coreg_answer:not(.tile-style),
.sub-question-answer:not(.tile-style) {
    margin-left: 10px;
    margin-right: 10px;
}

.tile-style {
    box-shadow: 2px 2px 2px #00000045;
    /* EDIT: flexfancy_dynamic */
    box-sizing: border-box;
    cursor: pointer;
    /* EDIT: flexfancy_dynamic */
    /* EDIT: fixed_tile_layout */
    /* display: table; */
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    /* align-items: stretch;
    justify-items: stretch; */
    /* EDIT: gws_optimierung05 */
    min-height: 100px;
    /* EDIT: gws_optimierung05 */
    /* EDIT: fixed_tile_layout */
}

.tile-style .coregAnswerLabel {
    cursor: inherit;
}

.tile-style:active {
    transform: translate(1px, 1px);
}

/* EDIT: curablu_coreg_answer_color */
.mfw_coreg_1226 .coregContainer.coreg_1226_1 .tile-style.negative-answer,
.mfw_coreg_687 .coregContainer.coreg_687_1 .tile-style.negative-answer,
/* EDIT: curablu_coreg_answer_color */
.tile-style.positive-answer {
    text-align: center;
    background-image: linear-gradient(#eeffed, #5df557);
    border: 1px solid #0e9409;
}

/* EDIT: curablu_coreg_answer_color */
.mfw_coreg_1226 .coregContainer.coreg_1226_1 .tile-style.negative-answer .coregAnswerLabel,
.mfw_coreg_687 .coregContainer.coreg_687_1 .tile-style.negative-answer .coregAnswerLabel {
    font-size: 18px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 0 white !important;
}

/* EDIT: gws_optimierung05 */
/* @media only screen and (max-width: 767px) {
    .mfw_coreg_1226 .coregContainer.coreg_1226_1 .tile-style,
    .mfw_coreg_687 .coregContainer.coreg_687_1 .tile-style {
        height: 200px;
    }
} */
/* EDIT: gws_optimierung05 */
/* EDIT: curablu_coreg_answer_color */

.tile-style.single-answer {
    /* EDIT: fix_single_tile_coregs */
    width: 45%;
    /* EDIT: fix_coreg_height */
    /* height: 160px; */
    /* EDIT: fix_coreg_height */
    /* EDIT: fixed_tile_layout */
    /* display: table; */
    /* EDIT: fixed_tile_layout */
    /* EDIT: fix_single_tile_coregs */
    margin: 30px auto 0 !important;
}

.tile-style.double-answer {
    /* EDIT: coreg_tile_answers_multi_answer */
    /* EDIT: fix_coreg_height */
    /* height: 160px; */
    /* EDIT: fix_coreg_height */
    width: 45%;
    /* EDIT: coreg_tile_answers_multi_answer */
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    display: table;
}

/* EDIT: coreg_tile_answers_more_coregs */
.app_coreg_a.multi-coreg-parent {
    /* EDIT: coreg_tile_answers_multi_answer */
    margin-top: 20px;
    /* EDIT: coreg_tile_answers_multi_answer */
}

/* EDIT: fixed_tile_layout */
/*.tile-style.multi-answer {
    margin-top: 12px !important;
    margin-left: 10px;
    margin-right: 10px;
    width: 45%;
    height: 160px;
    display: table;
}*/
/* EDIT: fixed_tile_layout */

/* EDIT: coreg_tile_answers_multi_answer */
.tile-style.multi-answer .coregAnswerLabel,
/* EDIT: fix_single_tile_coregs */
.tile-style.single-answer .coregAnswerLabel {
    /* EDIT: fixed_tile_layout */
    display: block;
    /* display: table-cell !important; */
    /* EDIT: fix_single_tile_coregs */
    /* vertical-align: middle; */
    /* EDIT: fixed_tile_layout */
}

.tile-style .tile-small-print {
    float: none !important;
    height: auto !important;
    margin-right: auto !important;
    width: auto !important;
    display: block !important;
    /* EDIT: tile_small_print_fix */
    font-size: 11px;
    /* EDIT: tile_small_print_fix */
    margin-top: 10px;
}

/* EDIT: tile_small_print_fix */
.tile-style .big-small-print {
    float: none !important;
    height: auto !important;
    margin-right: auto !important;
    width: auto !important;
    display: block !important;
    font-size: smaller;
    margin-top: 10px;
}
/* EDIT: tile_small_print_fix */

/* EDIT: tile_coregs_dynamic */
/* .tile-style.multi-answer:nth-of-type(odd) { */
.tile-style.multi-answer:nth-of-type(even) {
/* EDIT: tile_coregs_dynamic */
    float: right;
    margin-left: 0 !important;
    /* clear: both; */
}

/* EDIT: tile_coregs_dynamic */
/* .tile-style.multi-answer:nth-of-type(even) { */
.tile-style.multi-answer:nth-of-type(odd) {
/* EDIT: tile_coregs_dynamic */
    /* EDIT: fixed_tile_layout */
    /* float: left; */
    /* EDIT: fixed_tile_layout */
    margin-right: 0 !important;
}
/* EDIT: coreg_tile_answers_multi_answer */

/* EDIT: fixed_tile_layout */
/*.tile-style.multi-answer.positive-answer {
    padding-top: 18px;
    padding-bottom: 18px;
}*/
/* EDIT: fixed_tile_layout */

/* EDIT: fixed_tile_layout */
/*.tile-style.multi-answer.negative-answer {
    padding-top: 8px;
    padding-bottom: 8px;
}*/
/* EDIT: fixed_tile_layout */
/* EDIT: coreg_tile_answers_more_coregs */

.tile-style.double-answer .coregAnswerLabel {
    display: table-cell !important;
    vertical-align: middle;
    padding: 10px;
}

.tile-style.positive-answer.double-answer {
    /* EDIT: flexfancy_dynamic */
    float: right;
    /* EDIT: flexfancy_dynamic */
    margin-right: 10px !important;
}

/* EDIT: flexfancy_dynamic */
.tile-style.positive-answer.double-answer:nth-of-type(2) {
    float: left;
    margin-left: 10px;
}
/* EDIT: flexfancy_dynamic */

.tile-style.negative-answer.double-answer {
    float: left;
    margin-left: 10px;
}

.tile-style .coregAnswerLabel {
    line-height: 1.5 !important;
}

.tile-style.positive-answer .coregAnswerLabel {
    text-shadow: 1px 1px 0 white;
}

.tile-style.negative-answer .coregAnswerLabel {
    color: black;
}

.tile-style.negative-answer {
    text-align: center;
    background-image: linear-gradient(#f1f1f1, #afafaf);
    /* EDIT: fixed_tile_layout */
    /* padding: 5px; */
    /* EDIT: fixed_tile_layout */
    border: 1px solid #565656;
    border-radius: 5px;
}
/* EDIT: coreg_tile_answers */

.app_coreg_answer.positive-answer .radio-img,
.sub-question-answer.positive-answer .radio-img {
    margin-left: 2px !important;
}

.app_coreg_answer.negative-answer {
    /* background-color: #f53535; */
    /* background-image: linear-gradient(#ffd8d42e, #e6464685); */
    /* EDIT: coreg_slider */
    /*padding: 5px;
    border-radius: 5px;
    color: black;
    text-shadow: 1px 1px 0 #ffffff3d;*/
    /* EDIT: coreg_slider */
}

/*.app_coreg_answer.positive-answer div.radio-img {
    display: none !important;
}*/

/* EDIT: coreg_highlight */

/* EDIT: fix_coreg_bgcolor_blue */

.app_coreg.new_style,
/* EDIT: tile_coregs_dynamic */
.coregContainer {
/* EDIT: tile_coregs_dynamic */
    color: black !important;
}

/* EDIT: fix_coreg_bgcolor_blue */

/* EDIT: image_coregs_20181031 */
.coreg-image-wrapper {
    /* EDIT: image_coregs_20181031 */
    /* background-color: white; */
    /* EDIT: image_coregs_20181031 */
    margin-top: 10px;
    margin-bottom: -10px;
    /* EDIT: image_coregs_20181031 */
    /* border: 1px solid #bfbfbf; */
    /* EDIT: image_coregs_20181031 */
}

/* EDIT: image_coregs_new */
/*.coreg-image {
    width: 163px;
    height: 90px;
    margin: 0 auto 0;
    background-size: 100%;
    border: 1px solid #bfbfbf;
    box-sizing: content-box;
}*/

.coreg-image img {
    display: inline-block;
    margin: 20px 8px 0;
    border: 1px solid #d9d9d9;
}
/* EDIT: image_coregs_new */

.coreg-image-gfk {
    /*width: 116px;
    height: 116px;*/
    width: 90px;
    height: 90px;
}

.coreg-image-spiegel {
    width: 300px;
    height: 56px;
}

.coreg-image-brille {
    /*width: 153px;
    height: 116px;*/
    width: 119px;
    height: 90px;
}

/* EDIT: gkv_image_removal */
/*.coreg-image-krankenkasse {
    width: 135px;
    height: 90px;
}*/
/* EDIT: gkv_image_removal */

.coreg-image-strom1 {
    /*width: 188px;
    height: 126px;*/
    width: 134px;
    height: 90px;
}

.coreg-image-zahnbehandlung1 {
    /*width: 194px;
    height: 126px;*/
    width: 139px;
    height: 90px;
}

.coreg-image-unfall {
    /*width: 189px;
    height: 126px;*/
    width: 135px;
    height: 90px;
}

.coreg-image-faz {
    width: 240px;
    height: 51px;
}

.coreg-image-1u1 {
    width: 228px;
    height: 83px;
}

/* EDIT: fisherprice_coreg */
.coreg-image-fisherprice {
    width: 200px;
    height: 71px;
}
/* EDIT: fisherprice_coreg */
/* EDIT: image_coregs_20181031 */

/* EDIT: frank_coregs */
.coreg-image-handelsblatt {
    width: 302px;
    height: 122px;
}

.coreg-image-hoerzu {
    width: 122px;
    height: 122px;
}

.coreg-image-tvdigital {
    width: 302px;
    height: 122px;
}

/* EDIT: spiegel_coreg20200205 */
.coreg-image-spiegel {
    width: 165px;
    height: 92px;
}
/* EDIT: spiegel_coreg20200205 */

/* EDIT: kia_coreg */
.coreg-image-kia {
    width: 175px;
    height: 90px;
}
/* EDIT: kia_coreg */

/* EDIT: myself_coreg */
.coreg-image-myself {
    width: 122px;
    height: 122px;
}

.mfw_coreg_1075 .radio-box {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 100px;
}

/*.mfw_coreg_1075 .radio-box .click-wrapper {
    text-align: center;
}*/
/* EDIT: myself_coreg */

/* EDIT: donna_coreg */
.coreg-image-donna {
    width: 120px;
    height: 150px;
}

/*.mfw_coreg_1104 .shop-coreg .coregAnswers {
    display: block;
}*/
/* EDIT: donna_coreg */

/* EDIT: geo_coreg */
.coreg-image-geo {
    width: 160px;
    height: 134px;
}
/* EDIT: geo_coreg */

/* EDIT: nicey_coreg_image */
.coreg-image-nicey {
    width: 150px;
    height: 109px;
}
/* EDIT: nicey_coreg_image */

.radio-box {
    margin: 5px 10px 0;
}

.radio-box .click-wrapper {
    float: left;
    margin: 3px 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.shop-coreg .click-wrapper .radio-button {
    margin-right: 5px;
}

.shop-coreg .buy-button-container {
    display: none;
    text-align: center;
}

.shop-coreg .buy-button-container .buy-button {
    display: inline-block;
    width: 45%;
    /* height: 160px; */
    /* display: table; */
    margin: 30px auto 0 !important;
    padding: 15px 0;
    text-align: center;
    background-image: linear-gradient(#eeffed, #5df557);
    border: 1px solid #0e9409;
    font-family: 'Lato', sans-serif;
    font-size: 16.8px;
    font-weight: 700;
    color: #000000;
    background-color: #FEA116;
    /* border-radius: 15px; */
    text-shadow: 1px 1px 0 white;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #00000045;
    cursor: pointer;
}

.shop-coreg .buy-button-container .buy-button:active {
    transform: translate(1px, 1px);
}

.shop-coreg .coregAdvice {
    font-size: 12px;
}

.shop-coreg a.info-popup-link + a.info-popup-link {
    margin-left: 10px;
}

.shop-coreg a.info-popup-link {
    margin-top: 10px;
    display: inline-block;
}

.info-popup {
    display: none;
    position: absolute;
    top: 100px;
    background-color: #e8fceb;
    height: 450px;
    /*margin-left: 15px;
    margin-right: 15px;*/
    width: 90%;
    margin-left: 5%;
    box-shadow: 1px 1px 3px #0000008a;
    font-family: sans-serif;
}

.info-popup .header {
    padding: 5px 10px;
    padding-right: 5px;
    font-weight: bold;
    /* height: 20px; */
    overflow: hidden;
    background-color: #c6e8cb;
    background-image: linear-gradient(to right, #c6e8cb, #e1f3e4);
}

.info-popup .header-text {
    width: 80%;
    float: left;
}

.info-popup .close-button {
    width: 20px;
    height: 20px;
    float: right;
    background-image: url("../images/coregs/gui/close_button.png");
    opacity: .8;
    cursor: pointer;
}

.info-popup .close-button:active {
    background-color: #fdb4a1;
}

.info-popup .content {
    margin: 10px;
    overflow: auto;
    height: 80%;
    font-size: smaller;
    border: 1px solid #bbdcc0;
    padding: 5px;
    padding-top: 0;
}

.info-popup .content p {
    margin: 8px 0 !important;
}

/*.close-button-wrapper {
    text-align: center;
}*/

.info-popup .close-text-button {
    background-color: #c7e9cc;
    font-weight: bold;
    letter-spacing: .015em;
    display: inline-block;
    width: 84px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 4px;
    bottom: 8px;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    border: 1px solid #a4c3a9;
    cursor: pointer;
}

.info-popup .close-text-button:active {
    transform: translate(1px, 1px);
}
/* EDIT: frank_coregs */

/* EDIT: fix_sterbegeld_coreg */
/* EDIT: logout_as_prepage */
/*.mfw_coreg_46 .tile-style.negative-answer {
    width: 40%;
}*/
/* EDIT: logout_as_prepage */

.mfw_coreg_915 .app_coreg_hinweistext {
    font-size: 14px;
}
/* EDIT: fix_sterbegeld_coreg */

/* EDIT: tile_coregs_dynamic */
.coregHeader {
    overflow: hidden;
    border: 1px solid #bec5d0 !important;
}

.tile-style .coregAnswerLabel {
    background-color: transparent !important;
    /* EDIT: dynamic_coregs_debug */
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* EDIT: dynamic_coregs_debug */
}

.coregSubAnswer label {
    background-color: transparent !important;
    display: table-cell !important;
    vertical-align: middle;
}
/* EDIT: tile_coregs_dynamic */

/* EDIT: spiegel_coreg_neu */
/* .mfw_coreg_974 .coregAnswerLabel { */
.mfw_coreg_959 .coregAnswerLabel {
    font-size: 20px !important;
}

/* .mfw_coreg_974 .coregAnswers { */
.mfw_coreg_959 .coregAnswers {
    overflow: hidden;
}

/* .mfw_coreg_974 .coregAnswer { */
.mfw_coreg_959 .coregAnswer {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/* .mfw_coreg_974 .coreg-image { */
.mfw_coreg_959 .coreg-image {
    background-image: url("../images/coregs/mobile/extra/spiegel_banner2_128x90.jpg");
    width: 128px;
    height: 90px;
    border: 1px solid #bfbfbf;
    margin-top: 5px;
}

.center-container {
    display: none;
    text-align: center;
}

.spiegel-buy-button {
    background-color: #5b97e4;
    background-image: linear-gradient(#b3d3fd, #3f83da);
    display: inline-block;
    padding: 5px 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    text-shadow: 1px 1px 2px #272727;
    border-radius: 5px;
    border: 1px solid #5387cc;
    box-shadow: 2px 2px 2px #00000059;
    cursor: pointer;
}

.spiegel-buy-button:active {
    transform: translate(1px, 1px);
}
/* EDIT: spiegel_coreg_neu */

/* EDIT: store_sweepstake_prize */
p.mfw_adressData_infofeld17 {
    display: none;
}
/* EDIT: store_sweepstake_prize */

/* EDIT: doi_extra_mail_message */
@keyframes slide_window {
    from {
        top: -40%;
    }

    to {
        top: 15%;
    }
}

.info-window-modal-bg .window {
    width: 96%;
    background-color: #f2f2f2;
    background-image: linear-gradient(#ecd8c8, white);
    position: fixed;
    /* top: 15%; */
    top: -40%;
    left: 50%;
    margin-left: -48%;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #000000d6;
}

.info-window-modal-bg .window.slide-in {
    animation-name: slide_window;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.info-window-modal-bg .content {
    margin: 15px 20px 10px;
    /* font-size: 16px; */
    /* text-align: center; */
}

.info-window-modal-bg .content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 17px;
}

.info-window-modal-bg .buttons {
    text-align: center;
}

.info-window-modal-bg .buttons .close-button {
    display: inline-block;
    padding: 4px 30px;
    margin: 5px 5px 8px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #a3b39f;
    background-color: #c4e4bc;
    cursor: pointer;
}

.info-window-modal-bg .buttons .close-button:active {
    transform: translate(1px, 1px);
    background-color: #85c575;
    color: white;
}
/* EDIT: doi_extra_mail_message */

/* EDIT: amazon_coreg_image */
.mfw_coreg_995 .coregHeadline {
    font-size: 15px !important;
}
/* EDIT: amazon_coreg_image */

/* EDIT: frank_coregs */
.shop-coreg .tile-style.single-answer {
    height: auto !important;
}

.shop-coreg .coregDescription input.show-extra-text {
    width: 20px !important;
    height: 20px !important;
    vertical-align: sub;
}

.shop-coreg div.radio-button {
    width: 26px;
    height: 26px;
    background-image: url("../images/coregs/gui/radio_button.png");
    margin-left: 5px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: sub;
    transform: translate(0, 3px);
}

.shop-coreg div.radio-button.checked {
    background-position: right;
}

.shop-coreg .coregAdvice,
.shop-coreg .coregAnswers {
    display: none;
}

.shop-coreg .coregDescription label {
    background-color: transparent !important;
    margin: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0 !important;
}
/* EDIT: frank_coregs */

/* EDIT: coreg_info_box */
.header-info-text.has-image {
    overflow: hidden;
}

.header-info-text.has-image .info-text {
    max-width: 73%;
    float: left;
    margin-left: 10px;
}

.header-info-text.has-image .info-image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: right;
}

.header-info-text.has-image + .content-footer {
    clear: both;
}
/* EDIT: coreg_info_box */

/* EDIT: coreg_of_the_day */
/*input[name='adressData[freifeld8]'] {
    display: none;
}*/

/*.special-coreg {
    overflow: hidden;
    background-image: url("../images/gui/special_coreg/gold01.png");
    margin: 6px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000073;
    border: 3px dashed #9c8b4c;
}*/

/*.special-coreg .coregHeader {
    border: 2px solid #a99549 !important;
    background-color: #fff9e2 !important;
}*/

/*.special-coreg .tile-style.positive-answer {
    background-image: linear-gradient(hsl(48, 100%, 94%), #dcbc3f) !important;
    border: 1px solid #8a8157 !important;
}*/

/*.special-coreg .tile-style.negative-answer {
    background-image: linear-gradient(#fdf6d8, #a59557) !important;
}*/

.message-star {
    background-image: url("../images/gui/special_coreg/message_star.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 128px;
    position: absolute;
    top: 80px;
    left: 6px;
}

@keyframes message-star-anim {
    0% {
        background-size: 100%;
    }

    10% {
        background-size: 70%;
    }

    20% {
        background-size: 100%;
    }

    30% {
        background-size: 70%;
    }

    40% {
        background-size: 100%;
    }

    50% {
        background-size: 70%;
    }

    60% {
        background-size: 100%;
        /* left: 6px; */
    }

    70% {
        background-size: 70%;
    }

    80% {
        background-size: 100%;
        left: 6px;
    }

    90% {
        left: 2000px;
        opacity: 1;
    }

    100% {
        left: 2000px;
        opacity: 0;
    }
}

.message-star-animate {
    animation-name: message-star-anim;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.mfw_adressData_freifeld9 {
    display: none;
}
/* EDIT: coreg_of_the_day */

/* EDIT: prize_image_responsive */
#box_right.responsive {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

img.prize-image-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}
/* EDIT: prize_image_responsive */

/* EDIT: coreg_of_the_day */
/*input[name='adressData[freifeld8]'] {
    display: none;
}*/

/*.special-coreg {
    overflow: hidden;
    background-image: url("../images/gui/special_coreg/gold01.png");
    margin: 6px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000073;
    border: 3px dashed #9c8b4c;
}*/

/*.special-coreg .coregHeader {
    border: 2px solid #a99549 !important;
    background-color: #fff9e2 !important;
}*/

/*.special-coreg .tile-style.positive-answer {
    background-image: linear-gradient(hsl(48, 100%, 94%), #dcbc3f) !important;
    border: 1px solid #8a8157 !important;
}*/

/*.special-coreg .tile-style.negative-answer {
    background-image: linear-gradient(#fdf6d8, #a59557) !important;
}*/

.message-star {
    background-image: url("../images/gui/special_coreg/message_star.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 128px;
    position: absolute;
    top: 80px;
    left: 6px;
}

@keyframes message-star-anim {
    0% {
        background-size: 100%;
    }

    10% {
        background-size: 70%;
    }

    20% {
        background-size: 100%;
    }

    30% {
        background-size: 70%;
    }

    40% {
        background-size: 100%;
    }

    50% {
        background-size: 70%;
    }

    60% {
        background-size: 100%;
        /* left: 6px; */
    }

    70% {
        background-size: 70%;
    }

    80% {
        background-size: 100%;
        left: 6px;
    }

    90% {
        left: 2000px;
        opacity: 1;
    }

    100% {
        left: 2000px;
        opacity: 0;
    }
}

.message-star-animate {
    animation-name: message-star-anim;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.mfw_adressData_freifeld9 {
    display: none;
}

.special-coreg .coregContainer {
    overflow: hidden;
    border: 3px solid #ea0000;
    background-color: #fbd3d3;
    background-image: linear-gradient(45deg, #fbd3d3, #f17a7a);
    margin: 3px;
    padding-bottom: 10px;
}

.special-coreg .coregContainer .coregHeader {
    border: 1px solid #8b939e !important;
}
/* EDIT: coreg_of_the_day */

#progress-indicator {
    display: none;
}

/* EDIT: flexfancy_dynamic */

.coregContainer {
    display: none;
}

#hinweis {
    width: 90%;
    border: 3px solid #b84c4c;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    margin-top: 8px;
    /* margin-bottom: 15px; */
    font-family: 'Lato', sans-serif;
    font-size: 95%;
    letter-spacing: 0.01em;
}

#hinweis b, #hinweis strong,
.coregInfoText, .coregInfoText strong {
    font-weight: 900;
}

#hinweis .big_text,
.coregInfoText .big_text {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.coregInfoText h4 {
    font-weight: bold;
    font-size: 20px;
    color: #d42121;
    margin: 0;
}

.coregInfoText .highlight {
    color: #d42121;
}

.coregInfoText p:last-child {
    margin-bottom: 5px;
}

.coregInfoText ol {
    padding-inline-start: 15px;
}

#header, .header-info-text {
/* EDIT: coreg_tile_answers */
    width: 100%;
    /* height: 50px; */
    /* min-height: 50px; */
    position: relative;
    top: 0px;
    margin: 0px;
    /* padding: 0px; */
    /* padding-top: 10px; */
    padding: 10px 0 10px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: center;
    z-index: 897;
}

.coregInfoText {
    /* border: none; */
    /* box-shadow: 0 3px 3px #0000002e; */
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-top: 10px;
    color: black;
    /* background-color: #eaeaea; */
    /* background-image: radial-gradient(#ffffff, #eaeaea); */
    border-radius: 0;
    margin: 0;
    padding: 12px;
    width: 100%;
    font-family: Lato, sans-serif;
    line-height: 1.4;
}

@keyframes arrow-down-anim {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

.arrow-image-anim {
    background-image: url("../images/gui/arrow_down.png");
    width: 72px;
    height: 50px;
    background-repeat: no-repeat;
    display: none;
    margin-left: auto;
    margin-right: auto;
    animation-name: arrow-down-anim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* fix the layout problem of this CoReg's answer buttons by increasing their height */
.coregContainer.coreg_1049_1 .coregAnswer.tile-style.multi-answer {
    height: 190px;
}

/* EDIT: fancy_message_before_coregs */
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 38px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #4f7abe;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  margin: 0 auto;
  width: 80px !important;
  height: 60px !important;
  -webkit-transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
  transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
}

.coreg-info-container {
    display: none;
    margin-top: 30px;
}

.coreg-info-container .coreg-info-window {
    font-family: sans-serif;
    text-align: center;
    padding: 20px 10px;
    background-color: #c9ffc4;
    border-radius: 6px;
    border: 1px solid #add8a9;
    color: #2d2d2d;
}

.coreg-info-container .info-text1 {
    line-height: 1.3;
    font-weight: bold;
}

.coreg-info-container .processing-image {
    margin: 12px;
}

.coreg-info-container .info-text2 {
    line-height: 1.3;
    font-weight: bold;
}
/* EDIT: fancy_message_before_coregs */

/* Fix for sudden 'slim' display of one or two CoRegs */
.absendebutton {
    display: none;
}

/* EDIT: fisherprice_coreg */
.fisherprice-coreg {
    margin-top: 20px;
}

.mfw_coreg_1054 .coregAnswers {
    display: none;
}

.mfw_coreg_1054 .info-label {
    font-size: 15px;
    margin-top: 6px;
}

.mfw_coreg_1054 .fisherprice-inputs {
    margin-bottom: 10px;
}

.mfw_coreg_1054 input.birthdate-day,
.mfw_coreg_1054 input.birthdate-month {
    width: 35px !important;
}

.mfw_coreg_1054 input.birthdate-year {
    width: 50px !important;
}

.mfw_coreg_1054 input {
    border-radius: 0 !important;
    border: 1px inset gainsboro !important;
    height: 28px !important;
    text-align: center;
}

.mfw_coreg_1054 span.birthdate-label {
    float: none !important;
    margin: 0 !important;
    margin-left: 6px !important;
    font-size: 16px;
}

.mfw_coreg_1054 .fisherprice-buy-button {
    background-image: url("../images/gui/special_coreg/plus_icon.png"),
                      linear-gradient(#88ea2d, #66ad24);
    background-repeat: no-repeat;
    background-position: 10px 50%, 0 0;
    border-radius: 8px;
    border: 1px solid #46880b;
    width: 160px;
    padding: 3px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-shadow: 1px 1px 2px #000000b8;
    cursor: pointer;
    letter-spacing: 0.02em;
}

.mfw_coreg_1054 .fisherprice-skip-button {
    background-color: #b9b9b9;
    background-repeat: no-repeat;
    background-position: 10px 50%, 0 0;
    border-radius: 8px;
    border: 1px solid #6b6b6b;
    width: 140px;
    padding: 3px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-shadow: 1px 1px 2px #000000b8;
    cursor: pointer;
    letter-spacing: 0.02em;
    font-size: 14px;
}

.mfw_coreg_1054 .fisherprice-skip-button:active {
    transform: translate(1px, 1px);
}

.mfw_coreg_1054 .fisherprice-buy-button:active {
    transform: translate(1px, 1px);
}

.mfw_coreg_1054 .input-error {
    background-color: #ffc6c6 !important;
}

.mfw_coreg_1054 .coregHeader {
    position: relative;
}

.mfw_coreg_1054 .fisherprice-message-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;
    background-color: #fcc6c6;
    box-shadow: 0 2px 4px #0000007a;
}

.fisherprice-message {
    font-weight: bold;
    text-shadow: 1px 1px 0 white;
}
/* EDIT: fisherprice_coreg */

/* EDIT: advanzia_coreg_fontsize */
.mfw_coreg_1068 .coregAnswer.positive-answer .coregAnswerLabel {
	font-size: 13px !important;
}

.mfw_coreg_1068 .coregAnswer.positive-answer.tile-style.double-answer {
	float: none;
    width: 80%;
    margin: 0 auto !important;
	margin-top: 20px !important;
}

.mfw_coreg_1068 .coregAnswer.negative-answer.tile-style.double-answer
{
	float: none;
    width: 80%;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px !important;
}

.mfw_coreg_1068 .advanzia-agb-text {
    font-size: 10px;
    margin-top: 10px;
}
/* EDIT: advanzia_coreg_fontsize */

/* EDIT: o2_coreg */
.mfw_coreg_1070 .coregAnswer.positive-answer .coregAnswerLabel {
    font-size: 16px !important;
}

.mfw_coreg_1070 .coregAnswer.positive-answer.tile-style.double-answer {
	float: none;
    width: 80%;
    margin: 0 auto !important;
	margin-top: 20px !important;
}

.mfw_coreg_1070 .coregAnswer.negative-answer.tile-style.double-answer
{
	float: none;
    width: 80%;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px !important;
}

.coreg-image-o2 {
    width: 300px;
    height: 250px;
}
/* EDIT: o2_coreg */

/* EDIT: agb_coreg */
.agb-coreg-container .agb-coreg-header {
    /* EDIT: agb_checkbox_indent */
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 36px;
    /* EDIT: agb_checkbox_indent */
    position: relative;
    text-align: justify;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.4;
    overflow: hidden;
}

.agb-coreg-container .agb-coreg-questions {
    overflow: hidden;
}

.agb-coreg-container .checkbox-container {
    overflow: hidden;
    margin-bottom: 5px;
}

.agb-coreg-container .checkbox-label {
    display: inline-block;
    margin-top: 7px;
}
/* EDIT: agb_coreg */

/* EDIT: selection_list_coreg */
.mfw_coreg_1078 .coregAnswers {
    display: none;
}

.coreg-list-container .coreg-toggle-button {
    background-color: #e6e6e6;
    /* background-image: radial-gradient(white, #e4e4e4); */
    background-image: url("../images/coregs/gui/checkbox.png"),
                      radial-gradient(white, #e4e4e4);
    background-repeat: no-repeat;
    background-position: 2px 2px, 0 0;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.coreg-list-container .coreg-toggle-button:active {
    transform: translate(1px, 1px);
}

.coreg-list-container .coreg-toggle-button.checked {
    background-color: #b8f7bb;
    background-image: url("../images/coregs/gui/checkbox_checked.png"),
                      linear-gradient(#dfffe1, #8aef8f);
    background-repeat: no-repeat;
    background-position: 2px 2px, 0 0;
    border: 1px solid #82af84;
}

.mfw_coreg_1078 .cancel-button {
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 8px;
    text-align: center;
    color: #353535;
    cursor: pointer;
}

.mfw_coreg_1078 .cancel-button:active {
    transform: translate(1px, 1px);
    background-color: #cacaca;
}

.mfw_coreg_1078 .ok-button {
    background-color: #8eef93;
    background-image: linear-gradient(#c3fdc7, #25f52f);
    border: 1px solid #82af84;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    padding: 6px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
}

.mfw_coreg_1078 .ok-button:active {
    transform: translate(1px, 1px);
}
/* EDIT: selection_list_coreg */

/* EDIT: o2_coreg_new */
.mfw_coreg_1070 .o2-info-text p {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    font-size: 13px;
}
/* EDIT: o2_coreg_new */

/* EDIT: coreg_banner_text */
/*.coregInfoText {
    display: none;
}*/

.coreg-banner-text {
    /*background-color: #1f4cb1;*/
    background-color: #4f80ef;
    color: white;
    padding: 12px;
    text-align: center;
    font-family: sans-serif;
    display: none;
}

/* smartphones */
@media only screen and (max-width: 767px) {
    .coreg-banner-text.desktop {
        display: none !important;
    }
}

/* tables and desktops */
@media only screen and (min-width: 768px) {
    .coreg-banner-text.mobile {
        display: none !important;
    }
}
/* EDIT: coreg_banner_text */

/* EDIT: iframe_coreg */
.mfw_coreg_1132 .coregContainer {
    display: none !important;
}

.mfw_coreg_1132 .blorp {
    display: block;
    width: 256px;
    height: 128px;
    background-color: teal;
    margin-left: auto;
    margin-right: auto;
}

.iframe-button-container {
    text-align: center;
    margin-top: 10px;
}

/*.iframe-skip-button {
    display: inline-block;
    background-color: #ffa291;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: larger;
    color: white;
    text-shadow: 1px 1px 2px #0000005c;
    letter-spacing: 0.02em;
    cursor: pointer;
}*/

.iframe-skip-button {
    display: inline-block;
    background-color: #ff745b;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: x-large;
    color: white;
    text-shadow: 1px 1px 2px #0000005c;
    letter-spacing: 0.01em;
    cursor: pointer;
}
/* EDIT: iframe_coreg */

/* EDIT: nicey_coreg20200909 */
.mfw_coreg_1123 .nicey-extra-text {
    clear: both;
    padding-top: 20px;
    display: block;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
}
/* EDIT: nicey_coreg20200909 */

@font-face {
    font-family: "League Gothic";
    src: url("../fonts/league_gothic/leaguegothic-regular.woff");
}

@font-face {
    font-family: "Lobster";
    src: url("../fonts/lobster/lobster.woff");
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/poppins-medium.woff");
}

.font-aileron {
    font-family: "Aileron" !important;
}

.font-league-gothic {
    font-family: "League Gothic" !important;
}

.font-lobster {
    font-family: "Lobster" !important;
}

.font-poppins {
    font-family: "Poppins" !important;
}

.outer-container {
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    div.outer-container {
        background-image: none !important;
    }

    /* ultraflex */
    /*div.controls-area {
        background-color: transparent !important;
        box-shadow: none;
    }*/
    /* ultraflex */
}

@keyframes promotion-fly-in {
    0% {
        transform: translate(-2000px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes promotion-pulsate {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.4)
    }
}

.promotion-fly-in-anim {
    animation-name: promotion-fly-in;
    animation-duration: 2s;
}

.promotion-pulsate-anim {
    animation-name: promotion-pulsate;
    animation-duration: 800ms;
    animation-direction: alternate;
    animation-iteration-count: 6;
}

.registration-page-1 .hybrid-area,
.registration-page-2 .hybrid-area {
    display: none;
}

.input-hint {
    display: none;
    margin-top: 5px;
}

/*.row.email-row, .row.phone-row {
    transition-property: height;
    transition-duration: 600ms;
}*/

/*.row.extra-height {
    height: 60px;
}*/

.bottom-bar {
    display: none;
}

div.banner-header {
    display: none;
    padding: 8px 0;
    font-family: sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    text-align: center;
}

div.headline3 {
    text-align: center;
    display: none;
}

/* EDIT: new_doi_progress_icons */
div.hybrid-area {
    text-align: center;
    position: relative;
}

.doi-progress-text-1,
.doi-progress-text-2,
.doi-progress-text-3 {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 13px;
}

.doi-progress-text-1 {
    left: 4%;
    top: 48%;
    width: 25%;
}

.doi-progress-text-2 {
    top: 62%;
    left: 25%;
    width: 52%;
}

.doi-progress-text-3 {
    top: 48%;
    right: 2%;
    width: 30%;
}

span.doi-progress-red {
    color: #b4270c;
    display: inline-block;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    /* EDIT: progressbar_neu20210305 */
    /*div.hybrid-area {
        width: 100%;
        margin-top: 0;
        background-image: radial-gradient(#f9f9f9, #e0e0e0);
        box-shadow: 0 2px 2px #0000003d;
    }*/
    /* EDIT: progressbar_neu20210305 */

    img.doi-progress {
        width: 100%;
        height: auto;
    }
}
/* EDIT: new_doi_progress_icons */

.controls-area .headline {
    padding-left: 8px;
    padding-right: 8px;
}

.centered-container .hl3-free-pos {
    display: none !important;
}

.progress-area .headline3-dummy {
    display: none;
    height: 171px;
}

/* EDIT: progressbar_neu20210305 */
.coreg-progressbar {
    /* EDIT: gws_optimierung04 */
    width: 92%;
    height: 22px;
    /* EDIT: gws_optimierung04 */
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dedede;
    background-image: linear-gradient(#dedede, #f1f1f1);
    border: 1px solid #bbb;
    /* EDIT: gws_optimierung04 */
    border-radius: 8px;
    /* EDIT: gws_optimierung04 */
    overflow: hidden;
    /*display: none;*/
}

/* EDIT: gws_optimierung04 */
.coreg-progressbar .progress {
    display: flex;
    width: 60%;
    height: 22px;
    /* line-height: 21px; */
    /* padding: 4px; */
    /* background-color: #ff7951; */
    background-image: linear-gradient(#c3deff, #4e82c3);
    box-shadow: 1px 0 7px #8c8c8c80;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.coreg-progressbar .coreg-progress-text {
    display: block;
    margin-top: -2px;
    font-size: 15px !important;
    font-family: sans-serif !important;
    font-weight: bold !important;
    color: white !important;
}
/* EDIT: gws_optimierung04 */

@media only screen and (max-width: 767px) {
    .coreg-progressbar {
        margin-bottom: 10px;
    }
}
/* EDIT: progressbar_neu20210305 */

.hybrid-area .new-doi-icons {
    display: none !important;
}

/* EDIT: exitpop_red_lemon */
.rl-modal-dialog-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    background-color: #ffffff8c;
}

.rl-modal-dialog-container .rl-modal-dialog {
    background-color: #ff8691;
    /* width: 800px; */
    /* margin: 50px auto 0; */
    box-shadow: 3px 3px 6px #00000040;
}

.rl-modal-dialog-container .rl-modal-titlebar {
    /* height: 32px; */
    overflow: hidden;
}

.rl-modal-dialog-container .rl-title-close-button {
    width: 26px;
    height: 26px;
    margin: 1px;
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/flexfancy/images/gui/exitpop/close_button_small.png");
    float: right;
    cursor: pointer;
}

.rl-modal-dialog-container .rl-modal-body {
    padding: 4px;
    padding-top: 0;
}

iframe.exitpop-content {
    background-color: white;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .rl-modal-dialog-container .rl-modal-dialog {
        position: fixed;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

    .rl-modal-dialog-container .rl-modal-body {
        position: absolute;
        left: 0;
        right: 0;
        top: 28px;
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .rl-modal-dialog-container .rl-modal-dialog {
        width: 960px;
        margin: 50px auto 0;
    }

    .rl-modal-dialog-container .rl-modal-body {
        height: 900px;
    }
}
/* EDIT: exitpop_red_lemon */

/* EDIT: tell_a_friend */
.taf-dialog-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0000003d;
    z-index: 10000;
}

.taf-dialog-container .taf-dialog {
    background-color: #F3F6F4;
    border: 1px solid #999;
    box-shadow: 2px 2px 6px #808080cc;
}

.taf-dialog-container .taf-titlebar {
    background-color: #E8EEEA;
    border-bottom: 1px solid #999;
    height: 32px;
}

.taf-dialog-container .taf-close-button {
    background-image: url(https://rlmgws-data.s3.eu-central-1.amazonaws.com/flexfancy/images/gui/taf/taf_close_button.png);
    width: 20px;
    height: 20px;
    float: right;
    margin: 5px;
    cursor: pointer;
}

.taf-dialog-container .taf-close-button:active {
    transform: translate(1px, 1px);
}

.taf-dialog-container .taf-content h2 {
    text-align: center;
    color: #4E4E4E;
    font-family: sans-serif;
    font-weight: bold;
}

.taf-dialog-container .taf-button-container {
    margin-top: 40px;
    margin-bottom: 46px;
    display: flex;
    justify-content: center;
}

.taf-dialog-container a.taf-button {
    display: block;
    background-color: #6B9077;
    background-image: linear-gradient(315deg, #B8CABE, #FEFFFE);
    width: 96px;
    height: 96px;
    border-radius: 8px;
    box-shadow: 0 0 6px #00000069;
    outline: none;
    /* color: #4E4E4E; */
    color: white;
    font-size: 70px;
    text-align: center;
    line-height: 92px;
}

.taf-dialog-container a.taf-button:active {
    transform: translate(1px, 1px);
}

.taf-dialog-container .taf-button.sms-button {
    background-image: linear-gradient(360deg, #00d355, #ecfff4);
}

.taf-dialog-container .taf-button.whatsapp-button {
    background-image: linear-gradient(360deg, #00d355, #ecfff4);
}

.taf-dialog-container .taf-button.email-button {
    background-image: linear-gradient(360deg, #0083d3, #ecf4ff);
}

/* smartphones */
@media only screen and (max-width: 767px) {
    .taf-dialog-container .taf-dialog {
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 150px;
    }

    .taf-dialog-container .taf-content h2 {
        margin: 20px 30px;
        font-size: 25px;
    }

    .taf-dialog-container .taf-button-container {
        gap: 18px;
    }
}

/* tablets and desktops */
@media only screen and (min-width: 768px) {
    .taf-dialog-container .taf-dialog {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 300px;
    }

    .taf-dialog-container .taf-content h2 {
        font-size: 30px;
        margin: 30px;
    }

    .taf-dialog-container .taf-button-container {
        gap: 30px;
    }
}

/* hide the SMS button */
.taf-button-container .taf-button.sms-button {
    display: none;
}

/* EDIT: tell_a_friend */

/* EDIT: agb_dialog */
/*.dialog-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000045;
    z-index: 1000;
}*/

.dialog-bg .agb-dialog {
    background-color: #f7f7f7;
    font-family: sans-serif;
    padding: 20px;
    position: absolute;
    box-shadow: 3px 3px 6px #00000059;
    z-index: 10000;
}

.dialog-bg h2.agb-title {
    text-align: center;
}

.dialog-bg .agb-info-text {
    text-align: justify;
}

.dialog-bg .center-box {
    text-align: center;
}

.dialog-bg .agb-ok-button {
    background-color: #fe8e2b;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-size: larger;
    letter-spacing: .02em;
    margin: 10px 0;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #e8bf9a;
}

.dialog-bg .agb-settings-button {
    display: inline-block;
    margin: 10px 0;
    padding: 3px 8px;
    color: #939393;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    font-size: 13px;
}

.dialog-bg .agb-dialog-footer {
    margin: 10px 0;
}

.dialog-bg .agb-dialog-footer a {
    color: black;
}

.dialog-bg .confirm-option {
    margin: 14px 0;
}

.dialog-bg .confirm-option .confirm-checkbox {
    width: 24px;
    height: 24px;
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/flexfancy/images/gui/confirm_dialog/confirm_checkbox.png");
    float: left;
    margin-top: -3px;
    cursor: pointer;
}

.dialog-bg .confirm-option .confirm-checkbox.checked {
    background-position-x: 24px;
}

.dialog-bg .confirm-option .option-text {
    margin-left: 34px;
}

.dialog-bg .confirm-option .option-text a,
.dialog-bg .agb-info-text a {
    color: #fe8e2b;
}

.dialog-bg .settings-dialog-content {
    display: none;
}

.optin-checkbox {
    display: none;
}

.disclaimer-text {
    display: none;
}

.optin-checkbox.agb1-accepted,
.optin-checkbox.agb2-accepted {
    display: none;
}

.continue-button {
    margin-top: 25px;
}
/* EDIT: agb_dialog */

/* EDIT: fixed_tile_layout */
/* EDIT: fix_new_layout_subquestions */
.multi-coreg-parent {
/* EDIT: fix_new_layout_subquestions */
    display: grid;
    row-gap: 10px;
    column-gap: 10px;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    /* grid-template-rows: 60% 60%; */
    padding: 10px;
    /* width: 100%; */
}
/* EDIT: fixed_tile_layout */

/* EDIT: advertising_info */
/*.advertise-container {
    margin-top: 8px;
}*/

.footer .inner {
    position: relative;
}

a.show-advertising-info {
    cursor: pointer;
}

.advertising-info-window {
    display: none;
    border: 2px solid #939393;
    position: absolute;
    /* bottom: 240px; */
    bottom: 50px;
    background-color: #f9f9f9;
    max-width: 320px;
    font-family: sans-serif;
    left: 50%;
    margin-left: -160px;
    box-shadow: 2px 2px 4px #7676766e;
}

.advertising-info-window .advertising-info-titlebar {
    background-color: #f3f3f3;
    border-bottom: 2px solid #939393;
    height: 24px;
}

.advertising-info-window .advertising-info-close-button {
    width: 16px;
    height: 16px;
    padding: 2px;
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/flexfancy/images/gui/advertising_info/close_button.png");
    background-repeat: no-repeat;
    background-position: 2px;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    cursor: pointer;
}

.advertising-info-window .advertising-info-content {
    padding: 10px;
    text-align: center;
    line-height: 1.3;
}

.advertising-info-window .advertising-info-content p {
    color: #343434;
}

.advertising-info-window .advertising-info-content a {
    color: #2473e9;
}
/* EDIT: advertising_info */

/* EDIT: suedstern_coregs */
.suedstern-window-modal-bg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffffad;
}

.suedstern-window-modal-bg .window {
    background-color: #bddbf3;
    box-shadow: 2px 2px 4px #000000ad;
    position: absolute;
    top: 10px;
    left: 4px;
    right: 4px;
    bottom: 0;
}

.suedstern-window-modal-bg .header {
    background-color: #9fd5ff;
    overflow: hidden;
}

.suedstern-window-modal-bg .close-button {
    background-image: url("../images/gui/suedstern_coregs/close_button.png");
    width: 24px;
    height: 24px;
    margin: 2px;
    float: right;
    cursor: pointer;
}

.suedstern-window-modal-bg .content {
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 0;
    right: 0;
}

.suedstern-window-modal-bg iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}
/* EDIT: suedstern_coregs */

/* EDIT: coreg_multiple_choice */
/* .coregAnswers.multiple-choice input.checkbox {
    display: none;
} */

/*.coregAnswers.multiple-choice {
    margin: 0 10px;
    margin-top: 15px;
}

.coregAnswers.multiple-choice div.checkbox-img {
    background-image: url("../images/gui/coreg_checkbox.png");
    width: 34px;
    height: 34px;
}

.coregAnswers.multiple-choice div.checkbox-img.checked {
    background-position-x: -34px;
}

.coregAnswers.multiple-choice .coregAnswer {
    display: flex;
    margin: 15px 0;
    cursor: pointer;
}

.coregAnswers.multiple-choice label {
    background-color: transparent !important;
    width: 80% !important;
    flex-grow: 1;
    text-align: left;
    padding: 0;
    margin-top: 6px !important;
    margin-left: 8px !important;
    cursor: pointer;
}*/

.coregAnswers.multiple-choice .coregAnswer.checked,
.coregSubAnswers.multiple-choice .coregSubAnswer.checked {
    background-image: linear-gradient(#fafdf3, #fdff4d);
    border: 1px solid #9fa13c;
}

.coregAnswers.multiple-choice + .button-container,
.coregSubAnswers.multiple-choice + .button-container {
    text-align: center;
    margin-top: 30px;
}

.coregAnswers.multiple-choice + .button-container .button,
.coregSubAnswers.multiple-choice + .button-container .button {
    display: inline-block;
    border: 2px solid #4a7fc3;
    background-color: #7da4d5;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    letter-spacing: 0.02em;
}

.coregAnswers.multiple-choice + .button-container .button:active,
.coregSubAnswers.multiple-choice + .button-container .button:active {
    transform: translate(1px, 1px);
}

/* EDIT: coreg_multiple_choice */

/* EDIT: external_content_iframe */
.hidden-iframes {
    display: none;
}

.external-content-window {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #9ad0ed;
    box-shadow: 2px 2px 3px #5353539c;
    border-radius: 3px;
}

.external-content-window .titlebar {
    display: flex;
    justify-content: flex-end;
}

.external-content-window .close-button {
    cursor: pointer;
}

.external-content-window .iframe-container {
    flex-grow: 1;
    margin: 3px;
    margin-top: 0;
    position: relative;
}

.external-content-window .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* smartphones */
@media only screen and (max-width: 767px) {
    .external-content-window {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .external-content-window .close-button {
        width: 36px;
        height: 36px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/external_content_window/close_button_mobile.png");
    }
}

/* tablets and desktops */
@media only screen and (min-width: 768px) {
    .external-content-window {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
    }

    .external-content-window .close-button {
        width: 28px;
        height: 28px;
        background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/external_content_window/close_button.png");
    }
}
/* EDIT: external_content_iframe */

/* EDIT: zeitschriften_sonderdarstellung */
.mfw_coreg_1573 .coregAnswers, .mfw_coreg_1574 .coregAnswers {
    display: none;
}

.special-magazine-coreg .answer-information {
    display: none;
}

.special-magazine-coreg .radio-answers {
    margin: 25px 0 10px;
}

.special-magazine-coreg .radio-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    background-image: linear-gradient(to right, #b7e5d2, #d5e6ff);
    padding: 4px;
    border-radius: 8px;
    cursor: pointer;
}

.special-magazine-coreg .radio-row:has(.radio-button.selected) {
    background-image: linear-gradient(to right, #cbb7e5, #c9dfff);
}

.special-magazine-coreg .radio-row .radio-button {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/coreg_graphics/1573/radiobutton.png");
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.special-magazine-coreg .radio-row .radio-button.selected {
    background-position-x: 24px;
}

.special-magazine-coreg .notification {
    color: #d50000;
    margin: 25px 0 10px;
}

.special-magazine-coreg h3 {
    margin: 15px 0 8px;
    font-size: medium;
}

.special-magazine-coreg p {
    text-align: left;
}

.special-magazine-coreg .checkbox-section {
    margin: 10px 0;
    text-align: left;
    cursor: pointer;
}

.special-magazine-coreg .checkbox-section .checkbox {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/coreg_graphics/1573/checkbox.png");
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.special-magazine-coreg .checkbox-section .checkbox.checked {
    background-position-x: 20px;
}

.special-magazine-coreg .checkbox-section span.label {
    font-size: smaller;
}

.special-magazine-coreg .buy-now-button {
    background-color: green;
    background-image: linear-gradient(#40ed40, green);
    margin: 20px auto 8px;
    max-width: 130px;
    padding: 15px 30px;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid #006700;
    color: white;
    font-size: large;
    font-weight: bold;
    letter-spacing: .01em;
    box-shadow: 2px 2px 5px #00000057;
    text-shadow: 1px 1px 2px black;
    display: none;
}

.special-magazine-coreg .buy-now-button:not(.disabled):active {
    transform: translate(1px, 1px);
}

.special-magazine-coreg .buy-now-button.disabled {
    background-color: gray;
    background-image: linear-gradient(#e7e7e7, #bfbfbf);
    border: 2px solid #919191;
    color: #f7f7f7;
    cursor: default;
}

.special-magazine-coreg p.extra-info {
    font-size: smaller;
    line-height: 1.2;
    text-align: justify;
}

.special-magazine-coreg .imprint-section {
    font-size: smaller;
}

/* smartphones */
@media only screen and (max-width: 767px) {
    .special-magazine-coreg .checkbox-section {
        display: flex;
    }

    .special-magazine-coreg .checkbox-section .checkbox {
        margin-top: -2px;
    }

    .special-magazine-coreg .checkbox-section span.label {
        width: 90%;
    }
}

/* tables and desktops */
@media only screen and (min-width: 768px) {
    .special-magazine-coreg .checkbox-section .checkbox {
        float: left;
    }
}
/* EDIT: zeitschriften_sonderdarstellung */

/* EDIT: logout_prepage */
.logout-prepage {
    display: none;
}

.content-container {
    text-align: center;
    font-family: sans-serif;
    margin: 10px;
}

div#logout-prepage-continue {
    display: inline-block;
    background-color: #bfbfff;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .03em;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #a4a4db;
    color: #3f3f3f;
    box-shadow: 2px 2px 3px #cdcdcd;
    background-image: linear-gradient(#f4fff3, #5df557);
    border: 1px solid #0e9409 !important;
}

div#logout-prepage-continue:active {
    transform: translate(1px, 1px);
}

.content-stub {
    background-color: #cbcbcb;
    height: 200px;
    margin: 15px 0;
}

h2 {
    color: #353535;
}

.logout-prepage .pls-content {
    background-color: #e5e7f1;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

.logout-prepage .pls-title {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 0;
    background-color: #7da4d5;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #b3b3b3;
    text-shadow: 1px 1px 2px #5d5d5d;
    letter-spacing: .01em;
}

.logout-prepage a.pls-option {
    background-color: green;
    background-image: linear-gradient(#e7f1e6, #3adb33);
    padding: 15px 5px;
    border-radius: 15px;
    border: 2px solid #6ba968;
    margin: 12px 0;
    display: block;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 3px black;
    box-shadow: 2px 2px 4px #00000063;
    font-size: 18px;
}

.logout-prepage a.pls-option:active {
    transform: translate(1px, 1px);
}

/* smartphones */
@media only screen and (max-width: 767px) {
    .logout-prepage a.pls-option {
        margin: 12px 5px;
    }

    .logout-prepage .pls-content {
        margin-bottom: 20px;
    }
}

/* tablets and desktops */
@media only screen and (min-width: 768px) {
    .logout-prepage a.pls-option {
        margin: 12px 10px;
    }

    .logout-prepage .pls-content {
        margin-bottom: 28px;
    }
}
/* EDIT: logout_prepage */

/* EDIT: exitpop_neu */
.exitpop-neu-parent-desktop,
.exitpop-neu-parent-mobile {
    position: relative;
}

.exitpop-neu-modal-bg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #a7a7a787;
}

.exitpop-neu-dialog {
    background-image: linear-gradient(134deg, #336CBC, #5796EE);
    max-width: 380px;
    max-height: 590px;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 2px 2px 5px #00000087;
}

.exitpop-neu-titlebar {
    display: flex;
    justify-content: flex-end;
}

.exitpop-neu-close-button {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/exitpop_neu/close_button.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 8px;
}

.exitpop-neu-text {
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 28px;
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .01em;
    line-height: 1.2;
    text-shadow: 1px 1px 0 black;
}

@keyframes exitpop-neu-geschenk-anim {
    from {
        transform: scale(100%);
    }

    to {
        transform: scale(85%);
    }
}

.exitpop-neu-gift-image {
    display: block;
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/exitpop_neu/geschenk.png");
    width: 288px;
    height: 296px;
    margin-left: auto;
    margin-right: auto;
    animation-name: exitpop-neu-geschenk-anim;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.exitpop-neu-button {
    display: block;
    text-decoration: none;
    color: #002F6F;
    font-family: sans-serif;
    font-size: 28px;
    width: 230px;
    text-align: left;
    padding: 5px 0 5px 20px;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #00000094;
    margin: 20px auto;
    background-image: url(https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/exitpop_neu/pfeil.png), linear-gradient(transparent 90%, #a7a7a7), linear-gradient(#FDFDFD, #DADBDB);
    background-repeat: no-repeat;
    background-position: 98%;
}

.exitpop-neu-button:active {
    transform: translate(1px, 1px);
}

span.exitpop-neu-highlight-text {
    font-weight: bold;
}

.exitpop-neu-highlight {
    color: #A2D9E6;
}

/* smartphones */
@media only screen and (max-width: 767px) {
    .exitpop-neu-dialog {
        margin-top: 40px;
        width: 90%;
    }
}

/* tablets and desktops */
@media only screen and (min-width: 768px) {
    .exitpop-neu-dialog {
        margin-top: 120px;
        width: 80%;
    }
}
/* EDIT: exitpop_neu */

/* EDIT: gws_optimierung01 */
.extra-coreg-banner {
	font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    /* EDIT: gws_optimierung03 */
    margin: 12px 10px 5px;
    /* EDIT: gws_optimierung03 */
    font-size: 20px;
    color: #3f3f3f;
}

span.extra-coreg-banner-highlight {
    color: #e30c0c;
}
/* EDIT: gws_optimierung01 */

/* EDIT: gws_optimierung02 */
@media only screen and (max-width: 767px) {
    .left-area h2.headline1 {
        display: none !important;
    }
}
/* EDIT: gws_optimierung02 */

/* EDIT: gws_optimierung03 */
.hybrid-area .icon-row .progress-icon-01 {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar_neu01/symbol01.png");
    width: 50px;
    height: 50px;
}

.hybrid-area .icon-row .progress-icon-02 {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar_neu01/symbol03.png");
    width: 60px;
    height: 60px;
}

.hybrid-area .icon-row .progress-icon-03 {
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/progressbar_neu01/symbol02.png");
    width: 50px;
    height: 50px;
}

.hybrid-area .icon-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    margin: 0 30px;
}

.progress-connector {
    margin-top: 22px;
    border-top: 3px solid gray;
    flex-grow: 1;
}

.hybrid-area .label-row {
    display: flex;
    font-family: sans-serif;
    font-size: 12px;
}

.label-text:nth-child(2) {
    font-weight: bold;
}

.label-text:last-child {
    color: gray;
}

.label-text {
    margin-top: -5px;
    color: #396e35;
}

.label-text:nth-child(2) {
    font-weight: bold;
    margin-top: 5px;
}

.label-text:last-child {
    color: gray;
}

/* tablets and desktops */
@media only screen and (min-width: 768px) {
    .hybrid-area {
        margin-top: 10px;
    }
}
/* EDIT: gws_optimierung03 */

/* EDIT: optimierung04a */
.coreg-banner-text {
    display: none !important;
}
/* EDIT: optimierung04a */

/* EDIT: gws_optimierung07 */
/*#mfw_fieldset_ownCoregData {
    display: none;
}*/

.registration-page-2 #mfw_fieldset_ownCoregData, .registration-page-2 .button-container {
    display: none;
}

.registration-page-2 .coreg-container {
    display: none;
    margin-top: 25px;
    padding: 10px 8px;
    /* background-color: #f1f1f1; */
    background-color: #f9f9f9;
    border: 1px solid #d1d1d1;
}

.registration-page-2 .coreg-headline {
    border: 1px solid #bec5d0 !important;
    background-color: #e8f0fc !important;
    padding: 8px;
    border-radius: 8px;
    /* font-weight: bold; */
}

/*.registration-page-2 .coreg-answer {
    background-image: linear-gradient(#eeffed, #5df557);
    padding: 10px 5px;
    margin-top: 10px;
    border: 1px solid #0e9409;
    border-radius: 5px;
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px 0 #ffffff70;
    cursor: pointer;
    box-shadow: 2px 2px 2px #00000045;
}

.registration-page-2 .coreg-answer:active {
    transform: translate(1px, 1px);
}*/

.registration-page-2 .coreg-answer-container {
    display: flex;
    /* gap: 10px; */
    margin-top: 10px;
    align-items: center;
    cursor: pointer;
}

.registration-page-2 .coreg-checkbox {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    /* background-color: #81c55a; */
    background-image: url("https://rlmgws-data.s3.eu-central-1.amazonaws.com/ultraflex/images/gui/coreg_graphics/checkbox.png");
}

.registration-page-2 .coreg-checkbox.checked {
    background-position-x: -32px;
}

.registration-page-2 .coreg-answer-label {
    text-align: left;
    /* font-weight: bold; */
    letter-spacing: .01rem;
    user-select: none;
}

.registration-page-2 .coreg-footer {
    margin-top: 15px;
    font-size: small;
}

.registration-page-2 .coreg-footer a {
    color: #639546;
}
/* EDIT: coreg_regseite2 */
/* EDIT: gws_optimierung07 */

/* EDIT: gws_optimierung10 */
p.mfw_adressData_anrede,
p.mfw_adressData_freifeld3,
p.mfw_adressData_freifeld7,
p.mfw_adressData_freifeld8,
p.mfw_adressData_freifeld10,
p.mfw_adressData_infofeld5,
p.mfw_adressData_infofeld6,
p.mfw_adressData_infofeld7,
p.mfw_adressData_infofeld12,
p.mfw_adressData_infofeld19,
p.mfw_adressData_infofeld20,
input.mfw_submit {
    display: none;
}

.controls-area {
    overflow: unset;
    padding-bottom: 5px;
}

.input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}

.input-row:last-of-type {
    margin-bottom: 0;
}

.input-row p {
    position: relative;
    margin: 0;
}

.input-row .col2-1 {
    width: 48%;
}

.input-row span {
    width: 100%;
}

.input-row .col2-2 {
    width: 100%;
}

.input-row .col3-1 {
    width: 30.6% !important;
}

.input-row .col3-2 {
    width: 65.4%;
}
/* EDIT: gws_optimierung10 */