* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor.png) 20 20, auto!important;
}

html,
body {
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    position: relative;
    text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.6);
    padding: 0;
    overflow-x: hidden;
    /*overscroll-behavior-y: none;*/
    bottom: 0;
    top: 0;
}

body.archive {
    scroll-behavior: smooth;
}

.page .entry-header .edit-link {
    display: none;
}

main {
    display: block;
    max-width: 1200px;
    max-width: 100%;
    margin: auto;
}

audio, video {
    vertical-align: initial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'VenusPro-Reclining', Helvetica, Arial, sans-serif;
    color: #fff;
}

.relative {
    position: relative;
}

.has-text-align-center {
    text-align: center;
}

body header.site-header {
    background: none;
}

.site-header a.menu-scroll-down,
a.menu-scroll-up,
a.menu-go-back,
div.toggle_smoke {
    font-size: 2em;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    width: auto;
    text-decoration: none;
    box-shadow: none;
    padding: 20px;
    position: absolute;
    top: unset;
    right: 10px;
    z-index: 2000;
    border: none;
    outline: 0;
}

a.menu-scroll-up,
a.menu-go-back,
div.toggle_smoke {
    padding: 5px 20px;
    max-width: 70px;
    position: fixed;
    bottom: 120px;
    right: -70px;
    background: rgba(28, 27, 27, 0.5);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 300ms ease-in;
}

div.toggle_smoke {
    position: fixed;
    top: 100px;
    left: -70px;
    bottom: auto;
    z-index: 1000;
    width: 70px;
    padding: 53px 15px 5px 15px;
    background-image: url(/wp-content/themes/suedpolHamburg/assets/images/mehr_nebel-icon.png);
    background-repeat: no-repeat;
    background-position: top 5px center;
    background-size: 60px;
    transition: all 300ms ease-in;
}

div.toggle_smoke a {
    color: #fff;
    opacity: .7;
}

div.toggle_smoke a:hover,
div.toggle_smoke a:focus,
div.toggle_smoke a:active {
    opacity: 1;
}

div.toggle_smoke .strength {
    display: flex;
    font-size: 12px;
    padding-left: 11px;
    /*padding: 10px 12px;
    width: 75px;
    transform: rotate(-90deg);*/
}

div.toggle_smoke .strength .slidecontainer #nebel-range {
    position: relative
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    width: 8px;
    height: 125px;
    padding: 0 5px;
}

a.menu-go-back,
div.toggle_smoke {
    max-width: 70px;
    right: auto;
    left: -70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a.menu-scroll-up {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

a.menu-scroll-up:hover,
.site-header a.menu-scroll-down:hover,
a.menu-go-back:hover,
#main figure a {
    color: rgba(255, 255, 255, .5) !important;
    text-decoration: none;
    box-shadow: none;
}

body:not(.suedpolhamburg-front-page) .site-header a.menu-scroll-down,
body:not(.suedpolhamburg-front-page) .site-header a.menu-go-back {
    display: none;
}

#sp-header #logo-animation {
    display: flex;
    width: 450px;
    justify-content: center;
    overflow: visible;
}

#sp-header #logo-animation {
    position: relative;
    margin: 2em 0 0 1.5em;
    z-index: 500;
    text-decoration: none;
}

#sp-header #logo-animation:hover .text {
    color: rgba(255, 255, 255, .5);
}

@media screen and (max-width: 600px) {
    #sp-header #logo-animation {
        justify-content: flex-start;
    }
}

body #sp-header .scroll-down {
    padding: 5px 20px;
    max-width: 70px;
    position: absolute;
    top: 25px;
    right: -70px;
    z-index: 2000;
    color: #fff;
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: rgba(28, 27, 27, 0.5);
    border-radius: 5px;
    transition: all 300ms ease-in;
}

body #sp-header .scroll-down:hover {
    color: rgba(255, 255, 255, .5);
}

body #sp-header .scroll-down.active,
a.menu-scroll-up.active {
    right: 0;
}

a.menu-go-back.active,
div.toggle_smoke.active {
    left: 0;
}

div.toggle_smoke i.fa.fa-toggle-on {
    display: none;
}

