@charset "UTF-8";
@import url(bganimation.css);

* {
	-webkit-tap-highlight-color: transparent!important;
	-webkit-font-smoothing: antialiased!important;
	-webkit-text-size-adjust: none!important;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, *, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div:after, div:before, section:after, section:before, article:after, article: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, button {
	-webkit-appearance: none
}
html {
	font-size: 16px;
}
html, body {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
	background: #fff;
}
body {
	font-family: Arial, sans-serif;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
	overflow-x:hidden;
}

p img {
	display: inline-block;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	border: none
}
a {
	text-decoration: none;
	color: #707070;
}
a:hover, a.aktiv, a.aktiv:hover {
	text-decoration: none;
	color: #796755;
}
p {
	margin: 0 0 2rem 0
}
ul {
	margin: 0;
	padding: 0
}
li {
	list-style: none
}
ul {
	margin: 0 0 2rem 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 2rem 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 #ddd;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 1.6rem 0;
	text-align: center;
}
h1, h3, h5 {
	color: #796755;
	font-weight: 400;
}
h2, h4, h6 {
	color: #808080;
	font-weight: 400;
}	
h1, h3, h5, h2, h4, h6, strong {
	font-weight: 600;
}
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
}

.content {
	position: relative;
	margin: 0 auto;
	min-width: 300px;
	max-width: 1200px;
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	color: #3c3c3c;
	background: transparent;
	padding: 6rem 1rem 2rem 1rem;
}
.center-box {
	text-align:center;
	background: rgba(255,255,255,.85);
	border-radius: 5px;
	border: 1px solid rgba(60,60,60,.1);
	box-shadow: 0 0 10px 2px rgba(255,255,255,.5);
	padding:3rem 1.5rem 1rem 1.5rem;
}