html {
    scroll-behavior: smooth;
}

body {
    background: var(--body-background);
    font-family: 'Arial';
    color: #fff;
    font-size: 16px;
}



a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

.btn:focus {
    box-shadow: none !important;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}



.big_header {
	background-image: var(--header-desktop-background-image);
}


.big_header {
    background-color: #151d68;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.header_watch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 3px 3px 6px black;
}
.trailerplay svg {
	  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.header_watch a {
    color: #FFFFFF;
}

header nav {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 40px;
}

header nav .logo_wrepp {
    display: flex;
    justify-content: space-between;
}

header nav .logo_wrepp .nav_btn {
    display: flex;
    align-items: center;
}

header nav .logo_wrepp .nav_btn .btn-light {
    border-radius: 30px;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    margin-right: 60px;
    font-size: 15px;
    text-align: center;
    border: none;
    width: 214px;
}

header nav .logo_wrepp .nav_btn .menuicon a {
    font-size: 16px;
    line-height: 93.1%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}





.menuicon svg {
    margin-left: 10px;
}

.whats_feeling {
    padding-left: 112px;
    padding-right: 40px;
    padding-bottom: 70px;
    position: relative;
}

.feeling_images {
    display: flex;
    justify-content: center;
}

.feeling_images .feelimg1 {
    padding-right: 140px;
}

.feeling_images .feelimg2 {
    padding-right: 40px;
    margin-top: 280px;
}

.feeling_images .feelimg3 {
    padding-top: 100px;
}

.whats_feeling h1 {
    font-size: 120px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    font-weight: 900;
    bottom: 0;
    z-index: 1;
}

.whats_feeling h1 span {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px  var(--accentcolor);
    margin-top: -135px;
    display: block;
    position: relative;
    z-index: -1;
}

.whats_feeling h1 span.secnd_text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 0, 125, 0.5);
}

.whats_feeling h1 span.last_text {
    margin-top: 70px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 0, 125, 0.2);
}

.der_wrepper {
    padding: 110px 0px 0px;
}

.dar_row {
    display: flex;
}

.dar_row .darcol1 {
    max-width: 438px;
    margin-right: 100px;
    margin-top: 150px;
}

.dar_row .darcol2 h1 {
    font-size: 50px;
    line-height: 59px;
    display: flex;
    font-weight: 900;
    max-width: 430px;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 55px;
}

.dar_row .darcol2 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    max-width: 600px;
}

.dar_img {
    text-align: right;
    margin-right: 15%;
    margin-top: -22%;
}