div.toggle_smoke i.fa.fa-toggle-off {
    display: inline-block;
}

div.toggle_smoke.active i.fa.fa-toggle-on {
    display: inline-block;
}

div.toggle_smoke.active i.fa.fa-toggle-off {
    display: none;
}

body #sp-header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    max-width: 100%;
}

.suedpol-navigation {
    position: fixed;
    top: 15px;
    right: -70px;
    border-radius: 5px;
    z-index: 1000;
    transition: all 300ms ease-in;
}

.suedpol-navigation.active {
    right: 0;
}

.suedpol-navigation nav {
    position: relative;
    transform: translateX(320px);
    height: 100%;
    width: 320px;
    transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -webkit-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -moz-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -ms-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -o-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
}

.suedpol-navigation.active nav {
    transform: translateX(245px);
}

.suedpol-navigation nav.nav-open {
    transform: translateX(0px);
}

.suedpol-navigation nav .menu-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 20px 8px 15px;
    max-width: 70px;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
    z-index: 2;
    background: rgba(28, 27, 27, 0.5);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -webkit-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -moz-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -ms-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -o-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
}

.suedpol-navigation nav.nav-open .menu-btn {
    background: none;
}

.suedpol-navigation nav .menu-btn .line {
    padding: 0;
    width: 30px;
    background: #fff;
    height: 2px;
    margin: 5px 0;
    transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.suedpol-navigation nav .menu-btn:hover .line {
    background: rgba(255, 255, 255, .5) !important;
}

.suedpol-navigation nav .menu-btn .line.line--1 {
    transform: rotate(0) translateY(0);
}

.suedpol-navigation nav .menu-btn .line.line--1.line-cross {
    width: 30px;
    transform: rotate(45deg) translateY(10px);
    background: #fff;
}

.suedpol-navigation nav .menu-btn .line.line--2 {
    width: 30px;
    transform: translateX(0);
}

.suedpol-navigation nav .menu-btn .line.line--2.line-fade-out {
    width: 28px;
    transform: translate(30px);
    opacity: 0;
}

.suedpol-navigation nav .menu-btn .line.line--3 {
    width: 30px;
    transform: rotate(0) translateY(0);
}

.suedpol-navigation nav .menu-btn .line.line--3.line-cross {
    width: 30px;
    transform: rotate(-45deg) translateY(-10px);
    background: #fff;
}

.suedpol-navigation nav .nav-links {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding-left: 20px;
    justify-content: center;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -webkit-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -moz-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -ms-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    -o-transition: all 900ms cubic-bezier(.9, 0, .33, 1);
}

.suedpol-navigation nav.nav-open .nav-links {
    height: 100%;
    pointer-events: all;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.suedpol-navigation nav .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
}

.suedpol-navigation nav .nav-links ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 10px;
}

.suedpol-navigation nav .nav-links ul li {
    width: 100%;
    text-align: center;
}

.suedpol-navigation nav .nav-links .link,
.suedpol-navigation nav .nav-links ul li a {
    margin: 10px 0 0 0;
    text-decoration: none;
    font-family: VenusPro-Reclining;
    color: rgba(255, 255, 255, .5);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 300ms ease-in;
}

.suedpol-navigation nav .nav-links .link:hover,
.suedpol-navigation nav .nav-links ul li.current-menu-item a,
.suedpol-navigation nav .nav-links ul li a:hover {
    color: rgba(255, 255, 255, .5);
}

body #header-gradient,
body #footer-gradient {
    position: fixed;
    top: 0;
    height: 100px;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 1;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    transition: all 300ms ease-in;
}

body #footer-gradient {
    top: auto;
    bottom: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body #header-gradient.hidden,
body #footer-gradient.hidden {
    opacity: 0;
}

#logo-container {
    position: relative;
    display: block;
}

body.suedpolhamburg-front-page #sp-header {
    position: relative;
}

body.suedpolhamburg-front-page #sp-header.sticky-logo {
    position: fixed;
    margin-top: 0;
}

body #sp-header.sticky-logo #header-gradient {
    opacity: 1;
}

