/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html{
	scroll-behavior: smooth;
	font-size:16px;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*  Typography
========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl {
	font-family:Raleway, sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {

}

h1{
    margin: 0.67em 0;
}

h1, .h1 {
    font-size: 20px;
}

@media (min-width: 47.5em) {
    h1, .h1 {
        font-size: 35px;
    }
}


@media (min-width: 62.5em) {
    h1, .h1 {
        font-size: 44px;
    }
}
/* Main content CSS */
.section-1{
	border-top: solid 4px #082a31;
}
.section-1 .header{
	padding-top: 2rem;
}
.section-1 .mobile-img{
	display:none;
}
.section-1 .master-wrapper{
	position:relative;
	background: #fafafa;
}
.section-1 .banner-wrapper{
	position: absolute;
	top: 57%;
	transform: translate(0%, -50%);
	z-index: 4;
	overflow:hidden;
	width: 100%;
	display: block;
	height: 450px;
	background: linear-gradient(rgb(76 76 76 / 40%) 0 0),url(../img/img-background_v2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section-1 .banner-wrapper img{
    object-fit: fill;
    object-position: inherit;
    /* width: 100% !important; */
    position: relative;
}
.section-1 .header h2{
    font-size: 1.9rem;
    color:#4c4c4c;
    font-weight:400;
    margin-bottom:2.5rem;
}
.section-1 .header h2 span{
    display:block;
    font-size:2.6rem;
    font-weight:600;
    text-decoration:underline;
    color:#cb2027;
}
.section-1 .header li{
	margin-bottom:0.75rem;
	font-size:1rem;
}
.section-1 .header li .fa-li{
    color:#cb2027;
}
.section-1 .header li span.text{
	font-weight:600;
	margin-left:0.25rem;
	color:#cb2027;
}
.section-1 .banner{
	min-height:800px;
	display: flex;
	align-items:center;
	position: relative;
	z-index: 5;
}
.section-1 .banner h2.slog{
	position:relative;
	font-size:2rem;
	color:#fafafa;
	text-align:right;
	font-weight: 400;
	top: 210px;
}
.section-1 .banner h2.slog span{
    display:block;
    color: #fafafa;
    text-decoration: none;
    font-size: 2rem;
}
.section-1 .bsafer-promo{
	position:absolute;
	bottom:0;
	text-align:center;
}
.section-1 .bsafer-promo div.d-flex{
	align-items:center;
	justify-content: center;
	margin-bottom: 0.75rem;
}
.section-1 .promo-m{
	display:none;
}
.section-1 .bsafer-promo h2{
    margin-bottom:unset;
    margin-left:0.75rem;
}
.section-3{
	background:#fafafa;
	padding:2.5rem 0rem;
}
.section-3 .fad{
    color:#cb2027;
    font-size:3.6rem;
}
.section-3 h2{
    font-size:1.5rem;
    font-weight:600;
    min-height:56px;
}
.section-3 h2 + p{
    color:#4c4c4c;
    font-size:1rem;    
}
footer{
	background:#082a31;
	padding:1.5rem 0rem;
}
footer p{
	margin:unset;
	color:#fafafa;
}
@media (max-width: 1199.98px){
	.section-1 .header h2{
		font-size:1.5rem
	}
	.section-1 .header h2 span{
		font-size:2.2rem;
	}
	.section-1 .banner-wrapper{
        top: 45%;
    }
}
@media (max-width: 991.98px){
	.section-1 .header h2{
		text-align:center;
	}
	.section-1 .bsafer-promo{
        position:initial;
	}
	.section-1 .banner h2.slog{
		margin-top:-125px;
		color:#4c4c4c;
		display: none;
	}
	.section-1 .banner h2.slog span{
        color:#cb2027;
	}
	.section-1 .banner-wrapper{
        top: 53%;
    }
    .section-3 .fad{
    	font-size:2.5rem;
    }
}
@media (max-width: 767.98px){
    .section-1 .banner h2.slog{
    	display:none;
    }
    .section-1 .bsafer-promo{
        display:none;
    }
    .section-1 .promo-m{
    	display:block;
    	text-align: left;
    }
    .section-3 .points{
        text-align:center;
    }
}
@media (max-width: 575.98px){
	.section-1 .banner{
        padding:1rem 0rem;
	}
	.section-1 .mobile-img{
		display:block;
		position: relative;
	}
	.section-1 .mobile-img .slog-m{
        position:absolute;
        text-align:left;
        color:#fafafa;
        bottom: 5%;
        left:2.5%;
        background: rgba(76, 76, 76, 0.65);
        padding: 1rem;
        border-radius: 1rem;
	}
	.section-1 .mobile-img .slog-m span{
        color:#fafafa;
        font-size:1.25rem;
        text-decoration:none;
	}
	.section-1 .banner-wrapper{
        display:none;
	}
    .section-1 .header h2{
		font-size:1.0rem;
		margin-bottom:1rem;
	}
	.section-1 .header h2 span{
        font-size:1.5rem;
	}
	.section-1 .header li{
        font-size:0.9rem;
        line-height:1.3;
        margin-bottom:0.5rem
	}
	.section-1 .form-column{
		background: rgba(203, 32, 39, 0.5);
		padding:1rem;
	}
	.section-1 .mcd-support h1,
	.section-1 .mcd-support img{
		display:none !important;
	}
	.section-1 .header .bsafer-promo h2{
        color:#fafafa;
        margin:unset;
        font-size:1.25rem;
        text-align:left;
        width: min-content;
    }
    .section-1 .header .bsafer-promo p{
        color:#fafafa;
    }
	.section-1 .header .bsafer-promo p:nth-child(3){
		text-align:center;
        color:#fafafa;
    }
    .section-1 .header .bsafer-promo a{
    	color:#fafafa;
    	text-decoration:underline;
    }
    .section-3 h2{
        min-height:unset;
        font-size:1rem
    }
    .section-3 h2 + p{
        font-size:0.9rem;
    }
    .swiper-container{
	    max-height: 150px;
	}
}
/* Swiper Settings */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  margin: 2.5rem auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:25px;
}
/* == Misc CSS == */
/*  Cookie alert
========================================================================== */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
	background: #04c365;
    border: unset;
}



/* Form Styling */
.form-wrapper{
	background: #ffffff;
	background-size: cover;
	padding-top: 15px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	padding: 1rem;
}
.section-1 .form-wrapper h2{
    font-weight:600;
    text-align:center;
    font-size:1.5rem;
    color:#cb2027;
    text-transform:uppercase;
    margin-bottom: unset;
    margin-bottom: 1rem;
}
.form-wrapper .form-header p{
	margin: 0.75rem;
	font-size: 0.95rem;
	color: #007bff;
	text-align: center;
	font-weight: 400;
}
.form__body input, .form__body select{
	background: #f7fafe;
}
.form__body fieldset.form-group:nth-child(13), .form__body fieldset.form-group:nth-child(13){
	display:none;
}
.form__body input[type="checkbox"]{
	width: auto;
}
.form__button {
    color: #fff;
    border: solid;
    border-color: #cb2027;
    border-radius:5px;
    background-color: #cb2027;
    padding: 10px 15px;
    outline: none;
    text-align: center;
    margin: 5px auto;
    width: 100%;
    display: block;
    font-size: 22px;
    transition: all 0.3s ease 0s;
}
.form__button:hover,
.form__button:active {
	transform:scale(1.01);
}
/* form field margin fix */
.form__body fieldset.form-group:nth-child(7) input:not(:last-child){
	margin-bottom:0.8rem;
}
.form__body fieldset.form-group:nth-child(7) input#housenumer{
	margin-right:0.8rem;
}
.form__body fieldset.form-group:nth-child(7) input#localnumber{
	margin-bottom:0.8rem;
}
@media(max-width:575.98px){
	.form-wrapper h2{
        font-size:1.25rem
	}
}
/*form*/

