@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Black.ttf');
  font-weight: 800;
  font-style: normal;
}

html {
    font-size: 125%;
    overflow: scroll;
    height: 100%;
}

body {
    font-size: 50%;
    background-color: #fafafa;
    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: 2em;
    line-height: 36px;
    margin-bottom: 24px;
    color: #333333;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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.8em;
    line-height: 36px;
    padding: 6px 12px;
    color: #333333;
    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 #767676;
	font-weight: 600;
  color: #ffffff;
  background-color: #767676;
}

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: 30px;
    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: 9px;
  height: 9px;
  background-color: #ffffff;
  position: absolute;
  left: 3px;
  top: 15px;
  border: 2px solid #ec7416;
}

#maincontent ul.ce-uploads li::before {
  display: none;
}

#maincontent ul ul li::before {
	border: none;
	background-color: #ec7416;
	left: 3px;
	top: 12px;
}

#maincontent ul ul {
	margin-top: 6px;
}

.ui-widget-content a {
	color: #ec7416;
  font-weight: 600;
  text-decoration: underline;
}

a {
  color: #ec7416;
  text-decoration: underline;
  font-weight: 500;

  -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;
}

a:hover {
    color: #000000;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 4.2em;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}


h1+h2 {
	margin-top: 0;
}

h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 3.6em;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 60px;
  color: #000000;
  text-transform: uppercase;
}

h1+h2 {
	margin-top: -30px;
}

header h1+h2,
h3,h4 {
  font-size: 3em;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 600;
}

header h1+h2 {
  margin-top: 45px;
}

h4 {
  color: #ec7416;
}

h5 {
  font-size: 2em;
  line-height: 36px;
  margin-top: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
	color: #767676
}

header + h1,
header + h2,
header + h3,
header + h4,
header + h5 {
  margin-top: 0;
}

.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;
}

header {
  display: flex;
  flex-wrap: wrap;
}

header * {
  width: 100%;
}

header h2+h3 {
  order: 1;
  margin-bottom: 0;
  line-height: 45px;
}

h2:has(+ h3) {
  order: 2;
  margin-top: 0;
}

header h1+h2 {
  order: 1;
  margin-bottom: 0;
}

h1:has(+ h2) {
  order: 2;
  margin-top: 0;
  font-weight: 600;
}

.ce-headline-center {
  text-align: center;
}

.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;
}

#maincontent .space-beforeextra-small,
#maincontent .frame-space-before-extra-small {margin-top: 15px;}
#maincontent .space-beforesmall,
#maincontent .frame-space-before-small {margin-top: 30px;}
#maincontent .space-beforemedium,
#maincontent .frame-space-before-medium {margin-top: 45px;}
#maincontent .space-beforelarge,
#maincontent .frame-space-before-large {margin-top: 60px;}
#maincontent .space-beforeextra-large,
#maincontent .frame-space-before-extra-large {margin-top: 75px;}

#maincontent .frame-space-after-extra-small {margin-bottom: 15px;}
#maincontent .frame-space-after-small {margin-bottom: 30px;}
#maincontent .frame-space-after-medium {margin-bottom: 45px;}
#maincontent .frame-space-after-large {margin-bottom: 60px;}
#maincontent .frame-space-after-extra-large {margin-bottom: 75px;}

.frame-note-box {
	padding: 30px;
	background-color: #eeeeee;
}

.frame-note-box header:first-child h1,
.frame-note-box header:first-child h2,
.frame-note-box header:first-child h3,
.frame-note-box header:first-child h4 {
	color: #ec7416;
  margin-top: 0;
}

.frame-note-box > h1,
.frame-note-box > h2,
.frame-note-box > h3,
.frame-note-box > h4 {
	margin-top: 0;
}

.frame-note-box p {
	font-weight: 500;
}

.frame-note-box p:last-child {
	margin-bottom: 0;
}

.frame-note-box p a {
  text-decoration: none;
  color: #000000;
  border-bottom: 2px solid #ec7416;
}

.frame-note-box p a:hover {
  color: #ec7416;
  border-color: #eeeeee;
}

.frame-note-box p.btn-green.button a {
  color: #ffffff;
}

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: 30px; margin-bottom: 15px;}

.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;
  font-weight: 600;
	line-height: 36px;
	margin-top: 45px;
	margin-bottom: 15px;
	color: #666666;
}

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;}

.ce-div {
	padding: 12px;
	border: none;
}

#menu:not( .mm-menu ) {
  display: none;
}

#c7386 {
	position: relative;
	width: 100%;
	height: 600px;
}

.tx-go-maps-ext a.js-gme-show {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #eeeeee;
	color: #eeeeee;
	border: 2px solid #999999;
}

.tx-go-maps-ext a.js-gme-show::before {
	font-family: 'Montserrat',sans-serif;
	font-size: 1.6em;
	line-height: 30px;
	display: block;
	text-align: center;
	position: absolute;
	content: "Diese Website nutzt Google Maps - klicken Sie hier, um es permanent zu aktivieren. Ich stimme zu, dass mit der Nutzung Daten an Google übertragen werden. Hinweis: Sie können Ihre Einwilligung jederzeit für die Zukunft widerrufen, indem Sie den Cookie tx_gomapsext_show_map löschen. Detaillierte Informationen zum Umgang mit Nutzerdaten finden Sie in unserer Datenschutzerklärung.";
	color: #333333;
	z-index: 10;
	width: 60%;
	left: 20%;
	top: 10%;
}


.tx-go-maps-ext a.js-gme-show::after {
	font-family: 'Montserrat',sans-serif;
	font-size: 1.6em;
	line-height: 36px;
	display: block;
	text-align: center;
	position: absolute;
	content: " [ --- Hier klicken, um Hinweis zu schließen -- ]";
	color: #333333;
	z-index: 10;
	top: auto;
	bottom: 30%;
	width: 60%;
	left: 20%;
}

/*************************
 GENERAL
*************************/

.clearer {
	clear: both;
}

.frame.wrapper,
.wrapper {
	width: 100%;
	max-width: 147em;
	margin: 0 auto;
}

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,
input.powermail_submit,
.button a {
	display: inline-block;
	width: auto;
	background-color: #ec7416;
	color: #ffffff;
	padding: 18px 30px 18px 30px;
  text-decoration: none;
	-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);
  text-align: 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;
  cursor:pointer;
}

.three-cols-33 .button a {
  display: block;
}

.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: #000000;
	-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: #767676;
	border: 1px solid #767676;
	-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);
  line-height: 30px;
  text-align: left;
}

.button.btn-orange-full a {
	background-color: #ef984a;
	border-color: #ec7416;
}

.button.btn-orange-full a:hover {
	background-color: #ec7416;
}

#events .button.btn-outline a {
	display: block;
	text-align: center;
}

.bg-grey {
	background-color: #e9e9e9;
  margin-bottom: -120px;
}

.bg-grey .frame-space-before-extra-large {
  padding: 90px 0;
}

.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: #000000;
	font-size: 18px;
	border-bottom: 3px solid #000000;
	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: #000000;
}

.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: #ec7416;
}

.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: #000000;
}

.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
*************************/

#content > div:first-child header h1,
#content > div:first-child header h2,
#content > div:first-child header h3 {
  margin-top: 0;
}

.three-cols-33 > div.clearer,
.two-cols-50 > div.clearer,
.four-cols-25 > div.clearer {
	float: none;
	width: 100%;
}

.two-cols-30-70 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 0px;
}

.two-cols-50 > div {
	float: left;
	width: 50%;
}

.three-cols-33 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}

#content .three-cols-33 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-auto-rows: 1fr;
}

.three-cols-33.layout-31,
.three-cols-33.layout-30 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

.three-cols-33.layout-30 .col-1 { grid-area: 1 / 1 / 2 / 3; }
.three-cols-33.layout-30 .col-2 { grid-area: 1 / 3 / 2 / 4; }
.three-cols-33.layout-30 .col-3 { grid-area: 1 / 4 / 2 / 5; }

.three-cols-33.layout-31 .col-1 { grid-area: 1 / 1 / 2 / 2; }
.three-cols-33.layout-31 .col-2 { grid-area: 1 / 2 / 2 / 3; }
.three-cols-33.layout-31 .col-3 { grid-area: 1 / 3 / 2 / 5; }

.three-cols-33.layout-31 > div,
.three-cols-33.layout-30 > div {
  float: none;
  width: 100%;
}

.four-cols-25 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-row: auto;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

.two-cols-50 > div {
	float: left;
	width: 50%;
}

.two-cols-50 {display:inline-block;width:100%;}

.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;
}

.c-containerColumns-1-1 .col-1 > div {
  margin-right: 15px;
}

.c-containerColumns-1-1 .col-2 > div {
  margin-left: 15px;
}

.frame-type-menu_subpages.frame-layout-8 a {
  height: 100%;
  display: block;
  background-color: #ffffff;
  position: relative;
}

