* {
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #ebebeb;
}

/* ----- COOKIE SHIT ----- */
.cc_container {
  background: #1c1c1c !important;
  /* Hintergrundfarbe des gesamten Bereichs */
  color: #d8d8d8 !important;
  /* Schriftfarbe des gesamten Bereichs */
}

.cc_container .cc_btn {
  padding: 8px 3px !important;
  max-width: 130px !important;
}

/* ####################################################### */

.loadingBody {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ebebeb;
  z-index: 10;
  display: block;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -56px;
  width: 112px;
  height: 70px;
  /* *zoom: 1; */
  /* z-index: 2; */
}

.loading:before,
.loading:after {
  display: table;
  content: "";
}

.loading:after {
  clear: both;
}

.loading .finger {
  float: left;
  margin: 0 2px 0 0;
  width: 20px;
  height: 100%;
}

.loading .finger-1 {
  -webkit-animation: finger-1-animation 1.7s infinite ease-out;
  animation: finger-1-animation 1.7s infinite ease-out;
}

.loading .finger-1 span {
  -webkit-animation: finger-1-animation-span 1.7s infinite ease-out;
  animation: finger-1-animation-span 1.7s infinite ease-out;
}

.loading .finger-1 i {
  -webkit-animation: finger-1-animation-i 1.7s infinite ease-out;
  animation: finger-1-animation-i 1.7s infinite ease-out;
}

.loading .finger-2 {
  -webkit-animation: finger-2-animation 1.7s infinite ease-out;
  animation: finger-2-animation 1.7s infinite ease-out;
}

.loading .finger-2 span {
  -webkit-animation: finger-2-animation-span 1.7s infinite ease-out;
  animation: finger-2-animation-span 1.7s infinite ease-out;
}

.loading .finger-2 i {
  -webkit-animation: finger-2-animation-i 1.7s infinite ease-out;
  animation: finger-2-animation-i 1.7s infinite ease-out;
}

.loading .finger-3 {
  -webkit-animation: finger-3-animation 1.7s infinite ease-out;
  animation: finger-3-animation 1.7s infinite ease-out;
}

.loading .finger-3 span {
  -webkit-animation: finger-3-animation-span 1.7s infinite ease-out;
  animation: finger-3-animation-span 1.7s infinite ease-out;
}

.loading .finger-3 i {
  -webkit-animation: finger-3-animation-i 1.7s infinite ease-out;
  animation: finger-3-animation-i 1.7s infinite ease-out;
}

.loading .finger-4 {
  -webkit-animation: finger-4-animation 1.7s infinite ease-out;
  animation: finger-4-animation 1.7s infinite ease-out;
}

.loading .finger-4 span {
  -webkit-animation: finger-4-animation-span 1.7s infinite ease-out;
  animation: finger-4-animation-span 1.7s infinite ease-out;
}

.loading .finger-4 i {
  -webkit-animation: finger-4-animation-i 1.7s infinite ease-out;
  animation: finger-4-animation-i 1.7s infinite ease-out;
}

.loading .finger-item {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px 6px 8px 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 6px 8px 8px;
  -moz-background-clip: padding;
  border-radius: 6px 6px 8px 8px;
  background-clip: padding-box;
  background: #9c8657;
}

.loading .finger-item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 5px 5px 0 5px;
}

.loading .finger-item span:before,
.loading .finger-item span:after {
  content: "";
  position: relative;
  display: block;
  margin: 0 0 2px 0;
  width: 100%;
  height: 2px;
  background: #ebebeb;
}

.loading .finger-item i {
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 10px 10px 7px 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 7px 7px;
  -moz-background-clip: padding;
  border-radius: 10px 10px 7px 7px;
  background-clip: padding-box;
  background: #ebebeb;
}

.loading .last-finger {
  position: relative;
  float: left;
  width: 24px;
  height: 100%;
  overflow: hidden;
}

.loading .last-finger-item {
  position: absolute;
  right: 0;
  top: 32px;
  width: 110%;
  height: 20px;
  -webkit-border-radius: 0 5px 14px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 14px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 14px 0;
  background-clip: padding-box;
  background: #9c8657;
  -webkit-animation: finger-5-animation 1.7s infinite linear;
  animation: finger-5-animation 1.7s infinite linear;
}

.loading .last-finger-item i {
  position: absolute;
  left: 0;
  top: -8px;
  width: 22px;
  height: 8px;
  background: #9c8657;
  overflow: hidden;
}

.loading .last-finger-item i:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 20px;
  -webkit-border-radius: 0 0 15px 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 15px 15px;
  -moz-background-clip: padding;
  border-radius: 0 0 15px 15px;
  background-clip: padding-box;
  background: #ebebeb;
}

@-webkit-keyframes finger-1-animation {
  0% {
    padding: 12px 0 5px 0;
  }

  20% {
    padding: 12px 0 5px 0;
  }

  29% {
    padding: 4px 0 24px 0;
  }

  35% {
    padding: 4px 0 24px 0;
  }

  41% {
    padding: 12px 0 5px 0;
  }

  100% {
    padding: 12px 0 5px 0;
  }
}

@keyframes finger-1-animation {
  0% {
    padding: 12px 0 5px 0;
  }

  20% {
    padding: 12px 0 5px 0;
  }

  29% {
    padding: 4px 0 24px 0;
  }

  35% {
    padding: 4px 0 24px 0;
  }

  41% {
    padding: 12px 0 5px 0;
  }

  100% {
    padding: 12px 0 5px 0;
  }
}

@-webkit-keyframes finger-1-animation-span {
  0% {
    top: 0;
  }

  20% {
    top: 0;
  }

  29% {
    top: -7px;
  }

  35% {
    top: -7px;
  }

  41% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@keyframes finger-1-animation-span {
  0% {
    top: 0;
  }

  20% {
    top: 0;
  }

  29% {
    top: -7px;
  }

  35% {
    top: -7px;
  }

  41% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes finger-1-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  20% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  29% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  35% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  41% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@keyframes finger-1-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  20% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  29% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  35% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  41% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@-webkit-keyframes finger-2-animation {
  0% {
    padding: 6px 0 2px 0;
  }

  24% {
    padding: 6px 0 2px 0;
  }

  33% {
    padding: 2px 0 16px 0;
  }

  39% {
    padding: 2px 0 16px 0;
  }

  45% {
    padding: 6px 0 2px 0;
  }

  100% {
    padding: 6px 0 2px 0;
  }
}

@keyframes finger-2-animation {
  0% {
    padding: 6px 0 2px 0;
  }

  24% {
    padding: 6px 0 2px 0;
  }

  33% {
    padding: 2px 0 16px 0;
  }

  39% {
    padding: 2px 0 16px 0;
  }

  45% {
    padding: 6px 0 2px 0;
  }

  100% {
    padding: 6px 0 2px 0;
  }
}

@-webkit-keyframes finger-2-animation-span {
  0% {
    top: 0;
  }

  24% {
    top: 0;
  }

  33% {
    top: -7px;
  }

  39% {
    top: -7px;
  }

  45% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@keyframes finger-2-animation-span {
  0% {
    top: 0;
  }

  24% {
    top: 0;
  }

  33% {
    top: -7px;
  }

  39% {
    top: -7px;
  }

  45% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes finger-2-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  24% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  33% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  39% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  45% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@keyframes finger-2-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  24% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  33% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  39% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  45% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@-webkit-keyframes finger-3-animation {
  0% {
    padding: 0 0 0 0;
  }

  28% {
    padding: 0 0 0 0;
  }

  37% {
    padding: 0 0 12px 0;
  }

  43% {
    padding: 0 0 12px 0;
  }

  49% {
    padding: 0 0 0 0;
  }

  100% {
    padding: 0 0 0 0;
  }
}

@keyframes finger-3-animation {
  0% {
    padding: 0 0 0 0;
  }

  28% {
    padding: 0 0 0 0;
  }

  37% {
    padding: 0 0 12px 0;
  }

  43% {
    padding: 0 0 12px 0;
  }

  49% {
    padding: 0 0 0 0;
  }

  100% {
    padding: 0 0 0 0;
  }
}

@-webkit-keyframes finger-3-animation-span {
  0% {
    top: 0;
  }

  28% {
    top: 0;
  }

  37% {
    top: -7px;
  }

  43% {
    top: -7px;
  }

  49% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@keyframes finger-3-animation-span {
  0% {
    top: 0;
  }

  28% {
    top: 0;
  }

  37% {
    top: -7px;
  }

  43% {
    top: -7px;
  }

  49% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes finger-3-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  28% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  37% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  43% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  49% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@keyframes finger-3-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  28% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  37% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  43% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  49% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@-webkit-keyframes finger-4-animation {
  0% {
    padding: 8px 0 3px 0;
  }

  32% {
    padding: 8px 0 3px 0;
  }

  41% {
    padding: 4px 0 20px 0;
  }

  47% {
    padding: 4px 0 20px 0;
  }

  53% {
    padding: 8px 0 3px 0;
  }

  100% {
    padding: 8px 0 3px 0;
  }
}

@keyframes finger-4-animation {
  0% {
    padding: 8px 0 3px 0;
  }

  32% {
    padding: 8px 0 3px 0;
  }

  41% {
    padding: 4px 0 20px 0;
  }

  47% {
    padding: 4px 0 20px 0;
  }

  53% {
    padding: 8px 0 3px 0;
  }

  100% {
    padding: 8px 0 3px 0;
  }
}

@-webkit-keyframes finger-4-animation-span {
  0% {
    top: 0;
  }

  32% {
    top: 0;
  }

  41% {
    top: -7px;
  }

  47% {
    top: -7px;
  }

  53% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@keyframes finger-4-animation-span {
  0% {
    top: 0;
  }

  32% {
    top: 0;
  }

  41% {
    top: -7px;
  }

  47% {
    top: -7px;
  }

  53% {
    top: 0;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes finger-4-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  32% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  41% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  47% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  53% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@keyframes finger-4-animation-i {
  0% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  32% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  41% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  47% {
    bottom: 8px;
    height: 12px;
    -webkit-border-radius: 7px 7px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 4px 4px;
    -moz-background-clip: padding;
    border-radius: 7px 7px 4px 4px;
    background-clip: padding-box;
  }

  53% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }

  100% {
    bottom: 3px;
    height: 14px;
    -webkit-border-radius: 10px 10px 7px 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 7px 7px;
    -moz-background-clip: padding;
    border-radius: 10px 10px 7px 7px;
    background-clip: padding-box;
  }
}

@-webkit-keyframes finger-5-animation {
  0% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }

  34% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }

  43% {
    top: 20px;
    right: 2px;
    -webkit-border-radius: 0 8px 20px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 8px 20px 0;
    -moz-background-clip: padding;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }

  50% {
    top: 20px;
    right: 2px;
    -webkit-border-radius: 0 8px 20px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 8px 20px 0;
    -moz-background-clip: padding;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }

  60% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }

  100% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
}

@keyframes finger-5-animation {
  0% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }

  34% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }

  43% {
    top: 20px;
    right: 2px;
    -webkit-border-radius: 0 8px 20px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 8px 20px 0;
    -moz-background-clip: padding;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }

  50% {
    top: 20px;
    right: 2px;
    -webkit-border-radius: 0 8px 20px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 8px 20px 0;
    -moz-background-clip: padding;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }

  60% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }

  100% {
    top: 32px;
    right: 0;
    -webkit-border-radius: 0 5px 14px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 14px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
}

.credits-info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0 0 20px;
  opacity: 50;
}

.credits-info h1 {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.credits-info p {
  margin: 0 0 15px 0;
  max-width: 320px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  color: #fff;
}

.credits-info span {
  margin: 0 5px;
  opacity: 30;
}

.credits-info a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.credits-info a:hover {
  border-bottom: 3px solid #fff;
}

* {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ####################################################### */

#wrapper {
  width: 100%;
}

/* ----- BURGER MENU ----- */

.btn-toggle-mobile,
.logo-bild-mobile {
  display: none;
}

.btn-toggle-nav {
  position: fixed;
  top: 31px;
  left: 190px;
  width: 60px;
  height: 60px;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 8;
}

.btn-toggle-nav:hover {
  opacity: 0.7;
}

#logo-bild {
  position: fixed;
  top: 38px;
  right: 171px;
  height: 45px;
  width: 45px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  z-index: 8;
  color: transparent;
}

/* ----- BURGER MENU ENDE ----- */

/* ----- HEADER ------ */
header {
  position: absolute;
  top: 3.3%;
  left: 0;
  width: 100%;
  height: 12.5%;
  opacity: 1;
  z-index: 3;
}

#logo {
  position: absolute;
  left: 44.5%;
  transition: top 0.8s ease;
}

#logo img {
  width: 237px;
  height: 32px;
}

nav {
  position: absolute;
  top: 60%;
  left: 10.8%;
  width: 80%;
  display: flex;
  justify-content: space-between;
  transition: top 0.5s ease;
}

#menu {
  display: flex;
  justify-content: space-between;
  width: 81%;
}

.navipunkt a {
  color: #9c8657;
  text-decoration: none;
  font-size: 1.25rem;
}

.navipunkt a:hover,
#fb a:hover {
  opacity: 0.7;
}

#fb a {
  color: #9c8657;
  text-decoration: none;
  font-size: 1.5rem;
}

#fb {
  position: absolute;
  right: 0;
}

/* ----- HEADER ENDE ----- */

/* ----- SIDEBAR NAV ----- */
.nav-sidebar {
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  box-shadow: 6px 0px 10px 0px rgba(156, 134, 87, 0.6);
}

.nav-sidebar ul {
  padding-top: 4.5%;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}

.nav-sidebar li {
  line-height: 375%;
  width: 100%;
  list-style: none;
  text-align: center;
}

.nav-sidebar a:hover {
  background-color: #d6ccb9;
}

.nav-sidebar #close img {
  width: 18px;
  cursor: pointer;
}

.nav-sidebar .gross {
  margin: 30px 0;
}

.nav-sidebar a {
  display: block;
  height: 125%;
  width: 100%;
  text-decoration: none;
  color: #9c8657;
  font-size: 1.25rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.nav-sidebar a.light {
  font-weight: 300;
}

.nav-sidebar .fa-envelope-o,
.nav-sidebar .fa-facebook {
  font-size: 1.25rem;
  cursor: pointer;
  margin: auto;
  color: #bdad93;
}

/* ----- SIDEBAR NAV ENDE ----- */

/* ----- CONTENT ----- */
#div-0 {
  width: 100%;
  height: 100%;
  position: absolute;
}

#div-0 {
  left: 0;
  top: 0;
  transition: left 2s;
}

#div-0-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#helfen {
  position: absolute;
  top: 36.9%;
  left: 18.6%;
  z-index: 3;
}

#btn-aktuell {
  position: absolute;
  top: 87.2%;
  right: 8.5%;
  cursor: pointer;
  z-index: 3;
}

#btn-aktuell img {
  width: 230px;
}

#btn-aktuell:hover {
  opacity: 0.7;
}

#btn-eroeffnung {
  position: absolute;
  top: 75.7%;
  left: 11.7%;
  cursor: pointer;
  z-index: 3;
}

#btn-eroeffnung img {
  width: 248px;
}

#btn-eroeffnung:hover {
  opacity: 0.7;
}

#arr-dwn {
  position: absolute;
  top: 97%;
  left: 49.5%;
  z-index: 3;
}

#arr-dwn img {
  width: 38px;
}

button a {
  text-decoration: none;
  color: #9c8657;
}

#kartenmichel {
  position: absolute;
  width: 78.1%;
  top: 19%;
  left: 10.5%;
  background-image: url("../img/micha_desktop.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.svgMobil,
.svgTablet {
  display: none;
}

h1 {
  font-size: 3.37rem;
  font-weight: 800;
  font-style: italic;
  color: #bdad93;
}

h2 {
  font-size: 2.25rem;
  font-weight: 300;
  font-style: italic;
  color: #bdad93;
}

h4 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: italic;
  color: #9c8657;
}

/* ----- KATEGORIEN ----- */
#div-1,
#div-2,
#div-3,
#div-4,
#div-5,
#div-6,
#div-7 {
  position: absolute;
  width: 100%;
}

#div-2,
#div-3,
#div-5,
#div-6 {
  height: 115.7%;
}

#div-1 img,
#div-2 img,
#div-3 img,
#div-4 img,
#div-5 img,
#div-6 img,
#div-7 img {
  position: absolute;
  height: auto;
}

#div-1 h2,
#div-2 h2,
#div-3 h2,
#div-4 h2,
#div-5 h2,
#div-6 h2,
#div-7 h2 {
  font-size: 1.938rem;
}

#div-1 p,
#div-2 p,
#div-3 p,
#div-4 p,
#div-5 p,
#div-6 p,
#div-7 p {
  /* font-size: 1.375rem; */
  font-size: calc((22*100vw)/1920);
  /* line-height: 1.95rem; */
  line-height: calc((31*100vw)/1920);
  font-weight: 300;
  color: #9c8657;
}

#div-1 {
  top: 115.7%;
  height: 245%;
}

#div-1 h1 {
  position: absolute;
}

.section_1 h1 {
  top: 10%;
  left: 18.2%;
  text-align: right;
}

.werkstatt_mobile,
.werkstatt_tablet {
  display: none;
}

.werkstatt {
  top: 5.8%;
  left: 42.3%;
  width: 42.3%;
}

.tisch {
  top: 24.2%;
  left: 6.1%;
  width: 51.5%;
}

.section_1 .desktop_only {
  display: block;
}

.section_1 .mobile_only,
.tablet_only {
  display: none;
}

.section_1 div {
  position: absolute;
  top: 28.8%;
  left: 61.4%;
}

.section_1 div p {
  padding-top: 2.6rem;
}

.section_1 div img {
  top: 138.2%;
  left: 73.5%;
  width: 42.9%;
}

.section_1 .kat {
  top: 122%;
  left: 28.2%;
  padding: 0.65rem 1rem;
}

.kat_mobile {
  display: none;
}

.ablauf5_mobile {
  display: none;
}

.section_2 h1 {
  top: 59.3%;
  left: 58.7%;
  z-index: 2;
}

.section_2 h1 span {
  letter-spacing: 5.5rem;
}

.rezept {
  position: absolute;
  top: 70.7%;
  left: 12.6%;
}

.leisten {
  top: -36.4%;
  left: 28.4%;
  width: 45%;
}

.section_2 h2 {
  text-indent: 0.9rem;
  color: #9c8657;
  padding-bottom: 1.9rem;
}

.section_2 ul {
  font-size: 1.375rem;
  line-height: 1.95rem;
  font-weight: 300;
  color: #9c8657;
}

.section_2 li {
  padding-top: 1rem;
}

.section_2 li a {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  color: #9c8657;
}

.beratung {
  display: block;
  top: 63.4%;
  left: 39.6%;
  width: 53.1%;
}

.beratung_mobile,
.beratung_tablet,
.beratung_tablet2 {
  display: none;
}

.btn.anteil {
  top: 112.5%;
  left: 34%;
  padding: 0.65rem 1.4rem;
}

.btn:hover {
  opacity: 0.7;
}

.btn.ablauf {
  top: 67.8%;
  left: 67.3%;
  padding: 0.65rem 1rem;
  z-index: 2;
  letter-spacing: normal;
}

#div-2 {
  display: flex;
  top: 370%;
}

.zurichtungen-links {
  width: 50%;
  background-color: #dbd1c0;
}

.zurichtungen-links h1 {
  text-align: center;
  padding: 5.2rem 0 0 1.6rem;
}

.zurichtungen-links p {
  position: relative;
  left: 27.5%;
}

.p-up {
  top: 1.4%;
}

.p-up_mobile,
.p-dwn_mobile {
  display: none;
}

.zurichtungen-links img {
  top: 33.6%;
  left: 12.6%;
  width: 26%;
}

.img-zurichtungen_mobile {
  display: none;
}

.zurichtungen-links h2 {
  position: relative;
  top: 39%;
  text-align: center;
}

.p-dwn {
  top: 40.7%;
}

.btn.ablauf2 {
  top: 88%;
  left: 18.9%;
  padding: 0.65rem 1rem;
}

.btn.ablauf2_mobile {
  display: none;
}

.zurichtungen-rechts {
  width: 50%;
  background-color: #bdad93;
}

#div-2 .zurichtungen-rechts h1,
#div-2 .zurichtungen-rechts h2,
#div-2 .zurichtungen-rechts p,
#div-2 .zurichtungen-rechts a {
  color: #ebebeb;
}

.zurichtungen-rechts h1 {
  position: relative;
  top: 10.1%;
  left: 8.1%;
  z-index: 2;
}

.zurichtungen-rechts h2 {
  position: relative;
  top: 9.5%;
  left: 8.2%;
  z-index: 2;
}

.zurichtungen-rechts .mobile_only {
  display: none;
}

.zurichtungen-rechts p {
  position: relative;
  top: 14.7%;
  left: 8.2%;
  padding-bottom: 2rem;
  z-index: 2;
}

.zurichtungen-rechts img {
  top: 0;
  right: 0;
  width: 36.9%;
}

.zurichtungen-rechts .img-zurichtungen_tablet,
.zurichtungen-rechts .img-zurichtungen_tablet2,
.zurichtungen-rechts .img-zurichtungen_mobile {
  display: none;
}

.btn.mehr-hell {
  top: 62.5%;
  left: 54.3%;
  border: 1px solid #ebebeb;
  padding: 0.65rem;
  z-index: 2;
}

.btn.mehr-hell_mobile {
  display: none;
}

#div-3 {
  top: 485.7%;
}

#div-3 h1 {
  position: relative;
  top: 33.8%;
  left: 15.2%;
  z-index: 2;
}

#div-3 .mobile_only {
  display: none;
}

#div-3 h2 {
  position: relative;
  top: -4.2%;
  left: 15.1%;
}

#div-3 .axel {
  top: 0;
  left: 27.8%;
  width: 44.9%;
}

#div-3 .axel_mobile,
#div-3 .axel_tablet {
  display: none;
}

#div-3 .gabel {
  top: 44%;
  left: 54.5%;
  width: 11.6%;
  z-index: 2;
}

.einlagen-text {
  position: relative;
  top: 28.2%;
  left: 14.8%;
  width: 53.8%;
  display: flex;
  justify-content: space-between;
}

.einlagen_mobile,
.einlagen_mobile2 {
  display: none;
}

.btn.ablauf3,
.btn.mehr6 {
  top: 132.7%;
  padding: 0.65rem 1rem;
}

.btn.ablauf3 {
  left: 12.3%;
}

.btn.ablauf3_mobile {
  display: none;
}

.btn.mehr6 {
  left: 69.2%;
}

.einlagen-rechts {
  position: absolute;
  top: 0;
  right: 0;
  width: 27.5%;
  height: 70%;
  background-color: #ebebeb;
}

.einlagen-rechts .einlage1 {
  top: 53.6%;
  left: 24.7%;
  width: 56.9%;
}

.einlagen-rechts .einlage2 {
  top: 79.8%;
  left: 10.4%;
  width: 54.4%;
}

.einlagen-rechts .einlage3 {
  top: 113.7%;
  left: 22.1%;
  width: 63.9%;
}

#div-4 {
  top: 601.5%;
  height: 117.8%;
  background-image: url(../img/analysefond_quer.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#div-4 .mobile_only {
  display: none;
}

#div-4 h1 {
  position: absolute;
  top: 9.5%;
  left: 24.8%;
  color: #ebebeb;
  text-shadow: 2px 2px 4px #000;
}

#div-4 div {
  position: absolute;
  top: 52.4%;
  left: 66.5%;
  /* width: 21.3%; */
  width: calc((410*100vw)/1920);
  /* height: 29.8%; */
  height: calc((335*100vw)/1920);
  /* padding: 1.2rem 1.8rem; */
  padding: calc((19*100vw)/1920) calc((28*100vw)/1920);
  background-color: #ebebeb;
  border: 1px solid #c3d1eb;
  box-sizing: border-box;
}

#div-4 h2 {
  text-align: center;
  padding-bottom: 1rem;
}

.btn.analyse {
  top: 88.3%;
  left: 72.4%;
  padding: 0.65rem;
}

#div-5 {
  top: 719.3%;
}

#div-5 h1 {
  position: absolute;
  top: 71%;
  left: 12.4%;
  text-align: center;
}

.jana {
  position: absolute;
  top: 8.3%;
  left: 12.6%;
  width: 60%;
  height: 50%;
}

.jana_mobile,
.jana_tablet,
.lilian-divan2 {
  display: none;
}

.jana img {
  width: 53.9%;
}

.jana p {
  position: absolute;
  top: 7.6%;
  left: 42.2%;
  text-align: right;
  z-index: 2;
}

.btn.mehr7 {
  top: 58.5%;
  left: 61.7%;
  padding: 0.65rem;
  z-index: 2;
}

.lilian-divan {
  bottom: 0;
  right: 0;
  width: 54.8%;
}

.lilian-divan_mobile,
h1.tablet_only2 {
  display: none;
}

#div-6 {
  top: 834.9%;
  background-color: #dbd1c0;
}

#div-6 h1 {
  position: absolute;
  top: 8.7%;
  left: 35.8%;
}

#div-6 .schuh-text {
  position: absolute;
  top: 28.5%;
  left: 13.9%;
  width: 20%;
  height: 71%;
}

#div-6 .schuh-text img {
  top: -30.9%;
  left: 19.2%;
  width: 48%;
}

#div-6 .schuh-text p {
  padding-bottom: 2rem;
}

.btn.genehmigung {
  top: 74.6%;
  left: 17.2%;
  padding: 0.65rem;
}

.btn.genehmigung_mobile {
  display: none;
}

.gruppe {
  top: 23.8%;
  left: 35%;
  width: 53.3%;
}

.gruppe_mobile,
.gruppe_tablet,
.micha_solo {
  display: none;
}

.btn.mehr8 {
  top: 81.5%;
  left: 74.3%;
  padding: 0.65rem 1rem;
}

#div-7 {
  display: flex;
  top: 950%;
  height: 214.2%;
}

.reparatur-links {
  position: absolute;
  top: 11.8%;
  left: 18.6%;
  height: 88.5%;
  width: 30%;
  z-index: 3;
}

.reparatur-links h1 {
  font-weight: 700;
  padding-bottom: 3.4rem;
}

.reparatur-links a {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  color: #9c8657;
}

.reparatur-links img {
  top: 26%;
  left: -30.7%;
  width: 113.1%;
}

.mensch {
  top: 2.5%;
  left: 45.6%;
  width: 48.5%;
  z-index: 2;
}

.artikel_tablet {
  display: none;
}

/* ----- KATEGORIEN ENDE ----- */

/* ----- FILIALEN ----- */

.filialeWrapper_mobile,
.filialeWrapper_tablet {
  display: none;
}

.mobile_only,
.tablet_only {
  display: none;
}

.filialeWrapper_desktop {
  display: flex;
  position: absolute;
  top: 24.1%;
  left: 11.9%;
  height: 754px;
  width: 81%;
}

.filialeWrapper_desktop h1 {
  position: absolute;
  top: 53%;
  left: 6.1%;
  font-size: calc((52*100vw)/1920);
  font-weight: 700;
  width: 100%;
}

.filialeWrapper_desktop h2 {
  font-size: 1.938rem;
  font-weight: 200;
  position: absolute;
}

.filialeWrapper_desktop p {
  font-size: 1.375rem;
  font-weight: 300;
}

.filialeWrapper_desktop p.subtitle {
  font-size: 1.25rem;
  position: absolute;
  top: 89.6%;
  left: 80.3%;
  color: #bdad93;
}

.filialeWrapper_desktop p.subtitle_tablet {
  display: none;
}

.galleryLeft {
  position: relative;
  width: 50%;
}

.galleryMiddle {
  z-index: 0;
  width: 62%;
}

.biggy {
  width: 54.5%;
}

.before {
  z-index: 3;
  width: 71%;
}

.before2 {
  z-index: 3;
  width: 77%;
}

.galleryLeft img {
  width: 116.2%;
  height: auto;
}

.galleryMiddle img {
  position: relative;
  left: -21.4%;
  top: 5.8%;
  width: 99.2%;
  height: auto;
}

.galleryMiddle h1 {
  top: -6%;
  left: 29.7%;
}

.galleryLeft a {
  left: 13.2%;
}

.portraitMiddle,
.portraitLeft {
  z-index: 2;
}

.portraitMiddle img,
.portraitLeft img {
  position: relative;
  top: -7%;
}

.portraitLeft img {
  top: -7.8%;
  left: -40.2%;
  width: 135.8%;
}

.portraitMiddle img {
  left: -13.5%;
  width: 127.9%;
}

.lefty img {
  top: -6.3%;
  left: -26%;
  width: 118.8%;
}

.lefty2 img {
  left: -28.5%;
  width: 128.6%;
}

.smally img {
  top: -9%;
  left: -5.4%;
  width: 92.3%;
}

.smally2 img {
  width: 110.4%;
}

.lower img {
  width: 139.9%;
  top: -3.5%;
  left: -23.9%;
}

.behind,
.behind2 {
  z-index: 0;
}

.behind img {
  width: 144.8%;
  top: -6.2%;
  left: -24.5%;
}

.behind2 img {
  width: 162%;
  top: 4.4%;
  left: -38%;
}

.portraitMiddle h2 {
  top: 5.3%;
  left: 50.7%;
}

.lefty h2 {
  top: 14%;
  left: 54.5%;
}

.lefty2 h2 {
  top: 2.4%;
  left: 49.5%;
}

.smally h2 {
  top: 9.6%;
  left: 54.2%;
}

.lower h2 {
  top: 4.7%;
  left: 47.3%;
}

.behind h2 {
  top: 17.1%;
  left: 60.1%;
  z-index: 1;
}

.behind2 h2 {
  top: -3.8%;
  left: 44.8%;
  z-index: 1;
}

.galleryMiddle h2 {
  top: 71%;
  left: 39.9%;
}

.umzug {
  position: absolute;
  top: 32.6%;
  left: 50%;
  width: 31%;
  z-index: 9;
  background-color: #fff;
  padding: 1rem 3rem;
  border: 5px solid #e2001a;
}

.umzug h3 {
  font-size: 2rem;
  font-weight: 800;
  font-style: italic;
  color: #e2001a;
}

.umzug p {
  font-size: 1.375rem;
  line-height: 2.1rem;
  font-weight: 300;
  color: #000;
}

.umzug span {
  font-weight: 600;
  color: #e2001a;
}

.planRight {
  width: 30%;
}

.planRight a {
  left: 83.4%;
}

.lageplan {
  position: relative;
  left: -8.7%;
}

.lageplan img {
  height: auto;
}

.upper .lageplan {
  top: 0;
  left: -9.4%;
}

.upper2 .lageplan {
  top: -2.8%;
  left: -6.7%;
}

.upper3 .lageplan {
  top: -4.9%;
  left: 6.1%;
}

.upper4 .lageplan {
  top: 0%;
  left: -8.4%;
}

.upper5 .lageplan {
  top: 5.5%;
  left: -4.4%;
}

.upper8 .lageplan {
  top: 0.3%;
  left: -8.5%;
}

.address {
  position: relative;
  top: 5.7%;
  left: 40.3%;
  font-weight: 300;
  line-height: 2rem;
  color: #9c8657;
}

.upper .address {
  top: 5.6%;
  left: 24.8%;
}

.upper2 .address {
  left: 38.9%;
}

.upper3 .address-block {
  position: relative;
  top: -2.9%;
  left: 34.7%;
  color: #9c8657;
}

.upper3 .address-block h4 {
  line-height: 2.1rem;
  color: #9c8657;
}

.upper3 .address-block :nth-child(3) {
  margin-top: 5%;
}

.upper4 .address {
  left: 34.5%;
}

.upper5 .address {
  top: 11.5%;
  left: 27.5%;
}

.upper6 .address {
  top: 5%;
  left: 26.6%;
}

.upper7 .address {
  top: 5.2%;
  left: 27.6%;
}

.upper8 .address {
  top: 5.2%;
  left: 32.7%;
}

.subtitle {
  top: 21.8%;
  left: 37.5%;
}

.upper3 .subtitle {
  top: 14.6%;
}

.subtitle span {
  font-style: italic;
}

.filialeWrapper_desktop .portraitLeft .subtitle {
  top: 84%;
  left: -7%;
}

.btn {
  position: absolute;
  top: 76.6%;
  font-size: 1.375rem;
  color: #9c8657;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #9c8657;
}

.pics {
  padding: 0.75rem 1rem;
}

.services {
  padding: 0.75rem 1.75rem;
}

.before2 .btn {
  left: 13%;
}

.upper .btn {
  left: 78.6%;
}

.upper5 .btn {
  top: 80.5%;
  left: 79.7%;
}

.upper6 .btn {
  left: 79.3%;
}

.upper7 .btn {
  left: 79.1%;
}

.upper8 .btn {
  left: 80.9%;
}

.galleryMiddle .btn {
  top: 58.8%;
  left: 40.5%;
  padding: 0.75rem 1rem;
}

/* ----- FILIALEN ENDE ----- */

/* ----- BRANDAKTUELL ----- */

.aktuell-Wrapper_mobile,
.aktuell-Wrapper_mobile2,
.aktuell-Wrapper_mobile3,
.aktuell-Wrapper_tablet,
.aktuell-Wrapper2_tablet,
.uns-Wrapper_tablet,
.impressum-Wrapper_tablet {
  display: none;
}

.aktuell-Wrapper {
  display: flex;
  margin: 7.6% auto 0 auto;
  width: 90%;
  max-height: 930px;
}

.block-left {
  width: 30%;
}

.signet,
.signet2,
.signet3 {
  position: relative;
  top: 5%;
  left: 50.5%;
  width: 37.3%;
  height: auto;
}

.signet2 {
  top: 3.8%;
  left: 47.5%;
  z-index: 2;
}

.schuh-links {
  position: relative;
  top: 21.4%;
  left: 15.3%;
  width: 123.3%;
  height: auto;
  z-index: 2;
}

.block-middle {
  width: 40%;
}

.block-middle2 {
  top: -2%;
}

.block-middle h1 {
  position: relative;
  top: 4.9%;
  left: 20.4%;
  line-height: 3.7rem;
  font-weight: 700;
}

.block-middle p {
  position: relative;
  top: 10%;
  left: 21.1%;
  color: #9c8657;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.9rem;
}

.zeichnung {
  position: relative;
  top: 11.6%;
  left: -4.1%;
  width: 108%;
  height: auto;
  z-index: 1;
}

.block-middle .special {
  top: 4.3%;
  left: -8%;
  font-family: "Rock Salt", cursive;
  font-size: 1.125rem;
  color: #13235b;
  text-align: center;
  line-height: 1.75rem;
}

.mehr,
.mehr2,
.mehr3,
.mehr4,
.mehr5 {
  top: 97%;
  left: 42%;
  font-size: 1.314rem;
  padding: 0.65rem;
}

.shoes .mehr {
  top: 100.3%;
  left: 56.7%;
}

.shoes .mehr2 {
  top: 98.9%;
  left: 73.9%;
}

.shoes .mehr3 {
  top: 98.9%;
  left: 50%;
}

.shoes .mehr4 {
  top: 102.1%;
  left: 58.7%;
}

.shoes .mehr5 {
  top: 102.1%;
  left: 51.5%;
  padding: 0.65rem 1.3rem;
}

.portrait-big {
  position: relative;
  top: 0.7%;
  left: -35.6%;
  width: 163.4%;
  height: auto;
}

.block-right {
  width: 30%;
}

.block-right_tablet,
.block-right_tablet2 {
  display: none;
}

.block-right h1 {
  position: relative;
  top: 23.2%;
  left: -0.4%;
  color: #9c8657;
  line-height: 3.9rem;
  font-weight: 700;
  z-index: 2;
}

.block-right p {
  position: relative;
  top: 26.1%;
  left: -0.4%;
  font-size: 1.375rem;
  line-height: 1.95rem;
  font-weight: 300;
  color: #9c8657;
}

.block-right p a {
  text-decoration: none;
  font-style: italic;
  font-weight: 700;
  color: #9c8657;
}

.moewe {
  position: relative;
  top: 9.4%;
  left: 12.9%;
  width: 63.2%;
  height: auto;
}

.moewe_tablet {
  display: none;
}

