body.single-residents .entry-content {
    max-width: 1600px;
}

.suedpolresidents {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 1600px;
    max-width: 100%;
    margin: auto;
}

.suedpolresidents .suedpolresident_item {
    position: relative;
    left: 100px;
    font-family: VenusPro-Regular;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-shadow: 0.5px 0.5px 0 rgb(255 255 255 / 50%);
    margin-bottom: 200px;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    -webkit-text-size-adjust: 100%;
}

.suedpolresidents .suedpolresident_item:last-child {
    margin-bottom: 100px;
}

.suedpolresidents .suedpolresident_item .header_row {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 74%;
    transform: rotate(30deg);
    color: #000;
    z-index: 0;
}

.suedpolresident_item .resident_row {
    position: relative;
    display: flex;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto 4px auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
}

.suedpolresident_item .resident_row.top_row {
    display: flex;
    justify-content: space-between;
	gap: 5px;
    left: 0px;
    top: -4px;
    max-height: 50px;
    padding: 0;
    background: none;
	box-shadow: none;
    transform: skew(60deg, -30deg) scaleY(0.667);
}

.suedpolresident_item .top_row p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 10px;
}

.suedpolresident_item .top_row p a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.suedpolresident_item .top_row p a.booking {
    font-size: 20px;
    text-decoration: none;
}

.suedpolresident_item .top_row p a.booking:hover {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    text-decoration: none;
}

.suedpolresident_item .top_row p.links_row {;
    display: flex;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    width: auto;
    margin-bottom: 0;
    color: #000;
}

.suedpolresident_item .top_row p.links_row > a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    margin-left: 2rem;
}

.suedpolresident_item .top_row p.links_row > a:first-child {
    margin-left: 0;
}

.suedpolresident_item .top_row p.links_row > a:hover,
.suedpolresident_item .top_row p.links_row > a:active,
.suedpolresident_item .top_row p.links_row > a:focus {
    color: rgba(255, 255, 255, .5);
}

.suedpolresident_item .resident_row.title_row {
    font-size: 55px;
    line-height: 0;
    min-height: 60px;
    align-items: center;
    text-shadow: 1.5px 1.5px 0px rgb(255 255 255 / 40%);
    max-height: 78px!important;
}

.suedpolresident_item .resident_row.title_row .container_relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.suedpolresident_item .resident_row.title_row h1.resident_name {
    display: flex;
    justify-content: center;
    width: calc(100% - 176px);
    font-family: VenusPro-Regular;
    font-size: inherit;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0;
    color: #000;
}

.suedpolresident_item .resident_row.title_row h1::before,
.suedpolresident_item .resident_row.title_row h1::after {
    content: none;
}

.suedpolresident_item .resident_row.title_row .coords_frame {
    position: absolute;
    width: 40%;
    height: auto;
    pointer-events: none;
    animation: spin_reverse 50s linear infinite;
    bottom: 0;
    right: -70px;
}

.suedpolresident_item .resident_row:nth-child(odd) {
    /*transform: skew(60deg, -30deg) scaleY(0.667);*/
}

.suedpolresident_item .resident_row:nth-child(even) {
    transform: skew(0deg, -30deg) scaleY(1.333);
}

.suedpolresident_item .resident_row.image_row {
    display: flex;
    left: 155px;
    top: -56px;
    height: 285px;
    max-height: 285px;
    width: 100%;
    background: none;
    transform: skew(60deg, -30deg) scaleY(0.5);
    box-shadow: none;

    display: none;
}

.suedpolresident_item.no_image .resident_row.image_row {
    display: flex;
    aspect-ratio: auto;
    left: 116px;
    top: -12px;
    background: none;
    opacity: 0;
    box-shadow: none;
}