.frame-type-menu_subpages.frame-layout-8 a::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 30;
  background-image: url(../images/arrow-next-redesign.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
  -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.frame-layout-8 a:hover::after {
  background-color: #000000;
  background-image: url("../images/arrow-next-white-redesign.png");
}

.frame-type-menu_subpages.frame-layout-8 a:hover .image .image-caption,
.frame-type-menu_subpages.frame-layout-8 a:hover {
  background-color: #000000;
  border-color: #ffffff;
}

.frame-type-menu_subpages.frame-layout-8 a:hover .image .image-caption p {
  color: #ffffff;
}

.frame-type-menu_subpages.frame-layout-8 .image .image-caption {
  border: none;
  border-top: 2px solid #ec7416;

  -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.frame-layout-8 .image .image-caption p {
  color: #000000;
  text-align: 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;
}

.frame-type-menu_subpages.frame-layout-8 .three-cols-33 > div.clearer,
.frame-type-menu_subpages.frame-layout-9 .three-cols-33 > div.clearer,
.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div.clearer {
  display: none;
}

.frame-type-menu_subpages.frame-layout-9,
.frame-type-menu_pages.frame-layout-9 .menu-green {
  display: block;
  height: 100%;
}

.frame-type-menu_subpages.frame-layout-9 a,
.frame-type-menu_pages.frame-layout-9 .menu-green a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 90px 30px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.frame-type-menu_subpages.frame-layout-9  a::before,
.frame-type-menu_pages.frame-layout-9 .menu-green a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(85,85,85,.7);
  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;
}

.frame-type-menu_subpages.frame-layout-9 a:hover::after,
.frame-type-menu_pages.frame-layout-9 .menu-green a:hover::after {
  background: rgba(0,0,0,.8);
}

.frame-type-menu_subpages.frame-layout-9 a::before,
.frame-type-menu_pages.frame-layout-9 .menu-green a::before {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.frame-type-menu_subpages.frame-layout-9  a .hoverboxBackgroundImage,
.frame-type-menu_pages.frame-layout-9 .menu-green a .hoverboxBackgroundImage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.frame-type-menu_subpages.frame-layout-9 a .hoverboxContent,
.frame-type-menu_pages.frame-layout-9 .menu-green a .hoverboxContent {
  position: relative;
  z-index: 30;
}

.frame-type-menu_subpages.frame-layout-9 a .hoverboxMore,
.frame-type-menu_pages.frame-layout-9 .menu-green a .hoverboxMore {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 30;
  background-image: url(../images/arrow-next-redesign.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
  -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.frame-layout-9 a:hover .hoverboxMore,
.frame-type-menu_pages.frame-layout-9 .menu-green a:hover .hoverboxMore {
  background-color: #000000;
  background-image: url(../images/arrow-next-white-redesign.png);
}

.frame-type-menu_subpages.frame-layout-9 p,
.frame-type-menu_pages.frame-layout-9 .menu-green p {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 36px;
}



  /*************************
   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: 30px;
}

#maincontent .ce-gallery .ce-column .col-inner,
#maincontent .ce-gallery .ce-row .ce-column .col-inner {
	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-intext.ce-nowrap .ce-gallery .ce-column {
  margin-bottom: 30px;
}

/*
#maincontent .ce-gallery.cols-2 .ce-row .ce-column {
	float: left;
	width: 48.612%;
}
 */

#maincontent .ce-gallery.cols-2 .ce-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-rows: 1fr;
}

#maincontent .ce-gallery.cols-3 .ce-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-rows: 1fr;
}

#maincontent .ce-gallery.cols-4 .ce-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-rows: 1fr;
}

#maincontent .ce-intext .ce-gallery.cols-1 .ce-row,
#maincontent .ce-intext .ce-gallery.cols-2 .ce-row,
#maincontent .ce-intext .ce-gallery.cols-3 .ce-row,
#maincontent .ce-intext .ce-gallery.cols-4 .ce-row {
  display: block;
}

#maincontent .ce-gallery .col-inner,
#maincontent .ce-gallery .image.image-with-caption {
  height: 100%;
}

#maincontent .ce-gallery .image.image-with-caption {
  background: #ffffff;
  border-bottom: 1px solid #bfbfbf;
}

#maincontent .ce-gallery.cols-2 .ce-row div.clearer,
#maincontent .ce-gallery.cols-3 .ce-row div.clearer,
#maincontent .ce-gallery.cols-4 .ce-row div.clearer {
  display: none;
}

#maincontent .ce-right.ce-intext.ce-nowrap .ce-gallery.cols-2 .ce-row,
#maincontent .ce-right.ce-intext.ce-nowrap .ce-gallery.cols-3 .ce-row,
#maincontent .ce-right.ce-intext.ce-nowrap .ce-gallery.cols-4 .ce-row,
#maincontent .ce-left.ce-intext.ce-nowrap .ce-gallery.cols-2 .ce-row,
#maincontent .ce-left.ce-intext.ce-nowrap .ce-gallery.cols-3 .ce-row,
#maincontent .ce-left.ce-intext.ce-nowrap .ce-gallery.cols-4 .ce-row {
  display: block;
}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery.bild-als-logo {width:auto;}

#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery {
  float: right;
  width: 40%;
  margin-left: 0;
  margin-top: 10px;
}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery {
  float: left;
  width: 40%;
  margin-right: 0;
  margin-top: 10px;
}

#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row {
  margin-left: 30px;
}

#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row {
  margin-right: 30px;
}

#maincontent .ce-textpic.ce-right.ce-intext .ce-gallery .image,
#maincontent .ce-textpic.ce-left.ce-intext .ce-gallery .image {
  padding: 15px;
  background-color: #ffffff;
}

#maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	margin-right: 40%;
}

#maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	margin-left: 40%;
}

#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;
	box-sizing: border-box;
}

.image .image-caption p {
	font-size: 1.8em;
	line-height: 27px;
	margin: 0;
	padding: 15px;
}

/*
.frame-type-menu_subpages .image .image-caption {
	position: absolute;
	bottom: 0;
	background: rgb(13,155,140);
	background: rgba(13,155,140,.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: #ec7416;
	padding: 12px;
	box-sizing: border-box;
}

.mfp-counter,
.mfp-title {
	color: #ffffff;
}

.mfp-counter {
	padding: 12px;
}

/*************************
 KESEARCH
*************************/ 

#maincontent #kesearch_results .result-list-item {
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 30px 30px 0;
	margin: 0 0 30px 0;
}

#maincontent .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
	color: #ec7416;
}

#maincontent .tx-kesearch-pi1 #kesearch_results h3 {
	margin: 0;
	color: #000000;
}

#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 {
  overflow: hidden;
}

.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
*************************/

.versteckt {
  opacity: 0;
}

#homeHeaderImage {
  position: relative;
  height: 100vh;
  overflow: hidden;
  min-height: 450px;
}

#homeHeaderImage .homeHeaderContent,
#homeHeaderImage .frame-type-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

#homeHeaderContent {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 90;
  align-items: center;
  height: 100%;
}

#homeHeaderContent h1 {
  font-size: 4.2em;
  line-height: 60px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

#homeHeaderContent h1 span {
  background-color: rgba(255,255,255,.75);
  padding: 5px 15px;
}

#homeHeaderContent h1 span.homeHeadlineSmall {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  width: auto;
}

#footer fieldset,
#homeHeaderContent fieldset {
  border: none;
}

#footer fieldset input,
#homeHeaderContent fieldset input {
  border: none;
  background-color: rgba(255,255,255,.75);
  margin: 0;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  color: #000000;
}

#footer fieldset input {
  font-size: 1.8em;
  line-height: 30px;
  padding: 15px 20px;
}

#footer fieldset #sucheFooter,
#homeHeaderContent fieldset #sucheTop {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
}

#footer fieldset .search-button,
#homeHeaderContent fieldset .search-button {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #ec7416;
  padding: 9px;
}

#footer fieldset .search-button {
  background-color: #a6a6a6;
  top: 0;
}

#header {
	position: relative;
  overflow: hidden;
}

#header-bg-bottom,
#header-bg-top {
	position: absolute;
	width: 100%;
	height: 300px;
	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;
  height: 130px;
	background-image: url("../images/silhouette-redesign.png");
  background-size: auto;
  background-position: center bottom;
}

#header-top {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 999999999999;
}

#header-top .wrapper {
  position: relative;
}

#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: 0 2.041%;
}

#logo img {
  max-width: 370px;
}

#toggleMenu a {
  display: block;
  position: absolute;
  width: 196px;
  height: 196px;
  background: #ec7416;
  right: -45px;
  top: -45px;
  border-radius: 50%;
  z-index: 999999999999;
}

#toggleMenu a:hover {
  background-color: #000000;
}

#toggleMenu a span {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffffff;
  margin: 15px auto;
}

#toggleMenu a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  align-content: center;
  right: 10px;
}

#toggleMenu a > div::after {
  font-family: 'Montserrat', sans-serif;
  content: "Menü";
  color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  position: absolute;
  width: 100%;
}

#icons {
	position: absolute;
  right: 150px;
  top: 30px;
  width: auto;
}

#icons {
  text-decoration: none;
}
   
#icons ul li {
	font-size:1em;
	margin:0 30px 0 0;
	float:left;
	font-size:1em;
	padding: 0;
	list-style-type: none;
  width: auto;
}

#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: #bde5dd;
	border-color: #bde5dd;
	
	-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 {
  background-color: #666666;
  padding: 15px;
  width: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  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;
}

#icons ul li span {
  font-size: 1.8em;
  color: #666666;
  font-weight: 600;
  line-height: 60px;
  -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 a {
  text-decoration: none;
}

#icons ul li a:hover img {
  background-color: #000000;
}

#icons ul li a:hover span {
  color: #000000;
}

#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);
}

#webcam-box,
#contact-box,
#search-box,
#switch-box {
	position:relative;
}

#webcamblock-inhalt,
#contactblock-inhalt,
#searchblock-inhalt{
	z-index:1000;
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:60px;
	left: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 #0da697;
	-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);
}

#webcamblock-inhalt div p:last-child,
#contactblock-inhalt div p:last-child,
#searchblock-inhalt div p:last-child {
	margin-bottom:0;
}

#webcamblock-inhalt h3,
#contactblock-inhalt h3,
#searchblock-inhalt h3 {
	margin-top:0;
	font-weight:700;
	color: #0da697;
}

#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
}

#webcam-box.clicked #webcamblock-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);
}

#webcamblock-inhalt .close,
#searchblock-inhalt .close,
#contactblock-inhalt .close {
	opacity:1;
	position:absolute;
	right:0;
	top:0;
	text-shadow:none;
}

#icons #webcam-box #webcamblock-inhalt .close a,
#icons #search-box #searchblock-inhalt .close a,
#icons #contact-box #contactblock-inhalt .close a {
	border:none;
	background-image:none;
	background-color:#0fbfac;
	display:block;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:2em;
	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 #webcam-box #webcamblock-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:#e6923e;
	color:#fff;
	border-color: #E77721;
}

#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: #ef984a;
	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;
}

#icons #sprachumschaltung img {padding:9px;}

/*************************
 SLIDER
*************************/

#slider .flexslider .flex-play,
#slider .flexslider .flex-pause {
	position: absolute;
	z-index: 9999;
	bottom: 180px;
	right: 60px;
	left: auto;
	border: 1px solid #ffffff;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,1);
	color: #000000;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	-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);
	opacity: 1;
}

#slider .flexslider .flex-play:hover,
#slider .flexslider .flex-pause:hover {
	opacity: .8;
}

#slider {
	overflow: hidden;
	width: 100%;
	z-index: 10;
	position: relative;
}

#slider .flexslider {
	border: none;
}

#slider .flexslider {
	margin: 0;
	max-width: none !important;
}

#slider .flex-control-nav {
	bottom: 0;
}

#slider .flex-direction-nav li {
	margin: 0;
}

#slider ul li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	max-height: 720px;
}

