/* JA BOXING - PIRKDORFERSEE -   16.12.2025 */

/* EXTRA FONTS VOM EIGENEN SERVER */

h1, .h1 {
  padding-right: 1rem;
}

@font-face{  
    font-family: "Montserrat-Light";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-Light.ttf');
}

@font-face{  
    font-family: "Montserrat-Regular";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face{  
    font-family: "Montserrat-Medium";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-Medium.ttf');
}

@font-face{  
    font-family: "Montserrat-SemiBold";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face{  
    font-family: "Montserrat-Bold";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face{  
    font-family: "Montserrat-ExtraBold";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face{  
    font-family: "Montserrat-Black";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-Black.ttf');
}

@font-face{  
    font-family: "Montserrat-Italic";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-Italic.ttf');
}

@font-face{  
    font-family: "Montserrat-LightItalic";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/montserrat/Montserrat-LightItalic.ttf');
}

@font-face{  
    font-family: "Rubik-Light";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-Light.ttf');
}
@font-face{  
    font-family: "Rubik-LightItalic";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-LightItalic.ttf');
}

@font-face{  
    font-family: "Rubik-Regular";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-Regular.ttf');
}
@font-face{  
    font-family: "Rubik-Italic";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-Italic.ttf');
}

@font-face{  
    font-family: "Rubik-Medium";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-Medium.ttf');
}
@font-face{  
    font-family: "Rubik-MediumItalic";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-MediumItalic.ttf');
}

@font-face{  
    font-family: "Rubik-SemiBold";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-SemiBold.ttf');
}
@font-face{  
    font-family: "Rubik-Bold";
    src: url('https://www.pirkdorfersee.at/templates/ja_boxing/fonts/rubik/Rubik-Bold.ttf');
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: var(--color-primary);
    /* line-height: 2.2; */
}


body {
    font-family: 'Montserrat-Regular', "Montserrat-Regular";
  }

@media (max-width: 575.98px) {    /* TEXTGRÖSSEN AUF SCHMALEN GERÄTEN */
body {
   font-size: 0.87rem !important;
  }
}
@media (max-width: 575.98px) {    /* TEXTGRÖSSEN AUF SCHMALEN GERÄTEN */
h2 .h1 .h3. .h4 .modulklasse2 .module-title {
   font-size: 0.85rem !important;
  }
}

:root, [data-bs-theme="light"] {
    --t4-body-color: #222222;
}

div.ja-dark-mode {  /* BUTTON FÜR DARKMODE AUSBLENDEN */
    height: 5px; /* 56 */
    width: 5px; /* 56 */
    visibility: hidden;
}

.light-active {  /* HELLER STIL GENERELL */
    --border-color: none; /* #f2f2f2; LINIEN WEG*/
    --headings-color: var(--color-secondary);
    --mainnav-link-color: var(--color-secondary);
    --bg-input: #eef2f1; /* FORMULARE INPUT BG */
    --bg-item-1: #eef2f1;
    --body-bg-color: #fbf7ed; /* HG CONTENT*/
}

.light-active {
    /* --body-bg-color: #efefee; HG UNTERM MENU */
}
div.t4-header .header-block {
    /* background-color: #fff;  EXTRA */
}

div.t4-header {
    background: #ffffff00; /* FARBLOS MAINMENU*/
}


/* MODUL STICKY BOTTOM SETZEN - KOMBI MIT T4 stickybottomklasse1 (OHNE T4 Stickybottom) */
div#t4-stickybottom{
    position: fixed!important;
    top: unset !important;
    bottom: 0 !important; /* GANZ UNTEN */
    right: 0 !important; /* RECHTS AM RAND */
}
@media (max-width: 699.98px) {
div#t4-stickybottom {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;  /* EXTRA ZENTRIERT NUR SMARTPHONES */
}
  }

  
/* 
MÖGLICHE ALTERNATIVE?
HAEDER SAMT MAINMENU ÜBER DIE BILDER POSITIONIEREN */
/*  .t4-header.section-overlap {   KOMBI MIT MODULPOSITION: " section-overlap" im Headermodul 
    margin-bottom: -110px !important;   ÜBERLAPPEN

} */

/* HEADER BEIM SCROLLEN - STICKY + FARBE (NICHT TRANSPARENT) 

.not-at-top #t4-header.t4-sticky {
    background-color: var(--color-secondary);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
} */

/* BESSERE VARIANTE  */
.not-at-top #t4-header.t4-sticky { /* BEIM SCROLLEN */
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    transition: all 0.5s ease; /* ANIMATION BEIM EINBLENDEN DES FARBIGEN HG WENN GESCROLLT */
    background-color: #5b9b88; /* var(--color-secondary); */
}

/* HEADER BEIM SCROLLEN - STICKY + FARBE (NICHT TRANSPARENT) ERGÄNZEND*/
@media (max-width: 575.98px) {
  .not-at-top #t4-header.t4-sticky {
    background-color: #ffffff00 !important;  /* FARBWECHSEL IMMER VERHINDERN - SMARTPHONE */
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.00);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.00);
}
  }

/* MAINMENUE MIT EIGENER KLASSE /  z.B. DUNKLES MENU AUF FARBIGEM SLIDER BEIM SCROLLEN*/

.menueklasse1 .not-at-top .t4-sticky .navbar-nav > li > .nav-link {
    color: #fff;   /* MENUTEXT BEIM SCROLLEN  */
}

.menueklasse1 .dropdown-toggle .item-caret::before {
    border-top: 0px solid #fff !important; /* CARET AUSBLENDEN   */
}
.menueklasse1 .dropdown-toggle > li > a:hover .item-caret::before {
    border-top: 0px solid #fff !important; /* CARET AUSBLENDEN  */
}
.not-at-top .t4-sticky .navbar-nav > li > a, .navbar-nav > li > .nav-link {
    color: var(--color-secondary);
}
.not-at-top .t4-sticky .navbar-nav > li > .nav-link {
    color: #fff !important; /* BEIM SCROLLEN FÜR ALLE KLASSEN */
}

.t4-megamenu .dropdown-menu {
    width: max-content; /* BREITE WENN NICHT EMGAMENU*/
}

.menueklasse1 #t4-topbar {
    z-index: 30 !important; /* NORAMLE SEITEN*/
    color: #ffffff;
    font-size: 0.75rem;
    font-family: 'Montserrat-Regular'; 
    letter-spacing: 0.5px;
    word-spacing: 0.45em;
    border-bottom: 1px solid #ffffff38;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #2e5d9300; /* TRANPARENT*/
}
@media (max-width: 575.98px) {
.menueklasse1 #t4-topbar {
    font-size: 0.70rem;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
  }
}

