.country-list .country-content {
	padding: 5px 15px;
}

.privacy-popup__wrapper a {
	color: #fff;
}

.privacy-popup__wrapper .privacy-popup__agree-button {
	color: #2d2dc9;
}

form .form-control, form .custom-select, form textarea, form select.form-control:not([size]):not([multiple]) {
	text-transform: unset;
}

.sx-validation-field {
	display: none;
}

.stripe-form, input.form-control[type="text"], input.form-control[type="email"], input.form-control[type="tel"], input.form-control[type="date"] {
    padding: 18px 12px;
    min-height: 60px;
}

/*
adjust
*/
.header .desktop-logo {
    max-width: 100%;
}

.sx-button--orange {
	background-color: #FFA200;
	color: #000;
	border-color: #FFA200;
}

.sx-button--orange:hover,
.sx-button--orange:focus {
	background-color: #ffb533;
	border-color: #ffb533;
	color: #000;
}

.sx-button--gray {
	background-color: #888888;
	border-color: #888888;
}

.sx-button--gray:hover,
.sx-button--gray:focus {
	background-color: #a2a2a2;
	border-color: #a2a2a2;
}

.abo-cta {
	background-color: #00006A;
	padding: 65px 70px 60px;
	border-radius: 20px;
	color: #FFF;
	margin-bottom: 100px;
}
.abo-cta .icon-list {
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;
}
.abo-cta .icon-list li {
	padding: 0 9px 30px;
}
.abo-cta .icon-list li img {
	width: 51px;
}
.detail-icon-list li {
	margin-bottom: 15px;
}
.detail-icon-list li img {
	width: 51px;
	margin-right: 20px;
}
.advantage-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 4px;
}
.advantage-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.669' height='22.646' viewBox='0 0 22.669 22.646'%3E %3Cg id='Gruppe_510' data-name='Gruppe 510' transform='translate(0 0.589)'%3E %3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(0 1.057)' fill='none' stroke='%23fff' stroke-width='2'%3E %3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E %3Ccircle cx='10.5' cy='10.5' r='9.5' fill='none'/%3E %3C/g%3E %3Cpath id='Pfad_1' data-name='Pfad 1' d='M1722.858,2188.058l5.319,4.724,10.85-14.892' transform='translate(-1717.166 -2177.89)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E ");
	background-size: 21px;
	width: 21px;
	height: 21px;
}
.blue-box-list__item {
	height: 100%;
	background-color: #2D2DC9;
	border-radius: 10px;
	padding: 55px 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
	.blue-box-list__item {
		padding: 25px 25px;
	}
	.header .desktop-logo {
		max-width: 170px;
	}
	
	.abo-cta {
		padding: 35px 25px 20px;
	}
}