h1, h2, h2 a:link, h2 a:visited, h3 {
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Arial, sans-serif !important;
}

h1 {
  color: #8EBE87;
  font-family: 'Saira';
  font-size: 45px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: #8EBE87;
  font-family: 'Saira';
  font-size: 32.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

h4 {
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Arial, sans-serif !important;
}

.grey {
  color: #1E2939;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hornav, .hornav ul ul, .hornav ul ul a, .hornav>ul>li>ul>li>a, .hornav>ul>li ul>li>ul>li>a, .hornav>ul>li>ul>li>span, .hornav>ul>li ul>li>ul>li>span {
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
}

.hornav>ul>li>ul>li>a:after, .hornav>ul>li ul>li>ul>li>a:after, .hornav>ul>li>ul>li>span:after, .hornav>ul>li ul>li>ul>li>span:after {
  font-size: 15px;
  opacity: 1;
  top: 0px;
}

body, .btn, .button, button {
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Arial, sans-serif !important;
}

.mobilemenu {
  display: none;
}

.mobilemenu .sm-parent {
  display: flex;
}

video {
  margin-bottom: -15px;
}

button {
  border-radius: 8px;
  background: #8EBE87;
  padding: 12.5px 30px 12.5px 30px;
  color: #FFF;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.uk-scope .uk-panel a {
  color: #8EBE87;
}

.uk-scope .uk-panel a:hover {
  font-weight: bold;
  color: #8EBE87;
}

/*-----------Accessability------------*/
i._access-icon._access {
  display: none;
}

._access-menu.left {
  left: auto !important;
  right: 0;
}

._access-menu {
  width: auto !important;
}

/*--------Phoca Download-----------*/
a[title="Kategorien"] {
  display: none !important;
}

/*----------Phoca subcategorie Override----------*/
.pd-subcategory-grid {
  margin-top: 1rem;
}

.pd-subcat-tile {
  display: block;
  height: 100%;
  color: inherit;
}

.pd-subcat-tile-inner {
  height: 100%;
  min-height: 200px;
  border: 1px solid #dce8d8;
  border-radius: 20px;
  background: #fff;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
  text-align: center;
}

.pd-subcat-tile:hover .pd-subcat-tile-inner {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.pd-subcat-icon {
  font-size: 3rem;
  color: #a8c7a0;
  margin-bottom: 1rem;
}

.pd-subcat-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f2937;
}

.pd-subcat-count {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #6b7280;
}

/*-------------------GDPR-----------------*/
.cc-window.cc-floating.cc-type-opt-in.cc-theme-edgeless a {
  color: #ffffff !important;
}

.cc-compliance.cc-highlight a.cc-btn.cc-allow {
  color: #000000 !important;
}

.cc-revoke.cc-left {
  left: -20px !important;
  right: auto;
  transform: rotate(90deg);
  bottom: 70px !important;
}

.cc-revoke:hover {
  transform: rotate(90deg) !important;
}

.cc-revoke img {
  width: 50px;
  height: 100px;
}

.site div.cc-revoke.cc-revoke-top-left-icon, .site div.cc-revoke.cc-revoke-bottom-left-icon {
  left: 0px !important;
  bottom: 0px !important;
}

/*-----------Powr.io-----------*/
.powr-social-feed:before {
  content: 'Sie müssen Cookies akzeptieren und die Seite neu laden, um diesen Inhalt anzuzeigen';
  left: 0;
  right: 0;
  position: absolute;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-color: #dfdfdf;
}

.powr-social-feed.powrLoaded:before {
  display: none;
}

/*--------------Header Top------------*/
.header_top {
  color: #FFFFFF;
}

.header-1, .header-2 {
  display: flex;
  align-items: center;
}

.header-2 a {
  color: #ffffff;
  text-decoration: none;
}

/*-----------Suche im Header-----------*/
.header-2 input.form-control {
  padding: 2px;
}

/*----------------Header--------------*/
.container_header:after {
  display: none;
}

#container_header-sticky-wrapper.is-sticky #container_header {
  background-color: rgba(255, 255, 255, 1) !important;
}

