@import url('http://fonts.googleapis.com/css?family=Raleway:200,400,600');

body,p,a,h1,h2,h3,h4,h5 {
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
}

body{
	background-color: #fff; 
	color: #68717a;
	font-size:16px;
	/*font-weight:300;*/
}
@media (min-width: 992px) {
	body{ font-size:18px; }
}

a, a:hover {
	color: #c31628;
	text-decoration:none;
}

.text-right {
	text-align: right;
}

.content a.pdf, .content a[href$='.pdf']{
	background:url('../img/pdf_icon.png') no-repeat 0px 2px;
	background-size:18px;
	display:inline-block;
	padding-left:22px;
}

a.noicon { background: none !important; }

b {
	font-weight:600;
}

img {
	max-width:100%;
	height:auto;
}

p {
	line-height:1.35em;
	margin-bottom:1.5em;
}

h1 {
	color:#c31628;
	font-size:26px;
	font-weight: 400;
	line-height:1em;
	margin:0 0 0.5em;
}

h2 {
	color:#68717a;
	font-size:20px;
	font-weight:600;
	line-height:1em;
	margin-bottom:0.6em;
	word-wrap: break-word;
}

h3 {
	border-bottom:1px solid #68717a;
	color:#c31628;
	font-size:30px;
	font-weight:600;
	line-height:1em;
	margin-bottom:0.6em;
	padding-bottom:0.6em;
}
h4 {
	color:#788088;
	font-size:24px;
	font-weight:600;
	line-height:1em;
	margin-bottom:0.6em;
}

h5 {
    font-size: 1.2em;
		line-height:1em;
		margin-bottom:0.6em;
}

h5.red {
	color:#c31628;
  font-size: 14px;
	padding-top:20px;
	margin-bottom:1em;
}
h2.grey {
	color:#68717a;
  font-size: 16px;
	margin-bottom:1em;
}

h6 {
    font-size: 1.4em;
		color:#c31628;
		font-weight:400;
		line-height:1em;
		margin:0 0 0.6em;
}

.underline {
	border-bottom:1px solid #68717a;
	margin-bottom:0.6em;
	padding-bottom:0.6em;		
}

.hr-grey {
	border-bottom:1px solid #68717a;
	margin-bottom:0.6em;
	padding-bottom:0.6em;		
}

.hr-red {
	border-bottom:1px solid #c31628;
	margin-bottom:0.6em;
	padding-bottom:0.6em;		
}

ul.default {
	list-style:none;
	margin:0 0 0.5em;
	padding:0;
}
	ul.default li {
		list-style:none;
		margin:5px 0 5px 25px;
		padding:3px 0;
	}

@media (min-width: 768px) {
	
	h1 {
		font-size:36px;
	}
}
@media (min-width: 992px) {
	h2 {
		font-size:22px;
	}
}
@media (min-width: 1200px) {
	h2 {
		font-size:24px;
	}	
}

.redBtn {
	background-color:#C31628;
	border:1px solid #C31628;
	clear:both;
	color:#fff;
	display:block;
	padding:5px 15px;
	margin:auto;
	max-width:250px;
	text-align:center;
}

.redBtn:hover {
	background-color:#fff;
	color:#C31628;
}

.linkbox {
	height:100px;
	margin-bottom:40px;
}

.linkbutton {
	width:100%;
	background-color:#C31628;
	border:1px solid #C31628;
	color:#fff;
	padding:5px 15px;
	text-align:left;
	margin-bottom:10px;
}

.linkbutton:hover {
	background-color:#fff;
	color:#C31628;
}

.bottomSpace {
	margin-bottom:30px;
}
.bgGrey {
	background:#e1e3e4;
}
.noPad {
	padding:0;
}
.form-error,
.formError {
	border:1px solid #C51121;
	padding:15px;
	margin-bottom:1em;
}

