<style type="text/css">
	
@font-face { 
	font-family: "Chivo";
	src: url(../../ofl/chivo/Chivo[wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 
	font-family: "Chivo"; 
	src: url(../../ofl/chivo/Chivo-Italic[wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic
}
	
/*
@font-face {
font-family: "Helvetica Neue"; 
src: url("") format("woff");
font-style: normal;
font-weight: 300; }

@font-face {
font-family: "Helvetica Neue"; 
src: url("") format("woff");
font-style: normal;
font-weight: 400; }

@font-face {
font-family: "Helvetica Neue";
src: url("") format("woff");
font-style: normal;
font-weight: bold; }
*/


/* NICHT ANFASSEN - AP*/
/*! normalize.min.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
	overflow:visible
}
progress, sub, sup {
	vertical-align:baseline
}
audio, canvas, progress, video {
	display:inline-block
}
[type=checkbox], [type=radio], legend {
box-sizing:border-box;
padding:0
}
html {
	font-family: 'Chivo', sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
font-family: "Chivo";
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display:block
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figure {
	margin:1em 40px
}
hr {
	box-sizing:content-box;
	height:0
}
code, kbd, pre, samp {
	font-family:'Chivo';
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:active, a:hover {
	outline-width:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b, strong {
	font-weight:bolder
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
audio:not([controls]) {
	display:none;
	height:0
}
img {
	border-style:none
}
svg:not(:root) {
	overflow:hidden
}
button, input, optgroup, select, textarea {
	font-family:'Chivo';
	font-size:100%;
	line-height:1.15;
	margin:0
}
button, select {
	text-transform:none
}
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	color:inherit;
	display:table;
	max-width:100%;
	white-space:normal
}
textarea {
	overflow:auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
	display:list-item
}
[hidden], template {
display:none
}
/* NICHT ANFASSEN */

html {
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	top: 0;
	left: 0;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
img {
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align: bottom;
}
/*
	+-----------------------------------------+
	| 		Individuelle Formatierungen  	  |
	+-----------------------------------------+
*/

body {
	color:#000;
	font:13px/1.35em "Chivo", sans-serif;
	text-align:left;
	font-weight:300;
}
hr {
	background-color: rgb(var(--ci_3));
	color: rgb(var(--ci_3));
	height: 1px;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 20px 0;
}
strong, b {
	font-weight:700;
}
	ul, ol {
		margin: 10px 0 0 14px;
		padding-left: 0;
		list-style-type:none;
	}
	ul li ul, ul li ol, ol li ol, ol li ul {
		margin: 3px 0 3px 18px;
	}
	ul li {
		margin-bottom: 3px;
		position: relative;
		padding-left: 3px;
	}

	ul li::before {
		content: "■";
		color: rgb(var(--ci_2));
		position: absolute;
		top: -1px;
		left: -13px;
		font-size:10px;
	}
	ul li ul li {

	}
/*

● -- 25CF -- BLACK CIRCLE

▶ -- 23F5 -- BLACK RIGHT-POINTING TRIANGLE
■ -- 25A0 -- BLACK SQUARE
← -- 2190 -- Left arrow

→ -- 2192 -- Right arrow

↑ -- 2191 -- Up arrow
↓ -- 2193 -- Down arrow

› -- 203A -- Right single angle quote
‹ -- 2039 -- Left single angle quote


« -- 00AB -- Left double angle quote
» -- 00BB -- Right double angle quoter


*/
a {
	color: inherit;
	text-decoration:none;
}
p {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}
/*
	+-----------------------------------------+
	| 				  Klassen			  	  |
	+-----------------------------------------+
*/
:root {
  --ci_1: 21, 38, 62;
  --ci_2: 198, 198, 197;
  --ci_3: 225, 225, 225;
}
.logo {
text-align: center;
}
.logo img {

}
#company {
padding-bottom: 20px;
border-bottom: 1px solid rgb(var(--ci_3));
margin-bottom: 20px;
}
#infobox {
background: rgb(var(--ci_1));
color: #fff;
padding: 1.66% 6%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.item {
width: 48%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:flex-start;
	font-size: 15px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
}
.icon {
margin-right: 10px;

}
.text {

}
#titlebox {
border-bottom: 1px solid rgb(var(--ci_3));
padding-bottom: 20px;
margin-bottom: 20px;
}

h1, .title {
	font-size:26px;
	line-height:1.1em;
	color: rgb(var(--ci_1));
	font-weight:700;
	margin:12px 0;

}
h1 span {
font-weight: 400;
}
.left {
	width:48%;
	float:left;
}
.right {
	width:48%;
	float:right;
}
.clear {
	clear:both;
	height:0px;
}

.subtitle {
	font-size:16px;
	line-height:1.1em;
	color: rgb(var(--ci_1));
	font-weight:600;
	margin:0 0 0 0;
}
.headline {
	font-size:18px;
	line-height:1.1em;
	color: rgb(var(--ci_1));
	font-weight:600;
	margin-bottom: 10px;
}
		.apply, .apply:active, .apply:visited, .apply:focus {
			border: 2px solid rgb(var(--ci_2));
			color: #000;
			background-color: rgb(var(--ci_2));
			padding: 10px 25px;
			font-weight:700;
			font-size: 14px;
			transition: 0.3s;
			display: table;
			margin: 0 auto 0 0;
		}
		#titlebox .apply {
		margin-top: 12px!important;
		}
		#titlebox .apply:hover {
			border: 2px solid rgb(var(--ci_2));
			color: rgb(var(--ci_2));
			background-color: #fff;
		}
		.apply:hover {
			border: 2px solid #fff;
			color: rgb(var(--ci_2));
			background-color: #fff;
		}
		.jus {
		text-align: justify;
		}
		.orange {
		color: #ef7d00;
		}
		.green {
		color: #50af47;
		}
		.darkgreen {
		color: #027844;
		}
#flex_siegel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
#flex_siegel img {
    max-width: 100px;
    margin:0 10px;
}
#footer {
background: rgb(var(--ci_1));
color: #fff;
padding: 3% 6%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
#footerleft {
width: 48%;
}
#footerright {
width: 48%;
}
#footer .headline {
color: #fff;
}
#contactright {
width: 100px;
float: right;
}
#contactright img {
border-radius: 50%;
}
#contactleft {
float: left;
width: calc(100% - 120px)

}
.fa-brands {
font-size: 17px;
margin-right: 2px;
}
/*
	+-----------------------------------------+
	| 				  	IDs				  	  |
	+-----------------------------------------+
*/

