html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
}

.eb-event-date-info .fa.fa-calendar {
  display: none;
}

.eb-ticket-information-wrap{
      max-width: none !important;
}

.eb-event-container .eb-event-information .col-md-8 {
  padding-left: 0 !important;

}

#eb-event-page h1.eb-page-heading {
  font-size: 40px;
}

.eb-event-date-day2,
eb-event-date-month {
  font-size: 14px !important;
}

.eb-event-date-day {
  padding-top: 0;
}

.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
  font: normal normal normal 30px / 1 "FontAwesome";
}

.eb-menu-calendar .eb-calendar-view-link {
  display: none;
}


body {
  color: #111;
  font-family: 'myriad-pro-semi-condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.125rem;
  overflow-x: hidden;
}

.custom_headline a img {
  width: 200px;
}

.regpro-calendarDay .eb_event_link {
  font-size: 14px !important;
}

.regpro-calendarMonthHeader,
.regpro-calendarDay .eb_event_link,
.eb-topmenu-calendar ul li a:hover,
.eb-topmenu-calendar ul li a.active {
  background-color: #87cefa;
  color: #111 !important;
}

.eb_event_link.is-sold-out {
  color: #fff !important;
}

.eb-calendar ul.eb-weekdays {
  background-color: #98fb98;
}

.eb-calendar ul.eb-weekdays * {
  color: #111 !important;
}

#titelbild picture img {
  height: 500px;
  object-fit: cover;
}

/* Each calendar row becomes a flex row */
.eb-days {
  display: flex;
  flex-wrap: wrap;
}

/* Each row (7 items) */
.eb-days>li[class*="eb-calendar-row-"] {
  width: calc(100% / 7);
  display: flex;
  flex-direction: column;
}

/* Inner content stretches */
.eb-calendarDay {
  height: 100%;
}

/* Event link behaves like a block */
.eb_event_link {
  display: block;
}


.eb-calendar ul {
  background-color: #efefef;
}

/* Image full width */
.eb_event_link img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  max-height: 200px;
  object-fit: cover;
  overflow: hidden;
}



.input-password-toggle {
  display: none;
}

/* Ensure consistent spacing */
.eb-calendarDay .day_cell {
  display: block;
}

.img-fluid {
  width: 100%;
}

/* Back to Top */
#back-to-top {
  position: sticky;
  text-align: right;
  margin-right: 10%;
  bottom: 10%;
}

#back-to-top img {
  width: 40px;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

/* Links style Start*/
a {
  color: #00BFFF;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.links-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 30px;
}


/* Full */
.primary-btn.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #0B0A0A;
  color: #364E95;
  border: 1px solid #0B0A0A;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}


/* Transparent */
.transparent-btn.arrow.black,
#ingallery-1 .ingallery-loadmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 24px;
  border-radius: 0px;
  background-color: transparent !important;
  color: #0B0A0A !important;
  border: 1px solid #0B0A0A;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  position: relative;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border-bottom: 1px solid #0B0A0A !important;
  font-size: 18px !important;
  font-family: 'myriad-pro-semi-condensed', sans-serif;
}

.transparent-btn.arrow.black:hover,
#ingallery-1 .ingallery-loadmore-btn:hover {
  background-color: #98FB98 !important;
  color: #0B0A0A !important;
  border: 1px solid #98FB98 !important;
  border-bottom: 1px solid #98FB98 !important;
  font-size: 18px !important;
  font-family: 'myriad-pro-semi-condensed', sans-serif;
}

/* No Background */
.primary-btn.arrow.transparent {
  background-color: transparent;
  color: #00BFFF;
}

.dj-up_a {
  transition: ease-in-out .3s;
}

.dj-up_a:hover {
  color: #00BFFF !important;
  transform: scale(1.1);
}



.primary-btn.arrow:hover {
  background-color: transparent;
  border: 1px solid #0B0A0A;
  border-radius: 5px;
  color: #0B0A0A;
}

.transparent-btn.arrow.black:hover {
  background-color: #0B0A0A;
  color: #fff;
  border: 1px solid #0B0A0A;
  border-radius: 5px;
}


a:hover,
a:focus {
  color: #212529;
}

.row-button {
  display: flex;
  justify-content: center;
  row-gap: 10px;
  column-gap: 20px;
  flex-wrap: wrap;
}

/* Links style End */

p {
  margin-bottom: 0.8rem;
}

.datenschutz #main,
.impressum #main {
  padding: 40px 0;
}


.social-media-icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}


/* Überschriften/Headlines Style Start */

h1,
h2,
h3,
h4,
h5 {
  font-family: 'myriad-pro-semi-condensed', sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #0B0A0A;
}

.special-font {
  color: #0B0A0A;
  font-size: 1.563rem;
}

h1 {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

h2,
.h2 {
  font-size: 3.6rem;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1;
}

h3 {
  font-size: 1.125rem;
  padding: 0px 0 5px 0;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

h4 {
  font-size: 1.313rem;
  font-weight: 700;
}

/* Überschriften/Headlines Style End */
/* Aufzählungen */
ol {
  padding: 0;
  list-style-type: none;
}

ol li {
  padding: 10px 0;
}

/***HEADER****/
/* Fixierter Header */
#header {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  background-image: url('/images/header_small.jpg');

}

.pageid-101 #header {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  background-image: none;
}

.left-side-header,
.right-side-header {
  width: 40%;
}

#navigation-right-top .header-info,
#navigation-left-top .header-info {
  display: flex;
  gap: 20px;
  padding-left: 12px;
  min-height: 40px;
  padding: 1rem 0;
}

.header-item p {
  margin-bottom: 0;
}

.header-item img {
  width: 16px;
}

.header-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
  font-size: .8rem;
}

.header-item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #364E95;
  transition: width 0.3s ease-in-out;
}

.header-item a:hover::after {
  width: 100%;

}

.header-item a:hover {
  color: #364E95;
}


.header-top {
  background-color: #0B0A0A;
}

.header-top .custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
}

.header-top .custom p {
  margin-bottom: 0;
}

.header-top .bold-font {
  margin-bottom: 0;
}

.bold-font {
  font-weight: 700;
}

#top-bar {
  display: none;
  background-color: #111;
}

#top-bar .mod-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
}

#top-bar .mod-custom .right-section img {
  width: 20px;
}

#logo {
  position: relative;
  flex: 0 0 20%;
}

#logo .logo {
  display: inline-block;
  transition: transform 0.3s ease;
}

#logo .logo:hover {
  transform: scale(1.1);
}

#logo a {
  width: 100%;
}

#header .container-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#header .container-header div#navigation {
  flex: 0 0 80%;
  justify-content: center;
  display: flex;
}

/*Navigation Style START*/
/* Icon Navigation */
.dj-up.parent {
  position: relative;
}

.dj-offcanvas {
  width: 100%;
  padding: 0 1rem;
  height: auto;
}

#dj-megamenu94offcanvas {
  width: auto;
  top: 30px;
}

#dj-megamenu94offcanvas,
#navigation {
  right: 7%;
}

.dj-offcanvas-effect-1.dj-offcanvas-open .dj-offcanvas,
.dj-offcanvas * {
  background-color: #fff !important;
}

