/*// HTML -------------------------------------------------------------------------------------------------------------//*/
:root {
	--AMR-Blue: #000080;
	--AMR-Pink: #FA3D70;
	--AMR-Light-Blue: #54BFFC;
	--Color: #FFF;
}
* {
	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;
}

/*// 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
	{
		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
	{
		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
	{
		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
	{
		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,
	.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;
}
.content {
	width: 100%;
}
.overlay-box {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
.content-padding
{
	padding-left: 50px;
	padding-right: 50px;
}
.box {
	position: relative;
	z-index: 1;
}
h1 {
	font-family: "futura-pt", sans-serif;
	font-size: 3.4375em; /* 55px */
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 1.127 62px 112.727% */
	letter-spacing: 0.103125em; /* 1.65px */
	text-transform: uppercase;
}
h2 {
	font-family: "futura-pt", sans-serif;
	font-size: 2.8125em; /* 45px */
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 1.067 48px 106.667% */
	letter-spacing: 0.084375em; /* 1.35px */
	text-transform: uppercase;
}
h3 {
	font-family: "futura-pt", sans-serif;
	font-size: 1.75em; /* 28px */
	font-style: normal;
	font-weight: 700;
	line-height: 1.214; /* 34px 121.429% */
	letter-spacing: 0.045em; /* 0.72px */
}
p {
	font-family: "Josefin-Sans";
	font-size: 1.5em;/* 24px 125% */
	font-style: normal;
	font-weight: 500;
	line-height: 1.25; /* 30px 125% */
	letter-spacing: 0.045em; /* 0.72px 125% */
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}
ul {
	font-family: "Josefin-Sans";
	font-size: 1em;/* 24px 125% */
	font-style: normal;
	font-weight: 500;
	line-height: 1.25; /* 30px 125% */
	letter-spacing: 0.045em; /* 0.72px 125% */
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}
li {
	padding-left: 1.5em;/* 24px 125% */
}
/*---------- Header ----------*/
.header {
	position: relative;
	width: 100%;
	align-items: center;
}
.header img {
	display: block;
	width: 100%;
	height: auto;
}
.header .overlay-box {
	top: 30px;
	display: flex;
	justify-content: center;
}
.header .content-box {
	display: flex;
	justify-content: right;
	gap: 0px;
	width: 100%;
}
.header .content-box .box{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.header .title-box {
	display: flex;
	justify-content: right;
	align-items: flex-start;
	gap: 3.125em; /* 50px */
	/* background: rgba(0, 255, 0, 0.5); */
}
.header .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.header .content-box .ggamr-logo {
	width: 20.625em; /* 330px */
}
.header .content-box h1 {
	color: var(--AMR-Blue, lightblue);
	padding-right: 0px;
	font-size: (1em, 2.8vw, 1.75em);
}
.header .content-box h1 span.color-3 {
	color: var(--AMR-Light-Blue, blue);
}
.header .content-box h3 {
	color: var(--AMR-Pink, pink);
	font-weight: 500;
	letter-spacing: 0.84px;
	padding-right: 0px;
}
.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(--AMR-Light-Blue, lightblue);
	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(--AMR-Blue, blue);
}
.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: -210px;
	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 {
	height: 50px;
	line-height: 4.375em; /* 70px */
}
.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;
	width: 60%;
	max-width: 1140px;
	/* background: rgba(255, 0, 0, 0.5); */
}
.header .menu {
	display: flex;
	align-items: center;
	gap: 1.5em;
}
.header .menu a {
	color: var(--AMR-Blue, blue);
	font-family: "futura-pt", 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 {
	color: var(--AMR-Light-Blue, blue);
	text-decoration: underline;
}

/*---------- Section-01 ----------*/
.section_01 {
	position: relative;
	min-height: 35em;
	background: var(--AMR-Blue, blue);
}
.section_01 .overlay-box img {
	position: absolute;
	right: -40px;
	bottom: -110px;
	width: 27%;
}
.section_01 .box {
	display: flex;
	flex-direction: column;
	gap: 35px;
	max-width: 930px;
	margin: auto;
	padding-top: 3.125em; /* 50px */
	padding-bottom: 9.375em; /* 150px */
}
.section_01 .box h3 {
	color: var(--Color, white);
}
.section_01 .box p {
	color: #FFF;
}

/*---------- Section-02 ----------*/
.section_02 {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	/* align-items: center; */
	justify-content: center;
	gap: 4.6875em; /* 75px */
	margin: auto;
	padding-top: 4.6875em; /* 75px */
	padding-bottom: 4.6875em; /* 75px */
	background: var(--AMR-Pink, pink);
}
.section_02 .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.875em; /* 30px */
	width: 15.3125em; /* 245px */
}
.section_02 .icon-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.4375em; /* 135px */
	height: 8.4375em; /* 135px */
}
.section_02 .icon-box img {
	height: 100%;
}
.section_02 h3 {
	align-self: stretch;
	color: var(--Color, white);
	text-align: center;
	text-transform: uppercase;
}
.section_02 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% */
}

