/*// HTML -------------------------------------------------------------------------------------------------------------//*/
:root {
	--GDDW-color: #FFF;
	--GDDW-darkblue: #0C2557;
	--GDDW-darkblue-RGB: 13, 38, 87;
	--GDDW-turquoise: #06B291;
	--GDDW-grey: #e2e6ed;
}
* {
	margin: 0px;
	padding: 0px;
    border: 0;
    outline: 0;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	height: 100%;
	width: 100%;
}
html,
body {
	overflow-x: hidden;
	font-size: 16px;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
.fehler {
	color: red !important;
}

/*// FONT-SIZE -------------------------------------------------------------------------------------------------------------//*/
/* Relative Resolution -------------------------------------------------------------*/
/* All (portrait) -----*/
@media only screen
and (min-width: 320px)
and (orientation: portrait)
{
/* --- Test --- */

}
/* All (landscape) -----*/
@media only screen
and (min-width: 320px)
and (orientation: landscape)
{

}
/* All -----*/
@media only screen
and (min-width: 320px)
{
	.header_font-size
	{
		font-size: clamp(60%, 3vw, 130%);
	}
	.section_01_font-size,
	.section_02_font-size,
	.section_03_font-size,
	.section_04_font-size,
	.section_05_font-size,
	.section_06_font-size,
	.section_07_font-size,
	.section_08_font-size,
	.section_09_font-size
	{
		font-size: 75%;
	}
	.menu_font-size
	{
		font-size: 75%;
		font-size: 88.235%;
	}
}
/* Tablet small -----*/
@media only screen
and (min-width: 680px)
{
	.header_font-size
	{
		font-size: clamp(50%, 1.25vw, 75%);
	}
	.section_01_font-size,
	.section_02_font-size,
	.section_03_font-size,
	.section_04_font-size,
	.section_05_font-size,
	.section_06_font-size,
	.section_07_font-size,
	.section_08_font-size,
	.section_09_font-size
	{
		font-size: 70%;
	}
	.menu_font-size
	{
		font-size: clamp(75%, 1.25vw, 80%);
	}
}
/* Tablets all -----*/
@media only screen
and (min-width: 768px),
only screen
and (min-width: 768px)
and (-webkit-min-pixel-ratio: 2)
{
	.section_01_font-size,
	.section_02_font-size,
	.section_03_font-size,
	.section_04_font-size,
	.section_05_font-size,
	.section_06_font-size,
	.section_07_font-size,
	.section_08_font-size,
	.section_09_font-size
	{
		font-size: 80%;
	}
}
/* Desktops and Laptops -----*/
@media only screen
and (min-width: 1024px)
{
	.header_font-size
	{
		font-size: clamp(75%, 1.2vw, 100%);
	}
	.section_01_font-size,
	.section_02_font-size,
	.section_03_font-size,
	.section_04_font-size,
	.section_05_font-size,
	.section_06_font-size,
	.section_07_font-size,
	.section_08_font-size,
	.section_09_font-size
	{
		font-size: 87.5%;
	}
	.menu_font-size
	{
		font-size: clamp(80%, 1.15vw, 90%);
	}
}
/* Wide Screens -----*/
@media only screen
and (min-width: 1280px)
{
	.section_01_font-size,
	.section_02_font-size,
	.section_03_font-size,
	.section_04_font-size,
	.section_05_font-size,
	.section_06_font-size,
	.section_07_font-size,
	.section_08_font-size,
	.section_09_font-size,
	.footer_font-size
	{
		font-size: 100%;
	}
	.menu_font-size
	{
		font-size: clamp(90%, 1.05vw, 100%);
	}
}
@media only screen
and (min-width: 1440px)
{

}
@media only screen
and (min-width: 1680px)
{

}
@media only screen
and (min-width: 1920px)
{

}
@media only screen
and (min-width: 2560px)
{

}
@media only screen
and (min-width: 3840px)
{

}



/*---------- Main ----------*/
#main {
	max-width: 1440px;
	min-height: 93vh;
	margin: auto;
	background-color: #ffffff;
}
.overlay-box {
	position: absolute;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
.content {
	width: 100%;
}
.content-padding {
	padding-left: 50px;
	padding-right: 50px;
}
.content-box div.box:nth-child(1) {
	order: 1;
}
.content-box div.box:nth-child(2) {
	order: 2;
}
.content-box div.box:nth-child(3) {
	order: 3;
}
.content-box div.box:nth-child(4) {
	order: 4;
}
.content-box div.box:nth-child(5) {
	order: 5;
}
.content-box div.box:nth-child(6) {
	order: 6;
}
.content-box div.box:nth-child(7) {
	order: 7;
}
.content-box div.box:nth-child(8) {
	order: 8;
}
.content-box div.box:nth-child(9) {
	order: 9;
}
.content-box div.box:nth-child(10) {
	order: 10;
}
.box
{
	position: relative;
	/* z-index: 1; */
}
h1,
h2,
h3,
h4 {
	font-family: "Red-Hat-Text", sans-serif;
	font-style: normal;
    font-weight: normal;
	line-height: 1; /* px % */
}
h1 {
	font-size: 3.75em; /* px */
}
h2 {
	font-size: 2.8125em; /* 45px */
}
h3,
h4 {
	font-size: 1.5em; /* 28px */
	line-height: 1.35em;
}
h1 .bold,
h2 .bold,
h3 .bold,
h1.bold,
h2.bold,
h3.bold,
h4.bold {
    font-weight: 700;
}
h1 .uppercase,
h2 .uppercase,
h3 .uppercase,
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase {
	text-transform: uppercase;
}
p {
	font-family: "Red-Hat-Text";
	font-size: 1.5em;/* 24px 125% */
	font-style: normal;
	font-weight: normal;
	line-height: 1.25; /* 30px 125% */
	letter-spacing: 0.045em; /* 0.72px 125% */
	hyphens: auto;
	hyphenate-limit-chars: 10 3 4;
	/* hyphenate-limit-chars: auto 3; */
	-ms-hyphenate-limit-lines: 4;
}
ul {
	font-family: "Red-Hat-Text";
	font-size: 1em;/* 24px 125% */
	font-style: normal;
	font-weight: normal;
	line-height: 1.25; /* 30px 125% */
	letter-spacing: 0.045em; /* 0.72px 125% */
	hyphens: auto;
	hyphenate-limit-chars: 10 3 4;
	-ms-hyphenate-limit-lines: 4;
}
li {
	padding-left: 1.5em;/* 24px 125% */
}
/*---------- Buttons ---------*/
.button {
	display: flex;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	width: 265px;
	height: 50px;
	padding: 9px 0px;
	align-items: center;
	border-radius: 50px;
	text-align: center;
	font-family: "Red-Hat-Text", sans-serif;
	font-weight: 700;
	font-size: 17px; /* 17px */
	font-style: normal;
	line-height: 34px; /* 200% */
	letter-spacing: 0.51px;
	text-transform: uppercase;
	text-decoration: none;
}
.button-01 {
	color: white;
	border: 0px solid var(--GDDW-turquoise, turquoise);
	background: var(--GDDW-turquoise, turquoise);
}
.button-01:hover {
	border: 3px solid #FFF;
	background: transparent;
}
.button-02 {
	color: white;
	background: var(--GDDW-turquoise, turquoise);
}
.button-02:hover {
	background: var(--GDDW-darkblue, darkblue);
}
.button-03 {
	color: white;
	border: 0px solid var(--GDDW-darkblue, darkblue);
	background: var(--GDDW-darkblue, darkblue);
}
.button-03:hover {
	border: 3px solid #FFF;
	background: transparent;
}



.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 0px;
    padding-top: 50px;
	min-width: 160px;
	border-radius: 25px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
    border: 0px;
    border-radius: 25px 25px 0px 0px;
	background: var(--GDDW-color, white);
}
.dropdown:hover .dropbtn .button {
    border: 0px;
    background: var(--GDDW-turquoise, turquoise);
}
.dropdown .dropdown-link-01 {
	display: flex;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	width: 265px;
	height: 50px;
	padding: 9px 0px;
	align-items: center;
	text-align: center;
	font-family: "Red-Hat-Text", sans-serif;
	font-weight: 700;
	font-size: 17px; /* 17px */
	font-style: normal;
	line-height: 34px; /* 200% */
	letter-spacing: 0.51px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--GDDW-darkblue, darkblue);
	background: var(--GDDW-color, white);
	border-bottom: 1px solid var(--GDDW-grey, grey);
	box-sizing: border-box;
}
.dropdown .dropdown-link-01:hover {
	color: var(--GDDW-turquoise, turquoise);
	background: var(--GDDW-grey, grey);
}
.dropdown:has(.dropdown-content .dropdown-link-01:first-child:hover) {
    .dropbtn {
		background: var(--GDDW-grey, grey);
    }
}
.dropdown-content .dropdown-link-01:last-child {
	border-bottom: 0px;
    border-radius: 0px 0px 25px 25px;
}