.dj-offcanvas-dark .dj-offcanvas-logo {
  text-align: left;
}

.dj-offcanvas-dark .dj-offcanvas-top {
  right: 1rem;
  top: 1rem;
}

ul.dj-mobile-dark li.dj-mobileitem>a {
  border: none;
  color: #0B0A0A;
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  padding: 10px 15px !important;
}

.dj-offcanvas-dark .dj-offcanvas-content {
  padding: 1rem;
  padding-top: 0;
}

.dj-megamenu-modern.dj-fa-0 li.dj-up>a .arrow:before,
.dj-megamenu-modern.dj-fa-1 li.dj-up>a .arrow:before,
.dj-megamenu-modern.dj-fa-5 li.dj-up>a .arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/images/icons/icon-arrow-up-right-orange.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.dj-megamenu-modern li.dj-up:hover>a .arrow,
.dj-megamenu-modern li.dj-up:focus>a .arrow {
  transform: rotate(90deg);
  top: 25%;
}

/* a.dj-up_a.active,
ul.dj-megamenu li a.dj-up_a:hover {
  border-bottom: 2px solid #fff !important;
  transition: border-bottom 0.3s ease;
} */


.dj-up_a.active .arrow {
  transform: rotate(90deg);
  top: 20%;
}


ul.dj-megamenu li a.dj-up_a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}


ul.dj-megamenu li a.dj-up_a,
a.dj-up_a.active,
.dj-more-active .active {
  position: relative;
  background: transparent !important;
  border-bottom: none;
}

ul.dj-megamenu li a.dj-up_a::after,
a.dj-up_a.active::after,
.dj-more-active .active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #364E95;
  transition: width 0.4s ease;
}

#navigation-left .dj-megamenu .dj-up:first-child .dj-up_a {
  padding-left: 0;
}

#navigation-right .dj-megamenu .dj-up:last-child .dj-up_a {
  padding-right: 0;
}


ul.dj-megamenu li a.dj-up_a:hover::after,
a.dj-up_a.active::after,
.dj-more-active .active::after {
  width: 100%;
}



ul.dj-submenu li:hover a,
ul.dj-submenu li .active a,
.dj-submenu .active {
  color: #0B0A0A;
}

li.dj-up.itemid302 a {
  background: #2A2A2A;
  border-radius: 15px 15px 0 15px;
}

/* Hamburger Menu Color */
.dj-mobile-open-btn.active .dj-mobile-open-icon,
.dj-megamenu-select-dark .dj-mobile-open-btn:focus,
.dj-megamenu-select-dark:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
  background: transparent;
  color: #ef7c54;
}

.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  width: 45px;
  height: 45px;
  background: transparent;
  color: #000;
  border: none;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}

/* Navigation Icon */
.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
  color: #fff;
}

.dj-fa-0 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before,
.dj-fa-1 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before,
.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before {
  /* content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/images/icon/burgermenu-x-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  color: #0B0A0A !important;
}

.phone img.dj-icon {
  padding: 0 10px 0 0;
  margin: -3px 0 0 0;
}

a.dj-up_a.social {
  padding: 0 5px 0 0 !important;
  margin: 0 !important;
}

a.dj-up_a.social:hover {
  padding: 0 5px 0 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 10px;
}

ul.dj-megamenu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.dj-megamenu li div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap {
  position: absolute;
}

.dj-subcol {
  background: #fff;
}

ul.dj-megamenu li {
  list-style: none;
}

ul.dj-megamenu li ul.dj-submenu li {
  list-style: none;
  margin-left: 0px;
}

ul.dj-megamenu li a.dj-up_a.phone {
  background: transparent;
}

ul.dj-megamenu li a.dj-up_a.phone:hover {
  background: RGBA(42, 83, 66, 1);
}

ul.dj-megamenu li a.dj-up_a {
  display: block;
  padding: 7px 13px;
  text-decoration: none;
  text-transform: uppercase !important;
  font-weight: 400;
  font-size: 1.125 !important;
  border: 2px solid transparent;
  color: #2A2A2A;
}

.dj-megamenu-modern li a.dj-up_a,
.dj-megamenu-modern li a.dj-up_a>span {
  height: auto;
}

.dj-megamenu-modern li ul.dj-submenu {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dj-megamenu-modern li ul.dj-submenu>li>a:hover,
.dj-megamenu-modern li ul.dj-submenu>li>a.active {
  background-color: #0B0A0A;
  color: #fff;
  border-radius: 0;
  padding: 12px 13px;
}

.dj-megamenu-modern li.hover div.dj-subwrap {
  padding-left: 13px;
}


.dj-megamenu-modern li.hover>div.dj-subwrap li.hover>div.dj-subwrap {
  padding-left: 0;
}

.dj-megamenu-override li.hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover>div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover>div.dj-subwrap {
  margin: 10px 0;
}

a.dj-up_a.active,
.dj-more-active .active {
  background: transparent !important;
  border-bottom: 2px solid #364E95;
}

ul.dj-submenu li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #2A2A2A;
  font-weight: 500;
}

.dj-subwrap-in ul {
  margin: 0;
  padding: 0;
}

.dj-megamenu-wrapper .phone-header,
.dj-megamenu-wrapper .search {
  padding-right: 0 !important;
}

.search .dj-icon,
.phone-header .dj-icon {
  width: 19px;
}

.dj-megamenu-wrapper .phone-header,
.dj-megamenu-wrapper .search,
.dj-megamenu-wrapper .mail-header {
  border-bottom: none !important;
}

.dj-megamenu-wrapper .phone-header:hover,
.dj-megamenu-wrapper .search:hover,
.dj-megamenu-wrapper .mail-header:hover {
  transform: scale(1.1);
}

.contact-header {
  background-color: #0B0A0A;
}

.contact-header:hover {
  border: 2px solid #0B0A0A !important;
}

.contact-header .name {
  color: #fff;
}

.contact-header:hover .name {
  color: #0B0A0A;
}

/* Navigation Style END */
a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

div#logo img {
  width: 260px;
}


.dj-offcanvas-logo img {
  width: 100px;
}

/**MAIN**/
.row.analyse-boxen .box-inhalt h3 {
  font-size: 1.313rem;
  font-weight: 800;
  color: #FF6634;
}

.row.analyse-boxen {
  margin-top: 50px;
}

.reverse-inhalt {
  flex-direction: row-reverse;
}