.container_header {
  border-bottom: 1px solid rgba(142, 190, 135, 0.30);
  padding-top: 0px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

/*--------------Logo-------------*/
#logo_new .logo-inner {
  display: flex;
  align-items: center;
  /* vertikale Ausrichtung */
  gap: 12px;
  /* Abstand zwischen Bild und Text */
}

#logo_new .logo-image {
  max-height: 60px;
  /* nach Bedarf */
}

#logo_new .logo-text-wrapper {
  display: flex;
  flex-direction: column;
}

#logo_new .logo-text {
  color: #4F4F4F;
  font-family: "Segoe UI";
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

#logo_new .logo-slogan {
  color: #4F4F4F;
  font-family: "Segoe UI";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/*------------Hornav-------------*/
.hornav>ul.menu>li>a, .hornav>ul.menu>li>span {
  font-size: 1em;
  padding: 0.5em !important;
  color: #000 !important;
  text-transform: none !important;
}

.hornav ul.menu>li>a:hover, .hornav ul.menu>li>span:hover {
  color: #cf1;
}

.hornav ul.menu>.parent-hover>a {
  color: #000000;
}

.hornav ul.menu>li>ul.mod-menu__sub {
  border-radius: 14px;
  border: 1px solid rgba(142, 190, 135, 0.30);
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  top: 45px;
  right: auto;
  left: 0;
}

.hornav ul.menu li ul.mod-menu__sub li a {
  font-size: 20px;
  padding-top: 5px;
  /*12px*/
  padding-bottom: 5px;
  /*12px*/
  padding-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*30px*/
  color: #4F4F4F;
}

.hornav ul.menu li ul.mod-menu__sub li {
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0) inset;
}

.hornav ul.menu li ul.mod-menu__sub li:hover {
  background: rgba(142, 190, 135, 0.10);
}

.hornav ul.menu li ul.mod-menu__sub li:hover a {
  color: #8EBE87;
}

#hornav-nav ul.menu li.item-190 ul {
  min-width: 350px;
}

.hornav>ul>li.item-188>ul {
  min-width: 280px;
}

.hornav>ul>li.item-191>ul {
  min-width: 350px;
}

.hornav>ul>li.item-192>ul {
  min-width: 320px;
}

.barriere {
  cursor: pointer;
}

/*-------------Kontakt oben--------*/
/*---------mobilemenu---------*/
.mobilheader {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobilheader img {
  height: 50px;
  width: auto;
}

.mobilheader .mobiltitel {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}

.mobilheader .mobiluntertitel {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

.level1.off-nav-290.notparent {
  display: none;
}

/*-------------------Showcase--------------*/
#container_showcase1_modules {
  overflow: hidden;
}

.showcaseoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcaseoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.showcaseoverlay .mod-custom.custom h1 {
  color: #fff;
  font-family: 'Saira';
  font-size: 70px;
  font-weight: 600;
}

.showcaseoverlay .mod-custom.custom {
  color: #fff;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.showcaseoverlay .mod-custom.custom .buttonrow {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
}

.showcaseoverlay .mod-custom.custom .buttonrow a {
  text-decoration: none;
}

.showcaseoverlay .mod-custom.custom .buttonrow a:nth-child(n+2) button {
  border-radius: 8px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
}

.view-article #main figure.item-image img {
  display: none;
}

/*---------Sketcharticleimage----------*/
.sketcharticleimage img {
  width: inherit;
}

/*---------------Schwendau Grid----------*/
/*
.uk-scope .schwendaugrid.aktuelles .uk-grid>*:first-of-type {
  padding-left: 0px !important;
}*/
.uk-scope .uk-slider-container-offset.schwendaugrid {
  margin: 0px;
  padding: 0px;
}

.uk-scope .uk-panel .uk-link, .uk-scope .uk-panel a, .uk-scope .uk-accordion-content a {
  color: #8ebe87;
}

.uk-scope .uk-panel .uk-link-toggle:hover .uk-link, .uk-scope .uk-panel .uk-link:hover, .uk-scope a:hover {
  color: #8ebe87;
}

.uk-scope .schwendaugrid.uk-grid>*, .uk-scope .wissen.uk-grid>*, .uk-scope .schwendaugrid .uk-grid>*, .uk-scope .uk-grid-match.uk-grid>* {
  padding-left: 10px;
  padding-right: 10px;
}

