/* clearfix */
/* Breakpoints */
/* fluid type */
/* calculate aspect-ratio from origin size */
/************************************************
* theme Settings
*************************************************/
/* colors */
/* template min and max width used for fluid typo*/
/* flexNav breakpoint (min-width) */
/* fluid margin and padding based on vw */
.atlas .swiper-button-next::after,
.atlas .swiper-button-prev::after {
  font-family: "pflueger-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}

.atlas {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: calc(4vw + 2rem);
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(200px, 142.8571428571vh, 1400px);
}
.atlas > a {
  left: 0;
  top: 0;
  transform: translateY(-10vh);
}
.atlas a.button {
  align-self: flex-start;
  font-size: 0.9em;
}
.atlas .zones {
  flex: 1 1 50%;
  min-width: 305px;
}
.atlas .salts .swiper-slide {
  font-size: 1.6rem;
}
.atlas .salts .swiper-slide .inner {
  background: #f3f4f5;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  flex: 1;
  margin: 0 auto;
  z-index: 10;
  padding: 4em;
}
.atlas .salts .swiper-slide .inner p {
  font-size: 1em;
}
.atlas .salts .swiper-slide .inner .top {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
  .atlas .salts .swiper-slide .inner .top {
    flex-direction: row;
  }
}
.atlas .salts .swiper-slide .inner .top figure {
  flex: 0 1 auto;
}
.atlas .salts .swiper-slide .inner .top figure picture {
  display: block;
  width: 100%;
  padding-right: 1em;
}
.atlas .salts .swiper-slide .inner .top figure picture img {
  max-width: 100%;
}
@media screen and (min-width: 760px) {
  .atlas .salts .swiper-slide .inner .top figure {
    order: 1;
  }
}
.atlas .salts .swiper-slide .inner .top h3 {
  display: flex;
  align-items: center;
  font-size: 1.25em;
}
@media screen and (min-width: 760px) {
  .atlas .salts .swiper-slide .inner .top h3 {
    flex: 1 0 60%;
    order: 2;
    padding-right: 1em;
  }
}
.atlas .salts .swiper-slide figure img {
  max-width: 65%;
}
.atlas .salts .swiper-slide h3 {
  margin: 0 auto 0.2em;
  padding: 0;
}
@media screen and (min-width: 760px) {
  .atlas .salts .swiper-slide h3 {
    max-width: 60%;
  }
}
.atlas .salts .swiper-slide h3::after {
  content: none;
}
.atlas .salts .swiper-slide a:link:not([class]),
.atlas .salts .swiper-slide a:visited:not([class]) {
  text-decoration: none;
  color: #292929;
  background: #fff;
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: bottom left;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  display: inline-block;
  transition: background 0.2s ease-out, color 0.2s ease;
}
@media (min-width: 1025px) {
  .atlas .salts .swiper-slide a:link:not([class]):hover,
  .atlas .salts .swiper-slide a:visited:not([class]):hover {
    background-position: 0 -4px;
  }
}
.atlas .dosage {
  flex: 1 1 100%;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 4vw 0;
}
.atlas .dosage .item {
  display: flex;
  align-items: center;
  width: 80%;
}
.atlas .dosage .item h3 {
  margin: 0;
  padding: 0;
}
@media (min-width: 320px) {
  .atlas .dosage .item h3 {
    font-size: 15px;
    font-size: calc(15px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .atlas .dosage .item h3 {
    font-size: 22px;
  }
}
.atlas .dosage .item h3::after {
  content: none;
}
.atlas .dosage .item figure {
  flex: 0 0 70px;
  margin-right: 20px;
}
@media (min-width: 320px) {
  .atlas .dosage .item p {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .atlas .dosage .item p {
    font-size: 20px;
  }
}
.atlas .dosage .item a {
  color: #636362;
  text-decoration: underline;
  text-decoration-color: #f3f4f5;
  text-decoration-thickness: 3px;
  transition: all 150ms;
}
.atlas .dosage .item a:hover {
  text-decoration-color: color-adjust(#f3f4f5, -15%);
}
.atlas .swiper-button-next,
.atlas .swiper-button-prev {
  top: 10em;
  left: 0.5em;
}
.atlas .swiper-button-next::before,
.atlas .swiper-button-prev::before {
  content: "";
  background: #fff;
  width: 12em;
  height: 10em;
  left: -7em;
  position: absolute;
  z-index: -1;
  clip-path: circle(45% at 50% 50%);
}
.atlas .swiper-button-next::after,
.atlas .swiper-button-prev::after {
  color: #292929;
  font-size: 2rem;
  margin: 0;
}
.atlas .swiper-button-prev::after {
  content: "\e806";
}
.atlas .swiper-button-next {
  left: auto;
  right: 0.5em;
}
.atlas .swiper-button-next::before {
  left: inherit;
  right: -7em;
}
.atlas .swiper-button-next::after {
  content: "\e807";
}

#zone1:target ~ .zones .zone1 {
  opacity: 1;
}

#zone2:target ~ .zones .zone2 {
  opacity: 1;
}

#zone3:target ~ .zones .zone3 {
  opacity: 1;
}

#zone4:target ~ .zones .zone4 {
  opacity: 1;
}

#zone5:target ~ .zones .zone5 {
  opacity: 1;
}

#zone6:target ~ .zones .zone6 {
  opacity: 1;
}

#zone7:target ~ .zones .zone7 {
  opacity: 1;
}

#zone8:target ~ .zones .zone8 {
  opacity: 1;
}

