body {
	background-color: #fff;
	font: 14px/1.25em "Trebuchet MS", Arial, Helvetica, Verdana;
}

.container-fluid {
	max-width: 930px;
}

#header {
	height: 145px;
	position: relative;
}

.logo img {
	padding-top: 40px;
}

.logozusatz {
	position: absolute;
	top: 0;
	right: 0;
}

.region {
	border-radius: 0 0 16px 0;
	background-color: #fff;
	font-size: 12px;
	margin-top: -43px;
	margin-left: -20px;
	font-weight: bold;
	color: #612d72;
	padding: 17px 15px 5px 20px;
	width: auto;
	position: absolute;
}

.beratung {
	border-radius: 16px 0 0 0;
	background-color: #fff;
	font-size: 12px;
	margin-top: -26px;
	font-weight: bold;
	color: #50155a;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 13px;
	padding-left: 10px;
	position: relative;
}

.content {
	background-color: #612d72;
	margin-top: -25px;
	color: #fff;
	line-height: 1.45em;
}

.vert25 {
	height: 25px;
}

.item {
	padding: 55px;
}

.factsheet {
	margin-bottom: 30px;
	margin-top: 30px;
}

#footer {
	margin-top: 85px;
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
	background-color: #fff;
	color: #612d72;
	text-shadow: none;
	opacity: 1;
	width: 30px;
	height: 60px;
	top: 45%;
}

.carousel-control.left {
	text-align: left;
	border-radius: 0 60px 60px 0;
	padding-top: 20px;
	margin-left: -5px;
}

.carousel-control.right {
	text-align: right;
	border-radius: 60px 0 0 60px;
	padding-top: 20px;
	margin-right: -5px;
}

h1 {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	margin: 0;
	padding-bottom: 0.8em;
}

p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0 0 0 1em;
}

ul li {
	list-style-type: square;
}

/* @group links */

.beratung a:link,
#beratung a:visited {
	color: #50155a;
}

.beratung a:hover,
#beratung a:active {
	text-decoration: none;
}

#footer a:link,
#footer a:visited, #footer {
	color: #999;
	font-size: 14px;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #333;
	text-decoration: underline;
}

/* a[href$='.pdf'] {
	padding-right: 22px;
	background: transparent url(../images/pdf_icon.gif) no-repeat right 0;
	color: #333;
	font-size: 12px;
	float: right;
	display: block;
	height: 18px;
	text-decoration: none;
}

a[href$='.pdf']:hover {
	background-position: right -17px;
	text-decoration: underline;
} */

a:link.btn,
a:visited.btn {
	color: #fff;
	background-color: #BCC700;
	padding: .75rem 1.5rem;
	border-radius: 1rem;
	margin-left: 25%;
	margin-right: 25%;
}

a:hover.btn,
a:active.btn {
	color: #fff;
}



/* @end */

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

	h1 {
		font-size: 18px;
	}

	.item {
		padding: 20px 35px 50px;
	}

}