/* Boostrap default */
.navbar-nav {

}
	.navbar-nav > li {

	}
	
	
	@media (min-width: 768px) { .dropdown-menu { font-size: 14px; } }
	@media (min-width: 992px) { .dropdown-menu { font-size: 20px; } }
	@media (min-width: 1200px) { .dropdown-menu { font-size: 24px; } }		
	
	
		
/* DropDown Mobile */
@media (max-width: 767px) {
	#mySubNavbar{
		display: none;
	}	
	

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		font-size: 16px;
		padding:10px 25px;
	}
	
	
	.navbar-default .navbar-nav .open .dropdown-menu> li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		background-color: #F5F5F5;
		color:#000;
	}
}	

.mm-menu {
    background: #c31729 none repeat scroll 0 0;
}
	.mm-navbar {
		display:none;
	}
	.mm-listview > li > a,
	.mm-listview > li > span {
		color:#fff;
		font-size:24px;
		padding:12px;
		font-weight:500;
		transition: background 0.3s linear 0s;
	}
	

	
	.mm-listview > li:not(.mm-divider)::after {
		border:none;
	}
	
	.mm-arrow::after, .mm-next::after, .mm-prev::before {
		height:12px;
		width:12px;
	}
	
	.mm-menu .mm-listview > li .mm-arrow::after, 
	.mm-menu .mm-listview > li .mm-next::after,
	.mm-menu .mm-btn::after,
	.mm-menu .mm-btn::before 	{
		border-color: rgba(255, 255, 255, 1);
	}	

	
	.mm-menu .mm-listview > li:hover .mm-arrow::after, 
	.mm-menu .mm-listview > li:hover .mm-next::after
 	{
		border-color: rgba(195, 23, 41, 1);
	}	
	
	.mm-navbar {
		border-color: #fff;
	}
	
	.mm-menu {
    max-width: 340px;
    min-width: 180px;
    width: 90%;
	}
	html.mm-opening .mm-slideout {
    transform: translate3d(90%, 0px, 0px);
	}
	@media all and (max-width: 175px) {
		html.mm-opening .mm-slideout {
				transform: translate3d(180px, 0px, 0px);
		}
	}
	@media all and (min-width: 550px) {
		html.mm-opening .mm-slideout {
				transform: translate3d(340px, 0px, 0px);
		}
	}

	#mm-1 .mm-navbar { 
		border-color:#c31729;
	}
	
	.mm-menu .mm-navbar a, 
	.mm-menu .mm-navbar > * {
		color: rgba(255, 255, 255, 1);
		font-size: 20px;
		font-weight: 600;
		text-transform:uppercase;
	}
	
	.mm-listview > li:hover {
		background:#fff;
	}
	
	.mm-listview > li:hover a{
		color: #c31729;
	}		
	.mm-listview > li:hover > span {
		color: #c31729;
	}		
	
	.mm-menu .naviLogo {
		text-align:center;
	}
	
		

		
.header {
	box-shadow: 0 0 16px -2px #cbcbcb;
}
	.header .container {
		padding:15px 15px 20px;
	}
	@media (min-width: 768px) {
		.header .container {
			padding:30px 15px 40px;
		}	
	}
	
	.header .btnMenu {
		background: #c31628 url("../img/menue.png") no-repeat scroll left top;
		color: #ffffff;
		display: inline-block;
		height: 37px;
		line-height: 37px;
		margin-top: 8px;
		padding: 0 15px 0 55px;
		text-transform: uppercase;
	}

	.header .btnContact {
			background: #c31628 none repeat scroll 0 0;
			color: #ffffff;
			display: inline-block;
			float: right;
			height: 37px;
			line-height: 37px;
			margin-top: 8px;
			padding: 0 15px;
			text-transform: uppercase;
	}

	.header #logo {
		display:inline-block;
		background:url('../img/logo.png') no-repeat top left;
		background-size:60px;
		padding-left:60px;
		line-height:60px;
		height:60px;
		min-width:60px;
		margin-left: 15px;
	}
		.header #logo span {
			font-size:26px;
			color:#4a545d;
			font-weight:400;
		}
	
	@media (min-width: 768px) { 
		.header #logo {
			padding-left:70px;
		}	
	}
		
	@media (min-width: 992px) {
		.header #logo span { font-size:36px; }
	}
	
	.header #logo-text {
		color:#68717a;
		display:block;
		font-size:20px;
		text-align:center;
	}


