@charset "UTF-8";
/* open-sans-300 - latin */
@import "fonts.css";
.clear::after {
  content: "";
  clear: both;
  display: table;
}
.linkpfeil {
  position: relative;
  margin-left: 3px;
  margin-left: 21px;
  border-bottom: none !important;
}
.linkpfeil:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -21px;
  top: 1px;
  background-image: url(/grafiken/arrow-small-right.png);
  background-size: 100% auto;
}
body {
  font-family: "Open Sans";
  padding: 0;
  margin: 0;
  color: #202020;
  font-size: 16px;
  interpolate-size: allow-keywords;
  /*ermöglicht transition height*/
  background-color: #F0F0F0;
  /*geaendert: sseyl*/
}
header {
  background-color: white;
}
strong, bold {
  font-weight: 600;
}
h1 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #006eb4;
}
h1 a {
  color: black;
  text-decoration: none;
}
h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
h2 a {
  text-decoration: none;
}
h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
h3 a {
  text-decoration: none;
}
h4 {
  margin-top: 0;
  font-weight: 600;
}
a {
  text-decoration: none;
  color: black;
}
a h1, a h2, a h3, a h4 {
  text-decoration: none;
}
main {
  margin-top: 10px;
}
.outer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#slider {
  max-height: 420px;
  overflow: hidden;
  position: relative;
}
#totop {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 10px;
  line-height: 1em;
  color: #ff8c00;
  transform: translate(-50%, 0) rotate(-90deg);
  width: 40px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#totop img {
  max-width: 100%;
  height: auto;
}
#burger {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 1;
  height: 25px;
  width: 40px;
  height: 40px;
}
#burger.open:before {
  content: none;
}
#burger.open span.linie1 {
  transform: translateY(19px) rotate(45deg);
  width: 30px;
}
#burger.open span.linie2 {
  transform: translateY(0px) rotate(-45deg);
  width: 30px;
  position: absolute;
  top: 1px;
}
#burger:before {
  /*pointer-events: all;*/
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ffbe00;
  display: block;
  position: absolute;
  top: 10px;
}
#burger span {
  height: 3px;
  display: block;
  /*margin: 15px 0px;*/
  background-color: #ffbe00;
  transform: rotate(0deg);
  transition: 0.25s all;
}
#burger span.linie1 {
  width: 40px;
}
#burger span.linie2 {
  margin-top: 18px;
  width: 40px;
}
#burger:hover .linie1, #burger:hover .linie2, #burger:hover:before {
  height: 2px;
  transition: 0.5s all;
}
#burger:hover:after {
  height: 2px;
  transition: 0.5s all;
}
/*burger*/
#kopfgrafik {
  position: relative;
}
#kopfgrafik img {
  /*
		width:100%;
		margin:0 auto;
		max-width:100%;
		height:auto;
		display:block;
		*/
  width: 100%;
  height: auto;
  position: relative;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
