/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * @deprecated - use .object-fit
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #e3051a 0%, #949597 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* grey */
/* opacity .6 */
/* opacity .8 */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* Aside Links */
/* SECTION / PAGE-CONTENT */
/* BREADCRUMBS */
/*
 * COLS
 */
/* List-View */
/* SEARCH */
/* background-hover */
/* background */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/*
 * LOGO
 */
/* 
 * FOOTER
 */
.osm-map {
  height: 400px;
  width: 100%;
}
.ol-overlay-container.ol-selectable #popup-content {
  padding: 15px;
  margin-bottom: 50px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px #aaa;
}
.ol-overlay-container.ol-selectable #popup-content:after {
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  rotate: 45deg;
}
.ol-overlay-container.ol-selectable #popup-content .item-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e3051a;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #e3051a;
  font-weight: 600;
}
.ol-overlay-container.ol-selectable #popup-content .item-content {
  font-size: 90%;
}
.ol-overlay-container.ol-selectable #popup-content .item-content address {
  padding-bottom: 10px;
  font-style: normal;
}
.ol-overlay-container.ol-selectable #popup-content .item-content .item-content-link {
  text-align: right;
}
.ol-overlay-container.ol-selectable span#popup-closer {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 200;
  cursor: pointer;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  border: solid 1px #ccc;
  background: #fff;
}
.ol-overlay-container.ol-selectable span#popup-closer:hover {
  color: #fff;
  background: #880000;
}
#map-points {
  height: 0;
  overflow: hidden;
}