.camera_caption.fadeIn {
  min-height: 300px;
  width: 40%;
  position: absolute;
  height: 100%;
  display: flex;
  right: 0;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.camera_caption>div {
  padding: 10px 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.camera_caption_title {
  line-height: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
  padding: 0px 0 5px 0;
  text-transform: uppercase;
  color: #212529;
  font-weight: 900;
}

.camera_caption_desc {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Sektionen-Padding */
#top-section-1,
#top-section-2,
#top-section-3,
#top-section-4,
#top-section-5,
#top-section-6,
#top-section-7,
#bottom-section-1,
#bottom-section-2,
#bottom-section-3,
#bottom-section-4,
#bottom-section-5,
#bottom-section-6,
#bottom-section-7,
#supa-section-1,
#supa-section-2,
#supa-section-3,
#supa-section-4,
#supa-section-5,
#supa-section-6,
#supa-section-7,
#supa-section-8,
#supa-section-9,
#supa-section-10,
#supa-section-11,
#main,
#mapa-section-1,
#mapa-section-2,
#mapa-section-3,
#mapa-section-4,
#mapa-section-5,
#mapa-section-6,
#mapa-section-7 {
  padding: 4rem 0;
}

/* Table Styling */
table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  border-collapse: collapse;
}

table * {
  width: 100%;
}

table *,
.block.loipen *,
.block.pisten-lifte * {
  font-size: 1rem !important;
}

table p {
  margin-bottom: 0;
}

.line {
  padding: 10px !important;
}

thead,
th {
  background-color: #87CEFA;
  color: #0B0A0A;
  border-right: 1px solid #0B0A0A;
  padding: 10px;
}

thead th {
  padding: 10px;
  text-align: left;
  font-weight: bold;
  border: 2px solid #ddd;
}

tbody td {
  padding: 10px;
  text-align: left;
  border: 2px solid #ddd;
}

/* Row Styling */
tbody tr:nth-child(odd) {
  background-color: #cfd0d0;
}

tbody tr:nth-child(even) {
  background-color: #fff;
}

tbody tr td:first-child {
  text-align: left;
}


/* Blog Styling */
.com-content-category-blog__items.blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.com-content-category-blog__items.blog-items h2 {
  font-size: 1.3rem;
  min-height: 55px;
  word-break: break-word;
}

.com-content-category-blog__item.blog-item {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.com-content-category-blog__item.blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.20);
  background-color: #0B0A0A;
}

.com-content-category-blog__item.blog-item:hover * {
  color: #fff;
}

.com-content-category-blog__item.blog-item:hover .readmore a {
  border-color: #fff;
}

.com-content-category-blog__item.blog-item .item-image {
  margin-bottom: 0;
}

.com-content-category-blog__item.blog-item img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}

#system-readmore {
  display: none;
}

.item-content {
  padding: 20px;
}

.page-header h2 a {
  text-decoration: none;
  background-color: transparent;
}

.page-header h2 a:hover {
  text-decoration: underline;
}

.item-content p {
  margin-bottom: 15px;
}

.readmore a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #0B0A0A;
  color: #0B0A0A;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: transparent;
}

.readmore a:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: underline;
}

.item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.6rem;
}

.mod-breadcrumbs {
  padding-left: 0 !important;
}

.mod-breadcrumbs__item.breadcrumb-item a {
  color: #707070;
}

.mod-breadcrumbs__item.breadcrumb-item a:hover {
  color: #0B0A0A;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #0B0A0A;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

.no-color {
  background-color: transparent;
  padding: 2rem 0;
  margin: 0;
}

/**MAPA - STARTSEITEN STYLE**/
.pageid-101 #main {
  padding: 0;
}

.newsletter-button {
  background-color: #98fb98;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  margin-left: auto;
  margin-top: 1rem;
  display: block;
  width: fit-content;
}

.newsletter-button:hover {
  background-color: #87cefa;
  color: #0b0a0a;
}

.eb-description-details .eb-thumb-left {
  width: 33.3333%;
  max-width: 533px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.eb-event-tickets-heading {
  margin-top: 2rem;
}

/* Event Booking (Joomla) – UI/UX polish for the individual registration page
   Scope: #eb-individual-registration-page only (safe to paste into template/custom CSS)
*/

#eb-individual-registration-page {
  max-width: 980px;
  margin: 0 auto;
}

#eb-individual-registration-page .eb-page-heading {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 14px;
}

#eb-individual-registration-page .eb-message {
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(0, 0, 0, .03);
  padding: 14px 16px;
  border-radius: 12px;
  margin: 0 0 18px;
}

#eb-individual-registration-page .eb-heading {
  margin: 26px 0 12px;
  font-size: 18px;
  font-weight: 700;
}

/* Ticket table */
#eb-individual-registration-page table.table {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  margin-bottom: 18px;
}

#eb-individual-registration-page table.table thead th {
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 12px 14px;
}

#eb-individual-registration-page table.table td {
  padding: 12px 14px;
  vertical-align: top;
}

#eb-individual-registration-page .eb-ticket-type-description {
  margin: 6px 0 0;
  font-size: 13px;
  opacity: .85;
}

#eb-individual-registration-page .ticket_type_quantity.form-select {
  min-width: 86px;
}

/* Forms / fields */
#eb-individual-registration-page form {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  margin: 12px 0 18px;
}

#eb-individual-registration-page .form-row {
  margin: 0 0 12px;
  padding: 8px 10px;
  border-radius: 12px;
}

#eb-individual-registration-page .form-row:focus-within {
  background: rgba(0, 0, 0, .03);
  outline: 2px solid rgba(0, 0, 0, .08);
  outline-offset: 2px;
}

#eb-individual-registration-page .form-control-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

#eb-individual-registration-page .required,
#eb-individual-registration-page .star {
  font-weight: 700;
}

#eb-individual-registration-page .form-control,
#eb-individual-registration-page .form-select,
#eb-individual-registration-page textarea {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 10px 12px;
  min-height: 44px;
  box-shadow: none;
}

#eb-individual-registration-page textarea {
  min-height: 130px;
  resize: vertical;
}

#eb-individual-registration-page .form-control:focus,
#eb-individual-registration-page .form-select:focus,
#eb-individual-registration-page textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, .35);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
}

/* Password input group */
#eb-individual-registration-page .input-group {
  border-radius: 12px;
  overflow: hidden;
}

#eb-individual-registration-page .input-group .btn {
  border-radius: 0;
}

/* Checkboxes (Newsletter / Datenschutz) */
#eb-individual-registration-page .eb-checkboxes-container {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, .02);
}

#eb-individual-registration-page .eb-checkboxes-container label.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
  line-height: 1.35;
}

#eb-individual-registration-page .eb-checkboxes-container input[type="checkbox"].form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, .25);
}

#eb-individual-registration-page .eb-checkboxes-container input[type="checkbox"].form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
}

/* Forgot links */
#eb-individual-registration-page #eb-forgot-username-password {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

#eb-individual-registration-page #eb-forgot-username-password a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Amount box */
#eb-individual-registration-page #eb-amount-container .input-group {
  max-width: 260px;
}

#eb-individual-registration-page #total_amount {
  font-weight: 700;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Submit area */
#eb-individual-registration-page .form-actions {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#eb-individual-registration-page .form-actions .btn {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
}

/* Joomla Users Login – UI/UX polish
   Scope: .com-users-login.login only
*/

.com-users-login.login {
  max-width: 520px;
  margin: 0 auto;
}

.com-users-login.login .com-users-login__form {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  margin: 0 0 18px;
  box-shadow: none;
}

.com-users-login.login fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Field groups */
.com-users-login.login .control-group {
  margin: 0 0 14px;
}

.com-users-login.login .control-label {
  margin: 0 0 6px;
}

