@font-face {
	font-family: 'Fira Sans';
	src: url('../fonts/fira-sans/FiraSans-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
    font-size: 125%;
    overflow: scroll;
    height: 100%;
}

body {
    font-size: 50%;
    background-color: #fcfcfc;
    position: relative;
    min-height: 100%;
}

* {
    padding: 0;
    margin: 0;
    line-height: 100%;
}

ol li, ul li, input, p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    line-height: 30px;
    margin-bottom: 24px;
    color: #575a5d;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    
}

.strukturierte-daten {display:none;}

ol {
	margin-left: 24px;
}

ol li {
	margin-bottom: 12px;
}

ol ol {
	margin-top: 12px;
	margin-bottom: 18px;
}

ol ol li {
	font-size: 1em;
	list-style-type: lower-alpha;
	margin-bottom: 6px;
}

p strong {
	line-height: 24px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr td,
table tr th {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    line-height: 24px;	
    padding: 6px 12px;
    color: #575a5d;
    vertical-align: top;
}

table tr td p {
	font-size: 1em;
}

table tr td p:last-child {
	margin-bottom: 0;
}

table.tabelle-left-header {
	border-top: 1px solid #d6d6d6;
}

table tr th {
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
	font-weight: 500;
}

table tbody tr th {
	border-color: #d6d6d6;
}

table tbody th,
table thead tr {
	background-color: #f2f2f2;
}

table tbody td {
	border-bottom: 1px solid #d6d6d6;
}

table tr th.td-05,
table tr td.td-05 {width: 5%;}
table tr th.td-10,
table tr td.td-10 {width: 10%;}
table tr th.td-15,
table tr td.td-15 {width: 15%;}
table tr th.td-20,
table tr td.td-20 {width: 20%;}
table tr th.td-25,
table tr td.td-25 {width: 25%;}
table tr th.td-33,
table tr td.td-33 {width: 33%;}
table tr th.td-40,
table tr td.td-40 {width: 40%;}
table tr th.td-50,
table tr td.td-50 {width: 50%;}
table tr th.td-60,
table tr td.td-60 {width: 60%;}
table tr th.td-75,
table tr td.td-75 {width: 75%;}

.shariff li {padding:0 !important;}
.shariff li:before {display:none;}

div.matomo-optout,
#matomo-opt-out {display:inline-block;margin-bottom:24px;width:100%;}
div.matomo-optout label,
#matomo-opt-out label {cursor:pointer;color:#575a5d;line-height:30px;font-size:1.8em;width:93% !important;float:right;clear:none;padding-top:0;font-family: 'Montserrat', sans-serif;}
div.matomo-optout input,
#matomo-opt-out input {width:5% !important;margin-top:7px;float:left;}
div.matomo-optout strong,
#matomo-opt-out strong {font-weight:700;}



.mfp-content ul,
#maincontent ul {
    margin-bottom: 30px;
}

#maincontent ul.list-without-space {
	margin-bottom: 0;
}

#maincontent ul ul li {
	font-size: 1em;
}

.mfp-content ul li,
#maincontent ul li {
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    margin-bottom: 12px;
}

#maincontent ul li p {
	font-size: 1em;
}

.mfp-content ul li::before,
#maincontent ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
	top: 9px;
	border: 2px solid #D60B52;
}

#maincontent ul ul li::before {
	border: none;
	background-color: #D60B52;
	left: 3px;
	top: 12px;
}

#maincontent ul ul {
	margin-top: 6px;
}

.ui-widget-content a {
	color: #0fbfac;
  font-weight: 600;
}

a {
    color: #D60B52;
    text-decoration: none;

    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

#maincontent a:hover {
    color: #ffffff;background-color:#D60B52;
}

h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
    color: #D60B52;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-size: 3.6em;
    line-height: 42px;
    margin-bottom: 36px;
}

h1+h2 {
	margin-top: 0;
}

h2, h3, h4, h5 {
    font-family: 'Fira Sans', sans-serif;
    color: #D60B52;
    font-weight: 700;
}

h2 {
    font-size: 3em;
    line-height: 36px;
	margin-bottom: 24px;
	font-weight: normal;
	margin-top: 48px;
}

h1+h2 {
	margin-top: -30px;
}

h3 {
    font-size: 2.4em;
    line-height: 30px;
    margin-bottom: 18px;
    margin-top: 48px;
}

h4, h5 {
    font-size: 2em;
    line-height: 27px;
    margin-top: 36px;
    margin-bottom: 18px;
}

h5 {
	color: #575a5d
}


.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video,
img {
	display: block;
	width: 100%;
	height: auto;
}

.frame-default {display:inline-block;
	width:100%;}

.frame-type-header + .frame-default > header h1,
.frame-type-header + .frame-default > header h2,
.frame-type-header + .frame-default > header h3,
.frame-type-header + .frame-default > header h4 {
	margin-top: 0;
}

.frame-space-before-24 {margin-top: 24px !important;}
.frame-space-before-36 {margin-top: 36px !important;}
.frame-space-before-48 {margin-top: 48px !important;}
.frame-space-before-60 {margin-top: 60px !important;}
.frame-space-before-72 {margin-top: 72px !important;}

.frame-space-after-24 {margin-bottom: 24px !important;}
.frame-space-after-36 {margin-bottom: 36px !important;}
.frame-space-after-48 {margin-bottom: 48px !important;}
.frame-space-after-60 {margin-bottom: 60px !important;}
.frame-space-after-72 {margin-bottom: 72px !important;}

.frame-note-box {
	border: 2px solid #D60B52;
	padding: 24px;
	background-color: #fde0ea;
}

.three-cols-33 .frame-note-box {padding:4%;width:92%;}

.frame-note-box > header h1,
.frame-note-box > header h2,
.frame-note-box > header h3,
.frame-note-box > header h4 {
	color: #D60B52;
}



.frame-note-box p {
	font-weight: 500;
}

.frame-note-box p:last-child,
.frame-note-box ul:last-child,
.frame-note-box li:last-child {
	margin-bottom: 0 !important;
}


address {
	font-style: normal;
}

.vcard.tt_address_detail {margin-bottom:18px;border-bottom:1px solid #e2e2e2;}
.vcard.tt_address_detail:last-child {margin-bottom:0;border-bottom:none;}
.vcard.tt_address_detail h5 {margin-top:0;margin-bottom: 12px;}

.vcard.tt_address_detail .openinghours h1,
.vcard.tt_address_detail .openinghours h2,
.vcard.tt_address_detail .openinghours h3,
.vcard.tt_address_detail .openinghours h4,
.vcard.tt_address_detail .openinghours h5,
.vcard.tt_address_detail .contactperson h1,
.vcard.tt_address_detail .contactperson h2,
.vcard.tt_address_detail .contactperson h3,
.vcard.tt_address_detail .contactperson h4,
.vcard.tt_address_detail .contactperson h5 {
	font-size: 2em;
	line-height: 27px;
	margin-top: 24px;
	margin-bottom: 9px;
	color: #999999;
}

iframe.newslettersystem.anmeldung {
	height: 50em;
	width: 94%;
	padding: 0 3%;
	margin:0 0 24px 0;
	border: 1px dotted #aaaaaa;
	background-color:#ffffff;
}
iframe.newslettersystem {
	border: 0;
	width: 100%;
	margin-top: 1em;
}

iframe.gewerbeportal {
	border: 0px solid #999999;
	width: 100%;
	height: 60em;
}

#googlemaps-inhalt {
	margin-bottom: 24px;
}

.frame-type-html #adresse-suchen {cursor:pointer;}
.frame-type-html #confirm-googlemaps {cursor:pointer;border:3px dashed #ff0000;padding:24px;background-image: url(../images/unscharf.jpg);background-size: cover;transition:all 0.25s ease-out;}
.frame-type-html #confirm-googlemaps:hover {border:3px dashed #0DA393;background-position:0 -100px;transition:all 0.25s ease-out;}
.frame-type-html #confirm-googlemaps p {margin:0;}

.frame-type-textmedia {display:inline-block;width:100%;}
/*************************
 GENERAL
*************************/

.clearer {
	clear: both;
}

.wrapper {
	width: 100%;
	max-width: 117.6em;
	margin: 0 auto;
}

.button {
	margin: 0;
}

button {
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 24px;
}

input#address {
	float: left;
	width: 64.706%;
}

button#adresse-suchen {
	float: left;
	margin-left: 24px;
	padding: 11px 24px 10px 24px;
}