.color-00 {
	color: var(--GDDW-color, white);
}
.color-01 {
	color: var(--GDDW-darkblue, darkblue);
}
.color-02 {
	color: var(--GDDW-turquoise, turquoise);
}
/*
.content-box {
	background-color: rgba(0, 255, 0, 0.25);
}
.box_01 {
	background-color: rgba(255, 0, 0, 0.25);
}
.box_02 {
	background-color: rgba(0, 0, 255, 0.25);
}
.box_03 {
	background-color: rgba(255, 0, 255, 0.25);
}
.box_04 {
	background-color: rgba(0, 255, 255, 0.25);
}
*/
/*---------- Header ----------*/
.header {
	position: relative;
	width: 100%;
	align-items: center;
}
.header img {
	display: block;
	width: 100%;
	height: auto;
}
.header .overlay-box {
	top: 30px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
}
.header .content-box {
	justify-content: space-between;
    display: flex;
    flex-direction: column;
	width: 100%;
	max-width: 1180px;
}
.header .content-box .logo-box{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 40px;
}
.header .content-box .logo-link {
	cursor: pointer;
}
.header .title-box {
	justify-content : space-between;
	/* background: rgba(0, 255, 0, 0.5); */
}
.header .title-box-01 {
	display: flex;
	flex-direction: column;
	gap: 76px;
}
.header .title-box-02 {
    width: 50%;
    display: flex;
    justify-content: right;
    padding-bottom: 25px;
    align-items: flex-end;
}
.header .content-box .title-text-box {
	background: rgba(var(--GDDW-darkblue-RGB, darkblue), 0.85);
	padding: 75px 150px 75px 50px;
	border-radius: 0px 50px 0px 0px;
}
.header .content-box .ggamr-logo {
	width: 20.625em; /* 330px */
}
.header .burger-menu {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 2px 5px 5px 5px;
	z-index: 11;
}