section.video {
	background:#c0c0c0 url('../img/video_bg.jpg') center no-repeat;
	background-size: cover;
	max-height: 500px;
	min-height: 300px;
	overflow:hidden;
	position: relative;
	margin-bottom:30px;
}
	
	#fullVid {
		display:none;
		width:100%;
		
	}
	
	.newsVideoWrap {
		z-index:2;
		left:0;
		right:0;
		position:relative;
	}
		.newsVideoWrap > .newsVideo {
			background:rgba(255,255,255,0.6);
			padding:25px 30px;
			margin:auto;
			color:#000;
			width:100%;
		}
		
			.newsVideoWrap > .newsVideo a {
				font-weight:600;
				color:#000;
			}
	
	@media (min-width: 768px) { 
		#fullVid { 
			display:block;
		}
		.newsVideoWrap > .newsVideo { width: 600px; }
		.newsVideoWrap { 
			position:absolute;
			bottom:10%;
		}
	}
	@media (min-width: 992px) { 
		.newsVideoWrap > .newsVideo { width: 600px; } 
		.newsVideoWrap { 
			bottom:15%;
		}		
	}
	@media (min-width: 1200px) { 
		.newsVideoWrap > .newsVideo { width: 720px; } 
	
	}		

	
.content {
	margin-top: 20px;
}	
	@media (min-width: 768px) {
		.content {
			margin-top: 40px;
		}	
	}
.content table {
	height:auto !important;
	width:auto !important;
}	
	.content table td {
		padding-right:10px;
	}	
	
	.content table tr td:last-child {
		padding-right:0;
	}	
	
	
	.btn_red {
		font-size:14px;
		background:#c31628;
		color:#fff;
		border:1px solid #c31628;
		display:inline-block;
		padding:10px 8px;
		margin-right:10px;
		margin-bottom:10px;
	}
	
	.btn_red:hover, .btn_red.active { 
		background:#fff;
		color:#c31628;
	}
	

	.termineStart {
		margin-bottom: 30px;
		max-width: 450px;
	}

	
	.termineStart .btn_red {
		margin:5px auto 0;
	}
	.terminStart {
		border-top:1px solid #c31628;
		padding-top:10px;
	}
	.terminStart p.date,
	.terminStart a.details {
		margin-bottom: 0;
		float:right;
		font-size: 14px;
	}
	
	.terminStart h5.red {
		padding-top: 0px;
	}
	.terminStart h2.grey {
		margin-bottom: 0.8em;
	}	
	
	
	.terminStart p.subline {
		margin-bottom: 10px;
		font-size: 14px;
		font-style:italic;
	}
	
	.termine,
	.termine p {
		font-size:14px;
		line-height:1.7em;
	}
	
	.termin_txt { margin-top: 1em; }
	
	.termine p.date { margin-bottom: 1em; }
	
	.termine {
		margin-bottom: 5px;
	}
	.termin {
		margin-bottom: 20px;
	}
	
	.newsTeaser	 {
		margin-bottom: 30px;
		max-width: 450px;
	}
	.newsTeaser .newsPic {
		background:#fff no-repeat center;
		background-position: -500px;
		height:auto;
		display:block;		
	} 
		.newsTeaser .newsPic img {
			display:block;
			max-width:100%;
			margin:auto;
		}
	
	.newsTeaser .newsDate {
		margin:0 0 5px;
	}
	
	.newsTeaser .newsWrap {
		background:#e1e3e4;
		padding:10px;
		padding-bottom:1.5em;
		position:relative;
		
	}

		.newsTeaser .newsMore {
			font-weight:600;
			margin:0;
			position:absolute;
			bottom:10px;
			left:10px;
		}	
		
	@media (min-width: 992px) { 
		.newsTeaser .newsPic {
			background-position: center;
			background-size:auto 170px;
			height: 170px;

		}
		.newsTeaser .newsWrap {
			min-height:350px;
		}
	}
	@media (min-width: 1200px) { 
		.newsTeaser .newsPic {
			background-size:auto 210px;
			height: 210px;
		}
		.newsTeaser .newsWrap {
			min-height:355px;
		}		
	}
	
	.newsDetail {}

		.newsDetail .newsDownloads {
			border:1px solid #47505A;
			padding:15px;
			margin:15px 0;
		}
	
		.newsDetail .newsDownloads p:last-child {
			margin:0;
		}
	