#slider .flex-caption-wrapper {
	display: block;
	position: absolute;
	top: auto;
	left: auto;
	right: 120px;
	bottom: 180px;
	background-color: transparent;
	padding: 0;	
	overflow: visible;
	max-width: 432px;
	width: 30%;
}

#slider .flex-caption-wrapper p {
	margin: 0;
	font-size: 1.8em;
	line-height: 24px;
}

#slider .flex-caption-wrapper a {
	display: block;
	text-decoration: none;
}

#slider .flex-caption-wrapper a .newsinfo-date {
	display: inline-block;
}

#slider .flex-caption-wrapper a .newsinfo-date p {
	padding: 6px 12px;
	margin-bottom: 12px;
	background-color: #ec7416;
	color: #ffffff;
}

#slider .flex-caption-wrapper a .newsinfo-content {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.85);
	padding: 24px 60px 24px 24px;
	-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);
	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;
}

#slider .flex-caption-wrapper a:hover .newsinfo-content {
	background-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);
}

#slider .flex-caption-wrapper a .newsinfo-content span.news-detail-arrow {
	content: "";
	width: 42px;
	height: 42px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url("../images/icon-arrow-right-green.png");
	background-repeat: no-repeat;
	background-position: center;
}

#slider .flex-caption-wrapper a .newsinfo-content p {
	display: inline;
	margin-right: 6px;
	font-size: 3em;
	line-height: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

#slider .flex-caption-wrapper a .newsinfo-content p.newsinfo-headline {
	font-weight: bold;
	color: #ec7416;
	display: inline-block;
}

#slider .rsNav.rsBullets {
	display: none;
}

#slider .flex-direction-nav a {
	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;
}

#slider .flex-direction-nav .flex-next,
#slider .flex-direction-nav .flex-prev {
  right: auto;
  bottom: 50%;
  left: -48px;
  background: rgb(13,155,140);
  background: rgba(13,155,140,.5);
  width: 96px;
  height: 96px;
  transform: rotate(45deg);
  color: transparent;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0);
}

#slider .flex-direction-nav .flex-next {
	right: -48px;
	left: auto;
}

#slider .flex-direction-nav .flex-next:hover,
#slider .flex-direction-nav .flex-prev:hover {
	background: rgb(13,155,140);
}

#slider .flex-direction-nav .flex-next::before,
#slider .flex-direction-nav .flex-prev::before {
	content: "";
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  opacity: 1 !important;
  background-image: url("../images/icon-arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: center;
  right: auto;
  top: 48px;
  left: 15px;
  transform: rotate(-45deg);
}

#slider .flex-direction-nav .flex-prev::before {
	left: auto;
	right: 15px;
	top: 15px;
	background-image: url("../images/icon-arrow-left-white.png");
}

/*************************
 MAINNAVI
*************************/
/*
#mainnavi-wrapper {
	padding-top: 84px;
	margin-top: -84px;
	overflow: hidden;
}

#mainnavi {
	border-top: 12px solid #ef984a;
	background-color: #f2f2f2;
	position: relative;
	z-index: 999;
}

#mainnavi .wrapper {
	position: relative;
	z-index: 9999;
	max-width: 117.5em
}

#mainnavi .wrapper::after,
#mainnavi .wrapper::before {
	content: "";
	height: 72px;
	width: 500%;
	background-image: url("../images/silhouette-kachel.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	top: -84px;
	left: 100%;
}

#mainnavi .wrapper::before {
	background-position-x:1313px;
}

#mainnavi .wrapper::after {
  left: auto;
  right: 100%;
  width: 500%;
  z-index: 10;
  background-position-x: 760px;
}

#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 a::after,
#mainnavi ul li a::before {
	content: "";
	height: 72px;
	width: 100%;
	background-image: url("../images/navi-list-bg-01.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	top: -84px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;

	-webkit-transition: all 250ms ease-out 10ms;
	-moz-transition: all 250ms ease-out 10ms;
	-o-transition: all 250ms ease-out 10ms;
	transition: all 250ms ease-out 10ms;
}

#mainnavi ul li.element-02 a::before {background-image: url("../images/navi-list-bg-02.png");}
#mainnavi ul li.element-03 a::before {background-image: url("../images/navi-list-bg-03.png");}
#mainnavi ul li.element-04 a::before {background-image: url("../images/navi-list-bg-04.png");}
#mainnavi ul li.element-05 a::before {background-image: url("../images/navi-list-bg-05.png");}
#mainnavi ul li.element-06 {display:none;}

#mainnavi ul li a::after {
	background-image: url("../images/navi-list-bg-01-dark.png");
	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.element-02 a::after {background-image: url("../images/navi-list-bg-02-dark.png");}
#mainnavi ul li.element-03 a::after {background-image: url("../images/navi-list-bg-03-dark.png");}
#mainnavi ul li.element-04 a::after {background-image: url("../images/navi-list-bg-04-dark.png");}
#mainnavi ul li.element-05 a::after {background-image: url("../images/navi-list-bg-05-dark.png");}

#mainnavi ul li.active a::before,
#mainnavi ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}


#mainnavi ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    color: #ec7416;
	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: #ef984a;
	color: #ffffff;
}
*/
/*************************
 POWERMAIL
*************************/

.powermail_fieldset {
	border: 1px solid #bfbfbf;
	padding: 24px;
	margin-bottom: 24px;
}

#maincontent fieldset.weiw_searchbox .submitbutt input {cursor:pointer;}

#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: 30px;
	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: 13px 15px;
}

.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-right + .powermail_fieldwrap,
.layout-50-right + .powermail_fieldwrap,
.layout-75-right + .powermail_fieldwrap {
  clear: both;
}

.layout-25-left,
.layout-50-left,
.layout-75-left {
	clear: both;
	margin-right: 2.940%;
}

#maincontent fieldset.kesearch_searchbox,
#maincontent fieldset.weiw_searchbox {
	padding: 0px;
	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:#ef984a;
	border: none;
	padding: 15px 15px 15px 15px;
	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:#ec7416;
}

.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);
}

#form_kesearch_pi1 {
    margin-bottom: 30px;
}

#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 .c-accordion-item.act .c-accordion-content {max-height: none;}
#maincontent .c-accordion-item {
  border: none;
}

#maincontent .c-accordion-content .wrapper {
  width: 100%;
}

/*************************
 MAINCONTENT
*************************/

#maincontent {
	padding: 60px 0 0 0;
}

#maincontent.subpage {
	padding-bottom: 168px;
	padding-top: 0;
}

#breadcrumb {
	margin-bottom: 60px;
  margin-top: -30px;
}

#breadcrumb ul {
	overflow: hidden;
}

#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;
  text-decoration: none;
}

#breadcrumb ul li.last a {
	font-weight: bold;
}

#content-right {
	float: right;
	width: 70%;
}

#content-right > div {
  margin-left: 30px;
}

#content-left {
	float: left;
	width: 30%;
	margin-top: 48px;
}

#content-left > div {
  margin-right: 30px;
}

#content-left div.frame {
  padding: 30px 0;
  border-top: 1px solid #a3a5a5;
  position: relative;
}

#content-left div.frame:has(> div > p.button) {
  border-top: none;
}

#content-left div.frame:has(> div > p.button)::after {
  display: none;
}

#content-left div.frame.frame-note-box {
  margin-bottom: 30px;
}

#content-left div.frame.frame-note-box > div {
  padding: 0 30px;
}

#content-left .c-accordion-content div.frame {
  padding: 0;
  border: none;
}

#content-left .c-accordion-content div.frame::after {
  display: none;
}

#content-left div.frame::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -15px;
  background-color: #f0964f;
}

#maincontent #content-left ul.ce-uploads li {
  padding-left: 0;
  font-size: 1.8em;
  line-height: 30px;
}

#page-4423 #content-left {display:none;}
#page-4423 #content-right {width:100%;}

#content-left .frame-default.frame-type-text .button {
	margin-bottom: 15px;
}
#content-left .frame-default.frame-type-text .button a {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	line-height: 30px;
}

#content-left > div.frame-default {
	margin-bottom: 30px;
}

#content-left .tt_address_detail header h5,
#content-left div.frame header h1,
#content-left div.frame header h2,
#content-left div.frame header h3,
#content-left div.frame header h4,
#content-left div.frame header h5 {
	font-size: 2em;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
  text-transform: none;
}

#content-left div.frame p,
#content-left div.frame-default p {
	font-size: 1.8em;
	line-height: 30px;
}

#context div.tx-jhmagnificpopup-pi1,
#content-left > div.frame-default > div {
	padding: 15px;
	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 {
  margin-top: 90px;
  padding-top: 60px;
  border-top: 1px solid #a3a5a5;
  position: relative;
}

#context::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -15px;
  background-color: #f0964f;
}

#context > div.frame-default {
	margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
}

#context > div header h2 {
	position: relative;
	margin-top: 0;
	color: #666666;
	font-weight: 600;
  text-transform: none;
}

#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: 36px;
}

#content-left ul.ce-uploads li a span.ce-uploads-fileName {
  margin-bottom: 0;
}

#content ul.ce-uploads li a span.ce-uploads-fileName {
  margin-bottom: 15px;
}

#content-left ul.ce-uploads li a span,
#content ul.ce-uploads li a span {
	font-weight: 500;
}

#content-left ul.ce-uploads li a span.ce-uploads-description,
#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: #868889;
  font-size: 18px;
}

#content-left ul.ce-uploads li a,
#content ul.ce-uploads li a {
  line-height: 36px;
	display: block;
	position: relative;
	border-bottom: 1px solid #868889;
	font-weight: 500;
	color: #000000;
  text-decoration: none;
  padding: 0 30px 15px 0;
  background-image: url("../images/icon-download-redesign.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 15px bottom 15px;
}

#content-left ul.ce-uploads li a {
  background-size: 24px;
  padding-bottom: 0;
}

#content-with-context #content ul.ce-uploads li {
	margin-bottom: 30px;
  padding: 0;
}

#content-right #context .tx-ttaddress .address-detail-wrapper > div {
	margin-bottom: 12px;
}

#gme-5-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: 13px 15px;
	float: left;
	width: 70%;
	position: relative;
	z-index: 20;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.8em;
	line-height: 30px;
	color: #575a5d;
	border-right: none; 
}

#gme-5-search input.js-gme-submit {
	background-color: #ef984a;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	padding: 15px 15px 15px 15px;
	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: 30px;
	float: right;
	width: 30%;
	position: relative;
	z-index: 20;
	cursor: pointer;
}

