.dsgvo-gm-container {
  position: relative;
  width: 100%;
  height: auto;
}

.dsgvo-gm-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.dsgvo-gm-overlay {

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

.dsgvo-gm-load-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.dsgvo-gm-privacy-info {
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
  text-align: center;
}

.dsgvo-gm-message {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
  text-align: center;
  white-space: pre-line;
}

.dsgvo-gm-privacy-info a {
  color: inherit;
}

.dsgvo-gm-remember-choice {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.85em;
  gap: 0.4rem;
  justify-content: center;
  line-height: 1.3;
  margin: 0;
  max-width: 90%;
  text-align: center;
}

.dsgvo-gm-remember-choice input {
  flex: 0 0 auto;
  margin: 0;
}

.dsgvo-gm-overlay.dsgvo-gm-light {
  background: rgba(211, 211, 211, 0.8);
}

.dsgvo-gm-overlay.dsgvo-gm-dark {
  background: rgba(0, 0, 0, 0.8);
}

.dsgvo-gm-overlay.dsgvo-gm-custom {
  background: rgba(255, 255, 255, 0.8);
}

.dsgvo-gm-load-btn.dsgvo-gm-light {
  background: #191919;
  color: #ffffff;
}

.dsgvo-gm-load-btn.dsgvo-gm-dark {
  background: #ffffff;
  color: #191919;
}

.dsgvo-gm-load-btn.dsgvo-gm-custom {
  background: #0073aa;
  color: #ffffff;
}

.dsgvo-gm-privacy-info.dsgvo-gm-light {
  color: #191919;
}

.dsgvo-gm-message.dsgvo-gm-light {
  color: #191919;
}

.dsgvo-gm-remember-choice.dsgvo-gm-light {
  color: #191919;
}

.dsgvo-gm-privacy-info.dsgvo-gm-dark {
  color: #ffffff;
}

.dsgvo-gm-message.dsgvo-gm-dark {
  color: #ffffff;
}

.dsgvo-gm-remember-choice.dsgvo-gm-dark {
  color: #ffffff;
}

.dsgvo-gm-privacy-info.dsgvo-gm-custom {
  color: #666666;
}

.dsgvo-gm-message.dsgvo-gm-custom {
  color: #666666;
}

.dsgvo-gm-remember-choice.dsgvo-gm-custom {
  color: #666666;
}

#dsgvo_gm_custom_colors.hidden {
  display: none !important;
}
#dsgvo_gm_custom_colors.visible {
  display: block !important;
}

.dsgvo-full-width {
  width: 100% !important;
}

.dsgvo-width-100 {
  width: 100px !important;
}

.dsgvo-height-100px {
  height: 100px !important;
}

.dsgvo-margin-right {
  margin-right: 1em !important;
}
