@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSans-VariableFont_wdth%2Cwght.ttf') format('ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/NotoSans-Italic-VariableFont_wdth%2Cwght.ttf') format('ttf');
}

:root{
    --box-shadow: 0 20px 60px 0 rgba(6,10,20,.08);
    --bs-body-font-size: 18px;
    --white: #fff;
    --gray: #c4c4c4;
    --dark: 108, 117, 125;
    --text-color: var(--sppb-text-color,#252525);

}

.btn-primary {
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00BCD4;
    --bs-btn-active-border-color: #00BCD4;
}


.btn-secondary {
    --bs-btn-disabled-bg: #c4c4c4;
    --bs-btn-disabled-border-color: #c4c4c4;
}


body {
font-family: 'Noto Sans','Arial', sans-serif;
font-size: var(--bs-body-font-size);
line-height: 1.6;
font-weight: normal;
}

.sp-megamenu-parent {
font-family: 'Noto Sans','Arial', sans-serif;
font-size: var(--bs-body-font-size);
font-weight: normal;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Noto Sans','Arial', sans-serif;
    text-decoration: none;
    font-size: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans','Arial', sans-serif !important;
}
h1, .h1 {
font-size: 55px;
font-weight: 700;
}
h2, .h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
}

}
h3, .h3 {
font-size: 28px;
font-weight: 300;
}
h4, .h4 {
font-size: 28px;
font-weight: 300;
}
h5, .h5 {
font-size: 25px;
font-weight: normal;
}
h6, .h6 {
font-size: 18px;
font-weight: 300;
}

p {
    margin-top: 0;
    margin-bottom: 1px;
}

b, strong {
    font-weight: 600;
}

#sp-header {
    background: #ff0000;
}
#sp-menu .sp-megamenu-wrapper{
    border-right: 1px solid #fff;
}
#sp-header a,
#sp-menu ul.social-icons a,
.sp-megamenu-parent>li>a {
    color: #fff;
}



/*
#sp-header a:hover, 
.sp-megamenu-parent>li:hover>a{
    color: #f1f1f1;
}
    */
#sp-header .sp-megamenu-parent>li:hover>a{
    color: #ff0000;
    background: #fff;

}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
#sp-menu ul.social-icons a:hover, #sp-menu ul.social-icons a:focus,
#sp-header a.sp-sign-in:hover {
    color: #000000;
}
#sp-header a.sp-sign-in .signin-text {
    display: none !important;
}
#sp-menu .social-wrap {
    position: relative;
    padding-left: 20px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px;
}
#sp-logo {
    position: absolute;
    top: 0;
    z-index: 1;
}
#sp-header .logo {
    align-items: center;
    transition: all 0.8s;
    height: 100%;
    width: 100%;
    max-width: 160px;
    max-height: 90px;
    background: #fff;
    border-radius: 0px 0px 25px 25px;
    border: 1px solid rgba(0, 0, 0, 0.31);
    border-top: 0;
    -webkit-box-shadow: 2px 14px 14px 4px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.31)!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.31) !important;
    padding: 15px 0 0;
    margin-top: 0;
}

.sp-menu-item a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff0000;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

/*
.sp-dropdown-main .sp-menu-item a:before {
    height: 2px;
}
*/
.sp-menu-item > a:hover:before {
    width: 100%;
}
#sb-search{
   border: 1px solid #ff0000;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    padding-right: 25px;
}
#sb-search .sb-icon-search {
    color: #ffffff;
    background: #ff0000;
    z-index: 90;
    font-size: 20px;
    transition: 0.4s ease all;
}
#sb-search .sb-icon-search:hover {
       color: #000000;
}
#sb-search .sb-icon-search:before {
    content:unset !important;
}

#sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
    min-width: 200px;
    border-radius: 0.25rem;
    border-color: #fff;
}

#sp-bottom .footer-menu .sppb-addon-title {
    font-size: 18px;
    font-weight: 300;
    padding-left: 15px;
}

