.cp-full-reset {
  cursor: pointer;
}
.cp-plugin-container-youtube {
  cursor: pointer;
}
.cp-plugin-container-youtube:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: -12px;
  background: rgba(255,255,255,0.4);
  box-sizing: border-box;
  width: 112px;
  height: 112px;
  border: 10px solid #000000;
  border-radius: 50%;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
  box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
}
.cp-plugin-container-youtube:after {
  z-index: 101;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 54px;
  border-color: transparent transparent transparent #000000;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 27px 0 27px 50px;
}
.DsgvoCookiePlugin {
  font-size: 14px;
}
.DsgvoCookiePlugin .cp-alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}
.DsgvoCookiePlugin .cp-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
}
.DsgvoCookiePlugin .cp-row {
  display: flex;
  flex-wrap: wrap;
}
.DsgvoCookiePlugin .cp-row .cp-col,
.DsgvoCookiePlugin .cp-row .cp-col-1,
.DsgvoCookiePlugin .cp-row .cp-col-2,
.DsgvoCookiePlugin .cp-row .cp-col-3,
.DsgvoCookiePlugin .cp-row .cp-col-4,
.DsgvoCookiePlugin .cp-row .cp-col-5,
.DsgvoCookiePlugin .cp-row .cp-col-6,
.DsgvoCookiePlugin .cp-row .cp-col-7,
.DsgvoCookiePlugin .cp-row .cp-col-8,
.DsgvoCookiePlugin .cp-row .cp-col-9,
.DsgvoCookiePlugin .cp-row .cp-col-10,
.DsgvoCookiePlugin .cp-row .cp-col-11,
.DsgvoCookiePlugin .cp-row .cp-col-12 {
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.DsgvoCookiePlugin .cp-row .cp-col-1 {
  flex: 0 0 8.34%;
  max-width: 8.34%;
}
.DsgvoCookiePlugin .cp-row .cp-col-1 {
  flex: 0 0 16.67%;
  max-width: 16.67%;
}
.DsgvoCookiePlugin .cp-row .cp-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.DsgvoCookiePlugin .cp-row .cp-col-4 {
  flex: 0 0 33.334%;
  max-width: 33.334%;
}
.DsgvoCookiePlugin .cp-row .cp-col-5 {
  flex: 0 0 41.664%;
  max-width: 41.664%;
}
.DsgvoCookiePlugin .cp-row .cp-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.DsgvoCookiePlugin .cp-row .cp-col-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
.DsgvoCookiePlugin .cp-row .cp-col-8 {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}
.DsgvoCookiePlugin .cp-row .cp-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.DsgvoCookiePlugin .cp-row .cp-col-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.DsgvoCookiePlugin .cp-row .cp-col-11 {
  flex: 0 0 91.667%;
  max-width: 91.667%;
}
.DsgvoCookiePlugin .cp-row .cp-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 800px) {
  .DsgvoCookiePlugin .cp-row .cp-col,
  .DsgvoCookiePlugin .cp-row .cp-col-1,
  .DsgvoCookiePlugin .cp-row .cp-col-2,
  .DsgvoCookiePlugin .cp-row .cp-col-3,
  .DsgvoCookiePlugin .cp-row .cp-col-4,
  .DsgvoCookiePlugin .cp-row .cp-col-5,
  .DsgvoCookiePlugin .cp-row .cp-col-6,
  .DsgvoCookiePlugin .cp-row .cp-col-7,
  .DsgvoCookiePlugin .cp-row .cp-col-8,
  .DsgvoCookiePlugin .cp-row .cp-col-9,
  .DsgvoCookiePlugin .cp-row .cp-col-10,
  .DsgvoCookiePlugin .cp-row .cp-col-11,
  .DsgvoCookiePlugin .cp-row .cp-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.DsgvoCookiePlugin .cp-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  width: 100%;
  cursor: pointer;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.DsgvoCookiePlugin .cp-btn:hover {
  background-color: #eeeeee;
}
.DsgvoCookiePlugin .cp-btn.cp-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.DsgvoCookiePlugin .cp-btn.cp-btn-success:hover {
  background-color: #269444;
}
.DsgvoCookiePlugin .cp-btn-group {
  width: 100%;
}
.DsgvoCookiePlugin .cp-btn-group .cp-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.DsgvoCookiePlugin .cp-btn-group .cp-btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.DsgvoCookiePlugin [data-cp-category],
.DsgvoCookiePlugin [data-cp-plugin] {
  cursor: pointer;
}
#cookie-bar {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 9998;
  max-width: 600px;
  background-color: #ffffff;
  padding: 16px 18px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 0 3px 4px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.2);
  display: none;
}
#cookie-bar.cp-left {
  left: 2%;
}
#cookie-bar.cp-right {
  right: 2%;
}
#cookie-bar.cp-top {
  top: 2%;
}
#cookie-bar.cp-bottom {
  bottom: 2%;
}
#cookie-bar.cp-center {
  left: 50%;
  transform: translateX(-50%);
}
#cookie-bar.cp-center-vertical {
  top: 50%;
  transform: translateY(-50%);
}
#cookie-bar .cp-text {
  padding: 8px;
}
.cp-modal-open {
  overflow: hidden;
}
.cp-modal-open #cookie-window {
  display: block;
}
#cookie-window {
  display: none;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
#cookie-window .cp-dialogWindow {
  min-height: calc(96.5%);
  max-height: calc(96.5%);
  max-width: 800px;
  margin: 1.7rem auto;
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
}
#cookie-window .cp-dialogWindow .cp-dialogContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(96.5vh);
  overflow: auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .5rem;
  outline: 0;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogHeader .cp-dialogTitle {
  margin-bottom: 0;
  font-size: 2rem;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
  background-color: #f1f1f1;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list {
  padding: 8px 12px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item {
  border: 1px solid #dddddd;
  border-radius: 12px;
  margin: 12px 4px;
  background-color: #ffffff;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-header,
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-info,
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-body {
  padding: 8px 12px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-header {
  padding-bottom: 0;
  font-size: 2.5rem;
}

@media (max-width: 720px) {
  #cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-header {
    font-size: 1.7rem;
  }
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-info {
  margin-bottom: 12px;
  padding-top: 0;
  border-bottom: 1px solid #ddd;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item [data-cp-plugin] {
  transition: all 600ms ease;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-row .cp-item-plugin-header {
  font-weight: 700;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-row:hover .cp-item-plugin-header {
  text-decoration: underline;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody .cp-row {
  transition: all 600ms ease;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody .cp-row .cp-col-checkbox {
  width: 44px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody .cp-highlight {
  background-color: rgba(255,255,153,0.8);
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogFooter {
  border-top: 1px solid #dee2e6;
  background-color: rgba(0,0,0,0.05);
  position: relative;
  padding: 8px 12px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogFooter .cp-full-reset {
  display: inline;
  font-size: 8px;
}