/* hallo */
.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	*zoom: 1;
	/* Für den IE6 und IE7 */
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	min-height: 100%;
	width: 100vw;
	overflow-x: hidden;
}
body {
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #000;
	font-family: "Poppins", sans-serif;
	max-width: 100vw;
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.container, 
.container-fluid {
    max-width: 1200px;
}

.redirect_template__header {
	background: #000;
	padding: 20px 15px 10px;
	text-align: center;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.redirect_template__header {
		padding: 60px 15px 40px;
	}
}
.redirect_template__header__headline,
.redirect_template__body__headline {
	font-size: 3.2rem;
	color: #fff;
	margin-bottom: .15em;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Teko",sans-serif;
}
@media (min-width: 768px) {
	.redirect_template__header__headline,
	.redirect_template__body__headline {
		font-size: 4rem;
	}
}
.redirect_template__header__subheadline,
.redirect_template__body__subheadline {
	font-size: 1.6rem;
	color: #fff;
}
.redirect_template__header__subheadline span {
	color: #FDC724;
	font-weight: 700;
}
.redirect_template__header__state-list {
	margin: 20px -10px 0;
}
@media (min-width: 768px) {
	.redirect_template__header__state-list {
		margin-top: 35px;
	}
}
.locale-switcher__link.redirect_template__header__state-link {
	background: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1.4rem;
	margin: 0 10px 20px;
	padding: 12px 5px;
	display: inline-block;
	border: none;
	width: calc(50% - 20px * 1);
	line-height: 1.1;
	vertical-align: top;
}
@media (min-width: 576px) {
	.locale-switcher__link.redirect_template__header__state-link {
		padding: 12px 25px;
		width: auto;
		line-height: 1.4;
	}
}
.locale-switcher__link.redirect_template__header__state-link:hover {
	text-decoration: none;
	background: #FDC724;
	color: #101010;
}
.locale-switcher__link:before {
	min-width: 16px;
}

/* --- body --- */
.redirect_template__body {
	text-align: center;
	padding: 30px 0;
}
.redirect_template__body__headline,
.redirect_template__body__subheadline {
	color: #000 !important;
}
.redirect_template__body__operator-list {
	margin: 15px auto;
}
@media (min-width: 992px) {
	.redirect_template__body__operator-list {
		max-width: 780px;
	}
}
.redirect-confirm__lang-switcher-wrapper {
	min-height: 52px;
	margin: 15px auto 30px;
	max-width: 260px;
	position: relative;
}
@media (min-width: 576px) {
	.redirect-confirm__lang-switcher-wrapper {
		padding-right: 0;
	}
}
.redirect-confirm__lang-switcher {
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 5px;
	z-index: 10;
}
.redirect-confirm__lang-switcher.--active {
	position: absolute;
	width: 100%;
}
.redirect-confirm__lang-switcher__current {
	padding: 0 30px 0 15px;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.redirect-confirm__lang-switcher .locale-switcher__link:before {
    margin-right: 10px;
    transform: scale(1.5);
    width: 25px;
    text-align: center;
}

.redirect-confirm__lang-switcher__current:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: url("../../master-theme/images/arrow-more-darkblue.svg") center no-repeat;
	background-size: 10px auto;
	transform: rotate(90deg);
}
.redirect-confirm__lang-switcher.--active .redirect-confirm__lang-switcher__current:after {
	transform: rotate(-90deg);
}
.redirect-confirm__lang-switcher .locale-switcher__wrapper {
	flex-direction: column;
	padding: 0 15px;
	display: none;
	list-style: none;
	text-align: left;
}
.locale-switcher__link {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.locale-switcher__link:hover {
	color: #FDC724;
}
.locale-switcher__link:last-child {
	border: none;
}
.redirect-confirm__lang-switcher.--active .locale-switcher__wrapper {
	display: flex;
	overflow: auto;
	max-height: 300px;
}
.redirect_template__body__producttabs {
	margin-bottom: 20px;
	text-align: left;
}
.redirect_template__body__producttab {
	margin: 0 15px 0 0;
	padding: 5px 20px;
	font-size: 1.3rem;
	line-height: 1.2;
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-flex;
	cursor: pointer;
	user-select: none;
}
.redirect_template__body__producttab:hover,
.redirect_template__body__producttab.--active {
	background: #000;
	color: #fff;
}
.redirect_template__body__productcontenttab.col-12 {
	display: none;
	max-width: calc(100% + 30px * 1);
	flex: 0 0 calc(100% + 30px * 1);
}
.redirect_template__body__productcontenttab.--active {
	display: flex;
}
.redirect_template__opentry {
	text-align: left;
	margin-bottom: 15px;
	border-radius: 3px;
	line-height: 1.2;
}
.redirect_template__opentry-inner {
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border-radius: 5px;
	padding: 15px 0 15px 15px;
	min-height: 85px;
	position: relative;
}
.redirect_template__opentry__logo {
	display: flex;
	flex: 0 0 60px;
	margin-right: 15px;
	text-align: center;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	align-items: center;
	align-self: center;
}
.redirect_template__opentry__logo img {
	border-radius: 30px;
}
.redirect_template__opentry__content {
	flex: 1 0 calc(100% - 75px - 32px * 1);
	padding-right: 15px;
	align-self: center;
}
.redirect_template__opentry__content-title {
	font-size: 1.3rem;
}
@media (min-width: 768px) {
	.redirect_template__opentry__content-title {
		font-size: 1.4rem;
	}
}
.redirect_template__opentry__content-bonus {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 2px;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.redirect_template__opentry__content-bonus {
		font-size: 2.2rem;
	}
}
.redirect_template__opentry__content-legal {
	font-size: 1rem;
	color: #797E87;
}
.redirect_template__opentry__cta {
	width: 32px;
	text-indent: -9999px;
	background: #FDC724 url(../../master-theme/images/arrow-more-white.svg) center no-repeat;
	background-size: 10px auto;
	margin: -15px 0;
	border-radius: 0 5px 5px 0;
	transition: background .25s ease-in-out;
}
.redirect_template__opentry__cta:hover {
	background-color: #101010;
	background-position: calc(50% + 2px) center;
	transition: background .25s ease-in-out;
}
.redirect_template__opentry__cta:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.redirect_template__newsletter {
	margin-top: 50px;
	text-align: center;
}
.redirect_template__newsletter__headline {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.2;
	font-family: "Teko", sans-serif;
}
.newsletter-mail-input {
	background: #F5F5F5;
	height: 45px;
	padding: 5px 15px;
	line-height: 45px;
	color: #777;
	border: none;
	outline: none;
}
.newsletter-mail-submit {
	background: #000;
	color: #fff;
	border: none;
	padding: 12px 20px;
	margin-top: 10px;
}
.newsletter-mail-submit:hover {
	background: #222;
}
.redirect-confirm__newsletter-box {
	max-width: 550px;
	margin: 0 auto;
}
.newsletter-input-container {
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.newsletter-input-container {
		flex-direction: row;
	}
	.newsletter-mail-submit {
		margin-top: 0;
		margin-left: 10px;
	}
}
.redirect-confirm__newsletter-box .newsletter__response-message {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	padding: 8px 15px;
	border-radius: 5px;
	line-height: 1.2;
	background: #e56a14;
	color: #fff;
	font-size: 1.3rem;
	user-select: none;
	text-align: center;
}