    #iframe-consent {
      height: 450px;
      background: url('/fileadmin//user_upload/Dateien/Google-Maps/Google-Maps-Ausschnitt.png');
      border: solid 1px #eee;
    }
    .iframe-consent-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      background-color: #fff9;
      backdrop-filter: blur(5px);
    }
    #loadIframeButton {
      background-color: #fff;
      border: solid 1px #ccc;
      border-radius: 0.125rem;
      padding: 0.5rem 1rem;
    }
    @media screen and (min-width: 800px) {
      .iframe-consent-description {
        width: 60%;
        padding: 2rem;
        background-color: #f8d351;
        color: #333;
      }
      .iframe-consent-button {
        background-color: #f5f5f5;
        width: 60%;
        text-align: center;
        padding: 3rem;
      }
    }
    @media screen and (max-width: 800px) {
      .iframe-consent-description {
        width: 100%;
        padding: 1rem;
        background-color: #f8d351;
        color: #333;
      }
      .iframe-consent-button {
        background-color: #f5f5f5;
        width: 100%;
        text-align: center;
        padding: 1rem;
      }
    }