@charset "utf-8";
/* CSS Document */


a, a * {
	text-decoration: none;
	border: none;
	color: rgb(226, 27, 24);
}

div.text {

}

div.text a {
	color: inherit;
}
div.text a:hover,
div.text a:focus {
	text-decoration: underline;
	border-bottom: none;
}

p {
	margin: 0px !important;
	padding: 0px !important;
}
div.text p {
	margin: 10px 0px 15px 0px !important;
	line-height: 26px;
}

@media (min-width:  0px) and (max-width: 479px) {
	div.text p {
		-moz-hyphens: auto;
   		-o-hyphens: auto;
   		-webkit-hyphens: auto;
   		-ms-hyphens: auto;
   		hyphens: auto; 
	}
}


.font_std,.font_std *					{	color: rgb(51, 51, 51); }  	/* siehe div.text  */
.font_weiss, .font_weiss *				{	color: rgb(255, 255, 255); }
.font_hellgrau, .font_hellgrau *		{	color: rgb(224, 224, 224); }
.font_mittelgrau, .font_mittelgrau *	{	color: rgb(180, 180, 180); }
.font_dunkelgrau, .font_dunkelgrau *	{	color: rgb(101, 115, 127); }
.font_orange, .font_orange *			{	color: rgb(249, 176, 2); }
.font_rot, .font_rot *,
.warning								{	color: rgb(226, 27, 24);	}
.success								{	color: rgb(0, 255, 0);	}

.bg_std,
.bg_weiss			{	background-color: rgb(255, 255, 255); }
.bg_hellgrau		{	background-color: rgb(224, 224, 224); }
.bg_hellgrau2		{	background-color: rgb(246, 246, 246); }
.bg_dunkelgrau		{	background-color: rgb(101, 115, 127); }
.bg_orange			{	background-color: rgb(249, 176, 2); }
.bg_rot				{	background-color: rgb(226, 27, 24); }


.btn_hellgrau		{	color: rgb(224, 224, 224); border: 1px solid rgb(224, 224, 224); padding: 6px 10px; border-radius: 5px; }
.btn_dunkelgrau		{	color: rgb(101, 115, 127); border: 1px solid rgb(101, 115, 127); padding: 6px 10px; border-radius: 5px;  }


.border_weiss		{	border: 1px solid rgb(255, 255, 255); }
.border_hellgrau	{	border: 1px solid rgb(224, 224, 224); }
.border_dunkelgrau	{	border: 1px solid rgb(101, 115, 127); }

.border_top_weiss		{	border-top: 1px solid rgb(255, 255, 255); }
.border_top_hellgrau	{	border-top: 1px solid rgb(224, 224, 224); }
.border_top_dunkelgrau	{	border-top: 1px solid rgb(101, 115, 127); }

.border_bottom_weiss		{	border-bottom: 1px solid rgb(255, 255, 255); }
.border_bottom_hellgrau		{	border-bottom: 1px solid rgb(224, 224, 224); }
.border_bottom_dunkelgrau	{	border-bottom: 1px solid rgb(101, 115, 127); }

.border-radius		{ border-radius: 5px; }


.nopadding {
	padding: 0 !important;
}




@media (min-width:  0px) and (max-width: 599px) {
	.object-left	{	}
	.object-right	{	}
	.object-center	{	}
}
@media (min-width: 600px) {
	.object-left	{	float: left; margin: 0 15px 10px 0;  }
	.object-right	{	float: right; margin: 0 0 10px 15px;  }
	.object-center	{	clear: both; text-align: center; margin: 0px auto}
}








/*
	Bilder, Video, Audio
------------------------------------------------------
*/

.fancybox-title {
}

.img_responsive img,
img.responsive {
	height: auto;
	max-height: 100%;
	max-width: 100%;
}


@media (min-width:  0px) and (max-width: 767px) {
	.w30 	{	width: 100%	}
	.w40 	{	width: 100%	}
	.w50 	{	width: 100%	}
}
@media (min-width:  768px) {
	.w30 	{	width: 30%	}
	.w40 	{	width: 40%	}
	.w50 	{	width: 50%	}
}
.w30 img 	{	width: 100%; height: auto;	}
.w40 img 	{	width: 100%; height: auto;	}
.w50 img 	{	width: 100%; height: auto;	}


.image_caption,
.text .image_caption p {
	margin: 8px 0;
	font-size: 13px;
	line-height: 18px;
	color: rgb(188, 180, 180);
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.videoWrapper_videoinfo {
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
	color: #888888;
}



div.audioWrapper {
	margin: 0 0 20px 0;
}




div.content-view-embed {
	margin: 20px 0 30px 0;
}
.embed_filename {
	font-weight: bold;
}







/*
	Überschriften
------------------------------------------------------
*/


h1 {
	
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
h5, h6 {
	font-weight: bold;
}



@media (min-width:  0px) and (max-width: 767px) {
	
	h1, h2, h3, h4, h5, h6 {
		-moz-hyphens: auto;
   		-o-hyphens: auto;
   		-webkit-hyphens: auto;
   		-ms-hyphens: auto;
   		hyphens: auto; 
	}
	
	h1 {		}	
	h2 {		}
	h3 {		}
	h4 {		}
	h5 {		}
	h6 {		}
	
}
@media (min-width:  768px) {
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0px;	
	}
	
	h1 {		}	
	h2 {		}
	h3 {		}
	h4 {		}
	h5 {		}
	h6 {		}
	
}

.fright 	{	float: right;	}
.cright 	{	clear: right;	}
.fleft 		{	float: left;	}
.cleft		{	clear: left;	}
.cboth		{	clear: both;	}


.text-center	{	text-align: center;  }
.text-right		{	text-align: right;  }
.text-left		{	text-align: left;  }
.text-justify	{ 	text-align: justify; }


@media (min-width:  768px) {
	.no_margin	{ margin: 0 !important; }
	.no_padding	{ padding: 0 !important; }
}








div.container_inlineeintraege {
	margin: 0 0 50px 0;
}

div.inline_eintrag {
	margin-bottom: 20px !important;
	padding: 0px;
}






/*
========  Startseite  ==========================
*/

div#startseite {}

div#startseite_container_slider {
	margin-top: 10px;
	margin-bottom: 20px;
	max-height: 420px;
}