.com-users-login.login .control-label label {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.com-users-login.login .star {
  font-weight: 700;
}

.com-users-login.login .form-control-feedback {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #b42318;
}

/* Inputs */
.com-users-login.login .form-control,
.com-users-login.login input[type="text"],
.com-users-login.login input[type="password"] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px 12px;
  min-height: 44px;
  box-shadow: none;
  background: #fff;
}

.com-users-login.login .form-control:focus,
.com-users-login.login input[type="text"]:focus,
.com-users-login.login input[type="password"]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Invalid state */
.com-users-login.login .controls.has-danger .form-control,
.com-users-login.login .form-control.invalid,
.com-users-login.login input[aria-invalid="true"] {
  border-color: rgba(180, 35, 24, 0.65);
}

.com-users-login.login .controls.has-danger .form-control:focus,
.com-users-login.login .form-control.invalid:focus,
.com-users-login.login input[aria-invalid="true"]:focus {
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12);
}

/* Password group */
.com-users-login.login .password-group .input-group {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}

.com-users-login.login .password-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.com-users-login.login .password-group .input-group .btn {
  min-width: 52px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  background: rgba(0, 0, 0, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.com-users-login.login .password-group .input-group .btn:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Remember me */
.com-users-login.login .com-users-login__remember {
  margin: 2px 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.02);
}

.com-users-login.login .com-users-login__remember .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.com-users-login.login .com-users-login__remember .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  flex: 0 0 20px;
}

.com-users-login.login .com-users-login__remember .form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

.com-users-login.login .com-users-login__remember .form-check-label {
  line-height: 1.35;
  cursor: pointer;
}

/* Submit buttons */
.com-users-login.login .com-users-login__submit {
  margin: 0 0 12px;
}

.com-users-login.login .com-users-login__submit:last-of-type {
  margin-bottom: 0;
}

.com-users-login.login .com-users-login__submit .controls {
  width: 100%;
}

.com-users-login.login .com-users-login__submit .btn {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
}

/* Passkey button */
.com-users-login.login .plg_system_webauthn_login_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.com-users-login.login .plg_system_webauthn_login_button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

/* Options below form */
.com-users-login.login .com-users-login__options {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.com-users-login.login .com-users-login__options .list-group-item {
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease;
}

.com-users-login.login .com-users-login__options .list-group-item:last-child {
  border-bottom: 0;
}

.com-users-login.login .com-users-login__options .list-group-item:hover,
.com-users-login.login .com-users-login__options .list-group-item:focus {
  background: rgba(0, 0, 0, 0.03);
  outline: none;
}

/* Utility */
.com-users-login.login .w-100 {
  width: 100%;
}

/* Mobile */
@media (max-width: 640px) {
  .com-users-login.login {
    max-width: 100%;
  }

  .com-users-login.login .com-users-login__form {
    padding: 16px;
  }

  .com-users-login.login .com-users-login__options .list-group-item {
    padding: 12px 14px;
  }
}


/* Joomla Users Registration – UI/UX polish
   Scope: .com-users-registration.registration only
*/

.com-users-registration.registration {
  max-width: 620px;
  margin: 0 auto;
}

.com-users-registration.registration .com-users-registration__form {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  margin: 0;
  box-shadow: none;
}

.com-users-registration.registration fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.com-users-registration.registration legend {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 18px;
  padding: 0;
}

/* Field groups */
.com-users-registration.registration .control-group {
  margin: 0 0 14px;
}

.com-users-registration.registration .control-label {
  margin: 0 0 6px;
}

.com-users-registration.registration .control-label label {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.com-users-registration.registration .star,
.com-users-registration.registration .red {
  font-weight: 700;
}

/* Spacer / required info */
.com-users-registration.registration .field-spacer {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.03);
  padding: 12px 14px;
  border-radius: 12px;
  margin: 0 0 18px;
}

.com-users-registration.registration .field-spacer .control-label,
.com-users-registration.registration .field-spacer .controls {
  margin: 0;
}

.com-users-registration.registration .field-spacer .spacer {
  display: block;
}

.com-users-registration.registration .field-spacer .text {
  display: inline;
}

.com-users-registration.registration .field-spacer strong.red {
  color: inherit;
}

/* Inputs */
.com-users-registration.registration .form-control,
.com-users-registration.registration input[type="text"],
.com-users-registration.registration input[type="password"],
.com-users-registration.registration input[type="email"] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px 12px;
  min-height: 44px;
  box-shadow: none;
  background: #fff;
}

.com-users-registration.registration .form-control:focus,
.com-users-registration.registration input[type="text"]:focus,
.com-users-registration.registration input[type="password"]:focus,
.com-users-registration.registration input[type="email"]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Password rule text */
.com-users-registration.registration .text-muted,
.com-users-registration.registration .small.text-muted {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.85;
}

/* Password group */
.com-users-registration.registration .password-group .input-group {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}

