@charset "UTF-8";
* {
	-webkit-tap-highlight-color: transparent!important;
	-webkit-font-smoothing: antialiased!important;
	-webkit-text-size-adjust: none!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, *:after, *:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}
div:after, div:before {
	overflow: hidden
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner, select::-moz-focus-inner {
 border:0;
 padding:0
}
input, select, textarea {
	border-radius: 0
}
input[type=password], input[type=text], select, textarea {
	-webkit-appearance: none
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	scroll-behavior: smooth;
}
html {
	font-size: 16px;
	height: 100%
}
body {
	width: 100%;
	font-family: Arial, sans-serif;
	letter-spacing: .02em;
	background: #fff
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	border: none
}
_:-ms-fullscreen, :root img {
 width: auto;
}

.clean, .clear, .cleaner {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
	width: 100%
}
.clearfix:before, clearfix:after {
	content: '';
	display: table
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden
}
.covert {
	overflow: hidden;
}
.txt-center {
	text-align: center;
}
.cleanimgfloat {
	overflow: auto
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap : wrap;
}
.nowrap {
	flex-wrap : nowrap;
}
.row {
	flex-direction: row;
}
.column{
	flex-direction: column;
}
a {
	text-decoration: none;
	color: #707070;
}
p {
	margin: 0 0 1.1rem 0
}
ul {
	margin: 0;
	padding: 0
}
li {
	list-style: none
}
ul {
	margin: 0 0 1rem 1rem
}
ul li ul {
	margin: 0 0 0 1rem
}
ul li, ul li ul li {
	list-style: disc;
	margin:0 0 .5rem 0
}
ol {
	margin: 0 0 1rem 1.25rem
}
ol li ol {
	margin: 0 0 0 1.25rem
}
ol li, ol li ol li {
	list-style: decimal;
	margin:0 0 .5rem 0;
}
hr {
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 15px 0
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .9rem 0;
	text-align: left;
}
h1, h3, h5 {
	color: #707070;
	font-weight: normal;
}
h2, h4, h6 {
	color: #555555;
	font-weight: normal;
}
.txt-bgg h1, .txt-bgg h3, .txt-bgg h5, .txt-bgc h1, .txt-bgc h3 ,.txt-bgc h5 {
	color: #dcdcdc;
}	
.txt-bgg h2, .txt-bgg h4, .txt-bgg h6, .txt-bgc h2, .txt-bgc h4 ,.txt-bgc h6 {
	color: #fff;
}	
h1, h3, h5, h2, h4, h6, strong {
	font-weight: bold;
}
h1 {
	font-size: 1.6rem;
	line-height: 1.7rem;
}
h2 {
	font-size: 1.4rem;
	line-height: 1.5rem;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.3rem
}
h4 {
	font-size: 1.2rem;
	line-height: 1.3rem
}
h5 {
	font-size: 1.1rem;
	line-height: 1.2rem
}
h6 {
	font-size: 1.1rem;
	line-height: 1.2rem
}
.site {
	position: relative;
	margin: 0;
	width: 100%;
}
.page {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1200px;
}

.logo {
	margin: 0;
	max-width: 100%;
	height: auto;
}

.teaser {
	position: relative;
	display: block;
	color: #fff;
	margin: 0;
	padding: 0rem !important;
	padding-top: 10% !important;
	height: 0;
	width: 100%;
	background: url('../images/teaser-slide.png') no-repeat;
	background-size: cover;
}

.seite {
	z-index: 1;
	letter-spacing: .04em;
	position: absolute;
	left: 0;
	bottom: -6px;
	font-size: .7rem !important;
	text-transform: uppercase;
	padding: 0 1rem 0 1rem;
	line-height: 32px;
}

.content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: .95rem;
	line-height: 1.4rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	color: #3c3c3c;
	background: #fff;
	padding: 3.8rem 1rem 2rem 1rem;
}
.wcenter {
  width: auto;
	color:#555;
	text-align: center;
	font-size: 120%;
	font-weight:bold;
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(60,60,60,.4);
	box-shadow: 0 0 7px 3px rgba(60,60,60,.5);
	padding:1.5rem 1.5rem .5rem 1.5rem;
	justify-content: center;
	align-items: center;
}
.wcenter h1 {
	text-align: center;
}
