.single_seminar_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb {
    position: sticky;
    top: 164px;
}

.seminar_card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: sticky;
    top: 220px;
    margin-bottom: 50px;
}

.seminar_content h2 {
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 130%;
}

.seminar_content p {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 180%;
    margin-top: 0.5rem;
}

.seminar_content {
    padding-left: 4rem;
}

.seminar_content .bullet-text {
    font-size: 1.1rem;
    font-weight: 600;
}

.seminar_card_header {
    background: linear-gradient(to bottom right, #546C7A, #002339);
    padding: 1.5rem;
}

.seminar_card_body {
    padding: 1.5rem;
}

.feature-pill {
    background-color: #70707027;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: #002339;
    font-weight: 600;
    display: block;
}

.single_seminar_wrapper {
    --custom-width: calc((100vw) * 0.28);
    background-image: linear-gradient(to right, #002339 var(--custom-width), #F8FAFA var(--custom-width));
    background-size: 100%;
    background-blend-mode: overlay;
    background-position: left;
    background-repeat: no-repeat;
}

@media (min-width: 2200px) {
    .single_seminar_wrapper {
        --custom-width: calc((100vw + 1500px) * 0.20);
    }
}

@media (min-width: 2600px) {
    .single_seminar_wrapper {
        --custom-width: calc((100vw + 1500px) * 0.24);
    }
}

@media (min-width: 3000px) {
    .single_seminar_wrapper {
        --custom-width: calc((100vw + 1500px) * 0.27);
    }
}

@media (min-width: 3300px) {
    .single_seminar_wrapper {
        --custom-width: calc((100vw + 1500px) * 0.30);
    }
}

.book-seminar-button {
    background-color: #E82B32;
    border-radius: 2rem;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    transition: all 0.1s ease-in-out;
    border: 0.2rem solid #E82B32;
}

.book-seminar-button:hover {
    background-color: white;
    color: #E82B32;
    transition: all 0.1s ease-in-out;
}

.early-bird-discount {
    background-color: #2D7DD2;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: white;
    font-weight: 600;
    display: block;
}

#map {
    height: 400px;
    width: 100%;
    background-color: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('https://cdn.phm-innotech.de/images/map_placeholder.png') no-repeat center center;
    background-size: cover;
  }

  #acceptCookies {
    background-color: #e82b32;
    color: white;
    border-radius:
  2rem;
    padding:
  0.5rem 1rem;
    margin-top: 0.5rem;
  }

.seminar_fully_booked {
    background-color: #E82B32;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: white;
    font-weight: 600;
    display: block;
}

.early-bird-discount-orange {
    background-color: #FE7F2D;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: white;
    font-weight: 600;
    display: block;
}

.nearly-booked-orange {
    background-color: #FE7F2D;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: white;
    font-weight: 600;
    display: block;
}

.free-places-green {
    background-color: #3C896D;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: white;
    font-weight: 600;
    display: block;
}

.early-bird {
    background-color: #3C896D;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    color: white;
    font-weight: 600;
    display: block;
}


.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-1 {
    margin-bottom: 0.25rem
}

.mb-3 {
    margin-bottom: 0.75rem
}

.grid {
    display: grid
}

.max-w-4xl {
    max-width: 56rem
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.gap-4 {
    gap: 1rem
}

.rounded-xl {
    border-radius: 0.75rem
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.p-5 {
    padding: 1.25rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.font-semibold {
    font-weight: 600
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (max-width: 1024px) {
    .single_seminar_wrapper {
        background-image: linear-gradient(to right, #F8FAFA 28%, #F8FAFA 28%);
        background-size: 100%;
        background-blend-mode: overlay;
        background-position: left;
        background-repeat: no-repeat;
    }

    .seminar_card {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .breadcrumb {
        position: static;
        margin-top: 30px;
    }

    .breadcrumb a {
        color: rgb(0 35 57 / var(--tw-bg-opacity));
    }

    .seminar_content {
        padding: 1rem;
    }

    .seminar_sidebar {
        padding: 1rem;
    }
}