.suedpolresident_item .resident_row.image_row .event_image {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    gap: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.suedpolresident_item .resident_row.image_row .event_image .img {
    width: 33%;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
}

.suedpolresident_item .description_row {
    position: relative;
    display: flex;
    left: -92px;
    top: 20px;
    max-width: 85%;
    min-width: 81%;
    padding: 10px 0 0 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 0.5px rgb(255 255 255 / 50%);
    text-shadow: none;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
}

.suedpolresident_item .description_row .artist_images {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 10px;
}

.suedpolresident_item .description_row .artist_images a {
    display: flex;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.suedpolresident_item .description_row .artist_images .tile_images {
    display: flex;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 0;
    gap: 10px;
}

.suedpolresident_item .description_row .artist_images .tile_images a {
    display: flex;
    flex-grow: 1;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.suedpolresident_item .description_row .description {
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 0 10px 10px 10px;
}

.suedpolresident_item .description_row .description .text {
    padding-bottom: 10px;
}

.suedpolresident_item .description_row .description h1,
.suedpolresident_item .description_row .description p,
.suedpolresident_item .description_row .description a,
.suedpolresident_item .description_row .description ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    transition: all 300ms ease-in;
}

.suedpolresident_item .description_row .description h2 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
	text-align: left;
}

.suedpolresident_item .description_row .description a:hover {
    color: rgba(0, 0, 0, .5);
}

.suedpolresident_item .description_row .description p.event-duration {
    font-family: VenusPro-Reclining;
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.suedpolresident_item .description_row .description p.event-duration span::before,
.suedpolresident_item .description_row .description p.event-duration span::after {
    content: '.::';
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0 5px;
}

.suedpolresident_item .description_row .description p.event-duration span::after {
    content: '::.';
}

.suedpolresident_item .description_row .description p:last-child,
.suedpolresident_item .description_row .description ul:last-child {
    margin-bottom: 0;
}

.suedpolresident_item .description_row iframe {
    width: 100%;
    height: 410px;
    margin-bottom: 10px;
}

.suedpolresident_item .description_row iframe:last-child {
    margin-bottom: 0;
}

.suedpolresident_item .resident_row:nth-child(2) {
    top: 0;
    left: 32px;
    margin-top: 0;
    max-height: none;
}

@media screen and (max-width: 1400px) {
    .suedpolresident_item .description_row {
        flex-direction: column;
        left: -70px;
        padding: 10px;
    }

    .suedpolresident_item .description_row .artist_images {
        width: 100%;
        height: 1200px;
    }

    .suedpolresident_item .description_row .artist_images .tile_images {
        height: 250px;
    }

    .suedpolresident_item .description_row .artist_images .tile_images a {
        background-position: center;
    }

    .suedpolresident_item .description_row .description {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .suedpolresident_item .description_row {
        left: -60px;
    }
}

@media screen and (max-width: 950px) {
    .suedpolresidents .suedpolresident_item {
        left: 110px;
    }

    .suedpolresidents .suedpolresident_item:nth-child(odd) {
    }

    .suedpolresidents .suedpolresident_item .header_row {
        width: 75%;
    }

    .suedpolresident_item .top_row p a {
        font-size: 10px;
    }

    .suedpolresident_item .resident_row:nth-child(2) {
        top: 0;
        left: 26px;
    }

    .suedpolresident_item .resident_row.title_row h1.resident_name,
    .suedpolresident_item .top_row p a.booking {
        transform: scaleY(1.5);
    }

    .suedpolresident_item .top_row p a.booking {
        font-size: 12px;
    }

    .suedpolresident_item .top_row p.links_row > a {
        font-size: 20px;
    }

    .suedpolresident_item .resident_row.title_row {
        font-size: 24px;
    }

    .suedpolresident_item .description_row {
        left: -54px;
        top: 18px;
        width: 93%;
        max-width: 86%;
    }
}

@media screen and (max-width: 600px) {
    .suedpolresidents .suedpolresident_item {
        width: 100%;
    }

    .suedpolresidents .suedpolresident_item:nth-child(odd) {
        margin-left: 130px;
    }

    .suedpolresidents .suedpolresident_item .header_row {
        top: 6px;
        left: -120px;
    }

    .suedpolresident_item .top_row p.links_row > a {
        margin-left: .5rem;
		fonz-size: 16px;
    }

    .suedpolresident_item .resident_row.title_row {
        font-size: 5vw;
    }

    .suedpolresident_item .top_row p.links_row > a {
        font-size: 18px;
    }

    .suedpolresident_item .description_row {
        left: -160px;
        top: 24px;
        width: 85%;
    }

    .suedpolresident_item .description_row .artist_images {
        height: 600px;
    }
}

@media screen and (max-width: 400px) {
    .suedpolresidents .suedpolresident_item {
        width: 85%;
    }

    .suedpolresidents .suedpolresident_item:nth-child(odd) {
        margin-left: -76px;
        width: 100%;
    }

    .suedpolresidents .suedpolresident_item:nth-child(even) {
        transform: rotate(2deg);
        margin-left: -86px;
        width: 85%;
    }

    .suedpolresidents .suedpolresident_item:nth-child(odd) .header_row {
        width: 75%;
        left: -36px;
    }

    .suedpolresidents .suedpolresident_item:nth-child(even) .header_row {
        left: -60px;
        width: 100%;
        max-width: 90%;
    }

    .suedpolresident_item .top_row p a.booking {
        font-size: 8px;
    }

    .suedpolresident_item .top_row p.links_row {

    }

    .suedpolresident_item .top_row p.links_row > a {
        font-size: 16px;
    }

    .suedpolresidents .suedpolresident_item:nth-child(odd) .description_row {
        left: -66px;
        top: 23px;
        max-width: none;
        width: 86%;
    }

    .suedpolresidents .suedpolresident_item:nth-child(even) .description_row {
        left: 52px;
        top: 16px;
        width: 100%;
        max-width: none;
    }
}

.entry-content #residents_overview {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entry-content #residents_overview .resident_item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
    perspective: 1000px;
}

.entry-content #residents_overview .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}

.entry-content #residents_overview .col {
    width: calc(33% - 2rem);
    margin: 1rem;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
    display: block;
    border-radius: 50%;
}

.entry-content #residents_overview .container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin: 0;
    padding: 0;
}