div#startseite_actionleiste {
	padding: 20px 0px 40px 0px !important;
	font-size: 16px !important;
}

@media (max-width:  999px) {
	div#startseite_rubriken_xl {
		display: none;
	}
	div#startseite_rubriken_xs {

	}
}
@media (min-width:  1000px) {
	div#startseite_rubriken_xl {

	}
	div#startseite_rubriken_xs {
		display: none;
	}
}



div.startseite_rubrikenliste_rubrik {
	padding: 5px 15px 0 0;
}
a#btn_showHide_mehr_rubriken {
}
span#btn_showHide_mehr_rubriken {
	margin: 10px 0 0 10px;
}

div#container_mehr_rubriken {
	position: absolute;
	z-index: 1000;
	margin-top: 5px;
	width: 220px;
}
div#container_mehr_rubriken div {
	padding: 3px
}

div#container_mehr_rubriken2 {
	position: relative;
	width: 50%;
	margin: 0px 10px;
}
div#container_mehr_rubriken2_inner {
	position: absolute;
	z-index: 9999;
	top: 1px;
	width: 100%;
	padding: 0px 10px;
}

div#container_mehr_rubriken2_inner div, 
div#container_mehr_rubriken div {
	padding: 5px
}




div#startseite_filter {
	width: 100%;
}
div#startseite_filter > div {
	margin: 0 5px 0 0;
}

a#btn_showHide_sorting_options {
}
a#btn_showHide_sorting_options div {
	padding: 5px;
	overflow: hidden;
}
a#btn_showHide_sorting_options div span.toggle{
	width: 100px;
}
a#btn_showHide_sorting_options div span.fa {
	padding: 2px 3px 0 0;
}

div#container_sorting_options {
	position: absolute;
	z-index: 1000;
	margin-top: 5px;
	width: calc(100% - 20px);;
	padding: 0 0 5px 0;
}
div#container_sorting_options div {
	padding: 5px 5px 0 5px;
}



@media (max-width:  767px) {
	div#startseite_layout {
		display: none;
	}
}
div#startseite_layout span.fa,
div#startseite_layout_small span.fa {
	font-size: 27px;
	padding: 3px 0 0 10px;
}





/* ===  Filterbox  ========================== */

a#show_filterbox {
	position: relative;
}
a#show_filterbox span.fa {
	position: relative;
	top: -2px;
}

div#startseite_filterbox {
	display: none;
}


div.container_filter {
	margin: 30px 0 0 0;
}

div.container_filter_items {
	margin: 10px 0px;
}

div.container_filter_infotext {
	margin-top: 80px;
}


a.filterbox_button_discard div {
	background-color: #ffffff;
	padding: 10px 24px;
}
a.filterbox_button_submit div {
	background-color: #dfdfdf;
	font-weight: bold;
	font-size: 18px;
	color: #626262;
	border: 0px;
	border-radius: 4px;
	padding: 10px 24px;
}

a.filterbox_taglink {
    font-weight: bold;
    color: rgb(51, 51, 51);
}
a.filterbox_taglink:hover {
    font-weight: bold;
    color: rgb(226, 27, 24);
}





div.startseite_rubrik {
	margin-bottom: 30px;
}