/* STARTSEITE - POUP MIT MENU DARUNTER */ 
.menueklasse1 #t4-topbar-startseite {
    z-index: 333330 !important; /* AUCH ÜBER ENGAGEBOX POPUPS - NUR STARTSEITE*/
    color: #ffffff;
    font-size: 0.80rem;
    font-family: 'Montserrat-Regular'; 
    letter-spacing: 0.5px;
    word-spacing: 0.45em;
    border-bottom: 1px solid #ffffff38;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #2e5d9300; /* TRANPARENT*/
    text-align: center; /* LOGO STARTSEITE ZENTRIERT */
    padding-top: 2.5rem; /* NACH UNTEN */
}

/* .menueklasse1 #t4-header {   */
/*     background: transparent;  /* HG HIER TRANSPARENT WENN NICHT GESCROLLT */
/*     border-bottom: 0px solid #f4f4f4; /* BORDER WEG */
 /*    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00); /* SHADOW WEG */
 /*    margin-bottom: -156px; /*  ÜBERLAPPEN BEI TRANSPARENTEM HEADER GANZ OBEN
 /*    border-bottom: 0px solid #ffffff2e;
/* } */

/* BESSERE ALTERNATIVE */
.menueklasse1 #t4-header {  /* WENN GANZ OBEN */
    background: transparent; /* HG HIER TRANSPARENT WENN NICHT GESCROLLT */
    height: 100px;
    margin-bottom: -156px; /*  ÜBERLAPPEN BEI TRANSPARENTEM HEADER GANZ OBEN */
    background-color: #ffffff00;
    transition: all 0.5s ease; 
}

.menueklasse1 .btn.btn-secondary {  /* WENN NICHT GESCROLLT */
    background-color: #ffffff00;
    border-color: #fff;
}


.not-at-top .btn.btn-secondary {  /* WENN GESCROLLT */
    background-color: #ffffff00 !important;
    border-color: #fff !important;
    margin-top: 0px; /* EXTRA*/
}
}

.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
  color: #1a2431;
  font-size: 1rem;
  padding: 20px 1rem;
  height: 104px;
  line-height: 64px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-transform: uppercase; }
  .t4-megamenu .navbar-nav > li > a .item-caret:before,
  .t4-megamenu .navbar-nav > li > .nav-link .item-caret:before {
    border-top-color: #f6f6f6; }
  .t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > a:active,
  .t4-megamenu .navbar-nav > li > .nav-link:hover,
  .t4-megamenu .navbar-nav > li > .nav-link:focus,
  .t4-megamenu .navbar-nav > li > .nav-link:active {
    color: var(--color-secondary);
  }


.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show > .nav-link {
  color: #fff; }


.t4-megamenu .navbar-nav > li.active > a,
.t4-megamenu .navbar-nav > li.active > .nav-link {
  color: #fff; }


@media (min-width: 1200px) {
    .d-xl-inline {
        display: flex !important;   /* SPRACHAUSWAHL NEBEN MENU TOGGLE PLATZIEREN*/
        align-items: center; /* AUF EINER EBENE */
    }
}

div.mod-languages a {
    padding: .5rem;
    text-decoration: none;
    color: #fff;
    /* background: none; */
    border: 0px solid #fff;
    font-size: 0.75rem;
}
div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start; /*flex-end; */
}
div.mod-languages ul li.lang-active {
    background-color: #f0f0f000;
}
div.mod-languages li {
    margin: 0 .2rem;
}
.not-at-top div.mod-languages a {  /* WENN GESCROLLT */
    padding: .5rem;
    text-decoration: none;
    color: #ffffff;
    /* background: none; */
    border: 0px solid #fff;
    font-size: 0.85rem;
}

.menueklasse1 div.mod-languages ul li.lang-active {
    background-color: #f0f0f000;
    border-bottom: 1px solid #ffffff80; /* AKTIVE SPRACHE */
}

/* LOGO */
.navbar-brand .logo-img {
    max-height: 42px;
    width: auto;
  margin-top: 5px;

}
@media (max-width: 767.98px) {
    .navbar-brand .logo-img {
        max-height: 38px !important;
        margin-top: 20px;
    }
}
.not-at-top .navbar-brand .logo-img { /* EV EIGENE LOGO DATEI?*/
    max-height: 42px;
    width: auto;
}


/* TOPBAR MODULPOSITIONEN   */

.t4-topbar {
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
    font-size: 0.84rem;
    border-bottom: 0px solid #efefef;
    background-color: var(--color-secondary);  /* 081a2f;*/
    color: #fff;
}

@media (min-width: 1490px) {
.t4-topbar {
    padding-left: 5%; /* EXTRA ABSTAND WENN SEHR BREIT*/
    padding-right: 5%; /* EXTRA ABSTAND WENN SEHR BREIT*/
}
}

.t4-topbar a {
    color: #f4f4f4;
}
.t4-topbar .fa {
    color: #f4f4f4;
}

/* HEADER RE */

.t4-header-r > div {
    margin-left: 1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.80rem;
    color: #fff;
}

.t4-header-r a {
    color: #fff;
}
.t4-header-r a:hover {
    color: #ffffffC9;
  /*text-decoration: underline; */
}
.t4-header-r .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: #fff;
}

/* MAINMENU REGULÄR */
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: #fff; /*var(--mainnav-link-color); */
    font-size: 0.95rem; /* MAINNAV */
    padding: 6px 1rem;
    height: 70px; /* 104px;  FLOATING ZU HOCH */
    line-height: 64px;
    letter-spacing: 1.0px;
    text-transform: uppercase;
  font-family: 'Montserrat-Bold';
}

@media (max-width: 1490px) {
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: #fff; /*var(--mainnav-link-color); */
    font-size: 0.80rem; /* MAINNAV */
    padding: 6px 0.8rem;
    height: 70px; /* 104px;  FLOATING ZU HOCH */
    line-height: 64px;
    letter-spacing: 0.2px;
}
}

@media (max-width: 1270px) {
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: #fff; /*var(--mainnav-link-color); */
    font-size: 0.78rem; /* MAINNAV */
    padding: 6px 0.5rem;
    height: 70px; /* 104px;  FLOATING ZU HOCH */
    line-height: 64px;
    letter-spacing: 0.2px;
}
}



.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
    font-family: "Montserrat-Medium";
    font-size: 0.95rem; /* DROPDOWN MEGA */
    letter-spacing: 0.2px;
  line-height: 1.3rem;
}

.t4-megamenu .mega-col-nav .mega-col-title, .t4-megamenu .mega-col-module .mega-col-title {
    font-size: 0.9rem;  /* SPLATENTITEL */
    font-weight: inherit;
    text-transform: uppercase;
}

