<?php 
/**
* Theme Name: Geregeld Online
*
*/

/** @todo refactoren naar tailwind! **/

.hero {
  text-align: center;
  color: white;
  padding: 50px 0;
  position: relative;
}

.hero-image {
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
}

.hero-title {
  font-size: 2.5rem;
  position: relative;
}

.feedback-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
}

.widget-header {
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.widget-content {
  display: none;
  padding: 10px;
}

.widget-button {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 7px;
  cursor: pointer;
  border-radius: 8px;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