.schuh-rechts {
  position: relative;
  top: 32.4%;
  left: -33.5%;
  width: 134.6%;
  height: auto;
  z-index: 2;
}

.schuh-rechts_tablet {
  display: none;
}

.block-right .service {
  top: 79.2%;
  left: 72.4%;
  font-size: 1.314rem;
  padding: 0.65rem 1rem;
}

.block-right .schuhe,
.block-right .schuhe2 {
  top: 88.2%;
  left: 72.4%;
  font-size: 1.314rem;
  padding: 0.65rem 0.6rem;
}

.block-right .schuhe2 {
  top: 83%;
}

.shoes {
  flex-direction: column;
}

.shoes .hinweis {
  top: 13.4%;
  left: -72.9%;
  color: #bdad93;
  z-index: 2;
}

.shoes .hinweis span {
  font-weight: 700;
  font-style: italic;
}

.shoes img,
.logo,
.portrait-schuh,
.portrait-schuh2,
.portrait-schuh3,
.portrait-schuh4,
.portrait-schuh5 {
  position: relative;
  height: auto;
}

.xsensible1 {
  top: 28.5%;
  left: 13.9%;
  width: 63.7%;
}

.xsensible2 {
  top: 44.5%;
  left: 27.7%;
  width: 62.2%;
}

.lilian1 {
  top: 6.5%;
  left: -23.2%;
  width: 68.9%;
}

.lilian2 {
  top: 7.6%;
  left: 21%;
  width: 68.4%;
}

.lilian3 {
  top: 15.3%;
  left: 12.1%;
  width: 67.9%;
}

.greve1 {
  top: 7.2%;
  left: 75.9%;
  width: 75.2%;
  z-index: 2;
}

.greve2 {
  top: 17.5%;
  left: 28.6%;
  width: 91%;
  z-index: 2;
}

.greve3 {
  top: 9.9%;
  left: 66.8%;
  width: 32.6%;
  z-index: 2;
}

.greve4 {
  top: 29.7%;
  left: -11.3%;
  width: 60.9%;
}

.salamander1 {
  top: 8.8%;
  left: 2%;
  width: 65.6%;
}

.salamander2 {
  top: 17.6%;
  left: -10.4%;
  width: 65.6%;
}

.salamander3 {
  top: 25.8%;
  left: 15.4%;
  width: 65.6%;
}

.pons1 {
  top: 19.5%;
  left: 30.4%;
  width: 63.5%;
}

.pons2 {
  top: 29.3%;
  left: 4.3%;
  width: 129.1%;
}

.pons3 {
  top: 2%;
  left: 5.6%;
  width: 53.9%;
}

.pons4 {
  top: 9.7%;
  left: 34.3%;
  width: 47.2%;
}

.pons5 {
  top: 27.7%;
  left: -32%;
  width: 48.4%;
}

.natural1 {
  top: 5%;
  left: 12.4%;
  width: 52.7%;
  z-index: 2;
}

.natural2 {
  top: 10.3%;
  left: -24.6%;
  width: 57.1%;
  z-index: 2;
}

.natural3 {
  top: 19%;
  left: -9.4%;
  width: 59.9%;
  z-index: 2;
}

.berkemann1 {
  top: 19.3%;
  left: 16.3%;
  width: 54.3%;
  z-index: 2;
}

.berkemann2 {
  top: 29.7%;
  left: 57.6%;
  width: 55.6%;
  z-index: 2;
}

.lowa1 {
  top: 2.4%;
  left: -20.7%;
  width: 52.6%;
  z-index: 2;
}

.lowa2 {
  top: -19.4%;
  left: 41.9%;
  width: 53.3%;
  z-index: 2;
}

.lowa3 {
  top: -16.7%;
  left: 6.3%;
  width: 54.6%;
  z-index: 2;
}

.birkenstock1 {
  top: 6.5%;
  left: 7.7%;
  width: 42.1%;
}

.birkenstock2 {
  top: 1.7%;
  left: 15%;
  width: 42.8%;
}

.birkenstock3 {
  top: 14%;
  left: 25.5%;
  width: 57.2%;
}

.think1 {
  top: 4.1%;
  left: 19.2%;
  width: 57.6%;
}

.think2 {
  top: 14%;
  left: -32.2%;
  width: 59.8%;
}

.think3 {
  top: 1%;
  left: 29.7%;
  width: 60.3%;
}

.panama1 {
  top: 3.9%;
  left: 72%;
  width: 66.1%;
}

.panama2 {
  top: 6.3%;
  left: 14.6%;
  width: 63.4%;
}

.panama3 {
  top: 12.5%;
  left: 30%;
  width: 64.3%;
}

.panama4 {
  top: 23.5%;
  left: 8.8%;
  width: 63%;
}

.panama5 {
  top: 4%;
  left: 42.6%;
  width: 48.5%;
}

.panama6 {
  top: 24.9%;
  left: -20.1%;
  width: 46.9%;
}

.panama7 {
  top: 32.5%;
  left: 10%;
  width: 49.2%;
}

.panama8 {
  top: 60.6%;
  left: -56.4%;
  width: 48.5%;
}

.footnotes1 {
  top: 1.1%;
  left: 7.2%;
  width: 63.8%;
  z-index: 2;
}

.footnotes2 {
  top: 5.6%;
  left: -12.2%;
  width: 63.7%;
  z-index: 2;
}

.footnotes3 {
  top: 13.5%;
  left: -17%;
  width: 68.2%;
  z-index: 2;
}

.portrait-schuh {
  top: -9.3%;
  left: -1.8%;
  width: 103.3%;
}

.portrait-schuh2 {
  top: -10%;
  left: -3.6%;
  width: 97%;
}

.portrait-schuh3_tablet,
.portrait-schuh5_tablet {
  display: none;
}

.portrait-schuh3 {
  top: -35%;
  left: -4.4%;
  width: 131.3%;
}

.portrait-schuh4 {
  top: -44%;
  left: -29.6%;
  width: 127.5%;
}

.portrait-schuh5 {
  top: -16.4%;
  left: 118.5%;
  width: 83.9%;
}

/* ----- LOGO POSITIONS ----- */

.shoes .signet3 {
  position: absolute;
  top: 20.4%;
  left: 10.8%;
  width: 8.15%;
  z-index: 2;
}

.xsensible {
  top: 38.4%;
  left: 34%;
  width: 52%;
}

.lilian {
  top: 10.9%;
  left: 34.4%;
  width: 35%;
  z-index: 2;
}

.greve {
  top: 32.2%;
  left: 12.4%;
  width: 23%;
  z-index: 2;
}

.salamander {
  top: 13.4%;
  left: 1.5%;
  width: 44.6%;
  z-index: 2;
}

.pons {
  top: 31.4%;
  left: 24.6%;
  width: 35.6%;
  z-index: 2;
}

.natural {
  top: 8.7%;
  left: -12.1%;
  width: 28.1%;
  z-index: 2;
}

.berkemann {
  top: 25.7%;
  left: -22.1%;
  width: 35.9%;
  z-index: 3;
}

.lowa {
  top: -19.3%;
  left: -45.5%;
  width: 20.7%;
  z-index: 2;
}

.think {
  top: 14.7%;
  left: -16.5%;
  width: 24.8%;
}

.birkenstock {
  top: 9.9%;
  left: -34.1%;
  width: 30.1%;
}

.panama {
  top: 5.5%;
  left: 29.8%;
  width: 35.3%;
}

.footnotes {
  top: 17.2%;
  left: -29.9%;
  width: 35.1%;
  z-index: 3;
}

.hassia {
  top: 12.6%;
  left: 23.9%;
  width: 24%;
  z-index: 2;
}

/* ----- LOGO POSITIONS ENDE ----- */

/* ----- BRANDAKTUELL ENDE ----- */
/* ----- ÜBER UNS ----- */

.aktuell-Wrapper2_mobile,
.impressum-Wrapper_mobile,
.uns-Wrapper_mobile {
  display: none;
}

.aktuell-Wrapper2_desktop {
  display: flex;
  margin: 12.6% auto 0 auto;
  width: 90%;
  max-height: 930px;
}

.aktuell-Wrapper2_desktop .block-left {
  position: relative;
  left: 6.7%;
  width: 31.3%;
}

.aktuell-Wrapper2_desktop .block-left h2 {
  display: none;
}

.aktuell-Wrapper2_desktop .block-left img {
  position: relative;
  left: 9%;
  width: 101.8%;
  height: auto;
}

.aktuell-Wrapper2_desktop .block-middle {
  position: relative;
  width: 50%;
}

.portrait-big_isabel {
  position: absolute;
  top: -5.1%;
  left: -76.2%;
  width: 175.8%;
  height: auto;
}

.aktuell-Wrapper2_desktop .block-middle h2 {
  position: relative;
  top: 20.4%;
  left: 54.2%;
  font-size: 1.938rem;
}

.aktuell-Wrapper2_desktop .block-right2 {
  position: relative;
  top: 14%;
  left: -3%;
  width: 29.2%;
}

.aktuell-Wrapper2_desktop .block-right2 .moewe2 {
  position: relative;
  top: -14.7%;
  left: 24.3%;
  width: 55.7%;
  height: auto;
}

.aktuell-Wrapper2_desktop .block-right2 h1 {
  position: relative;
  top: -10.1%;
  left: -14%;
  font-weight: 700;
}

.aktuell-Wrapper2_desktop .block-right2 .address {
  top: -6.1%;
  left: -14%;
  font-size: 1.375rem;
  line-height: 1.9rem;
}

.aktuell-Wrapper2_desktop .block-right2 a {
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  color: #9c8657;
}

.aktuell-Wrapper2_desktop .block-right2 .subtitle {
  position: absolute;
  top: 108%;
  left: 0;
  color: #bdad93;
}

.aktuell-Wrapper2_desktop .block-addresses {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 1.5%;
  left: -14%;
  font-size: 1.375rem;
  font-weight: 300;
  color: #9c8657;
}

.inner-block-left span,
.inner-block-right span {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.inner-block-left p,
.inner-block-right p {
  padding-bottom: 2.05rem;
}

.impressum-Wrapper {
  display: flex;
  margin: 10.2% 18.4%;
  width: 70%;
  max-height: 680px;
}

.impressum-Wrapper .block-left,
.impressum-Wrapper .block-right {
  position: relative;
  top: 0;
  left: 0;
}

.impressum-Wrapper .block-left {
  width: 49.5%;
}

.impressum-Wrapper .block-right {
  width: 60%;
}

.impressum-Wrapper h1 {
  font-weight: 700;
  padding-bottom: 1rem;
}

.impressum-Wrapper h3,
.impressum-Wrapper p {
  color: #9c8657;
  font-size: 1.313rem;
}

.impressum-Wrapper h3 {
  font-style: italic;
  padding-top: 1.5rem;
}

.impressum-Wrapper p {
  font-weight: 300;
  line-height: 1.9rem;
  padding-bottom: 0.7rem;
}

.impressum-Wrapper .block-left a,
.impressum-Wrapper .block-right a {
  text-decoration: underline;
  font-weight: 500;
  font-style: italic;
  color: #bdad93;
}

.impressum-Wrapper .block-right {
  padding-top: 5rem;
}

.peanuts {
  width: 100%;
  height: 35.2%;
}

.peanuts div {
  z-index: 2;
}

.peanuts p {
  float: left;
  z-index: 2;
}

.peanuts img {
  position: relative;
  top: -35%;
  left: 0%;
  width: 46.9%;
  height: auto;
}

.impressum-Wrapper .block-right p {
  position: unset;
}

.uns-Wrapper {
  position: absolute;
  top: 20.5%;
  left: 10.5%;
  display: flex;
  width: 80%;
  max-height: 680px;
}

.special-h1 {
  font-size: 3.125rem;
  font-weight: 300;
  font-style: italic;
  color: #9c8657;
  z-index: 2;
}

.uns-Wrapper .portraitMiddle img {
  position: absolute;
  top: 3%;
  left: -1.3%;
  width: 44%;
  height: auto;
  z-index: 2;
}

.uns-Wrapper .portraitMiddle h2 {
  position: absolute;
  top: 112.7%;
  left: 39.2%;
}

.baum {
  position: absolute;
  top: 48%;
  left: -11%;
  width: 122.9%;
  height: auto;
}

.baum_bild_tablet,
.subtext_tablet {
  display: none;
}

.subtext {
  position: absolute;
  top: 577%;
  left: 3%;
  display: flex;
  justify-content: space-between;
  width: 103%;
}

.subtext p {
  color: #522c00;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.subtext a {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  color: #522c00;
}

.subtext .special-text {
  font-size: 1.188rem;
  font-style: italic;
  font-weight: 200;
  text-align: right;
  color: #60604d;
  line-height: unset;
}

/* ----- ÜBER UNS ENDE ----- */

/* ----- CONTENT ENDE ----- */

/* ----- SVG ANIMATION ----- */
#kreis-wmnde,
#kreis-gdz,
#kreis-hro,
#kreis-stralsund,
#kreis-anklam,
#kreis-bergen,
#kreis-dbr,
#kreis-guestrow {
  animation-duration: 3s;
  animation-name: animateDots;
  animation-iteration-count: infinite;
  fill: rgb(193, 39, 45);
}

@keyframes animateDots {
  0% {
    fill: rgb(193, 39, 45);
  }

  50% {
    fill: #d6ccb9;
  }
}

/* ----- SVG ANIMATION ENDE ----- */

/* ----- BOUNCE + SLIDE ANIMATIONS ----- */
.bounceRight {
  animation: bounceRight 1s cubic-bezier(0.2, 0.6, 0.35, 1);
}

@keyframes bounceRight {
  from {
    opacity: 0;
  }

  0% {
    transform: translate3d(300vw, 0, 0);
  }

  60% {
    transform: translate3d(-20px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
  }
}

.slideDown {
  animation: slideDown 1s cubic-bezier(0.2, 0.6, 0.35, 1);
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----- BOUNCE + SLIDE ANIMATIONS ENDE ----- */

/* ----- MODAL ----- */
.modalOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #9c8657;
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.modalOverlay:target {
  visibility: visible;
  opacity: 1;
}

#modal #modalSlogan,
#modal_massschuhe #modalSlogan,
#modal_breit #modalSlogan,
#modal_breit2 #modalSlogan,
#modal_zurichtungen #modalSlogan,
#modal_einlagen #modalSlogan {
  position: relative;
  left: 0;
  top: -5.9%;
  margin: auto;
  width: 30.4%;
}

.popup {
  margin: 5.8% auto;
  padding: 40px 40px 0 40px;
  border-radius: 5px;
  width: 44%;
  position: relative;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 9px #000;
  background: #ebebeb;
  color: #9c8657;
}

#modal_massschuhe .popup,
#modal_zurichtungen .popup,
#modal_einlagen .popup {
  padding: 50px 0 50px 70px;
}

#modal_breit .popup,
#modal_breit2 .popup {
  width: 71.5%;
  padding: 50px 60px;
}

#modal_breit .content,
#modal_breit2 .content {
  display: flex;
}

.popup .close {
  position: absolute;
  top: 5px;
  left: unset;
  right: 30px;
  transition: all 200ms;
  font-size: 50px;
  text-decoration: none;
  color: #bdad93;
  font-style: normal;
}

.popup h3 {
  font-weight: 800;
  font-size: 2.2rem;
  font-style: italic;
  padding-bottom: 1rem;
  text-indent: 1rem;
}

#modal_massschuhe .popup h3,
#modal_breit .popup h3,
#modal_breit2 .popup h3,
#modal_zurichtungen .popup h3,
#modal_einlagen .popup h3 {
  text-indent: unset;
  color: #bdad93;
  padding-bottom: 1.2rem;
}

#modal_breit .modal-links h3,
#modal_breit2 .modal-links h3 {
  text-indent: 1.2rem;
  padding-bottom: 2.2rem;
}

#modal_breit .modal-rechts h3 {
  font-size: 2.063rem;
  font-weight: 600;
}

#modal_breit .modal-links .sub,
#modal_breit2 .modal-links .sub {
  left: 0;
  font-size: 1.891rem;
  font-weight: 400;
  font-style: italic;
  text-indent: 1.2rem;
  padding-bottom: 2rem;
}

.modal-links {
  width: 50%;
  border-right: 1px solid #d6ccb9;
}

.modal-rechts {
  width: 49.2%;
  padding-left: 4rem;
}

#modal_massschuhe .content h3:nth-child(3),
#modal_breit .modal-rechts h3:nth-child(3),
#modal_breit2 .modal-rechts h3:nth-child(3),
#modal_zurichtungen .content h3:nth-child(3),
#modal_einlagen .content h3:nth-child(3) {
  padding: 3.1rem 0 1.1rem 0;
}

#modal_massschuhe .content p:nth-child(5),
#modal_breit .modal-rechts p:nth-child(5) {
  padding-top: 2rem;
}

#modal_breit2 .modal-rechts p {
  padding-bottom: 1rem;
}

#modal_breit2 .modal-rechts p:nth-child(5) {
  padding-top: 0.8rem;
}

.modal-links ul,
#modal_zurichtungen ul,
#modal_einlagen ul,
#modal_breit2 ul {
  font-size: 1.375rem;
  font-weight: 300;
  padding-left: 1.3rem;
}

.modal-links li,
#modal_zurichtungen li,
#modal_einlagen li,
#modal_breit2 li {
  padding-bottom: 0.35rem;
}

.modal-rechts p,
#modal_zurichtungen .popup .content p,
#modal_einlagen .popup .content p {
  left: 0;
}

#modal_breit2 .modal-rechts .sub2 {
  font-weight: 500;
  padding-bottom: 0.1rem;
}

#modal_zurichtungen .popup .content p {
  color: #9c8657;
  padding: 0;
}

.popup a {
  text-decoration: none;
  color: #d6ccb9;
  font-style: italic;
}

.modal-links a {
  text-decoration: underline;
  color: #9c8657;
  font-weight: 600;
}

#modal_zurichtungen .popup .close {
  color: #bdad93;
}

#modal_zurichtungen .popup .content a,
#modal_einlagen .popup .content a {
  font-weight: 600;
  color: #9c8657;
}

#modal_massschuhe span,
#modal_breit span,
#modal_breit2 span {
  font-weight: 500;
}

#modal_zurichtungen span,
#modal_einlagen span {
  font-style: italic;
  font-weight: 400;
}

dl {
  font-size: 1.375rem;
  display: grid;
  grid-template-columns: 75% auto;
}

dt,
dd {
  line-height: 2.3rem;
}

dt {
  font-weight: 300;
}

dd {
  text-decoration: underline;
  font-weight: 500;
}

dt:last-child,
dd:last-child {
  padding-bottom: 3rem;
}

/* ----- MODAL ENDE ----- */

/* ----- GALERIE ----- */

.gallery-mobile {
  display: none;
}

@keyframes tonext {
  75% {
    left: 0;
  }

  95% {
    left: 100%;
  }

  98% {
    left: 100%;
  }

  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }

  95% {
    left: -300%;
  }

  98% {
    left: -300%;
  }

  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }

  97% {
    scroll-snap-align: none;
  }

  99% {
    scroll-snap-align: none;
  }

  100% {
    scroll-snap-align: center;
  }
}

.gallery {
  background-color: #000;
  padding-top: 1rem;
  box-sizing: border-box;
}

.gallery ol,
.gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.carousel-wrapper {
  padding-top: 1rem;
  margin: auto auto;
  background-color: #000;
}

.carousel {
  max-width: 80%;
  position: relative;
  margin: 0 auto;
  padding-top: 47.1%;
}

.carousel__viewport {
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}

.carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 50%;
  width: 3.25rem;
  height: 3.25rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: 4.2rem;
}

.carousel::after,
.carousel__next {
  right: 5.2rem;
}

.carousel::before,
.carousel::after {
  content: "";
  z-index: 1;
  background-color: #9c8657;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  border: 6px solid #1a171b;
  opacity: 1;
}

.carousel::before {
  background-image: url("../img-galleries/arrow-left.svg");
}

.carousel::after {
  background-image: url("../img-galleries/arrow-right.svg");
}

.carousel img {
  width: 85%;
  height: auto;
  position: relative;
  left: 7%;
}

a.close {
  position: absolute;
  top: 0;
  right: 12%;
  transition: all 200ms;
  font-size: 50px;
  text-decoration: none;
  color: #9c8657;
  font-weight: 700;
  z-index: 2;
}

/* ----- GALERIE ENDE ----- */

/* ################################################################################## */

#grid {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  background-image: url("../img/Grid30x49_1920x1080.png");
  background-repeat: no-repeat;
  width: 1920px;
  height: 1080px;
  z-index: 11;
}

/* ################################################################################################################################### */