#sp-bottom .sp-module {
    margin-bottom: 0;
}
#sp-bottom .sp-module .footer-menu{
    margin-top: 30px;
    font-size: 16px;
}
#sp-bottom .sp-module .footer-menu ul>li {
    display: block;
    margin-bottom: 0;
}
#sp-footer {
    background: #5c5c5c;
    color: #ffffff;
}
#sp-footer a {
    color: #ffffff;
}
#sp-footer a:hover {
    color: #ff9300;
}

.com-finder__sorting {
    text-align: end;
}

#search-result-list .result__image {
    float: inline-start;
    max-width: 20%;
    margin: 10px 30px 0 0;
}
#search-result-list .result__title-url {
    order: 1;
    font-size: 12px;
}

#search-result-list .result__taxonomy {
    font-size: 14px;
    margin-top: 10px;
}

.hero-section .hero-overlay {
  inset: 0;
  z-index: 1;
}

.hero-textbox {
    max-width: 600px;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px 40px;
    border-top: 5px solid #FF0200;
    margin: 1%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 5;
    color: #111;
    border-radius: 5px;
}

/* Responsive Anpassung */
@media (max-width: 900px) {
  .hero-section { height: 52vh; min-height: 360px; }
  .hero-textbox {
    left: 20px;
    right: 20px;
    max-width: none;
    bottom: 20px;
    padding: 16px;
  }
  .hero-textbox h1 { font-size: 1.4rem; }
}


.box-shadow{
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 30px 50px;
}
.eb-event-item-grid-default-layout {
    min-height: 475px;
    box-shadow: 0 10px 20px 0 rgba(6, 10, 20, .08);
}

.eb-event-item-grid-default-layout:hover {
    box-shadow: 0 5px 20px 0 rgba(6,10,20,.28);
}

/*
.eb-events-grid-items .splide__track {
    overflow: visible;
}
    */

.eb-event-item-grid-default-layout>div:last-child {
    padding-bottom: 15px;
}

.eb-event-item-grid-default-layout>div:not(.eb-event-thumb-container) {
    margin: 0 20px 8px;
}
.eb-event-item-grid-default-layout> .eb-event-title-container {
    max-width: 100%;
}

.eb-event-item-grid-default-layout .eb-event-short-description {
     max-width: 100%;
     min-height: 75px;
}

.eb-event-item-grid-default-layout .eb-event-main-location {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50px;
    z-index: 1;
    padding: 6px 10px;
    color: #000000;
    font-size: .8125rem;
    font-weight: 600;
    border-radius: 5px;
    background:#ffa500;
    transition: all 400ms;
}

.eb-event-item-grid-default-layout .eb-event-main-location.ksesa {
    background:#ff4000;
}
.eb-event-item-grid-default-layout .eb-event-main-location a {
    color: #fff;
}

.eb-event-item-grid-default-layout .eb-event-main-location:hover {
        filter: brightness(0.95);
}

.eb-event-item-grid-default-layout .eb-event-main-category {
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px;
}

.eb-event-item-grid-default-layout>div.eb-event-age {
    position: relative;
    right: -20px;
    margin-top: 0px;
    background: #00BCD4;
    color: #fff;
    padding: 3px 8px 5px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
    float: right;
}

.eb-event-item-grid-default-layout .eb-event-title-container {
    line-height: 1.25;
    min-height: 60px;
}

.eb-event-age {
    color: #ff0000;
}

.eb-event-rhythmus {
    color: var(--text-color);
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: smaller;
    font-weight: 100;
}

.eb-event-item-grid-default-layout .eb-event-date-time{
    font-weight: 100;
    padding-left: 25px;
    font-size: smaller;
}
span.eb-event-time, span.eb-time {
    padding-left: 0;
}
.eb-event-item-grid-default-layout .eb-event-date-time .fa.fa-calendar {
    margin-left: -25px;
    padding-right: 5px;
}
.eb-event-item-grid-default-layout .eb-event-rhythmus .fa.fa-clock-o {
    padding-right: 5px;
}

/*
.eb-event-item-grid-default-layout .btn-buy:before{
content: "Preis: ";
}
*/
.eb-event-item-grid-default-layout .eb-individual-price {
    position: absolute;
    right: 0;
    border: unset;
    background: unset;
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 600;
    margin: 15px 10px !important ;
}