.uk-scope .schwendaugrid .uk-card.uk-card-default {
  padding-top: 30px;
  border-radius: 14px;
  border: 2px solid rgba(142, 190, 135, 0.30);
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.uk-scope .schwendaugrid .uk-card-body {
  padding-top: 10px;
}

.uk-scope .schwendaugrid h3.uk-h3 {
  margin-bottom: 0px;
  font-weight: bold;
}

.uk-scope .schwendaugrid .uk-card-body .uk-margin {
  margin-top: 0px !important;
}

/*---------------Aktuelles------------------*/
#container_top2_modules .top-2a h2 {
  color: #8EBE87;
  font-family: 'Saira';
  font-size: 45px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

#container_top2_modules .top-2a .linkbutton {
  position: absolute;
  right: 0px;
  top: 0px;
}

.uk-scope .schwendaugrid.aktuelles .uk-slider-items .uk-card.uk-card-default {
  padding-top: 0px;
}

.uk-scope .schwendaugrid.aktuelles .uk-slider-items .uk-card.uk-card-default .uk-inline-clip {
  border-radius: 10px 10px 0px 0px;
}

.uk-scope .schwendaugrid.aktuelles .uk-slider-items .uk-card.uk-card-default .uk-card-body {
  padding: 10px;
}

.uk-scope .schwendaugrid.aktuelles .uk-slider-items .uk-card.uk-card-default .uk-card-body p a {
  color: #8EBE87;
  display: inline-flex;
  align-items: center;
}

.uk-scope .schwendaugrid.aktuelles .uk-slider-items .uk-card.uk-card-default .uk-card-body p a:after {
  content: url('/images/svg/pfeil.svg');
  position: relative;
  top: 3px;
}

.uk-scope .schwendaugrid.aktuelles .uk-slider-items .uk-card.uk-card-default .uk-card-body p a:hover:after {
  left: 10px;
}

/*------------Widgetkit Accordeon grey-------*/
.uk-scope ul.uk-accordion li {
  background: #F9FAFB;
  padding: 20px;
}

.uk-scope ul.uk-accordion li.uk-open .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope ul.uk-accordion

/*--------Abteilungen-------------*/
.uk-scope ul.uk-accordion.abteilungen li {
  border-radius: 10px;
  border-top: 1px solid rgba(142, 190, 135, 0.30);
  border-right: 1px solid rgba(142, 190, 135, 0.30);
  border-left: 1px solid rgba(142, 190, 135, 0.30);
  border-bottom: 1px solid rgba(142, 190, 135, 0.30);
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.uk-scope ul.uk-accordion.abteilungen .uk-scope {
  background: #F9FAFB;
}

#main .com-content-article ol, #main .com-content-article ul {
  overflow: visible;
}

/*---------------Wissenswertes Grid----------*/
.uk-scope .uk-grid {
  margin-left: 0px !important;
}

/*
.uk-scope .uk-grid .uk-first-column {
  padding-left: 0px !important;
}*/
.uk-scope .wissen.uk-grid .uk-card {
  border-radius: 10px;
  background-color: #ADCEA6;
  display: inline-flex;
  align-items: center;
}

.uk-scope .wissen.uk-grid .uk-card img {
  padding-left: 10px;
}

/*------------Themen-----------*/
.uk-scope .projekte .uk-grid {
  border-radius: 14px;
  border: 1px solid rgba(142, 190, 135, 0.30);
  background: #FFF;
}

.uk-scope .projekte .uk-grid img {
  border-radius: 14px 0 0 14px;
}

.uk-scope .projekte .uk-grid .uk-panel a.uk-button.uk-button-default {
  border-radius: 8px;
  background: #8EBE87;
  display: flex;
  padding: 10px 19.281px 10px 20px;
  max-width: fit-content;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: none;
}

/*-------------UK Tabs----------*/
.uk-scope ul.uk-subnav-pill>.uk-active>a {
  background-color: #8EBE87;
  color: #fff;
}

.uk-scope ul.uk-switcher .uk-panel p, .uk-scope ul.uk-switcher .uk-panel li {
  color: #4f4f4f;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0px;
}