button,
.powermail_field input.powermail_submit,
.button a {
	display: inline-block;
	width: auto;
	background-color: #D60B52;
	color: #ffffff;
	padding: 15px 24px 12px 24px;
	border-bottom: 3px solid #d60b52;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	
	-webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

.powermail_field input.powermail_submit {
	border: none;
	cursor: pointer;
	padding: 12px 24px 12px 24px;
	margin: 24px 0 0 0;
}

.powermail_field input.powermail_submit:hover,
.button a:hover {
	background-color: #d60b52;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.parsley-errors-list li {color:#ff0000;}

.button.btn-outline a {
	background-color: #ffffff;
	color: #D60B52;
	border: 2px solid #D60B52;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.button.btn-orange-full {display:inline;}
.button.btn-orange-full.rechts {float:right;}
.button.btn-orange-full a {
	background-color: #D60B52;
	border-color: #D60B52;
}

.button.btn-orange-full a:hover {
	background-color: #D60B52;
}

#events .button.btn-outline a {
	display: block;
	text-align: center;
}

.bg-grey {
	background-color: #f2f2f2;
}

.klaro.we_cookie_consent .cookie-notice {
	padding: 0;
}

.klaro.we_cookie_consent .cookie-notice .cn-body {
	padding: 24px;
	width: auto;
}

.klaro .cookie-modal, 
.klaro .cookie-notice {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em !important;
	color: #575a5d;
}

.klaro.we_cookie_consent .cookie-notice h1,
.klaro.we_cookie_consent .cookie-notice h2,
.klaro.we_cookie_consent .cookie-notice li,
.klaro.we_cookie_consent .cookie-notice p,
.klaro.we_cookie_consent .cookie-notice a,
.klaro.we_cookie_consent .cookie-modal a,
.klaro.we_cookie_consent .cookie-notice strong,
.klaro.we_cookie_consent .cookie-notice ul,
.klaro.we_cookie_consent .cookie-modal h1,
.klaro.we_cookie_consent .cookie-modal h2,
.klaro.we_cookie_consent .cookie-modal li,
.klaro.we_cookie_consent .cookie-modal p,
.klaro.we_cookie_consent .cookie-modal strong,
.klaro.we_cookie_consent .cookie-modal ul {
	font-family: 'Montserrat', sans-serif;
	color: #575a5d;
}

.klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-success, 
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-success,
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn.cm-btn-success {
	background-color: #0fbfac;
	font-size: 18px;
	border-bottom: 3px solid #d60b52;
	width: auto;
	order: 1;
	color: #ffffff;
	height: auto;
}

.klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-success:hover, 
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn.cm-btn-success:hover {
	background-color: #d60b52;
}

.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn {
	padding: 12px;
	line-height: 24px;
	width: auto;
	order: 2;
	font-size: 18px;
	color: #666666;
}


.klaro.we_cookie_consent .cookie-notice .cm-btn, 
.klaro.we_cookie_consent .cookie-modal .cm-btn {
	border-radius: 0;
}

.klaro.we_cookie_consent ul li p {
	font-size: 1em;
}

.klaro.we_cookie_consent .cookie-modal .cm-app-label .slider::before, 
.klaro.we_cookie_consent .cookie-notice .cm-app-label .slider::before {
    background-color: #D60B52;
}

.klaro.we_cookie_consent .cookie-modal .cm-app-input:checked + .cm-app-label .slider::before, 
.klaro.we_cookie_consent .cookie-notice .cm-app-input:checked + .cm-app-label .slider::before {
	background-color: #d60b52;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer {
	background-color: #ffffff;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer {
	height: auto;
}

/*************************
 COLS
*************************/

.three-cols-33 > div.clearer,
.two-cols-50 > div.clearer,
.four-cols-25 > div.clearer {
	float: none;
	width: 100%;
}

.two-cols-33-66 .col-right {
	float: right;
	width: 65.958%;
}

.two-cols-33-66 .col-left {
	float: left;
	width: 27.66%;
}


.four-cols-25 > div {
	float: left;
	width: 25%;
}

.two-cols-50 .col-left {
	float: left;
	width: 47%;
}

.two-cols-50 .col-right {
	float: right;
	width: 47%;
}

.two-cols-50 {
	display:block;
	width:100%;
	max-width: 117.6em;
	margin: 0 auto;
	}

.three-cols-33 .col-left {
	float: left;
	width: 30.66%;
}

.three-cols-33 .col-center {
	float: left;
	width: 30.66%;
	margin:0 4%;
}

.three-cols-33 .col-right {
	float: right;
	width: 30.66%;
}

.three-cols-33 {
	display:block;
	width:100%;
	max-width: 117.6em;
	margin: 0 auto;
	}

.two-cols-50 h1,
.two-cols-50 h2,
.two-cols-50 h3,
.two-cols-50 h4,
.two-cols-50 h5,
.three-cols-33 h1,
.three-cols-33 h2,
.three-cols-33 h3,
.three-cols-33 h4,
.three-cols-33 h5 {margin-top:0;}


.panorama_div {min-height: 24em;margin-bottom: 1em;}
.panorama_div .links-1 {
height: 34em;
position: relative;
float: left;
width: 45%;
overflow: hidden;
margin-right: 0;
}
.panorama_div .rechts-1 {
height: 34em;
position: relative;
float: right;
width: 52%;
overflow: hidden;
}
.panorama_div .links-1 .links_inner {
	position: absolute;
	left: -15em;
	top: -1px;
}
.panorama_div .rechts-1 .rechts_inner {
	position: absolute;
	left: -8em;
	top: -1px;
}

.frame-type-menu_pages.frame-layout-9 .menu-blue {
	padding: 0 12px 12px 0;
	position: relative;
	margin-bottom: 24px;
}

.frame-type-menu_pages.frame-layout-9 .menu-blue::after {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	top: 12px;
	bottom: 0;
	right: 0;
	left: 12px;
	border: 1px solid #bfbfbf;
	background: #f2f2f2;
	z-index: 10;
}

.frame-type-menu_pages.frame-layout-9 .menu-blue a {
	background: #D60B52;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 20;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

.frame-type-menu_pages.frame-layout-9 .menu-blue a:hover {
	background-color: #bc1e53 !important;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
}

.frame-type-menu_pages.frame-layout-9 .menu-blue a p {
	padding: 30px;
	margin: 0;
	color: #ffffff;
	font-size: 2.7em;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	width:80%;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div {
	width: 31.482%;
	margin:0;
	margin-right: 2.778%;
}

.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div.col-right {
	margin-right:0;
}

.pid-0 .frame-type-menu_pages.frame-layout-9 .three-cols-33 > div a {height:120px;text-align:center;}
.pid-0 .two-cols-50 .frame-type-menu_pages.frame-layout-9 .three-cols-33 > div {width:100%;}
.pid-0 .two-cols-50 .frame-type-menu_pages.frame-layout-9 .menu-blue a p {font-size:2em;}

.frame-layout-menu-unterseiten-pfeil ul,
.frame-layout-menu-unterseiten-pfeil ul li {display:inline-block;width:100%;padding-left:0 !important;}
.frame-layout-menu-unterseiten-pfeil li {margin:0 !important;line-height:100%;}
.frame-layout-menu-unterseiten-pfeil li:before {display:none;}
.frame-layout-menu-unterseiten-pfeil li a {color:#575a5d;display:inline-block;width:95%;padding:0 2.5%;}
.frame-layout-menu-unterseiten-pfeil li a:hover {color:#d60b52;background-color:#eeeeee;}
.frame-layout-menu-unterseiten-pfeil li a:after {content:"";background-image:url("../images/doppelpfeil-rechts.svg");margin:15px 0;width:30px;height:15px;display:block;background-size:50% 100%;background-repeat:no-repeat;float:left;}
.frame-layout-menu-unterseiten-pfeil li a span {line-height: 175%;padding:7px 0;display:block;width:80%;float:left;transition:all 0.2s ease-out;}
.frame-layout-menu-unterseiten-pfeil li:hover a span {width:85%;transition:all 0.2s ease-out;}

.frame-type-menu_pages.frame-layout-9 .menu-lila,
.frame-type-menu_subpages.frame-layout-9 .menu-lila {
	padding: 0 12px 12px 0;
	position: relative;
	margin-bottom: 24px;
}

.frame-type-menu_pages.frame-layout-9 .menu-lila::after,
.frame-type-menu_subpages.frame-layout-9 .menu-lila::after {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	top: 12px;
	bottom: 0;
	right: 0;
	left: 12px;
	border: 1px solid #bfbfbf;
	background: #f2f2f2;
	z-index: 10;
}

.frame-type-menu_pages.frame-layout-9 .menu-lila a,
.frame-type-menu_subpages.frame-layout-9 .menu-lila a {
	background: #d60b52;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 20;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

.frame-type-menu_pages.frame-layout-9 .menu-lila a:hover,
.frame-type-menu_subpages.frame-layout-9 .menu-lila a:hover {
	background-color: #bf0b47 !important;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
}

.frame-type-menu_pages.frame-layout-9 .menu-lila a p,
.frame-type-menu_subpages.frame-layout-9 .menu-lila a p {
	padding: 30px;
	margin: 0;
	color: #ffffff;
	font-size: 2em;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	width:80%;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div,
.frame-type-menu_subpages.frame-layout-9 .three-cols-33 > div {
	width: 31.48%;
	margin:0;
	margin-right: 2.778%;
}

.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div.col-right,
.frame-type-menu_subpages.frame-layout-9 .three-cols-33 > div.col-right{
	margin-right: 0;
}



/*************************
 IMAGES
*************************/

#maincontent #content-left .ce-bodytext p:last-child,
#maincontent #context .ce-bodytext p:last-child {
	margin-bottom: 0;
}

#maincontent .ce-textpic.ce-left.ce-above .ce-gallery {
	margin-bottom: 48px;
}

#maincontent #context .ce-textpic.ce-left.ce-above .ce-gallery,
#maincontent #content-left .ce-textpic.ce-left.ce-above .ce-gallery {
	margin-bottom: 0;
}

#maincontent .ce-textpic.ce-left.ce-below .ce-gallery {
	margin-top: 24px;
}

#maincontent .ce-gallery .ce-row {
	margin-bottom: 24px;
}

#maincontent .ce-gallery .ce-column .col-inner,
#maincontent .ce-gallery .ce-row .ce-column .col-inner {
	padding: 0 12px 12px 0;
	position: relative;
	z-index: 10;
}

#maincontent #context .ce-gallery .ce-row .ce-column .col-inner,
#maincontent #content-left .ce-gallery .ce-row .ce-column .col-inner,
#maincontent .frame-without-border .ce-gallery .ce-row .ce-column .col-inner {
	padding: 0;
}

#maincontent .ce-gallery .ce-column,
#maincontent .ce-gallery .ce-row .ce-column {
	position: relative;
}

#maincontent .ce-textpic.ce-intext .ce-gallery.cols-2 .ce-row .ce-column::after,
#maincontent .ce-gallery .ce-column::after,
#maincontent .ce-gallery .ce-row .ce-column::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 96%;
  background: #f2f2f2;
  right: 0;
  bottom: 0;
  border: 1px solid #bfbfbf;
  z-index: 0;
  
  -webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#maincontent #context .ce-gallery .ce-row .ce-column::after,
#maincontent #content-left .ce-gallery .ce-row .ce-column::after,
#maincontent .frame-without-border .ce-gallery .ce-row .ce-column::after {
	display: none;
}


#maincontent .ce-gallery.cols-1 .ce-row .ce-column::after {
	width: 98%;
	height: 98%;
}

#maincontent .important-box .ce-gallery.cols-1 .ce-row .ce-column::after,
#maincontent .box-quicklink .ce-gallery.cols-1 .ce-row .ce-column::after {
	display: none;
}

#maincontent .important-box .ce-gallery .ce-row .ce-column .col-inner,
#maincontent .box-quicklink .ce-gallery .ce-row .ce-column .col-inner {
	padding: 0;
}

#maincontent .ce-textpic.ce-intext .ce-gallery .ce-row .ce-column::after,
#maincontent .ce-gallery.cols-3 .ce-row .ce-column::after {
	width: 94%;
	height: 94%;
}

#maincontent .ce-gallery.cols-4 .ce-row .ce-column::after {
	width: 92%;
	height: 92%;
}

#maincontent .ce-gallery.cols-2 .ce-row .ce-column {
	float: left;
	width: 48.612%;
}

#maincontent .ce-gallery.cols-3 > .ce-column,
#maincontent .ce-gallery.cols-3 .ce-row .ce-column {
	float: left;
	width: 31.482%;
}

#maincontent .ce-gallery.cols-4 > .ce-column,
#maincontent .ce-gallery.cols-4 .ce-row .ce-column {
	float: left;
	width: 22.916%;
	margin-right: 2.778%;
}

#maincontent .ce-gallery.cols-4 > .ce-column.last,
#maincontent .ce-gallery.cols-4 .ce-row .ce-column.last {
	margin-right: 0;
}

#maincontent .ce-gallery.cols-3 > .ce-column {
	margin-bottom: 24px;
}

#maincontent .ce-gallery.cols-3 > .ce-column.col-left,
#maincontent .ce-gallery.cols-3 > .ce-column.col-center,
#maincontent .ce-gallery.cols-3 .ce-row .ce-column.col-odd.first,
#maincontent .ce-gallery.cols-3 .ce-row .ce-column.col-even,
#maincontent .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd,
#maincontent .ce-gallery.cols-2 .ce-row .ce-column.col-odd {
	margin-right: 2.778%;
}

#maincontent .ce-gallery.cols-3 .ce-row.row-even .ce-column.last {
	margin-right: 0;
}

#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery {
	float: right;
	width: 31.482%;
	margin-left: 2.778%;
}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery {
	float: left;
	width: 31.482%;
	margin-right: 2.778%;
}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.bild-als-logo {width:auto;}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2 {
	width: 48.612%;
}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row .ce-column,
#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row .ce-column {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 24px;
}

#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap,
#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap {
	margin-top: 48px;
}

#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	margin-right: 34.26%;
}

#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	margin-left: 34.26%;
}

#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext h1,
#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext h2,
#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext h3,
#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext h4,
#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext h5,
#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext h1,
#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext h2,
#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext h3,
#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext h4,
#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext h5 {
	margin-top: 0;
}


.image {
	position: relative;
}

.image .image-caption {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
}

.image .image-caption p {
	font-size: 1.4em;
	line-height: 21px;
	margin: 0;
	padding: 9px 12px;
}

.frame-type-menu_subpages .image .image-caption {
	position: absolute;
	bottom: 0;
	background: rgb(214,11,82);
	background: rgba(214,11,82,.85);
	border: none;
}

.frame-type-menu_subpages .image .image-caption p {
	color: #ffffff;
}

.frame-type-menu_subpages .image img {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.frame-type-menu_subpages .image img:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);	
}

.bild-als-logo .ce-column {display:inline-block;margin-right:12px;}
.bild-als-logo img {width:auto !important;max-width:100%;}
.bild-als-logo.cols-1 .ce-row .ce-column::after {width:90% !important;height:90% !important;}

#maincontent .ce-gallery .ce-column:hover::after,
#maincontent .ce-gallery .ce-row .ce-column:hover::after{
	border-color: #f2f2f2;
}

.mfp-bottom-bar {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	line-height: 24px;
	background-color: #D60B52;
	padding: 20px;
	box-sizing: border-box;
}

.mfp-counter,
.mfp-title {
	color: #ffffff;
}

.mfp-counter {
	padding: 12px;
}

/*************************
 KESEARCH
*************************/ 

#maincontent #kesearch_results .result-list-item {
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 24px;
	margin: 0 0 24px 0;
}

#maincontent .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
	color: #D60B52;
}

#maincontent .tx-kesearch-pi1 #kesearch_results h3 {
	margin: 0;
	color: #d60b52;
}

#maincontent .tx-kesearch-pi1 #kesearch_results .teaser_icon {
	display: inline-block;
}

#maincontent .tx-kesearch-pi1 #kesearch_results .teaser_icon img {
	max-width: 16px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info p {
	margin-bottom: 0;
}

#maincontent #kesearch_pagebrowser_bottom .pages_total {
	border: none;
	padding: 0;
	margin: 0;
}

#maincontent #kesearch_pagebrowser_bottom .pages_total .result_txt {
	display: none;
}

/*************************
 HEADER
*************************/

#header {
	position: relative;
}

#header-bg-bottom,
#header-bg-top {
	position: absolute;
	width: 100%;
	height: 180px;
	left: 0;
	top: 0;
	background-image: url("../images/slider-bg-top.png");
	background-repeat: repeat-x;
	background-position: left top;
	background-size: contain;
	z-index: 20;
}

#header-bg-bottom {
	top: auto;
	bottom: 0;
	background-image: url("../images/slider-bg-bottom.png");
}

#header-top {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 999999999999;
}

#header-image {
	max-height: 48em;
	overflow: hidden;
}

#header-image .mobile-image {
	display: none;
}