/*---------- Section-03 ----------*/
.section_03 {
	background:  url("images/paper_02.jpg") 50% / cover no-repeat;
}
.section_03 h1 {
	color: var(--AMR-Blue, blue);
	padding-right: 0px;
}
.section_03 h1 span.color-3 {
	color: var(--AMR-Light-Blue, lightblue);
}
.section_03 h3 {
	color: var(--AMR-Blue, blue);
}
.section_03 .circle {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 11px 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 25px;
	border: 1px solid #000;
	background: var(--AMR-Blue, blue);
}
.section_03 .circle h3 {
	color:  var(--Color, white);
	text-align: center;
}
.section_03 p {
	color: var(--AMR-Blue, blue);
}
.section_03 .content-box {
	max-width: 930px;
	margin: auto;
}
.section_03 .box_01 {
	display: flex;
	flex-direction: column;
	gap: 35px;
	padding-top: 3.125em; /* 50px */
}
.section_03 .box_02 {
	display: flex;
	flex-direction: column;
	gap: 2.1875em; /* 35px */
	padding-top: 4.6875em; /* 75px */
	padding-bottom: 6.25em; /* 100px */
}
.section_03 .box_02 .row {
	display: flex;
	gap: 3.125em; /* 50px */
}
.section_03 .box_02 h3 {
	text-transform: uppercase;
}
.section_03 .box_02 p {
	color: var(--AMR-Blue, blue);
	padding-top: 5px;
}
.section_03 .box_02 span.subline {
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
}
.section_03 .box_03 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4.6875em; /* 75px */
	padding-top: 4.6875em; /* 75px */
	padding-bottom: 4.6875em; /* 75px */
}
.section_03 .box_03 .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4.6875em 6.25em;
}

/*---------- Section-04 ----------*/
.section_04 {
	min-height: 660px;
	flex-shrink: 0;
	background: var(--Color, white);
}
.section_04 h2 {
	color: var(--AMR-Blue, blue);
	padding-right: 0px;
}
.section_04 h2 span.color-3 {
	color: var(--AMR-Light-Blue, lightblue);
}
.section_04 h3 {
	color: var(--AMR-Blue, blue);
}
.section_04 p {
	color: var(--AMR-Blue, blue);
}
.section_04 .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_04 .box_01 {
	display: flex;
	flex-direction: column;
	gap: 2.1875em; /* 35px */
	width: 45%;
	min-width: 300px;
	max-width: 450px;
}
.section_04 .box_02 {
	display: flex;
	flex-direction: column;
	gap: 4.6875em; /* 75px */
	width: 45%;
	min-width: 300px;
}

/*----- Formular -----*/
.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;
}
.formular {
	color: var(--AMR-Blue, blue);
	font-family: "Josefin-Sans";
	/* font-size: 1.0625em; 17px */
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	appearance: auto;
	outline: none;
	box-sizing: border-box
}
.formular_row:nth-child(-n + 2) {
	width: 48%;
}
.formular_row:last-child {
	display: flex;
	justify-content: right;
}
.formular_row:nth-last-child(2),
.formular_row:nth-last-child(3) {
	display: flex;
}
.formular_row:nth-last-child(2) {
	margin-bottom: 0.9375em; /* 15px */
}
.formular_row:nth-last-child(3) {
	margin-top: 0.9375em; /* 15px */
}
.formular_row:nth-last-child(2) label,
.formular_row:nth-last-child(3) label {
	line-height: 1.75em; /* 28px */
}
.formular_row {
	width: 100%;
}
.formular label {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px */
}
.formular label:first-child {
	margin-top: 0
}
.formular input {
	width: 100%;
	height: 30px;
	border-radius: 50px;
	border: 1.5px solid var(--AMR-Blue, blue);
	background: #FFF;
	resize: none;
	padding: 5px 15px 0px 15px;
	color: var(--AMR-Pink, #FA3D70);
	font-family: "Josefin-Sans";
	font-size: 1.0625em; /* 17px */
	font-weight: 350;
	line-height: 30px;
}
.formular input[name="_gotcha"] {
	display:none;
}
/*--- Formular Checkbox ---*/
.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(--AMR-Pink, pink);
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 3px solid var(--AMR-Pink, pink);
	border-radius: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	transform: translateY(-0.175em);
}
.formular input[type="checkbox"]:hover {
	border: 0px;
	color: white;
	background-color: var(--AMR-Blue, blue);
}
.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(--AMR-Pink, pink);
	transform-origin: center;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.formular input[type="checkbox"]:hover::before{
	box-shadow: inset 1em 1em var(--Color, white);
}
.formular input[type="checkbox"]:checked::before {
	transform: scale(1);
	background: var(--AMR-Pink, pink);
}
.formular .checkbox-text {
	font-size: 1.0625em; /* 17px */
	line-height: 2; /* 34px 200% */
}
/*--- Formular Button ---*/
.formular button {
	cursor: pointer;
	width: 265px;
	height: 50px;
	padding: 9px 0px;
	align-items: center;
	border-radius: 50px;
	background: var(--AMR-Pink, pink);
	color: white;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-size: 17px; /* 17px */
	font-style: normal;
	line-height: 34px; /* 200% */
	letter-spacing: 0.51px;
	text-transform: uppercase;
}
.formular button:hover {
	background: var(--AMR-Blue, blue);
}
.formular button:after{
	content: 'Unterstützer werden';
	display: block;
 }
 .formular button:focus:after,
 .formular button:active:after{
	content: 'Vielen Dank!';
	display: block;
 }

