#theme-logo {
  z-index: 100;
  width: 20vw;
  max-width: 268px;
  min-width: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  margin-left: auto;
}

header#header {
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header#header.header-home {
  position: absolute;
}

.header-wrapper {
  display: flex;
  align-items: center;
  padding: var(--my-padding-Y) var(--my-padding-X);
  --my-padding-Y: 43px;
  --my-padding-X: 81px;
}

.header-wrapper.not-home {
  background: linear-gradient(
    90deg,
    #b7bd75 0%,
    #b7bd75 25%,
    #8b9ca3 80%,
    #8b9ca3 100%
  );
}

.category-entschleunigung .header-wrapper.not-home {
  background: var(--ast-global-color-0);
}

.category-beschleunigung .header-wrapper.not-home {
  background: var(--ast-global-color-1);
}

/*----------------- HEADER ICONS -------------*/

#header-icons {
  z-index: 100;
  display: flex;
  pointer-events: all;
  position: absolute;
  right: calc(42% + 4vw);
  gap: 20px;
  top: 0;
  top: var(--my-padding-Y);
  padding-left: 100px;
}

#header-icons img {
  display: block;
  width: auto;
}

.icon {
  display: flex;
  text-align: center;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}

.icon a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/**------------------------ SLIDESHOW -------------------------*/

#slider-wrapper.postthumb {
  max-width: 1170px;
  margin: 0 auto;
}

#SR7_4_1-8-11 {
  display: none !important;
}

#beschleunigen-svg-container-1,
#entschleunigen-svg-container-1 {
  opacity: 1 !important;
  visibility: visible !important;
}

#SR7_17_1-10-11 {
  display: none !important;
}

/*---------------- GTRANSLATE -------------*/

.gt_float_switcher img {
  display: inline-block !important;
  width: 25px !important;
  border-radius: 0 !important;
  filter: saturate(0.5);
}

.gt_float_switcher.notranslate {
  width: 120px;
}

/*
html:lang(auto) .icon a[title="German"],
html:lang(en) .icon a[title="English"],
html:lang(de-DE) .icon a[title="German"] {
    display: none;
    opacity: 0;
}

a.glink {
    font-size: 0;
}

a.glink:after {
    height: 26px;
    width: 26px;
    background-image: url(/wp-content/themes/astra-impuls-child/img/icon-lang.svg);
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
*/

.gtranslate_wrapper {
  position: absolute;
  left: 0;
}

.gt_float_switcher {
  font-family: inherit !important;
  font-size: 0.9rem !important;
  border-radius: 0;
  color: inherit !important;
  display: inline-block;
  line-height: 20px;
  box-shadow: none !important;
  background: transparent !important;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 !important;
  color: inherit !important;
  font-weight: bold;
}

.gt_float_switcher .gt-selected {
  background-color: transparent !important;
}

/*----------------- HEADERBILD -------------*/

rs-layer[data-type="text"] span {
  letter-spacing: -0.069em !important;
}

#slider-wrapper.postthumb.desktop {
  max-height: 580px;
  overflow: hidden;
  position: relative;
}

#slider-wrapper.postthumb.mobile {
  max-height: 580px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

#slider-wrapper.postthumb.desktop img {
  width: 100%;
  height: auto;
}

#slider-wrapper.postthumb.mobile img {
  width: 100%;
  height: auto;
}

#slider-wrapper.postthumb::before {
  display: block;
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(7, 1, 1, 0.3) 0%,
    rgba(7, 1, 1, 0.3) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(7, 1, 1, 0.3) 0%,
    rgba(7, 1, 1, 0.3) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(7, 1, 1, 0.3) 0%,
    rgba(7, 1, 1, 0.3) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d070101', endColorstr='#00000000', GradientType=0);
  height: 100%;
  width: 100%;
  content: "";
}

#slider-wrapper.postthumb.desktop img.fallback {
  margin-top: -10vw;
}

@media (min-width: 1920px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
  #theme-logo {
    width: 17vw;
  }
  .header-wrapper {
    --my-padding-X: 5vw;
    --my-padding-Y: 25px;
  }
  .icon img {
    height: 25px !important;
  }
}

@media (max-width: 1024px) {
  #header-icons {
    right: var(--my-padding-X);
    top: var(--my-padding-Y);
  }
}

@media (max-width: 990px) {
  .shiftnav-toggle-button,
  .shiftnav-toggle-button:hover {
    display: flex;
  }
}

@media (max-width: 768px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 576px) {
  header#header.header-home {
    position: relative;
    width: 100%;
    background: linear-gradient(
      90deg,
      #b7bd75 0%,
      #b7bd75 25%,
      #8b9ca3 80%,
      #8b9ca3 100%
    );
  }
}

@media (max-width: 420px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 320px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}
