/****** style mobile fixed header - BEGINN *******/
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
	position: fixed;
} 
}
/****** style mobile fixed header - ENDE *******/

/* =========================================================
   Animated underline on hover + active page indicator
   ========================================================= */
/* Basislinie */
.dvcs_menu_item_animated_underline .dvmm_menu__menu > nav > ul > li > a::before,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li:not(.et_pb_menu__logo-slot) > a::before,
#top-menu > li:not(.centered-inline-logo-wrap) > a::before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
    width: 10%;
    height: 2px;
    opacity: 0;
    background-color: #802428;
    transition: all .2s ease;
}

/* Hover-Effekt */
.dvcs_menu_item_animated_underline .dvmm_menu__menu > nav > ul > li > a:hover::before,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li:not(.et_pb_menu__logo-slot) > a:hover::before,
#top-menu > li:not(.centered-inline-logo-wrap) > a:hover::before {
    width: 110%;
    opacity: 1;
    bottom: 15px;
}

/* Aktive Seite */
.dvcs_menu_item_animated_underline .dvmm_menu__menu > nav > ul > li.current-menu-item > a::before,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li.current-menu-item > a::before,
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li.current-menu-ancestor > a::before {
    width: 110%;
    opacity: 1;
    bottom: 15px;
    background-color: #802428;
}
/* --- Feinjustierung für geshrinkten Header --- */
/* Abstand exakt wie Hover (z. B. Allgemeine Infos) */
#main-header.et-fixed-header #top-menu > li.current-menu-item > a::before,
#main-header.et-fixed-header #top-menu > li.current_page_item > a::before,
#main-header.et-fixed-header #top-menu > li.current-menu-ancestor > a::before {
    bottom: 15px !important;  /* Feinanpassung: 9–11 px funktioniert meist perfekt */
}









body .header-section .header-top-menu li a.header-menu-active {
    color: #802428 !important;
}

/* =========================================================
   Animated underline on hover + active link (new header)
   ========================================================= */

/* === Basis: Link vorbereiten === */
.header-section .header-top-menu li > a {
  position: relative;
  display: inline-block;
  text-decoration: none !important; /* verhindert doppelte Browser-Unterstreichung */
}

/* === Unsichtbare Linie vorbereiten === */
.header-section .header-top-menu li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40%;
  width: 10%;
  height: 2px;
  opacity: 0;
  background-color: #802428;
  transition: all .2s ease;
}

/* === Hover: animierte Linie === */
.header-section .header-top-menu li > a:hover::before {
  width: 110%;
  opacity: 1;
  bottom: 15px;
}

/* === Aktiv: Linie dauerhaft sichtbar === */
/* 1) deine aktive Klasse */
.header-section .header-top-menu li > a.header-menu-active::before,
/* 2) WP-Standardklassen, falls gesetzt */
.header-section .header-top-menu li.current-menu-item > a::before,
.header-section .header-top-menu li.current_page_item > a::before,
.header-section .header-top-menu li.current-menu-ancestor > a::before {
  width: 110%;
  opacity: 1;
  bottom: 15px;
  background-color: #802428;
}








/****** f12 floating menu - BEGINN *******/
.f12-floating-menu li.f12-floating-menu-2203 {
    border-radius: 5px 0px 0px 5px;
}
.f12-floating-menu li.f12-floating-menu-2203 .name, .f12-floating-menu li.f12-floating-menu-2203 .icon {
    display: flex; justify-content: center; align-items: center;
}
/****** f12 floating menu - ENDE *******/










/* Post-Abstände neutralisieren */
.et_pb_post { margin-bottom: 0px; }




#top-menu .current-menu-item a.mPS2id-highlight{
    color: #802428 !important;
		font-weight: 800 !important;
}