div.line_rubrik_titel {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
div.line_rubrik_container_titel > div {
	padding: 5px 0px !important;
}

div.fb-page {
	margin-top: 20px;
	width: 100%;
}
div.griditem div.fb-page {
	margin-top: 10px !important;
}


div.grid {
}
div.griditem.liste {
	width: 100%;
}
div.griditem.design {
	float: left;
}
@media (max-width: 767px) {
    div.griditem.design {
        width: 100%;
    }
}



/*
========  Container: Rubrik  ==========================
*/

div.full_container_rubrik {
	padding-top: 50px;
	padding-bottom: 80px;
}




/* ********************* Umfrage *********************** */
div.poll_question {
	margin-bottom: 10px;
}

div.option_item {
	margin: 5px 0 0 0;
}
div.poll_question {
	margin-top: 10px;
}


/* POLL RESULT STYLE */

table.poll-resultlist {
	margin: 30px 0 0 0;
	width: 100%;
}
table.poll-resultlist > tr > td {
}

td.poll-percentage, 
td.poll-votecount {  
    font-style: italic;
    font-size: 85%;
}

td.poll-percentage {  
    text-align: right;
	width: 40px;
}

td.poll-votecount {  
    text-align: right;
}

div.poll-result p {  
    font-weight: bold;
}

div.chart-bar-resultbox {
    margin: 3px 0;
    width: 100%;
}

div.chart-bar-resultbar {
    height: 14px;
}

td.poll-resultname {
    padding-right: 5px;
}

td.poll-resultbar {
    padding-left: 5px;
}

td.poll-resultbar table {
    min-width: 300px;
}

div.chart-bar-resultbox {
    background-color: #eeeeee;
}

div.chart-bar-resultbar {
    background-color: #e21b18; /* This could also be a repeating background image */
}



/*
========  News-Artikel  ==========================
*/


@media (max-width: 991px) {
	div.line_artikel.border_top_hellgrau {
		border-top: 0px solid #ffffff !important;
	}
}

div.line_artikel_inner {
    width: 100%;
	margin: 10px 0 20px 0;
	position: relative;
}

div.normal_height,
div.double_height,
div.video_height ,
div.viermitbild_height {
	overflow: hidden;
}

@media (max-width: 767px) {
	div.video_height div.line_artikel_inner {  }
	div.normal_height div.line_artikel_inner {  }
	div.viermitbild_height div.line_artikel_inner { }
	div.double_height div.line_artikel_inner {  }
	div.double_height.fb-column  {  }
	div.line_artikel_inner { min-height:  230px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	div.video_height div.line_artikel_inner { height: auto; overflow: hidden; }
	div.normal_height div.line_artikel_inner { height: 340px; overflow: hidden; }
	div.viermitbild_height div.line_artikel_inner { height: 460px; overflow: hidden; }
	div.double_height div.line_artikel_inner { height: 705px; overflow: hidden; }
	div.double_height.fb-column  { height: 705px; overflow: hidden; }
	div.line_artikel_inner { min-height:  200px; }
}

@media (min-width: 992px) and (max-width: 1249px) {
	div.video_height div.line_artikel_inner { height: 300px; overflow: hidden; }
	div.normal_height div.line_artikel_inner { height: 340px; overflow: hidden; }
	div.viermitbild_height div.line_artikel_inner { height: 460px; overflow: hidden; }
	div.double_height div.line_artikel_inner { height: 705px; overflow: hidden; }
	div.double_height.fb-column  { height: 705px; overflow: hidden; }
}

@media (min-width: 1250px) {
	div.video_height div.line_artikel_inner { height: 300px; overflow: hidden; }
	div.normal_height div.line_artikel_inner { height: 340px; overflow: hidden; }
	div.viermitbild_height div.line_artikel_inner { height: 460px; overflow: hidden; }
	div.double_height div.line_artikel_inner { height: 705px; overflow: hidden; }
	div.double_height.fb-column  { height: 705px; overflow: hidden; }
}

@media (max-width: 991px) {
	div#line_rubrik_tagesheiliger.viermitbild_height div.line_artikel_inner {
		/*height: auto;*/
	}
}


.plus_artikel {
	border: red 1px solid;
	padding: 0px 6px 1px 6px;
	margin-right: 8px;
	font-family: 'Ubuntu', sans-serif;
	background-color: rgb(226, 27, 24);
	color: #fff;
}
div.line_artikel_headzeile .plus_artikel {
	font-size: 14px;
}



div.line_artikel a:hover div.line_artikel_headzeile,
div.line_artikel a:hover .line_artikel_headline {
	color: rgb(226, 27, 24);
	hyphens: none !important;
}

div.line_artikel_headzeile {
	font-weight: bold;
}

.line_artikel_headline {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

div.line_artikel_bild {
	width: 100%;
	margin: 0 0 3px 0;
}

div.line_artikel_bild_inner {
	position: relative;
	width: 100%;
	padding-top: 75%; /* 4:3 Aspect Ratio */
	background-size: cover;
	background-position: center;
}
div.line_artikel_bild_inner_16_9 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;	/* 16:9 Aspect Ratio */
	background-size: cover;
	background-position: center;
}


div.veranstaltung_defaultbild {
    position: relative;
	width: 100%;
	padding-top: 75%; /* 4:3 Aspect Ratio */
    background-image: url(../images/calendar_1280.png);
	background-size: contain;
	background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
}
div.veranstaltung_defaultbild.liste div.veranstaltung_defaultbild_monat {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 12px;
    color: #ffffff;
    font-size: 24px;
}
div.veranstaltung_defaultbild.liste div.veranstaltung_defaultbild_tag {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    padding-top: 20%;
    color: #000000;
    font-size: 100px;
    line-height: 100px;
}

@media (max-width: 767px) {
    div.veranstaltung_defaultbild {
        padding-top: 0%;
        max-width: 300px;
        min-height: 225px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.veranstaltung_defaultbild.liste div.veranstaltung_defaultbild_monat {
        top: 4px !important;
        font-size: 17px !important;
        line-height: 17px !important;
    }
    div.veranstaltung_defaultbild.liste div.veranstaltung_defaultbild_tag {
        padding-top: 22% !important;
        font-size: 70px !important;
        line-height: 70px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    div.veranstaltung_defaultbild.liste div.veranstaltung_defaultbild_monat {
        top: 8px !important;
        font-size: 20px !important;
        line-height: 20px !important;
    }
    div.veranstaltung_defaultbild.liste div.veranstaltung_defaultbild_tag {
        padding-top: 22% !important;
        font-size: 90px !important;
        line-height: 90px !important;
    }
}

div.veranstaltung_defaultbild.design div.veranstaltung_defaultbild_monat {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    padding-top: 4%;
    color: #ffffff;
    font-size: 24px;
}
div.veranstaltung_defaultbild.design div.veranstaltung_defaultbild_tag {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    padding-top: 20%;
    color: #000000;
    font-size: 100px;
    line-height: 100px;
}






div.btn_bookmark {
	position: absolute;
	z-index: 9999;
	bottom: 5px;
	right: 5px;
	background: none;
}
div.btn_bookmark button {
	width: 46px;
	height: 46px;
	border-radius: 23px;
	font-size: 26px;
	line-height: 26px;
	background-color: rgba(255,255,255,0.8);
	margin: 0px !important;
	padding: 0px 0px 0px 1px !important;
}
div.btn_bookmark button:hover {
	background-color: rgba(255,255,255,1);
}

div.non_responsive_break {
    clear: left;
}



div.line_artikel_intro {
    width: 100%;
}
div.line_artikel_intro p {
	hyphens: auto;
}
@media (max-width: 767px) {
	div.line_artikel_intro {
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	div.line_artikel_intro {
		min-height: 120px;
	}
}

div.line_artikel_introvideo {
	height: 80px;
}

@media (max-width: 767px) {
	div.line_artikel_infoblock {
		margin: 5px 0px;
	}
	div.line_artikel_infoblock div.line_artikel_link {
	}
	div.line_artikel_infoblock > div.line_artikel_info > a:hover {
		color: rgb(180, 180, 180);
	}
}
@media (min-width: 768px) {
	div.line_artikel_infoblock {
		position: absolute;
		width: 100%;
		bottom: 0px;
		height: 80px;
		background-image: url(../images/bg_line_artikel_infoblock.png);
		background-repeat: repeat-x;
	}
	div.line_artikel_infoblock div.line_artikel_link {
		margin: 36px 0 0 0;
	}
	div.line_artikel_infoblock > div.line_artikel_info > a:hover {
		color: rgb(180, 180, 180);
	}
	
	div.line_videoartikel_infoblock {
		width: 100%;
		bottom: 0px;
		height: 80px;
	}
}




div.full_artikel {
	max-width: 920px;
	margin: 90px auto;
}

div.full_artikel_headerbild {
	margin: 0 0 20px 0;
}
div.full_artikel h1 {
	margin: 0 0 20px 0;
}
div.full_artikel div.text {
	font-size: 16px;
	line-height: 30px;
}
div.full_artikel div.text a {
	color: rgb(226, 27, 24);
}
div.full_artikel div.text a:hover {
	color: rgb(226, 27, 24);
	text-decoration: none;
}

@media (max-width: 767px) {
	.target_images.fleft {
		margin: 0 0 10px 0;
		padding:  0;
	}
	.target_images.fright {
		margin: 0 0 10px 0;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.target_images.fleft {
		margin: 0 10px 10px 0;
		padding:  0 10px 10px 0;
	}
	.target_images.fright {
		margin: 0 0 10px 10px;
		padding: 0 0 10px 10px;
	}
}


div.full_artikel_container_tags {
	margin: 30px 0 10px 0;
	padding: 5px 0;
}
div.full_artikel_container_tags_titel {
	padding: 5px 0;
	margin: 0px 10px;
}



div.full_artikel_info {
	margin: 30px 0;
}
div.full_artikel_info a:hover {
	color: rgb(101, 115, 127);
}





div.container_werbebanner {
	margin: 30px 0;
    max-width: 100%;
}

@media (max-width: 599px) {
	div.container_werbebanner div.werbebanner {
		margin: 10px 0px;
	}
	div.container_werbebanner div.werbebanner a img {
		max-width: 100%;
		height: auto;
	}
}

@media (min-width: 600px)  {
	div.container_werbebanner div.werbebanner {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
        max-width: 100%;
	}
	
	div.container_werbebanner div.werbebanner a img {
		max-width: 100%;
		height: auto;
	}
}


/*
========  Ausgaben  ==========================
*/


@media (min-width:  0px) and (max-width: 599px) {
	
	div.ausgabe_spalte_text {
		width: 100%;
		margin: 0 0 30px 0;
	}
	div.ausgabe_spalte_bild {
		width: 100%;
	}
	
}
@media (min-width: 600px) {
	
	div.ausgabe_spalten {
		width: 100%;
	}
	div.ausgabe_spalten > div {
		padding: 0px 10px;
	}
	div.ausgabe_spalte_text {
		float: left;
		width: 40%;
		min-height: 100px;
	}
	div.ausgabe_spalte_bild {
		float: right;
		width: 60%;
		min-height: 100px;
	}

}


div.container_ausgaben {
	margin-top: 30px;
	margin-bottom: 30px;
}
div.line_ausgabe {
	float: left;
	width: 210px;
	height: 210px;
	margin: 10px;
}

div.line_ausgabe_inner {
	text-align: center;
	background-color: rgb(224, 224, 224);
	padding: 20px;
	height: 210px;
}











/*
========  ePaper  ==========================
*/


div.container_epapers {
	margin-top: 30px;
	margin-bottom: 30px;
}
div.line_epaper {
	float: left;
	width: 285px;
	height: 285px;
	margin: 10px;
}

div.line_epaper_inner {
	text-align: center;
	background-color: rgb(224, 224, 224);
	padding: 30px;
	height: 285px;
}
div.line_epaper_inner .text .p {
	font-size: 14px !important;
}

div.epaperarchiv_jahr {
	margin-top: 50px;
}
div.epaperarchiv_eintrag {
	font-size: 18px;
	line-height: 32px;
}







/*
========  Anzeigen / Sonderthemen  ==========================
*/



div#slider_sonderthemen_container {
	margin: 10px 0px 50px 0px;
}

div#cycle_slideshow_sonderthemen {
}


div.sonderthemen_slideshow_item {
	
}
div.sonderthemen_slideshow_item_inner {
	padding: 10px;
}



@media (max-width: 767px) {
	div.sonderthemen_slider_item_bild {
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	div.sonderthemen_slider_item_text {
		position: relative;
		font-size: 15px;
		line-height: 22px;

		height: 100%;
	}

	div.sonderthemen_slider_item_text_monat {
		display: none;
		text-transform: uppercase;
		font-weight: bold;
	}
	div.sonderthemen_slider_item_text_titel {
		font-size: 17px;
		line-height: 21px;
		margin: 3px 0 7px 0;
		font-weight: bold;
	}
	div.sonderthemen_slider_item_text_info {
		font-size: 14px;
		line-height: 17px;
	}
	div.sonderthemen_slider_item_text_link {
		font-weight: bold;
	}

	div.sonderthemen_slider_item_text_titel,
	div.sonderthemen_slider_item_text_link {
		padding: 0 10px 0 10px;
	}
	div.sonderthemen_slider_item_text_info {
		padding-left: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	div.sonderthemen_slider_item_bild {
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	div.sonderthemen_slider_item_text {
		position: relative;
		font-size: 15px;
		line-height: 22px;
		height: 100%;
	}

	div.sonderthemen_slider_item_text_monat {
		text-transform: uppercase;
		font-weight: bold;
	}
	div.sonderthemen_slider_item_text_titel {
		font-size: 20px;
		line-height: 26px;
		margin: 10px 0 10px 0;
	}
	div.sonderthemen_slider_item_text_info {
		font-size: 15px;
		line-height: 19px;
	}
	div.sonderthemen_slider_item_text_link {
		position: absolute;
		bottom: 10px;
		font-weight: bold;
	}

	div.sonderthemen_slider_item_text_titel,
	div.sonderthemen_slider_item_text_link {
		padding: 0 10px 0 40px;
	}
	div.sonderthemen_slider_item_text_info {
		padding-left: 20px;
	}
}
@media (min-width: 1200px) {
	div.sonderthemen_slider_item_bild {
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	div.sonderthemen_slider_item_text {
		position: relative;
		font-size: 17px;
		line-height: 23px;
		height: 100%;
	}

	div.sonderthemen_slider_item_text_monat {
		text-transform: uppercase;
		font-weight: bold;
	}
	div.sonderthemen_slider_item_text_titel {
		font-size: 32px;
		line-height: 42px;
		margin: 50px 0 30px 0;
	}
	div.sonderthemen_slider_item_text_info {
	}
	div.sonderthemen_slider_item_text_link {
		position: absolute;
		bottom: 30px;
		font-weight: bold;
	}

	div.sonderthemen_slider_item_text_titel,
	div.sonderthemen_slider_item_text_info,
	div.sonderthemen_slider_item_text_link {
		padding: 0 100px 0 40px;
	}
	
}

div#container_anzeigen_ansprechpartner {
	margin: 30px 0 0 0;
}
div.container_anzeigen_ansprechpartner_item {
	margin: 20px 0 10px 0;
}





div#container_anzeigen_sonderthemen {
	margin: 30px 0 0 0;
}

div.container_anzeigen_sonderthemen_ausgabe {
	margin: 0 0 1px 0;
}
div.container_anzeigen_sonderthemen_ausgabe:hover {
	cursor: pointer;
}

div.container_anzeigen_sonderthemen_ausgabe_titel {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-color: rgb(224, 224, 224);
}
div.container_anzeigen_sonderthemen_ausgabe_titel span.fa {
	font-weight: 400;
	font-size: 21px;
	line-height: 20px;
}

div.container_anzeigen_sonderthemen_ausgabe_content {
	padding: 10px;
}
div.container_anzeigen_sonderthemen_monatjahr {
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}


div.container_anzeigen_sonderthema {
	padding: 7px 0 0 0;
	line-height: 18px;
}

div.container_anzeigen_sonderthema a:hover {
	color: rgb(226, 27, 24) !important;
}

div.container_anzeigen_sonderthema ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
div.container_anzeigen_sonderthema ul li {
	margin: 0px;
	padding: 0px;
}



div.container_anzeigen_downloads {
	margin: 0 0 30px 0;
	padding: 10px;
}









/*
	Ansprechpartner
*/


div.line_ansprechpartner{
	
}
div.line_ansprechpartner_inner {
	position: relative;
	/*width: calc(100% - 10px);*/
	margin: 0px 0px 60px 0px;
}

div.line_ansprechpartner_bereichposition {
	height: 45px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
	div.line_ansprechpartner_bereichposition {
		hyphens: auto;
	}
}

div.line_ansprechpartner_bild {
	height: 300px;
	background-size: cover;
	background-position: center;
}

div.line_ansprechpartner_info {
	height: 225px;
	padding: 1px 10px 10px 10px;
}
div.line_ansprechpartner_info p {
	margin-top: 10px !important;
}

div.line_ansprechpartner_info ul {
	margin-left: -25px !important;
}
div.line_ansprechpartner_info ul li {
	line-height: 20px;
	margin-bottom: 7px;
}


div.line_ansprechpartner_link {
	position: absolute;
	bottom: 20px;
	padding: 0px 10px;
	font-weight: bold;
}
div.line_ansprechpartner a:hover div.line_ansprechpartner_link,
div.line_ansprechpartner a:hover div.line_ansprechpartner_link span.fa {
	color: rgb(226, 27, 24) !important;
}




div.full_ansprechpartner {}


div.full_ansprechpartner_block {
	margin: 0 0 20px 0;
}

div.full_ansprechpartner_name {
	font-size: 16px;
}


div.full_ansprechpartner_label {
	float: left;
	width: 80px;
}






/*
	Startseite: Sonderthemen / Veranstaltungen
*/


div.line_rubrik_sonderthemen_sonderthema {
	padding: 10px 0;
}


div.veranstaltungen_slideshow_item_inner {
}
@media (min-width: 768px) and (max-width: 1199px) {
    div.veranstaltungen_slideshow_item_inner p {
        -moz-hyphens: auto;
   		-o-hyphens: auto;
   		-webkit-hyphens: auto;
   		-ms-hyphens: auto;
   		hyphens: auto; 
    }
}
div.veranstaltungen_slider_item_logo {
	margin-top: 0px;
    max-width: 50%;
    padding: 0px 0px 10px 10px;
}
div.veranstaltungen_slider_item_logo img {
    max-height: 160px;
    width: auto;
}

div.veranstaltungen_slider_item_text_link{
    position: absolute;
    bottom: 0px;
}










/*
	Veranstaltungen
*/


button.btn_bookmark_full_view {
	border: none;
	background: none;
	padding: 0px !important;
	margin: 0px !important;
}

@media  (max-width: 767px) {
	div.btn_bookmark_simple {
		text-align: left;
		padding-bottom: 10px;
	}
}
@media  (min-width: 768px) {
	div.btn_bookmark_simple {
		text-align: right;
		padding-right: 15px;
	}
}
div.btn_bookmark_simple button {
	border: none;
	background: none;
	padding: 0px !important;
	margin: 0px !important;
}
div.btn_bookmark_simple button span.fa {
	font-size: 26px;
	line-height: 26px;
	margin: 0px !important;
	padding: 5px 0px 0px 10px !important;
}


div.full_veranstaltung_maps {
	margin-top: 20px;
}

div.full_veranstaltung_logo {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}




/*	
	Bildergalerien
*/

/*	line-view  */


/*	full_view  */


/* -----------  MASONRY - JUSTIFIED  ------------ */
/*  verwendet eigenes Stylsheet (design/plain_site/stylesheets/justifiedGallery.min.css)  */



/* -----------  RASTER  ------------ */

div#raster_gallery {
}

div#raster_gallery div.raster_item {
	width: 313px;
	height: 241px;
}

div#raster_gallery div.raster_item a div.raster_item_bild {
	width: 289px;
	height: 217px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	outline: 12px solid #ffffff;
}
div#raster_gallery div.raster_item a:hover div.raster_item_bild {
	outline: 12px solid rgb(236, 236, 236);
}


@media  (max-width: 767px) {

	div#raster_gallery {
		width: 313px;
		margin: 0px auto;
	}

}

