.bg_blue {
	background: #000;
}

.brown {
	color: #000;
}

.bg_yellow {
	background: #ffd200;
}

.yellow {
	color: rgb(252, 251, 223);
	color: rgba(252, 251, 223, 1);
}

::placeholder {
	color: #eee !important;
	opacity: 1;
}


body {
	padding: 0;
	font-family: Helvetica, 'Helvetica Neue', sans-serif;
	background: #EB9D00;
}

.container {
	max-width: 50rem;
}

form {}

.form-label,
.form-check-label,
.form-check-label a,
.form-text,
.form-select,
.form-control {
	color: #000;
}

.form-text {
	line-height: 1.4;
}

h2 {
	margin: 0;
	font-family: Alltogether, Helvetica, 'Helvetica Neue';
	font-weight: 800;
	font-size: 1.5rem;
}

h3 {
	text-align: center;
	margin: 1rem 0 0 0;
	padding: .5rem 0;
	font-family: Alltogether, Helvetica, 'Helvetica Neue';
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #c7af86;
}

h4 {
	margin: 1rem 0 0 0;
	padding:2rem 2rem 0 2rem;
	font-family: Alltogether, Helvetica, 'Helvetica Neue';
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: -.05rem;
	line-height:1;
	text-transform: uppercase;
	text-align:center;
	color: #000;
}

h4 strong {
	color: #c7af86;
}

h3 strong {
	padding: .35rem .5rem .2rem .5rem;
	background: #bb4878;
	color: #fff;
	border-radius: .25rem;
}

.form-label.leader {
	padding: 0 0 1.5rem 0;
}

svg {
	fill: #000
}

section {
	position: relative;
	padding: 2rem 2rem 2.5rem 2rem;
	background: #fff;
	margin: 0 0 1.5rem 0;
}

section.teaser {
	padding: 0;
	margin-bottom: 0;
	background:transparent;
	background:url(/promo-design/2024-q1-BEKIND/pics/bg_teaser.png);
	background-size:100% auto;
}

@media (max-width:768px) {
	section.teaser {
		background:url(/promo-design/2024-q1-BEKIND/pics/bg_teaser-mobile.png);
		background-size:auto;
	}
}


.os-hint{
	font-size:10px;
	color:#999;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}
section:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1rem;
	width: 0;
	height: 0;
	border-top: solid 1rem #fafafa;
	border-top: solid 1rem rgba(255, 255, 255, .8);

	border-left: solid 1rem transparent;
	border-right: solid 1rem transparent;
}

section.teaser:after,
section.last:after {
	content: '';
	position: absolute;
	border: none;
}

section.mechanik {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 1.5rem 2rem 1.5rem 2rem;
	background: #000;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

section.mechanik:after {
	border-top: solid 1rem #000;

}

section.mechanik p.small {
	padding-top: 1rem;
	text-align: center;
	max-width: 100%;
	font-family: Helvetica, 'Helvetica Neue';
	font-size: .8rem;
	line-height: 1.1;
	color: #fff;
	color: rgba(255, 255, 255, .5);
}

section.mechanik p.small a {
	color: #fff;
	color: rgba(255, 255, 255, .5);
}

section.mechanik h4 {
	float: left;
	font-family: Alltogether, Helvetica, 'Helvetica Neue';
	line-height: 1;
	padding: 0 .25rem 0 0;
	font-size: 1rem;
	color: #c7af86;
}

section.mechanik p {
	margin: 0;
	padding: 0 0 1rem 0;
	text-align: left;
	font-family: Alltogether, Helvetica, 'Helvetica Neue';
	line-height: 1;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
}

section.mechanik img {
	display: none;
}

section.mechanik em {
	font-style: normal;
	color: #ffd200;
}

@media (min-width: 768px) {
	section.mechanik h4 {
		float: left;
		font-family: Alltogether, Helvetica, 'Helvetica Neue';
		line-height: 1;
		padding: 0 .5rem 0 0;
		font-size: 2.4rem;
		color: #c7af86;
	}

	section.mechanik p {
		margin: 0;
		padding: 0;
		font-family: Alltogether, Helvetica, 'Helvetica Neue';
		line-height: 1.3;
		text-align: center;

		font-size: 1.2rem;
		font-weight: 800;
		color: #fff;
		max-width: 14rem;
	}

	section.mechanik img {
		max-height: 5rem;
		width: auto;
		margin: 0 auto 1rem auto;
		display: block;

	}
}

nav {
	font-size: .85rem;
}

nav.unten {
	margin-bottom: 0;
}

#keyvisual {}

img {
	max-width: 100%;
	height: auto;
}

.produktauswahl input {
	display: none;
	visibility: hidden;
}

.produktauswahl img {
	padding: 2rem;
}

.produktauswahl input:checked+label {
	border-radius: .5rem;
	background: rgb(0, 32, 92)
}

.produktauswahl img.product {
	border-radius: .5rem;
	transition: all 0.3s ease-out;
}

.produktauswahl img.product:hover {
	transform: scale(1.05);
	background: rgb(0, 32, 92);
	background: rgba(0, 32, 92, .6)
}



footer p {
	text-align: center;
	font-size: .85rem;
	line-height: 1.2;
	color: #fff;
}

footer p a {
	color: #fff;
}

.glue {
	white-space: nowrap;
}

label.is-invalid {
	color: red;
}

.errors {
	margin: 1.5rem 0;
	border-radius: .5rem;
	background: red;
	color: #fff;
	text-align: center;

}

.errors ul {
	padding: .25rem;
	list-style: none;
	color: #fff;
}

p.legal {
	line-height: 1.2;
	padding: 1rem 0;
	text-align: center;
	font-size: .8rem;
	color: #000;
}

p.legal a {
	color: #000;
}

#counter {
	background: #e41b12;
	text-align: center;
	color: #fff;
	font-size: .8rem;
}

#counter span {
	padding: 0 .25rem;
}

#counter p {
	margin: 0;
	padding: .5rem 0;
}

@media (min-width: 768px) {
	#counter {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: 230px;
		margin-top: 70px;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		z-index: 100;
		width: 10rem;
		height: 10rem;
		border-radius: 6rem;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		transform: rotate(5deg);
	}

	#counter p span {
		display: block;
		font-weight: 800;
		font-size: 1.3rem;

	}

	#counter p {
		line-height: 1.2;
	}
}

#slideshow {
	max-width:100%;
	width:100%;
	padding:0;
}
#slideshow > div {

}
#slideshow > div img {
	margin:0;
	padding:0;
	max-width:100%;
	width:100%;
	height:auto;
}

#main {
	position: relative;
	margin-top:-2rem;
}