@charset "UTF-8";

/*
 @author       Julian Rademacher <julian@fiveandfriends.com>, 2020 – 2023
 @copyright    fiveandfriends GmbH, 2020 – 2023
 @version      2023-10-16
*/

html {
	background: #e45d50;
	color: #081201;
	font-family: 'Helvetica Now Display W01 Rg', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Sparose;
	font-size: 100px;
	font-weight: normal;
	line-height: 126px;
	margin: 0;
	padding: 75px 0;
}

h2 {
	font-family: Sparose;
	font-size: 54px;
	font-weight: normal;
	line-height: 80px;
	margin: 0;
	padding: 80px 0 40px;
}

h3 {
	font-family: 'Helvetica Now Display W01 Light';
	font-size: 26px;
	font-weight: normal;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0;
	padding: 55px 0 24px;
}

h2 + h3 {
	padding-top: 0;
}

h4 {
	font-family: 'Helvetica Now Display W01 Rg', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-weight: normal;
}

a {
	color: #e45d50;
	text-decoration: none;
}

a.btn {
	background: url(../img/btn/coral.svg) no-repeat;
	color: #fff;
	display: inline-block;
	font-family: 'Helvetica Now Display W01 XBold';
	font-size: 12px;
	left: 0.47px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	margin: 50px auto 0;
	min-width: 158px;
	min-height: 58px;
}

a.btn.active {
	background: url(../img/btn/coral-white.svg) no-repeat;
	color: #e45d50;
	cursor: default;
}

p {
	font-size: 16px;
	margin: 0;
	padding: 12px 0;
}

header + p {
	padding-top: 0;
}

.ce-headline-center,
.text-center {
	text-align: center;
}

:focus {
	outline: 0;
}

#site-header {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 60px 1fr;
	align-items: stretch;
	align-content: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

#site-header #main-nav-wrap {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

#site-header #main-nav-wrap + div {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-end: 3;
	grid-row-start: 1;
}

#site-header #main-nav-wrap + div + div {
	background: rgba(8, 18, 1, 0.3);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 3;
	padding-top: 115px;
	padding-bottom: 76px;
	z-index: 10;
}

#site-header #main-nav-wrap + div + div > * {
	box-sizing: border-box;
	font-family: 'Helvetica Now Display W01 Md';
	margin: 0 auto;
	width: 100vw;
	padding-left: 18px;
	padding-right: 18px;
	max-width: 1036px;
}

#site-header #header-video,
#site-header .frame-type-image figure {
	line-height: 0;
	margin: 0;
	width: 100%;
}

#site-header .frame-type-image figure {
	height: 90vh;
	width: 100vw;
}

#site-header #header-video video,
#site-header .frame-type-image figure img {
	width: 100%;
	height: auto;
}

#main-content > div.frame {
	padding: 75px 0;
	position: relative;
	overflow: hidden;
}

#main-content > div.frame div.grid-column > div.frame:nth-child(1) h2,
.frame-type-gridelements_pi1.frame-layout-6 > header:nth-child(1) h2 {
	padding-top: 0;
}

#main-content > div.frame-layout-1 {
	background: #081201;
	color: #fff;
}

#main-content > div.frame-layout-1 a {
	color: #fff;
}

#main-content > div.frame-layout-2 {
	background: #b9be56;
}

#main-content > div.frame-layout-3 {
	background: #575928;
	color: #fff;
}

#main-content > div.frame-layout-3 h2,
#main-content > div.frame-layout-3 h3 {
	color: #b9be56;
}

#main-content > div.frame-layout-4 {
	background: rgba(8, 18, 1, 0.9);
	color: #fff;
}

#main-content div.frame-layout-10 {
	margin: 0 auto;
	max-width: 850px;
}

#main-content div.frame-layout-10 header h2 {
	padding-bottom: 0;
}

#main-content div.frame-layout-10 header + h3,
#main-content div.frame-layout-10 header + h4 {
	padding-top: 25px;
}

#main-content div.frame-layout-20 {
	background-color: #e45d50;
	border-radius: 20px;
	color: #081201;
	margin: 60px auto;
	padding: 75px;
}

#main-content div.frame-layout-20 a {
	color: #fff;
}

#main-content div.frame-layout-20 > header > h2 {
	padding: 0 0 35px;
}

