/* === GENERAL === */

.body {
    background-color: #FFFEF8;
}

h1 {
    font-family: 'Great Vibes', sans-serif;
}

h4 {
    font-family: 'Great Vibes', sans-serif
}

p,
label,
input {
    font-family: 'Georgia', serif;
    font-size: 16px;
}

li {
    font-family: 'Georgia', serif;
    font-size: 16px;
}

a {
    color: #00674F;
}



.header-container {
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fffff8e0;
    width: 100%;
    color: #333;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

#active {
    text-decoration: underline;
}

/* === BORDER FOR SEESCHLOSS PICTURE ON HOMEPAGE === */

#header-picture {
    max-width: 63%;
    border: 10px solid #d4af37;
}


/* === FOOTER === */

.footer-container {
    text-align: center;
    margin-top: 2rem;
}

#logo {
    padding-left: 20px;
    float: left;
    font-size: 2.5em;
    font-family: 'Great Vibes', sans-serif;

    a {
        color: black;
        text-decoration: none;
    }
}

nav {
    float: right;
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding-right: 20px;
    font-size: medium;
    font-family: 'Georgia', serif
}

.nav-links li {
    display: inline-block;
    margin-left: 10px;
}

.nav-links li a {
    color: #333;
    text-decoration: none;
    padding: 0.5em 0.5em;
    display: inline-block;
    transition: background-color 0.5s;
}

.nav-links li a:hover {
    background-color: #ddddd0;
}

.image-background-container {
    position: relative;
    text-align: center;
    color: white;
}

.intro-to-website {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.countdown-wrapper {
    text-align: center;
    font-family: 'Georgia', serif;
    color: #333;
    background-color: #FFFBEF;
    padding: 30px;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#countdown {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 1.5em;
}

#countdown div {
    flex: 1;
}

#countdown span {
    font-weight: bold;
    font-size: 2em;
    color: #d4af37;
}



.basic-information {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    /* display: grid;s */
    /* border: 10px solid black; */
}

.basic-information>p {
    /* grid-column: 2;
    border: 2px solid black; */
    font-size: 2.5em;
    font-family: 'Great Vibes', sans-serif;
}

.text-overlay {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
    text-shadow: 2px 2px 5px #d4af37;
    font-family: 'Great Vibes', sans-serif;
}

.body-content-section {
    h1 {
        font-family: 'Great Vibes', sans-serif;
    }

    p {
        text-align: justify;

        a {
            color: #00674F;
            text-decoration: none;
            font-weight: bold;
        }
    }
}

.body-content-section-right {
    text-align: right;
    margin-bottom: 3rem;
}

.body-content-section-left {
    text-align: left;
    margin-bottom: 3rem;
}

.body-text {
    text-align: center;
    font-size: 20px;
}

.picture-text {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.picture-styling {
    width: 160px;
    border-radius: 8px;
    border: 3px solid #d4af37;
    padding: 4px;
    background-color: #fffff8e0;
}

.registry-item {
    margin-bottom: 3rem;
}

.love-story {
    margin-bottom: 3rem;
}

.wedding-timeline {
    text-align: center;
    font-family: 'Georgia', serif;
    color: #333;
    background-color: #FFFBEF;
    padding: 30px;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-title {
    margin-bottom: 2rem;
}

.timeline-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 12.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #f1e3a4;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-left: 8rem;
    z-index: 1;
}

.timeline-item .icon {
    font-size: 2.5rem;
    color: #d4af37;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}

.timeline-item .marker {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 2px solid #f1e3a4;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.timeline-item .text-group {
    margin-left: 2rem;
    text-align: left;
    font-size: 18px;
}

.timeline-item .time {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

  .menu-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #FFFBEF;
    border-radius: 12px;
    font-family: 'Georgia', serif;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .menu-description {
    flex: 1 1 45%;
  }

  .menu-description h1 {
    color: #d4af37;
    margin-bottom: 1rem;
  }

  .menu-description p {
    margin-bottom: 0.8rem;
  }

  .menu-form {
    flex: 1 1 45%;
  }

  .menu-form h1 {
    color: #d4af37;
    margin-bottom: 1rem;
  }

  .menu-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }

  .menu-form input,
  .menu-form select,
  .menu-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: 'Georgia', serif;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .menu-form textarea {
    resize: vertical;
  }

  .menu-form button {
    background-color: #d4af37;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .menu-form button:hover {
    background-color: #b9962f;
  }

  @media (max-width: 768px) {
    .menu-section {
      flex-direction: column;
    }
  }