/*----------Popup Wichtig---------------*/
.eb-custom.wichtig .eb-header {
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.eb-custom.wichtig .eb-header:before {
  content: url('/images/svg/wichtig.svg');
  position: relative;
  display: block;
  padding-right: 10px;
}

.eb-custom.wichtig table {
  border-collapse: separate;
  /* Wichtig für runde Ecken */
  border-spacing: 0;
  padding: 5px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ADCEA6;
  background: rgba(173, 206, 166, 0.10);
}

/* ==========================================================
   jevents – Zillertal.net-Style
   Roter Datums-Badge, rote fette Titel, Icon-Zeilen
   ========================================================== */
#jevents .jev_listrow ul.ev_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#jevents .ev_td_li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 8px;
  border-bottom: 1px solid #ddd !important;
  font-family: Arial, Helvetica, sans-serif;
}

#jevents .ev_td_li:last-child {
  border-bottom: none !important;
}

/* --- Datums-Badge --- */
.jev-date-badge {
  flex: 0 0 60px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  align-self: flex-start;
}

.jev-day {
  display: block;
  background: #fff;
  border: 1px solid #8EBE87;
  border-bottom: none;
  color: #8EBE87;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  padding: 6px 0 2px;
}

.jev-month {
  display: block;
  background: #8EBE87;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 0;
}

/* --- Inhalt --- */
.jev-content {
  flex: 1;
  min-width: 0;
}

.jev-title {
  margin-bottom: 4px;
}

.jev-title a {
  color: #8EBE87 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  text-decoration: none;
}

.jev-title a:hover {
  text-decoration: underline;
}

.jev-time-row,
.jev-location-row {
  color: #555;
  font-size: 14px;
  margin-top: 3px;
}

.jev-icon {
  margin-right: 5px;
}

.jev-extra {
  margin-top: 10px;
  display: none;
}

.jev-extra img {
  display: none;
  max-width: 200px;
  height: auto;
  border-radius: 3px;
}

.jev-extra p {
  margin: 6px 0;
}

/* Kategorie-Kopfzeile etwas dezenter */
#jev_maincal .jev_daysnames .catname {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding: 6px 0;
}

/*-----------jevents Modul----------*/
.mod_events_latest_table.jevbootstrap tr td {
  border-left: 1px solid rgba(142, 190, 135, 0.30);
  border-right: 1px solid rgba(142, 190, 135, 0.30);
  border-top: 1px solid rgba(142, 190, 135, 0.30);
  border-radius: 7px;
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.mod_events_latest_table.jevbootstrap tr:last-of-type td {
  border-bottom: 1px solid rgba(142, 190, 135, 0.30);
}

.mod_events_latest_table.jevbootstrap tr td span.mod_events_latest_date {
  border-radius: 8px;
  background: #8EBE87;
  padding: 12.5px 20px 12.5px 20px;
  color: #FFF;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.mod_events_latest_table.jevbootstrap tr td img {
  margin-left: 10px;
  margin-right: 10px;
}

/*-------------termine----------------*/
button.alletermine {
  margin-left: auto;
  margin-bottom: 5px;
}

.jeviso_eventsummary.termine {
  display: flex;
  flex-direction: row;
  border-left: 1px solid rgba(142, 190, 135, 0.30);
  border-right: 1px solid rgba(142, 190, 135, 0.30);
  border-top: 1px solid rgba(142, 190, 135, 0.30);
  border-radius: 7px;
  height: inherit;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.jeviso_eventsummary.termine:last-of-type {
  border-bottom: 1px solid rgba(142, 190, 135, 0.30);
}

.jeviso_eventsummary.termine .startdate {
  background-color: #8EBE87;
  color: #fff;
  display: flex;
  flex-direction: row;
  margin-right: 10px;
}

.jeviso_item .termine .inrow {
  display: flex;
  flex-direction: row;
}

.jeviso_eventsummary.termine .startdate {
  text-align: center;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  font-size: 17.5px;
}

.jeviso_eventsummary.termine .startmonth {
  padding-left: 5px;
}

.jeviso_eventsummary.termine .eventtitle {
  margin: 0;
}

.jeviso_eventsummary.termine .eventlocation {
  padding-right: 10px;
}

.jeviso_eventsummary.termine .eventlocation,
.jeviso_eventsummary.termine .eventtime {
  font-size: 14px;
  color: #666;
}

/*------------Termine JEVENTS-----------*/
.jeventpage h2 a.ev_link_row {
  font-size: 30px !important;
  color: #8EBE87 !important;
}

.jeventpage .jev_listview .jev_listrow ul li img {
  max-width: 500px;
}

.itemid-236 #jevents_body.jeventpage {
  border: 1px solid #8EBE87;
}

#jevents_body.jeventpage .jev_listrow ul.ev_ul li.ev_td_li {
  border-color: #8EBE87 !important;
  padding-left: 10px;
}