#main-content div.frame-layout-20 p:last-child {
	padding-bottom: 0;
}

#main-content div.frame-layout-20 + div.frame-layout-0 > p.text-center {
	padding: 0;
}

#main-content div.frame-layout-20 + div.frame-layout-0 > p.text-center > a.btn {
	margin: 0 auto;
}

#main-content div.frame-layout-22 {
	background-color: #b9be56;
	border-radius: 20px;
	color: #081201;
	margin: 60px auto;
	padding: 75px;
}

#main-content > div > * {
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
	max-width: 1036px;
	position: relative;
}

#main-content > div.frame-illu > div.background-illu {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.4;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

#main-content > div.frame-img {
	background-size: cover;
}

#main-content > div.frame-img::before {
	background: rgba(8, 18, 1, 0.3);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.frame-type-image .ce-gallery[data-ce-columns="2"] .ce-row {
	display: flex;
	flex-direction: row;
}

.frame-type-image .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
	max-width: 50%;
}

.frame-type-image .ce-gallery[data-ce-columns="2"] .ce-row .ce-column figure img {
	max-width: 100%;
	height: auto;
}

.frame-type-textmedia .ce-gallery figure.video {
	margin: 0;
}

.frame-type-textmedia .ce-gallery figure.video .video-embed iframe {
	aspect-ratio: 16/9;
	border: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ce-left.ce-intext.ce-nowrap,
.ce-right.ce-intext.ce-nowrap {
	clear: both;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.ce-right.ce-intext.ce-nowrap {
	flex-direction: row-reverse;
}

.ce-left.ce-intext::after,
.ce-right.ce-intext::after {
	content: "";
	display: block;
	clear: both;
}

.ce-left.ce-intext.ce-nowrap::after,
.ce-right.ce-intext.ce-nowrap::after {
	display: none;
}

.ce-left.ce-intext .ce-gallery,
.ce-right.ce-intext .ce-gallery {
	max-width: 30%;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery,
.ce-right.ce-intext.ce-nowrap .ce-gallery {
	width: 30%;
}

.ce-left.ce-intext .ce-gallery {
	float: left;
	margin: 12px 15px 15px 0;
}

.ce-right.ce-intext .ce-gallery {
	float: right;
	margin: 12px 0 15px 15px;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery,
.ce-right.ce-intext.ce-nowrap .ce-gallery {
	float: none;
	margin: 0;
}

.ce-left.ce-intext .ce-gallery figure,
.ce-right.ce-intext .ce-gallery figure {
	margin: 0;
}

.ce-left.ce-intext .ce-gallery img,
.ce-right.ce-intext .ce-gallery img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ce-left.ce-intext.ce-nowrap .ce-bodytext,
.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	box-sizing: border-box;
	width: 70%;
}

.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	padding: 0 0 0 15px;
}

.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	padding: 0 15px 0 0;
}

#site-footer {
	background: rgba(8, 18, 1, 0.1);
	font-size: 14px;
	line-height: 21.6px;
}

#site-footer h3 {
	font-size: 20px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#site-footer a {
	color: #081201;
	text-decoration: none;
}

#site-footer p {
	margin: 0;
}

#site-footer p,
#site-footer ul {
	font-family: 'Helvetica Now Display W01 Md';
	font-size: 14px;
}

#site-footer > div.frame-layout-5 {
	background: #e45d50;
	color: #fff;
}

#site-footer .grid-container.grid-container-4-column {
	padding: 7px 0;
}

#site-footer .grid-container.grid-container-4-column > .grid-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 2fr;
	grid-template-rows: repeat(1, auto);
	justify-items: stretch;
	align-items: center;
	position: relative;
}

#site-footer .grid-container.grid-container-4-column > .grid-row > .grid-column.grid-column-110 h2 {
	font-size: 20px;
	line-height: 140%;
	padding: 0 15px 0 0;
}

#site-footer .grid-container.grid-container-4-column > .grid-row > .grid-column.grid-column-120 h3 {
	line-height: 120%;
	padding: 5px 30px 5px 0;
}

#site-footer .grid-container.grid-container-4-column > .grid-row > .grid-column.grid-column-130 p {
	padding: 0 15px 0 0;
}

#site-footer .grid-container.grid-container-5-column {
	padding: 60px 0;
}

