<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root 
{
	--theme: #0079ca;
	--lighttheme: #94d2f7;
	--midtheme: #6fc1f7;
	--darktheme: #005d9c;
	--dark: #092738;
	--grey: #b0b5b7;
	--light: #ebf5fa;
}

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

body 
{
	font-size: 1.2em;
	color: var(--dark);
	font-family: 'Lexend';
	font-weight: 300;
	line-height: 1.75;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--theme);
 	color: #fff;
}

::-moz-selection 
{
  	background-color: var(--theme);
 	color: #fff;
}

h1, h2, h3
{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	font-size: 3.6em;
}

h1
{
	background-color: var(--theme);
	color: #fff;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	line-height: 1.2;
	padding: 0.1em 0.4em 0.15em;
}

h2, h3
{
	font-weight: 700;
	color: var(--theme);
	font-size: 2.5em;
}

h3
{
	font-size: 1.8em;
}

h2, h3
{
	max-width: 850px;
}

h3 strong
{
	font-weight: 700;
}

h2 + p, h2 + ul, p + p, ul + p
{
	margin-top: 1em;
}

h3 + p, h3 + ul
{
	margin-top: 0.5em;
}

.wrap
{
	max-width: 1050px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#header .wrap
{
	max-width: 1250px;
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 0px 80px rgba(0,0,0,0);
	transition: all 0.2s;
	border-top: 6px solid var(--theme);
}

#header.scrolled 
{
	background-color: #fff;
	box-shadow: 0px 0px 80px rgba(0,0,0,0.06);
}

#navigation ul
{
	text-align: right;
	text-transform: uppercase;
}

#navigation ul li
{
	display: inline-block;
	padding: 60px 0px;
	margin-left: 40px;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li
{
	padding: 40px 0px;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li a
{
	color: var(--midtheme);
}

#header.scrolled #navigation ul li a:hover, #header.scrolled #navigation ul li.active a
{
	color: var(--theme);
}

#navigation ul li.active a
{
	font-weight: 500;
}

.logo
{
	position: absolute;
	height: 100%;
	padding: 32px 0px;
	transition: all 0.2s;
}

#header.scrolled .logo
{
	padding: 22px 0px;
}

#header.scrolled .logo.white
{
	opacity: 0;
}

#header.scrolled .logo.color
{
	opacity: 1;
}

#opener
{
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.openerSlide
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 800;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 110px;
	z-index: 900;
}

.text
{
	margin: 80px 0px;
}

.divider
{
	width: 250px;
	height: 6px;
	position: relative;
	background-color: var(--theme);
}

.divider:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	right: 100%;
	background-color: var(--lighttheme);
}

.colored
{
	padding: 80px 0px;
	position: relative;
}

.colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -10;
	background-color: var(--light);
}

.imgFlex
{
	display: flex;
}

.imgFlex.right
{
	flex-direction: row-reverse;
}

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 40%;
}

.imgFlex .imgFlexItem:nth-child(2)
{
	width: 60%;
}

.inline
{
	width: 100%;
	margin-bottom: -10px!important;
}

.textBox
{
	padding: 50px 60px;
	position: relative;
	margin-top: 60px;
}

.textBox .buttonArea
{
	margin-bottom: 10px;
}

.textBox:before
{
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background-color: var(--light);
}

.colored .textBox:before
{
	background-color: #fff;
}

.right .textBox:before
{
	left: 0;
	right: auto;
}

.twoCols
{
	column-count: 3;
	column-gap: 40px;
	margin-top: -40px;
}

.twoCols ul li
{
	display: block;
	margin-top: 0.2em;
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.4em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.85em;
	height: 0.85em;
	left: 0;
	top: 0.45em;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.dividerImg
{
	height: 60vh;
	background-size: cover;
	background-position: center;
	max-height: 600px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	padding: 0.6em 1.2em;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	background-color: var(--theme);
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.2s;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	background-color: var(--darktheme);
}

.withButton
{
	margin-top: -50px;
}

.buttonArea
{
	margin-top: 30px;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	text-decoration: none;
	border-bottom: 1px dashed var(--theme);
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--darktheme);
	border-bottom: 1px solid var(--darktheme);
}

#footer
{
	padding: 40px 0px;
	text-align: center;
	color: #fff;
	background-color: var(--theme);
	font-size: 0.85em;
}

#copy
{
	font-weight: 500;
	text-transform: uppercase;
}

#footerList li
{
	display: inline-block;
	margin-left: 20px;
}

#footerList li:before
{
	content: "|";
	margin-right: 23px;
}

#footerList li:first-child
{
	margin-left: 0;
}

#footerList li:first-child:before
{
	display: none;
}

#footerList li a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}

#footerList li a:hover
{
	border-bottom: 1px solid #fff;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.85);
	z-index: 500000;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	background-color: #fff;
	max-width: 440px;
	overflow: auto;
	border-bottom: 8px solid var(--theme);
	display: block;
	margin: auto;
}

#acceptWrap
{
	text-align: center;
}

#cookieCheckboxes
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.6em;
	cursor: pointer;
	display: block;
	margin-top: 0.2em;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

.pageSection
{
	padding-top: 110px;
	margin-top: -110px;
}

