﻿:root {
	--color-main: #6CBFFF;
	--color-second: #CFF8FD;
}

.theme-one {
	--color-main: #FFA06C;
	--color-second: #FDDFCF;
}

.theme-two {
	--color-main: #6CBFFF;
	--color-second: #CFF8FD;
}

.theme-three {
	--color-main: #63DC77;
	--color-second: #DEFDCF;
}

.theme-four {
	--color-main: #CCDC63;
	--color-second: #ECFDCF;
}

.theme-five {
	--color-main: #D87DFF;
	--color-second: #FAE7FF;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

html {
	background: #fff;
	overflow-x: hidden;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	color: var(--Text-color, #5B5C62);
	background: #ECF4FA;
}

html.no-scroll {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

header {
	padding: 18px 16px;
	background: var(--color-main, #6CBFFF);
}

header .cardinal-red {

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	width: 100%;
}

.lunar-gray-glow {
	color: var(--Head-1-Button-color, #32363E);
	font-family: "Inria Serif", "Roboto", sans-serif;
	font-size: 21px;

	line-height: normal;
}

.icy-yellow-glow {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	box-shadow: 2px 2px 5px;
	display: none;
	list-style-type: none;
	color: var(--Text-color, #5B5C62);
	text-align: center;
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	padding: 50px 0;
	background: #ECF4FA;
}

.icy-yellow-glow li+li {
	margin-top: 16px;
}

.show-menu .icy-yellow-glow {
	display: block;
}

.prism-orange-shine {
	width: 48px;
	height: 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.prism-orange-shine span {
	display: block;
	height: 6px;
	border-radius: 5px;
	background: #ECF4FA;
}

.violet-purple {
	padding: 50px 0 60px;
}

.cardinal-red {
	padding: 0 15px;
}

.violet-purple .cardinal-red {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.violet-purple .army-green {
	max-width: 540px;
	width: 100%;
	margin-bottom: 62px;
}

h1 {
	color: var(--Head-1-Button-color, #32363E);
	font-size: 50px;

	font-weight: 700;
	line-height: 50px;
	margin-bottom: 25px;
	max-width: 252px;
}

.violet-purple .frozen-green-glow {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	max-width: 260px;
	margin-bottom: 12px;
}

.lunar-yellow-aura {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* max-width: 300px; */
	padding: 10px;
	color: var(--Head-1-Button-color, #32363E);
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	/* 111.111% */
	border-radius: 10px;
	border: 1px solid var(--Head-1-Button-color, #32363E);
	background: var(--White, #FFF);
}

.prism-orange-wave {
	border: none;
	background: var(--color-main, #6CBFFF);
}

.violet-purple img {
	border-radius: 10px;
	border: 2px solid var(--White, #FFF);
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
	max-width: 100%;
}

.violet-purple .shadow-green-shade {
	max-width: 100%;
}

.violet-purple .obsidian-pink-sheen {
	transform: rotate(3.455deg);
	margin-bottom: 60px;
}

.violet-purple .marble-white-flare {
	transform: rotate(-3.869deg);
	max-width: 424px;
	width: 100%;
}

.steel-blue {
	background: var(--color-second, #CFF8FD);
	padding: 35px 0;
}

.steel-blue .frozen-cyan-shine {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.steel-blue .frozen-cyan-shine img {
	border-radius: 18px;
	border: 3px solid var(--White, #FFF);
	max-width: 537px;
	width: 100%;

}

.steel-blue .icy-blue-wave {
	max-width: 538px;
	margin-top: 20px;
}

.volcano-green-light {
	color: var(--Head-1-Button-color, #32363E);
	font-size: 30px;

	font-weight: 500;
	line-height: 30px;
	text-align: center;
}

.steel-blue .volcano-green-light {
	text-align: left;
	margin-bottom: 25px;
}

.steel-blue .rosy-brown {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin: 16px 0;
}

.obsidian-pink-light {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.steel-blue .neon-green-tone {
	text-align: center;
	margin-top: 16px;
	border-radius: 10px;
	background: #fff;
	padding: 16px 58px 22px;
}

.steel-blue .neon-green-tone .volcano-green-light {
	text-align: center;
}

.steel-blue .icy-orange-glow {
	margin-top: 12px;
}

.cerulean-blue {
	text-align: center;
	padding: 50px 0 44px;
}

.cerulean-blue .obsidian-pink-light {
	align-items: center;
}

.cerulean-blue .neon-green-tone {
	margin: 25px auto 0;
}

.stormy-purple-shine {
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ECF4FA;
	text-align: center;
	font-size: 30px;

	font-weight: 500;
	line-height: 30px;
	/* 100% */
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--color-main, #6CBFFF);
	margin: 0 auto 25px;
}

.cerulean-blue .icy-gray-shade {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin-bottom: 16px;
}

.cerulean-blue .neon-green-tone p {
	font-size: 14px;

	font-weight: 400;
	line-height: 18px;
	max-width: 190px;
}

.cerulean-blue .marble-purple-light {
	margin-top: 44px;
}

.lunar-red-sheen {
	padding: 44px 0;
	background: var(--color-second, #CFF8FD);
}

.lunar-red-sheen .neon-green-tone {
	border-radius: 10px;
	background: var(--White, #FFF);
	width: 100%;
	max-width: 370px;
	overflow: hidden;
	padding-bottom: 40px;
	margin-top: 25px;
}

.lunar-red-sheen .neon-green-tone img {
	width: 100%;
	height: auto;
}

.lunar-red-sheen .neon-green-tone .volcano-green-light {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	padding: 0 30px;
	margin: 20px 0 16px;
	text-align: left;
}

.lunar-red-sheen .neon-green-tone .icy-orange-glow {

	padding: 0 30px;
}

.peach {
	padding: 50px 0;
}

.peach .neon-green-tone {
	margin-top: 25px;
	padding: 48px 14px;
	width: 100%;
	max-width: 370px;
	border-radius: 10px;
	background: var(--White, #FFF);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.peach .neon-green-tone .neon-yellow-mist {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.peach .neon-green-tone .marble-gray-mist {
	font-size: 30px;

	font-weight: 500;
	margin-bottom: 15px;
	line-height: 30px;
	color: var(--Head-1-Button-color, #32363E);
}

.peach .neon-green-tone .desert-red-sheen {
	font-size: 14px;

	font-weight: 400;
	line-height: 18px;
	margin-bottom: 15px;
}

.peach .neon-green-tone .dodger-blue {
	font-size: 20px;

	font-weight: 500;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 25px;
}

.peach .neon-green-tone .icy-cyan-mist {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: var(--Head-1-Button-color, #32363E);
	padding: 3px 15px;
	border-radius: 10px;
	background: var(--color-main, #6CBFFF);
    text-align: center;
}

.marble-gray-shine {
	padding: 45px 0 72px;
	background: var(--color-second, #CFF8FD);
}

.slider {
	margin-top: 25px;
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	scroll-behavior: smooth;
}

.slide {
	flex-shrink: 0;
	width: 100%;
	max-width: 880px;
	border-radius: 10px;
	border: 1px solid var(--color-main, #6CBFFF);
	background: var(--White, #FFF);
}

.slide .icy-gray-flare {
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px;
	padding: 30px 20px 80px;
}

.slide .coffee-brown {

	padding: 22px 20px 0px;
	border-top: 1px solid var(--color-main, #6CBFFF);
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin-bottom: 8px;
}

.slide .gold-metallic {
	padding: 0 20px 16px;
}

.desert-red-aura {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left-btn,
.right-btn {
	width: 16.5px;
	height: 33px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}


.left-btn::after {
	width: 16.5px;
	height: 33px;
	content: '';
	background: no-repeat center url('../images/arrow-l.svg');
	background-size: contain;
}

.right-btn::after {
	width: 16.5px;
	height: 33px;
	content: '';
	background: no-repeat center url('../images/arrow-r.svg');
	background-size: contain;
}


.gilded-black-sheen {
	display: flex;
	gap: 10px;
	margin: 0 20px;
}

.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid var(--color-main, #6CBFFF);
	transition: opacity 0.3s, background-color 0.3s;
}

.circle.active {
	background-color: var(--color-main, #6CBFFF);
}

.desert-yellow-light {
	background: var(--color-main, #6CBFFF);
	padding: 69px 16px;
}

.lunar-white-wave {
	width: 100%;
	max-width: 8800px;
	padding: 28px 14px;
	background: #fff;
	border-radius: 10px;
}

.lunar-white-wave .volcano-green-light {
	max-width: 80%;
	margin: 0 auto 25px;
}

.lunar-white-wave .frozen-green-glow {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	width: 92%;
	text-align: center;
	margin: 0 auto 44px;
}

input,
textarea {
	width: 100%;
	padding: 11px 21px;
	border-radius: 10px;
	border: 1px solid var(--color-main, #6CBFFF);
	background: var(--White, #FFF);
	color: var(--Text-color, #5B5C62);
	font-size: 14px;

	font-weight: 400;
	line-height: 18px;
	margin-bottom: 16px;
}

.stormy-black-glow {}

.lunar-white-wave .cosmic-blue-glow {
	font-size: 14px;

	font-weight: 400;
	line-height: 18px;
	margin: 25px auto 0;
	max-width: 55%;
	text-align: center;
}

textarea {
	resize: none;
	height: 140px;
}

.msg {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	text-align: center;
	display: none;
}

.neon-black-sheen {
    margin: 50px;
}

.mail {}

.lunar-yellow-light {
	padding: 50px 0 40px;
}

.lunar-yellow-light .volcano-green-light {
	margin-bottom: 25px;
}

.lunar-yellow-light .obsidian-pink-light {
	margin-top: 50px;
}

.lunar-yellow-light .neon-green-tone {
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 16px;
	background: #fff;
	width: 100%;
	text-align: center;
}

.lunar-yellow-light .neon-green-tone .olive {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin-bottom: 11px;
}

.olive {}

.solar-green-glow {
	background: var(--color-second, #CFF8FD);
	padding: 52px 16px;
}

.dusty-yellow-wave {}

.faq-item {
	padding: 36px 40px 36px 22px;
	margin-top: 16px;
	border-radius: 10px;
	background: var(--White, #FFF);
	position: relative;
	cursor: pointer;
}



.faq-item::after {
	content: '';
	height: 16.5px;
	width: 33px;
	position: absolute;
	top: 14px;
	right: 11px;
	background: no-repeat center url('../images/arrow-down.svg');
	background-size: contain;
	transition: all 0.2s;
}

.faq-item.active::after {
	transform: rotateZ(180deg);
}

.faq-item.active .answer {
	display: block;
	padding: 30px 0px 0;
}

.pale-yellow {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
}

.answer {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	transition: max-height 0.2s ease-out, padding 0.2s ease-out;
}

.faq-item.show .answer {
	display: block;
	margin-top: 16px;
}

footer {
	background: var(--Head-1-Button-color, #32363E);
	padding: 35px 0 55px;
	color: var(--White, #FFF);
}

footer .olive {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin-bottom: 24px;
		padding-bottom: 8px;
	border-bottom: 2px solid var(--color-main, #6CBFFF);
	margin-top: 25px;
}

footer a {
	display: block;
	;
}

footer input {
	background: none;
}

.mulberry-purple {}

.obsidian-cyan-flare {
	text-align: center;
	padding-top: 50px;
	margin-top: 50px;
	border-top: 2px solid var(--color-main, #6CBFFF)
}

.twilight-pink-shade {
	padding: 50px 0;
}

.twilight-pink-shade .lunar-purple-light {
	font-size: 30px;

	font-weight: 500;
	line-height: 30px;
	margin-bottom: 16px;
	color: var(--Head-1-Button-color, #32363E);
	text-align: center;
}

.twilight-pink-shade .frozen-green-glow {
	margin-bottom: 16px;
}

.twilight-pink-shade ul {
	padding-left: 18px;
	margin-bottom: 16px;
}

.twilight-pink-shade .olive {
	font-size: 20px;

	font-weight: 500;
	line-height: 20px;
	margin: 16px 0;
}

.impressum-text {
    text-align: center;
}


@media (min-width: 1024px) {
	body {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
	}

	.lunar-gray-glow {
		font-size: 40px;
        margin-right: 25px;
	}

	.icy-yellow-glow {
		display: flex;
		width: auto;
		background: none;
		gap: 25px;
		position: static;
		left: unset;
		top: unset;
		box-shadow: unset;
        align-items: flex-end;
	}

	.icy-yellow-glow li+li {
		margin-top: 0;

	}

	.prism-orange-shine {
		display: none;
	}

	.violet-purple {
		padding: 100px 0 70px;
	}

	.cardinal-red {
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
	}

	h1 {
		font-size: 80px;

		font-weight: 700;
		line-height: 83.333px;
		max-width: unset;
		margin-bottom: 50px;
	}

	.violet-purple .frozen-green-glow {
		font-size: 35px;

		font-weight: 500;
		line-height: 40px;
		max-width: unset;
		margin-bottom: 50px;
	}

	.lunar-yellow-aura {
		font-size: 30px;

		line-height: 32.927px;
		padding: 14px;
	}

	.shadow-green-shade {
		display: flex;
		flex-direction: column;
		align-items: end;
	}

	header .cardinal-red {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.steel-blue {
		padding: 104px 0 130px;
	}

	.volcano-green-light {
		font-size: 35px;

		line-height: 40px;
	}

	.steel-blue .rosy-brown {
		font-size: 25px;

		line-height: 30px;
		margin-bottom: 50px;
	}

	.steel-blue .obsidian-pink-light {
		margin-top: 50px;
	}

	.steel-blue .neon-green-tone {
		max-width: 365px;
		margin: 0;
		padding: 24px 43px;
	}

	.steel-blue .neon-green-tone .volcano-green-light {
		margin-bottom: 11px;
		text-align: center;
	}

	.cerulean-blue {
		padding: 50px 0 62px;
	}

	.cerulean-blue .icy-gray-shade {
		font-size: 25px;

		line-height: 30px;
	}

	.cerulean-blue .neon-green-tone p {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
		max-width: 300px;
	}

	.cerulean-blue .marble-purple-light {
		max-width: 540px;
		margin: 50px auto 0;
	}

	.lunar-red-sheen {
		padding: 55px 0 97px;
	}

	.lunar-red-sheen .volcano-green-light {
		text-align: center;
	}

	.lunar-red-sheen .neon-green-tone {
		margin-top: 60px;
	}

	.lunar-red-sheen .neon-green-tone .volcano-green-light {
		font-size: 35px;

		font-weight: 500;
		line-height: 40px;
		margin: 50px 0 25px;
	}

	.lunar-red-sheen .neon-green-tone .icy-orange-glow {
		font-size: 25px;

		font-weight: 500;
		line-height: 30px;
	}

	.peach {
		padding: 73px 0 86px;
	}

	.peach .volcano-green-light {
		text-align: center;
	}

	.peach .neon-green-tone {
		margin-top: 96px;
		padding: 70px 30px;
	}

	.peach .neon-green-tone .neon-yellow-mist {
		font-size: 25px;

		font-weight: 500;
		line-height: 30px;
		margin-bottom: 32px;
	}

	.peach .neon-green-tone .marble-gray-mist {
		font-size: 35px;

		font-weight: 500;
		line-height: 40px;
		margin: 0;
	}

	.peach .neon-green-tone .desert-red-sheen {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
		margin-bottom: 32px;
	}

	.peach .neon-green-tone .dodger-blue {
		font-size: 25px;

		font-weight: 500;
		line-height: 40px;
		margin-bottom: 50px;
	}

	.peach .neon-green-tone .icy-cyan-mist {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		padding: 6px 10px;
        text-align: center;
	}

	.marble-gray-shine {
		padding: 72px 0 86px;
	}

	.marble-gray-shine .volcano-green-light {
		text-align: center;
		margin-bottom: 50px;
	}

	.slide {
		margin: 0 auto;
	}

	.slide .icy-gray-flare {
		padding: 77px 95px 45px;
		font-size: 25px;
		font-weight: 700;
		line-height: 40px;
	}

	.slide .coffee-brown {
		padding: 22px 95px 0px;
		font-size: 25px;

		font-weight: 700;
		line-height: 40px;
		margin: 0;
	}

	.slide .gold-metallic {
		padding: 0 95px 24px;
	}

	.desert-yellow-light {
		padding: 100px 0;
	}

	.lunar-white-wave {
		max-width: 880px;
		margin: 0 auto;
		padding: 44px 170px;
	}

	.lunar-white-wave .volcano-green-light {
		font-size: 35px;

		line-height: 40px;
		max-width: unset;
		text-align: center;
	}

	.lunar-white-wave .frozen-green-glow {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
		margin-bottom: 50px;
	}

	input,
	textarea {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
		padding: 19px 21px;
		margin-bottom: 25px;
	}

	.lunar-white-wave .cosmic-blue-glow {
		margin-top: 50px;
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
		max-width: 35%;
	}

	.lunar-yellow-light {
		padding: 50px 0;
	}

	.lunar-yellow-light .volcano-green-light {
		text-align: center;
		margin-bottom: 50px;
	}

	.lunar-yellow-light .stormy-black-glow {
		max-width: 534px;
		margin: 0 auto;
	}

	.lunar-yellow-light .neon-green-tone {
		max-width: 365px;
		padding: 16px 43px;
	}

	.lunar-yellow-light .neon-green-tone .olive {
		font-size: 35px;

		font-weight: 500;
		line-height: 40px;
	}

	.lunar-yellow-light .neon-green-tone .p {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
	}

	.solar-green-glow {
		padding: 82px 0 107px;
	}

	.dusty-yellow-wave {
		max-width: 880px;
		margin: 0 auto;
	}

	.faq-item {
		padding: 45px 35px;
		margin-top: 25px;
		position: relative;
	}

	.pale-yellow {
		font-size: 25px;

		font-weight: 500;
		line-height: 30px;
	}

	.faq-item::after {
		top: 54px;
	}

	footer {
		padding: 84px 0 55px;
	}

	footer .frozen-cyan-shine {
		display: flex;
		justify-content: space-between;
	}

	footer a,
	footer p {
		margin-bottom: 8px;
	}

	.mulberry-purple {
		max-width: 200px;
	}

	.solar-orange-shine {
		max-width: 360px;
		width: 100%;
	}

	.solar-orange-shine input {
		margin-bottom: 10px;
	}


	.twilight-pink-shade {
		padding: 100px 0 50px;
	}

	.twilight-pink-shade .lunar-purple-light {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	.twilight-pink-shade .frozen-green-glow {
		font-size: 16px;

		font-weight: 500;
		line-height: 20px;
		text-align: center;
	}

	.twilight-pink-shade .olive {
		font-size: 25px;
		line-height: 30px;
		margin: 25px 0;
	}
}

#hbgBDAgqmW-cookie {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
    font-size: 15px;
    color: #fff;
}

#hbgBDAgqmW-cookie.show {
    display: block;
}

#hbgBDAgqmW-cookie div {
    display: inline-block;
}

#hbgBDAgqmW-cookie button {
    float: right;
    border-radius: 8px;
    background: var(--btn-gradient);
    color: var(--color-black);
    font-family: var(--font-family);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
    width: auto;
    padding: 5px;
    font-size: 14px;
}