@media screen and (max-width: 1546px) {
  #grid {
    width: 1546px;
    height: 864px;
    background-image: url("../img/Grid30x49_1546x864.png");
    top: -80px;
  }

  #kartenmichel {
    top: 16%;
    left: 9.5%;
    width: 80%;
  }

  .btn-toggle-nav {
    top: 27px;
    left: 130px;
  }

  #logo-bild {
    top: 33px;
    right: 129px;
  }

  /* ----- HEADER ------ */
  header {
    top: 1.5%;
    height: 12%;
  }

  #logo {
    left: 44%;
  }

  nav {
    margin: 0;
    width: 82%;
    left: 8.4%;
  }

  #menu {
    width: 86%;
  }

  .navipunkt a {
    font-size: 1.125rem;
  }

  /* ----- HEADER ENDE ----- */

  /* ----- SIDEBAR NAV ----- */

  .nav-sidebar li {
    line-height: 300%;
  }

  .nav-sidebar #close img {
    width: 18px;
  }

  .nav-sidebar a {
    height: 120%;
    font-size: 1.125rem;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.125rem;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #helfen {
    top: 33.5%;
  }

  #btn-aktuell {
    top: 83.3%;
    right: 10.7%;
  }

  #btn-aktuell img {
    width: 190px;
  }

  #btn-eroeffnung {
    top: 77.7%;
    left: 7.8%;
  }

  #btn-eroeffnung img {
    width: 197px;
  }

  #arr-dwn {
    top: 95%;
    left: 49.7%;
  }

  #arr-dwn img {
    width: 31px;
  }

  /* ----- KATEGORIEN ----- */

  #div-2,
  #div-3,
  #div-5,
  #div-6 {
    height: 100%;
  }

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 2.75rem;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 1.563rem;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  #div-1 {
    top: 106%;
    height: 220%;
  }

  .section_1 h1 {
    top: 9.4%;
    left: 17.9%;
  }

  .werkstatt {
    top: 5.4%;
    left: 42.4%;
  }

  .tisch {
    top: 23.3%;
  }

  .section_1 div {
    top: 27.6%;
  }

  .section_1 div p {
    padding-top: 1.9rem;
  }

  .section_1 div img {
    left: 72%;
    width: 42.2%;
  }

  .section_1 .kat {
    top: 122%;
    left: 27.3%;
    padding: 0.5rem 0.75rem;
  }

  .section_2 h1 {
    top: 57%;
    left: 58.4%;
  }

  .section_2 h1 span {
    letter-spacing: 4.7rem;
  }

  .rezept {
    top: 68%;
    left: 13.2%;
  }

  .leisten {
    left: 26%;
  }

  .section_2 h2 {
    text-indent: 0;
    padding-bottom: 1rem;
  }

  .section_2 ul {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .section_2 li {
    padding-top: 0.9rem;
  }

  .beratung {
    top: 61%;
    left: 39.4%;
  }

  .btn.anteil {
    top: 112.5%;
    left: 34%;
    padding: 0.65rem 1.4rem;
  }

  .btn.ablauf {
    top: 65.2%;
    left: 67.2%;
    padding: 0.5rem 0.75rem;
  }

  #div-2 {
    top: 330%;
    height: 109.5%;
  }

  .zurichtungen-links h1 {
    padding: 4rem 0 0 2rem;
  }

  .zurichtungen-links p {
    left: 27.7%;
  }

  .zurichtungen-links img {
    top: 33.7%;
    left: 12.7%;
  }

  .p-dwn {
    top: 40.9%;
  }

  .btn.ablauf2 {
    top: 88.8%;
    left: 18.7%;
    padding: 0.5rem;
  }

  .zurichtungen-rechts h1 {
    top: 10%;
  }

  .zurichtungen-rechts h2 {
    top: 9.5%;
  }

  .zurichtungen-rechts p {
    top: 15.3%;
    padding-bottom: 1.5rem;
  }

  .btn.mehr-hell {
    top: 62.4%;
    padding: 0.5rem;
  }

  #div-3 {
    top: 439.5%;
    background-color: #ebebeb;
  }

  #div-3 h1 {
    position: relative;
    top: 37.2%;
    left: 15.2%;
    z-index: 2;
  }

  #div-3 h2 {
    top: -4.6%;
  }

  #div-3 .axel {
    left: 27.7%;
    width: 45%;
  }

  #div-3 .gabel {
    top: 48%;
    left: 54.3%;
  }

  .einlagen-text {
    top: 30.7%;
    width: 52.5%;
  }

  .btn.ablauf3,
  .btn.mehr6 {
    top: 132.7%;
    padding: 0.5rem 0.75rem;
  }

  .btn.mehr6 {
    left: 67.5%;
  }

  .einlagen-rechts .einlage1 {
    top: 58.6%;
  }

  .einlagen-rechts .einlage2 {
    top: 88.5%;
    left: -1.7%;
  }

  .einlagen-rechts .einlage3 {
    top: 125.2%;
  }

  #div-4 {
    top: 548%;
    height: 112.5%;
  }

  #div-4 h1 {
    top: 9.6%;
    left: 24.6%;
  }

  #div-4 div {
    top: 52.9%;
    left: 66.2%;
    width: 23.7%;
    height: 30%;
    padding: 0.7rem 1.5rem;
  }

  #div-4 h2 {
    padding-bottom: 1rem;
  }

  .btn.analyse {
    top: 88.1%;
    padding: 0.5rem;
  }

  #div-5 {
    top: 660.6%;
    height: 107%;
  }

  #div-5 h1 {
    top: 73.3%;
    left: 12.2%;
    z-index: 2;
  }

  .jana {
    position: absolute;
    top: 8.9%;
    left: 12.6%;
    width: 60%;
    height: 50%;
  }

  .btn.mehr7 {
    top: 59.4%;
    left: 62.1%;
    padding: 0.5rem;
  }

  #div-6 {
    top: 767.5%;
    height: 110%;
  }

  #div-6 h1 {
    top: 8.5%;
    left: 35.7%;
  }

  #div-6 .schuh-text p {
    padding-bottom: 1.5rem;
  }

  .btn.genehmigung {
    top: 75.6%;
    left: 16.5%;
    padding: 0.5rem;
  }

  .btn.mehr8 {
    top: 82.3%;
    left: 74.1%;
    padding: 0.5rem 0.75rem;
  }

  #div-7 {
    top: 877.5%;
    height: 202%;
    background-color: #ebebeb;
  }

  .reparatur-links {
    top: 11.7%;
    width: 33%;
  }

  .reparatur-links h1 {
    padding-bottom: 2.5rem;
  }

  .reparatur-links img {
    top: 26.1%;
    left: -25.4%;
    width: 103.1%;
  }

  .mensch {
    top: 2.4%;
    left: 47.5%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop {
    top: 21.3%;
    left: 10.8%;
    height: 609px;
  }

  .filialeWrapper_desktop h1 {
    top: 55%;
    left: 0;
    /* font-size: calc((52*100vw)/1920); */
    /* width: 100%; */
  }

  .filialeWrapper_desktop h2 {
    font-size: 1.375rem;
  }

  .filialeWrapper_desktop p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .filialeWrapper_desktop p.subtitle {
    font-size: 1rem;
    top: 92%;
    left: 79.7%;
  }

  .galleryLeft {
    width: 63.8%;
  }

  .galleryLeft a {
    left: 10%;
  }

  .galleryMiddle {
    width: 78%;
  }

  .biggy {
    width: 64.5%;
  }

  .before {
    width: 79%;
  }

  .before2 {
    width: 80.7%;
  }

  .galleryMiddle img {
    top: 8%;
    left: -16.6%;
    width: 98.8%;
  }

  .galleryMiddle h1 {
    top: -4.2%;
    left: 31.8%;
  }

  .portraitLeft img {
    top: -6.8%;
    left: -36.7%;
    width: 139.4%;
  }

  .portraitMiddle img {
    top: -5%;
    left: -13.4%;
    width: 131.5%;
  }

  .lefty img {
    top: -3.5%;
    left: -26.8%;
    width: 123.6%;
  }

  .lefty2 img {
    left: -27.3%;
    width: 132%;
  }

  .biggy img {
    width: 119.8%;
  }

  .smally img {
    top: -7.3%;
    left: -2.9%;
    width: 92.4%;
  }

  .smally2 img {
    width: 112.5%;
  }

  .smally3 img {
    top: -5.9%;
    left: -2.5%;
    width: 92.4%;
  }

  .lower img {
    top: -0.3%;
    left: -20.7%;
    width: 137.1%;
  }

  .behind img {
    top: -6.8%;
    left: -22.4%;
    width: 128.5%;
  }

  .behind2 img {
    top: 2.8%;
    left: -31.3%;
    width: 140.2%;
  }

  .before2 img {
    width: 119.4%;
  }

  .portraitMiddle h2 {
    top: 8.1%;
    left: 51.1%;
  }

  .lefty h2 {
    top: 15.2%;
    left: 54.2%;
  }

  .lefty2 h2 {
    top: 3%;
    left: 49.8%;
  }

  .smally h2 {
    top: 15%;
    left: 54.2%;
  }

  .smally3 h2 {
    top: 15%;
    left: 54.2%;
  }

  .lower h2 {
    top: 9.7%;
    left: 48.3%;
  }

  .behind h2 {
    top: 17.3%;
    left: 59.1%;
  }

  .behind2 h2 {
    top: -5.3%;
    left: 47.3%;
  }

  .galleryMiddle h2 {
    top: 75.3%;
    left: 42.1%;
  }

  .umzug {
    top: 31.8%;
    left: 46.9%;
    width: 30.5%;
    padding: 1rem 0 1rem 1.3rem;
    border: 4px solid #e2001a;
  }

  .umzug h3 {
    font-size: 1.625rem;
  }

  .umzug p {
    line-height: 1.8rem;
  }

  .planRight {
    width: 66%;
  }

  .planRight a {
    top: 78%;
    left: 80.5%;
  }

  .lageplan {
    top: 0.6%;
    left: -5.8%;
  }

  .lageplan img {
    width: 98.6%;
  }

  .upper .lageplan {
    top: 0.5%;
    left: -6.8%;
  }

  .upper .lageplan img {
    width: 102.1%;
  }

  .upper3 .lageplan {
    top: -7.7%;
    left: -19.7%;
  }

  .upper3 .lageplan img {
    width: 121.4%;
  }

  .upper4 .lageplan {
    top: 0.6%;
    left: -37.8%;
  }

  .upper4 .lageplan img {
    width: 128.4%;
  }

  .upper5 .lageplan {
    top: 7.3%;
    left: 9%;
  }

  .upper5 .lageplan img {
    width: 102.5%;
  }

  .upper6 .lageplan {
    top: 0.9%;
    left: -2.1%;
  }

  .upper6 .lageplan img {
    width: 94.4%;
  }

  .upper7 .lageplan {
    top: 1%;
    left: -10.5%;
  }

  .upper7 .lageplan img {
    width: 103%;
  }

  .upper8 .lageplan {
    top: 0.5%;
    left: -6.2%;
  }

  .upper8 .lageplan img {
    width: 97.9%;
  }

  .address {
    top: 6.7%;
    left: 33.4%;
  }

  .upper .address {
    top: 6.4%;
    left: 22.5%;
  }

  .upper3 .address-block {
    top: -4%;
    left: 18.3%;
  }

  .upper3 .address-block h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .upper3 .address-block :nth-child(3) {
    margin-top: 6%;
  }

  .upper4 .address {
    top: 6.6%;
    left: 13.6%;
  }

  .upper5 .address {
    top: 12.2%;
    left: 31%;
  }

  .upper6 .address {
    top: 6.5%;
    left: 35.5%;
  }

  .upper7 .address {
    top: 6.6%;
    left: 34%;
  }

  .upper8 .address {
    top: 7.1%;
    left: 31%;
  }

  .subtitle {
    top: 19.3%;
    left: 33%;
  }

  .upper3 .subtitle {
    top: 10.1%;
    left: 17.5%;
  }

  .upper4 .subtitle {
    top: 21.5%;
    left: 14%;
  }

  .filialeWrapper_desktop .portraitLeft .subtitle {
    top: 87%;
    left: -5.6%;
  }

  .upper6 .subtitle {
    top: 21.4%;
    left: 34.8%;
  }

  .filialeWrapper_desktop .upper.upper7 p.subtitle {
    left: 77.7%;
  }

  .upper8 .subtitle {
    top: 19.4%;
    left: 31.5%;
  }

  .btn {
    top: 78%;
    font-size: 1.125rem;
  }

  .pics {
    padding: 0.5rem 0.75rem;
  }

  .services {
    padding: 0.5rem 1.3rem;
  }

  .before2 .btn {
    left: 7%;
  }

  .upper .btn {
    left: 78.3%;
  }

  .upper4 .btn {
    left: 81%;
  }

  .upper5 .btn {
    top: 82.7%;
    left: 80.6%;
  }

  .upper6 .btn {
    left: 80.6%;
  }

  .upper7 .btn {
    left: 81%;
  }

  .upper8 .btn {
    left: 81%;
  }

  .galleryMiddle .btn {
    top: 62.8%;
    left: 42.1%;
    padding: 0.5rem 0.75rem;
  }

  /* ----- MODAL ----- */
  #modal #modalSlogan,
  #modal_massschuhe #modalSlogan,
  #modal_breit #modalSlogan,
  #modal_breit2 #modalSlogan,
  #modal_zurichtungen #modalSlogan,
  #modal_einlagen #modalSlogan {
    top: -3.9%;
    width: 30.9%;
  }

  #modal_massschuhe .popup,
  #modal_zurichtungen .popup,
  #modal_einlagen .popup {
    padding: 50px 48.2px;
  }

  #modal_breit .popup,
  #modal_breit2 .popup {
    width: 80%;
    padding: 50px 0 50px 45px;
  }

  .popup .close {
    font-size: 45px;
  }

  .popup h3 {
    font-size: 1.739rem;
    text-indent: 0.75rem;
  }

  #modal_breit .popup h3 {
    padding-bottom: 1rem;
  }

  #modal_massschuhe .popup h3,
  #modal_breit2 .popup h3,
  #modal_zurichtungen .popup h3,
  #modal_einlagen .popup h3 {
    padding-bottom: 1rem;
  }

  #modal_breit .modal-links h3,
  #modal_breit2 .modal-links h3 {
    text-indent: 1.2rem;
    padding-bottom: 2rem;
  }

  #modal_breit .modal-links h3 {
    padding-bottom: 1.8rem;
  }

  #modal_breit .modal-rechts h3 {
    font-size: 1.739rem;
  }

  #modal_breit .modal-links .sub,
  #modal_breit2 .modal-links .sub {
    font-size: 1.5rem;
    text-indent: 1.2rem;
    padding-bottom: 1.7rem;
  }

  .modal-links {
    width: 49%;
    padding-left: 10px;
  }

  .modal-rechts {
    width: 50%;
    padding-left: 3.1rem;
  }

  .modal-rechts p,
  #modal_zurichtungen .popup .content p,
  #modal_einlagen .popup .content p {
    left: 0;
  }

  #modal_massschuhe .content h3:nth-child(3),
  #modal_breit .modal-rechts h3:nth-child(3),
  #modal_breit2 .modal-rechts h3:nth-child(3),
  #modal_zurichtungen .content h3:nth-child(3),
  #modal_einlagen .content h3:nth-child(3) {
    padding: 2.4rem 0 1rem 0;
  }

  #modal_massschuhe .content p:nth-child(5),
  #modal_breit .modal-rechts p:nth-child(5) {
    padding-top: 1.5rem;
  }

  #modal_breit2 .modal-rechts p {
    padding-bottom: 1rem;
  }

  #modal_breit2 .modal-rechts p:nth-child(5) {
    padding-top: 0.8rem;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.125rem;
  }

  .modal-links li,
  #modal_zurichtungen li,
  #modal_einlagen li {
    padding-bottom: 0.45rem;
  }

  #modal_breit2 li {
    padding-bottom: 0.45rem;
  }

  #modal_breit2 .modal-rechts .sub2 {
    padding-bottom: 0.1rem;
  }

  dl {
    font-size: 1.125rem;
  }

  dt,
  dd {
    line-height: 1.8rem;
  }

  dt:last-child,
  dd:last-child {
    padding-bottom: 2rem;
  }

  /* ----- MODAL ENDE ----- */
  /* ----- GALERIE ----- */
  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    width: 3rem;
    height: 3rem;
  }

  .carousel::before,
  .carousel__prev {
    left: 3rem;
  }

  .carousel::after,
  .carousel__next {
    right: 3.8rem;
  }

  .carousel::before,
  .carousel::after {
    background-size: 1.75rem 1.75rem;
  }

  a.close {
    font-size: 45px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */
  .aktuell-Wrapper {
    max-height: 762px;
  }

  .aktuell-Wrapper img {
    position: absolute;
    height: auto;
  }

  .aktuell-Wrapper.schuhe img {
    position: relative;
    height: auto;
  }

  .block-left {
    width: 30%;
  }

  .signet,
  .signet2,
  .signet3 {
    top: 18.7%;
    left: 14.3%;
    width: 10.2%;
  }

  .signet3 {
    position: absolute;
    top: 18.7%;
    left: 14.3%;
    width: 10.2%;
  }

  .schuh-links {
    top: 43.9%;
    left: 9.1%;
    width: 33.7%;
  }

  .block-middle {
    width: 40%;
  }

  .block-middle2 {
    top: -2%;
  }

  .block-middle h1 {
    position: absolute;
    top: 19.9%;
    left: 39.6%;
    font-size: 2.75rem;
    line-height: 2.9rem;
  }

  .block-middle p {
    position: absolute;
    top: 35.3%;
    left: 40%;
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .block-middle .special {
    top: 83.8%;
    left: 43.5%;
    font-size: 0.875rem;
    line-height: 1.4rem;
  }

  .mehr,
  .mehr2,
  .mehr3,
  .mehr4,
  .mehr5 {
    top: 97.3%;
    left: 42.3%;
    font-size: 1.063rem;
    padding: 0.5rem;
  }

  .shoes .mehr {
    top: 98.3%;
    left: 56.7%;
  }

  .shoes .mehr2 {
    top: 99.5%;
  }

  .shoes .mehr3 {
    top: 99.4%;
  }

  .shoes .mehr4 {
    top: 100.1%;
    left: 58.7%;
  }

  .shoes .mehr5 {
    top: 103.5%;
    padding: 0.5rem 1rem;
  }

  .block-right {
    width: 30%;
  }

  .block-right h1 {
    position: absolute;
    top: 36.7%;
    left: 68.5%;
    font-size: 2.75rem;
    line-height: 3.2rem;
  }

  .block-right p {
    position: absolute;
    top: 52.7%;
    left: 68.8%;
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .block-right p a {
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    color: #9c8657;
  }

  .moewe {
    top: 22.7%;
    left: 72.3%;
    width: 17.2%;
  }

  .zeichnung {
    top: 46.2%;
    left: 30.9%;
    width: 39.3%;
  }

  .schuh-rechts {
    top: 54.3%;
    left: 59.8%;
    width: 36.7%;
  }

  .portrait-big {
    top: 16.1%;
    left: 19.9%;
    width: 58.7%;
  }

  .block-right .service {
    top: 77.7%;
    font-size: 1.063rem;
    padding: 0.5rem 1rem;
  }

  .block-right .schuhe,
  .block-right .schuhe2 {
    top: 86.6%;
    font-size: 1.063rem;
    padding: 0.5rem 0.7rem;
  }

  .block-right .schuhe2 {
    top: 83.4%;
  }

  .shoes .hinweis {
    top: 89.8%;
    left: 48%;
  }

  .xsensible1 {
    top: 28.1%;
    left: -17.5%;
  }

  .xsensible2 {
    top: 44.3%;
  }

  .lilian2 {
    top: 6.6%;
  }

  .lilian3 {
    top: 13.3%;
  }

  .greve1 {
    top: -3.1%;
  }

  .greve2 {
    top: 8.2%;
  }

  .greve3 {
    top: -0.4%;
  }

  .greve4 {
    top: 20.1%;
    left: -16.6%;
  }

  .salamander1 {
    top: 9%;
  }

  .pons1 {
    top: 19.3%;
    left: 0.7%;
  }

  .pons2 {
    top: 18.1%;
  }

  .natural3 {
    top: 18.7%;
  }

  .berkemann1 {
    left: -15.7%;
  }

  .berkemann2 {
    top: 29.5%;
    left: 26%;
  }

  .birkenstock1 {
    top: 6.1%;
    left: 7.3%;
  }

  .birkenstock3 {
    top: 13.5%;
  }

  .panama1 {
    left: 38%;
  }

  .panama7 {
    top: 32.2%;
  }

  .panama8 {
    top: 59.6%;
  }

  .portrait-schuh {
    top: -8.9%;
    left: -0.6%;
    width: 104.4%;
  }

  .portrait-schuh2 {
    top: -7%;
    left: -3.6%;
    width: 97%;
  }

  .portrait-schuh3 {
    top: -31.4%;
    left: -4.4%;
    width: 131.3%;
  }

  .portrait-schuh4 {
    top: -41%;
    width: 128.5%;
  }

  .portrait-schuh5 {
    top: -14.7%;
    left: 118.2%;
    width: 85%;
  }

  /* ----- LOGO POSITIONS ----- */

  .shoes .signet3 {
    top: -1.9%;
    left: 21.4%;
    width: 30.55%;
  }

  .shoes .signet3.signet3_2 {
    top: 5.2%;
    left: 21.4%;
    width: 30.55%;
  }

  .shoes .signet3.signet3_3 {
    top: -3%;
    left: 21.4%;
    width: 30.55%;
  }

  .shoes .signet3.signet3_4 {
    top: -0.3%;
    left: 21.4%;
    width: 30.55%;
  }

  .xsensible {
    top: 38.3%;
    left: 34%;
    width: 52%;
  }

  .lilian {
    top: 9.9%;
  }

  .greve {
    top: 31.6%;
    left: 11.9%;
  }

  .salamander {
    top: 13.4%;
    left: 1.5%;
    width: 44.6%;
  }

  .pons {
    top: 19.9%;
    left: 89.2%;
    width: 35.6%;
  }

  .berkemann {
    top: 4.9%;
    left: 33.4%;
  }

  .think {
    top: 14.3%;
  }

  .birkenstock {
    top: 9.5%;
  }

  .footnotes {
    left: -37%;
  }

  .hassia {
    top: 24.6%;
    left: -42%;
    width: 24%;
  }

  /* ----- LOGO POSITIONS ENDE ----- */

  /* ----- BRANDAKTUELL ENDE ----- */

  /* ----- ÜBER UNS ----- */

  .aktuell-Wrapper2_desktop .block-left {
    left: 6.7%;
    width: 31.3%;
  }

  .aktuell-Wrapper2_desktop .block-left img {
    left: 3.4%;
    width: 107%;
  }

  .aktuell-Wrapper2_desktop .block-middle {
    width: 50%;
  }

  .portrait-big_isabel {
    top: -1.5%;
    left: -78.2%;
    width: 180.4%;
  }

  .aktuell-Wrapper2_desktop .block-middle h2 {
    top: 21%;
    left: 56.8%;
    font-size: 1.5rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 {
    top: 14%;
    left: -1.6%;
    width: 29.9%;
  }

  .aktuell-Wrapper2_desktop .block-right2 .moewe2 {
    top: -14%;
    width: 54.7%;
  }

  .aktuell-Wrapper2_desktop .block-right2 h1 {
    top: -8.4%;
    left: -14%;
    font-size: 2.5rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 .address {
    top: -5.5%;
    left: -14%;
    font-weight: 300;
    line-height: 1.65rem;
    font-size: 1.125rem;
    width: 109%;
  }

  .aktuell-Wrapper2_desktop .block-right2 .subtitle {
    position: absolute;
    top: 119%;
    left: -2.3%;
    color: #bdad93;
    font-weight: 300;
  }

  .aktuell-Wrapper2_desktop .block-addresses {
    top: 1.1%;
    font-size: 1.125rem;
    width: 102.5%;
  }

  .inner-block-left p,
  .inner-block-right p {
    padding-bottom: 1.75rem;
  }

  .impressum-Wrapper {
    margin: 8.9% 18.4%;
    max-height: 600px;
  }

  .impressum-Wrapper h1 {
    font-size: 2.718rem;
    padding-bottom: 0.5rem;
  }

  .impressum-Wrapper h3,
  .impressum-Wrapper p {
    font-size: 1.063rem;
  }

  .impressum-Wrapper p {
    line-height: 1.5rem;
    padding-bottom: 0.2rem;
  }

  .impressum-Wrapper .block-right {
    padding-top: 3.9rem;
  }

  .peanuts {
    height: 30.9%;
  }

  .peanuts img {
    width: 46.8%;
  }

  .uns-Wrapper {
    top: 18%;
    max-height: 680px;
  }

  .special-h1 {
    font-size: 2.5rem;
  }

  .uns-Wrapper .portraitMiddle img {
    top: 20%;
    left: -1.3%;
    width: 44%;
  }

  .uns-Wrapper .portraitMiddle h2 {
    position: absolute;
    top: 112%;
    left: 39.8%;
    font-size: 1.563rem;
  }

  .baum {
    top: 62%;
    left: -11%;
    width: 122.9%;
  }

  .subtext {
    top: 560%;
    left: 2.2%;
  }

  .subtext p {
    font-size: 1.063rem;
    line-height: 1.45rem;
  }

  .subtext .special-text {
    font-size: 1rem;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

/* ################################################################################################################################### */

@media screen and (max-width: 1280px) {
  #grid {
    background-image: url("../img/Grid30x49_1280x720.png");
    width: 1280px;
    height: 720px;
    top: -80px;
  }

  #kartenmichel {
    top: 14.6%;
    left: 6.6%;
    width: 82.6%;
  }

  .btn-toggle-nav {
    top: 0px;
    left: 71px;
    width: 55px;
    height: 55px;
  }

  #logo-bild {
    top: 5px;
    right: 67px;
    height: 38px;
    width: 38px;
  }

  /* ----- HEADER ------ */
  header {
    top: 1.5%;
    height: 12%;
  }

  #logo {
    left: 43%;
  }

  nav {
    width: 86.4%;
    left: 7%;
  }

  #menu {
    width: 86.5%;
  }

  .navipunkt a {
    font-size: 1.07rem;
  }

  #fb a {
    font-size: 1.3rem;
  }

  /* ----- HEADER ENDE ----- */

  /* ----- SIDEBAR NAV ----- */
  .nav-sidebar ul {
    padding-top: 10%;
  }

  .nav-sidebar li {
    line-height: 235%;
  }

  .nav-sidebar #close img {
    width: 15px;
  }

  .nav-sidebar a {
    height: 235%;
    font-size: 1.07rem;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.07rem;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #helfen {
    top: 32.3%;
    left: 14.9%;
  }

  #btn-aktuell {
    top: 83.3%;
    right: 7.7%;
  }

  #btn-aktuell img {
    width: 165px;
  }

  #btn-eroeffnung {
    top: 75.1%;
    left: 10.4%;
  }

  #btn-eroeffnung img {
    width: 176px;
  }

  #arr-dwn {
    top: 95%;
    left: 49.6%;
  }

  #arr-dwn img {
    width: 27px;
  }

  h1 {
    font-size: 3rem;
  }

  /* ----- KATEGORIEN ----- */

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 2.25rem;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 1.5rem;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.063rem;
    line-height: 1.5rem;
  }

  #div-1 {
    top: 118.5%;
    height: 265%;
  }

  .section_1 h1 {
    top: 8.9%;
    left: 18.2%;
  }

  .werkstatt {
    top: 5.1%;
    left: 42.4%;
  }

  .tisch {
    top: 22.5%;
  }

  .section_1 div {
    top: 25.5%;
    left: 60.6%;
  }

  .section_1 div p {
    padding-top: 1.3rem;
  }

  .section_1 div img {
    top: 127%;
    left: 63.4%;
    width: 42.9%;
  }

  .section_1 .kat {
    top: 117.5%;
    left: 24.9%;
  }

  .section_2 h1 {
    top: 54.7%;
    left: 59.8%;
  }

  .section_2 h1 span {
    letter-spacing: 3.8rem;
  }

  .rezept {
    top: 64.8%;
    left: 10.5%;
  }

  .leisten {
    left: 26%;
  }

  .section_2 h2 {
    text-indent: 0;
    padding-bottom: 1rem;
  }

  .section_2 ul {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .section_2 li {
    padding-top: 0.9rem;
  }

  .beratung {
    top: 58.5%;
    left: 40.7%;
  }

  .btn.anteil {
    top: 112.5%;
    left: 24%;
    padding: 0.5rem 1rem;
  }

  .btn.ablauf {
    top: 62.2%;
    left: 67.6%;
  }

  #div-2 {
    top: 375%;
    height: 116%;
  }

  .zurichtungen-links h1 {
    padding: 2.4rem 0 0 1.6rem;
  }

  .zurichtungen-links p {
    left: 22.6%;
  }

  .p-up {
    top: 2%;
  }

  .zurichtungen-links img {
    top: 32.2%;
    left: 11.7%;
  }

  .p-dwn {
    top: 41%;
  }

  .btn.ablauf2 {
    top: 90.8%;
    left: 18.7%;
  }

  .zurichtungen-rechts h1 {
    top: 7.7%;
  }

  .zurichtungen-rechts h2 {
    top: 7%;
  }

  .zurichtungen-rechts p {
    top: 11.7%;
    left: 6.4%;
  }

  .btn.mehr-hell {
    top: 63%;
    left: 53.6%;
  }

  #div-3 {
    top: 491%;
  }

  #div-3 h1 {
    left: 11.2%;
  }

  #div-3 h2 {
    top: -5%;
    left: 11.2%;
  }

  #div-3 .gabel {
    top: 50%;
  }

  .einlagen-text {
    top: 26%;
    left: 11.2%;
    width: 58%;
  }

  .btn.mehr6 {
    left: 67%;
  }

  .einlagen-rechts .einlage1 {
    top: 52.2%;
    width: 56.8%;
  }

  .einlagen-rechts .einlage3 {
    top: 129.2%;
  }

  #div-4 {
    top: 608.3%;
    height: 119.3%;
  }

  #div-4 h1 {
    top: 9.4%;
    left: 24.6%;
    text-shadow: 1px 1px 2px #000;
  }

  #div-4 div {
    top: 48.4%;
    left: 64.5%;
    width: 25%;
    height: 35%;
    padding: 1rem 1.5rem;
    padding-bottom: 1rem;
  }

  #div-4 h2 {
    padding-bottom: 0.9rem;
  }

  .btn.analyse {
    top: 89.5%;
  }

  #div-5 {
    top: 727.6%;
    height: 120%;
  }

  #div-5 h1 {
    top: 71.2%;
    left: 12.4%;
  }

  .jana img {
    width: 53.8%;
  }

  .jana p {
    top: 3.2%;
    left: 39.6%;
  }

  .btn.mehr7 {
    top: 62.1%;
    left: 59.9%;
  }

  .lilian-divan {
    bottom: 0;
  }

  #div-6 {
    top: 847.6%;
    height: 117%;
  }

  #div-6 .schuh-text {
    top: 24.7%;
    left: 10.6%;
    width: 21%;
  }

  #div-6 .schuh-text img {
    top: -28.3%;
    left: 24.4%;
    width: 44.9%;
  }

  .btn.genehmigung {
    top: 85.6%;
    left: 19.8%;
  }

  .btn.mehr8 {
    top: 85.3%;
    left: 75.7%;
  }

  #div-7 {
    top: 964.6%;
    height: 220%;
  }

  .reparatur-links {
    top: 10%;
  }

  .reparatur-links h1 {
    padding-bottom: 2rem;
  }

  .reparatur-links img {
    top: 27.4%;
  }

  .mensch {
    top: 2.3%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop {
    top: 21.3%;
    left: 10.8%;
    height: 513px;
    width: 84%;
  }

  .filialeWrapper_desktop h1 {
    top: 52%;
    left: 8%;
    font-size: 2.25rem;
  }

  .filialeWrapper_desktop h2 {
    font-size: 1.125rem;
  }

  .filialeWrapper_desktop p {
    font-size: 1.063rem;
    line-height: 1.5rem;
  }

  .filialeWrapper_desktop p.subtitle {
    top: 87.4%;
    left: 79%;
    font-size: 0.875rem;
    font-style: italic;
  }

  .galleryLeft {
    width: 69%;
  }

  .galleryMiddle {
    width: 78%;
  }

  .biggy {
    width: 72.5%;
  }

  .stralsund img {
    width: 113.6%;
  }

  .before {
    width: 81.8%;
  }

  .before2 {
    width: 92.7%;
  }

  .galleryLeft img {
    width: 113.2%;
    height: auto;
  }

  .before img {
    width: 118.2%;
  }

  .before2 img {
    width: 112.8%;
  }

  .galleryMiddle img {
    top: 7.8%;
    left: -32.4%;
    width: 101.4%;
  }

  .galleryLeft a {
    left: 11.5%;
  }

  .galleryMiddle h1 {
    top: -4%;
    left: 30.3%;
  }

  .biggy h1 {
    left: 6.8%;
  }

  .portraitLeft img {
    top: -6.1%;
    left: -32.1%;
    width: 120.1%;
  }

  .portraitMiddle img {
    width: 118.9%;
  }

  .lefty img {
    top: -4.7%;
    left: -28%;
    width: 114.9%;
  }

  .lefty2 img {
    top: -7%;
    left: -27.9%;
    width: 119.4%;
  }

  .smally img {
    width: 92.4%;
    top: -7.3%;
    left: -2.9%;
  }

  .smally2 img {
    width: 109.3%;
  }

  .smally3 img {
    top: -7%;
    left: -3.7%;
    width: 83.8%;
  }

  .lower img {
    top: -4%;
    left: -23.1%;
    width: 125.7%;
  }

  .behind img {
    top: -7.3%;
    left: -16.8%;
    width: 119.3%;
  }

  .behind2 img {
    top: 5.2%;
    left: -28.8%;
    width: 130.3%;
  }

  .biggy img {
    width: 113.8%;
  }

  .portraitMiddle h2 {
    top: 8.2%;
    left: 49.7%;
  }

  .lefty h2 {
    top: 17.1%;
    left: 51.6%;
  }

  .lefty2 h2 {
    top: 0.2%;
    left: 49.5%;
  }

  .smally h2 {
    top: 7.5%;
    left: 53.6%;
  }

  .smally3 h2 {
    top: 11.1%;
    left: 53.5%;
  }

  .lower h2 {
    top: 5.4%;
    left: 46.1%;
  }

  .behind h2 {
    top: 14.1%;
    left: 60.1%;
  }

  .behind2 h2 {
    top: -1.5%;
    left: 47%;
  }

  .galleryMiddle h2 {
    top: 72.3%;
    left: 39.8%;
  }

  .umzug {
    left: 44.7%;
    width: 31.9%;
    padding: 1rem;
  }

  .umzug h3 {
    font-size: 1.546rem;
  }

  .umzug p {
    font-size: 1.063rem;
    line-height: 1.5rem;
  }

  .planRight a {
    top: 75%;
    left: 79.2%;
  }

  .lageplan {
    top: 0.2%;
    left: -11.7%;
  }

  .lageplan img {
    width: 101.9%;
  }

  .upper .lageplan {
    top: -1.4%;
    left: -17.7%;
  }

  .upper .lageplan img {
    width: 106.7%;
  }

  .upper3 .lageplan {
    top: -7.9%;
    left: -26.6%;
  }

  .upper3 .lageplan img {
    width: 126.2%;
  }

  .upper4 .lageplan {
    top: 0.3%;
    left: -49.7%;
  }

  .upper4 .lageplan img {
    width: 136.3%;
  }

  .upper5 .lageplan {
    top: 3.2%;
    left: -13.6%;
  }

  .upper5 .lageplan img {
    width: 103%;
  }

  .upper6 .lageplan {
    top: -1.1%;
    left: -21.3%;
  }

  .upper6 .lageplan img {
    width: 108%;
  }

  .upper7 .lageplan {
    top: 0;
    left: -17.9%;
  }

  .upper7 .lageplan img {
    width: 107.7%;
  }

  .upper8 .lageplan {
    top: 1.8%;
    left: -12.1%;
  }

  .upper8 .lageplan img {
    width: 102.3%;
  }

  .address {
    top: 4.9%;
    left: 22.5%;
  }

  .upper .address {
    top: 5%;
    left: 11.3%;
  }

  .upper3 .address-block {
    top: -5%;
    left: 4.2%;
  }

  .upper3 .address-block h4 {
    font-size: 1.063rem;
    line-height: 1.3rem;
  }

  .upper3 .address-block p {
    line-height: 1.3rem;
  }

  .upper4 .address {
    top: 4.8%;
    left: -3%;
  }

  .upper5 .address {
    top: 9.2%;
    left: 13.7%;
  }

  .upper6 .address {
    top: 0.3%;
    left: 18%;
  }

  .upper7 .address {
    top: 4.5%;
    left: 18.5%;
  }

  .upper8 .address {
    top: 4.3%;
    left: 22.5%;
  }

  .subtitle {
    top: 17.5%;
    left: 32%;
    font-size: 0.875rem;
  }

  .upper .subtitle {
    top: 17.5%;
    left: 20%;
    font-size: 0.875rem;
  }

  .upper3 .subtitle {
    top: 8%;
    left: 14.5%;
  }

  .upper4 .subtitle {
    top: 17.3%;
    left: 10%;
  }

  .filialeWrapper_desktop .portraitLeft .subtitle {
    top: 82.5%;
    left: -5.8%;
  }

  .upper6 .subtitle {
    top: 14.1%;
    left: 24.8%;
  }

  .upper7 .subtitle {
    left: 28%;
  }

  .upper8 .subtitle {
    top: 17.6%;
    left: 31.6%;
  }

  .btn {
    top: 75.1%;
    font-size: 1.063rem;
  }

  .pics {
    padding: 0.5rem 0.75rem;
  }

  .services {
    padding: 0.5rem 1.2rem;
  }

  .before .btn {
    top: 64%;
    left: 10%;
  }

  .before2 .btn {
    left: 10%;
  }

  .upper .btn {
    left: 80.4%;
  }

  .upper4 .btn {
    top: 75%;
    left: 79.2%;
  }

  .upper5 .btn {
    top: 79%;
    left: 78%;
  }

  .upper6 .btn {
    left: 77.8%;
  }

  .upper7 .btn {
    top: 74.9%;
    left: 79.2%;
  }

  .upper8 .btn {
    left: 79.2%;
  }

  .galleryMiddle .btn {
    top: 59.2%;
    left: 39.8%;
  }

  /* ----- FILIALEN ENDE ----- */

  /* ----- MODAL ----- */
  #modal #modalSlogan,
  #modal_massschuhe #modalSlogan,
  #modal_breit #modalSlogan,
  #modal_breit2 #modalSlogan,
  #modal_zurichtungen #modalSlogan,
  #modal_einlagen #modalSlogan {
    top: -7.4%;
    width: 33.1%;
  }

  .popup {
    margin: 7.1% auto;
    padding: 30px 30px 0 30px;
    width: 41.9%;
  }

  #modal_massschuhe .popup,
  #modal_zurichtungen .popup,
  #modal_einlagen .popup {
    padding: 30px 0 30px 48px;
  }

  #modal_breit .popup,
  #modal_breit2 .popup {
    width: 78.5%;
    padding: 30px 0 30px 38px;
  }

  .popup .close {
    font-size: 40px;
    right: 25px;
  }

  .popup h3 {
    font-size: 1.545rem;
    text-indent: 0.75rem;
    padding-bottom: 0.5rem;
  }

  #modal_breit .popup h3 {
    padding-bottom: 1rem;
  }

  #modal_massschuhe .popup h3,
  #modal_breit2 .popup h3,
  #modal_zurichtungen .popup h3,
  #modal_einlagen .popup h3 {
    padding-bottom: 1rem;
  }

  #modal_breit .modal-links h3,
  #modal_breit2 .modal-links h3 {
    text-indent: 1.2rem;
    padding-bottom: 2rem;
  }

  #modal_breit .modal-links h3 {
    padding-bottom: 1.8rem;
  }

  #modal_breit .modal-rechts h3 {
    font-size: 1.739rem;
  }

  #modal_breit .modal-links .sub,
  #modal_breit2 .modal-links .sub {
    font-size: 1.375rem;

    text-indent: 1.2rem;
    padding-bottom: 0.9rem;
  }

  .modal-rechts {
    width: 48.8%;
    padding-left: 1.8rem;
  }

  #modal_massschuhe .content h3:nth-child(3),
  #modal_breit .modal-rechts h3:nth-child(3),
  #modal_breit2 .modal-rechts h3:nth-child(3),
  #modal_zurichtungen .content h3:nth-child(3),
  #modal_einlagen .content h3:nth-child(3) {
    padding: 2rem 0 0.9rem 0;
  }

  #modal_massschuhe .content p:nth-child(5),
  #modal_breit .modal-rechts p:nth-child(5) {
    padding-top: 0.9rem;
  }

  #modal_breit2 .modal-rechts p {
    padding-bottom: 1rem;
  }

  #modal_breit2 .modal-rechts p:nth-child(5) {
    padding-top: 0.8rem;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.063rem;
  }

  .modal-links li,
  #modal_zurichtungen li,
  #modal_einlagen li {
    padding-bottom: 0.15rem;
  }

  #modal_breit2 li {
    padding-bottom: 0.15rem;
  }

  .modal-rechts p,
  #modal_zurichtungen .popup .content p,
  #modal_einlagen .popup .content p {
    left: 0;
  }

  #modal_breit2 .modal-links .sub {
    padding-bottom: 1.7rem;
  }

  #modal_breit2 .modal-rechts .sub2 {
    padding-bottom: 0.1rem;
  }

  dl {
    font-size: 1rem;
  }

  dt,
  dd {
    line-height: 1.6rem;
  }

  dt:last-child,
  dd:last-child {
    padding-bottom: 1.5rem;
  }

  /* ----- MODAL ENDE ----- */
  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    padding-top: 0.5rem;
  }

  .carousel {
    max-width: 80%;
    padding-top: 46%;
  }

  .carousel__viewport {
    top: 1rem;
  }

  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .carousel::before,
  .carousel__prev {
    left: 3.9rem;
  }

  .carousel::after,
  .carousel__next {
    right: 4.1rem;
  }

  .carousel::before,
  .carousel::after {
    background-size: 1.5rem 1.5rem;
    border: 4px solid #1a171b;
  }

  .carousel img {
    width: 81.4%;
    left: 9%;
  }

  a.close {
    font-size: 45px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */
  .aktuell-Wrapper {
    max-height: 720px;
  }

  .schuhe {
    max-height: 630px;
  }

  .block-left {
    width: 30%;
  }

  .signet,
  .signet2,
  .signet3 {
    top: 19.9%;
    left: 12.3%;
  }

  .schuh-links {
    top: 47.6%;
  }

  .block-middle {
    width: 40%;
  }

  .block-middle2 {
    top: -2%;
  }

  .block-middle h1 {
    top: 20.6%;
    left: 39.8%;
    font-size: 2.25rem;
    line-height: 2.6rem;
  }

  .block-middle p {
    top: 36.1%;
    font-size: 1.063rem;
  }

  .zeichnung {
    top: 49.6%;
  }

  .block-middle .special {
    top: 88.3%;
    left: 42.5%;
    font-size: 0.875rem;
    line-height: 1.2rem;
  }

  .mehr,
  .mehr2,
  .mehr3,
  .mehr4,
  .mehr5 {
    top: 102.6%;
    left: 41.1%;
    font-size: 1.01rem;
  }

  .shoes .mehr {
    top: 103.8%;
    left: 57.4%;
  }

  .shoes .mehr2 {
    top: 102.6%;
    left: 74%;
  }

  .shoes .mehr3 {
    top: 103.3%;
    left: 50%;
  }

  .shoes .mehr4 {
    top: 106.2%;
    left: 58.7%;
  }

  .shoes .mehr5 {
    top: 108%;
  }

  .portrait-big {
    top: 16.1%;
    left: 19.2%;
  }

  .block-right {
    width: 30%;
  }

  .block-right h1 {
    top: 32.7%;
    left: 68%;
    font-size: 2.25rem;
    line-height: 2.8rem;
  }

  .block-right p {
    top: 50.7%;
    left: 68.1%;
    font-size: 1.063rem;
    line-height: 1.6rem;
  }

  .block-right p a {
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    color: #9c8657;
  }

  .moewe {
    top: 23.2%;
  }

  .schuh-rechts {
    top: 58.5%;
    left: 59.6%;
    width: 36.9%;
  }

  .block-right .service {
    top: 81%;
    left: 71.9%;
    font-size: 1.001rem;
    padding: 0.5rem 0.75rem;
  }

  .block-right .schuhe,
  .block-right .schuhe2 {
    top: 91.7%;
    left: 71.8%;
    font-size: 1.001rem;
    padding: 0.5rem;
  }

  .block-right .schuhe2 {
    top: 85.5%;
  }

  .shoes .hinweis {
    top: 91.3%;
  }

  .xsensible1 {
    left: -17.2%;
  }

  .lilian1 {
    top: 6.6%;
    left: -20.2%;
    width: 68.9%;
  }

  .lilian2 {
    top: 7.6%;
    left: 25%;
  }

  .lilian3 {
    top: 15.5%;
    left: 16.1%;
  }

  .greve1 {
    top: -3.8%;
    left: 76.9%;
    width: 75.2%;
    z-index: 2;
  }

  .greve2 {
    top: 6.8%;
    left: 28.6%;
    width: 91%;
    z-index: 2;
  }

  .greve3 {
    top: -0.5%;
    left: 68%;
  }

  .greve4 {
    top: 18.5%;
    left: -16%;
  }

  .salamander1 {
    top: 8.7%;
    left: 6%;
  }

  .salamander2 {
    top: 18%;
    left: -6.5%;
    width: 65.6%;
  }

  .salamander3 {
    top: 25.5%;
    left: 19.7%;
    width: 65.6%;
  }

  .pons1 {
    top: 19.5%;
    left: -1.1%;
  }

  .pons2 {
    top: 18.3%;
  }

  .pons3 {
    top: 2.6%;
    left: 6.7%;
    width: 53.9%;
  }

  .pons4 {
    top: 9.7%;
    left: 29.5%;
    width: 47.2%;
  }

  .pons5 {
    top: 27.7%;
    left: -31%;
    width: 48.4%;
  }

  .natural1 {
    top: 4.4%;
    left: 15.4%;
    width: 52.7%;
  }

  .natural2 {
    top: 10.7%;
    left: -20.6%;
    width: 57.1%;
  }

  .natural3 {
    top: 19%;
    left: -6.1%;
  }

  .berkemann2 {
    top: 29.2%;
  }

  .birkenstock1 {
    top: 6.1%;
    left: 7.3%;
  }

  .birkenstock3 {
    top: 13.5%;
  }

  .panama4 {
    top: 22.5%;
    left: 8.8%;
    width: 63%;
  }

  .footnotes2 {
    top: 5.6%;
    left: -12.2%;
    width: 63.7%;
  }

  .footnotes3 {
    top: 7.3%;
  }

  .portrait-schuh {
    top: -9.3%;
  }

  .portrait-schuh2 {
    top: -9%;
    left: -1.5%;
    width: 97%;
  }

  .portrait-schuh3 {
    top: -34.2%;
    left: -1.4%;
    width: 133.1%;
  }

  .portrait-schuh4 {
    top: -42.3%;
    width: 129.6%;
  }

  /* ----- LOGO POSITIONS ----- */

  .shoes .signet3 {
    top: -1.1%;
    left: 21.8%;
  }

  .shoes .signet3.signet3_2 {
    top: 5.2%;
    left: 21.4%;
    width: 30.55%;
  }

  .xsensible {
    top: 38.4%;
    left: 34.9%;
  }

  .lilian {
    top: 9.9%;
  }

  .greve {
    top: 31.6%;
    left: 12%;
  }

  .salamander {
    top: 13.6%;
    left: 5%;
  }

  .pons {
    top: 20.3%;
  }

  .natural {
    top: 9.2%;
    left: -8.6%;
    width: 28.5%;
  }

  .berkemann {
    left: 32.9%;
  }

  .think {
    top: 14.3%;
  }

  .birkenstock {
    top: 9.5%;
  }

  .footnotes {
    top: 10.9%;
    left: 29.1%;
  }

  .hassia {
    top: 22.1%;
  }

  /* ----- LOGO POSITIONS ENDE ----- */

  /* ----- BRANDAKTUELL ENDE ----- */

  /* ----- ÜBER UNS ----- */

  .aktuell-Wrapper2_desktop .block-left {
    left: 6.7%;
    width: 31.3%;
  }

  .aktuell-Wrapper2_desktop .block-left img {
    left: -4.1%;
    width: 113%;
  }

  .aktuell-Wrapper2_desktop .block-middle {
    width: 50%;
  }

  .portrait-big_isabel {
    top: -5.1%;
    left: -82.3%;
    width: 186.5%;
  }

  .aktuell-Wrapper2_desktop .block-middle h2 {
    top: 18.9%;
    left: 56.7%;
    font-size: 1.375rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 {
    top: 27%;
    left: 0%;
    width: 35.9%;
  }

  .aktuell-Wrapper2_desktop .block-right2 .moewe2 {
    left: 37.3%;
    width: 47.9%;
  }

  .aktuell-Wrapper2_desktop .block-right2 h1 {
    top: -9.7%;
    font-size: 2.25rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 .address {
    top: -6.2%;
    line-height: 1.35rem;
    font-size: 1.063rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 .subtitle {
    top: 117.5%;
    left: -6%;
  }

  .aktuell-Wrapper2_desktop .block-addresses {
    top: -0.3%;
    font-size: 1.063rem;
  }

  .inner-block-left p,
  .inner-block-right p {
    padding-bottom: 0.95rem;
  }

  .impressum-Wrapper {
    margin: 7.6% 15.9%;
    max-height: 530px;
  }

  .impressum-Wrapper h1 {
    font-size: 2.25rem;
    padding-bottom: 0.3rem;
  }

  .impressum-Wrapper h3,
  .impressum-Wrapper p {
    font-size: 1rem;
  }

  .impressum-Wrapper h3 {
    padding-top: 0.85rem;
  }

  .impressum-Wrapper p {
    line-height: 1.4rem;
    padding-bottom: 0.7rem;
  }

  .impressum-Wrapper .block-right {
    left: 4.8%;
    width: 63.5%;
    padding-top: 3.1rem;
  }

  .peanuts {
    height: 31.9%;
  }

  .peanuts img {
    width: 46.3%;
  }

  .uns-Wrapper {
    top: 18.2%;
    max-height: 530px;
  }

  .special-h1 {
    font-size: 2.063rem;
  }

  .uns-Wrapper .portraitMiddle img {
    top: 8.9%;
    left: -1.6%;
  }

  .uns-Wrapper .portraitMiddle h2 {
    top: 110%;
  }

  .baum {
    top: 54%;
  }

  .subtext {
    top: 569%;
    left: -1.4%;
    width: 108.1%;
  }

  .subtext p {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .subtext .special-text {
    font-size: 0.875rem;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

/* ################################################################################################################################### */

@media screen and (min-width: 1921px) {
  #grid {
    background-image: url("../img/Grid30x49_2560x1440.png");
    width: 2560px;
    height: 1440px;
    top: -135px;
  }

  #kartenmichel {
    top: 19.4%;
    left: 9.2%;
    width: 77.8%;
  }

  .btn-toggle-nav {
    top: 40px;
    left: 273.5px;
    width: 60px;
    height: 60px;
    background-size: 70%;
  }

  #logo-bild {
    top: 42px;
    right: 269px;
    height: 60px;
    width: 60px;
  }

  /* ----- HEADER ------ */
  header {
    top: 5%;
    height: 10.4%;
  }

  #logo {
    top: -10%;
    left: 44.1%;
  }

  #logo img {
    width: 100%;
    height: auto;
  }

  nav {
    margin: 0;
    width: 79.4%;
    left: 10.5%;
  }

  #menu {
    width: 81.1%;
  }

  .navipunkt a {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  #fb {
    top: -32%;
  }

  #fb a {
    font-size: 2.1rem;
  }

  /* ----- HEADER ENDE ----- */

  /* ----- SIDEBAR NAV ----- */
  .nav-sidebar ul {
    padding-top: 10%;
  }

  .nav-sidebar li {
    line-height: 480%;
  }

  .nav-sidebar #close img {
    width: 25px;
  }

  .nav-sidebar a {
    height: 480%;
    font-size: 1.5rem;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.5rem;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #helfen {
    top: 36%;
    left: 17.5%;
  }

  #btn-aktuell {
    top: 88.5%;
    right: 10%;
  }

  #btn-aktuell img {
    width: 309px;
  }

  #btn-eroeffnung {
    top: 72.3%;
    left: 10.6%;
  }

  #btn-eroeffnung img {
    width: 337px;
  }

  #arr-dwn {
    top: 96.8%;
    left: 48.1%;
  }

  #arr-dwn img {
    width: 51.7px;
  }

  h1 {
    font-size: 4.5rem;
  }

  /* ----- KATEGORIEN ----- */

  #div-2,
  #div-3,
  #div-5,
  #div-6 {
    height: 100%;
  }

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 4.5rem;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 2.563rem;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.813rem;
    line-height: 2.6rem;
  }

  #div-1 {
    top: 116%;
    height: 253%;
  }

  .section_1 h1 {
    top: 9%;
  }

  .werkstatt {
    top: 5.3%;
    left: 42.3%;
    width: 42.6%;
  }

  .tisch {
    top: 22.35%;
  }

  .section_1 div {
    top: 26.6%;
    left: 60.6%;
  }

  .section_1 div p {
    padding-top: 3.4rem;
  }

  .section_1 div img {
    top: 139.8%;
    left: 77.4%;
    width: 43.4%;
  }

  .section_1 .kat {
    top: 123.5%;
    left: 31.8%;
    padding: 0.65rem 1.4rem;
  }

  .section_2 h1 {
    top: 54.8%;
    left: 58.5%;
  }

  .section_2 h1 span {
    letter-spacing: 7.6rem;
  }

  .rezept {
    top: 65.4%;
    left: 13%;
  }

  .leisten {
    top: -38.7%;
    left: 27.6%;
    width: 46.8%;
  }

  .section_2 h2 {
    text-indent: 0;
    padding-bottom: 2.8rem;
  }

  .section_2 ul {
    font-size: 1.813rem;
    line-height: 2.6rem;
  }

  .section_2 li {
    padding-top: 1.1rem;
  }

  .beratung {
    top: 58.5%;
    left: 39.5%;
  }

  .btn.anteil {
    top: 112.5%;
    left: 32.5%;
    padding: 0.75rem 2rem;
  }

  .btn.ablauf {
    top: 62.8%;
    left: 67.2%;
    padding: 0.75rem 1.4rem;
  }

  #div-2 {
    top: 362%;
    height: 115.7%;
  }

  .zurichtungen-links h1 {
    padding: 6.7rem 0 0 2.2rem;
  }

  .zurichtungen-links p {
    position: absolute;
    left: 13.8%;
  }

  .p-up {
    top: 20.9%;
  }

  .zurichtungen-links img {
    top: 33.5%;
    left: 12.5%;
  }

  .zurichtungen-links h2 {
    top: 48.3%;
  }

  .p-dwn {
    top: 72.8%;
  }

  .btn.ablauf2 {
    top: 88.6%;
    left: 20.6%;
    padding: 0.75rem 1rem;
  }

  .zurichtungen-rechts h1 {
    position: absolute;
    top: 13.3%;
    left: 54%;
  }

  .zurichtungen-rechts h2 {
    position: absolute;
    top: 9.5%;
    left: 54.1%;
  }

  .zurichtungen-rechts p {
    position: absolute;
    left: 54%;
    padding-bottom: 2.5rem;
  }

  .zurichtungen-rechts .p-up {
    top: 20.6%;
  }

  .zurichtungen-rechts .p-dwn {
    top: 38.2%;
  }

  .btn.mehr-hell {
    top: 62.5%;
    left: 54.3%;
    padding: 0.75rem;
  }

  #div-3 {
    top: 477.6%;
    background-color: #ebebeb;
  }

  #div-3 h1 {
    position: absolute;
    left: 15.1%;
  }

  #div-3 h2 {
    position: absolute;
    top: 13.4%;
    left: 15.1%;
  }

  .einlagen-text {
    top: 59.8%;
    left: 14.7%;
    width: 52%;
  }

  .btn.ablauf3,
  .btn.mehr6 {
    top: 134.7%;
    padding: 0.75rem 1rem;
  }

  .btn.ablauf3 {
    left: 13.1%;
  }

  .btn.mehr6 {
    left: 66.9%;
  }

  .einlagen-rechts .einlage1 {
    top: 52.2%;
    width: 56.9%;
  }

  .einlagen-rechts .einlage2 {
    top: 79.8%;
    left: -0.8%;
    width: 54.4%;
  }

  .einlagen-rechts .einlage3 {
    top: 114.2%;
  }

  #div-4 {
    top: 577.6%;
  }

  #div-4 h1 {
    top: 9.6%;
    left: 24.6%;
    text-shadow: 3px 3px 6px #000;
  }

  #div-4 div {
    top: 53.2%;
    left: 66.4%;
    width: 21.4%;
    height: 30.3%;
    padding: 1.6rem 2.9rem;
    padding-bottom: 1rem;
  }

  #div-4 h2 {
    padding-bottom: 1.7rem;
  }

  .btn.analyse {
    top: 90%;
    left: 72.5%;
    padding: 0.75rem;
  }

  #div-5 {
    top: 695.2%;
    height: 115.7%;
    background-color: #ebebeb;
  }

  #div-5 h1 {
    top: 71.2%;
    left: 12.4%;
  }

  .jana img {
    width: 53.8%;
  }

  .jana p {
    top: 7.7%;
    left: 39.6%;
  }

  .btn.mehr7 {
    top: 58.7%;
    left: 62.3%;
    padding: 0.75rem;
  }

  #div-6 {
    top: 810.9%;
    height: 115.7%;
  }

  #div-6 .schuh-text {
    top: 28.5%;
    left: 13.8%;
    width: 21%;
  }

  #div-6 .schuh-text img {
    top: -30.9%;
    left: 18.4%;
    width: 45.7%;
  }

  #div-6 .schuh-text p {
    padding-bottom: 2.7rem;
  }

  .btn.genehmigung {
    top: 81.6%;
    left: 19.8%;
  }

  .btn.mehr8 {
    top: 86.3%;
    left: 75.7%;
  }

  #div-7 {
    top: 926.5%;
  }

  .reparatur-links {
    top: 11.5%;
  }

  .reparatur-links h1 {
    padding-bottom: 4.5rem;
  }

  .reparatur-links img {
    top: 25.9%;
  }

  .mensch {
    top: 2.3%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop {
    height: 1053px;
    width: 85.5%;
  }

  .filialeWrapper_desktop h1 {
    top: 50.7%;
    left: 5.1%;
    font-size: 4.5rem;
  }

  .filialeWrapper_desktop h2 {
    font-size: 2.625rem;
  }

  .filialeWrapper_desktop p {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .filialeWrapper_desktop p.subtitle {
    top: 83.2%;
    left: 75.1%;
    font-size: 1.688rem;
  }

  .galleryLeft {
    width: 30.1%;
  }

  .smally2 {
    width: 28.9%;
  }

  .galleryMiddle {
    width: 78%;
  }

  .biggy {
    width: 32.3%;
  }

  .biggy img {
    width: 117.8%;
  }

  .before {
    width: 43.1%;
  }

  .before2 {
    width: 45.3%;
  }

  .portraitLeft {
    width: 60%;
  }

  .galleryMiddle img {
    top: 4%;
    left: -10.5%;
    width: 77.8%;
  }

  .galleryLeft a {
    left: 11.2%;
  }

  .galleryMiddle h1 {
    top: -6%;
    left: 27.8%;
  }

  .before2 h1 {
    left: 4%;
  }

  .smally2 h1 {
    left: 6.3%;
  }

  .portraitLeft img {
    top: -7.6%;
    left: -44.2%;
    width: 147.9%;
  }

  .portraitMiddle img {
    width: 110.1%;
    left: -10.9%;
    top: -6.7%;
  }

  .lefty img {
    top: -6.2%;
    left: -19.8%;
    width: 102%;
  }

  .lefty2 img {
    top: -6%;
    left: -25.1%;
    width: 117.2%;
  }

  .smally img {
    width: 92.4%;
    top: -7.3%;
    left: -2.9%;
  }

  .smally2 img {
    width: 115.1%;
  }

  .smally3 img {
    top: -8.3%;
    left: -4.7%;
    width: 79.6%;
  }

  .lower img {
    width: 123.5%;
    top: -2.9%;
    left: -20%;
  }

  .behind img {
    top: -6.3%;
    left: -21.2%;
    width: 125.1%;
  }

  .behind2 img {
    width: 129.3%;
    top: 3.1%;
    left: -26.8%;
  }

  .portraitMiddle h2 {
    left: 47.6%;
  }

  .lefty h2 {
    top: 13.3%;
    left: 51%;
  }

  .lefty2 h2 {
    top: 1.8%;
    left: 50.8%;
  }

  .smally h2 {
    top: 7.5%;
    left: 53.6%;
  }

  .smally3 h2 {
    top: 8.8%;
    left: 50.8%;
  }

  .lower h2 {
    top: 3.6%;
    left: 47.1%;
  }

  .behind h2 {
    top: 16.2%;
    left: 56.3%;
  }

  .behind2 h2 {
    top: -3.1%;
    left: 42.1%;
  }

  .galleryMiddle h2 {
    top: 68%;
    left: 37.3%;
  }

  .umzug {
    top: 30.6%;
    left: 46.6%;
    width: 27%;
    padding: 1.3rem;
    padding-left: 2.2rem;
    border: 7px solid #e2001a;
  }

  .umzug h3 {
    font-size: 2.718rem;
    padding-bottom: 0.7rem;
  }

  .umzug p {
    font-size: 1.869rem;
    line-height: 2.6rem;
  }

  .planRight a {
    top: 73.3%;
    left: 76.3%;
  }

  .lageplan {
    top: -0.2%;
    left: -31.1%;
  }

  .lageplan img {
    width: 600px;
  }

  .upper .lageplan {
    top: 0%;
    left: -31.4%;
  }

  .upper3 .lageplan {
    top: -8.9%;
    left: -16.8%;
  }

  .upper4 .lageplan {
    top: 1.8%;
    left: -30%;
  }

  .upper5 .lageplan {
    top: 1.5%;
    left: -26.7%;
  }

  .upper6 .lageplan {
    top: 1.9%;
    left: -25.6%;
  }

  .upper7 .lageplan {
    top: -0.3%;
  }

  .upper8 .lageplan {
    top: 0;
    left: -27%;
  }

  .address {
    top: 5.5%;
    left: 11.7%;
  }

  .upper .address {
    top: 5.4%;
    left: 2.3%;
  }

  .upper3 .address-block {
    top: -4.6%;
    left: 11.4%;
  }

  .upper3 .address-block h4 {
    font-size: 1.875em;
    line-height: 2.5rem;
  }

  .upper3 .address-block :nth-child(3) {
    margin-top: 6.5%;
  }

  .upper4 .address {
    top: 7%;
    left: 7%;
  }

  .upper5 .address {
    top: 8.5%;
    left: 4.6%;
  }

  .upper6 .address {
    top: 6.9%;
    left: 8%;
  }

  .upper7 .address {
    top: 4.3%;
    left: 9.7%;
  }

  .upper8 .address {
    top: 6.3%;
    left: 10.1%;
  }

  .subtitle {
    top: 22.3%;
    left: 28.2%;
  }

  .upper .subtitle {
    top: 22.1%;
    left: 13.8%;
  }

  .upper3 .subtitle {
    top: 14%;
    left: 15.5%;
  }

  .upper4 .subtitle {
    top: 21.5%;
    left: 3%;
  }

  .filialeWrapper_desktop .portraitLeft .subtitle {
    top: 79.7%;
    left: -6.8%;
  }

  .upper6 .subtitle {
    top: 21.6%;
    left: 23.5%;
  }

  .upper7 .subtitle {
    left: 24.1%;
  }

  .upper8 .subtitle {
    top: 22.3%;
    left: 29.6%;
  }

  .btn {
    top: 73.3%;
    font-size: 1.875rem;
  }

  .pics {
    padding: 0.75rem 1.75rem;
  }

  .services {
    padding: 0.75rem 2.4rem;
  }

  .smally2 .btn {
    left: 10.8%;
  }

  .before .btn {
    top: 61.4%;
    left: 13%;
  }

  .before2 .btn {
    top: 73.3%;
    left: 11%;
  }

  .upper .btn {
    left: 73.5%;
  }

  .upper3 .btn {
    top: 73%;
    left: 76.9%;
  }

  .upper4 .btn {
    top: 73.3%;
    left: 74.8%;
  }

  .upper5 .btn {
    top: 74.6%;
    left: 74.8%;
  }

  .upper6 .btn {
    left: 74.2%;
  }

  .upper7 .btn {
    top: 73.3%;
    left: 75.5%;
  }

  .upper8 .btn {
    top: 73.3%;
    left: 75.3%;
  }

  .galleryMiddle .btn {
    top: 56.1%;
    left: 37.6%;
    padding: 0.75rem 2rem;
  }

  /* ----- MODAL ----- */
  #modal #modalSlogan,
  #modal_massschuhe #modalSlogan,
  #modal_breit #modalSlogan,
  #modal_breit2 #modalSlogan,
  #modal_zurichtungen #modalSlogan,
  #modal_einlagen #modalSlogan {
    top: -7.5%;
    width: 25.9%;
  }

  .popup {
    margin: 7.3% auto;
    padding: 55px 55px 0 55px;
    width: 38%;
  }

  #modal_massschuhe .popup,
  #modal_zurichtungen .popup,
  #modal_einlagen .popup {
    padding: 70px 0 70px 95px;
  }

  #modal_breit .popup,
  #modal_breit2 .popup {
    width: 71.5%;
    padding: 70px 0 70px 75px;
  }

  .popup .close {
    font-size: 60px;
    right: 30px;
  }

  .popup h3 {
    font-size: 2.415rem;
    text-indent: 0.75rem;
    padding-bottom: 0.5rem;
  }

  #modal_breit .popup h3 {
    font-size: 2.813rem;
    padding-bottom: 1rem;
  }

  #modal_massschuhe .popup h3,
  #modal_breit2 .popup h3,
  #modal_zurichtungen .popup h3,
  #modal_einlagen .popup h3 {
    font-size: 2.813rem;
    padding-bottom: 2rem;
  }

  #modal_breit .modal-links h3,
  #modal_breit2 .modal-links h3 {
    text-indent: 2rem;
    padding-bottom: 2rem;
  }

  #modal_breit .modal-links h3 {
    padding-bottom: 2.9rem;
  }

  #modal_breit .modal-rechts h3 {
    font-size: 2.75rem;
  }

  #modal_breit .modal-links .sub,
  #modal_breit2 .modal-links .sub {
    position: relative;
    font-size: 2.521rem;
    text-indent: 2rem;
    padding-bottom: 2rem;
  }

  .modal-rechts {
    width: 48.8%;
    padding-left: 3.8rem;
  }

  #modal_massschuhe .content h3:nth-child(3),
  #modal_breit2 .modal-rechts h3:nth-child(3),
  #modal_zurichtungen .content h3:nth-child(3),
  #modal_einlagen .content h3:nth-child(3) {
    padding: 4.6rem 0 2.2rem 0;
  }

  #modal_breit .modal-rechts h3:nth-child(3) {
    padding: 5.1rem 0 1.3rem 0;
  }

  #modal_massschuhe .content p:nth-child(5) {
    padding-top: 0.9rem;
  }

  #modal_breit .modal-rechts p:nth-child(5) {
    padding-top: 1.8rem;
  }

  #modal_breit2 .modal-rechts p {
    padding-bottom: 1rem;
  }

  #modal_breit2 .modal-rechts p:nth-child(5) {
    padding-top: 0.6rem;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.813rem;
    line-height: 2.6rem;
    padding-left: 1.7rem;
  }

  .modal-links li,
  #modal_zurichtungen li,
  #modal_einlagen li {
    padding-bottom: 0.4rem;
  }

  #modal_breit2 li {
    padding-bottom: 0.4rem;
  }

  .modal-rechts p,
  #modal_zurichtungen .popup .content p,
  #modal_einlagen .popup .content p {
    position: relative;
    left: 0;
  }

  #modal_breit2 .modal-links .sub {
    padding-bottom: 1.7rem;
  }

  #modal_breit2 .modal-rechts .sub2 {
    padding-bottom: 0.1rem;
  }

  dl {
    font-size: 1.563rem;
  }

  dt,
  dd {
    line-height: 2.6rem;
  }

  dt:last-child,
  dd:last-child {
    padding-bottom: 2.9rem;
  }

  /* ----- MODAL ENDE ----- */
  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 1.5rem;
  }

  .carousel-wrapper {
    padding-top: 1.5rem;
  }

  .carousel {
    max-width: 80%;
    padding-top: 46%;
  }

  .carousel__viewport {
    top: 1rem;
  }

  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    width: 4rem;
    height: 4rem;
  }

  .carousel::before,
  .carousel__prev {
    left: 8.4rem;
  }

  .carousel::after,
  .carousel__next {
    right: 9.2rem;
  }

  .carousel::before,
  .carousel::after {
    background-size: 3rem 3rem;
    border: 5px solid #1a171b;
  }

  .carousel img {
    width: 81.4%;
    left: 9%;
  }

  a.close {
    font-size: 72px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */
  .aktuell-Wrapper {
    max-height: 1244px;
  }

  .block-left {
    width: 30%;
  }

  .signet,
  .signet2,
  .signet3 {
    top: 5.2%;
    left: 50%;
  }

  .signet2 {
    top: 3.5%;
    left: 47%;
  }

  .schuh-links {
    top: 16.4%;
  }

  .block-middle {
    width: 40%;
  }

  .block-middle2 {
    top: -2%;
  }

  .block-middle h1 {
    font-size: 4.5rem;
    top: 5.6%;
    line-height: 5rem;
  }

  .block-middle p {
    font-size: 1.813rem;
    line-height: 2.6rem;
  }

  .zeichnung {
    top: 10.9%;
  }

  .block-middle .special {
    top: 4%;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .mehr,
  .mehr2,
  .mehr3,
  .mehr4,
  .mehr5 {
    top: 99.2%;
    left: 41.8%;
    font-size: 1.753rem;
    padding: 0.75rem 1rem;
  }

  .shoes .mehr {
    top: 98.5%;
  }

  .shoes .mehr2 {
    top: 98%;
    left: 73.7%;
  }

  .shoes .mehr3 {
    top: 98%;
  }

  .shoes .mehr4 {
    top: 100.8%;
  }

  .shoes .mehr5 {
    top: 103.5%;
    /* oder 93.5%*/
    padding: 0.65rem 1.5rem;
  }

  .portrait-big {
    top: 0%;
    left: -35%;
  }

  .block-right {
    width: 30%;
  }

  .block-right h1 {
    top: 24.3%;
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .block-right p {
    top: 26.3%;
    font-size: 1.813rem;
    line-height: 2.6rem;
  }

  .block-right p a {
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    color: #9c8657;
  }

  .moewe {
    top: 9.7%;
  }

  .block-right .service {
    top: 81.9%;
    font-size: 1.753rem;
    padding: 0.75rem 1.5rem;
  }

  .block-right .schuhe,
  .block-right .schuhe2 {
    top: 90.6%;
    left: 72.4%;
    font-size: 1.753rem;
    padding: 0.75rem 1rem;
  }

  .block-right .schuhe2 {
    top: 83%;
  }

  .shoes .hinweis {
    top: 13.8%;
  }

  .xsensible1 {
    top: 28.1%;
    left: 13.9%;
  }

  .xsensible2 {
    top: 44.5%;
    left: 27.8%;
  }

  .lilian3 {
    top: 15.6%;
  }

  .greve2 {
    left: 28.3%;
  }

  .greve4 {
    left: -16.6%;
  }

  .salamander2 {
    top: 18.2%;
  }

  .pons1 {
    top: 19.5%;
    left: 30.7%;
  }

  .natural1 {
    top: 4.7%;
  }

  .natural2 {
    top: 10%;
  }

  .birkenstock1 {
    left: 7.3%;
  }

  .birkenstock2 {
    top: 2.1%;
  }

  .think2 {
    left: -32.7%;
  }

  .panama7 {
    top: 32.2%;
  }

  .panama8 {
    top: 60.3%;
  }

  .portrait-schuh2 {
    top: -10.2%;
  }

  .portrait-schuh3 {
    top: -34.6%;
  }

  .portrait-schuh4 {
    top: -43%;
    width: 128.5%;
  }

  .portrait-schuh5 {
    top: -16%;
    left: 118.2%;
    width: 85%;
  }

  /* ----- LOGO POSITIONS ----- */

  .shoes .signet3 {
    top: 17.7%;
    left: 10.6%;
  }

  .xsensible {
    top: 38.4%;
    left: 33.7%;
  }

  .lilian {
    top: 10.6%;
  }

  .greve {
    left: 11.7%;
    width: 24%;
  }

  .pons {
    top: 31.2%;
    left: 25.3%;
  }

  .natural {
    left: -11.1%;
  }

  .berkemann {
    top: 25.5%;
  }

  .think {
    top: 14.3%;
  }

  .panama {
    left: 29.3%;
  }

  .footnotes {
    left: -36%;
  }

  .hassia {
    left: 24.9%;
  }

  /* ----- LOGO POSITIONS ENDE ----- */

  /* ----- BRANDAKTUELL ENDE ----- */

  /* ----- ÜBER UNS ----- */

  .aktuell-Wrapper2_desktop .block-left {
    left: 6.7%;
    width: 31.3%;
  }

  .aktuell-Wrapper2_desktop .block-left img {
    left: 3.9%;
    width: 113.5%;
  }

  .aktuell-Wrapper2_desktop .block-middle {
    width: 50%;
  }

  .portrait-big_isabel {
    top: -5.1%;
    left: -77.7%;
    width: 186.4%;
  }

  .aktuell-Wrapper2_desktop .block-middle h2 {
    top: 19.5%;
    left: 61.3%;
    font-size: 2.5rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 {
    top: 27%;
    left: 0%;
    width: 35.9%;
  }

  .aktuell-Wrapper2_desktop .block-right2 .moewe2 {
    top: -13.5%;
    left: 25.3%;
    width: 48%;
  }

  .aktuell-Wrapper2_desktop .block-right2 h1 {
    top: -9.8%;
    left: -8.2%;
    font-size: 4.5rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 .address {
    top: -6.6%;
    left: -8.2%;
    line-height: 2.7rem;
    font-size: 1.813rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 .subtitle {
    top: 113.5%;
    left: -2%;
    font-size: 1.625rem;
  }

  .aktuell-Wrapper2_desktop .block-addresses {
    top: 0.4%;
    left: -8.2%;
    font-size: 1.813rem;
    width: 89%;
  }

  .inner-block-left p,
  .inner-block-right p {
    padding-bottom: 2.75rem;
  }

  .impressum-Wrapper {
    margin: 10.1% 18.4%;
    max-height: 895px;
  }

  .impressum-Wrapper h1 {
    font-size: 4.5rem;
    padding-bottom: 0.3rem;
  }

  .impressum-Wrapper h3,
  .impressum-Wrapper p {
    font-size: 1.75rem;
  }

  .impressum-Wrapper h3 {
    padding-top: 3.15rem;
  }

  .impressum-Wrapper p {
    line-height: 2.45rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
  }

  .impressum-Wrapper .block-right {
    width: 61.6%;
    left: 0.6%;
    padding-top: 5.9rem;
  }

  .peanuts {
    height: 34.9%;
  }

  .peanuts img {
    top: -36%;
    width: 46.3%;
  }

  .uns-Wrapper {
    top: 18.2%;
    max-height: 530px;
  }

  .special-h1 {
    font-size: 4.5rem;
  }

  .uns-Wrapper .portraitMiddle img {
    top: 12.9%;
    left: -1.6%;
  }

  .uns-Wrapper .portraitMiddle h2 {
    top: 110%;
    font-size: 2.5rem;
  }

  .baum {
    top: 54%;
  }

  .subtext {
    top: 543%;
    left: 3.2%;
    width: 104.1%;
  }

  .subtext p {
    font-size: 1.75rem;
    width: 47.5%;
    line-height: 2.5rem;
  }

  .subtext .special-text {
    font-size: 1.563rem;
    line-height: 2rem;
    width: 30%;
    padding-right: 8%;
    padding-top: 0.3%;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

/* ################################################################################################################################### */

@media only screen and (max-width: 1194px) and (orientation: landscape) {
  #grid {
    background-image: url("../img/Grid1194x834.png");
    width: 1194px;
    height: 834px;
    top: -90px;
  }

  #kartenmichel {
    top: 85px;
    left: 45px;
    width: 87%;
  }

  .btn-toggle-nav {
    top: 0px;
    left: 71px;
    width: 55px;
    height: 55px;
  }

  #logo-bild {
    top: 5px;
    right: 67px;
    height: 38px;
    width: 38px;
  }

  /* ----- BURGER MENU ----- */

  .btn-toggle-nav,
  #logo-bild {
    display: none;
  }

  .btn-toggle-mobile {
    display: block;
    position: fixed;
    top: 35px;
    right: unset;
    left: 1048px;
    width: 50px;
    height: 50px;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    z-index: 8;
  }

  .logo-bild-mobile {
    display: block;
    position: fixed;
    top: 45px;
    left: 105px;
    height: 35px;
    width: 35px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 8;
    color: transparent;
  }

  /* ----- BURGER MENU ENDE ----- */

  /* ----- HEADER ------ */
  header {
    display: none;
  }

  /* ----- HEADER ENDE ----- */

  /* ----- SIDEBAR NAV ----- */
  .nav-sidebar ul {
    padding-top: 35px;
  }

  .nav-sidebar li {
    line-height: 52px;
  }

  .nav-sidebar #close img {
    width: 20px;
  }

  .nav-sidebar a {
    height: 52px;
    font-size: 1.375rem;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.07rem;
  }

  .nav-sidebar .gross {
    margin: 20px 0;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #helfen {
    top: 183px;
    left: 120px;
  }

  #helfen h1 {
    font-size: 3.125rem;
  }

  #btn-aktuell {
    top: 522px;
    left: 934px;
    right: unset;
  }

  #btn-aktuell img {
    width: 179px;
  }

  .bounceRight {
    animation: none;
  }

  #btn-eroeffnung {
    top: 438px;
    left: 4px;
  }

  #btn-eroeffnung img {
    width: 200px;
  }

  #arr-dwn {
    display: none;
  }

  /* #arr-dwn img {
    width: 27px;
  } */

  /* h1 {
    font-size: 3rem;
  } */

  /* ----- KATEGORIEN ----- */

  #div-0,
  #div-1,
  #div-2,
  #div-3,
  #div-4,
  #div-5,
  #div-6,
  #div-7 {
    width: 1194px;
  }

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 2.625rem;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 1.75rem;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  #div-0 {
    height: 745px;
  }

  #div-1 {
    top: 745px;
    height: 1580px;
  }

  .section_1 h1 {
    top: 135px;
    left: 145px;
  }

  .werkstatt {
    top: 65px;
    left: 505px;
  }

  .tisch {
    top: 364px;
    left: 85px;
    width: 46.4%;
  }

  .section_1 div {
    top: 392px;
    left: 677px;
  }

  .section_1 div p {
    padding-top: 0.8rem;
  }

  .section_1 div img {
    top: 366px;
    left: 277px;
    width: 34%;
  }

  .section_1 .kat {
    top: 327px;
    left: 115px;
  }

  .section_2 h1 {
    top: 882px;
    left: 720px;
  }

  .section_2 h1 span {
    letter-spacing: 3.8rem;
  }

  .rezept {
    top: 985px;
    left: 157px;
  }

  .leisten {
    top: -116px;
    left: 67px;
    width: 37.6%;
  }

  .section_2 h2 {
    text-indent: 0;
    padding-bottom: 0.5rem;
  }

  .section_2 ul {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  .section_2 li {
    padding-top: 1rem;
  }

  .beratung {
    display: none;
  }

  .beratung_tablet2 {
    display: block;
    top: 990px;
    right: 0;
    width: 51.3%;
  }

  .btn.anteil {
    top: 465px;
    left: 105px;
    padding: 0.5rem 1rem;
  }

  .btn.ablauf {
    top: 1007px;
    left: 896px;
  }

  #div-2 {
    top: 2330px;
    height: 834px;
  }

  .zurichtungen-links h1 {
    padding: 2.7rem 0 0 5.3rem;
  }

  .zurichtungen-links p {
    left: 0;
    padding-left: 140px;
    width: 100%;
  }

  .p-up {
    top: 2%;
  }

  .zurichtungen-links img {
    top: 265px;
    left: 148px;
    width: 31.6%;
  }

  .zurichtungen-links h2 {
    position: relative;
    top: 326px;
    padding-left: 72px;
    text-align: center;
  }

  .p-dwn {
    top: 342px;
  }

  .btn.ablauf2 {
    top: 750px;
    left: 235px;
    padding: 0.5rem 1rem;
  }

  .zurichtungen-rechts h1 {
    top: 69px;
    left: 0;
    padding-left: 63px;
  }

  .zurichtungen-rechts h2 {
    top: 64px;
    left: 0;
    padding-left: 61px;
  }

  .zurichtungen-rechts p {
    top: 99px;
    left: 0;
    padding-left: 61px;
    padding-bottom: 2rem;
  }

  .btn.mehr-hell {
    top: 555px;
    left: 659px;
    padding: 0.5rem 1rem;
  }

  .img-zurichtungen {
    display: none;
  }

  .zurichtungen-rechts .img-zurichtungen_tablet2 {
    display: block;
  }

  .zurichtungen-rechts img {
    top: 0;
    right: 0;
    width: 33%;
  }

  #div-3 {
    top: 3164px;
    background-color: #ebebeb;
  }

  #div-3 h1 {
    top: 266px;
    left: 0;
    padding-left: 154px;
  }

  #div-3 h2 {
    top: -73px;
    left: 0;
    padding-left: 151px;
  }

  #div-3 .axel {
    left: 352px;
    width: 56.5%;
  }

  #div-3 .gabel {
    top: 371px;
    left: 755px;
    width: 14.6%;
  }

  .einlagen-text {
    top: 226px;
    left: 149px;
    width: 74.8%;
  }

  .einlagen-rechts {
    display: none;
  }

  .btn.ablauf3,
  .btn.mehr6 {
    top: 230px;
    padding: 0.5rem 0.75rem;
  }

  .btn.ablauf3 {
    left: 90px;
  }

  .btn.mehr6 {
    left: 615px;
  }

  /* .einlagen-rechts .einlage1 {
    top: 52.2%;
    width: 56.8%;
  }

  .einlagen-rechts .einlage3 {
    top: 129.2%;
  } */

  #div-4 {
    top: 4000px;
    height: 810px;
    background-position: -246px -67px;
    background-repeat: no-repeat;
    background-size: 131%;
  }

  #div-4 h1 {
    top: 42px;
    left: 153px;
    text-shadow: 1px 1px 2px #000;
  }

  #div-4 div {
    top: 365px;
    left: 695px;
    width: 31.3%;
    height: 35.2%;
    padding: unset;
    padding-bottom: unset;
  }

  #div-4 h2 {
    padding: 1rem 0 0.9rem 0;
    padding-bottom: unset;
  }

  #div-4 div p {
    padding: 1rem 0 1rem 2rem;
  }

  .btn.analyse {
    top: 720px;
    left: 815px;
  }

  #div-5 {
    top: 4810px;
    height: 765px;
    background-color: #ebebeb;
  }

  #div-5 h1 {
    top: 527px;
    left: 192px;
  }

  #div-5 h1.desktop_only {
    display: none;
  }

  /* .jana {
    display: none;
  } */

  .jana img {
    display: block;
    top: -18px;
    width: 60.4%;
  }

  .jana p {
    display: none;
  }

  .jana .mehr7 {
    display: none;
  }

  .jana_tablet {
    display: block;
  }

  .jana_tablet p {
    position: absolute;
    top: 62px;
    width: 1004px;
    text-align: right;
    z-index: 2;
  }

  .btn.mehr7 {
    top: 310px;
    left: 702px;
    padding: 0.5rem 1rem;
  }

  .lilian-divan {
    display: none;
  }

  .lilian-divan2 {
    display: block;
    top: 150px;
    right: 0;
    width: 44.5%;
  }

  #div-6 {
    top: 5576px;
    height: 747px;
  }

  #div-6 h1.desktop_only {
    display: none;
  }

  #div-6 h1.tablet_only2 {
    display: block;
    top: 81px;
    left: 490px;
  }

  #div-6 .schuh-text {
    top: 162px;
    left: 140px;
    width: 30%;
  }

  #div-6 .schuh-text img {
    top: -130px;
    left: 83px;
    width: 31.6%;
  }

  #div-6 .schuh-text p {
    padding-bottom: 2rem;
  }

  .gruppe {
    display: none;
  }

  .gruppe_tablet {
    display: block;
    top: 170px;
    left: 490px;
    width: 47.1%;
  }

  .btn.genehmigung {
    top: 485px;
    left: 73px;
    padding: 0.5rem 1rem;
  }

  .btn.mehr8 {
    top: 647px;
    left: 869px;
    padding: 0.5rem 1rem;
  }

  #div-7 {
    top: 6327px;
    height: 1192px;
  }

  .reparatur-links {
    top: 83px;
    left: 140px;
    width: 40%;
  }

  .reparatur-links h1 {
    padding-bottom: 2rem;
  }

  .reparatur-links img {
    top: 360px;
    left: -9px;
    width: 77.9%;
  }

  .mensch {
    top: 27px;
    left: 590px;
    width: 46.2%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop {
    top: 137px;
    left: 59px;
    height: 610px;
    width: 1075px;
  }

  .filialeWrapper_desktop h1 {
    top: 278px;
    left: 0;
    font-size: 2.875rem;
  }

  .filialeWrapper_desktop h2 {
    top: -65px;
    font-size: 2.25rem;
  }

  .filialeWrapper_desktop p {
    font-size: 1.25rem;
    line-height: 1.6rem;
    width: 260px;
  }

  .filialeWrapper_desktop p.subtitle {
    top: 536px;
    left: 847px;
    font-size: 1.125rem;
    font-style: normal;
    width: 270px;
  }

  .galleryLeft {
    width: 69%;
  }

  .galleryMiddle {
    width: 78%;
  }

  .biggy {
    width: 84%;
  }

  .before {
    width: 120%;
  }

  .before2 {
    width: 92.7%;
  }

  .galleryLeft img {
    width: 131.1%;
    /* height: auto; */
  }

  .stralsund img {
    width: 132.6%;
  }

  .before img {
    width: 117.8%;
  }

  .before2 img {
    position: absolute;
    top: -14px;
    width: 143.8%;
  }

  .galleryMiddle img {
    top: 25px;
    left: -117px;
    width: 118.4%;
  }

  .galleryLeft a {
    top: 443px;
    left: 24px;
    font-size: 1.328rem;
    padding: 0.5rem 1rem;
  }

  .galleryMiddle h1 {
    top: -65px;
    left: 260px;
  }

  .galleryMiddle h1.desktop_only,
  .stralsund h1.desktop_only,
  .before2 h1.desktop_only {
    display: none;
  }

  .galleryMiddle h1.tablet_only,
  .stralsund h1.tablet_only,
  .before2 h1.tablet_only {
    display: block;
  }

  .before2 h1.tablet_only {
    top: 266px;
  }

  .biggy h1 {
    /* left: 6.8%; */
    width: 110%;
  }

  .portraitLeft img {
    top: -17px;
    left: -243px;
    width: 159.5%;
  }

  .portraitMiddle img {
    top: 15px;
    left: -22px;
    width: 145.4%;
  }

  .lefty img {
    top: -38px;
    left: -79px;
    width: 150.1%;
  }

  .lefty2 img {
    top: -37px;
    left: -115px;
    width: 158.6%;
  }

  .smally img {
    width: 92.4%;
    top: -7.3%;
    left: -2.9%;
  }

  .smally2 img {
    width: 125.6%;
  }

  .smally3 img {
    top: 6px;
    left: 17px;
    width: 112.9%;
  }

  .lower img {
    top: 40px;
    left: -76px;
    width: 169.1%;
  }

  .behind img {
    top: 30px;
    left: -179px;
    width: 212.1%;
  }

  .behind2 img {
    top: 54px;
    left: -142px;
    width: 187.1%;
  }

  .biggy img {
    width: 123.5%;
  }

  .portraitMiddle h2 {
    top: -65px;
    left: 416px;
  }

  .portraitMiddle h2.desktop_only {
    display: none;
  }

  .portraitMiddle h2.tablet_only {
    display: block;
  }

  .lefty h2 {
    top: -97px;
    left: 427px;
  }

  .lefty2 h2 {
    top: -98px;
    left: 164px;
  }

  .smally h2 {
    top: -65px;
    left: 53.6%;
  }

  .smally3 h2 {
    top: -70px;
    left: 448px;
  }

  .lower h2 {
    top: -96px;
    left: 415px;
  }

  .behind h2 {
    top: -65px;
    left: 438px;
  }

  .behind2 h2 {
    top: -5px;
    left: 410px;
  }

  .galleryMiddle h2 {
    top: 393px;
    left: 385px;
  }

  .umzug {
    top: 240px;
    left: 438px;
    width: 36%;
    height: 170px;
    padding: 1rem 0 1rem 1.7rem;
    border: 5px solid #e2001a;
  }

  .umzug h3 {
    font-size: 1.818rem;
    padding-bottom: 0.7rem;
  }

  .umzug p {
    font-size: 1.25rem;
    line-height: 1.8rem;
    width: 355px;
  }

  .planRight a {
    top: 443px;
    left: 890px;
    font-size: 1.328rem;
    padding: 0.5rem 1rem;
  }

  .lageplan {
    top: -17px;
    left: -17px;
  }

  .lageplan img {
    width: 393px;
  }

  .upper .lageplan {
    top: -18px;
    left: -4px;
  }

  .upper .lageplan img {
    width: 393px;
  }

  .upper3 .lageplan {
    top: -56px;
    left: 40px;
  }

  .upper3 .lageplan img {
    width: 393px;
  }

  .upper4 .lageplan {
    top: -34px;
    left: -5px;
  }

  .upper4 .lageplan img {
    width: 393px;
  }

  .upper5 .lageplan {
    top: 43px;
    left: -22px;
  }

  .upper5 .lageplan img {
    width: 393px;
  }

  .upper6 .lageplan {
    top: -18px;
    left: -17px;
  }

  .upper6 .lageplan img {
    width: 393px;
  }

  .upper7 .lageplan {
    top: -18px;
    left: -17px;
  }

  .upper7 .lageplan img {
    width: 393px;
  }

  .upper8 .lageplan {
    top: -20px;
    left: -16px;
  }

  .upper8 .lageplan img {
    width: 393px;
  }

  .address {
    top: -14px;
    left: 193px;
  }

  .upper .address {
    top: 0;
    left: 127px;
  }

  .upper3 .address-block {
    top: -24px;
    left: 157px;
    width: 250px;
  }

  .upper3 .address-block h4 {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .upper3 .address-block p {
    line-height: 1.6rem;
  }

  .upper4 .address {
    top: -34px;
    left: 159px;
  }

  .upper5 .address {
    top: 79px;
    left: 70px;
  }

  .upper6 .address {
    top: -14px;
    left: 158px;
  }

  .upper7 .address {
    top: -14px;
    left: 190px;
    width: 210px;
  }

  .upper8 .address {
    top: -14px;
    left: 158px;
  }

  .subtitle {
    top: 17.5%;
    left: 32%;
    font-size: 0.875rem;
  }

  .upper .subtitle {
    top: 17.5%;
    left: 20%;
    font-size: 0.875rem;
  }

  .filialeWrapper_desktop .upper3 .subtitle {
    display: none;
  }

  .filialeWrapper_desktop .upper.upper7 p.subtitle {
    left: 835px;
  }

  .filialeWrapper_desktop .upper3 .subtitle_tablet {
    display: block;
    position: absolute;
    top: -20px;
    left: 437px;
    font-size: 1.125rem;
    color: #bdad93;
  }

  .upper3 .subtitle_tablet span {
    font-style: italic;
  }

  .filialeWrapper_desktop .upper4 .subtitle {
    top: 536px;
    left: 890px;
    width: 125px;
  }

  .filialeWrapper_desktop .portraitLeft .subtitle {
    display: none;
  }

  .filialeWrapper_desktop .galleryMiddle .subtitle {
    display: block;
    top: 564px;
    left: 384px;
  }

  .upper6 .subtitle {
    top: 14.1%;
    left: 24.8%;
  }

  .upper7 .subtitle {
    left: 28%;
  }

  .upper8 .subtitle {
    top: 17.6%;
    left: 31.6%;
  }

  .btn {
    top: 75.1%;
    font-size: 1.188rem;
  }

  .pics {
    padding: 0.5rem 0.75rem;
  }

  .services {
    padding: 0.5rem 1.2rem;
  }

  .before .btn {
    top: 64%;
    left: 10%;
  }

  .before2 .btn {
    top: 431px;
    left: 0;
  }

  .upper .btn {
    left: 820px;
  }

  .upper3 .btn {
    top: 505px;
    left: 855px;
  }

  .upper4 .btn {
    top: 431px;
    left: 870px;
  }

  .upper5 .btn {
    top: 524px;
    left: 764px;
  }

  .upper6 .btn {
    left: 855px;
  }

  .upper7 .btn {
    top: 443px;
    left: 870px;
  }

  .upper8 .btn {
    left: 855px;
  }

  .galleryMiddle .btn {
    top: 318px;
    left: 385px;
    font-size: 1.328rem;
    padding: 0.5rem 1rem;
  }

  /* ----- FILIALEN ENDE ----- */

  /* ----- MODAL ----- */
  #modal #modalSlogan,
  #modal_massschuhe #modalSlogan,
  #modal_breit #modalSlogan,
  #modal_breit2 #modalSlogan,
  #modal_zurichtungen #modalSlogan,
  #modal_einlagen #modalSlogan {
    top: -10%;
    width: 40%;
  }

  .popup {
    margin: 100px auto;
    padding: 30px 30px 0 30px;
    width: 50%;
  }

  #modal_massschuhe .popup,
  #modal_zurichtungen .popup,
  #modal_einlagen .popup {
    padding: 30px 0 30px 48px;
  }

  #modal_breit .popup,
  #modal_breit2 .popup {
    margin: 150px auto;
    width: 93%;
    padding: 30px 0 30px 38px;
  }

  .popup .close {
    font-size: 40px;
    right: 25px;
  }

  #modal p,
  #modal_massschuhe p,
  #modal_breit p,
  #modal_breit2 p,
  #modal_zurichtungen p,
  #modal_einlagen p {
    font-size: 1.125rem;
  }

  .popup h3 {
    font-size: 1.688rem;
    text-indent: 0.75rem;
    padding-bottom: 0.5rem;
  }

  #modal_breit .popup h3 {
    padding-bottom: 1rem;
  }

  #modal_massschuhe .popup h3,
  #modal_breit2 .popup h3,
  #modal_zurichtungen .popup h3,
  #modal_einlagen .popup h3 {
    padding-bottom: 1rem;
  }

  #modal_breit .modal-links h3,
  #modal_breit2 .modal-links h3 {
    text-indent: 1.2rem;
    padding-bottom: 2rem;
  }

  #modal_breit .modal-links h3 {
    padding-bottom: 1.8rem;
  }

  #modal_breit .modal-rechts h3 {
    font-size: 1.739rem;
  }

  #modal_breit .modal-links .sub,
  #modal_breit2 .modal-links .sub {
    font-size: 1.5rem;
    text-indent: 0;
    padding-left: 1.1rem;
    padding-bottom: 0.9rem;
  }

  .modal-links {
    width: 48.3%;
    padding-left: 0;
  }

  .modal-rechts {
    width: 48.8%;
    padding-left: 3.7rem;
  }

  #modal_massschuhe .content h3:nth-child(3),
  #modal_breit .modal-rechts h3:nth-child(3),
  #modal_breit2 .modal-rechts h3:nth-child(3),
  #modal_zurichtungen .content h3:nth-child(3),
  #modal_einlagen .content h3:nth-child(3) {
    padding: 2rem 0 0.9rem 0;
  }

  #modal_massschuhe .content p:nth-child(5),
  #modal_breit .modal-rechts p:nth-child(5) {
    padding-top: 0.9rem;
  }

  #modal_breit2 .modal-rechts p {
    padding-bottom: 1rem;
  }

  #modal_breit2 .modal-rechts p:nth-child(5) {
    padding-top: 0.8rem;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.125rem;
    padding-left: 1.1rem;
  }

  .modal-links li,
  #modal_zurichtungen li,
  #modal_einlagen li {
    padding-bottom: 0.45rem;
  }

  #modal_breit2 li {
    padding-bottom: 0.45rem;
  }

  .modal-rechts p,
  #modal_zurichtungen .popup .content p,
  #modal_einlagen .popup .content p {
    top: 0;
    left: 0;
  }

  #div-2 .modal-rechts p {
    padding-left: 0;
  }

  #modal_breit2 .modal-links .sub {
    padding-bottom: 1.7rem;
  }

  #modal_breit2 .modal-rechts .sub2 {
    padding-bottom: 0.1rem;
  }

  dl {
    font-size: 1rem;
  }

  dt,
  dd {
    line-height: 1.6rem;
  }

  dt:last-child,
  dd:last-child {
    padding-bottom: 1.5rem;
  }

  /* ----- MODAL ENDE ----- */
  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    padding-top: 4.5rem;
  }

  .carousel {
    max-width: 100%;
    padding-top: 56%;
  }

  .carousel__viewport {
    top: 1rem;
  }

  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    width: 3rem;
    height: 3rem;
  }

  .carousel::before,
  .carousel__prev {
    left: 4.8rem;
  }

  .carousel::after,
  .carousel__next {
    right: 5.3rem;
  }

  .carousel::before,
  .carousel::after {
    background-size: 1.5rem 1.5rem;
    border: 4px solid #1a171b;
  }

  .carousel img {
    width: 81.4%;
    left: 9%;
  }

  a.close {
    font-size: 50px;
    top: 10px;
    right: 50px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */
  .aktuell-Wrapper {
    max-height: 720px;
  }

  .schuhe {
    max-height: 630px;
  }

  .block-left {
    width: 30%;
  }

  .signet,
  .signet2,
  .signet3 {
    top: 110px;
    left: 82px;
    width: 11%;
  }

  .schuh-links {
    top: 359px;
    left: 90px;
    width: 34.9%;
  }

  .block-middle {
    width: 40%;
  }

  .block-middle2 {
    top: -2%;
  }

  .block-middle h1 {
    top: 147px;
    left: 438px;
    font-size: 2.625rem;
    line-height: 3rem;
  }

  .block-middle p {
    top: 266px;
    left: 437px;
    font-size: 1.25rem;
  }

  .zeichnung {
    top: 372px;
    left: 352px;
    width: 40.9%;
  }

  .block-middle .special {
    top: 624px;
    left: 502px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .mehr,
  .mehr2,
  .mehr3,
  .mehr4,
  .mehr5 {
    top: 743px;
    left: 482px;
    font-size: 1.188rem;
    padding: 0.5rem 0.75rem;
  }

  .shoes .mehr {
    top: 661px;
    left: 704px;
  }

  .shoes .mehr2 {
    top: 699px;
    left: 884px;
  }

  .shoes .mehr3 {
    top: 720px;
    left: 564px;
  }

  .shoes .mehr4 {
    top: 732px;
    left: 684px;
  }

  .shoes .mehr5 {
    top: 736px;
    left: 630px;
  }

  .portrait-big {
    top: 162px;
    left: 130px;
    width: 68.1%;
  }

  .block-right {
    width: 30%;
  }

  .block-right h1 {
    top: 230px;
    left: 767px;
    font-size: 2.625rem;
    line-height: 3rem;
  }

  .block-right p {
    top: 350px;
    left: 770px;
    font-size: 1.25rem;
  }

  .block-right p a {
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    color: #9c8657;
  }

  .moewe {
    top: 130px;
    left: 842px;
    width: 18.8%;
  }

  .schuh-rechts {
    top: 422px;
    left: 711px;
    width: 38%;
  }

  .block-right .service {
    top: 558px;
    left: 814px;
    font-size: 1.188rem;
    padding: 0.5rem 0.8rem;
  }

  .block-right .schuhe,
  .block-right .schuhe2 {
    top: 632px;
    left: 814px;
    font-size: 1.188rem;
    padding: 0.5rem;
  }

  .block-right .schuhe2 {
    top: 590px;
    left: 863px;
  }

  .aktuell-Wrapper.schuhe img {
    position: absolute;
    height: auto;
  }

  .shoes .hinweis {
    top: 625px;
    left: 562px;
  }

  .xsensible1 {
    top: 393px;
    left: 67px;
    width: 18.4%;
  }

  .xsensible2 {
    top: 665px;
    left: 118px;
    width: 18%;
    z-index: 2;
  }

  .lilian1 {
    top: 157px;
    left: 747px;
    width: 19.9%;
  }

  .lilian2 {
    top: 362px;
    left: 899px;
    width: 19.8%;
  }

  .lilian3 {
    top: 612px;
    left: 874px;
    width: 19.7%;
  }

  .greve1 {
    top: 166px;
    left: 270px;
    width: 21.8%;
    z-index: 2;
  }

  .greve2 {
    top: 412px;
    left: 107px;
    width: 26.3%;
    z-index: 2;
  }

  .greve3 {
    top: 577px;
    left: 238px;
    width: 9.4%;
  }

  .greve4 {
    top: 598px;
    left: 64px;
    width: 17.6%;
  }

  .salamander1 {
    top: 200px;
    left: 854px;
    width: 18.9%;
  }

  .salamander2 {
    top: 383px;
    left: 809px;
    width: 18.9%;
  }

  .salamander3 {
    top: 532px;
    left: 900px;
    width: 18.9%;
  }

  .pons1 {
    top: 280px;
    left: 162px;
    width: 18.4%;
  }

  .pons2 {
    top: 464px;
    left: 71px;
    width: 37.4%;
  }

  .pons3 {
    top: 153px;
    left: 430px;
    width: 20.8%;
  }

  .pons4 {
    top: 374px;
    left: 558px;
    width: 18.2%;
  }

  .pons5 {
    top: 519px;
    left: 476px;
    width: 18.7%;
  }

  .natural1 {
    top: 154px;
    left: 891px;
    width: 15.3%;
  }

  .natural2 {
    top: 308px;
    left: 795px;
    width: 16.5%;
  }

  .natural3 {
    top: 493px;
    left: 780px;
    width: 17.3%;
  }

  .berkemann1 {
    top: 292px;
    left: 62px;
    width: 15.7%;
  }

  .berkemann2 {
    top: 489px;
    left: 232px;
    width: 16.2%;
  }

  .lowa1 {
    top: 187px;
    left: 263px;
    width: 20.4%;
    /* z-index: 4; */
  }

  .lowa2 {
    top: 91px;
    left: 564px;
    width: 20.6%;
    /* z-index: 3; */
  }

  .lowa3 {
    top: 354px;
    left: 366px;
    width: 21.1%;
    /* z-index: 2; */
  }

  .birkenstock1 {
    top: 537px;
    left: 691px;
    width: 16.3%;
  }

  .birkenstock2 {
    top: 640px;
    left: 438px;
    width: 16.5%;
  }

  .birkenstock3 {
    top: 650px;
    left: 920px;
    width: 16.5%;
  }

  .think1 {
    top: 194px;
    left: 869px;
    width: 16.7%;
  }

  .think2 {
    top: 357px;
    left: 682px;
    width: 17.3%;
  }

  .think3 {
    top: 409px;
    left: 898px;
    width: 17.4%;
  }

  .panama1 {
    left: 264px;
    top: 164px;
    width: 19.1%;
    /* z-index: 3; */
  }

  .panama2 {
    top: 274px;
    left: 86px;
    width: 18.3%;
    /* z-index: 3; */
  }

  .panama3 {
    top: 446px;
    left: 117px;
    width: 18.6%;
    /* z-index: 4; */
  }

  .panama4 {
    top: 628px;
    left: 68px;
    width: 18.2%;
  }

  .panama5 {
    top: 120px;
    left: 555px;
    width: 18.7%;
    /* z-index: 4; */
  }

  .panama6 {
    top: 293px;
    left: 513px;
    width: 18.1%;
    /* z-index: 3; */
  }

  .panama7 {
    top: 462px;
    left: 433px;
    width: 19%;
  }

  .panama8 {
    top: 686px;
    left: 341px;
    width: 18.7%;
  }

  .footnotes1 {
    top: 134px;
    left: 879px;
    width: 18.5%;
    /* z-index: 2; */
  }

  .footnotes2 {
    top: 287px;
    left: 790px;
    width: 18.5%;
  }

  .footnotes3 {
    top: 465px;
    left: 748px;
    width: 19.7%;
  }

  /* LILIAN TUSSI */
  .portrait-schuh {
    top: 102px;
    left: 317px;
    width: 47%;
  }

  /* GREVE TYP */
  .portrait-schuh2 {
    top: 97px;
    left: 295px;
    width: 45.9%;
  }

  .portrait-schuh3,
  .portrait-schuh5 {
    display: none;
  }

  /* SPANIERIN */
  .portrait-schuh3_tablet {
    display: block;
    top: 287px;
    right: 0;
    width: 35.7%;
  }

  /* BERKEMANN MAUER */
  .portrait-schuh4 {
    top: 196px;
    left: -45px;
    width: 36.9%;
  }

  /* HASSIA TREPPENFRAU */
  .portrait-schuh5_tablet {
    display: block;
    top: 297px;
    right: 0;
    width: 26.4%;
  }

  /* ----- LOGO POSITIONS ----- */

  .shoes .signet3,
  .shoes .signet3.signet3_2,
  .shoes .signet3.signet3_3,
  .shoes .signet3.signet3_4 {
    top: 146px;
    left: 83px;
    width: 11%;
  }

  /* .shoes .signet3.signet3_2 {
    top: 146px;
    left: 83px;
    width: 11%;
  } */

  .xsensible {
    top: 567px;
    left: 139px;
    width: 180px;
  }

  .lilian {
    top: 172px;
    left: 526px;
    width: 161px;
  }

  .greve {
    top: 360px;
    left: 419px;
    width: 106px;
  }

  .salamander {
    top: 324px;
    left: 858px;
    width: 154px;
  }

  .pons {
    top: 410px;
    left: 357px;
    width: 123px;
    z-index: 2;
  }

  .natural {
    top: 420px;
    left: 956px;
    width: 97px;
  }

  .berkemann {
    top: 441px;
    left: 113px;
    width: 124px;
  }

  .lowa {
    top: 318px;
    left: 556px;
    width: 95px;
  }

  .think {
    top: 332px;
    left: 939px;
    width: 86px;
  }

  .birkenstock {
    top: 584px;
    left: 541px;
    width: 104px;
  }

  .panama {
    top: 340px;
    left: 355px;
    width: 122px;
  }

  .footnotes {
    top: 455px;
    left: 905px;
    width: 121px;
  }

  .hassia {
    top: 637px;
    left: 934px;
    width: 83px;
  }

  /* ----- LOGO POSITIONS ENDE ----- */

  /* ----- BRANDAKTUELL ENDE ----- */

  /* ----- ÜBER UNS ----- */

  .aktuell-Wrapper2_desktop {
    display: flex;
    margin: 100px auto 0 auto;
    width: 95%;
    max-height: 930px;
  }

  .aktuell-Wrapper2_desktop .block-left {
    left: 6.7%;
    width: 31.3%;
  }

  .aktuell-Wrapper2_desktop .block-left img {
    top: 110px;
    left: -35px;
    width: 116%;
  }

  .aktuell-Wrapper2_desktop .block-left .moewe_tablet {
    display: block;
    top: -239px;
    left: 71px;
    width: 56%;
  }

  .aktuell-Wrapper2_desktop .block-left h2 {
    display: block;
    position: absolute;
    top: 373px;
    left: 56px;
    font-size: 1.813rem;
  }

  .aktuell-Wrapper2_desktop .block-middle {
    width: 50%;
  }

  .portrait-big_isabel {
    top: 139px;
    left: -448px;
    width: 192%;
  }

  .aktuell-Wrapper2_desktop .block-middle h2 {
    display: none;
  }

  .aktuell-Wrapper2_desktop .block-right2 {
    top: 73px;
    left: 0;
    width: 35.9%;
  }

  .aktuell-Wrapper2_desktop .block-right2 .moewe2 {
    display: none;
  }

  .aktuell-Wrapper2_desktop .block-right2 h1 {
    top: 0;
    left: -128px;
    font-size: 2.625rem;
  }

  .aktuell-Wrapper2_desktop .block-right2 .address {
    top: 24px;
    left: -128px;
    line-height: 1.6rem;
    font-size: 1.25rem;
    width: 120%;
  }

  .aktuell-Wrapper2_desktop .block-addresses {
    top: 50px;
    left: -128px;
    font-size: 1.25rem;
    width: 123%;
  }

  .aktuell-Wrapper2_desktop .block-right2 .subtitle {
    top: 610px;
    left: -128px;
    font-size: 1.125rem;
  }

  .inner-block-left p,
  .inner-block-right p {
    padding-bottom: 1.4rem;
    font-weight: 300;
  }

  .impressum-Wrapper {
    margin: 9.7% 9.9%;
    width: 83.5%;
    max-height: 530px;
  }

  .impressum-Wrapper h1 {
    font-size: 2.625rem;
    padding-bottom: 1.9rem;
  }

  .impressum-Wrapper h3,
  .impressum-Wrapper p {
    font-size: 1.125rem;
  }

  .impressum-Wrapper h3 {
    padding-top: 0.85rem;
  }

  .impressum-Wrapper p {
    line-height: 1.5rem;
    padding-bottom: 0.7rem;
  }

  .impressum-Wrapper .block-left {
    width: 48.1%;
  }

  .impressum-Wrapper .block-right {
    left: 18px;
    width: 61.4%;
    padding-top: 5rem;
  }

  .peanuts {
    height: 37.1%;
  }

  .peanuts img {
    position: absolute;
    top: 61px;
    left: 257px;
    width: 47.1%;
  }

  .uns-Wrapper {
    top: 104px;
    left: 88px;
    width: 85.5%;
    max-height: 530px;
  }

  .special-h1 {
    position: absolute;
    left: 55px;
    font-size: 2.438rem;
  }

  .uns-Wrapper .portraitMiddle img {
    top: 33px;
    left: 46px;
    width: 44.1%;
  }

  .uns-Wrapper .portraitMiddle h2 {
    top: 80px;
    left: 464px;
    font-size: 1.813rem;
  }

  .baum {
    display: none;
  }

  .baum_bild_tablet {
    display: block;
    position: absolute;
    top: 67px;
    left: -89px;
    width: 117.1%;
    height: auto;
  }

  .subtext {
    display: none;
  }

  .subtext_tablet {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 480px;
    left: 5px;
    width: 105%;
  }

  .subtext_tablet p {
    font-size: 1.188rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #522c00;
    width: 40%;
  }

  .subtext_tablet a {
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    color: #522c00;
  }

  .subtext_tablet .special-text {
    font-size: 1.063rem;
    font-style: italic;
    font-weight: 200;
    text-align: right;
    color: #60604d;
    line-height: 1.45rem;
    width: 30%;
    padding-right: 65px;
  }

  .subtext_tablet .special-text span {
    font-style: normal;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

/* ################################################################################################################################### */

@media only screen and (max-width: 834px) and (orientation: portrait) {
  #grid {
    background-image: url("../img/Grid834x1194.png");
    width: 834px;
    height: 1194px;
    top: -90px;
    /* top: 1320px; */
  }

  /* ----- BURGER MENU ----- */

  .btn-toggle-nav,
  #logo-bild {
    display: none;
  }

  .btn-toggle-mobile {
    display: block;
    position: fixed;
    top: 25px;
    right: 76px;
    width: 50px;
    height: 50px;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    z-index: 8;
  }

  .logo-bild-mobile {
    display: block;
    position: fixed;
    top: 27px;
    left: 68px;
    height: 40px;
    width: 40px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 8;
    color: transparent;
  }

  /* ----- BURGER MENU ENDE ----- */

  header {
    display: none;
  }

  /* ----- SIDEBAR NAV ----- */

  .nav-sidebar {
    height: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
  }

  .nav-sidebar ul {
    padding-top: 30px;
  }

  .nav-sidebar li {
    line-height: 100%;
    padding: 0;
  }

  .nav-sidebar #close img {
    width: 20px;
  }

  .nav-sidebar a {
    height: 70px;
    line-height: 70px;
    font-size: 1.375rem;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.375rem;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #kartenmichel {
    top: 0;
    left: 0;
    width: 100%;
    height: 1104px;
    background-image: url("../img/micha_tablet.jpg");
    background-repeat: no-repeat;
    background-position: 0 65px;
    background-size: 93.6%;
  }

  #helfen,
  #arr-dwn,
  .svgDesktop,
  .svgMobil {
    display: none;
  }

  .svgTablet {
    display: block;
    margin-top: 65px;
    width: 93.6%;
    height: auto;
  }

  #btn-aktuell {
    top: 840px;
    right: unset;
    left: 500px;
  }

  #btn-aktuell img {
    width: 256px;
  }

  #btn-eroeffnung {
    top: 2275px;
    left: 329px;
  }

  #btn-eroeffnung img {
    width: 235px;
  }

  .bounceRight {
    animation: none;
  }

  /* ----- KATEGORIEN ----- */
  #div-0,
  #div-1,
  #div-2,
  #div-3,
  #div-4,
  #div-5,
  #div-6,
  #div-7 {
    width: 834px;
  }

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 2.875rem;
    font-weight: 700;
    width: 834px;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 1.938rem;
    width: 834px;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.375rem;
    line-height: 1.9rem;
    width: 834px;
  }

  #div-1 {
    top: 1104px;
    height: 2585px;
  }

  .section_1 .desktop_only,
  .section_1 .mobile_only {
    display: none;
  }

  .section_1 h1 {
    position: absolute;
    top: 75px;
    left: 0;
    text-align: center;
  }

  .section_1 h1.tablet_only {
    display: block;
  }

  .werkstatt,
  .werkstatt_mobile,
  .tisch,
  .beratung,
  .beratung_mobile {
    display: none;
  }

  .werkstatt_tablet {
    display: block;
    position: absolute;
    top: 532px;
    right: 0;
    width: 94.5%;
  }

  .section_1 div {
    position: absolute;
    width: 834px;
    top: 203px;
    left: 0;
  }

  .section_1 div.tablet_only {
    display: block;
  }

  .section_1 div p {
    position: absolute;
    top: 0px;
    left: 0;
    padding-left: 198px;
    line-height: 1.9rem;
  }

  .section_1 .kat {
    position: absolute;
    top: 900px;
    left: 337px;
    padding: 0.5rem 1rem;
  }

  .section_2 h1 {
    display: none;
  }

  .section_2 h1.tablet_only {
    display: block;
    top: 1871px;
    left: 0;
    padding-left: 260px;
  }

  .section_2 h2 {
    padding-left: 212px;
    padding-bottom: 0.7rem;
  }

  .rezept {
    top: 1257px;
    left: 0;
    width: 834px;
  }

  .section_2 .leisten {
    top: -154px;
    left: 103px;
    width: 21.1%;
  }

  .rezept ul {
    font-size: 1.375rem;
    line-height: 1.9rem;
    width: 834px;
    padding-left: 212px;
  }

  .btn.anteil {
    top: 509px;
    left: 336px;
    padding: 0.5rem 1.5rem;
  }

  .btn.ablauf {
    top: 2075px;
    left: 336px;
    padding: 0.5rem 1.5rem;
  }

  .beratung_tablet {
    display: block;
    bottom: 0;
    right: 0;
    width: 135.5%;
  }

  #div-2 {
    top: 3690px;
    height: 2170px;
    flex-direction: column;
  }

  .zurichtungen-links,
  .zurichtungen-rechts {
    width: 834px;
    height: 1085px;
  }

  .zurichtungen-links h1 {
    padding: 4rem 0 0 0;
  }

  .zurichtungen-links p {
    left: 0;
    padding-left: 190px;
  }

  .p-dwn {
    top: 467px;
  }

  .zurichtungen-links img {
    top: 340px;
    left: 177px;
    width: 57.6%;
  }

  .zurichtungen-links h2 {
    top: 440px;
  }

  .btn.ablauf2 {
    top: 949px;
    left: 327px;
    padding: 0.5rem 0.7rem;
  }

  #div-2 .zurichtungen-rechts h1 {
    top: 103px;
    left: 0;
    padding-left: 126px;
    font-size: 4.125rem;
  }

  #div-2 .zurichtungen-rechts h2 {
    top: 90px;
    left: 0;
    padding-left: 126px;
    font-size: 2.25rem;
  }

  .zurichtungen-rechts p {
    top: 188px;
    left: 0;
    padding-left: 126px;
    padding-bottom: 2.3rem;
  }

  .zurichtungen-rechts .img-zurichtungen,
  .zurichtungen-rechts .img-zurichtungen_mobile {
    display: none;
  }

  .zurichtungen-rechts .img-zurichtungen_tablet {
    display: block;
    top: 1086px;
    width: 71.2%;
  }

  .btn.mehr-hell {
    top: 1760px;
    left: 126px;
  }

  #div-3 {
    top: 5860px;
    height: 1245px;
    background-color: #ebebeb;
  }

  #div-3 .axel,
  #div-3 .axel_mobile,
  .einlagen-rechts {
    display: none;
  }

  #div-3 .axel_tablet {
    display: block;
    top: 0;
    right: 0;
    width: 57.2%;
  }

  #div-3 h1 {
    top: 306px;
    left: 0;
    padding-left: 128px;
  }

  #div-3 h2 {
    top: -65px;
    left: 0;
    padding-left: 128px;
  }

  #div-3 .gabel {
    left: 510px;
    width: 27.5%;
    top: 729px;
  }

  .einlagen-text {
    top: 196px;
    left: 0;
    padding-left: 128px;
    width: 834px;
    flex-direction: column;
  }

  #div-3 .einlagen_desktop,
  #div-3 .einlagen_tablet {
    width: 600px;
  }

  .einlagen_tablet {
    position: absolute;
    top: 380px;
    padding-left: 56px;
  }

  .btn.ablauf3 {
    top: 118%;
    left: 31.7%;
  }

  .btn.mehr6 {
    position: absolute;
    left: 38%;
    top: 305%;
  }

  #div-4 {
    top: 7106px;
    height: 1124px;
    background-image: url(../img/analysefond_tablet_handy_hoch.jpg);
  }

  #div-4 h1 {
    top: 70px;
    left: 0;
    padding-left: 168px;
  }

  #div-4 div {
    top: 627px;
    left: 210px;
    width: 413px;
    height: 326px;
    padding: 0;
  }

  #div-4 div h2 {
    position: relative;
    padding-top: 1.3rem;
    width: 413px;
  }

  #div-4 div p {
    padding-top: 5px;
    padding-left: 39px;
    width: 413px;
  }

  .btn.analyse {
    top: 1023px;
    left: 326px;
  }

  #div-5 {
    top: 8229px;
    height: 1194px;
    background-color: #ebebeb;
  }

  #div-5 .desktop_only,
  .jana,
  .lilian-divan {
    display: none;
  }

  .jana_tablet {
    display: block;
    width: 834px;
    height: 1194px;
    background-image: url(../img/lilian_divan_schuhe_jana_tablet_hoch.jpg);
    background-size: 110%;
    background-position: -39px 39px;
    background-repeat: no-repeat;
  }

  #div-5 h1 {
    top: 338px;
    left: 0;
    padding-left: 125px;
    text-align: left;
  }

  .jana_tablet p {
    position: absolute;
    top: 79px;
    padding-left: 118px;
  }

  .btn.mehr7 {
    top: 1100px;
    left: 360px;
  }

  #div-6 {
    top: 9424px;
    height: 1194px;
  }

  #div-6 h1.desktop_only {
    display: none;
  }

  #div-6 h1.tablet_only {
    display: block;
    top: 50px;
    left: 0;
    text-align: center;
  }

  #div-6 .schuh-text {
    top: 554px;
    left: 0;
    width: 400px;
    height: unset;
  }

  #div-6 .schuh-text p {
    padding-bottom: 2.1rem;
    padding-left: 372px;
  }

  #div-6 .schuh-text img {
    top: 119px;
    left: 190px;
    width: 34.9%;
    z-index: 2;
  }

  .gruppe {
    display: none;
  }

  .gruppe_mobile {
    display: block;
    top: 196px;
    left: 134px;
    width: 67.7%;
  }

  .btn.mehr8 {
    top: 560px;
    left: 135px;
  }

  .micha_solo {
    display: block;
    top: 654px;
    left: -81px;
    width: 51%;
  }

  .btn.genehmigung {
    top: 530px;
    left: 445px;
  }

  #div-7 {
    top: 10613px;
    height: 2300px;
    background-color: #ebebeb;
  }

  .reparatur-links {
    top: 49px;
    left: 0;
  }

  .reparatur-links h1 {
    position: absolute;
    padding-left: 170px;
  }

  .reparatur-links p {
    position: absolute;
    top: 1350px;
    padding-left: 222px;
  }

  .reparatur-links img {
    display: none;
  }

  .reparatur-links img.artikel_tablet {
    display: block;
    top: 1595px;
    left: 48px;
    width: 267.1%;
  }

  .mensch {
    top: 185px;
    left: 120.5px;
    width: 67.2%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop,
  .filialeWrapper_mobile {
    display: none;
  }

  .filialeWrapper_tablet {
    display: block;
  }

  .filialeWrapper_tablet {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 114px;
    left: 0;

    min-height: 2250px;

    width: 834px;
  }

  .filialeWrapper_tablet h1 {
    position: relative;
    top: 25px;
    font-size: 2.875rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
  }

  .umzug {
    width: 425px;
    top: 101px;
    left: 205px;
    padding: 0;
  }

  .umzug h3 {
    font-size: 2rem;
    padding: 1rem 0 0.4rem 0;
    line-height: 2.9rem;
    text-align: center;
  }

  .umzug p {
    font-size: 1.375rem;
    line-height: 1.9rem;
    padding: 0 0 1rem 1.4rem;
  }

  img.filiale_tablet,
  img.filiale_tablet_wmnde {
    position: absolute;
    width: 72%;
    height: auto;
  }

  img.filiale_tablet {
    top: 154px;
    left: 119px;
  }

  p.address_tablet,
  .address-block_tablet {
    position: relative;
    margin: 0 auto;
    color: #9c8657;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  p.address_tablet {
    top: 548px;
  }

  .address-block_tablet {
    top: 515px;
  }

  .address-block_tablet :nth-child(3) {
    margin-top: 10px;
  }

  img.karte_tablet,
  img.karte_tablet_wmnde {
    position: absolute;
    width: 494px;
    height: auto;
  }

  img.karte_tablet {
    top: 772px;
    left: 189px;
  }

  img.karte_tablet_wmnde {
    top: 810px;
    left: 189px;
  }

  .btn {
    font-size: 1.5rem;
  }

  .filialeWrapper_tablet .btn.services,
  .filialeWrapper_tablet .btn.pics,
  .btn.wmnde {
    position: absolute;
  }

  .filialeWrapper_tablet .btn.services {
    top: 1248px;
    left: 318px;
  }

  .filialeWrapper_tablet .btn.wmnde {
    top: 875px;
    left: 92px;
  }

  .filialeWrapper_tablet .btn.pics {
    top: 2325px;
    left: 319px;
  }

  .pics {
    padding: 0.6rem 1rem;
  }

  .services {
    padding: 0.6rem 1.7rem;
  }

  .btn.btn_doberan {
    top: 2113px;
  }

  .btn.btn_guestrow {
    top: 2200px;
  }

  .btn_rostock {
    top: 1492px;
  }

  .btn_wmnde {
    top: 92.3%;
  }

  .leitung_tablet {
    position: absolute;
    left: 0;
    width: 834px;
  }

  .anklam {
    top: 1315px;
    height: 1130px;
  }

  .doberan {
    top: 1355px;
  }

  .bergen,
  .gdz {
    top: 1344px;
    height: 1100px;
  }

  .guestrow {
    top: 1360px;
    height: 950px;
  }

  .rostock {
    top: 1365px;
    height: 1100px;
  }

  .stralsund {
    top: 1348px;
    height: 1100px;
  }

  .wmnde {
    top: 1358px;
    height: 1110px;
  }

  .leitung_tablet img {
    position: absolute;
    height: auto;
  }

  .anklam img {
    right: 0;
    width: 113.5%;
  }

  .doberan img {
    left: -10px;
    width: 77.1%;
  }

  .bergen img {
    left: 0;
    width: 100%;
  }

  .gdz img {
    left: 95px;
    width: 79.4%;
  }

  .guestrow img {
    left: unset;
    right: 0;
    width: 103.5%;
  }

  .rostock img {
    left: unset;
    width: 132.2%;
    right: 0;
  }

  .stralsund img {
    left: unset;
    width: 104.2%;
    right: 0;
  }

  .wmnde img {
    right: 0;
    width: 112.9%;
  }

  .leitung_tablet h2 {
    position: absolute;
    font-size: 2.25rem;
    z-index: 2;
  }

  h2.anklam_tablet {
    top: 118px;
    left: 452px;
  }

  h2.doberan_tablet {
    top: 84px;
    left: 491px;
  }

  h2.bergen_tablet {
    top: 117px;
    left: 501px;
  }

  h2.gdz_tablet {
    top: 172px;
    left: 546px;
  }

  h2.guestrow_tablet {
    top: 50px;
    left: 417px;
  }

  h2.rostock_tablet {
    top: 135px;
    left: 507px;
  }

  h2.stralsund_tablet {
    top: 60px;
    left: 491px;
  }

  h2.wmnde_tablet {
    top: 102px;
    left: 542px;
  }

  .subtitle,
  .subtitle_doberan,
  .subtitle_bergen,
  .subtitle_gdz,
  .subtitle_guestrow,
  .subtitle_rostock,
  .subtitle_stralsund,
  .subtitle_wmnde {
    font-size: 1.375rem;
    position: absolute;
    color: #bdad93;
    left: 272px;
  }

  .subtitle {
    top: 2200px;
  }

  .subtitle_doberan {
    top: 2040px;
  }

  .subtitle_bergen {
    top: 2259px;
  }

  .subtitle_gdz {
    top: 2240px;
  }

  .subtitle_guestrow {
    top: 2095px;
  }

  .subtitle_rostock {
    top: 2245px;
  }

  .subtitle_stralsund {
    top: 2245px;
  }

  .subtitle_wmnde {
    top: 1521px;
  }

  /* ----- FILIALEN ENDE ----- */

  /* ----- MODAL ----- */
  #modal #modalSlogan,
  #modal_massschuhe #modalSlogan,
  #modal_zurichtungen #modalSlogan,
  #modal_einlagen #modalSlogan {
    top: -20%;
    width: 61.3%;
  }

  #modal_breit #modalSlogan,
  #modal_breit2 #modalSlogan {
    top: -3%;
    width: 61.3%;
  }

  #modal_tablet #modalSlogan {
    position: relative;
    top: -140px;
    left: 155px;
    width: 61.3%;
  }

  .popup {
    margin: 285px auto;
    width: 75%;
  }

  #modal_massschuhe .popup,
  #modal_zurichtungen .popup,
  #modal_einlagen .popup {
    padding: 50px 0 30px 48px;
  }

  #modal_breit .popup,
  #modal_breit2 .popup {
    margin: 80px auto;
    width: 75%;
  }

  .popup .close {
    font-size: 45px;
    right: 30px;
  }

  .popup h3 {
    font-size: 1.875rem;
  }

  .popup p {
    font-size: 1.25rem;
  }

  #modal_breit .content,
  #modal_breit2 .content {
    flex-direction: column;
  }

  #modal_breit .popup h3,
  #modal_breit2 .popup h3 {
    padding-bottom: 1rem;
  }

  .modal-links,
  .modal-rechts {
    width: 100%;
    padding-left: 9px;
  }

  #modal_breit .modal-links h3,
  #modal_breit2 .modal-links h3 {
    text-indent: 1.2rem;
    padding-bottom: 2.3rem;
  }

  #modal_breit2 .modal-links h3 {
    padding-top: 0.7rem;
    padding-bottom: 0.9rem;
  }

  #modal_breit .modal-rechts h3,
  #modal_breit2 .modal-rechts h3 {
    font-size: 1.875rem;
  }

  #modal_breit .modal-links .sub,
  #modal_breit2 .modal-links .sub {
    font-size: 1.625rem;
    text-indent: 0;
    padding-bottom: 1.2rem;
    left: 0;
    padding-left: 22px;
  }

  .modal-rechts {
    padding-top: 55px;
    padding-left: 22px;
  }

  #modal_breit .modal-rechts p,
  #modal_breit2 .modal-rechts p {
    padding-left: 0;
    font-size: 1.25rem;
  }

  #modal_massschuhe .content h3:nth-child(3),
  #modal_breit .modal-rechts h3:nth-child(3),
  #modal_breit2 .modal-rechts h3:nth-child(3),
  #modal_zurichtungen .content h3:nth-child(3),
  #modal_einlagen .content h3:nth-child(3) {
    padding: 2.7rem 0 1rem 0;
  }

  #modal_massschuhe .content p:nth-child(5),
  #modal_breit .modal-rechts p:nth-child(5) {
    padding-top: 0.9rem;
  }

  #modal_breit2 .modal-rechts p:nth-child(5) {
    padding-top: 0.8rem;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.25rem;
  }

  .modal-links li,
  #modal_zurichtungen li,
  #modal_einlagen li,
  #modal_breit2 li {
    padding-bottom: 0.4rem;
    line-height: 1.6rem;
  }

  .modal-rechts p,
  #modal_einlagen .popup .content p {
    left: 0;
  }

  #modal_zurichtungen .popup .content p {
    top: 0;
    left: 0;
    font-size: 1.25rem;
  }

  #modal_breit2 .modal-rechts .sub2 {
    padding-bottom: 0.1rem;
  }

  dl {
    font-size: 1.188rem;
  }

  dt,
  dd {
    line-height: 1.9rem;
  }

  dt:last-child,
  dd:last-child {
    padding-bottom: 2.9em;
  }

  /* ----- MODAL ENDE ----- */

  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    display: none;
  }

  a.close {
    position: fixed;
    top: 0;
    right: 20px;
    font-size: 55px;
  }

  .gallery-mobile {
    position: absolute;
    top: 70px;
    display: flex;
    flex-direction: column;
  }

  .gallery-mobile img {
    width: 800px;
    height: auto;
    margin-left: 17px;
    margin-bottom: 50px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */

  .aktuell-Wrapper {
    max-height: unset;
    height: 1130px;
  }

  .aktuell-Wrapper.schuhe,
  .aktuell-Wrapper.schuhe2,
  .aktuell-Wrapper.schuhe3,
  .aktuell-Wrapper_mobile.schuhe,
  .aktuell-Wrapper_mobile.schuhe2,
  .aktuell-Wrapper_mobile.schuhe3 {
    display: none;
  }

  .aktuell-Wrapper_tablet.schuhe,
  .aktuell-Wrapper_tablet.schuhe2,
  .aktuell-Wrapper_tablet.schuhe3 {
    display: flex;
    /* flex-direction: column; */
    margin: 0;
    width: 834px;
    height: 1194px;
  }

  .aktuell-Wrapper_tablet img {
    position: absolute;
    height: auto;
  }

  .schuhe {
    max-height: unset;
  }

  .block-left_tablet {
    width: 504px;
  }

  .block-right_tablet3 {
    width: 330px;
  }

  .signet,
  .signet2,
  .signet3 {
    top: 103px;
    left: 74px;
    width: 175px;
  }

  .schuh-links {
    top: 678px;
    left: 77px;
    width: 50%;
  }

  .block-middle {
    width: 40%;
  }

  .block-middle2 {
    top: -2%;
  }

  .block-middle h1 {
    top: 270px;
    left: 0;
    padding-left: 245px;
    width: 834px;
    font-size: 2.875rem;
    line-height: 3.1rem;
    font-weight: 700;
  }

  .block-middle p {
    top: 396px;
    left: 0;
    padding-left: 245px;
    width: 834px;
    font-size: 1.375rem;
    line-height: 1.9rem;
  }

  .zeichnung {
    top: 500px;
    left: 88px;
    width: 79.1%;
  }

  .block-middle .special {
    top: 962px;
    left: 0;
    padding-left: 0;
    width: 834px;
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .mehr_tablet,
  .mehr2_tablet,
  .mehr3_tablet,
  .mehr4_tablet,
  .mehr5_tablet {
    font-size: 1.313rem;
    padding: 0.5rem 0.75rem;
  }

  .mehr {
    top: 1078px;
    left: 320px;
  }

  .mehr_tablet {
    top: 1015px;
    left: 332px;
  }

  .mehr2_tablet {
    top: 1024px;
    left: 106px;
  }

  .mehr3_tablet {
    top: 760px;
    left: 329px;
  }

  .mehr4_tablet {
    top: 700px;
    left: 340px;
  }

  .mehr5_tablet {
    top: 1017px;
    left: 290px;
  }

  .portrait-big {
    top: 605px;
    left: 80px;
    width: 85.2%;
  }

  .block-right {
    display: none;
  }

  .block-right_tablet,
  .block-right_tablet2 {
    display: block;
    width: 834px;
  }

  .block-right_tablet h1,
  .block-right_tablet2 h1 {
    position: absolute;
    top: 270px;
    left: 0;
    width: 834px;
    color: #9c8657;
    font-size: 2.875rem;
    line-height: 3.1rem;
    font-weight: 700;
  }

  .block-right_tablet h1 {
    padding-left: 188px;
  }

  .block-right_tablet2 h1 {
    padding-left: 142px;
  }

  .block-right_tablet p,
  .block-right_tablet2 p {
    position: absolute;
    top: 347px;
    left: 0;
    color: #9c8657;
    width: 834px;
    font-size: 1.375rem;
    line-height: 1.9rem;
  }

  .block-right_tablet p {
    padding-left: 188px;
  }

  .block-right_tablet2 p {
    padding-left: 142px;
  }

  .block-right_tablet p a,
  .block-right_tablet2 p a {
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    color: #9c8657;
  }

  .moewe {
    top: 140px;
    left: 502px;
    width: 26.9%;
  }

  .schuh-rechts {
    display: none;
  }

  .schuh-rechts_tablet {
    display: block;
    top: 741px;
    right: 0;
    width: 38.9%;
    z-index: 2;
  }

  .block-right_tablet .service {
    top: 530px;
    left: 188px;
    font-size: 1.313rem;
    padding: 0.5rem 0.75rem;
  }

  .block-right_tablet .schuhe,
  .block-right_tablet2 .schuhe2 {
    top: 530px;
    left: 460px;
    font-size: 1.313rem;
    padding: 0.5rem;
  }

  .block-right_tablet2 .schuhe2 {
    top: 530px;
    left: 314px;
  }

  .hinweis_tablet {
    position: absolute;
    top: 1097px;
    width: 834px;
    z-index: 2;
  }

  .hinweis_tablet p {
    font-size: 1.313rem;
    line-height: 1.6rem;
    color: #bdad93;
    padding-left: 84px;
    width: 834px;
  }

  .hinweis_tablet span {
    font-style: italic;
    font-weight: 800;
  }

  .xsensible1_tablet {
    top: 120px;
    left: 550px;
    width: 26.4%;
  }

  .xsensible2_tablet {
    top: 322px;
    left: 550px;
    width: 26.4%;
  }

  .lilian1_tablet {
    top: 820px;
    left: 535px;
    width: 27%;
  }

  .lilian2_tablet {
    top: 1032px;
    left: 535px;
    width: 27.1%;
  }

  .lilian3_tablet {
    top: 539px;
    left: 532px;
    width: 28.1%;
  }

  .greve1_tablet {
    top: 477px;
    left: 70px;
    width: 32.1%;
    z-index: 2;
  }

  .greve2_tablet {
    top: 650px;
    left: 170px;
    width: 37.7%;
    z-index: 2;
  }

  .greve3_tablet {
    top: 833px;
    left: 272px;
    width: 13.5%;
  }

  .greve4_tablet {
    top: 839px;
    left: 95px;
    width: 25.3%;
    z-index: 2;
  }

  .gr-salamander_tablet {
    width: 834px;
    height: 420px;
    z-index: 2;
  }

  .salamander1_tablet {
    top: 115px;
    left: 285px;
    width: 27.2%;
  }

  .salamander2_tablet {
    top: 198px;
    left: 537px;
    width: 27.2%;
  }

  .salamander3_tablet {
    top: 302px;
    left: 292px;
    width: 27.2%;
  }

  .pons1_tablet {
    top: 260px;
    left: 155px;
    width: 26.3%;
  }

  .pons2_tablet {
    top: 423px;
    left: 63px;
    width: 53.5%;
    z-index: 2;
  }

  .pons3_tablet {
    top: 117px;
    left: 422px;
    width: 29.8%;
  }

  .pons4_tablet {
    top: 333px;
    left: 550px;
    width: 26.1%;
  }

  .pons5_tablet {
    top: 490px;
    left: 467px;
    width: 26.8%;
    z-index: 2;
  }

  .natural1_tablet {
    top: 848px;
    left: 123px;
    width: 21.8%;
  }

  .natural2_tablet {
    top: 868px;
    left: 373px;
    width: 22%;
  }

  .natural3_tablet {
    top: 1020px;
    left: 60px;
    width: 24.8%;
  }

  .lowa1_tablet {
    top: 215px;
    left: 93px;
    width: 29.1%;
  }

  .lowa2_tablet {
    top: 86px;
    left: 372px;
    width: 29.5%;
  }

  .lowa3_tablet {
    top: 367px;
    left: 170px;
    width: 30.2%;
  }

  .think1_tablet {
    top: 326px;
    left: 530px;
    width: 23.9%;
  }

  .think2_tablet {
    top: 494px;
    left: 368px;
    width: 24.8%;
    z-index: 2;
  }

  .think3_tablet {
    top: 578px;
    left: 561px;
    width: 25%;
  }

  .berkemann1_tablet {
    top: 540px;
    left: 67px;
    width: 22.5%;
    z-index: 2;
  }

  .berkemann2_tablet {
    top: 702px;
    left: 133px;
    width: 23.1%;
    z-index: 2;
  }

  .birkenstock1_tablet {
    top: 795px;
    left: 512px;
    width: 23.3%;
  }

  .birkenstock2_tablet {
    top: 1047px;
    left: 556px;
    width: 23.7%;
  }

  .birkenstock3_tablet {
    top: 926px;
    left: 340px;
    width: 23.7%;
  }

  .panama1_tablet {
    top: 243px;
    left: 129px;
    width: 27.4%;
  }

  .panama2_tablet {
    top: 397px;
    left: 565px;
    width: 26.3%;
  }

  .panama3_tablet {
    top: 577px;
    left: 73px;
    width: 26.7%;
  }

  .panama4_tablet {
    top: 573px;
    left: 513px;
    width: 26.1%;
    z-index: 2;
  }

  .panama5_tablet {
    top: 246px;
    left: 513px;
    width: 26.8%;
  }

  .panama6_tablet {
    top: 484px;
    left: 313px;
    width: 25.9%;
  }

  .panama7_tablet {
    top: 375px;
    left: 59px;
    width: 27.3%;
  }

  .panama8_tablet {
    top: 113px;
    left: 280px;
    width: 26.8%;
  }

  .footnotes1_tablet {
    top: 673px;
    left: 293px;
    width: 26.4%;
  }

  .footnotes2_tablet {
    top: 853px;
    left: 85px;
    width: 26.4%;
  }

  .footnotes3_tablet {
    top: 840px;
    left: 397px;
    width: 28.2%;
    z-index: 2;
  }

  /* Lillian Tussi */
  .portrait-schuh_tablet img {
    top: 305px;
    left: -96px;
    width: 81.9%;
  }

  /* Greve-Typ */
  .portrait-schuh2_tablet img {
    top: 342px;
    left: unset;
    right: 0;
    width: 67%;
  }

  /* Spanierin */
  .portrait-schuh3_tablet img {
    top: 600px;
    left: unset;
    right: 0;
    width: 59.3%;
  }

  /* Mauer + Bein */
  .portrait-schuh4_tablet {
    top: 556px;
    left: -19px;
    width: 52.8%;
  }

  /* Hassia Treppenfrau */
  .portrait-schuh5_tablet img {
    top: 657px;
    right: 0;
    width: 37.8%;
  }

  /* ----- LOGO POSITIONS ----- */

  .signet_tablet {
    top: 106px;
    left: 69px;
    width: 132px;
  }

  .xsensible_tablet {
    top: 250px;
    left: 577px;
    width: 209px;
  }

  .lilian_tablet {
    top: 387px;
    left: 148px;
    width: 205px;
    z-index: 2;
  }

  .greve_tablet {
    top: 520px;
    left: 410px;
    width: 152px;
    z-index: 2;
  }

  .salamander_tablet {
    top: 240px;
    left: 310px;
    width: 195px;
  }

  .pons_tablet {
    top: 356px;
    left: 345px;
    width: 171px;
    z-index: 2;
  }

  .natural_tablet {
    top: 998px;
    left: 297px;
    width: 138px;
  }

  .lowa_tablet {
    top: 317px;
    left: 355px;
    width: 125px;
  }

  .berkemann_tablet {
    top: 850px;
    left: 174px;
    width: 172px;
    z-index: 2;
  }

  .think_tablet {
    top: 472px;
    left: 606px;
    width: 120px;
  }

  .birkenstock_tablet {
    top: 958px;
    left: 588px;
    width: 160px;
  }

  .panama_tablet {
    top: 352px;
    left: 355px;
    width: 153px;
  }

  .footnotes_tablet {
    top: 814px;
    left: 229px;
    width: 184px;
    z-index: 3;
  }

  .hassia_tablet {
    top: 753px;
    left: 580px;
    width: 119px;
    z-index: 2;
  }

  /* ----- LOGO POSITIONS ENDE ----- */

  /* ----- BRANDAKTUELL ENDE ----- */

  /* ----- ÜBER UNS ----- */
  .aktuell-Wrapper2_desktop,
  .impressum-Wrapper,
  .uns-Wrapper {
    display: none;
  }

  .aktuell-Wrapper2_tablet {
    display: block;
    position: absolute;
    left: 0;
    height: 2100px;
    width: 834px;
  }

  .aktuell-Wrapper2_tablet h1 {
    position: absolute;
    top: 115px;
    color: #bdad93;
    font-weight: 700;
    font-size: 2.875rem;
    text-align: center;
    width: 834px;
  }

  .verwaltung {
    position: absolute;
    top: 234px;
    left: 118px;
    width: 72%;
    height: auto;
  }

  .aktuell-Wrapper2_tablet .address_tablet {
    top: 701px;
    padding-left: 195px;
    font-size: 1.375rem;
    line-height: 1.65rem;
    width: 834px;
  }

  .aktuell-Wrapper2_tablet .address_tablet a {
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    color: #9c8657;
  }

  .aktuell-Wrapper2_tablet .block-addresses {
    display: flex;
    position: absolute;
    top: 850px;
    padding-left: 195px;
    font-size: 1.375rem;
    line-height: 1.65rem;
    color: #9c8657;
    font-weight: 300;
    width: 834px;
  }

  .inner-block-left,
  .inner-block-right {
    width: 42%;
  }

  .inner-block-left p,
  .inner-block-right p {
    padding-bottom: 1.25rem;
  }

  /* .block-addresses_mobile p {
    padding-bottom: 1.25rem;
  } */

  .block-addresses span {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .verwaltung2 {
    position: absolute;
    top: 1165px;
    right: 0;
    width: 156.2%;
    height: auto;
  }

  .aktuell-Wrapper2_tablet h2 {
    position: absolute;
    top: 1360px;
    left: 0;
    padding-left: 120px;
    font-size: 1.875rem;
    width: 834px;
  }

  .aktuell-Wrapper2_tablet .subtitle_tablet {
    position: absolute;
    top: 2045px;
    left: 0;
    padding-left: 282px;
    font-size: 1.375rem;
    font-weight: 200;
    color: #9c8657;
    z-index: 2;
    width: 834px;
  }

  .impressum-Wrapper_tablet {
    display: block;
    position: absolute;
    left: 0;
    height: 1650px;
    width: 834px;
  }

  .impressum-Wrapper_tablet h1 {
    position: absolute;
    top: 115px;
    padding-left: 118px;
    color: #bdad93;
    font-weight: 700;
    font-size: 2.875rem;
    width: 834px;
  }

  .impressum-Wrapper_tablet .div-1,
  .impressum-Wrapper_tablet .div-2,
  .impressum-Wrapper_tablet .div-3,
  .impressum-Wrapper_tablet .div-4,
  .impressum-Wrapper_tablet .div-5,
  .peanuts {
    position: absolute;
    width: 834px;
    padding-left: 118px;
  }

  .impressum-Wrapper_tablet .div-1 {
    top: 202px;
  }

  .impressum-Wrapper_tablet .div-2 {
    top: 484px;
  }

  .impressum-Wrapper_tablet .div-3 {
    top: 617px;
  }

  .impressum-Wrapper_tablet .div-4 {
    top: 1183px;
  }

  .impressum-Wrapper_tablet .div-5 {
    top: 1410px;
  }

  .impressum-Wrapper_tablet h3,
  .impressum-Wrapper_tablet p {
    font-size: 1.313rem;
    color: #9c8657;
  }

  .impressum-Wrapper_tablet h3 {
    font-weight: 800;
    font-style: italic;
  }

  .impressum-Wrapper_tablet p {
    font-weight: 300;
    line-height: 1.65rem;
  }

  .impressum-Wrapper_tablet a {
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    color: #bdad93;
  }

  .peanuts {
    top: 980px;
    z-index: 2;
    height: unset;
  }

  .peanuts-img {
    position: absolute;
    top: 901px;
    left: 376px;
    width: 44.1%;
    height: auto;
    z-index: 1;
  }

  .uns-Wrapper_tablet {
    display: block;
    position: absolute;
    left: 0;
    height: 1804px;
    width: 834px;
  }

  .uns-Wrapper_tablet h1 {
    position: absolute;
    top: 115px;
    padding-left: 134px;
    color: #9c8657;
    font-weight: 700;
    font-size: 2.875rem;
    /* text-align: center; */
    width: 834px;
  }

  .uns-Wrapper_tablet h2 {
    position: absolute;
    top: 781px;
    padding-left: 507px;
    font-size: 2.25rem;
    z-index: 2;
    width: 834px;
  }

  .dibbert_tablet {
    position: absolute;
    top: 185px;
    left: 65px;
    width: 80.6%;
    height: auto;
  }

  .special-text {
    position: absolute;
    top: 852px;
    /* padding-left: 42px; */
    font-size: 1.25rem;
    font-weight: 300;
    text-align: right;
    line-height: 1.4rem;
    font-style: italic;
    color: #bdad93;
    z-index: 2;
    width: 640px;
  }

  .special-text span {
    font-style: normal;
  }

  .uns-Wrapper_tablet .baum {
    position: absolute;
    top: 936px;
    left: 0px;
    width: 100%;
  }

  .baum_tablet {
    position: absolute;
    top: 1450px;
    left: 0;
    width: 834px;
  }

  .baum_tablet p {
    position: absolute;
    padding-left: 135px;
    color: #522c00;
    width: 100%;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.65rem;
  }

  .baum_tablet p:nth-child(2) {
    padding: 170px 0 0 135px;
  }

  .baum_tablet a {
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    color: #522c00;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

/* ################################################################################################################################### */
@media only screen and (device-width: 428px) {
  #grid {
    background-image: url("../img/Grid35x49_iPhone414x896.png");
    width: 414px;
    height: 896px;
    top: -95px;
  }

  #div-0-2 {
    height: 1704px;
    min-height: 1629px;
  }

  .btn-toggle-nav,
  #logo-bild {
    display: none;
  }

  /* ----- BURGER MENU ----- */

  .btn-toggle-mobile {
    display: block;
    position: fixed;
    top: 5px;
    right: 17px;
    width: 60px;
    height: 60px;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    z-index: 8;
  }

  .logo-bild-mobile {
    display: block;
    position: fixed;
    top: 11px;
    left: 30px;
    height: 45px;
    width: 45px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: center;
    z-index: 8;
    color: transparent;
  }

  /* ----- BURGER MENU ENDE ----- */

  header {
    display: none;
  }

  /* ----- SIDEBAR NAV ----- */

  .nav-sidebar {
    height: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
  }

  .nav-sidebar ul {
    padding-top: 0;
  }

  .nav-sidebar li {
    line-height: 100%;
    padding: 0;
  }

  .nav-sidebar #close {
    height: 63px;
    padding-top: 17px;
  }

  .nav-sidebar #close img {
    width: 20px;
  }

  .nav-sidebar a {
    height: 63px;
    line-height: 63px;
    font-size: 1.25rem;
  }

  .nav-sidebar .gross {
    margin: 0;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.25rem;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #kartenmichel {
    top: 0;
    left: 0;
    width: 428px;
    height: 815px;
    background-image: url("../img/micha_mobile.jpg");
    background-repeat: no-repeat;
    background-position: 0 81px;
    background-size: 100%;
  }

  #helfen,
  #arr-dwn,
  .svgDesktop,
  .svgTablet {
    display: none;
  }

  .svgMobil {
    display: block;
    margin-top: 81px;
  }

  #btn-aktuell {
    top: 515px;
    left: 256px;
    width: 146px;
  }

  #btn-aktuell img {
    width: 146px;
  }

  #btn-eroeffnung {
    top: 1540px;
    left: 92px;
  }

  #btn-eroeffnung img {
    width: 197px;
  }

  .bounceRight {
    animation: none;
  }

  /* ----- KATEGORIEN ----- */
  #div-0,
  #div-1,
  #div-2,
  #div-3,
  #div-4,
  #div-5,
  #div-6,
  #div-7 {
    width: 428px;
  }

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 2.25rem;
    font-weight: 700;
    width: 428px;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 1.438rem;
    width: 428px;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.25rem;
    line-height: 1.8rem;
    width: 428px;
  }

  #div-0 {
    height: 815px;
  }

  #div-1 {
    top: 815px;
    height: 1715px;
  }

  .section_1 h1 {
    position: absolute;
    top: 44px;
    left: 0;
    text-align: center;
  }

  .section_1 h1.desktop_only,
  .section_1 h1.tablet_only {
    display: none;
  }

  .section_1 h1.mobile_only {
    display: block;
  }

  .werkstatt,
  .werkstatt_tablet,
  .tisch,
  .rezept,
  .leisten,
  .beratung,
  .beratung_tablet {
    display: none;
  }

  .werkstatt_mobile {
    display: block;
    position: absolute;
    top: 209px;
    right: 0;
    width: 90.4%;
  }

  .section_1 div.desktop_only,
  .section_1 div.tablet_only {
    display: none;
  }

  .section_1 .mobile_only {
    display: block;
  }

  .section_1 div {
    position: absolute;
    width: 428px;
    top: 540px;
    left: 0;
  }

  .section_1 div.mobile_only h2 {
    position: absolute;
    top: 0;
    padding-left: 55px;
  }

  .section_1 div p {
    position: absolute;
    top: 148px;
    padding-left: 54px;
  }

  .btn.kat_mobile {
    display: block;
    position: absolute;
    top: 630px;
    left: 94px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .btn.ablauf5_mobile {
    display: block;
    position: absolute;
    top: 1085px;
    left: 130px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .section_2 h1 {
    display: block;
    position: absolute;
    top: 1171px;
    left: 0;
    text-align: center;
  }

  .section_2 h1 span {
    letter-spacing: normal;
  }

  .section_2 h1.tablet_only {
    display: none;
  }

  .section_2 h2 {
    text-indent: 0;
    padding-bottom: 1rem;
  }

  .section_2 ul {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .section_2 li {
    padding-top: 0.9rem;
  }

  .beratung_mobile {
    display: block;
    top: 1238px;
    right: 0;
    width: 158%;
  }

  .btn.ablauf {
    top: 1306px;
    left: 130px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  #div-2 {
    flex-direction: column;
    top: 2531px;
    height: 1960px;
  }

  .zurichtungen-links {
    width: 428px;
    height: 940px;
  }

  .zurichtungen-links h1 {
    padding-top: 38px;
  }

  #div-2 .zurichtungen-links h2 {
    position: absolute;
    top: 590px;
    left: 0;
    font-size: 1.875rem;
    color: #9c8657;
  }

  .p-up,
  .p-dwn {
    display: none;
  }

  .zurichtungen-links .p-up_mobile {
    display: block;
    position: absolute;
    top: 144px;
    left: 0;
    text-align: center;
  }

  .zurichtungen-links img {
    top: 326px;
    left: 32px;
    width: 84.5%;
  }

  .zurichtungen-links p,
  .zurichtungen-rechts p {
    left: 0;
    padding-left: 0;
  }

  .zurichtungen-links .p-dwn_mobile {
    display: block;
    position: absolute;
    top: 643px;
    left: 0;
    padding-left: 68px;
  }

  .btn.ablauf2 {
    display: none;
  }

  .btn.ablauf2_mobile {
    display: block;
    top: 850px;
    left: 124px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .zurichtungen-rechts {
    width: 428px;
    height: 1020px;
  }

  #div-2 .zurichtungen-rechts h1 {
    position: absolute;
    top: 1025px;
    left: 0;
    padding-left: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
  }

  #div-2 .zurichtungen-rechts h2 {
    position: absolute;
    top: 987px;
    left: 0;
    padding-left: 0;
    text-align: center;
    font-size: 1.875rem;
  }

  .zurichtungen-rechts .desktop_only {
    display: none;
  }

  .zurichtungen-rechts .mobile_only,
  .zurichtungen-rechts .p-up_mobile,
  .zurichtungen-rechts .p-dwn_mobile {
    display: block;
  }

  #div-2 .zurichtungen-rechts p {
    position: absolute;
    left: 0;
    font-size: 1.375rem;
    text-align: center;
  }

  #div-2 .zurichtungen-rechts .p-up_mobile {
    top: 1108px;
  }

  #div-2 .zurichtungen-rechts .p-dwn_mobile {
    top: 1620px;
    line-height: 1.9rem;
  }

  .zurichtungen-rechts .img-zurichtungen_tablet,
  .zurichtungen-rechts .img-zurichtungen {
    display: none;
  }

  .zurichtungen-rechts .img-zurichtungen_mobile {
    display: block;
    top: 1292px;
    left: 52px;
    width: 70.5%;
  }

  .btn.mehr-hell {
    display: none;
    top: 1865px;
    left: 126px;
    font-size: 1.25rem;
    padding: 0.6rem;
  }

  .btn.mehr-hell_mobile {
    display: block;
    top: 95%;
    left: 31.6%;
    font-size: 1.25rem;
    padding: 0.6rem;
    border: 1px solid #ebebeb;
  }

  #div-3 {
    top: 4491px;
    height: 1257px;
    background-color: #ebebeb;
  }

  #div-3 h1 {
    position: absolute;
    top: 344px;
    left: 0;
    /* width: 428px; */
    padding-left: 42px;
  }

  #div-3 .desktop_only {
    display: none;
  }

  #div-3 .mobile_only {
    display: block;
  }

  #div-3 h2,
  #div-3 .axel,
  #div-3 .gabel,
  #div-3 .einlagen_desktop,
  .einlagen_tablet,
  .einlagen-rechts {
    display: none;
  }

  #div-3 .axel_mobile {
    display: block;
    top: 0;
    right: 0;
    width: 78%;
  }

  #div-3 .einlagen-text {
    position: absolute;
    top: 449px;
    left: 0;
    padding-left: 7px;
    width: 428px;
    flex-direction: column;
    font-size: 1.375rem;
  }

  #div-3 .einlagen-text p:nth-child(6) {
    padding-top: 23.5%;
  }

  #div-3 .einlagen_mobile,
  #div-3 .einlagen_mobile2 {
    display: block;
    width: 428px;
    padding-left: 30px;
    font-size: 1.375rem;
    line-height: 1.95rem;
  }

  #div-3 .einlagen_mobile2 {
    padding-top: 96px;
  }

  .btn.ablauf3_mobile,
  .btn.mehr6 {
    left: 130px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .btn.ablauf3 {
    display: none;
  }

  .btn.ablauf3_mobile {
    display: block;
    top: 338px;
  }

  .btn.mehr6 {
    top: 720px;
  }

  #div-4 {
    top: 5748px;
    height: 923px;
    background-image: url(../img/analysefond_tablet_handy_hoch.jpg);
    background-position: -175px -2px;
    background-size: 143%;
  }

  #div-4 .desktop_only {
    display: none;
  }

  #div-4 .mobile_only {
    display: block;
  }

  #div-4 h1 {
    top: 70px;
    left: 0;
    padding-left: 0;
    color: #bdad93;
    text-shadow: none;
    text-align: center;
    font-size: 2.888rem;
    /* width: 414px; */
  }

  #div-4 div {
    top: 572px;
    left: 0;
    width: 428px;
    height: 352px;
    padding: 0;
    background-color: #dbe3ef;
    border: none;
    padding-bottom: 0;
  }

  #div-4 h2 {
    font-size: 1.941rem;
    padding: 37px 0 15px 0;
  }

  #div-4 p {
    font-size: 1.375rem;
    padding-left: 40px;
    line-height: 1.95rem;
  }

  .btn.analyse {
    top: 483px;
    left: 120px;
    font-size: 1.375rem;
    padding: 0.6rem 0.75rem;
  }

  #div-5 {
    top: 6672px;
    height: 1422px;
    background-color: #ebebeb;
  }

  #div-5 h1 {
    top: 35px;
    left: 0;
    padding-left: 0;
    padding-right: 56px;
    font-size: 2.875rem;
    text-align: right;
    z-index: 2;
    /* width: 414px; */
  }

  #div-5 .desktop_only {
    display: none;
  }

  #div-5 .mobile_only {
    display: block;
  }

  .jana,
  .lilian-divan,
  .jana_tablet {
    display: none;
  }

  .jana_mobile {
    position: absolute;
    top: 611px;
    left: 0;
    width: 428px;
    display: flex;
    flex-direction: column;
  }

  .jana_mobile img {
    top: 320px;
    right: 0;
    width: 100%;
  }

  #div-5 .jana_mobile p {
    position: absolute;
    top: 101px;
    width: 414px;
    text-align: center;
    font-size: 1.375rem;
    z-index: 2;
  }

  .btn.mehr7 {
    top: 0;
    left: 133px;
    font-size: 1.25rem;
    padding: 0.6rem;
  }

  .lilian-divan_mobile {
    display: block;
    top: 221px;
    left: 0;
    width: 88%;
  }

  #div-6 {
    top: 8094px;
    height: 1386px;
  }

  #div-6 .desktop_only,
  #div-6 h1.tablet_only,
  .gruppe {
    display: none;
  }

  #div-6 h1.mobile_only {
    display: block;
    top: 36px;
    left: 0;
    font-size: 2.875rem;
    font-weight: 700;
    text-align: center;
  }

  #div-6 .schuh-text {
    position: absolute;
    top: 466px;
    left: 0;
    width: 428px;
  }

  #div-6 p.mobile_only,
  #div-6 p.d-mobile {
    position: absolute;
    display: block;
    padding-left: 42px;
    font-size: 1.375rem;
    line-height: 1.95rem;
  }

  #div-6 p.mobile_only.d-mobile {
    top: 186px;
  }

  #div-6 .schuh-text img {
    top: 476px;
    left: 241px;
    width: 34.9%;
    z-index: 2;
  }

  .btn.genehmigung {
    display: none;
  }

  .btn.genehmigung_mobile {
    display: block;
    top: 400px;
    left: 129px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .gruppe_mobile {
    display: block;
    top: 162px;
    left: 31px;
    width: 85%;
  }

  .btn.mehr8 {
    top: 399px;
    left: 132px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .micha_solo {
    display: block;
    top: 940px;
    left: 12px;
    width: 80%;
  }

  #div-7 {
    top: 9482px;
    height: 1200px;
    background-color: #ebebeb;
  }

  .reparatur-links {
    display: none;
  }

  #div-7 .mobile_only {
    display: block;
  }

  #div-7 h1 {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 2.875rem;
    text-align: center;
  }

  #div-7 p.mobile_only {
    position: absolute;
    top: 1011px;
    left: 0;
    font-size: 1.375rem;
    z-index: 2;
    text-align: center;
  }

  #div-7 p.mobile_only a {
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    color: #9c8657;
  }

  .mensch {
    top: 219px;
    left: 33px;
    width: 84%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop,
  .filialeWrapper_tablet {
    display: none;
  }

  .filialeWrapper_mobile {
    display: block;
  }

  .filialeWrapper_mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 49px;
    left: 31px;
    min-height: 1600px;
    width: 365px;
  }

  .filialeWrapper_mobile h1 {
    position: relative;
    top: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
  }

  .umzug {
    width: 108%;
    top: 79px;
    left: -14px;
  }

  .umzug h3 {
    font-size: 1.818rem;
    line-height: 2.9rem;
    text-align: center;
  }

  .umzug p {
    font-size: 1.25rem;
    line-height: 1.7rem;
    padding-left: 0.3rem;
  }

  img.filiale_mobile,
  img.filiale_mobile_wmnde {
    position: absolute;
    width: 100%;
    height: auto;
  }

  img.filiale_mobile {
    top: 104px;
  }

  p.address_mobile,
  .address-block_mobile {
    position: relative;
    margin: 0 auto;
    color: #9c8657;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  p.address_mobile {
    top: 320px;
  }

  .address-block_mobile {
    top: 325px;
  }

  .address-block_mobile :nth-child(3) {
    margin-top: 10px;
  }

  img.karte_mobile,
  img.karte_mobile_wmnde {
    position: absolute;
    width: 106%;
    height: auto;
  }

  img.karte_mobile {
    top: 502px;
    left: -14px;
  }

  img.karte_mobile_wmnde {
    top: 570px;
    left: 6px;
  }

  .btn_mobile_services,
  .btn_mobile_pics,
  .btn_mobile_services_wmnde {
    position: absolute;
    font-size: 1.372rem;
  }

  .btn_mobile_services {
    top: 823px;
    left: 95px;
  }

  .btn_mobile_services_wmnde {
    top: 875px;
    left: 92px;
  }

  .btn_mobile_pics {
    top: 1500px;
    left: 95px;
  }

  .pics {
    padding: 0.5rem 1rem;
  }

  .services {
    padding: 0.5rem 1.5rem;
  }

  .btn.btn_doberan {
    top: 1510px;
  }

  .btn.btn_guestrow {
    top: 1400px;
  }

  .btn_rostock {
    top: 1492px;
  }

  .btn_wmnde {
    top: 92.3%;
  }

  .leitung_mobile {
    position: absolute;
    top: 902px;
    left: -34px;
    width: 117.5%;
    overflow-x: hidden;
  }

  .anklam {
    height: unset;
  }

  .doberan {
    top: 899px;
  }

  .bergen,
  .gdz {
    top: 896px;
    height: unset;
  }

  .guestrow {
    top: 923px;
    height: unset;
  }

  .rostock {
    top: 903px;
    height: unset;
  }

  .stralsund {
    top: 909px;
    height: unset;
  }

  .wmnde {
    top: 956px;
    height: unset;
  }

  .leitung_mobile img {
    position: relative;
    left: -14%;
    width: 126.2%;
    height: auto;
  }

  .doberan img {
    left: -42.8%;
    width: 128.6%;
  }

  .bergen img {
    left: -11.3%;
    width: 121.8%;
  }

  .gdz img {
    left: -4.1%;
    width: 98.8%;
  }

  .guestrow img {
    left: -3.5%;
    width: 112.1%;
  }

  .rostock img {
    left: -59.5%;
    width: 164.2%;
  }

  .stralsund img {
    left: -27.5%;
    width: 125.8%;
  }

  .wmnde img {
    left: -213px;
    width: 151.3%;
  }

  .leitung_mobile h2 {
    position: absolute;
    font-size: 1.5rem;
    z-index: 2;
  }

  h2.anklam_mobile {
    top: 41px;
    left: 222px;
  }

  h2.doberan_mobile {
    top: 74px;
    left: 224px;
  }

  h2.bergen_mobile {
    top: 72px;
    left: 260px;
  }

  h2.gdz_mobile {
    top: 112px;
    left: 282px;
  }

  h2.guestrow_mobile {
    top: 20px;
    left: 222px;
  }

  h2.rostock_mobile {
    top: 70px;
    left: 236px;
  }

  h2.stralsund_mobile {
    top: 30px;
    left: 204px;
  }

  h2.wmnde_mobile {
    top: 82px;
    left: 236px;
  }

  .subtitle_mobile,
  .subtitle_mobile_doberan,
  .subtitle_mobile_bergen,
  .subtitle_mobile_gdz,
  .subtitle_mobile_guestrow,
  .subtitle_mobile_rostock,
  .subtitle_mobile_stralsund,
  .subtitle_mobile_wmnde {
    font-size: 1rem;
    position: absolute;
    color: #bdad93;
  }

  .subtitle_mobile {
    top: 1443px;
    left: 57px;
  }

  .subtitle_mobile_doberan {
    top: 1470px;
    left: 72px;
  }

  .subtitle_mobile_bergen {
    top: 1460px;
    left: 60px;
  }

  .subtitle_mobile_gdz {
    top: 1460px;
    left: 70px;
  }

  .subtitle_mobile_guestrow {
    top: 1340px;
    left: 50px;
  }

  .subtitle_mobile_rostock {
    top: 1442px;
    left: 64px;
  }

  .subtitle_mobile_stralsund {
    top: 1452px;
    left: 70px;
  }

  .subtitle_mobile_wmnde {
    top: 1521px;
    left: 61px;
  }

  /* ----- FILIALEN ENDE ----- */

  /* ----- MODAL ----- */
  .modalOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background: #ebebeb;
    transition: opacity 300ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }

  .Overlay2 {
    background-color: #ebebeb;
  }

  .modalOverlay:target {
    visibility: visible;
    opacity: 1;
  }

  #modal #modalSlogan {
    left: 5.2%;
    width: 89.8%;
  }

  .popup {
    margin: 35px auto;
    padding: 0;
    width: 100%;
    box-shadow: none;
    color: #9c8657;
    background-color: #ebebeb;
  }

  .popup2 {
    margin: 0;
    padding: 14% 0 0 8.2%;
    background-color: #ebebeb;
    height: 100%;
    border-radius: 0;
  }

  .popup .close {
    position: unset;
    border: 1px solid #bdad93;
    padding: 0.3rem 0.2rem;
    font-size: 3rem;
    color: #bdad93;
  }

  .popup2 .close {
    position: absolute;
    top: 15px;
    right: 45px;
    border: 0;
  }

  #div-2 .popup2 .close {
    color: #bdad93;
  }

  .div-2-2 {
    padding: 1.7rem 0 0 0.5rem;
  }

  .div-2-3 {
    padding-left: 0.5rem;
  }

  .popup h3 {
    text-align: center;
    font-size: 1.625rem;
    padding-bottom: 1.9rem;
    text-indent: unset;
    color: #bdad93;
  }

  .popup2 h3 {
    font-size: 1.875rem;
    text-align: left;
    padding-bottom: 0.7rem;
  }

  .div-2-2 h3 {
    padding-bottom: 0.4rem;
  }

  .div-2-3 h3 {
    padding: 1rem 0 0.5rem 0;
  }

  #modal_rezept .div-2-3 h3,
  #modal_ablauf5_mobile .div-2-3 h3 {
    padding: 4rem 0 0.5rem 0;
  }

  #div-1 #modal_ablauf5_mobile .content .div-2-2 p,
  #div-2 #modal_zurichtungen_mobile .content .div-2-1 p,
  #div-2 #modal_zurichtungen_mobile .content .div-2-3 p,
  #div-3 #modal_einlagen_mobile .content .div-2-1 p,
  #div-2 #modal_rezept .content .div-2-2 p {
    position: unset;
    text-align: left;
    font-size: 1.25rem;
    color: #9c8657;
    left: 0;
  }

  #div-1 #modal_ablauf5_mobile .content .div-2-3 p,
  #div-2 #modal_zurichtungen_mobile .content .div-2-3 p,
  #div-3 #modal_einlagen_mobile .content .div-2-3 p,
  #div-2 #modal_rezept .content .div-2-3 p {
    padding-bottom: 1.9rem;
    left: 0;
  }

  #div-1 .div-2-1 ol li a,
  #div-2 .div-2-1 ol li a,
  #div-2 .div-2-2 ol li a,
  #div-3 .div-2-2 ol li a {
    color: #9c8657;
    font-weight: 500;
  }

  #modal_mobile ul {
    margin: auto;
    font-size: 1.125rem;
    width: 85%;
    display: block;
    font-weight: 300;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.25rem;
  }

  .div-2-2 ol {
    width: 79%;
    font-size: 1.25rem;
    padding-left: 1.2rem;
  }

  #modal_genehmigung1 ol,
  #modal_rezept ol,
  #modal_ablauf5_mobile ol,
  #modal_genehmigung1 ul {
    width: 94%;
    font-size: 1.25rem;
    padding-left: 1.2rem;
  }

  li {
    border-top: 1px solid #bdad93;
    padding: 1.75rem 0;
    line-height: 1.5rem;

    color: #9c8657;
  }

  .popup2 li {
    border: 0;
    padding: 0 0 2.2rem 0;
    font-weight: 300;
    color: #9c8657;
    font-size: 1.25rem;
  }

  .modal-links li,
  #modal_einlagen li,
  #modal_breit2 li {
    padding-bottom: 0.15rem;
  }

  #modal_genehmigung1 ul li {
    padding-bottom: 0.5rem;
  }

  #modal_ablauf5_mobile span,
  #modal_rezept .div-2-2 span,
  #modal_rezept .div-2-3 span {
    font-weight: 500;
  }

  #modal_zurichtungen_mobile .div-2-1 span,
  #modal_einlagen_mobile .div-2-1 span {
    font-style: italic;
    font-weight: 400;
  }

  #modal_genehmigung1 .popup .content .sub2 {
    font-weight: 500;
    padding-bottom: 0.5rem;
  }

  #modal_genehmigung1 .popup .content p {
    padding-left: 7px;
  }

  .links {
    position: relative;
    left: 35%;
    display: flex;
    margin-top: 17px;
    width: 65%;
    justify-content: space-between;
  }

  .links a {
    line-height: 1.2rem;
    color: #bdad93;
  }

  #modal_genehmigung1 li a {
    font-weight: 600;
    text-decoration: underline;
    color: #9c8657;
  }

  .btn_info {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.063rem;
    border: 1px solid #bdad93;
    padding: 0.3rem 0.6rem;
  }

  .reparatur {
    padding: 10% 0;

    background-color: #ebebeb;
  }

  .reparatur ul {
    padding-top: 5%;
    border-top: 1px solid #bdad93;
  }

  .reparatur li {
    padding: 0;
    line-height: 2.5rem;
    border: none;
    text-align: center;
    list-style-type: none;
    color: #9c8657;
  }

  /* ----- MODAL ENDE ----- */

  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    display: none;
  }

  a.close {
    position: fixed;
    top: 5px;
    right: 20px;
    font-size: 45px;
  }

  .gallery-mobile {
    position: absolute;
    top: 70px;
    display: flex;
    flex-direction: column;
  }

  .gallery-mobile img {
    width: 400px;
    height: auto;
    margin-left: 14px;
    margin-bottom: 40px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */
  .aktuell-Wrapper,
  .aktuell-Wrapper_tablet,
  .aktuell-Wrapper_tablet.schuhe,
  .aktuell-Wrapper_tablet.schuhe2,
  .aktuell-Wrapper_tablet.schuhe3,
  .aktuell-Wrapper2_tablet,
  .uns-Wrapper_tablet,
  .impressum-Wrapper_tablet,
  .block-right_tablet {
    display: none;
  }

  .aktuell-Wrapper_mobile,
  .aktuell-Wrapper_mobile2,
  .aktuell-Wrapper_mobile3,
  .aktuell-Wrapper_mobile.schuhe,
  .aktuell-Wrapper_mobile.schuhe2,
  .aktuell-Wrapper_mobile.schuhe3 {
    display: flex;
    flex-direction: column;
    margin: 49px auto 0 auto;
    width: 428px;
  }

  .aktuell-Wrapper_mobile {
    height: 996px;
  }

  .aktuell-Wrapper_mobile2 {
    height: 992px;
  }

  .aktuell-Wrapper_mobile3 {
    height: 970px;
  }

  .aktuell-Wrapper_mobile.schuhe {
    max-height: unset;
    height: 1565px;
  }

  .aktuell-Wrapper_mobile.schuhe2 {
    max-height: unset;
    height: 1900px;
  }

  .aktuell-Wrapper_mobile.schuhe3 {
    max-height: unset;
    height: 2410px;
  }

  .aktuell-Wrapper_mobile.schuhe4 {
    max-height: unset;
    height: 2340px;
  }

  .signet_mobile {
    position: absolute;
    top: 87px;
    left: 239px;
    width: 140px;
  }

  .aktuell-Wrapper_mobile.schuhe .signet_mobile,
  .aktuell-Wrapper_mobile.schuhe2 .signet_mobile,
  .aktuell-Wrapper_mobile.schuhe3 .signet_mobile,
  .aktuell-Wrapper_mobile.schuhe4 .signet_mobile {
    top: 89px;
    left: 249px;
    width: 129px;
    z-index: 2;
  }

  .signet_mobile img {
    width: 100%;
    height: auto;
  }

  .text_mobile {
    position: absolute;
    top: 199px;
    width: 428px;
  }

  .aktuell-Wrapper_mobile.schuhe4 .text_mobile {
    top: 2090px;
    left: 0;
    z-index: 2;
  }

  .aktuell-Wrapper_mobile.schuhe4 .text_mobile p {
    padding-left: 88px;
  }

  .text_mobile h1 {
    color: #bdad93;
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: 700;
    width: 428px;
    padding: 0 0 18px 49px;
  }

  .text_mobile p {
    color: #9c8657;
    font-size: 1.25rem;
    line-height: 1.6rem;
    font-weight: 300;
    width: 428px;
    padding-left: 49px;
  }

  .text_mobile a {
    text-decoration: none;
    color: #9c8657;
    font-weight: 700;
    font-style: italic;
  }

  .text_mobile span {
    font-weight: 700;
    font-style: italic;
  }

  .schuh-links_mobile {
    position: absolute;
    top: 617px;
    left: 24px;
    width: 313px;
    height: auto;
    z-index: 2;
  }

  .aktuell-Wrapper_mobile .zeichnung {
    position: absolute;
    top: 394px;
    left: -176px;
    width: 575px;
    height: auto;
  }

  .special_mobile {
    position: absolute;
    top: 833px;
    font-family: "Rock Salt", cursive;
    color: #13235b;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.8rem;
    width: 428px;
  }

  .portrait-big_mobile {
    position: absolute;
    top: 479px;
    left: 0;
    width: 428px;
    height: auto;
  }

  .aktuell-Wrapper_mobile3 .portrait-big_mobile {
    top: 531px;
  }

  .mehr_mobile,
  .mehr2_mobile,
  .mehr3_mobile,
  .mehr4_mobile,
  .mehr5_mobile,
  .schuhe_mobile,
  .service_mobile {
    left: 130px;
    font-size: 1.188rem;
    letter-spacing: 0.05rem;
    padding: 0.5rem;
  }

  .mehr_mobile {
    top: 949px;
    left: 111px;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
  }

  .mehr2_mobile {
    top: 1537px;
  }

  .mehr3_mobile {
    top: 1845px;
  }

  .mehr4_mobile {
    top: 2367px;
  }

  .mehr5_mobile {
    top: 1997px;
    left: 135px;
    z-index: 2;
  }

  .schuhe .mehr_mobile {
    top: 1196px;
    left: 133px;
    font-size: 1.188rem;
    letter-spacing: 0.05rem;
    z-index: 2;
  }

  .service_mobile {
    top: 875px;
    left: 117px;
    font-size: 1.188rem;
    padding: 0.5rem 1rem;
  }

  .schuhe_mobile,
  .schuhe2_mobile {
    top: 952px;
    left: 117px;
    font-size: 1.188rem;
    padding: 0.5rem 0.65rem;
  }

  .schuhe2_mobile {
    top: 930px;
  }

  /* -----  ----- */

  .schuhe img,
  .schuhe2 img,
  .schuhe3 img,
  .schuhe4 img {
    position: absolute;
    height: auto;
  }

  .xsensible1_mobile {
    top: 186px;
    left: 102px;
    width: 224px;
  }

  .xsensible2_mobile {
    top: 368px;
    left: 102px;
    width: 220px;
  }

  .lilian1_mobile {
    top: 1012px;
    left: 96px;
    width: 234px;
  }

  .lilian2_mobile {
    top: 635px;
    left: 96px;
    width: 234px;
  }

  .lilian3_mobile {
    top: 794px;
    left: 96px;
    width: 234px;
  }

  .greve1_mobile {
    top: 912px;
    left: 77px;
    width: 259px;
  }

  .greve2_mobile {
    top: 761px;
    left: 53px;
    width: 315px;
  }

  .greve3_mobile {
    top: 332px;
    left: 136px;
    width: 112px;
    z-index: 2;
  }

  .greve4_mobile {
    top: 182px;
    left: 90px;
    width: 212px;
    z-index: 2;
  }

  .salamander1_mobile {
    top: 1164px;
    left: 95px;
    width: 227px;
  }

  .salamander2_mobile {
    top: 1289px;
    left: 96px;
    width: 227px;
  }

  .salamander3_mobile {
    top: 1410px;
    left: 94px;
    width: 227px;
  }

  .pons1_mobile {
    top: 1032px;
    left: 100px;
    width: 219px;
    z-index: 2;
  }

  .pons2_mobile {
    top: 130px;
    left: -70px;
    width: 446px;
  }

  .pons3_mobile {
    top: 530px;
    left: 84px;
    width: 248px;
  }

  .pons4_mobile {
    top: 874px;
    left: 105px;
    width: 218px;
    z-index: 2;
  }

  .pons5_mobile {
    top: 737px;
    left: 106px;
    width: 224px;
  }

  .natural1_mobile {
    top: 1708px;
    left: 106px;
    width: 198px;
  }

  .natural2_mobile {
    top: 1579px;
    left: 104px;
    width: 198px;
  }

  .natural3_mobile {
    top: 1459px;
    left: 93px;
    width: 196px;
  }

  .lowa1_mobile {
    top: 415px;
    left: 81px;
    width: 243px;
  }

  .lowa2_mobile {
    top: 152px;
    left: 83px;
    width: 246px;
  }

  .lowa3_mobile {
    top: 565px;
    left: 83px;
    width: 251px;
  }

  .think1_mobile {
    top: 980px;
    left: 106px;
    width: 200px;
  }

  .think2_mobile {
    top: 1120px;
    left: 110px;
    width: 204px;
  }

  .think3_mobile {
    top: 822px;
    left: 88px;
    width: 209px;
  }

  .berkemann1_mobile {
    top: 1533px;
    left: 196px;
    width: 190px;
    z-index: 2;
  }

  .berkemann2_mobile {
    top: 1371px;
    left: 110px;
    width: 194px;
    z-index: 2;
  }

  .birkenstock1_mobile {
    top: 2217px;
    left: 102px;
    width: 200px;
  }

  .birkenstock2_mobile {
    top: 2100px;
    left: 100px;
    width: 204px;
  }

  .birkenstock3_mobile {
    top: 1982px;
    left: 99px;
    width: 204px;
  }

  .panama1_mobile {
    top: 1140px;
    left: 93px;
    width: 238px;
  }

  .panama2_mobile {
    top: 302px;
    left: 93px;
    width: 218px;
  }

  .panama3_mobile {
    top: 1270px;
    left: 103px;
    width: 222px;
  }

  .panama4_mobile {
    top: 173px;
    left: 92px;
    width: 218px;
  }

  .panama5_mobile {
    top: 712px;
    left: 96px;
    width: 231px;
  }

  .panama6_mobile {
    top: 865px;
    left: 103px;
    width: 215px;
  }

  .panama7_mobile {
    top: 555px;
    left: 96px;
    width: 225px;
    z-index: 2;
  }

  .panama8_mobile {
    top: 995px;
    left: 96px;
    width: 223px;
  }

  .footnotes1_mobile {
    top: 1525px;
    left: 92px;
    width: 230px;
  }

  .footnotes2_mobile {
    top: 1661px;
    left: 93px;
    width: 230px;
    z-index: 2;
  }

  .footnotes3_mobile {
    top: 1796px;
    left: 88px;
    width: 236px;
    z-index: 2;
  }

  .portrait-schuh_mobile {
    top: 71.6%;
    left: -5.6%;
    width: 99.2%;
  }

  .portrait-schuh2_mobile {
    top: 11.6%;
    left: 26.4%;
    width: 102.4%;
  }

  .portrait-schuh3_mobile {
    top: 53.6%;
    left: 22.1%;
    width: 87.9%;
  }

  /* MAUER + BEIN */
  .portrait-schuh4_mobile {
    top: 1297px;
    left: -3px;
    width: 388px;
  }

  /* HASSIA TREPPENFRAU */
  .portrait_right_mobile {
    position: absolute;
    top: 1830px;
    left: 134px;
    width: 294px;
  }

  /* SPANIERIN */
  .portrait_right_mobile2 {
    position: absolute;
    top: 1045px;
    left: 105px;
    width: 323px;
  }

  /* GREVE TYP */
  .portrait_right_mobile3 {
    position: absolute;
    top: 186px;
    left: 124px;
    width: 304px;
  }

  /* LILIAN TUSSI */
  .portrait_right_mobile4 {
    position: absolute;
    top: 1151px;
    left: 0;
    width: 391px;
  }

  .portrait_right_mobile img,
  .portrait_right_mobile2 img,
  .portrait_right_mobile3 img,
  .portrait_right_mobile4 img {
    width: 100%;
  }

  /* ----- LOGOS ----- */

  .logo {
    height: auto;
  }

  .xsensible_mobile {
    top: 315px;
    left: 111px;
    width: 209px;
  }

  .lilian_mobile {
    top: 554px;
    left: 45px;
    width: 204px;
    z-index: 2;
  }

  .greve_mobile {
    top: 395px;
    left: 117px;
    width: 152px;
    z-index: 2;
  }

  .salamander_mobile {
    top: 1110px;
    left: 117px;
    width: 195px;
  }

  .pons_mobile {
    top: 436px;
    left: 123px;
    width: 171px;
    z-index: 2;
  }

  .natural_mobile {
    top: 1226px;
    left: 140px;
    width: 137px;
    z-index: 2;
  }

  .lowa_mobile {
    top: 363px;
    left: 133px;
    width: 125px;
    z-index: 2;
  }

  .think_mobile {
    top: 756px;
    left: 137px;
    width: 120px;
  }

  .berkemann_mobile {
    top: 1296px;
    left: 124px;
    width: 172px;
    z-index: 2;
  }

  .birkenstock_mobile {
    top: 1923px;
    left: 121px;
    width: 160px;
    z-index: 2;
  }

  .panama_mobile {
    top: 443px;
    left: 121px;
    width: 154px;
  }

  .footnotes_mobile {
    top: 1476px;
    left: 113px;
    width: 184px;
  }

  .hassia_mobile {
    top: 2280px;
    left: 88px;
    width: 128px;
    z-index: 2;
  }

  /* ----- BRANDAKTUELL ENDE ----- */
  /* ----- ÜBER UNS ----- */
  .aktuell-Wrapper2_desktop,
  .impressum-Wrapper,
  .uns-Wrapper {
    display: none;
  }

  .aktuell-Wrapper2_mobile {
    display: block;
    position: absolute;
    left: 0;
    height: 1620px;
    width: 428px;
  }

  .aktuell-Wrapper2_mobile h1 {
    position: absolute;
    top: 75px;
    color: #bdad93;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    width: 428px;
  }

  .verwaltung {
    position: absolute;
    top: 154px;
    left: 31px;
    width: 85%;
    height: auto;
  }

  .aktuell-Wrapper2_mobile .address_mobile {
    font-size: 1.25rem;
    top: 426px;
    padding-left: 54px;
    width: 428px;
  }

  .aktuell-Wrapper2_mobile .address_mobile a {
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    color: #9c8657;
  }

  .block-addresses_mobile {
    position: absolute;
    top: 612px;
    padding-left: 130px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #9c8657;
    font-weight: 300;
    width: 428px;
  }

  .block-addresses_mobile p {
    padding-bottom: 1.2rem;
  }

  .block-addresses_mobile span {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .verwaltung2 {
    position: absolute;
    top: 1124px;
    left: 0;
    width: 100%;
    height: auto;
  }

  .aktuell-Wrapper2_mobile h2 {
    position: absolute;
    top: 1165px;
    left: 0;
    padding-left: 60px;
    font-size: 1.875rem;
    width: 428px;
  }

  .aktuell-Wrapper2_mobile .subtitle_mobile {
    position: absolute;
    top: 1655px;
    left: 0;
    padding-left: 60px;
    font-size: 1rem;
    font-weight: 200;
    color: #9c8657;
    z-index: 2;
    width: 428px;
  }

  .impressum-Wrapper_mobile {
    display: block;
    position: absolute;
    left: 0;
    height: 1890px;
    width: 428px;
  }

  .impressum-Wrapper_mobile h1 {
    position: absolute;
    top: 75px;
    color: #bdad93;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    width: 428px;
    padding-bottom: 3.8rem;
  }

  .impressum-Wrapper_mobile .div-1,
  .impressum-Wrapper_mobile .div-2,
  .impressum-Wrapper_mobile .div-3,
  .impressum-Wrapper_mobile .div-4,
  .impressum-Wrapper_mobile .div-5,
  .peanuts {
    position: absolute;
    width: 428px;
    padding-left: 40px;
  }

  .impressum-Wrapper_mobile .div-1 {
    top: 148px;
  }

  .impressum-Wrapper_mobile .div-2 {
    top: 448px;
  }

  .impressum-Wrapper_mobile .div-3 {
    top: 562px;
  }

  .impressum-Wrapper_mobile .div-4 {
    top: 1205px;
  }

  .impressum-Wrapper_mobile .div-5 {
    top: 1528px;
  }

  .impressum-Wrapper_mobile h3,
  .impressum-Wrapper_mobile p {
    font-size: 1.125rem;
    color: #9c8657;
  }

  .impressum-Wrapper_mobile h3 {
    font-weight: 800;
    font-style: italic;
  }

  .impressum-Wrapper_mobile p {
    font-weight: 300;
    line-height: 1.45rem;
  }

  .impressum-Wrapper_mobile a {
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    color: #bdad93;
  }

  .peanuts {
    top: 860px;
    z-index: 2;
    height: unset;
  }

  .peanuts-img {
    position: absolute;
    top: 956px;
    left: 94px;
    width: 72%;
    height: auto;
    z-index: 1;
  }

  .uns-Wrapper_mobile {
    display: block;
    position: absolute;
    left: 0;
    height: 1623px;
    width: 428px;
  }

  .uns-Wrapper_mobile h1 {
    position: absolute;
    top: 88px;
    color: #9c8657;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    width: 428px;
  }

  .uns-Wrapper_mobile h2 {
    position: absolute;
    top: 249px;
    padding-left: 82px;
    font-size: 1.875rem;
    z-index: 2;
    width: 428px;
  }

  .dibbert_mobile {
    position: absolute;
    top: 191px;
    right: 0;
    width: 120.7%;
    height: auto;
  }

  .special-text {
    position: absolute;
    top: 652px;
    padding-right: 42px;
    font-size: 1rem;
    font-weight: 300;
    text-align: right;
    line-height: 1.4rem;
    font-style: italic;
    color: #bdad93;
    z-index: 2;
    width: 428px;
  }

  .special-text span {
    font-style: normal;
  }

  .uns-Wrapper_mobile .baum {
    position: absolute;
    top: 773px;
    left: 0px;
    width: 100%;
  }

  .baum_mobile {
    position: absolute;
    top: 1277px;
    left: 0;
    width: 428px;
  }

  .baum_mobile p {
    position: absolute;
    top: -192px;
    text-align: center;
    color: #522c00;
    width: 100%;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .baum_mobile p:nth-child(2) {
    top: 38px;
    padding: 37px 0;
  }

  .baum_mobile a {
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    color: #522c00;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    padding-top: 0.5rem;
  }

  .carousel {
    max-width: 75%;
    padding-top: 41%;
  }

  .carousel__viewport {
    top: 0;
  }

  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .carousel::before,
  .carousel__prev {
    left: 2rem;
  }

  .carousel::after,
  .carousel__next {
    right: 2rem;
  }

  .carousel::before,
  .carousel::after {
    background-size: 1.5rem 1.5rem;
    border: 4px solid #1a171b;
  }

  .carousel img {
    width: 81.4%;
    left: 9%;
  }

  a.close {
    font-size: 45px;
  }

  .gallery ol,
  .gallery li {
    margin-top: 0;
  }

  .gallery li {
    border: none;
  }

  /* ----- GALERIE ENDE ----- */
}

/* ################################################################################################################################### */

@media only screen and (max-width: 414px) {
  #grid {
    background-image: url("../img/Grid35x49_iPhone414x896.png");
    width: 414px;
    height: 896px;
    top: -95px;
  }

  #div-0-2 {
    height: 1704px;
    min-height: 1629px;
  }

  .btn-toggle-nav,
  #logo-bild {
    display: none;
  }

  /* ----- BURGER MENU ----- */

  .btn-toggle-mobile {
    display: block;
    position: fixed;
    top: 5px;
    right: 21px;
    width: 60px;
    height: 60px;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    z-index: 8;
  }

  .logo-bild-mobile {
    display: block;
    position: fixed;
    top: 11px;
    left: 30px;
    height: 45px;
    width: 45px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 8;
    color: transparent;
  }

  /* ----- BURGER MENU ENDE ----- */

  header {
    display: none;
  }

  /* ----- SIDEBAR NAV ----- */

  .nav-sidebar {
    height: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
  }

  .nav-sidebar ul {
    padding-top: 0;
  }

  .nav-sidebar li {
    line-height: 100%;
    padding: 0;
  }

  .nav-sidebar #close {
    height: 63px;
    padding-top: 17px;
  }

  .nav-sidebar #close img {
    width: 20px;
  }

  .nav-sidebar a {
    height: 63px;
    line-height: 63px;
    font-size: 1.25rem;
  }

  .nav-sidebar .gross {
    margin: 0;
  }

  .nav-sidebar .fa-envelope-o,
  .nav-sidebar .fa-facebook {
    font-size: 1.25rem;
  }

  /* ----- SIDEBAR NAV ENDE ----- */

  #kartenmichel {
    top: 0;
    left: 0;
    width: 414px;
    height: 815px;
    background-image: url("../img/micha_mobile.jpg");
    background-repeat: no-repeat;
    background-position: 0 81px;
    background-size: 100%;
  }

  #helfen,
  #arr-dwn,
  .svgDesktop,
  .svgTablet {
    display: none;
  }

  .svgMobil {
    display: block;
    margin-top: 81px;
  }

  #btn-aktuell {
    top: 515px;
    left: 256px;
    width: 146px;
  }

  #btn-aktuell img {
    width: 146px;
  }

  #btn-eroeffnung {
    top: 1540px;
    left: 92px;
  }

  #btn-eroeffnung img {
    width: 197px;
  }

  .bounceRight {
    animation: none;
  }

  /* ----- KATEGORIEN ----- */
  #div-0,
  #div-1,
  #div-2,
  #div-3,
  #div-4,
  #div-5,
  #div-6,
  #div-7 {
    width: 414px;
  }

  #div-1 h1,
  #div-2 h1,
  #div-3 h1,
  #div-4 h1,
  #div-5 h1,
  #div-6 h1,
  #div-7 h1 {
    font-size: 2.25rem;
    font-weight: 700;
    width: 414px;
  }

  #div-1 h2,
  #div-2 h2,
  #div-3 h2,
  #div-4 h2,
  #div-5 h2,
  #div-6 h2,
  #div-7 h2 {
    font-size: 1.438rem;
    width: 414px;
  }

  #div-1 p,
  #div-2 p,
  #div-3 p,
  #div-4 p,
  #div-5 p,
  #div-6 p,
  #div-7 p {
    font-size: 1.25rem;
    line-height: 1.8rem;
    width: 414px;
  }

  #div-1 {
    top: 815px;
    height: 1715px;
  }

  .section_1 h1 {
    position: absolute;
    top: 44px;
    left: 0;
    text-align: center;
  }

  .section_1 h1.desktop_only,
  .section_1 h1.tablet_only {
    display: none;
  }

  .section_1 h1.mobile_only {
    display: block;
  }

  .werkstatt,
  .werkstatt_tablet,
  .tisch,
  .rezept,
  .leisten,
  .beratung,
  .beratung_tablet {
    display: none;
  }

  .werkstatt_mobile {
    display: block;
    position: absolute;
    top: 209px;
    right: 0;
    width: 90.4%;
  }

  .section_1 div.desktop_only,
  .section_1 div.tablet_only {
    display: none;
  }

  .section_1 .mobile_only {
    display: block;
  }

  .section_1 div {
    position: absolute;
    width: 414px;
    top: 540px;
    left: 0;
  }

  .section_1 div.mobile_only h2 {
    position: absolute;
    top: 0;
    padding-left: 55px;
  }

  .section_1 div p {
    position: absolute;
    top: 148px;
    padding-left: 54px;
  }

  .btn.kat_mobile {
    display: block;
    position: absolute;
    top: 630px;
    left: 124px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .btn.ablauf5_mobile {
    display: block;
    position: absolute;
    top: 1085px;
    left: 108px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .section_2 h1 {
    display: block;
    position: absolute;
    top: 1171px;
    left: 0;
    text-align: center;
  }

  .section_2 h1 span {
    letter-spacing: normal;
  }

  .section_2 h1.tablet_only {
    display: none;
  }

  .section_2 h2 {
    text-indent: 0;
    padding-bottom: 1rem;
  }

  .section_2 ul {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .section_2 li {
    padding-top: 0.9rem;
  }

  .beratung_mobile {
    display: block;
    top: 1238px;
    right: 0;
    width: 158%;
  }

  .btn.ablauf {
    top: 1306px;
    left: 122px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  #div-2 {
    flex-direction: column;
    top: 2531px;
    height: 1960px;
  }

  .zurichtungen-links {
    width: 414px;
    height: 940px;
  }

  .zurichtungen-links h1 {
    padding-top: 38px;
  }

  #div-2 .zurichtungen-links h2 {
    position: absolute;
    top: 590px;
    left: 0;
    font-size: 1.875rem;
    color: #9c8657;
  }

  .p-up,
  .p-dwn {
    display: none;
  }

  .zurichtungen-links .p-up_mobile {
    display: block;
    position: absolute;
    top: 144px;
    left: 0;
    text-align: center;
  }

  .zurichtungen-links img {
    top: 326px;
    left: 32px;
    width: 84.5%;
  }

  .zurichtungen-links p,
  .zurichtungen-rechts p {
    left: 0;
    padding-left: 0;
  }

  .zurichtungen-links .p-dwn_mobile {
    display: block;
    position: absolute;
    top: 643px;
    left: 0;
    padding-left: 68px;
  }

  .btn.ablauf2 {
    display: none;
  }

  .btn.ablauf2_mobile {
    display: block;
    top: 850px;
    left: 124px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .zurichtungen-rechts {
    width: 414px;
    height: 1020px;
  }

  #div-2 .zurichtungen-rechts h1 {
    position: absolute;
    top: 1025px;
    left: 0;
    padding-left: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
  }

  #div-2 .zurichtungen-rechts h2 {
    position: absolute;
    top: 987px;
    left: 0;
    padding-left: 0;
    text-align: center;
    font-size: 1.875rem;
  }

  .zurichtungen-rechts .desktop_only {
    display: none;
  }

  .zurichtungen-rechts .mobile_only,
  .zurichtungen-rechts .p-up_mobile,
  .zurichtungen-rechts .p-dwn_mobile {
    display: block;
  }

  #div-2 .zurichtungen-rechts p {
    position: absolute;
    left: 0;
    font-size: 1.375rem;
    text-align: center;
  }

  #div-2 .zurichtungen-rechts .p-up_mobile {
    top: 1108px;
  }

  #div-2 .zurichtungen-rechts .p-dwn_mobile {
    top: 1610px;
    line-height: 1.9rem;
  }

  .zurichtungen-rechts .img-zurichtungen_tablet,
  .zurichtungen-rechts .img-zurichtungen {
    display: none;
  }

  .zurichtungen-rechts .img-zurichtungen_mobile {
    display: block;
    top: 1292px;
    left: 52px;
    width: 70.5%;
  }

  .btn.mehr-hell {
    display: none;
    top: 1865px;
    left: 126px;
    font-size: 1.25rem;
    padding: 0.6rem;
  }

  .btn.mehr-hell_mobile {
    display: block;
    top: 95%;
    left: 31.6%;
    font-size: 1.25rem;
    padding: 0.6rem;
    border: 1px solid #ebebeb;
  }

  #div-3 {
    top: 4491px;
    height: 1257px;
    background-color: #ebebeb;
  }

  #div-3 h1 {
    position: absolute;
    top: 344px;
    left: 0;
    width: 414px;
    padding-left: 35px;
  }

  #div-3 .desktop_only {
    display: none;
  }

  #div-3 .mobile_only {
    display: block;
  }

  #div-3 h2,
  #div-3 .axel,
  #div-3 .gabel,
  #div-3 .einlagen_desktop,
  .einlagen_tablet,
  .einlagen-rechts {
    display: none;
  }

  #div-3 .axel_mobile {
    display: block;
    top: 0;
    right: 0;
    width: 81%;
  }

  #div-3 .einlagen-text {
    position: absolute;
    top: 449px;
    left: 0;
    padding-left: 0;
    width: 414px;
    flex-direction: column;
    font-size: 1.375rem;
  }

  #div-3 .einlagen-text p:nth-child(6) {
    padding-top: 23.5%;
  }

  #div-3 .einlagen_mobile,
  #div-3 .einlagen_mobile2 {
    display: block;
    width: 414px;
    padding-left: 30px;
    font-size: 1.375rem;
    line-height: 1.95rem;
  }

  #div-3 .einlagen_mobile2 {
    padding-top: 96px;
  }

  .btn.ablauf3_mobile,
  .btn.mehr6 {
    left: 123px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .btn.ablauf3 {
    display: none;
  }

  .btn.ablauf3_mobile {
    display: block;
    top: 338px;
  }

  .btn.mehr6 {
    top: 720px;
  }

  #div-4 {
    top: 5748px;
    height: 923px;
    background-image: url(../img/analysefond_tablet_handy_hoch.jpg);
    background-position: -175px -2px;
    background-size: 143%;
  }

  #div-4 .desktop_only {
    display: none;
  }

  #div-4 .mobile_only {
    display: block;
  }

  #div-4 h1 {
    top: 70px;
    left: 0;
    padding-left: 0;
    color: #bdad93;
    text-shadow: none;
    text-align: center;
    font-size: 2.888rem;
    width: 414px;
  }

  #div-4 div {
    top: 572px;
    left: 0;
    width: 414px;
    height: 352px;
    padding: 0;
    background-color: #dbe3ef;
    border: none;
    padding-bottom: 0;
  }

  #div-4 h2 {
    font-size: 1.941rem;
    padding: 37px 0 15px 0;
  }

  #div-4 p {
    font-size: 1.375rem;
    padding-left: 34px;
    line-height: 1.95rem;
  }

  .btn.analyse {
    top: 483px;
    left: 113px;
    font-size: 1.375rem;
    padding: 0.6rem 0.75rem;
  }

  #div-5 {
    top: 6672px;
    height: 1422px;
    background-color: #ebebeb;
  }

  #div-5 h1 {
    top: 35px;
    left: 0;
    padding-left: 0;
    padding-right: 56px;
    font-size: 2.875rem;
    text-align: right;
    z-index: 2;
    width: 414px;
  }

  #div-5 .desktop_only {
    display: none;
  }

  #div-5 .mobile_only {
    display: block;
  }

  .jana,
  .lilian-divan,
  .jana_tablet {
    display: none;
  }

  .jana_mobile {
    position: absolute;
    top: 611px;
    left: 0;
    width: 414px;
    display: flex;
    flex-direction: column;
  }

  .jana_mobile img {
    top: 320px;
    right: 0;
    width: 100%;
  }

  #div-5 .jana_mobile p {
    position: absolute;
    top: 101px;
    width: 414px;
    text-align: center;
    font-size: 1.375rem;
    z-index: 2;
  }

  .btn.mehr7 {
    top: 0;
    left: 126px;
    font-size: 1.25rem;
    padding: 0.6rem;
  }

  .lilian-divan_mobile {
    display: block;
    top: 221px;
    left: 0;
    width: 92%;
  }

  #div-6 {
    top: 8094px;
    height: 1386px;
  }

  #div-6 .desktop_only,
  #div-6 h1.tablet_only,
  .gruppe {
    display: none;
  }

  #div-6 h1.mobile_only {
    display: block;
    top: 36px;
    left: 0;
    font-size: 2.875rem;
    font-weight: 700;
    text-align: center;
  }

  #div-6 .schuh-text {
    position: absolute;
    top: 466px;
    left: 0;
    width: 414px;
  }

  #div-6 p.mobile_only,
  #div-6 p.d-mobile {
    position: absolute;
    display: block;
    padding-left: 42px;
    font-size: 1.375rem;
    line-height: 1.95rem;
  }

  #div-6 p.mobile_only.d-mobile {
    top: 186px;
  }

  #div-6 .schuh-text img {
    top: 476px;
    left: 241px;
    width: 34.9%;
    z-index: 2;
  }

  .btn.genehmigung {
    display: none;
  }

  .btn.genehmigung_mobile {
    display: block;
    top: 400px;
    left: 129px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .gruppe_mobile {
    display: block;
    top: 162px;
    left: 31px;
    width: 85%;
  }

  .btn.mehr8 {
    top: 399px;
    left: 132px;
    font-size: 1.25rem;
    padding: 0.6rem 0.9rem;
  }

  .micha_solo {
    display: block;
    top: 940px;
    left: 12px;
    width: 83.2%;
  }

  #div-7 {
    top: 9482px;
    height: 1200px;
    background-color: #ebebeb;
  }

  .reparatur-links {
    display: none;
  }

  #div-7 .mobile_only {
    display: block;
  }

  #div-7 h1 {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 2.875rem;
    text-align: center;
  }

  #div-7 p.mobile_only {
    position: absolute;
    top: 1011px;
    left: 0;
    font-size: 1.375rem;
    z-index: 2;
    text-align: center;
  }

  #div-7 p.mobile_only a {
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    color: #9c8657;
  }

  .mensch {
    top: 219px;
    left: 13px;
    width: 89.9%;
  }

  /* ----- KATEGORIEN ENDE ----- */

  /* ----- FILIALEN ----- */

  .filialeWrapper_desktop,
  .filialeWrapper_tablet {
    display: none;
  }

  .filialeWrapper_mobile {
    display: block;
  }

  .filialeWrapper_mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 49px;
    left: 31px;
    min-height: 1600px;
    width: 352px;
  }

  .filialeWrapper_mobile h1 {
    position: relative;
    top: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
  }

  .umzug {
    width: 108%;
    top: 79px;
    left: -14px;
  }

  .umzug h3 {
    font-size: 1.818rem;
    line-height: 2.9rem;
    text-align: center;
  }

  .umzug p {
    font-size: 1.25rem;
    line-height: 1.7rem;
    padding-left: 0.3rem;
  }

  img.filiale_mobile,
  img.filiale_mobile_wmnde {
    position: absolute;
    width: 100%;
    height: auto;
  }

  img.filiale_mobile {
    top: 104px;
  }

  p.address_mobile,
  .address-block_mobile {
    position: relative;
    margin: 0 auto;
    color: #9c8657;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  p.address_mobile {
    top: 320px;
  }

  .address-block_mobile {
    top: 331px;
  }

  .address-block_mobile :nth-child(3) {
    margin-top: 10px;
  }

  img.karte_mobile,
  img.karte_mobile_wmnde {
    position: absolute;
    width: 106%;
    height: auto;
  }

  img.karte_mobile {
    top: 502px;
    left: -14px;
  }

  img.karte_mobile_wmnde {
    top: 570px;
    left: 6px;
  }

  .btn_mobile_services,
  .btn_mobile_pics,
  .btn_mobile_services_wmnde {
    position: absolute;
    font-size: 1.372rem;
  }

  .btn_mobile_services {
    top: 823px;
    left: 89px;
  }

  .btn_mobile_services_wmnde {
    top: 875px;
    left: 92px;
  }

  .btn_mobile_pics {
    top: 1500px;
    left: 88px;
  }

  .pics {
    padding: 0.5rem 1rem;
  }

  .services {
    padding: 0.5rem 1.5rem;
  }

  .btn.btn_doberan {
    top: 1510px;
  }

  .btn.btn_guestrow {
    top: 1400px;
  }

  .btn_rostock {
    top: 1492px;
  }

  .btn_wmnde {
    top: 92.3%;
  }

  .leitung_mobile {
    position: absolute;
    top: 902px;
    left: -34px;
    width: 117.5%;
    overflow-x: hidden;
  }

  .anklam {
    height: unset;
  }

  .doberan {
    top: 899px;
  }

  .bergen,
  .gdz {
    top: 896px;
    height: unset;
  }

  .guestrow {
    top: 923px;
    height: unset;
  }

  .rostock {
    top: 903px;
    height: unset;
  }

  .stralsund {
    top: 909px;
    height: unset;
  }

  .wmnde {
    top: 956px;
    height: unset;
  }

  .leitung_mobile img {
    position: relative;
    left: -14%;
    width: 126.2%;
    height: auto;
  }

  .doberan img {
    left: -42.8%;
    width: 128.6%;
  }

  .bergen img {
    left: -11.3%;
    width: 121.8%;
  }

  .gdz img {
    left: -4.1%;
    width: 98.8%;
  }

  .guestrow img {
    left: -3.5%;
    width: 112.1%;
  }

  .rostock img {
    left: -59.5%;
    width: 164.2%;
  }

  .stralsund img {
    left: -27.5%;
    width: 125.8%;
  }

  .wmnde img {
    left: -213px;
    width: 151.3%;
  }

  .leitung_mobile h2 {
    position: absolute;
    font-size: 1.5rem;
    z-index: 2;
  }

  h2.anklam_mobile {
    top: 41px;
    left: 222px;
  }

  h2.doberan_mobile {
    top: 74px;
    left: 224px;
  }

  h2.bergen_mobile {
    top: 72px;
    left: 245px;
  }

  h2.gdz_mobile {
    top: 112px;
    left: 282px;
  }

  h2.guestrow_mobile {
    top: 20px;
    left: 222px;
  }

  h2.rostock_mobile {
    top: 70px;
    left: 236px;
  }

  h2.stralsund_mobile {
    top: 30px;
    left: 204px;
  }

  h2.wmnde_mobile {
    top: 82px;
    left: 236px;
  }

  .subtitle_mobile,
  .subtitle_mobile_doberan,
  .subtitle_mobile_bergen,
  .subtitle_mobile_gdz,
  .subtitle_mobile_guestrow,
  .subtitle_mobile_rostock,
  .subtitle_mobile_stralsund,
  .subtitle_mobile_wmnde {
    font-size: 1rem;
    position: absolute;
    color: #bdad93;
  }

  .subtitle_mobile {
    top: 1443px;
    left: 57px;
  }

  .subtitle_mobile_doberan {
    top: 1460px;
    left: 72px;
  }

  .subtitle_mobile_bergen {
    top: 1440px;
    left: 40px;
  }

  .subtitle_mobile_gdz {
    top: 1442px;
    left: 70px;
  }

  .subtitle_mobile_guestrow {
    top: 1340px;
    left: 50px;
  }

  .subtitle_mobile_rostock {
    top: 1442px;
    left: 64px;
  }

  .subtitle_mobile_stralsund {
    top: 1442px;
    left: 70px;
  }

  .subtitle_mobile_wmnde {
    top: 1521px;
    left: 61px;
  }

  /* ----- FILIALEN ENDE ----- */

  /* ----- MODAL ----- */
  .modalOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background: #ebebeb;
    transition: opacity 300ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }

  .Overlay2 {
    background-color: #ebebeb;
  }

  .modalOverlay:target {
    visibility: visible;
    opacity: 1;
  }

  #modal #modalSlogan {
    left: 5.2%;
    width: 89.8%;
  }

  .popup {
    margin: 35px auto;
    padding: 0;
    width: 100%;
    box-shadow: none;

    color: #9c8657;

    background-color: #ebebeb;
  }

  .popup2 {
    margin: 0;
    padding: 14% 0 0 8.2%;
    background-color: #ebebeb;
    height: 100%;
    border-radius: 0;
  }

  .popup .close {
    position: unset;
    border: 1px solid #bdad93;
    padding: 0.3rem 0.2rem;
    font-size: 3rem;
    color: #bdad93;
  }

  .popup2 .close {
    position: absolute;
    top: 15px;
    right: 45px;
    border: 0;
  }

  #div-2 .popup2 .close {
    color: #bdad93;
  }

  .div-2-2 {
    padding: 1.7rem 0 0 0.5rem;
  }

  .div-2-3 {
    padding-left: 0.5rem;
  }

  .popup h3 {
    text-align: center;
    font-size: 1.625rem;
    padding-bottom: 1.9rem;
    text-indent: unset;
    color: #bdad93;
  }

  .popup2 h3 {
    font-size: 1.875rem;
    text-align: left;
    padding-bottom: 0.7rem;
  }

  .div-2-2 h3 {
    padding-bottom: 0.4rem;
  }

  .div-2-3 h3 {
    padding: 1rem 0 0.5rem 0;
  }

  #modal_rezept .div-2-3 h3,
  #modal_ablauf5_mobile .div-2-3 h3 {
    padding: 4rem 0 0.5rem 0;
  }

  #div-1 #modal_ablauf5_mobile .content .div-2-2 p,
  #div-2 #modal_zurichtungen_mobile .content .div-2-1 p,
  #div-2 #modal_zurichtungen_mobile .content .div-2-3 p,
  #div-3 #modal_einlagen_mobile .content .div-2-1 p,
  #div-2 #modal_rezept .content .div-2-2 p {
    position: unset;
    text-align: left;
    font-size: 1.25rem;
    color: #9c8657;
    left: 0;
  }

  #div-1 #modal_ablauf5_mobile .content .div-2-3 p,
  #div-2 #modal_zurichtungen_mobile .content .div-2-3 p,
  #div-3 #modal_einlagen_mobile .content .div-2-3 p,
  #div-2 #modal_rezept .content .div-2-3 p {
    padding-bottom: 1.9rem;
    left: 0;
  }

  #div-1 .div-2-1 ol li a,
  #div-2 .div-2-1 ol li a,
  #div-2 .div-2-2 ol li a,
  #div-3 .div-2-2 ol li a {
    color: #9c8657;
    font-weight: 500;
  }

  #modal_mobile ul {
    margin: auto;
    font-size: 1.125rem;
    width: 85%;
    display: block;
    font-weight: 300;
  }

  .modal-links ul,
  #modal_zurichtungen ul,
  #modal_einlagen ul,
  #modal_breit2 ul {
    font-size: 1.25rem;
  }

  .div-2-2 ol {
    width: 79%;
    font-size: 1.25rem;
    padding-left: 1.2rem;
  }

  #modal_genehmigung1 ol,
  #modal_rezept ol,
  #modal_ablauf5_mobile ol,
  #modal_genehmigung1 ul {
    width: 94%;
    font-size: 1.25rem;
    padding-left: 1.2rem;
  }

  li {
    border-top: 1px solid #bdad93;
    padding: 1.75rem 0;
    line-height: 1.5rem;

    color: #9c8657;
  }

  .popup2 li {
    border: 0;
    padding: 0 0 2.2rem 0;
    font-weight: 300;
    color: #9c8657;
    font-size: 1.25rem;
  }

  .modal-links li,
  #modal_einlagen li,
  #modal_breit2 li {
    padding-bottom: 0.15rem;
  }

  #modal_genehmigung1 ul li {
    padding-bottom: 0.5rem;
  }

  #modal_ablauf5_mobile span,
  #modal_rezept .div-2-2 span,
  #modal_rezept .div-2-3 span {
    font-weight: 500;
  }

  #modal_zurichtungen_mobile .div-2-1 span,
  #modal_einlagen_mobile .div-2-1 span {
    font-style: italic;
    font-weight: 400;
  }

  #modal_genehmigung1 .popup .content .sub2 {
    font-weight: 500;
    padding-bottom: 0.5rem;
  }

  #div-6 #modal_genehmigung1 p {
    padding-left: 0;
  }

  .links {
    position: relative;
    left: 35%;
    display: flex;
    margin-top: 17px;
    width: 65%;
    justify-content: space-between;
  }

  .links a {
    line-height: 1.2rem;
    color: #bdad93;
  }

  #modal_genehmigung1 li a {
    font-weight: 600;
    text-decoration: underline;
    color: #9c8657;
  }

  .btn_info {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.063rem;
    border: 1px solid #bdad93;
    padding: 0.3rem 0.6rem;
  }

  .reparatur {
    padding: 10% 0;

    background-color: #ebebeb;
  }

  .reparatur ul {
    padding-top: 5%;
    border-top: 1px solid #bdad93;
  }

  .reparatur li {
    padding: 0;
    line-height: 2.5rem;
    border: none;
    text-align: center;
    list-style-type: none;
    color: #9c8657;
  }

  /* ----- MODAL ENDE ----- */

  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    display: none;
  }

  a.close {
    position: fixed;
    top: 5px;
    right: 20px;
    font-size: 45px;
  }

  .gallery-mobile {
    position: absolute;
    top: 70px;
    display: flex;
    flex-direction: column;
  }

  .gallery-mobile img {
    width: 400px;
    height: auto;
    margin-left: 7px;
    margin-bottom: 40px;
  }

  /* ----- GALERIE ENDE ----- */

  /* ----- BRANDAKTUELL ----- */
  .aktuell-Wrapper,
  .aktuell-Wrapper_tablet,
  .aktuell-Wrapper_tablet.schuhe,
  .aktuell-Wrapper_tablet.schuhe2,
  .aktuell-Wrapper_tablet.schuhe3,
  .aktuell-Wrapper2_tablet,
  .uns-Wrapper_tablet,
  .impressum-Wrapper_tablet,
  .block-right_tablet {
    display: none;
  }

  .aktuell-Wrapper_mobile,
  .aktuell-Wrapper_mobile2,
  .aktuell-Wrapper_mobile3,
  .aktuell-Wrapper_mobile.schuhe,
  .aktuell-Wrapper_mobile.schuhe2,
  .aktuell-Wrapper_mobile.schuhe3 {
    display: flex;
    flex-direction: column;
    margin: 49px auto 0 auto;
    width: 414px;
  }

  .aktuell-Wrapper_mobile {
    height: 996px;
  }

  .aktuell-Wrapper_mobile2 {
    height: 992px;
  }

  .aktuell-Wrapper_mobile3 {
    height: 970px;
  }

  .aktuell-Wrapper_mobile.schuhe {
    max-height: unset;
    height: 1565px;
  }

  .aktuell-Wrapper_mobile.schuhe2 {
    max-height: unset;
    height: 1900px;
  }

  .aktuell-Wrapper_mobile.schuhe3 {
    max-height: unset;
    height: 2410px;
  }

  .aktuell-Wrapper_mobile.schuhe4 {
    max-height: unset;
    height: 2340px;
  }

  .signet_mobile {
    position: absolute;
    top: 87px;
    left: 239px;
    width: 140px;
  }

  .aktuell-Wrapper_mobile.schuhe .signet_mobile,
  .aktuell-Wrapper_mobile.schuhe2 .signet_mobile,
  .aktuell-Wrapper_mobile.schuhe3 .signet_mobile,
  .aktuell-Wrapper_mobile.schuhe4 .signet_mobile {
    top: 89px;
    left: 249px;
    width: 129px;
    z-index: 2;
  }

  .signet_mobile img {
    width: 100%;
    height: auto;
  }

  .text_mobile {
    position: absolute;
    top: 199px;

    width: 414px;
  }

  .aktuell-Wrapper_mobile.schuhe4 .text_mobile {
    top: 2090px;
    left: 0;

    z-index: 2;
  }

  .aktuell-Wrapper_mobile.schuhe4 .text_mobile p {
    padding-left: 88px;
  }

  .text_mobile h1 {
    color: #bdad93;
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: 700;
    width: 414px;
    padding: 0 0 18px 42px;
  }

  .text_mobile p {
    color: #9c8657;
    font-size: 1.25rem;
    line-height: 1.6rem;
    font-weight: 300;
    width: 414px;
    padding-left: 42px;
  }

  .text_mobile a {
    text-decoration: none;
    color: #9c8657;
    font-weight: 700;
    font-style: italic;
  }

  .text_mobile span {
    font-weight: 700;
    font-style: italic;
  }

  .schuh-links_mobile {
    position: absolute;
    top: 617px;
    left: 24px;
    width: 313px;
    height: auto;
    z-index: 2;
  }

  .aktuell-Wrapper_mobile .zeichnung {
    position: absolute;
    top: 394px;
    left: -176px;
    width: 575px;
    height: auto;
  }

  .special_mobile {
    position: absolute;
    top: 833px;

    font-family: "Rock Salt", cursive;
    color: #13235b;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.8rem;
    width: 414px;
  }

  .portrait-big_mobile {
    position: absolute;
    top: 479px;
    left: 0;
    width: 414px;
    height: auto;
  }

  .aktuell-Wrapper_mobile3 .portrait-big_mobile {
    top: 531px;
  }

  .mehr_mobile,
  .mehr2_mobile,
  .mehr3_mobile,
  .mehr4_mobile,
  .mehr5_mobile,
  .schuhe_mobile,
  .service_mobile {
    left: 126px;
    font-size: 1.188rem;
    letter-spacing: 0.05rem;
    padding: 0.5rem;
  }

  .mehr_mobile {
    top: 949px;
    left: 104px;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
  }

  .mehr2_mobile {
    top: 1537px;
  }

  .mehr3_mobile {
    top: 1845px;
  }

  .mehr4_mobile {
    top: 2367px;
  }

  .mehr5_mobile {
    top: 1997px;
    left: 135px;
    z-index: 2;
  }

  .schuhe .mehr_mobile {
    top: 1196px;
    left: 126px;
    font-size: 1.188rem;
    letter-spacing: 0.05rem;
    z-index: 2;
  }

  .service_mobile {
    top: 875px;
    left: 117px;
    font-size: 1.188rem;
    padding: 0.5rem 1rem;
  }

  .schuhe_mobile,
  .schuhe2_mobile {
    top: 952px;
    left: 117px;
    font-size: 1.188rem;
    padding: 0.5rem 0.65rem;
  }

  .schuhe2_mobile {
    top: 930px;
  }

  /* -----  ----- */

  .schuhe img,
  .schuhe2 img,
  .schuhe3 img,
  .schuhe4 img {
    position: absolute;
    height: auto;
  }

  .xsensible1_mobile {
    top: 186px;
    left: 102px;
    width: 224px;
  }

  .xsensible2_mobile {
    top: 368px;
    left: 102px;
    width: 220px;
  }

  .lilian1_mobile {
    top: 1012px;
    left: 96px;
    width: 234px;
  }

  .lilian2_mobile {
    top: 635px;
    left: 96px;
    width: 234px;
  }

  .lilian3_mobile {
    top: 794px;
    left: 96px;
    width: 234px;
  }

  .greve1_mobile {
    top: 912px;
    left: 77px;
    width: 259px;
  }

  .greve2_mobile {
    top: 761px;
    left: 53px;
    width: 315px;
  }

  .greve3_mobile {
    top: 332px;
    left: 136px;
    width: 112px;
    z-index: 2;
  }

  .greve4_mobile {
    top: 182px;
    left: 90px;
    width: 212px;
    z-index: 2;
  }

  .salamander1_mobile {
    top: 1164px;
    left: 95px;
    width: 227px;
  }

  .salamander2_mobile {
    top: 1289px;
    left: 96px;
    width: 227px;
  }

  .salamander3_mobile {
    top: 1410px;
    left: 94px;
    width: 227px;
  }

  .pons1_mobile {
    top: 1032px;
    left: 100px;
    width: 219px;
    z-index: 2;
  }

  .pons2_mobile {
    top: 130px;
    left: -70px;
    width: 446px;
  }

  .pons3_mobile {
    top: 530px;
    left: 84px;
    width: 248px;
  }

  .pons4_mobile {
    top: 874px;
    left: 105px;
    width: 218px;
    z-index: 2;
  }

  .pons5_mobile {
    top: 737px;
    left: 106px;
    width: 224px;
  }

  .natural1_mobile {
    top: 1708px;
    left: 106px;
    width: 198px;
  }

  .natural2_mobile {
    top: 1579px;
    left: 104px;
    width: 198px;
  }

  .natural3_mobile {
    top: 1459px;
    left: 93px;
    width: 196px;
  }

  .lowa1_mobile {
    top: 415px;
    left: 81px;
    width: 243px;
  }

  .lowa2_mobile {
    top: 152px;
    left: 83px;
    width: 246px;
  }

  .lowa3_mobile {
    top: 565px;
    left: 83px;
    width: 251px;
  }

  .think1_mobile {
    top: 980px;
    left: 106px;
    width: 200px;
  }

  .think2_mobile {
    top: 1120px;
    left: 110px;
    width: 204px;
  }

  .think3_mobile {
    top: 822px;
    left: 88px;
    width: 209px;
  }

  .berkemann1_mobile {
    top: 1533px;
    left: 196px;
    width: 190px;
    z-index: 2;
  }

  .berkemann2_mobile {
    top: 1371px;
    left: 110px;
    width: 194px;
    z-index: 2;
  }

  .birkenstock1_mobile {
    top: 2217px;
    left: 102px;
    width: 200px;
  }

  .birkenstock2_mobile {
    top: 2100px;
    left: 100px;
    width: 204px;
  }

  .birkenstock3_mobile {
    top: 1982px;
    left: 99px;
    width: 204px;
  }

  .panama1_mobile {
    top: 1140px;
    left: 93px;
    width: 238px;
  }

  .panama2_mobile {
    top: 302px;
    left: 93px;
    width: 218px;
  }

  .panama3_mobile {
    top: 1270px;
    left: 103px;
    width: 222px;
  }

  .panama4_mobile {
    top: 173px;
    left: 92px;
    width: 218px;
  }

  .panama5_mobile {
    top: 712px;
    left: 96px;
    width: 231px;
  }

  .panama6_mobile {
    top: 865px;
    left: 103px;
    width: 215px;
  }

  .panama7_mobile {
    top: 555px;
    left: 96px;
    width: 225px;
    z-index: 2;
  }

  .panama8_mobile {
    top: 995px;
    left: 96px;
    width: 223px;
  }

  .footnotes1_mobile {
    top: 1525px;
    left: 92px;
    width: 230px;
  }

  .footnotes2_mobile {
    top: 1661px;
    left: 93px;
    width: 230px;
    z-index: 2;
  }

  .footnotes3_mobile {
    top: 1796px;
    left: 88px;
    width: 236px;
    z-index: 2;
  }

  .portrait-schuh_mobile {
    top: 71.6%;
    left: -5.6%;
    width: 99.2%;
  }

  .portrait-schuh2_mobile {
    top: 11.6%;
    left: 26.4%;
    width: 102.4%;
  }

  .portrait-schuh3_mobile {
    top: 53.6%;
    left: 22.1%;
    width: 87.9%;
  }

  .portrait-schuh4_mobile {
    top: 1297px;
    left: -17px;
    width: 388px;
  }

  .portrait_right_mobile {
    position: absolute;
    top: 1830px;
    left: 120px;
    width: 294px;
  }

  .portrait_right_mobile2 {
    position: absolute;
    top: 1045px;
    left: 91px;
    width: 323px;
  }

  .portrait_right_mobile3 {
    position: absolute;
    top: 186px;
    left: 110px;
    width: 304px;
  }

  .portrait_right_mobile4 {
    position: absolute;
    top: 1151px;
    left: -2px;
    width: 391px;
  }

  .portrait_right_mobile img,
  .portrait_right_mobile2 img,
  .portrait_right_mobile3 img,
  .portrait_right_mobile4 img {
    width: 100%;
  }

  /* ----- LOGOS ----- */

  .logo {
    height: auto;
  }

  .xsensible_mobile {
    top: 315px;
    left: 111px;
    width: 209px;
  }

  .lilian_mobile {
    top: 554px;
    left: 45px;
    width: 204px;
    z-index: 2;
  }

  .greve_mobile {
    top: 395px;
    left: 117px;
    width: 152px;
    z-index: 2;
  }

  .salamander_mobile {
    top: 1110px;
    left: 117px;
    width: 195px;
  }

  .pons_mobile {
    top: 436px;
    left: 123px;
    width: 171px;
    z-index: 2;
  }

  .natural_mobile {
    top: 1226px;
    left: 140px;
    width: 137px;
    z-index: 2;
  }

  .lowa_mobile {
    top: 363px;
    left: 133px;
    width: 125px;
    z-index: 2;
  }

  .think_mobile {
    top: 756px;
    left: 137px;
    width: 120px;
  }

  .berkemann_mobile {
    top: 1296px;
    left: 124px;
    width: 172px;
    z-index: 2;
  }

  .birkenstock_mobile {
    top: 1923px;
    left: 121px;
    width: 160px;
    z-index: 2;
  }

  .panama_mobile {
    top: 443px;
    left: 121px;
    width: 154px;
  }

  .footnotes_mobile {
    top: 1476px;
    left: 113px;
    width: 184px;
  }

  .hassia_mobile {
    top: 2280px;
    left: 88px;
    width: 128px;
    z-index: 2;
  }

  /* ----- BRANDAKTUELL ENDE ----- */
  /* ----- ÜBER UNS ----- */
  .aktuell-Wrapper2_desktop,
  .impressum-Wrapper,
  .uns-Wrapper {
    display: none;
  }

  .aktuell-Wrapper2_mobile {
    display: block;
    position: absolute;
    left: 0;
    height: 1620px;
    width: 414px;
  }

  .aktuell-Wrapper2_mobile h1 {
    position: absolute;
    top: 75px;
    color: #bdad93;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    width: 414px;
  }

  .verwaltung {
    position: absolute;
    top: 154px;
    left: 31px;
    width: 85%;
    height: auto;
  }

  .aktuell-Wrapper2_mobile .address_mobile {
    font-size: 1.25rem;
    top: 426px;
    padding-left: 40px;
    width: 414px;
  }

  .aktuell-Wrapper2_mobile .address_mobile a {
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    color: #9c8657;
  }

  .block-addresses_mobile {
    position: absolute;
    top: 612px;
    padding-left: 130px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #9c8657;
    font-weight: 300;
    width: 414px;
  }

  .block-addresses_mobile p {
    padding-bottom: 1.2rem;
  }

  .block-addresses_mobile span {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .verwaltung2 {
    position: absolute;
    top: 1124px;
    left: 0;
    width: 100%;
    height: auto;
  }

  .aktuell-Wrapper2_mobile h2 {
    position: absolute;
    top: 1165px;
    left: 0;
    padding-left: 60px;
    font-size: 1.875rem;
    width: 414px;
  }

  .aktuell-Wrapper2_mobile .subtitle_mobile {
    position: absolute;
    top: 1635px;
    left: 0;
    padding-left: 60px;
    font-size: 1rem;
    font-weight: 200;
    color: #9c8657;
    z-index: 2;
    width: 414px;
  }

  .impressum-Wrapper_mobile {
    display: block;
    position: absolute;
    left: 0;
    height: 1890px;
    width: 414px;
  }

  .impressum-Wrapper_mobile h1 {
    position: absolute;
    top: 75px;
    color: #bdad93;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    width: 414px;
    padding-bottom: 3.8rem;
  }

  .impressum-Wrapper_mobile .div-1,
  .impressum-Wrapper_mobile .div-2,
  .impressum-Wrapper_mobile .div-3,
  .impressum-Wrapper_mobile .div-4,
  .impressum-Wrapper_mobile .div-5,
  .peanuts {
    position: absolute;
    width: 414px;
    padding-left: 40px;
  }

  .impressum-Wrapper_mobile .div-1 {
    top: 148px;
  }

  .impressum-Wrapper_mobile .div-2 {
    top: 448px;
  }

  .impressum-Wrapper_mobile .div-3 {
    top: 562px;
  }

  .impressum-Wrapper_mobile .div-4 {
    top: 1205px;
  }

  .impressum-Wrapper_mobile .div-5 {
    top: 1528px;
  }

  .impressum-Wrapper_mobile h3,
  .impressum-Wrapper_mobile p {
    font-size: 1.125rem;
    color: #9c8657;
  }

  .impressum-Wrapper_mobile h3 {
    font-weight: 800;
    font-style: italic;
  }

  .impressum-Wrapper_mobile p {
    font-weight: 300;
    line-height: 1.45rem;
  }

  .impressum-Wrapper_mobile a {
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    color: #bdad93;
  }

  .peanuts {
    top: 860px;
    z-index: 2;
    height: unset;
  }

  .peanuts-img {
    position: absolute;
    top: 956px;
    left: 80px;
    width: 77%;
    height: auto;
    z-index: 1;
  }

  .uns-Wrapper_mobile {
    display: block;
    position: absolute;
    left: 0;
    height: 1623px;
    width: 414px;
  }

  .uns-Wrapper_mobile h1 {
    position: absolute;
    top: 88px;
    color: #9c8657;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    width: 414px;
  }

  .uns-Wrapper_mobile h2 {
    position: absolute;
    top: 249px;
    padding-left: 82px;
    font-size: 1.875rem;
    z-index: 2;
    width: 414px;
  }

  .dibbert_mobile {
    position: absolute;
    top: 191px;
    right: 0;
    width: 120.7%;
    height: auto;
  }

  .special-text {
    position: absolute;
    top: 652px;
    padding-right: 42px;
    font-size: 1rem;
    font-weight: 300;
    text-align: right;
    line-height: 1.4rem;
    font-style: italic;
    color: #bdad93;
    z-index: 2;
    width: 414px;
  }

  .special-text span {
    font-style: normal;
  }

  .uns-Wrapper_mobile .baum {
    position: absolute;
    top: 773px;
    left: 0px;
    width: 100%;
  }

  .baum_mobile {
    position: absolute;
    top: 1277px;
    left: 0;
    width: 414px;
  }

  .baum_mobile p {
    position: absolute;
    top: -192px;
    text-align: center;
    color: #522c00;
    width: 100%;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .baum_mobile p:nth-child(2) {
    top: 38px;
    padding: 37px 0;
  }

  .baum_mobile a {
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    color: #522c00;
  }

  /* ----- ÜBER UNS ENDE ----- */
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  /* ----- GALERIE ----- */

  .gallery {
    padding-top: 0.5rem;
  }

  .carousel-wrapper {
    padding-top: 0.5rem;
  }

  .carousel {
    max-width: 75%;
    padding-top: 41%;
  }

  .carousel__viewport {
    top: 0;
  }

  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .carousel::before,
  .carousel__prev {
    left: 2rem;
  }

  .carousel::after,
  .carousel__next {
    right: 2rem;
  }

  .carousel::before,
  .carousel::after {
    background-size: 1.5rem 1.5rem;
    border: 4px solid #1a171b;
  }

  .carousel img {
    width: 81.4%;
    left: 9%;
  }

  a.close {
    font-size: 45px;
  }

  .gallery ol,
  .gallery li {
    margin-top: 0;
  }

  .gallery li {
    border: none;
  }

  /* ----- GALERIE ENDE ----- */
}