.eb-event-short-description {
    font-weight: 600;
    max-width: 240px;
}
#eb-event-page h1.eb-page-heading,
#eb-event-page h2.eb-page-heading{
    font-size: 35px;
}

.eb-box-heading {
    border-radius: unset;
    padding: 15px 0px;
    margin: 20px 0;
    background: #ffffff;
    border: unset;
}
.eb-description-details .h1,.eb-description-details .h2,.eb-description-details .h3,.eb-description-details .h4,.eb-description-details .h5,.eb-description-details .h6,.eb-description-details h1,.eb-description-details h2,.eb-description-details h3,.eb-description-details h4,.eb-description-details h5,.eb-description-details h6 {
    margin-top: 30px;
}
.eb-description-details h2,.eb-description-details .h2 {
    font-size: 30px;
    font-weight: 500;
}
.eb-description-details h3,.eb-description-details .h3 {
    font-size: 26px;
    font-weight: 500;
}
.eb-description-details h4,.eb-description-details .h4 {
    font-size: 22px;
    font-weight: 500;
}

.eb-description-details p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.view-event .table-borderless .eb-event-property-value {
    padding: 3px !important;
    font-weight: 300;
    font-size: 1rem;
}
.table-borderless td.eb-event-property-label {
    font-weight: 300;
    width: 150px !important;
}
#colorbox #cboxContent h1 {
    background: none;
    line-height: normal;
    margin: 0;
    padding: 10px;
    font-size: 1.5rem;
}

.view-event .eb-notice-message {
    color: #1f79fd !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 15px;
}
.eb-events-grid-items .eb-notice-message {
    display: none;
}

.eb-cart-content table tr td {
    padding: 10px 20px;
}

#eb-mini-cart-page.eb-cart-content table tr td,
#eb-mini-cart-page.eb-cart-content table tr th {
    padding: 10px;
}
#eb-mini-cart-page.eb-container {
    font-size: 16px;
}
#eb-mini-cart-page .col_price {
    width: 15%;
    font-weight: 300;
}

#eb-mini-cart-page td .col_quantity {
    width: auto;
    text-align: center !important;
    padding: 10px;
}

#eb-mini-cart-page .col_quantity .input-group {
    flex-wrap: nowrap;
}
#eb-mini-cart-page .col_quantity .input-group .input-mini {
    width: 40px !important;
    padding: 5px;
}
#eb-mini-cart-page .col_quantity .input-group .btn {
    padding-right: 0px;
}
#eb-mini-cart-page .col_subtotal {
    width: 15%;
}

#eb-cart-page .eb-page-heading,
#eb-cart-registration-page h1.eb-page-heading,
#eb-registration-complete-page h1.eb-page-heading {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
}
#eb-cart-registration-page h2.eb-heading {
    font-size: 25px;
    margin: 0;
    font-weight: 400;
}
#eb-cart-registration-page h3.eb-heading {
    font-size: 20px;
    font-weight: 400;
}

#eb-cart-registration-page h4.eb-heading {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px;
}

#eb-cart-registration-page .eb-billing-header{
    border-top: 3px #ced4da solid;
}

#eb-cart-page .table-sm>:not(caption)>*>*,
#eb-cart-registration-page  .table-sm>:not(caption)>*>* {
    padding: 10px 25px;
}

#eb-cart-page td.col_price ,
#eb-cart-registration-page  td.col_price {
        width: 12%;
}

#eb-cart-page td.col_subtotal,
#eb-cart-registration-page  td.col_subtotal  {
    font-weight: 600;
}
#eb-cart-page .col_price {
    padding-top: 20px;
    font-weight: 600;
}
#eb-cart-page .col_price span.total_amount {
    font-weight: 300;
    margin-right: 50px;
}

#eb-cart-registration-page .eb_member .col-md-3,
#eb-cart-registration-page .eb_member .col-md-4 {
        width: auto;
}



#eb-cart-registration-page .eb_member [id*="field_Geburtstag_"] {
    max-width: 29%;
}

#cboxContent .table-striped>tbody>tr:nth-of-type(odd)>*,
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: none;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating)
{
    border-radius: .375rem;
}

#cboxContent .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: none;
    background: none;
    color: #c3c3c3;
}

