/*** oveleon cookiebar ***************************/

.cookiebar {
  z-index: 100;
  position: fixed;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  padding: 6px 4px 3px 5px;
  bottom: 2rem;
  left: 2rem;
  background-color: white;
  opacity: .5;
}
.cookiebar img {
  width: 3rem !important;
  height: auto;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.cc-module {
    border: 2px solid #B5C740;
    text-align: center;
    margin: 1rem;
    padding: 1rem;
}

/** content-youtube Anpassungen ******************/

.youtube,
.content-youtube {
    position: relative;
    padding: 10%;
    //padding-bottom: 15rem;
    //width: 100%;
    height: auto;
}
.youtube iframe,
.content-youtube iframe {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.content-youtube iframe[src^="/cookiebar"] {
    margin: 0 auto;
    //height: auto;
}
.f-center.mb3rem figure {
    text-align: center;
}