#gme-5-search input.js-gme-submit:hover {
	background-color: #ec7416;
}

/*************************
 VERANSTALTUNGEN
*************************/

.tx-sf-event-mgt {
	margin-bottom: 60px;
  margin-top: 45px;
}

#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 #000000;
	padding: 6px;
}

.dropbtn {
  background-color: #ffffff;
  border: 1px solid #868889;
  color: #767676;
  padding: 14px 30px 14px 30px;
  font-size: 2em;
  line-height: 36px;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -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-redesign.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 36px;
  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: #ffffff;
  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;
  border: 1px solid #868889;
  border-top: none;
}

.dropdown:hover .dropdown-content {position: relative;}

#maincontent .dropdown-content a {
  color: #5C636D;
  padding: 15px 30px;
  text-decoration: none;
  display: block;
  background-color: rgba(255,255,255,.5);
  border-bottom: 1px solid #868889;
}

#maincontent .dropdown-content a:hover {background-color: #000000; color: #ffffff;}
#maincontent .dropdown:hover .dropdown-content {opacity: 1;visibility: visible;}
#maincontent .dropdown:hover .dropbtn {background-color: #ec7416;color: #ffffff; border-color: #ec7416;}

.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: #f7cba4;
	overflow: hidden;
}

#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: #ef984a;
	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: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #ec7416;
	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: #f7cba4;
	font-weight: bold;
	border-color: #f7cba4;
}

.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: #ef984a;
	border-bottom: 3px solid #ec7416;
	color: #fff;
	cursor:pointer;
	
}

.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 .tagesevents {position: absolute;
	left: 0;
	top:100%;
	width: 100%;visibility:hidden;}

.event-calendar ul.event-calendar__days li.has-events:hover .tagesevents {visibility:visible;}
.event-calendar ul.event-calendar__days li.has-events .tagesevents .event-calendar__day-event:hover {background-color:#ce6512;}
.event-calendar ul.event-calendar__days li.has-events .event-calendar__day-event {
	position:relative;
	background-color: #ec7416;
	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 ul.paginator,
#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 a {
	display: inline-block;
	padding: 15px 15px;
	line-height: 100%;
	border: 2px solid #999999;
	color: #ffffff;
  background-color: #999999;
	font-weight: 500;
  text-decoration: none;
}

#maincontent .news ul.f3-widget-paginator li.current a {
	border-color: #ec7416;
	color: #ec7416;
}

#maincontent ul.paginator li a:hover,
#maincontent ul.paginator li.current a,
#maincontent ul.f3-widget-paginator li.current a,
#maincontent .kesearch_pagebrowser ul li a.current,
#maincontent .kesearch_pagebrowser ul li a:hover,
#maincontent ul.f3-widget-paginator li a:hover {
	color: #ffffff;
	background-color: #ec7416;
	border-color: #ec7416;
	-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 a,
#maincontent .news ul.f3-widget-paginator li a:hover {
	background-color: #ec7416;
	border-color: #ec7416;
	color: #ffffff;
}

/*************************
 ACCORDION
*************************/

#maincontent .ui-accordion-header {
  font-family: 'Montserrat',sans-serif;
  border:none;
  border: 1px solid #868889;
  color: #767676;
  font-size: 2em;
  margin: 12px 0 0 0;
  padding: 15px 30px;
  line-height: 30px;
  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 .ui-accordion-header.ui-state-active,
#maincontent .ui-accordion-header:hover {
	background-color: #000000;
	border-color: #000000;
	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: #000000;
}

#maincontent .ui-accordion .ui-accordion-content {
	padding: 24px;
	background-color: #f2f2f2;
	border: none;
}

#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 .ui-state-active .ui-icon {
	background-image: url("../images/icon-minus.png");
}

#maincontent .ui-accordion-header.ui-state-active .ui-icon {
	background-color: transparent;
	border-color: transparent;
}

#maincontent .ui-widget {
	font-size: 1em;
}

#content-left > div.frame-default.frame-container-accordion > div {
    padding: 0;
    border: none;
}
 
#maincontent .c-accordion-content div:first-child header {
    display: block;
}

#maincontent .c-accordion-item .c-accordion-content .contentPopup {
	margin-top: 6px;
}

#maincontent .c-accordion-item .c-accordion-content .frame header h1,
#maincontent .c-accordion-item .c-accordion-content .frame header h2,
#maincontent .c-accordion-item .c-accordion-content .frame header h3,
#maincontent .c-accordion-item .c-accordion-content .frame header 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 {
    margin-top: 0;
}

#maincontent .c-accordion-item .c-accordion-content .frame header h5 {
  color: #333333;
  font-size: 2em;
  line-height: 36px;
  font-weight: 500;
  margin-top: 30px;
}

#maincontent .c-accordion-item .c-accordion-content .frame h1,
#maincontent .c-accordion-item .c-accordion-content .frame h2,
#maincontent .c-accordion-item .c-accordion-content .frame h3,
#maincontent .c-accordion-item .c-accordion-content .frame h4,
#maincontent .c-accordion-item .c-accordion-content .frame header h1,
#maincontent .c-accordion-item .c-accordion-content .frame header h2,
#maincontent .c-accordion-item .c-accordion-content .frame header h3,
#maincontent .c-accordion-item .c-accordion-content .frame header h4,
#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 {
  font-weight: 600;
}

#maincontent .c-accordion-item .c-accordion-content .frame h1 {
  font-size: 3.6em;
}
 
#maincontent .c-accordion-item .c-accordion-content .frame header h1,
#maincontent .c-accordion-item .c-accordion-content .frame header h2,
#maincontent .c-accordion-item .c-accordion-content .frame header h3,
#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 {
    margin-bottom: 15px;
}

#maincontent i.fas {
	font-size: 18px;
	color: #333333;
	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 #ef984a;
}

#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;
}

.white-popup-block {
	padding-top: 30px;
}



/* ACCORDION CONTAINER STYLES */

.c-accordion-item {
    width: 100%;
    border-bottom: 1px solid #ddd
}
 
.c-accordion-item:last-child {
    border-bottom: none
}
 
.c-accordion-title {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: .72em 3em .72em 0;
    font-size: 1.26em;
    font-weight: 400;
    transition: all .3s;
    border-bottom: 1px solid transparent
}
 
.c-accordion-title:hover {
    cursor: pointer
}
 
.c-accordion-title::after,
.c-accordion-title::before {
    top: 1.26em;
    position: absolute;
    content: '';
    background: #666;
    transition: all .3s
}
 
.c-accordion-title::before {
    height: 0.9em;
    width: 2px;
    right: 0.45em;
    margin-right: -1px;
    margin-top: -0.45em
}
 
.c-accordion-title::after {
    width: 0.9em;
    height: 2px;
    right: 0;
    margin-top: -1px
}
 
.c-accordion-item.act .c-accordion-title::before {
    transition: all .3s ease;
    height: 0;
    margin-top: 0
}
 
.c-accordion-content {
    transition: all .3s ease;
    overflow: hidden;
    max-height: 0
}
 
.c-accordion-item.act .c-accordion-content {
    max-height: var(--max-height);
    margin-bottom: 1em
}
 
.c-accordion-content div:first-child header {
    display: none
}
#maincontent .c-accordion-title {
  font-family: 'Montserrat',sans-serif;
  border:none;
  border: 1px solid #868889;
  color: #767676;
  font-size: 2em;
  font-weight: 500;
  margin: 30px 0 0 0;
  padding: 14px 60px 14px 30px;
  line-height: 30px;
  border-radius: 0;
  background: #ffffff;
  border-radius: 0 30px 30px 0;
  display: block;
  width: 100%;
  text-align: left;

  -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-title:hover,
#maincontent .c-accordion-item.act .c-accordion-title {
  background-color:#868889;
  border-color:#868889;
  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 .c-accordion-item.act .c-accordion-title {
  border-radius: 0 30px 0 0;
}

#maincontent .c-accordion-title::before,
#maincontent .c-accordion-title::after {
  content:"";
  width:60px;
  height:60px;
  position:absolute;
  margin-top:0;
  left:auto;
  right:0;
  top:-1px;
  box-sizing:border-box;
  background:transparent;
  background-image:url('../images/icon-plus-redesign.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size: 45px;
  border-radius: 50%;
}
#maincontent .c-accordion-title::after {
  background-image:url('../images/icon-minus-redesign.png');
}
#maincontent .c-accordion-item .c-accordion-content {
  padding: 0 30px;
  background-color:#eeeeee;
  border:none;
  visibility:hidden;
  border: none;
}
#maincontent .c-accordion-title::after,
#maincontent .c-accordion-item.act .c-accordion-title::before {
  display:none;
}
#maincontent .c-accordion-item.act .c-accordion-title::after,
#maincontent .c-accordion-title::before {
  display:block;
}
#maincontent .c-accordion-item.act .c-accordion-title::after {
  background-color:transparent;
  border:none;
}
#maincontent .c-accordion-item .c-accordion-content {
  opacity:0;
}
#maincontent .c-accordion-item.act .c-accordion-content {
  opacity:1;
  visibility:visible;
  padding: 30px;
}
#maincontent .c-accordion-item.act .c-accordion-content p:last-child {
  margin-bottom:0;
}

#page-2 .tx-sf-event-mgt .event-buttons-top {
  display: none;
}

/*************************
 SUBNAVI
*************************/

#subnavi {
  margin-top: 60px;
  margin-bottom: 90px;
}

#subnavi .subnaviHeader {
  background-color: #f6d8c1;
  font-weight: 700;
  color: #ec7416;
  padding: 15px 60px 15px 45px;
  position: relative;
  line-height: 30px;
  max-height: 90px;
  margin: 0 0 45px 0;
  right: 45px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  min-height: 60px;
  display: flex;
  align-items: center;
}

#subnavi .subnaviHeader p {
  letter-spacing: -1px;
  margin: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#subnavi .subnaviHeader::before {
  content: "";
  background-color: #f6d8c1;
  height: 90px;
  width: 6000px;
  position: absolute;
  right: 90px;
  top: 0;
  z-index: -10;
}

#subnavi .subnaviHeader::after {
  content: "";
  width: 90px;
  height: 90px;
  background-color: #ec7416;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: 0;
  background-image: url("../images/icon-city.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}

#subnavi .subnaviHeader.subnavi-family::after {
  background-image: url("../images/icon-family.png");
}

