/*** Fonts ***/
@font-face {
	font-family: 'Cubano';
	src: url('fonts/cubano/Cubano-Regular.woff2') format('woff2'),
		url('fonts/cubano/Cubano-Regular.woff') format('woff'),
		url('fonts/cubano/Cubano-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Houschka';
	src: url('fonts/houschka/HouschkaMedium.woff2') format('woff2'),
		url('fonts/houschka/HouschkaMedium.woff') format('woff'),
		url('fonts/houschka/HouschkaMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/*** END Fonts ***/

/*** Default ***/
:root {
	--h1-fs: clamp(75px, 10vw, 185px);
	--h1-after-fs: clamp(20px ,2vw ,35px);
	--h2-fs: clamp(30px, 5vw, 55px);
	--content-fs: clamp(14px, 4vw, 18px);
	--subhead-fs: clamp(20px ,3.5vw ,35px);
}
.section {
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.section h1,
.section h2 {
	font-family: 'Cubano';
	color: #fff;
	text-align: center;
	font-weight: 900;
	line-height: 1em;
}
.section h1 {
	font-size: var(--h1-fs);
	position: relative;
	margin: 0;
}
.section h1::after {
	content: "®";
	font-size: var(--h1-after-fs);
	font-weight: 900;
	font-family: Arial;
	position: absolute;
	top: 1em;
	line-height: var(--h1-after-fs);
}
.section h2 {
	font-size: var(--h2-fs);
}
.section h3,
.section p, 
.section span {
	font-family: 'Houschka';
	line-height: 1.25em;
}
.section .row {
	display: flex;
	position: relative;
	overflow: hidden;
	max-width: 1440px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 95%;
	padding: 0 2.5%;
}
.section .row.col-1 {
	justify-content: unset;
}
.section .row.col-2 > div {
	width: 50%;
	position: relative;
	min-width: clamp(275px, 50%, 465px);
	flex-grow: 1;
}
/*** END Default ***/

/*** Header Section ***/
.sec-header {
	height: clamp(calc(100svh - 255px), calc(100svh - 255px), 1600px);
	overflow: hidden;
	border-bottom: clamp(15px, 2.5vw, 25px) solid #F0C22B;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.sec-header .row {
	max-width: 1920px;
	align-items: center;
	padding: 0;
	width: 100%;
}
.sec-header .row.col-1 {
	margin: 0;
}
.sec-header .row.col-1 img {
	height: auto;
	width: 100%;
	vertical-align: top;
}
.sec-header .row.col-2 {
	height: calc(100% - 325px);
	overflow: visible;
	margin: 0;
}
.sec-header .row.col-2 > div {
	text-align: center;
}
.sec-header .column-left {
	z-index: +1;
}
.sec-header .column-right {
	height: 100%;
	width: auto !important;
}
.sec-header .column-right img {
	max-height: clamp(400px, 140%, 900px);
	width: auto;
	bottom: -10%;
	position: absolute;
	right: 0;
	transform: translateX(15%);
}
.sec-header .header-logo {
	max-width: clamp(300px, 50%, 550px);
	padding-left: 1em;
}
.sec-header-mobile {
	display: none;
}
.sec-header-mobile img {
	height: auto;
	width: 100%;
	vertical-align: top;
}
@media all and (min-width: 981px) {
	.sec-header {
		min-height: 900px;
	}
}
@media all and (min-width: 768px) and (max-width: 980px) {
	.sec-header {
		min-height: 650px;
	}
	.sec-header .column-right img {
		max-height: clamp(400px, 185%, 900px);
	}
	.sec-header .column-right img {
		transform: translateX(40%);
	}
}
@media all and (max-width: 767px) {
	.sec-header {
		display: none;
	}
	.sec-header-mobile {
		display: block;
	}
}
/*** END Header Section ***/

/*** Section 1 ***/
.sec-1 .row {
	min-height: 400px;
	overflow: visible;
}
.sec-1 .row > div .image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
}
.sec-1 .row > div h2 {
	font-size: calc(var(--h2-fs) + 15px);
	text-transform: uppercase;
	line-height: 1.25em;
	color: #fff;
	text-align: center;
	margin: auto;
	padding: 75px 25px 100px;
	font-weight: 700;
	max-width: 575px;
}
@media all and (max-width: 1240px) {
	.sec-1 .row {
		flex-direction: column-reverse;
		padding: 0;
		width: 100%;
	}
	.sec-1 .row > div .image {
		width: clamp(500px, 100%, 980px);
		float: right;
		position: relative;
	}
	.sec-1 .row .column-left {
		width: clamp(300px, 100%, 980px) !important;
	}
	.sec-1 .row > div.column-right {
		margin: auto;
		width: clamp(290px, 100%, 400px);
	}
	.sec-1 .row > div.column-right h2 {
		padding: 40px 50px;
	}
	.sec-1 .row > div h2 {
		font-size: calc(var(--h2-fs) + 5px);
	}
}

@media all and (max-width: 1240px) and (min-width: 401px) {
	.sec-1 .row > div .image {
		margin-right: 10%;
	}
}
/*** END Section 1 ***/

/*** Video Section ***/
.sec-vid {
	text-align: center;
	overflow: visible;
}
.sec-vid .video_box {
	aspect-ratio: 16 / 9;
	width: clamp(275px, 90%, 1080px);
	margin: -50px auto;
	z-index: +1;
	position: relative;
	filter: drop-shadow(0 0 5px #353535);
	background-color: #fff;
}
.sec-vid .video_box .video_single {
	line-height: 0;
}
.sec-vid .video_box video {
	width: 100%;
	object-fit:cover;
	aspect-ratio: 16 / 9;
}
.sec-vid .video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	z-index: +1;
}
/*** END Video Section ***/

/*** Section 2 ***/
.sec-2 {
	padding: 100px 0 25px;
}
.sec-2 .row.col-2 {
	align-items: center;
	max-width: 1280px;
	gap: 35px;
	flex-wrap: wrap-reverse;
}
.sec-2 .row.col-2 > div.column-left {
	max-width: 400px;
	padding-bottom: 30px;
}
.sec-2 .column-left > a {
	max-width: 350px;
	position: relative;
	display: block;
	margin: auto;
	padding: 15px;
	background: #fff;
	border-radius: 25px;
	transition: all ease-in-out .3s;
	filter: drop-shadow(0 0 5px #353535);
}
.sec-2 .column-left > a:hover {
	scale: .95;
}
.sec-2 .column-left > a img {
	height: auto;
	width: 100%;
	vertical-align: top;
}
.sec-2 .row.col-2 > div.column-right {
	max-width: 750px;
	margin: auto;
}
.sec-2 h2 {
	width: 5em;
	margin-left: auto;
	margin-right: auto;
	font-size: calc(var(--h2-fs) + 7.5px);
}
.sec-2 .content {
	background-color: #000;
	color: #fff;
	padding: clamp(10px, 6vw, 25px) clamp(15px, 6vw, 35px);
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	font-size: var(--content-fs);
	max-width: 89%;
}
.sec-2 .btn {
	background: #fff;
	padding: 15px;
	line-height: 1.25em;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: var(--content-fs);
	max-width: 135px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
}
.sec-2 .text-content {
	color: #fff;
	font-weight: 400;
	font-size: calc(var(--content-fs) + 5px);
}
.sec-2 .text-content a {
	color: #e16316;
	padding: 15px;
	display: inline-block;
	background: #fff;
	margin-top: 25px;
	font-weight: 700;
	border-radius: 15px;
	transition: all ease-in-out .3s;
}
.sec-2 .text-content a:hover {
	scale: .95;
}
/*** END Section 2 ***/

/*** How To Section ***/
.sec-how-to {
	padding: 50px 0;
}
.sec-how-to h2 {
	color: #e16316;
}
.sec-how-to .row.how-to {
	gap: 35px;
	justify-content: center;
	padding: 15px 0;
	overflow: visible;
}
.sec-how-to .row.how-to::before, 
.sec-how-to .row.how-to::after {
	content: unset;
}
.sec-how-to .single-how-to {
	position: relative;
	transition: all ease-in-out .3s;
}
.sec-how-to .single-how-to:hover {
	scale: .95;
}
.sec-how-to .single-how-to > a {
	aspect-ratio: 4/5;
	width: clamp(235px, 40vw, 300px);
	position: relative;
	filter: drop-shadow(0 0 5px #353535);
	background-color: #fff;
	padding: 15px;
	display: block;
}
.sec-how-to .thumbnail{
	position: absolute;
	top: 15px;
	left: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	z-index: +1;
}
.sec-how-to .how-to-color {
	position: absolute;
	bottom: 15%;
	right: -15px;
	padding: 10px 15px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-size: var(--content-fs);
	text-transform: uppercase;
	font-weight: 600;
}
/*** END How To Section ***/

/*** Section 3 ***/
.sec-3 {
	padding: 25px 0;
}
.sec-3 .row {
	align-items: center;
}
.sec-3 .row > div {
	text-align: center;
}
.sec-3 span {
	color: #fff;
	font-size: var(--subhead-fs);
	font-family: 'Cubano';
}
.sec-3 img {
	width: clamp(275px, 100%, 550px);
}
/*** END Section 3 ***/

/*** Section 4 ***/
.sec-4 {
	border-bottom: clamp(15px, 2.5vw, 25px) solid #F0C22B;
	border-top: clamp(15px, 2.5vw, 25px) solid #F0C22B;
}
.sec-4::before,
.sec-4::after {
	height: 100%;
	width: calc((100% - 1440px) / 2);
	content: "";
	position: absolute;
	top: 0;
}
.sec-4::before {
	background: url(/wp-content/uploads/Switch_Farben_links.webp);
}
.sec-4::after {
	background: url(/wp-content/uploads/Switch_Farben_rechts.webp);
	right: 0;
}
.sec-4 .row.col-2 > div.column-left {
	width: clamp(250px, 33%, 300px);
	text-align: center;
	min-width: unset;
	flex-grow: unset;
	padding-top: clamp(25px, 7vw, 50px);
}
.sec-4 .column-left img {
	max-width: clamp(200px, 80%, 250px);
}
.sec-4 .row.col-2 > div.column-right {
	min-width: 600px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.sec-4 .text-content {
	color: #fff;
	font-weight: 400;
	font-size: calc(var(--content-fs) + 5px);
	padding: 15px 0;
}
.sec-4 .icons {
	display: flex;
	gap: 25px;
	margin: 0 auto 25px;
	align-items: baseline;
	align-items: baseline;
	max-width: 900px;
	flex-wrap: wrap;
	justify-content: center;
}
.sec-4 .icons.set-2 {
	max-width: unset;
	justify-content: center;
}
.sec-4 .icons.set-2 .single-icon {
	width: clamp(100px, calc(50% - 12.5px), 165px);
}
.sec-4 .single-icon {
	width: clamp(100px, calc(50% - 12.5px), 145px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sec-4 .single-icon img {
	width: clamp(65px, 100%, 85px);
	margin: 0 auto 15px;
}
.sec-4 .single-icon h3 {
	color: #fff;
	font-size: clamp(14px, calc(var(--content-fs) - 4px), 18px);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-4 .single-icon span {
	text-align: center;
	color: #fff;
	font-size: clamp(12px, calc(var(--content-fs) - 4px), 18px);
	line-height: 1.25em;
}
@media all and (max-width: 767px) {
	.sec-4 .row.col-2 > div.column-right {
		min-width: unset;
		width: 100%;
	}
}
/*** END Section 4 ***/