#wrapper {
	max-width:880px;
	margin:20px auto 20px auto;
	position: relative;

				 -moz-box-shadow:0px 0px 15px 3px #ccc;
	-webkit-box-shadow:0px 0px 15px 3px #ccc;
	box-shadow:0px 0px 15px 3px #ccc;
font-family: 'Chivo', sans-serif;
}
.content {
	padding:3% 6%;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.benitem {
width: 220px;
font-size: 12px;
text-align: center;
margin: 10px 0;
}
.benitem img {
width: 60px;
height: auto;
display: block;
margin: 0 auto 8px auto;
}
.flex-item-left {
	width:49%;
}
.flex-item-right {
	width:49%;
}
#column {
	-webkit-columns: 200px 2;
	-moz-columns: 200px 2;
	columns: 200px 2;
	text-align:justify;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.space{height: 50px;}

#slideshow {
margin: 0;
position: relative;
max-width: 100%;
padding: 0;
padding-bottom: 39.1%; 

}

#slideshow > div {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery {
 
  background: #fff;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.gallery > div {

  float: left;
  padding: 0;
  width: 30%;
    transition: .1s transform;
  transform: translateZ(0);
  margin-bottom: 7px;
}
    
.gallery > div:last-of-type {
margin: 0 auto;
    float: none
}  
    

.gallery > div:hover {
  z-index: 1;
     transform: scale(2.0,2.0);
  transition: .3s transform;
}

/* max width auf Wrapper Breite für hyphens */
 @media screen and (max-width: 880px) {
	 #wrapper {
-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto;
}
#infobox {
padding: 1.66% 2%;
}

.content{
	padding:3% 2%;

}

#column {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-width: auto;
	-moz-column-width: auto;
	column-width: auto;
	text-align:left;
}
.space{height: 20px;}

.flex {

	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;

}
.flex-item-left {
	width:100%;
	
}
.flex-item-right {
	width:100%;
	
	}
	#footer {
	padding: 3% 2%;
	}
}

 @media screen and (max-width: 600px) {
 .item {
 width: 100%;
 }
 .icon {
 width: 20px;
 text-align: center;
 }
 .left {
 width:100%;
 float:none;
 margin-bottom: 20px;
}
.right {
 width:100%;
 float:none;
}
#footer {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
#footerleft {
width: 100%;
}
#footerright {
width: 100%;
margin-top: 20px;
}
 }
</style>
.refnr {}

.apply {}