/*
Theme Name: Klimahallig Norderoog
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Barre & Meyer Werbeagentur GmbH
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.1
*/

@font-face {
  font-display: swap; 
  font-family: 'nexa';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.klimahallig.de/fonts/nexa-regular-webfont.woff2') format('woff2'),url('https://www.klimahallig.de.de/fonts/nexa-regular-webfont.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'nexa';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.klimahallig.de/fonts/nexa-bold-webfont.woff2') format('woff2'),url('https://www.klimahallig.de/fonts/nexa-bold-webfont.woff') format('woff');
}

#consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 20px;
  text-align: center;
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
  z-index: 999999;
  display: none;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

#consent-banner .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}

#consent-banner .inner h3 {
  color:#62a3df;
  padding-bottom: 0;
}

#consent-banner .inner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
}

#consent-banner .inner .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

#consent-banner .inner .buttons button {
  background: #0073aa;
  color: white;
  border: none;
  padding: 8px 24px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.2s;
}

#consent-banner .inner a {
  color: #ccc;
}