@charset "utf-8";
/* CSS Document */

html {
	margin: 0; 
	padding:0; 
	min-height: 100%;
	width:100%; 
	height:100%;
	top: 0px;
	bottom: 0px;
}
*+html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/ 
	height:100%	
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	margin: 0; 
	padding:0; 
	min-height: 100%;
	height:100%;
	width:100%; 
	bottom: 0px;
	top: 0px;
	line-height: 1.3em;
	background-color: transparent !important;
}
h1 {
	line-height: 110%;
}
.home h1 {
	font-size: 24px;
	line-height: 1.3em;
}
h2 {

}
h3 {

}

td {

}
img {
	max-width: 100%;
	height: auto;
}
/*********************************************************************************/
/* fonts
/*********************************************************************************/
@font- {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qrn87m');
  src:  url('fonts/icomoon.eot?qrn87m#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qrn87m') format('truetype'),
    url('fonts/icomoon.woff?qrn87m') format('woff'),
    url('fonts/icomoon.svg?qrn87m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*********************************************************************************/
/* generally
/*********************************************************************************/
.container,
.container_b {
	height: 100%;
}
.top {
	width: 92%;
	margin: 0 4%;
}
.logo {
	width: 30%;
	float: left;
	margin: 10px 0;
}
.logo .dynpg_A_header_text {
	display: none;
}
.banner {
	width: 60%;
	float: right;
	margin: 10px 0;
	text-align: right;
}
.content .container,
.content .container_b {
	width: 92%;
	margin: 0 4%;
}
.main_column {
	width: 76%;
	padding: 10px 0%;
	margin-top: 10px;
	float: left;
}
.right_column {
	width: 21%;
	margin-left: 2%;
	padding-top: 22px;
	float: left;
}
.googlebanner {

}
.portalpartner {
	width: 92%;
	padding: 20px 4%;
	color: #fff;
	background: #646263;
}
.portalpartner .shorty p {
	display: none;
}
.portalpartner .dynpg_H_header_text {
	display: none;
}
.portalpartner .dynpg_H {
	margin: 0 2% 20px 0;
	float: left;
}
.partner .leadimage {
	display: none;
}
.partner .dynpg_AA_row_DescriptionA img,
.partner .dynpg_AA_row_DescriptionB img {
	max-width: 200px;
	height: auto;
}
.clear {
	clear: both;
}
.shariff .theme-white .shariff-button a {
    background-color: transparent;
}

/*********************************************************************************/
/* navigation
/*********************************************************************************/
.h_navi {
	width: 100%;
	color: #fff;
	background: #e40613;
	height: 22px;
	padding: 0 0 9px 0;
	margin-bottom: 4px;
}
nav {
	text-align: left;
	width: 92%;
	margin: 0 4%;
}
ul.menu, ul.menu ul, .page-post_view_flat li {
    padding-left: 0px;
}
.menu {
	margin-top: 5px;
	position: relative;
	z-index: 1000;
}
.m_navi {
    display: block;
	max-width: 40px;
    margin: 10px 0 0 0;
    padding: 0px;
    min-height: 22px;
	position: relative;
	z-index: 1000;
}
.m_navi.open .m_navi_inner::after {
    transform: translate3d(0,-10px,0) rotate(-90deg);
}
.m_navi.open .m_navi_inner::before {
    transform: translate3d(0,-10px,0) rotate(90deg);
    width: 0px;
}
.m_navi.open .m_navi_inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.m_navi_inner, .m_navi_inner::after, .m_navi_inner::before {
    background-color: #000;
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity;
}
.m_navi_inner::after {
    top: 10px;
}
.m_navi_inner::before {
    top: 5px;
}
.nav-mobile_ {
    display: block;
    width: 270px;
    position: absolute;
    background-image: url('../public/image/background-nav.png');
    background-position: top left;
    background-repeat: repeat-x repeat-y;
    top: 196px;
}
.hr_nav {
    box-sizing: content-box;
    display: inline;
    height: 0;
    overflow: visible;
    width: 266px;
    float: left;
    border: 2px solid #000;
    margin: 3px 0px 0px 0px;
}
.collapse.navbar-collapse.navHeaderCollapse {
    background: #fff;
    padding: 10px;
}
.menu_mobile{display:none;left:10px;position:absolute;}
.menu_mobile_inner, .menu_mobile_inner:after, .menu_mobile_inner:before {
    background-color: #000;
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity;
    left: 0;
}

.menu_mobile_inner:before {
	top: 8px;
}
.menu_mobile_inner:after {
	top: 16px;
}
.url_nameA span,
.url_nameB span{display:none}
.url_nameA span.location,
.url_nameB span.location{display:inline}

/*********************************************************************************/
/* link-colors
/*********************************************************************************/
.guidelines a {
	color: #fff;
}
.news .dynpg_H_header a:link,
.news .dynpg_H_header a:visited {
	color: #fff;
	text-decoration: none;
}
.news .dynpg_H_header a:hover {
	color: #fff;
	text-decoration: underline;
}
.events .dynpg_H_header a:link,
.events .dynpg_H_header a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.events .dynpg_H_header a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.events .dynpg_H_header h2,
.events .dynpg_H_header_image,
.events .event_description,
.events .date_from_to,
.events .event_contact,
.events .event_url,
.events .title_detail,
.events .event_info,
.events .event_type,
.events .event_reservation,
.bodyevent .searchkeys p,
.bodyevent .searchkeys h2,
.bodyevent .register p,
.bodyevent .register h2 {
	display: none;
}
.contact_mail {display:none} 
.bodyevent .dynpg_A_content .reservation:before{
	content: 'Anmeldung erforderlich:';
	display: block;
	float: left;
	padding-right: 10px;
}
.bodyevent .shorty a:link,
.bodyevent .shorty a:visited {
	color: #e40613!important;	
	font-weight: bold;
}
.bodyevent .main_column a:hover {
	font-weight: bold;
	text-decoration: underline!important;	
}
.location a:hover {
	font-weight: normal!important;
	text-decoration: underline!important;	
}
.content .title_detail {
	line-height: 120%;
}
.bodyevent .searchkeys .event_type,
.bodyevent .register .event_reservation{
	display: block;
}
.aktuell .dynpg_AA_row_Main_Col_01A a:link,
.aktuell .dynpg_AA_row_Main_Col_01A a:visited,
.aktuell .dynpg_AA_row_Main_Col_01B a:link,
.aktuell .dynpg_AA_row_Main_Col_01B a:visited {
	color: #fff;
	text-decoration: none;
}
.aktuell .dynpg_AA_row_Main_Col_01A a:hover,
.aktuell .dynpg_AA_row_Main_Col_01B a:hover {
	color: #fff;
	text-decoration: underline;
}
.partner .partcont .dynpg_AA_row_HeadtextA a:link,
.partner .partcont .dynpg_AA_row_HeadtextA a:visited,
.partner .partcont .dynpg_AA_row_HeadtextB a:link,
.partner .partcont .dynpg_AA_row_HeadtextB a:visited {
	color: #fff;
	text-decoration: none;
}
.partner .partcont .dynpg_AA_row_HeadtextB a:hover,
.partner .partcont .dynpg_AA_row_HeadtextB a:hover {
	color: #fff;
	text-decoration: underline;
}
.tags a:link,
.tags a:visited {
	background-color: #fff;
	color: #666;
	font-size: 12px;
	padding: 0px 5px 0 5px;
	margin: 0 3px;
	line-height: 150%;
}
.tags a:hover {
	color: #e40613!important;
	font-size: 12px;
}
.latest_entries a:link, .latest_entries a:visited {
	color: #666;
	padding: 0px 5px 0 0;
	margin: 0 3px;
	line-height: 150%;
	/* background-image: url(../medien/next.png); */
	/* background-repeat: no-repeat; */
}
.latest_entries a:before {
	content: "\e92d";
	top: 2px;
	position: relative;
	padding-right: 5px;
	margin-left: -25px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.latest_entries a:hover {
	color: #e40613;
}
.latest_entries a.icon-tick:before {
	content: "\e904";
	padding-left: 10px;
}
.jobs a:link,
.jobs a:visited {
	color: #666;
	padding: 0px 5px 0 0;
	margin: 0 3px;
	line-height: 150%;
}
.jobs a:hover {
	color: #e40613;
}
.main_column a:link,
.main_column a:visited {
	color: #e40613;
	text-decoration: none;
}
.main_column a:hover {
	color: #e40613;
}
.latest_entries a:link,
.latest_entries a:visited {
	color: #666;
	text-decoration: none;
}
.latest_entries a:hover {
	color: #e40613;
}
.tags a:link,
.tags a:visited {
	color: #666;
	text-decoration: none;
}
.footer a:link,
.footer a:visited {
	color: #fff;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.footer .contact .iconbox a {
	text-decoration: none;
}
.iconbox a {
    text-decoration: none;
}
.more_jobs a:link,
.more_jobs a:visited {
    text-decoration: none;
	color: #e40613;
	line-height: 1.3em;
}
/*********************************************************************************/
/* home
/*********************************************************************************/
.content {
	width: 100%;
}
.news div.dynpg_H_header div.dynpg_H_header_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fourblock {
	background: #f1f1f1;
	padding: 0 3% 0 2%;
}
.main_column_top {
	clear: both;
	padding: 0 0 20px 0;
}
.main_column_bot {
	clear: both;
	padding: 0 0 20px 0;
	border-top: solid 1px #666;
}
.overview_forum,
.latest_entries,
.statistic {
	width: 50%;
	margin: 0 0 10px 0%;
	float: left;
}
.tags {
	width: 47%;
	margin: 0 0 10px 1.5%;
	float: left;
}
.statistic {
  font-size: 12px;
}
.statistic h2 {
  font-size: 24px;
}
.statistic span {
  font-size: 18px;
	color: red;
	height: 40px;
	display: inline-block;
	border-left: 1px solid #ccc;
	padding-left: 8px;
	margin-left: 8px;
	width: 0;
}
.statistic span:after {
	content: '\a';
	display: block;
	white-space: pre;
}
.statistic h2 + span {
  border: none;
	padding-left: 0;
	margin-left: 0;
}
.statistic span:nth-of-type(1):before {
	padding-left: 3px;
	content: '\00a0';
}
.statistic span:nth-of-type(2):before {
	padding-left: 0;
	content: '';
}
.statistic span:nth-of-type(3) {
	margin-left: 12px;
}
.statistic span:nth-of-type(3):before {
	padding-left: 10px;
	content: '\00a0';
}
.statistic span:nth-of-type(4):before {
	padding-left: 22px;
	content: '\00a0';
}
.statistic span:nth-of-type(5):before {
	padding-left: 20px;
	content: '\00a0';
}
.statistic br{
	float: left;
	display: none;
}
.latest_entries { width: 44%; margin-left: 4%; }
.latest_entries br:nth-child(2n) {
	display: none;
}
.latest_entries h2 {
	margin-left: -25px;
}
.overview_forum .fbox {
	width: 23%;
	text-align: center;
	margin: 0 2% 10px 0;
	padding: 10px 0;
	color: #fff;
	background: #e40613;
	font-size: 60px;
	float: left;
}
.overview_forum .fbox:hover{
	background: #646363;
}
.overview_forum .fbox .t {
	font-size: 12px;
	line-height: 100%;
}
.overview_forum .fbox a:link,
.overview_forum .fbox a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}
.news_events {
	background: #fff;
}
.news_events .events {
	width: 34%;
	margin: 20px 0;
	padding-left: 2%;
	float: left;
	border-left: dotted 1px #999;	
}
.more_news {
	line-height: 3em;
}
.right_column .events {
	width: 34%;
	margin: 20px 0;
	padding-left: 2%;
	float: left;
}
.home .events .shorty p,
.right_column .events .shorty p {
	display: none;
	border: none;
}
.right_column .events,
.right_column .news {
	width: 100%;
	margin-bottom: 20px;
}
.eventform .content * {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
}
.eventform * {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: content-box;
}
.bodyevent .dynpg_A_header_text {
	font-size: 150%;
	font-weight: bold;
}
.iconbox {
	margin: 0 5px 20px 0;
	float: left;
	background: #fff;
}
.icon-twitter,
.icon-book {
	font-size: 25px;
	color: #e40613;
}
.icon-envelope {
	font-size: 25px;
	color: #fff;
	background: #e40613;
}
.footer .contact .dynpg_A_header_text {
	display: none;
}
.portalpartner .cont_title,
.footer .contact .cont_title {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .guidelines h6 {
    line-height: normal;
}

/*********************************************************************************/
/* aktuell
/*********************************************************************************/
.home .news {
	width: 60%;
	margin: 20px 2% 0 0;
	float: left;
	background: #fff;
}
.aktuell .main_column .dynpg_A{
	max-width: 1000px;
}
.dynpg_AA_breadcrumb_pages {
	clear: both;
}

.home .news div.dynpg_H {
	width: 44%;
	margin-right: 4%;
	float: left;
	border: solid 1px #ccc;
}
.aktuell .right_column {
	margin-top: 30px;
}
.aktuell .main_column .dynpg_A_header {
	color: #fff;
	background: #646263;
}
.aktuell .main_column .dynpg_A_header_lead {
	border-top: solid 1px #fff;
}
.aktuell .main_column .dynpg_A_header_text {
	font-weight: bold;
	padding: 10px 0 0 10px;
}
.aktuell .main_column .dynpg_A_header_date {
	padding: 0 10px 0 10px;
}
.aktuell div.dynpg_AA_row_DescriptionA,
.aktuell div.dynpg_AA_row_DescriptionB {
    display: none;
}
.aktuell div.dynpg_AA_row_MainA,
.aktuell div.dynpg_AA_row_MainB {
    clear: none;
    float: left;
    max-width: 30%;
	max-width: 300px;
	margin: 0 3% 20px 0;
    border: solid 1px #ccc;
}
.aktuell .dynpg_AA_row_Main_Col_01A,
.aktuell .dynpg_AA_row_Main_Col_01B {
	background: #646263;
	color: #fff;
}
.aktuell .dynpg_AA_row_HeadtextA,
.aktuell .dynpg_AA_row_HeadtextB {
	padding: 3px 0 0 3px;
    height: 40px;
}
.aktuell  p.dynpg_H_header_date {
	font-size: 90%;
	margin-bottom: 0px;
}
.aktuell .dynpg_AA_row_Main_Col_02A,
.aktuell .dynpg_AA_row_Main_Col_02B {
	color: #ccc;
	padding: 3px 0 3px 3px;
}
.box_green {
	width: auto;
	font-size: 20px;
	color: #fff;
	background: green;
	padding: 5px;
	text-align: center;
}
.box_red {
	width: auto;
	font-size: 20px;
	color: #e40613;
	background: green;
	text-align: center;
}
.box_green a:link,
.box_green a:visited,
.box_red a:link,
.box_red a:visited {
	color: #fff;
	padding: 5px;
	display: block;
	font-weight: bold;
}
.main_column .icons {
	clear: both;
	padding: 25px 0;
}
/*********************************************************************************/
/* events
/*********************************************************************************/
.bodyevent .main_column {
	width: 68%;
	padding: 10px 2%;
	margin-top: 10px;
	float: left;
}
.calendar_m {
		display: none;
	}
.c1 {
	width: 10%;
	padding: 1%;
	float: left;
}
.c2 {
	width: 13%;
	padding: 1%;
	float: left;
}
.c3 {
	width: 33%;
	padding: 1%;
	float: left;
}
.c4 {
	width: 15%;
	padding: 1%;
	float: left;
}
.c5 {
	width: 9%;
	padding: 1%;
	float: left;
}
.c6 {
	width: 8%;
	padding: 1%;
	float: left;
}
.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dynpg_AA_row_MainA .url_nameA,
.dynpg_AA_row_MainB .url_nameA,
.dynpg_AA_row_MainA .url_nameB,
.dynpg_AA_row_MainB .url_nameB {
   overflow: hidden;
   text-overflow: ellipsis;
}
.dynpg_AA_row_MainA .dynpg_AA_row_HeadtextA,
.dynpg_AA_row_MainB .dynpg_AA_row_HeadtextB {
   overflow: hidden;
   text-overflow: ellipsis;
}
.event_type p,
.reservation p {
	margin: 0;
}
.event_type {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}
.calendar .dynpg_AA_row_Main_Col_01A,
.calendar .dynpg_AA_row_Main_Col_01B {
	display: none;
}
.bodyevent .dynpg_AA_row_MainA .leadimage,
.bodyevent .dynpg_AA_row_MainB .leadimage {
	display: none;
}
.bodyevent .dynpg_AA_row_MainA,
.bodyevent .dynpg_AA_row_MainB {
	background: #f1f1f1;
	border-bottom: solid 2px #fff;
}
.bodyevent .dynpg_AA_row_Main_Col_02A,
.bodyevent .dynpg_AA_row_Main_Col_02B {
	color: #333;
	width: 10%;
	padding: 1%;
	float: left;
}
.bodyevent .url_nameA,
.bodyevent .url_nameB {
	width: 13%;
	padding: 1%;
	float: left;
}
.bodyevent .url_nameA p,
.bodyevent .url_nameB p{
	margin: 0px;
}
.bodyevent .eventlead {
	width: 33%;
	padding: 1%;
	float: left;
}
.bodyevent .dynpg_AA_row_HeadtextA,
.bodyevent .dynpg_AA_row_HeadtextB {
	font-weight: bold;
	float: left;
}
.bodyevent .dynpg_AA_row_DescriptionA,
.bodyevent .dynpg_AA_row_DescriptionB {
	float: left;
}
.bodyevent .searchkeysA,
.bodyevent .searchkeysB {
	width: 15%;
	padding: 1%;
	float: left;
}
.bodyevent .searchkeysA p,
.bodyevent .searchkeysB p {
	margin: 0px;
	padding: 0px;
}
.bodyevent .registerA,
.bodyevent .registerB {
	width: 9%;
	padding: 1%;
	float: left;
}
.bodyevent .registerA p,
.bodyevent .registerB p {
	margin: 0px;
	padding: 0px;
}
body.eventform {
	font-size: 16px;
}
body.eventform .h_navi {
	height: 30px;
	padding: 0px;
}
body.eventform .btn-primary {
    color: #fff;
    background-color: #e40613;
    border-color: #357ebd;
}
.dynpg_A_content .event_type {
	display: none;
}
.event_url {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
	white-space: nowrap;
}
.date_from_to {
	color: #e40613;
	font-weight: bold;
}
.jobs {
	max-width: 300px;
	margin-bottom: 20px;
	float: left;
}
.jobs h3 {
	margin-bottom: 0px;
}
.jobs ul {
	margin-top: 0px;
}
.jobs li {
	margin-left: -25px;
	line-height: 140%;
}
.bodyevent .main_column div.dynpg_A_header .dynpg_A_header_text {
    display: block;
	color: #fff;
    background: #666;
    line-height: 2;
	padding-left: 3px;
}
.bodyevent .main_column .icons {
	clear: both;
}
/*********************************************************************************/
/* calendar
/*********************************************************************************/
.bodyevent .main_column {
	background: #eee;
}
.calendar .dynpg_A_header_text {
	display: none;
}
div#dynpg_calendar_container fieldset.timespan {
    display: none;
}
div#dynpg_calendar_container table.dynpg_calendar {
    border: 1px #e40613 solid;
    background-color: #f1f1f1;
    width: 100%;
}
div#dynpg_calendar_container div.titlebar {
	display: none;
}
div#dynpg_calendar_container {
    max-width: 300px;
    position: inherit;
    font-size: 100%;
    border: 1px #e40613 solid;
    background-color: #f1f1f1;
    padding: 1px;
    width: 100%;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    display: inherit;
    top: 0;
    left: 0;
	margin: 65px 0 20px 0;
}
div#dynpg_calendar_container p.month_menu {
    margin: 0;
    padding: 0;
    display: inline;
    color: #333;
    font-weight: bold;
}
div#dynpg_calendar_container table.dynpg_calendar td.number,
div#dynpg_calendar_container table.dynpg_calendar th {
    background-color: #e40613;
}
div#dynpg_calendar_container table.dynpg_calendar {
    font-size: 100%;
}
div#dynpg_calendar_container p.year select {
    width: 90%;
    margin: 2px 0 2px 0;
}
div#dynpg_calendar_container select {
    font-size: 14px;
    color: #333;
}
div#dynpg_calendar_container div.head {
    border: 1px #e40613 solid;
    width: 100%;
    margin: 0 0 2px 0;
}
div#dynpg_calendar_container table.dynpg_calendar td.day_filled a:link {
    color: #e40613;
    border-bottom: 1px #e40613 dashed;
    text-decoration: none;
}
div#dynpg_calendar_container table.dynpg_calendar td.day, div#dynpg_calendar_container table.dynpg_calendar td.day_filled {
    color: #333;
}
div#dynpg_calendar_container fieldset.timespan {
    color: #e40613;
    width: 186px;
    padding: 2px;
    margin: 0;
    border: 1px #e40613 solid;
}
.month_back {
	margin-right: 30px;
}
p.event_description {
    width: 45%;
    float: left;
    margin: 0 5% 0 0;
}


