/* CSS der Startseite der Kreisverbaende */


/* Teaserliste */
.teaserlist  .thumbnails {
	background-color: #dc0000;
	min-height: 1px;
	height: 50px;
	padding: 2px 0px 0px 30px;
	margin-bottom: 5px;
}

.teaserlist  .thumbnails:hover {
	background-color: #393939;
}

/* Sucheleiste */

.globalsearch {
	background: #ffffff !important;
	padding-bottom: 30px;
	margin:0;
	
}

.globalsearch div.headline.comptitle,
.globalsearch > a {
	display: none !important;
}

.globalsearch .sky-form {
	height: 34px;
	width: 80%;
    padding-left: 20%;
}

.globalsearch > .headline {
	text-align: center;
}

.globalsearch > .headline h3 {
	color: #dc0000 !important;
	
}

.globalsearch .listitem .datarow-container .type {
	display: none !important;
	
}

.globalsearch .listitem .longtext b {
	color: #dc0000 !important;
}

.globalsearch .sky-form label {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
	font-size: 16px;
	line-height: 20px;
}

.globalsearch .sky-form .form-control {
	float: left;
	width: 70%;	
}

.globalsearch .sky-form .form-control:hover, 
.globalsearch .sky-form .form-control:focus,
.globalsearch .sky-form .form-control:active {
	border-color: #dc0000 !important;
}

.globalsearch .sky-form .row input:nth-child(2) {
	display: none;
	
}

.globalsearch .sky-form .row {
	float: right;
	width: 10%;
}

/* Aktuelle Themen */

.newslist .headline {
	text-align: center;
}

.newslist .headline .pull-right,
.newslist .row .newscontent h6 {
	display: none;
}

.newslist .headline a h2 {
	color: #393939;
	font-size: 28px;
	line-height: 32px;
}

.newslist .row .newscontent h2.title a {
	color: #dc0000;
}

.newslist .row .newscontent h2.title a:hover {
	text-decoration: none;
	color: #dc0000;	
}

.newslist .row .newscontent h4 {
	color: #393939;
	font-weight: bold;
}

.newslist .row .newscontent h4 {
	color: #393939;
}

.newslist .row .newscontent .btn-u.btn-u-small .detaillink:before {
	color: #fff !important;
}

.newslist .row .newscontent .btn-u.btn-u-small:hover .detaillink:before {
	color: #fff !important;
}




/* Inhalt ohne Bild grau */
.inhalt-ohne-bild-grau h3 {
	color: #393939;
}
.inhalt-ohne-bild-grau p {
	color: #393939;
}

/* Inhalt ohne Bild grau Editor */
.inhalt-ohne-bild-grau .flexpagecontent .mce-tinymce {
	width: 100%;
}  


/* Projekte */
.teaserlist_with_texteffect .headline {
	text-align: center;
}
.teaserlist_with_texteffect .headline h2 {
	color: #393939;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
}