@media  (min-width: 768px) and (max-width: 991px) {

	div#raster_gallery {
		padding:  0px 0px 0px 24px;
		margin-left: -24px;
		width: 650px;
		margin: 0px auto;
	}

	div#raster_gallery div.raster_item {
		float: left;
	}
	
}

@media  (min-width: 992px) {

	div#raster_gallery {
		padding:  0px 0px 0px 24px;
		margin-left: -24px;
		width: 964px;
	}

	div#raster_gallery div.raster_item {
		float: left;
	}

}


/* -----------  Cycle-Slideshow  ------------ */

div#cycle_gallery {
	position: relative;
}

div#cycle_gallery div#prev,
div#cycle_gallery div#next {
	position: absolute;
	z-index: 999;
}
div#cycle_gallery div#prev:hover,
div#cycle_gallery div#next:hover {
	cursor: pointer;
}
div#cycle_gallery div#prev {
	left: 45px;
}
div#cycle_gallery div#next {
	right: 30px;
}

div#cycle_gallery div#prev span {
	padding-right: 8px;
}
div#cycle_gallery div#next span {
	padding-left: 8px;
}

div#cycle_gallery div#prev span,
div#cycle_gallery div#next span {
	transition: all 0.1s ease-in-out 0s;
	opacity: 0.5;
	font-size: 46px;
	line-height: 64px;
	width: 60px;
	height: 60px;
	border-radius: 35px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0,0,0,0.2);
}
div#cycle_gallery div#prev:hover span,
div#cycle_gallery div#next:hover span {
	opacity: 1;
	background-color: rgba(0,0,0,0.4);
}