body #sp-header.sticky-logo {
    top: 0;
    width: 100%;
    margin: 0;
}

body #sp-header.sticky-logo + .site-content-contain {
    /*padding-top: 102px;*/
}

body:not(.suedpolhamburg-front-page) .entry-header {
    padding: 4em 0 1em 0;
}

body.suedpolhamburg-front-page #content .site-main .wrap .entry-header {
    /*display: none;*/
}

a,
a:active,
a:hover,
a:focus {
    outline: 0;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
}

video::-webkit-media-controls {
    opacity: 0;
}

#coords-circle {
    position: fixed;
    top: auto;
    right: -250px;
    bottom: -150px;
    z-index: 0;
    color: #fff;
    pointer-events: none;
    opacity: .3;
    border: 0;
    outline: 0;
    animation: spin 50s linear infinite;
}

#coords-circle.sticky-logo {
    position: fixed;
}

.site-title a,
#logo-animation .text,
#coords-circle p {
    position: relative;
    font-family: VenusPro-Reclining;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.6);
    height: auto;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
    display: inline-block;
    opacity: 0;
    padding-right: 5px;
    white-space: nowrap;
    z-index: 150;
    border: 0;
    outline: 0;
    transition: all 300ms ease-in;
}

#coords-circle p {
    display: block;
    overflow: hidden;
    font-size: 40px;
    opacity: 1;
    letter-spacing: 10px;
    color: inherit;
    text-shadow: 0.5px 0.5px 0 rgb(0 0 0 / 60%);
    white-space: normal;
    cursor: default;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#logo-animation .text.active {
    opacity: 1;
}

#logo-animation:hover .text {
    text-decoration: none;
}

.site-content-contain {
    min-height: 100vh;
    background: transparent;
}

.custom-header-media::before {
    content: none;
}

#page {
    z-index: 4;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#page::-webkit-scrollbar {
    display: none;
}

.page .panel-content .entry-title,
.page-title,
.entry-title,
.page .panel-content .entry-title,
body.page:not(.suedpolhamburg-front-page) .entry-title,
#artists-headline .entry-header .page-title {
    font-family: VenusPro-Reclining;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0 0 0.75em;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .page .panel-content .entry-title,
    .page-title,
    .entry-title,
    .page .panel-content .entry-title,
    body.page:not(.suedpolhamburg-front-page) .entry-title,
    #artists-headline .entry-header .page-title {
        font-size: 30px;
    }
}

.artists .entry-header > h2.entry-title {
    padding: 1.5em 0 0;
}

h1::before,
h2::before,
h3::before,
h4::before,
h1::after,
h2::after,
h3::after,
h4::after,
.entry-title::before,
.entry-title::after,
.page-title::before,
.page-title::after {
    content: '.::';
    font-size: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0 5px;
}

h1::after,
h2::after,
h3::after,
h4::after,
.entry-title::after,
.page-title::after {
    content: '::.';
}

.entry-title a {
    color: #fff;
    box-shadow: none;
}

.entry-title a:hover {
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

.entry-content h2 {
    font-size: 1.9375rem;
}

@media screen and (max-width: 768px) {
    .entry-content h2 {
        font-size: 20px;
    }
}

.entry-content h3 {
    font-size: 1.3em;
}

.site-info span[role="separator"]::before {
    content: '|';
}

.entry-content a,
.site-info a {
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none!important;
    transition: all 300ms ease-in;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
}

#suedpolevents-overview .overview_link {
    text-decoration: none;
    border: 0;
    outline: 0;
}

#suedpolevents-overview .overview_link:hover,
#suedpolevents-overview .overview_link:active,
#suedpolevents-overview .overview_link:visited,
#suedpolevents-overview .overview_link:focus {
    text-decoration: none;
    border: 0!important;
}

.entry-content a:hover,
.site-info a:hover {
    color: rgba(255, 255, 255, .5);
    box-shadow: none;
}

.entry-content a img,
.comment-content a img,
.widget a img {
    border: none;
    box-shadow: none;
}

#form-top,
#newsletter-form {
    margin-top: 10px;
    scroll-margin-top: 550px;
}