#logo_ct {
  /*position: absolute;*/
  padding-top: 20px;
  width: 30%;
  /*width:450px;*/
  height: 60px;
  max-width: 100%;
}
#logo_ct img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#logo_mobil {
  display: none;
  text-align: center;
  padding: 20px 0;
}
#logo_mobil img {
  width: 50%;
  height: auto;
}
#navi_ct {
  /*
	background:black;
	box-shadow:0px -1px 8px 0px rgba(255, 140, 0, 0.86);
	*/
}
#navi_ct .hauptnavigation {
  padding: 8px 0 0 0;
  display: flex;
  column-gap: 70px;
}
#navi_ct .hauptnavigation nav {
  display: flex;
  align-items: center;
  width: 80%;
}
#navi_ct .hauptnavigation ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  /*sub_ct*/
}
#navi_ct .hauptnavigation ul li {
  list-style-type: none;
  position: relative;
  padding: 0px;
}
#navi_ct .hauptnavigation ul li.notrel .sub_ct {
  min-width: 750px;
  max-width: 100%;
}
#navi_ct .hauptnavigation ul li a:not(:has(img)) {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.5s;
}
#navi_ct .hauptnavigation ul li a:not(:has(img)):hover {
  border-bottom: 2px solid #ffbe00;
  transition: color 0.5s;
}
#navi_ct .hauptnavigation ul li .opener {
  position: absolute;
  width: 22px;
  right: -20px;
  top: 3px;
}
#navi_ct .hauptnavigation ul li .opener a {
  display: initial;
  padding: 0 6px;
  line-height: initial;
  font-size: initial;
}
#navi_ct .hauptnavigation ul li .opener.open img {
  transform: rotate(180deg);
}
#navi_ct .hauptnavigation ul li .opener img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}
#navi_ct .hauptnavigation ul li .opener .vis img {
  opacity: 1;
}
#navi_ct .hauptnavigation ul li .sub_ct {
  display: none;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.04);
  min-width: 290px;
  z-index: 1;
  position: absolute;
  left: 0;
  background-color: white;
  padding: 20px;
  top: 25px;
  margin-top: 7px;
}
#navi_ct .hauptnavigation ul li .sub_ct.open {
  display: flex;
}
#navi_ct .hauptnavigation ul li .sub_ct.open.block {
  display: block;
}
#navi_ct .hauptnavigation ul li .sub_ct.open.block ul {
  display: block;
}
#navi_ct .hauptnavigation ul li .sub_ct ul {
  min-width: 250px;
  column-gap: 50px;
  z-index: 1;
  background-color: white;
  padding: 0 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li {
  padding: 5px 0 5px 15px;
  margin: 0;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li.pd {
  padding-left: 10px;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li a {
  font-size: 16px;
  color: black;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li ul {
  display: block;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li ul li a {
  font-size: 14px;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li.oeffner {
  cursor: pointer;
  position: relative;
  background-image: url("/galerien/qu46/2025/Sommerfest2025/20250719Qu46_Sommerfest_sseyl_11.jpg");
  background-repeat: no-repeat;
  background-position: 85% 10px;
  background-size: 15px auto;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li.oeffner.open {
  background-image: url("/galerien/qu46/2025/Sommerfest2025/20250719Qu46_Sommerfest_sseyl_10.jpg");
}
#navi_ct .hauptnavigation ul li .sub_ct ul li.oeffner a {
  font-weight: 600;
}
#navi_ct .hauptnavigation ul li .sub_ct ul li.weg {
  display: none;
  padding-left: 20px;
}
#navi_ct .hauptnavigation ul li.notrel .sub_ct {
  left: 50%;
  transform: translate(-50%, 0%);
}
#navi_ct .hauptnavigation ul li:hover .sub_ct {
  display: flex;
}
#navi_ct .hauptnavigation ul li:hover .sub_ct ul {
  z-index: 1;
  display: flex;
}
#navi_ct .hauptnavigation ul li:hover .sub_ct ul li ul {
  display: block;
}
#navi_ct .hauptnavigation ul li:hover .sub_ct.block {
  display: block;
}
#navi_ct .hauptnavigation ul li:hover .sub_ct.block ul {
  display: block;
}
.mobilnavigation {
  display: none;
  position: absolute;
  top: -800px;
  right: 0;
  z-index: 2;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding-bottom: 50px;
  border-bottom: 1px solid grey;
}
.mobilnavigation .opener {
  display: none;
}
.mobilnavigation .sub_ct {
  margin-top: 5px;
}
.mobilnavigation #menuhead {
  font-size: 30px;
  position: absolute;
  color: black;
  top: 13px;
  right: 93px;
}
.mobilnavigation .inner {
  width: initial;
  margin: 70px 30px 75px 20px;
  background-color: transparent;
}
.mobilnavigation #menuclose {
  background: transparent;
  cursor: pointer;
  position: absolute;
  pointer-events: all;
  right: 15px;
  top: 0px;
  width: 40px;
  height: 50px;
  color: black;
}
.mobilnavigation #menuclose span {
  height: 2px;
  display: block;
  margin: 16px 0px;
  background-color: black;
  transition: 0.25s all;
}
.mobilnavigation #menuclose span.linie1 {
  transform: translateY(18px) rotate(45deg);
}
.mobilnavigation #menuclose span.linie2 {
  transform: translateY(0px) rotate(-45deg);
}
.mobilnavigation #menuclose:before {
  content: "Menü";
  font-size: 30px;
  position: absolute;
  right: 45px;
  top: 17px;
  color: black;
  transition: 0.25s all;
}
.mobilnavigation #menuclose:hover span {
  background-color: black;
  transition: 0.25s all;
}
.mobilnavigation #menuclose:hover:before {
  color: black;
  transition: 0.25s all;
}
.mobilnavigation ul {
  padding: 0 0 0 25px;
}
.mobilnavigation ul li {
  position: relative;
  padding-bottom: 10px;
  list-style-type: none;
}
.mobilnavigation ul li:last-of-type {
  padding-bottom: 0;
}
.mobilnavigation ul li.pd {
  padding-left: 0px;
}
.mobilnavigation ul li.pd .linie_hoch.abs {
  top: 8px;
  left: -9px;
}
.mobilnavigation ul li:before {
  content: none;
}
.mobilnavigation ul li a {
  font-size: 25px;
  line-height: 25px;
  color: black;
  text-decoration: none;
  position: relative;
}
.mobilnavigation ul li a.current {
  color: black;
}
.mobilnavigation ul li a.l1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.mobilnavigation ul li a:hover {
  color: black;
  transition: color 0.3s;
}
.mobilnavigation ul li ul li ul li a {
  font-size: 20px;
}
.mobilnavigation li.oeffner {
  cursor: pointer;
  position: relative;
  cursor: pointer;
  position: relative;
  background-image: url("/galerien/qu46/2025/Sommerfest2025/20250719Qu46_Sommerfest_sseyl_11.jpg");
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-size: 15px auto;
}
.mobilnavigation li.oeffner.open {
  background-image: url("/galerien/qu46/2025/Sommerfest2025/20250719Qu46_Sommerfest_sseyl_10.jpg");
}
.mobilnavigation li.oeffner a {
  font-weight: 600;
  display: block;
  width: 100%;
}
.mobilnavigation li.weg {
  display: none;
  padding-left: 10px;
}
/*mobilnavigation*/
#nebennavigation {
  position: absolute;
  min-width: 500px;
  max-width: 100%;
  z-index: 1;
  top: 5px;
  right: 0;
}
#nebennavigation ul {
  display: flex;
  justify-content: space-around;
}
#nebennavigation ul li {
  list-style-type: none;
}
#nebennavigation ul li a {
  text-decoration: none;
  font-weight: 500;
}
#nebennavigation_mobil {
  display: none;
}
.rubrik_icon {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
  max-width: 160px;
}
.rubrik_icon .img_ct {
  font-size: 14px;
  text-align: center;
}
.rubrik_icon img {
  height: 80px;
  width: auto;
  margin-left: 10px;
}
.rubrik_icon.content {
  right: 20px;
}
.rubrik_icon.content img {
  height: 40px;
}
button.hidden_bt {
  border: none;
  background: none;
  font-weight: 500;
  border-bottom: 1px #bbbbbb solid;
  font-size: 17px;
  cursor: pointer;
  padding-left: 0;
  text-shadow: 0.2px 0.2px 0 currentColor;
  position: relative;
  margin-left: 3px;
  margin-left: 21px;
  border-bottom: none !important;
}
button.hidden_bt:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -21px;
  top: 1px;
  background-image: url(/grafiken/arrow-small-right.png);
  background-size: 100% auto;
}
button.hidden_bt:hover {
  text-shadow: 0.2px 0.2px 0 currentColor;
  transition: all 0.5s;
  border-bottom: 1px #5e5e5e solid;
}
.pfeil {
  width: 20px;
  height: auto;
  position: relative;
  top: 4px;
}
.suche, .suche_txt {
  position: relative;
}
.suche img, .suche_txt img {
  width: 20px;
  height: auto;
}
.suche button, .suche_txt button {
  background: transparent;
  border: none;
  position: relative;
}
.suche .suchbutton, .suche_txt .suchbutton {
  cursor: pointer;
  position: relative;
}
.suche .suche_ct, .suche_txt .suche_ct {
  display: none;
  position: absolute;
  z-index: 1;
  right: -16px;
  top: -31px;
  width: 300px;
  background: white;
}
.suche .suche_ct .suchbegriff, .suche_txt .suche_ct .suchbegriff {
  width: 80%;
  padding: 10px 5px;
}
.suche .suche_ct .suchbegriff:focus, .suche_txt .suche_ct .suchbegriff:focus {
  outline: none;
  border: 1px solid #ffbe00;
}
.suche .suche_ct label, .suche_txt .suche_ct label {
  font-size: 13px;
  color: #a5a5a5;
}
.suche .suche_ct button, .suche_txt .suche_ct button {
  top: 5px;
  cursor: pointer;
}
.suche_txt {
  height: 70px;
}
.suche_txt .suche_ct {
  width: initial;
  display: block;
  right: initial;
  top: initial;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.suche_txt .suche_ct input[type="text"] {
  width: 230px;
}
.mobilnavigation .suchbutton {
  display: none;
}
.mobilnavigation .suche_ct {
  background: transparent;
  width: 255px;
  right: initial;
  top: 20px;
  left: 0;
  display: block;
}
.mobilnavigation .suche_ct .suchbegriff {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#suchergebnis .item {
  margin-bottom: 30px;
}
#suchergebnis .item h2 {
  margin-bottom: 5px;
}
#suchergebnis .item h2 a {
  color: #006eb4;
}
#suchergebnis .item a {
  font-weight: normal;
}
#content {
  background: white;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  box-shadow: 1px 2px 3px 0px #8d8888;
}
#content.standort {
  padding: 0 0 20px 0;
}
#content.standort h3.mg {
  margin: 10px 0 0 10px;
}
#content a:not(:has(img)) {
  font-weight: 500;
  transition: all 0.2s;
  border-bottom: 1px #bbbbbb solid;
}
#content a:not(:has(img)):hover {
  /*
			font-weight:600;
			transition: all 1s;
			*/
  text-shadow: 0.2px 0.2px 0 currentColor;
  transition: all 0.5s;
  border-bottom: 1px #5e5e5e solid;
}
#content a:not(:has(img)).leaflet-popup-close-button {
  color: black;
}
#content #suchergebnis a {
  border-bottom: none;
}
#content .zurueck {
  float: right;
  font-size: 14px;
  font-style: italic;
  margin-top: -20px;
}
#content .zurueck a:before {
  position: relative;
  left: -7px;
  top: 2px;
  content: "<";
  color: #ff8c00;
  margin-right: 0px;
  font-size: 15px;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content ul {
  list-style-type: none;
  padding-left: 25px;
}
#content ul li {
  position: relative;
}
#content ul li:before {
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 9px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ffbe00;
}
.pdf_ct ul {
  margin-bottom: 10px;
}
.pdf_ct a[href*=".pdf"] {
  padding-left: 0px;
  margin-left: 21px;
  position: relative;
}
.pdf_ct a[href*=".pdf"]:before {
  content: "";
  position: absolute;
  left: -19px;
  top: 1px;
  background: url("#WE:90#") no-repeat left center;
  background-size: 15px auto;
  height: 20px;
  width: 20px;
}
.news_detail h1 {
  color: #006eb4;
}
.news_detail .date {
  font-size: 12px;
  color: grey;
}
.highlight {
  background-color: rgba(255, 140, 0, 0.5);
}
.box_ct, .standort_uebersicht {
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: var(--gap);
}
.box_ct .item .item_head, .standort_uebersicht .item .item_head {
  margin-bottom: 15px;
}
.box_ct .item .item_head a, .standort_uebersicht .item .item_head a {
  font-weight: 600 !important;
  font-size: 19px;
}
.box_ct .item .item_head.start, .standort_uebersicht .item .item_head.start {
  background: black;
  color: white;
  padding: 5px 10px;
  text-align: center;
}
.box_ct .item .item_head.start a, .standort_uebersicht .item .item_head.start a {
  color: white;
  border-bottom: none !important;
}
.box_ct .item img, .standort_uebersicht .item img {
  max-width: 100%;
  height: auto;
}
.box_ct .item.sp5, .standort_uebersicht .item.sp5 {
  width: calc(20% - var(--gap));
}
.box_ct .item.sp4, .standort_uebersicht .item.sp4 {
  width: calc(25% - var(--gap));
}
.box_ct .item.sp3, .standort_uebersicht .item.sp3 {
  width: calc(33% - var(--gap));
}
.box_ct .item.sp3.plus, .standort_uebersicht .item.sp3.plus {
  width: calc(49% - var(--gap));
}
.box_ct .item.sp2, .standort_uebersicht .item.sp2 {
  width: calc(50% - var(--gap));
}
.box_ct .item.sp1, .standort_uebersicht .item.sp1 {
  width: calc(100%);
}
.box_ct .item.mw200, .standort_uebersicht .item.mw200 {
  min-width: 200px;
}
.box_ct .bild img, .standort_uebersicht .bild img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.box_ct .item, .standort_uebersicht .item {
  border-radius: 0 0 10px 0;
  box-shadow: 3px 3px 5px 2px rgba(197, 197, 197, 0.92);
  margin-bottom: 20px;
  transition: 0.5s all;
}
.box_ct .item:hover, .standort_uebersicht .item:hover {
  box-shadow: 4px 4px 6px 2px rgba(197, 197, 197, 0.92);
}
.box_ct .item .box_top, .standort_uebersicht .item .box_top {
  background: black;
  color: white;
  padding: 5px;
  transition: 0.5s all;
}
.box_ct .item .fl_ct, .standort_uebersicht .item .fl_ct {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
}
.box_ct .item .fl_ct .bild, .standort_uebersicht .item .fl_ct .bild {
  width: 350px;
}
.box_ct .item .fl_ct .bild img, .standort_uebersicht .item .fl_ct .bild img {
  max-width: 100%;
  height: auto;
}
.box_ct .item .fl_ct .text, .standort_uebersicht .item .fl_ct .text {
  width: calc(100% - 370px - 40px);
}
.box_ct .item .text, .standort_uebersicht .item .text {
  padding: 10px;
}
.box_ct .item .text h3, .standort_uebersicht .item .text h3 {
  font-weight: 600;
}
.box_ct .item .text a.details, .standort_uebersicht .item .text a.details {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  margin-left: 3px;
  margin-left: 21px;
  border-bottom: none !important;
}
.box_ct .item .text a.details:before, .standort_uebersicht .item .text a.details:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -21px;
  top: 1px;
  background-image: url(/grafiken/arrow-small-right.png);
  background-size: 100% auto;
}
.box_ct .item .text form, .standort_uebersicht .item .text form {
  margin-bottom: 10px;
}
.box_ct .item .so_link, .standort_uebersicht .item .so_link {
  text-align: right;
  padding: 10px;
}
.box_ct .item .so_link a, .standort_uebersicht .item .so_link a {
  text-decoration: none;
  position: relative;
  margin-left: 3px;
  margin-left: 21px;
  border-bottom: none !important;
}
.box_ct .item .so_link a:before, .standort_uebersicht .item .so_link a:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -21px;
  top: 1px;
  background-image: url(/grafiken/arrow-small-right.png);
  background-size: 100% auto;
}
.box_ct .button_ct, .standort_uebersicht .button_ct {
  display: flex;
  justify-content: space-between;
}
.angebot table td {
  vertical-align: top;
}
#treffs {
  margin-bottom: 30px;
  --gap:30px;
  column-gap: var(--gap);
  row-gap: var(--gap);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#treffs .item {
  width: calc(33%  - var(--gap));
  box-shadow: 1px 2px 3px 0px #8d8888;
}
#treffs .item h2 {
  margin-bottom: 0px;
  font-size: 16px;
}
#treffs .item img {
  max-width: 100%;
  height: auto;
  display: block;
}
#treffs .item .text {
  margin: 0;
  padding: 5px 10px;
}
#treffs .item .name {
  background: black;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
}
#news, #veranstaltungen {
  margin-bottom: 30px;
  --gap:30px;
  column-gap: var(--gap);
  row-gap: var(--gap);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