@media  (max-width: 471px) {
	div#cycle_gallery div#prev,
	div#cycle_gallery div#next {
		position: absolute;
		z-index: 999;
		top: 100px;
	}
}

@media  (min-width: 472px) and (max-width: 767px) {
	div#cycle_gallery div#prev,
	div#cycle_gallery div#next {
		position: absolute;
		z-index: 999;
		top: 150px;
	}
}

@media  (min-width: 768px) and (max-width: 991px) {
	div#cycle_gallery div#prev,
	div#cycle_gallery div#next {
		position: absolute;
		z-index: 999;
		top: 200px;
	}
}

@media  (min-width: 992px) {
	div#cycle_gallery div#prev,
	div#cycle_gallery div#next {
		position: absolute;
		z-index: 999;
		top: 275px;
	}
}



div#cycle_slideshow_A {
	margin: 0px auto;
}

div#cycle_slideshow_A div.slideshow_A_item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media  (max-width: 471px) {
	div#cycle_slideshow_A {
		width: 320px;
		height: 250px;
	}
	div#cycle_slideshow_A div.slideshow_A_item {
		width: 320px;
		height: 250px;
	}
	
	div#slideshow-2 {
		width: 320px !important;
	}
	div#cycle-2 .cycle-slide {
		max-height: 60px;
	}
}

