*	{ 
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

@font-face {
	font-family: 'eurostile';
	src: url('../font/eurosti-webfont.eot');
	src: url('../font/eurosti-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/eurosti-webfont.woff') format('woff'),
	url('../font/eurosti-webfont.ttf') format('truetype')
	}

@font-face {
	font-family: 'Jura';
	src: url('../font/Jura-Regular.eot');
	src: url('../font/Jura-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/Jura-Regular.woff2') format('woff2'),
	url('../font/Jura-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Jura-Bold';
	src: url('../font/Jura-SemiBold.eot');
	src: url('../font/Jura-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../font/Jura-SemiBold.woff2') format('woff2'),
	url('../font/Jura-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

html, body {
	padding: 0px;
	margin: 0;
	font-family: 'Jura', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #444;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 100%;
	width: 100%;
	}

img	{
	max-width: 100%;
	height: auto;
	border: 0;
	line-height: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

a:link, a:visited {
	text-decoration: none;
	color: #444;
	}

a:hover, a:active {
	text-decoration: none;
	color: #444;
	}

h1	{
	color: #009aa8;
	font-family: 'Jura-Bold', sans-serif;
	font-weight: normal;
	font-weight: 600;
	font-size: 33px;
	line-height: 38px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

h2	{
	color: #009aa8;
	font-family: 'Jura-Bold', sans-serif;
	font-weight: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

ul	{
	list-style-type: none;
	margin: 20px 0;
	}

ul li	{
	background: url('../images/blue-square.png') no-repeat 0 4px;
	padding-left: 20px;
	margin: 7px 0;
	}

input[type=text] {
	padding: 10px 3%;
	margin: 0 0 12px 0;
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #009aa8;
	background: #e0e5e8;
	display: block;
	width: 94%;
	-webkit-appearance: none;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	border: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

input[type=submit] {
	padding: 10px 3%;
	margin: -7px 0 12px 0;
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	width: 100%;
	background: #009aa8;
	-webkit-appearance: none;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	border: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	}

input[type=submit]:hover {
	padding: 10px 3%;
	margin: -7px 0 12px 0;
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #009aa8;
	width: 100%;
	background: #e0e5e8;
	text-align: center;
	-webkit-appearance: none;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	border: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	}

textarea	{
	padding: 10px 3%;
	margin: 0 0 12px 0;
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #009aa8;
	background: #e0e5e8;
	display: block;
	width: 94%;
	-webkit-appearance: none;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	height: 120px;
	border: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

::placeholder { 
	color: #444;
	background: none;
	-webkit-appearance: none;
	}

.myCheckbox input {
	display: none;
	position: relative;
	z-index: -9999;
	}

.myCheckbox span {
	vertical-align: middle;
	margin: -7px 12px 0 0;
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url("../images/checkbox-default.png");
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	}

.myCheckbox input:checked + span {
	background: url("../images/checkbox-checked.png");
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	}

.burger	{
	display: none;
	position: fixed;
	top: 30px;
	right: 40px;
	width: 52px;
	height: 40px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9200;
	}

label.hamburg { 
	cursor: pointer;
	display: block;
	width: 52px;
	height: 40px; 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	}

input#hamburg {
	display: none;
	}

.hamburg {
	display: block;
	position: relative; 
	width: 52px;
	height: 40px; 
	margin-left: auto;
	margin-right: auto;
	}

.line	{ 
	position: absolute; 
	left: 10px;
	height: 2px;
	width: 42px; 
	background: #009aa8;
	border-radius: 2px;
	display: block; 
	transition: 0.5s; 
	transform-origin: center; 
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.line:nth-child(1) {
	top: 9px; 
	}

.line:nth-child(2) {
	top: 18px;
	}

.line:nth-child(3) {
	top: 27px;
	}

.hamburg.checked .line:nth-child(1) {
	transform: translateY(9px) rotate(-45deg);
	}

.hamburg.checked .line:nth-child(2) {
	opacity: 0;
	}

.hamburg.checked .line:nth-child(3) {
	transform: translateY(-9px) rotate(45deg);
	}

#mobile-logo {
	display: none;
	width: 170px;
	height: 29px;
	margin-bottom: 25px;
	}

#bg	{
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	}

#navi	{
	display: block;
	position: fixed;
	top: 7%;
	right: 7%;
	text-align: right;
	width: 200px;
	}

a.navi:link, a.navi:visited {
	color: #444;
	font-family: 'Jura', sans-serif;
	font-size: 19px;
	line-height: 19px;
	display: block;
	margin: 0 0 17px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

a.navi:hover, a.navi:active, .navi-active {
	cursor: pointer;
	color: #009aa8;
	font-family: 'Jura', sans-serif;
	font-size: 19px;
	line-height: 19px;
	display: block;
	margin: 0 0 17px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#logo	{
	max-width: 820px;
	margin: 0 auto;
	padding: 280px 40px 0 40px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#content	{
	max-width: 780px;
	margin: 0 auto;
	padding: 40px 40px 40px 0px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.leftcontent {
	float: left;
	width: 40%;
	}

.rightcontent {
	float: left;
	width: 56%;
	margin-left: 4%;
	}

.box	{
	float: left;
	width: 160px;
	height: 190px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 30px 40px 0;
	}

.box span {
	color: #009aa8;
	font-family: 'eurostile'; sans-serif;
	}

#kleeblatt {
	float: right;
	padding: 30px;
	}

#silberetui {
	float: right;
	}

#footer	{
	max-width: 820px;
	margin: 80px auto 40px auto;
	padding: 0 40px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.footer-l	{
	float: left;
	width: 38%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.footer-r	{
	float: left;
	width: 20%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.footer-m	{
	float: left;
	width: 35%;
	margin: 0 3.5%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.clearfix	{
	clear: both;
	}

#topscroller {
	opacity: .7;
	display: none;
	text-decoration: none;
	position: fixed;
	z-index: 8300;
	bottom: 30px;
	right: 30px;
	width: 84px;
	height: 84px;
	border-radius: 42px;
	border: 0;
	box-shadow: 0px 0px 5px 2px rgba(135,135,135,0.5)
	}

.modal	{
	display: none; 
	position: fixed; 
	z-index: 1; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
	-webkit-animation-name: fadeIn; 
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s
	}

.modal-content {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s
	}

.close	{
	color: fff;
	float: right;
	width: 40px;
	height: 24px;
	text-align: right;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: auto auto;
	}

.modal-header {
	height: 40px;
	padding: 0 25px;
	background-color: #009aa8;
	color: white;
	}

.modal-body {
	padding: 10px 25px;
	}

.modal-footer {
	line-height: 20px;
	height: auto;
	padding: 10px 25px;
	background-color: #009aa8;
	color: white;
	}

@-webkit-keyframes slideIn {
	from {bottom: -300px; opacity: 0 } to {bottom: 0; opacity: 1 }
	}

@keyframes slideIn {
	from {bottom: -300px; opacity: 0 } to {bottom: 0; opacity: 1 }
	}

@-webkit-keyframes fadeIn {
	from {opacity: 0 } to {opacity: 1 }
	}

@keyframes fadeIn {
	from {opacity: 0 } to {opacity: 1 }
	}

@media only screen and (max-width: 1500px) {

#logo	{
	padding: 240px 40px 30px 40px;
	}

#content	{
	padding: 10px 40px 10px 0px;
	}}

@media only screen and (max-width: 1250px) {

h1	{
	font-size: 30px;
	line-height: 35px;
	}

h2	{
	font-size: 22px;
	line-height: 27px;
	}

#logo	{
	padding: 210px 40px 30px 40px;
	}

#kleeblatt, #silberetui {
	width: 320px;
	margin: 10px 0 0 30px;
	}

#logo img {
	width: 580px;
	}}

@media only screen and (max-width: 1050px) {

h1	{
	font-size: 28px;
	line-height: 30px;
	}

#logo	{
	padding: 180px 40px 30px 40px;
	}

#logo img {
	width: 530px;
	}}

@media only screen and (max-width: 900px) {

html, body {
	font-size: 16px;
	line-height: 22px;
	}

.burger, #mobile-logo {
	display: block;
	}

#navi	{
	text-align: left;
	display: none;
	width: 170px;
	height: 100vh;
	background: #e0e5e8;
	top: 0;
	right: 0;
	z-index: 5000;
	box-shadow: 0px 0px 3px 3px rgba(68,68,68,0.1);
	padding: 100px 30px 30px 30px;
	}

