/* JA BOXING - eva-tech.at */


/* EXTRA FONTS VOM EIGENEN SERVER */

@font-face{  
    font-family: "Barlow-Light";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow/Barlow-Light.ttf');
}
@import url('../fonts/barlow/Barlow-Light.ttf');

@font-face{  
    font-family: "Barlow-Regular";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow/Barlow-Regular.ttf');
}
@import url('../fonts/barlow/Barlow-Regular.ttf');

@font-face{  
    font-family: "Barlow-Italic";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow/Barlow-Italic.ttf');
}
@import url('../fonts/barlow/Barlow-Italic.ttf');

@font-face{  
    font-family: "Barlow-SemiBold";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow/Barlow-SemiBold.ttf');
}
@import url('../fonts/barlow/Barlow-SemiBold.ttf');

@font-face{  
    font-family: "Barlow-Bold";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow/Barlow-Bold.ttf');
}
@import url('../fonts/barlow/Barlow-Bold.ttf');


@font-face{  
    font-family: "BarlowCondensed-Regular";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow_condensed/BarlowCondensed-Regular.ttf');
}
@import url('../fonts/barlow_condensed/BarlowCondensed-Regular.ttf');

@font-face{  
    font-family: "BarlowCondensed-SemiBold";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow_condensed/BarlowCondensed-SemiBold.ttf');
}
@import url('../fonts/barlow_condensed/BarlowCondensed-SemiBold.ttf');

@font-face{  
    font-family: "BarlowCondensed-Medium";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow_condensed/BarlowCondensed-Medium.ttf');
}
@import url('../fonts/barlow_condensed/BarlowCondensed-Medium.ttf');

@font-face{  
    font-family: "BarlowCondensed-Bold";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/barlow_condensed/BarlowCondensed-Bold.ttf');
}
@import url('../fonts/barlow_condensed/BarlowCondensed-Bold.ttf');


@font-face{  
    font-family: "NotoSans-Regular";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/noto_sans/NotoSans-Regular.ttf');
}
@import url('../fonts/noto_sans/NotoSans-Regular.ttf');

@font-face{  
    font-family: "NotoSans-Italic";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/noto_sans/NotoSans-Italic.ttf');
}
@import url('../fonts/noto_sans/NotoSans-Regular.ttf');

@font-face{  
    font-family: "NotoSans-Medium";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/noto_sans/NotoSans-Medium.ttf');
}
@import url('../fonts/noto_sans/NotoSans-Italic.ttf');

@font-face{  
    font-family: "NotoSans-SemiBold";
    src: url('https://www.eva-tech.at/templates/ja_boxing/fonts/noto_sans/NotoSans-SemiBold.ttf');
}
@import url('../fonts/noto_sans/NotoSans-SemiBold.ttf');




.not-at-top #t4-header.t4-sticky {  /* WENN NICHT OBEN - BEIM SCROLLEN NICHT TRANSPARENT */
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}




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: #333333;
    --mainnav-link-color: #333333;
    --bg-input: #eef2f1; /* FORMULARE INPUT BG */
    --bg-item-1: #eef2f1;
}

.light-active {
    /* --body-bg-color: #efefee; HG UNTERM MENU */
}
div.t4-header .header-block {
    /* background-color: #fff;  EXTRA */
}


/* MAINMENUE MIT EIGENER KLASSE / WENN HGBILD + MENUEHG TRANSP / z.B. WEISSES MENU AUF FARBIGEM SLIDER */

.menueklasse1 .t4-sticky .navbar-nav > li > .nav-link {
    color: #ffffff;   /* MENUTEXT BEIM SCROLLEN  */
}
.menueklasse1 .t4-sticky .navbar-nav > li > a:hover .item-caret:before, 
.menueklasse1 .t4-sticky .navbar-nav > li > a:focus .item-caret:before, 
.menueklasse1 .t4-sticky .navbar-nav > li > a:active .item-caret:before,
.menueklasse1 .t4-sticky .navbar-nav > li > .nav-link:hover .item-caret:before,
.menueklasse1 .t4-sticky .navbar-nav > li > .nav-link:focus .item-caret:hover,
.menueklasse1 .t4-sticky .navbar-nav > li > .nav-link:active .item-caret:focus {
      border-top-color: #6b8a87 !important; 
}

.menueklasse1 .dropdown-toggle .item-caret::before {
    border-top: 4px solid #6b8a87 !important; /* CARET OBEN UND BEIM SCROLLEN  */
}