#header-image .mobile-image.desktop-image {
	display: block;
}

#logo {
	float: left;
	/* width: 30.613%; */
	/* min-width: 360px; */
	margin: 24px 2.041% 0 2.041%;
	padding:10px;
	font-size:3em;
	font-family: 'Fira Sans', sans-serif;
}

#logo a {color:#D60B52;}

#icons {
	position: relative;
	float: right;
	z-index:999;
	margin-top: 24px;
	margin-left: 24px;
}
   
#icons ul li {
	font-size:1em;
	margin:0 12px 0 0;
	float:left;
	font-size:1em;
	padding: 0;
	list-style-type: none;
}

#icons ul li div > a {
font-size:1em;
display:block;
background-color: #ffffff;
background-color: rgba(255,255,255,.75);
text-align:center;
position:relative;
height: 48px;
width: 48px;

-webkit-transition:all 250ms ease-out 50ms;
-moz-transition:all 250ms ease-out 50ms;
-o-transition:all 250ms ease-out 50ms;
transition:all 250ms ease-out 50ms;
}

#icons ul li div.clicked > a,
#icons ul li div > a:hover {
	background-color: #fde0ea;
	border-color: #fde0ea;
	
	-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}


#icons ul li .close a {
	-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}

#icons img {
	margin: 0 auto;
	margin-left: auto;
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
}

#icons ul li span {
	position: absolute;
	bottom: 9px;
	width: 100%;
	left: 0;
	font-weight: bold;
}

#icons ul li p.button a,
#icons ul li .clicked p.button a {
	width: auto;
	background-color: #0095c3;
	border-color: #fff;
	display: inline-block;
	padding-left: 48px;
	padding-right: 48px;
	
	-webkit-box-shadow:0px 6px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 6px 6px 0px rgba(0,0,0,0.15);
	box-shadow:0px 6px 6px 0px rgba(0,0,0,0.15);
}

#oeffnungszeiten-box,
#contact-box,
#search-box {
	position:relative;
}

#oeffnungszeitenblock-inhalt,
#contactblock-inhalt,
#searchblock-inhalt{
	z-index:1000;
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:60px;
	right:0;
	width:33.6em;
	height:auto;
	padding:24px 48px 24px 24px;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.9);
	transition:all 0.5s ease 0s;
	border: 2px solid #d60b52;
	-webkit-box-shadow:0px 6px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 6px 6px 0px rgba(0,0,0,0.15);
	box-shadow:0px 6px 6px 0px rgba(0,0,0,0.15);
}

#oeffnungszeitenblock-inhalt div p:last-child,
#contactblock-inhalt div p:last-child,
#searchblock-inhalt div p:last-child {
	margin-bottom:0;
}

#oeffnungszeitenblock-inhalt h3,
#contactblock-inhalt h3,
#searchblock-inhalt h3 {
	margin-top:0;
	font-weight:700;
	color: #d60b52;
}

#searchblock-inhalt fieldset {
	border:none
}

#searchblock-inhalt input {
	background-color:#fff
}

#searchblock-inhalt input#ke_search_sword {
	width:70%
}

#contactblock-inhalt h3,
#emailblock-inhalt h3 {
	margin-top:0
}

#oeffnungszeiten-box.clicked #oeffnungszeitenblock-inhalt,
#contact-box.clicked #contactblock-inhalt,
#search-box.clicked #searchblock-inhalt {
	visibility:visible;
	opacity:1;
	margin:0;
	transition:all 0.5s ease 0s;
}

#search-box #searchblock-inhalt,
#search-box.clicked #searchblock-inhalt {
	padding: 0;
	border: none;
	top: 0;
	left: 48px;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0);
}

#oeffnungszeitenblock-inhalt .close,
#searchblock-inhalt .close,
#contactblock-inhalt .close {
	opacity:1;
	position:absolute;
	right:0;
	top:0;
	text-shadow:none;
}

#icons #oeffnungszeiten-box #oeffnungszeitenblock-inhalt .close a,
#icons #search-box #searchblock-inhalt .close a,
#icons #contact-box #contactblock-inhalt .close a {
	border:none;
	background-image:none;
	background-color:#d60b52;
	display:block;
	width:36px;
	height:36px;
	line-height:30px;
	font-size:2.4em;
	padding:0;
	color:#fff;
	text-decoration:none;
	padding:0;
	border-radius: 0;
}

#icons ul li p.button a:hover,
#icons ul li .clicked p.button a:hover,
#icons #oeffnungszeiten-box #oeffnungszeitenblock-inhalt .close a:hover,
#icons #search-box #searchblock-inhalt .close a:hover,
#icons #contact-box #contactblock-inhalt .close a:hover {
	text-decoration:none;
	background-color:#bf0b47;
	color:#fff;
	border-color: #bf0b47;
}

#icons #suche-top {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;	
	position:relative;
	
	-webkit-transition:all 250ms ease-out 50ms;
	-moz-transition:all 250ms ease-out 50ms;
	-o-transition:all 250ms ease-out 50ms;
	transition:all 250ms ease-out 50ms;
	
	-webkit-box-shadow:0px 3px 3px 3px rgba(0,0,0,0.025);
	-moz-box-shadow:0px 3px 3px 3px rgba(0,0,0,0.025);
	box-shadow:0px 3px 3px 3px rgba(0,0,0,0.025);
	overflow: hidden;
}

#icons #suche-top .search-field {
	background-color:#fff;
	width:100%;
	box-sizing: border-box;
	color:#9a9b9d;
	margin:0;
	padding:10px 12px;
	border:none;
	border: 2px solid #bde5dd;	
	line-height: 24px;
}

#icons #suche-top .search-button {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	padding: 0 9px;
	background-color: #D60B52;
	opacity:1;
	-webkit-transition:all 250ms ease-out 50ms;
	-moz-transition:all 250ms ease-out 50ms;
	-o-transition:all 250ms ease-out 50ms;
	transition:all 250ms ease-out 50ms;
}

#icons #suche-top .search-button:hover {
	background-color: #e77822;
}

#icons fieldset {
	border:none;
}

/*************************
 SLIDER
*************************/

#slider {overflow:hidden;}
#slider .flex-control-nav,
#slider .flex-pauseplay {display:none;}
#slider .flexslider {border:none;}
#slider .flex-direction-nav a {color:#ffffff;}
#slider > .frame {display:block;}
#slider .caption-wrapper {position:absolute;z-index:10;top:30%;left:40%;background-color:rgba(255,255,255,0.8);max-width:550px;border:5px solid #D60B52;}
#slider .caption-wrapper .caption-text {margin:24px;}
#slider .caption-wrapper .caption-title {line-height:120%;}
#slider .caption-wrapper p:last-child {margin-bottom:0;}
#slider .caption-wrapper .caption-body p {font-size:1em;}

/*************************
 MAINNAVI
*************************/

#mainnavi-wrapper {
	padding-top: 84px;
	margin-top: -145px;
	overflow: hidden;
}

#mainnavi {
	border-top: 12px solid #D60B52;
	background-color: #f2f2f2;
	position: relative;
	z-index: 999;
}

#mainnavi .wrapper {
	position: relative;
	z-index: 9999;
	max-width: 117.5em
}



#mainnavi .wrapper::before {
	background-position-x:1313px;
}

#mainnavi .wrapper::after {
  left: auto;
  right: 100%;
  width: 500%;
  z-index: 10;
  background-position-x: 760px;
}

/*
#mainnavi .wrapper nav::before {
	content: "";
	height: 72px;
	width: 100%;
	background-image: url("../images/silhouette-navigation.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	top: -84px;
}
*/

#mainnavi ul {
	list-style-type: none;
}

#mainnavi ul ul {
	display: none;
}

#mainnavi ul li {
	list-style-type: none;
	float: left;
	width: 20%;
	margin: 0;
	position: relative;
	webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#mainnavi.mainnavispecial ul li {
	width: 16.667%;
}

#mainnavi.mainnavispecial ul li.element-06 {
    display: block;
}

#mainnavi.mainnavispecial ul li.active a::before, 
#mainnavi.mainnavispecial ul li a:hover::before {
	display: none;
}

#mainnavi ul li.clearer {
	float: none;
	width: 0;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}


#mainnavi ul li.element-06 {display:none;}

#mainnavi ul li a::after {
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}


#mainnavi ul li.active a::before,
#mainnavi ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}


#mainnavi ul li a {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	color: #D60B52;
	display: block;
	text-align: center;
	padding: 12px;
	min-height: 48px;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mainnavi ul li.active a,
#mainnavi ul li a:hover {
	background-color: #D60B52;
	color: #ffffff;
}

/*************************
 POWERMAIL
*************************/

.powermail_fieldset {
	border: 1px solid #bfbfbf;
	padding: 24px;
	margin-bottom: 24px;
}

#maincontent fieldset.kesearch_searchbox .submitbutt input,
#maincontent fieldset.kesearch_searchbox .kesearchbox input,
#maincontent fieldset.weiw_searchbox .submitbutt input,
#maincontent fieldset.weiw_searchbox .weiw_searchbox input,
.powermail_fieldset legend,
.powermail_fieldset label,
.powermail_fieldset input,
.powermail_fieldset select,
.powermail_fieldset textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 24px;
	color:#575a5d;
}

.powermail_fieldset legend {
	background-color: #ffffff;
	padding: 12px;
	font-weight: bold;
}

#maincontent fieldset.kesearch_searchbox .submitbutt input,
#maincontent fieldset.kesearch_searchbox .kesearchbox input,
#maincontent fieldset.weiw_searchbox .submitbutt input,
#maincontent fieldset.weiw_searchbox .weiw_searchbox input,
.powermail_fieldset select,
.powermail_fieldset textarea,
.powermail_fieldset input {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #bfbfbf;
	padding: 10px 12px;
}

.powermail_fieldset select {
	padding: 11px 12px;
	margin-bottom: 24px;
}

.powermail_fieldwrap_anmerkungen {
	clear: both;
}

.powermail_fieldset label {
	margin-bottom: 6px;
	display: inline-block;
}

.powermail_fieldset .checkbox label {
	display: block;
	width: 100%;
}

.powermail_fieldset .powermail_fieldwrap_type_check > label {
	margin-bottom: 24px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_captcha {
	overflow: hidden;
}

.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field input {
	float: left;
	width: 64.706%;
}

.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field img {
	float: right;
	width: 32.353%;
}

.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field {
	margin-bottom: 24px;
}

.powermail_fieldset .checkbox input {
	float: left;
	width: 15px;
	margin: 6px 12px 0 0;
}

.layout-25-right,
.layout-25-left {
	float: left;
	width: 32.353%;
}

.layout-50-right,
.layout-50-left {
	float: left;
	width: 48.53%;
}

.layout-75-right,
.layout-75-left {
	float: left;
	width: 64.706%;
}

.layout-25-left,
.layout-50-left,
.layout-75-left {
	clear: both;
	margin-right: 2.942%; 
}

#maincontent fieldset.kesearch_searchbox,
#maincontent fieldset.weiw_searchbox {
	padding: 24px;
	position: relative;
	border:none;
}

#maincontent fieldset.kesearch_searchbox:after,
#maincontent fieldset.kesearch_searchbox:before,
#maincontent fieldset.weiw_searchbox:after,
#maincontent fieldset.weiw_searchbox:before {
	content: "";
	height: 48px;
	width: 60%;
	background-color: #ffffff;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#maincontent fieldset.kesearch_searchbox:after,
#maincontent fieldset.weiw_searchbox:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	border: none;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

#maincontent fieldset.kesearch_searchbox .kesearchbox,
#maincontent fieldset.weiw_searchbox .weiw_searchbox {
	float: left;
	width: 70%;
	position: relative;
	z-index: 20;
}

#maincontent fieldset.kesearch_searchbox .submitbutt,
#maincontent fieldset.weiw_searchbox .submitbutt {
	float: right;
	width: 30%;
	position: relative;
	z-index: 20;
}

#maincontent fieldset.kesearch_searchbox .kesearchbox input,
#maincontent fieldset.kesearch_searchbox .submitbutt input,
#maincontent fieldset.weiw_searchbox .weiw_searchbox input,
#maincontent fieldset.weiw_searchbox .submitbutt input {
	min-width: 0;
	max-width: none;
	border-radius: 0;
	margin: 0;
	top: 0;
}

#maincontent fieldset.kesearch_searchbox .kesearchbox input,
#maincontent fieldset.weiw_searchbox .weiw_searchbox input {
	border-right: none;
}

#maincontent fieldset.kesearch_searchbox .submitbutt input,
#maincontent fieldset.weiw_searchbox .submitbutt input {
	background-color:#D60B52;
	border: none;
	padding: 11px 12px 10px 12px;
	border-bottom: 3px solid #D60B52;
	color: #ffffff;
	font-weight: bold;
	
	webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#maincontent fieldset.kesearch_searchbox .submitbutt input:hover,