.eb-container .form-group.form-row {
    font-size: 16px;
}

.eb-cart-content,
#adminForm.form.row,
#eb-registration-complete-page .eb-message
{
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding: 30px 30px 50px;
    margin: 50px;
}
#eb-registration-complete-page .eb-message #adminForm {
    margin: 35px 10%;
}

#eb-registration-complete-page .eb-message p {
      margin-bottom: 20px;
}

#eb-cart-registration-page .form-check-input,
#eb-cart-registration-page input[type="checkbox"]
 {
    margin-right: 12px;
}

.btn-primary.eb-group-registration-button {
    border-color: #f78c8c;
    background-color: #f78c8c;
}

.btn-primary.eb-group-registration-button:hover {
    border-color: red;
    background-color: red;
}

#eb-group-registration-form [id*="field_Rechnungsempfaenger_"] {
    display: none;
}

.eb-cart-content th {
    font-weight: 300;
}
.eb-cart-content .col_event .cboxElement {
    color: var(--text-color);
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.eb-cart-content .col_event .location {
    color: #267dfd;
    font-weight: 400;
}
.eb-cart-content .col_event .location i {
    margin-right: 5px;
}




.eb-container .form-group.payment_information {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 20px;
}
.eb-container .form-group.eb-subscribe-to-newsletter-container {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 20px;
}

.tooltip {
    --bs-tooltip-max-width: 350px;
    --bs-tooltip-font-size: 12px;
    --bs-tooltip-bg: rgb(244 67 54 / 95%)
}

.fc-h-event {
    border: 1px solid #ff5722;
    border: 1px solid var(--fc-event-border-color, #ff5722);
    background-color: #ff5722;
    background-color: var(--fc-event-bg-color, #ff5722);
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #ff0000;
    background-color: var(--fc-button-hover-bg-color, #ff0000);
    border-color: #ffffff; 
}

.fc .fc-button-primary:disabled {
    --fc-button-border-color: #2C3E50;
    --fc-button-bg-color: transparent;
    color:var(--fc-button-border-color);
}
.eb-event-large-image {
    width: 100%;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #edf9ff;
    background-color: rgb(3 169 244 / 10%);
}


/* Events Booking - Customs */


#eb-event-page .eb-description,
#eb-event-info {
    border-radius: 15px !important;
    box-shadow: var(--box-shadow);
    padding: 40px 50px;
}
.eb-container img {
    border-radius: 5px;
}

#eb-event-info {
    padding: 20px 35px 10px;
    margin: 0 0 30px;
}

#sp-bottom {
    padding: 0;
}
#sp-bottom:before {
    content: "";
    position: relative;
    background: url(/images/assets/triangleAsymmetricalNegative.svg);
    background-color: orange;
    border-top: 10px solid orange;
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

#eb-event-page .btn-primary,
.eb-events-grid-items .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffa500;
    --bs-btn-border-color: #ffa500;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc8f00;
    --bs-btn-hover-border-color: #dc8f00;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffa500;
    --bs-btn-active-border-color: #ffa500;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(255, 208, 120);
    --bs-btn-disabled-border-color: rgb(255, 208, 120);
    border-color: var(--bs-btn-border-color);
    background-color: var(--bs-btn-bg);
}
#eb-event-page .btn-primary:hover,
.eb-events-grid-items .btn-primary:hover {
    border-color: var(--bs-btn-hover-border-color);
    background-color: var(--bs-btn-hover-bg);
    color: var(--bs-btn-hover-color);
}

#sp-bottom .sp-module ul>li>a.btn-primary,
#sp-bottom .sp-module ul>li>a.btn-secondary {
    display: inline-block;
}

#sp-bottom .eb-events-grid-items .btn-primary {
    color: var(--bs-btn-color);
}
#sp-bottom .eb-events-grid-items .btn-primary:hover {
        color: var(--bs-btn-hover-color);
}

#eb-event-page .btn-secondary,
.eb-events-grid-items .btn-secondary,
#eb-event-page .btn-outline-primary,
.eb-events-grid-items .btn-outline-primary {
    --bs-btn-color: #00bbd2;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #00bbd2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00bbd2;
    --bs-btn-hover-border-color: #00bbd2;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00bbd2;
    --bs-btn-active-border-color: #00bbd2;
}

