/*
font-family: 'PT Sans', sans-serif;
*/

body, textarea, input, select {
	font-family: 'PT Sans', sans-serif;
	font-size:12pt;
	line-height:28px;
	color:#000;
}

#surround {
	margin:0 auto;
	width:100%;
}

.inner {
	margin:0 auto;
	max-width:1230px;
}
.innerBox {
	padding:0 15px;
}


/* CONTENT */
.contentBlock {
	padding:80px 0;
}
.contentBlockBottom {
	padding-bottom:80px;
}
.contentBlock.noBottom {
	padding-bottom:0;
}
.contentBlock.noPadding {
	padding:0;
}
.contentBlock>img {
	width:100%;
	height:auto;
	display:block;
}

.dark {
	background-color:#f5f5f5;
}
.dark2 {
	background-color:#eee;
}
#content {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#content h1,#content h2 {
	font-size:30pt;
	line-height:42px;
	padding-bottom:40px;
	margin:0 0 40px;
	text-align:center;
	position:relative;
}
#content h1:after, #content h2:after {
	content: '';
	position: absolute;
	width: 160px;
	transform: scaleX(0);
	height: 4px;
	bottom: 0px;
	left: 50%;
	margin-left:-80px;
	background-color: #ffcd00;
	opacity:1;
}
#content h1.start:after, #content h2.start:after {
	content: '';
	background-color: #ffcd00;
	transform-origin: bottom center;
	opacity:1;
	transform: scaleX(1);
	transition: transform 1s ease-out , opacity 0.5s;
}


#content li {
	font-weight:normal;
}

#content a {
	color:#2677ab;
}

#content a:hover {
	color:#000;
}

/* DATENSCHUTZ-TITEL */
.dse-haupttitel {
	font-size:22pt;
	font-weight:bold;
}

.dse-untertitel {
	font-size:16pt;
	font-weight:bold;
}


/* RESPONSIVE */
@media  only screen and (max-width: 1260px) {
}
@media  only screen and (max-width: 880px) {
	.contentBlock {
		padding:60px 0;
	}
	.contentBlockBottom {
		padding-bottom:60px;
	}
}
@media  only screen and (max-width: 630px) {
	.contentBlock {
		padding:40px 0;
	}
	.contentBlockBottom {
		padding-bottom:40px;
	}
	#content h1,#content h2 {
		font-size:21pt;
		line-height:31px;
		padding-bottom:30px;
		margin:0 0 40px;
	}
}
@media  only screen and (max-width: 380px) {
}