/* OFFCANVAS MENU */

.t4-offcanvas .t4-off-canvas-header {
    background: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}
.t4-offcanvas .t4-off-canvas-header .close span {
    color: #fff;
    width: auto;
    font-size: 40px;
}
.t4-offcanvas-toggle i {
    font-size: 23px;
    color: #fff;
}
.t4-offcanvas-toggle {
    border-radius: 0px !important;  /* NUR OFFCANVAS BURGER */
  background: transparent;
  border: 1px solid #fff;
}
.t4-offcanvas .navbar-nav, .t4-offcanvas .oc-level-0 .drilldown-effect .navbar-nav {
    padding-left: 20px; /* ALLES ABSTAND NACH KINKS */
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: inherit; /* var(--mainnav-link-color); */
    font-weight: inherit;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold"; /* MAINMEU ITEM LEVEL1 */
    font-size: 0.92rem !important;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator {
    color: inherit; /* var(--body-link-hover-color); */
    font-size: 0.92rem !important;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    padding: 0.3rem 0; /* ABSTAND SUBMENU-ITEMS */
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-item.active > .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-item.active > .nav-link {
      white-space: break-spaces !important; /* UMBRUCH */
  font-size: 0.92rem !important;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    font-size: 0.92rem !important;
      white-space: break-spaces !important; /* UMBRUCH */
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-item {
    padding-left: 0.0rem; /* SUB NACH LINKS */
}

.c-offcanvas--right {
    width: 340px; /* BREITER */
}
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
    top: 15px;
}



/* BREADCRUMB */
#t4-header + .t4-breadcrumb {
    padding-top: 4rem;
    border-top: 1px solid var(--border-color); /* NUR WENN BEIDES GEMEINSAM */
}
.t4-breadcrumb {
    border-bottom: 1px solid #f3f3f3; /* IMMER UNTEREM BREADCRUMB*/
    background: #f7f7f570;
}

.modulnachoben  {
    margin-top:-170px;  /* SECTION-1 SUCHMODUL STARTSEITE */
}

blockquote {
    margin: 2rem 17% 1rem 17%;
    font-family: "Montserrat-Light", "Montserrat-Regular";
    font-size: 1.6rem;
    line-height: 1.60;
    color: inherit !important;
}

@media (max-width: 1.399px) {
blockquote {
    margin: 2rem 10% 1rem 10%;
    font-family: "Montserrat-Light", "Montserrat-Regular";
    font-size: 1.4rem;
    line-height: 1.3;
}
  }

@media (max-width: 900px) {
blockquote {
    margin: 1rem 8% 1rem 8%;
    font-size: 1.3rem;
      line-height: 1.4;
}
}


@media (min-width: 1400px) {
.container, .t4-masthead .t4-masthead-detail, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1420px;  /* MAX FÜR MODULE ETC 1569px */
}
    }


@media (min-width: 1400px) {
.container-xxl {
    max-width: 90%; /* BREITE NUTZEN STATT 1568px - MODUL FLOATING */;
}
    }

#t4-header + .t4-breadcrumb {
    padding-top: 0.3rem!important; 
    font-size:0.8rem;
    border-bottom: 1px solid #f2f2f2;

}
.mod-breadcrumbs li {
    color: var(--headings-color);
    opacity: 0.6;
}

@media (min-width: 992px) {
    .col-lg-5 {
        width: auto;  /* CONTENTBEREICH ZU SCHMAL BEI GEWISSER GRÖSSE - width: 41.66667%; */
    }
}

.item-page {
    max-width: 1114px; /* 1014px;  MAX BREITE ARTIKEL */
    margin: auto;
}

.t4-main-body {
    padding-top: 2.0rem;
    padding-bottom: 4rem;
}
@media (min-width: 1200px) {
.t4-main-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
    }

/* JOOMLA BLOG */

.blog .item-intro p, .blog-featured .item-intro p {
    margin-bottom: 2rem;
}
p.readmore .btn {
    background-color: rgb(255 255 255);
    padding: 0.85rem 1.5rem;
  text-transform: uppercase;
    font-size: 0.9rem;
}
p.readmore .btn:hover {
    background-color: rgb(255 255 255);
    font-size: 0.9rem;
    color: inherit;
    opacity: 0.7;
}


.t4-masthead + .t4-main-body {
    padding-top: 4rem !important;
}

@media (max-width: 575.98px) {
.t4-masthead + .t4-main-body {
    padding-top: 2.5rem !important;
}
}
@media (max-width: 575.98px) {
.t4-main-body {
    padding-top: 2.0rem;
    padding-bottom: 1rem;
}
}

.ja-masthead {
    /* background-size: 800px;  HGBILD AUSBLENDEN */
   min-height:500px !important; 
    /*    max-height: 900px !important; */
}
.ja-masthead:before {
    background: #333;
    background: linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,1.0) 50%, rgba(0,0,0,1.0) 100%); 
    opacity: 0.25; 
}
.ja-masthead .ja-masthead-detail {
    padding: 19rem 1rem 3rem;
}
.ja-masthead .ja-masthead-detail .ja-masthead-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    text-transform: none;
    color: #91c9cf !important;
    font-family: "Montserrat-Regular";
    letter-spacing: 0;
}

@media (max-width: 575.98px) {
.ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 2.3em;
}
}

.ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-size: 1.25rem;
    margin-top: 1rem;
    /* color: #ffffffbd; MASTHEAD BESCHREIBUNG */
}

/* ECKDATEN DER UNTERKÜNFTE HERVORHEBEN IN EINLEITUNG*/
.bg-secondary {
    background-color: #fff !important;
    display: inline-flex;
    font-family: 'Montserrat-Regular';
    padding: 8px 16px 8px 20px;
    color: #333;
    align-items: center;
    font-size: 1.0rem;
    border: 1px solid #333;
}

/* EXTRA - PROBLEM BEIM SPEICHERN MIT T4 MODUL HGFARBEN */

  #t4-meinfooter {
    background: #e9e4d782 !important;
}
  #t4-meinfooter {
    color: var(--body-color) !important;
}
  #t4-meinfooter .module-title {
    color: var(--body-color) !important;
}

#t4-section-4 {
    background: var(-palette-gray) !important;
}

.t4-palette-grey a {
    color: var(--body-link-color) !important;
}


/* #t4-section-1 {
    background: var(--color-secondary) !important;
}  */

/* MODULE Z.B. GALERIEN IM CONTENT FULLWIDTH MACHEN */ 

