@import url(/css/jquery.fancybox.css);
@import url(/css/jquery-ui.css);



:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #095a3c;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 9,90,60;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #095a3c;
  --bs-link-color-rgb: 9, 90, 60;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #548b54;
  --bs-link-hover-color-rgb: 84, 139, 84;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 0;
  --bs-border-radius-xxl: 0;
  --bs-border-radius-2xl: 0);
  --bs-border-radius-pill: 0;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.ui-widget, .Apple-style-span {
		font-family: var(--bs-font-sans-serif) !important;
		font-size: 1rem !important;
		line-height: 1.5 !important;
}

*[style*="font-size: 10pt;"] {
		font-size: var(--bs-body-font-size) !important;
}

*[style*="Arial,Verdana,sans-serif;"] {
		font-family: var(--bs-font-sans-serif) !important;
}

table {
		width: 100% !important;
}

.body {

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #095a3c;
}

.body_start {

}

.center {

}

.links {

}

div.logo {
	background-color: #095a3c;
}

.header {
	background-color: #d6d5ce;
}

.kopf {

}

.kopf_start {

}

.kopf_start .logo {
	background-color: #095a3c;
}

div.kopf_foto_start {

}

div.kopf_foto_start img {
	width: 100% !important;
	height: auto !important;
}


#mitte div.content div.text_liste img {
  float: right;
  margin-left: 30px;
}

div.content {
	margin-top: 13px;
}

.mini_termin .h4 {
  border-bottom: 1px solid gray;
  padding-left: 10px;
  margin-top: 5px;
  margin-left: 0;
}

div.kopf_foto {
  
}

.zitat {
	background-color: darkslategrey;
}

div.zitat img {
	width: 100% !important;
	height: auto !important;
}

div.kopf_foto img {
	width: 100% !important;
	height: auto !important;
}

.text {

}

.text_liste {

}

.text_links {
  float: left;
  padding-right: 10px;
  clear: left;
}

.text_rechts {
  float: right;
  display: block;
  clear: right;
  padding-right: 10px;
}

.nav {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
}

.nav ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav ul ul {
		margin-left: 15px;
}

.nav li {
  border-bottom: 1px solid #0a5325;
}

.nav li li {
  margin: 0;
  background-position: 2px 3px;
  padding: 0;
  border-bottom-style: none;
}

.nav li li a {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 3px 0 3px 25px;
  background-position: 2px 3px;
}

.nav li li.sub_aktiv a {
  font-size: 14px;
  color: #89b29a;
  background: url(/bilder/blatt_dunkel.png) no-repeat 2px 3px;
  margin: 0;
  padding: 3px 0 3px 25px;
}

.nav li li.sub_aktiv a:hover {
  color: #548b54;
}

.nav a {
  color: #555;
  text-decoration: none;
  font-size: 14pt;
  display: block;
  padding: 7px 5px 7px 25px;
  margin: 0;
}

.nav ul a:hover {
  color: #548b54;
  margin: 0;
  background: url(/bilder/blatt_dunkel.png) no-repeat 2px 8px;
  padding-left: 25px;
}

.nav li ul a:hover {
  color: #548b54;
  margin: 0;
  background: url(/bilder/blatt_dunkel.png) no-repeat 2px 3px;
  padding-left: 25px;
}

.nav a.aktiv {
  color: #095a3c;
  margin: 0;
  padding: 5px 5px 5px 25px;
  background: url(/bilder/blatt_dunkel.png) no-repeat 2px 8px;
}

.gruss {
  background-color: #d4d3cc;
  width: 250px;
  height: 580px;
  margin-left: 450px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding-top: 20px;
}

.gruss_text {
  color: white;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

h1 a {
  color: #0a5325;
}

#galerie {
  padding: 20px;
  background-color: #fff;
  width: 100%;
}

.xx {
  color: #878787;
}

a {
  color: #095a3c;
}

a:hover {
	color: #548b54;
  text-decoration: none;
}

.clear {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.mini_foto {
  float: left;
  height: 300px;
  background-color: #d4d3cc;
  margin: 5px;
  width: 150px;
  padding: 8px;
}

.Seitenzahl {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: silver;
  text-align: right;
	padding-right: 210px;
	margin: 3px 0 3px 3px;
}

.mini_foto .datum {
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: 10px;
}

.mini_foto h1 {
  margin: 5px 0;
  padding: 3px 0 0;
  border-top: 3px solid #8cb39c;
}

.mini_foto img {
  border-width: 0;
  border-style: none;
}

.datum {
	margin-bottom: 5px;
}

.fuss a {
  text-align: center;
  margin-top: 10px;
  color: #0a5325;
}

.fuss a:hover {
  text-align: center;
  margin-top: 10px;
  color: silver;
}

.gewonnen {
  color: #095a3c;
  font-weight: bold;
}

.zahl {
  color: #333;
  font-weight: bold;
}

.zahlen {
  float: left;
}

.mini_termin {
  
}

.mini_news {
	background-color: #aaa;
}


.mini_news .h4 {
  border-bottom: 1px solid gray;
  padding-left: 10px;
  margin-left: 0;
	margin-bottom: 20px;
}

.mini_news h1 a {
  
}

.mini_news h2 {
  margin: 0;
  padding: 0;
  border-style: none;
}

.mini_termin .h6 {
  margin: 0;
  padding: 0;
  border-style: none;
  background-color: transparent;
}

.mini_news h5 a {
  color: #095a3c;
}

.mini_news .kurz {
  padding-left: 10px;
}

.mini_termin .kurz {
  padding-left: 10px;
  padding-bottom: 10px;
}

.kurz br {
	display: block;
	content: "";
}

div.navi_logos img {
  margin-top: 10px;
  margin-left: 25px;
}

.mini_news .datum {
  color: white;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 17px;
  margin-left: 10px;
  font-weight: bold;
}

.mini_news p, .mini_termin p {
  font-size: .8rem;
}

.mini_termin .datum {
  color: #999;
  font-size: 14px;
  letter-spacing: normal;
  padding-bottom: 3px;
  line-height: 17px;
  padding-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
}

hr {
  border-style: solid;
  border-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  margin-bottom: 15px;
	margin-left: 0;
	margin-top: 20px;
}

.formError{
  color: #0a5325;
  border-color: #0a5325;
}

#formmail fieldset {
  border-style: none;
  border-width: 0;
}

