﻿: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 .cosmic-red-aura {

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

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

	line-height: normal;
}

.daffodil-yellow {
	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;
}

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

.show-menu .daffodil-yellow {
	display: block;
}

.shadow-green-aura {
	width: 48px;
	height: 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.shadow-green-aura span {
	display: block;
	height: 6px;
	border-radius: 5px;
	background: #ECF4FA;
}

.desert-black-light {
	padding: 50px 0 60px;
}

.cosmic-red-aura {
	padding: 0 15px;
}

.desert-black-light .cosmic-red-aura {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.desert-black-light .gold-dust {
	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;
}

.desert-black-light .lunar-blue-light {
	font-size: 20px;

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

.lunar-blue-tone {
	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);
}

.stormy-purple-sheen {
	border: none;
	background: var(--color-main, #6CBFFF);
}

.desert-black-light 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%;
}

.desert-black-light .arctic-blue-glow {
	max-width: 100%;
}

.desert-black-light .velvet-gray-tone {
	transform: rotate(3.455deg);
	margin-bottom: 60px;
}

.desert-black-light .velvet-blue-light {
	transform: rotate(-3.869deg);
	max-width: 424px;
	width: 100%;
}

.frozen-cyan-glow {
	background: var(--color-second, #CFF8FD);
	padding: 35px 0;
}

.frozen-cyan-glow .stormy-brown-tone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.frozen-cyan-glow .stormy-brown-tone img {
	border-radius: 18px;
	border: 3px solid var(--White, #FFF);
	max-width: 537px;
	width: 100%;

}

.frozen-cyan-glow .prism-black-sheen {
	max-width: 538px;
	margin-top: 20px;
}

.prism-gray-shine {
	color: var(--Head-1-Button-color, #32363E);
	font-size: 30px;

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

.frozen-cyan-glow .prism-gray-shine {
	text-align: left;
	margin-bottom: 25px;
}

.frozen-cyan-glow .volcano-yellow-mist {
	font-size: 20px;

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

.desert-pink-sheen {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frozen-cyan-glow .neon-orange-flare {
	text-align: center;
	margin-top: 16px;
	border-radius: 10px;
	background: #fff;
	padding: 16px 58px 22px;
}

.frozen-cyan-glow .neon-orange-flare .prism-gray-shine {
	text-align: center;
}

.frozen-cyan-glow .volcano-green-glow {
	margin-top: 12px;
}

.lunar-black-aura {
	text-align: center;
	padding: 50px 0 44px;
}

.lunar-black-aura .desert-pink-sheen {
	align-items: center;
}

.lunar-black-aura .neon-orange-flare {
	margin: 25px auto 0;
}

.twilight-green-glow {
	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;
}

.lunar-black-aura .icy-green-wave {
	font-size: 20px;

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

.lunar-black-aura .neon-orange-flare p {
	font-size: 14px;

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

.lunar-black-aura .icy-gray-wave {
	margin-top: 44px;
}

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

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

.prism-purple-sheen .neon-orange-flare img {
	width: 100%;
	height: auto;
}

.prism-purple-sheen .neon-orange-flare .prism-gray-shine {
	font-size: 20px;

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

.prism-purple-sheen .neon-orange-flare .volcano-green-glow {

	padding: 0 30px;
}

.arctic-green-shine {
	padding: 50px 0;
}

.arctic-green-shine .neon-orange-flare {
	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);
}

.arctic-green-shine .neon-orange-flare .gilded-purple-aura {
	font-size: 20px;

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

.arctic-green-shine .neon-orange-flare .stormy-orange-flare {
	font-size: 30px;

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

.arctic-green-shine .neon-orange-flare .desert-brown-mist {
	font-size: 14px;

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

.arctic-green-shine .neon-orange-flare .shadow-blue-flare {
	font-size: 20px;

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

.arctic-green-shine .neon-orange-flare .stormy-black-glow {
	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;
}

.frozen-red-mist {
	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 .sage-green {
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px;
	padding: 30px 20px 80px;
}

.slide .frozen-brown-aura {

	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 .cosmic-purple-aura {
	padding: 0 20px 16px;
}

.lunar-blue-shade {
	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;
}


.icy-yellow-glow {
	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);
}

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

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

.seafoam-green .prism-gray-shine {
	max-width: 80%;
	margin: 0 auto 25px;
}

.seafoam-green .lunar-blue-light {
	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;
}

.lilac {}

.seafoam-green .solar-blue-wave {
	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;
}

.marble-blue-light {
    margin: 50px;
}

.mail {}

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

.gilded-yellow-light .prism-gray-shine {
	margin-bottom: 25px;
}

.gilded-yellow-light .desert-pink-sheen {
	margin-top: 50px;
}

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

.gilded-yellow-light .neon-orange-flare .frozen-black-wave {
	font-size: 20px;

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

.frozen-black-wave {}

.obsidian-blue-shade {
	background: var(--color-second, #CFF8FD);
	padding: 52px 16px;
}

.solar-purple-glow {}

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

.neon-black-light {
	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 .frozen-black-wave {
	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;
}

.antiquewhite-white {}

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

.icy-pink-aura {
	padding: 50px 0;
}

.icy-pink-aura .sunflower-yellow {
	font-size: 30px;

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

.icy-pink-aura .lunar-blue-light {
	margin-bottom: 16px;
}

.icy-pink-aura ul {
	padding-left: 18px;
	margin-bottom: 16px;
}

.icy-pink-aura .frozen-black-wave {
	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;
	}

	.pecan-brown {
		font-size: 40px;
        margin-right: 25px;
	}

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

	.daffodil-yellow li+li {
		margin-top: 0;

	}

	.shadow-green-aura {
		display: none;
	}

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

	.cosmic-red-aura {
		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;
	}

	.desert-black-light .lunar-blue-light {
		font-size: 35px;

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

	.lunar-blue-tone {
		font-size: 30px;

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

	.arctic-blue-glow {
		display: flex;
		flex-direction: column;
		align-items: end;
	}

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

	.frozen-cyan-glow {
		padding: 104px 0 130px;
	}

	.prism-gray-shine {
		font-size: 35px;

		line-height: 40px;
	}

	.frozen-cyan-glow .volcano-yellow-mist {
		font-size: 25px;

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

	.frozen-cyan-glow .desert-pink-sheen {
		margin-top: 50px;
	}

	.frozen-cyan-glow .neon-orange-flare {
		max-width: 365px;
		margin: 0;
		padding: 24px 43px;
	}

	.frozen-cyan-glow .neon-orange-flare .prism-gray-shine {
		margin-bottom: 11px;
		text-align: center;
	}

	.lunar-black-aura {
		padding: 50px 0 62px;
	}

	.lunar-black-aura .icy-green-wave {
		font-size: 25px;

		line-height: 30px;
	}

	.lunar-black-aura .neon-orange-flare p {
		font-size: 16px;

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

	.lunar-black-aura .icy-gray-wave {
		max-width: 540px;
		margin: 50px auto 0;
	}

	.prism-purple-sheen {
		padding: 55px 0 97px;
	}

	.prism-purple-sheen .prism-gray-shine {
		text-align: center;
	}

	.prism-purple-sheen .neon-orange-flare {
		margin-top: 60px;
	}

	.prism-purple-sheen .neon-orange-flare .prism-gray-shine {
		font-size: 35px;

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

	.prism-purple-sheen .neon-orange-flare .volcano-green-glow {
		font-size: 25px;

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

	.arctic-green-shine {
		padding: 73px 0 86px;
	}

	.arctic-green-shine .prism-gray-shine {
		text-align: center;
	}

	.arctic-green-shine .neon-orange-flare {
		margin-top: 96px;
		padding: 70px 30px;
	}

	.arctic-green-shine .neon-orange-flare .gilded-purple-aura {
		font-size: 25px;

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

	.arctic-green-shine .neon-orange-flare .stormy-orange-flare {
		font-size: 35px;

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

	.arctic-green-shine .neon-orange-flare .desert-brown-mist {
		font-size: 16px;

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

	.arctic-green-shine .neon-orange-flare .shadow-blue-flare {
		font-size: 25px;

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

	.arctic-green-shine .neon-orange-flare .stormy-black-glow {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		padding: 6px 10px;
        text-align: center;
	}

	.frozen-red-mist {
		padding: 72px 0 86px;
	}

	.frozen-red-mist .prism-gray-shine {
		text-align: center;
		margin-bottom: 50px;
	}

	.slide {
		margin: 0 auto;
	}

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

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

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

	.slide .cosmic-purple-aura {
		padding: 0 95px 24px;
	}

	.ruby-red {
		padding: 100px 0;
	}

	.seafoam-green {
		max-width: 880px;
		margin: 0 auto;
		padding: 44px 170px;
	}

	.seafoam-green .prism-gray-shine {
		font-size: 35px;

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

	.seafoam-green .lunar-blue-light {
		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;
	}

	.seafoam-green .solar-blue-wave {
		margin-top: 50px;
		font-size: 16px;

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

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

	.gilded-yellow-light .prism-gray-shine {
		text-align: center;
		margin-bottom: 50px;
	}

	.gilded-yellow-light .lilac {
		max-width: 534px;
		margin: 0 auto;
	}

	.gilded-yellow-light .neon-orange-flare {
		max-width: 365px;
		padding: 16px 43px;
	}

	.gilded-yellow-light .neon-orange-flare .frozen-black-wave {
		font-size: 35px;

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

	.gilded-yellow-light .neon-orange-flare .p {
		font-size: 16px;

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

	.obsidian-blue-shade {
		padding: 82px 0 107px;
	}

	.solar-purple-glow {
		max-width: 880px;
		margin: 0 auto;
	}

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

	.neon-black-light {
		font-size: 25px;

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

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

	footer {
		padding: 84px 0 55px;
	}

	footer .stormy-brown-tone {
		display: flex;
		justify-content: space-between;
	}

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

	.antiquewhite-white {
		max-width: 200px;
	}

	.cinnamon-brown {
		max-width: 360px;
		width: 100%;
	}

	.cinnamon-brown input {
		margin-bottom: 10px;
	}


	.icy-pink-aura {
		padding: 100px 0 50px;
	}

	.icy-pink-aura .sunflower-yellow {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	.icy-pink-aura .lunar-blue-light {
		font-size: 16px;

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

	.icy-pink-aura .frozen-black-wave {
		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;
}