#subnavi .subnaviHeader.subnavi-economy::after {
  background-image: url("../images/icon-economy.png");
}

#subnavi .subnaviHeader.subnavi-culture::after {
  background-image: url("../images/icon-culture.png");
}

#subnavi .subnaviHeader.subnavi-cityhall::after {
  background-image: url("../images/icon-cityhall.png");
}

#subnavi .subnaviHeader.subnavi-general::after {
  background-image: url("../images/general.png");
}

#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: #333333;
	padding: 8px 45px 7px 0;
	position: relative;
	font-weight: 400;
	line-height: 30px;
  text-decoration: none;
}

#subnavi ul li a::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 0;
  background-image: url(../images/arrow-next-redesign.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  opacity: 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;
}

#subnavi ul li.active a::after,
#subnavi ul li a:hover::after {
  opacity: 1;
  right: 0;
}

#subnavi ul li ul {
  margin: 6px 0 15px 15px;
}

#subnavi ul li ul li {
  font-size: 0.835em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#subnavi ul li ul li a {
  padding-left: 15px;
  position: relative;
  color: #333333;
}

#subnavi ul li ul li a::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #ec7416;
  box-sizing: border-box;
  background-color: #ddddde;
  position: absolute;
  left: -6px;
  top: 18px;
  -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 ul li.active a::before,
#subnavi ul li ul li:hover a::before {
  background-color: #ec7416;
}

#subnavi ul li a.active ul li a::after,
#subnavi ul li a:hover ul li a::after,
#subnavi ul li ul li a::after {
display: none;
}


/*************************
STADTPLAN
*************************/

.gm-style,
.gm-style .gm-style-iw {
	font-size: 1em;
}

#gme-5 {
	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");
}

#maincontent .gme-info-window p {font-size:1.6em;line-height:150%;margin-bottom:12px;}
#maincontent .gm-style-iw {overflow:visible;}
#maincontent .gm-style-iw-chr button.gm-ui-hover-effect {top:-20px;right:-25px;background:#ffffff !important;opacity:1;}
#maincontent .gm-style-iw-ch {padding-top:0;}

#accessible {
	margin-top: -30px;
	margin-bottom: 30px;
}

#accessible #contrast-wrap {
    float: left;
    width: auto;
}


/*************************
 NEWS
*************************/

.frame.wrapper,
.frame-wrapper,
#accessible .wrapper,
#important-links .wrapper,
#events .wrapper,
#quicklinks .wrapper,
#news .wrapper {
	max-width: 147em;
  margin: 0 auto;
}

.news-list-view.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  justify-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}

.news-list-view.highlights .article a {
  display: block;
  height: 100%;
  padding-bottom: 45px;
  position: relative;
  text-decoration: none;
}

.news-list-view.highlights .article a::before {
  content: "";
  height: 1px;
  left: 0;
  right: 60px;
  position: absolute;
  bottom: 0;
  background-color: #cfcfcf;
  -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-list-view.highlights .article a:hover::before {
  background-color: #868889;
  height: 6px;
  bottom: -3px;
  right: 45px;
}

.news-list-view.highlights .article a::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  bottom: -22px;
  background-image: url(../images/arrow-next-redesign.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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;
}

.news-list-view.highlights .article a .news-img-wrap {
  position: relative;
  overflow: hidden;
}

.news-list-view.highlights .article a .news-img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0.25);
  -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-list-view.highlights .article a:hover .news-img-wrap::before {
  opacity: 0;
}

.news-list-view.highlights .article a .news-img-wrap img {
  transform: scale(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;
}

.news-list-view.highlights .article a:hover .news-img-wrap img {
  transform: scale(1.2);
  -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-list-view.highlights .article .footer {
  padding: 15px 0;
}

.news-list-view.highlights .article .footer p {
  font-size: 1.8em;
  line-height: 30px;
  color: #797a7a;
  font-style: italic;
}

.news-list-view.highlights .article .header h3 {
  text-transform: none;
  color: #000000;
  font-size: 2em;
  line-height: 36px;
  margin: 0;
}

.news {
	margin-bottom: 60px;
}

.news-article {
	position: relative;
	margin-bottom: 30px;
}

.subpage .news-article.topnews a {
  background-color: #f9efe8;
  border: 2px solid #ec7416;
}

.subpage .news-article a {
  background-color: #e9e9e9;
  border: 2px solid #e9e9e9;
  text-decoration: none;
  color: #000000;
}

.subpage .news-article a:hover {
  background-color: #ffffff;
  border: 2px solid #e9e9e9;
}

.subpage .news-article a .teaser-text {
  display: none;
}

.news-article.topnews a:hover {
	background-color: #ffffff;
  border-color: #868889;
}

.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-topnews-redesign.png");
}

.subpage .more-text,
.news-article.topnews .more-text {
  display: block;
}

.news-article a {
	display: block;
	position: relative;
	padding: 30px 30px 75px 30px;
  min-height: 180px;
  box-sizing: border-box;
}

.news-article a:hover {
	background-color: #f2f2f2;
}

.news-icon {
	background-color: #ffffff;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subpage .news-img-wrap {
	background-color: #ffffff;
	width: 150px;
	height: 120px;
	position: absolute;
	top: 30px;
	left: 15px;
	display: flex;
	display: block;
	justify-content: center;
	align-items: center;
}

.news-icon::before {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	left: 50%;
	margin-left: -45px;
	top: 50%;
	margin-top: -45px;
	background-image: url("../images/icon-newspaper-redesign.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 90px;
}


.news-icon.icon-category-91::before {
	background-image: url("../images/icon-jobs.png");
}

.news-icon img {
	max-width: 48px;
}

.news-content-wrapper {
	margin-left: 165px;
}

.news-content h3 {
	font-size: 2em;
  line-height: 36px;
	color: #000000;
	margin: 0;
  text-transform: none;
  font-weight: 500;
}

.news-content p {
	margin-bottom: 15px;
}

.news-footer {
  display: none;
}

.news-footer p {
	font-size: 1.4em;
	font-style: italic;
	color: #858a8f;
	margin-bottom: 0;
}

.more-text {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.more-text p {
	color: #ec7416;
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  padding-right: 60px;

	-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:hover .more-text p {
  color: #000000;
}

.more-text p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background-image: url("../images/arrow-next-redesign.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  -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:hover .more-text p::after {
  right: -15px;

  -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;
}

a.more-button {
  display: none;
}

a.more-button::before,
a.more-button::after {
	display: none;
}

.news-article:hover a.more-button {
  display: none;
}

.news-list-view .news-content .news-date p {
  color: #868889;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 30px;
}

.news-list-view .news-content .news-date,
.news-list-view .news-list-date {display:none;}

.news-single .header h1 {
	margin-bottom: 15px;
}

.news-single .footer {
	display: inline-block;
	margin-bottom: 30px;
	padding: 9px 15px;
  background-color: #ffffff;
}

.news-single .footer p {
	font-size: 2em;
  line-height: 45px;
	color: #868889;
	margin: 0;
}

.news-single .footer p {
  font-size: 1.6em;
  line-height: 30px;
}

.news-single .footer p .news-list-date {
	border-right: 1px solid #868889;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
}

.news-single .footer p .news-list-category > span {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
}

.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;
	height:auto;
	top:10px;
}

.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;
}

.news-related-wrap {
  margin-top: 60px;
}

.fancybox-overlay {
	z-index: 999999;
}

.fancybox-opened {
  z-index: 9999999;
}


/*************************
 QUICKLINKS
*************************/

#quicklinks {
	padding: 42px 0;
}

.box-quicklink a {
	display: block;
	background-color: #e9e9e9;
	position: relative;
	width: 100%;
	height: auto;
  min-height: 300px;
  border: 3px solid #e9e9e9;
  text-decoration: none;
  box-sizing: border-box;
}

.box-quicklink a:hover {
  background-color: #ffffff;
  border-color: #999999;
}

.box-quicklink a > div {
}

.box-quicklink a::before {
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	right: 30px;
  top: 30px;
	background-image: url("../images/arrow-next-redesign.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: contain;
	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 img {
	max-width: 150px;
  padding: 30px 0 0 30px;
}

.box-content {
  margin-top: 30px;
}

.box-quicklink p {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
  line-height: 36px;
	text-align: left;
	padding: 0 30px;
	font-weight: 600;
	margin: 0;
}



/*************************
 EVENTS
*************************/

#events {
	padding: 120px 0;
}

#events .event-buttons-top {
	display: none;
}

.event-list-item {
	margin-bottom: 60px;
}

.event-list-item a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  text-decoration: none;
}