.breadcrump	{ font-size: 14px; margin-bottom:10px; }
		
/* Teaserboxen unter dem Content */

.gallery {
	padding: 30px;
}
/*
.owl-theme .owl-controls {
                left: 0px;
                position: absolute;
                right: 0px; 
                text-align: left;
                top: 50%;
        margin-top:-20px;
}
        .owl-theme .owl-controls .owl-buttons div {
                color: #ffffff; 
                background: rgba(0,0,0,0.5);
                font-size: 30px; 
                height: 40px;
                line-height: 30px;
                text-align: center;
                width: 40px;
        }

        .owl-theme .owl-controls .owl-buttons div.owl-next {
                float:right;
                 margin-right: 25px;
        }		
        .owl-carousel .owl-item {
                padding-right: 15px;
        }
        .owl-carousel .owl-item a {
                display: block;
        }
         .owl-carousel .owl-item img {
                 width:100%;
         }
*/ 
.teaserBottom {
	background:#e1e3e4;
	padding:15px 0;
	text-align: center;
}
	.teaserBottom:nth-of-type(even) {
		background:#fff;
	}

	.teaserBottom span {
    margin: 0 0 10px;
		display:block;
	}	

	.teaserBottom ul {
		list-style:none;
		padding: 0;
		margin:0 0 1em;
	}
		.teaserBottom ul li {
			margin:0 0 0.5em;
		}
		
	.teaserBottom.logos {
		background:#fff;
		border-top:1px solid #47505a;
		text-align: center;
	}
	
	.teaserBottom.logos a {
		display:inline-block;
		margin:10px 0;
	}
	
/*Logos rechts, Startseite */

.rightBar .teaserBottom.logos {
	border:none;
	padding-top:0;
}
	
	.rightBar .teaserBottom {
		background:none;
		text-align: left;
		margin-bottom:15px;
	}
	
	.rightBar .teaserBottom .flex-container,
	.teaserBottom .flex-container {
		align-content: center;
		display: flex;
		max-width: 400px;
    margin: 0 auto;
	}
	.rightBar .teaserBottom .flex-container a,
	.teaserBottom .flex-container a{
		border-bottom: 0;
		margin: 2px 2px 2em 2px;
		display:inline-block;
		text-align:center;
	}
	.rightBar .teaserBottom .flex-container a img,
	.teaserBottom .flex-container a img{
		max-width:100%;
	}
	
	.rightBar .teaserBottom.logos {
		text-align: center;
	}
	
	.rightBar .teaserBottom h4 {
		border-bottom:1px solid #47505a;
		color:#c31628;
		text-align:left;
		padding-bottom:0.5em;
	}
	.rightBar .teaserBottom > div.embed-responsive,
	.rightBar .teaserBottom > a {
		margin-bottom:25px;
	}
	.rightBar .teaserBottom img {
		max-width:175px;
	}
	
	@media (min-width: 992px) {
		.rightBar .teaserBottom img {
			max-width:220px;
		}
	}
	@media (min-width: 1200px) {
		.rightBar .teaserBottom img {
			max-width:260px;
		}
	}	
	