#news .item, #veranstaltungen .item {
  width: calc(25%  - var(--gap));
  border: 1px solid #8d8888;
  position: relative;
}
#news .item.alle, #veranstaltungen .item.alle {
  /*	box-shadow:1px 2px 3px 0px #8d8888;*/
  width: 100%;
  border: none;
}
#news .item .head, #veranstaltungen .item .head {
  /*	background-color:$schmuckfarbe1_hell;
			margin-bottom:5px;
			color:black;
			padding:10px 10px 5px 10px;
			*/
  margin: 0;
  display: flex;
  column-gap: 8px;
}
#news .item .head h3, #veranstaltungen .item .head h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
#news .item .head h3 img, #veranstaltungen .item .head h3 img {
  margin-right: 3px;
  position: relative;
  top: 5px;
}
#news .item .treff, #veranstaltungen .item .treff {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
#news .item .treff a, #veranstaltungen .item .treff a {
  border-bottom: none;
}
#news .item .bild img, #veranstaltungen .item .bild img {
  display: block;
  max-width: 100%;
  height: auto;
}
#news .item .zeit, #veranstaltungen .item .zeit {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
#news .item .text, #veranstaltungen .item .text {
  padding: 5px 10px;
  margin-bottom: 20px;
}
#news .item .text img, #veranstaltungen .item .text img {
  width: 20px;
  height: auto;
  position: relative;
  top: 5px;
}
#news .item .mehr_ct, #veranstaltungen .item .mehr_ct {
  position: absolute;
  bottom: 5px;
}
.veranstaltungen_detail .treff {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.veranstaltungen_detail .treff a {
  border-bottom: none;
}
#news .item .head {
  min-height: 52px;
  background-color: #ffbe007a;
  margin-bottom: 5px;
  color: black;
  padding: 10px 10px 5px 10px;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#news .item .head .icon {
  width: 40px;
}
#news .item .head .icon img {
  width: 40px;
  height: auto;
  max-width: initial;
}
#veranstaltungen .item {
  width: calc(33.5%  - var(--gap));
}
#veranstaltungen .item.highlight {
  background-color: #ffbe007a;
}
#veranstaltungen .item h3 {
  color: #006eb4;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 0;
}
#veranstaltungen .item .head {
  background: transparent;
}
#veranstaltungen .item .text {
  padding-top: 0;
}
.veranstaltungen_detail .zeit {
  font-size: 16px;
  font-weight: 600;
}
.veranstaltungen_detail .flex_ct {
  margin-top: 10px;
  display: flex;
  column-gap: 20px;
}
.veranstaltungen_detail .flex_ct .bild, .veranstaltungen_detail .flex_ct .text {
  flex: 1 0 0;
}
#content {
  /*treff_detail*/
}
#content .treff_detail .qt_ct {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#content .treff_detail .qt_ct .bild, #content .treff_detail .qt_ct .text {
  width: calc(50%);
  background: #ffbe007a;
}
#content .treff_detail .qt_ct .bild img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
#content .treff_detail .qt_ct .text {
  padding: 20px;
  box-sizing: border-box;
}
#content .treff_detail .ma_ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#content .treff_detail .ma_ct .item {
  border: 1px solid grey;
  width: calc(50% - 20px);
  display: flex;
  column-gap: 20px;
}
#content .treff_detail .ma_ct .item .text {
  padding: 10px 0;
  width: 70%;
}
#content .treff_detail .ma_ct .item .text .name {
  font-weight: 600;
  color: #006eb4;
}
#content .treff_detail .ma_ct .item .bild {
  line-height: 0;
  width: 30%;
}
#content .treff_detail .ma_ct .item .bild img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#content .treff_detail .zusatz {
  margin: 20px 0;
  padding: 10px;
  background: #ffbe007a;
  border: 1px solid grey;
}
#content .treff_detail .h2_ct {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#content .treff_detail .h2_ct h2 {
  margin: 0;
}
#content .treff_detail .h2_ct img {
  width: 20px;
  height: auto;
  position: relative;
  top: 4px;
}
#content .mitarbeiter_uebersicht {
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: flex-start;
}
#content .mitarbeiter_uebersicht .item {
  width: calc(50%  - var(--gap));
  display: flex;
  column-gap: 20px;
}
#content .mitarbeiter_uebersicht .item .bild {
  width: 200px;
}
#content .mitarbeiter_uebersicht .item .bild img {
  width: 100%;
  height: auto;
}
#content .mitarbeiter_uebersicht .item .text {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .mitarbeiter_uebersicht .item .text .name {
  font-weight: 600;
  color: #006eb4;
  margin-bottom: 10px;
}
#content .mitarbeiter_uebersicht .item .text .funktion {
  font-weight: 600;
  margin-bottom: 5px;
}
/*content*/
.galerie {
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: flex-start;
  align-items: stretch;
}
.galerie .item {
  width: calc(33.5%  - var(--gap));
  background: black;
}
.galerie .item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.galerie .item .name {
  background: black;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
}
.galerie .item .titel {
  color: white;
  padding: 3px 5px;
  font-size: 14px;
}
.galerie.sp4 .item {
  width: calc(25%  - var(--gap));
}
/*galerie*/
.aktuell_ct .item {
  margin-top: 30px;
}
.aktuell_ct .item .standort {
  font-size: 14px;
  margin: 10px 0;
  font-style: italic;
}
.aktuell_ct .item .standort a {
  text-decoration: none;
}
.alleangebote, .stellen_uebersicht {
  margin-top: 30px;
}
.alleangebote .head_ct, .stellen_uebersicht .head_ct {
  background: black;
  color: white;
  padding: 10px 10px 10px 30px;
}
.alleangebote .head_ct h2, .stellen_uebersicht .head_ct h2 {
  margin: 0;
}
.alleangebote .item, .stellen_uebersicht .item {
  position: relative;
  padding: 40px 0 40px 150px;
}
.alleangebote .item h3, .stellen_uebersicht .item h3 {
  margin: 0;
  position: relative;
}
.alleangebote .item h3:before, .stellen_uebersicht .item h3:before {
  position: absolute;
  left: -25px;
  top: -8px;
  content: ">";
  color: #ffbe00;
  margin-right: 0px;
  font-size: 30px;
}
.alleangebote .item .rubrik_icon, .stellen_uebersicht .item .rubrik_icon {
  /*right:20px;*/
  left: 0;
  top: 55%;
}
.aktuell_ct_start {
  margin-top: 30px;
}
#formular {
  width: 50%;
}
#formular.anmeldung {
  margin: 0 auto;
}
#formular .ag {
  display: none;
}
#formular.fl_ct {
  width: 100%;
  display: flex;
  column-gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-around;
}
#formular.fl_ct div {
  width: 40%;
}
#formular.fl_ct div.sb {
  width: 160px;
}
#formular.fl_ct div.sb input {
  padding: 20px 20px;
}
#formular .center {
  margin: 0 auto;
}
#formular fieldset {
  border: 1px solid #e7e7e7;
}
#formular label {
  display: block;
  margin-top: 10px;
}
#formular input[type="text"], #formular input[type="email"], #formular input[type="date"], #formular select, #formular textarea {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #bdbdbd;
  font-size: 20px;
  background: white;
  color: #444444;
  font-family: "Open Sans";
  accent-color: #ffbe00;
}
#formular input[type="text"] option, #formular input[type="email"] option, #formular input[type="date"] option, #formular select option, #formular textarea option {
  color: #444444;
}
#formular input[type="text"]::placeholder, #formular input[type="email"]::placeholder, #formular input[type="date"]::placeholder, #formular select::placeholder, #formular textarea::placeholder {
  color: #444444;
  opacity: 1;
}
#formular select {
  padding-left: 15px;
}
#formular textarea {
  min-height: 400px;
}
#formular input[type="submit"] {
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #bdbdbd;
  font-size: 20px;
  background: white;
  color: #444444;
  font-family: "Open Sans";
  background-color: #ffbe00;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1em;
  color: black;
  cursor: pointer;
}
#formular input[type="submit"].kl {
  width: initial;
}
#formular.veranstaltungen {
  width: calc(50% - 30px);
}
/*formular*/
.breadcrumb_li {
  list-style-type: none;
}
#breadcrumb {
  height: 23px;
}
#breadcrumb ul {
  padding-left: 0;
  margin: 0;
}
#breadcrumb ul li {
  list-style-type: none;
  float: left;
  font-size: 11px;
}
#breadcrumb ul li a {
  color: black;
}
.flexlayout > div {
  display: inline-block;
  margin-right: 20px;
}
.flexlayout.mb {
  margin-bottom: 40px;
}
#footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffbe00;
  position: relative;
  /*geaendert:sseyl*/
  color: white;
}
#footer .inner {
  padding: 30px 0;
}
#footer a {
  color: #003264;
  text-decoration: none;
  /*geaendert:sseyl*/
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
}
#footer ul {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
#footer ul li {
  list-style-type: none;
}
#footer ul li.cookies {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
#footer ul li.cookies a {
  font-weight: bold;
}
#footer ul li.cookies a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("/slider/standard.php");
  background-size: 100%;
}
#footer ul li ul {
  padding-left: 0;
  flex-direction: column;
}
#footer ul li ul li a {
  font-weight: normal;
}
#footer ul li.logos {
  line-height: 35px;
}
#footer ul li.logos img {
  max-width: 100%;
  height: auto;
}
#footer .meta {
  margin-top: 10px;
}
#footer .meta ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  column-gap: 20px;
}
#footer #socialmedia {
  position: absolute;
  right: 20px;
  top: 30px;
}
#footer #socialmedia ul {
  display: flex;
  padding-left: 0;
  column-gap: 20px;
}
#footer #socialmedia ul li img {
  height: 25px;
  width: auto;
}
#footer #footernavigation {
  margin-top: 30px;
  display: flex;
  padding-left: 0;
  column-gap: 20px;
  justify-content: space-between;
  --gap:20px;
  column-gap: var(--gap);
}
#footer #footernavigation .item .item_head {
  margin-bottom: 15px;
}
#footer #footernavigation .item .item_head a {
  font-weight: 600 !important;
  font-size: 19px;
}
#footer #footernavigation .item .item_head.start {
  background: black;
  color: white;
  padding: 5px 10px;
  text-align: center;
}
#footer #footernavigation .item .item_head.start a {
  color: white;
  border-bottom: none !important;
}
#footer #footernavigation .item img {
  max-width: 100%;
  height: auto;
}
#footer #footernavigation .item.sp5 {
  width: calc(20% - var(--gap));
}
#footer #footernavigation .item.sp4 {
  width: calc(25% - var(--gap));
}
#footer #footernavigation .item.sp3 {
  width: calc(33% - var(--gap));
}
#footer #footernavigation .item.sp3.plus {
  width: calc(49% - var(--gap));
}
#footer #footernavigation .item.sp2 {
  width: calc(50% - var(--gap));
}
#footer #footernavigation .item.sp1 {
  width: calc(100%);
}
#footer #footernavigation .item.mw200 {
  min-width: 200px;
}
#footer #footernavigation a {
  font-size: 14px;
}
#footer #footernavigation ul {
  padding-left: 0;
  margin-top: 0;
}
#footer #footernavigation .oeffner a {
  font-weight: 600;
  font-size: 16px;
}
#footer #footernavigation .footer_head {
  font-weight: bold;
  font-size: 17px;
}
#footer #footernavigation .footer_head a {
  font-weight: bold;
  font-size: 17px;
}