.reihe {
  padding-bottom: 7px
}

.label {
  padding-right: 5px;
  width: 220px;
  float: left;
  text-align: right;
  font-weight: bold;
}

.feld {
  display: block;
  margin-left: 230px;
}

input {
  background-color: #e6e6e6;
  border-width: 1px;
  border-color: #666;
  padding: 3px;
}

.fancybox div.maske img.bild300 {
  margin-left: -15px;
  margin-top: 0;
}

.fancybox div.maske {
  width: 120px;
  height: 90px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #c4d8cc;
}

.masterbild {
  margin-top: 10px;
}


#accordion div.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active div.rahmen {
  float: right;
  margin-right: 10px;
  margin-top: 0px;
}

#accordion h3.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top.ui-state-focus {
	border-style: none;
	border-width: 0;
}



#accordion div.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active p {

}


#accordion div.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
	padding: 20px;
	border-style: none;
}


div#accordion.ui-accordion.ui-widget.ui-helper-reset {
	
}

h3.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active {
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(/bilder/pfeil_unten.png) 0 10px no-repeat;
	border-style: none;
	border-width: 0;
	color: #095a3c;
}


h3.ui-accordion-header.ui-corner-top.ui-accordion-header-collapsed.ui-corner-all.ui-state-default.ui-accordion-icons {
	background: url(/bilder/pfeil_vor.png) 0 12px no-repeat;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
	cursor:pointer;
	color: #095a3c;
	border-style: none;
}

.map_text {
  padding: 20px;
  background-color: #fff;
  width: 730px;
  float: left;
  display: none;
}

.eintrag {
  padding: 10px;
  background-color: #d4d3cc;
  width: 400px;
  border: 1px solid gray;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

#mitte div.content div.map_text div.eintrag h2 {
  border-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
}

p.mapitem {
  display: none;
}

#map_canvas {
  width: 100%;
  height: 700px;
  margin: 15px 0 15px 0;
}

.gm-ui-hover-effect:focus-visible, .info_content a:focus-visible {
	outline:0;
}

.infowindow {
  display: block;
  width: 350px;
}

.infowindow h2.info_title  {
  padding-left: 20px;
	font-size: 15px;
  width: 250px;
  background: none;
  color: black;
  margin-bottom: 10px;
  margin-left: 15px;
}

.dotted_marker,
.infowindow .info_number  {
  background: url('punkte.png') no-repeat 1px -1px;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 30px;
  color:white;
  font-weight: bold;
}

.dotted_marker {
  margin-left: -15px !important;
  margin-top: -15px !important;
}

.infowindow .info_number {
  display: block;
  float: left;
  color: white;
  font-weight: bold;
	margin-top: -3px;
}

.dotted_marker.cat-18, .infowindow .info_number.cat-18 { background-position: 1px   -1px; color: #333 !important;}
.dotted_marker.cat-19, .infowindow .info_number.cat-19 { background-position: -30px  -1px; }
.dotted_marker.cat-20, .infowindow .info_number.cat-20 { background-position: -61px  -1px; }
.dotted_marker.cat-21, .infowindow .info_number.cat-21 { background-position: -92px  -1px; }
.dotted_marker.cat-22, .infowindow .info_number.cat-22 { background-position: -123px -1px; }
.dotted_marker.cat-23, .infowindow .info_number.cat-23 { background-position: -154px -1px; }
.dotted_marker.cat-24, .infowindow .info_number.cat-24 { background-position: -185px -1px; }
.dotted_marker.cat-25, .infowindow .info_number.cat-25 { background-position: -216px -1px; }

#aside_links {
	margin: 12px 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.8em;
	width: 100%;
}

#aside_links li {
  list-style: none;
	padding: 0;
	margin: 0;
}

.ce-google-maps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 1x1 */
}

.ce-google-maps > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ce-google-maps .gmap-opt-in-wrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(GoogleMaps_1x1.jpg);
}

@media screen and (min-width:481px) {
    .ce-google-maps {
        padding-bottom: 66.6666%; /* 3x2*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(GoogleMaps_3x2.jpg);
    }
}

@media screen and (min-width:769px) {
    .ce-google-maps {
        padding-bottom: 56.25%; /* 16x9*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(GoogleMaps_16x9.jpg);
    }
}

@media screen and (min-width:1280px) {
    .ce-google-maps {
        padding-bottom: 42.8571%; /* 21x9*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(GoogleMaps_21x9.jpg);
    }
}
.gm-style-iw-ch button {
		border: 0 !important;
}

.video-wrapper {
      position: relative;
      width: 100%;
      max-width: 960px; /* Maximale Breite des Videos */
      margin: 0 auto;
      /* Höhe im Verhältnis zu 960×1696 = 176.67% */
      padding-top: 176.67%;
    }
    .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Füllt den Container, kann zu Beschnitt führen */
      background: #000;
    }