#maincontent fieldset.weiw_searchbox .submitbutt input:hover {
	background-color:#D60B52;
}

.weiw_suche input[type="text"]:focus, .weiw_suche input[type="text"]:hover, .weiw_suche select:focus, .weiw_suche select:hover, .weiw_suche textarea:focus, .weiw_suche textarea:hover {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
}


#maincontent .weiw_result .ui-accordion-content ul:last-child {margin-bottom:0;}
#maincontent .weiw_result .ui-accordion-content li:last-child {margin-bottom:0;}
#maincontent .weiw_abc ul {display:inline-block;}
#maincontent .weiw_abc li {padding:0;margin:0;float:left;margin:2px 2px 5px 2px;}
#maincontent .weiw_abc li:before {display:none;}
#maincontent .weiw_abc li a {padding:5px 8px;background-color:#EF984A;color:#ffffff;}
#maincontent .weiw_abc li a:hover {padding:8px;background-color:#EC7416;}

/*************************
 MAINCONTENT
*************************/

#maincontent {
	padding: 96px 0 0 0;
}

#maincontent.subpage {
	padding-top: 48px;
}

.pid-0 #maincontent.subpage {
	padding-top:96px;
}


#breadcrumb ul {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

#breadcrumb ul li {
	float: left;
	font-size: 1.4em;
	padding: 8px 18px 7px 0;
	margin: 0 6px 0 0;
	background-image: url("../images/icon-arrow-breadcrumb.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#breadcrumb ul li::before {
	display: none;
}

#breadcrumb ul li.last {
	background-image: none;
}

#breadcrumb ul li a {
	color: #999999;
}

#breadcrumb ul li.last a {
	font-weight: bold;
}

#content-right {
	float: right;
	width: 73.47%;
}

#content-left {
	float: left;
	width: 22.449%;
	margin-top: 25px;
}

#content-left .frame-default.frame-type-text .button {
	margin-bottom: 12px;
}
#content-left .frame-default.frame-type-text .button a {
	padding-left: 12px;
	padding-right: 12px;
	display: block;
	line-height: 24px;
}

#content-left > div.frame-default {
	margin-bottom: 24px;
}

#content-left .tt_address_detail header h5,
#content-left > div.frame-default header h1,
#content-left > div.frame-default header h2,
#content-left > div.frame-default header h3,
#content-left > div.frame-default header h4,
#content-left > div.frame-default header h5 {
	font-size: 1.8em;
	line-height: 24px;
	font-weight: bold;
	color: #575a5d;
	padding: 12px;
	margin: 0;
}

#content-left > div.frame-default p {
	font-size: 1.6em;
	line-height: 24px;
}

#context div.tx-jhmagnificpopup-pi1,
#context > div.frame-default > div,
#content-left > div.frame-default > div {
	padding: 12px;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

#context div.tx-jhmagnificpopup-pi1 {
	border-bottom: none;
}

#context > div.frame-default.frame-type-uploads > div,
#content-left > div.frame-default.frame-type-uploads > div {
	padding: 0;
	border: none;
}

#context > div.frame-type-list > div,
#content-left > div.frame-type-list > div {
	padding: 0;
	border-left: none;
}

#context > div.frame-default > div p:last-child,
#content-left > div.frame-default > div p:last-child {
	margin-bottom: 0;
}

#content-left .tt_address_detail header,
#content-left > div.frame-default header {
	position: relative;
	border-bottom: 1px solid #bfbfbf;
}

#content-left .tt_address_detail header::before,
#content-left .tt_address_detail header::after,
#content-left > div.frame-default header::after,
#content-left > div.frame-default header::before {
	content: "";
	width: 30px;
	height: 30px;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	position: absolute;
	top: 0;
	left: 0;
}

#content-left .tt_address_detail .address-detail-wrapper {
	padding: 12px;
	border-left: 1px solid #bfbfbf;
}

#content-left > div.frame-default header::after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border: none;
	border-right: 1px solid #bfbfbf;
}

#content {
	width: 100%;
}

#content.with-context-right {
	float: left;
	width: 63.889%;
	margin-right: 5.556%;
}

#context {
	float: left;
	width: 30.556%;
}

#context > div.frame-default {
	margin-bottom: 24px;
}

#context > div header h2 {
	position: relative;
	margin: 0;
	padding: 9px 18px 8px 18px;
	font-size: 1.8em;
	line-height: 24px;
	color: #575a5d;
	font-weight: 600;
	border-bottom: 1px solid #bfbfbf;
}

#context > div header h2::after,
#context > div header h2::before {
	content: "";
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	position: absolute;
}

#context > div header h2::after {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	border: none;
	border-right: 1px solid #bfbfbf;
}

#content-left ul.ce-uploads li,
#content ul.ce-uploads li,
#context ul.ce-uploads li{
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 1.6em;
	line-height: 24px;
}

#content-left ul.ce-uploads li::before,
#content ul.ce-uploads li::before,
#context ul.ce-uploads li::before {
	display: none;
}

#content-left ul.ce-uploads li a,
#context ul.ce-uploads li a {
	display: block;
	padding: 12px;
	position: relative;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	line-height: 24px;
	font-weight: 500;
	color: #575a5d;
	padding-right: 48px;

	-webkit-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.1);
}

#content-left ul.ce-uploads li a:hover,
#content ul.ce-uploads li a:hover,
#context ul.ce-uploads li a:hover {
	background-color: #f2f2f2;

	-webkit-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0);
	-moz-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0);
	box-shadow: -2px 2px 2px 0px rgba(0,0,0,0);
}

#content-left ul.ce-uploads li.icon-pdf a:hover::after,
#context ul.ce-uploads li.icon-pdf a:hover::after {
	background-color: #f2f2f2;
}


#context ul.ce-uploads li.icon-jpg a::after,
#content-left ul.ce-uploads li.icon-jpg a::after,
#content-left ul.ce-uploads li.icon-pdf a::after,
#context ul.ce-uploads li.icon-pdf a::after {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fde0ea;
	background-image: url("../images/icon-pdf.png");
	background-repeat: no-repeat;
	background-position: center;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}



#content-left ul.ce-uploads li a span,
#content ul.ce-uploads li a span,
#context ul.ce-uploads li a span {
	display: block;
	line-height: 24px;
}

#content ul.ce-uploads li a span {
	font-weight: bold;
}

#content ul.ce-uploads li a span.ce-uploads-description {
	font-style: italic;
	font-weight: normal;
}

#content-left ul.ce-uploads li a span.ce-uploads-filesize,
#content ul.ce-uploads li a span.ce-uploads-filesize,
#context ul.ce-uploads li a span.ce-uploads-filesize {
	font-weight: 400;
	color: #999999;
	font-style: italic;
}

#content ul.ce-uploads li a {
	display: block;
	padding: 12px 12px 12px 72px;
	position: relative;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	line-height: 24px;
	font-weight: 500;
	color: #575a5d;
	padding-right: 48px;

	-webkit-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.1);
}

#content-with-context #content ul.ce-uploads li {
	margin-bottom: 9px;
}

#content ul.ce-uploads li.icon-pdf a::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #bfbfbf;
	left: 0;
	top: 0;
}

#content ul.ce-uploads li.icon-thumbnail a {padding: 12px 2% 12px 9%;display:inline-block;width:89%;}
#content ul.ce-uploads li.icon-thumbnail img {max-width:18%;margin-right:2%;float:left;}

#content ul.ce-uploads li a::after,
#content ul.ce-uploads li.icon-pdf a::after {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	left: 12px;
	top: 12px;
	background-color: #fde0ea;
	background-image: url("../images/icon-pdf-big.png");
	background-repeat: no-repeat;
	background-position: center;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}



#context ul.ce-uploads li.icon-jpg a::after {
	background-image: url("../images/icon-image.png");
}

#content ul.ce-uploads li.icon-jpg a::after {
	background-image: url("../images/icon-image-big.png");
}

#content-right #context .tx-ttaddress {
	padding: 12px;
	border-left: 1px solid #bfbfbf;
}

#content-right #context .tx-ttaddress p {
	font-size: 1.6em;
	line-height: 24px;
}

#content-right #context .tx-ttaddress .address-detail-wrapper > div {
	margin-bottom: 12px;
}

#gme-1-search input.js-gme-sword {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #bfbfbf;
    border-right-color: rgb(191, 191, 191);
    border-right-style: solid;
    border-right-width: 2px;
	padding: 10px 12px;
	float: left;
	width: 70%;
	position: relative;
	z-index: 20;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.8em;
	line-height: 24px;
	color: #575a5d;
	border-right: none; 
}

#gme-1-search input.js-gme-submit {
	background-color: #D60B52;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	padding: 11px 12px 10px 12px;
	border-bottom: 3px solid #D60B52;
	color: #ffffff;
	font-weight: bold;
	webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
	
	font-family: 'Montserrat',sans-serif;
	font-size: 1.8em;
	line-height: 24px;
	float: right;
	width: 30%;
	position: relative;
	z-index: 20;
	cursor: pointer;
}

#gme-1-search input.js-gme-submit:hover {
	background-color: #D60B52;
}

/*************************
 VERANSTALTUNGEN
*************************/

.tx-sf-event-mgt {
	margin-bottom: 24px;
}

.tx-sf-event-mgt .event-detail-row.registrierung p {margin-bottom:0;}


#maincontent .event-buttons-top ul li {
	float: left;
	padding: 0;
	margin: 0 12px 12px 0;
}

#maincontent .event-buttons-top ul li::before {
	display: none;
}

#maincontent .event-buttons-top ul li.clearer {
	float: none;
}

#maincontent .event-buttons-top ul li a {
	display: block;
	border: 2px solid #d60b52;
	padding: 6px;
}

.dropbtn {
  background-color: #ac5673;
  color: white;
  padding: 12px;
  font-size: 1.8em;
  line-height: 24px;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-image:url("../images/icon-plus.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  cursor:pointer;
}

.dropdown {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 48px;
}

.dropdown p {
  margin-bottom: 0;
}

.dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fde0ea;
  min-width: 160px;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  
	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
}

.dropdown:hover .dropdown-content {position: relative;}

#maincontent .dropdown-content a {
  color: #5C636D;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: rgba(255,255,255,.5);
  border-bottom: 1px solid #ffffff;
}

#maincontent .dropdown-content a:hover {background-color: transparent;}
#maincontent .dropdown:hover .dropdown-content {opacity: 1;visibility: visible;}
#maincontent .dropdown:hover .dropbtn {background-color: #D60B52;} 

.frame-without-border .tx-sf-event-mgt h2 {
	display: none;
}

.event-calendar ul {
	clear: both;
	border-bottom: 1px solid #ffffff;
	background-color: #fff;
}

#maincontent .event-calendar ul.event-calendar__weekdays {
	border: none;
	background-color: #fde0ea;
}

#maincontent .event-calendar ul.event-calendar__weekdays li {
	font-size: 1.8em;
	font-weight: bold;
	padding: 6px;
	box-sizing: border-box;
}

.event-calendar ul li {
	float: left;
	width: 14.2%;
	text-align: center;
	margin: 0;
}

#maincontent .event-calendar ul {
	margin: 0;
}

#maincontent .event-calendar ul.event-calendar__browser {
	overflow: hidden;
	background-color: #D60B52;
	border: none;
}

#maincontent .event-calendar ul li {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#maincontent .event-calendar ul.event-calendar__days li.clearer,
#maincontent .event-calendar ul li.clearer {
	float: none;
	padding: 0;
	border: none;
}

#maincontent .event-calendar ul li::before {
	display: none;
}

#maincontent .col-left .tx-sf-event-mgt h2 {
	font-size: 2em;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #D60B52;
	margin: 0;
	padding: 12px;
	text-align: center;
}

.event-calendar ul.event-calendar__weekdays li,
.event-calendar ul.event-calendar__days li {
	padding: 10px 0;
}

#maincontent .event-calendar ul.event-calendar__days li.event-calendar__day-today {
	background-color: #fde0ea;
	font-weight: bold;
	border-color: #fde0ea;
}

.event-calendar ul.event-calendar__days {
	position: relative;
	background-color: #f2f2f2;
}

#maincontent .event-calendar ul.event-calendar__days li {
	font-size: 1.8em;
	padding: 8px 9px 7px 9px;
	box-sizing: border-box;
	border-right: 1px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	position: static;
}

#maincontent .event-calendar ul.event-calendar__days li::last-child {
	border-right: none;
}

#maincontent .event-calendar ul.event-calendar__days li.has-events {
	background-color: #D60B52;
	border-bottom: 3px solid #D60B52;
	color: #fff;
}