/*---------- Footer ----------*/
.footer {
	width: 100%;
	height: 100px;
	align-items: center;
	background: var(--AMR-Light-Blue, lightblue);
}
.footer .content-box {
	display: flex;
	/* justify-content: flex-end; */
	align-items: center;
	max-width: 980px;
	height: 100px;
    margin: auto;
}
.footer .menu {
	display: flex;
	gap: 1.875em; /* 30px */
}
.footer .menu span {
	font-family: "futura-pt", 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(--AMR-Blue, pink);
	cursor: pointer;
	text-decoration: none;
}
.back-to-top {
	background: var(--Color, pink);
	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(--AMR-Light-Blue, pink);
	border-right: 3px solid var(--AMR-Light-Blue, pink);
}
.back-to-top .arrow-top {
	transform: rotate(-45deg);
}
.back-to-top:hover .arrow {
	border-top: 3px solid var(--AMR-Blue, pink);
	border-right: 3px solid var(--AMR-Blue, pink);
}

.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 */
}
.datenschutz h3,
.impressum h3 {
	color: var(--AMR-Blue, blue);
}
.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;
	}
	.header .overlay-box {
		top: 50px;
	}
	.header .content-box {
		justify-content: center;
	}
	.header .desktop {
		display: none;
	}
	.header .burger-menu {
		display: block;
	}
	.header .menu-box.menu-desktop {
		display: none;
	}
	.header .menu-box.menu-mobile {
		display: block;
	}
	.section_02 {
		flex-direction: column;
		align-items: center;
	}
	.section_02 .box {
		width: 22em;
	}
	.section_03 .box_02 .row {
		gap: 2.125em;
	}
	.section_03 .box_03 .row {
		flex-direction: column;
	}
	.section_03 .box_03 .row .solo {
		width: 400px;
	}
	.section_04 .content-box {
		flex-direction: column;
		align-items: center;
		gap: 2.1875em 3.375em; /* 35px 70px */
	}
	.section_04 .box_01 {
		width: 100%;
		max-width: none;
	}
	.section_04 .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 {
		font-size: 1.25em; /* 17px */
		line-height: 1.5; /* 34px */
	}
	.formular_row:last-child {
		justify-content: left;
	}
}
/* Tablet small -----*/
@media only screen
and (min-width: 680px)
{
	h1
	{
		font-size: 3.4375em;
	}
	.header .overlay-box {
		top: 4%;
	}
	.header .content-box {
		justify-content: right;
	}
	.header .desktop {
		display: flex;
	}
	.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 {
		gap: 2.7em;
	}
	.section_02 {
		flex-direction: unset;
		align-items: unset;
	}
	.section_02 .box {
		width: 15em;
	}
	.section_03 .box_03 .row {
		flex-direction: unset;
	}
	.section_04 .content-box {
		flex-direction: unset;
		align-items: unset;
	}
	.section_04 .box_01 {
		width: 45%;
		max-width: 450px;
	}
	.section_04 .box_02 {
		width: 45%;
	}
	.formular label {
		line-height: 2; /* 34px */
	}
	.cookie-consent-banner__actions { 
		flex-direction: 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_04 .content-box {
		gap: 2.1875em 4.375em; /* 35px 70px */
	}
	.formular_row:last-child {
		justify-content: right;
	}
}
/* Desktops and Laptops -----*/
@media only screen
and (min-width: 1024px)
{
	.section_02 .box {
		width: 22em;
	}
	.section_03 .box_03 .row .solo {
		width: 250px;
	}
}
/* Wide Screens -----*/
@media only screen
and (min-width: 1280px)
{
	.header .title {
		gap: 50px;
	}
	.section_01 .box h3 {
		padding-right: 50px;
	}
	.section_02 {
		gap: 3em;
	}
	.formular label {
		font-size: 1.0625em; /* 17px */
		line-height: 2; /* 34px */
	}
	.formular input {
		font-size: 1.0625em; /* 17px */
	}
	.formular .checkbox-text {
		font-size: 1.0625em; /* 17px */
		line-height: 2; /* 34px */
	}
}
@media only screen
and (min-width: 1440px)
{
	.section_02 {
		gap: 4.6875em;
	}
}
@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)
{

}