.fullwidth {  
margin-left: calc(-50vw + 50% + 5px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 10px);
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
    background: #65796a ;
}
@media (max-width: 900px) {
  .fullwidth {  
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
}
@media (max-width: 575.98px) {
    .fullwidth {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}

.fullwidth-dunkel {  
margin-left: calc(-50vw + 50% + 5px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 10px);
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: #768d6f; /* var(--color-secondary);*/
  color: #ffffff;
}
.fullwidth-dunkel .h1 {
  color: #fff;
 } 

@media (max-width: 900px) {
  .fullwidth-dunkel {  
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
}

p {
    margin-top: 0;
    margin-bottom: 1.2rem; /* GENERELL*/
}
@media (max-width: 575.98px) {  
    p {
    margin-top: 0;
    margin-bottom: 0.4rem;  /* SMARTPHONE */
}
  }
  
.item-page .share-social + .item-image {
    margin-top: 5rem;  /* HAUPTBILD ZUM TITEL */
}
.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    margin-bottom: 1rem;
    text-transform: none;
}

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    font-weight: inherit;
    display: flex;
    justify-content: center !important;
    margin-bottom: 4rem;
    color: var(--color-primary);
    font-size: 1.1rem;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.item-page .page-header h1, .item-page .page-header .h1 {  /* SEITENTITEL EXTRA FORMATIERT */
    font-size: 1.2rem;
    font-family: "Montserrat-Medium";
    color: #549d3f;
    text-transform: uppercase;
    letter-spacing: 4px;
    /* background-color: #333; */
    width: fit-content;
    /* padding: 5px 24px 8px 24px;*/
}

@media (max-width: 575.98px) {
.item-page .page-header h1, .item-page .page-header .h1 {  /* SEITENTITEL EXTRA SMARTHONES */
    font-size: 1.2rem;
    padding: 5px 24px 8px 24px; /* ABSTAND HGFARBE TITEL */
}
}

/* .item-page .page-header h1:before {  EXTRA BEFORE LINIE ÜBERM SEITENTITEL 
    content: "—";
    font-size: inherit;
    color: var(--color-primary);
    display: block;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 4rem;
    font-weight: 700;
}*/

/*  .item-page [itemprop="articleBody"]:before {   EXTRA BEFORE LINIE ÜBERM ARTIKEL
    content: "—";
    font-size: 4rem;
    color: var(--color-secondary);
    display: block;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
}*/

.item-page .page-header {
    max-width: none; /* TITEL UNBESCHRÄNKT*/
    text-align: -webkit-center; /* TITEL ZENTRIERT */
}
@media (max-width: 575.98px) {
.item-page [itemprop="articleBody"] {   
    margin-top: 4rem !important; /* ABSTÄNDE CONTENT ZUM ARTIKELTITEL */
    margin-bottom: 3rem;
}
}

.item-page [itemprop="articleBody"] {
    margin-top: 7rem;
    margin-bottom: 4rem;
}

.item-page ul.tags {
    margin-bottom: 3.5rem;  /* TAG ZUM CONTENT */
    display: flex;
    justify-content: flex-start; /* TAGS NACH LINKS */
}


figure figcaption {  /* BILDINFO */
    background-color: #fff;
    color: #777;
    font-size: 0.725rem;
    letter-spacing: 0.0px;
    padding: 0.7rem 0.5rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.0);
}
#back-to-top {
    background-color: #202d39;
    border: 0px solid rgba(255, 255, 255, 0.3);
}

.view-classes-layout.layout-2 .classes-info-mod {
    top: 6rem;  /* 2rem  STICKY MODUL ABSTAND NACH OBEN */
}

.view-classes-layout .has-btn-link .link-heading {  /* CLASSES STIL STARTSEITE */
    font-size: 2.0rem;
}

li::marker {
    color: var(--color-primary);
}

.fa-arrow-right:before {
    content: "\f061";
    padding-right: 8px;  /* PFEIL BEI BUTTONS*/
}

/* .fa-ul {
    content: "fas fa-check-square";
}
*/
:root {
    --heading-font-family-2: 'Montserrat-SemiBold'; /* EXTRA FETTERE HEADLINE */
}

.wf-columns {  /* JCE SPALETEN */)
    display: flex;
    gap: 1.5rem;
}
.wf-columns-gap-large {
    gap: 2.2rem;
}



@media (max-width: 960px) {
.wf-columns-stack-large, .wf-columns-stack-medium, .wf-columns-stack-small, .wf-columns-stack-xlarge {
    flex-wrap: wrap;
    margin-bottom: 1.4rem;  /* EXTRA STAPE ABSTAND SMARTPHONE */
    }
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    word-spacing: 1px;
    letter-spacing: 0px;
      color: var(--color-secondary); /* EXTRA NUR FÜR JCE EDITORANSICHT*/
}
@media (max-width: 575.98px) {
h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
  }

h1, .h1 {
    font-size: var(--h1-font-size);
    /* text-transform: uppercase; */
    font-family: 'Montserrat-SemiBold', "Montserrat-SemiBold";
    letter-spacing: 0.0px !important;
  color: #222222; /* var(--color-primary); */
}

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 1.4rem;
        margin-bottom: 0.5rem;

}
}

h2, .h2 {
    font-size: var(--h2-font-size);
    font-family: 'Montserrat-SemiBold';
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 1.4rem;

}
}

h3, .h3 {
    font-size: var(--h3-font-size);
    font-family: 'Montserrat-SemiBold';
      margin-top: 1rem;
}

@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 1.2rem;

}
}
@media (max-width: 575.98px) {
:root {
    --h1-font-size: 30px;
}
}

h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  font-family: 'Montserrat-SemiBold';
}

@media (max-width: 575.98px) {
:root {
    --h4-font-size: 25px;
    --h5-font-size: 20px;
}
}

ol, ul {
    padding-left: 0.8rem;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: var(--color-primary);
}

.item-page .blockquote, .item-page blockquote { /* BLOCKQUOTE  */
    background: none;
    background: #549d3f;
    color: #fff !important;
    padding: 0.5rem 2rem 2rem 2rem;
    position: relative;
    font-size: 1.22rem !important;
    margin: 2rem 0;
    /* border: 0px solid #369aab; */
    font-family: "Montserrat-Light";
    /* border-radius: 0.6rem; */
}
.item-page .blockquote:before, .item-page blockquote:before {  /* BLOCKQUOTE SYMBOL */
    content: "\f10d"; 
    display: inline-block;
    padding-right: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0px;
    color: #fff;
    opacity: 0.3;
    margin-top: -30px;
}

em {
    color: inherit !important;
}

b, strong {
    font-weight: inherit;
    font-family: "Montserrat-SemiBold", 'Montserrat-SemiBold';
}

