html,body,#map {
  margin:0;
  height:100%
}

#map.map-detail {
  height: 466px;
  width: 622px;
  max-width: 100%;
}

.pin {
  position:absolute;
  width:27px;
  height:38px;
  color:#fff;
  font: 700 22px radikal, Arial, Helvetica, Sans-Serif;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
  z-index: 1;
}

.pin::after {
  content:'';
  position:absolute;

  z-index: -1;
}

.normal-pin {
  border-radius:50%;
  background: url(../images/pin-normal.svg) no-repeat center / cover;
  z-index: 0;
  margin-top: 5px;
}
.normal-pin::after {
  left:50%;
  bottom:-4px;
  transform:translateX(-50%) rotate(45deg);
  width:14px;
  height:14px;
  z-index: -1;
}
.custom-pin{
   background: url(../images/pin-mint-01.svg) no-repeat center / cover;
   border-radius:0%;
   width:96px;
   background-size: contain;
   height:66px;
}

.custom-pin::after {
    height: 0px;
}

.raute-pin {
  background: none;
  display:flex;
  z-index: 1;
}
.raute-pin::after {
  bottom:0;
  transform: rotate(45deg);
  width:33px;
  height:33px;
  z-index: -1;
}
.popup-content{
  margin-top: -5px;
}
.popup-content > h2{
  font-size:22px;
}

/* für Detail View */
.pin.non-focus {
  color: #e9506e;;
  width:27px;
  height:27px;
  font-size: 14px;
}

.normal-pin.non-focus, .pin.non-focus::after {
  background:#fff;
  /*border: 1px solid #c452b4;*/
}

.normal-pin.non-focus::after {
  bottom:-3px;
  width:10px;
  height:10px;
}

.raute-pin.non-focus::after {
  width: 26px;
  height: 26px;
}
.fancybox-button--close::before {
    filter: invert(1);
    display: none;
}


.page-footer,
.fancybox-close-small{
  display: none;
}
.header-logo-map {
    text-transform: uppercase;
}
.header-logo-map img {
    height: 60px;
}
.header-contacts-map img{
    height: 60px;
}

.page-header-map {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header-contacts-map {
    display: flex;
    text-transform: uppercase;
}
.header-contacts-map>li {
    margin: 0 0 0 20px;
    position: relative;
}
.page-header-map {
    padding: 25px 25px;
}
.header-contacts-map>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    max-width: 100vw;
}
#logo-map{
    color: #e9506e;
}
.header-logo-map,
.header-contacts-map {
    z-index: 99999;
    position: relative;
}
.pin-zero {
  display: none !important;
}
.popup-close-btn{
 background: url(../images/ico-x.svg) no-repeat center / cover;
 filter: brightness(0) invert(0);
}