.event-calendar ul.event-calendar__days li.has-events > div > div{
	display: block;
	padding: 10px 0;
	border-right: 1px solid #fff;
}

.event-calendar ul.event-calendar__days li.has-events:hover {
	background-color: #0095c3;
}

.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event {
	position: absolute;
	left: 0;
	top:100%;
	width: 100%;
	background-color: #D60B52;
	color: #fff;
	padding: 12px;
	z-index: 99;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	
	-webkit-transition:all 250ms ease-out 50ms;
	-moz-transition:all 250ms ease-out 50ms;
	-o-transition:all 250ms ease-out 50ms;
	transition:all 250ms ease-out 50ms;
}

.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event a {
	display: block;
	text-align: left;
	line-height: 24px;
	color: #ffffff;
}

.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event ul {
	background-color: transparent;
	border: none;
}

.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event ul li {
	padding: 0;
	margin: 0;
}

.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event ul li div,
.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 11px 24px 12px 12px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 96% center;
}


.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event ul li a:hover {
	background-color: #0367A2;
}

.event-calendar ul.event-calendar__days li.has-events:hover .event-calendar__day-event {
	opacity: 1;
	visibility: visible;
}

.event-calendar .event-calendar__day-event ul li {
	float: none;
	width: 100%;
	text-align: left;
}

.event-calendar ul.event-calendar__browser {
	background-color: #00c4df;
	color: #fff;
}

.event-calendar ul.event-calendar__browser li {
	width: 70%;
	text-align: center;
	margin: 0;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-current h3 {
	font-size: 1.8em;
	padding: 9px 0;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-next,
.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev {
	width: 15%;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a,
.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a {
	display: block;
	height: 48px;
	position: relative;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a {
	border-left: none;
	background-image: url("../images/icon-arrow-right-orange.png");
	background-repeat: no-repeat;
	background-position: center;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a {
	border-right: none;
	background-image: url("../images/icon-arrow-left-orange.png");
	background-repeat: no-repeat;
	background-position: center;
}

.event-calendar .event-calendar__weeknumber {
	display: none;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a div,
.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a div {
	display: block;
	height: 100%;
	width: 100%;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a div:after, 
.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a div:before {
	left: 50%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a div:after {
	border-color: rgba(106, 211, 229, 0);
	border-left-color: #00c4df;
	border-width: 6px;
	margin-top: -6px;
}
.event-calendar ul.event-calendar__browser li.event-calendar__browser-next a div:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a div:after, 
.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a div:before {
	right: 50%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a div:after {
	border-color: rgba(106, 211, 229, 0);
	border-right-color: #00c4df;
	border-width: 6px;
	margin-top: -6px;
}
.event-calendar ul.event-calendar__browser li.event-calendar__browser-prev a div:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}

#maincontent ul.paginator,
#maincontent ul.f3-widget-paginator {
	overflow: hidden;
	clear: both;
	margin-top: 48px;
}

#maincontent .page-navigation ul.f3-widget-paginator {
	margin-top: 0;
}

#maincontent .page-navigation {
	margin-top: 48px;
}

#maincontent ul.paginator li,
#maincontent .kesearch_pagebrowser ul li,
#maincontent ul.f3-widget-paginator li {
	float: left;
	margin: 0 12px 0 0;
	line-height: 100%;
	padding: 0;
}

#maincontent ul.paginator li::before,
#maincontent .kesearch_pagebrowser ul li::before,
#maincontent ul.f3-widget-paginator li::before {
	display: none;
}

#maincontent ul.paginator li a,
#maincontent .kesearch_pagebrowser ul li a,
#maincontent ul.f3-widget-paginator li.current,
#maincontent ul.f3-widget-paginator li a {
	display: inline-block;
	padding: 10px 12px;
	line-height: 100%;
	border: 2px solid #D60B52;
	color: #D60B52;
	font-weight: 500;
	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
}

#maincontent .news ul.f3-widget-paginator li.current,
#maincontent .news ul.f3-widget-paginator li a {
	border-color: #0fbfac;
	color: #d60b52;
}


#maincontent ul.paginator li.current a,
#maincontent ul.paginator li a:hover,
#maincontent .kesearch_pagebrowser ul li a.current,
#maincontent .kesearch_pagebrowser ul li a:hover,
#maincontent ul.f3-widget-paginator li.current,
#maincontent ul.f3-widget-paginator li a:hover {
	color: #ffffff;
	background-color: #D60B52;
	border-color: #D60B52;
	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
}

#maincontent .news ul.f3-widget-paginator li.current,
#maincontent .news ul.f3-widget-paginator li a:hover {
	background-color: #d60b52;
	border-color: #d60b52;
	color: #ffffff;
}


#maincontent .tx-sf-event-mgt ul.f3-widget-paginator li.current {
	padding:0;
	border:none;
}
#maincontent .tx-sf-event-mgt ul.f3-widget-paginator li.current a {color:#ffffff;}
#maincontent .tx-sf-event-mgt ul.f3-widget-paginator li a:hover {
}

/*************************
 ACCORDION
*************************/

#maincontent .c-accordion-item .c-accordion-title,
#maincontent .ui-accordion-header {
	font-family: 'Montserrat', sans-serif; 
	border: 2px solid #D60B52;
	color: #D60B52;
	font-size: 1.8em;
	margin: 12px 0 0 0;
	padding: 10px 48px 10px 12px;
	line-height: 24px;
	border-radius: 0;
	background: #ffffff;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px	rgba(0,0,0,0.15);

	-webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

#maincontent .c-accordion-item .c-accordion-title:hover,
#maincontent .c-accordion-item.act .c-accordion-title,
#maincontent .ui-accordion-header.ui-state-active,
#maincontent .ui-accordion-header:hover {
	background-color: #d60b52;
	border-color: #d60b52;
	color: #ffffff;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px	rgba(0,0,0,0);
}

#maincontent .ui-accordion-header:hover .ui-icon {
	border-color: #D60B52;
}

#maincontent .c-accordion-item .c-accordion-content {
  padding: 0 24px;
  background-color: #f2f2f2;
  border: none;
  visibility: hidden;
}

#maincontent .c-accordion-item.act .c-accordion-content {
  opacity: 1;
  visibility: visible;
  padding: 24px;
}

#maincontent .ui-accordion .ui-accordion-content {
	padding: 24px;
	background-color: #f2f2f2;
	border: none;
}

#maincontent .c-accordion-title::before, 
#maincontent .c-accordion-item.act .c-accordion-title::after {
	display: block;
}

#maincontent .c-accordion-title::before, 
#maincontent .c-accordion-title::after,
#maincontent .ui-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 0;
	left: auto;
	right: 6px;
	top: 7px;
	box-sizing: border-box;
	background: #ffffff;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-image: url("../images/icon-plus.png");
	background-repeat: no-repeat;
	background-position: center;
}

#maincontent .c-accordion-item.act .c-accordion-title::before,
#maincontent .c-accordion-title::after,
#maincontent .ui-state-active .ui-icon {
	background-image: url("../images/icon-minus.png");
	display: none;
}

#maincontent .c-accordion-item.act .c-accordion-title::after,
#maincontent .ui-accordion-header.ui-state-active .ui-icon {
	background-color: transparent;
	border-color: transparent;
}

#maincontent .ui-widget {
	font-size: 1em;
}

#maincontent .ui-accordion .ui-accordion-content .frame header h1,
#maincontent .ui-accordion .ui-accordion-content .frame header h2,
#maincontent .ui-accordion .ui-accordion-content .frame header h3,
#maincontent .ui-accordion .ui-accordion-content .frame header h4,
#maincontent .ui-accordion .ui-accordion-content .frame header h5 {
	margin-top: 0;
}

#maincontent .ui-accordion .ui-accordion-content .frame h1,
#maincontent .ui-accordion .ui-accordion-content .frame h2,
#maincontent .ui-accordion .ui-accordion-content .frame h3,
#maincontent .ui-accordion .ui-accordion-content .frame h4,
#maincontent .ui-accordion .ui-accordion-content .frame header h1,
#maincontent .ui-accordion .ui-accordion-content .frame header h2,
#maincontent .ui-accordion .ui-accordion-content .frame header h3,
#maincontent .ui-accordion .ui-accordion-content .frame header h4 {
	color: #d60b52;
	font-weight: normal;
}

#maincontent .ui-accordion .ui-accordion-content .frame header h1,
#maincontent .ui-accordion .ui-accordion-content .frame header h2 {
	font-size: 2.4em;
	margin-bottom: 12px;
}

#maincontent i.fas {
	font-size: 14px;
	color: #d60b52;
	padding-right: 6px;position:relative;bottom:2px;
}

#maincontent .ui-accordion .ui-accordion-content .frame-type-list .tx-jhmagnificpopup-pi1 > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 30px;
	padding-left: 18px;
	margin-bottom:12px;
	position: relative;
	display: inline-block;
}

#maincontent .ui-accordion .ui-accordion-content .frame-type-list .tx-jhmagnificpopup-pi1 > a::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 9px;
	border: 2px solid #D60B52;
}

#maincontent .ui-accordion .ui-accordion-content table thead tr th,
#maincontent .ui-accordion .ui-accordion-content table tbody tr th {
	background-color: #d6d6d6;
}

#maincontent .ui-accordion .ui-accordion-content table tbody tr td {
	background-color: #ffffff;
}

#maincontent .ui-accordion .ui-accordion-content p:last-child {margin-bottom:0;}

.white-popup-block {
	padding-top: 30px;
}

/*************************
 SUBNAVI
*************************/

#subnavi ul {
	border-top: 1px solid #D60B52;
}

#subnavi ul li {
	margin: 0;
	padding: 0;
}

#subnavi ul li::before {
	display: none;
}

#subnavi ul li li {
	font-size: 1em;
}

#subnavi ul li a {
	display: block;
	color: #575a5d;
	padding: 9px 12px 8px 12px;
	position: relative;
	border-bottom: 1px solid #D60B52;
	font-weight: 500;
	line-height: 24px;
}

#subnavi ul li.active a,
#subnavi ul li a:hover {
	background-color: #D60B52;
	border-color: #D60B52;
	color: #ffffff;
}

#subnavi ul li a::after,
#subnavi ul li a::before {
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #D60B52;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#subnavi ul li a::after {
	left: auto;
	bottom: auto;
	right: 0;
	top: 0;
}

#subnavi ul li a:hover::after,
#subnavi ul li a:hover::before,
#subnavi ul li.active a::after,
#subnavi ul li.active a::before {
	opacity: 0;
}

#subnavi ul li ul {
	margin: 0;
	border-top: none;
	background-color: #fde0ea;
	padding: 12px 0 12px 12px;
	border-bottom: 1px solid #D60B52;
}

#subnavi ul li ul li ul {
	padding: 0;
}

#subnavi ul li ul li ul li {
}

#subnavi ul li ul li.active ul li a,
#subnavi ul li ul li ul li a {
	border: none;
	padding-left: 30px;
	position: relative;
}

#subnavi ul li ul li.active ul li a::before,
#subnavi ul li ul li ul li a::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border: 1px solid #D60B52;
	background-color: transparent;
	opacity: 1;
	border-radius: 50%;
	left: 12px;
	top: 12px;
}

#subnavi ul li ul li.active ul li a:hover::before,
#subnavi ul li ul li.active ul li.active a::before,
#subnavi ul li ul li ul li.active a::before {
	background-color: #D60B52;
}

#subnavi ul li.active ul li a,
#subnavi ul li ul li a {
	background-color: transparent;
	color: #575a5d;
	font-weight: 400;
	padding: 6px 12px;
}

#subnavi ul li ul li:last-child a {
	border: none;
}

#subnavi ul li ul li.active a,
#subnavi ul li ul li a:hover {
	border-color: #D60B52;
	background-color: #ffbcd3;
	color:#D60B52;
}


/*************************
 STADTPLAN
*************************/

#maincontent .js-map {width:100% !important;margin-bottom:25px;}
#maincontent .gme-cats,
#maincontent #gme-3-search {display:none;}
#maincontent #c17391 {position:relative;}

.gm-style,
.gm-style .gm-style-iw {
	font-size: 1em;
}

#gme-1 {
	width: 100% !important;
}

#maincontent .gme-cats {
	overflow: hidden;
	margin-top: 12px;
}

#maincontent .gme-cats li {
	float: left;
	width: 32.388%;
	padding: 0;
	font-size: 1.4em;
	margin-right: 1.419%;
	position: relative;
	margin-bottom: 12px;
}

#maincontent .gme-cats li::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 42px;
	top: 3px;
	left: 3px;
	background-image: url("../images/marker_firmen.png");
	background-repeat: no-repeat;
	background-position: center;
}