#einsatzgebiete
{
	margin-top: -190px;
}

#leistungen
{
	padding-top: 40px;
	margin-top: -120px;
}

#start
{
	padding-top: 0;
	margin-top: 0;
}

#form
{
	padding-top: 160px;
	margin-top: -200px;
}

form
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

form div
{
	width: 50%;
	padding-left: 40px;
}

form label
{
	font-family: 'Lexend', sans-serif;
	color: var(--theme);
	font-weight: 500;
	display: block;
	margin-bottom: 0em;
	text-transform: uppercase;
}

input[type = "text"], input[type = "email"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Lexend', sans-serif;
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.2em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid var(--lighttheme);
	padding: 0.5em 1.2em;
	background-color: #fff;
}

input:focus, textarea:focus
{
	border-color: var(--theme);
	outline: 1px solid var(--theme);
}

textarea
{
	height: 12em;
	resize: none;
	margin-bottom: 0.9em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte Ã¼berprÃ¼fen Sie Ihre Eingaben.";
	font-weight: 500;
	color: red;
	display: block;
	text-transform: uppercase;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-image: url(icon_red.svg);
}

.checkbox
{
	position: relative;
	padding-left: 1.4em;
	margin-left: 40px;
}

.checkbox label
{
	font-family: 'Lexend', sans-serif;
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.65em;
	cursor: pointer;
}

#yform-formular-nachricht, #yform-formular-accept, .alert
{
	width: 100%;
}

button
{
	display: inline-block;
	line-height: 1.3;
	padding: 0.6em 1.2em;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	background-color: var(--theme);
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-top: 1.1em;
	margin-left: 40px;
}

button:hover
{
	background-color: var(--darktheme);
}

#pageOpener h1
{
	padding: 0;
	display: inline-block;
}

#pageOpener
{
	padding: 220px 0px 80px;
	background-color: var(--theme);
}

@media all and (max-width: 450px){
	#cookieBox
	{
		padding: 18px 25px 25px 25px;
	}
}

@media all and (max-width: 500px){
	#footerList li
	{
		display: block;
		margin-left: 0;
	}

	#footerList li:before
	{
		display: none;
	}
}

@media all and (max-width: 750px){
	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%!important;
	}

	.textBox
	{
		margin-top: 0!important;
	}

	.textBox:before
	{
		width: 100%;
	}

	.dividerImg
	{
		height: 30vh!important;
	}

	.divider
	{
		width: 150px!important;
	}

	.twoCols
	{
		column-count: 1!important;
	}

	h1
	{
		font-size: 1.8em!important;
	}

	h2
	{
		font-size: 1.4em!important;
	}

	h3
	{
		font-size: 1.2em!important;
	}

	#openerContent
	{
		bottom: 60px!important;
	}

	.twoCols ul li
	{
		margin-top: 0;
	}

	#opener
	{
		height: 60vh!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 1050px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		border-bottom: 1px solid var(--light);
		max-height: 100vh;
		overflow: auto;
		border-top: 5px solid var(--theme);
	}

	#navigation ul li a
	{
		color: var(--midtheme);
	}

	#navigation ul li.active a, #navigation ul li a:hover
	{
		color: var(--theme);
	}

	#header.active .logo.white
	{
		opacity: 0;
	}

	#header.active .logo.color
	{
		opacity: 1;
	}

	#navigation ul li, #header.scrolled #navigation ul li
	{
		display: block;
		margin-left: 0;
		padding: 0;
	}

	#navigation ul
	{
		padding: 90px 40px 10px;
	}

	#navOpener, .logo
	{
		z-index: 1500;
	}

	#navOpener
	{
		position: absolute;
		width: 28px;
		height: 20px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#header.scrolled .line, #navOpener.active .line
	{
		background-color: var(--theme);
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		width: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#header
	{
		border-top: 5px solid var(--theme);
	}

	#header .wrap
	{
		height: 90px;
	}

	.logo, #header.scrolled .logo
	{
		padding: 20px 0px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.divider
	{
		width: 160px;
		height: 5px;
	}

	.textBox
	{
		padding: 30px 40px;
		margin-top: 40px;
	}

	.colored
	{
		padding: 40px 0px;
	}

	.dividerImg
	{
		height: 45vh;
		min-height: 220px;
	}

	.withButton
	{
		margin-top: -15px;
	}

	.buttonArea
	{
		margin-top: 25px;
	}

	.twoCols
	{
		margin-top: -20px;
		column-count: 2;
	}

	h1
	{
		font-size: 2.8em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.5em;
	}

	#opener
	{
		min-height: 300px;
		height: 80vh;
	}

	#openerContent
	{
		bottom: 65px;
	}

	#footer
	{
		padding: 25px 0px;
	}

	.pageSection
	{
		padding-top: 90px;
		margin-top: -90px;
	}

	#leistungen
	{
		padding-top: 50px;
		margin-top: -90px;
	}

	#einsatzgebiete
	{
		margin-top: -130px;
	}

	#form
	{
		padding-top: 130px;
		margin-top: -130px;
	}

	#pageOpener
	{
		padding: 125px 0px 40px;
	}
}

@media all and (min-width: 1051px){
	#navigation
	{
		display: block!important;
	}
}</pre></body></html>