.newsletter-form {
    text-align: center;
    margin-bottom: 30px;
}

#bgImage,
#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: auto;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: cover;
    z-index: 3;
    transition: all 300ms ease-in-out;
}

#bgVideo {
    object-fit: cover;
}

#bgImage.loaded,
#bgVideo.loaded {
    opacity: 1;
}

@supports (object-fit: cover) {
    #bgVideo {
        height: 100%;
    }
}

/* ie edge only gets the following rule */
@supports (object-fit: cover) and (-ms-ime-align:auto) {
    #bgVideo {
        height: auto;
    }
}

.site-branding {
    display: none;
}

#primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
}

.wrap {
    padding-left: 1em;
    padding-right: 1em;
}


.page-one-column .panel-content .wrap {
    max-width: 100%;
}

.entry-content {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    min-height: 850px;
}

body.post-type-archive-artists .entry-content {
    min-height: auto;
}

.ih-item.square {
    width: 230px;
    height: 230px;
    border: 1px solid #fff;
    margin: 0 auto 15px auto;
}

.ih-item.square.effect7 .info .relative {
    width: 100%;
    height: 100%;
}

.ih-item.square.effect7 .info h3 {
    font-family: VenusPro-Reclining;
    background: none;
    border: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 10px;
    margin: 0;
}

.ih-item.square.effect7 a:hover .info h3 {
    transform: translate(-50%, -50%);
}

.entry-content .artist-info .ih-item .artist-title {
    position: absolute;
    top: 42%;
    font-size: 1.3em;
    opacity: 1;
    transition: all 300ms ease-in;
}

.entry-content .artist-info .ih-item a:hover .artist-title {
    opacity: 0;
}

.entry-content .artist-info .ih-item.left_to_right .artist-title {
    right: -75%;
}

.entry-content .artist-info .ih-item.right_to_left .artist-title {
    left: -75%;
}

.entry-content .artist-info .ih-item .info {
    background: rgba(0, 0, 0, 0.3);
}

.entry-content .artist-info .ih-item .info h3 {
    padding: 35px 0 5px 0;
    height: auto;
    text-transform: none;
    letter-spacing: inherit;
}

.entry-content .artist-info .ih-item .info p,
.ih-item.square.effect7 .info p {
    padding: 20px 20px 0 20px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.entry-content .artist-info .ih-item.left_to_right .info p {
    padding: 10px 30px 10px 0px;
}

.entry-content .artist-info .ih-item.right_to_left .info p {
    padding: 10px 0px 10px 30px;
}

.entry-content .artist-header {
    position: relative;
}

body .artists .entry-header {
    padding: 0 0 1em 0;
}

.artists .entry-content img.artist-image {
    float: left;
    margin: 5px 10px 20px 0;
    border: 1px solid #eee;
}

.artists .entry-content h4 {
    font-size: 1.3em;
    font-weight: 400;
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
    text-align: center;
}

.btn.btn-primary.artist-read-more {
    color: #fff;
    position: absolute;
    bottom: 0;
}

.artist-read-more:hover,
.artist-read-more:active,
.artist-read-more:focus {
    color: #fff;
    box-shadow: none;
}

.artists .entry-content .artist-content {
    padding-bottom: 40px;
}

.artists .entry-content .artist-media {
    margin-bottom: 40px;
}

.artists .entry-content .artist-booking {
    text-align: center;
}

.artists .entry-content .artist-booking ul {
    display: inline-block;
}

.artists .entry-content .artist-booking ul li {
    text-align: left;
}

div.player div.album-art {
    /*margin: auto;
    float: none;*/
}

progress.amplitude-song-played-progress {
    background-color: transparent;
}

progress.amplitude-song-played-progress[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(244, 212, 39, 0) 33%, rgba(244, 212, 39, 0) 66%, transparent 66%),
    -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(244, 212, 39, 0)),
    -webkit-linear-gradient(left, #09c, #f44);
    background: rgba(244, 212, 39, 1);
    border-radius: 2px;
}

footer.site-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: 0;
    z-index: 10;
}

footer.site-footer .wrap {
    /*padding-top: 0;
    padding-bottom: 0;*/
}

