/* codeDESIGN - custom_code_php.css */
@charset "utf-8";

/* CUSTOM CODE PHP */
div.custom_code_php [class^="col-"],
div.custom_code_php [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_php {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: var(--ci_color_black);
}
div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_216 div.custom_code_php {
	padding: 0px 40px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_216 div.custom_code_php {
		padding: 0px 0px 0px 0px;
	}
	
}
div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_161 {
	margin: 30px 0px 0px 0px;
}
div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_216 {
	margin: 0px 0px 0px 0px;	
}
div.custom_code_php_inner {
	border: 10px solid #F8F8F8;
	border: 10px solid rgba(248, 248, 248, 0.4);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_216 div.custom_code_php_inner {
	border: none;
}
div.custom_code_php_inner_background {
	background: #F8F8F8;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_216 div.custom_code_php_inner_background {
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.custom_code_php_content {
	float: right;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}
div.layout_codedesign_responsive_custom_code_wrapper.custom_code_php_216 div.custom_code_php_content {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.custom_code_php_content a,
div.custom_code_php_content a,
div.custom_code_php_content a:visited {
	font-weight: 400;
	text-decoration: none;
	color: var(--ci_color_font_dark);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.custom_code_php_content a:hover {
	color: #039A9A;
}


.layout_codedesign_responsive_custom_code_wrapper {
	width: calc(100% - 20px);
}
@media only screen and (max-width: 991px) {
	.layout_codedesign_responsive_custom_code_wrapper {
		width: 100%;
	}
	div.layout_custom_news .col-xs-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.custom_code_events  {
	margin-bottom: 40px;
}


/* EVENTS UND TERMINE */
.layout_eventsundtermine, 
.layout_eventsundtermine_inhalte {
	/*
	background: #76a31d;
	background: rgba(118, 163, 29, 0.9);
	*/
	background: #74a21c;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.layout_eventsundtermine_beschreibung {
	padding: 0px 40px 0px 40px;
	margin: 0px 0px 0px 0px;	
}

.layout_eventsundtermine_items {
	color: #ffffff;
}
.eventsundtermine_liste_item {
	background: #363432;
	padding: 4px 0px 4px 15px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #282726;
	cursor: pointer;
}
.eventsundtermine_liste_item:last-child {
	border-bottom: none;
}
.eventsundtermine_liste_item_aktiv {
	background: #2C2B29;
}
.eventsundtermine_liste_item_startseite {
	padding: 8px 0px 7px 15px;
}
.eventsundtermine_liste_item_nummer {
	width: 25px;
	opacity: 0.5;
	color: #ffffff;
}
.eventsundtermine_liste_item_name {
	width: 200px;
}
.eventsundtermine_liste_item_beschreibung {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.eventsundtermine_liste_item_titel_startseite a,
.eventsundtermine_liste_item_titel_startseite a:link,
.eventsundtermine_liste_item_titel_startseite a:visited {
	text-decoration: none !important;
}
.eventsundtermine_liste_item_titel_startseite {
	width: 440px;
}
.eventsundtermine_liste_item_titel_und_beschreibung {
	width: 400px;
}
.eventsundtermine_liste_item a,
.eventsundtermine_liste_item a:link,
.eventsundtermine_liste_item a:visited {
	color: #ffffff;
}

.layout_eventsundtermine_button {
	background: #2C2B29;
	width: 360px;
	margin: 2px 0px 0px 0px;
	text-align: center;
}
.layout_eventsundtermine_button a,
.layout_eventsundtermine_button a:link,
.layout_eventsundtermine_button a:visited {
	color: #fcfcfc;
	text-decoration: none;
	text-transform: uppercase;
	display: block;	
	padding: 10px 10px 10px 10px;
}
.eventsundtermine_button_icon {
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	display: none;
}


.layout_newseventsundtermine_tabs, 
.layout_newseventsundtermine_tabs_inhalte {
	/*
	background: #76a31d;
	background: rgba(118, 163, 29, 0.9);
	*/
	background: #587914;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.layout_newseventsundtermine_tabs {
	margin: 55px 0px 0px 0px;
}
.layout_newseventsundtermine_tabs_inhalte {
	padding: 10px 0px 18px 0px;
}

/* TABS */
ul.tabs_module_navi {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}
ul.tabs_module_navi li {
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	width: calc((100% / 3) - 2px);
}
ul.tabs_module_navi li:last-child {
	margin: 0px 0px 0px 0px;
	width: calc(100% / 3);
}
ul.tabs_module li:hover {
}
ul.tabs_module_navi a.selected, ul.tabs_module_navi a.selected:link {
	font-weight: normal;
	opacity: 1;
	text-decoration: none !important;
	color: #fcfcfc;
}
a.tab_modul_navi, a.tab_modul_navi:link, a.tab_modul_navi:visited {
	background: #2C2B29;
	display: block;
	cursor: pointer;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none !important;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 0.5;
}

/* Wenn Tabs unten */
/*
.tabs_module_div {
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
	z-index: 1;
}
*/
/* Wenn Tabs oben */
.tabs_module_div {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	z-index: 1;
}
.modul_tabs {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.modul_tabs_inhalte {
/*
	min-height: 302px;
	height: 302px !important;
*/
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}