.entry-content #residents_overview .container img.coords_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    animation: spin_reverse 50s linear infinite;
}

.entry-content #residents_overview .front,
.entry-content #residents_overview .back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
}

.entry-content #residents_overview .back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: rgba(255, 255, 255, .7);
}

.entry-content #residents_overview .front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .3;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
}

.entry-content #residents_overview .front.tile:after {
    border-radius: 5px;
}

.entry-content #residents_overview .container:hover .front,
.entry-content #residents_overview .container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.entry-content #residents_overview .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.entry-content #residents_overview .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.entry-content #residents_overview .back .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
}

.entry-content #residents_overview .inner h3 {
    font-family: VenusPro-Reclining;
    font-size: 40px;
    font-weight: 600;
    line-height: .8;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 33%;
    text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.5);
    transition: all 300ms ease-in;
}

.entry-content #residents_overview .back .inner h3 {
    display: none;
}

.entry-content #residents_overview .inner h3::before,
.entry-content #residents_overview .inner h3::after {
    content: none;
}

.entry-content #residents_overview .inner p {
    display: flex;
    justify-content: center;
    width: 100%;
}

.entry-content #residents_overview .inner p.read_more {
    position: absolute;
    top: 23%;
    left: -4%;
    font-size: 40px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-shadow: 7px 7px 4px rgb(0 0 0 / 50%);
    transition: all 300ms ease-in;
}

.entry-content #residents_overview .inner p.read_more span {
    position: relative;
    font-family: VenusPro-Reclining;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 7px 7px 4px rgb(0 0 0 / 50%);
    border: none;
    outline: 0;
    padding: 10px 30px;
    transition: all 300ms ease-in;
    /*display: none;*/
}

.entry-content #residents_overview .inner p.read_more .btn-primary::before {
    border-radius: 30px;
}

.entry-content #residents_overview .inner p.read_more .btn-primary:hover {
    color: #fff !important;
}

.entry-content #residents_overview .container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 50%;
}

.entry-content #residents_overview .container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.entry-content #residents_overview .container .back,
.entry-content #residents_overview .container .front {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
    border-radius: 50%;
    text-decoration: none;
}

.entry-content #residents_overview .container .back.tile,
.entry-content #residents_overview .container .front.tile {
    border-radius: 5px;
}

.entry-content #residents_overview .container .back .coords_frame {
    position: absolute;
}


.entry-content #residents_overview .container:hover .back {
    -webkit-transform: rotateY(0deg) scaleX(-1);
    transform: rotateY(0deg) scaleX(-1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.entry-content #residents_overview .container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.entry-content #residents_overview .front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.entry-content #residents_overview .front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.entry-content #residents_overview .front .inner span {
    position: absolute;
}

.entry-content #residents_overview .front .inner span.m {
    top: 48%;
    left: 8%;
}

.entry-content #residents_overview .front .inner span.u {
    top: 38%;
    left: 48%;
}

.entry-content #residents_overview .front .inner span.f {
    top: 32%;
    left: 66%;
}

@media screen and (max-width: 64rem) {
    .entry-content #residents_overview .col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .entry-content #residents_overview .col {
        width: calc(50% - 2rem);
    }

    .entry-content #residents_overview .container:hover .inner h3 {

    }
}

@media screen and (max-width: 1400px) {
    .entry-content #residents_overview .inner h3 {
        font-size: 2.8vw;
    }
}

@media screen and (max-width: 1200px) {
    .entry-content #residents_overview .inner h3 {
    }
}

@media screen and (max-width: 768px) {
    .entry-content #residents_overview .inner h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .entry-content #residents_overview .col {
        width: 320px;
    }
}





