body {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #f8f8f8;
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}

.hero {
  background: url('background5.jpg') center/cover no-repeat;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.hero-text {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  transform: translateY(-10%);
  border-radius: 1rem;
}

.hero h1 {
  font-family: "Almonade";
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  margin: 0;
}

.hero p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.countdown-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  background-color: #f2bb94;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-shrink: 0;
}

.label {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #444;
}

.timeline_old {
  max-width: 900px;
  margin: 4rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.timeline {
  max-width: 900px;
  margin: 4rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  text-align: left; /* ⬅️ statt center */
}

.timeline h2 {
  font-size: 2.5rem;
  font-family: "Almonade";
  color: #6c8a9a;
  margin-bottom: 2rem;
  text-align: center; /* ⬅️ statt center */
}

.timeline-date {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
  text-align: center; /* ⬅️ statt center */
}

.timeline-{
  position: relative;
  border-left: 2px solid #ccc;
  margin-left: 2rem;
  padding-left: 1rem;
  text-align: left;
}

.menu-selection {
  position: relative;
  border-left: 2px solid #ccc;
  margin-left: 2rem;
  padding-left: 1rem;
  text-align: left;
}

.timeline-item_old {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.timeline-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #f2bb94;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.timeline-content {
  flex: 1;
}

.timeline-content h3 {
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
  color: #6c8a9a;
}

.timeline-content em {
  font-style: normal;
  font-weight: bold;
  color: #f2bb94;
}

.timeline-content p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.timeline-wrapper_old {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.timeline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start; /* ⬅️ sorgt für linksbündige Ausrichtung */
}

.witnesses {
  max-width: 900px;
  margin: 4rem auto;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.witnesses h2 {
  font-size: 2.5rem;
  font-family: "Almonade";
  color: #6c8a9a;
  margin-bottom: 2rem;
}

.witnesses-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.witness {
  flex: 1 1 300px;
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
}

.witness-name {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  color: #6c8a9a;
}

.witness-name.highlight {
  color: #f2bb94;
}

.witness-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 1rem 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.witnesses-text {
  font-size: 1rem;
  color: #333;
  max-width: 700px;
  margin: 2rem auto 0;
}

.guest-table {
  margin: 2rem auto;
  border-collapse: collapse;
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.guest-table th,
.guest-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.guest-table th {
  background-color: #f2bb94;
  color: white;
  font-weight: bold;
}

.guest-table td select {
  padding: 4px;
}

.personalized {
  background-color: #ffffff;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.rvsp {
  background-color: #ffffff;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.save-confirmation {
  background-color: #f2bb94;
  color: white;
  padding: 1rem;
  margin: 1rem auto;
  max-width: 800px;
  border-radius: 12px;
  font-weight: bold;
  text-align: center;
}

.locations {
  max-width: 900px;
  margin: 4rem auto;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.locations h2 {
  font-size: 2.5rem;
  font-family: "Almonade";
  color: #6c8a9a;
  margin-bottom: 2rem;
}

.location-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}

.location-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  text-align: left;
}

.location-map iframe {
  width: 300px;
  height: 200px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.location-info {
  flex: 1;
}

.location-info h3 {
  margin-top: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #333;
}

.location-info p {
  margin: 0.5rem 0;
  font-size: 1rem;
  color: #555;
}

.location-info a {
  color: #6c8a9a;
  text-decoration: underline;
}

.location-info a:hover {
  color: #f2bb94;
}
.accommodations {
  max-width: 900px;
  margin: 4rem auto;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.accommodations h2 {
  font-size: 2.5rem;
  font-family: "Almonade";
  color: #6c8a9a;
  margin-bottom: 2rem;
}

.accommodations-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.accommodations-link a {
  font-size: 1.1rem;
  color: #f2bb94;
  text-decoration: underline;
}

.accommodations-link a:hover {
  color: #d99b78;
}

.faq {
  max-width: 900px;
  margin: 4rem auto;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  text-align: left;
}

.faq h2 {
  font-size: 2.5rem;
  font-family: "Almonade";
  color: #6c8a9a;
  margin-bottom: 2rem;
  text-align: center;
  
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.faq-question {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  padding: 0.5rem 0;
}

.faq-answer {
  display: none;
  margin-top: 0.5rem;
  padding-left: 1rem;
  color: #555;
  font-size: 1rem;
}

.personalized-title {
  font-size: 2.5rem;
  font-family: "Almonade";
  color: #6c8a9a;
  margin-bottom: 2rem;
}

.invitation-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.event-block {
  margin-bottom: 2rem;
  text-align: left;
}

.event-block label {
  margin-right: 1rem;
}

.event-info {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
}

.guest-notes {
  margin-top: 0.5rem;
  background: #f9f9f9;
  padding: 0.5rem;
  border-radius: 6px;
  font-size: 0.9rem;
}

.toggle-notes {
  margin-left: 0.5rem;
  font-weight: bold;
  background: #eee;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.allergy-notes input {
  width: 100%;
  margin-bottom: 4px;
}
#toggle-allergies {
  font-weight: bold;
  margin-left: 0.5rem;
  background: #eee;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.note-fields {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.note-fields input {
  font-size: 0.9rem;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 180px;
}

.guest-input {
  width: 100%;
  padding: 6px 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}


.josefin-sans-text {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