/*********************************************************************************/
/* gönner
/*********************************************************************************/
.goenner .dynpg_AA_row_HeadtextA,
.goenner .dynpg_AA_row_HeadtextB {
	display: none;
}
.goenner div.dynpg_AA_row_MainA,
.goenner div.dynpg_AA_row_MainB {
	width: 23%;
	margin: 0 2% 20px 0;
	clear: none;
	float: left;
}
.goenner div.dynpg_AA_row_MainA img,
.goenner div.dynpg_AA_row_MainB img {
	border: solid 1px #ccc;
}
.goenner .main_column .shorty {
	border-bottom: solid 4px #646263;
	margin-bottom: 20px;
}
/*********************************************************************************/
/* Portalpartner
/*********************************************************************************/
.partner .dynpg_AA_row_MainA,
.partner .dynpg_AA_row_MainB {
	margin-top: 20px;
	border-top: solid 1px #646263;
	border-bottomedr: solid 1px #646263;
}

.partner .dynpg_AA_row_DescriptionA img,
.partner .dynpg_AA_row_DescriptionB img {

}
.partner .dynpg_AA_row_Main_Col_01A,
.partner .dynpg_AA_row_Main_Col_01B {
	width: 32%;
	margin-right: 8%;
	float: left;
}
.partner .partcont {
	width: 60%;
	float: left;
	margin: 25px 0;
}
.partner .partcont .dynpg_AA_row_HeadtextA,
.partner .partcont .dynpg_AA_row_HeadtextB {
	background: #646263;
	padding: 3px;
}
.partner .main_column .shorty_det {
	border-bottom: solid 4px #646263;
	margin-bottom: 20px;
}
.partner .dynpg_A_header_text {
	color: #fff;
	padding: 3px;
}
.partner .main_column div.dynpg_A_header_lead {
	width: 35%;
	margin-right: 5%;
	float: left;
}
.partner .main_column .dynpg_A_content {
	width: 60%;
	float: left;
}
/*********************************************************************************/
/* google-maps und youtube
/*********************************************************************************/
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 1px;
}