.menueklasse1 #t4-header {  
    background: transparent;  /* HG HIER TRANSPARENT WENN NICHT GESCROLLT */
    /*  background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7008928571428572) 0%, rgba(255,255,255,0) 100%);  VERLAUF MÖGLICH */
    margin-bottom: -110px; /* MODUL DARUNTER ÜBERLAPPEN */
    border-bottom: 0px solid #f4f4f4; /* BORDER WEG */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.00); /* SHADOW WEG */
}

#t4-header {  /* NORMALER HEADER - NICHT .menueklasse1 */
    position: -webkit-sticky !important;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);  /* SCHATTEN */
    border-bottom: 1px solid #f4f4f4; /* BORDER */
}

/* MAINMENUE GENERELL */
.not-at-top..t4-sticky .navbar-nav > li > a, .navbar-nav > li > .nav-link {
    color: #333333;
}
.not-at-top .t4-sticky .navbar-nav > li > .nav-link {
    color: #333333 !important; /* BEIM SCROLLEN FÜR ALLE KLASSEN */
}


/* MAINMENU REGULÄR */
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: var(--mainnav-link-color);
    font-size: 0.86rem; /* MAINNAV */
    padding: 6px 1rem;
    height: 70px; /* 104px;  FLOATING ZU HOCH */
    line-height: 64px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

@media (max-width: 1490px) {
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: 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: 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: "Barlow-Regular";
    font-size: 0.95rem; /* DROPDOWN MEGA */
    letter-spacing: 0.2px;
}

/* OFFCANVAS MENU */

.t4-offcanvas-toggle i {
    font-size: 22px;
    color: #fff;
}
.t4-offcanvas-toggle {
    border-radius: 3px !important;  /* NUR OFFCANVAS BURGER */
}
.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: var(--mainnav-link-color);
    font-weight: inherit;
    text-transform: uppercase;
    font-family: "Barlow-SemiBold"; /* MAINMEU ITEM LEVEL1 */
}
.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 */
}


@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; */
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.8rem;
}
.mod-breadcrumbs li {
    color: var(--headings-color);
    opacity: 0.6;
}

.item-page {
    max-width: 1114px; /* 1014px;  MAX BREITE ARTIKEL */
    margin: auto;
}

.t4-main-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media (min-width: 1200px) {
.t4-main-body {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
    }

.t4-masthead + .t4-main-body {
    padding-top: 8rem;
}

@media (max-width: 575.98px) {
.t4-masthead + .t4-main-body {
    padding-top: 4rem;
}
}


.ja-masthead {
    /* background-size: 0px;  HGBILD AUSBLENDEN */
}
.ja-masthead:before {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.0) 100%); 
    opacity: 1; /* VERLAUF TRANSP ZU EISS STATT GFLÄCHIG HALBSCHWARZ */
}
.ja-masthead .ja-masthead-detail {
    padding: 6rem 1rem 5rem;
}
.ja-masthead .ja-masthead-detail .ja-masthead-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 3.0rem;
}

.ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-size: 1.25rem;
    margin-top: 1rem;
    /* color: #ffffffbd; MASTHEAD BESCHREIBUNG */
}

.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;
}

.item-page .page-header h1, .item-page .page-header .h1 {  /* SEITENTITEL EXTRA FORMATIERT */
    font-size: 2.4rem;
    font-family: "BarlowCondensed-Medium";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    background-color: #333;  /* HGFARBE TITEL */
    width: fit-content;
    padding: 5px 24px 8px 24px; /* ABSTAND HGFARBE TITEL */
}

@media (max-width: 575.98px) {
.item-page .page-header h1, .item-page .page-header .h1 {  /* SEITENTITEL EXTRA SMARTHONES */
    font-size: 1.4rem;
    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: #385f58;
    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: BarlowCondensed-Medium; /* EXTRA FETTERE HEADLINE */
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    word-spacing: 2px;
}

@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;
}

@media (max-width: 575.98px) {
:root {
    --h4-font-size: 25px;
}
}



.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: #8bbeb9;
    color: #fff;
    padding: 2rem;
    position: relative;
    font-size: 1.3rem;
    margin: 2rem 0;
    border: 0px solid #369aab;
    font-family: "Barlow-Regular";
    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: 80px;
    color: #fff;
    opacity: 0.3;
    margin-top: -30px;
}

b, strong {
    font-weight: inherit;
    font-family: "Barlow-SemiBold", Barlow-Bold;
}