.btn, .blog-list .item-readmore a {
    --t4-btn-padding-x: 1.4rem;
    --t4-btn-padding-y: 0.7rem;
    --t4-btn-font-family: "Montserrat-Medium", 'Montserrat-Regular';
    --t4-btn-font-size: 0.92rem;
    --t4-btn-font-weight: inherit;
    --t4-btn-line-height: 1.3;
    --t4-btn-border-radius: 0px;
     margin-right: 1rem; /* ABSTÄNDE WICHTIG BEI UMBRUCH */
     margin-top: 1rem; /* ABSTÄNDE WICHTIG BEI UMBRUCH */
}

@media (max-width: 575.98px) { 
  .btn, .blog-list .item-readmore a {
      --t4-btn-font-size: 0.80rem !important;
    }
  }


thead, tbody, tfoot, tr, td, th {
    border-width: 0;
    border-bottom: 1px solid #444444 !important; /* GENERELL LINIE */
}

.btn:hover, .btn:active {
    opacity: 0.85;
}

.btn.btn-primary:after {
    color: var(--color-primary);
    content: "\f061"; /* PFEIL */
}


.btn.btn-primary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #ffffff;
}


.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #ffffff !important;
  opacity: 0.85;
}


.btn.btn-breit {  /* SCHWARZE KONTUR*/
  border-color: var(--t4-body-color) !important;
  color: var(--t4-body-color) !important;
}
.btn.btn-breit:hover {
  background-color: var(--t4-body-color) !important;
  color: #fff !important;
}
.btn.btn-schmal {  /* SCHWARZE KONTUR*/
  border-color: var(--t4-body-color) !important;
  color: var(--t4-body-color) !important;
}
.btn.btn-schmal:hover {
  background-color: var(--t4-body-color) !important;
  color: #fff !important;
}


table { /* TABELLE GENERELL*/
    caption-side: bottom;
    border-collapse: collapse;
    border: 0px solid #eef2f1;
    background: #f3f3f14d; /* ZB VERGLEICHSLISTE FWRE */
    font-size: 0.95rem;
} 
@media (max-width: 575.98px) {
table { /* TABELLE SMARTPHONES*/
    font-size: 0.68rem;
} 
  } 

@media (max-width: 575.98px) {
td {
        padding: 2px;
}
  }

.bg-primary {
    background-color: var(--color-primary) !important;
    padding-left: 0.35rem;  /* TEXT MIT HG FARBE */
    padding-right: 0.35rem;
}

.mod-title-wrap .section-title {  /* MODUTITEL */
    font-family: var(--heading-font-family);
    font-size: 1.75rem;
    color: var(--color-secondary);
    text-transform: uppercase;
    word-spacing: 0.4em;
    letter-spacing: 0px;
    /* background-color: #333; */
    /* width: fit-content; */
    /* padding: 5px 24px 8px 24px; */
}

@media (max-width: 575.98px) {
.mod-title-wrap .section-title {
    font-size: 1.5rem;
}
}

.mod-title-wrap {
    max-width: 650px;
    text-align: -webkit-center;
}

.modulklasse1:first-child {
    margin-top: 7rem !important;  /* SIDEBAR-R NACH UNTEN */
}

.wf-icon-zoom-image {  /* JCE UOOM ICON */
    left: -48%;
    top: -5%;
}

@media (min-width: 1200px) {
.t4-footnav .col-12:first-child {
    padding-left: 4rem;  /* FOOTNAV MODUL ERSTES */
}
}

/* HOTEL WIDGETKITKLASSSEN */

.wk-scope  {
/* max-width: 90%; */
}
.wk-scope .wk-card-default {
    color: var(--color-secondary) !important; 
    font-family: 'Montserrat-Regular' !important; 
}
.wk-scope .wk-button-default {
    background-color: var(--color-secondary) !important; 
    color: #ffffff !important; 
    border: 1px solid var(--color-secondary) !important;  /* WEISSE BUTTONS MIT TEXT */
}
.wk-scope .wk-button-default:hover {
    opacity: 0.8 !important;
}
.wk-scope .wk-button {
    font-size: 15px !important;
    font-family: 'Montserrat-Regular' !important;
}

.wk-scope .wk-h3, .wk-scope h3 {
    font-size: 24px !important; 
    line-height: 1.4 !important; 
    font-family: 'Montserrat-Regular' !important; 
}

.wk-scope .wk-slider-container-offset {
    margin: -11px -10px -39px -10px !important;  /* SCROLLBALKEN ODER WEISSEN RAND BEI SLIDER AM SMARTPHONE VERMEIDEN */
    padding: 11px 25px 39px 25px;
}

.wk-scope .wk-subnav>*>:first-child {
    margin-bottom: 14px; /* ABSTAND FILTER  */
}

.wk-scope .wk-subnav-pill>.wk-active>a {
    background-color: var(--color-secondary) !important;
    color: #fff !important; 
}