/* --- ContactForms - BEGINN --- */
.wpcf7-not-valid-tip {
    font-weight: 600 !important;
		color: #ff0000;
		font-family: Open Sans, Arial, sans-serif !important;
		font-size: 0.9em !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background: #fff;
    width: 100%;
    margin-top: 10px !important;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    height: 40px;
}

.datetimepicker {
    width: 107px !important;
    font-size: 20px;
}

span.wpcf7-list-item {
    margin: 0 0 0 0;
}

.et_pb_contact_reset, .et_pb_contact_submit {
    margin: 0 0 0 0;
}

div.wpcf7-spam-blocked {
    border: 2px solid #1a7ae6;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #1a7ae6;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #1a7ae6;
}
/* --- ContactForms - ENDE --- */




/* --- Cookie-Banner Schatten - BEGINN --- */
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
		box-shadow: 0px 6px 18px -2px rgba(0, 0, 0, 0.14);
		margin-bottom: 10px;
}
/* --- Cookie-Banner Schatten - ENDE --- */





/* --- Akkordeon - BEGINN --- */
.et_pb_toggle_close {
    padding: 10px 20px;
}
.et_pb_toggle_open {
    padding: 10px 20px;
}
/* --- Akkordeon - ENDE --- */






/* sanfte Vergrößerung des Blurb-Icons beim Hover - BEGINN */
.et_pb_blurb:hover .et-pb-icon {
  transform: scale(1.15);
  transition: transform 0.5s ease;
}

.et_pb_blurb_container a:hover {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.et_pb_text_2_tb_footer.et_pb_text a {
    color: #959595 !important;
}
.et_pb_text_2_tb_footer.et_pb_text a:hover {
    color: #959595 !important;
		font-weight: bold !important;
}
/* sanfte Vergrößerung des Blurb-Icons beim Hover - ENDE */







/* Top-Header Anordnung - BEGINN */
#top-header, #top-header .container, #top-header #et-info, #top-header .et-social-icon a {
    width: 100%;
}
#top-header a, #top-header a {
    float: right;
		margin-right: 13px;
}
#et-info-phone {
    float: right;
}
#top-header .container {
    font-weight: 500!important;
}
/* Top-Header Anordnung - ENDE */



.downloads-blurb .et-pb-icon {
    margin-top: 5px;
}



/* Icon links, Text linksbündig – der gesamte Block zentriert - BEGINN */
.kontakt-blurb .et_pb_blurb_content{
  display: flex;         /* schrumpft auf Inhalt, lässt sich zentrieren */
  align-items: center;
  justify-content: flex-start;  /* Icon direkt links vor Text */
  gap: 0px;
  margin: 0 auto;               /* zentriert den Block */
 
}
.kontakt-blurb{
  text-align: center;           /* zentriert das inline-flex-Element */
}
/* Abstände säubern */
.kontakt-blurb .et_pb_main_blurb_image{ 
  margin: 0 10px 0px 0 !important; 
  line-height: 0;
  display: flex; 
  align-items: center;
}
.kontakt-blurb .et_pb_blurb_container{ margin: 0; padding: 0; }
.kontakt-blurb .et_pb_blurb_description{ margin: 0; }
.kontakt-blurb .et-pb-icon{ line-height: 1; font-size: 22px; }
/* Icon links, Text linksbündig – der gesamte Block zentriert - ENDE */




/* Basislayout für Kontakt-Blurb - BEGINN */
.leistungen-blurb .et_pb_blurb_content {
  display: flex;
  align-items: center;        /* vertikal mittig: Icon & Text auf einer Linie */
  flex-wrap: nowrap;          /* Icon und Text bleiben nebeneinander */
  gap: 10px;
  width: 100%;
  white-space: normal;
  text-align: center;         /* Text zentriert */
}

/* Iconblock */
.leistungen-blurb .et_pb_main_blurb_image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;    /* Icon perfekt mittig */
	align-self: flex-start;     /* Icon an Oberkante */
}
.et_pb_main_blurb_image {
    margin-bottom: 15px;
    margin-top: 15px;
}

