﻿/************************************************//*    © by Werbeagentur Gössler & Sailer OG     *//*             www.goesslersailer.at            *//************************************************/* {box-sizing: border-box;}:root {  --color-lime: #A6D852;  --color-curry: #F4AA22;  --color-melone: #F9193D;  --color-violett: #480137;  --color-grape: #4C0A7F;  --color-mint: #4BA593;  --color-weiss: #ffffff;  --color-schwarz: #000000;  --color-secondary: #f5f5f5;  --color-grau: #cecece;  --color-hellgrau: #efefef;  --color-text: #555555;  --font-base: "Roboto", system-ui, sans-serif;  --radius-base: 15px;  --radius-base-mini: 10px;  --transition-base: 0.3s ease;}body {	margin: 0px;	padding: 0px;	color: var(--font-text);	background:var(--color-secondary);	font-family: var(--font-base);	font-size: 100%;    line-height: normal;    font-weight: normal;	-moz-osx-font-smoothing: grayscale;	-webkit-font-smoothing: antialiased;	text-rendering: optimizeSpeed;	letter-spacing: normal;	}h1	{font-size:250%; margin:30px 0px 30px 0px; line-height: 48px;font-weight: normal; font-family: Lusitana;}h2	{font-size:200%; line-height: 42px; margin: 30px 0px 30px 0px;font-weight: normal; font-family: Lusitana;}h3	{font-size:180%; line-height: 35px; margin: 0px 0px 30px 0px;font-weight: normal; font-family: Lusitana;}h4	{font-size:160%;}h5	{font-size:160%;}h6	{font-size:140%;}h4,h5,h6{margin:30px 0px 30px 0px; font-weight: normal; color:#000000;line-height: 35px;}hr{border:0; border-top:1px solid #b5b5b5; margin:20px 0}a{color:var(--color-mint); text-decoration: underline; text-underline-position: under;}a:hover{color:#737373}.b-infolink a {color: var(--color-weiss); text-decoration: none}.b-infolink a:hover {color: var(--color-weiss); text-decoration: underline}.re-icon {font-size: 200%; margin: 0 20px 0 0}.re-icon-2 {font-size: 180%;}.sm-icon {font-size: 150%; margin: 0 20px 0 0}.social-icons {  display: flex;  justify-content: center;   /* zentriert horizontal */  gap: 30px;                 /* Abstand zwischen Icons */  font-size: 150%;           /* Icon-Größe */  margin: 20px auto;}.social-icons a {  color: inherit;            /* übernimmt Textfarbe */  text-decoration: none;}.social-icons a:hover {    color: var(--color-mint);}.fixed-action-bar{  position: fixed;  right: 16px;  bottom: 16px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 98;}.fab-btn{  width: 44px;  height: 44px;  border-radius: 9999px;  display: grid;  place-items: center;  background: var(--color-mint);     /* Button-Farbe */  color: #ffffff;           /* Icon-Farbe */  box-shadow: 0 8px 24px rgba(0,0,0,.18);  border: none;  cursor: pointer;  text-decoration: none;  transition: transform .12s ease, filter .12s ease, opacity .2s ease;}.fab-btn:hover{ transform: translateY(-1px); background: #000; color: #fff }.fab-btn:active{ transform: translateY(0); }.fab-btn:focus-visible{ outline: 2px solid #60a5fa; outline-offset: 2px; }.fab-btn i{ font-size: 18px; line-height: 1; }/* Top-Button erst nach Scrollhöhe zeigen (optional via data-Attr) */.fab-top[data-show-when-scrolled]{  opacity: 0; pointer-events: none; transform: scale(.9);}.fab-top.visible{  opacity: 1; pointer-events: auto; transform: scale(1);}.graubox {padding:40px; background-color: #f8f8f8; margin:0; border:5px #fff solid}.weissbox {padding:20px; background-color: #fff; margin:10px 0; border:5px #fff solid}/* ------------------------------------------------------------   Category Slider   ------------------------------------------------------------ *//* Track */.category-slider {    display: flex;    gap: 10px;                 /* Startwert – wird vom JS aus data-gap überschrieben */    overflow-x: auto;    scroll-behavior: smooth;    -ms-overflow-style: none;    scrollbar-width: none;    padding: 0;    min-width: 0;      overflow-wrap: anywhere;         /* bricht sehr lange Wörter/URLs */    word-break: break-word;          /* Fallback für manche Browser */    scroll-snap-type: x mandatory;   /* Optional, macht Wischen „snappy“ */}.category-slider::-webkit-scrollbar{ display:none; }/* Items – wichtig: border-box verhindert Abschneiden auf Mobil! */.category-item{  box-sizing: border-box;  position: relative;  background:#fff;  border:1px solid #C8D6D9;  border-radius: 15px;  text-align:left;  white-space:normal;  user-select:none;  scroll-snap-align: start;  /* mit scroll-snap */  min-width: 0;  display: flex;  flex-direction: column;}.category-item-rot{  background:var(--color-mint)!important;  border:3px solid #fff!important;  width:100%!important; height:auto!important;  display:block!important;  border-radius:15px!important;}.category-item-rot p {    font-weight: bold;    color: #fff;    font-size: 110%;    text-transform: uppercase;}.category-item i {font-size: 250%; color: #fff; text-align: center; margin: 25px 0 0 0;}.category-item-grau{  border:3px solid #efefef!important;  width:100%!important; height:auto!important;  display:block!important;  border-radius:15px!important;}.category-item-grau p {font-weight: normal; text-align: left; padding: 2%; min-width: 0; overflow-wrap: anywhere; word-break: break-word;}.category-img{ width:100%; height:auto; display:block; border-radius:15px; }.category-item button {  position: absolute;  left: 50%;  transform: translateX(-50%);  bottom: 50px;  max-width: 200px;  padding: 10px 25px;  border: 0;  border-radius: 10px;  background-color: var(--color-mint);  color: #fff;  font-size: 100%;  cursor: pointer;}.unten {margin-top: auto;}.slider-controls{  display:flex; align-items:center; justify-content:space-between; margin-top:10px;}.slider-btn{ background:transparent; border:none; font-size:200%; cursor:pointer; line-height:1; padding:4px 6px; }.slider-dots{ display:flex; align-items:center; justify-content:center; gap:8px; margin:0 12px; flex:1; }.slider-dots .dot{ width:16px; height:16px; background-color:transparent; border:2px solid var(--color-mint); border-radius:50%; cursor:pointer; transition:background .25s, transform .1s; }.slider-dots .dot.active{ background:var(--color-mint); }.slider-dots .dot:hover{ transform:scale(1.05); }.btn-prev:disabled,.btn-next:disabled {  visibility: hidden;      /* unsichtbar, aber behält Platz -> kein Reflow */  pointer-events: none;    /* nicht klickbar */}/* Category ENDE */.page-intro {    display: inline;}.page-intro h1 {        font-size: 150%;    margin: 5% 0;    line-height: 1.7;    padding: 0 15%;    text-align: center    }    .header-frame {    position: absolute;    top: 15rem;    right: 4.0rem;    left: 4.0rem;    bottom: 0;    border: 4px solid #ffffff;    height: 70vh;    z-index: 1;    border-radius: 15px;}.header-frame-rotation-1 {transform: rotate(-0.5deg);}.header-frame-rotation-2 {transform: rotate(-0.8deg);}.header-frame-rotation-3 {transform: rotate(-1.1deg);}.header-frame-rotation-4 {transform: rotate(-1.4deg);}.header-frame-rotation-5 {transform: rotate(-1.7deg);}.header-frame-lime {border-color: var(--color-lime);}.header-frame-curry {border-color: var(--color-curry);}.header-frame-melone {border-color: var(--color-melone);}.header-frame-violett {border-color: var(--color-violett);}.header-frame-grape {border-color: var(--color-grape);}.header-frame-mint {border-color: var(--color-mint);}.newsblock_out {background-color: #fff; padding: 20px 0 20px 0}.newsblock_in {width:88%; max-width: 1500px; margin: auto;}/************************************************//*                Slidertext                    *//************************************************/.main-carousel .slidertext {    color: #FFFFFF;    letter-spacing: 2px;    text-shadow: 1px 1px 1px #6e6e6e;    position: absolute;    font-size: 340%;    line-height: 100%;    text-align: center;    bottom:15%;    font-family:'Lusitana', sans-serif;}.main-carousel .slidertext-titel {font-size: 430%; }.main-carousel .slidertext-klein {font-size: 150%;}.text-focus-in {	-webkit-animation: text-focus-in 1s linear both;	        animation: text-focus-in 1s linear both;	animation-delay:2s;}.carousel .sl-text {    color: #000000;    position: absolute;    font-size: 120%;    line-height: 100%;    text-align: center;    top:50%;	background-color: #ffffff;	width:100%;	height: 100%;	opacity: 0.8;	display: none;	padding:5px;}.carousel .carousel-cell:hover .sl-klein{	display: block;}.carousel .carousel-cell:hover > .sl-titel{	height: auto;}.carousel .sl-titel {position: absolute;font-size: 105%; line-height: 100%;text-align: center;bottom:0px;color: #000000;background-color: #ffffff;width: 100%;padding:10px;opacity: 0.9;/*font-weight: bold;*/height: auto;}.carousel .sl-klein {font-size: 90%; font-weight: normal;	display: none;padding:10px 0px;}.carousel .sl-titel2 {position: absolute;font-size: 105%; line-height: 100%;text-align: left;bottom:0px;color: #000000;background-color: #ffffff;width: 100%;padding:10px 10px 10px 70px;opacity: 0.9;font-weight: normal;height: auto;}/* Carousell */.carousel {	background: #FFFFFF;}.carousel .carousel-cell {	width: 24%;	height: 340px;	background: #FFFFFF;	display: flex;	align-items: center;	justify-content: center;    margin-right: 10px;}	/* position outside */.carousel .flickity-prev-next-button.previous {  left: -60px;}.carousel .flickity-prev-next-button.next {  right: -60px;}.event-datum {    padding: 16px 0 0 2px;     border: 3px #818181 solid;     border-radius: 45px;     background-color: #fff;     text-align: center;     font-size: 120%;     width: 60px;    height: 60px;    position: absolute;    bottom: -5px;     z-index: 10;     left: 4px;     font-weight: bold}/* Inhalte Index */.infobox_news_list {    text-align: left;    margin: 0 0 25px 0;    padding: 15px;    text-decoration:none;}.infobox_news_list:hover {    background-color: #f0f0f0;}.infobox_news_list h4 {    line-height: 29px;    margin: 10px 0 0 0}.infobox_news_list:hover h4 {}/* ===== GRID BASIS ===== */.o-grid-custom{  display:grid;  grid-gap:1rem;  grid-template-columns:repeat(2,1fr);      /* mobil: 2 Spalten */  grid-template-rows:repeat(3,4.834rem);    /* mobil: Zeilenhöhe */  grid-auto-rows:4.834rem;  grid-auto-flow:dense;  justify-content:center;  margin:0 auto;  max-width:1400px;  list-style:none;  background:var(--color-secondary);  font-family:var(--font-base);  margin-bottom: 5rem;}.o-grid-custom a:hover{color: #fff}.o-grid-custom .o-grid__item{  margin:0; padding:0; width:100%; height:auto;  /* Basis auf Mobil → alles 2-spaltig */  grid-column:span 2;  grid-row:span 3;}/* Standardgrößen-Klassen – werden später durch :nth-child() übersteuert */.o-grid__item--md{ grid-column:span 2; grid-row:span 3; }.o-grid__item--lg{ grid-column:span 2; grid-row:span 4; }/* ===== Tablet/Desktop: 4 Spalten ===== */@media (min-width: 768px){  .o-grid-custom{    grid-template-columns:repeat(4,1fr);    grid-template-rows:repeat(3,4.834rem);    grid-auto-rows:4.834rem;  }    /* Defaults */  .o-grid-custom .o-grid__item{ grid-column:span 1; grid-row:span 3; }  .o-grid__item--md{ grid-column:span 2; grid-row:span 3; }  .o-grid__item--lg{ grid-column:span 2; grid-row:span 4; }  /* ===== EXAKTE ANORDNUNG (1–6) =====     Zielbild:     – Oben links: GROSS (1)     – Rechts davon: ZWEI KLEINE NEBENEINANDER (2 & 3)     – Unten links: ZWEI KLEINE NEBENEINANDER (5 & 6)     – Unten rechts: GROSS (4)  */  /* 1: groß links oben */  .o-grid-custom > .o-grid__item:nth-child(1){    grid-column: 1 / span 2;  /* Spalten 1-2 */    grid-row:    1 / span 4;  /* Reihen 1-4 */  }  /* 2: klein oben rechts links */  .o-grid-custom > .o-grid__item:nth-child(2){    grid-column: 3 / span 1;  /* Spalte 3 */    grid-row:    1 / span 3;  /* Reihen 1-3 */  }  /* 3: klein oben rechts rechts */  .o-grid-custom > .o-grid__item:nth-child(3){    grid-column: 4 / span 1;  /* Spalte 4 */    grid-row:    1 / span 3;  /* Reihen 1-3 */  }  /* 5: klein unten links links (unter dem großen Block) */  .o-grid-custom > .o-grid__item:nth-child(5){    grid-column: 1 / span 1;  /* Spalte 1 */    grid-row:    5 / span 3;  /* Reihen 5-7 */  }  /* 6: klein unten links rechts */  .o-grid-custom > .o-grid__item:nth-child(6){    grid-column: 2 / span 1;  /* Spalte 2 */    grid-row:    5 / span 3;  /* Reihen 5-7 */  }  /* 4: groß unten rechts (neben 5/6) */  .o-grid-custom > .o-grid__item:nth-child(4){    grid-column: 3 / span 2;  /* Spalten 3-4 */    grid-row:    4 / span 4;  /* Reihen 4-7 */  }}/* Desktop: größere Zeilenhöhe wie im Referenz-CSS */@media (min-width: 1024px){  .o-grid-custom{    grid-template-rows:repeat(3,7.375rem);    grid-auto-rows:7.375rem;  }}/* ===== TEASER-KARTEN (optimiert) ===== */.c-grid-teaser {  position: relative;  display: flex;  align-items: flex-end;  overflow: hidden;  border-radius: var(--radius-base);  background: #000;  color: var(--color-weiss);  text-decoration: none;  height: 100%;  will-change: transform;  transform: translateZ(0); /* GPU aktivieren */}/* Bild mit GPU-beschleunigtem Zoom */.c-grid-teaser__image-wrapper {  position: absolute;  inset: 0;  z-index: 0;  overflow: hidden;  will-change: transform;}.c-grid-teaser__image {  width: 100%;  height: 100%;  object-fit: cover;  display: block;  transition: transform 1s ease;  transform: scale(1);  will-change: transform;}.c-grid-teaser:hover .c-grid-teaser__image {  transform: scale(1.05);}/* Overlay */.c-grid-teaser::after {  content: "";  position: absolute;  inset: 0;  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));  z-index: 1;  transition: opacity var(--transition-base), background var(--transition-base);}.c-grid-teaser:hover::after {  opacity: 1;  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));}/* ===== animierter Border ===== */.c-grid-teaser::before {  content: "";  position: absolute;  inset: 0;  border-radius: var(--radius-base);  border: 5px solid transparent;  transform: scale(1.08);           /* Start leicht größer */  opacity: 0;  z-index: 2;  transition: all 0.4s ease;}.c-grid-teaser:hover::before {  transform: scale(0.7);              /* fährt ins Bild */  opacity: 1;}/* Label & Caption */.c-grid-teaser__label {  position: absolute;  top: .8rem;  left: .8rem;  z-index: 3;  margin: 0;  padding: 10px;  background: rgba(0, 0, 0, .65);  border-radius: 0 px;  font: 700 .75rem/1 var(--font-base);  text-transform: uppercase;}.c-grid-teaser__caption {  position: relative;  z-index: 3;  padding: 1rem;  width: 100%;}.c-grid-teaser__headline {  margin: 0;  font: 700 1.25rem/1.25 var(--font-base);}/* ===== Farbvarianten ===== */.c-grid-teaser--yellow .c-grid-teaser__label { background: var(--color-curry); }.c-grid-teaser--blue   .c-grid-teaser__label { background: var(--color-grape); }.c-grid-teaser--teal   .c-grid-teaser__label { background: var(--color-mint); }.c-grid-teaser--peach  .c-grid-teaser__label { background: var(--color-lime); }/* Border nimmt automatisch Label-Farbe an */.c-grid-teaser--yellow:hover::before { border-color: var(--color-curry); }.c-grid-teaser--blue:hover::before   { border-color: var(--color-grape); }.c-grid-teaser--teal:hover::before   { border-color: var(--color-mint); }.c-grid-teaser--peach:hover::before  { border-color: var(--color-lime); }    /************************************************//*                 Wirtschaft                   *//************************************************/.alphabetisch {height:20px; line-height:20px;}.alphabetisch span {padding:0px 3px 0px 3px;}.alphabetisch a:link,.alphabetisch a:visited,.alphabetisch a:active {color:#3B3B3B; font-size:100%; font-weight:normal; text-decoration:none;}.alphabetisch a:hover {color:#EE7202; font-size:100%; font-weight:normal; text-decoration:none;}.alphabetisch a.aktuell {color:#EE7202; font-size:100%; font-weight:bold; text-decoration:none;}.wirtschaft {margin-top:20px;}.wirtschaft .adr_name {    font-size: 140%;    margin: 0 0 15px 0;}.wirtschaft .adr_daten {    background-color: var(--color-hellgrau);    border-radius: 0px 10px 10px 10px ;    padding: 10px 20px 0 20px;    display: flex;    flex-wrap: wrap;    column-gap: 20px;  /* Abstand horizontal */    row-gap: 20px;     /* Abstand vertikal */    line-height: 25px}/* Falls die alten Floats noch aktiv sind → sicherheitshalber ausschalten */.wirtschaft .adr_daten .links,.wirtschaft .adr_daten .rechts {    float: none;}/* LINKS & RECHTS: je ca. 50%, aber Platz für den gap lassen */.wirtschaft .adr_daten .links {    flex: 1 1 calc(50% - 10px);}.wirtschaft .adr_daten .rechts {    flex: 1 1 calc(50% - 10px);}/* --- Mobil: untereinander --- */@media (max-width: 600px) {    .wirtschaft .adr_daten {        flex-direction: column;    }    .wirtschaft .adr_daten .links,    .wirtschaft .adr_daten .rechts {        flex: 1 1 100%;        width: 100%;    }}.opt_abs {    display: flex;    flex-wrap: wrap;    column-gap: 20px;  /* Abstand horizontal */    row-gap: 20px;     /* Abstand vertikal */    margin-bottom: 20px;}.opt_abs img {width: 20px; height: 20px; margin: 8px 0 0 5px}.wirtschaft-detail-links {    flex: 1 1 calc(50% - 10px);}.wirtschaft-detail-rechts {    flex: 1 1 calc(50% - 10px);}/* --- Mobil: untereinander --- */@media (max-width: 600px) {    .wirtschaft-detail-links,    .wirtschaft-detail-rechts {        flex-direction: column;        flex: 1 1 100%;        width: 100%;    }}.adresse_abs {line-height: 25px}.adresse_abs .vor {float:left; width:80px; margin-right:5px;}.oeffnungszeiten {float:left; width:278px; margin-right:22px;}.leistungen {float:left;}.leistungen img {margin:0px 5px 5px 0px; border-radius: 0px!important}.gulden {position:absolute; right:20px; top:-55px;}.wirtschaft-bilderg {border: 3px solid var(--color-secondary); border-radius: var(--radius-base-mini)}/************************************************//*                     Filter                   *//************************************************/.filter {border:1px #D0D0D0 solid; margin-bottom:20px; border-radius: var(--radius-base-mini); }.filter .optionen {    background-color: #FFFFFF;    border-radius: var(--radius-base-mini);    padding: 20px;    display: flex;    gap: 20px;    flex-wrap: wrap;    align-items: flex-start;}/* --- Gleiche Höhe für Inputs, Selects und Button --- */.filter div.optionen input.button,.filter div.optionen select.button,.filter div.optionen .btn {    height: 40px;               /* << Höhe hier ändern falls nötig */    box-sizing: border-box;    font-size: 14px;}/* Inputs */.filter div.optionen input.button {    width: 100%;    margin-top: 2px;}/* Optional: Selects */.filter div.optionen select.button {    width: 100%;    margin-top: 2px;}/* Die drei Input-Spalten teilen sich den Platz */.filter div.optionen div.opt_abs {    flex: 1 1 0;}/* Button-Container nur so breit wie nötig */.filter div.optionen div.opt_btn {    flex: 0 0 auto;    margin: 11px 0 0 0;        /* passend zu Inputs */}/* Button selber */.filter div.optionen .btn {    display: inline-flex;    align-items: center;    justify-content: center;    padding: 0 16px;          /* nur Links/Rechts */    text-decoration: none;    white-space: nowrap;}/* --- Mobil: untereinander --- */@media (max-width: 600px) {    .filter .optionen {        flex-direction: column;    }    .filter div.optionen div.opt_abs,    .filter div.optionen div.opt_btn {        width: 100%;    }    .filter div.optionen .btn {        width: 100%;          /* Button über die ganze Breite */        margin-top: 5px;    }}.ui-datepicker-trigger {top:-2px; position:absolute;}    .vort-box {float: left; max-width: 200px; height: auto; margin: 0;  min-width: 0;}.vort-box-2 {float: left; width: calc(100% - 260px); height: auto; padding-top: 0!important; min-width: 0;}.vort-box img {width: 100%; height: auto; border-radius: 0!important}.ue_box {text-transform: uppercase;font-weight: bold;}.gs_inbox {height:300px; margin:auto; width:99%}.news {text-align: left; width: 90%; margin: auto; padding:0 5% 0 5%; min-height: 250px}.newslist {margin-bottom: 25px}.newslist:hover {background-color: #fbfbfb;}#content{max-width:3000px; margin-top:0px}#cms > div:not(#map_canvas) img{max-width:100%;height:auto !important; border-radius: 15px}#cms img {max-width: 100%; height: auto !important;}.content-max {max-width: 1320px; margin: 0px auto 30px auto} .content-max ul {    list-style-type: none;    margin-left: 10px;    list-style-position: outside;    z-index: 110;    }.content-max ul li {    line-height: 25px;    padding: 5px 0px;    list-style-position: outside;}/* The switch - the box around the slider */.switch {	position: relative;	display: inline-block;	width: 48px;	height: 22px;	float: right;	margin-right: 20px}/* Hide default HTML checkbox */.switch input {  opacity: 0;  width: 0;  height: 0;}.switch-text {	float: left;	margin:1px 0 0 0;	font-weight: bold;}.switch-info-text {	float: left; 	padding: 10px 0 0 0;	text-align: left;}/* The slider */.check-slider {  position: absolute;  cursor: pointer;  top: 0;  left: 0;  right: 0;  bottom: 0;  background-color: #ccc;  -webkit-transition: .4s;  transition: .4s;}.check-slider:before {  position: absolute;  content: "";  height: 14px;  width: 14px;  left: 4px;  bottom: 4px;  background-color: white;  -webkit-transition: .4s;  transition: .4s;}input:checked + .check-slider {  background-color: var(--color-mint);}input:focus + .check-slider {  box-shadow: 0 0 1px var(--color-mint);}input:checked + .check-slider:before {  -webkit-transform: translateX(26px);  -ms-transform: translateX(26px);  transform: translateX(26px);}/* Rounded sliders */.check-slider.round {  border-radius: 34px;}.check-slider.round:before {  border-radius: 50%;}.trennlinie {margin:20px 0px 20px 0px; height:1px; border-top:1px #d4d4d4 solid;}.trennlinie-w {border-top:0px #fff solid;}.trennlinie_dashed {margin:20px 0px 20px 0px; height:1px; border-top:1px #d4d4d4 dashed;}img{border:0px;}img.left{	float:left;	margin-right:15px;	margin-bottom:15px;	border-radius:0px;	border:0px #FFFFFF solid;}img.right{	float:right;	margin-left:15px;	margin-bottom:15px;	border-radius:0px;	border:0px #FFFFFF solid;}img.left2{	float:left;	margin-right:15px;	border-radius:0px;	border:0px #FFFFFF solid;}img.thumb{	border:0px #FFFFFF solid; 	border-radius:0px; 	box-shadow:none; 	margin-right:10px;	margin-bottom:7px;	display:inline-block}img.thumb.first {	margin-left:0px;}.inc_img{	float:left;	margin-right:15px;	margin-bottom:15px;	border-radius:0px;	border:0px #FFFFFF solid;}/************************************************//*                    Drop Down                 *//************************************************//* remove standard-styles */select {    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;    border: none;    border-radius: 0;    font-size: 100%;    border: 1px solid #bbb;    border-radius: 3px;    padding: 8px 28px 8px 8px;    color: #737373;    background-color: #ffffff;    background-image: url('../img/icons/drop_pfeil.svg');    background-position: right;    background-repeat: no-repeat;    background-size: 20px;}select:hover {    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}/* hide browser-styling (arrow) in IE10 */select::-ms-expand {    display: none;}.lt-ie10 select {    background-image: none;}/*******************************************//*                Buttons                  *//*******************************************/.btn {    margin: 10px 0;    padding: 15px 45px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss)!important;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-mint);}   .btn:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: var(--color-melone);}  .btn-small {    margin: 10px 0;    padding: 15px 25px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;               border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    max-width: 350px;    text-decoration: none;    background-color: var(--color-mint);    color: var(--color-weiss);     text-underline-position:auto;    }   .btn-small:hover {    color: var(--color-weiss);       background-color: var(--color-schwarz);}.btn-shop {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-mint) 50%, #c25726 63%, #bc4c24 75%, var(--color-mint)  100%);*/    margin: 10px 0;    padding: 8px 30px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: #fff;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-mint);}   .btn-shop:hover {    background-position: right center; /* change the direction of the change here */    color: #fff;    text-decoration: none;    background-color: #000;}.btnpay {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-mint) 50%, #c25726 63%, #bc4c24 75%, var(--color-mint)  100%);*/    margin: 10px 0;    padding: 8px 30px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: #fff;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-mint);    background-color: #000;}   .btnpay:hover {    background-position: right center; /* change the direction of the change here */    color: #fff;    text-decoration: none;}.btnSave {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-mint) 50%, #c25726 63%, #bc4c24 75%, var(--color-mint)  100%);*/    margin: 0 0 0 10px;    padding: 11px 30px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: #fff;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-mint);    float:left;    font-size: 105%;    /*max-width: 250px;*/}  .btnSave:hover {    background-position: right center; /* change the direction of the change here */    color: #fff;    text-decoration: none;    background-color: #000;}.btnBack {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-mint) 50%, #c25726 63%, #bc4c24 75%, var(--color-mint)  100%);*/    margin: 10px 0;    padding: 8px 30px;     text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: #fff;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-mint);}  .btnBack:hover {    background-position: right center; /* change the direction of the change here */    color: #fff;    text-decoration: none;    background-color: #000;}.btn-slider { /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-mint) 50%, #c25726 63%, #bc4c24 75%, var(--color-mint)  100%);*/    margin: 10px auto;    padding: px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: #fff;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    max-width: 250px;    font-size: 50%;    background-color: var(--color-mint);}   .btn-slider:hover {    background-position: right center; /* change the direction of the change here */    color: #fff;    text-decoration: none;    background-color: #000;}.btn-w{    background-color: #fff;    color: var(--color-mint);    padding: 12px;    display: inline-block;    border-radius: 3px;    border-top: 0px var(--color-mint) solid;	text-align: center;	cursor:pointer;	font-size: 100%;	width: 100%;	text-transform: uppercase;}.btn-w:hover {    background-position: right center; /* change the direction of the change here */    color: #fff;    text-decoration: none;    background-color: #000;}.btn-news-all{    background-color: var(--color-mint);    color: #fff;    padding: 18px 50px;    display: inline-block;    border-radius: 3px;    border: none;	text-align: center;	cursor:pointer;	font-size: 100%;}.btn-news-all:hover{background-color:#642545;color: #fff;}.btn-download{    background-color: var(--color-mint);    color: #fff;    padding: 8px 20px 8px 20px;    display: inline-block;    border-radius: 3px;    border: none;	text-align: center;	cursor:pointer;	font-size: 100%;	margin: 10px 0 10px 0;}.btn-download:hover{background-color:#000;color: #fff;}/************************************************//*                  Mitarbeiter                 *//************************************************/.mitarb {border:1px #e3e3e3 solid; position:relative; margin: 0 25px 25px 0; border-radius: 15px}.mitarb-member {border:1px #e3e3e3 solid; border-radius:0px; position:relative; margin: 0 8px}.mitarb-member .siegel {width:80px; height:80px; position:absolute; right:10px; top:10px;}.mitarb-img {display: block; max-width: 250px}.list {margin:0px 0px 0px -20px}.mitarb .cms_container.kl {width:100%; float:none; padding:10px 10px;}.mitarb .cms_img {float:none;}.mitarb .siegel {width:70px; height:70px; position:absolute; right:0px; top:40px;}.mitarb .cms_titel {padding:10px 0; font-size: 110%;}.mitarb .cms_kurztext {padding: 10px 0px; line-height: normal; font-size: 90%;}.mitarb .cms_kontaktdaten{line-height:180%;}.mitarb .cms_kontaktdaten img{width:18px; height:18px; margin-right:10px; margin-bottom:3px; vertical-align:middle;}.mitarb a{color:#000000}.mitarb a:hover{color:var(--color-mint);}.mitarb .cms_datum {font-size:90%;}.mitarb_filter{float:right;}.mitarb_filter .text {float:left;padding-top:3px;margin-right:5px;}.mitarb_filter select {float:left; padding:3px; color:#555555; border: 1px #DDDDDD solid; margin-top: -2px;} .mitarb2 {float:left;position:relative;}.mitarb2 .cms_container.kl {width:100%; float:none; padding:10px 10px;}.mitarb2 .cms_img {float:none;}.mitarb2 .siegel {width:80px; height:80px; position:absolute; right:-30px; top:-30px;}.mitarb2 .cms_titel {padding:10px 0px 10px 10px;}.mitarb2 .cms_kurztext {padding:0px 0px 10px 0px;line-height:150%;font-weight:bold;}.mitarb2 .cms_kontaktdaten{line-height:180%;}.mitarb2 .cms_kontaktdaten img{width:18px; height:18px; margin-right:10px; margin-bottom:3px; vertical-align:middle;}.mitarb2 a{color:#555555}.mitarb2 .cms_datum {color:#555555; font-size:90%;}.img_mitarbeiter {border:0px; aspect-ratio: 7 / 7; object-fit: cover;}/************************************************//*                     Seiten                   *//************************************************/.gs-padding-small {padding: 0 5px}#cms ul  {    list-style-type: none;     margin-left: 20px;    list-style-position: outside;    z-index: 1;    }#cms ul li {    line-height: 21px;    padding: 5px 0px;    list-style-position: outside;    }#cms ul li::before {    font-family: "Font Awesome 6 Pro";    font-weight: 900;    font-style: normal;    font-size: 20px;    content: "\f058";    background-color: transparent;    color: var(--color-mint);    padding: 2px;    margin-right: 10px;    margin-left: -36px;    border-radius: 3px;}#verlauf {padding: 30px 0 0 0;  font-size: 90%; margin-bottom: 35px}#verlauf i {margin: 0 10px;}ol.zaehler {    list-style-type: decimal;    margin-left: 20px;    list-style-position: outside;    z-index: 110;    }ol.zaehler li {    line-height: 21px;    padding: 5px 0px;    list-style-position: outside;}ol.zaehler li::before {    /*font-family: "Font Awesome 6 Pro";    font-weight: 900;*/    font-style: normal;    font-size: 12px;    content: "";    background-color: #000;    color: #fff;    padding: 6px;    margin-right: 10px;    margin-left: -36px;    border-radius: 25px;}.video-wrapper {  position: relative;  width: 100%;      /* volle Breite */  height: 80vh;    /* volle Browserhöhe */  overflow: hidden;}.video-wrapper video {  width: 100%;  height: 120%;       /* etwas größer für Parallax */  object-fit: cover;  display: block;  filter: grayscale(100%); /* schwarzweiß */  transform: translateY(0);  transition: transform 0.1s linear;}.video-wrapper::after {  content: "";  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,0.5); /* Abdunkelung */  pointer-events: none;}/* Text über Video */.video-text {  position: absolute;  bottom: 40px;              /* Abstand nach unten */  left: 50%;                 /* mittig ausgerichtet */  transform: translateX(-50%);  width: 100%;               /* nimmt volle Breite */  max-width: 1500px;         /* begrenzt auf 1400px */  padding: 0px;           /* Abstand zum Rand */  color: #fff;  z-index: 1;  text-align: left;          /* links ausgerichtet */}.video-text h1 {  font-size: 300%;  margin: 0 0 20px 0;  color: #fff!important;  line-height: normal;}.video-text p {  font-size: 130%;  margin: 0;}.video-text .btn {    margin: 10px auto;    padding: 25px 45px;    text-align: center;    text-transform:none;    transition: 0.5s;    color: #fff;                border-radius: 10px;    border: 0px;    display: inline-block;    cursor: pointer;    background-color: var(--color-mint);    font-size: 200%;}.video-text .btn:hover{    background-color: #000000;}::selection {  background: var(--color-mint);  color: #ffffff;}.seitennavi_block			{text-align: center; margin: 40px auto 20px auto}.seitennavi_info			{font-size:100%; text-align: center; margin: 0px auto 20px auto}.seitennavi_box 			{text-align: center}.seitennavi					{font-size:100%;}.seitennavi a.zahlen		{height:40px; line-height:40px; padding:0px 15px 0px 15px; margin:0px 0px 0px 4px; font-size:110%; text-decoration:none; background-color:#fff; border:0px #D0D0D0 solid; color:#666666; display:block; float:left;}.seitennavi a.zahlen:hover	{border:0px var(--color-mint) solid; color:#fff; background-color: var(--color-schwarz)}.seitennavi a.active		{height:40px; line-height:40px; padding:0px 15px 0px 15px;  margin:0px 0px 0px 4px; font-size:110%; text-decoration:none; background-color:var(--color-mint); border:0px var(--color-mint) solid; display:block; float:left; color:#FFFFFF;}.seitennavi a.pfeile		{height:40px; line-height:38px; width:30px; text-align:center; margin:0px 0px 0px 4px; font-size:160%; text-decoration:none; background-color:#fff; border:0px #D0D0D0 solid; color:#666666; display:block; float:left;}.seitennavi a.pfeile:hover	{border:0px var(--color-mint) solid; color:#fff; background-color: var(--color-schwarz)}.wk-nav {font-size: 100%; margin: 44px 5px 0 35px;}/* Inhalte Index */.g-header {background-color: #efefef; height: 50px; margin-bottom: 30px}.sicht-info-box {padding: 15px; background-color: #fbf0da; margin-top: 25px}.sicht-info-box h3 {text-align: center; margin:0 0 10px 0}.sicht-info-symbol {font-size: 180%;    background-color: orange;    color: #fff;    padding: 22px;    border-radius: 55px;    margin: -30px 0 0 0;    width: 75px;    height: 75px;    text-align: center;}.bg-tab {background-color: rgb(245, 245, 245)}.tab {font-size: 100%; overflow-x: auto; width: 100%}.infobox {text-align:left; border:5px #fff solid; margin: 0px; background-color: #fff; padding: 10px}.infobox:hover {background-color: var(--color-mint); color: #fff}.infobox h3 {font-size:180%; color:var(--color-mint); line-height: 29px; margin: 10px 0 0 0}.infobox:hover h3 {color: #fff}.infobox:hover h4 {color: #fff}.gs-flex-container {display: flex; flex-wrap: wrap;}.gs-flex-content {display: flex; flex-direction: column;}.gs-flex-content p {flex: 1 0 auto;}.datum {margin: 10px 0 10px 0; font-size: 85%; color: #b5b5b5}.text {padding-right: 3%}.gs-image{max-width:100%;height:auto}.gs-top,.gs-bottom{position:fixed;z-index:2;width:100%;}.gs-top{top:0}.gs-bottom{bottom:0}.gs-clear {clear:both; height: 0px}.gs-clearleft {clear:left; height: 0px}.gs-clearright {clear:right; height: 0px}.gs-topbar{border-top:6px solid #ccc!important}.gs-bottombar{border-bottom:6px solid #ccc!important}.gs-leftbar{border-left:6px solid #ccc!important}.gs-rightbar{border-right:6px solid #ccc!important}.gs-navbar{list-style-type:none; margin:20px 0 0 0; padding:0; float:right}.gs-navbar li{float:left}.gs-navbar li a,.gs-navitem,.gs-navbar li .gs-btn,.gs-navbar li .gs-input{}.gs-navbar li .gs-btn,.gs-navbar li .gs-input{border:none;outline:none;width:100%}.gs-navbar li a:hover{}.gs-navbar .gs-dropdown-hover,.gs-navbar .gs-dropdown-click{position:static}.gs-navbar .gs-dropdown-hover:hover,.gs-navbar .gs-dropdown-hover:first-child,.gs-navbar .gs-dropdown-click:hover{background-color:#ccc;color:#000}.gs-navbar a,.gs-topnav a,.gs-sidenav a,.gs-dropdown-content a,.gs-accordion-content a,.gs-dropnav a{text-decoration:none!important}.gs-navbar .gs-opennav.gs-right{float:right!important}.gs-topnav{padding:8px 8px}.gs-topnav a{padding:0 8px;border-bottom:3px solid transparent;-webkit-transition:border-bottom .25s;transition:border-bottom .25s}.gs-topnav a:hover{border-bottom:3px solid #fff}.gs-topnav .gs-dropdown-hover a{border-bottom:0}.gs-opennav,.gs-closenav{color:inherit}.gs-opennav:hover,.gs-closenav:hover{cursor:pointer;opacity:0.8}.gs-btn,.gs-btn-block{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#fff;background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}.gs-btn:hover,.gs-btn-block:hover,.gs-btn-floating:hover,.gs-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.gs-btn,.gs-btn-floating,.gs-btn-floating-large,.gs-closenav,.gs-opennav,.gs-btn-block{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   .gs-btn-floating,.gs-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}.gs-btn-floating{width:40px;height:40px;line-height:40px}.gs-btn-floating-large{width:56px;height:56px;line-height:56px}.gs-disabled,.gs-btn:disabled,.gs-btn-floating:disabled,.gs-btn-floating-large:disabled{cursor:not-allowed;opacity:0.3}.gs-btn.gs-disabled *,.gs-btn-block.gs-disabled,.gs-btn-floating.gs-disabled *,.gs-btn:disabled *,.gs-btn-floating:disabled *{pointer-events:none}.gs-btn.gs-disabled:hover,.gs-btn-block.gs-disabled:hover,.gs-btn:disabled:hover,.gs-btn-floating.gs-disabled:hover,.gs-btn-floating:disabled:hover,.gs-btn-floating-large.gs-disabled:hover,.gs-btn-floating-large:disabled:hover{box-shadow:none}.gs-btn-group .gs-btn{float:left}.gs-btn-block{width:100%}.gs-btn-bar .gs-btn{box-shadow:none;background-color:inherit;color:inherit;float:left}.gs-btn-bar .gs-btn:hover{background-color:#ccc}.gs-badge,.gs-tag,.gs-sign{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.gs-badge{border-radius:50%}ul.gs-ul{list-style-type:none;padding:0;margin:0}ul.gs-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.gs-ul li:last-child{border-bottom:none}.gs-tooltip,.gs-display-container{position:relative}.gs-tooltip .gs-text{display:none}.gs-tooltip:hover .gs-text{display:inline-block}.gs-btn,.gs-btn-floating,.gs-dropnav a,.gs-btn-floating-large,.gs-btn-block, .gs-navbar a,.gs-sidenav a,.gs-pagination li a,.gs-hoverable tbody tr,.gs-hoverable li,.gs-accordion-content a,.gs-dropdown-content a,.gs-dropdown-click:hover,.gs-dropdown-hover:hover,.gs-opennav,.gs-closenav,.gs-closebtn,*[class*="gs-hover-"]{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}.gs-accordion-content a,.gs-dropdown-content a,.gs-dropdown-click:hover,.gs-dropdown-hover:hover,.gs-opennav,.gs-closenav,.gs-closebtn,*[class*="gs-hover-"]{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}.gs-ripple:active{opacity:0.5}.gs-ripple{-webkit-transition:opacity 0s;transition:opacity 0s}.gs-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}.gs-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}.gs-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}.gs-closebtn:hover,.gs-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}ul.gs-ul{list-style-type:none;padding:0;margin:0}ul.gs-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.gs-ul li:last-child{border-bottom:none}.gs-input-group,.gs-group{margin-top:24px;margin-bottom:24px}.gs-input{padding:16px; display:block; border:1px solid #e2e2e2; width:100%; font-size: 100%;font-family: 'Avenir-Book';}.gs-label{color:#009688}.gs-input:not(:valid)~.gs-validate{color:#f44336}.gs-select{padding:9px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}.gs-select select:focus{color:#000;border:1px solid #009688}.gs-select option[disabled]{color:#009688}.gs-dropdown-click,.gs-dropdown-hover{position:relative;display:inline-block;cursor:pointer}.gs-dropdown-hover:hover .gs-dropdown-content{display:block;z-index:1}.gs-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}.gs-dropdown-content a{padding:6px 16px;display:block}.gs-dropdown-content a:hover{background-color:#ccc}.gs-col{float:left;width:100%}.gs-col.s1{width:8.33333%}.gs-col.s2{width:16.66666%}.gs-col.s3{width:24.99999%}.gs-col.s4-0{width:calc(33.33333% - 30px);}.gs-col.s4{width:33.33333%}.gs-col.s5{width:41.66666%}.gs-col.s6{width:49.99999%}.gs-col.s7{width:58.33333%}.gs-col.s8{width:66.66666%}.gs-col.s9{width:74.99999%}.gs-col.s10{width:83.33333%}.gs-col.s11{width:91.66666%}.gs-col.s12{width:99.99999%}@media only screen and (min-width:1024px){.gs-col.m1{width:8.33333%}.gs-col.m2{width:16.66666%}.gs-col.m3-0{width:calc(24.99999% - 30px);}.gs-col.m3-1{width:calc(24.99999% - 16px);}.gs-col.m3{width:24.99999%}.gs-col.m4{width:33.33333%}.gs-col.m4-0{width:calc(33.33333% - 16px);}.gs-col.m4-2{width:calc(33.33333% - 25px);}.gs-col.m5{width:41.66666%}.gs-col.m6{width:49.99999%}.gs-col.m6-1{width:calc(49.99999% - 16px);}.gs-col.m6-2{width:calc(49.99999% - 30px);}.gs-col.m7{width:58.33333%}.gs-col.m8{width:66.66666%}.gs-col.m9{width:74.99999%}.gs-col.m9-1{width:calc(74.99999% - 15px);}.gs-col.m10{width:83.33333%}.gs-col.m11{width:91.66666%}.gs-col.m12{width:99.99999%}}@media only screen and (min-width:1100px){.gs-col.l1{width:8.33333%}.gs-col.l1-1{width:calc(10% - 0px);}.gs-col.l2{width:16.66666%}.gs-col.l2-0{width:calc(16.66666% - 30px);}.gs-col.l2-1{width:calc(20% - 0px);}.gs-col.l2-2{width:calc(20% - 25px);}.gs-col.l3{width:24.99999%}.gs-col.l3-1{width:calc(24.99999% - 16px);}.gs-col.l3-2{width:calc(24.99999% - 30px);}.gs-col.l4{width:33.33333%}.gs-col.l4-0{width:calc(33.33333% - 20px);}.gs-col.l5{width:41.66666%}.gs-col.l6{width:49.99999%}.gs-col.l7{width:58.33333%}.gs-col.l8{width:66.66666%}.gs-col.l9{width:74.99999%}.gs-col.l9-1{width:calc(74.99999% - 15px);}.gs-col.l10{width:83.33333%}.gs-col.l11{width:91.66666%}.gs-col.l12{width:99.99999%}}@media only screen and (min-width:1200px){.gs-col.xl1{width:8.33333%}.gs-col.xl1-1{width:calc(10% - 0px);}.gs-col.xl2{width:16.66666%}.gs-col.xl2-0{width:calc(16.66666% - 15px);}.gs-col.xl2-1{width:calc(20% - 0px);}.gs-col.xl3{width:24.99999%}.gs-col.xl3-1{width:calc(24.99999% - 16px);}.gs-col.xl4{width:33.33333%}.gs-col.xl4-0{width:calc(33.33333% - 15px);}.gs-col.xl5{width:41.66666%}.gs-col.xl6{width:49.99999%}.gs-col.xl7{width:58.33333%}.gs-col.xl8{width:66.66666%}.gs-col.xl9{width:74.99999%}.gs-col.xl9-1{width:calc(74.99999% - 15px);}.gs-col.xl10{width:83.33333%}.gs-col.xl11{width:91.66666%}.gs-col.xl12{width:99.99999%}}.event-box {background-color: var(--color-weiss); border-radius: var(--radius-base);}.event-balken {background-color: var(--color-mint);  color:var(--color-weiss); width: 100%; padding: 20px 10px;}.event-balken-w {background-color: var(--color-weiss); width: 100%; padding: 40px 10px;}.event-balken-w a {color: var(--color-text); text-decoration:none}.event-balken-w a:hover {color: var(--color-melone); text-decoration:none}.event-balken-work {background-color: var(--color-curry); width: 100%; padding: 20px 10px;}.ev-slide-title {font-weight: 600; margin-bottom: 15px; padding: 5px 15px 0 15px}.ev-slide-txt {padding: 10px 0; border-top: 1px dotted var(--color-grau); font-size: 95%; line-height: 25px}.afz-flex {  display: flex;  flex-wrap: wrap;  margin: 0;  gap: 2rem;}.afz-flex > a {  flex: 1 1 calc(33.333% - 2rem); /* ~3 Spalten auf groß */  display: block;  border-radius: var(--radius-base);  overflow: hidden;  text-decoration: none;}/* Bildblock */.afz-block {  background: center / cover no-repeat;  inline-size: 100%;  aspect-ratio: 16 / 9;  border-radius: var(--radius-base);  transition: transform .6s ease;  will-change: transform;  position: relative;  z-index: 1;}/* ===== animierter Border ===== */.afz-block::before {  content: "";  position: absolute;  inset: 0;  border-radius: inherit;  border: 3px solid var(--color-mint);  transform: scale(1.08);  opacity: 0;  z-index: 2;  transition: all 0.4s ease;  pointer-events: none; /* Klicks weiterleiten */}/* Hover-Effekte */.afz-flex > a:hover .afz-block {  transform: scale(1.08);  border-radius: var(--radius-base);}.afz-flex > a:hover .afz-block::before {  transform: scale(0.7);  opacity: 1;  border-radius: var(--radius-base);}/* Textgestaltung */.afz-flex > a p {  line-height: 24px;  color: var(--color-weiss);}.afz-flex > a h3 {  margin-top: 15px;  color: var(--color-weiss);}.event-balken-work .afz-block::before {border: 3px solid var(--color-curry);}.event-balken-work .afz-flex > a p {color: var(--color-text);}.event-balken-work .afz-flex > a h3 {color: var(--color-text);}.event-balken-work .afz-flex > a ul li {color: var(--color-text)!important;}.ev-block {background: center / cover no-repeat;inline-size: 100%;border-radius: 15px 15px 0px 0px;width: 100%; height: 220px; margin-bottom: 15px;}.logo-flex {  display: flex;  flex-wrap: wrap;   align-items: center;  justify-content: space-between;  gap: 2rem;  padding: 0 2rem;}.logo-block {   display: inline-flex;   align-items: center;  justify-content: center;  flex: 0 1 auto;  overflow: clip;}.logo-block img {  height: 150px;  width: auto;}.margin-r-10 {margin-right: 10px}.infobox_content-0 {display: flex; flex-wrap: wrap; margin: 0;}.infobox_content-0 img {border-radius: 0px;}.infobox_content {display: flex; flex-wrap: wrap;margin: 0;padding: 10px}p {line-height: 25px}.zitat-block {text-align:center; padding:3% 5%; background-color:var(--color-hellgrau); border-radius: 10px; margin: 35px 0;} .zitat-block h1,h1,h3,h4,h5,h6 {margin: 0;}.zitat-block .hinweis {font-size: 140%; font-family: Lusitana; line-height: 35px}.flex-box-75 {    flex: 0 0 75%;    padding: 15px;    box-sizing: border-box;    }.flex-box-50 {    flex: 0 0 50%;    padding: 15px;    box-sizing: border-box;    }.flex-box-25 {    flex: 0 0 25%;     padding: 15px;    box-sizing: border-box;    }    .flex-box-33 {    flex: 0 0 33.3%;    box-sizing: border-box;    }.infobox-pix {display: flex; gap:5px; margin: 0 -5px;}   .flex-box-33-pix {    flex: 0 0 33.3%;    box-sizing: border-box;    }.page-intro h1 {padding: 0 5%; font-size: 130%;}.infobox_content img {border-radius: 15px;}.off-on{display:none}.gs-content{max-width:1500px;margin:auto;position:relative;}.gs-hide{display:none!important}.gs-show-block,.gs-show{display:block!important}.gs-show-inline-block{display:inline-block!important}.gs-left-align{text-align:left!important}.gs-right-align{text-align:right!important}.gs-left{float:left!important}.gs-right{float:right!important}.gs-justify{text-align:justify!important}.gs-center{text-align:center!important}.gs-display-topleft{position:absolute;left:0;top:0}.gs-display-topright{position:absolute;right:0;top:0}.gs-display-bottomleft{position:absolute;left:0;bottom:0}.gs-display-bottomright{position:absolute;right:0;bottom:0}.gs-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.gs-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}.gs-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}.gs-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}.gs-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}.gs-display-container:hover .gs-display-hover{display:block}.gs-display-container:hover span.gs-display-hover{display:inline-block}.gs-display-hover{display:none}.gs-end {text-align:center; color:#000; background-color: #fff; padding: 30px}.gs-end a {color:#000;}.gs-end a:hover {color:var(--color-mint);}.bottom_bg {width: 100%; font-size: 105%; line-height: 30px; color: var(--color-weiss); background-color: var(--color-violett); padding: 20px 10px;}.bottom_bg .inner {max-width: 1500px; margin: auto}.bottom_bg a {color: var(--color-weiss)}.bottom_bg a:hover {color: var(--color-mint)}.bottom_bg .title {font-size: 120%; font-weight: 600}.bottom_bg a {}.bottom_pfeil {width: 350px; height: auto; position: absolute; z-index: 1; bottom: 77px; right: 20px}.bottom_pfeil img {width: 100%; height: auto}.logo-bottom {width: 50%; height:auto}.logo-bottom-div {margin: 20px auto 0 auto}.k_symb {float: right; width: auto; height: 55px}.f_symb {float: right; width: 55px; height: 55px; margin: 0 10px 0 0;}.f_symb_png {float: right; width: auto; height: 55px; margin: 0 10px 0 0;}.suche {width: 100%; margin:0 0 20px 0}.suchfeld {float:left; width: calc(100% - 260px)}.linkfarbe{ border-bottom: 1px #CCCCCC solid;}.linkfarbe:hover {background-color:#efefef;}.linkfarbe2{ border-bottom: 1px #CCCCCC solid;}.linkfarbe2:hover {background-color:#efefef;}#navicon {display:block; float:right; margin:15px 5px 15px 15px; z-index:100;background:transparent url('../img/icons/svg/nav.svg') no-repeat center center; background-size:contain;}#navicon a {display:block; width:32px; height:32px;}#navicon.navi_pfeil {background:transparent url('../img/icons/pfeil.svg') no-repeat center center;background-size:contain; width:32px; height:32px;}.abdunkeln {display:block; width:100%; height:120%; top:0px; bottom:0px; left:0px; right:0px; position:fixed; z-index:2; background:#000000; opacity:0.7;}.bblock {width: 100%; height: 100px;}.info_box {width:380px;}.info_box_bild {float:left;margin-right:10px;width:180px;height:auto;} @media (max-width: 600px) {	.info_box {width:auto;}    .info_box_bild {float:none;}  }/************************************************//*                Slidertext                    *//************************************************/.slidertext {    color: #FFFFFF;    letter-spacing: 2px;    text-shadow: 1px 1px 1px #6e6e6e;    position: absolute;    font-size: 300%;	font-weight: 600;    line-height: normal;    bottom: 10%;    right: 2%;    left: 2%;    text-align: center;}.slidertext-titel {font-size: 430%;}.slidertext-klein {font-size: 150%;}.text-focus-in {	-webkit-animation: text-focus-in 1s linear both;	        animation: text-focus-in 1s linear both;	animation-delay:1s;}.header_background {width: 100%; height: 500px; background-size: cover; background-position: center; background-repeat: no-repeat;position: relative;}.header_text {position: absolute; top:40%; left:0%; width: 100%; text-align: center; font-size: 230%;color: #FFFFFF;    letter-spacing: 2px;    text-shadow: 1px 1px 1px #6e6e6e;text-transform: uppercase;line-height: 100%;}.gradientanimation {width: 100%; height: 10px; position: absolute; background-image:linear-gradient(to right, #eab335 0%, #c25726 50%, var(--color-mint)  100%); bottom: 0px; background-size: 400% 400%;    animation: gradient 10s ease infinite;}.gradientanimation-np {width: 100%; background-image:linear-gradient(to right, #eab335 0%, #c25726 50%, var(--color-mint)  100%); bottom: 0px; background-size: 400% 400%;    animation: gradient 10s ease infinite;}/* ---------------------------------------------- * Generated by Animista on 2020-6-30 16:42:40 * Licensed under FreeBSD License. * See http://animista.net/license for more info.  * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}/*.text-focus-in{-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both}*/@keyframes gradient {	0% {		background-position: 0% 50%;	}	50% {		background-position: 100% 50%;	}	100% {		background-position: 0% 50%;	}}/************************************************//*                 Downloads                    *//************************************************/.dload_container {margin:20px 0px 0px 0px; padding:0px 0px 10px 0px; border-bottom:1px #BCBCBC solid;}.dload_ueber {font-size:20px; color:#5d7a7e;}.dload_inhalt {display:block; margin:10px 0px 0px 0px; position:relative;}.dload_abs {margin:5px 0px 30px 0px; padding:0 20px 0 0; min-height: 280px;}.dload_text {float:left; margin:0px 0px 0px 0px;}.dload_text.kl {width:500px; margin:0px 0px 0px 10px;}.dload_text.gr {width:640px;}.dload_text a {color:#6E6F71; text-decoration:none;}.dload_details {margin-top:10px;}.dload_icon {float:left; width:130px;}.dload_ok {position:absolute; right:0px; top:20px; display:none;}.dload_link	{margin:10px 0px 0px 0px; float:left;}/*.dload_link a{font-weight:normal; color:#5d7a7e; text-decoration:none;}.dload_link a:hover {font-weight:normal; text-decoration:underline;}*//************************************************//*                    Suche                     *//************************************************/#navimobil #vt_suche {background-color:#089bd5; height: 66px}#navimobil #vt_suche input[type=text] {border:0; float:left; margin:1px 0px 0px 0px; font-size:110%; height: 40px; width:80%; line-height: 40px; padding: 0px 10px 0px 10px;}#navimobil #vt_suche input.btnSave {border-radius:0px; height:40px; line-height:40px; margin-left:3%;float:left;width:30px; padding:0px; text-align:center; margin-top:0px; border:0px;}#navimobil #vt_suche_mobil {background-color:var(--color-mint); height: 62px}#navimobil #vt_suche_mobil input[type=text] {border:0; float:left; margin:1px 0px 0px 0px; font-size:110%; height: 40px; width:80%; line-height: 40px; padding: 0px 10px 0px 10px;}#navimobil #vt_suche_mobil input.btnSave {border-radius:0px; height:40px; line-height:40px; margin-left:3%;float:left;width:30px; padding:0px; text-align:center;background:transparent url('../img/icons/svg/suche.svg')no-repeat center center;margin-top:0px; border:0px;}#vt_suche {	margin-top:-75px;	height:75px;    width: 100%;    background-color: #c6c6c6;    padding: 20px 0px 20px 0px;}#vt_suche .container {width:auto;}#vt_suche input[type=text] {height:35px; line-height: 35px; width: calc(100% - 120px); padding: 0px 7px 0px 7px;color: #000000; border: 0px solid #FFFFFF;font-size: 100%;}#vt_suche .btnSave {float: right;height:35px; width:100px; font-size: 100%; background-color:#ef8107; color:#FFFFFF;border:0px;}#navimobil input.btnSeek {background:transparent url('../img/icons/svg/suche.svg') no-repeat center center;  background-size: 61%;float:right;text-align: left;  margin: 4px 1px 0 0;  padding: 6px 43px 4px 0px; background-color: #FFFFFF;  text-transform: uppercase;  border: 0px;  font-size: 21px;  font-weight: 600;  cursor: pointer;}#navimobil input.btnSeek:hover {	background-color:#ffffff;}.suche {margin:0px 0px 0px 0px;}.suche div.abs {margin:0px 0px 20px 0px;}.suche div.abs div.tit a{font-size:120%; color:#666666; font-weight:normal;}.suche div.abs div.txt{margin:3px 0px 0px 0px;}.gs-input-search{padding:12px;display:block;border:none;width:100%; font-size: 120%;}/* Kalender*/.kal_ze:hover{background-color:#C1FFC1;cursor:pointer;}.termin{background-color:#FF8888;	}.cms_titel {font-size:110%; margin:5px 0px 0px 0px;}.cms_titel a{font-size:110%; text-decoration:none; font-weight:bold;}.cms_titel a:hover {color:#0069b4; text-decoration:none;}.suchwort{font-weight:bold; color:#0a9ad5}.footer_nav_button {	background-color:#f3f3f3!important;	width: 95%; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 100%!important;	text-transform: none!important;}.footer_nav_wetter {	background-color:#f3f3f3!important;	width: 100%!important; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 200%;	text-transform: none!important;}.footer_nav_logo {text-align: center!important}.footer_nav {	background-color:#f3f3f3!important;	width: 95%!important; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 100%!important;	text-transform: none!important;    cursor:pointer;    }.footer_nav_logo {	background-color:#f3f3f3!important;	width: 95%!important; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 100%!important;	text-transform: none!important;    cursor:pointer;}/************************************************//*                    Formular                  *//************************************************/select.menge{height: 35px;font-size: 120%;color: #737373;padding: 0 10px;border: 0px; font-weight: bold;}input.button {font-size:110%; border:1px #D6D6D6 solid; padding:10px; border-radius:3px; }select.button {font-size:110%; border:1px #D6D6D6 solid; height:44px; line-height:46px; padding:0px 0px 0px 10px; margin:0px; border-radius:3px;width: 100%}textarea.button {font-size:110%; border:1px #D6D6D6 solid; padding:12px 5px 12px 5px; margin:0px; border-radius:3px;}input.buttonfehler	{font-size:110%; border:1px #861103 solid; height:44px; line-height:44px; padding:0px 5px 0px 5px;}select.buttonfehler	{font-size:110%; border:1px #861103 solid; height:46px; line-height:46px; padding:0px 0px 0px 0px; margin:0px;}textarea.buttonfehler	{font-size:110%; border:1px #861103 solid; padding:12px 5px 12px 5px;}textarea{height: 411px;}.feld {margin:0} /* Schatten */.gs-shadow-2{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-4{box-shadow:0 4px 8px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-oben{box-shadow:0 0px 0px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}/* Farben */.gs-black,.gs-hover-black:hover{color:#fff!important;background-color:#000!important}.gs-white,.gs-hover-white:hover{color:#454545!important;background-color:#fff!important}.gs-grey,.gs-hover-grey:hover{color:#000!important;background-color:#9e9e9e!important}.gs-light-grey,.gs-hover-light-grey:hover{color:#000!important;background-color:#f1f1f1!important}.gs-blue,.gs-hover-blue:hover{color:#fff!important;background-color:#0069b4!important}.gs-light-blue,.gs-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}.gs-text-white,.gs-hover-text-white:hover{color:#fff!important}.gs-text-black,.gs-hover-text-black:hover{color:#000!important}.gs-text-grey,.gs-hover-text-grey:hover{color:#757575!important}.gs-text-light-grey,.gs-hover-text-light-grey:hover{color:#f1f1f1!important}.gs-text-dark-grey,.gs-hover-text-dark-grey:hover{color:#3a3a3a!important}.gs-text-blue,.gs-hover-text-blue:hover{color:#2196F3!important}.gs-text-light-blue,.gs-hover-text-light-blue:hover{color:#87CEEB!important}.gs-border-blue,.gs-hover-border-blue:hover{border-color:#2196F3!important}.gs-border-light-blue,.gs-hover-border-light-blue:hover{border-color:#87CEEB!important}.gs-border-white,.gs-hover-border-white:hover{border-color:#fff!important}.gs-border-black,.gs-hover-border-black:hover{border-color:#000!important}.gs-border-grey,.gs-hover-border-grey:hover{border-color:#9e9e9e!important}.gs-border-light-grey,.gs-hover-border-light-grey:hover{border-color:#f1f1f1!important}.gs-border-dark-grey,.gs-hover-border-dark-grey:hover{border-color:#616161!important}.gs-flexauto{display: flex; align-items: center;}.kartentext {font-size:120%; display: inline-block; padding:20px 50px 10px 50px; background-color:#FFFFFF;text-transform: uppercase;}.gs-padding-xlarge{padding:12px 24px!important;}.gs-flexauto{display: block; align-items: center;}.highlights{padding: 0 2.5%; min-height:310px; text-align:center}.gs-custom-select-lizenz {	position: relative;	display: block;	border:1px solid #ccc;	z-index: 1;    font-family: 'Avenir-Book';}.gs-custom-select-lizenz select {	border: none;	outline: none;	background: transparent;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	border-radius: 0;	margin: 0;	display: block;	width: 100%;	padding: 8px 7px 8px 7px;	font-size: 100%;    color:#aaaaaa;}.gs-custom-select-lizenz:after {	position: absolute;	right: 0;	top: 0;	width: 30px;	height: 100%;	line-height: 25px;	content: "";	background-image: url(../img/icons/svg/arrow.svg);	background-position: center;	background-repeat: no-repeat;	text-align: center;	border:0px solid #ccc;	z-index: -1;}.gs-custom-select {	position: relative;	display: block;	max-width: 200px;	min-width: 180px;	/*margin: 0 auto;*/	border:1px solid #ccc;	z-index: 1;    font-family: 'Avenir-Book';}.gs-custom-select select {	border: none;	outline: none;	background: transparent;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	border-radius: 0;	margin: 0;	display: block;	width: 100%;	padding: 8px 7px 8px 7px;	font-size: 100%;    color:#aaaaaa;}.gs-custom-select:after {	position: absolute;	right: 0;	top: 0;	width: 30px;	height: 100%;	line-height: 25px;	content: "";	background-image: url(../img/icons/svg/arrow.svg);	background-position: center;	background-repeat: no-repeat;	text-align: center;	border:0px solid #ccc;	z-index: -1;}/*-- MOBIL --*/@media only screen and (max-width:1200px){.gs_inbox {height:350px}.news:hover {height:350px}}@media only screen and (max-width:1090px){.gs_inbox {height:380px}.news:hover {height:380px}.flex-box-25 {    flex: 0 0 50%;    padding: 0; /* Padding ggf. zurücksetzen */  }}@media only screen and (max-width:800px){    body {        font-size: 90%;        line-height: 25px;    	}    .category-item {        flex: 0 0 100%;        max-width: 100%;     }    .flex-box-75 {        flex: 0 0 75%;        padding: 0; /* Padding ggf. zurücksetzen */      }    .flex-box-50 {        flex: 0 0 100%;        padding: 0; /* Padding ggf. zurücksetzen */      }    .flex-box-25 {        flex: 0 0 100%;        padding: 0; /* Padding ggf. zurücksetzen */      }          .flex-box-33 {        flex: 0 0 100%;        padding: 0; /* Padding ggf. zurücksetzen */      }    .flex-box-33-pix {    flex: 0 0 33.3%;    box-sizing: border-box;    }        .logo-block {margin: auto;}        .carousel .carousel-cell {	width: 90%;    }    .newsblock_in {    width: calc(100% - 120px);    }        .newsblock_out {    padding: 0;    }        .carousel .flickity-prev-next-button.previous {    left: -40px;    }    .carousel .flickity-prev-next-button.next {        right: -40px;    }    .o-grid-custom{    padding: 0 10px;    }    .logo-block img {height: 110px;}    .afz-flex > a {flex: 0 0 calc(100% - 20px);}    .page-intro {display: contents;}    .mitarb {margin: 0 0 25px 0}    .mitarb-img {max-width: 100%}    .slider-dots .dot{ width:13px; height:13px;}    .fixed-action-bar{top: 50%; bottom: auto; transform: translateY(-50%);}    .fab-btn{width: 34px; height: 34px;}    .fab-btn i{ font-size: 16px;}        .vort-box {float:none; max-width: 300px; margin: auto; text-align: center}    .vort-box-2 {float: none; width: 100%;}    .vort-box img {max-height: 150px; width: auto!important;}    .category-item-grau p {text-align: center;}        .on-off{display: none}    .off-on{display:inline-block}    .trennlinie-w {margin:20px 0px 20px 0px; height:1px; border-top:1px #fff solid;}    .gs-padding-small {padding: 0 15px; margin: 0 15px}    .aus {display: none}    .bblock {display: none}        .suche {width: 100%; margin:0; padding:0 10px 10px 10px}    .suchfeld {float:left; width: calc(100% - 90px)}    #navimobil #vt_suche_mobil {display: none}    #cms {padding: 0 5px}    #verlauf {display: none}        .video-text  {padding: 0 30px}    .video-text h1 {font-size:250%;}    .video-text .btn {padding: 15px 25px; font-size: 180%;}        h1	{font-size:250%; margin: 80px 0px 50px 0px; line-height: normal; }    h2	{font-size:170%; }    h3	{font-size:170%; line-height: normal; font-weight:bold; }    h4	{font-size:160%; line-height: normal}    h5	{font-size:160%; line-height: normal}    h6	{font-size:120%; line-height: normal}            .slidertext {font-size: 180%;}    .header_text {top:80%; font-size: 180%;}    .bottom_pfeil {display:none}    .logo-bottom-div {text-align: center}    .logo-bottom {margin: auto}    .tab {font-size: 90%; overflow-x: auto; width: 98%}    .wk-nav {position: absolute; top: 17px; right: 45px; margin: 0px; font-size: 120%}        .gs-topnav a{display:block}    .gs-navbar li:not(.gs-opennav){float:none;width:100%!important}    .gs-navbar{margin:-3px 0px 0 0;}    .gs-navbar li.gs-right{float:none!important}    .gs-topnav .gs-dropdown-hover .gs-dropdown-content,.gs-navbar .gs-dropdown-click .gs-dropdown-content,.gs-navbar .gs-dropdown-hover .gs-dropdown-content{position:relative}	    .gs-topnav,.gs-navbar{text-align:center}    .gs-hide-small{display:none!important}    .mySlides .gs-display-topleft{top:-52px; z-index:1;}    .mySlides .gs-display-topleft img{max-width:150px;}    .bildlogo{margin:0px 0px 0px 15px;}    .highlights{padding: 0 2.5%; min-height:320px; text-align:center}    .gs_inbox {height:auto;margin-top: 15px}    .news:hover {height:auto}    .bottom_bg {}}@media only screen and (max-width:600px){    p{margin:5px 0px;}    .highlights{padding: 0 2.5%; min-height:inherit; text-align:center}}@media only screen and (max-width:992px) and (min-width:801px){    .gs-hide-medium{display:none!important}    .icontop{height:36px; width:36px; margin:0px 0px 0px 2px;}    /*.gs-navbar{list-style-type:none;margin:15px 0px 0 0;padding:0;}*/    .gs-padding-xlarge{padding:12px 24px!important}    .gs-flexauto{display: block; align-items: center;}    .abdunkeln{display:none!important;}    .gs_inbox {height:auto;margin-top: 15px}    .news:hover {height:auto}    .cbp-spmenu-push-toleft {        left: auto !important;        overflow-y: auto !important;        position: relative !important;    }    }@media only screen and (min-width:993px){    .gs-hide-large{display:none!important}    .abdunkeln{display:none!important;}    .news:hover {height:auto}.cbp-spmenu-push-toleft {        left: auto !important;        overflow-y: auto !important;        position: relative !important;    }}