@media  (min-width: 472px) and (max-width: 767px) {
	div#cycle_slideshow_A {
		width: 472px;
		height: 350px;
	}
	div#cycle_slideshow_A div.slideshow_A_item {
		width: 472px;
		height: 350px;
	}
	
	div#slideshow-2 {
		width: 472px !important;
	}
	div#cycle-2 .cycle-slide {
		max-height: 70px;
	}
}

@media  (min-width: 768px) and (max-width: 991px) {
	div#cycle_slideshow_A {
		width: 738px;
		height: 450px;
	}
	div#cycle_slideshow_A div.slideshow_A_item {
		width: 738px;
		height: 450px;
	}
	
	div#slideshow-2 {
		width: 738px !important;
	}
	div#cycle-2 .cycle-slide {
		max-height: 100px;
	}
}

@media  (min-width: 992px) {
	div#cycle_slideshow_A {
		width: 916px;
		height: 600px;
	}
	div#cycle_slideshow_A div.slideshow_A_item {
		width: 916px;
		height: 600px;
	}
	
	div#slideshow-2 {
		width: 916px !important;
	}
	div#cycle-2 .cycle-slide {
	}

}


div#slideshow-2 {
	margin: 24px auto;
}

div#cycle-2 .cycle-slide {
	border: 6px solid #fff;
}
div#cycle-2 .cycle-slide:hover {
	cursor: pointer;
	border: 6px solid rgb(236, 236, 236);
}
div#cycle-2 .cycle-slide-active {
	border: 6px solid rgb(236, 236, 236);
}

div#slideshow-2 .custom-caption {
	text-align: center;
}














/*
========  Externe Formulare  ==========================
*/


div.container_externe_formulare {
	margin-top: 30px;
	margin-bottom: 30px;
}
div.line_externes_formular {
	float: left;
	width: 300px;
	height: 300px;
	margin: 10px;
}

div.line_externes_formular_inner {
	background-color: rgb(224, 224, 224);
	padding: 30px;
	height: 300px;
}




div#externes_formular_output {
	width: 100%;
	max-width: 920px;
	margin: 30px auto;
}



