body 
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

    background-image: url('/img/background-5.jpg');
    background-repeat: repeat;  
}

header
{
    height: 155px;
    padding: 0px;
    background-color: #007eb6;
    position: sticky;
    top: 0;
    z-index: 100;

    background-image: url("/img/headerBackground.png");
    background-repeat: repeat; 
}

#logo
{
    float: left;
    width: 10%;
}

#kw1cLogo
{
    width: 250px
}

#bannerBeach
{
    width: 100%;
}

nav
{
    float:left;
    width: 90%;
}

nav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #333;
    margin-top: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li
{
    text-align: center;
    width: 30%;
    height: 30px;
    padding-top: 10px;
    border: 1px solid #333333;
}

nav ul li a
{
    color: #ffffff;
    width: 300px;
    text-align: center;
    text-decoration: none;;
    cursor: pointer;
}

.active
{
    background-color: #007eb6;
}

nav ul li:hover 
{
  background-color:  red;
}

main
{
    text-align: center;
}

h1 
{
    text-shadow: 2px 2px 4px #000000;
    color: #007eb6;

    font-family: "Roboto", sans-serif;
    font-weight: bolder;
}

h1 i
{
    color: red;
    font-size: 25px;
}

#building
{
    transform: rotate(-2deg);
    transition: 0.3s;
}

#building img
{
    width: 400px;
    border-radius: 10px;
}

#building:hover {
  transform: rotate(0deg) scale(1.05);
}

#building figcaption
{
    color: #ff0000;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    text-shadow: 2px 2px 4px rgba(235, 255, 59, 0.5);
}

footer
{
    background-color: #e08585;
    height: 75px;
    padding: 20px 0 0 20px;
    text-align: center;
    color: #ffffff;
}

.producten
{
    list-style-type: none;
    width: 50%;
    margin: 0 auto;
}

.productImage
{
    height: 30px;;
}

.producten li
{
    border: 1px solid #007eb6;  
    margin: 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
}

table
{
    margin: 0 auto;
    margin-bottom: 100px;
    border-collapse: collapse;
}
table, td
{
    border: 5px solid #ccc;
    color:#0000ff;
    font-size: 20px;
    font-weight: bold;
}

table tr td 
{
    width: 200px;
}

table tr:nth-child(even) 
{
      background: #9cf39d;
}

table tr:hover
{
    background-color: #f0aa5f;
}

article ul
{
    list-style-type: none;
}

.highlight {
      background-color: yellow;
      transition: background-color 0.3s;
      color: #000;
}

.map-container 
{
    position: relative;
    width: 100%;
    max-width: 900px;   /* optioneel: max breedte */
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    margin: 2rem auto;
}

.map-container iframe 
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

 .frame-wrap 
 {
      position: relative;
      width: 100%;
      max-width: 480px;
      aspect-ratio: 3 / 4;           /* verhouding van het spelvenster */
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 24px rgba(0,0,0,.15);
      margin: 2rem auto;
}

.frame-wrap iframe 
{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      background: #111;
}

.cards
{
    display: flex;
}
.project-card {
  position: relative;
  width: 320px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
  background: #000;
  margin: 0 auto;
}

.project-card:hover {
  transform: scale(1.05);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}

.project-card:hover img {
  opacity: 0.3;
}

.project-card figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: rgba(0,0,0,0.6);
  text-align: center;
  padding: 1rem;
}

.project-card:hover figcaption {
  opacity: 1;
}

.project-card h3 {
  margin: 0;
  font-size: 1.4rem;
}

.project-card p {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.project-card a {
  display: inline-block;
  margin-top: 8px;
  background: #00bcd4;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.project-card a:hover {
  background: #0097a7;
}

button 
{
      background-color: #ff8ba7;
      border: none;
      color: white;
      padding: 15px 30px;
      font-size: 18px;
      border-radius: 12px;
      cursor: pointer;
      transition: background-color 0.3s;
      margin-bottom: 20px;
      transition: transform 0.5s ease;
}

button:hover {
    background-color: #ff6384;
}

.draai {
    transform: rotate(360deg);
}

.onzin
{
    margin: 0 auto 20px auto; 
    background-color: #ffffff;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
    color: #ccc;
}

.fa-refresh
{
    font-size: 20px;
}