.scrool_down {
    margin-bottom: 130px;
    margin-top: 130px;
    font-weight: 900;
    font-size: 70px;
    line-height: 87px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.scrool_down img {
    margin-right: 30px;
}

.scrool_down a {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.music_show_wrepper {
	background-image:var(--audiogallery-desktop-background);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.music_show_wrepper .music_col2  {
	background-image:var(--audiogallery-blurimage);
}

.music_show_wrepper .music_row {
    display: flex;
    justify-content: space-between;
}

.music_show_wrepper .music_row .music_col1 {
    flex: 0 0 50%;
    text-align: center;
    height: 100%;
}

.music_show_wrepper .music_row .music_col2 {
    flex: 0 0 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.music_show_wrepper .music_row .music_col2 .flash_heading {
    padding: 140px 40px 40px;
}

.music_show_wrepper .music_row .music_col2 .flash_heading h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
    max-width: 457px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.music_show_wrepper .music_row .music_col2 .flash_heading p {
    font-weight: normal;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
    max-width: 315px;
    color: #FFFFFF;
}

.playlist_row {
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.playlist_row .playicon-row {
    display: flex;
    align-items: center;
}

.audioplay {}

.playlist_row .playicon-row h2 {
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 30px;
}

.flashdance {
    padding: 30px 50px;
    backdrop-filter: blur(155px);
     -webkit-backdrop-filter: blur(155px);
    background: #100108;
}

.flashdance_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flashdance_heading h2 {
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.flashdance_heading p {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.flashdance_wave {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    align-items: center;
}
.just_feel_wrepp{
	padding-bottom:50px;
} 
.just_feel_wrepp h1 {
    font-size: 45px;
    padding-top:50px;
    text-align: center;
    line-height: 67px;
    font-weight: 900;
    margin: 0px 10px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.just_feel_wrepp .swiper-slide img {
    width: 100%;
}

.just_feel_wrepp .swiper-slide:nth-child(2n+1) {
    margin-top: 35px;
}


/* .just_feel_wrepp .swiper-slide.swiper-slide-active {
    width: 473px !important;
    height: 648px !important;
    margin-top: -50px;
    margin-right: 30px;
}

.just_feel_wrepp .swiper-slide.swiper-slide-active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.just_feel_wrepp .swiper {
    width: 100%;

    overflow: hidden;
}

.just_feel_wrepp .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.5s;
    height: 600px;
}

.just_feel_wrepp .swiper-slide img {}

.just_feel_wrepp .swiper-slide.swiper-slide-active {
    width: 30% !important;
    height: 600px;
    margin-top: 60px;
    transition: 0.5s;
}

.swiper-wrapper {

}


.manual-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;		
	
}



.show_video_wrepper {
        padding-top:50px;
        padding-bottom:50px;
    position: relative;
}

.show_video_wrepper h2 {
    font-size: 18px;
    text-align: center;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color:  var(--accentcolor);
}

.show_video_wrepper h1 {
    font-size: 45px;
    text-align: center;
    line-height: 67px;
    font-weight: 900;
    margin: 0px 10px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.show_video_wrepper p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 110px;
    color: #FFFFFF;
}

.bigtext {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.videobox, .mvideobox {
    position: relative;
}

.playimg {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.videoplay {
    line-height: 85px;
    width: 85px;
    margin: auto;
    border-radius: 100%;
    display: block;
}

.video_text {
    display: flex;
    margin-top: 30px;
    margin-bottom: 45px;
    justify-content: space-between;
    align-items: center;
}

.video_text h3 {
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.video_text h3 span {
    font-weight: bold;
}

.video_text h4 {
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.viewall {
    padding-top: 60px;
}

.viewall .btn-outline-info {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    width: 162px;
    margin: auto;
    font-weight: bold;
    line-height: 50px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.viewall .btn-outline-info:hover {
    background:  var(--accentcolor);
    border: 1px solid  var(--accentcolor);
}

.instagram_wrepper {
	background: var(--main-gradient);
    padding-top:30px;
    padding-bottom:30px;
}

.instagram_wrepper h2 {
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF;
}

.instagram_wrepper h1 {
    font-size: 70px;
    line-height: 91px;
    font-weight: 900;
    margin: 20px 0px 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.instagram_wrepper p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.instagram_wrepper .insabtn {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.instagram_wrepper .btn-outline-danger {
    box-sizing: border-box;
    border-radius: 30px;
    width: 193px;
    line-height: 50px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.instagram_wrepper .btn-info {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0px 25px 0px 15px;
    color: #FFFFFF;
    border: none;
    background: none;
    padding: 0;
}

.instagram_wrepper .btn-info:focus:focus {
    box-shadow: none;
}

.instagram_wrepper .instaicon {
    margin: 0px 5px;
}

.instagram_wrepper .instaimgbox img {
    margin-bottom: 10px;
}

.instagram_wrepper .scrool_down {
    margin: 50px 0px 90px;
}

.row.instaimgbox .col-lg-4.col-md-6 {
    padding: 10px;
}

.row.instaimgbox {
    margin: auto;
}

.letast_wrep {
    padding-bottom: 80px;
}

.letast_wrep h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    max-width: 312px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.letast_wrep p {
    font-size: 16px;
    max-width: 307px;
    line-height: 24px;
    color: #FFFFFF;
}

.letast_wrep h6 {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 30px 0px 10px;
}

.letast_wrep .arrowdown {
    margin-bottom: 40px;
}

.team_wrepper {
    padding: 80px 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.team_wrepper .scrool_down {
    margin: 0;
    padding: 50px 0px;
}

.teamtext {
    padding: 20px 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teamtext p {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.teambox img {
    width: 100%;
    height: 332px;
    object-fit: cover;
}

.teamtext img {
    width: auto;
    height: auto;
}

.merkmale_wrepp {
    padding: 55px 0px 50px;
}

.merkmale_wrepp h2 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color:  var(--accentcolor);
}

.merkmale_wrepp h1 {
    font-size: 45px;
    line-height: 67px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.covidbox {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(55px);
     -webkit-backdrop-filter: blur(55px);
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.covidbox svg {
    margin-right: 15px;
    height:35px;
    width:35px;
    fill:var(--accentcolor);
}

.covidbox h3 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.covidbox p {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.covidbox div {
	max-width: 75%;
}

.das_wrepper {
    padding: 80px 0px 40px;
    position: relative;
}

.das_wrepper .container {
    position: relative;
}

.das_wrepper .dasimg {
    position: absolute;
    top: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    font-style: normal;
    font-weight: normal;
    font-size: 450px;
    line-height: 370px;
}

.das_wrepper h2 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color:  var(--accentcolor);
}

.das_wrepper h1 {
    font-size: 45px;
    line-height: 67px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dasbox {

    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 70px;
    position: relative;
}

.dasbox h3 {
    font-size: 12px;
    margin-bottom: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.dasbox p {
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}

.dasbox .starimg {
    position: absolute;
    right: 40px;
    top: -30px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
}

.tickets_wrepper {

background: var(--main-gradient);

    padding: 80px 0px;
}

.tickets_wrepper h1 {
    max-width: 555px;
    font-size: 70px;
    font-weight: 900;
    line-height: 91px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.deut_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}

.deut_box h5 {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.deut_box h6 {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.deut_box h6 button {
    background: none;
    border: none;
    color: #fff;
}

.sdatd_box {
    background: #FFFFFF;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(55px);
     -webkit-backdrop-filter: blur(55px);
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.sdatd_box h2 {
    font-size: 12px;
    line-height: 18px;
    color: #1E1E5A;
    margin-bottom: 25px;
}

.sdatd_box h2 button {
    background: none;
    border: none;
}

.aachnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.aachnbox h3 {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #1E1E5A;
}

.aachnbox h3 span {
    font-size: 13px;
    line-height: 19px;
    display: block;
    text-transform: uppercase;
    color: #1E1E5A;
}

.tickets_wrepper .form-control {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 32px;
}

.tickets_wrepper .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.searchicon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.review_wrepp {
    padding: 100px 0px;
    position: relative;
}

.review_wrepp h1 {
    font-size: 70px;
    line-height: 91px;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 345px;
    color: #FFFFFF;
}

.reviewbox {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(55px);
     -webkit-backdrop-filter: blur(55px);
    padding: 16px;
    margin-bottom: 50px;
    border-radius: 10px;
    position: relative;
}

.reviewbox h2 {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.reviewbox h3 {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 12px 0px 22px;
}

.reviewbox p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.starreview {
    background: #FFFFFF;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color:  var(--accentcolor);
    position: absolute;
    top: -25px;
    right: 30px;
}

.review_wrepp .scrool_down {
    margin-bottom: 0;
}

.newsletter_wrepper {
    display: flex;
}

.news_box2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    display: flex;
}

.news_box {
    width: 50%;
    display: flex;
}

.news_box2 .news2inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 550px;
    margin: auto;
}

.news_box2 .news2inner h1 {
    font-size: 45px;
    line-height: 67px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
}

.news_box2 .news2inner p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 20px;
    text-align: center;
    color: #FFFFFF;
}

.news_box2 .news2inner label {
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0px 30px;
    line-height: 17px;
    color: #FFFFFF;
}

.news_box2 .form-control {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 32px;
}




#topteaser .btn-info {
    line-height: 50px;
    border-radius: 30px;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 434px;
    display: block;
    border: none;
}

#topteaser .btn-success {
    line-height: 50px;
    border-radius: 30px;
    padding: 0;
    width: 434px;
    display: block;
    font-weight: bold;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
}


.news_box2 .btn-info {
    line-height: 50px;
    border-radius: 30px;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 434px;
    display: block;
    border: none;
}

.news_box2 .btn-success {
    line-height: 50px;
    border-radius: 30px;
    padding: 0;
    width: 434px;
    display: block;
    font-weight: bold;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
}


.externaltickets .btn-info {
    line-height: 50px;
    border-radius: 30px;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    border: none;
}

.externaltickets .btn-success {
    line-height: 50px;
    border-radius: 30px;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: bold;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
}



.news_box2 .btn-success svg {
    margin-right: 5px;
}

footer {
    padding: 50px 50px 35px 50px;
    background: var(--main-gradient);
}

footer p {
    font-weight: 250;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 16px;
    color: #FFFFFF;
}

footer h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer ul li {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

footer ul li a {
    color: #FFFFFF;
}

header nav.sticky {
    padding: 15px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    transition: 0.5s;
}

footer ul li a:hover {
    color:  var(--accentcolor);
}

.just_feel_wrepp {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */	
}



.just_feel_wrepp .swiper-button-prev::after,
.just_feel_wrepp .swiper-rtl .swiper-button-next::after {
    content: '';
    background: url(../images/leftarrow.png) no-repeat center center;
    width: 60px;
    height: 120px;
}

.just_feel_wrepp .swiper-button-prev,
.just_feel_wrepp .swiper-rtl .swiper-button-next {
    width: 60px;
}

.just_feel_wrepp .swiper-button-prev,
.just_feel_wrepp .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.just_feel_wrepp .swiper-button-next::after,
.just_feel_wrepp .swiper-rtl .swiper-button-prev::after {
    content: '';
    background: url(../images/rightarrow2.png) no-repeat center center;
    width: 60px;
    height: 120px;
}

.just_feel_wrepp .swiper-button-next,
.just_feel_wrepp .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.just_feel_wrepp .swiper-button-next,
.just_feel_wrepp .swiper-button-prev {
    width: 60px;
}

.team_wrepper .swiper-button-next::after,
.team_wrepper .swiper-rtl .swiper-button-prev::after {
    content: '';
    background: url(../images/scroll2.png) no-repeat center center;
    width: 120px;
    height: 120px;
}

.team_wrepper .swiper-button-next,
.team_wrepper .swiper-button-prev {
    width: 120px;
    transition: 0.5s;
    opacity: 0;
}

.team_wrepper .swiper-button-next,
.team_wrepper .swiper-rtl .swiper-button-prev {
    right: 25%;
    left: auto;
}

.swiper.mySwiper2:hover .swiper-button-next {
    opacity: 1;
}

.menuwrepp {
    background: var(--main-gradient);
    padding: 60px;
    width: 40%;
    transition: 0.5s;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100vh;
    right: -100%;
}

.menuwrepp ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menuwrepp ul li {
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.menuwrepp ul li:last-child {
    margin-bottom: 0;
    ;
}

.menuwrepp ul li a {
    color: #FFFFFF;
}

.menuwrepp ul li a:hover {
    color:  var(--accentcolor);
}

.crossicon {
    width: 200px;
    height: 200px;
    background: url(../images/circle.png) no-repeat top right;
    background-size: auto;
    background-size: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding-top: 70px;
    padding-left: 20px;
    cursor: pointer;
}

.menuwrepp.active {
    right: 0;
}

#exampleModal .btn-close {
    background: none;
}

#exampleModal .modal-content {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0px;
}

#exampleModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    overflow: auto;
    background: url(../images/bg.png) no-repeat center center;
    background-size: cover;
}

#exampleModal .btn-close {
    width: auto;
    height: auto;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    opacity: 1;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 30px;
}

#exampleModal .btn-close:focus {
    box-shadow: none;
}

#exampleModal .modal-body {
    padding: 90px 30px;
}

#exampleModal .modal-body h1 {
    font-size: 50px;
    margin: auto;
    text-align: center;
    line-height: 59px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 647px;
    color: #FFFFFF;
}

#exampleModal .modal-body p {
    font-size: 16px;
    line-height: 24px;
    margin: auto;
    text-align: center;
    color: #FFFFFF;
    max-width: 298px;
    margin-bottom: 50px;
}