.header .burger-menu .line {
	width: 35px;
	height: 3px;
	background: var(--GDDW-turquoise, turquoise);
	display: block;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .burger-menu:hover {
	cursor: pointer;
}
.header .burger-menu:hover .line {
	background: var(--GDDW-darkblue, darkblue);
}
.header .burger-menu.is-active .line:nth-child(2) {
	opacity: 0;
}
.header .burger-menu.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
.header .burger-menu.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}
.header .menu.mobile.open {
	top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .menu.mobile {
	position: fixed;
	top: -400px;
	width: 100%;
	background: white;
	z-index: 10;
	justify-content: center;
	flex-direction: column;
	gap: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .menu.mobile a {
	width: 100%;
	height: 80px;
	line-height: 5em; /* px */
	text-align: center;
}
.header .menu-box.menu-desktop {
	display: flex;
}
.header .menu-box.menu-mobile {
	display: none;
}
.header .menu-box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* background: rgba(255, 0, 0, 0.5); */
}
.header .menu {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 1.5em;
}
.header .menu a {
	color: var(--GDDW-color, white);
	font-family: "Red-Hat-Text", sans-serif;
	font-size: 1.0625em; /* 17px */
	line-height: 2.125em; /* 34px 200% */
	font-weight: 500;
	letter-spacing: 0.031875em; /* 0.51px */
	text-decoration: none;
	text-transform: uppercase;
}
.header .menu a:hover {
	text-decoration: underline;
}
.header .menu.mobile a {
	color: var(--GDDW-darkblue, darkblue);
}
.header .menu.mobile a:hover {
	color: var(--GDDW-turquoise, turquoise);
	text-decoration: underline;
}

/*---------- Section-01 ----------*/
.section_01 {
	display: flex;
	justify-content: center;
	position: relative;
	background: var(--GDDW-grey, grey);
}
.section_01 .content-box {
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
    padding: 4.6875em 0em;
    gap: 1.5625em 3%;
    align-items: center;
}
.section_01 .box_01 {
	width: 100%;
}
.section_01 .box_02 {
    width: 47%;
    display: flex;
	align-items: end;
    gap: 1.5625em 3%;
}
.section_01 .box_03 {
    width: 50%;
}
.section_01 .text-box.references {
	width: 100%;
    font-family: "Red-Hat-Text";
	text-align: right;
    font-size: 0.875em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.25;
}
.section_01 .box h2 {
	padding-bottom: 0.75em;
}
.section_01 .box h3 {
	max-width: 498px;
}
.section_01 .box p {
	color: var(--GDDW-darkblue, darkblue);
}
.section_01 .image-box img {
	width: 100%;
}
/*---------- Section-02 ----------*/
.section_02 {
	background: var(--GDDW-darkblue, darkblue);
}
.section_02 .content-box {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	/* align-items: center; */
	justify-content: space-evenly;
	gap: 4.6875em 0em; /* 75px 0px */
	margin: auto;
	padding-top: 4.6875em; /* 75px */
	padding-bottom: 4.6875em; /* 75px */
}
.section_02 .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.875em; /* 30px */
	max-width: 25em;
}
.section_02 .icon-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 8.4375em; /* 135px */
	height: 8.4375em; /* 135px */
}
.section_02 .icon-box img {
	height: 100%;
}
.section_02 .icon {
	width: 1.25em;
	height: 1.25em;
	line-height: 1.875em;
}
.section_02 .text-box {
	text-align: center;
}
.section_02 p {
	font-size: 1.25em; /* 28px */
}

