html body .datei-typ img {
    -o-object-fit: cover;
       object-fit: cover;
       -o-object-position: center;
          object-position: center;
    height: 253px;
}
#navbar {
  overflow: hidden;
  position: absolute;
  top: 5%;
  padding: 0;
  right: 15px;
  width: 30px;
  z-index: 5;
}

#navbar button {
  display: block;
  text-align: center;
  padding: 0;
  text-decoration: none;
  font-size: 20px;
  width: 25px;
  line-height: 21px;
  color: white;
  background-color: #00657e;
  border: 2px solid #00657e;
  margin: 5px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#navbar button:hover {
  color: #00657e;
  background-color: white;
}

#navbar button.active {
  color: #00657e;
  background-color: white;
}

.karte-image {
  overflow: auto;
  cursor: grab;
  cursor: -o-grab;
  cursor: -webkit-grab;
  z-index: 2;
  position: relative;
  height: 59.75vw;
}

#navbar .button {
  width: 300px;
  height: 60px;
}




.karte-wrap {
  width: 100vw;
  margin-left: calc( -50vw + 540px );
  height: auto;
  position: relative;
  margin-bottom: 50px;
}
.img-karte {
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}

.dummy-pois-2.alle-wege {
  position: absolute;
  top: 0;
  left: 0;
}

.dummy-pois.alle-icons,
.wege-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.karte-weg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.dummy-pois.alle-icons {
  z-index: 3;
}

.dummy-pois-2.alle-wege {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}


.icons-list {
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.icons-list.onhover,
.icons-list:hover{
  width: 2.7vw;
  height: 2.7vw;
  margin: -0.1vw 0 0 -0.1vw;
  z-index: 6;

}

.icons-list .tooltiptext {
    visibility: hidden;
    width: 0;
    background-color: white;
    color: #2B2E34;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0 2px 0;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 83%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1vw;
    z-index: 1;
    white-space: nowrap;
    border: 1px solid #0e627b;
}

.icons-list.tooltip-left .tooltiptext {
  left: auto;
  right: 83%;
}

.icons-list.onhover .tooltiptext, 
.icons-list:hover .tooltiptext {
    width: 16vw;
    visibility: visible;
    z-index: 1;
    top: 0.4vw;
}

.alle-icons .icons {
    width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.icons-list.onhover .icons,
.icons-list:hover .icons{
  z-index: 5;
} 


.karte-list {
    position: absolute;
    right: 0;
    top: 25%;
    background-color: white;
    font-size: 14px;
    padding: 3px 7px;
    z-index: 5;
    width: auto;
}

.icons-list-inner {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    display: inline-block;
}

.karte-primary {
    position: relative;
    cursor: pointer;
}

.karte-primary > .karte-inner {
    display: none;
}


.karte-primary-title{
    font-weight: 700;
}

.hide-all::before {
    content: "";
    background-color: white;
    width: 28px;
    position: absolute;
    height: 26px;
    left: -35px;
    border-radius: 13px 0 0 13px;
    top: -1px;
}

.hide-all::after {
    content: "";
    background-color: #2B2E34;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    border-radius: 100px;
    left: -34px;
}
/*
.atopen .hide-all::after {
    background-color: #9D9D9D;  
}
*/
.karte-primary .hide-all.hide-me::after {
    background-color: #9D9D9D;  
}
.karte-primary.atopen > .karte-inner {
    display: block;
}

.karte-items {
    font-size: 14px;
    font-weight: 700;
}

.karte-items:hover {
    text-decoration: underline;
}

.karte-primary-title {
  margin: 8px 0;
  display: block;
}

.color-field {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.show-pop{
  display: none; 
}


.featherlight .featherlight-content {
    width: 400px;
}


.featherlight:last-of-type {
  background: rgba(0,0,0,.0) !important;
}



#closer {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -19px;
    -webkit-transform: scale(1, 1.7);
        -ms-transform: scale(1, 1.7);
            transform: scale(1, 1.7);
    line-height: 1;
    color: white;
    cursor: pointer;
}


#closer::after {
    content: "";
    background-color: white;
    position: absolute;
    width: 25px;
    height: 12px;
    left: -10px;
    top: 4px;
    z-index: -2;
}
#closer::before {
    content: "";
    background-color: #2B2E34;
    position: absolute;
    top: -6px;
    left: -10px;
    width: 25px;
    height: 25px;
    -webkit-transform: scale(1, 0.6);
        -ms-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
    border-radius: 100px;
    z-index: -1;
    border: 1px solid white;
}