.btn, .blog-list .item-readmore a {
    --t4-btn-padding-x: 1.3rem;
    --t4-btn-padding-y: 0.92rem;
    --t4-btn-font-family: "Barlow-SemiBold";
    --t4-btn-font-size: 0.90rem;
    --t4-btn-font-weight: inherit;
    --t4-btn-line-height: 1.3;
    --t4-btn-border-radius: 3rem;
}
.btn:hover, .btn:active {
    opacity: 0.85;
}

.btn.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
}

.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
  opacity: 0.85;
}
.btn.btn-primary:after, .blog-list .item-readmore a.btn-primary:after, .search .btn-toolbar .btn:after, .search .btn-toolbar .blog-list .item-readmore a:after, .blog-list .item-readmore .search .btn-toolbar a:after {
    color: #ffffff8a;
    content: "\f061";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-left: 0.5rem;
}

table { /* TABELLE GENERELL*/
    caption-side: bottom;
    border-collapse: collapse;
    border: 0px solid #eef2f1;
    background: #eef2f1;
} 
td {
    /* padding-top: 0.55rem;
    padding-bottom: 0.5rem; */
}

.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 {
    font-size: 2.4rem;
    font-family: "BarlowCondensed-Medium";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    background-color: #333;  /* HGFARBE TITEL */
    width: fit-content;
    padding: 5px 24px 8px 24px; /* ABSTAND HGFARBE TITEL */
}
@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 */
}
}

.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: #333;
    font-size: 1.6rem; /* TITEL GRÖSSE */
}

/* 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;
}


/* JA BLOG LAYOUT */

@media (max-width: 991.98px) {
.items-leading .blog-item-content .item-content {
    width: 100%;
    padding-left: 2rem;
}
}

.klasseohneabstand {
    margin-left: -2rem !important; /* ABSTAND T4-GUTTER ENTFERNEN*/
    margin-right: -1rem !important;
}




/* 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 4rem 2.5rem 4rem;  /* 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 */
}

/* WIDGETKIT :::::::::::: */

.widgetkitklasse1 [class*=uk-inline] {
    /* padding-top: 1.5rem !important; */
}
.widgetkitklasse1 .uk-text-center {
    text-align: center!important;
}
.widgetkitklasse1 .uk-card-default {
    background-color: #ffffff !important;
    color: #333333 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.00) !important;
    border-radius: 0px !important;
}

.widgetkitklasse1 .uk-h3, .uk-scope h3 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-family: var(--heading-font-family-2) !important;
}

.uk-scope .uk-tab>*>a {  /* FILTER TAB "REITER" */
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    justify-content: center;
    padding: 5px 10px !important;
    color: #333333 !important;
    border-bottom: 1px solid transparent !important;
    font-size: 15.8px !important;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
    font-family: "Barlow-SemiBold" !important;
}
.uk-scope ul {
    margin: 0 0 40px 0 !important; /* ABSTAND FILTER "REITER" */
}

.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-3xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
    margin: 0 0 20px 0 !important;
    font-family: var(--heading-font-family-2) !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-transform: none !important;
}
.uk-scope .uk-h2, .uk-scope h2 {
    text-transform: uppercase !important;
}


.widgetkitklasse2 .uk-link, .uk-scope a {
    color: var(--color-secondary) !important;
    text-decoration: none !important;
    cursor: pointer;
}
.widgetkitklasse2 .uk-margin {
    margin-bottom: 40px !important;
}

.uk-scope .uk-button {
    padding: 0 30px !important;
    font-size: 15px !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
    font-family: 'Barlow-SemiBold' !important;
    border-radius: 3rem !important;
}
.uk-scope .uk-button-primary {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
}
.uk-scope .uk-button-primary:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
.uk-scope .uk-link-reset a, .uk-scope a.uk-link-reset {
    color: #333 !important; /* TITEL h IN BLOGANSICHT */
    text-decoration: none !important;
    text-transform: unset;
}

.widgetkitklasse4 .uk-grid {
    background: #fff !important;  /* HG IN WEISS BEI SLIDESET CONTENT */
}
.uk-scope *+.uk-margin {
    margin-top: 40px !important;
}
@media (min-width: 960px) {
.widgetkitklasse4 .uk-h1, .uk-scope h1 {
    font-size: 37px !important; 
    margin-bottom: 2rem !important; 
    text-transform: uppercase !important;
}
}
@media (min-width: 1200px) {
.widgetkitklasse4 .uk-padding {
    padding: 40px 60px !important;
}
}

