/*!
 *  ATTENTION: This File is Generated by Resources/Private/Theme/** /*
 *  Please do not edit this file directly!!!
 *
 *  Project:  waldemar-link-kampagnenwebsites
 *  Version:  1.0.0
 *
 *  Author:   Autorname
 *  Homepage: https://www.atlantisdx.de
 *  Copyright (c) 2025 atlantis dx GmbH
 *
 *  Build:    Tue Dec 02 2025 15:17:34 GMT+0000 (Coordinated Universal Time)
 *
 */
.google-map .map-canvas {
  display: none;
  height: 480px;
  width: 100%;
}
.google-map .map-canvas p {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 14px;
}
.google-map .map-canvas.loaded {
  display: block;
}
.google-map .load-map-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.google-map .data-protection-text {
  margin-bottom: 20px;
}
.google-map .preview-container {
  height: 480px;
  width: 100%;
  position: relative;
}
.google-map .preview-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.google-map .preview-container img.blurred {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.google-map .preview-container button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
