* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
  
body {
	background-color: #f8f8f8;

	font-family: Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	font-size: 16px;

	color: rgba(25,25,26,1);

	overflow-x: clip;
    width: 100vw;
}

.onlymobile {
	display: none;
}
.onlydesktop {
	display: inline-block;
}
.onlymobile370 {
	display: none;
}
.onlydesktop370 {
	display: inline-block;
}

a:link { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover {
	text-decoration: none;
	transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    color: rgb(48, 200, 227);
}
a:active { text-decoration: none; color: white; }

.linkarrow {
	--arrowSpacing: 5px;
    --arrowHoverTransition: 150ms cubic-bezier(0.215,0.61,0.355,1);
    --arrowHoverOffset: translateX(3px);
    --arrowTipTransform: none;
    --arrowLineOpacity: 0;
    position: relative;
    top: 1px;
    margin-left: var(--arrowSpacing);
    stroke-width: 2px;
    fill: none;
    stroke: currentColor;
}

.button .linkarrow {
	margin-bottom: 2px;
}

body a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.flex-expand {
	flex: 100;
	width: 1px;
}

.headercontainer {
	position: absolute;
	top: 0px;
	width: 100vw;
	height: 114px;
	z-index: 2;
	background-color: transparent;
}

.section0 .headercontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: transparent;
	padding-top: 24px;
}

.headerbackground {
	position: relative;
	top: 0px;
	width: 100%;
	height: 114px;
}
  
header {
	position: relative;
	top: 0px;
	padding: 0 0px;
	height: 88px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.headercontent {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.section0 .headercontent {
	display: block;
}

header .mobilelogo {
	width: 180px;
	margin-top: 9px;
}

.headercontent .button {
	height: 40px;
}
.headercontent .button a {
	margin-top: 24px;
}

.headercontent .tel {
	margin-right: 8px;
}

header ul {
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
  
header ul a {
	padding-top: 8px;
	padding-bottom: 8px;
}

header ul a.replacetel {
	margin-right: 8px;
}
  
header ul li {
	margin-left: 40px;
}
 
#hamburger-icon {
	margin: auto 0;
	display: none;
	cursor: pointer;
}
  
#hamburger-icon div {
	width: 24px;
	height: 3px;
	background-color: white;
	margin: 4px 0;
	transition: 0.4s;
}
  
.open .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
  
.open .bar2 {
	opacity: 0;
}
  
.open .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
}
  
.open .mobile-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
  
.mobile-menu {
	background-color: #015B89;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	height: calc(100vh - 60px);
	width: 100%;
	padding-top: 64px;
}
  
.mobile-menu li {
	margin-top: 32px;
}

h1 {
	font-size: 74px;
	font-weight: bold;
    font-style: normal;
}

h2 {
	font-size: 56px;
	font-weight: 600;
    font-style: normal;
}

h3 {
	font-size: 18px;
	font-weight: bold;
    font-style: normal;	
}

.text {
	font-size: 20px;
	font-weight: 400;
    font-style: normal;
	letter-spacing: 0.3px;
}

.section0 .text {
	font-weight: 500;
	letter-spacing: 1.0px;
	margin-top: 32px;
	line-height: 32px;
	max-width: 700px;
}

body > ul {
	padding-left: 40px;
}

body > ul li {
	list-style-type: circle;
}

body > p {
	padding-left: 24px;
}

/* .border {
	border-color: white;
    border-width: 2px;
    border-style: solid;
	border-radius: 100px;
} */

.button {
	position: relative;

	height: 40px;
	padding-left: 24px;
	padding-right: 24px;

	text-align: center;

	cursor: pointer;

	display: flex;
	justify-content: center;
	align-items: center;
}
.button.primary {
	background-color: white;
	color: rgb(1, 91, 137);
	padding-right: 16px;
	border-radius: 100px;
}
.button.primary:hover {
	background-color: rgba(255,255,255,0.8);
}

.button p {
	font-size: 16px;
	text-decoration: none;
    letter-spacing: 0.2px;
}
.button svg {
	margin-left: 8px;
}

section {
	width: 100vw;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	background-color: #f8f8f8;
}

.section0 {
	height: 100svh;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	display: flex;
	justify-content: center;

	color: white;
}
.subpage.section0 {
	height: 200px;
}

.section0 .content {
    position: relative;
    z-index: 1;
	margin-top: 20svh;
}

.section0 .logo {
	width: 240px;
}

.section0 ul a {
	margin-top: 24px;
	display: block;
}

.section0 .img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 0;
    background-image: url(images/bg0.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position-x: 30%;
	background-position-y: top;
}

.section0 .headercontent .button {
	padding-left: 0px;
	padding-right: 0px;
}

