.intro-section-content {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.intro-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-size: 17px;
    font-weight: 300;
}

.intro-wrap span {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
}

article p {
    margin: 20px 0;
}

article#ueber-uns img {
    width: 100%;
}

.wrap-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.option {
    width: 100%;
    height: 340px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: left;
}

.option-text {
    font-size: 36px;
    font-family: 'Cormorant Garamond';
    color: white;
}

.option-text span {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Inter';
    color: white;
}

#option1 {
    background: url('../img/bar.png') no-repeat center;
    background-size: cover;
}

#option2 {
    background: url('../img/bootsverleih.png') no-repeat center;
    background-size: cover;
}

article#ueber-uns h3 {
    width: 300px;
}

.ueber-uns-text {
    gap: 10px;
}

.rezension-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    margin-top: 60px;
}

.rezension {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    padding: 40px 20px;
    background-color: white;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.rezension p {
    font-size: 14px;
    margin: 10px 0;
}

.rezension img {
    height: 20px;
}

article#rezensionen-event .rezension {
    padding: 0;
    gap: 0;
}

article#rezensionen-event .rezension-content {
    background-color: white;
    padding: 40px 20px;
    border-radius: 0 0 12px 12px;
}

.rezension img.portrait {
    height: 30vh;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

article#bar {
    background:
        linear-gradient(to bottom, white, rgba(255, 255, 255, .4)),
        url("../img/dachterasse.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

article#bar p {
    max-width: 600px;
    margin-top: 50px;
    text-align: center;
    align-self: center;
}

.bar-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.bar-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0 60px 0;
}

.bar-info {
    font-size: 16px;
    font-weight: 500;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.bar-info img {
    width: 24px;
}

.reel-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    overflow: scroll;
    margin-top: 40px;
}

.reel-wrap a {
    position: relative;
    z-index: 1;
}

.reel-wrap img {
    width: 300px;
    height: 400px;
    object-fit: cover;
}

.reel-wrap img.play-icon {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
}

.three-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    overflow: scroll;
    gap: 20px;
}

.three-wrap img {
    width: 80vw;
    height: 300px;
    object-fit: cover;
}

section.event-intro {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
    gap: 30px;
}

.bullet-point-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bullet-point-wrap::-webkit-scrollbar {
    display: none;
}

.bullet-point-track {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: max-content;
    animation: marquee 25s linear infinite;
}

.bullet-point {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.bullet-point img {
    width: 20px;
    height: 20px;
}

article#skizze,
article#skizze-drinks {
    padding-left: 0;
    padding-right: 0;
}

article#skizze img,
article#skizze-drinks img {
    width: 100%;
}

article#skizze img.mobile,
article#skizze-drinks img.mobile {
    width: 100%;
}

article#skizze img.responsive,
article#skizze-drinks img.responsive {
    display: none;
}

article#skizze-drinks {
    background-color: #0B1421;
}

article#skizze-drinks img {
    margin: 40px 0;
}

.ablauf-wrap,
.ablauf-point {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.ablauf-wrap {
    gap: 50px;
    margin-top: 50px;
}

.icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-color: #C3C9D3;
    margin-bottom: 10px;
}

.icon img {
    width: 26px;
    height: 26px;
}

.ablauf-point .time {
    font-size: 16px;
    font-weight: 500;
}

.ablauf-point .info {
    font-size: 16px;
    font-weight: 300;
}

article#standort {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column-reverse;
}

article#standort img {
    width: 100%;
    object-fit: cover;
}

article#standort .standort-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

article#standort .standort-details-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

article#standort .standort-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
}

article#standort .standort-details img {
    width: 28px;
    opacity: 0.5;
}

article#standort .standort-details b {
    font-weight: 500;
}

article#standort .standort-details p {
    font-weight: 300;
    margin: 0;
}

article#faq {
    background-color: #0B1421;
}

.kontakt-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 0 0 0;
}

.kontakt-card {
    width: 100%;
    background-color: rgba(11, 20, 33, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 24px 20px;
    border-radius: 12px;
    border: .2px solid #0B1421;
}

.kontakt-card img {
    width: 28px;
}

.kontakt-card b {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.kontakt-card a {
    font-size: 16px;
    font-weight: 300;
}



@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 15px));
    }
}

@media screen and (min-width: 768px) {
    .intro-wrap {
        flex-direction: row;
        gap: 40px;
    }

    article#ueber-uns h3 {
        width: 100%;
    }

    article#ueber-uns p {
        max-width: 650px;
    }

    article#ueber-uns img {
        max-height: 350px;
        object-fit: cover;
        object-position: top;
    }

    .rezension-wrap {
        flex-direction: row;
        gap: 15px;
        align-items: stretch;
    }

    .rezension img {
        height: 18px;
    }

    .button-wrap {
        flex-direction: row;
    }

    article#bar {
        padding-bottom: 150px;
    }

    article#skizze img.mobile,
    article#skizze-drinks img.mobile {
        display: none;
    }

    article#skizze img.responsive,
    article#skizze-drinks img.responsive {
        width: 80vw;
        display: unset;
    }

    .ablauf-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    article#standort .standort-details-wrap {
        flex-direction: row;
        gap: 50px;
        margin: 40px 0 20px 0;
    }

    .kontakt-wrap {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .intro-section {
        flex-direction: row;
        gap: 50px;
    }

    .intro-wrap .intro-point span {
        display: block;
        margin-bottom: 10px;
    }

    article#ueber-uns {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        gap: 100px;
    }

    article#ueber-uns img {
        width: 50%;
        max-height: 350px;
        height: min-content;
        object-fit: cover;
        object-position: top;
    }

    .ueber-uns-text {
        width: 50%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        text-align: left;
    }

    .rezension-wrap {
        gap: 30px;
    }

    .bar-wrap {
        flex-direction: row;
        gap: 30px;
    }

    article#skizze img.responsive {
        width: 85vw;
    }

    article#skizze img.responsive,
    article#skizze-drinks img.responsive {
        width: 75vw;
        display: unset;
    }

    .ablauf-point {
        justify-content: flex-start;
        align-items: center;
    }

    article#standort {
        flex-direction: row;
        gap: 50px;
    }

    article#standort img,
    article#standort .standort-text {
        width: 50%;
    }

    article#standort .standort-text {
        text-align: left;
        align-items: flex-start;
    }

    article#standort .standort-details-wrap {
        flex-direction: column;
        margin: 0;
        gap: 20px;
    }

    article#standort .standort-details {
        width: 100%;
        /* flex-direction: row; */
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        margin-top: 40px;
    }

    article#standort .standort-details img {
        position: absolute;
        top: -40px;
    }

    .kontakt-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 12px;
        padding: 40px 0 100px 0;
    }

    .kontakt-card {
        padding: 20px 12px;
        font-size: 14px;
    }

    .kontakt-card a{
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {

    .reel-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        gap: 20px;
        overflow: none;
        margin-top: 40px;
    }

    .reel-wrap img {
        width: 100%;
        height: unset;
        object-fit: cover;
    }

    .ablauf-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .ablauf-point {
        /* background: red; */
    }

    .ablauf-point .info {
        max-width: 120px;
    }
}