:root {
  --font-size-modifier: 0px;
  --color-h1: #7B6A58;
  --color-h1-inverted: #7B6A58;
  --color-h2: #0AB7BB;
  --color-primary-bg: #0AB7BB;
  --color-primary-txt: #0AB7BB;
  --color-primary-hover:#0BC9CD;
  --color-white:#FFF;
  --color-service:#9f988e;
}

body[data-contrast=high] {
  --color-h1: #1A1A1A;
  --color-h1-inverted: #FFF;
  --color-h2: #1A1A1A;
  --color-primary-bg: #1A1A1A;
  --color-primary-txt: #1A1A1A;
  --eo-primary: #1A1A1A !important;
  --color-primary-hover:#3d3d3d;
  --color-white:#1A1A1A;
  --color-service:#1A1A1A;
}
body[data-contrast=high] .tx-eo-buchung .searchPostForm .searchForm {
  --eo-primary: #1A1A1A;
}
body[data-contrast=high] .eopois-widget .v-theme--eoEventsTheme, body[data-contrast=high] .eoevents-widget .v-theme--eoEventsTheme, body[data-contrast=high] .eonews-widget .v-theme--eoEventsTheme, body[data-contrast=high] .eokis-widget .v-theme--eoEventsTheme {
  --v-theme-primary:10,10,10;
}
body[data-contrast=high] .eopois-widget *, body[data-contrast=high] .eoevents-widget *, body[data-contrast=high] .eonews-widget *, body[data-contrast=high] .eokis-widget * {
  --v-theme-primary:10,10,10;
}

body[data-fontsize="2"] {
  --font-size-modifier: 2px;
}

body[data-fontsize="3"] {
  --font-size-modifier: 4px;
}

body[data-fontsize="4"] {
  --font-size-modifier: 6px;
}

body[data-fontsize="5"] {
  --font-size-modifier: 8px;
}

body[data-fontsize="6"] {
  --font-size-modifier: 10px;
}

body[data-fontsize="7"] {
  --font-size-modifier: 12px;
}

body[data-fontsize="8"] {
  --font-size-modifier: 14px;
}

body[data-fontsize="9"] {
  --font-size-modifier: 16px;
}

body[data-fontsize="10"] {
  --font-size-modifier: 18px;
}

/* Mega menus */
#main-menu > .has-mega-menu {
  position: static !important;
}
#main-menu > .has-mega-menu > a {
  height: unset;
}
@media (min-width: 1200px) {
  #main-menu > .has-mega-menu > a {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #main-menu > .has-mega-menu > a.highlighted, #main-menu > .has-mega-menu > a.active, #main-menu > .has-mega-menu > a:hover {
    background: #7B6A58;
    color: #fff;
  }
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
@media (min-width: 1200px) {
  #main-menu .mega-menu {
    left: -300px !important;
    right: -125px !important;
  }
}
@media (min-width: 1600px) {
  #main-menu .mega-menu {
    left: calc(-10vw - 274px) !important;
    right: calc(-10vw - 100px) !important;
  }
}
@media (min-width: 1921px) {
  #main-menu .mega-menu {
    left: -466px !important;
    right: -292px !important;
  }
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  padding: 0;
  border-width: 1px 0;
  box-shadow: none;
}
#main-menu .mega-menu a {
  font-family: "open_sansregular";
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
}
#main-menu .mega-menu ul li {
  border: 0;
}

#main-menu .mega-menu .subitem-image {
  display: none;
}