iframe.newsFrame {
display: none;
margin: auto;
max-width:100% !important;
}	
@media (min-width: 992px) {
	iframe.newsFrame {
		display: block;
	}
}

.mitarbeiter {
	border-right:1px solid #e1e3e4;
	padding:20px 40px 5px;
	margin-bottom:15px;
	min-height:235px;
	position: relative;
}

	.withPic .mitarbeiter {
		min-height:445px;
	}
		.withPic .mitarbeiter img {
			max-height:185px;
		}
		
	.mitarbeiter p {
		margin-bottom:0.5em;
	}
	.mitarbeiter p:last-child {
		margin-bottom:0;
	}
	
	@media (max-width: 767px) {
		.mitarbeiter {
			border-right:none;
			border-bottom:1px solid #e1e3e4;
			padding:15px;
			min-height:0;
		}
		.withPic .mitarbeiter {
			min-height:0;
		}
		
		
	}
	@media (min-width: 768px) {
		div.mitarbeiter h5 { min-height: 2.2em; }
		
		.mitarbeiter:before {
			background:#fff;
			content: '';
			height:15px;
			position: absolute;
			left:0;
			right:-1px;
			top:0;
		}	
		.withPic .mitarbeiter img { max-height:155px; }		
	}

	@media (min-width: 1200px) {
		.withPic .mitarbeiter img { max-height:199px; }
	}

	@media (min-width: 768px) AND (max-width: 991px) {
		.col-sm-6.mitarbeiter:nth-child(1n+3) {
			border-top:1px solid #e1e3e4;
		}
		.col-sm-6.mitarbeiter:nth-child(2n) {
			border-right:none;
		}	
	}
	
	@media (min-width: 992px) {
		.col-md-4.mitarbeiter:nth-child(1n+4) {
			border-top:1px solid #e1e3e4;
		}	
		.col-md-4.mitarbeiter:nth-child(3n) {
			border-right:none;
		}	
	}

	
	.partner {
    box-shadow: 0 2px 6px #c0c0c0;
    margin-bottom: 25px;
    padding: 15px;
	}	
		.partner img {
	    float: left;
			margin: 4px 15px 2px 0;
			max-width:200px;
		}
		.partner p:last-child {
			margin:0;
		}
#maps {
	background:#fff url('../img/loader.gif') no-repeat center;
	height:400px;
	margin-bottom:25px;
	color:#fff;
	overflow:hidden;
}	
	@media (min-width: 768px) {
		#maps { height:450px; }	
	}	

.footer  {
	margin-top: 30px;
}


.footer > .container {
	background:#47505a;
	color:#fff;
	padding: 15px;
}
	@media (min-width: 768px) {
		.footer > .container {
			padding: 15px 30px;
		}
	}

.footer > .container .row:first-child {
	margin-bottom:30px;
}


.footer ul.foot {
	list-style:none;
	
	margin:0 10px 0 0;
	padding: 0;
}	
	ul.foot  ul{
		list-style:none;
		margin:0;
		padding: 0;
	}	
	.footer ul.foot:last-of-type {
		margin:0;
	}
	.footer ul.foot > li {
		float:left;
		padding-right: 40px;
		margin-top:15px;
		width: 20%;
	}	
	.footer ul.foot > li:nth-child(5) {
		padding-right:0;
	}	
	.footer ul.foot > li:nth-child(6) {
		clear: left;
	}	
	.footer ul.foot > li span {
		border-bottom:1px solid #68717a;
		
		display:block;
		margin-bottom:8px;
		padding-bottom:5px;
	}
		.footer ul.foot li a {
			color:#fff;
		}
		.footer ul.foot li li {
			line-height: 1em;
			margin-bottom: 0.5em;
		}
		
	.address {
		background:#b4b8bd;
		padding:15px;
		margin:15px 0 0 0;
		color:#47505a;	
		
	}