.section0 .buttonwrapper {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.section0 .introproduct {
	position: absolute;
	top: 65svh;
	left: 0px;
	width: 100vw;
	display: flex;
	justify-content: center;
}
.section0 .imgproduct {
	height: 60svh;
}

.section0 .stripes {
	position: absolute;
	width: 100vw;
	height: 20svh;
	top: 80svh;
	left: 0;
	overflow: hidden;
}
.subpage.section0 .stripes {
	height: 100px;
	top: 100px;
}
.subpage h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 32px;
}
.subpage .text a:link {
    color: black;
	font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3px;
}

.section1 {
	margin-top: 30svh;
	background-color: #f8f8f8;
}

.products {
	flex-direction: column;
	align-items: center;
}

.product {
	margin-bottom: 10vh;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-right: 10vw;
	align-items: center;
	height: 50vh;
}

.product .textcol {
	width: 35vw;
	max-width: 500px;
	text-align: start;
	margin-right: 5vw;
}

.product .title {
	font-size: 40px;
	line-height: 48px;
	margin-top: 16px;
	margin-bottom: 32px;
}

.product .short-desc {
    font-weight: 500;
    letter-spacing: 1.0px;
    line-height: 32px;
}

.product .name {
	font-size: 22px;
	font-weight: bold;
}

.product .namewrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.product .icon {
	height: 32px;
	width: 32px;
	margin-right: 8px;
}

.product .img0 {
	width: calc(40vw - 32px);
	max-width: 700px;
	border-radius: 16px;
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.3);
}

.product-mobile .img0 {
	width: auto;
	height: 550px;
}

