﻿:root {
	--color-main: #E87A6A;
	--color-second: #DCECF3;
	--main-gradient: linear-gradient(105deg, rgba(128, 229, 248, 0.73) 7.5%, rgba(124, 137, 233, 0.73) 92.5%);
}

.orchid-lavender {
	--color-main: #E87A6A;
	--color-second: #DCECF3;
	--main-gradient: linear-gradient(105deg, rgba(128, 229, 248, 0.73) 7.5%, rgba(124, 137, 233, 0.73) 92.5%);
}

.sunset-theme {
	--color-main: #BE2121;
	--color-second: #F8C0A9;
	--main-gradient: linear-gradient(105deg, rgba(190, 33, 33, 0.73) 7.5%, rgba(233, 189, 124, 0.73) 92.5%);
}

.forest-theme {
	--color-main: #2841FF;
	--color-second: #EDFFDA;
	--main-gradient: linear-gradient(105deg, rgba(234, 255, 79, 0.73) 7.5%, rgba(3, 167, 52, 0.73) 92.5%);
}

.sunrise-theme {
	--color-main: #9E28FF;
	--color-second: #EDD7FF;
	--main-gradient: linear-gradient(105deg, rgba(255, 88, 79, 0.73) 7.5%, rgba(233, 205, 255, 0.73) 92.5%);
}

.wood-theme {
	--color-main: #9D166C;
	--color-second: #FFF2C7;
	--main-gradient: linear-gradient(105deg, rgba(255, 182, 79, 0.73) 7.5%, rgba(82, 148, 74, 0.73) 92.5%);
}

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

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

body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #7989A1;
}

html.no-scroll {
	overflow: hidden;
}

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