.featherlight h3 img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.featherlight h3 {
    padding: 20px 0 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.featherlight h3::after{
  content: "";
  clear: both;
  display: table;
}
html body .featherlight .featherlight-close-icon {
    font-size: 15px;
    padding: 5px;
}
@media (max-width: 1120px) {
  .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item {
    margin: 0 0 10px 0 !important;
  }
  .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child {
      position: absolute;
      top: 21px;
      left: 0;
      width: 100% !important;
      display: block !important;
      margin: 0 !important;
      border: none;
  }
 html body   .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child > a {
      display: none;
  }
 html body   .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child > ul {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 590px;
      text-align: center !important;
      background-color: transparent;
      border: none;
      -ms-flex-line-pack: end;
          align-content: end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 20px 0 auto;      
  }
  html body .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child > ul > li {
      text-align: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      width: auto !important;
  }
  html body .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child > ul > li > a {
      font-size: 16px !important;
      color: #0e627b !important;
      font-weight: 600 !important;
      letter-spacing: 0.4px;
      padding: 0 1px !important;
      margin-left: 20px;
      margin-right: 20px;
      font-family: 'Open Sans' !important;
      text-align: center !important;
      text-align: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;      
  }
  #div_block-338-10 #fancy_icon-339-10 {
      position: relative;
      top: -2px;
  }

}
@media (max-width: 1080px) {
  .karte-wrap {
      width: 100vw;
      margin-left: calc( -10px  );
  }
  .karte-items,
  .karte-list {
      font-size: 12px;
  }
  .karte-items {
      margin: 4px 0px;
  }  
  .karte-items::after,
  .karte-items::after,
  .karte-primary.atopen > .karte-inner::after {
      content: "";
      clear: left;
      display: block;
  }
  .color-field,
  .icons-list-inner {
      float: left;
  }

}

@media (max-width: 980px) {

}

@media (max-width: 880px) {
  html body #headline-284-10.top-image-content {
      font-size: 30px !important;
      left: 0 !important;
      padding-left: 10px;
  }  
  html body #span-285-10 {
      font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .oxy-post-title {
      font-size: 19px !important;
      line-height: 1.6 !important;
  }
  .karte-list {
      right: -122px;
  } 
  .karte-wrap {
      overflow: hidden;
  }
  .karte-image {
      height: 580px;
  }
  .img-karte {
      width: auto;
      height: 100%;
  }  
  .icons-list {
    width: 30px;
    height: 30px; 
  }
  .icons-list.onhover,
  .icons-list:hover{
    width: 40px;
    height: 40px;
    margin: -5px 0 0 -5px;

  }
  .icons-list .tooltiptext {
      padding: 2px 0 2px 0;
      z-index: 1;
      top: 5px;
      font-size: 12px;
  }
  .icons-list.onhover .tooltiptext,
  .icons-list:hover .tooltiptext {
    width: 200px;
    top: 10px;  
  }  
  .featherlight .featherlight-content {
      width: 100%;
      padding: 20px !important;
  }  
}

@media (max-width: 668px) { 
  html body .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child > ul > li > a {
      margin: 0 10px !important;
      font-size: 12px !important;
  }
  html body .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child > ul {
      width: auto;
  }  
}


@media (max-width: 445px) { 
    .menu-mainnavi-container > .oxy-pro-menu-list > .menu-item:last-child {
        top: 53px;
    }
}

@media (max-height: 745px) { 
  .oxy-pro-menu-container > div:first-child {
      margin-top: 100px;
  }
}








