@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("../Icons/icons.eot");
  src: url("../Icons/icons.eot#iefix") format("embedded-opentype"), url("../Icons/icons.woff2") format("woff2"), url("../Icons/icons.woff") format("woff"), url("../Icons/icons.ttf") format("truetype"), url("../Icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-search:before, .map-finder .finder-location button:before {
  content: '\e800'; }

.icon-check:before, .map-finder .filter-options label:before {
  content: '\e801'; }

.icon-directions:before, .map-finder .list-item .route-link span.driving-duration:not(.tooltip):before {
  content: '\e805'; }

.icon-target:before, .map-finder .list-item .route-link span:not(.tooltip):before {
  content: '\e806'; }

.icon-marker:before, .map-finder .finder-location:before {
  content: '\f031'; }

.map-finder {
  position: relative;
  display: block;
  height: 50vh; }
  @media (max-width: 767px) {
    .map-finder {
      display: flex;
      flex-direction: column;
      height: auto;
      max-height: none; } }
  .map-finder *, .map-finder *:before, .map-finder *:after {
    box-sizing: border-box; }
  .map-finder .toggle-view {
    position: absolute;
    top: 10px;
    right: 71px;
    height: 40px;
    background-color: white;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 0 1px 1px; }
    @media (max-width: 767px) {
      .map-finder .toggle-view {
        display: none; } }
    .map-finder .toggle-view a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      padding: 4px 15px;
      font-size: 13px;
      line-height: 1;
      transition: 0.3s ease;
      text-decoration: none; }
      .map-finder .toggle-view a + a {
        box-shadow: -5px 0 0 -4px rgba(140, 140, 140, 0.3);
        margin-left: 1px; }
      .map-finder .toggle-view a.active, .map-finder .toggle-view a:hover {
        color: #111;
        text-decoration: none; }
  @media (max-width: 767px) {
    .map-finder .map-wrapper {
      height: 100vw;
      max-height: 100vh; } }
  @media (min-width: 768px) {
    .map-finder .map-wrapper {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .map-finder .map-wrapper > div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .map-finder .map-wrapper > div.infowindow-template, .map-finder .map-wrapper > div.list-item-template {
      opacity: 0; }
  .map-finder .map-wrapper .cluster *:focus {
    outline: 0;
    box-shadow: none; }
  .map-finder .map-wrapper .cluster img {
    width: 100%;
    height: 100%; }
  .map-finder .finder-filter {
    display: block;
    background-color: white;
    padding: 18px 18px 0;
    z-index: 1;
    overflow: hidden; }
    @media (max-width: 767px) {
      .map-finder .finder-filter {
        max-width: 100%;
        position: relative;
        order: -1; } }
    @media (min-width: 767px) {
      .map-finder .finder-filter {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 400px;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } }
  .map-finder input[type="text"] {
    position: relative;
    z-index: 1;
    border: 2px solid #aaa;
    border-right: 0;
    background-color: white;
    width: 100%;
    padding: 5px 0 5px 14px;
    font-size: 15px; }
    .map-finder input[type="text"]::-webkit-input-placeholder {
      color: rgba(51, 51, 51, 0.4); }
    .map-finder input[type="text"]:-ms-input-placeholder {
      color: rgba(51, 51, 51, 0.4); }
    .map-finder input[type="text"]::placeholder {
      color: rgba(51, 51, 51, 0.4); }
    .map-finder input[type="text"]:focus {
      outline: 0; }
  .map-finder .finder-location {
    position: relative;
    display: flex; }
    .map-finder .finder-location:before {
      font-family: "Icons";
      position: absolute;
      display: none;
      pointer-events: none;
      font-size: 19px;
      line-height: 1;
      left: 14px;
      top: 50%;
      margin-top: -9px;
      z-index: 2;
      opacity: 0.6; }
    .map-finder .finder-location * {
      flex-grow: 1; }
    .map-finder .finder-location input[type="text"] {
      max-width: 215px;
      box-shadow: 7px 0 0 -6px rgba(51, 51, 51, 0.3);
      font-size: 14px;
      min-width: 60%;
      color: #333333; }
    .map-finder .finder-location select {
      border: 0;
      font-size: 14px;
      color: #333333;
      padding-left: 10px;
      background-color: white;
      border: 2px solid #aaa;
      border-left: 0;
      margin-right: 10px; }
      .map-finder .finder-location select:focus {
        outline: 0; }
    .map-finder .finder-location button {
      position: relative;
      display: block;
      min-width: 44px;
      max-width: 44px;
      height: 44px;
      border: 0;
      background-color: #e74b49;
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center;
      transition: 0.3s ease;
      cursor: pointer; }
      .map-finder .finder-location button:before {
        font-family: "Icons";
        display: block;
        font-size: 24px;
        line-height: 1;
        margin: 10px 0;
        text-align: center;
        color: white;
        padding-right: 1px; }
      .map-finder .finder-location button:focus {
        outline: 0; }
  .map-finder .toggle-filter {
    position: relative;
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
    padding: 16px 16px 16px 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    text-align: left;
    z-index: 2;
    transition: box-shadow 0.3s ease, margin 0.3s ease 0.1s;
    cursor: pointer; }
    .map-finder .toggle-filter:before, .map-finder .toggle-filter:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 4px;
      background-color: #e74b49;
      top: 50%;
      left: 12px;
      margin-top: -2px;
      transition: 0.2s ease; }
    .map-finder .toggle-filter:before {
      transform: rotate(90deg); }
    .map-finder .toggle-filter.open:after {
      background-color: white;
      left: 13px;
      width: 14px;
      height: 2px;
      margin-top: -1px; }
    .map-finder .toggle-filter.open:before {
      left: 10px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      transform: rotate(-90deg); }
    .map-finder .toggle-filter:focus {
      outline: 0; }
    .map-finder .toggle-filter span:last-child {
      display: none; }
    .map-finder .toggle-filter.open {
      margin-bottom: 0; }
      .map-finder .toggle-filter.open span:first-child {
        display: none; }
      .map-finder .toggle-filter.open span:last-child {
        display: block; }
  .map-finder .filter-options {
    position: relative;
    margin: 0 -38px 0 -18px;
    padding: 10px 0 18px 18px;
    text-align: left;
    display: none;
    z-index: 2;
    color: #333333;
    background-color: #f2f2f2;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #ddd; }
    @media (max-width: 767px) {
      .map-finder .filter-options {
        max-height: none !important; } }
    .map-finder .filter-options .group {
      width: 364px;
      max-width: calc(100vw - 36px);
      background: white;
      padding: 0;
      border-top: 4px solid #f2f2f2; }
    .map-finder .filter-options h4, .map-finder .filter-options ul:first-child label {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      font-style: normal;
      padding: 10px 39px; }
    .map-finder .filter-options h4 {
      position: relative;
      margin: 0;
      cursor: pointer; }
      .map-finder .filter-options h4:before, .map-finder .filter-options h4:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 4px;
        background-color: #e74b49;
        top: 50%;
        left: 12px;
        margin-top: -2px;
        transition: 0.2s ease; }
      .map-finder .filter-options h4:before {
        transform: rotate(90deg); }
      .map-finder .filter-options h4.open:after {
        background-color: white;
        left: 13px;
        width: 14px;
        height: 2px;
        margin-top: -1px; }
      .map-finder .filter-options h4.open:before {
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        transform: rotate(-90deg); }
      .map-finder .filter-options h4 + ul {
        display: none; }
    .map-finder .filter-options ul {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      padding: 2px 0;
      margin: 0;
      list-style: none; }
      .map-finder .filter-options ul:first-child li {
        margin: 0; }
      .map-finder .filter-options ul:not(:first-child) li:last-child {
        padding-bottom: 9px; }
      .map-finder .filter-options ul:not(:first-child) li:first-child {
        margin-top: 4px; }
    .map-finder .filter-options li {
      position: relative;
      padding: 0;
      margin: 0 0 1px; }
      .map-finder .filter-options li:before {
        display: none; }
    .map-finder .filter-options input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.0001;
      z-index: 1; }
      .map-finder .filter-options input:checked + label:before {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
        transform: translate3d(0, 0, 0) scale(1); }
    .map-finder .filter-options label {
      position: relative;
      display: block;
      margin: 0;
      padding: 5px 39px; }
      .map-finder .filter-options label:before, .map-finder .filter-options label:after {
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        left: 11px;
        top: 50%;
        margin-top: -9px; }
      .map-finder .filter-options label:before {
        color: white;
        background-color: #e74b49;
        font-family: "Icons";
        font-size: 12px;
        padding-top: 3px;
        line-height: 1;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
        transform: translate3d(0, 0, 0) scale(0.5);
        z-index: 1; }
      .map-finder .filter-options label:after {
        content: "";
        border: 2px solid #aaa; }
  .map-finder.show-results .finder-results {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s, margin-top 0.3s ease 0.1s, max-height 0.3s ease 0.1s;
    display: block; }
  @media (min-width: 768px) {
    .map-finder.show-results.show-filter .finder-filter {
      box-shadow: -10px 10px 25px -12px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 768px) {
    .map-finder.show-filter .finder-results:after {
      opacity: 0.5; }
    .map-finder.show-filter .finder-results .result-wrapper {
      filter: blur(2px);
      opacity: 0.7;
      pointer-events: none; } }
  .map-finder .finder-results {
    position: absolute;
    display: block;
    background-color: #f2f2f2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s; }
    @media (min-width: 768px) {
      .map-finder .finder-results {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        top: 126px;
        left: 10px;
        width: 400px; }
        .map-finder .finder-results:before {
          content: "";
          position: absolute;
          display: block;
          bottom: 100%;
          width: 100%;
          height: 5px;
          background-color: white;
          border-bottom: 1px solid #ddd;
          z-index: 2;
          box-shadow: 0 4px 0 0 #f2f2f2; }
        .map-finder .finder-results::after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ddd;
          opacity: 0;
          pointer-events: none;
          transition: 0.4s ease; } }
    @media (max-width: 767px) {
      .map-finder .finder-results {
        width: 100%;
        position: relative;
        display: none;
        border-top: 1px solid #ddd; } }
    .map-finder .finder-results .result-wrapper {
      position: relative;
      display: block;
      overflow: auto;
      padding: 18px 0 15px 18px;
      transition: 0.3s ease; }
      @media (max-width: 767px) {
        .map-finder .finder-results .result-wrapper {
          padding: 0;
          max-height: none !important; } }
    .map-finder .finder-results .no-results, .map-finder .finder-results .no-selection {
      position: relative;
      display: block;
      background-color: white;
      max-width: 400px;
      text-align: left;
      font-size: 14px;
      line-height: 20px;
      padding: 14px 18px 14px 38px;
      color: #e74b49; }
      .map-finder .finder-results .no-results:before, .map-finder .finder-results .no-selection:before {
        content: "!";
        position: absolute;
        left: 9px;
        top: 12px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        background-color: #c01;
        color: white;
        text-align: center;
        border-radius: 50%;
        font-weight: 700; }
  .map-finder .list-item {
    position: relative;
    text-align: left;
    background-color: #ffffff;
    color: #e74b49;
    font-size: 14px;
    line-height: 24px;
    padding: 14px 20px;
    transition: 0.25s ease;
    max-width: 364px;
    margin-bottom: 4px;
    cursor: pointer; }
    @media (max-width: 567px) {
      .map-finder .list-item {
        max-width: 100%; } }
    .map-finder .list-item.active, .map-finder .list-item:hover {
      color: #ffffff;
      background-color: #e74b49; }
      .map-finder .list-item.active h4, .map-finder .list-item.active .route-link, .map-finder .list-item:hover h4, .map-finder .list-item:hover .route-link {
        color: white; }
    .map-finder .list-item h3 {
      margin: 0 0 8px;
      font-style: normal;
      font-size: 15px;
      line-height: 1.2; }
    .map-finder .list-item p {
      margin: 0; }
    .map-finder .list-item .item-address + p {
      margin-top: 4px; }
    .map-finder .list-item .col p {
      margin-right: 130px; }
    .map-finder .list-item .route-link {
      position: absolute;
      width: 130px;
      right: 0;
      top: 42px;
      padding-right: 10px;
      color: #646464;
      transition: 0.2s ease;
      text-decoration: none; }
      .map-finder .list-item .route-link:hover .tooltip {
        opacity: 1;
        transform: translate3d(0, -7px, 0); }
      .map-finder .list-item .route-link .tooltip {
        position: absolute;
        display: block;
        bottom: 100%;
        left: 8px;
        padding: 0 8px;
        font-size: 11px;
        background-color: white;
        color: #333333;
        white-space: nowrap;
        transform: translate3d(0, -15px, 0);
        opacity: 0;
        pointer-events: none;
        transition: 0.25s ease; }
        .map-finder .list-item .route-link .tooltip:before {
          content: "";
          position: absolute;
          left: 0;
          top: 100%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 7px 0 0;
          border-color: white transparent transparent transparent; }
      .map-finder .list-item .route-link span:not(.tooltip) {
        position: relative;
        padding-left: 26px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .map-finder .list-item .route-link span:not(.tooltip):before {
          font-family: "Icons";
          font-size: 20px;
          line-height: 1;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -10px; }
        .map-finder .list-item .route-link span:not(.tooltip).driving-duration {
          left: 1px; }
      .map-finder .list-item .route-link:hover {
        text-decoration: none; }
    .map-finder .list-item .address {
      position: relative; }
      .map-finder .list-item .address:after {
        content: "Jetzt geschlossen"; }
      .map-finder .list-item .address.open:after {
        content: "Jetzt geöffnet"; }
      .map-finder .list-item .address .phone {
        display: none; }
  .map-finder .mobile-infos .infowindow {
    position: relative; }
    .map-finder .mobile-infos .infowindow:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 20px 20px;
      border-color: transparent transparent #e74b49 transparent;
      top: -20px;
      left: 50%;
      margin-left: -20px; }

.gm-style .gm-style-iw {
  overflow: visible;
  max-height: none !important;
  min-width: 260px; }

.gm-style .gm-style-iw-c {
  padding: 0;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  background-color: transparent; }

.gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
  min-width: 260px; }

.gm-style-iw-t::before {
  border-top: 0;
  display: none; }

.gm-style .gm-style-iw-t::after {
  display: none; }

.gm-style-iw {
  background-color: transparent; }
  .gm-style-iw h4 {
    margin: 18px 0 6px;
    font-style: normal; }
  .gm-style-iw p {
    margin: 0 0 12px; }
  .gm-style-iw .opening h4:before {
    content: "Öffnungszeiten"; }
  .gm-style-iw .address h4 {
    font-size: 20px;
    margin-top: 10px; }
  .gm-style-iw > div {
    position: relative;
    width: 460px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    top: 10px;
    text-align: left;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3); }
    .gm-style-iw > div::before, .gm-style-iw > div::after {
      content: '';
      position: absolute;
      display: block;
      top: 100%;
      left: 50%;
      margin-left: -12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12px 0;
      border-color: #ffffff transparent transparent;
      box-shadow: 0 2px 20px -6px rgba(0, 0, 0, 0.6);
      z-index: 1; }
    .gm-style-iw > div::before {
      box-shadow: none;
      z-index: 0;
      border-width: 10px 10px 0;
      border-color: black transparent transparent;
      filter: blur(4px);
      opacity: 1;
      margin: 9px -10px; }
    .gm-style-iw > div + button img {
      width: 24px !important;
      height: 24px !important; }

.locations .gm-style-iw > div + button {
  margin: 28px 11px !important; }

.infowindow {
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 8px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 567px) {
    .infowindow {
      font-size: 14px; } }
  .infowindow > * {
    padding: 0 10px; }
  .infowindow .item-name {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 10px;
    flex: 1 1 100%; }
  .infowindow .col {
    flex: 1 1 100%;
    max-width: 100%; }
  .infowindow p {
    margin: 0 0 10px; }
  .infowindow h4:first-child {
    margin-top: 0; }
  .infowindow .buttons {
    flex: 1 1 100%;
    display: flex;
    margin-top: 10px; }
    .infowindow .buttons .btn {
      background-color: white;
      color: #e74b49;
      text-transform: uppercase;
      text-align: center;
      flex: 1 1 50%;
      max-width: calc(50% - 10px);
      text-decoration: none;
      font-weight: 700;
      padding: 8px; }
      .infowindow .buttons .btn:hover {
        text-decoration: none; }
      .infowindow .buttons .btn + .btn {
        margin-left: 20px; }