.noimageproducts {
	margin-top: 160px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.noimageproducts .product {
	margin-left: 2vw;
	margin-right: 2vw;
	height: auto;
}

.noimageproducts .textcol {
    width: 320px;
    margin-right: 0px;
}

.productintro {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	margin-bottom: 0;
	margin-right: 0;
}
.productintro .name {
	color: rgb(48, 200, 227);
}

footer {
	background-color: #333333;
	color: white;
	padding-top: 48px;
	position: relative;
	line-height: 32px;
}

footer a {
	font-size: 16px;
	font-weight: 500;
}

footer .row0 {
	padding-top: calc(10vh + 48px);
	padding-bottom: 48px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

footer .verticalseperator {
	width: 3px;
	height: 100%;
	background: linear-gradient(#39D5F0, #015B89);
	height: 100px;
	margin-left: 80px;
	margin-right: 20px;
}

footer .logo {
	width: 240px;
	margin-right: 80px;
}

footer .column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .stripes {
	position: absolute;
	width: 100vw;
	height: 10vh;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #f8f8f8;
}
.stripe {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
}

.stripe svg{
    width: 100%;
    height: 100%;
}

.imprint {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: calc(90vh - 400px);
}
.imprint .bullets {
	text-align: left;
}

.pp {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	padding-left: 32px;
	padding-right: 32px;
}

.subpage h3 {
	margin-top: 32px;
	margin-bottom: 16px;
	width: 100%;
}
.pp .text {
	width: 100%;
	font-size: 16px;
}

.section2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: white;
	background-color: #333333;
	position: relative;
}

.section2 .stripes {
    position: absolute;
    width: 100vw;
    height: 10vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #f8f8f8;
}

.section2 .stripes2 {
    position: absolute;
    width: 100vw;
    height: 10vh;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #333333;
}

.section2 h2 {
	margin-top: 20vh;
	margin-bottom: 128px;
}

.reasons {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	text-align: center;
	max-width: 80vw;
	margin-bottom: 20vh;
}

.reason {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-left: 32px;
	margin-right: 32px;
}

.reason .name {
    font-size: 22px;
    font-weight: bold;
}

.reason .namewrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.reason .iconwrapper {
	margin-right: 8px;
}

.reason .title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 32px;
	min-height: 128px;
}

.reason .text {
	font-weight: 500;
    letter-spacing: 1.0px;
    line-height: 32px;
}

.section3 {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-top: 64px;
	margin-bottom: 64px;
}

.section3 .wrapper {
	max-width: 80vw;
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
}

.section3 .subtitle{
	color: rgb(48, 200, 227);
	font-size: 22px;
    font-weight: bold;
	margin-bottom: 32px;
}

.section3 h2 {
	font-size: 34px;
	margin-bottom: 32px;
}

.section3 .desc {
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 28px;
	max-width: 1000px;
}

@media only screen and (max-width: 1200px) {
	.section2 h2 {
		font-size: 48px;
	}
	.reason .name {
		font-size: 20px;
		font-weight: 400;
	}
	.reason .title {
		font-size: 28px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1000px) {
	h1 {
		font-size: 64px;
	}
	header ul li {
		margin-left: 32px;
	}
	.section0 .introproduct {
		top: 70vh;
	}
	.section0 .imgproduct {
		height: auto;
		width: 90vw;
	}
	footer .verticalseperator {
		margin-left: 60px;
		margin-right: 16px;
	}
	.reason .text {
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 900px) {
	.section0 .logo {
		width: 20vw;
	}
	.section0 ul a {
		margin-top: 14px;
	}
	/* switch to column mode for product images */
	.product {
		margin-bottom: 10vh;
		margin-right: 0vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: auto;
	}
	.product .title {
		font-size: 32px;
		line-height: 40px;
	}
	.product .textcol {
		width: auto;
		max-width: 80vw;
		margin-right: 5vw;
		margin-bottom: 32px;
	}
	.product .img0 {
		width: 70vw;
		max-width: 70vw;
	}
	.product-mobile .img0 {
		width: auto;
		height: 550px;
	}
	footer .verticalseperator {
		margin-left: 24px;
		margin-right: 16px;
	}
	footer .logo {
		width: 200px;
		margin-right: 64px;
	}

	.section2 h2 {
		font-size: 40px;
	}
	.reason .name {
		font-size: 20px;
	}
	.reason .title {
		font-size: 24px;
		line-height: 28px;
	}
	.reason .text {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 24px;
	}
}

/* TABLET */
@media only screen and (max-width: 800px) {
	h1 {
		font-size: 56px;
	}
	body a {
		font-size: 14px;
	}
	.button p {
		font-size: 14px;
		display: inline-block;
	}
	.section0 ul a {
		margin-top: 8px;
	}
	footer .logo {
		width: 140px;
		margin-right: 48px;
	}

	.reason {
		margin-left: 16px;
    	margin-right: 16px
	}
	.section2 h2 {
		font-size: 32px;
	}
	.reason .title {
		font-size: 20px;
		line-height: 28px;
		min-height: 116px;
		margin-bottom: 24px;
	}
	.reason .text {
		font-size: 16px;
		letter-spacing: 0.3px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 48px;
	}
	header ul li {
		margin-left: 16px;
	}
	.section0 .headercontent .button {
		margin-left: 0px;
	}
	.section0 .text {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.productintro {
		margin-right: 5vw;
		margin-left: 5vw;
	}
	.product .img0 {
		width: 90vw;
		max-width: 90vw;
	}
	.product-mobile .img0 {
		width: auto;
		height: 550px;
	}

	footer .row0 {
		padding-top: 10vh;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	footer .verticalseperator {
		display: none;
	}
	footer .column {
		width: 40vw;
		min-width: 180px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 32px;
	}
	footer a {
		font-size: 16px;
	}

	.reasons {
		flex-direction: column;
	}
	.reason {
		margin-bottom: 64px;
	}
	.reason .title {
		margin-bottom: 20px;
		min-height: 0;
	}
}

/* MOBILE */
@media only screen and (max-width: 600px) {
	.onlymobile {
		display: block;
	}
	.onlydesktop {
		display: none;
	}

	h1 {
		font-size: 48px;
		text-align: center !important;
	}
	
	h2, h1 {
		padding-left: 0px;
	}
	header {
		height: 60px;
	}
	.headercontainer {
		height: 80px;
	}
	.headerbackground {
		height: 80px;
	}
	header ul a {
		font-size: 14px;
	}

	header nav {
		display: none;
	}
	.mobile.brand {
		display: block;
	}

	#hamburger-icon {
		display: block;
	}

	.headercontent {
		justify-content: flex-end;
		padding-left: 32px;
		padding-right: 32px;
	}

	.section0 {
		position: absolute;
		top: 0;
	}

	.section0 .text {
		font-weight: 500;
		letter-spacing: 0.3px;
		margin-top: 32px;
		font-size: 18px;
		line-height: 28px;
	}

	.section0 .introproduct {
		top: calc(100svh - 35vw);
	}

	.product-mobile .img0 {
		width: auto;
		height: 550px;
	}

	.section1 {
		margin-top: 100vh;
	}
	.noimageproducts {
		margin-top: 10vh;
	}

	.subpage h2 {
		margin-top: 100px;
	}

	.section2 h2 {
		margin-left: 32px;
		margin-right: 32px;
		margin-top: 14vh;
		margin-bottom: 64px;
	}
	.reasons {
		margin-bottom: 5vh;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 420px) {
}

@media only screen and (max-width: 400px) {
	h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 370px) {
	.onlymobile370 {
		display: block;
	}
	.onlydesktop370 {
		display: none;
	}
}

.logoanchor {
	margin: 0 0 !important;
	padding: 0 0 !important;
}