.event-list-item a .event-box-left {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.event-list-item a .event-content-wrapper {
  grid-area: 1 / 2 / 2 / 4;
}

.subpage .event-list-item a .event-content-wrapper .event-content {
  padding-bottom: 30px;
}

.event-list-item a .event-box-left .event-date {
  position: absolute;
  background-color: rgba(255,255,255,.85);
  left: -30px;
  top: 30px;
  border-left: 2px solid #ec7416;
  width: 165px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
}

.event-list-item a .event-box-left .event-date p {
  color: #ec7416;
  font-size: 2em;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
}

.event-content h3 {
  font-size: 2em;
  color: #000000;
  margin: 0 0 30px 0;
  text-transform: none;
}

.event-content p {
  font-size: 1.8em;
  line-height: 36px;
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.event-content p.event-location,
.event-content p.event-dateTime,
.event-content p.event-organisator {
  line-height: 24px;
  margin: 3px 0 9px 0;
}

.event-content p img {
  max-width: 24px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 0;
}

.event-header p {
  font-size: 1.8em;
  line-height: 36px;
  font-style: italic;
  color: #797a7a;
  margin: 0;
  padding-left: 0;
}

.event-content-wrapper {
  position: relative;
}

.event-content-wrapper::before {
  content: "";
  height: 1px;
  left: 0;
  right: 60px;
  position: absolute;
  bottom: 0;
  background-color: #cfcfcf;
  -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::before {
  background-color: #868889;
  height: 6px;
  bottom: -3px;
  right: 45px;
}

.event-list-item a .event-list-value.event-image {
  position: relative;
  overflow: hidden;
}

.event-list-item a .event-list-value.event-image img {
  -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-list-value.event-image img {
  transform: scale(1.2);
}

.event-list-item a .event-list-value.event-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.25);
  z-index: 10;
  -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-list-value.event-image::before {
  opacity: 0;
}

.event-content-wrapper::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  bottom: -22px;
  background-image: url(../images/arrow-next-redesign.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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;
}

.event-list-item.ferienprogramm .event-content-wrapper {
	margin-left: 0;
}

.event-list-item.ferienprogramm .event-content-wrapper h3 {
	font-size:1.6em;
}

.event-list-item.ferienprogramm .event-content-wrapper td {
	font-size:1.4em;
}

.event-list-item.ferienprogramm .event-image-lightbox {}
.event-list-item.ferienprogramm .event-content table td:first-child {padding-left:0;}
.event-list-item.ferienprogramm .event-content table:last-child td.bilddatei {width:25%;}
.event-list-item.ferienprogramm .event-content table td img {max-width:250px;}

.event-list-item.ferienprogramm .event-footer p {font-size:1.2em;}

.event-list-item.ferienprogramm a {
	background-position-y: 95%;
}

.event-summary.ferienprogramm {display:inline-block;width:92%;padding:36px 4% 24px 4%;}

.event-summary.ferienprogramm .event-category-image {
	display:none;
}

.event-summary.ferienprogramm .event-detail-row h2 {
	margin-top:0;
}
.event-summary.ferienprogramm .event-detail-row p {margin-bottom: 12px;}
.event-detail-row.ferienprogramm-detail .event-image-lightbox {margin-bottom:12qpx;}

.btn-orange-full.ferienprogramm.left {float:left;margin-top:0;}
.btn-orange-full.ferienprogramm.right {float:right;margin-top:0;}
.btn-orange-full.ferienprogramm.right.detail a {margin-top:0;}

.ferienprogramm .raster {}
.ferienprogramm .raster .links {float:left;width:48%;}
.ferienprogramm .raster .rechts {float:right;width:48%;}

form.registration.ferienprogramm {}
form.registration.ferienprogramm fieldset {border: 1px solid #bfbfbf;padding: 24px;margin-bottom: 24px;}
form.registration.ferienprogramm legend {background-color: #ffffff;padding: 12px;font-weight: bold;font-family: 'Montserrat',sans-serif;font-size: 1.8em;line-height: 24px;color: #575a5d;}
form.registration.ferienprogramm label {font-family: 'Montserrat',sans-serif;font-size: 1.8em;line-height: 24px;color: #575a5d;}
form.registration.ferienprogramm input,
form.registration.ferienprogramm textarea,
form.registration.ferienprogramm select {font-family: 'Montserrat',sans-serif;font-size: 1.8em;line-height: 24px;color: #575a5d;box-sizing: border-box;width: 100% !important;border: 2px solid #bfbfbf;padding: 10px 12px;}
form.registration.ferienprogramm input.radiobutton,
form.registration.ferienprogramm .checkbox input {width:20px !important;margin-top:25px;}
form.registration.ferienprogramm .submit {cursor:pointer;background-color: #ef984a;border:none;border-bottom:3px solid #ec7416;color:#ffffff;transition:all 0.25s ease-out;}
form.registration.ferienprogramm .submit:hover {background-color:#ec7416;transition:all 0.25s ease-out;}
form.registration.ferienprogramm .field-errors {font-family: 'Montserrat',sans-serif;font-size: 1.8em;line-height: 24px;color: #ff0000;}
.button.btn-orange-full.ferienprogramm.left.registrierung a,
.button.btn-orange-full.ferienprogramm.right.registrierung a {background-color:#cccccc;}
.button.btn-orange-full.ferienprogramm.left.registrierung a:hover,
.button.btn-orange-full.ferienprogramm.right.registrierung a:hover {background-color:#ec7416;}

.event-calendar.ferienprogramm .tagesevents {position: absolute;
left: 2.5%;
top: 100%;
width: 95%;
background-color: #ec7416;
color: #fff;
padding: 0;
z-index: 99;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); 
-mox-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
opacity: 1;
visibility: visible;
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.ferienprogramm .tagesevents .event-calendar__day-event {position:relative !important;opacity:1;visibility:visible;border:none;}
.event-calendar.ferienprogramm .tagesevents .event-calendar__day-event:hover {background-color:#ea863a;}
.event-calendar.ferienprogramm .event-calendar__day.has-events  {cursor:pointer;}
.event-calendar.ferienprogramm .event-calendar__day.has-events .event-calendar__day-event,
.event-buttons-top.ferienprogramm .dropdown-content {opacity:1;visibility:visible;}
.event-buttons-top.ferienprogramm .dropdown.offen .dropbtn {background-image: url('../images/icon-minus.png');}

.event-list-item.ferienprogramm.kompakt {margin-bottom:12px;}
.event-list-item.ferienprogramm.kompakt a {background-position-y:50%;}
div.ferienprogramm-kompakt {display:flex;}
div.ferienprogramm-kompakt div {padding:0 10px;}
div.ferienprogramm-kompakt p {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;
}

.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;
}

.tx-sf-event-mgt .button {
	margin-top: 48px;
}

.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: #000000;
}

#events h2 {
	text-align: left;
	color: #ef984a;
}

.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: #000000;
	font-size: 2em;
	padding-right: 24px;
}


/*************************
 FOOTER
*************************/

#footer {
	position: relative;
	overflow: hidden;
	clear: both;
}

#footer a {
  text-decoration: none;
}

#footer-bg-top {
  height: 130px;
  width: 100%;
  background-image: url("../images/silhouette-footer-redesign.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

#footer-bottom {
	background-color: #767676;
}

#footer .wrapper {
	position: relative;
	z-index: 9999;
	padding: 90px 0;
}

#footer-content > div {
  float: left;
  width: 33.333%;
}

#footer-content > div.clearer {
  float: none;
  width: 100%;
}

#footer-content ul li {
  list-style-type: none;
  position: relative;
  font-size: 1.8em;
  line-height: 30px;
  padding-left: 30px;
  margin: 0 0 15px 0;
}

#footer-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #585858;
  border: 2px solid #ffffff;
  left: 3px;
  top: 9px;
}

#footer-content #footer-right ul li::before {
  display: none;
}

#footer-content #footer-right ul {
  float: right;
  margin-top: -60px;
}

#footer-content #footer-right ul li {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}

#footer-content #footer-right ul li img {
  max-width: 60px;
}

#footer-content #footer-right ul li a {
  display: block;
}

#footer-content ul li a {
  color: #ffffff;
}

#searchBoxFooter {
  margin-top: 60px;
}

#footer-list,
#footer-contact {
	float: left;
	width: 30.613%;
	margin: 0 2.041%;
}

#footer-contact 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: 4px;
	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: #ef984a;
}

#footer-social {
	float: right;
	width: 25%;
}

p.stage {
	margin-top: 30px;
  font-size: 1.8em;
  font-style: italic;
  line-height: 30px;
  text-align: right;
}

p.stage a {
  color: #ffffff;
  text-decoration: underline;
}

p.stage a:hover {
  opacity: 0.5;
}

#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: #ef984a;
	border-bottom: 3px solid #ec7416;

	-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: #ec7416;

	-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);
}

/*
#page {
	z-index: 10;
}

 */

body .mm-wrapper__blocker {
  background: rgba(0, 0, 0, 1);
}

body .mm-wrapper--opened .mm-wrapper__blocker {
  opacity: .9;
}

#menu,
#menu .mm-panel {
  background-color: #ffffff;
}

#menu .mm-navbars--top {
  background-color: #ffffff;
  border: none;
}

#menu .mm-navbars--top .mm-navbar:first-child {
  justify-content: flex-end;
}

#menu .mm-navbar p {
  max-width: 60px;
  margin: 15px;
}

#menu .mm-navbars--bottom {
  border-top: 2px solid #ec7416;
  margin: 0 40px;
}

#menu .mm-navbars--bottom p {
  max-width: none;
  float: left;
}

#menu .mm-navbars--bottom .mm-navbar p {
  font-size: 18px;
  color: #767676;
}

#menu .mm-navbars--bottom .mm-navbar p a {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  padding: 6px 15px 6px 36px
}

#menu .mm-navbars--bottom .mm-navbar p a::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icon-navi-contact.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

#menu .mm-navbars--bottom .mm-navbar p.menuFooterMap a::before {
  background-image: url("../images/icon-navi-map.png");
}

#menu .mm-navbars--bottom .mm-navbar p.menuFooterWebcam a::before {
  background-image: url("../images/icon-navi-webcam.png");
}

#menu .mm-navbars .mm-navbar {
  background-color: #ffffff;
}

#menu .mm-navbar form,
#menu .mm-navbar fieldset,
#menu .mm-navbar input {
  border: none;
  margin: 0;
}

#menu .mm-navbar form {
  width: 90%;
}

#menu .mm-navbar fieldset {
  position: relative;
  width: 100%;
  margin: 15px 40px;
}

#menu .mm-navbar input.searchImage {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ec7416;
  right: 0;
  top: 10px;
  padding: 10px;
}

#menu .mm-navbar input.searchTextNavi {
  padding: 12px 90px 12px 30px;
  width: 100%;
  background-color: #e5e5e5;
}

#menu .mm-navbar p a {
  display: block;
  background-color: #868889;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 15px;
  box-sizing: border-box;
}

#menu .mm-listitem__text {
  padding: 18px 40px;
}

#menu .mm-listitem:after {
  display: none;
}


#menu .mm-btn.mm-btn--prev.mm-navbar__btn,
#menu .mm-btn.mm-btn--next.mm-listitem__btn {
  background-image: url(../images/arrow-next-redesign.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  width: 60px;
  height: 60px;
  border-left: none;
}

#menu .mm-btn.mm-btn--prev.mm-navbar__btn {
  transform: rotate(180deg);
}

#menu .mm-btn--prev:before,
#menu .mm-btn--next:after {
  display: none;
}

#menu #mm-1 > .mm-navbar {
  display: none;
}

#menu .mm-navbar {
  background-color: #ffffff;
  border: none;
}

#menu .mm-navbar .mm-navbar__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  line-height: 36px;
  margin-bottom: 24px;
  color: #333333;
  display: block;
  margin: 0;
  padding: 9px 40px;
  text-align: right;
  font-weight: 600;
}

:root{
  --mm-size:80%;
  --mm-min-size:240px;
  --mm-max-size: 600px;
}