#sp-bottom .eb-events-grid-items .btn-secondary {
    color: var(--bs-btn-color);
}
#sp-bottom .eb-events-grid-items .btn-secondary:hover {
        color: var(--bs-btn-hover-color);
}


.eb-taskbar li {
    padding: 0 15px 0 0;
}

.eb-event-item-grid-default-layout .eb-taskbar {
    min-height: 55px;
}
/* Kurstermine Liste */
.eb-course-dates {
    margin: 15px 0;
    padding: 15px 20px;
    background: #f8f9fa;
}

.eb-course-dates h3 {
    margin: 0 0 12px 0;
    font-size: 1.1em;
    color: #333;
}

.eb-course-dates-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.eb-course-date-item {
    flex: 33% 0 0;
    padding: 4px 0;
    color: #555;
    font-size: 1em;
    white-space: nowrap;
}

.eb-course-date-item i {
    margin-right: 6px;
    color: #e74c3c;
    font-size: 1em;
}

/* Vergangene Termine ausgrauen */
.eb-course-date-past {
    opacity: 0.4;
    text-decoration: line-through;
}

#eb-event-page .gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
#eb-event-page .gallery a img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
#eb-event-page .gallery a:hover img {
    transform: scale(1.05);
}

#eb-event-page .gallery a {
    overflow: hidden;

}

h3.eb-plugin-gallery {
    display: none;
}


.eb-register-buttons-bottom {
    margin-bottom: 20px;
}


#eb-event-page .eb-event-title-column,
#eb-event-page td[data-content="Veranstaltungen"] {
    display: none;
}

#eb-event-page .date_col {
    width: 30%;
}
#eb-event-page .table-sm>:not(caption)>*>* {
    padding: 10px 5px;
}

#eb-event-page .table {
    --bs-table-border-color: #fff;
    font-size: 14px;
/*    margin: 10px 15px; */
}

#eb-event-page .eb-notice-message {
    margin: 0;
}

.eb-event-middle  .table  {
    margin-bottom: 0;
}

.eb-event-middle + .eb-event-bottom .eb-register-buttons-bottom {
    margin-top: -65px;
    max-width: 100px;
}

#parent-event-information{
    --bs-table-border-color: #fff; 
}


#eb-event-page .table-bordered>:not(caption)>*>* {
    border-width: 1px 0;
}

#eb-event-page .table-bordered .eb-taskbar {
    padding-top: 4px;
}

#eb-event-page input[type="checkbox"] {
   appearance: none;
   width: 20px; 
   height: 20px; 
   background: orange; 
   border-radius: 6px;
}
#eb-event-page input[type=checkbox]:checked {
   background: red;
   background-image: url(../../../images/assets/haekchen.svg);
    background-size: 95%;
    background-repeat: no-repeat;

}

.view-event .eb-event-property {
 /*   margin: 10px;
 */
}

.view-event .eb-event-property-label {
    font-size: 1rem;
    padding: 3px;
}


.view-event .eb-event-property-value {
/*    padding: 3px;*/
}

#eb-cart-registration-page a {
    color: var(--text-color);
}
h3.eb-heading {
    display: inline-block;
    margin: 35px 0;
    border-top: 1px solid #ced4da;
    padding-top: 20px;
}

#eb-amount-container input,
#eb-tax-amount-container input,
#eb-gross-amount-container input {
    border-radius: 0;
    border-width: 0 0 1px;
}

#eb-amount-container .input-group-text,
#eb-tax-amount-container .input-group-text,
#eb-gross-amount-container .input-group-text {
    background-color: unset;
    border-radius: 0;
    border-width: 0 0 1px;
}
.eb-cart-content, #adminForm.form.row {
    justify-content: space-evenly;
}

#eb-event-properties-heading {
    display: none;
}

.home-tile .sppb-addon-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center!important;
    align-items: center !important;
    max-width: 1550px;
    margin: auto !important;
    column-gap: 10px;
}