#maincontent .gme-cats li.category-85::after {background-image: url("../images/marker_freizeit.png");}
#maincontent .gme-cats li.category-44::after {background-image: url("../images/marker_kirchen.png");}
#maincontent .gme-cats li.category-43::after {background-image: url("../images/marker_sporthallen_01.png");}
#maincontent .gme-cats li.category-84::after {background-image: url("../images/marker_kultur.png");}
#maincontent .gme-cats li.category-79::after {background-image: url("../images/marker_oeffentliche_einrichtungen.png");}
#maincontent .gme-cats li.category-86::after {background-image: url("../images/marker_sonstiges.png");}
#maincontent .gme-cats li.category-81::after {background-image: url("../images/marker_schulen.png");}
#maincontent .gme-cats li.category-82::after {background-image: url("../images/marker_kindergarten.png");}
#maincontent .gme-cats li.category-83::after {background-image: url("../images/marker_hotels.png");}

#maincontent .gme-cats li.right {
	margin-right: 0;
}

#maincontent .gme-cats li > div {
	padding: 12px 12px 12px 48px;
	border: 1px solid #999999;
	min-height: 48px;
}

#maincontent .gme-cats li input {
	float: left;
	width: 15px;
	margin: 6px 6px 0 0;
}

#maincontent .gme-cats li label {
	line-height: 24px;
}

#maincontent .gme-addresses del {
	display: none;
}

#maincontent .gme-addresses li {
	padding: 0;
	margin-bottom: 12px;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#maincontent .gme-addresses li h5 {
	font-size: 1em;
	margin: 0;
}

#maincontent .gme-cats li::before,
#maincontent .gme-addresses li::before {
	display: none;
}

#maincontent .gme-addresses li div.gme-address-wrapper {
	padding: 12px;
	background-color: #f2f2f2;
}

#maincontent .gme-addresses li div.gme-address-wrapper p {
	margin: 0;
}

#maincontent .gme-addresses li div.gme-address-wrapper .gme-address-content {
	float: left;
	width: 60%;
}

#maincontent .gme-addresses li div.gme-address-wrapper div.gme-address-address {
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#maincontent .gme-addresses li.show-info div.gme-address-wrapper div.gme-address-address {
	height: auto;
	opacity: 1;
	visibility: visible;
}

#maincontent .gme-addresses .gme-address-links .button {
	float: right;
	margin: 0 0 0 12px;
}

#maincontent .gme-addresses .gme-address-links .button a {
	width: 48px;
	height: 48px;
	padding: 0;
	background-image: url("../images/icon-gomaps-info.png");
	background-repeat: no-repeat;
	background-position: center;
}

#maincontent .gme-addresses .gme-address-links .button a.js-gme-address {
	background-image: url("../images/icon-gomaps-location.png");
}

#accessible {
	margin-top: -30px;
	margin-bottom: 30px;
}

#accessible #contrast-wrap {
    float: left;
    width: auto;
}

#contrast a {
  display: block;
  text-decoration: none;
  margin-left: 6px;
  color: #616265;
  padding: 10px 12px 10px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-image: url("../images/icon-contrast.png");
  background-repeat: no-repeat;
  
  border: 1px solid #cccccc;
	background-position-y: center;
	background-position-x: 6px;
	position: relative;
	margin-bottom: 12px;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
}

#contrast a:hover {
	background-color: #f2f2f2;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
}

/*************************
 NEWS
*************************/

#important-links .wrapper,
#events .wrapper,
#quicklinks .wrapper,
#news .wrapper {
	max-width: 112.8em;
}

#news h2 {
	color: #d60b52;
}

.news {
	margin-bottom: 60px;
}

.news-article {
	position: relative;
	margin-bottom: 24px;
}

.news-article.topnews a {
	background-color: #fef9e8;
	border: 2px solid #fad768;
}

.subpage .news-article a {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.subpage .news-article a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);	
}

.news-article.topnews a:hover {
	background-color: #ffffff;
}

.news-article.topnews a::after,
.news-article.topnews a::before,
.news-article.topnews::after,
.news-article.topnews::before {
	display: none;
}

.news-article.topnews .news-icon {
	background-color: #ffffff;
}

.news-article.topnews .news-icon::before {
	background-image: url("../images/icon-note.png");
}

.subpage .more-text,
.news-article.topnews .more-text {
	display: none;
}

.news-article.topnews:hover a.more-button,
.news-article.topnews a.more-button:hover,
.news-article.topnews a.more-button {
	border: none;
	background-color: #fcebb3;
	background-image: url("../images/icon-note.png");
	background-size: contain;
}

.news-article a::before,
.news-article::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 72px;
	background-color: #bfbfbf;
	left: 0;
	bottom: 0;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.news-article::before {
	width: 72px;
	background-color: #ffffff;
	border-left: 1px solid #bfbfbf;
}

.news-article:hover::before {
	border-color: #d60b52;

	-webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: -3px 3px 6px 0px rgba(0,0,0,0);
}

.news-article a::after,
.news-article::after {
	content: "";
	position: absolute;
	width: 60%;
	height: 1px;
	background-color: #bfbfbf;
	left: 0;
	bottom: 0;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.news-article a::after,
.news-article a::before {
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}

.news-article:hover a::before,
.news-article:hover a::after,
.news-article:hover::after {
	background-color: #d60b52;
}

.news-article a {
	display: block;
	position: relative;
	padding: 12px;
	margin: 0 48px 1px 1px;
}

.news-article a:hover {
	background-color: #f2f2f2;
}

.news-icon {
	background-color: #f2f2f2;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-icon::before {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -24px;
	background-image: url("../images/icon-news.png");
	background-repeat: no-repeat;
	background-position: center;
}

.news-icon.icon-category-91::before {
	background-image: url("../images/icon-jobs.png");
}

.news-icon img {
	max-width: 48px;
}

.news-content-wrapper {
	margin-left: 96px;
	width: 75%;
}

.news-content h3 {
	font-size: 2em;
	color: #575a5d;
	margin: 12px 0;
}

.news-content p {
	margin-bottom: 18px;
}

.news-footer p {
	font-size: 1.4em;
	font-style: italic;
	color: #858a8f;
	margin-bottom: 0;
}

.more-text {
	position: absolute;
	right: 12px;
	top: 12px;
}

.more-text p {
	font-size: 2em;
	font-weight: bold;
	color: #dbf2f0;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.news-article:hover .more-text {
	opacity: 0;
	visibility: hidden;
}

a.more-button {
	position: absolute;
	width: 48px;
	height: 48px;
	background:#f3f3f3;
	padding: 0;
	right: -48px;
	top: 0;
	background-image: url("../images/icon-arrow-right-blue.png");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}

a.more-button::before,
a.more-button::after {
	display: none;
}

.news-article:hover a.more-button {
	background-color: #d60b52;
	background-image: url("../images/icon-arrow-right-white-blank.png");
}

.news-single .header h1 {
	margin-bottom: 12px;
}

.news-single .footer {
	display: inline-block;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 24px;
	padding-bottom: 12px;
}

.news-single .footer p {
	font-size: 1.6em;
	color: #999999;
	margin: 0;
}

.news-single .footer p .news-list-date {
	border-right: 1px solid #999999;
	display: inline-block;
	margin-right: 12px;
	padding-right: 12px;
}

.news-single .footer p .news-list-category > span {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding-right: 12px;
}

.news-single .footer p .news-list-category > span::after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.news-single .footer p .news-list-category > span:last-child::after {
	display: none;
}

.news-single .footer p .news-list-category > span:last-child {
	margin-right: 0;
	padding-right: 0;
}

.news-single .news-img-wrap {
	float:right;
	width: 31.482%;
	margin-left: 2.779%;
	margin-bottom: 24px;
	position: relative;
}

.news-single .news-img-wrap::after {
	content: "";
	position: absolute;
	width: 96%;
	height: 96%;
	background: #f2f2f2;
	right: 0;
	bottom: 0;
	border: 1px solid #bfbfbf;
	z-index: 0;
}

.news-single .news-img-wrap .outer {
	margin: 0 12px 12px 0;
	position: relative;
	z-index: 10;
}

.pid-0 .news .paging,
.pid-0 .news .news-icon,
.pid-0 .news .news-article::before,
.pid-0 .news .more-text,
.pid-0 .news .news-footer {display:none;}
.pid-0 .news .news-content-wrapper {margin-left:0;}
.pid-0 .news .news-content-wrapper {width:100%;}

.fancybox-overlay {
	z-index: 999999;
}


/*************************
 QUICKLINKS
*************************/

#quicklinks {
	padding: 42px 0;
}

.box-quicklink a {
	display: block;
	background-color: #ffffff;
	position: relative;
	width: 192px;
	height: 192px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.box-quicklink a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.box-quicklink a > div {
	height: 100%;
	background: #fff;
	z-index: 20;
	position: relative;
}

.box-quicklink a::before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	right: -48px;
	background-color: #dbf2f0;
	background-image: url("../images/icon-arrow-right-green.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.box-quicklink a:hover::before {
	background-color: #d60b52;
	background-image: url("../images/icon-arrow-right-white-blank.png");
}

.box-quicklink a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: -12px;
	bottom: -12px;
	border: 1px solid #cbcbcb;
	z-index: 0;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.box-quicklink a:hover::after {
	border-color: #d60b52;
}

.box-quicklink img {
	max-width: 96px;
	margin: 0 auto;
}

.box-content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 120px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.box-quicklink p {
	font-family: 'Fira Sans', sans-serif;
	font-size: 2em;
	text-align: center;
	padding: 0 24px 0 24px;
	font-weight: bold;
	margin: 0;
}



/*************************
 EVENTS
*************************/

#events {
	padding: 120px 0;
}

#events .event-buttons-top {
	display: none;
}

.event-list-item {
	margin-bottom: 24px;
	overflow:hidden;
	position:relative;
}

.event-list-item p.ausgebucht {color:#ffffff;font-weight:bold;text-align:center;position:absolute;left:-10px;top:40px;z-index:10;background-color:rgba(255,0,0,0.75);padding:10px;width:100%;transform: rotate(-15deg);}

.event-list-item a {
	display: block;
	position: relative;
	background-image: url("../images/icon-arrow-right-grey.png");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 90%;
}

.event-list-item a::before {
	content: "";
	width: 144px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #bfbfbf;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.event-list-item a:hover::before {
	background-color: #D60B52;
}

.event-list-item .event-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 12px;
	left: 12px;
	background-color: #fde0ea;
}

.event-content-wrapper {
	margin-left: 72px;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 12px;

	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.event-list-item a:hover .event-content-wrapper {
	border-color: #D60B52;
	background-color: #f2f2f2;

	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
}

.event-content h3 {
	font-size: 2em;
	color: #575a5d;
	margin: 0 0 12px 0;
}

.event-content p {
	margin-bottom: 18px;
}

.event-footer p {
    font-size: 1.4em;
    font-style: italic;
    color: #858a8f;
    margin-bottom: 0;
}

.frame-gallery-box {
	position: relative;
	padding: 48px;
}

.frame-gallery-box::after,
.frame-gallery-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #bfbfbf;
	top: 0;
	right: -18px;
}

.frame-gallery-box::after {
	top: auto;
	right: auto;
	left: 0;
	bottom: -18px;
}

.frame-gallery-box h3 {
	margin: 0 0 12px 0;
	position: relative;
	z-index: 20;
}

.frame-gallery-box p{
	margin: 0;
	position: relative;
	z-index: 20;
}