@media screen and (max-width: 1500px) {
  /*
  body:before {
    content: "(max-width: 1500px)";
    position: relative;;
    z-index: 9999999;
    width: 100%;
    height: 24px;
    text-align: center;
    display: block;
    background-color: #a31601;
    color: #000000;
    padding: 5px 0;
    top: 0;
    font-weight: bold;
  }
   */

  .frame.wrapper,
  .frame-wrapper,
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }

  #homeHeaderImage img {
    height: auto;
    width: 100%;
  }

  #header-image,
  #homeHeaderImage {
    border-bottom: 3px solid #ffffff;
  }

  #footer-bottom {
    margin-top: -3px;
  }

}
@media screen and (max-width: 1475px) {
	#homeHeaderImage {height:90vh;}
  }

@media screen and (max-width: 1280px) {
  /*
	body:before {
		content:"(max-width: 1280px)";
		position: relative;;
		z-index:9999999;
    width:100%;
    height: 24px;
		text-align:center;
		display:block;
		background-color:#fea132;
		color:#000000;
		padding:5px 0;
		top: 0;
		font-weight: bold;
	}

   */

  ol li, ul li, input, p {
    font-size: 1.8em;
    line-height: 30px;
  }
  #homeHeaderContent fieldset input {padding:15px 20px;}
	#menu .mm-navbar input.searchTextNavi {padding: 15px 90px 15px 30px;}
	#icons ul li#toggle-button {position: relative; width: 48px; height: 48px;float: right;}
	#toggle-button a {position: absolute; display: inline-block; width: 48px; height: 48px; background-color: #000000;}
	#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;}

	#slider .flex-caption-wrapper {width: 60%; bottom: 104px; max-width: none;}
	#slider .flexslider .flex-play, 
	#slider .flexslider .flex-pause {bottom: 104px;}
	
	#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::after,
	#footer .wrapper::before {display: none;}
	#footer-social {float: right;margin: 0;}

	#maincontent {padding-top: 60px;}
	#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::after {background-size: contain;content: "";height: 72px;width: 100%;background-image: url("../images/navi-list-bg-01-dark.png");background-position: left bottom;background-repeat: repeat-x;position: absolute;top: -84px;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.element-02 a::after {background-image: url("../images/navi-list-bg-02-dark.png");}	
	#mainnavi ul li.element-03 a::after {background-image: url("../images/navi-list-bg-03-dark.png");}	
	#mainnavi ul li.element-04 a::after {background-image: url("../images/navi-list-bg-04-dark.png");}	
	#mainnavi ul li.element-05 a::after {background-image: url("../images/navi-list-bg-05-dark.png");}	
	/*#mainnavi ul li a:hover::after {opacity: 0; visibility: hidden;}*/
	
	.mm-menu--position-left, 
	.mm-menu--position-left-front, 
	.mm-menu--position-right, 
	.mm-menu--position-right-front {width: 500px;}
	.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, 
	.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {-webkit-transform: translate3d(500px,0,0);transform: translate3d(500px,0,0);}

  .mm-menu--position-left,
  .mm-menu--position-left-front,
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    width: 600px;
  }

  .frame.wrapper,
  .frame-wrapper,
  .wrapper,
  #footer .wrapper #footer-content,
  #maincontent .wrapper {
    width: 90%;
  }

  .box-quicklink p {
    font-size: 2em;
    line-height: 30px;
  }

  .box-quicklink img {
    max-width: 120px;
  }

  #footer-content > div{
    width: 50%;
  }

  #footer-content > div#footer-right {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 60px;
  }

  #footer-content #footer-right ul{
    margin-top: 90px;
    float: left;
  }

  p.stage{
    text-align: left;
  }

  #footer fieldset #sucheFooter {
    margin: 0;
  }

  #logo {
    margin-left: -30px;
  }

  #icons {
    right: 90px;
  }

  .news-list-view.highlights,
  .four-cols-25,
  .three-cols-33.layout-31,
  .three-cols-33.layout-30 {
    column-gap: 30px;
  }

  #homeHeaderImage img {
    height: 720px;
    width: auto;
  }


  }


@media screen and (max-width: 1024px) {
	/*
	body:before {
		content:"(max-width: 1024px)";
		position: relative;;
		z-index:9999999;
        width:100%;
        height: 24px;
		text-align:center;
		display:block;
		background-color:#01fad3;
		color:#000000;
		padding:5px 0;
		top: 0;
		font-weight: bold;
	}
	 */

	#slider .slides {border-bottom: 12px solid #f7cba4;}
	#slider .flexslider .flex-play, 
	#slider .flexslider .flex-pause {background-color: #ec7416;border: none;right: auto; bottom: 12px; left: 0;color: #ffffff;}

	#header #logo {min-width: 0; width: 35%;}
	#header #logo img {max-width: 37em;}
	#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;}
	#header-image::before, #page-2286 #slider::before {content: "";height: 72px;width: 100%;background-image: url("../images/silhouette-navigation.png");background-position: left bottom;background-repeat: repeat-x;position: absolute;bottom: 0;z-index: 30;}
	#webcamblock-inhalt, #contactblock-inhalt, #searchblock-inhalt {left: auto; right: 12px;}
	#webcam-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;}

  /* Hier ist ein Fehler */
	#footer .wrapper #footer-content,
	#maincontent .wrapper {width: 94%;margin: 0 auto;}

	#footer-list, 
	#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: 90%;}

	#footer-list {margin-top: 48px;}
	#context {margin-top: 60px;}


	#footer .wrapper::after,
	#footer .wrapper::before {display: none;}
	#footer-social {float: left;margin: 48px 0 24px 0;}

	#maincontent.subpage {margin-top: -12px;}
	#maincontent {padding-top: 60px;}
	#maincontent #quicklinks {padding-top: 60px;}
	
	#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;}
	#slider .flex-caption-wrapper {max-width: none;}
	#slider .flex-caption-wrapper a .newsinfo-date p {margin-bottom: 0;}
	#slider .flex-direction-nav {display: none;}
	#slider .flex-caption-wrapper {position: relative; width: 100%;left: 0; right: auto; top: auto; bottom: 0;}
	#slider .flex-caption-wrapper a .newsinfo-content {padding: 24px 60px 24px 24px;-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);padding: 30px 30px 60px 30px;}
	#slider .flexslider .slides .flex-caption-wrapper::before {content: "";height: 72px;width: 100%;background-image: url("../images/silhouette-navigation.png");background-position: left bottom;background-repeat: repeat-x;position: absolute;top: -72px;z-index: 20;}
	#slider .flexslider .slides .flex-caption-wrapper::after {content:"";position: absolute; height: 200px; width: 100%; top: auto; top: -200px; background-image: url("../images/slider-bg-bottom.png");background-repeat: repeat-x;z-index: 10;}
	
	#footer .wrapper {padding-bottom: 24px;}
	#footer-list, #footer-contact {margin-left: 0; margin-right: 0;}
	#footer-social {width: 100%;}
	#footer-social ul {float: left;}
	
	.mm-menu--position-left, 
	.mm-menu--position-left-front, 
	.mm-menu--position-right, 
	.mm-menu--position-right-front {width: 500px;}
	.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, 
	.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {-webkit-transform: translate3d(500px,0,0);transform: translate3d(500px,0,0);}

  .mm-menu--position-left,
  .mm-menu--position-left-front,
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    width: 600px;
  }


  .frame.wrapper,
  .frame-wrapper,
  .wrapper,
  #footer .wrapper #footer-content,
  #maincontent .wrapper {
    width: 90%;
  }

  #header-bg-bottom{
    bottom: -5px;
  }

  #homeHeaderImage{
    height: auto;
    min-height: 480px;
  }

  #homeHeaderImage img {
    height: auto;
    width: 100%;
  }

  #homeHeaderContent h1 {
    font-size: 3em;
    margin-top: 120px;
    line-height: 48px;
  }

  #homeHeaderContent h1 span.homeHeadlineSmall {
    font-size: 24px;
    margin-bottom: 0;
  }

  #header #icons {
    top: 15px;
    right: 120px;
  }

  header+.news {
    margin-top: 30px;
  }

  .news-list-view.highlights {
    display: block;
  }

  .news-list-view.highlights .news-img-wrap {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-list-view.highlights .article .footer p {
    margin-bottom: 0;
  }

  .news-list-view.highlights .article a {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .news-list-view.highlights .article a:hover::before,
  .news-list-view.highlights .article a::before {
    bottom: 30px;
  }
  .news-list-view.highlights .article a::after {
    bottom: 9px;
  }

  .four-cols-25,
  .three-cols-33.layout-31,
  .three-cols-33.layout-30 {
    gap: 30px;
  }

  .box-quicklink img {
    padding: 20px;
  }

  .box-quicklink p {
    padding:  0 20px;
  }

  #c34644.three-cols-33 {
    display: block;
  }

  .event-content > p {
    display: none;
  }

  #footer-bottom {
    padding-bottom: 45px;
    margin-top: -3px;
  }

  #content-right > div {
    margin-left: 0;
  }

  #content-left > div {
    margin-right: 0;
  }

  #maincontent.subpage {
    margin-top: 0px;
  }

  #breadcrumb {
    margin-top: 0px;
  }

  #breadcrumb ul li {
    padding: 0 18px 0 0;
  }

  #icons ul li span {
    display: none;
  }

  #logo {
    margin: 0;
  }

  .four-cols-25,
  .three-cols-33.layout-31,
  .three-cols-33.layout-30 {
    display: block;
  }

  .four-cols-25 > div,
  .three-cols-33.layout-31 > div,
  .three-cols-33.layout-30 > div {
    margin-bottom: 30px;
  }

  .box-quicklink a {
    min-height: 0;
  }

  .four-cols-25 .ce-gallery,
  .three-cols-33.layout-31 .ce-gallery,
  .three-cols-33.layout-30 .ce-gallery {
    float: left;
    width: 25%;
  }

  .four-cols-25 .box-content,
  .three-cols-33.layout-31 .box-content,
  .three-cols-33.layout-30 .box-content {
    float: right;
    width: 75%;
    box-sizing: border-box;
    padding-right: 30px;
  }

}