footer.site-footer .wrap .site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1.5em 0 100px;
    margin-bottom: 0;
}

@media screen and (max-width: 700px) {
    footer.site-footer .wrap .site-info {
        padding: 0 1.5em;
    }
}
.site-info {
    float: left;
    padding: 0.7em 0 0;
    width: 58%;
}

footer .social-navigation {
    width: auto;
    max-width: 280px;
}

footer .social-navigation ul {
    margin: auto;
}

footer .social-navigation .social-links-menu li {
    display: block;
    text-align: right;
}

footer .social-navigation li:last-child {
    border-right: none;
}

.no-svg .social-navigation a {
    font-family: VenusPro-Reclining;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transition: all 300ms ease-in;
}

.no-svg .social-navigation a:hover {
    color: rgba(255, 255, 255, .5);
}

footer .social-navigation ul.social-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 120px;
}

footer .social-navigation ul.social-nav li a {
    font-size: 20px;
}

footer .social-navigation .icon {
    display: none;
}

.entry-title,
.entry-content > *:not(.ai1ec-main-container),
.entry-content .event,
.ai1ec-calendar-view > h2,
article > header,
.entry-content .row .col-sm-4 {
    opacity: 0;
    display: block;
    text-shadow: 0.5px 0.5px 0 rgb(0 0 0 / 60%);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

.entry-title.scrollRevealed,
.entry-content .event.scrollRevealed,
.entry-content > *.scrollRevealed,
.ai1ec-calendar-view > h2.scrollRevealed,
article > header.scrollRevealed,
.entry-content .row .col-sm-4.scrollRevealed {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.entry-title.scrollRevealedTop,
.entry-content .event.scrollRevealedTop,
.entry-content > *.scrollRevealedTop,
.ai1ec-calendar-view > h2.scrollRevealedTop,
article > header.scrollRevealedTop,
.entry-content .row .col-sm-4.scrollRevealedTop {
    opacity: 0;
    display: block;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

p,
.entry-content p {
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
}

.wp-custom-header-video-button {
    display: none;
}

.newsletter-form {
    position: relative;
}

.newsletter-placeholder {
    display: block;
    position: absolute;
    top: 0;
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 39px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}

.newsletter-thanks {
    display: block;
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}

.Total_Soft_Poll_Main_Div {
    border: none !important;
}

.Total_Soft_Poll_Main_Div .Total_Soft_Poll_1_Main_Ans_Div_1,
.Total_Soft_Poll_Main_Div > div[class*="_Main_Ans_Div"] {
    border: none !important;
}

.Total_Soft_Poll_1_Main_Div_1 .Total_Soft_Poll_1_Ans_Div_1,
.Total_Soft_Poll_1_Main_Div_1 .Total_Soft_Poll_1_But_MDiv_1,
.Total_Soft_Poll_1_Main_Ans_Div_1 .Total_Soft_Poll_1_Quest_Div_1,
.Total_Soft_Poll_1_Main_Ans_Div_Fix_1 .Total_Soft_Poll_1_Quest_Div_1,
.Total_Soft_Poll_1_Main_Ans_Div_1 .Total_Soft_Poll_1_Ans_Div_1 {
    background: none !important;
}

.entry-content > form div div > div[class*="_Ans_Div_"],
.entry-content > form .Total_Soft_Poll_Main_Div label span,
.entry-content > form .Total_Soft_Poll_Main_Div label::before {
    font-weight: 400 !important;
    color: #fff !important;
}

.entry-content > form .Total_Soft_Poll_Main_Div label.totalsoft-question-circle-o[class*="_Ans_Lab_"]::before {
    content: '';
}

.entry-content > form [class*="TotalSoftPoll_Ans_ComingSoon"],
.entry-content > form [class*="TotalSoftPoll_Ans_loading"],
.entry-content > form [class*="_Main_Ans_Div"],
.entry-content > form button[class*="_But_Back"] {
    display: none;
}

.entry-content > form div div > div[class*="TotalSoftPoll"],
.entry-content > form div div > div[class*="_Quest_Div_"],
.entry-content > form div div > div[class*="_Ans_Div_"],
.entry-content > form div div > div[class*="_But_Fin_MDiv_"] {
    position: relative !important;
    font-weight: 400 !important;
}

label {
    font-weight: normal;
}

.timely ul,
.entry-content ul {
    margin-left: 20px;
}

.pretix-widget-wrapper {
    opacity: 1 !important;
}

.suedpol-navigation .nav-links .social-media-menu {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.suedpol-navigation .nav-links .social-media-menu ul.social-nav {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 240px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.suedpol-navigation .nav-links .social-media-menu ul.social-nav li {
    display: inline-flex;
    width: auto;
}

.suedpol-navigation .nav-links .social-media-menu ul.social-nav li a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

.suedpol-navigation .nav-links .social-media-menu ul.social-nav li a:hover {
    color: rgba(255, 255, 255, .5);
}

body:not(.suedpolhamburg-front-page):not(.archive):not(.single-residents) .entry-header,
body:not(.suedpolhamburg-front-page):not(.archive):not(.single-residents) .entry-content,
body:not(.suedpolhamburg-front-page):not(.archive):not(.single-residents) #comments  {
    max-width: 1400px;
}

#breadcrumbs span a,
#breadcrumbs span.breadcrumb_last {
    font-family: VenusPro-Reclining;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transition: all 300ms ease-in;
}

#breadcrumbs span i {
    font-size: 14px;
}

#breadcrumbs span a:hover {
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
}

#breadcrumbs span.breadcrumb_last {
    color: rgba(255, 255, 255, .5);
}