#exampleModal2 .btn-close {
    background: none;
}

#exampleModal2 .modal-content {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0px;
}

#exampleModal2 .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    overflow: auto;
    background: url(../images/bg.png) no-repeat center center;
    background-size: cover;
}

#exampleModal2 .btn-close {
    width: auto;
    height: auto;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    opacity: 1;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 30px;
}

#exampleModal2 .btn-close:focus {
    box-shadow: none;
}

#exampleModal2 .modal-body {
    padding: 90px 30px;
}

#exampleModal2 .modal-body h2 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#exampleModal2 .modal-body h1 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

#exampleModal2 .modal-body p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.landwrepp {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    padding: 30px;
}

.dai_row {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.dai_row p {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.dai_row h2 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.museums_text {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}

.museums_text svg {
    margin-left: 5px;
}

.sonntagtext {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.availabletext {
    margin-bottom: 10px;
    border-bottom:1px solid rgba(255, 255, 255, .2);
    padding-bottom:10px;
}

.avail_col {}

.avail_col p {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #20C90F;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
}

.avail_col h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.availabletext .btn-info {
    background: none;
    border: none;
    padding: 0;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1E1E5A;
    padding-left:8px;
    padding-right:8px;
    margin: auto;
    display: block;
    float:right;
    line-height: 43px;
}

.quartier_wrepp {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
    border-radius: 10px;
}

.quartier_wrepp h6 {
    font-size: 12px;
    line-height: 18px;
    color: #1E1E5A;
    margin-bottom: 25px;
}

.quartier_wrepp h2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1E1E5A;
    margin-bottom: 25px;
}

.quartier_wrepp p {
    font-size: 16px;
    line-height: 24px;
    color: #1E1E5A;
    margin-bottom: 35px;
}

.quartier_row {
    display: flex;
}

.quartier_row svg {
    margin-right: 10px;
    margin-top: 5px;
}

.quartier_row h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #1E1E5A;
}

.quartier_row h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E5A;
}