#site-footer .grid-container.grid-container-5-column > .grid-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, auto);
	justify-items: stretch;
	position: relative;
}

/* #site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column {
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
	grid-row-start: 1;
	grid-row-end: 3;
}

#site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div {
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
	grid-row-start: 1;
	grid-row-end: 3;
} */

#site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div > * {
	padding: 15px 15px 15px 0;
}

#site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div#c5 > * {
	padding: 0 15px 0 0;
}

#site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div > header {
	padding-top: 19px;
}

#site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div > header + p {
	padding-top: 0;
}

/* #site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div > header {
	grid-row-start: 1;
	grid-row-end: 2;
}

#site-footer .grid-container.grid-container-5-column > .grid-row > .grid-column > div > p {
	grid-row-start: 2;
	grid-row-end: 3;
} */

@media only screen and (max-width: 1349px) {
	/* .slick-dots {
	} */
}

@media only screen and (max-width: 1150px) and (min-width: 1025px) {
	#site-footer h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	#site-footer .grid-container.grid-container-5-column > .grid-row {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		flex-wrap: nowrap;
		text-align: center;
	}

	#site-footer .grid-container.grid-container-5-column > .grid-row .grid-column.grid-column-140 ul {
		justify-content: center;
	}

	#site-footer h3 {
		text-align: center;
	}
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 80px;
		line-height: 95px;
	}

	h2 {
		font-size: 54px;
		line-height: 126px;
		padding: 60px 0;
	}
}

@media only screen and (max-width: 767.9px) {
	.frame-type-image .ce-gallery[data-ce-columns="2"] .ce-row {
		display: flex;
		flex-direction: column;
	}

	.frame-type-image .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
		max-width: 100%;
	}

	.frame-type-image .ce-gallery[data-ce-columns="2"] .ce-row .ce-column figure {
		margin: 0;
	}
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 60px;
		line-height: 70px;
		padding: 30px 0;
	}

	h2 {
		font-size: 54px;
		line-height: 126px;
		margin: 0;
		padding: 60px 0;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 45px;
		line-height: 55px;
		padding: 30px 0;
	}

	h2 {
		font-size: 54px;
		line-height: 70px;
		padding: 60px 0;
	}

	.ce-left.ce-intext.ce-nowrap,
	.ce-right.ce-intext.ce-nowrap {
		flex-direction: column-reverse;
	}

	.ce-right.ce-intext.ce-nowrap {
		flex-direction: column-reverse;
	}

	.ce-left.ce-intext .ce-gallery,
	.ce-right.ce-intext .ce-gallery {
		max-width: 100%;
	}

	.ce-left.ce-intext.ce-nowrap .ce-gallery,
	.ce-right.ce-intext.ce-nowrap .ce-gallery {
		width: 100%;
	}

	.ce-left.ce-intext .ce-gallery {
		float: none;
		margin: 0 0 15px 0;
	}

	.ce-right.ce-intext .ce-gallery {
		float: none;
		margin: 0 0 15px 0;
	}

	.ce-left.ce-intext.ce-nowrap .ce-bodytext,
	.ce-right.ce-intext.ce-nowrap .ce-bodytext {
		width: 100%;
	}

	.ce-left.ce-intext.ce-nowrap .ce-bodytext,
	.ce-right.ce-intext.ce-nowrap .ce-bodytext {
		padding: 0 0 0 0;
	}

	#main-content div.frame-layout-20,
	#main-content div.frame-layout-22 {
		padding: 18px;
	}
}

@media only screen and (max-width: 440px) {
	#site-footer .grid-container.grid-container-4-column > .grid-row {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4, auto);
		justify-items: stretch;
		align-items: left;
		position: relative;
	}

	#site-footer > .frame-layout-5 {
		text-align: center;
		padding: 15px;
	}
}

@media only screen and (max-width: 360px) {
	h1 {
		font-size: 40px;
		line-height: 45px;
		padding: 25px 0;
	}

	h2 {
		font-size: 45px;
		line-height: 75px;
		padding: 60px 0;
	}
}

@media only screen and (max-width: 320px) {
	h1 {
		font-size: 35px;
		line-height: 40px;
		padding: 20px 0;
	}

	h2 {
		font-size: 30px;
		line-height: 60px;
		padding: 20px 0;
	}
}
