@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Quicksand:wght@400;600&display=swap');

html, body {
  background-color: #FDF5E6;
  margin: 0;
  padding: 20px;
  min-height: 100vh;
}

h1, h2 {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: #4A3728;
  margin-bottom: 0.5rem;
}

h1 { font-size: 3.5rem; }

h2 {
  font-size: 2.5rem;
  color: #8C5E3C; 
  border-bottom: 2px dashed #BC6C25; 
  display: inline-block;
  margin-top: 2rem;
}

p {
  font-size: 1.1rem;
  max-width: 700px; 
  font-family: 'Quicksand', sans-serif; 
}

a {
  color: #BC6C25;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 0 4px;
}

#maintitle {
  text-align: center;
  font-size: 5rem;
}


.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.foto-container-rechts {
    float: right;
    width: 320px;         
    margin: 10px 0 20px 25px; 
    text-align: center;
    background: #F8E9D2;
    padding: 12px;
    border-radius: 12px;
    border: 1px dashed #BC6C25;
}

.foto-klein {
    width: 100%;           
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.bijschrift {
    font-size: 0.85rem;
    color: #4A3728;
    margin-top: 8px;
    font-style: italic;
    line-height: 1.3;
}

h2, h3 {
    clear: both;
    padding-top: 15px;
}