#inhalt {} /* muss aus unbekanntem Grund stehen bleiben, weil sonst die nachfolgende Anweisung nicht funktioniert */

:root {
  --hauptfarbe: #603266; /* lila */
  --hauptfarbe_alternativ: #BEA3BE; /* pastell lila */
  --hauptfarbe_hellhinterg: #EFEBF0; /* leicht gefärbtes hellgrau in Richtung Hauptfarbe */
  --hauptfarbe_dunkelhinterg: #43294A; /* dunkleres lila */
  --hauptfarbe_text: #291433; /* sehr dunkles lila */
  --zweitfarbe: #D2D489; /* akzent pastell pistazie */
  
  --borderradius: 0; /* Standard Border Radius */
  
  --fontfam_h: 'Stack Sans Notch', sans-serif; /* ausgewählte Hauptschriftart Überschriften */
  --fontfam_t: 'Stack Sans Text', sans-serif; /* ausgewählte Hauptschriftart Texte */
  --fontfam_auszeichnung: 'Momo Signature', monospace; /* ausgewählte Schriftart Highlights */
  
  
  color-scheme: auto !important;
}


/* Works on Firefox */
* {scrollbar-width: thin; scrollbar-color: var(--hauptfarbe) var(--hell);}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width: 12px;}
*::-webkit-scrollbar-track {background: var(--hauptfarbe);}
*::-webkit-scrollbar-thumb {background-color: var(--hellgrau); border-radius: 20px; border: 3px solid var(--hauptfarbe);}


button:hover {cursor: pointer;}
input[type="submit"]:hover {cursor: pointer;}



html, body {scroll-behavior: smooth; background-color: var(--hauptfarbe_hellhinterg);}
html {font-size: 12pt; line-height: 16pt;}
body {width: 100%; margin: 0;}



/*-- Allgemein --*/

h1, h2, h3 {font-family: var(--fontfam_h);}
h4, h5, h6, h7, h8, p, li, a, td, div {font-family: var(--fontfam_t);}
p, div, label, select {color: var(--hauptfarbe_text);}

a {text-decoration: none;}
#inhalt p a, #inhalt label a {border-bottom: 2px solid var(--zweitfarbe); color: var(--hauptfarbe); font-weight: 600; transition: 0.2s;}
#inhalt p a:hover, #inhalt label a:hover {border-bottom: 4px solid var(--zweitfarbe);}