.com-users-registration.registration .password-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.com-users-registration.registration .password-group .input-group .btn {
  min-width: 52px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  background: rgba(0, 0, 0, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.com-users-registration.registration .password-group .input-group .btn:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Joomla Users Reset & Remind – UI/UX polish
   Scope: .com-users-reset.reset, .com-users-remind.remind
*/

/* Wrapper */
.com-users-reset.reset,
.com-users-remind.remind {
  max-width: 520px;
  margin: 0 auto;
}

/* Form */
.com-users-reset.reset .com-users-reset__form,
.com-users-remind.remind .com-users-remind__form {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  margin: 0;
  box-shadow: none;
}

.com-users-reset.reset fieldset,
.com-users-remind.remind fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Description / legend */
.com-users-reset.reset legend,
.com-users-remind.remind legend {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 500;
}

/* Field groups */
.com-users-reset.reset .control-group,
.com-users-remind.remind .control-group {
  margin: 0 0 14px;
}

.com-users-reset.reset .control-label,
.com-users-remind.remind .control-label {
  margin: 0 0 6px;
}

.com-users-reset.reset .control-label label,
.com-users-remind.remind .control-label label {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.com-users-reset.reset .star,
.com-users-remind.remind .star {
  font-weight: 700;
}

.dj-offcanvas-dark .dj-offcanvas-close-btn {
  border: none !important;
}

/* Inputs */
.com-users-reset.reset .form-control,
.com-users-remind.remind .form-control,
.com-users-reset.reset input[type="email"],
.com-users-remind.remind input[type="email"] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px 12px;
  min-height: 44px;
  box-shadow: none;
  background: #fff;
}

.com-users-reset.reset .form-control:focus,
.com-users-remind.remind .form-control:focus,
.com-users-reset.reset input[type="email"]:focus,
.com-users-remind.remind input[type="email"]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Submit */
.com-users-reset.reset .com-users-reset__submit,
.com-users-remind.remind .com-users-remind__submit {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.com-users-reset.reset .controls,
.com-users-remind.remind .controls {
  width: 100%;
}

.com-users-reset.reset .btn,
.com-users-remind.remind .btn {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 640px) {

  .com-users-reset.reset,
  .com-users-remind.remind {
    max-width: 100%;
  }

  .com-users-reset.reset .com-users-reset__form,
  .com-users-remind.remind .com-users-remind__form {
    padding: 16px;
  }

  .com-users-reset.reset legend,
  .com-users-remind.remind legend {
    font-size: 13px;
    padding: 12px 14px;
  }
}

/* Password strength meter */
.com-users-registration.registration .password-group meter {
  width: 100%;
  height: 10px;
  margin: 10px 0 6px;
  display: block;
}

.com-users-registration.registration .password-group [id^="password-"] {
  font-size: 13px;
  line-height: 1.4;
  min-height: 20px;
  text-align: center;
}

/* Submit area */
.com-users-registration.registration .com-users-registration__submit {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.com-users-registration.registration .com-users-registration__submit .controls {
  width: 100%;
}

.com-users-registration.registration .com-users-registration__submit .btn {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 640px) {
  .com-users-registration.registration {
    max-width: 100%;
  }

  .com-users-registration.registration .com-users-registration__form {
    padding: 16px;
  }

  .com-users-registration.registration legend {
    font-size: 24px;
  }
}

.eb-container .input-large {
  width: 100% !important;
}

.is-low-availability {
  background: #FFDAB9 !important;
  border-color: #FFDAB9 !important;
  color: #0B0A0A !important;
}

/* .is-low-availability:hover {
  background-color: #98fb98 !important;
  border-color: #98fb98 !important;
} */

.is-sold-out {
  color: #ffffff;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.8;
}


.ingallery-item-img,
.ingallery-item-img img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  content: url('/images/icon/pfeile-rechts%201.svg') !important;
  display: inline-block !important;
  line-height: 1;
}

.slick-prev:before {
  transform: rotate(180deg) scale(1) !important;
}

.slick-next:before {
  transform: scale(1) !important;
}

.clearfix.sold-out {
  display: flex;
}

.clearfix.sold-out a {
  width: auto;
}

.date.day_cell .is-sold-out {
  pointer-events: all;
  cursor: pointer;
}

/* Responsive: stack label + field */
@media (max-width: 767px) {
  #eb-individual-registration-page {
    padding: 12px;
  }

  .eb_event_link img {
    max-height: 100%;

  }

  #dj-megamenu94offcanvas {
    top: 10px;
  }

  #eb-individual-registration-page .eb-checkboxes-container label.checkbox {
    display: block;
  }

  #eb-individual-registration-page .eb-checkboxes-container input[type="checkbox"].form-check-input {
    margin-right: 10px;
  }

  tbody,
  tbody * {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .slick-prev:before,
  .slick-next:before {
    transform: scale(0.6) !important;
    /* next */
  }

  .slick-prev:before {
    transform: rotate(180deg) scale(0.6) !important;
    /* prev kombiniert */
  }

  .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent !important;
  }

  #eb-individual-registration-page .form-row {
    padding: 10px 0;
  }

  #eb-individual-registration-page form {
    padding: 8px;
  }

  #eb-individual-registration-page .col-md-3,
  #eb-individual-registration-page .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Ticket table: prevent horizontal overflow */
  #eb-individual-registration-page table.table {
    width: 100%;
    table-layout: fixed;
  }

  #eb-individual-registration-page table.table thead {
    display: none;
  }

  /* Mobile-friendly ticket rows */
  #eb-individual-registration-page table.table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    box-sizing: border-box;
  }

  #adminForm  thead{
    padding: 0;
  }

  #adminForm  tbody{
    border: none;
  }

  #adminForm .table.table-striped.table-bordered.table-sm {
    display: flex;
    flex-direction: row;
  }

  #adminForm .table.table-striped.table-bordered.table-sm thead tr {
    display: flex;
    flex-direction: column;
    border: none;
  }

  #adminForm .table.table-striped.table-bordered.table-sm thead tr * {
    text-align: left !important;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  #adminForm .table-striped>tbody>tr:nth-of-type(odd)>* {
    text-align: right !important;
    border-bottom: 1px solid #fff;
  }

  #adminForm tbody tr:nth-child(odd){
    height: 100%;
    border: none;
  }

  #eb-individual-registration-page table.table td {
    border: 0;
    padding: 0 14px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  #eb-individual-registration-page table.table td.center {
    text-align: left !important;
  }

  /* Prevent selects from pushing the layout */
  #eb-individual-registration-page .ticket_type_quantity {
    width: 100%;
    max-width: 100%;
  }
}

button[class*=plg_system_webauthn_login_button] {
  display: none !important;
}

/*  */
/* Event Booking – Reservation/Confirmation details page
   Scope: #eb-message only (safe to paste into template/custom CSS)
*/

#eb-message.eb-message {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  background: #fff;
}

#eb-message.eb-message>p:first-child {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  background: rgba(0, 0, 0, .03);
}

/* Headings inside the details */
#eb-message .eb-heading {
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: 700;
}

/* Ticket table */
#eb-message table.table {
  border-radius: 14px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  margin: 10px 0 16px;
}

#eb-message table.table thead th {
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 12px 14px;
}

#eb-message table.table td {
  padding: 12px 14px;
  vertical-align: top;
}

#eb-message .eb-text-right {
  text-align: right;
}

/* “Form rows” (label/value pairs) */
#eb-message .form.form-horizontal {
  margin: 0;
}

#eb-message .form-row {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, .06);
}

#eb-message .form-control-label {
  font-weight: 700;
  font-size: 14px;
}

#eb-message .eb-form-control {
  font-size: 14px;
}

/* Links */
#eb-message a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Images */
#eb-message img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  #eb-message.eb-message {
    padding: 12px;
  }

  /* Stack label/value columns */
  #eb-message .col-md-3,
  #eb-message .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #eb-message .form-row {
    padding: 10px;
  }

}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #eb-message * {
    transition: none !important;
    animation: none !important;
  }
}

.eb-box-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eb-box-heading.clearfix::after {
  content: none;
}

.pageid-347 #main,
.pageid-313 #main,
.pageid-315 #main {
  padding-bottom: 0;
}

#mapa-section-1 .splide__list {
  padding: 4rem 0 !important;
}

#mapa-section-1 h2 {
  text-align: center;
  margin-bottom: 0;
}

#navigation {
  display: flex;
  align-items: center;
  position: absolute;
}

/* Wrapper für den Sprachwechsler */
#sprachewechsler {
  display: flex;
  gap: 6px;
}

/* Flaggen-Icons */
#sprachewechsler img {
  width: 24px;
  height: 24px;
  object-fit: cover;

  opacity: 0.85;
  filter: grayscale(20%) contrast(110%);

  background: rgba(255, 255, 255, 0.4);
  padding: 2px;

  transition: all 0.2s ease;
}

/* Hover / aktive Sprache */
#sprachewechsler img:hover,
#sprachewechsler .active img {
  opacity: 1;
  filter: grayscale(0%) contrast(120%);
  background: rgba(255, 255, 255, 0.8);
}



#mapa-section-1 .transparent-btn.arrow.black {
  display: flex;
  width: fit-content !important;
  margin: auto;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

.available-event {
  position: absolute;
  height: 75px;
  top: -35px;
  right: 0;
  z-index: 10;
}

.eb-event-title {
  min-height: 40px;
}

.eb-event-property--individual-price,
.eb-event-property--available-place {
  display: none !important;
}

.available-event .text-overlay {
  background-color: #98FB98;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  display: none;
}