.home-tile .sppb-addon-content .sppb-btn {
    padding: 25px;
  /*  width: 440px; */
    height: 280px;
    display: flex;
    flex:20%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 40px;
    box-shadow: 5px 5px 15px #0000006b;
}

.home-tile .sppb-addon-content .sppb-btn .sub-headline{
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    line-height: 20px;
}

.home-tile .sppb-addon-content .sppb-btn:hover .sub-headline{
    color: white;
}

.header-modules {
    margin-left: 0;
}
#sp-header .sp-module {
    margin-left: 15px;
}


.article-details h2, .article-details .h2,
.article-details h3, .article-details .h3,
.article-details h4, .article-details .h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}
.article-details h2, .article-details .h2 {
    font-size: 35px;
}


.sppb-addon-article-layout-masonry-row .sppb-article-introtext h2, 
.sppb-addon-article-layout-masonry-row .sppb-article-introtext .h2,
.sppb-addon-article-layout-masonry-row .sppb-article-introtext h3, 
.sppb-addon-article-layout-masonry-row .sppb-article-introtext .h3,
.sppb-addon-article-layout-masonry-row .sppb-article-introtext h4, 
.sppb-addon-article-layout-masonry-row .sppb-article-introtext .h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 25px;
}
.sppb-addon-article-layout-masonry-row .sppb-article-introtext h2, 
.sppb-addon-article-layout-masonry-row .sppb-article-introtext .h2 {
    font-weight: 500;
    font-size: 30px;
}

.article-details img {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1499px) {
    .home-tile .sppb-addon-content .sppb-btn {
        font-size: 28px;
    }
    .home-tile .sppb-addon-content .sppb-btn .h4 {
        font-size: 25px;
    }
    body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    max-width: 767px !important;
    left: -45px !important;
    }
}
@media only screen and (max-width: 1399px) {
    .home-tile .sppb-addon-content .sppb-btn .h4 {
        font-size: 20px;
    }
    #sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent>li span {
        padding: 0 10px;
        font-size: 16px;
    }
    #sp-header .sp-megamenu-parent>li span.fas  {
        padding: 0 0px;
    }
    #sb-search .sb-icon-search {
            font-size: 16px;
    }

    
}
@media only screen and (max-width: 1199px) {
    .home-tile .sppb-addon-content .sppb-btn {
        flex: 40%;
    }
    body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
        max-width: 558px !important;
        left: -45px !important;
    }
    .eb-event-item-grid-default-layout .btn-buy {
        position: relative;
        right: 0;
        margin: 10px 20px !important;
    }
    .eb-event-item-grid-default-layout .eb-event-title-container {
        font-size: 18px;
        padding-top: 30px;
    }
    h1, .h1 {
        font-size: 35px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    .bg-remove{
        background: none !important;

    }
}

@media only screen and (max-width: 992px) {
    .home-tile .sppb-addon-content .sppb-btn {
        padding: 25px;
     /*   width: 175px; */
        height: 205px;
        font-size: 25px;
        margin: 5px !important;
        line-height: normal;
    }
    [id*="sppb-addon-"] .sppb-addon-text-block .sppb-addon-content {
        font-size: var(--bs-body-font-size) !important;
    }
    #sp-menu .social-wrap {
        position: relative;
        padding-left: 10px;
    }

    .offcanvas-menu .offcanvas-inner {
        padding-top: 0;
    }
    .logo-image-phone {
        height: 70px;
        padding: 0 10px 10px;
        margin-top: 10px;
    }

    #cboxOverlay, #cboxWrapper, #colorbox,
    #cboxContent,
    #cboxLoadedContent {
        max-width: 100% !important;
    }
    .eb-cart-content, #adminForm.form.row, #eb-registration-complete-page .eb-message {
            margin-right: 0;
            margin-left: 0;
    }

}

@media only screen and (max-width: 768px) {
    .splide__slide
    {
        width: calc(50% - 0.5em) !important;
    }
}