.wk-scope .wk-card-secondary {
    --wk-inverse: light;
    background-color: var(--color-secondary) !important; /* SLIDER HG SECONDARY */
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.wk-scope .wk-subnav-pill>*>:first-child {
    padding: 5px 10px;
    background: #ffffff !important;  /* FILTER BUTTONS */
    color: var(--color-secondary) !important; 
    font-family: "Montserrat-Regular";
    font-size: 15px !important;
}
@media (min-width: 1200px) {
    .wk-scope .wk-card-body {
        padding: 36px 36px !important;
    }
}
.widgetkitklasse02 .wk-link, .widgetkitklasse02 a {
    color: #ffffff !important; /* var(--color-secondary) */
    font-family: 'Montserrat-Medium', "Montserrat-Medium", 'Montserrat-Regular';  !important;  /* HEADLINE */
    text-decoration: none;
    cursor: pointer;
  margin-top: 2rem !important;
}

@media (max-width: 1199px) {
.widgetkitklasse02 .wk-link-reset a, .widgetkitklasse02 a.wk-link-reset {
    text-decoration: none !important;
    font-size: 1.5rem !important;
    font-family: 'Montserrat-Regular' !important;  /* HEADLINE */
  color: #ffffff !important;
}
  }

@media (min-width: 1200px) {
.widgetkitklasse02 .wk-link-reset a, .widgetkitklasse02 a.wk-link-reset {
    text-decoration: none !important;
    font-size: 2.5rem !important;
    font-family: 'Montserrat-Regular';  /* HEADLINE */
  color: #ffffff !important;
}
  }

.widgetkitklasse02  .wk-grid+.wk-grid-collapse, .widgetkitklasse02 .wk-grid+.wk-grid-row-collapse, .widgetkitklasse02 .wk-grid-collapse>.wk-grid-margin, .widgetkitklasse02 .wk-grid-row-collapse>.wk-grid-margin {
    margin-top: 0;
    background: #242933 !important;
    color: #ffffff !important;
  font-size: 1.0rem;  /* FLIESSTEXT */
}

@media (min-width: 1200px) {
.widgetkitklasse02  .wk-grid+.wk-grid-collapse, .widgetkitklasse02 .wk-grid+.wk-grid-row-collapse, .widgetkitklasse02 .wk-grid-collapse>.wk-grid-margin, .widgetkitklasse02 .wk-grid-row-collapse>.wk-grid-margin {
    background: #242933 !important;
    color: #ffffff!important;
  font-size: 1.2rem;  /* FLIESSTEXT */
}
  }

.widgetkitklasse02 .wk-grid {
    background: #242933 !important; /* HG  */
      color: #ffffff!important;
}

@media (min-width: 1200px) {
.widgetkitklasse02 .wk-padding {
        padding: 150px  !important; /* MEHR ABSTAND */
    }
}

.widgetkitklasse02 .wk-button-default {
    background-color: transparent;
    color: #ffffff !important; /* BUTTON */
    font-size: 0.8rem !important;
    border: 1px solid #ffffff !important;
}
.widgetkitklasse02 .wk-link-reset a, .widgetkitklasse02 a.wk-link-reset {
    color: #ffffff !important; /* HEADLINE */
    text-decoration: none !important;
}


/* EINLEITUNGSBILDER JOOMLA ARTIKEL - CROP ERZWINGEN FÜR BEST. ASPECT RATIO IN WIDGETKIT GRIDSTACK
FUNKTIONIERT NUR WENN: WENN KEINE BILDGRÖSSE, KEIN OVERLAY EINGESTELLT*/
.widgetkitklasse02 > div > div > img {
width: 100%;
aspect-ratio: 2 / 1.3;  /* SEITENVERHÄLTNIS FIXIEREN */
object-fit: cover;
}

@media (max-width: 2000px) {  /* BEI TABLETS CROP ERZWINGEN FÜR BEST. ASPECT RATIO  */
.widgetkitklasse02 > div > div > img {
width: 100%;
aspect-ratio: 1 / 1.0; /* SEITENVERHÄLTNIS FIXIEREN */
object-fit: cover;
}
  }

  @media (max-width: 2000px) {  /* BEI TABLETS CROP ERZWINGEN FÜR BEST. ASPECT RATIO */
.widgetkitklasse02 > div > div > img {
width: 100%;
aspect-ratio: 1 / 1.0; /* SEITENVERHÄLTNIS FIXIEREN */
object-fit: cover;
}
    }
    
@media (max-width: 960px) {  /* BEI SMARTPHONES BILD TEXT UNTEREINANDER */
.widgetkitklasse02 > div > div > img {
width: 100%;
aspect-ratio: 3 / 1.8; /* SEITENVERHÄLTNIS FIXIEREN */
object-fit: cover;
}
}
.widgetkitklasse02 .uk-grid {
    background: #65796a !important; /* HG TEXTBEREICH */
  color: #ffffff;  !important;
}

@media (min-width: 1200px) {
    .widgetkitklasse02 .uk-padding {
        padding: 12% !important;
    }
}

.uk-scope .uk-button-primary {  /* BUTTONS LARGE*/
    background-color: var(--color-secondary) !important;
    color: #fff !important;
    border: 1px solid transparent;
    font-size: 16px !important;
    font-family: 'Montserrat-Medium';
}

.wk-scope .wk-subnav-pill>*>:first-child {
    padding: 8px 14px !important;
    background: 0 0;
    color: var(--color-secondary) !important; 
    background: #ffffff !important;  /* GRID - TAGS AUSWAHL */
    font-size: 15px !important;
}
.wk-scope .wk-subnav-pill>.wk-active>a {
    background-color: var(--color-secondary) !important;
    color: #fff !important;  /* GRID - TAGS AUSWAHL */
    font-size: 15px !important;
}
.wk-scope .wk-subnav {
    padding-bottom: 20px !important;
}

.widgetkitklasse03 .wk-h3, .widgetkitklasse03 h3 {
    font-size: 24px;
    line-height: 1.4;
    font-family: "Montserrat-Regular" !important;
    color: #fff;
  padding-top: 0.8rem !important;
}

/* BEGINN - EINLEITUNGSBILDER "YOOTHEME GRID" - CROP ERZWINGEN FÜR BEST. ASPECT RATIO */
.widgetkitklasse03 .wk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.widgetkitklasse03 .wk-transition-opaque {
    opacity: 1;
    width: 100%; 
    aspect-ratio: 3 / 2;
    object-fit: cover; 
}

.widgetkitklasse03 .uk-button-primary {
    background-color: var(--color-secondary) !important;  /* BUTTON AUCH FÄRBEN */
    color: #fff !important; 
    border: 1px solid transparent !important; 
}
.widgetkitklasse03 .uk-button-primary:hover {
    opacity: 0.8 !important;
}

/* BEGINN - EINLEITUNGSBILDER "YOOTHEME SLIDESET" - CROP ERZWINGEN FÜR BEST. ASPECT RATIO */

.widgetkitklasse04 img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    width: 100% 434.333px !important;
    aspect-ratio: 3 / 2 !important;
    object-fit: cover;
}
.widgetkitklasse04 .uk-button-primary {
    background-color: var(--color-secondary) !important;  /* BUTTON AUCH FÄRBEN */
    color: #fff !important; 
    border: 1px solid transparent !important; 
}
.widgetkitklasse04 .uk-button-primary:hover {
    opacity: 0.8 !important;
}
.widgetkitklasse04 .uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 16px !important;
}



  /* BEGINN YOOTHEME SLIDESET - OHNE ABSTÄNDE - WENN SLIDESETS GANZE BREITE */
@media (min-width: 700px) {
.widgetkitklasse05 .uk-grid>* {
        padding-left: 0px !important;
    }
}



/* BEGINN POPOVER ANLAGE */

.widgetkitklasse06 .uk-icon>* {
    transform: translate(0, 0);
    width: 40px !important; 
    height: 40px !important;  /* GROSSE KREISE */
}

.widgetkitklasse06 .uk-dotnav>*>* {
      border: 1px solid rgba(255, 255, 255, .4) !important;   /* DOTNAV LEERE KREISE */
 }
.widgetkitklasse06 .uk-dotnav>.uk-active>* {
    background-color: rgba(255, 255, 255, .4) !important;  /* DOTNAV AKTUELL */
}
.widgetkitklasse06 .uk-dotnav>* {
    flex: none;
    padding-left: 22px !important;
}
.widgetkitklasse06 .uk-dotnav>*>* {
    width: 20px !important;
    height: 20px !important;
}

.widgetkitklasse07 img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}

/* URLAUBSPAKETE - GRIDSTACK */