@media (min-width: 768px) {
	ul.foot ul{ font-size: 14px; }
	.address {
		padding:15px 55px;
		float:right;
	}	
}
@media (min-width: 992px) {
	ul.foot ul{ font-size: 16px; }
}
@media (min-width: 1200px) {
	ul.foot ul{ font-size: 18px; }
}

a.boxNews {
	background:#e1e3e4;
	display:block;
}
	a.boxNews p, a.boxNews h4 {
		padding:0 20px;
	}

.pagination {
	margin-top:1.5em;
	text-align:center;
}
	.pagination .pages {
		border:1px solid #C31628;
		display:inline-block;
		margin-right:10px;
		line-height:30px;
		min-height:30px;
		min-width:40px;
		margin-bottom: 15px;
		padding:5px;
	}

	.pagination .pages.off {
		border:1px solid #ccc;
		background:#e1e3e5;
		color:#ccc;
	}	
	
	.pagination .pages.on {
		background:#C31628;
		color:#fff;
	}	
	

	




/* --- cookie-note --- */	
#cookienote { position: fixed; bottom: 45px; left: 0; right: 0; text-align: center; display: none; font-size: 14px; z-index:500 } 
#cookienote > div { background-color: rgba(0,0,0,0.8); color: white; margin: 0 auto; padding: 10px; display: inline-block; }
#cookienote button { background: #e00a1e; display: inline-block; font-size: 14px; text-align: center; width: auto; color: white;
    padding: 4px 10px; border: 0; margin-top: 8px; transition: all, 0.5s; cursor: pointer; margin-left: 20px;
}

/* ---  ---*/ 
#tn-partner-widget a{
    font-size: 14px!important;
    padding-bottom:0px!important;
    margin-bottom: 0px;
    text-align: left!important;
}
#tn-partner-widget .tn-date{
    font-size:12px!important;
}

#tn-partner-widget .tn-article{
    padding-top:0px;
    padding-bottom:15px;
}

.start-slider .item.image{
    width:100%;
    max-height:600px;
    height:200px;
}

@media(min-width:425px){
    .start-slider .item.image{
       height:400px; 
    }
}
@media(min-width:768px){
    .start-slider .item.image{
       height:600px; 
    }
}

.start-slider.owl-theme .owl-dots{
    position:relative;
    bottom:60px;
    background-color:white;
    border-radius:25px;
    padding-top: 7px;
    margin-left:auto;
    margin-right:auto;
}
.start-slider.owl-theme .owl-dots button:focus{
     outline:0;
}

.start-slider.owl-theme .item > .text.rechts{
    left:calc(100% - 265px);
}

.start-slider.owl-theme .item > .text.mitte{
   left:50%;
}

.start-slider.owl-theme .item > .text.links{
    left:265px;
}
.start-slider.owl-theme .item > .text.kein_text{
    display:none;
}

.start-slider.owl-theme .item > .text{
   display:none;
}

.start-slider.owl-theme .owl-controls{
    bottom:5px;
}

@media(min-width:768px){
    .start-slider.owl-theme .item > .text{
        display:block;
    }
    
    .start-slider.owl-theme .owl-controls{
        bottom:15px;
    }
}

.start-slider.owl-theme .item > .text.oben{
    position:absolute;
    top:5%;
}

.start-slider.owl-theme .item > .text.unten{
     position:absolute;
     bottom:5%;
}

.start-slider.owl-theme .item > .text > .visibleLayer{
    position:relative;
    left:-50%;
    background-color:rgba(255,255,255,0.7);
    width:490px;
    padding:15px;
}

.start-slider.owl-theme .sliderVideo{
    width:100%;
}