[data-omcookie-panel-show] {
  cursor: pointer;
}
.om-cookie-panel {
  padding: 25px;
  z-index: 9999;
  background:rgba(255,255,255,0.9);;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  font-size: 0.9em;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease, opacity 0.3s;
  text-align: center;
  font-family: 'ubuntu-light';
  font-weight:normal;
}

.om-cookie-panel #cookiePanelLogo .t3bLogo-blue {
  width: 9em;
  height: 2.0em;
  position:absolute;
  display:none;
  background: url("../../../Images/t3berlin-logo-web-media-department_2024_blue.svg") 0 0 no-repeat;
    background-size: auto;
  background-size: contain;
}

@media (min-width: 1024px) {
  .om-cookie-panel {
    width: 50vw;
    left: 50%;
    border-radius: 2em 2em 0 0;
    transform: translateY(100%) translateX(-50%);
  }
}
.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
  opacity: 1;
}
@media (min-width: 1024px) {
  .om-cookie-panel.active {
    transform: translateY(0) translateX(-50%);
  }
}
.om-cookie-panel h3 {
font-family: 'ubuntu-regular';
margin: 0;
padding: 0 0 1em;
text-align: center;
color: #333;
}
.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 2px solid #06529B;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
margin:0.18em 0.3em 0 0;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #8cad2d;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
  
}

.om-cookie-panel .cookie-panel__link a {
display: inline-block;
color: #5d656a;
font-size:0.8em;
}

.om-cookie-panel .cookie-panel__link a:hover {
	color:#333;
}


.om-cookie-panel .cookie-panel__link a:before {
  font-family: 'bootstrap-icons';
  content: '\F1C5';
  color: transparent;
  position: relative;
  margin: 0 0.3em 0 0;
  top:0.1em;
}

.om-cookie-panel .cookie-panel__link a:hover::before {
  color: #5d656a; 
}

.om-cookie-panel .cookie-panel__button {
transition: all 0.3s ease;	
  background: #666;
  color: #fff;
  padding: 0 1em;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 0.9em;
  text-transform: uppercase;
}

.om-cookie-panel .cookie-panel__button:hover {
	background-color:#333;
}

.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie-panel__button {
    width: auto;
    display: inline-block;
  }
  .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #06529B;
  line-height:2em;
}

.om-cookie-panel .cookie-panel__button--color--green:hover {
background-color:#8cad2d;
}
	
.om-cookie-panel .cookie-panel__button.essentialBtn,
.om-cookie-panel .cookie-panel__button.saveBtn  { font-size:0.7em; line-height:1.7em; }

.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-info table {
  border: 1px solid black;
  border-collapse: collapse;
}
.om-cookie-info table th,
.om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid black;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1201px) {
	.om-cookie-panel #cookiePanelLogo .t3bLogo-blue {  display:block; }
}