#cmplz-manage-consent .cmplz-manage-consent {
    font-family: VenusPro-Regular !important;
    background: rgba(28, 27, 27, 0.5) !important;
    text-transform: uppercase !important;
}

table tbody,
table tfoot,
table thead {
    border: none;
    background: transparent;
}

canvas.canvas_box {
    position: fixed;
    top: 0;
    z-index: 8;
    opacity: 1;
    /*height: 100vh!important;*/
    pointer-events: none;
    transition: opacity 2000ms ease-in;
    pointer-events: none;
    background: transparent;
}

canvas.canvas_box.front {
    z-index: 9;
}

canvas.canvas_box.hidden {
    opacity: 0;
}

.lightbox {
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}

.lightbox .lb-image {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0;
}

@media (min-width: 1024px) {
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
        min-width: 0 !important;
        width: auto !important;
    }
}

@media screen and (min-width: 600px) {
    .suedpolhamburg-front-page .site-content {
        padding: 7.5em 0 0;
    }

    .entry-content .event .date {
        width: 215px;
    }

    .entry-content .event .name {
        width: 100 $;
        max-width: calc(100% - 225px);
    }
}


@media screen and (min-width: 800px) {
    body.suedpolhamburg-front-page #sp-header {
        /*margin-top: -200px;*/
    }

    body.suedpolhamburg-front-page header.site-header {
        display: block;
    }

    body.suedpolhamburg-front-page #content .site-main .wrap {
        padding-top: 5em;
    }
}

@media screen and (max-width: 1400px) {
    .nav-links {
        background: rgba(28, 27, 27, 0.7);
    }
}

@media screen and (max-width: 600px) {
    div.player div.album-art {
        margin: auto;
        float: none;
    }

    div.song-title {
        text-align: center;
    }

    .suedpolhamburg-front-page .site-content {
        padding: 7.5em 0 0;
    }
}

@media screen and (max-width: 500px) {
    .site-title a,
    #logo-animation .text,
    .entry-title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 319px) {
    body.suedpolhamburg-front-page #sp-header #logo-animation::after,
    a.menu-scroll-up,
    a.menu-go-back {
        display: none;
    }

    .site-title a,
    #logo-animation .text {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 48em) {
    .has-header-image.suedpolhamburg-front-page .custom-header,
    .has-header-video.suedpolhamburg-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        max-height: 80vh;
    }

    .suedpolhamburg-front-page .site-content {
        padding: 7.5em 0 0;
    }

    .site-info {
        width: 100%;
        text-align: center;
    }

    .page.page-one-column .entry-header,
    .suedpolhamburg-front-page.page-one-column .entry-header {
        /*margin-bottom: 1.5em;*/

        padding-bottom: 0;
    }

    .site-header a.menu-scroll-down {
        bottom: 60px;
    }

    .panel-content .wrap {
        padding-top: 3em;
    }
}