.widgetkitklasse08 * {    
    background: #fff !important; /* HG WEISS */
    text-align: left !important; 
}



/* WIDGETKIT GENERELL */




@media (min-width: 1200px) {
    .uk-scope .uk-card-body {
        padding: 40px 34px !important;
    }
}

@media (max-width: 1199px) {
.uk-scope .uk-h2, .uk-scope h2 {
    font-size: 24px !important;
    line-height: 1.3;
    font-family: 'Montserrat-SemiBold' !important;
    }
}


@media (min-width: 1200px) {
    .uk-scope .uk-h2, .uk-scope h2 { 
        font-size: 30px !important;
        font-family: 'Montserrat-SemiBold' !important;
    }
}
@media (min-width: 1200px) {
    .widgetkitklasse02 .h2 {  /* NUR BEI klasse02 */
        font-size: 2.1rem !important;
      color: var(--color-primary) !important;
    }
   }

@media (min-width: 960px) {
    .uk-scope .uk-h1, .uk-scope h1 {
        font-size: 42px !important;
        color: #ffffff /*var(--color-primary)*/ !important;
        font-family: 'Montserrat-Medium' !important;
    }
}
@media (max-width: 960px) {
    .widgetkitklasse02 .uk-h1, .widgetkitklasse02 h1 {
        font-size: 26px !important;
        color: #ffffff !important;
        font-family: 'Montserrat-Medium' !important;
    }
}

@media (max-width: 960px) {  /* BUTTON LARGE SMARTPHONES */
.uk-scope .uk-button-large {
    padding: 0 30px !important;
    line-height: 43px !important;
    font-size: 15px !important;
  }
}

.uk-scope b, .uk-scope strong {
    font-weight: inherit !important;
}

.uk-scope .uk-link, .uk-scope a {
    color: var(--color-primary) !important; 
}

.uk-scope .uk-card-default {
    --uk-inverse: dark;
    background-color: #fff;
    color: var(--color-secondary) !important; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.wk-scope .wk-button-primary {
    background-color: var(--color-secondary) !important; 
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px !important;
}
.uk-scope .uk-button-primary {
    background-color: var(--color-secondary) !important; 
    color: #fff;
    border: 1px solid transparent;
}
.uk-scope .uk-button-primary:hover {
    opacity: 0.85;
}

.uk-scope .uk-h3, .uk-scope h3 {
    font-size: 26px !important; 
    line-height: 1.4 !important; 
    font-family: 'Montserrat-SemiBold' !important; 
  color: #222222 !important;
}

@media (max-width: 575.98px) {
.uk-scope .uk-h3, .uk-scope h3 {
    font-size: 24px !important; 
}
  }

  
.uk-scope .uk-subnav-pill>.uk-active>a {
    background-color: var(--color-primary) !important; /* FILTERNAV HG */
    color: #fff !important; 
}
.uk-scope .uk-subnav>*>:first-child {  /* FILTERNAV TEXT */
    column-gap: .25em !important; 
    color: #333 !important; 
    font-size: 17px !important; 
    text-transform: uppercase !important; 
  font-family: 'Montserrat-SemiBold';
}

@media (max-width: 575.98px) {
.uk-scope .uk-subnav>*>:first-child {  /* FILTERNAV TEXT */
    font-size: 0.75rem !important; 
      column-gap: .18em !important; 
  }
}

.uk-scope .uk-slider-container-offset {
    margin: 0 0 0 0 !important;  /* MANCHMAL SCROLLBALKEN VERHINDERN */
}

@media (min-width: 1600px) {
.uk-scope .uk-slider-container-offset {
    margin: 0 -24px 0 0 !important; /* SLIDESET RECHTS OHNE ABSTAND */
    }
}

.widgetkitklasse2 a {
    color: var(--body-link-color) !important;
    text-decoration: none;
    cursor: pointer;
}

.widgetkitklasse04 .wk-margin-large {
    margin-bottom: 40px;
    background-color: #f2f2f2 !important;
}




.modulklasse2 {
    padding-top: 3rem;  /* EIGENER FOOTER - ALLE FOOTNAV MODULE */
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 3rem;
}
@media (max-width: 575.98px) {
.modulklasse2 {
    padding-top: 2rem;  /* EIGENER FOOTER - ALLE FOOTNAV MODULE */
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}
}


.modulklasse2 .module-title {
    color: #141b23;
    font-size: 1.4rem; /* TITEL GRÖSSE */
    text-transform: none !important;
}

.uk-scope .uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 17px;
}

/* TAGS */

.com-tags-tag.tag-category ul.list-group li.list-group-item {
    background: none;  /*var(--bg-item-1); */
    border-color: var(--border-color);
    padding-left: 0.75rem;
}

.t4-module .nav li a, .t4-card .nav li a, .moduletable .nav li a, .module_menu .nav li a {
    padding: 0.1rem 0; /* MODUL MENU ITEMS */
}

/* JA BLOG LAYOUT */

@media (max-width: 991.98px) {
.items-leading .blog-item-content .item-content {
    width: 100%;
    padding-left: 2rem;
}
}

.klasseohneabstand {
    margin-left: -49px !important; /* ABSTAND T4-GUTTER ENTFERNEN*/
    margin-right: -49px !important;
}


/* SMILE PACK GALERIE SLIDER GLEICHES SEITENVERHÄLTNIS */

/* SMILE GALERIE SLIDER - EIGENE KLASSE - CROP - PASSEND ZU SPALTENLAYOUT*/

@media screen and (max-width: 639.99px) {
.smilegalerie01 .nrf-widget.tf-slideshow-wrapper {
    width: 100% !important;
    aspect-ratio: 3.0 / 2.0 !important;
    object-fit: cover !important;
    max-width: 620px !important; /* TABLET */
}
  }

@media screen and (min-width: 640px) {
.smilegalerie01 .nrf-widget.tf-slideshow-wrapper {
    width: 100% !important;
    aspect-ratio: 3.0 / 2.0 !important;
    object-fit: cover !important;
    max-width: 640px !important; /* TABLET */
}
  }

@media screen and (min-width: 1200px) {
.smilegalerie01 .nrf-widget.tf-slideshow-wrapper {
    width: 100% !important;
    aspect-ratio: 1.0 / 1.0 !important;
    object-fit: cover !important;
    max-width: 550px !important; /* DESKTOP */
}
  }

@media screen and (min-width: 1399px) {
.smilegalerie01 .nrf-widget.tf-slideshow-wrapper {
    width: 100% !important;
    aspect-ratio: 1.0 / 1.0 !important;
    object-fit: cover !important;
    max-width: 650px !important; /* DESKTOP */
}
  }

