.elementor-118 .elementor-element.elementor-element-e5e1f83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-cf4db10 */.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 41, 66, 0.95); /* dunkelblau */
  color: #EFEBEC;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  flex-wrap: wrap;
}

.cookie-banner p {
  margin: 0;
  padding-right: 10px;
  flex: 1;
}

.cookie-banner a {
  color: #B4DDF9;
  text-decoration: underline;
}

.cookie-banner button {
  background-color: #B4DDF9;
  color: #002942;
  font-family: 'Playfair Display', serif;
  border: none;
  border-radius: 20px;
  padding: 8px 18px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cookie-banner button {
    margin-top: 0;
  }
}/* End custom CSS */