/* Root variables used in offer flow */

:root {
    --main-bg-color: #fdf1f0;
    --light-bg-color: #fdf1f0;
    --main-text-color: #000;

    --btn-primary-bg-color: #e74c3c;
    --btn-primary-text-color: #FFF;
    --btn-primary-hover-bg-color: #b9453a;
    --btn-primary-hover-text-color: #FFF;

    --link-color: #e74c3c;
    --link-hover-color: #e74c3c;
    --cover-img: url("../../Offers_2022/img/register/SUCHE/2.jpg");
}

#Page1 .logo-area img {
    max-width: 360px !important;
}

/* Custom template CSS */

li.dropdown.active ul.dropdown-menu.dropdown-menu-right li.sub-item a{
	color: #FFF;
}

.logo {
    height: 48px;
}

@media screen and (min-width: 992px) {
    .logo-logged-out {
        height: 40px;
        margin-top: 11px;
    }
}

@media screen and (min-width: 1200px) {
    .logo-logged-out {
        margin-top: 9px;
        height: 48px;
    }
}

.cta_item img {
    max-width: 100%;
    width: 400px;
    margin-top: 16px;
}

.register_btn {
    width: 200px;
}

.cookie-message {
    background: #FFF;
    box-shadow: 0 4px 12px 4px;
}

/*------ SLIDER JA/NEE ---------*/

.slider:after
{
 content:'Nein';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 54%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'Ja';
}