@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-v26-latin-500.eot');
	src: url('../fonts/montserrat-v26-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'), url('../fonts/montserrat-v26-latin-500.woff') format('woff'), url('../fonts/montserrat-v26-latin-500.ttf') format('truetype'), url('../fonts/montserrat-v26-latin-500.svg#Montserrat') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v26-latin-700.eot');
	src: url('../fonts/montserrat-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v26-latin-700.woff') format('woff'), url('../fonts/montserrat-v26-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v26-latin-700.svg#Montserrat') format('svg');
}

:root {
	font-size: 1rem;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #002f5f;
	font-family: 'Montserrat', sans-serif, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

.contain {
	max-width: 72.5rem;
	margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link {
	text-decoration: underline;
	color: rgb(2, 185, 222);
}

p {
	margin: 0 0 1.25rem;
}

h1 {
	font-size: 2rem;
	color: #fff;
	width: 75%
}

h1 span {
	white-space: nowrap;
}

h2 {
	font-size: 2.1875rem;
	margin-bottom: 1.5625rem
}

h2 span {
	font-weight: 400;
	font-size: 1.5625rem;
}

h3 {
	font-weight: normal;
	margin: 0.4375rem 0 0 1.25rem;
}

h4 {
	margin-bottom: 1.25rem;
	font-size: 1.25rem
}

h5 {
	font-size: 1.6875rem;
	margin-bottom: 1.25rem
}

h6 {
	font-size: 2.187rem;
	text-align: center;
	padding: 3.125rem 0;
}

.quality-title {
	font-size: 1.875rem;
	text-align: center;
	margin-bottom: 0.625rem;
	padding: 0;
	font-weight: 500;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem 10;
	padding: 0;
}

ul li {
	padding-left: 2rem
}

ul li:before {
	content: "✔";
	float: left;
	margin-left: -2rem;
	font-size: 1.375em;
	line-height: 1;
	color: #7A9CC0
}

.logo {
	padding: 0.625rem 0 1.25rem;
}

.logo img {
	max-width: 15.625rem;
	display: block;
}

.img {
	margin: 0 auto;
}

.title {
	background: #002f5f;
}

header img {
	display: block;
}

.box {
	max-width: 72.5rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 1.25rem 3.125rem;
	column-gap: 1.875rem
}

.box-center {
	max-width: 72.5rem;
	margin: 0 auto;
	padding: 3.125rem 3.125rem
}

.box-bottom {
	max-width: 72.5rem;
	margin: 0 auto;
	padding: 3.125rem 3.125rem;
	display: flex;
	align-items: center;
	column-gap: 3.75rem
}

.box-bottom .text {
	width: 50%;
	text-align: justify;
}

.flex {
	display: flex;
	align-items: flex-start;
	column-gap: 1.875rem
}

.button {
	border-radius: 1.5625rem;
	background-color: #bc133e;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	padding: 0.7rem 3rem;
	display: block;
	width: 20rem;
	margin: 2rem auto 1rem;
	transition: transform .5s ease;
	text-align: center;
}

.button:hover {
	background-color: #9f1034;
	transition: transform .5s ease;
}

.button a i {
	font-size: 0.937rem;
	font-weight: 400;
	margin-left: 1.25rem;
	transform: translateX(0);
	transition: all 0.2s ease-in-out;
}

.button a:hover i {
	transform: translateX(0.625rem);
}

.button-blau {
	border-radius: 1.5625rem;
	background-color: #fff;
	font-size: 1.1rem;
	text-align: center;
	color: #002f5f;
	border: solid 0.125rem #002f5f;
	padding: 0.7rem 1.75rem;
	display: block;
	width: 15.625rem;
	margin: 2rem auto 1rem;
	text-align: center;
}

.button-blau:hover {
	background: #002f5f;
	color: #fff;
}

.details p {
	display: flex;
}

.details p span {
	width: 11.875rem
}

.column-left {
	width: 65%
}

.column-right {
	background: #F1F5F8;
	padding: 1.875rem 1.25rem
}

.flex-icon {
	display: flex;
	margin: 1.25rem 0
}

.flex-icon img {
	max-width: 2.1875rem
}

.flex-list {
	display: flex;
	padding: 3.75rem 0
}

.flex-list h2 {
	width: 40%
}

.flex-list ul {
	width: 60%
}

hr {
	border: 0.0625rem dashed #7a9cc0;
}

p i:hover {
	transition: right .2s ease-in-out;
}

.title-box {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3.125rem 0
}

.center p {
	text-align: center;
}

.center > img {
	padding: 1.25rem 0
}

.center hr {
	border: 0.0625rem solid #002f5f;
	width: 50%;
	margin: 0.625rem;
}

.flex-icons {
	display: flex;
	align-items: center;
	column-gap: 1.25rem
}

.flex-icons p {
	font-size: 1.1875rem;
	margin-bottom: 0
}

.flex-icons a:hover {
	opacity: .5;
}

.backgrund {
	background: #F1F5F9;
	display: flex;
	align-items: center;
	column-gap: 3.125rem;
	padding: 1.25rem 3.125rem
}

.background-blau {
	background: #F1F5F9;
	margin-bottom: 3.125rem
}

.iframe-wrapper {
	width: 45%;
	position: relative;
	padding-bottom: 26.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.quality {
	display: flex;
	width: 72.5rem;
	margin: 0 auto;
	column-gap: 1.875rem;
	padding-bottom: 3.125rem
}

.box-quality {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	column-gap: 1.875rem;
	width: 40%
}

.box-quality p {
	text-align: center;
}

.mt {
	margin-top: 1.875rem
}

.margin {
	margin-top: -3.437rem
}

footer {
	width: 72.5rem;
	margin: 0 auto;
	padding: 0.625rem 0;
	display: flex;
	justify-content: space-between;
}

.icons {
	display: flex;
	column-gap: 2.1875rem
}

a.blue {
	text-decoration: underline;
	color: #00b6ed;
}

.kontakt {
	padding: 2rem 0;
}

.kontakt h2 {
	text-align: center;
	line-height: 1.2;
}

.kontakt h2 small {
	font-weight: 400;
	line-height: 1;
	font-size: 1.4rem;
}

.kontakt .boxes {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.boxes .box {
	padding: 2rem ;
	background-color: #f1f5f8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 20rem;
}

.box img {
	margin-bottom: 1.5rem;
}
.kontakt .button-blau {
	margin: 0;
}


@media only screen and (max-width: 72.4375rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.box-bottom .text {
		text-align: left;
	}

	h1 {
		font-size: 1.75rem
	}

	h5 {
		text-align: center;
	}

	h5 + p {
		text-align: center;
	}

	.flex {
		flex-direction: column;
	}

	.column-left {
		width: 100%
	}

	.column-right {
		margin: auto;
		width: 100%
	}

	.popup_container {
		width: 47%;
	}

	.backgrund {
		flex-direction: column;
		align-items: center;
	}

	.quality {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 100%;
		padding: 0 1.25rem
	}

	.margin {
		margin: 0
	}

	footer {
		width: auto;
		flex-direction: column;
		align-items: center
	}
}

@media only screen and (max-width: 57.5rem) {
	.box {
		flex-direction: column;
	}

	h1 {
		text-align: center;
		width: auto;
	}
}

@media only screen and (max-width: 50.937rem) {

	h2,
	h4,
	h5,
	h6,
	.quality-title {
		font-size: 1.562rem;
	}

	.box {
		padding: 1.25rem 1rem;
	}

	.quality {
		padding-top: 1.5rem;
	}

	.quality-title {
		hyphens: auto;
	}

	.box-center {
		padding: 1.25rem 0
	}

	h6 {
		padding: 1.25rem 0 0
	}

	.flex-list {
		flex-direction: column;
		padding: 1.25rem 0
	}

	:is(.flex-list) ul,
	h2 {
		width: 100%
	}

	.flex-list h2 {
		width: 100%;
	}
}

@media only screen and (max-width: 43.75rem) {
	.box-bottom {
		flex-direction: column;
		align-items: center;
	}

	.box-bottom .text {
		width: 100%
	}

	.iframe-wrapper {
		width: 100%;
		margin-bottom: 1.875rem;
		padding-bottom: 50%;
	}
}

@media only screen and (max-width: 37.5rem) {
	.logo {
		display: flex;
		justify-content: center;
	}

	.box-quality {
		width: 100%;
	}

	:is(.backgrund, .box-bottom) {
		padding: 1.25rem
	}
}

@media only screen and (max-width: 41.375rem) {
	.details p {
		flex-direction: column;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 1.4rem
	}

	.button {
		width: 17.5rem;
		padding: 0.625rem 1.25rem
	}

	.button a i {
		margin-left: .187rem;
	}
}