@media screen and (min-width: 30em) {
    .panel-content .entry-header {
        margin-bottom: 1.5em;
    }

    .site-branding {
        padding: 6em 0;
    }
}


/* PHPList CSS backup (stored in custom css */

a.cc-accept-all {
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: normal;
    min-width: 100px;
    width: auto;
    background: none;
    border: 1.5px solid #fff;
    border-radius: 2px;
    padding: 6px 35px;
    font-size: 17px;
    line-height: 22px;
}

a.cc-accept-all,
.btn.primary,
.btn.btn-primary {
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    white-space: normal;
    border-radius: 2px;
    padding: 9px 35px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    text-shadow: none;
    background: none;
    border: 1.5px solid #FFFFFF;
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
}

a.cc-accept-all::before,
.btn.primary::before,
.btn.btn-primary::before {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 0;
    content: '';
    z-index: -2;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

a.cc-accept-all:hover,
.btn.primary:hover,
.btn.btn-primary:hover,
.btn.primary:active,
.btn.btn-primary:active,
.btn.primary:focus,
.btn.btn-primary:focus {
    color: #000 !important;
    border: 1.5px solid #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
}

a.cc-accept-all:hover::before,
.btn.primary:hover::before,
.btn.btn-primary:hover::before,
.btn.primary:active::before,
.btn.btn-primary:active::before,
.btn.primary:focus::before,
.btn.btn-primary:focus::before {
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.cc-revoke,
.cc-window {
    font-family: 'VenusPro-Regular', Helvetica, Arial, sans-serif;
}


.bottom-bar {
    width: 100%;
    text-align: center;
}

.btn-center {
    margin: auto;
}

.btn-right {
    float: right;
}

.btn-more {
    margin-bottom: 10px;
}

#gaesteticker {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

#gaesteticker #event-toggle #stop {
    display: none;
}

#gaesteticker input {
    background: transparent;
    color: #fff;
}

#gaesteticker #counter-panel {
    display: none;
}

#gaesteticker .group {
    border-bottom: 1px solid #fff;
}

#gaesteticker h2 {
    font-size: 1.5em;
    border: none;
    text-align: left;
    margin: 20px 0;
}

#gaesteticker h3 {
    font-size: 1.3em;
    border: none;
    text-align: left;
    margin-bottom: 5px;
}

#gaesteticker p {
    display: inline-block;
    font-size: 30px;
}

#gaesteticker p.error {
    color: red;
    font-size: 20px;
    font-weight: bold;
    display: none;
}

#gaesteticker button {
    font-size: xxx-large;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

#gaesteticker button.event_start,
#gaesteticker button.event_stop {
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 20px;
    font-size: xx-large;
}

#gaesteticker button.event_start:hover,
#gaesteticker button.event_stop:hover {
    background: #fff;
    color: #000;
}

#gaesteticker button.minus {
    margin-right: 100px;
}

#gaesteticker button.plus {
    margin-left: 100px;
}

#gaesteticker button:hover {
    background: none;
}

#gaesteticker button.plus:hover {
    color: green;
}

#gaesteticker button.minus:hover {
    color: red;
}

#gaesteticker button .fa_with_bg {
    position: relative;
}

#gaesteticker button .fa_with_bg::after {
    position: absolute;
    content: '';
    background: transparent;
    z-index: -1;
    top: 10px;
    left: 3px;
    width: 35px;
    height: 33px;
}

#gaesteticker button:hover .fa_with_bg::after {
    background: #fff;
}

#BorlabsCookieBoxWidget.bottom-left {
    bottom: 10px!important;
}

#ai1ec-calendar-view *:not(h2) {
    color: #000!important;
    font-size: 20px!important;
}

.ai1ec-calendar-view > h2 {
    opacity: 1!important;
    color: #fff!important;
    text-align: center;
    margin-bottom: 50px;
}

