/*
Theme Name: FSM
Description: Child theme for the Avada
Author: Florian Schmidt
Template: Avada
*/ :root {
  --darkblue: #1b2c3c;
  --blue: #0a73b8;
  --red: #e2001a;
  --coral: #e85f4b;
  --lilac: #aec0db;
  --yolk: #f5a60d;
  --green: #89ac36;
  --mint: #4cb691;
  --orange: #ec720f;
  --purple: #702973;
}
/*
	Toemmy
*/
/* Tickets-Formular unter dem Button ein-/ausklappbar machen */
#tickets-box {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
/* sichtbarer Zustand (per JS Klasse) */
#tickets-box.is-open {
  max-height: 5000px; /* ausreichend groß wählen */
  opacity: 1;
  margin-top: 20px;
}
.wpcf7-form h1 {
  width: 100%;
}
.wpcf7-form * {
  width: 100%;
}
.s3m_push_messages {
  width: 100%;
  overflow: hidden;
}
.s3m_push_messages a {
  overflow-wrap: break-word;
  word-break: break-all;
}
/*
	Ende Toemmy
*/
div[class*="headline"] {
  line-height: 1.6;
}
div[class*="headline"] > .fusion-title-heading > p {
  display: contents;
}
@media (max-width:767px) {
  div[class*="headline"] {
    line-height: 1.4;
    word-break: break-word;
  }
}
.headline-eb > h1, .headline-eb > h2, .headline-eb > h3 {
  display: inline;
  background: #333333;
  padding: 3px 15px !important;
  color: #fff !important;
  line-height: 1.6 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.headline-white > h1, .headline-white > h2, .headline-white > h3 {
  display: inline;
  background: #ffffff;
  padding: 3px 15px !important;
  line-height: 1.6 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.icons-row img {
  width: 155px !important;
}
/* Buttons */
.fusion-button.icon-orange i {
  color: var(--orange) !important;
}
.fusion-button.icon-green i {
  color: var(--green) !important;
}
.fusion-button.icon-purple i {
  color: var(--purple) !important;
}
/* Über uns */
.map-container {
  min-height: 400px;
}
.hover-steckbrief .fusion-column-wrapper {
  position: relative;
}
.hover-steckbrief .steckbrief {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff9;
  height: 100%;
  padding: 25px;
  position: absolute;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 10;
}
.steckbrief.rechts {
  margin-right: var(--awb-spacing-right);
  left: 0px;
  width: 100%;
}
.steckbrief.links {
  margin-left: var(--awb-spacing-left);
  right: 0px;
  width: 100%;
}
.hover-steckbrief .steckbrief:hover {
  opacity: 1;
}
/* Events Kalender */
.fusion-body .tribe-events.tribe-common--breakpoint-medium .tribe-events-header--has-event-search .tribe-events-c-events-bar, .fusion-body .tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-container {
  background-color: var(--awb-color4) !important;
  color: #fff !important;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  background-color: #fff !important;
  padding: 5px 10px !important;
  padding-inline-start: 10px !important;
  font-size: var(--body_typography-font-size) !important;
  font-family: var(--body_typography-font-family) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  background: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
  background: var(--button_gradient_top_color_hover) !important;
}
.fusion-body .tribe-events.tribe-common--breakpoint-medium .tribe-events-header--has-event-search .tribe-events-c-view-selector__button {
  background-color: var(--awb-color4) !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title, .tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title .tribe-events-calendar-month__calendar-event-title-link {
  word-wrap: break-word;
}
.fusion-body .tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__content {
  background-color: var(--awb-color4) !important;
}
.fusion-body .tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:hover {
  background-color: var(--awb-color3) !important;
  color: var(--awb-color4) !important;
}
.tribe-events .tribe-events-header__messages .tribe-events-c-messages__message, .tribe-events .tribe-events-header__messages .tribe-events-c-messages__message a {
  background-color: var(--awb-color4) !important;
  color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: 38px !important;
}
.tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-hidden:has(time) {
  opacity: 1 !important;
}
.tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-hidden > time {
  height: auto !important;
  overflow: visible !important;
  width: auto !important;
  clip: auto !important;
  font-size: 11px !important;
  padding-left: 17px !important;
  font-family: var(--tec-font-family-sans-serif) !important;
  font-weight: 400;
  white-space: nowrap;
}
.tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-hidden > a {
  opacity: 0 !important;
}
.tribe-events-calendar-month__multiday-event-bar-inner {
  padding-top: 16px !important;
}
/* Events */
.headerpic_events.fusion-imageframe, .headerpic_events.fusion-imageframe img {
  width: 100%;
}
.event-toggle-button .panel-heading a {
  border: 1px solid var(--awb-color4);
  padding: 2px 10px !important;
  display: flex;
  justify-content: center;
}
.fusion-accordian .panel-heading .panel-title a:hover {
  background: var(--awb-color3);
}
.print-button::before {
  content: "\f02f";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 18px;
}
#tribe-tickets__tickets-form {
  border: 1px solid var(--awb-color4) !important;
  border-radius: 0px;
}
#tribe-tickets__tickets-form .quantity.buttons_added {
  color: #333;
}
#tribe-tickets__tickets-form .tribe-tickets__tickets-item {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tribe-tickets__tickets-form .tribe-tickets__tickets-item-content-title-container {
  flex: 1 1 100%;
  min-width: 100%;
}
#tribe-tickets__tickets-form .tribe-tickets__tickets-item-extra {
  text-align: left !important;
}
#tribe-tickets__tickets-form h2 {
  font-family: var(--awb-typography2-font-family) !important;
  font-size: var(--awb-typography2-font-size) !important;
  font-weight: 800 !important;
}
#tribe-tickets__tickets-form .tribe-tickets__tickets-footer-quantity {
  display: none;
}
#tribe-tickets__tickets-form .tribe-tickets__tickets-footer-total {
  margin-left: auto;
}
.tribe-common .tribe-common-h7 {
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.fusion-body #main .tribe-events.tribe-events-view--week .datepicker .focused .day, .fusion-body #main .tribe-events.tribe-events-view--week .datepicker .focused .day:hover, .fusion-body #main .tribe-events.tribe-events-view--week .datepicker .hovered .day:not(.active), .fusion-body #main .tribe-events.tribe-events-view--week .datepicker .hovered .day:not(.active):hover {
  background-color: var(--awb-color3) !important;
}
.fusion-body.tribe-js #main .tribe-events .datepicker .day:not(.active).focused, .fusion-body.tribe-js #main .tribe-events .datepicker .day:not(.active):focus, .fusion-body.tribe-js #main .tribe-events .datepicker .day:not(.active):hover {
  background-color: var(--awb-color3) !important;
}
.fusion-body #main .tribe-events .tribe-events-pro-summary__event-title a {
  margin: 0 .5rem 0 0 !important;
}
.fusion-body .tribe-events .tribe-events-l-container {
  padding-top: 50px !important;
}
.fusion-body #main .tribe-events .tribe-events-c-view-selector .tribe-events-c-view-selector__button-text, .fusion-body #main .tribe-events .tribe-events-c-view-selector .tribe-events-c-view-selector__list-item-text {
  color: #fff !important;
}
#tribe-modal__cart .tribe-tickets__tickets-item-total-wrap {
  display: none;
}
.event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item {
  grid-template-columns: 1fr 11fr 2fr 2fr !important;
}
#tribe-modal__attendee-registration input {
  color: #333 !important;
}
#tribe-modal__attendee-registration .tribe-validation-submit:hover, #tribe-modal__attendee-registration .tribe-validation-submit:focus {
  padding: 2px 8px !important;
  border: 1px solid #333 !important;
  border-radius: 0px;
}
.tribe-modal__wrapper--ar h2 {
  font-weight: 800 !important;
}
#tribe-tickets__modal-form * {
  font-family: var(--awb-typography2-font-family) !important;
}
/* Kasse */
.tribe-tickets__commerce-checkout {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100% !important;
}
.tribe-theme-avada #main .tribe-common .tribe-common-h2 {
  font-family: var(--awb-typography2-font-family) !important;
  font-size: var(--awb-typography2-font-size) !important;
}
.tribe-tickets__commerce-checkout > header {
  flex: 1 1 100%;
  margin-bottom: 50px !important;
}
.tribe-tickets__commerce-checkout > div {
  flex: 1 1 45%;
  max-width: 45%;
}
.tribe-tickets__commerce-checkout-header-links a {
  display: inline-block;
  border: 1px solid var(--button_border_color) !important;
  padding: var(--button_padding-top) var(--button_padding-left) !important;
  line-height: var(--button_line_height);
  font-size: var(--button_font_size);
  text-transform: var(--button_text_transform);
  font-weight: var(--button_typography-font-weight);
  transition: 0.2s all ease;
}
.tribe-tickets__commerce-checkout-header-links a:hover {
  background: var(--button_gradient_top_color_hover);
  color: inherit !important;
}
.tribe-tickets__commerce-checkout-header-link-modify-attendees::before {
  content: "\f4ff";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--orange) !important;
}
.tribe-tickets__commerce-checkout-header-link-back-to-event::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--orange) !important;
}
.tribe-tickets__commerce-checkout-cart {
  margin-top: 0px !important;
}
.tribe-tickets__commerce-checkout-cart * {
  font-family: var(--awb-typography2-font-family) !important;
}
.tribe-tickets__commerce-checkout-cart-item-details {
  flex: 1 1 100% !important;
  margin-bottom: 10px !important;
}
.tribe-tickets__commerce-checkout-cart-item-quantity {
  margin-left: auto !important;
}
.tribe-tickets__commerce-checkout-cart-footer {
  padding-top: 0px !important;
}
.tribe-tickets__commerce-checkout-cart-footer .tec-tickets-commerce-checkout-cart__coupons-add-link, .tec-tickets-commerce-checkout-cart__coupons {
  display: none;
}
.tribe-tickets__commerce-checkout-cart-footer-quantity {
  text-align: left !important;
  flex: 1 1 auto !important;
}
.tribe-common .tribe-tickets__commerce-checkout-gateways {
  /*display: none !important;*/ /* Von TS auskommentiert */
}
.tribe-common .tribe-tickets__commerce-checkout-purchaser-info-title {
  font-family: var(--awb-typography1-font-family) !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  letter-spacing: 0px !important;
  line-height: 1.2 !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-top: 0px !important;
  color: #333 !important;
}
.tribe-tickets__commerce-checkout-cart-header-title {
  font-weight: 800 !important;
}
.tribe-tickets__commerce-checkout > footer {
  flex: 1 1 100%;
}
#tec-tc-gateway-stripe-checkout-button {
  border: 1px solid var(--button_border_color) !important;
  padding: var(--button_padding-top) var(--button_padding-left) !important;
  line-height: var(--button_line_height);
  font-size: var(--button_font_size);
  text-transform: var(--button_text_transform);
  font-weight: var(--button_typography-font-weight);
  border-radius: var(--button-border-radius-bottom-left);
  background: var(--button_gradient_top_color);
  color: var(--button_accent_color);
  letter-spacing: 2px;
  transition: 0.2s all ease;
}
#tec-tc-gateway-stripe-checkout-button:hover {
  background: var(--button_gradient_top_color_hover);
  color: inherit !important;
}
.tribe-tickets__commerce-order {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100% !important;
}
.tribe-tickets__commerce-order > div {
  font-family: var(--body_typography-font-family) !important;
}
.tribe-tickets__commerce-order .tec-tickets__attendees-list-wrapper--tickets-commerce {
  display: none;
}
.tribe-tickets__commerce-order-footer-links a {
  display: inline-block;
  border: 1px solid var(--button_border_color) !important;
  padding: var(--button_padding-top) var(--button_padding-left) !important;
  line-height: var(--button_line_height);
  font-size: var(--button_font_size);
  text-transform: var(--button_text_transform);
  font-weight: var(--button_typography-font-weight);
  transition: 0.2s all ease;
}
.tribe-tickets__commerce-order-footer-links a:hover {
  background: var(--button_gradient_top_color_hover);
  color: inherit !important;
}
.tribe-tickets__commerce-order-footer-links .tribe-tickets__commerce-order-footer-link--browse-events::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--orange) !important;
}
.tribe-tickets__commerce-order-footer-links .tribe-tickets__commerce-order-footer-link--back-home::before {
  content: "\f0e2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--orange) !important;
}
/* Teilnehmer ändern */
.tribe-tickets__registration-grid * {
  font-family: var(--body_typography-font-family) !important;
}
.tribe-tickets__registration {
    padding:0px!important;
}
.tribe-tickets__registration > h1 {
  margin-top: 200px !important;
  font-weight: 800 !important;
}
.tribe-tickets__registration input {
  color: #333 !important;
}
.tribe-tickets__registration .tribe-tickets__tickets-footer-back-link {
  display: inline-block;
  border: 1px solid var(--button_border_color) !important;
  padding: var(--button_padding-top) var(--button_padding-left) !important;
  line-height: var(--button_line_height);
  font-size: var(--button_font_size);
  text-transform: var(--button_text_transform);
  border-bottom: 0px !important;
  font-weight: 200 !important;
  transition: 0.2s all ease;
}
.tribe-tickets__registration .tribe-tickets__tickets-footer-back-link:hover, .tribe-tickets__registration .tribe-tickets__tickets-footer-back-link:active {
  background: var(--button_gradient_top_color_hover);
  color: inherit !important;
}
.tribe-tickets__registration-grid > aside .tribe-tickets__tickets-item {
    display:flex!important;
}
.tribe-tickets__registration-grid > aside > h3 {
  font-weight: 800!important;
  font-size: 24px !important;
}
.tribe-tickets__registration-grid > aside .tribe-tickets__tickets-item-extra, .tribe-tickets__registration-grid > aside .tribe-ticket-quantity {
  display: none;
}
.tribe-tickets__registration-grid > aside .tribe-tickets__tickets-item-total-wrap {
    margin-left:auto;
}
.tribe-tickets__registration-footer {
  justify-content: flex-start !important;
}
.tribe-tickets__registration-footer button:hover, .tribe-tickets__registration-footer button:focus {
    border: 1px solid var(--button_border_color) !important;
    border-radius:0px!important;
  padding: var(--button_padding-top) var(--button_padding-left) !important;
  background: var(--button_gradient_top_color_hover);
  color: inherit !important;
}
/* Header */
.logo-holder-header > div > div:first-child {
  flex: 130px !important;
}
.eb-gruppe-logo-header > div {
  margin: 0px !important;
}
@media (min-width:1024px) {
  .eb-gruppe-logo-header > div {
    margin: 0px 0px 0px 15px !important;
  }
}
.eb-gruppe-logo-header > div > .fusion-image-element:first-child img {
  opacity: 1;
  transition: 0.2s all ease;
  width: 86px;
}
.eb-gruppe-logo-header:hover > div > .fusion-image-element:first-child img {
  opacity: 0;
}
.eb-gruppe-logo-header > div .fusion-image-element:nth-child(2) img {
  opacity: 1;
  transition: 0.2s all ease;
}
.eb-gruppe-logo-header > div > .fusion-image-element:nth-child(2) {
  position: absolute;
}
.eb-gruppe-logo-header > div > .fusion-image-element:nth-child(2) img {
  opacity: 0;
  transition: 0.2s all ease;
}
.eb-gruppe-logo-header:hover > div > .fusion-image-element:nth-child(2) img {
  opacity: 1;
}
.eb-logo {
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.eb-logo-header > div > .fusion-image-element:first-child img {
  opacity: 1;
  transition: 0.2s all ease;
}
.eb-logo-header:hover > div > .fusion-image-element:first-child img {
  opacity: 0;
}
.eb-logo-header > div > .fusion-image-element:nth-child(2) {
  position: absolute;
  max-width: 129px;
  left: 35px;
}
.eb-logo-header > div > .fusion-image-element:nth-child(2) img {
  opacity: 0;
  transition: 0.2s all ease;
}
.eb-logo-header:hover > div > .fusion-image-element:nth-child(2) img {
  opacity: 1;
}
.custom-menu-search a {
  background: url(/wp-content/uploads/2025/03/icon-search.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.custom-menu-search a::before {
  display: none;
}
.awb-menu.has-search-overlay {
  width: 100% !important;
}
.awb-menu__search-overlay input[type="search"] {
  height: 50px !important;
  border: none !important;
  font-size: 18px !important;
}
.awb-menu__search-overlay input[type="submit"] {
  height: 50px !important;
  width: 50px !important;
  border: none !important;
  background: var(--awb-color4) url(/wp-content/uploads/2025/03/icon-search.svg) no-repeat center center !important;
  font-size: 0px !important;
  background-size: 30px !important;
}
.awb-menu__search-overlay input[type="submit"]:hover {
  background: var(--awb-color4);
}
.fusion-close-search {
  width: 50px;
  height: 50px;
  margin-left: 30px;
  background: url(/wp-content/uploads/2025/03/icon-menu-close.svg) no-repeat center center;
  background-size: 30px;
}
.fusion-close-search::before, .fusion-close-search::after {
  display: none;
}
.menu-toggle .awb-menu__main-a i.fa-bars {
  background: url(/wp-content/uploads/2025/03/icon-menu-open.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.menu-toggle .awb-oc-close-icon {
  display: none;
}
.menu-toggle .awb-oc-active .awb-oc-close-icon {
  background: url(/wp-content/uploads/2025/03/icon-menu-close.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
#menu-main-navi .karriere {
  border-left: 1px solid var(--awb-color1);
  height: 40px;
  padding-left: 30px;
}
.custom-menu-search i, .menu-toggle .awb-menu__main-a i::before, .menu-toggle .awb-oc-close-icon::before, .menu-toggle .awb-oc-active i.fa-bars {
  display: none;
}
.mega-menu-holder {
  width: 100%;
}
.sub-menu-flyout .awb-submenu__sub-ul {
  margin-bottom: 40px !important;
}
.menu-unternehmen {
  border-left: 1px solid var(--awb-color3);
}
.menu-unternehmen li > a > span {
  display: flex;
}
.awb-submenu_v-stacked .menu-item-has-children {
  grid-template-columns: auto 1fr !important;
  grid-template-areas: "caret link""submenu submenu" !important;
}
.awb-submenu__open-nav-submenu_needs-spacing.awb-submenu__open-nav-submenu_click.awb-submenu__open-nav-submenu_main {
  padding-inline-start: 0 !important;
  padding-inline-end: 0.5em !important;
  padding-top: 6px !important;
}
.submenu-unternehmen .awb-submenu__i_sub {
  padding-inline-end: 8px;
  padding-top: 5px;
}
.submenu-unternehmen .breitling i {
  color: var(--blue);
}
.submenu-unternehmen .schneider i {
  color: var(--red);
}
.submenu-unternehmen .ebenergie i {
  color: var(--yolk);
}
.submenu-unternehmen .eltigra i {
  color: var(--green);
}
.submenu-unternehmen .scherer i {
  color: var(--coral);
}
.submenu-unternehmen .huiss i {
  color: var(--lilac);
}
.submenu-unternehmen .viibe i {
  color: var(--mint);
}
.submenu-unternehmen .ebic i {
  color: var(--blue);
}
.menus-leistungen .awb-submenu__main-a, .menus-leistungen .awb-submenu__main-a:hover {
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}
.menus-leistungen .menus-leistungen-title .awb-submenu__main-a {
  padding-top: 0px;
}
.menus-leistungen .awb-submenu__open-nav-submenu-hover {
  padding-inline-start: 0px !important;
  padding-inline-end: 5px !important;
}
.mega-menu-footer {
  width: 100%;
}
.awb-icon-Kununu {
  max-height: 28px;
  max-width: 28px;
}
.off-canvas-content .awb-icon-Kununu img {
  filter: brightness(0) invert(1);
  margin-top: 2px !important;
}
.social-icons-white .awb-icon-Kununu img {
  filter: brightness(0) invert(1);
}
.social-icons-white .awb-icon-Kununu:hover {
  background-color: #fff;
}
.social-icons-white .awb-icon-Kununu:hover img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(68%) saturate(5480%) hue-rotate(188deg) brightness(91%) contrast(98%);
}
.social-links-large .awb-icon-Kununu {
  max-height: 40px;
  max-width: 40px;
}
.social-links-large .fusion-social-networks-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .awb-menu__m-toggle {
  position: relative;
  top: -10px;
}
.mobile-menu .awb-menu__m-collapse-icon-open {
  background: url(/wp-content/uploads/2025/03/icon-menu-open.svg) no-repeat center center;
  width: 40px;
  height: 40px;
}
.mobile-menu .awb-menu__m-collapse-icon-open::before {
  display: none;
}
.mobile-menu .awb-menu__m-collapse-icon-close {
  background: url(/wp-content/uploads/2025/03/icon-menu-close.svg) no-repeat center center;
  width: 40px;
  height: 40px;
}
.mobile-menu .awb-menu__m-collapse-icon-close::before {
  display: none;
}
.mobile-menu .menu-text {
  max-width: calc(100% - 20px);
  text-align: left !important;
}
/* Slider */
.tfs-slider .slide-content-container {
  top: 80% !important;
}
.tfs-slider .fusion-title {
  margin-bottom: 0px !important;
}
.tfs-slider .fusion-title-heading {
  text-transform: uppercase !important;
}
.tfs-slider .slide-id-1803 .fusion-title-heading {
  text-transform: none !important;
}
.tfs-slider .slide-id-1803 .slide-content-container {
  top: 50% !important;
}
.tfs-slider .slide-id-1803 .slide-content-container .caption {
  max-width: 1000px;
}
.tfs-slider .heading.with-bg > div, .tfs-slider .caption.with-bg > div {
  background-color: var(--awb-color4) !important;
}
.tfs-slider .fusion-button {
  background-color: var(--awb-color4) !important;
  border-color: var(--awb-color4) !important;
}
.tfs-slider .fusion-button-text {
  color: #fff !important;
}
/* Elements */
.fusion-button i {
  color: var(--button_accent_hover_color) !important;
}
.fusion-text ul {
  padding-left: 16px;
  margin-top: 0px;
}
/* Hover-Boxes */
.hover-box > div {
  transition: 0.3s all ease;
}
.hover-box > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all ease;
}
.hover-box:hover > div::after {
  opacity: 0.7;
}
.hover-box.grey > div::after {
  background: #4a4949;
}
.hover-box.blue > div::after {
  background: #006eab;
}
.hover-box.red > div::after {
  background: #dd1c2f;
}
.hover-box.green > div::after {
  background: #89ac34;
}
.hover-box.coral > div::after {
  background: #eb5d48;
}
.hover-box.lilac > div::after {
  background: #702973;
}
.hover-box.orange > div::after {
  background: #ec720f;
}
.hover-box.mint > div::after {
  background: #4cb691;
}
.hover-box .fusion-builder-row-inner {
  top: 35%;
  left: 0px;
  transition: 0.3s all ease;
}
.hover-box:hover .fusion-builder-row-inner {
  top: auto;
  left: auto;
}
.hover-box .hover-text {
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 10;
}
.hover-box:hover .hover-text {
  opacity: 1;
}
/* Footer */
.footer-viib img {
  height: auto;
  width: 90px;
  max-height: none !important;
  position: relative;
  top: -6px;
}
.footer_buttons .fusion-button i {
  color: #fff !important;
}
.footer_buttons .fusion-button:hover i {
  color: var(--button_accent_hover_color) !important;
}
.footer-logos .fusion-imageframe {
  padding: 0px 20px;
}
.footer-logos .fusion-imageframe.logo-eb {
  padding-left: 0px;
}
.footer-logos .fusion-imageframe.logo-ebic {
  padding-right: 0px;
}
.footer-logos img {
  width: 120px !important;
}
.footer-logos .logo-separator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #fff;
  height: 70%;
}
.footer-logos-mob img {
  height: 70px;
  width: auto;
}
.footer-social-links .awb-icon-Kununu img {
  opacity: 1;
  transition: 0.2s all ease;
}
.footer-social-links .awb-icon-Kununu:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(54%) saturate(3122%) hue-rotate(183deg) brightness(93%) contrast(98%);
}
.footer-social-links .awb-icon-Kununu img {
  max-width: 25px;
}
.footer-menus .fusion-builder-row {
  justify-content: flex-start !important;
}
.footer-menus .fusion_builder_column_inner {
  min-width: 250px;
}
/* Responsive */
@media (min-width:1025px) and (max-width:1370px) {
  .footer-menus {
    width: 65% !important;
  }
  .footer-social-links {
    width: 35% !important;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  /* Footer */
  .footer-logos .fusion-imageframe {
    padding: 0px 10px;
  }
  .footer-logos .fusion-imageframe.logo-huiss {
    min-width: 20px;
  }
  /* Checkout */
  .tribe-tickets__commerce-checkout > div {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .logo-holder-header > div > div:first-child {
    flex: 70px !important;
  }
  .eb-gruppe-logo-header > div > .fusion-image-element:first-child img {
    width: 50px;
  }
  .eb-gruppe-logo-header > div > .fusion-image-element:nth-child(2) img {
    width: 50px;
  }
  .eb-logo-header > div > .fusion-image-element:first-child img {
    height: 50px;
    width: auto;
  }
  .eb-logo-header > div > .fusion-image-element:nth-child(2) img {
    height: 50px;
    width: auto;
  }
  .eb-logo-header > div > .fusion-image-element:nth-child(2) {
    left: 22px;
  }
  .mobile-menu .awb-menu__m-collapse-icon-open {
    width: 30px;
    height: 30px;
  }
  .mobile-menu .awb-menu__m-collapse-icon-close {
    width: 30px;
    height: 30px;
  }
  #tribe-modal__cart .tribe-tickets__tickets-item {
    display: flex;
    flex-wrap: wrap;
  }
  #tribe-modal__cart .tribe-tickets__tickets-item-details-summary {
    flex: 1 1 100%;
  }
  #tribe-modal__cart .tribe-tickets__tickets-item-details-summary {
    flex: 1 1 100%;
  }
  #tribe-modal__cart .tribe-tickets__tickets-item-extra, #tribe-modal__cart .tribe-tickets__tickets-item-quantity {
    flex: 1 1 50%;
  }
  #tribe-modal__cart .tribe-tickets__tickets-item-quantity-number {
    margin: 0px 0px 0px auto !important;
  }
  /* Checkout */
  .tribe-tickets__commerce-checkout > div {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .tribe-tickets__commerce-checkout > header {
    flex-direction: column;
  }
  .tribe-tickets__commerce-checkout-header-links a {
    display: block;
    margin: 15px 0px 0px 0px !important;
  }
  .tribe-tickets__commerce-checkout-cart-item-details {
    flex: 1 1 100% !important;
  }
  .tribe-tickets__commerce-checkout-cart-item-price, .tribe-tickets__commerce-checkout-cart-item-quantity, .tribe-tickets__commerce-checkout-cart-item-subtotal {
    display: none;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body, html {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10pt !important;
  }
  .fusion-text p, .fusion-text ul, .fusion-text ol {
    font-size: 10pt !important;
  }
  .single-tribe_events .events-content {
    padding: 0.5cm !important;
  }
  .single-tribe_events .seminar-beschreibung {
    padding-left: 0.5cm !important;
  }
  .single-tribe_events .fusion-tb-header, .single-tribe_events .headerpic_events, .single-tribe_events .events-no-print, .single-tribe_events .fusion-tb-footer {
    display: none !important;
  }
  .single-tribe_events .events-content-half {
    flex: 1 1 100% !important;
    width: 100% !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .single-tribe_events .events-content-half.second-page {
    padding-top: 2cm !important;
  }
  .single-tribe_events h1 {
    font-size: 18pt !important;
    line-height: 1.2 !important;
    padding: 0 0 0 0.4cm !important;
    margin: 0 !important;
    background: transparent !important;
    color: #000 !important;
  }
  .single-tribe_events h2 {
    font-size: 14pt !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}