@font-face {
	font-family: 'headline';
	src: url('/promo-design/2025-q4-EXTRA/fonts/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.bg_blue {
	background: #000;
}

.brown {
	color: #2c2276;
}

.bg_yellow {
	background: #01b6ed;
}

.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: #01b6ed;
	font-size: 100%;
}

.container {
	max-width: 60rem;
}

canvas {
	position: fixed;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%;
	margin: 0;
}

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: headline, Helvetica, "Helvetica Neue";
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.8rem;
}

h3 {
	text-align: center;
	margin: 1rem 0 0 0;
	padding: 0.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: -0.05rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

h4 strong {
	color: #c7af86;
}

h3 strong {
	padding: 0.35rem 0.5rem 0.2rem 0.5rem;
	background: #bb4878;
	color: #fff;
	border-radius: 0.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 2rem 0;
	border-radius: 1rem;
}

section.teaser {
	padding: 0;
	margin-bottom: 0;
	background: transparent;
	background: url(/promo-design/2025-q4-EXTRA/pics/bg_teaser.png);
}

section:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1rem;
	width: 0;
	height: 0;
	border-top: solid 1rem #fff;
	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 0 2rem 0;
	padding: 0 1rem 1rem 1rem;
	background: #192a6a;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.success{
	padding-top:30px !important;
}
section.mechanik p.text{
	font-size:1rem;
}


section.mechanik:after {
	border-top: solid 1rem #192a6a;
}

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

section.mechanik p {
	margin: 1rem 0 0 0;
	padding: 0 0 1rem 0;
	text-align: center;
	font-family: Helvetica, "Helvetica Neue";
	line-height: 1.4;
	font-size: 0.7rem;
	font-weight: 400;
	color: #fff;
}

section.mechanik p.legal {
	color: rgba(255, 255, 255, .5);
}

section p.mini {
	font-size: .7rem;
	line-height: 1.2;
	padding-left: 4rem;
	background-image: url(/promo-design/2025-q4-EXTRA/pics/excl.png);
	background-size: contain;
	background-repeat: no-repeat;
}

section.mechanik a {
	color: #fff;
}

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 0.5rem 0 0;
		font-size: 2.4rem;
		color: #c7af86;
	}

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

nav {
	font-size: 0.85rem;
}

nav.unten {
	margin-bottom: 0;
}

#keyvisual {
	margin: 0 0 2rem 0;
}

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

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

.produktauswahl img {
	padding: 2rem;
}

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

.produktauswahl img.product {
	border-radius: 0.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, 0.6);
}

p.legal {
	color: #888888;
}

footer p {
	text-align: center;
	font-size: 0.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: 0.5rem;
	background: red;
	color: #fff;
	text-align: center;
}

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

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

#counter span {
	padding: 0 0.25rem;
}

#counter p {
	margin: 0;
	padding: 0.5rem 0;
}

h6 {
	margin: 1rem 2rem 1rem;
	font-size: 1.4rem;
	background: #fff;
	padding: 0.5rem;
	border-radius: 2rem;
	color: #192a6a;
	font-weight: 800;
	text-align: center;
}

.custom-bg {
	background-color: #2c2276;
	/* gewünschte Farbe */
}

@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;
	}
}


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

#haendlerauswahl {
	margin: 0 0 1rem 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	justify-content: space-between;
}

#haendlerauswahl li {
	padding: 0.5rem;
	border: 1px solid transparent;
	cursor: pointer;
	transition: border 0.2s ease;
	border-radius: 0.5rem;
	box-sizing: border-box;
	flex: 0 1 calc(22% - 0.25rem);
	text-align: center;
}

.aktionsprodukt-img-container{
	min-height:220px;
}

.aktionsprodukt-selector{
	max-height:180px;
	display:block;
	margin:auto;
}
.aktionsprodukte-container{
	margin-bottom:50px;
}


#haendlerauswahl li img {
	height: auto;
	display: block;
}

@media (max-width: 900px) {
	#haendlerauswahl li {
		flex: 0 1 calc(33.333% - 0.25rem);
	}
}

@media (max-width: 500px) {
	#haendlerauswahl li {
		flex: 0 1 calc(50% - 0.25rem);
	}
}

#haendlerauswahl li.selected {
	border: 2px solid #01b6ed;
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.8);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}