fieldset small a {
    color: #333;
    text-decoration: underline;
}

input {
    width: 100%;
}


input[type=checkbox]:checked {
    background: #a4c639;
    color: #fff;
    border: 3px solid #c7c7c7;
}

input[type=checkbox]:checked {box-shadow: 0 1px 2px #ccc inset;width: auto;}

.gender,
.bg-radio,
.value-gender {
    display: inline-block;
    vertical-align: middle;
}

.gender {
    margin-right: 10px;
}

.value-gender {
    padding-left: 10px;
    font-weight: 600;
}

label.gender input{
    display: none;
}

label.gender input+div{
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 3px solid #d3d3d3;
	transition:all 0.2s ease-in;
}

label.gender input:checked+div{
    background-color: #6495ed;
    border: 3px solid #d3d3d3;
}

/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}*/
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 2px;
    width: 25px;
    height: 25px;
    background: #ddd;
    border-radius: 3px;
    border: solid 1px #93b820;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {   
	content: '\f00c';
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .2s;
    width: 19px;
    height: 19px;
    display: block;
    border-radius: 2px;
    padding-left: 3px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-control-input:checked~.custom-control-label::before{
	background: #6394ea;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image:unset;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}

#dobday,
#dobmonth,
#dobyear {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}


/*-----------style about checkbox----------*/

/* Form Validation */

.field-error__validation-message {
    color: #e30000;
    display: none;
    visibility: visible;
}

.field-error .field-error__validation-message {
    visibility: hidden;
    display: block;
    color: #e30000;
    font-size: 14px;
}

.form-area__body .alert-error {
    border: 1px solid #e30000;
}

/*Slider*/
.slider {
    -webkit-appearance: none;
}
.slider:focus {
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 5px; 
    background: #6495ed;
    border: 2px solid #d3d3d3;
    cursor: pointer;
	margin-top: -6.5px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #6495ed;
    border: 2px solid #d3d3d3;
    cursor: pointer;
}
.slider::-ms-thumb {
	-webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 5px; 
    background: #6495ed;
    border: 2px solid #d3d3d3;
    cursor: pointer;
	margin-top: -6.5px;
	margin-top:auto;
}

.slider::-webkit-slider-runnable-track {
    height: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #b1afaf;
}
.slider::-ms-track {
    height: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #b1afaf;
	color: #fff;
}
.slider::-moz-range-track {
	-moz-appearance:none;
    height: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #b1afaf;
}

.slider::-moz-selection,
.slider::-moz-range-track{
	background:none;
}
.slider::-ms-fill-lower,
.slider::-ms-fill-upper {
  background: transparent;
}

.slider-label{
 min-width:55px
}
#extrahtml fieldset{
	margin:unset;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}