/* Textblock */
.leistungen-blurb .et_pb_blurb_container {
  flex: 0 1 auto;             /* darf schrumpfen und umbrechen */
  min-width: 0;
  text-align: center;         /* Text mittig, auch bei Umbruch */
}


/* Lange Wörter dürfen umbrechen */
.leistungen-blurb .et_pb_module_header,
.leistungen-blurb .et_pb_blurb_description {
  overflow-wrap: anywhere;
}


/************** Basislayout für Kontakt-Blurb - ENDE **************/


/************** Divi Gallerie - Imagezoom bei Hover - BEGINN **************/
.et_pb_gallery_item {
  transition: transform .35s ease;
  transform-origin: center center;
  will-change: transform;
}

/* Ganze Galerie-Kachel zoomt */
.et_pb_gallery_item:hover {
  transform: scale(1.04);   /* gerne 1.03 – 1.15 testen */
  z-index: 10;               /* wichtig, damit Nachbarbilder nicht blocken */
  position: relative;
}

/* Bild selbst: keine eigenen Einschränkungen */
.et_pb_gallery_item .et_pb_gallery_image img {
  transition: inherit;
  width: 100%;
  height: auto;
}

/* Overlay mitziehen */
.et_pb_gallery_item .et_overlay {
  transition: opacity .25s ease;
}
.et_pb_gallery_item:hover .et_overlay {
  opacity: 1;
}
/************** Divi Gallerie - Imagezoom bei Hover - ENDE **************/




/* 980px  ***************************************************************************************************************************/
@media only screen and (max-width: 980px) {
	#logo {
    max-height: 100%;
	}
}

/* 630px  ***************************************************************************************************************************/
@media only screen and (max-width: 630px) {
	.kontakt-blurb .et_pb_blurb_content {
    justify-content: left;
	}
}
/* Bulletpoints bei Mobile ausblenden 
ul.et_pb_side_nav.et-visible {
    display: none !important;
}
}


*/
/* 580px  ***************************************************************************************************************************/
@media only screen and (max-width: 580px) {
/* Email im TopHeader ausblenden */
#top-header a, #top-header a {
    display: none;
}
}