.eb-save-to-calendar-buttons .dropdown {
  position: relative;
}

.eb-social-sharing-buttons .btn {
  padding: 10px 10px;
}

.eb-save-to-calendar-buttons .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.eb-save-to-calendar-buttons .dropdown.is-open .dropdown-menu {
  display: flex !important;
  transform: none !important;
  padding: 1rem .5rem;
  flex-direction: column;
  gap: 10px;
}

.available-event p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.available-event .sold {
  font-weight: 700;
}

.eb-slider-container .eb-event-wrapper {
  margin: 0;
  box-shadow: none;
  border: none;
  text-align: center;
  height: 100%;
  border-radius: 0 !important;
}

.eb-slider-container .eb-event-wrapper img {
  border-radius: 0 !important;
}

.eb-slider-container .eb-event-wrapper .eb-event-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* background-color: #87CEFA; */
  margin: 0;
  padding: 1rem !important;
  margin-top: 5px;
  /* border-radius: 2rem; */
  box-shadow: none;
  border: 1px solid #87CEFA;
  text-align: center;
  height: auto;
}


.splide__slide.custom .eb-event-slider-thumb {
  border: 1px solid #0B0A0A;
  aspect-ratio: 1 / 1;
}

.eb-slider-container .eb-event-wrapper * {
  color: #0B0A0A;
}

.available-number {
  font-size: 1.5rem;
  font-weight: 700;
}

.splide__slide.custom .eb-event-slider-thumb-container,
.splide__slide.custom .eb-event-slider-thumb {
  width: 100%;
}

.splide__slide.custom .eb-event-slider-thumb {
  border-radius: 2rem;
  max-height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.btn-primary {
  background-color: #00BFFF;
  color: #0B0A0A;
  border: 1px solid #00BFFF;
}

.btn-primary:hover {
  background-color: #98FB98;
  color: #0B0A0A;
  border: 1px solid #98FB98;
}


.event-link {
  border: 1px solid #0B0A0A;
  background-color: transparent;
  width: 100%;
  text-align: center;
  padding: 1rem;
  border-radius: 2rem;
  margin-top: 2rem;
  background-color: #98fb98;
  border-color: #98fb98;
}

.event-link:hover {
  background-color: #98FB98;
  color: #0B0A0A;
  font-weight: 700;
}

.splide__slide.custom .eb-event-title-container {
  font-weight: 600;
  margin-bottom: 0;
  min-height: 80px;

}

.splide__slide.custom .eb-event-location-price {
  margin-top: 4rem;
  font-size: 1.25rem;
  display: none;
}

.is-sold-out {
  background-color: red !important;
  color: #fff !important;
  border-color: red !important;
}

.is-past-event{
  background-color: #ababab !important;
  color: #0B0A0A !important;
  border-color: #ababab !important;
}


#titelbild .cameraContent:first-of-type .camera_caption {
  bottom: 5%;
}

.camera_caption>div {
  padding: 0 !important;
}

#titelbild .cameraContent:first-of-type .camera_caption>div {
  background-color: transparent;
  flex-direction: row;
  justify-content: space-between;
}

#titelbild .cameraContent:first-of-type .camera_caption .container {
  display: flex;
  justify-content: space-between;
}

#titelbild .cameraContent:first-of-type .camera_caption h1 {
  color: #fff;
  text-align: left;
}

#titelbild .cameraContent:first-of-type .camera_caption_desc a {
  background-color: #98fb98;
  color: #0b0a0a;
  font-weight: 700;
  width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#titelbild .cameraContent:first-of-type .camera_caption_desc a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 1rem;
  background-image: url("/images/icon/arrow-only-n.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}


#titelbild .cameraContent:first-of-type .camera_caption_desc a:hover::after {
  transform: translateX(10px);
}

#mapa-section-6 {
  padding: 6rem 0;
}

#mapa-section-2,
#mapa-section-6,
#mapa-section-4,
div#footer {
  border-top: 1px solid #0B0A0A;
  border-bottom: 1px solid #0B0A0A;
}

div#footer {
  border-bottom: none;
}

#mapa-section-2 h2 {
  text-align: center;
}



#mapa-section-4 .mod-articles-items {
  margin-top: 2rem;
}

#mapa-section-4 .mod-articles-items * {
  color: #0B0A0A;
}

#mapa-section-4 .mod-articles-items h3 {
  font-size: 2rem;
  font-weight: 600;
}

#mapa-section-4 .mod-articles-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
}

#mapa-section-4 .btn.arrow.black {
  background-color: transparent;
  border-bottom: 1px solid #000;
  padding: 5px 20px;
  font-size: 18px;
}

#mapa-section-4 .btn.arrow.black:hover {
  background-color: #98FB98;
  border-color: #98FB98;
  color: #0B0A0A;
}

#mapa-section-5 h2 {
  font-weight: 400;
  font-size: 1.563rem;
}

#mapa-section-5 .social-media {
  display: flex;
  justify-content: end;
  gap: 10px;
}

#mapa-section-6 .container {
  max-width: 100%;
}

#mapa-section-6 .col-lg-6.left-multi {
  max-width: 825px;
  margin-left: auto;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: baseline;
}

#mapa-section-3 {
  text-align: center;
}

#mapa-section-4 .row {
  display: flex;
  align-items: center;

}

#mapa-section-4 .row img {
  height: 85px;
  object-fit: contain;
}

.spendenlogos-titel {
  font-size: 1.563rem;
  padding-top: 30px;
}

.spendenlogos {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;

}

.spendenlogos img {
  height: 50px;
  object-fit: contain;
  width: auto;
}


#mapa-section-5 .cf-fields {
  position: relative;
}

.com-content-article.item-page {
  max-width: 800px;
  margin: auto;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.button-row .btn.black {
  background-color: #0B0A0A;
  color: #fff;
  border-radius: 999px;
  padding: 5px 20px;
}

.button-row .btn.black:hover {
  background-color: #98FB98;
  color: #0B0A0A;
}

#mapa-section-5 .send-button {
  position: absolute !important;
  right: 6px !important;
  bottom: 4px !important;
}

#mapa-section-5 .send-button * {
  color: #fff;
}

#mapa-section-5 .mail-field input {
  height: 45px !important;
}

.eb-btn-instagram {
  background-color: #E4405F;
  color: #fff;
}

.eb-btn-instagram:hover {
  background-color: #c13584;
  color: #fff;
}

.btn.btn-primary {
  background-color: #98FB98;
  color: #0B0A0A;
  border-color: #98FB98;
}

#eb-category-page-timeline .eb-ticket-information,
#eb-category-page-timeline .eb-event-tickets-heading,
#eb-event-page .eb-event-tickets-heading,
#eb-event-page .eb-ticket-information-wrap {
  display: none;
}

/**SUPA - UNTERSEITEN STYLE**/
.bg-primary,
.ba-gallery .category-filter a:hover,
.ba-gallery .category-filter a.ba-filter-active {
  background-color: #00BFFF !important;
}

.eb-event-date {
  background-color: #98FB98 !important;
  height: 75px;
  width: 75px;
  border-radius: 0;
  border: none !important;
}