.registration fieldset {padding:20px;margin-bottom:20px;}
.registration fieldset label {font-size:1.8em;color:#575a5d;font-family:"Montserrat";}
.registration fieldset input {clear:both;width:100% !important;}
.registration .submit {cursor: pointer;background-color:#D60B52;border: none;color: #ffffff;padding: 15px 24px 12px 24px;}
.event-summary {
	padding: 36px 36px 24px 36px;
	background-color: #f2f2f2;
	margin-top: 18px;
	position: relative;
}

.event-summary .event-category-image {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}

.event-summary .event-category-image.category-34 {
	background-image: url("../images/icon-calendar.png");
}

.event-summary .event-detail-row h4 {
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 0;
}

.tx-sf-event-mgt h1.event-title {
	margin-bottom: 12px;
}

.event-detail-row.downloads {
	padding: 24px;
	border: 2px solid #f2f2f2;
	margin: 24px 0;
}

.event-detail-row.downloads h4 {
	margin-top: 0;
}

.event-detail-row.downloads ul li:last-child,
.event-detail-row.downloads ul {
	margin: 0;
}

.event-detail-row.event-detail-image {
	float: right;
	width: 31.482%;
	margin-left: 2.779%;
	margin-bottom: 24px;
	position: relative;
}

.event-detail-value.event-additional-image .additional-cols-wrapper > div::after,
.event-detail-row.event-detail-image::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 96%;
  background: #f2f2f2;
  right: 0;
  bottom: 0;
  border: 1px solid #bfbfbf;
  z-index: 0;
}

.event-detail-value.event-additional-image .additional-cols-wrapper > div > div,
.event-detail-value.event-image {
  margin: 0 12px 12px 0;
  position: relative;
  z-index: 10;
}

.event-detail-value.event-additional-image .additional-cols-wrapper > div {
	float: left;
	width: 48.612%;
	margin-bottom: 24px;
	position: relative;
	margin-right: 2.779%;
}

.event-detail-value.event-additional-image .additional-cols-wrapper.cols-03 > div,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-wrapper > div {
	width: 31.482%;
}

.event-detail-value.event-additional-image .additional-cols-wrapper.cols-02 > div.imagecol02,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-02 > div.imagecol04,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-02 > div.imagecol06,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-wrapper > div.imagecol03,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-wrapper > div.imagecol06,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-03 > div.imagecol03,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-03 > div.imagecol06 {
	margin-right: 0;	
}

.event-detail-value.event-additional-image .additional-cols-wrapper.cols-02.cols-03 > div.imagecol02,
.event-detail-value.event-additional-image .additional-cols-wrapper.cols-02.cols-03 > div.imagecol04 {
	margin-right: 2.779%;
}


/*************************
 IMPORTANT LINKS
*************************/

#important-links {
	padding: 120px 0 180px 0;
	background-image: url("../images/bg-auf-einen-klick.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#important-links .three-cols-33 > div {
	width: 31.915%;
	margin-right: 2.128%;
	margin-bottom: 24px;
}

#important-links .three-cols-33 > div.col-right {
	margin-right: 0;
}

#events h2,
#news h2,
#important-links h2 {
	font-size: 4.2em;
	line-height: 48px;
	margin-top: 0;
	color: #ffffff;
	text-align: center;
}

#news h2 {
	text-align: left;
	color: #d60b52;
}

#events h2 {
	text-align: left;
	color: #D60B52;
}

.important-box a {
	display: block;
	position: relative;
	height: 132px;
}

.important-box a::after {
	content: "";
	width: 93.334%;
	height: 90.091%;
	position: absolute;
	right: 0;
	bottom: -12px;
	border: 1px solid #ffffff;
	z-index: 0;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.important-box a:hover::after {
	opacity: 0;
	visibility: hidden;
}

.important-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	z-index: 999;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;

	background: rgb(13,166,151);
	background: -moz-linear-gradient(321deg, rgba(13,166,151,1) 0%, rgba(15,191,172,1) 100%);
	background: -webkit-linear-gradient(321deg, rgba(13,166,151,1) 0%, rgba(15,191,172,1) 100%);
	background: linear-gradient(321deg, rgba(13,166,151,1) 0%, rgba(15,191,172,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0da697",endColorstr="#0fbfac",GradientType=1);
}

.important-content {
	position: absolute;
	width: 93.334%;
	height: 120px;
	left: 12px;
	top: 12px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	z-index: 20;

	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px	rgba(0,0,0,0.25);
}

.important-box a:hover .important-content {

	background-color: #ffffff;
	background-color: rgba(255,255,255,1);

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px	rgba(0,0,0,0);
}

.important-content > div {
	margin: 30px 0 0 132px;
}

.important-content h3 {
	margin: 0;
	color: #d60b52;
	font-size: 2em;
	padding-right: 24px;
}


/*************************
 FOOTER
*************************/

#footer {
	position: relative;
	margin-top: 100px;
	padding: 72px 0 0 0;
	overflow: hidden;
	clear: both;
}

#footer-bg {
	background-color: #f2f2f2;
}

#footer .wrapper {
	position: relative;
	z-index: 9999;
	padding: 72px 0;
}

#footer .wrapper::after,
#footer .wrapper::before {
	content: "";
	height: 72px;
	width: 100%;
	background-image: url("../images/silhouette-kachel-footer.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	top: -72px;
	left: 100%;
}

#footer .wrapper::before {
	background-position-x:1313px;
}

#footer .wrapper::after {
  left: auto;
  right: 100%;
  width: 500%;
  z-index: 10;
  background-position-x: 760px;
}


#footer .wrapper #footer-content::before {
	content: "";
	height: 72px;
	width: 100%;
	background-image: url("../images/silhouette-footer.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	top: -72px;
	left: 0;
}

#footer-list {
	float: right;
	width: 21.528%;
	margin: 0 2.041%;
}

#footer-sekretariat {
	float: left;
	width: 30.613%;
	margin: 0 2.041%;
}

#footer-contact {
	float: left;
	width: 35.613%;
	margin: 0 2.041%;
}

#footer-contact h3,
#footer-sekretariat h3 {
	font-size: 1.8em;
	color: #575a5d;
	margin: 0 0 12px 0;
}

#footer-contact p {
	margin-bottom: 12px;
}

#footer-list ul li {
	margin: 0 0 6px 0;
	list-style-type: none;
	padding-left: 18px;
	position: relative;
}

#footer-list ul li::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 8px;
	background-image: url("../images/icon-arrow-right-footer-list.png");
	background-repeat: no-repeat;
	background-position: center;
}

#footer-list ul li a {
	color: #575a5d;
}

#footer-list ul li a:hover {
    color: #D60B52;
}

#footer-social {
	float: right;
}

#footer-social ul {
	float: right;
}

#footer-social ul li {
	float: left;
	width: 48px;
	margin: 0 12px 0 0;
	list-style-type: none;
}

#footer-social ul li a {
	display: block;
	width: 48px;
	height: 45px;
	background-color: #D60B52;
	border-bottom: 3px solid #D60B52;

	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.1);
}


#footer-social ul li a:hover {
	background-color: #d60b52;

	-webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: -3px 3px 3px 0px rgba(0,0,0,0);
}

/* D60B52 */

#mm-menu .mm-panel.currentDiv  {
  display: block !important;
  -webkit-transform: translate(0,0) !important;
  -ms-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
}

#mm-clone-menu .mm-navbar .mm-navbar__title,
#mm-menu .mm-navbar .mm-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8em;
  line-height: 48px;
  display: block;
}

#mm-clone-menu .mm-navbar .mm-btn {
  height: 48px;
}

#mm-clone-menu .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  width: 48px;
  height: 49px;
  right: 0;
  top: 0;
  border-color: #DD3973;
}

#mm-clone-menu .mm-listview > li > a {
  padding: 15px;
}

#mm-clone-menu .mm-listitem--selected > .mm-listitem__text {
  background: #DD3973;
}

#mm-clone-menu .mm-navbar .mm-btn::before,
#mm-clone-menu .mm-navbar .mm-btn::after,
#mm-menu .mm-navbar .mm-btn::before,
#mm-menu .mm-navbar .mm-btn::after {
  border-color: #ffffff;
}

.mm-navbar .mm-title a {
  color: #ffffff;
}

#mm-clone-menu .mm-panel .mm-navbar,
#mm-clone-menu .mm-panel,
#mm-menu .mm-panel {
  background-color: #D60B52;
  border-color: #DD3973;
}

.mm-listview {
  font-size: 1em;
}

#mm-clone-menu .mm-panel .mm-listview > li > a,
#mm-menu .mm-panel .mm-listview > li > a {
  border-bottom: 1px solid #DD3973;
  color: #ffffff;
  padding: 15px 48px 15px 15px;
  box-sizing: border-box;
}

#mm-clone-menu .mm-panel .mm-listview > li > a.mm-btn--next {
  padding-right: 0;
}

#mm-clone-menu .mm-panel .mm-listview > li:not(.mm-divider)::after,
#mm-clone-menu .mm-panel .mm-listview > li > a::after,
#mm-menu .mm-panel .mm-listview > li:not(.mm-divider)::after,
#mm-menu .mm-panel .mm-listview > li > a::after {
  display: block;
}

#mm-clone-menu .mm-panel .mm-listview > li > a.mm-next,
#mm-menu .mm-panel .mm-listview > li > a.mm-next {
  background-image: url("../images/icon-arrow-right-white-blank.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  width: 48px;
}

#mm-clone-menu .mm-panel .mm-listview > li > a::after {
  border-color: #ffffff;
}

.mm-listview > li .mm-next::before {
  border-color: #DD3973;
}

.mm-listitem::after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0;
}

#mm-clone-menu .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  border-color: #DD3973;
}

html .mm-slideout::before {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out 50ms;
  -moz-transition: all 250ms ease-out 50ms;
  -o-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
  opacity: 0;
  visibility: hidden;
}

.mm-blocker.mm-wrapper__blocker {
  z-index: 999999;
  background: rgba(0,0,0,.75);
}

html.mm-opening .mm-slideout::before {
  opacity: 1;
  visibility: visible;
}

.mm-page {
  z-index: 20;
}

.mm-menu.mm-pageshadow::after {
  display: none;
}

button.mfp-arrow.mfp-arrow-left::after,
button.mfp-arrow.mfp-arrow-left::before,
button.mfp-arrow.mfp-arrow-right::after,
button.mfp-arrow.mfp-arrow-right::before {
	display: none;
}

button.mfp-arrow.mfp-arrow-left {
	background-image: url("../images/icon-arrow-left-white.png");
	background-repeat: no-repeat;
	background-position: center;
}

button.mfp-arrow.mfp-arrow-right {
	background-image: url("../images/icon-arrow-right-white.png");
	background-repeat: no-repeat;
	background-position: center;
}

.gme-info-window .info_name p,
.gme-info-window p:nth-child(1){font-weight:bold;}
.gme-info-window p {margin-bottom:0;}

@media screen and (max-width: 1280px) {

	#header-bg-bottom {display: none;}
	#slider .flex-caption-wrapper {width: 60%; bottom: 104px; max-width: none;}
	
	#mainnavi::before {content:""; position: absolute; width: 100%; height: 100px;top: -112px;background-image: url("../images/slider-bg-bottom.png");background-size: contain; background-repeat: repeat-x;}
	
	#footer .wrapper #footer-content,
	#maincontent .wrapper {width: 94%;margin: 0 auto;}

	#footer .wrapper::after,
	#footer .wrapper::before {display: none;}
	#footer-social {float: right;margin: 0;}

	#maincontent .box-quicklink a {max-width: 75%;}
	#maincontent .frame-gallery-box {padding: 36px;}
	#maincontent .frame-gallery-box::after, 
	#maincontent .frame-gallery-box::before {width: 96%;right: 0;}
	#maincontent .news .more-text {display: none;}
	
	#maincontent .important-icon {width: 104px; height: 104px;}
	#maincontent .important-content > div {margin-left: 104px;}
	
	#mainnavi .wrapper nav::before {display: none;}
	#mainnavi ul li a::before {background-size: contain;}
	
	/*#mainnavi ul li a:hover::after {opacity: 0; visibility: hidden;}*/
	.two-cols-50,
	.three-cols-33 {width:94%;}
}