#zone9:target ~ .zones .zone9 {
  opacity: 1;
}

#zone10:target ~ .zones .zone10 {
  opacity: 1;
}

#zone11:target ~ .zones .zone11 {
  opacity: 1;
}

#zone12:target ~ .zones .zone12 {
  opacity: 1;
}

#zone1:target ~ .zones #beschriftung .no1 {
  opacity: 0;
}

#zone2:target ~ .zones #beschriftung .no2 {
  opacity: 0;
}

#zone3:target ~ .zones #beschriftung .no3 {
  opacity: 0;
}

#zone4:target ~ .zones #beschriftung .no4 {
  opacity: 0;
}

#zone5:target ~ .zones #beschriftung .no5 {
  opacity: 0;
}

#zone6:target ~ .zones #beschriftung .no6 {
  opacity: 0;
}

#zone7:target ~ .zones #beschriftung .no7 {
  opacity: 0;
}

#zone8:target ~ .zones #beschriftung .no8 {
  opacity: 0;
}

#zone9:target ~ .zones #beschriftung .no9 {
  opacity: 0;
}

#zone10:target ~ .zones #beschriftung .no10 {
  opacity: 0;
}

#zone11:target ~ .zones #beschriftung .no11 {
  opacity: 0;
}

#zone12:target ~ .zones #beschriftung .no12 {
  opacity: 0;
}

@media screen and (max-width: 760px) {
  .atlas .salts {
    z-index: 3;
  }
  .atlas .salts .swiper-wrapper {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    top: 0;
    right: 0;
    overflow: visible;
    z-index: 10;
    max-width: 0px;
    height: 100vh;
    opacity: 0;
    transition: max-width 50ms ease-in-out, opacity 400ms ease-in;
  }
  .atlas .salts .swiper-slide {
    width: 100%;
    max-height: 65vh;
    max-width: 90vw;
    position: fixed;
    left: 0;
    margin: 30% 5% 20%;
    transition: transform 500ms ease-in-out, opacity 500ms;
    transform: translateX(120%);
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  }
  .atlas .salts .swiper-slide:target {
    transform: inherit;
  }
  .atlas .salts .swiper-slide .trigger {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-decoration: none;
    padding-top: 10px;
  }
  .atlas .salts .swiper-slide .trigger::after {
    font-family: "pflueger-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    color: #292929;
    font-size: 2rem;
    margin: 0;
  }
  .atlas .salts .swiper-slide .trigger.prev {
    left: 1.5em;
  }
  .atlas .salts .swiper-slide .trigger.prev::after {
    content: "\e80a";
  }
  .atlas .salts .swiper-slide .trigger.next {
    right: 0;
  }
  .atlas .salts .swiper-slide .trigger.next::after {
    content: "\e80b";
  }
  .atlas .salts .swiper-slide .close {
    transition: all 50ms;
    position: absolute;
    top: 2%;
    right: 0;
    min-width: 40px;
    min-height: 40px;
  }
  .atlas .salts .swiper-slide .close:before {
    content: " ";
    position: absolute;
    background-color: #eee;
    width: 12em;
    height: 10em;
    top: -7em;
    right: -6em;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-10em);
    transition: all 150ms ease-in-out;
  }
  .atlas .salts .swiper-slide .close span {
    position: relative;
    display: inline-block;
    top: 49%;
    max-width: 50%;
    height: 3px;
    width: 100%;
  }
  .atlas .salts .swiper-slide .close span::before, .atlas .salts .swiper-slide .close span::after {
    background-color: #292929;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, bottom 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  }
  .atlas .salts .swiper-slide .close span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .atlas .salts .swiper-slide .close span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .atlas > a:target ~ .salts .swiper-wrapper {
    max-width: 100vw;
    opacity: 1;
  }
  a:target ~ .salts .swiper-slide {
    opacity: 1;
  }
  #zone1:target ~ .salts .zone1 {
    transform: inherit;
  }
  #zone2:target ~ .salts .zone2 {
    transform: inherit;
  }
  #zone3:target ~ .salts .zone3 {
    transform: inherit;
  }
  #zone4:target ~ .salts .zone4 {
    transform: inherit;
  }
  #zone5:target ~ .salts .zone5 {
    transform: inherit;
  }
  #zone6:target ~ .salts .zone6 {
    transform: inherit;
  }
  #zone7:target ~ .salts .zone7 {
    transform: inherit;
  }
  #zone8:target ~ .salts .zone8 {
    transform: inherit;
  }
  #zone9:target ~ .salts .zone9 {
    transform: inherit;
  }
  #zone10:target ~ .salts .zone10 {
    transform: inherit;
  }
  #zone11:target ~ .salts .zone11 {
    transform: inherit;
  }
  #zone12:target ~ .salts .zone12 {
    transform: inherit;
  }
}
@media screen and (min-width: 760px) {
  .atlas {
    column-gap: 10%;
  }
  .atlas .zones {
    flex: 1 1 28%;
  }
  .atlas .salts {
    flex: 1 1 40%;
    position: relative;
  }
  .atlas .salts::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
  }
  .atlas .dosage {
    flex: 1 1 30%;
  }
  .dosage.count5 .item:nth-child(2n) {
    margin-left: 12%;
  }
  .dosage .item {
    margin-left: 20%;
  }
  .dosage .item:first-child, .dosage .item:last-child {
    margin-left: 0;
  }
}

/*# sourceMappingURL=atlas.css.map */