/* Schriftarten lokal einbinden - BEGINN ***************************************************************************************************************************/
/* litera_serial-regular-webfont */
@font-face {
    font-family: 'litera_serial-regular';
    src: url('/wp-content/fonts/litera_serial-regular-webfont.woff2') format('woff2'),
         url('/wp-content/fonts/litera_serial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* barlow-semi-condensed-100 - 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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-100italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 100;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-200italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-300italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-500italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-600italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/barlow-semi-condensed-v16-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-semi-condensed-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/barlow-semi-condensed-v16-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-800 - 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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/barlow-semi-condensed-v16-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-800italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-900 - 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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-900italic - 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: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/fonts/barlow-semi-condensed-v16-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Schriftarten lokal einbinden - ENDE ***************************************************************************************************************************/
		
		
		
		
		
		


/* 981px  ***************************************************************************************************************************/
/* Sticky-Header: Page-Scroll-Highlight soll gewinnen 
@media only screen and (min-width: 981px) {
  .et-fixed-header #top-menu li.current-menu-item > a.mPS2id-highlight,
  .et-fixed-header #top-menu li.current_page_item > a.mPS2id-highlight,
  .et-fixed-header #top-menu li.current-menu-ancestor > a.mPS2id-highlight {
    color: #802428 !important;
    font-weight: 800 !important;
  }
}
*/





/* --- Aktives Menüelement dauerhaft unterstrichen ---
/* Nur aktives Element mit mPS2id-highlight dauerhaft unterstrichen
#top-menu li.current-menu-item > a.mPS2id-highlight:before,
#top-menu li.current_page_item > a.mPS2id-highlight:before,
#top-menu li.current-menu-ancestor > a.mPS2id-highlight:before {
    width: 110%;
    opacity: 1;
    bottom: 15px;
}
 */

		
/* Create the menu items underline element 
.dvcs_menu_item_animated_underline .dvmm_menu__menu > nav > ul > li > a:before,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li:not(.et_pb_menu__logo-slot) > a:before,
#top-menu > li:not(.centered-inline-logo-wrap) > a:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
    width: 10%;
    height: 2px;
    opacity: 0;
    background-color: #802428;
    transition: all .2s ease;
}*/
/* Animate the underline element on hovering over the menu items 
.dvcs_menu_item_animated_underline .dvmm_menu__menu > nav > ul > li > a:hover:before,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li:not(.et_pb_menu__logo-slot) > a:hover:before,
#top-menu > li:not(.centered-inline-logo-wrap) > a:hover:before {
    width: 110%;
    opacity: 1;
    bottom: 15px;
}
.et_pb_post {
    margin-bottom: 0px;
}*/




/* --- Aktives Menüelement dauerhaft mit PS2id unterstrichen --- */
/* V1 mit Plugin */
/* Nur aktives Element mit mPS2id-highlight dauerhaft unterstrichen 
#top-menu li.current-menu-item > a.mPS2id-highlight:before,
#top-menu li.current_page_item > a.mPS2id-highlight:before,
#top-menu li.current-menu-ancestor > a.mPS2id-highlight:before {
    width: 110%;
    opacity: 1;
    bottom: 15px;
}*/

/* V2 Aktives Meüelement unterstrichen mit ds_menu - BEGINN 
#main-header #top-menu a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    color: #802428 !important;
}

#main-header #top-menu a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
  text-decoration: none;
}
#top-menu > li:not(.centered-inline-logo-wrap) > a,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li:not(.et_pb_menu__logo-slot) > a {
  position: relative;
}

/* Aktiver Menüpunkt: Linie dauerhaft sichtbar – Hover bleibt unverändert 
#top-menu > li:not(.centered-inline-logo-wrap) > a.ds-menu-active::before,
.dvcs_menu_item_animated_underline .et_pb_menu__menu > nav > ul > li:not(.et_pb_menu__logo-slot) > a.ds-menu-active::before {
  content: "";     /* falls irgendein Optimizer das sonst entfernt 
  width: 110%;
  opacity: 1;
  bottom: 15px;
}
/* V2 Aktives Meüelement unterstrichen mit ds_menu - ENDE */





/* Scroll-Verhalten aus/an steuerbar 
html.no-smooth { scroll-behavior: auto !important; }
html.has-smooth { scroll-behavior: smooth; }
*/

/* Scroll to Page - BEGINN 
.anchor-spacer{
  display:block;
  height:0;
  margin:0;
  line-height:0;
  pointer-events:none;
}
 
/* Desktop 
@media (min-width:981px){
  .anchor-spacer{ height:40px; margin-top:-40px; }
}

/* Tablet 
@media (min-width:768px) and (max-width:980px){
  .anchor-spacer{ height:120px; margin-top:-120px; }
}

/* Mobile 
@media (max-width:767px){
  .anchor-spacer{ height:130px; margin-top:-130px; }
}
Scroll to Page - ENDE */




/***********************************************************************************
 Mobile: Fixed Header + sanfte Bewegung  (Top-Header bleibt sichtbar) - BEGINN
**********************************************************************************
@media (max-width: 980px){
  #top-header{
    position: fixed;
    top: 0;
    left: 0; right: 0;
    z-index: 10001;        
  }

  #main-header{
    position: fixed;
    left: 0; right: 0;
    top: var(--topbarH, 0px); 
    transition: transform .28s ease;
    will-change: transform;
    z-index: 10000;
  }
}
*/
/***********************************************************************************
 Mobile: Fixed Header + sanfte Bewegung  (Top-Header bleibt sichtbar) - ENDE
***********************************************************************************/