.smilegalerie01 .nrf-widget.tf-slideshow-wrapper {
    width: 100%;
    aspect-ratio: 16.0 / 10.0;
    object-fit: cover;
    max-width: 650px; /* GENERELL ALLES >1400px */
}

.moduletable {  /* NUR WEGEN HTML5 SETTING IM GALERIEMODUL */
    border: 0px solid #181717;
    padding: 0rem;
    border-radius: 0;
    margin: 0rem auto;
}

/* NORMALE SMILE GALERIE SLIDER - KEINE EXTRA KLASSE */

.nrf-widget.tf-slideshow-wrapper { /* EXRA  - FUNT BEI 1-SPALTIGEM SLIDER */
width: 100%;
/*  aspect-ratio: 16.0 / 9.0;  SEITENVERHÄLTNIS ALLE BILDER FIXIEREN - AUCH WENN HOCHFORMATE DABEI SIND */
object-fit: cover;
}

@media screen and (max-width: 575px) { /* EXRA  - FUNT BEI 1-SPALTIGEM SLIDER */
.nrf-widget.tf-slideshow-wrapper {
    width: 100%;
    aspect-ratio: 3 / 2.0; /* SEITENVERHÄLTNIS NUR SMARTPHONES*/
    object-fit: cover;
  }
}

/* BEI 2-SPALTIGEM SMILE SLIDER ZUSÄTZLICH NÖTIG:*/
.nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 16 / 10.0;
    object-fit: cover;
}

/* SMILE GALERIE PARTNERLOGOS */
.nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; /* BILD PASSEND cover */
}



/* JA ACMODULE ::::::::::::*/

.acm-hero.style-3 .description {
    font-size: 1.0rem;
}
.acm-features.style-3 .info-wrap {
    padding: 3.5rem 0.2rem 3.3rem 4rem;  /* WERTE ABSTÄNDE UM TEXT */
}


.view-classes-layout .article-content {
    padding: 4rem 3rem 2.5rem 3rem;  /* CLASSES STIL HOME */
}
@media (max-width: 575.98px) {
.view-classes-layout .article-content {
    padding: 2.7rem 2rem 2rem 2rem;  /* CLASSES STIL HOME */
}
}

.bg-dark, .module-dark {
    /* background-color: inherit !important; */
}
.acm-features.style-1 h3, .acm-features.style-1 .h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;  /* HAEDLINES MIT ICONS STARTSEITE */
}



/* DROPFILES */
.dropfiles-content-default[data-category="20"] .file .downloadlink, .dropfiles-content-default[data-category="20"] .download-all, .dropfiles-content-default[data-category="20"] .download-selected {
    font-size: 16px !important;
    padding: 8px 15px !important;
    height: 38px !important;
    line-height: 22px !important;
}

.dropfiles-content .dropfiles-categories h2 {  /* HEADLINE KATEGORIENAME */
    line-height: 1.3 !important;
    color: var(--color-secondary) !important;
    text-transform: uppercase;
    font-size: 1.80em !important;
    padding: 25px 10px 15px 5px !important;
}
.dropfiles-content.dropfiles-content-default .dropfiles-container-default .dropfiles_list h3 a { /* HEADLINE FILENAME */
    font-weight: inherit !important;
    color: var(--color-secondary) !important;
    text-transform: none !important;
    vertical-align: text-top;
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
}
.dropfiles-content.dropfiles-content-default .dropfiles-container-default .dropfiles_list .file .file-xinfo {
    margin-left: 65px;
    text-transform: none;
    overflow: hidden;
    font-size: 1.25em !important;
    line-height: 1.25 !important;
    color: #777 !important;
    padding: 20px 0 0 25px !important;
}

/* MYMAPS KOMPONENTE ..............*/
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { 
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10; /* OPENMAPS EXTRA*/
}
.resultmymap.mymap.mymap-inverse, .resultmymap.mymap.mymap-info.direction_mml, .mytool .mymap.mymap-inverse.resultmymap, .mytool .mymap.mymap-inverse.resultmymap:hover, .resultmymap.mymap.mymap-inverse.contact-btn, .resultmymap.mymap.mymap-inverse.contact-btn:hover {
    visibility: hidden; /* Details im Popup ausblenden */
}
span.routeicon, span.detailsicon, span.routeicon, span.contacticon {
    visibility: hidden; /* Infoicon im Popup ausblenden */
}
.leaflet-container {
    font: 15px/1.2 "Rubik-Regular", Arial, Helvetica, sans-serif;
    z-index: 1; /* OPENMAPS EXTRA*/
}
.leaflet-popup-content {
    margin: 16px 14px;
    line-height: 1.4;
}

/* SMILE PACK GALERIE-SLDIER */

.glightbox-container .gslide-description .gdesc-inner .gslide-desc {
    font-size: 1.3rem; /* LIGHTBOX BESCHREIBUNG*/
    margin: 0;
    color: #ddd;
}



*/ FÜR JCE */
.wf-mediabox-theme-shadow .wf-mediabox-container {
    border: 0px solid #666666 !important; /* OHNE RAND*/
    border-radius: 0;
    padding: 0;
      background-color: #ffffff00 !important; /* TRANSP*/
}
.wf-mediabox-container {
    background-color: #ffffff00 !important;  /* TRANSP*/
    border-radius: .25em;
    padding: .5em;
      border: 0px solid #666666 !important; /* OHNE RAND*/
}
.wf-mediabox-theme-shadow .wf-mediabox-close:after {
    content: "\00d7";
    line-height: 3rem;
    font-size: 3.75em;
}
.wf-mediabox-close, .wf-mediabox-prev, .wf-mediabox-next {
    height: 3em;
    width: 2em;
}

/* ABCK TO TOP */
@media (max-width: 575.98px) {
    #back-to-top {
        right: 0.5rem;
        height: 2rem;
        width: 2rem;
        bottom: 0rem;
    }
}

/* SEEKDA KUBE INTEGRATION */

.kbe-card {
    border: 1px solid rgba(0, 0, 0, .0) !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 4px 16px rgba(0, 0, 0, .1) !important;
    font-size: 17px !important;
}
.kbe-room-card .kbe-room-card-image img {
    border-radius: 3px !important;
}
.kbe-card-title {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    font-size: 1.4rem !important;
}

.kbe-card-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px !important;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 1rem !important;
    font-weight: normal !important;
    min-height: 1rem;
    padding: 10px 12px !important;
    transition: all .2s;
    width: 100%;
    background: var(--color-secondary) !important;
    color: #ffffff !important;
}
.bf-button.bf-button-transparent {
    color: var(--color-primary) !important;
}
.bf-button.bf-button-size-small {
    font-size: 14px !important;
    padding: 7.5px 20px !important;
}