h1	{
	font-size: 26px;
	line-height: 28px;
	}

#logo	{
	padding: 160px 25px 10px 25px;
	}

#logo img {
	width: 500px;
	}

#content	{
	padding: 25px;
	}

.leftcontent {
	float: none;
	width: 100%;
	}

.rightcontent {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
	}

#footer	{
	margin: 20px auto 0 auto;
	padding: 0 25px 40px 25px;
	}

.footer-l, .footer-r, .footer-m {
	float: none;
	width: 100%;
	margin: 0;
	}}

@media only screen and (max-width: 700px) {

html, body {
	hyphens: auto;
	-webkit-hyphens: auto;
	}

h1	{
	font-size: 24px;
	line-height: 26px;
	hyphens: auto;
	-webkit-hyphens: auto;
	}

h2	{
	font-size: 20px;
	line-height: 22px;
	hyphens: auto;
	-webkit-hyphens: auto;
	}

#logo	{
	padding: 150px 25px 10px 25px;
	}

#kleeblatt {
	float: none;
	padding: 0;
	margin: 10px 0;
	width: 320px;
	}

#logo img {
	width: 470px;
	}}

@media only screen and (max-width: 600px) {

h1	{
	font-size: 22px;
	line-height: 24px;
	}

h2	{
	font-size: 19px;
	line-height: 21px;
	}

#logo	{
	padding: 120px 25px 0 25px;
	}