@charset "UTF-8";
/* CSS Document */
/*
body {
	font-family: 'Open Sans', sans-serif;
	background: #FCFCFC;
	color: #3C3535;
	font-size: 16px;
	line-height: 26px;
}

.topborder {
	background: #603986;	
	height: 12px;
}

.header {
	margin-bottom: 100px;
}

.space {
	margin-top: 100px;	
}

.spacesmall {
	margin-top: 30px;	
}

.carousel-inner>.item {
	height: 570px;
	background-size: cover;
	background-position:center center;
}

.carousel-inner {
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
}

.carousel-indicators li {
	width: 70px;
	border: 0;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0;
}

.carousel-indicators .active {
	width: 70px;
	border: 0;
	height: 10px;
}

.carousel-caption {
	left: 50px;
	right: 50px;
	padding-bottom: 80px
}

.carousel-caption h3 {
	text-transform: uppercase;
	font-size: 48px;
	margin: 15px 0 7px 0;
	background: #fff;
	padding: 7px;
	display: table;
	text-shadow: none;
	color: #3C3535;
	font-weight: 600;
	text-align:left;

}

.carousel-caption p {
	background: #fff;
	padding: 7px;
	line-height: 20px;
	text-shadow: none;
	color: #3C3535;
	font-weight: 600;
	text-align:left;
	display: table;
}

.headline {
	position: absolute;
	z-index: 16;
	top: 30px;	
	left: 50px;	
}

.social {
	position: absolute;
	z-index: 16;
	top: 30px;	
	right: 50px;	
}

.headline h1 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	margin-left: 15px;
	color: #fff;
	margin-top: 5px;
}

.missionstatement h2 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.missionstatement p {
	font-size: 24px;
	font-weight: 600;
}

.pageheader {
	position: relative;
	height: 370px;	
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
}

.pagecontent {
	margin-top: -50px;
	background: #fff;
}

.pagecontent h2 {
	font-size: 48px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

.pageheadline {
	background: #603986;
	margin: -50px;
	margin-bottom: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	
}

.pageheadline span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

.backbutton {
	position: absolute;
	left: 50px;
	top:7px;
}

.pagebottombox {
	border-radius: 10px;
	background: #603986;
	padding: 30px 0 30px 0;
	margin-top:30px;
}

.pagebottombox img {
	padding: 0 0 30px 0;
}

.pagebottombox span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:3px;
	text-transform: uppercase;
}

.whiteboxflag {
	background: #fff;
	background-image: url(img/flag.png);
	background-position: top right;
	background-repeat:no-repeat;
	margin-bottom: 30px;
}

.newsdate {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #603986;
	letter-spacing: 2px;
}

.newsheader {
	position: relative;
	height: 490px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin: -50px;
	margin-bottom: 50px;
}

.shadowboxsmall {
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	padding: 30px;
		
}

.shadowboxbig {
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	padding: 50px;
		
}

.infobox {
	background: #603986;
	color: #fff;
}

.infobox h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 120px;
}

.projekte {
	background: #fff;
	color: #7B8591;
}

.ueberuns {
	background: #fff;
	margin-top: 30px;
}

.ueberuns h3 {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	margin-left: 15px;

}

.ueberuns-dot {
	float: left;
}

.ueberuns p {
	font-size: 16px;
	color: #7B8591;
	line-height: 26px;
	margin-top: 70px;
	margin-bottom: 70px;
	clear: both;
}

.btn-lg {
	padding: 15px 26px;
}

.btn-light {
	border: 1px #EBEBEB solid;
	border-radius: 25px;
	color: #603986;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
}

.img-rounded {
	border-radius: 10px	
}

.news {
	background: #fff;
}

.news h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 3px;
}

.news p {
	color: #7B8591;
}

.newscontent h1 {
	font-size: 26px;
	font-weight: 600;
}

.newsbottom {
	padding-top: 50px;
	padding-bottom: 20px;	
}

.newsbackbutton {
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
}

h1.projekttitle {
	font-size: 45px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.projektbanner {
	background: #fff;
	margin-top: 50px;
	margin-bottom: 70px;
}

.projektbannerinner {
	height: 460px;
}

.projektcontent  h2 {
	font-size: 40px;
	font-weight: 600;
	margin:0;
}

.projektcontent  h3 {
	font-size: 16px;
	font-weight: 600;
}

.projektteaser {
	margin-top: 30px;
	background: #fff;
}

a.projektteaserheadline h3 {
	font-size: 24px;
	font-weight: 600;
	margin:0;
	padding:0;
	margin-top: 20px;
	color: #3C3535;

}

.projektteaserbanner {
	height: 230px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;	
	margin-bottom: 20px;
}

.projektnewsteasertext {
	color: #7B8591;
	font-size: 14px;
	margin-top: 20px;
}

.miniheadline {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

span.kategorie {
	font-size: 11px;
	color: #603986;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
}

.mehr {
	border-top: 1px #efeff0 solid;
	padding-top: 30px;
}

.mehr a {
	font-size: 14px;
	text-transform: uppercase;
	color: #7B8591;
	font-weight: 600;	
}

.newshead {
	background: #603986;
	margin: -30px;
	padding-top: 15px;
	padding-bottom: 15px;	
	margin-bottom: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.newshead h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.newslist {
	background: #fff;
	margin-bottom: 60px;
}

.newslistthumb {
	height: 240px;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

h2.newslisttitle a {
	color: #303336;
	font-size: 26px;
	font-weight: 600;
}

.newslisttext {
	color: #7B8591;
	padding-top: 10px;
	padding-bottom: 30px;
}

.kalender {
	background: #fff;
	margin-top: 30px;
}

.footer {
	border-bottom-left-radius: 0px;	
	border-bottom-right-radius: 0px;
	background: #603986;
	color: #fff;
	margin-top: 60px;
	font-size: 13px;
	line-height: 23px;
	padding-bottom:0;
}

.footer h3 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 0;
}

.sockel {
	background: #fff;
	border-top-left-radius: 10px;	
	border-top-right-radius: 10px;
	margin-top: 30px;
	color: #3C3535;
	padding-top: 70px;
	padding-bottom: 60px;
	font-size: 15px;
	font-weight: 600;
}

*/