.google-maps iframe {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	clear:both;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*********************************************************************************/
/* formular
/*********************************************************************************/

#form_table td {
	padding: 3px 0 3px 0;
	text-align: right;
}
.input{
	width: 180px;
	margin: 3px;
	border: none;
	background-color: #f5efd7;
	border: dotted 1px #8c0055;
	border-radius: 5px;
}
input.formfield_error,
textarea.formfield_error {
	background-color: #8c0055;
	color: #fff;
}	
span.form_error,
span.form_success {
	font-size: 18px;
	color: #8c0055;
	line-height: 30px;
}
textarea {
	border: none;
	background-color: #f5efd7;
	border: dotted 1px #8c0055;
	border-radius: 5px;
}
textarea:focus {
	background: transparent;
	color: #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}  
.input:focus {
	width: 200px;
	background: #9e822e;
	color: #333;
}
.select {
	margin: 5px auto 0 0;
	background: #ffffff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.select:focus {
	background-color: #ccc;
}



/*********************************************************************************/
/* newsletter
/*********************************************************************************/

#newsletter_succeed,
#newsletter_fail,
.announce_fail,
.an_suc {
	font-size: 20px;
	color: #e40613;
}
#announce input {
	width: 80%;
	line-height: 200%;
	border: solid 1px #ccc !important;
}
#announce input.button {
	color: #fff;
	background: #e40613 ;	
}