/*	Formular-Feedback  */

@media (max-width: 767px) {
	
	div#form_feedback_icon {
		width: 100%;
		text-align: center;
		margin: 25px 0 0 0;
	}
	div#form_feedback_icon span.fa-check-circle {
		font-size: 80px;
		color: green;
	}
    div#form_feedback_icon span.fa-times-circle {
		font-size: 80px;
		color: #FF0004;
	}
	
	div#form_feedback_text {
		width: 100%;
		text-align: center;
		margin: 15px 0 0 0;
	}
	div#form_feedback_text div.headline {
		font-size: 22px;
		margin: 0 0 10px 0;
	}
	div#form_feedback_text div.text {
		line-height: 24px;
	}

}

@media (min-width: 768px) {
	
	div#form_feedback_icon {
		float: left;
		width: 25%;
		text-align: right;
	}
	div#form_feedback_icon span.fa-check-circle {
		font-size: 80px;
		color: green;
	}
    div#form_feedback_icon span.fa-times-circle {
		font-size: 80px;
		color: #FF0004;
	}

	div#form_feedback_text {
		float: right;
		width: 70%;
		text-align: left;
		padding-top: 6px;
	}
	div#form_feedback_text div.headline {
		font-size: 18px;
	}
	div#form_feedback_text div.text {
		line-height: 20px;
	}

}












/*
========  Kontaktformular  ==========================
*/

div.container_formular {
	width: 100%;
}
@media (min-width: 768px) {
	div.container_formular {
    	width: 500px;
  	}
}


div.formular_block {
	margin-bottom: 15px;
}

div.formular_block div.label,
div#edit_ez_useraccount label {
	color: #444444;
	padding: 0;
	margin: 0;
	font-size: 12px !important;
}

div#edit_ez_useraccount {
	border: 1px solid #ddd;
	padding: 10px;
}

div.formular_block div.item {
}


div.formular_block input {
	width: 100%;
	padding: 4px;
	color: #444444;
	border: 2px solid #ddd;
	font-size: 14px;
	border-radius: 3px;
	height: 2.5em;
}
div.formular_block div.option_item.fleft {
	margin: 0 20px 0 0;
}
div.formular_block input[type="radio"] {
	height: 10px;
}

div.formular_block input[type="checkbox"] {
	height: 10px;
}


div.formular_block,
div.formular_block label {
	display: block;
	margin: 0 0 8px 0;
}
div.formular_block .radio_checkbox_input,
div.formular_block label .radio_checkbox_input {
	float: left;
	width: 20px;
}
div.formular_block .radio_checkbox_text,
div.formular_block label .radio_checkbox_text {
	float: right;
	width: calc(100% - 20px);
	line-height: 18px;
	padding-top: 2px;
}

div.formular_block select {
	width: 100%;
	color: #444444;
	border: 2px solid #ddd;
}
div.formular_block select option {
	padding: 4px;
	color: #444444;
}


div.formular_block div.item div.item_checkbox_container {
	margin: 0px 0px;
}
div.formular_block div.item div.item_checkbox_container input {
	position: relative;
	top: -10px;
}
div.formular_block div.item div.item_checkbox_container .checkbox_label {
	margin-left:  3px;
}

div.formular_block textarea {
	width: 100%;
	padding: 4px;
	color: #444444;
	border: 2px solid #ddd;
	font-size: 14px;
	border-radius: 3px;
}


/*	Formular-Captcha  */
img.nxc-captcha-image {
	margin: 0 0 2px 0;
}
div.formular_block input.captcha-input {
	width: 75px;
	padding: 4px;
	color: #444444;
	border: 2px solid #ddd;
}
a.nxc-captcha-regenerate {
	font-size: 14px;
}


/*	Formular-Buttons  */

div.buttonblock {
	margin-top: 20px;
}

div.buttonblock button.submit_button,
div.buttonblock input.submit_button {
	background-color: #dfdfdf;
	font-weight: bold;
	font-size: 21px;
	color: #626262;
	border: 0px;
	border-radius: 4px
}
@media (max-width: 767px) {
	div.buttonblock button.submit_button,
	div.buttonblock input.submit_button {
		padding: 16px 24px;
	}
}
@media (min-width: 768px) {
	div.buttonblock button.submit_button,
	div.buttonblock input.submit_button {
		padding: 16px 54px;
	}
}
div.buttonblock button.submit_button span.fa,
div.buttonblock input.submit_button span.fa {
	font-size: 23px;
	color: #707070;
}
div.buttonblock button.submit_button:hover,
div.buttonblock button.submit_button:hover span.fa,
div.buttonblock input.submit_button:hover,
div.buttonblock input.submit_button:hover span.fa {
	color: #ffffff;
	border: 0px;
}

div.buttonblock button.discard_button,
div.buttonblock input.discard_button {
	background-color: #dfdfdf;
	font-weight: bold;
	padding: 16px 54px;
	font-size: 21px;
	color: #626262;
	border: 0px;
	border-radius: 4px
}
@media (max-width: 767px) {
	div.buttonblock button.discard_button,
	div.buttonblock input.discard_button {
		margin: 30px 0 0 0;
	}
}

div.buttonblock button.discard_button span.fa,
div.buttonblock input.discard_button span.fa {
	font-size: 23px;
	color: #707070;
}
div.buttonblock button.discard_button:hover,
div.buttonblock button.discard_button:hover span.fa,
div.buttonblock input.discard_button:hover,
div.buttonblock input.discard_button:hover span.fa {
	color: #ffffff;
	border: 0px;
}



div.buttonblock button.submit_button_small,
div.buttonblock button.discard_button_small {
	font-weight: bold;
	font-size: 18px;
	border-radius: 4px;
	width: 100%;
	padding: 14px 24px;
	text-align: center;
	border: 0px;
	margin-bottom: 2px;
}
div.buttonblock button.submit_button_small {
	color: #ffffff;
	background-color: #b8b8b8;
}
div.buttonblock button.discard_button_small {
	color: #626262;
	background-color: #ffffff;
}