@media (max-width: 1199px) {
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
  .main-nav {
    position: relative;
  }
  .main-nav #main-menu {
    position: absolute;
    left: -1200px;
    transition: all 0.6s ease;
  }
  .main-nav #main-menu li.close-menu {
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
    color: #FFF;
    font-size: 30px;
    padding-right: 10px;
    background: #7B6A58;
  }
  .main-nav #main-menu .has-mega-menu {
    background-color: #7B6A58;
  }
  .main-nav #main-menu.menuactive {
    left: 0;
  }
  .toggle-submenu-mobile {
    margin-right: 10px;
    color: #0BC9CD;
  }
  #main-menu .mega-flex > div {
    width: 100% !important;
  }
  #main-menu .mega-flex .close-menu {
    display: none;
  }
  #main-menu .has-mega-menu > a > img, #main-menu .has-mega-menu > a > i {
    position: absolute;
    right: 5px;
  }
  #main-menu .has-mega-menu > a .sub-arrow {
    background: unset;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease;
    padding: 5px;
    margin-top: -5px;
    line-height: 1 !important;
  }
  #main-menu .has-mega-menu > a .sub-arrow:before {
    content: "\f13a";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    color: #93F8FA;
    font-size: 30px;
  }
  #main-menu .has-mega-menu > a.highlighted .sub-arrow {
    transform: rotate(180deg);
  }
  .sm li.has-mega-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-menu .mega-menu.mega-menu {
    margin-left: -20px !important;
    margin-right: -20px !important;
    background-color: #7B6A58;
    padding-bottom: 18px;
  }
  #main-menu .mega-menu.mega-menu .mega-flex {
    padding-top: 18px;
  }
  #main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link {
    padding-left: 14px;
    padding-top: 12px;
  }
  #main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link + ul > li > a {
    padding: 12px 20px 12px 25px;
  }
  #main-menu .has-mega-menu > a {
    font-size: 35px;
    font-family: "Dancing Script";
  }
}
@media (min-width: 1200px) {
  #main-menu {
    display: flex;
    justify-content: center;
  }
  #main-menu > li {
    margin-right: 5px;
  }
  #main-menu li.close-menu {
    display: none;
  }
  #main-menu > li > ul::before,
  #main-menu > li > ul::after {
    display: none;
  }
  #main-menu .mega-flex .close-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
    color: #FFF;
    line-height: 1;
  }
  #main-menu .mega-flex .close-menu i {
    font-size: 30px;
  }
  #main-menu .has-mega-menu > a {
    text-align: center;
    font-family: open_sansbold;
  }
  #main-menu .has-mega-menu > a > img {
    display: block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #main-menu .mega-menu .subitem-image {
    display: block;
    text-align: center;
  }
  #main-menu .mega-menu .subitem-image img {
    margin: 0.75rem auto;
  }
  #main-menu .mega-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 50px 50px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.42);
  }
  #main-menu .mega-flex > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 25px;
  }
  #main-menu .mega-flex > div.first-level-link {
    flex: 0 1 100%;
  }
  #main-menu .mega-flex > div.first-level-link a {
    font-size: 50px;
    font-family: "Dancing Script";
    display: inline-block;
    padding-left: 20px;
  }
  #main-menu .mega-flex > div.menu-first-layer {
    padding: 0 10px;
  }
  #main-menu .mega-flex > div.menu-first-layer > .menu-first-layer-link {
    border-bottom: 1px solid #fff !important;
    font-size: 30px;
    font-family: "Dancing Script";
  }
  #main-menu .mega-flex > div.menu-first-layer > .menu-first-layer-link + ul {
    padding-top: 10px;
  }
  #main-menu .mega-flex > div.menu-first-layer > .menu-first-layer-link + ul > li > a {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #main-menu .mega-flex > div.menu-first-layer > .menu-first-layer-link + ul > li > a:after {
    background: #0BC9CD !important;
  }
  /*
      Legacy Firefox implementation treats all flex containers
      as inline-block elements.
  */
  @-moz-document url-prefix() {
    #main-menu .mega-flex {
      width: 100%;
      -moz-box-sizing: border-box;
    }
  }
}
@media (min-width: 1920px) {
  #main-menu .mega-flex {
    padding: 100px 183px;
  }
}
.mega-menu > li {
  /*-webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  visibility: visible;
  opacity: 1;

  > li{
    transform: translateY(-25%) rotateX(35deg);
    transition: transform 0.5s;
  }*/
}

/*.mega-menu[aria-hidden="true"] > li{
  display:none!important;
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: -1;
  *{
    height: 0;
    z-index: -1;
  }
}
.mega-menu[aria-hidden="false"] > li{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: auto;
  z-index: auto;

  /*> li{
    height: auto;
    *{
      height: auto;
    }
  }
}

.mega-menu[aria-hidden="true"] > li{
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mega-menu[aria-hidden="false"] > li{
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}*/

/*# sourceMappingURL=eo-menu.css.map */