/*********************************************************************************/
/* mobile devices
/*********************************************************************************/

@media screen and (min-width: 1800px) {
	.aktuell div.dynpg_AA_row_MainA,
	.aktuell div.dynpg_AA_row_MainB {
		max-width: 300px;
	}
}
@media screen and (max-width: 1100px) {
	.content .container,
	.content .container_b {
		width: 100%;
		margin: 0;
	}
	.main_column {
		margin: 2%;
	}
	.news div.dynpg_H {
		width: 100%;
		margin-right: 0%;
		float: left;
		max-width: 300px;
		margin-bottom: 20px;
	}
	.main_column {
		width: 70%;
	}	
	.bodyevent .main_column {
		width: 65%;
	}	
	.right_column {
		width: 20%;
		padding: 10px 0 0 1%;
	}
	.news {
		width: 48%;
		padding-right: 1%;
		float: left;
	}
	.portalpartner,
	.footer {
		width: 96%;
		padding: 20px 2%;
	}
}
@media screen and (max-width: 800px) {
	html,
	body {
	  font-size: 16px;
	} 
	.menu_mobile {
		display: block;
		margin: 10px 0 0 0;
		padding: 0px;
		min-height: 22px;
	}
	nav{display:none}
	.h_navi:hover nav,
	.h_navi.open nav{display:block;}
}
@media (min-width: 990px) and (max-width: 1200px) {

}
@media (max-width: 991px) {
	.top {
		width: 90%;
		margin: 0 5%;
	}
	.slider_out, .slider, .slider div {
		width: 100%;
		height: 250px;	
	}
	.DynPG_Gallery_Title {
		font-size: 150%;
		top: 120px;	
		display: none;
	}
	.DynPG_Gallery_Desc {
		font-size: 150%;
		top: 80px;
	}
	.portalpartner {
		width: 90%;
		padding: 20px 5%;
	}
	.portalpartner .logobox {
		width: 46%;
		float: left;
		padding: 2%;
	}
	.statistic br {
		float: none;
	}
	.statistic span:after{ 
		content: ''!important;
		padding:0!important;
		margin:0!important;
	}
	.statistic span {
		padding:0!important;
		margin:0!important;
		border:none;
		display: block;
	}
	.statistic span:before{ 
		content: ''!important;
		padding:0!important;
		margin:0!important;
	}
	.statistic span {
		height: 20px;
	}
}
@media (max-width: 798px) {
	.h_navi {
		height: 30px;
	}
	ul.menu li {
		font-size: 120%;
		width: 260px;
		padding: 8px;
		clear: both;
		background-color: #e40613;;
	}	
	ul.menu ul {
		margin-left: 20px;
	}
	.overview_forum .fbox {
		width: 48%;
	}
	.right_column {
		width: 18%;
	}
}
@media (max-width: 768px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	.banner {
		width: 100%;
		text-align: center;
	}
	.c1 {
		display: none;
	}
	.main_column {
		width: 90%;
	}
	.bodyevent .main_column {
		width: 90%;
	}	
	.bodyevent .dynpg_AA_row_Main_Col_02A, .bodyevent .dynpg_AA_row_Main_Col_02B {
		width: 100%;
		float: none;
		margin-top: 20px;	
	}
	.bodyevent .calendar {
		display: none;
	}
	.right_column {
		width: 96%;
		padding: 2%;
	}
	.right_column .promobox,
	.right_column .news	 {
		width: 100%;
		margin-left: 0%;
	}
	.right_column .news div.dynpg_H {
		width: 100%;
		margin-right: 0%;
	}
	.right_column .jobs {
		max-width: none;
	}
	.home .promobox {
		width: 100%;
		margin-left: 0%;
	}
	.home .news {
		width: 100%;
		margin-left: 0%;	
	}
	.home .jobs {
		max-width: inherit;
		width: 100%;
		margin-left: 0%;
		clear: both;
	}
	.home .events {
		width: 100%;
		margin-left: 0%;
		border-left: none;
	}
	.calendar {

	}
	.calendar_m {
		max-width: 300px;
		margin: 0 auto;
		display: inherit;
	}
	#announce input {
		width: 90%;
		line-height: 200%;
		border: solid 1px #ccc !important;
	}
	.news div.dynpg_H {
		max-width: 300px;
		margin: 0 auto 20px auto;
		padding-right: 0;
		width: 46%;
		margin-right: 2%;
		text-align: left;
		float: left;
	}
}
@media (max-width: 480px) {
	.slider_out, .slider, .slider div {
		width: 100%;
		height: 200px;	
	}
	.DynPG_Gallery_Title {
		font-size: 120%;
		top: 60px;
		display: none;
	}
	.DynPG_Gallery_Desc {
		font-size: 100%;
		top: 0px;
		display: inherit;
	}
	.main_column {
		width: 96%;
		padding: 2%;
	}
	.overview_forum, .latest_entries, .statistic, .tags {
		width: 96%;
		margin: 0 2% 10px 0;
		float: left;
	}
	.latest_entries {
		width: 94%;
		margin-left: 25px;
	}
	.latest_entries h2 {
		margin-left: -23px;
	}
	.aktuell div.dynpg_AA_row_MainA, .aktuell div.dynpg_AA_row_MainB {
		max-width: 48%;
		margin: 0 2% 20px 0;
	}
	.content .container,
	.content .container_b {
		width: 94%;
		margin: 0 2%;
	}
	.home .promobox {
		width: 100%;
		margin-left: 0%;
	}
	.home .jobs {
		width: 100%;
		margin-left: 0%;	
	}
	.home .news {
		width: 100%;
		border: none;
		text-align: center;
		margin-left: 0%;
	}
	.home .news div.dynpg_H {
		width: 100%;
		margin-right: 0%;
		float: left;
		border: solid 1px #ccc;
	}	
	.home .news .shorty {
		text-align: left;
	}
	.home .news .dynpg_H_header {
		max-width: 300px;
	}
	.home .events {
		width: 100%;
		border: none;
	}
	.partner .dynpg_AA_row_Main_Col_01A, .partner .dynpg_AA_row_Main_Col_01B {
		width: 100%;
		float: left;
	}
	.partner .partcont {
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	.partner .dynpg_A_header_text {
		color: #fff;
		padding: 3px 3px 3px 0px;
	}
	.footer {
		width: 100%;
		padding: 0 0;
		color: #fff;
		background: #e40613;
		min-height: 200px;
	}
	.goenner div.dynpg_AA_row_MainA, .goenner div.dynpg_AA_row_MainB {
		width: 44%;
	}
	.footer .contact,
	.footer .member,
	.footer .guidelines {
		width: 96%;
		padding: 2%;
	}
	div#dynpg_calendar_container {
		margin-top: 0px;
	}
}

@media (max-width: 360px) {
	.aktuell div.dynpg_AA_row_MainA, .aktuell div.dynpg_AA_row_MainB {
		max-width: 100%;
		margin: 0 0% 20px 0;
	}
	.jobs {
		width: 100%;
		margin-left: 0%;
	}
	.promobox {
		width: 100%;
		margin-left: 0%;
	}
	.news {
		width: 100%;
		margin-left: 0%;
	}
	.news div.dynpg_H {
		max-width: 300px;
		margin: 0 auto 20px auto;
		padding-right: 0;
		width: 100%;
		margin-right: 0%;
		text-align: left;
		float: left;
	}
}
