.header-main--navigation {
  display: none;
  visibility: hidden;
}
@media (min-width: 1140px) {
  .header-main--navigation {
    display: block;
    visibility: visible;
  }
}

.header-main--navlist {
  list-style-type: none;
  padding: 0;
  margin-left: -1.25rem;
}

.header-main--navitem {
  float: right;
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 2.2rem;
}

.header-main--navitem.menu-item-has-children:hover:before {
  content: ' ';
  display: block;
  width: 218px;
  height: 90px;
  background: transparent;
  position: absolute;
  transform: rotate(21deg) translate3d(49%, -20%, 0);
}

.header-main--navitem > a {
  padding-right: 2.5rem;
  /*padding-left: 1.25rem;*/
}
.header-main--navitem > a .icon-home {
  position: relative;
  top: -2px;
}
.header-main--navitem:hover > .header-main--subnavcontainer {
  display: block !important;
  visibility: visible !important;
}
.header-main--navitem:hover > a > .linktext > * {
  text-decoration: underline;
}
.header-main--navitem.current-navitem > a > .linktext > * {
  text-decoration: underline;
}

.header-main--subnavcontainer {
  z-index: 1050;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
  visibility: hidden;
}

.header-main--subnavinner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1680px;
  background-color: #fff;
  border: 1px solid #fafbfc;
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.2),
    0 8px 16px 0 rgba(10, 31, 68, 0.2);
}

.header-main--subnavcolumn-headline {
  display: block;
  margin-bottom: 1.75rem;
}
#top #header .avia_mega_div .sub-menu {
  overflow: visible;
}
.header-main--subnavcolumn ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: -1.6875rem;
  max-width: 280px;
}
.header-main--subnavcolumn ul > li {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  border-top: 1px solid #e5eaee;
}
.header-main--subnavcolumn ul > li a {
  display: block;
  font-size: 1rem;
  line-height: 2;
  padding-left: 12px;
  padding-right: 12px;
}
.header-main--subnavcolumn ul > li a > span {
  margin-left: -39px;
}
.header-main--subnavcolumn ul > li a > span:before {
  display: inline-block;
  font-family: 'rufglyphs';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: '';
  speak: none;
  transform: translatex(-39px);
  padding-right: 1rem;
  transition: all 0.4s;
  opacity: 0;
}
.header-main--subnavcolumn ul > li a:hover > span:before {
  opacity: 1;
  transform: translatex(0);
}
.header-main--subnavcolumn ul > li:last-of-type {
  border-bottom: 1px solid #e5eaee;
}
.header-main--subnavcolumn ul > li:hover {
  background-color: #eff2f5;
}

/* ************************************************************************* */

.header-main--burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  justify-content: flex-end;
}
.header-main--nav .header-main--burger {
	padding: 5px;
	margin: -5px 0 -5px 26px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	width: 31px;
	height: 30px;
	top: 40px;
	position: relative;
}
@media (min-width: 1023px) {
  .header-main--burger {
    display: none;
    visibility: hidden;
  }
}

.header-main--burgerlink {
  position: relative;
  display: block;
  height: 16px;
  top: 10px;
  width: 48px;
}
.header-main--burgerlink > span {
  margin: 0 auto;
}
.header-main--burgerlink > span,
.header-main--burgerlink > span:before,
.header-main--burgerlink > span:after {
  display: block;
  width: 48px;
  height: 2px;
  background-color: #003e72;
}
.header-main--burgerlink > span:before,
.header-main--burgerlink > span:after {
  content: '';
  position: absolute;
}
.header-main--burgerlink > span:before {
  top: -6px;
}
.header-main--burgerlink > span:after {
  top: 6px;
}

/* ************************************************************************* */