#jevents_body.jeventpage .jev_daysnames.category {
  display: none;
}

/*-----------Category Blog------------*/
.com-content-category-blog__items.blog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.5rem;
}

.com-content-category-blog__items.blog-items .blog-item {
  border-radius: 14px;
  border: 2px solid rgba(142, 190, 135, 0.30);
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.com-content-category-blog__items.blog-items .blog-item .item-image {
  margin-top: 0px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}

.com-content-category-blog__items.blog-items .blog-item .item-content {
  padding-left: 10px;
}

.com-content-category-blog__items.blog-items .blog-item .item-content p {
  margin-bottom: 0px;
}

.com-content-category-blog__items.blog-items .blog-item figure.item-image {
  position: relative;
}

.com-content-category-blog__items.blog-items .blog-item figcaption.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #000;
}

.com-content-category-blog__items.blog-items .blog-item .readmore a.btn {
  background-color: transparent;
  border: 0px;
  color: #8EBE87;
}

/*-----------responsiv Tabellen-----------------*/
table.resp {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.resp caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.resp tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.resp tr:nth-child(even) {
  background: #fff;
}

table.resp th,
table.resp td {
  padding: .625em;
  text-align: center;
}

table.resp th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #8EBE87;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  table.resp {
    border: 0;
  }

  table.resp caption {
    font-size: 1.3em;
  }

  table.resp thead {
    display: none;
  }

  table.resp tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.resp td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.resp td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.resp td:last-child {
    border-bottom: 0;
  }
}

/*--------Bottom 3b------------*/
.bottom-3b img {
  opacity: 0.8;
  max-width: 480px;
}

.bottom-3a .module {
  position: sticky;
}

/*-----------------Base1-------------*/
#container_base1_modules h3 {
  color: #4F4F4F;
  text-align: center;
}

#container_base1_modules {
  border-top: 1px solid #E5E7EB;
}

#container_base1_modules .custom {
  color: #4F4F4F;
}

#container_base1_modules .uk-scope .uk-slider img {
  filter: grayscale(1);
}

#container_base1_modules .uk-scope .uk-slider li:hover img {
  filter: grayscale(0);
}

/*------------Partner-----------*/
#mod-custom133 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------Base2-----------*/
#container_base1_modules, #container_base2_modules, #footer-1, #footer-2 {
  color: #fff !important;
  --text-main: #fff !important;
}

#container_base2_modules {
  position: relative;
}

#container_base2_modules::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  background: url('/images/template/base_bg.png') center / cover no-repeat;
}

#container_base2_modules a {
  color: #fff;
  text-decoration: none;
}

#base-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

#base-2 p {
  margin-bottom: 0px;
}

#base-2 .base-2a .custom .iconinrow {
  display: flex;
  flex-direction: row;
}

#base-2 .base-2a .custom .iconinrow>div:first-of-type {
  padding-right: 5px;
}

#base-2 .base-2b .clock {
  position: relative;
  display: flex;
  flex-direction: row;
}

#base-2 .base-2b .clock:before {
  position: relative;
  content: url('/images/svg/uhr.svg');
  display: flex;
  padding-right: 5px;
  align-items: center;
}

#base-2 .base-2 .module .module_surround {
  padding-bottom: 20px;
}

#base-2 .base-2c img {
  cursor: pointer;
}

.copyright {
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 20px;
}

/*----------------Footer--------------*/
.footermeta {
  text-align: center;
  width: 100%;
}