.rv-root {
    z-index: 999999999999999;
}

.rv-wrap {
    background: rgba(0, 0, 0, .8);
}

.rv-wrap .rv-title {
    font-size: 20px;
    color: #fff;
}

.rv-wrap .rv-content .rv-text {
    font-size: 16px;
}

.rv-wrap .rv-close,
.rv-wrap .rv-content .rv-control .rv-slider {
    cursor: url(/wp-content/themes/suedpolHamburg/assets/images/smiley_cursor_wink.png) 20 20, auto!important;
}

.rv-wrap .rv-content .rv-control .rv-bar {
    background-color: #606060;
}

.form-container {
    background: rgba(255, 255, 255, .5);
    padding: 10px;
    margin: 50px auto 50px auto;
    max-width: 1024px;
    transform: rotate(3deg);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
}

.form-container label,
.form-container label a {
    font-size: 18px;
    color: #000;
}

.form-container #gesamtbetrag,
.form-container #input-meter {
    max-width: 100px;
    text-align: center;
    margin: 0;
}

.form-container span[data-name=gesamtbetrag] {
    display: flex;
    align-items: center;
}

.form-container span[data-name=gesamtbetrag]::after {
    content: 'EUR';
    margin-left: 10px;
}

.wpcf7 .wpcf7-submit {
    color: #000;
    border: 1px solid #000;
    background: transparent;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:not(:disabled):hover {
    color: #fff;
    border: 1px solid #fff;
    background: green;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed!important;
}

.spenden .rotate h3::before,
.spenden .rotate h3::after {
    content: none;
}

#nice-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 90%;
    width: 500px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 50px;
}

#nice-popup .float {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

#nice-popup .aspect-ratio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1/1;
}

#nice-popup .rotate {
    position: relative;
    transform: rotate(-3deg);
    background: rgba(255, 255, 255, .5);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
    padding: 20px;
    border-radius: 50px;
}

#nice-popup > .rotate > .aspect-ratio {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: space-between;
}

#nice-popup h3 {
    color: #000;
    text-align: center;
}

#nice-popup .rotate .btn.btn-primary {
    border-color: #000!important;
    color: #000!important;
}

#nice-popup:hover .rotate .btn.btn-primary {
    color: #fff;
    border: 1.5px solid #fff;
    font-weight: 600 !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    background: rgba(255, 255, 255, .6) !important;
}

table.fundgoal {
    margin-top: 1rem;
}

table.fundgoal tr {
    background: none!important;
    border: 0!important;
}

table.fundgoal th,
table.fundgoal td {
    color: #000;
    text-align: center;
    font-weight: normal;
    padding: 0;
}

table.fundgoal td.goal-achieved {
    color: darkgreen;
}

table.fundgoal td.goal-achieved::after {
    content: ' 🫶';
    font-size: 1.5em;
}

table.fundgoal td .loading {
    font-size: 14px;
}

#fbIframeDiv {
    min-width: 500px;
    transform: rotate(0);
    margin-left: -53px;
}

fieldset > legend {
    text-transform: uppercase!important;
}

.ice-bg {
    width: 1024px!important;
    max-width: 95%!important;
    margin: 100px auto 30px auto!important;
    background: rgba(255, 255, 255, .5);
    padding: 30px;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
}

.ice-bg:nth-child(odd) {
    transform: rotate(-2deg)!important;
}

.ice-bg:nth-child(even) {
    transform: rotate(2deg)!important;
}

.wp-block-columns.nice-columns {
    width: 950px!important;
    max-width: 95%!important;
    margin: 100px auto 0 auto!important;
    background: rgba(255, 255, 255, .5);
    padding: 30px;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
    transform: rotate(2deg);
}

@media screen and (max-width: 677px) {
    .ice-bg.no-rotate-mobile {
        width: 100%!important;
        max-width: 100%!important;
        transform: rotate(0);
    }

    #fbIframeDiv {
        min-width: 0;
    }
}


@media screen and (min-width: 500px) {
    #fbIframeDiv {
        margin-left: auto;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin_reverse {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}