.eb-event-price-container .eb-individual-price {
  display: none;
}

.eb-event-date-container {
  border-radius: 0 !important;
}

.eb-event-price-container .eb-individual-price {
  font-size: 18px;
}

.eb-event-date * {
  color: #0B0A0A;
}

#eb-registration-complete-page #eb-message>div {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, .06);
}

.eb-event-container {
  margin-bottom: 2rem;
}

#eb-event-page .eb-event-container {
  margin-bottom: 0;
}

#eb-events .eb-page-heading {
  text-align: left;
  color: #00BFFF;
}

.text-info {
  color: #00BFFF !important;
}

b,
strong {
  font-weight: 600 !important;
}

#supa-section-1 .container-top,
.ticket-prepaid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

#supa-section-1 .container-top .card-service,
.ticket-prepaid .span4 {
  background-color: #87CEFA;
  padding: 20px;
  border-radius: 2rem;
  color: #111;
}

#supa-section-1 .container-top .card-service a {
  color: #111;
}

#supa-section-1 .container-top .card-service .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pageid-315 #supa-section-1 {
  padding-bottom: 0;
}

#supa-section-1 .no-color {
  display: none;
}

.pageid-347 #supa-section-1 h1 {
  margin-bottom: 2rem;
}

.pageid-347 #supa-section-2 {
  border-top: 1px solid #0c0b0b57;
  border-bottom: 1px solid #0c0b0b57;
}

.pageid-347 #supa-section-1 p a .pageid-347 #supa-section-2 p a {
  color: #00BFFF !important;
}

.pageid-347 #supa-section-2 .custom,
.pageid-347 #supa-section-3 .custom {
  text-align: center;
}

.pageid-347 #supa-section-3 .span4 {
  background-color: #87CEFA;
  padding: 20px;
  border-radius: 2rem;
  width: fit-content;
  margin: auto;
}

.pageid-313 .ticket-prepaid .span4 {
  background-color: transparent;
  border: 1px solid #87CEFA;
}

.pageid-313 .ticket-prepaid h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem !important;
}

.pageid-313 #supa-section-1 {
  border-top: 1px solid #0c0b0b57;
}

/* News */

/**KONTAKT Page - UNTERSEITEN STYLE**/
.convertforms .cf-input {
  border-radius: 30px;
}

.headline-kontaktform {
  padding-top: 0 !important;
}

/* Footer */

#footer * {
  font-weight: 400;
}

#footer .big-font {
  line-height: 1;
  font-size: 2.188rem;
  font-weight: 700;
}

#footer .bold {
  font-weight: 700;
  margin-bottom: 0;
}

#copyright {
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 1rem;
}

#copyright * {
  font-weight: 300;
}

.copyright-bottom {
  display: flex;
  justify-content: center;
  gap: 7px;
}

#copyright p,
#copyright a {
  color: #0B0A0A;
}

.copyright-links {
  display: flex;
  gap: 30px;
  justify-content: end;
}

#copyright p {
  margin: 0;
}

#copyright a {
  color: #0B0A0A;
}

#copyright a:hover {
  color: #0B0A0A;
  text-decoration: underline;
}

footer#footer-sections {
  background: #fff;
  color: #0B0A0A;
}

#footer-sections hr {
  padding: 1rem 0;
}

#footer p {
  margin-bottom: 0.5rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer-1-3 .social-media {
  justify-content: flex-start;
}


#footer-1-5 {
  text-align: right;
}

.contact-item {
  display: flex;
  gap: 10px;
}

.phone-numbers {
  display: flex;
  flex-direction: column;
}


.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.cf-btn-text {
  color: #12120d !important;
}


.imageTop {
  margin-bottom: 10px;
}


#footer a:hover {
  text-decoration: underline;
}

div#footer {
  padding-top: 30px;
  padding-bottom: 4rem;
}

.social-media.collapsed {
  display: flex;
  gap: 20px;
}

.footer-columns {
  width: 20%;
}

div#footer a {
  color: #0B0A0A;
}

div#footer h2 {
  color: #0B0A0A;
  font-size: 1.563rem;
}

div#footer .row {
  display: flex;
}

div#footer-1-3 ul {
  padding: 0;
  margin: 0;
}

div#footer-1-3 ul li {
  padding: 0;
  margin: 0;
}

div#footer-1-3 ul li::marker {
  content: none;
}


#footer .clickable,
#footer .logo {
  min-height: 50px;
  display: flex;
  align-items: end;
  font-weight: 700;
}

#footer .links p {
  min-height: auto !important;
  padding-right: 10px;
}

#footer .col-lg-3:first-child {
  padding-right: 0;
}

#footer .col-lg-3:nth-child(2),
#footer .col-lg-3:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}

#footer .col-lg-3:last-child {
  padding-left: 0;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.logo-mobile {
  display: none;
}

.pageid-335 .cf-btn-text {
  color: #fff !important;
}

@media screen and (max-width: 1399.99px) {
  #mapa-section-6 .col-lg-6.left-multi {
    max-width: 580px;
  }

  .custom_headline img {
    width: 150px;
  }

  #titelbild h1,
  h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2.3rem;
  }

  .special-font {
    font-size: 1.3rem;
  }


  #dj-megamenu94offcanvas,
  #navigation {
    right: 13%;
  }


}