footer.container_footer .wrapper960 {
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.footermenu ul.menu li img {
  width: 20px;
  height: 20px;
}

/*--------------Logo Footer-------------*/
.footerlogo .logo {
  flex: 1 !important;
}

.footerlogo .logo-inner {
  display: flex;
  align-items: center;
  /* vertikale Ausrichtung */
  gap: 12px;
  /* Abstand zwischen Bild und Text */
}

.footerlogo .logo-image {
  max-height: 60px;
  /* nach Bedarf */
}

.footerlogo .logo-text-wrapper {
  display: flex;
  flex-direction: row;
}

.footerlogo .logo-text, .footerlogo .logo-slogan {
  color: #fff;
  font-family: "Segoe UI";
  font-size: 22.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

/*--------------------Footer Menu---------------*/
.footermenu ul li a {
  color: #fff;
}

.footermenu ul li a:after, .footermenu ul li span:after {
  content: " | ";
  margin-left: 10px;
  font-weight: bold;
  font-size: 15px;
}

.footermenu ul li a:hover {
  text-decoration: none;
}

.footermenu {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

/*------------Module------------*/
.module.bg_gruen {
  border-radius: 10px;
  border-left: 4px solid #ADCEA6;
  background: rgba(173, 206, 166, 0.20);
}

.module.bg_gruen h3:before {
  content: url('/images/svg/information.svg');
  padding-top: 2px;
  padding-right: 5px;
}

.contentbottom .module.bg_gruen .module_surround {
  padding: 30px 30px 10px 34px !important;
}

/*---------------Mobile Footer--------------*/
.mobilbottom {
  display: none;
  position: fixed;
  bottom: 0px;
  color: #ffffff;
  text-align: center;
  background-color: #9d9d9c;
  width: 100%;
  padding: 5px;
}

.mobilebottom p {
  margin-bottom: 0px;
}

/*------------Medien---------------*/
@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1350px) {
  #logo_new.logo {
    padding: 5px;
  }

  #logo_new .logo-text {
    font-size: 18px;
    line-height: 22px;
  }

  #logo_new .logo-slogan {
    font-size: 12px;
    line-height: 16px;
  }

  .hornav ul.menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hornav>ul.menu>li>a, .hornav>ul.menu>li>span {
    font-size: 18px;
    padding: 3px !important;
  }

  .hornav>ul>li img {
    width: 50px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .jeviso_item .termine .inrow {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1023.9px) {
  #hornav-nav.hornav {
    display: none;
  }

  .mobilemenu, .suchemobil {
    display: block;
  }

  /*
  .header-2.header-mod .module:last-of-type {
    display: none;
  }*/
  .itemid-101 .bottom-1.bottom-1a, .itemid-101 .bottom-1.bottom-1b {
    max-width: 100% !important;
  }

  #container_bottom3_modules {
    overflow: hidden;
  }

  .base-2.base-2a, .base-2.base-2b {
    max-width: 50% !important;
  }

  .base-2.base-2c {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 900px) {
  .header-2 {
    margin-right: 5px;
  }

  .header_top .header-1 {
    display: none;
  }

  .mobilbottom {
    display: flex;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .base-2.base-2a, .base-2.base-2b, .base-2.base-2c {
    max-width: 100% !important;
  }

  .showcaseoverlay .mod-custom.custom .buttonrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .showcaseoverlay .mod-custom.custom .buttonrow button {
    padding: 3px 10px;
  }

  .showcaseoverlay .mod-custom.custom h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .showcaseoverlay .mod-custom.custom p {
    font-size: 16px !important;
    line-height: 20px;
  }

  /*
  #container_top2_modules .top-2a .linkbutton {
    position: relative;
  }*/
  #container_top2_modules .top-2a h2 {
    font-size: 30px !important;
    line-height: 35px;
  }

  h1 {
    font-size: 35px !important;
    line-height: 40px;
    margin-bottom: 0px;
  }

  #container_bottom3_modules #bottom3_modules #wrapper_bottom-3 {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  #container_top2_modules .top-2a .linkbutton {
    position: relative;
  }
}

@media only screen and (max-width: 550px) {
  .mobilbottom .header-1 {
    margin-left: 0px;
    margin-right: 50px;
  }

  #container_base2_modules {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 440px) {
  .header-2 {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .header-2 .module:first-of-type {
    margin-right: 20px;
  }

  .header-2 input {
    max-width: 150px;
  }
}