.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.cookie-consent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); 
  z-index: 999; 
  display: none; 
}

.cookie-consent-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; 
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  overflow-y: auto;
  max-height: 80vh;
}

.cookie-consent-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 20px; 
  text-align: center;
}

.cookie-consent-content a {
  color: #767676 !important;
  text-decoration: none;
}

h2 {
  color: #2c3e50; 
  font-size: 20px; 
  font-weight: bold; 
  margin-bottom: 10px;
}
h3 {
  color: #2c3e50; 
  font-size: 16px;
  font-weight: bold; 
  margin-bottom: 10px;
}

p {
  color: #34495e;
  font-size: 14px;
  line-height: 1.6; 
}
.cookie-consent-options {
  text-align: left;
  margin-top: 20px;
}

.cookie-option {
  margin-bottom: 10px;
}

.cookie-option label {
  display: inline;
  margin-left: 5px; 
  color: #7f8c8d; 
  font-weight: normal; 
  vertical-align: middle; 
}

.cookie-consent-actions {
  margin-top: 20px;
}

.cookie-consent-actions {  
  text-align: center;
}
.cookie-consent-actions button {
  margin: 10px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

#acceptAllCookies, #closeCookiePolicy {
  background-color: #4CAF50; /* Green */
  color: white;
}

#saveCookiePreferences {
  background-color: #008CBA; /* Blue */
  color: white;
}

/* Selectievakjes */
.cookie-option input[type="checkbox"] {
  accent-color: #3498db; 
}

.cookie-settings {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  display: none;
}

#cookie-verklaring {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 20px;   
  display: none;
}

#cookie-verklaring ul {
  margin-bottom: 20px;
  font-size: 12px;
  color:#2c3e50;
}
#cookie-verklaring li {
  margin-bottom: 10px;
}
