@media (max-width:800px) {
    .gallery_part {
        width: 80vw;
    }

    .gallery_part.active {
        width: 90vw;
    }
    .gallery_part img {
        border-radius: 1em;
    }


    .rating {
        font-size: 1.5em;
    }

    .map_card {
        box-shadow: inset 0 0 5pt 5pt rgba(0, 0, 0, 0.2);
        transition: all ease-in-out .5s;
        border-radius: 1.5em;
    }

    .map {
        width: 92vw;
        padding: 1em;
    }

    .button_buchen {
        box-shadow: inset 0 0 5pt 5pt rgba(0, 0, 0, 0.2);
        border-radius: 1em;
    }

    .svg_button {
        width: 60px;
        height: 60px;
        fill: rgb(208, 207, 207);
        background: black;
        box-shadow: 0 0 .5em .5em rgba(66, 66, 66, 0.527);
        margin: 0.2rem;
    }

    .airbnb_gallery {
        background: #b31230c9;
    }

    .card svg {
        background: none;
    }

    .media {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .flex {
        gap: 1em;
    }


    .hof_hero {
        width: 90vw !important;
        padding-top: 3em;
        height: auto;
        stroke-width: 3;
    }



    .nav-branding {
        height: 2em;
        width: 2em;
    }

    .navbar {
        min-height: 50px;
    }


    .header {
        box-shadow: 0 4px 20px 0 rgb(0, 0, 0);
    }

    .text-columns {
        column-count: 1;
        column-gap: 40px;
    }


    .large_circle {
        --radius: 350px;
        --w: 4em;
        width: var(--radius) !important;
        height: var(--radius) !important;
        border-radius: var(--radius);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }



    .in_center {
        top: 50%;
    }

    .topbar {
        padding-top: 3em;
    }

    .grid_artikel_style {
        padding-top: 5em;
    }

    .nav-branding-4 {
        width: 3em;
        height: 3em;
    }

    h1 {
        font-size: 2rem;
    }

    p,
    li {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .grid_topbar {
        grid-template-columns: 1fr;
    }



    .star {
        width: 1em;
        height: 1em; 
    }

    .flex {
        gap: 1rem;
    }

    .gap {
        gap: 1rem;
    }

    .arrow {
        left: 4rem;
    }

    .itrk-legaltext h1 {
        padding-bottom: 2rem;
        padding-top: 4rem;
        font-size: 1.6rem;
     }

     .itrk-legaltext p {
        padding-bottom: 1rem;
        text-align: left;
     }
    

}


@media (max-height:500px) {
    .topbar {
        padding-top: 4em;
    }
 

    .gallery_part {
        width: 60vw;
    }

    .rating_left,
    .rating_right {
        height: 4em;
        width: 4em;
    }

    .rating {
        font-size: 2em;
    }



    .navbar {
        min-height: 50px;
    }

    .nav-branding {
        height: 2em;
        width: 2em;
    }

    .header {
        box-shadow: 0 4px 10px 0 rgb(0, 0, 0);
    }

    .map_card {
        box-shadow: inset 0 0 5pt 5pt rgba(0, 0, 0, 0.2);
        transition: all ease-in-out .5s;
        border-radius: 1.5em;
    }

    .map {
        width: 60vw;
    }

    .hof_hero {
        width: 90vw !important;
        /* padding-top: 3em; */
        height: auto;
        stroke-width: 2;
        margin-top: -3rem;
    }

    .grid_artikel_style {
        padding-top: 5em;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .star {
        width: 1em;
        height: 1em; 
    }

    .nav-branding-4 {
        width: 3em;
        height: 3em;
        /* padding-bottom: 3rem; */
    }


    .flex {
        gap: 1rem;
    }

    .arrow {
        left: 4rem;
    }

    .gap {
        gap: 1rem;
    }


}