@-webkit-keyframes flyIn {
  0% {
    top: -300px; }
  100% {
    top: 20px; } }

@keyframes flyIn {
  0% {
    top: -300px; }
  100% {
    top: 20px; } }

@keyframes load-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

.dsgvo-consent, .dsgvo-consent:after, .dsgvo-consent:before, .dsgvo-consent *, .dsgvo-consent *:after, .dsgvo-consent *:before {
  box-sizing: border-box; }

.dsgvo-consent__bg {
  background-color: black;
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6; }

.dsgvo-consent__container {
  max-width: 1200px;
  width: 100%;
  background-color: white;
  left: 0;
  right: 0;
  top: 20px;
  position: fixed;
  margin: 0 auto;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  transition: top;
  animation: ease-out 1s flyIn;
  max-height: calc(100vh - 40px);
  color: #000; }

.dsgvo-consent__content {
  padding: 30px; }

.dsgvo-consent__settings {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap; }
  .dsgvo-consent__settings--open {
    display: flex; }

.dsgvo-consent__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.dsgvo-button {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .dsgvo-button {
      flex: 0 1 auto;
      max-width: none;
      margin-bottom: 0;
      justify-content: flex-start; }
      .dsgvo-button--decline {
        flex: 1 0 auto; } }
  .dsgvo-button__link {
    display: inline-block;
    padding: 10px 30px; }
    .dsgvo-button__link--toggle {
      background-color: #ddd !important;
      color: black !important; }
      .dsgvo-button__link--toggle:hover, .dsgvo-button__link--toggle:focus {
        background-color: rgba(221, 221, 221, 0.7) !important;
        color: rgba(0, 0, 0, 0.7) !important; }
    .dsgvo-button__link--decline {
      background-color: #dedede !important;
      color: black !important; }
      .dsgvo-button__link--decline:hover, .dsgvo-button__link--decline:focus {
        background-color: rgba(222, 222, 222, 0.7) !important;
        color: rgba(0, 0, 0, 0.7) !important; }
    .dsgvo-button__link--confirm {
      background-color: #cb071f !important;
      color: white !important; }
      .dsgvo-button__link--confirm:hover, .dsgvo-button__link--confirm:focus {
        background-color: rgba(203, 7, 31, 0.7) !important;
        color: rgba(255, 255, 255, 0.7) !important; }

.dsgvo-type {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .dsgvo-type {
      flex: 0 0 50%;
      max-width: 50%; } }
  .dsgvo-type__checkbox {
    display: none;
    user-select: none; }
  .dsgvo-type__checkbox-label {
    display: block;
    position: relative;
    width: 72px;
    height: 36px;
    border-radius: 18px;
    transition: all .2s ease;
    background: #868686; }
    .dsgvo-type__checkbox-label:before {
      content: "";
      display: block;
      position: absolute;
      width: 36px;
      height: 36px;
      border-radius: 18px;
      top: 0;
      left: 0;
      transition: all .2s ease;
      background: #bbb; }
  .dsgvo-type__checkbox:checked + .dsgvo-type__checkbox-label {
    background: #549c3c; }
    .dsgvo-type__checkbox:checked + .dsgvo-type__checkbox-label:before {
      background: #79e24c;
      left: 50%; }
  .dsgvo-type__checkbox-wrap--default {
    display: none; }
  .dsgvo-type__checkbox-wrap--disabled {
    display: block;
    opacity: .4; }

.dsgvo-cookies {
  font-size: 14px;
  text-align: center;
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .dsgvo-cookies {
      text-align: right; } }
  .dsgvo-cookies__check {
    display: none; }
  .dsgvo-cookies__check-label {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    cursor: pointer; }
    .dsgvo-cookies__check-label .fa {
      transform-origin: center center; }
  .dsgvo-cookies__list {
    display: none;
    overflow-x: auto;
    text-align: left; }
  .dsgvo-cookies__check:checked ~ .dsgvo-cookies__check-label .fa {
    transform: rotateZ(180deg); }
  .dsgvo-cookies__check:checked ~ .dsgvo-cookies__list {
    display: block; }
  .dsgvo-cookies__table {
    min-width: 100%; }
    .dsgvo-cookies__table th, .dsgvo-cookies__table td {
      text-align: left;
      padding: 5px; }
    .dsgvo-cookies__table th {
      font-weight: 600;
      vertical-align: bottom; }
  .dsgvo-cookies__header-row:not(:first-child) th, .dsgvo-cookies__header-row:not(:first-child) td {
    padding-top: 15px; }
  .dsgvo-cookies__cookie--odd td {
    background: #f0f0f0; }

.dsgvo-consent--inline {
  position: relative; }
  .dsgvo-consent--inline .dsgvo-button--toggle {
    display: none; }
  .dsgvo-consent--inline .dsgvo-cookies__cookie--odd td {
    background: #e0e0e0; }

.dsgvo-consent--inline .dsgvo-consent__bg {
  display: none; }

.dsgvo-consent--inline .dsgvo-consent__container {
  position: static;
  max-width: none;
  animation: none;
  transition: none;
  overflow: visible;
  margin: 0;
  max-height: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }

.dsgvo-consent--inline .dsgvo-consent__content {
  background: #eee; }

.dsgvo-consent--inline .dsgvo-consent__settings {
  display: flex; }

.dsgvo-consent--loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.5); }

.dsgvo-consent--loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  border-top: 8px solid #000;
  border-right: 8px solid #4d4d4d;
  border-bottom: 8px solid #999999;
  border-left: 8px solid #e6e6e6;
  transform-origin: center center;
  animation: linear 1s load-rotate; }
