/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */

body{
	font-family: "open-sans", sans-serif;
	color: #4c4949;
	line-height:1.5;
	font-size:16px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #010101;
	font-family: 'montserrat', sans-serif;
	font-weight: bold;
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
}

#seitenanfang h1{
	font-size: 35px;
}
#seitenanfang h2{
	font-size: 30px;
}
#seitenanfang h3{
	font-size: 28px;
}
#seitenanfang h4{
	font-size: 23px;
}
#seitenanfang h5{
	font-size: 20px;
}
#seitenanfang h6{
	font-size: 18px;
}

div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #5BBAD6;
	text-decoration: none;
}
a:active, a:hover {
	color: #79cbe3;
}
#seitenanfang a{
	text-decoration: underline;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}

/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 40px;
}
.margin_unten{
	margin-bottom: 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h600{
	height: 900px;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}