@media screen and (max-width: 1199px) {
  #navigation {
    display: block;
  }

  #titelbild .cameraContent:first-of-type .camera_caption_desc a {
    width: 150px;
    height: 150px;
    font-size: 1rem;
    padding: 0.5rem;
  }

  #titelbild .cameraContent:first-of-type .camera_caption_desc a::after {
    width: 20px;
    height: 20px;
    margin-top: 0.5rem;
  }


  .custom_headline a img {
    width: 150px;
  }

  .dj-megamenu-wrapper {
    text-align: right;
  }

  #sprachwechsler .container {
    padding-right: 0 !important;
  }


  #mapa-section-6 .col-lg-6.left-multi {
    max-width: 490px;
  }

  .titelbild-inhalt p {
    width: 100%;
    display: inline-block;
    line-height: 1.4;
  }

  #titelbild h1,
  h1 {
    font-size: 2rem;
  }

  ul.dj-megamenu {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }

  #mapa-section-6 .left .img-container,
  #mapa-section-6 .right .img-container {
    position: static;
  }


  #footer .col-lg-3:nth-child(2) p:first-of-type {
    padding-left: 15px;
  }

  #footer-1-2 .links {
    padding-left: 15px;
  }

  #footer-1-2 .links p {
    padding-left: 0 !important;
  }

  .pageid-313 .ticket-prepaid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 991px) {
  #top-bar {
    display: block;
  }

  #titelbild .cameraContent:first-of-type .camera_caption_desc a {
    width: 100px;
    height: 100px;
    font-size: 0.875rem;
    padding: 0.25rem;
  }

  #titelbild .cameraContent:first-of-type .camera_caption_desc a::after {
    width: 15px;
    height: 15px;
    margin-top: 0.25rem;
  }


  .splide__slide.custom .eb-event-slider-thumb {
    max-height: 100%;
  }

  .splide__slide.custom .eb-event-title-container {
    max-width: 85%;
    margin: auto;
  }

  .custom_headline a img {
    width: 70px;
  }

  .splide__arrow--prev {
    left: 0;
  }

  .splide__arrow--next {
    right: 0;
  }

  .splide__arrow--prev,
  .splide__arrow--next {
    top: 67%;
  }


  .splide__arrow {
    background-color: #00bfff78 !important;
  }

  .splide__arrow svg {
    fill: #000 !important;
  }

  #sprachewechsler .container {
    padding-right: 0 !important;
  }

  #header-sections {
    padding-top: 0;
  }

  .logo-mobile {
    width: 140px;
  }

  ul.uebersicht-liste {
    padding: 0;
    margin: 0;
    width: 95%;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  h2 {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  li.result__item {
    flex: 0 0 100%;
  }

  .result__item img {
    height: auto;
  }

  #top-section-1,
  #top-section-2,
  #top-section-3,
  #top-section-4,
  #top-section-5,
  #top-section-6,
  #top-section-7,
  #bottom-section-1,
  #bottom-section-2,
  #bottom-section-3,
  #bottom-section-4,
  #bottom-section-5,
  #bottom-section-6,
  #bottom-section-7,
  #top-section-1,
  #main,
  #supa-section-2,
  #supa-section-3,
  #supa-section-4,
  #supa-section-5,
  #supa-section-6,
  #supa-section-7,
  #supa-section-8,
  #mapa-section-3,
  #mapa-section-4,
  #mapa-section-5,
  #mapa-section-6,
  #mapa-section-7,
  #mapa-section-8,
  #mapa-section-9,
  #mapa-section-10 {
    padding: 30px 0;
  }


  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 25px;
    padding-left: 25px;
  }

  #header {
    position: relative;
  }

  #copyright {
    border-top: none;
  }

  footer#footer-sections {
    text-align: center;
  }

  div#mapa-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }


  .desktop {
    display: none;
  }


  .mobile {
    display: block;
  }

  div#footer-1-2 ul li {
    display: block;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    text-align: center;
  }

  .col-lg-4 {
    margin: 20px 0;
  }

  .footer {
    padding: 20px 0 10px;
    text-align: center;
  }

  div#copyright .col-lg-6 {
    color: #fff;
  }

  #copyright-1-2 {
    padding-top: 0 !important;
    border-top: none !important;
  }

  div#copyright .col-lg-6 {
    border-top: 0;
    padding-top: 0;
  }

  #mapa-section-4 .row {
    row-gap: 20px;
  }

  .links-row {
    width: 100%;
    flex-direction: column;
    padding-top: 2rem;
  }

  .text-top h2 {
    font-size: 2.3rem;
  }

  .text-top {
    flex-direction: column;
    align-items: baseline;
  }

  .row .solo:nth-child(3) {
    border-left: none;
    border-right: 1px solid #707070;
  }

  .row .solo:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707070;
  }

  #mapa-section-6 .col-lg-6.right {
    padding-left: 12px;
  }

  .collapsed {
    display: none;
    transition: display 0.3s ease-out;
  }

  #footer-1-5 {
    text-align: center;
  }

  .big-font {
    position: relative;
    cursor: pointer;
  }


  #footer .big-font {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  #footer .big-font.open {
    margin-bottom: 1.3rem;
  }

  #footer-1-2,
  #footer-1-3,
  #footer-1-4,
  #footer-1-5 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  div#footer {
    padding-bottom: 0rem;
  }

  .footer-columns {
    width: 100%;
  }

  .copyright-links {
    gap: 5px;
    justify-content: center;
    flex-direction: column;
  }

  div#copyright .col-lg-6 {
    padding-bottom: 1rem;
  }

  .desktop-text {
    display: block;
  }


  .copyright-bottom {
    flex-direction: column;
  }

  .header-top .custom p {
    text-align: center;
    font-size: .8rem;

  }

  .section-container-1 h3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .h2,
  h2 {
    font-size: 2rem !important;
  }

  .default-text {
    font-size: 14px;
  }

  .hover-text {
    font-size: 20px;
  }

  #mapa-section-2 .col-lg-6.left-multi {
    max-width: 710px;
    margin: auto;
    text-align: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .carousel-caption.inhalt.solo {
    border-bottom: 1px solid #0c0b0b57;
  }

  #mapa-section-5 .send-button {
    position: relative !important;
    position: static !important;
    width: 100%;
  }

  #mapa-section-5 .mail-field {
    width: 100%;
  }

  #mapa-section-5 .cf-fields {
    flex-direction: column;
  }

  #mapa-section-5 .mail-field input {
    height: auto !important;
  }


  .custom_headline a {
    z-index: 1;
  }

  .dj-offcanvas {
    padding: 0 0rem;
  }

  .dj-offcanvas-dark .dj-offcanvas-top {
    right: 0;
  }

  .slick-next {
    right: 1rem !important;
  }

  .slick-prev {
    left: 1rem !important;
  }

  .ticket-prepaid,
  #supa-section-1 .container-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

.splide__arrows.splide__arrows--ltr {
  display: none;
}

.splide__arrow {
  background-color: transparent !important;
}

.splide__arrow svg {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .eb-description-details .eb-thumb-left {
    width: 100%;
    max-width: 100%;
  }

  .camera_caption>div {
    padding: 10px 25px;
  }

  #titelbild .cameraContent:first-of-type .camera_caption_desc a {
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
    padding: 0.25rem;
  }

  #titelbild .cameraContent:first-of-type .camera_caption_desc a::after {
    width: 15px;
    height: 15px;
    margin-top: 0.25rem;
  }

  #dj-megamenu94offcanvas,
  #navigation {
    right: 5%;
  }

  .splide__arrows.splide__arrows--ltr {
    display: block;
  }

  li[class*=eb-calendar-row-] {
    min-height: auto !important;
    border-bottom: 1px solid #111 !important;
  }

  .row-button {
    flex-direction: column;
  }

  #mapa-section-6 .col-lg-6.left-multi {
    padding-left: 12px;
  }

  .custom_headline img {
    width: 100px;
  }

  .custom_headline a {
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  #titelbild picture img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

}

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

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

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

.regpro-calendarMonthHeader {
  background-color: #868686;
  color: #fff !important;
}

.eb-calendar ul.eb-weekdays {
  background-color: #cecece;
}

ul.dj-mobile-dark li.dj-mobileitem.active a {
  color: #00BFFF;
}

.dj-mobileitem.itemid-575 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dj-mobileitem.itemid-575 #sprachwechsler .container {
  padding-left: 0 !important;
}

.ticket-prepaid-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.ticket-card {
  flex: 1 1 calc(25% - 18px);
  min-width: 240px;
  box-sizing: border-box;
}

.ticket-prepaid-inner {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid #00BFFF;
  border-radius: 0;
  text-align: center;
}

.ticket-prepaid-inner p:first-child {
  margin-bottom: 16px;
}

.ticket-prepaid-inner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  max-height: 80px;
  object-fit: contain;
}

.ticket-prepaid-inner h3 {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .ticket-card {
    flex: 1 1 calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .ticket-card {
    flex: 1 1 100%;
  }
}