.mobile-back {
  position: absolute;
  left: 2.5rem;
  padding: 0;
  margin-left: -6px;
  font-family: Eina01-SemiBold;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s, text-indent 0.3s;
}
.mobile-back .icon-chevron-right {
  top: 4px;
}
.mobile-back:hover {
  color: white;
  text-indent: -5px;
}
.mobile-nav {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 0;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  box-shadow: -10px 0 10px 0 rgba(10, 31, 68, 0.1);
}
.mobile-nav.alternative {
  background: #f7f8f9;
  border: 1px solid #fafbfc;
}
@media (max-width: 1599.98px) {
  .mobile-nav {
    -webkit-transform: translate3d(110%, 0, 0);
    -moz-transform: translate3d(110%, 0, 0);
    -ms-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    transition: transform 0.3s;
  }
}
@media (min-width: 1140px) {
  .mobile-nav:not(.alternative) {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1600px) {
  .mobile-nav.alternative {
    display: none;
    visibility: hidden;
  }
}
.mobile-nav.mobile-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav.mobile-back--hidden .mobile-back {
  visibility: hidden;
}
.mobile-nav:not(.mobile-back--hidden):not(.alternative) .mobile-navheader {
  visibility: hidden;
}
.mobile-navheader {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-top: -0.625rem;
}
.mobile-navheader a {
  display: block;
  line-height: 40px;
}
.mobile-navheader--first,
.mobile-navheader--last {
  width: 100%;
  max-width: 18px;
}
.mobile-navheader--first a,
.mobile-navheader--last a {
  position: relative;
  top: -2px;
}
.mobile-navheader--last button {
  position: relative;
  top: 3px;
}
.mobile-navheader--center {
  margin: auto;
}
.mobile-navheader--center > ul {
  padding: 0;
  margin: 0;
}
.mobile-navheader--center .header-language--navitem {
  list-style: none;
  line-height: 2.5rem;
}
.mobile-navheader--center .header-language--navitem:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-navheader--center .header-language--navitem a {
  padding: 0 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s;
}
.mobile-navheader--center .header-language--navitem a:hover {
  color: white;
}
.mobile-navheader--center .header-language--navitem.current-language a {
  color: white;
}
.mobile-navbody {
  position: absolute;
  top: 120px;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.mobile-navbody::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003e72+0,003e72+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 62, 114, 0) 0%, #003e72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 62, 114, 0) 0%,
    #003e72 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 62, 114, 0) 0%, #003e72 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00003e72", endColorstr="#003e72",GradientType=0 );
  /* IE6-9 */
  content: '';
}
.mobile-navbody .product__filter--container {
  padding: 0 2.5rem;
}
.mobile-navbody .product__filter--container .filter__item {
  max-width: none;
}
.mobile-navbody h2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 28px;
  line-height: 34px;
}
.mobile-nav.alternative .mobile-navheader {
  justify-content: space-between;
}
.mobile-nav.alternative .mobile-navheader a {
  color: #003e72;
}
.mobile-nav.alternative .mobile-navheader--left {
  width: auto;
  text-align: left;
}
.mobile-nav.alternative .mobile-navbody::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003e72+0,003e72+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(247, 248, 249, 0) 0%,
    #f7f8f9 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 248, 249, 0) 0%,
    #f7f8f9 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(247, 248, 249, 0) 0%,
    #f7f8f9 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00F7F8F9", endColorstr="#F7F8F9",GradientType=0 );
  /* IE6-9 */
}
.mobile-level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: calc(100% + 50px);
  height: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 5rem;
  list-style-type: none;
}
.mobile-level:focus {
  outline: none;
}
.mobile-level--current {
  visibility: visible;
}
.mobile-item {
  display: block;
  width: calc(100% - 35px);
}
.mobile-item.secondary:last-of-type .mobile-link {
  border-bottom: 1px solid #335877;
}
.mobile-item:not(.secondary):hover {
  background-color: #002748;
}
.mobile-item:not(.secondary):hover .mobile-link::after {
  color: #fff;
}
.mobile-link {
  position: relative;
  display: block;
  font-family: Eina01-SemiBold;
  font-size: 22px;
  font-weight: 500;
  line-height: 70px;
  transition: text-indent 0.3s;
}
.mobile-link:hover {
  text-indent: 5px;
}
.mobile-link:not(.secondary) {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.mobile-link.secondary {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  font-family: Eina01-Regular, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: normal;
  line-height: 50px;
  border-top: 1px solid #335877;
}
.mobile-link[data-submenu]::after {
  position: absolute;
  right: 2.5rem;
  font-family: Eina01-Regular, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 37px;
  line-height: 45px;
  color: #99acbb;
  content: '…';
}

/* ************************************************************************* */

.mobile-nav .mobile-navheader--close {
	background-color: #fff;
	border: none;
	padding: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/* ************************************************************************* */

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

/* ************************************************************************* */

[class^='animate-'],
[class*=' animate-'] {
  visibility: visible;
}

.animate-outToRight .mobile-item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate-outToLeft .mobile-item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-inFromLeft .mobile-item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate-inFromRight .mobile-item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fadeIn {
  animation: fadeIn ease-out 0.3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: fadeIn ease-out 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: fadeIn ease-out 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: fadeIn ease-out 0.3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: fadeIn ease-out 0.3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

.animate-inFromTop {
  animation: inFromTop ease-out 0.3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: inFromTop ease-out 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: inFromTop ease-out 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: inFromTop ease-out 0.3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: inFromTop ease-out 0.3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

@keyframes inFromTop {
  0% {
    opacity: 0;
    transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes inFromTop {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes inFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes inFromTop {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes inFromTop {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

/* ************************************************************************* */

.sticky-navbar--item .header-main--burgerlink {
  height: 22px;
  margin: 0 auto;
}

.sticky-navbar--list,
.footer-nav--list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sticky-navbar--list,
  .footer-nav--list {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .sticky-navbar--list,
  .footer-nav--list {
    margin-left: -1rem;
  }
}

.sticky-navbar--list {
  margin-bottom: 0;
}

.sticky-navbar--item {
  border: 1px solid #e5eaee;
}
.sticky-navbar--item > * {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 14px;
  text-align: center;
  width: 100%;
}

.sticky-navbar--item .header-main--burgerlink img {
  width: 29px;
}

#sticky-navbar {
  position: fixed;
  z-index: 1050;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid var(--tab-background-color);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1), 0 -3px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  #sticky-navbar {
    display: none;
    visibility: hidden;
  }
}

.sticky-navbar--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  text-align: center;
  justify-items: center;
}

.sticky-navbar--item {
  flex: 1 0 0;
  justify-content: center;
}

.sticky-navbar--icon.header-main--burgerlink {
  position: relative;
  top: 10px;
}

/* ************************************************************************* */

.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal__backdrop.show .modal {
  opacity: 1;
}
.modal__backdrop .modal {
  opacity: 0;
  width: 85vw;
  max-width: 338px;
  height: 50vh;
  max-height: 474px;
  padding: 1.7rem 1.5rem 2rem;
  border: 1px solid #ccd5dd;
  border-radius: 4px;
  box-shadow: 0 8px 10px 0 rgba(10, 31, 68, 0.1);
  transition: all 0.3s;
}
.modal {
  position: relative;
  z-index: 1050;
  width: 85%;
  padding: 5px 34px 8px 18px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e5eaee;
  box-shadow: 0 4px 8px 0 rgba(10, 31, 68, 0.08);
}

/* ************************************************************************* */

.col-grid {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .col-grid {
    display: grid;
    grid-column-gap: 1.5rem;
  }
  .col-grid > * {
    width: auto !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .col-grid {
    grid-column-gap: 2.625rem;
  }
}
@media (min-width: 576px) {
  .col-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid--2 > * {
    float: left;
    width: calc(50% - 1.5rem / 2);
  }
}
.col-grid--3 .article-teaser {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .col-grid--3:not(.col-grid-md--2)
    .article-teaser
    .article
    .article-thumbnail-wrapper,
  .col-grid--3 .article-teaser .article > *:last-child {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .col-grid--3:not(.col-grid-md--2)
    .article-teaser
    .article
    .article-thumbnail-wrapper,
  .col-grid--3 .article-teaser .article > *:last-child {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .col-grid--3:not(.col-grid-md--2)
    .article-teaser
    .article
    .article-thumbnail-wrapper,
  .col-grid--3 .article-teaser .article > *:last-child {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 992px) {
  .col-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col-grid--4 .article-teaser {
  margin-bottom: 1.6875rem;
}
@media (min-width: 576px) {
  .col-grid--4
    .article-teaser:not(.article-product)
    .article
    .article-thumbnail-wrapper,
  .col-grid--4 .article-teaser:not(.article-product) .article > *:last-child {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .col-grid--4
    .article-teaser:not(.article-product)
    .article
    .article-thumbnail-wrapper,
  .col-grid--4 .article-teaser:not(.article-product) .article > *:last-child {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .col-grid--4
    .article-teaser:not(.article-product)
    .article
    .article-thumbnail-wrapper,
  .col-grid--4 .article-teaser:not(.article-product) .article > *:last-child {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 992px) {
  .col-grid--4 {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.2rem;
  }
}
@media (min-width: 576px) and (max-width: 1599.98px) {
  .col-grid-md--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-md--2 > * {
    float: left;
    width: calc(50% - 1.5rem / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .responsive.html_mobile_menu_tablet
    #top
    #header_main
    > .container
    .main_menu
    .av-main-nav
    > li
    > a,
  .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
    height: 90px;
    line-height: 90px;
  }
}



/* Navigation Mobil ******************************************************** */

.header-main--nav .header-main--burger {
  padding: 5px;
  margin: -5px 0 -5px 26px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  width: 31px;
  height: 30px;
  top: 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .html_header_top #top .av_logo_right .logo img {
    width: 60%;
    right: 28px;
  }
  .header-main--nav .header-main--burger {
    top: 50px;
  }
}

.header-main--burgerlink {
  width: unset;
  height: unset;
  top: 0;
}

.mobile-nav {
  background-color: #fff;
}
.mobile-nav a {
  color: #1d1d1b;
}
.mobile-nav .mobile-link {
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  display: block;
}
.mobile-nav li.current-menu-item > a {
  color: inherit !important;
  text-decoration: none;
}
.mobile-nav .mobile-navheader--close {
  background-color: #fff;
  border: none;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.mobile-nav ul.mobile-level {
  width: 100%;
}
.mobile-nav ul.mobile-level > li {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.mobile-nav ul.mobile-level > li > a.mobile-link {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 !important;
  text-align: left;
  font-weight: normal;
}

.mobile-nav ul.mobile-level-start > li.menu-item-has-children > a {
  text-transform: uppercase;
}

.mobile-nav .mobile-link[data-submenu]::after {
  position: absolute;
  right: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  line-height: 70px;
  font-weight: 900;
  color: #999;
  content: '';
}

.mobile-navbody::after {
  background: none;
}
.mobile-nav ul.mobile-level.animate-inFromLeft ul {
  display: none;
}

.mobile-nav .mobile-navheader--center .header-language--navitem a {
  color: #1d1d1b;
  padding: 0 1rem;
}
.mobile-nav
  .mobile-navheader--center
  .header-language--navitem.current-language
  a {
  color: #1d1d1b;
  text-decoration: underline;
}

.mobile-nav:not(.mobile-back--hidden):not(.alternative) .mobile-navheader {
  visibility: unset;
}
.mobile-nav .mobile-back {
  left: 2.5rem;
  right: unset;
  top: 60px;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #1d1d1b;
  font-family: inherit;
  line-height: normal;
}

.mobile-link.secondary {
  margin: 0;
  line-height: 42px;
  border: none !important;
}
.mobile-item.secondary:last-of-type .mobile-link {
  border: none !important;
}

.mobile-nav .mobile-item-icon {
  width: 55px;
  text-align: center;
}
.mobile-nav .mobile-item:not(.secondary):hover {
  background-color: unset;
}
.mobile-nav .mobile-item:not(.secondary):hover .mobile-link::after {
  color: unset;
}
.header_color .mobile-nav a:hover {
  color: inherit;
  text-decoration: none;
}



/* Sticky Navbar *********************************************************** */

#sticky-navbar {
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(100%);
}
#sticky-navbar.show {
  opacity: 1;
  transform: translateY(0);
}
.sticky-navbar--item {
  border: none;
}
.sticky-navbar--item > button {
  border: none;
  background-color: unset;
  cursor: pointer;
}
.sticky-navbar--icon.header-main--burgerlink {
  height: unset;
  top: 1px;
}



/* Mobile Suche ************************************************************ */

#modal-callback-search {
}
#modal-callback-search #modal-callback-search-close {
  border: none;
  background-color: transparent;
}
.modal .button-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  padding: 0;
}

.modal-callback-search-form {
}
.modal-callback-search-form button {
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* Anpassungen ************************************************************* */

.header-main--nav {display:inline-block;text-align:right;}
.header-main--nav .header-main--burger {display:inline-block;position:relative;top:unset;right:unset;bottom:unset;left:unset;}

@media (max-width:1024px) {
	#header {display:none;}
}

@media (max-width:576px) {
	/*.header-main--nav .header-main--burger {display:none;}*/
}

.mobile-nav.mobile-open {
	display: block;
	visibility: visible;
}

.mobile-navheader--first, .mobile-navheader--last {
	width: auto;
	max-width: unset;
}

.mobile-nav .mobile-navheader--close {
	display: block;
	width: auto;
	height: auto;
	font-size: 15px;
	font-family: inherit;
	right: 75px;
}

.mobile-nav .mobile-back, .mobile-nav .mobile-navheader--close {
	position: absolute;
	top: 25px;
	color: #1d1d1b;
}

.mobile-nav .mobile-back:hover, .mobile-nav .mobile-navheader--close:hover {
	text-indent: -5px;
	transition: color 0.3s, text-indent 0.3s;
}

#sidebar {z-index:30 !important;}
#header {z-index:30 !important;}
#mobile-navigation * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-nav .mobile-level .menu-item-lang a.mobile-link {
	color:#666;
}

.mobile-nav li.current-menu-item > a {
	color:#ffb53e !important;
	font-weight: bold !important;
}