@media screen and (max-width: 720px) {
  /*
	body:before {
		content:"(max-width: 720px)";
		position: relative;;
		z-index:9999999;
        width:100%;
        height: 24px;
		text-align:center;
		display:block;
		background-color:#42ad12;
		color:#000000;
		padding:5px 0;
		top: 0;
		font-weight: bold;
	}

   */

	
	.tx-go-maps-ext a.js-gme-show::before {width: 80%; left: 10%;}
	.tx-go-maps-ext a.js-gme-show::after {width: 80%; left: 10%; bottom: 10%;}
	#header #logo {width: 50%;}
	/*#header #icons ul li {float: none;margin: 0 0 6px 0;}*/
	#header #icons {float: left; margin: 6px 24px;}
	#header #icons ul li#toggle-button {float: none; position: absolute; right: 12px; top: 12px;}
	body:lang(en) #header #icons ul li#toggle-button {top: 6px;}
	body:lang(en) #icons ul li {margin: 12px 6px 0 0;}
	#header-image .mobile-image {display: block;}	
	#header-image .desktop-image {display: none;}
	
	#webcam-box, #contact-box, #search-box,
	#header #icons {position: static;}
	#webcamblock-inhalt, #contactblock-inhalt, #searchblock-inhalt,
	#webcam-box.clicked #webcamblock-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%;}
	
	#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;}

	.frame-type-menu_pages.frame-layout-9 .three-cols-33 > div,
	.two-cols-50 > div {float: none; width: 100%;margin-bottom: 0;}
	.panorama_div,
	.panorama_div .links-1,
	.panorama_div .rechts-1,
	.panorama_div .links-1 img,
	.panorama_div .rechts-1 img {height: 30em;}
	.panorama_div .links-1 {width:40%;}
	.panorama_div .rechts-1 {width:55%;}
	
	#maincontent .gme-cats li {width:100%;}
	.btn-orange-full.ferienprogramm.left {width:75%;float:left;margin-top:10px;}
	.btn-orange-full.ferienprogramm.right {width:75%;float:left;} 
	
	.mm-menu--position-left, 
	.mm-menu--position-left-front, 
	.mm-menu--position-right, 
	.mm-menu--position-right-front {width: 500px;}
	.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, 
	.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {-webkit-transform: translate3d(500px,0,0);transform: translate3d(500px,0,0);}

  .mm-menu--position-left,
  .mm-menu--position-left-front,
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    width: 500px;
  }

  #menu .mm-navbars--bottom .mm-navbar p a {
    font-size: 0;
    height: 45px;
  }

  .frame.wrapper,
  .frame-wrapper,
  .wrapper,
  #footer .wrapper #footer-content,
  #maincontent .wrapper {
    width: 85%;
  }

  #homeHeaderContent h1 {
    margin-top: 60px;
  }

  #homeHeaderImage img {
    margin-top: 0;
  }

  #header-image .mobile-image {
    height: 500px;
    width: auto;
  }

  #homeHeaderContent {
    width: 90%;
    margin: 0 auto;
  }

  #homeHeaderContent h1 {
    margin-bottom: 0;
  }

  #header #logo {
    margin-left: -5%;
  }

  #toggleMenu a > div::after,
  #icons ul li span {
    display: none;
  }

  #homeHeaderImage,
  #homeHeaderImage img {
    height: 480px;
    width: auto;
  }

  #toggleMenu a {
    width: 120px;
    height: 120px;
    right: -25px;
    top: -20px;
  }

  #toggleMenu a span {
    width: 45px;
    margin: 9px auto;
  }

  #icons ul li {
    margin: 0;
  }

  #header #icons {
    float: left;
    margin: 0 0 0 -5%;
    clear: both;
  }

  .four-cols-25,
  .three-cols-33.layout-31,
  .three-cols-33.layout-30 {
    display: block;
  }

  .four-cols-25 > div,
  .three-cols-33.layout-31 > div,
  .three-cols-33.layout-30 > div {
    margin-bottom: 30px;
  }

  .four-cols-25 .ce-gallery,
  .three-cols-33.layout-31 .ce-gallery,
  .three-cols-33.layout-30 .ce-gallery {
    float: left;
    width: 30%;
  }

  .four-cols-25 .box-content,
  .three-cols-33.layout-31 .box-content,
  .three-cols-33.layout-30 .box-content {
    float: right;
    width: 65%;
    box-sizing: border-box;
    padding-right: 30px;
  }

  #maincontent .box-quicklink a {
    margin-right: 0;
    width: 100%;
    min-height: 0;
  }

  .event-list-item a,
  .three-cols-33,
  .news-list-view.highlights {
    display: block;
  }

  .news-list-view.highlights .article {
    margin-bottom: 45px;
  }

  .news-list-view.highlights .article .footer p {
    margin-bottom: 0;
  }

  .news-list-view.highlights .news-img-wrap {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .event-content h3 {
    padding: 15px 0 30px 0;
  }

  .event-header p {
    line-height: 24px;
    padding-top: 15px;
  }
  #footer-bg-top {
    margin-top: -60px;
    margin-bottom: -5px;
  }

  #footer .wrapper #footer-content {
    width: 100%;
  }

  #footer-content > div {
    float: none;
    width: 100%;
  }

  #footer-content #footer-right ul {
    margin-top: 60px;
  }

  #maincontent .ce-gallery.cols-4 .ce-row,
  #maincontent .ce-gallery.cols-2 .ce-row,
  #maincontent .ce-gallery.cols-3 .ce-row {
    display: block;
  }

  #maincontent .ce-gallery.cols-4 .ce-column,
  #maincontent .ce-gallery.cols-2 .ce-column,
  #maincontent .ce-gallery.cols-3 .ce-column {
    margin-bottom: 30px;
  }

  #maincontent .ce-textpic.ce-right.ce-intext,
  #maincontent .ce-textpic.ce-left.ce-intext {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  #maincontent .ce-textpic.ce-right.ce-intext .ce-gallery,
  #maincontent .ce-textpic.ce-left.ce-intext .ce-gallery {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    order: 2;
  }

  #maincontent .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext,
  #maincontent .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  #maincontent .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row {
    margin-left: 0px;
  }

  #maincontent .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row {
    margin-right: 0px;
  }

  .frame-type-menu_subpages.frame-layout-9 a,
  .frame-type-menu_pages.frame-layout-9 .menu-green a {
    margin-bottom: 30px;
  }

  .subpage .news-list-view .news-article a {
    padding-bottom: 45px;
  }

  .layout-25-right,
  .layout-50-right,
  .layout-75-right,
  .layout-25-left,
  .layout-50-left,
  .layout-75-left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }

}


@media screen and (max-width: 540px) {
  /*
	body:before {
		content:"(max-width: 540px)";
		position: relative;;
		z-index:9999999;
        width:100%;
        height: 24px;
		text-align:center;
		display:block;
		background-color:#65dea1;
		color:#000000;
		padding:5px 0;
		top: 0;
		font-weight: bold;
	}

   */

  header h2 + h3,
  header h1 + h2,
  h3,
  h4 { font-size: 2.1em; line-height: 30px;}
  h1, h2 { font-size: 2.7em; line-height: 36px;}

	#header-image img {height: 330px;width: auto;}
  #footer-list {margin-top: 48px;}

	#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%;}

	.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;}
	
	.event-list-item.ferienprogramm .event-content table td {width:100% !important;display:inline-block;padding:6px 0;}
	
	.mm-menu--position-left, 
	.mm-menu--position-left-front, 
	.mm-menu--position-right, 
	.mm-menu--position-right-front {width: 380px;}
	.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, 
	.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {-webkit-transform: translate3d(380px,0,0);transform: translate3d(380px,0,0);}

  #menu .mm-navbar p{
    margin: 5px;
  }

  #menu .mm-navbar p a {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  #homeHeaderContent h1 {
    display: none;
  }

  .four-cols-25 .ce-gallery,
  .three-cols-33.layout-31 .ce-gallery,
  .three-cols-33.layout-30 .ce-gallery,
  .four-cols-25 .box-content,
  .three-cols-33.layout-31 .box-content,
  .three-cols-33.layout-30 .box-content {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .four-cols-25 .box-content,
  .three-cols-33.layout-31 .box-content,
  .three-cols-33.layout-30 .box-content {
    margin-bottom: 30px;
  }

  .frame.wrapper,
  .frame-wrapper,
  .wrapper,
  #footer .wrapper #footer-content,
  #maincontent .wrapper {
    width: 90%;
  }

  #footer .wrapper #footer-content {
    width: 100%;
  }

  .subpage .news-list-view .news-icon,
  .subpage .news-list-view.news-img .news-img-wrap {
    top: 0px;
    left: 0px;
    position: relative;
  }

  .subpage .news-list-view .news-content-wrapper {
    margin-top: 30px;
  }

  #maincontent .c-accordion-item.act .c-accordion-title::after,
  #maincontent .c-accordion-title::before {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 21px;
    left: 0;
  }

}


@media screen and (max-width: 420px) {
  /*
	body:before {
		content:"(max-width: 420px)";
		position: relative;;
		z-index:9999999;
        width:100%;
        height: 24px;
		text-align:center;
		display:block;
		background-color:#568912;
		color:#000000;
		padding:5px 0;
		top: 0;
		font-weight: bold;
	}

   */
	
	body:lang(en) #icons ul li {padding-top: 60px;}
	
	#events h2, 
	#news h2, 
	#important-links h2 {font-size: 3.6em; line-height: 42px;}

	#icons ul li {margin: 0 0 0 6px; padding-top: 12px;}
	#header #icons ul li#toggle-button {padding: 0;}
		
	#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;}

	#webcamblock-inhalt, #contactblock-inhalt, #searchblock-inhalt,
	#webcam-box.clicked #webcamblock-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;}
	#webcamblock-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;}
	
	.tx-go-maps-ext a.js-gme-show::before,
	.tx-go-maps-ext a.js-gme-show::after {font-size: 1.4em; line-height: 24px;}
	
	.mm-menu--position-left, 
	.mm-menu--position-left-front, 
	.mm-menu--position-right, 
	.mm-menu--position-right-front {width: 320px;}
	.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, 
	.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {-webkit-transform: translate3d(320px,0,0);transform: translate3d(320px,0,0);}

  .mm-menu--position-left,
  .mm-menu--position-left-front,
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    width: 80%;
  }

  #menu .mm-navbars--top .mm-navbar {
    width: 100%;
  }

  #menu .mm-navbars--top .mm-navbar:first-child {
    display: block;
    clear: both;
  }

  #menu .mm-navbar p{
    margin: 5px;
    width: 50px;
    height: 50px;
    max-width: none;
    float: right;
  }

  #menu .mm-navbar p a {
    padding: 5px;
    width: 100%;
    height: 100%;
  }

  #breadcrumb ul li {
    background-position: right center;
  }

}