/*** Bootstrap Variables and Mixins only ***/
/*** Laramuc Variables and Mixins (to be able override the Bootstrap config) ***/
/*** BOOTSTRAP VARIABLES ***/
/* disable tablet and small desktop view */
/*** WEBSITE VARIABLES ***/
/**
 * language menu
 */
#headernavigation button[popovertarget="language-menu"] {
  anchor-name: --language-menu-toggle;
}
#hauptnavigation .language-menu__toggler {
  float: right;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  width: auto;
}
.language-menu__link {
  width: 100%;
  text-align: left;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: #e5e5e5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.language-menu__link img {
  height: auto;
  width: 22px;
  margin-right: 4px;
  max-height: 30px;
}
html[dir="rtl"] .language-menu__link img {
  margin-right: 0;
  margin-left: 4px;
}
.language-menu__link span {
  display: inline-block;
  margin-top: 5px;
}
.language-menu__link:hover span {
  text-decoration: underline;
}
.language-menu__toggler {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
  background-size: 10px;
  padding-right: 20px;
}
.fixed-state .language-menu__toggler {
  margin-top: 7px;
}
.language-menu__toggler span {
  font-size: 15px;
  position: relative;
  top: -2px;
  margin-top: 0;
}
.language-menu__backdrop {
  display: none;
}
#language-menu {
  border: none;
  padding: 0;
  background: none;
  min-width: 160px;
}
#language-menu .language-menu__link {
  border-left: 10px solid transparent;
}
#language-menu .language-menu__link:hover {
  border-left: 10px solid #046c9a;
}
#language-menu .language-menu__close {
  border: none;
  margin: 10px auto 0 auto;
}
#language-menu .language-menu__close:hover {
  background: #ddd;
}
@media screen and (max-width: 768px) {
  body:has(.language-menu:popover-open) {
    overflow: hidden;
  }
  body:has(.language-menu:popover-open) .language-menu__backdrop {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    pointer-events: all !important;
  }
  #language-menu:popover-open {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  body:has(.language-menu.\:popover-open) {
    overflow: hidden;
  }
  body:has(.language-menu.\:popover-open) .language-menu__backdrop {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    pointer-events: all !important;
  }
  #language-menu.\:popover-open {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #language-menu {
    position-anchor: --language-menu-toggle;
    position: absolute;
    top: anchor(bottom);
    left: anchor(left);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  html[dir="rtl"] #language-menu {
    right: anchor(right);
    left: unset;
  }
}
@media screen and (min-width: 768px) {
  #language-menu:popover-open {
    position: fixed;
    position-try: most-height flip-block;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-items: start;
  }
  .anchor-positioning-polyfill-required #language-menu:popover-open {
    position: absolute;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .language-menu__toggler span {
    top: 2px;
  }
  #language-menu.\:popover-open {
    position: fixed;
    position-try: most-height flip-block;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-items: start;
  }
  .anchor-positioning-polyfill-required #language-menu.\:popover-open {
    position: absolute;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .language-menu__toggler {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .language-menu__toggler span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70px;
  }
}
