/**
 * @copyright (C) 2022 Roland Laich
 *
 * @author Roland Laich <mail@laich.info>
 *
 * @link www.laich.info
 *
 * @version 2.0
 */

[id^="gdpr-protector-container"] {
  display: flex;
}

.gdpr-protector-shield {
  width: 100%;
  height: 100%;
  background: #B9B9B9;
  padding: 2em 3em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #979797;
/*  height: 500px !important;*/
}
/*
.gdpr-protector-shield {
  background-image: url(video.jpg) !important;
  background-size: cover !important;
}
*/
.gdpr-protector-shield .headline {
  display: inline-block;
  padding: 0.25em 1em;
  font-weight: bold;
  font-size: initial;
  font-family: inherit;
}
/** kann als p oder span implementiert sein: **/
.gdpr-protector-shield .headline + p,
.gdpr-protector-shield .headline + span {
  display: block;
  padding: 0.25em;
}
.gdpr-protector-shield i.fa {
  display: block;
  color: #979797;
  margin-top: 0.25em;
}
.gdpr-protector-shield button {
  border: 2px solid #9D9D9D !important;
  padding: 0.4em 1.2em;
  text-decoration: none;
  border-radius: 0.3em;
  background-color: #EDEDED;
  display: inline-block;
  margin-top: 1em;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}
.gdpr-protector-shield button:hover {
  background-color: #FFF !important;
  outline: 0.2em solid #fff;
}
[id^="gdpr-protector-container"] iframe {
  width: 100%;
}