#inhalt {width: 100%;}
.bstb_standard {width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.bstb_intuitiv {width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}

#rahmen {display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; align-items: center; min-height: 100vh;}

hr {margin: 10vh 0; height: 5px; width: 94%; max-width: 1412px; background-color: var(--hauptfarbe_alternativ); border: none; border-radius: 20px;}

.carousel__button, .fancybox__counter, .fancybox__caption {color: var(--hell) !important;}






/*----------- Bearbeitungsmodus -----------*/


.bearbeitungsmodus .bstb_bearbeiten_anzeigen div, .bearbeitungsmodus .vorl200_bstb_form_neu_anzeigen div, .bearbeitungsmodus .intuitiv_bausteinbereiche_hinzu label {color: var(--hell);}










/*-- Navigation Mobil --*/

#navi_mobile_100 {display: none; flex-wrap: wrap; width: 100%; position: fixed; top: 0; z-index: 100; overflow-y: auto; max-height: 100vh; background-color: #ffffffd9; backdrop-filter: blur(6px);}

#navi_mobile_100 #navi_mobile_100_burgermenu {width: 100%; display: flex; flex-wrap: wrap; align-items: center; height: 100%; height: 8vh; min-height: 30px;  justify-content: space-between;}
#navi_mobile_100 #navi_mobile_100_burgermenu:hover {cursor: pointer;}

#navi_mobile_100 #navi_mobile_100_burgermenu #burgermenu_button {height: 75%; display: flex; align-content: center; align-items: center; padding: 0 10px;}
#navi_mobile_100 #navi_mobile_100_burgermenu #burgermenu_button svg {color: var(--hauptfarbe); width: 30px; height: 30px;}
#navi_mobile_100 #navi_mobile_100_burgermenu #burgermenu_menu_text {color: var(--hauptfarbe_hellhinterg); text-transform: uppercase; letter-spacing: 2px; padding-left: 2vw; font-weight: 200; font-size: 1rem; font-family: var(--fontfam_h);}

#navi_mobile_100 #navi_mobile_100_inhalt {display: none; width: 100%;}
#navi_mobile_100 #navi_mobile_100_inhalt ul {width: 100%; padding: 0; margin: 0; list-style-type: none;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li {width: 92%; padding: 4%; border-bottom: 1px solid var(--hauptfarbe_hellhinterg);}
#navi_mobile_100 #navi_mobile_100_inhalt ul li:last-of-type {border-bottom: none;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li a {list-style-type: none; display: flex; flex-wrap: wrap; color: var(--hauptfarbe); align-items: center; font-size: 1rem;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li a.aktiv {color: var(--hauptfarbe); font-weight: 600; border-left: 5px solid var(--hauptfarbe); padding-left: 10px;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li .navi_mobil_e1_flexbox {width: 100%; display: flex;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li .navi_mobil_e1_flexbox a {flex: 1; color: var(--hauptfarbe); align-items: center;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li .navi_mobil_e1_flexbox a.aktiv {color: var(--hauptfarbe); font-weight: 600; border-left: 5px solid var(--hauptfarbe); padding-left: 10px;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li .navi_mobil_e1_flexbox .auf_zu_mobilenavi_btn {display: flex; justify-content: flex-end;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li .navi_mobil_e1_flexbox .auf_zu_mobilenavi_btn svg {color: var(--hauptfarbe);  height: 30px; width: 30px; transition: 0.3s;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li .navi_mobil_e1_flexbox .auf_zu_mobilenavi_btn .m_navi_unterebene_ausgeklappt_symbol svg {transform: rotate(45deg);}

#navi_mobile_100 #navi_mobile_100_inhalt ul li .mobile_navi_unterebene {display: none;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li ul {list-style-type: none; background-color: var(--hell); margin-top: 10px;}
#navi_mobile_100 #navi_mobile_100_inhalt ul li ul li:first-of-type {}
#navi_mobile_100 #navi_mobile_100_inhalt ul li ul li ul {background-color: var(--hauptfarbe_hellhinterg);}
#navi_mobile_100 #navi_mobile_100_inhalt ul li ul li ul li {border-bottom-color: var(--hell);}


#navi_mobile_100 #logo_in_navi {max-width: 35vw;}
#navi_mobile_100 #logo_in_navi img {}






/*-- Navigation Desktop/Tablet --*/

#navigation {position: sticky; top: 0; order: -2; width: calc(100% - 80px); padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; background-color: #ffffffd9; height: 100px; z-index: 20; transition: height 0.2s; backdrop-filter: blur(6px);}
#navigation ul {display: inline-flex; justify-content: space-around; align-items: center; width: auto; padding: 0; margin: 0; height: 100%;}
#navigation ul li {justify-content: flex-end; height: 100%; align-items: center; display: flex; position: relative; flex-wrap: wrap; width: auto;}
#navigation ul li a {text-decoration: none; color: var(--hauptfarbe);  display: flex; justify-content: center; align-items: center; transition: 0.2s; position: relative; letter-spacing: 0.5px; text-align: center; font-weight: 400; width: auto; margin: 10px 20px; padding-bottom: 4px;}
#navigation ul li.navi_markiert_oben a {font-weight: 700; color: var(--hauptfarbe_text);}
#navigation ul li a:hover {color: var(--hauptfarbe_text);}
#navigation ul li a.aktiv {font-weight: 700;}
#navigation ul li a.aktiv:hover {color: var(--hauptfarbe_text);}
#navigation ul li a:before {content: ""; position: absolute; left: 51%; right: 51%; bottom: 0; background: var(--hauptfarbe); height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
#navigation ul li a:hover:before {left: 0; right: 0;}
#navigation ul li a.aktiv:before {left: 0; right: 0;}


#navigation ul li ul {width: auto; background-color: var(--hell); height: auto; overflow-y: auto; max-height: 600px; display: flex; flex-direction: column; position: absolute; top: 80px; padding: 0; box-shadow: 0 10px 20px -20px #000000; right: 0;}
#navigation ul li ul li {min-width: 250px;}
#navigation ul li ul li a {text-align: right; padding: 4px 0; height: auto; width: max-content;}
#navigation ul li.navi_markiert_oben ul li a {font-weight: 400; color: var(--hauptfarbe);}
#navigation ul li ul li a:hover {}


#navigation .subebene_eintraege {display: none; width: 100%; height: auto; overflow-y: auto; max-height: 600px; position: static; background-color: var(--hauptfarbe_hellhinterg); box-shadow: none; margin-left: 20px;}
#navigation .subebene_eintraege li {display: flex; width: auto; height: auto; justify-content: flex-end;}
#navigation .subebene_eintraege li a {height: 3vh; min-height: 35px; text-align: right; padding: 4px 0; color: var(--hauptfarbe_text);}
#navigation .subebene_eintraege li a:hover {}
#navigation .navi_unter_eintrag_steuerung {position: relative; display: flex; justify-content: flex-end; align-items: center; width: 100%;}
#navigation .navi_unter_eintrag_steuerung .beschriftung {display: inline-block; width: auto;}
#navigation .navi_unter_eintrag_steuerung .steuerung-btn {display: inline-block; border: none; padding: 10px; width: 45px;  color: var(--hauptfarbe); margin-left: -10px; background-color: var(--hauptfarbe_hellhinterg); height: 100%;}
#navigation .navi_unter_eintrag_steuerung .steuerung-btn svg {width: 100%; height: 100%; object-fit: contain; transform: rotate(0deg); transition: 0.3s;}
#navigation .navi_unter_eintrag_steuerung .steuerung-btn.offen svg {transform: rotate(45deg);}
#navigation .navi_unter_eintrag_steuerung .steuerung-btn:hover {color: var(--hauptfarbe_text); cursor: pointer;}




#logo_in_navi {width: auto; min-width: 10vw; max-width: 15vw; height: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 10px;}
#logo_in_navi img {width: 100%; height: 75%; object-fit: contain;}



#navigation.scrolled_down {height: 60px;}
#navigation.scrolled_down ul li ul {top: 60px;}
#navigation.scrolled_down #logo_in_navi img {height: 65%;}








/*----------- Kopfleiste ------------*/









/*----------- Seitenvorlage ------------*/

.indiv_seitenvorlage {justify-content: center;}

#vorlage115.news_system {display: flex; flex-wrap: wrap;}
#vorlage115.news_system #news_einstellungen_formular {width: 100%;}
#vorlage115.news_system #news_ausgabe_hinweise {width: 100%;}








/*---------------- Special CSS Bausteinbereiche -----------------*/

.landingpage_titelbild .bst_multibox.bst_multibox_hauptueberschrift_layout {min-height: calc(100vh - 20vh - 140px); padding: 10vh 50px; width: calc(100% - 100px); margin-bottom: 0;}

.landingpage_titelbild .bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout {min-height: calc(100vh - 20vh - 120px); padding: 10vh 50px; width: calc(100% - 100px);}
.landingpage_titelbild .bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_titel {font-size: 4.8rem; line-height: 5rem;}


.white_bg {background-color: var(--hell);}
.white_bg .bst_multibox.bst_multibox_standard_layout .mb_standard_inhaltsbereich {background-color: var(--hauptfarbe_hellhinterg);}
.white_bg .bst_multibox .bst_multibox_info .bst_multibox_news_rubrik a {background-color: var(--hell);}
.white_bg .bst_multibox .bst_multibox_info .bst_multibox_news_rubrik a:hover {background-color: var(--zweitfarbe);}
.white_bg .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung {border-color: var(--hauptfarbe);}
.white_bg .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_animation {border-color: var(--hauptfarbe);}
.white_bg .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_bildunterschrift {background-color: var(--hauptfarbe); color: var(--hell);}
.white_bg .bst_multibox.bst_multibox_ausklapp_box_layout {background-color: var(--hauptfarbe_hellhinterg);}
.white_bg .bst_multibox.bst_multibox_ausklapp_box_layout.inhalt_eingeblendet .bst_multibox_inhalt {background-color: var(--hell); border-color: var(--hauptfarbe_hellhinterg)}

.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .mb_standard_inhaltsbereich {background-color: var(--zweitfarbe);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_titel {color: var(--hauptfarbe_text);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_untertitel {color: var(--hauptfarbe_text);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung {border-color: var(--zweitfarbe);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_bildunterschrift {background-color: var(--zweitfarbe); color: var(--hauptfarbe_text);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_inhalt p {color: var(--hauptfarbe_text);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe {color: var(--hauptfarbe_text); background-color: var(--hell);}
.white_bg.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe:hover {color: var(--hell); background-color: var(--hauptfarbe);}

.highlight .bst_multibox .bst_multibox_info .bst_multibox_erstellungsdaten {color: var(--hell);}
.highlight .bst_multibox.bst_multibox_standard_layout .mb_standard_inhaltsbereich {background-color: var(--hauptfarbe);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung {border-color: var(--hauptfarbe);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_multibox_bildunterschrift {background-color: var(--hauptfarbe); color: var(--hell);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_titel {color: var(--hell);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_untertitel {color: var(--hell);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_inhalt p {color: var(--hell);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe {color: var(--hauptfarbe_text); background-color: var(--zweitfarbe);}
.highlight .bst_multibox.bst_multibox_standard_layout .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe:hover {color: var(--hauptfarbe); background-color: var(--hell);}






/*---------------- Multiboxen -----------------*/

.bst_multibox .bst_multibox_untertitel {text-transform: uppercase; letter-spacing: 2px; font-weight: 200; font-family: var(--fontfam_h);}

.bst_multibox.bst_multibox_standard_layout.bst_multibox_ohne_bilderleiste .bst_multibox_text, .bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_text, .bst_multibox.bst_multibox_kacheln_layout.bst_multibox_ohne_bilderleiste .bst_multibox_text {column-count: 2; column-gap: 30px;}

.kacheln .bst_multibox.bst_multibox_kacheln_layout.bst_multibox_ohne_bilderleiste .bst_multibox_text {column-count: unset;}


.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_inhalt {border: 0px solid var(--hell); border-top: none;}
.bst_multibox.bst_multibox_ausklapp_box_layout.inhalt_eingeblendet .bst_multibox_inhalt {background-color: var(--hauptfarbe_hellhinterg); border: 10px solid var(--hell); border-top: none;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_linkausgabe_bereich {align-self: flex-end;}




/*---------------- Video Baustein -----------------*/

.el_video {width: 100%; max-width: 1412px;}






/*----------- Multibox News Ausgabe Baustein -----------*/

.news_ausgabe {z-index: 1; width: 92%; max-width: 1412px; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10vh;}
.news_ausgabe .bst_multibox {width: calc(31% - 40px); min-width: 330px; max-width: 500px; padding: 20px; margin: 4vh 0; flex-direction: column; background-color: var(--hell);}
.news_ausgabe .bst_multibox .bst_multibox_info {order: -1;}
.news_ausgabe .bst_multibox .bst_multibox_bilder_leiste {margin-right: unset; margin-bottom: 20px; flex: unset; order: -2;}
.news_ausgabe .bst_multibox .bst_multibox_bilder_leiste .bst_multibox_bildunterschrift {display: none;}
.news_ausgabe .bst_multibox .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung, .news_ausgabe .bst_multibox .bst_multibox_bilder_leiste .bst_multibox_animation {border: none; width: 100%;}
.news_ausgabe .bst_multibox .bst_multibox_titel {font-size: 2.4rem; line-height: 2.6rem; margin-bottom: 35px;}
.news_ausgabe .bst_multibox .bst_multibox_untertitel {font-size: 1.2rem; line-height: 1.6rem; /* wie h5 in mb_basis.css */ margin-bottom: 10px;}
.news_ausgabe .bst_multibox .mb_standard_inhaltsbereich {background-color: transparent; padding: 0 !important; margin: 0 !important;}
.news_ausgabe .bst_multibox .bst_multibox_inhalt {display: flex; flex-wrap: wrap; flex: 1;}
.news_ausgabe .bst_multibox .bst_multibox_inhalt .bst_multibox_text {flex: 1; column-count: auto;}
.news_ausgabe .bst_multibox .bst_multibox_inhalt .multibox_text_div_mehr_zeigen_umschalten, .news_ausgabe .bst_multibox .bst_multibox_inhalt .multibox_text_div_mehr_zeigen {margin-top: 10px;}


.alle_news_anzeigen_bereich .alle_news_anzeigen_btn:hover {color: var(--hauptfarbe_text);}



.news_system .bausteinbereich {width: 100%;}
#news_ausgabekasten {width: 100%;}
#news_ausgabe_weitere {display: block; width: 100%;}








/*----------- Kontaktformular -----------*/

.kontaktformular_aktiv {width: auto; min-width: 30vw; max-width: 600px; font-family: var(--fontfam); font-size: 1rem; line-height: 1.6rem;}
.kontaktformular_aktiv .kontakt_form_versteckte_felder_toggle {border-radius: var(--borderradius); font-family: var(--fontfam); font-size: 0.9rem; line-height: 1.5rem; padding: 5px 15px; transition: 0.2s; top: 10px; right: 25px; border: none;}
.kontaktformular_aktiv .kontakt_form_versteckte_felder_toggle:hover {background-color: var(--zweitfarbe); color: var(--hauptfarbe_text); cursor: pointer;}
.kontaktformular_aktiv fieldset {border-radius: var(--borderradius); padding: 25px; background-color: var(--hauptfarbe_hellhinterg); border: 10px solid var(--hauptfarbe); position: relative;}
.kontaktformular_aktiv fieldset legend {border-radius: var(--borderradius); padding: 5px 15px; font-size: 1rem; line-height: 1.6rem; letter-spacing: 1px; text-transform: uppercase;}
.kontaktformular_aktiv input[type="text"], .kontaktformular_aktiv textarea, .kontaktformular_aktiv select {border-radius: var(--borderradius); padding: 10px 15px; font-family: var(--fontfam); font-size: 1rem; line-height: 1.6rem; font-weight: 500; border: none; margin: 0; background-color: var(--hell);}
.kontaktformular_aktiv #spam_schutz_kontaktformular {display: flex; flex-direction: column;}
.kontaktformular_aktiv input[value="Anfrage senden"] {border-radius: var(--borderradius); font-family: var(--fontfam); font-size: 1rem; line-height: 1.6rem; transition: 0.2s; display: flex; justify-self: center; margin: 20px 0 0 0 !important; width: auto !important; padding: 10px 30px; border: none; letter-spacing: 0.5px;}
.kontaktformular_aktiv input[value="Anfrage senden"]:hover {background-color: var(--zweitfarbe); cursor: pointer;}


.formular_user .label_vor_input_volle_breite {margin: 0; max-width: unset;}
.formular_user .eine_zeile_form {width: 100%; margin: 15px 0; align-items: unset;}
.formular_user .select_allgemein, .formular_user select {background-color: var(--hell); border: unset; border-radius: var(--borderradius); padding: 10px 15px;}
.formular_user .input_allgemein[name="plz"] {margin-right: 8px; flex: 1; max-width: unset; min-width: unset; width: 50px;}
.formular_user .input_allgemein[name="ort"] {flex: 2; max-width: unset; min-width: unset; width: 50px;}
.formular_user .label_nach_checkbox_radio {flex: 1; min-width: unset; max-width: unset;}
.formular_user .textarea_form, .formular_user textarea {background-color: var(--hell); border: unset; border-radius: var(--borderradius); padding: 10px 15px;}

.formular_user .sternchen_eingabe_noetig {color: var(--zweitfarbe);}


.formular_user .kontaktform_standardcheckbox {font-size: 0.85rem; line-height: 1.3rem; margin: 5px 0;}
.formular_user .kontakt_form_pflichtfeld_erklaerung {position: absolute; right: 0; bottom: 0; font-size: 0.85rem; line-height: 0.85rem; font-weight: 700; display: flex; padding: 5px;}





/*----------- Ausklappbare Infobox, Bearbeitungsmodus ------------*/

.bst_ausklappbare_infobox {background-color: var(--hauptfarbe_hellhinterg); margin: 25px 0;}
.bst_ausklappbare_infobox h3 {background-color: var(--hauptfarbe); padding: 15px 45px 15px 20px; color: var(--hell); letter-spacing: 1px; margin: 0; position: relative; transition: 0.2s;}
.bst_ausklappbare_infobox h3:hover {cursor: pointer; background-color: var(--hauptfarbe_alternativ);}
.bst_ausklappbare_infobox h3::after {content: ""; background-image: url(/bilder/button_mobil/burgermenu_symbol_aufklappen_rgb255.svg); height: 20px; width: 20px; position: absolute; right: 20px; background-position: center; background-repeat: no-repeat; background-size: contain; transform: rotate(-90deg); transition: 0.3s;}
.bst_ausklappbare_infobox.ausgeklappt h3::after {transform: rotate(0deg);}
.bst_ausklappbare_infobox .bst_ausklappbare_infobox_details {padding: 0 20px; max-height: 0; overflow: hidden; transition: 0.3s;}
.bst_ausklappbare_infobox .bst_ausklappbare_infobox_details.ausgeklappt {padding: 15px 20px; max-height: 50vh; overflow: auto;}
.bst_ausklappbare_infobox .bst_ausklappbare_infobox_details p:first-of-type {margin-top: 0;}
.bst_ausklappbare_infobox .bst_ausklappbare_infobox_details p:last-of-type {margin-bottom: 0;}
.bst_ausklappbare_infobox .bst_ausklappbare_infobox_details p a {color: var(--hauptfarbe); font-weight: bold;}
.bst_ausklappbare_infobox .bst_ausklappbare_infobox_details p a:hover {border-bottom: 2px solid var(--hauptfarbe);}



/*----------- Ausklappbare Infobox, Farbe ------------*/

.bst_ausklappbare_infobox h3.hauptfarbe {background-color: var(--hauptfarbe);}
.bst_ausklappbare_infobox h3.zweitfarbe {background-color: var(--zweitfarbe);}
.bst_ausklappbare_infobox h3.rot {background-color: #bd1a1a;}
.bst_ausklappbare_infobox h3.blau {background-color: #264084;}
.bst_ausklappbare_infobox h3.gruen {background-color: #147814;}
.bst_ausklappbare_infobox h3.orange {background-color: #e38224;}
.bst_ausklappbare_infobox h3.petrol {background-color: #008791;}


/*----------- Ausklappbare Infobox, Bearbeitungsmodus ------------*/

.baustein_bearb_zindex.bst_ausklappbare_infobox .baustein_bearbeiten .baustein_bearbeiten_inhalt .eine_zeile {margin-bottom: 10px;}
.baustein_bearb_zindex.bst_ausklappbare_infobox .baustein_bearbeiten .baustein_bearbeiten_inhalt .eine_zeile #ausklappbare_infobox_ueberschrift {width: 98%;}
.baustein_bearb_zindex.bst_ausklappbare_infobox .baustein_bearbeiten .baustein_bearbeiten_inhalt .eine_zeile #ausklappbare_infobox_details_tbl {width: 100% !important;}
.baustein_bearb_zindex.bst_ausklappbare_infobox .baustein_bearbeiten .baustein_bearbeiten_inhalt .eine_zeile #ausklappbare_infobox_details_tbl #ausklappbare_infobox_details_ifr {padding: 10px; box-sizing: border-box;}







/*----------- Slider ------------*/

.el_slider {}
.slidertemplate_1 .ausgabe_slidertitel {max-width: 50vw;}
.slidertemplate_1 .ausgabe_slidertitel h2 {font-size: 3vw; line-height: 3vw;}
.slidertemplate_1 .ausgabe_slidertitel .ausgabe_slidertext_unter_titel {font-size: 1.5vw; line-height: 1.7vw;}
.slidertemplate_1 .ausgabe_sliderlink {font-size: 1.5vw; line-height: 1.7vw;}






/*----------- Download -----------*/

.datei_download_multi {display: flex; flex-wrap: wrap; width: calc(92% - 120px); padding: 60px; max-width: calc(1412px - 120px); background-color: var(--hell); margin: 4vh 0;}
.datei_download_multi h3 {width: 100%; margin: 0 0 10px 0; font-family: var(--fontfam_h); color: var(--hauptfarbe); font-size: 2.4rem; line-height: 2.6rem;}
.datei_download_multi .download_beschreibung {width: 100%; padding: 0 !important; font-family: var(--fontfam_t); color: var(--dunkelgrau); font-size: 1rem; line-height: 1.6rem;}
.datei_download_multi .download_beschreibung p {margin: 0 0 20px 0; font-family: var(--fontfam_t); color: var(--hauptfarbe_text); font-size: 1rem; line-height: 1.5rem; /* wie in mb_basis.css */ width: 100%;}
.datei_download_multi .download_bildundlink {display: flex; flex-wrap: wrap;}
.datei_download_multi .download_bildundlink a {color: var(--hauptfarbe);}
.datei_download_multi .download_bildundlink .download_beschreibung {flex: 1;}














/*-- Ausgabe ein Baustein --*/

#vorlage642 {display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center;}
#vorlage642 hr {width: 100%; border: none;}
#vorlage642 #vorlage642_zurueck_button {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%;}
#vorlage642 #vorlage642_zurueck_button input, #vorlage642 #vorlage642_zurueck_button a {background-color: var(--hauptfarbe); padding: 8px 15px; color: var(--hell); font-size: 1rem; line-height: 1.3rem; border: none; margin: 5px; font-family: var(--fontfam_t); transition: 0.2s;}
#vorlage642 #vorlage642_zurueck_button input:hover, #vorlage642 #vorlage642_zurueck_button a:hover {background-color: var(--zweitfarbe);}
#vorlage642 #vorlage642_zurueck_button a {text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600;}



/*-- Detailseite Baustein --*/

#vorlage643 {display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center;}
#vorlage643 hr {width: 100%; border: none;}
#vorlage643 .bearbeiten_bereich {padding: 1.5%}










/*-- Media Querries --*/

@media screen and (max-width: 1600px) {

 #navigation {width: 84%; padding: 0 8%;}
 
 .google_map_global {max-width: 100%;}
 .google_map {width: 100% !important;}

}



@media screen and (max-width: 768px) {
 hr {margin: 4vh 0;}

 #navi_mobile_100 {display: flex;}
 #navigation {display: none;}
 
 .el_slider {width: 100%;}
 .ausgabe_el_slider {width: 100% !important; height: auto !important;}
 .slick-slide img {width: 100%;}
 
 .landingpage_titelbild .bst_multibox.bst_multibox_hauptueberschrift_layout {min-height: calc(100vh - 20vh); padding: 10vh 20px; width: calc(100% - 40px);}
 .landingpage_titelbild .bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout {min-height: calc(100vh - 20vh); padding: 10vh 20px; width: calc(100% - 40px);}
 
 .bst_multibox.bst_multibox_standard_layout.bst_multibox_ohne_bilderleiste .bst_multibox_text, .bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_text, .bst_multibox.bst_multibox_kacheln_layout.bst_multibox_ohne_bilderleiste .bst_multibox_text {column-count: auto;}

 .google_map_global {max-width: 100%; width: 100%;}
 
 .datei_download_multi {width: calc(92% - 40px); padding: 20px;}
 .datei_download_multi h3 {font-size: 8vw; line-height: 10vw;}
 
 .news_ausgabe .bst_multibox {width: calc(100% - 40px); min-width: unset; max-width: unset; margin: 2vh 0;}
 .news_ausgabe .bst_multibox .bst_multibox_bilder_leiste {width: 100%; max-width: 100%; margin-top: 0;}
 
 .kontaktformular_aktiv {max-width: 100%; width: 100%; display: flex;}
 .kontaktformular_aktiv fieldset {padding: 15px; width: calc(100% - 30px - 20px); margin: 0; min-width: unset;}
 .kontaktformular_aktiv .kontakt_form_versteckte_felder_toggle {top: 0; right: 15px;}

}






/*---- Fonts - einfaches installieren von Google Fonts mit dem Google Webfonts Helper ---------*/

/* stack-sans-notch-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Notch';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/stack-sans-notch-v5-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-notch-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Notch';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/stack-sans-notch-v5-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-notch-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Notch';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/stack-sans-notch-v5-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-notch-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Notch';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/stack-sans-notch-v5-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-notch-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Notch';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/stack-sans-notch-v5-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-notch-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Notch';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/stack-sans-notch-v5-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}






/* stack-sans-text-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/stack-sans-text-v1-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/stack-sans-text-v1-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/stack-sans-text-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/stack-sans-text-v1-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/stack-sans-text-v1-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/stack-sans-text-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}






/* momo-signature-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Momo Signature';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/momo-signature-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