@media only screen and (max-width: 576px) {

    :root {
    --bs-body-font-size: 14px;
    }

    .home-tile .sppb-addon-content .sppb-btn
    {
        flex: 100%;
    }

    .hero-section {
        margin-top: 10px !important;
        margin-bottom: 50px !important;
        min-height: 600px !important;
        background-size: contain !important;
        background-attachment: unset !important;
    }
    .hero-textbox h1 {
        font-size: 18px;
        margin-bottom: 20px !important;
    }
    .sp-page-builder > .page-content > [id*="section-id-"] {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }


    #sp-menu>.sp-column {
        height: 40px;
    }
    .box-shadow {
        padding: 20px 30px;
    }
    body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu > div.p-3.pt-4 {
        padding: 0 !important;

    }
    #sp-menu .social-wrap {
        padding-left: 2px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
        font-size: 20px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li {
        border-bottom: 1px solid #ececec;
    }  
    
    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
        font-size: 17px;
        padding: 7px 0px;
        display: block;
    }

    .splide__slide
    {
        width: calc(100% - 0.5em) !important;
    }


    
}





.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: var(--text-color) !important;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    color: var(--text-color) !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px !important;
    font-weight: 400 !important;
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: end;
    padding-right: 30px;
}

.sppb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
}

.box-shadow .eb-event-item-grid-default-layout {
    box-shadow: none;
    padding: 0;
    position: relative;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: all .4s ease;
    border: 1px solid #d1d1d1;
}

.bottom-unten .sppb-media-content {
    padding: 20px 30px;
}

.bottom-unten {
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: unset;
}

/*.eb-event-item-grid-default-layout>div.eb-event-age {
    position: absolute;
    right: -10px;
    margin-top: -40px;
    background: white;
    padding: 6px 10px;
    border-radius: 5px;
}*/

#Fotoerlaubnis-lbl {
    position: relative;
    cursor: pointer;
}

#Fotoerlaubnis-lbl:hover::after {
    content: "„Bilder sagen mehr als Worte …“";
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
}

/*#subscribe_to_newsletter {
    font-size: 0;
    position: relative;
}

#subscribe_to_newsletter::after {
    content: "Ich möchte den monatlichen Newsletter erhalten – aktuelle Kurse, Rabatte & Veranstaltungsinfos.";
    font-size: 16px;
    display: block;
}*/


.eb-event-item-grid-default-layout {
    min-height: 475px;
    box-shadow: 0 10px 20px 0 rgba(6, 10, 20, .08);
}

/* ----------- Mitgliederbereich ---------------------*/

.com-eventbooking .fa-2x {
    font-size: 1em;
}

.sp-profile-wrapper .sp-profile-dropdown a {
    color: #ff0000 !important;
    font-size: 18px;
    margin-bottom: 10px;
}

.com-content.view-category .article-list > .row {
    margin-top: 91px;
    border-top: 1px solid;
    padding-top: 50px;
}

/* eb-events-slider: Pagination oben links, Pfeile oben rechts */
.splide__nav--top {
    position: relative;
    padding-top: 60px;

}

.splide__nav--top .splide__arrows {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px;
}

.splide__nav--top .splide__arrow {
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    background: #ffa500;
    border-radius: 4px;
    opacity: 1;
}

.splide__nav--top .splide__arrow svg {
    fill: #fff;
}

.splide__nav--top .splide__arrow:disabled {
    opacity: 0.4;
}

.splide__nav--top .splide__pagination {
    position: absolute;
    top: 15px;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    justify-content: flex-start;
    gap: 6px;
}

.splide__nav--top .splide__pagination__page {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #ccc;
    opacity: 1;
    margin: 0;
}

.splide__nav--top .splide__pagination__page.is-active {
    background: #ffa500;
    transform: none;
}


/* Frontendedit*/

#sp-header .jmodedit {
    display: none;
}

.layout-form h1, .layout-form .h1 {
    font-size: 25px;
    font-weight: 700;
}

.layout-form .is-flipped .choices__list--dropdown {
    background: white;
    border: 1px solid;
}
.layout-form .eb-container joomla-tab button[role=tab] {
font-size: 14px;
}

.chosen-container-single .chosen-single {
    background: var(--white);
    border: 1px solid var(--gray);
    height: 100%;
    padding: 7px 0 0 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chosen-container-single .chosen-single div {
    top: 6px;
}

.eb-joomla4-container .btn-group .chosen-container {
        min-width: 300px !important;
}