@media screen and (max-width: 1024px) {

	#icons ul li#toggle-button {position: relative; width: 48px; height: 48px;}
	#toggle-button a {position: absolute; display: inline-block; width: 48px; height: 48px; background-color: #d60b52;}
	#icons ul li#toggle-button div {margin-top: 11px;}
	#icons ul li#toggle-button span {position: static; width: 60%; height: 5px; background-color: #ffffff; display: block; margin: 5px auto;}

	#header-bg-bottom {display: none;}
	#header #logo {min-width: 0; width: auto;}
	#header #logo img {max-width: 130px;}
	#header #icons {float: right;margin: 12px 12px 0 0;}
	#header #icons ul li#toggle-button {float: right;}
	#header-image {position: relative; z-index: 10;}
	#header-image::after {content: "";position: absolute;width: 100%;height: 120px;left: 0;bottom: 0;background-image: url("../images/slider-bg-bottom.png");background-repeat: repeat-x;background-position: left top;background-size: contain;z-index: 20;}
	#oeffnungszeitenblock-inhalt, #contactblock-inhalt, #searchblock-inhalt {left: auto; right: 12px;}
	#oeffnungszeiten-box, #contact-box, #search-box {position: static;}
	#search-box #searchblock-inhalt, #search-box.clicked #searchblock-inhalt {left: 0; width: auto; top: 60px;right: 12px;}

	#mainnavi {border-color: #fcfcfc;}
	#subnavi,
	#mainnavi ul {display: none;}
	#mainnavi::before {display: none;}
	#mainnavi ul li.element-06 {display:block;}

	#footer .wrapper #footer-content,
	#maincontent .wrapper {width: 94%;margin: 0 auto;}
	#footer-list,
	#footer-sekretariat, 
	#footer-contact,
	#maincontent .two-cols-33-66 .col-right,
	#maincontent .two-cols-33-66 .col-left,
	#content-right,
	#content-left,
	#content.with-context-right,
	#context {float: none; width: 100%;}
	#footer-list, #footer-sekretariat {margin-top: 48px;}
	.four-cols-25 > div {width: 50%;margin-bottom: 48px;}
	.four-cols-25 > div.clearer {margin: 0; width: 100%;}
	#context {margin-top: 60px;}

	#footer .wrapper::after,
	#footer .wrapper::before {display: none;}
	#footer-social {float: left;margin: 48px 0 24px 0;}

	#maincontent #quicklinks {padding-top: 60px;}
	#maincontent .box-quicklink a {width: 80%;}
	#maincontent .box-quicklink img {padding-top: 9px;}
	
	#maincontent .important-icon {left: 12px;}
	#maincontent .important-box a {height: auto;}
	#maincontent .important-content {width: 96%;position: relative;height: 216px;left: 0;}
	#maincontent .important-content > div {margin: 0; padding: 120px 12px 0 12px;}
	#maincontent .important-content h3 {padding: 0;}
	.important-box a::after {height: 100%;bottom: -24px;}
	
	#maincontent .frame-gallery-box {padding: 36px;}
	#maincontent .frame-gallery-box::after, 
	#maincontent .frame-gallery-box::before {width: 96%;right: 0;}
	
	#maincontent .news .more-text {display: none;}

	#maincontent .event-list-item a {background-image: none;}
	#events .button.btn-outline a {max-width: 360px; margin: 24px auto 0 auto;padding-left: 0; padding-right:0;}
	#events .col-left {margin-bottom: 60px;}
	#events .col-left .tx-sf-event-mgt {max-width: 36em; margin: 0 auto;}
	
	#mainnavi .wrapper nav::before,
	#mainnavi .wrapper::after, 
	#mainnavi .wrapper::before {display: none;}
	
	#footer .wrapper {padding-bottom: 24px;}
	#footer-list, #footer-sekretariat, #footer-contact {margin-left: 0; margin-right: 0;}
	
	.flexslider {-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;height:auto !important;padding-bottom:12px;}
	#slider .caption-wrapper {position:relative;left:2.5%;top:24px;width:94%;max-width:94%;}
	#mainnavi {border:none;}
	.three-cols-33 .col-left {width:100%;}
	.three-cols-33 .col-center {width:100%;margin:36px 0;}
	.three-cols-33 .col-right {width:100%;}
	
	.pid-0 .frame-type-menu_pages.frame-layout-9 .three-cols-33 > div {float: none; width: 100%;margin-bottom: 0;}
}

@media screen and (max-width: 720px) {
	#header #logo img {max-width: 110px;}
	#header #icons ul li {float: none;margin: 0;}
	#header #icons ul li#toggle-button {float: none;margin-bottom:12px;}
	#header-image .mobile-image {display: block;}	
	#header-image .desktop-image {display: none;}
	
	#oeffnungszeiten-box, #contact-box, #search-box,
	#header #icons {position: static;}
	#oeffnungszeitenblock-inhalt, #contactblock-inhalt, #searchblock-inhalt,
	#oeffnungszeiten-box.clicked #oeffnungszeitenblock-inhalt, #contact-box.clicked #contactblock-inhalt, #search-box.clicked #searchblock-inhalt {right: 60px;left: 0;  width: auto;top: 0;margin: 12px;box-sizing: border-box;padding: 24px;}
	#searchblock-inhalt, #search-box.clicked #searchblock-inhalt {padding-right: 60px;}
	#search-box #searchblock-inhalt, #search-box.clicked #searchblock-inhalt {border: 2px solid #0da697}

	
	#footer .wrapper #footer-content,
	#maincontent .wrapper {width: 90%;margin: 0 auto;}
	#important-links .three-cols-33 > div {float: none; width: 100%;}

	#maincontent .box-quicklink a {width: 75%;}
	#maincontent .box-quicklink img {padding-top: 0;}
	#maincontent .important-content {width: 96%;}
	
	#events .col-left .tx-sf-event-mgt {max-width: none; margin: 0 auto;}
	
	#maincontent .important-icon {left: 0;}
	#maincontent .important-box a {height: 132px;}
	#maincontent .important-content {width: 96%;position: absolute;height: 120px;left: 12px;}
	#maincontent .important-content > div {margin: 30px 0 0 132px; padding: 0;}
	#maincontent .important-content h3 {padding: 0 24px 0 0;}
	.important-box a::after {height: 90%;bottom: -12px;}
	
	#news .news-article a {margin: 0 0 0 1px;}
	#news .news-content-wrapper {margin: 0; width: 100%;padding-bottom: 72px;}
	#news a.more-button {right: 0; bottom: 0; top: auto;}
	#news .news-article a::after, 
	#news .news-article::after {width: 100%;}
	#news .more-text {display: block; top: auto; bottom: 15px;right: 72px;}
	#news .more-text p {margin: 0;}
	
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery {width: 45%; margin-right: 5%;}
	#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {margin-left: 50%;}
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery {width: 45%; margin-left: 5%;}
	#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {margin-right: 50%;}
	#maincontent .ce-gallery.cols-4 > .ce-column,
	#maincontent .ce-gallery.cols-4 .ce-row .ce-column {float: left;width: 48.612%;margin-bottom: 24px;}
	#maincontent .ce-gallery.cols-4 .ce-row {margin-bottom: 0;}
	#maincontent .ce-gallery.cols-4 > .ce-column.col-even,
	#maincontent .ce-gallery.cols-4 .ce-row .ce-column.col-even {margin-right: 0;}
	
	.news-content-wrapper {margin-left: 84px;width: 75%;}
	.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div,
	.two-cols-50 > div {float: none; width: 100%;margin-bottom: 0;}
	.frame-type-menu_pages.frame-layout-9 .three-cols-33 p {font-size:2em !important;padding:30px 2.5% !important;width:95% !important;}
	.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div a {display:block;height:auto !important;}
		
	.two-cols-50 .col-left {width:100%;margin-bottom:36px;}
	.two-cols-50 .col-right {width:100%;}
	.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div, .frame-type-menu_subpages.frame-layout-9 .three-cols-33 > div {width:100%;margin-right:0;}
	.frame-type-menu_pages.frame-layout-9 .menu-lila a, .frame-type-menu_subpages.frame-layout-9 .menu-lila a {height:auto;}
}


@media screen and (max-width: 540px) {


	#header-image img {height: 330px;width: auto;}
	#maincontent .four-cols-25 > div {float: none; width: 100%;margin-bottom: 0;}
	#footer-list {margin-top: 48px;}


	#maincontent .box-quicklink .ce-gallery {float: left; width: 35%;}
	#maincontent .box-quicklink {margin: 0 0 30px 0;}
	#maincontent .box-quicklink a {width: auto; height: auto;margin-right: 48px;}
	#maincontent .box-quicklink img {float: left; margin: 0;width: 96px;max-width: 100%;}
	#maincontent .box-content {display: block;min-height: 0;position: static;width: 60%;float: right;margin-right: 5%; padding: 24px 0;}
	#maincontent .box-quicklink p {text-align: left; padding: 0;}
	
	#maincontent .important-content {width: 93%;}
		

	#maincontent .event-list-item a {background-image: none;}
	#events .button.btn-outline a {max-width: none; margin: 0 auto;}

	#slider .flexslider .slides img {height: 288px; width: auto;}
		
	.news-single .news-img-wrap {width: 45%; margin-left: 5%;}
	.news-single .news-img-wrap::after {width: 90%; height: 90%; bottom: -2%;}
	
	#maincontent .ce-gallery .ce-row {margin-bottom: 0;}
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery {float: none; width: 100%; margin-right: 0;margin-left: 0;}
	#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext,
	#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {margin-left: 0;margin-right: 0;}
	#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery.cols-3 .clearer, 
	#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery.cols-3 .clearer,
	#maincontent .ce-gallery.cols-3 .clearer {clear: none;}
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row .ce-column, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row .ce-column,
	#maincontent .ce-gallery.cols-3 .ce-row .ce-column,
	#maincontent .ce-gallery.cols-4 > .ce-column,
	#maincontent .ce-gallery.cols-4 .ce-row .ce-column {float: left;width: 48.612%;}
	#maincontent .ce-gallery.cols-4 > .ce-column,
	#maincontent .ce-gallery.cols-4 .ce-row .ce-column {margin-bottom: 0;}
	#maincontent .ce-gallery.cols-4 > .ce-column.col-even,
	#maincontent .ce-gallery.cols-4 .ce-row .ce-column.col-even,
	#maincontent .ce-gallery.cols-3 .ce-row.row-even .ce-column.first, 
	#maincontent .ce-gallery.cols-3 .ce-row.row-odd .ce-column.col-even,
	#maincontent .ce-gallery.cols-3 .ce-row.row-even .ce-column.last {margin-right: 0;}
	#maincontent .ce-gallery.cols-3 .ce-row.row-odd .ce-column.first,
	#maincontent .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd,
	#maincontent .ce-gallery.cols-3 .ce-row.row-odd .ce-column.last {clear: both;}
	#maincontent .ce-gallery.cols-3 .ce-row.row-odd .ce-column.last,
	#maincontent .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column.first, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column.first,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-3 .ce-row.row-odd .ce-column.first, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-3 .ce-row.row-odd .ce-column.first,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-3 .ce-row.row-odd .ce-column.last, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-3 .ce-row.row-odd .ce-column.last,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd {margin-right: 2.778%;}
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-3 .ce-row.row-odd .ce-column.last, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-3 .ce-row.row-odd .ce-column.last,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-3 .clearer,
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-3 .clearer  {clear: both;}
	#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext,
	#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext{clear: both;}
	#maincontent .ce-image.ce-above .ce-gallery .ce-column {margin-top: 24px;}
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column.first,
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column.last,
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column.first,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column.last,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2 .ce-row.row-odd .ce-column {width: 100%; margin: 0 0 24px 0;}
	
	.news-content-wrapper {margin-left: 0; width: 100%;}
	.subpage .news-article a {padding-bottom: 96px;}
	.subpage .news-article a.more-button {padding-bottom: 0;}
	.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field img {width:100%;margin-bottom:5px;}
	.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field .captcha-field input {width:100%;}
	.panorama_div,
	.panorama_div .links-1,
	.panorama_div .rechts-1,
	.panorama_div .links-1 img,
	.panorama_div .rechts-1 img {height: 25em;}
}


@media screen and (max-width: 420px) {

	
	#events h2, 
	#news h2, 
	#important-links h2 {font-size: 3.6em; line-height: 42px;}
		
	#maincontent .frame-gallery-box {padding: 24px;}
		
	#maincontent .important-icon {left: 12px;}
	#maincontent .important-box a {height: auto;margin-bottom: 48px;}
	#maincontent .important-content {width: 96%;position: relative;height: auto;left: 0;padding-bottom: 30px;}
	#maincontent .important-content > div {margin: 0; padding: 120px 12px 0 12px;}
	#maincontent .important-content h3 {padding: 0;}
	.important-box a::after {height: 100%;bottom: -24px;}
	
	#oeffnungszeiten-box, #contact-box, #search-box,
	#header #icons {position: static;}
	#oeffnungszeitenblock-inhalt, #contactblock-inhalt, #searchblock-inhalt,
	#oeffnungszeiten-box.clicked #oeffnungszeitenblock-inhalt, #contact-box.clicked #contactblock-inhalt, #search-box.clicked #searchblock-inhalt {left: 0;  width: auto;top: 0;margin: 12px;box-sizing: border-box;padding: 12px;}
	#oeffnungszeitenblock-inhalt .close, #searchblock-inhalt .close, #contactblock-inhalt .close {right: auto; top: auto; bottom: -38px; left: -2px;}
	
	#breadcrumb ul li {padding-top: 0;background-position-y: 6px;}
	.news-single .news-img-wrap {float: none; width: 100%; margin-left: 0;margin-bottom: 36px;}
	.news-single .news-img-wrap::after {height: 100%; bottom: -12px;}
	
	#maincontent .ce-gallery.cols-3 .clearer,
	#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery.cols-3 .clearer, 
	#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery.cols-3 .clearer {clear: both;}
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2,
	#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row .ce-column, 
	#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row .ce-column,
	#maincontent .ce-gallery.cols-3 .ce-row .ce-column,
	#maincontent .ce-gallery.cols-2 .ce-row .ce-column,
	#maincontent .ce-gallery.cols-4 > .ce-column,
	#maincontent .ce-gallery.cols-4 .ce-row .ce-column  {float: none;width: 100%;}
	.panorama_div,
	.panorama_div .links-1,
	.panorama_div .rechts-1,
	.panorama_div .links-1 img,
	.panorama_div .rechts-1 img {height: 20em;}
}