/*---------- Section-03 ----------*/
.section_03 .content-box {
	display: flex;
	background: linear-gradient(10deg, var(--GDDW-darkblue, #ADB5CC), var(--GDDW-Light-Blue, #ADB5CC));
    background: conic-gradient(from 201deg at 27.22% 40.5%, var(--GDDW-Light-Blue, #ADB5CC) 0deg, #0D2657 360deg);
}
.section_03 .box_01  {
	width: 55%;
    overflow: hidden;
}
.section_03 .box_02  {
	width: 45%;
    height: auto;
	padding-top: 4.6875em; /* 75px */
}
.section_03 .box_01 img  {
	overflow: clip;
    position: relative;
    left: -30%;
    width: 130%;
    bottom: -3px;
    height: auto;
	padding-top: 1.5em;
}
.section_03 .box_02 .overlay-box {
	max-width: 720px;
	margin: auto;
    text-align: center;
    width: 133.33333%;
    right: 7em;
}
.section_03 .box_02 p {
	padding-top: 1.5625em; /* 25px */
	font-size: 1.875em;
    hyphens: manual;
}
.section_03 .box_02 .name {
	font-size: 1.5em;
	font-weight: 100;
}
.section_03 .box_02 .position {
	padding-top: 10px;
    width: 65%;
    margin: auto;
    font-size: 1em;
	color: var(--GDDW-color);
}


/*---------- Section-04 ----------*/
.section_04 {
	display: flex;
	justify-content: center;
	position: relative;
}
.section_04 .content-box {
	display: flex;
    flex-wrap: wrap;
	max-width: 1140px;
    padding: 4.6875em 0em;
    gap: 1.5625em 3%;
}
.section_04 .box_01 {
	width: 100%;
	max-width: 980px;
}
.section_04 .box_02 {
    width: 55%;
    display: flex;
	flex-direction: column;
    gap: 1.5625em 3%;
}
.section_04 .box_03 {
	width: 42%;
}
.section_04 .box h2 {
	padding-bottom: 0.75em;
}
.section_04 .box p {
	color: var(--GDDW-darkblue, darkblue);
}
.section_04 .image-box img {
	width: 100%;
}
/*---------- Section-05 ----------*/
.section_05 {
	display: flex;
	justify-content: center;
	position: relative;
	/* min-height: 35em; */
	background: var(--GDDW-grey, grey);
}
.section_05 .content-box {
	display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    padding: 4.6875em 0em;
    gap: 1.5625em 3%;
	align-items: center;
}
.section_05 .box_01,
.section_05 .box_04 {
	width: 100%;
}
.section_05 .box_02 {
	width: 42%;
}
.section_05 .box_03 {
    width: 55%;
    display: flex;
    align-items: center;
}
.section_05 .box h2 {
	padding-bottom: 0.75em;
}
.section_05 .box p {
	color: var(--GDDW-darkblue);
}
.section_05 .text-box.references {
    font-family: "Red-Hat-Text";
	font-size: 0.875em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.25;
}
.section_05 .image-box img {
	width: 100%;
}
/*---------- Section-06 ----------*/
.section_06 {
	position: relative;
}
.section_06 .content-box {
	display: flex;
    flex-direction: column;
    padding: 4.6875em 0em;
    margin: auto;
    max-width: 1140px;
    gap: 1.5625em 3%;
}
.section_06 .box {
	width: 100%;
}
.section_06 .box h2 {
	padding-bottom: 0.75em;
}
.section_06 .box p {
	color: var(--GDDW-darkblue);
}
.section_06 .box_01 {
	max-width: 850px;
}
.section_06 .box_02 {
	max-width: 900px;
}
.section_06 .image-box img {
	width: 100%;
}
/*---------- Section-07 ----------*/
.section_07 {
	padding-top: 0em; /* 0px */
	padding-bottom: 0em; /* 0px */
	background-color: var(--GDDW-darkblue, darkblue);

}
.section_07:hover,
.section_07.bp-active {
	background-color: var(--GDDW-turquoise, turquoise);
}
.section_07:hover .color-02,
.section_07.bp-active .color-02 {
	color: var(--GDDW-darkblue, darkblue);
}
.section_07 .content-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    /*gap: 0em 4.375em;*/
	margin: auto;
    gap: 0em 0em;
}
.section_07.bp-active .content-box {
    gap: 0em 0em;
	transition: 0.5s ease;
}
.section_07 .title-box {
	max-width: unset;
	text-align: center;
	transition: 0.5s ease;
	/* background-color: rgba(255, 0, 0, 0.25); */
}
.section_07.bp-active .title-box {
	text-align: right;
	max-width: 23em;
}
.section_07 .text-box {
    max-width: 23em;
    text-align: right;
	opacity: 0;
	transition: max-width 0.5s ease, text-align 0.5s ease, opacity 1s linear;
	/* background-color: rgba(255, 0, 0, 0.25); */
}
.section_07.bp-active .text-box {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.section_07 a {
	text-decoration: none;
}
.section_07:has(a:hover) {
	background-color: var(--GDDW-turquoise, turquoise);
}
.section_07 .box_01 {
	width: 0%;
	height: 0px;
	opacity: 0;
	padding: 4.6875em 0em 4.6875em 0em; /* 75px 0px 75px 0px */
	transition: width 0s ease, height 0.5s ease, padding 0s ease, opacity 0.5s linear;
	overflow: hidden;

}
.section_07.bp-active .box_01 {
	width: 50%;
	min-height: auto;
	opacity: 1;
}
.section_07.bp-active .box_01.content-padding {
	padding: 4.6875em 2.344em 4.6875em 9.375em; /* 75px 37.5px 75px  150*/
}
.section_07 .box_01 .form-box {
	overflow: hidden;
	opacity: 0;
	display: none;
	transition: all 1s linear;
}
.section_07.bp-active .box_01 .form-box {
	opacity: 1;
	display: block;
	transition: all 1s linear;
}
.section_07 .box_02 {
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
    flex-direction: column;
    align-items: center;
	width: 100%;
	transition: width 0s ease, padding 0s ease;
	cursor: pointer;
	gap: 0em;
}
.section_07.bp-active .box_02 {
    flex-wrap: wrap;
    justify-content: start;
    align-items: end;
	width: 50%;
	gap: 3.125em;
}
.section_07 .box_02.content-padding {
	padding: 4.6875em 0em 4.6875em 0em; /* 75px 0px 75px 0px */
}
.section_07.bp-active .box_02.content-padding {
	padding: 4.6875em 9.375em 4.6875em 2.344em; /* 75px 150px 75px 37.5px */
}
.section_07 h3 {
	color: var(--GDDW-color, white);
	line-height: 1.25em;
    letter-spacing: 0.045rem;
}
.section_07.bp-active .box_02 h2 {
	font-size: 3.75em; /* px */
}
.section_07 .box_02 h3 {
	display: none;
	transition: all 0.5s ease;
}
.section_07.bp-active .box_02 h3 {
	opacity: 1;
	display: block;
}

.section_07 p {
	align-self: stretch;
	color: var(--Color, #FFF);
	text-align: center;
	font-size: 1.75em; /* 28px */
	font-weight: 400;
	line-height: 1.142; /* 32px 114.286% */
}

/*----- Formular 01 -----*/
.section_07 .formular {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px 4%;
	--font-size: 100%;
	--font-family: inherit;
	--font-color: inherit;
	--background-color: (--Color, white);
	--border-color: #AAA;
	--border-width: 1px;
	--border-radius: 5px;
}
.section_07 .formular {
	color: var(--GDDW-color, white);
	font-family: "Red-Hat-Text";
	/* font-size: 1.0625em; 17px */
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	appearance: auto;
	outline: none;
	box-sizing: border-box
}
.section_07 .formular .finished {
	color: var(--GDDW-darkblue, darkblue);
}
.section_07 .formular_row:nth-child(-n + 4) {
	width: 48%;
}
/*
.section_07 .formular_row:nth-child(-n + 2) {
	width: 100%;
}
*/
.section_07 .formular_row:last-child,
.section_07 .formular_row:nth-last-child(2) {
	display: flex;
}
.section_07 .formular_row:nth-last-child(3) {
	justify-content: right;
}
.section_07 .formular_row:nth-last-child(3) label,
.section_07 .formular_row:nth-last-child(4) label {
	line-height: 1.75em; /* 28px */
}
.section_07 .formular_row:last-child {
	justify-content: left;
	gap: 5px;
    margin-top: 0.9375em;
}
.section_07 .formular_row {
	width: 100%;
}
.section_07 .formular label {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px */
}
.section_07 .formular label:first-child {
	margin-top: 0;
}
.section_07 .formular .successfully_sent {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px */
}
.section_07 .formular input,
.section_07 .formular textarea {
	width: 100%;
	border-radius: 15px;
	border: 1.5px solid var(--GDDW-color, white);
	background: var(--GDDW-turquoise, turquoise);
	resize: none;
	padding: 5px 15px 0px 15px;
	color: var(--GDDW-color, white);
	font-family: "Red-Hat-Text";
	font-size: 1.0625em; /* 17px */
	font-weight: 350;
	line-height: 30px;
}
.section_07 .formular input {
	height: 30px;
}
.section_07 .formular input[name="_gotcha"] {
	display:none;
}
/*--- Formular Checkbox ---*/
.section_07 .formular input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: var(--GDDW-turquoise, turquoise);
	/* Not removed via appearance */
	margin: 0px 15px 0px 0px;
	/* ...existing styles */
	display: grid;
	place-content: center;
	font: inherit;
	color: var(--GDDW-darkblue, darkblue);
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 3px solid var(--GDDW-darkblue, darkblue);
	border-radius: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	transform: translateY(-0.175em);
}
.section_07 .formular input[type="checkbox"]:hover {
	border: 0px;
	color: var(--GDDW-turquoise, turquoise);
	background-color: var(--GDDW-darkblue, darkblue);
}
.section_07 .formular input[type="checkbox"]::before {
	content: "";
	width: 15px;
	height: 15px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--GDDW-darkblue, darkblue);
	transform-origin: center;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.section_07 .formular input[type="checkbox"]:hover::before {
	box-shadow: inset 1em 1em var(--GDDW-color, white);
}
.section_07 .formular input[type="checkbox"]:checked::before {
	transform: scale(1);
	background: var(--GDDW-darkblue, darkblue);
}
.section_07 .formular .checkbox-text {
	font-size: 1.0625em; /* 17px */
	line-height: 1.5; /* 34px 200% */
}
.section_07 .formular *::placeholder {
	color: white;
	opacity: 0.5;
}
.section_07 .formular .datenschutz-link {
	color: white;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
.section_07 .formular .datenschutz-link:hover {
	color: var(--GDDW-darkblue, darkblue);
}

/*--- Formular Button ---*/
.section_07 .button,
.section_07 .formular button {
	display: flex;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	width: 265px;
	height: 50px;
	padding: 9px 0px;
	align-items: center;
	border-radius: 50px;
	color: white;
	text-align: center;
	font-family: "Red-Hat-Text", sans-serif;
	font-weight: 700;
	font-size: 17px; /* 17px */
	font-style: normal;
	line-height: 34px; /* 200% */
	letter-spacing: 0.51px;
	text-transform: uppercase;
	text-decoration: none;
}
.section_07 .formular button:after{
	/* content: 'Absenden'; */
	display: block;
}
.section_07 .formular button:focus:after,
.section_07 .formular button:active:after {
	/* content: 'Vielen Dank!'; */
	display: block;
}


/*---------- Section-08 ----------*/
.section_08 {
	min-height: 660px;
	flex-shrink: 0;
	background: var(--GDDW-color, white);
}
.section_08 .content-box {
	display: flex;
	justify-content: center;
	gap: 2.1875em 4.6875em; /* 35px 75px */
	max-width: 980px;
	margin: auto;
	padding-top: 4.6875em; /* 75px */
}
.section_08 .box_01 {
	display: flex;
	flex-direction: column;
	gap: 2.1875em; /* 35px */
	width: 45%;
	min-width: 300px;
	max-width: 450px;
}
.section_08 .box_02 {
	display: flex;
	flex-direction: column;
	gap: 4.6875em; /* 75px */
	width: 45%;
	min-width: 300px;
}

/*----- Formular 02 -----*/
.section_08 .formular {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px 4%;
	--font-size: 100%;
	--font-family: inherit;
	--font-color: inherit;
	--background-color: (--Color, white);
	--border-color: #AAA;
	--border-width: 1px;
	--border-radius: 5px;
}
.section_08 .formular {
	color: var(--GDDW-darkblue, darkblue);
	font-family: "Red-Hat-Text";
	/* font-size: 1.0625em; 17px */
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	appearance: auto;
	outline: none;
	box-sizing: border-box
}
.section_08 .formular .finished {
	color: var(--GDDW-turquoise, turquoise);
}
.section_08 .formular_row:nth-child(-n + 5) {
	width: 48%;
}
/*
.section_08 .formular_row:nth-child(-n + 2) {
	width: 100%;
}
*/
.section_08 .formular_row:last-child,
.section_08 .formular_row:nth-last-child(2),
.section_08 .formular_row:nth-last-child(3),
.section_08 .formular_row:nth-last-child(4)
{
	display: flex;
}
.section_08 .formular_row:nth-last-child(2) {
	justify-content: right;
}
.section_08 .formular_row:nth-last-child(3) {
	margin-bottom: 0.9375em; /* 15px */
}
.section_08 .formular_row:nth-last-child(4) {
	margin-top: 0.9375em; /* 15px */
}
.section_08 .formular_row:nth-last-child(3) label,
.section_08 .formular_row:nth-last-child(4) label {
	line-height: 1.75em; /* 28px */
}
.section_08 .formular_row:last-child {
	justify-content: right;
	gap: 5px;
    margin-top: 0.9375em;
}
.section_08 .formular_row {
	width: 100%;
}
.section_08 .formular label {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px */
}
.section_08 .formular label:first-child {
	margin-top: 0;
}
.section_08 .formular .successfully_sent {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px */
}
.section_08 .formular input,
.section_08 .formular textarea {
	width: 100%;
	border-radius: 15px;
	border: 1.5px solid var(--GDDW-darkblue, darkblue);
	background: #FFF;
	resize: none;
	padding: 5px 15px 0px 15px;
	color: var(--GDDW-turquoise, turquoise);
	font-family: "Red-Hat-Text";
	font-size: 1.0625em; /* 17px */
	font-weight: 350;
	line-height: 30px;
}
.section_08 .formular input {
	height: 30px;
}
.section_08 .formular input[name="_gotcha"] {
	display:none;
}
/*--- Formular Checkbox ---*/
.section_08 .formular input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: var(--Color, white);
	/* Not removed via appearance */
	margin: 0px 15px 0px 0px;
	/* ...existing styles */
	display: grid;
	place-content: center;
	font: inherit;
	color: var(--GDDW-turquoise, turquoise);
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 3px solid var(--GDDW-turquoise, turquoise);
	border-radius: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	transform: translateY(-0.175em);
}
.section_08 .formular input[type="checkbox"]:hover {
	border: 0px;
	color: white;
	background-color: var(--GDDW-turquoise, turquoise);
}
.section_08 .formular input[type="checkbox"]::before {
	content: "";
	width: 15px;
	height: 15px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--GDDW-turquoise, turquoise);
	transform-origin: center;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.section_08 .formular input[type="checkbox"]:hover::before{
	box-shadow: inset 1em 1em var(--Color, white);
}
.section_08 .formular input[type="checkbox"]:checked::before {
	transform: scale(1);
	background: var(--GDDW-turquoise, turquoise);
}
.section_08 .formular_row:nth-last-child(3) label input[type="checkbox"],
.section_08 .formular_row:nth-last-child(4) label input[type="checkbox"] {
	color: var(--GDDW-darkblue, darkblue);
	border: 3px solid var(--GDDW-darkblue, darkblue);
}
.section_08 .formular_row:nth-last-child(3) label input[type="checkbox"]:hover,
.section_08 .formular_row:nth-last-child(4) label input[type="checkbox"]:hover {
	color: white;
	background-color: var(--GDDW-darkblue, darkblue);
}
.section_08 .formular_row:nth-last-child(3) label input[type="checkbox"]:checked::before,
.section_08 .formular_row:nth-last-child(4) label input[type="checkbox"]:checked::before {
	background: var(--GDDW-darkblue, darkblue);
    box-shadow: inset 1em 1em var(--GDDW-darkblue, darkblue);
}
.section_08 .formular_row:nth-last-child(3) label input[type="checkbox"]:hover::before,
.section_08 .formular_row:nth-last-child(4) label input[type="checkbox"]:hover::before {
	color: white;
	background-color: var(--GDDW-darkblue, darkblue);
    box-shadow: inset 1em 1em var(--GDDW-color, White);
}

.section_08 .formular .checkbox-text {
	font-size: 1.0625em; /* 17px */
	line-height: 1.5; /* 34px 200% */
}
.section_08 .formular .datenschutz-link {
	color: var(--GDDW-darkblue, darkblue);
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
.section_08 .formular .datenschutz-link:hover {
	color: var(--GDDW-turquoise, turquoise);
}

/*--- Formular Button ---*/
.section_08 .button,
.section_08 .formular button {
	display: flex;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	width: 265px;
	height: 50px;
	padding: 9px 0px;
	align-items: center;
	border-radius: 50px;
	background: var(--GDDW-turquoise, turquoise);
	color: white;
	text-align: center;
	font-family: "Red-Hat-Text", sans-serif;
	font-weight: 700;
	font-size: 17px; /* 17px */
	font-style: normal;
	line-height: 34px; /* 200% */
	letter-spacing: 0.51px;
	text-transform: uppercase;
	text-decoration: none;
}
.section_08 .formular button:hover {
	background: var(--GDDW-darkblue, darkblue);
}
.section_08 .formular button:after{
	content: 'Aktiv werden';
	display: block;
}
.section_08 .formular button:focus:after,
.section_08 .formular button:active:after{
	content: 'Vielen Dank!';
	display: block;
}


/*---------- Section-09 ----------*/
.section_09 {
	background: var(--GDDW-color, white);
}
.section_09 img {
	width: 100%;
}
.section_09 .content-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.75em; /* 10px */
	max-width: 1140px;
	margin: auto;
	padding-top: 4.6875em; /* 75px */
}
.section_09 .box {
	display: flex;
	flex-direction: column;
	width: 100px;
}
.section_09 .small {
	width: 60px;
}
.section_09 .mid {
	width: 120px;
}
.section_09 .big {
	width: 160px;
}


/*---------- Footer ----------*/
.footer {
	width: 100%;
	height: 100px;
	align-items: center;
	background: var(--GDDW-darkblue, darkblue);
}
.footer .content-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 980px;
	height: 100px;
    margin: auto;
}
.footer .menu {
	display: flex;
	gap: 1.875em; /* 30px */
}
.footer .menu span,
.footer .text span {
	font-family: "Red-Hat-Text", sans-serif;
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px 200% */
	letter-spacing: 0.51px;
	font-weight: 400;
	color: var(--Color, white);
	text-decoration: none;
}
.footer .menu span:hover {
	color: var(--GDDW-turquoise, turquoise);
	cursor: pointer;
	text-decoration: none;
}
.footer .text .cl-number {
	font-size: 0.875em; /* 14px */
}
.back-to-top {
	background: var(--Color, white);
	position: fixed;
	bottom: 25px;
	right: 10px;
	padding: 5px;
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.back-to-top .arrow {
	position: relative;
	top: 14px;
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	border-top: 3px solid var(--GDDW-darkblue, darkblue);
	border-right: 3px solid var(--GDDW-darkblue, darkblue);
}
.back-to-top .arrow-top {
	transform: rotate(-45deg);
}
.back-to-top:hover .arrow {
	border-top: 3px solid var(--GDDW-turquoise, turquoise);
	border-right: 3px solid var(--GDDW-turquoise, turquoise);
}

.datenschutz,
.impressum {
	display: none;
	background: white;
	max-width: 980px;
	margin: auto;
	padding-top: 4.6875em; /* 75px */
	padding-bottom: 4.6875em; /* 75px */
}
.datenschutz .content-box,
.impressum .content-box {
	display: flex;
	flex-direction: column;
	gap: 2.1875em 4.6875em; /* 35px 75px */
	color: var(--GDDW-darkblue, darkblue);
}
.datenschutz h3,
.impressum h3 {
	color: var(--GDDW-turquoise, turquoise);
}
.datenschutz p,
.impressum p {
	font-size: 0.875em; /* 14px */
	letter-spacing: 0.025em;
}
.datenschutz ul,
.impressum ul {
	font-size: 0.875em; /* 14px */
}
.datenschutz b,
.impressum b {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px 200% */
	letter-spacing: 0.51px;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}



/* Relative Resolution -------------------------------------------------------------*/
/* All (portrait) -----*/
@media only screen
and (min-width: 320px)
and (orientation: portrait)
{
/**/
}
/* All (landscape) -----*/
@media only screen
and (min-width: 320px)
and (orientation: landscape)
{
/**/
}
/* All -----*/
@media only screen
and (min-width: 320px)
{
	.content-padding
	{
		padding-left: 25px;
		padding-right: 25px;
	}
	h1
	{
		font-size: 2.8125em;
	}
	h2,
	h3
	{
		hyphens: auto;
		hyphenate-limit-chars: 10 3 4;
	}
	.header .overlay-box {
		top: 50px;
	}
	.header .overlay-box.content-padding {
		padding: 0em;
	}
	.header .content-box {
    	justify-content: end;
	}
	.header .title-box {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.header .title-box-01 {
		justify-content: space-between;
		gap: unset;
		height: 100%;
	}
	.header .content-box .title-text-box {
		width: 27em;
		padding: 50px 50px 50px 25px;
		border-radius: 0px 50px 50px 0px;
	}
	.header .title-box-02 {
		width: 100%;
		justify-content: center;
		margin-top: 25px;
	}
	.header .desktop,
	.header .desktop-image {
		display: none;
	}
	.header .burger-menu {
		display: block;
	}
	.header .menu-box.menu-desktop {
		display: none;
	}
	.header .menu-box.menu-mobile {
		display: block;
	}
	.section_01 .content-box,
	.section_04 .content-box,
	.section_05 .content-box {
		justify-content: center;
	}
	.section_01 .box_01,
	.section_01 .box_02,
	.section_01 .box_03,
	.section_04 .box_01,
	.section_04 .box_02,
	.section_04 .box_03,
	.section_05 .box_01,
	.section_05 .box_02,
	.section_05 .box_03 {
		width: 100%;
	}
	.section_04 .box_03,
	.section_05 .box_03 {
		order: 1 !important;
	}
	.section_01 .box_03 img,
	.section_05 .box_02 img {
		padding: 4.6875em 4.6875em 0em 4.6875em;
	}
	.section_01 .text-box.references {
		text-align: left;
	}
	.section_02 {
		flex-direction: column;
		align-items: center;
	}
	.section_02 .box {
		max-width: 100%;
	}
	.section_03 .content-box {
		flex-direction: column;
		background: conic-gradient(from 201deg at 52.22% 81.5%, var(--GDDW-Light-Blue, #ADB5CC) 0deg, #0D2657 360deg);
	}
	.section_03 .box_01 {
		order: 2 !important;
		width: 100%;
	}
	.section_03 .box_01 img {
		padding-top: 0em;
		width: 100%;
		left: -4%;
	}
	.section_03 .box_02 {
		order: 1 !important;
		width: 100%;
	}
	.section_03 .box_02 .overlay-box {
		max-width: 520px;
		position: unset;
		width: 100%;
		right: unset;
	}
	.section_03 .box_02 p {
		font-size: 1.625em;
	}
	.section_03 .box_02 .name {
		font-size: 1.25em;
	}
	.section_07.bp-active {
		padding: 0em;
	}
	.section_07 .box_01 {
		height: auto;
		min-height: auto;
	}
	.section_07.bp-active .box_01 {
		order: 2 !important;
		height: auto;
		min-height: auto;
		width: 100%;
	}
	.section_07.bp-active .box_01.content-padding {
		padding: 0em 25px 4.6875em 25px;
	}
	.section_07 .formular_row {
		justify-content: right;
	}
	.section_07 .box_02 {
		min-height: auto;
		align-items: unset;
	}
	.section_07.bp-active .box_02 {
		width: 100%;
		min-height: auto;
		order: 1 !important;
		align-items: unset;
	}
	.section_07 .box_02.content-padding {
        padding: 4.6875em 25px 4.6875em 25px;
	}
	.section_07.bp-active .box_02.content-padding {
		padding: 4.6875em 25px 0px 25px;
	}
	.section_07 .title-box {
		max-width: 23em;
		text-align: left;
	}
	.section_07.bp-active .title-box {
		text-align: left;
		max-width: 23em;
	}
	.section_07 .text-box {
		max-width: unset;
		text-align: left;
	}
	.section_07.bp-active .box_02 h2 {
		font-size: 2.8125em;
	}
	.section_07.bp-active .content-box {
        gap: 2.1875em 0em;
	}
	.section_08 .content-box {
		flex-direction: column;
		align-items: center;
		gap: 2.1875em 3.375em; /* 35px 70px */
	}
	.section_08 .box_01 {
		width: 100%;
		max-width: none;
	}
	.section_08 .box_02 {
		width: 100%;
	}
	.formular label {
		font-size: 1.5em; /* 24px */
		line-height: 1.416; /* 34px */
	}
	.formular input {
		font-size: 1.25em; /* 17px */
	}
	.formular .checkbox-text,
	.formular .successfully_sent {
		font-size: 1.25em; /* 17px */
		line-height: 1.5; /* 34px */
	}
	.formular_row:nth-last-child(3) {
		justify-content: left;
	}
	.formular_row:nth-last-child(2),
	.formular_row:last-child {
		justify-content: center;
	}
	.section_09 .content-box {
		gap: 1.75em 3.5em; /* px */
	}
	.footer .text .cl-number {
		padding-right: 4em;
	}
	.footer .content-box {
		flex-wrap: wrap;
	}
}
/* Extra size -----*/
@media only screen
and (min-width: 375px)
{
	.section_03 .content-box {
		background: conic-gradient(from 201deg at 52.22% 75%, var(--GDDW-Light-Blue, #ADB5CC) 0deg, #0D2657 360deg);
	}
}
/* Extra size -----*/
@media only screen
and (min-width: 475px)
{
	.section_09 .small {
		width: 70px;
	}
	.section_09 .mid {
		width: 148px;
	}
	.section_09 .big {
		width: 200px;
	}
}
/* Tablet small -----*/
@media only screen
and (min-width: 680px)
{
	h1
	{
		font-size: 3.4375em;
	}
	h2,
	h3
	{
		hyphens: none;
	}
	.header .overlay-box {
		top: 4%;
	}
	.header .overlay-box.content-padding {
		padding-left: 50px;
		padding-right: 50px;
	}
	.header .content-box {
		justify-content: space-between;
	}
	.header .title-box {
		display: flex;
		flex-direction: row;
		height: 100%;
	}
	.header .title-box-01 {
		justify-content: space-between;
		gap: 4.675em;
		height: 100%;
	}
	.header .content-box .title-text-box {
		width: unset;
		padding: 25px 50px 25px 25px;
		border-radius: 0px 50px 0px 0px;
	}

	.header .title-box-02 {
		width: 100%;
		justify-content: right;
		margin-top: 25px;
	}
	.header .desktop-image {
		display: block;
	}
	.header .mobile-image {
		display: none;
	}
	.section_01 .content-box,
	.section_05 .content-box {
		justify-content: unset;
	}
	.section_01 .box_03 img,
	.section_05 .box_02 img {
		padding: 0em;
	}
	.section_01 .box_02 {
		width: 47%;
	}
	.section_01 .box_03 {
		width: 50%;
	}
	.section_01 .text-box.references {
		text-align: right;
	}
	.section_03 .box_02 .overlay-box {
		max-width: 490px;
	}
	.section_03 .content-box {
		background: conic-gradient(from 201deg at 52.22% 71%, var(--GDDW-Light-Blue, #ADB5CC) 0deg, #0D2657 360deg);
	}
	.section_05 .box_02 {
		width: 42%;
	}
	.section_05 .box_03 {
		order: 3 !important;;
		width: 55%;
	}
	.section_07 .box_01 {
		min-height: 0px;
	}
	.section_07.bp-active .box_01 {
		order: 1 !important;
		width: 50%;
		min-height: auto;
	}
	.section_07.bp-active .box_01.content-padding {
		padding: 4.6875em 2.344em 4.6875em 5em;
	}
	.section_07 .formular_row {
		justify-content: left;
	}
	.section_07 .box_02 {
		align-items: center;
	}
	.section_07.bp-active .box_02 {
		order: 2 !important;
		align-items: end;
		width: 50%;
	}
	.section_07 .box_02.content-padding {
		padding: 4.6875em 0em 4.6875em 0em;
	}
	.section_07.bp-active .box_02.content-padding {
		padding: 4.6875em 5em 4.6875em 2.344em;
		transition: padding 0.5s ease;
	}
	.section_07 .title-box {
		max-width: unset;
		text-align: center;
	}
	.section_07.bp-active .title-box {
		text-align: right;
		max-width: 23em;
	}
	.section_07 .text-box {
		max-width: 23em;
		text-align: right;
	}
	.section_07.bp-active .box_02 h2 {
		font-size: 3.75em;
	}
	.section_07.bp-active .content-box {
		gap: 0em;
	}

	.section_02 {
		flex-direction: unset;
		align-items: unset;
	}
	.section_02 .box {
		max-width: 20em;
	}
	.section_08 .content-box {
		flex-direction: unset;
		align-items: unset;
	}
	.section_08 .box_01 {
		width: 45%;
		max-width: 450px;
	}
	.section_08 .box_02 {
		width: 45%;
	}
	.formular label {
		line-height: 2; /* 34px */
	}
	.formular_row:nth-last-child(2),
	.formular_row:last-child {
		justify-content: right;
	}
	.cookie-consent-banner__actions { 
		flex-direction: unset;
	}
	.section_09 .content-box {
		gap: 1.75em 3.2em; /* px */
	}
	.section_09 .small {
		width: 60px;
	}
	.section_09 .mid {
		width: 120px;
	}
	.section_09 .big {
		width: 160px;
	}
	.footer .content-box {
		flex-wrap: unset;
	}
}
/* Tablets all -----*/
@media only screen
and (min-width: 768px),
only screen
and (min-width: 768px)
and (-webkit-min-pixel-ratio: 2)
{
	.content-padding
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	.section_03 .box_02 .overlay-box {
		max-width: 600px;
	}
	.section_04 .content-box {
		justify-content: unset;
	}
	.section_04 .box_02 {
		width: 55%;
	}
	.section_04 .box_03 {
		width: 42%;
	}
	.section_04 .box_03 {
		order: 3 !important;;
	}
	.section_08 .content-box {
		gap: 2.1875em 4.375em; /* 35px 70px */
	}
	.formular_row:nth-last-child(3) {
		justify-content: right;
	}
	.section_09 .content-box {
		gap: 1.75em; /* px */
	}
	.section_09 .small {
		width: 70px;
	}
	.section_09 .mid {
		width: 148px;
	}
	.section_09 .big {
		width: 200px;
	}
}
/* Desktops and Laptops -----*/
@media only screen
and (min-width: 1024px)
{
	.header .content-box .title-text-box {
		padding: 35px 50px 35px 25px;
	}
	.header .desktop {
		display: block;
	}
	.header .mobile {
		display: none;
	}
	.header .burger-menu {
		display: none;
	}
	.header .menu-box.menu-desktop {
		display: flex;
	}
	.header .menu-box.menu-mobile {
		display: none;
	}
	.section_02 .box {
		max-width: 25em;
	}
	.section_02 .text-box p {
		font-size: 1.75em;
	}
	.section_03 .content-box {
		flex-direction: row;
		background: conic-gradient(from 201deg at 27.22% 40.5%, var(--GDDW-Light-Blue, #ADB5CC) 0deg, #0D2657 360deg);
	}
	.section_03 .box_01 {
		order: 1 !important;
		width: 55%;
	}
	.section_03 .box_01 img {
		padding-top: 1.5em;
		width: 130%;
		left: -30%;
	}
	.section_03 .box_02 {
		order: 2 !important;
		width: 45%;
	}
	.section_03 .box_02 .overlay-box {
		max-width: 650px;
		position: absolute;
		width: 133.33333%;
		right: 0em;
	}
	.section_09 .content-box {
		gap: 1.75em 3.5em; /* px */
	}
	.footer .text .cl-number {
		padding-right: 0em;
	}
}
/* Desktops and Laptops -----*/
@media only screen
and (min-width: 1140px)
{
	.section_03 .box_02 .overlay-box {
        right: 3em;
    }
	.section_07.bp-active .box_01.content-padding {
		padding: 4.6875em 2.344em 4.6875em 9.375em;
	}
	.section_07.bp-active .box_02.content-padding {
		padding: 4.6875em 9.375em 4.6875em 2.344em;
	}
	.section_09 .content-box {
		gap: 1.75em 5em; /* px */
	}
}
/* Wide Screens -----*/
@media only screen
and (min-width: 1280px)
{

	.header .title-box-01 {
		gap: 76px;
	}
	.header .title {
		gap: 50px;
	}
	.header .content-box .title-text-box {
		padding: 50px 50px 50px 25px;
	}
	.section_03 .box_02 .overlay-box {
		max-width: 730px;
    }
	.formular label {
		font-size: 1.0625em; /* 17px */
		line-height: 2; /* 34px */
	}
	.formular input {
		font-size: 1.0625em; /* 17px */
	}
	.formular .checkbox-text,
	.formular .successfully_sent {
		font-size: 1.0625em; /* 17px */
		line-height: 2; /* 34px */
	}
	.section_09 .content-box {
		gap: 1.75em; /* px */
	}
	.section_09 .small {
		width: 60px;
	}
	.section_09 .mid {
		width: 120px;
	}
	.section_09 .big {
		width: 160px;
	}
}
@media only screen
and (min-width: 1440px)
{
	.section_03 .box_02 .overlay-box {
        right: 7em;
    }
}
@media only screen
and (min-width: 1680px)
{

}
@media only screen
and (min-width: 1920px)
{

}
@media only screen
and (min-width: 2560px)
{

}
@media only screen
and (min-width: 3840px)
{

}