.widgetkitklasse5 .uk-h4, .uk-scope h4 {
    font-size: 20px;
    line-height: 1.4;
    background-color: #222 !important;
    border-radius: 0px !important;
    padding: 10px 18px !important;
    color: #fff !important;
    font-family: "BarlowCondensed-Regular" !important;
}
@media (max-width: 1400px) {
.widgetkitklasse5 .uk-h4, .uk-scope h4 {
    font-size: 16px !important;  /* LABEL TEXT KLEIN GALLERY */
    line-height: 1.3 !important;
    color: #fff !important;
    font-family: "BarlowCondensed-Regular" !important;
}
}


.widgetkitklasse6  .uk-grid-item-match>:not([class*=uk-width]), .widgetkitklasse6 .uk-grid-match>*>:not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
    border: 1px solid #e4e4e45e !important; /* RAHMEN KOMBI MIT LEERRAUM */
    background: #ffffffb5 !important; /* HGFARBE FLÄCHE */
}

@media (min-width: 1200px) {
.widgetkitklasse6  .uk-padding {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;  /* MEHR BEI LEERRAUM */
}
}
@media (min-width: 1200px) {
.widgetkitklasse6 .uk-h3, .uk-scope h3 {
    text-transform: uppercase !important;
    font-size: 27px !important; /* HEADLINE WENN GROSS*/
}
}
@media (max-width: 1200px) {
.widgetkitklasse6 .uk-h3, .uk-scope h3 {
    text-transform: uppercase !important;
    font-size: 22px !important; /* HEADLINE WENN GROSS*/
}
}
@media (min-width: 1200px) {
.widgetkitklasse7 .uk-card-body {
    padding: 30px 25px !important;
}
}

@media (max-width: 800px) {
.widgetkitklasse6 .uk-h3, .uk-scope h3 {
    text-transform: uppercase !important;
    font-size: 18px !important; /* HEADLINE WENN GROSS*/
}
}
.widgetkitklasse6 .uk-margin {
    margin-bottom: 50px !important; /* ABSTAND ICON */
}

.widgetkitklasse7 .uk-h3, .uk-scope h3 {
    color: #333 !important;
}

.widgetkitklasse7 .uk-card-primary {
    background-color: #457a7a !important;  /* HGFARBE  */
    color: #fff !important; 
}
.widgetkitklasse7 .uk-card-primary.uk-card-hover:hover {
    background-color: #2b8a91 !important;   /* HGFARBE HOVER */
}
.widgetkitklasse7 [class*=uk-inline] {
    margin-top: -30px !important;  /* BILD/ICON NACH OBEN */
}
@media (min-width: 1200px) {
.widgetkitklasse7 .uk-card-body {
    padding: 40px 25px 50px 25px !important;
}
}
.uk-scope .uk-grid-medium>.uk-grid-margin, .uk-scope .uk-grid-row-medium>.uk-grid-margin {
    margin-top: 50px !important; /* ABSTAND 1 REIHE SMARTHONE */
}

.widgetkitklasse7 .uk-card-primary>:not([class*=uk-card-media]), 
.widgetkitklasse7 .uk-card-secondary.uk-card-body, 
.widgetkitklasse7 .uk-card-secondary>:not([class*=uk-card-media]), 
.widgetkitklasse7 .uk-light, 
.widgetkitklasse7 .uk-overlay-primary {
    color: rgba(255, 255, 255, .92) !important;  /* TEXTFARBE */
}


.widgetkitklasse8 .uk-grid-column-large>*, .widgetkitklasse8 .uk-grid-large>* {
    padding-left: 20px !important;  
    padding-right: 20px !important;    /* GALERIE-SLIDER ZENTRIEREN */
}

@media (min-width: 1200px) {
.widgetkitklasse8 .uk-grid-column-large>*, .widgetkitklasse8 .uk-grid-large>* {
    padding-left: 7% !important;  
    padding-right: 7% !important;    /* GALERIE-SLIDER ZENTRIEREN */
}
}

.widgetkitklasse8 .uk-margin {
    margin-bottom: 40px!important;
}



.uk-scope .uk-transition-scale-down {
    --uk-scale-x: 1.00 !important;  /* --uk-scale-x: 1.03; */
    --uk-scale-y: 1.00 !important;  /* --uk-scale-y: 1.03; */
}

/* 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: #333333 !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: #333333 !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 "NotoSans-Regular", Arial, Helvetica, sans-serif;
    z-index: 1; /* OPENMAPS EXTRA*/
}
.leaflet-popup-content {
    margin: 16px 14px;
    line-height: 1.4;
}