.mobile_view {
    display: none;
}

.banner_logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.showarrowpopup {
    background: none;
    border: none;
}

#loder {
    position: fixed;
    z-index: 9999999;
    background: #060405;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #fff;
    background-color:  var(--accentcolor);
    border-color:  var(--accentcolor);
    box-shadow: none;
}

.btn-info:focus svg path {
    fill: #fff;
}

.btn-outline-info:focus {
    color: #fff;
    background-color:  var(--accentcolor);
    border-color:  var(--accentcolor);
}

.banner_logo_wrepp {
    display: none;
}

.mobilelogo {
    display: none;
}

.just_feel_wrepp .swiper-slide.swiper-slide-active {
    width: 30% !important;
    height: 600px;
    transition: 0.5s;
}

#accordionExample {
    display: none;
}

.insta_header {
    display: none;
}

.mobile_team_wrepp {
    display: none;
}


.categoryheader {
	background-image: var(--header-desktop-image);
	background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.categoryheader h1 {
	padding-top:150px; 
	padding-bottom:100px; 
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.bigtext_wrepp {
	padding:30px;
}
.bigtext_wrepp p {
	padding:20px 0px 20px 0px;
	font-size: 18px;

}


.standard-gradient {
	background:var(--main-gradient);
}


.forceblack, .forceblack p, .forceblack a, .forceblack h1, .forceblack h2, .forceblack h3, .forceblack h4, .forceblack h5 {
	color:black!important;
}
/* PP > 18122024 */
h3[data-country="AT"]:after{
    background-image: url(flags/AT.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 16px;
    content: "";
    margin-left: 10px;
}
h3[data-country="DE"]:after{
    background-image: url(flags/DE.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 16px;
    content: "";
    margin-left: 10px;
}
img.evt-logo{ max-height: 32px!important; max-width: 80px}
/* PP > 03022025 */
#topteaser{height:70vh; display: grid; grid-template-rows: 1fr auto;}
#news-ticker {
    border: 1px solid #efefef;
    border-width: 1px 0;
    background: #000;
    font-size: 25px;
    height: 55px;
    overflow: hidden;
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marquee {
    width: 100%;
    line-height: 50px;
    background-color: transparent;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center; /* center text */
}
.marquee .track {
    display: flex;
    gap: 30px;
    animation: startCentered 5s ease-out 1, marquee 15s linear infinite 5s;
    width: max-content; /* loop text */
}
.marquee .track a {
    color: #FFFFFF;
    padding: 0 15px;
    text-decoration: none;
}
.marquee .track a:hover{
    text-decoration: underline;
}

@keyframes startCentered {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee:hover .track {
    animation-play-state: paused;
}