.lunar-black-aura {
	display: flex;
	padding: 13px 0;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height: 98.727%;
	border-radius: 50px;
	background: var(--color-main, #E87A6A);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
	border: none;
	width: 100%;
}

.icy-orange-glow {
	position: relative;
	padding: 110px 34px 48px;
	text-align: center;
	color: #fff;
	background: var(--main-gradient, linear-gradient(105deg, rgba(128, 229, 248, 0.73) 7.5%, rgba(124, 137, 233, 0.73) 92.5%));
}

.icy-orange-glow .lunar-black-aura {
	max-width: 200px;
	margin: 0 auto;
}

.shadow-green-shade {
	position: absolute;
	top: 10px;
	right: 16px;
	cursor: pointer;
	z-index: 10;
}

.show-menu .shadow-green-shade rect {
	fill: var(--color-main, #E87A6A);;
	transition: fill 0.4s ease-in-out,
}

.show-menu header {
	display: block;
	max-height: 500px;
	padding: 110px 0 50px;
}

header {
	color: #373D48;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 98.727%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 5;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
	padding: 0 0 0;
}



header ul li {
	list-style-type: none;
}

header ul li a {
	display: block;
	padding: 8px 0;
}

.neon-yellow-mist {
	height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: blur(2.049999952316284px);
}

h1 {
	font-size: 35px;
	font-weight: 900;
	line-height: 98.727%;
	margin-bottom: 16px;
}

h2 {
		font-size: 14px;
		font-weight: 400;
	margin-bottom: 28px;
}

.icy-gray-aura {
	max-width: 1158px;
	width: 100%;
	padding: 0 16px;
}

.solar-black-glow {
	color: #373D48;
	text-align: center;
	margin: 25px auto 50px;
	padding: 0 27px;
}

.citron-yellow {
	display: flex;
	flex-wrap: wrap;
	/* gap: 25px; */
	justify-content: space-between;
	margin-bottom: 50px;
}

.marble-blue-wave {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid var(--Blue-Stroke, #4196A6);
}

.marble-blue-wave img {
	width: 100%;
	min-width: 100%;
	height: auto;
}

.marble-blue-wave .velvet-red-tone {
	padding: 25px 18px 35px;
	height: 100%;
	background: var(--color-second, #DCECF3);
}

.marble-blue-wave h4 {
	color: #373D48;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}


.marble-blue-wave+.marble-blue-wave {
	margin-top: 50px;
}

article {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

article.lunar-red-mist .papayawhip-white {
	order: 2;
}

article img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

article h4 {
	color: #373D48;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 25px 0 30px;
}

.arctic-purple-shine {
	padding: 58px 15px 56px;
}

.arctic-purple-shine h4 {
	color: #373D48;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.arctic-purple-shine input {
	border-radius: 50px;
	border: 1px solid var(--color-main, #E87A6A);
	background: #FFF;
	color: #7989A1;
	padding: 11px 21px;
	width: 100%;
}

.arctic-purple-shine textarea {
	border-radius: 17px;
	border: 1px solid var(--color-main, #E87A6A);
	background: #FFF;
	color: #7989A1;
	width: 100%;
	height: 120px;
	padding: 11px 21px;
	margin-top: 16px;
}

input+input {
	margin-top: 16px;
}

.arctic-purple-shine .lunar-black-aura {
	margin-top: 25px;
}

.cosmic-purple-aura {
	margin-top: 22px;
	background: var(--color-second, #DCECF3);
}

.marble-green-mist form {
	transition: opacity 0.3s ease-out;
}

.desert-red-sheen {
	text-align: center;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: opacity 0.4s ease-in, visibility 0s 0.4s, height 0s 0.4s
}

.show-success .desert-red-sheen {
	opacity: 1;
	visibility: visible;
	height: auto;
	transition: opacity 0.4s ease-in, visibility 0s 0s, height 0s 0s;
}

footer {
	padding: 18px 0 22px;
	color: #FFF;
	text-align: center;
	background: var(--main-gradient, linear-gradient(105deg, rgba(128, 229, 248, 0.73) 7.5%, rgba(124, 137, 233, 0.73) 92.5%));
}

footer a {
	display: block;
	padding: 5px 0;
}

footer p {
	margin-top: 20px;
}


.azure-blue {
	color: #373D48;
	padding-top: 60px;
    min-height: 80vh;
}

.marble-orange-mist,
.azure-blue .scarlet-red {
	font-size: 20px;
	font-weight: 700;
	line-height: 98.727%;
}

.marble-orange-mist {
	text-align: center;
	margin: 46px auto 50px;
}

.azure-blue .scarlet-red,
.azure-blue p,
.azure-blue .icy-gray-aura ul {
	margin-bottom: 16px;
}

.azure-blue .icy-gray-aura ul {
	padding-left: 16px;
}

.gilded-gray-sheen {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto;
}

.ocean-blue {
	border-radius: 13px;
	border: 2px solid var(--color-main, #E87A6A);
	overflow: hidden;
	margin-top: 30px;
}


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

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

	header {
		display: block;
		max-height: unset;
		background: none;
		font-size: 18px;
		color: #FFF;
		padding: 32px 0;
	}

	header ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 25px;
		font-weight: 700;
	}

	.icy-orange-glow {
		color: #fff;
		padding: 110px 0;
	}

	.icy-orange-glow h1 {
		font-size: 80px;
		margin-bottom: 50px;
		margin-top: 178px;
	}

	.icy-orange-glow h2 {
		font-size: 30px;
		font-weight: 400;
    line-height: 100%;
		max-width: 900px;
		margin: 0 auto 88px;
	}

	.neon-yellow-mist {
		filter: blur(6.05px);
	}

	.lunar-black-aura {
		padding: 21px 0;
		    font-size: 18px;
	}

	.icy-orange-glow .lunar-black-aura {
		max-width: 600px;
	}

	main {
		max-width: 1158px;
		margin: 0 auto;
	}

	.solar-black-glow {
		max-width: 818px;
		padding: 0;
		margin: 50px auto 100px;
	}

	.marble-blue-wave {
		max-width: 356px;
	}

	.marble-blue-wave h4 {
		font-size: 25px;
		margin-bottom: 35px;
	}

	.marble-blue-wave+.marble-blue-wave {
		margin-top: 0;
	}

	article {
		gap: 124px;
		flex-wrap: nowrap;
	}


	article img {
		max-width: 520px;
	}

	article h4 {
		font-size: 25px;
		line-height: 98.727%;
		margin: 16px 0 50px;
	}

	article.lunar-red-mist .papayawhip-white {
		order: unset;
	}

	.arctic-purple-shine {
		padding: 88px 0;
	}

	.arctic-purple-shine .icy-gray-aura {
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
	}

	.arctic-purple-shine h4 {
		font-size: 25px;
		line-height: 98.727%;
		margin-bottom: 50px;
	}

	.arctic-purple-shine input {
		padding: 18px 21px;
		font-size: 18px;
	}

	input+input {
		margin-top: 25px;
	}

	.arctic-purple-shine textarea {
		font-size: 18px;
		padding: 18px 21px;
		margin-top: 25px;
	}

	.arctic-purple-shine .lunar-black-aura {
		margin-top: 50px;
	}

	.desert-red-sheen {
		font-size: 22px;
		line-height: 120%;
	}

	footer {
		padding: 40px 0;
	}

	.azure-blue {
		color: #373D48;
		padding-top: 0;
	}

	.azure-blue header {
		position: static;
		color: #373D48;
	}

	.azure-blue .icy-gray-aura {
		margin: 0 auto;
		padding: 0;
	}

	.marble-orange-mist,
	.azure-blue .scarlet-red {
		font-size: 25px;
		font-weight: 700;
		line-height: 98.727%;
	}

	.marble-orange-mist {
		text-align: center;
		margin: 50px auto 25px;
	}

	.azure-blue .scarlet-red,
	.azure-blue p,
	.azure-blue .icy-gray-aura ul {
		margin-bottom: 25px;
	}

	.gilded-gray-sheen {
		flex-wrap: nowrap;
	}

	.ocean-blue {
		margin: 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;
}

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