div.formular_block input.error,
div.formular_block textarea.error {
	border: 1px solid #F00;
}




/*
========  SUCHE  ==========================
*/



div#searchSite_searchForm {
	margin: 25px 0 25px 0;
	padding: 20px 0;
	border-bottom: 1px solid rgb(226, 27, 24) !important;
}

div#searchSite_searchForm input.searchinput {
	width: 225px;
	height: 28px;
	font-size: 13px;
	line-height: 14px;
	color: #003881;
	padding: 2px 0px 1px 5px;
	border: 1px solid rgb(226, 27, 24);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0 0 0 8px;
}
div#searchSite_searchForm input.searchbutton {
	width: 80px;
	height: 28px;
	font-size: 15px;
	line-height: 18px;
	border: 3px solid rgb(226, 27, 24);
	color: #ffffff;
	padding: 1px 2px 1px 5px;
	background-color: rgb(226, 27, 24);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
div#searchSite_searchForm input.searchbutton:hover {
	background-color: rgb(226, 27, 24);
	color: #ffffff;
	
}




div#searchSite_Tabs {
	margin: 25px 0;
}

div.search_tab_bereich {
	float: left;
	width: 50%;
}

a.search_tab_bereich > div {
	padding: 10px;
	background-color: rgba(240,240,240, 1);
	text-align: center;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
a.search_tab_bereich > div * {
	color: #666666;
}

a.search_tab_bereich.aktiv > div {
	background-color: rgba(226, 27, 24, 1);
}
a.search_tab_bereich.aktiv > div * {
	color: #ffffff;
}

div.search_tab_bereich_icon {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	div.search_tab_bereich_titel {
		display: none;
	}
	div.search_tab_bereich_counter {
		font-size: 12px;
		font-weight: bold;
	}
	div.search_tab_bereich_counter span {
		display: none;
	}
}

@media (min-width: 768px) {
	div.search_tab_bereich_titel {
		font-size: 18px;
		font-weight: bold;
	}
	div.search_tab_bereich_counter {
		font-size: 12px;
	}
}


div.line_searchresult {
	margin-bottom: 20px;
}













/*
========  Header  ==========================
*/


/* User-Info */

div#container_Userinfo {
	position: relative;
}
div#user_info_box_inner {
	position: absolute;
	right: 10px;
	padding-top: 10px;
}

div.user_info_box_button {
	margin-left: 20px;
	font-size: 11px;
	text-align: center;
}
@media (max-width: 799px) {
    div.user_info_box_button_inner span.fa {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (min-width: 800px) {
    div.user_info_box_button_inner span.fa {
        font-size: 26px;
        line-height: 26px;
    }
}

/* Logo */

div#header_Logo {
	padding: 0px 10px;
}
div#header_Logo.mit_info {
    width: calc( 100% - 150px);
}
div#header_Logo.ohne_info {
    width: calc( 100% - 80px);
}

@media (max-width: 689px) {
	#logo { display: none; }
}
@media (min-width: 690px) {
	#logo_small { display: none; }
}




div#container_Menus {
	margin: 0 0 0 0;
}



/* content/search */

input.searchinput_full {
	background-color: #ffffff;
	border: 0px;
	color: rgb(71, 71, 71);
	padding: 4px 10px;
	font-size: 16px;
	line-height: 18px;
	width: 50%;
	min-width: 200px;
}

div.content-search {
	padding: 20px 0 40px 0;
}

div.search_feedback {
}

div.search_lineview {
	margin: 15px 0 0 0;
	padding: 3px 10px;
}
a:hover div.search_lineview {
	background-color: #dee2e5;
}

div.search_lineview_item {
	font-weight: bold;
}
div.search_lineview_path {
	font-size: 12px;
	line-height: 14px;
}








div.pagenavigator {
	margin: 20px 0px;
	border-top: 1px solid #536e79;
	padding: 5px 0px;
	text-align: center;
}

div.pagenavigator * {
    font-size: 18px;
}

div.pagenavigator a {
	font-weight: bold;
	text-decoration: none;
}

div.pagenavigator span.next, 
div.pagenavigator span.previous {
    margin-left: 10px;
    margin-right: 10px;
}

span.current {
	font-weight: bold;
}

span.pages {
	padding: 0px 8px 0px 8px;
}
span.pages span {
	padding: 0px 2px 0px 2px;
}





/*	Path / Breadcrumb_Navi  */

div#header_Path {
	margin: 10px 0 0 0;
}
a.path_item {
	font-size: 14px;
	line-height: 18px;
}





/*
========  Footer  ==========================
*/

@media (max-width: 767px) {
	div#container_Footer {
		padding: 20px 0px;
	}
}
@media (min-width: 768px) {
	div#container_Footer {
		padding: 57px 0px;
	}
}
div#container_Footer div#footer {
	margin-right: 20px;
}


/*
========  PAGELAYOUT  ==========================
*/

html {
}

body {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	overflow-x: hidden;
	color: rgb(51, 51, 51);
}



div#wrapper {
	max-width: 1280px;
	margin: 0px auto;
}



div#container_Header {
}



div#container_Content {
	min-height: 600px;
	padding-bottom: 30px;
}



div#piwik_optout_container {
	border-top: 1px solid rgb(224, 224, 224);
	padding-top: 15px;
}

@media (max-width: 399px) {
	iframe#piwik_optout {
		height: 550px;
	}
}
@media (min-width: 400px) and (max-width: 599px) {
	iframe#piwik_optout {
		height: 450px;
	}
}
@media (min-width: 600px) and (max-width: 799px) {
	iframe#piwik_optout {
		height: 350px;
	}
}
@media (min-width: 800px) {
	iframe#piwik_optout {
		height: 300px;
	}
}
