/* PLACE YOU CUSTOM STYLES IN THIS FILE */

html{
    scroll-behavior:smooth;
}

/*
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}*/

 .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

/* ================= PRELOADER ================= */

.preloader {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 999999;
    overflow: hidden;
}

.preloader-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



.preloader-content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.preloader-content img {
    margin-bottom: 20px;
}

.preloader-animation {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.preloader-skip {
    position: absolute;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
}

.preloader.hidden {
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

/*-------------------------------*/
/*Navigation Starts */
/*-------------------------------*/
.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1000;
}

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    transition: 
        transform 0.4s ease,
        background 0.4s ease,
        backdrop-filter 0.4s ease;
}

/* Navbar verstecken */
.navbar.hide-nav {
    transform: translateY(-100%);
}

/* Dark Blur Hintergrund */
.navbar.dark-blur {
    background: rgba(0, 0, 0, 0.55);
    
}

.center-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.center-brand, .transparent-bg {
    left: 30px;
    top: 0;
}

.center-brand, .transparent-bg,
.fixed-bottom, .bg-transparent-light,
.bg-transparent-white,
.bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
}
.bg-invisible .container {
    opacity: 0;
    visibility: hidden;
}
.fixed-bottom {
    bottom: 0;
}
.bg-white {
    position: relative;
}
.bg-white,
.boxed-nav .container {
    background: #fff;
}
.boxed-nav {
    top: 20px;

}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    /*-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    /*background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #423f9c), color-stop(69%, #862359));
    background: linear-gradient(90deg, #423f9c 31%, #862359 69%);*/
}
.center-brand.fixedmenu,
.bg-white.fixedmenu,
.bg-transparent-light.fixedmenu,
.bg-transparent-white.fixedmenu,
.bg-invisible.fixedmenu,
.boxed-nav.fixedmenu {
    background: rgba(0, 0, 0, 0.55);
    padding-top: 1rem;
    padding-bottom: 1rem;
    
}

.fixed-bottom.fixedmenu{
    bottom: auto;
    -webkit-animation: none;
    animation: none;
}
.bg-invisible.fixedmenu .container {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.nav-whitebg {
    background: #fff;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
.navbar.sidebar-nav {
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 2rem;
    border-right: 1px solid rgba(0,0,0,.07);
    left: 0;
    overflow-x: hidden;
}

.navbar-brand  {
    margin: 16px 0;
    padding: 0;
    width: 140px;
    position: relative;
}
.center-brand .navbar-brand {
    position: absolute;
    left: -70px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    width: 100%;
    
}



.navbar-brand > img {
    width: 70%;
}


.navbar.fixedmenu .logo-default,
.navbar  .logo-scrolled{
    display: none;
}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default{
    display: inline-block;
    width: 200px;
}

.navbar.sidebar-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.navbar-nav .nav-item {
    margin: 16px 5px;
    position: relative;
}
.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}
.navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-nav .nav-link {
    margin: 8px 1.25rem !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #212331;
    position: relative;

    overflow: hidden;
}
.sidebar-nav .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.square-layout .navbar-nav .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
}
.center-brand .navbar-nav .nav-link,
.transparent-bg .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link{
    color: #fff;
}
.center-brand.fixedmenu .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.sidebar-nav .navbar-nav .nav-link.active{
    color: #e08821;
    text-shadow:
        0 0 6px rgba(255, 221, 124, 0.5),
        0 0 14px rgba(212, 175, 55, 0.4);
}
.fixedmenu .navbar-nav .nav-link.active,
.fixedmenu .navbar-nav .nav-link.active:hover,
.fixedmenu .navbar-nav .nav-link.active:focus,
.center-brand.fixedmenu .navbar-nav .nav-link.active{
    color: #fff;
}
.square-layout .navbar-nav .nav-link.active,
.square-layout .navbar-nav .nav-link:hover,
.square-layout .navbar-nav .nav-link:focus{
    border: 1px solid #c1c1c1;
    background: transparent !important;
}
.square-layout .fixedmenu .navbar-nav .nav-link.active,
.square-layout .fixedmenu .navbar-nav .nav-link:hover,
.square-layout .fixedmenu .navbar-nav .nav-link:focus{
    border: 1px solid #c1c1c1;
    background: transparent !important;
    color: #212331 !important;
}

.center-brand .navbar-nav .nav-link:first-of-type {
    background: rgba(0,0,0,0);
}

.center-brand .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/* Nav Bottom Line Hover Effect */
.nav-bottom-line .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: linear-gradient(
        90deg,
        #6b4e16,
        #e08821,
        #ffdd7c,
        #e08821,
        #6b4e16
    );
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    border-radius: 50px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.nav-bottom-line .navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link {
    position: relative;
    padding-top: 24px; /* Platz für Rune */
}

/* RUNE ÜBER DEM TEXT */
.navbar-nav .nav-link::before {
    content: "𝄢"; /* Rune – frei wählbar */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    opacity: 0;
    font-size: 18px;
    color: #e08821;
    text-shadow:
        0 0 6px rgba(255, 221, 124, 0.7),
        0 0 14px rgba(212, 175, 55, 0.5);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    pointer-events: none;
}

/*𝄢  ♩  ♪  ♫  ♬  ♭  ♯  ♮ */

/* HOVER AKTIVIERT */
.navbar-nav .nav-link:hover::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* 1. Menüpunkt */
.navbar-nav li:nth-child(1) .nav-link::before {
    content: "♫"; 
}

/* 2. Menüpunkt */
.navbar-nav li:nth-child(2) .nav-link::before {
    content: "♪"; 
}

/* 3. Menüpunkt */
.navbar-nav li:nth-child(3) .nav-link::before {
    content: "♫"; 
}

/* 4. Menüpunkt */
.navbar-nav li:nth-child(4) .nav-link::before {
    content: "♫"; 
}

/* 5. Menüpunkt */
.navbar-nav li:nth-child(1) .nav-link::before {
    content: "𝄢"; 
}

/* 6. Menüpunkt */
.navbar-nav li:nth-child(2) .nav-link::before {
    content: "♭"; 
}

/* 7. Menüpunkt */
.navbar-nav li:nth-child(3) .nav-link::before {
    content: "♩"; 
}

/* 8. Menüpunkt */
.navbar-nav li:nth-child(4) .nav-link::before {
    content: "♪"; 
}

/* LOGO BASIS */
.navbar-brand img {
    transition: 
        filter 0.35s ease,
        transform 0.35s ease;
}

/* LOGO HOVER GLOW */
.navbar-brand:hover img {
    filter: drop-shadow(0 0 6px rgba(224, 136, 33, 0.521))
            drop-shadow(0 0 14px rgba(224,136,33,0.4));
    transform: scale(1.03);
}

.navbar-brand img {
    transition: 
        transform 0.4s ease, filter 0.4s ease;
    filter:
        drop-shadow(0 0 13px rgba(212,175,55,0.35));
     animation: footerGlow 4s ease-in-out infinite;    
}

/*toggle responsive*/
.navbar-toggler {
    position: relative;
    border: none;
    border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}
.navbar-toggler span {
    display: block;
    background: #fff;
    height: 2px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.bg-white .navbar-toggler span,
.bg-transparent-light .navbar-toggler span,
.bg-invisible .navbar-toggler span,
.navbar.sidebar-nav .navbar-toggler span,
.boxed-nav .navbar-toggler span {
    background: #212331;
}
.center-brand.fixedmenu .navbar-toggler span {
    background: -o-linear-gradient(left, #643094, #58b433);
    background: -webkit-gradient(linear, left top, right top, from(#643094), to(#58b433));
    background: linear-gradient(90deg, #643094, #58b433);
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/*-----Side Menu----*/
.side-menu {
    width: 20%;
    position: fixed;
    right: -1px;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.just-sidemenu .side-menu {
    background: -o-linear-gradient(left, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, from(#423f9c), to(#862359));
    background: linear-gradient(90deg, #423f9c, #862359);
}
.transparent-sidemenu .side-menu {
    background: rgba(0,0,0,.95);
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sideMenu ul li a.active {
    color: #e08821;
    font-weight: 700;
    position: relative;
}

#sideMenu ul li a.active::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: -6px;

    width: 100%;
    height: 2px;

    background: #e08821;

    transform: translateX(-50%);
}


/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #212331;
    display: block;
}
.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.bg-invisible .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span {
    background: #fff;
}
.center-brand.fixedmenu .sidemenu_btn > span,
.bg-invisible.fixedmenu .sidemenu_btn > span,
.boxed-nav.fixedmenu .sidemenu_btn > span {
    background: #ffffff;
}
.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
    height: 28px; width: 28px;
    line-height: 28px;
    font-size: 14px;
}
.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}

/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}
.wrapper .full-screen {
    width: 100% !important;
}


@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1200px) {

    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }

}
@media (min-width: 1025px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }
    .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1024px) {

    .boxed-nav .sidemenu_btn {
        display: none !important;
    }
    .center-brand .navbar-brand{
        width: 100px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 810px) and (max-width: 1024px) {
    .sidemenu_btn {
        position: relative;
    }
}
@media (max-width: 992px) {
    .boxed-nav {
        background: #fff;
    }
    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        background: #58b433;
        color: #fff;
    }
    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }

    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 2rem;
    }

}
@media (max-width: 768px) {
    .center-brand .navbar-brand{
        width: 80px;
        left: 0;
    }
    .side-menu {
        width: 55%;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper {
        padding-left: 0;
    }
    .sidemenu_btn {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }
    .side-menu {
        width: 300px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .side-nav p {
        display: none;
    }
    .sidebar-nav .social-icons{
        display: none;
    }
}

nav.navbar .container{
    max-width: 1400px;
}

/* Mobile: Hauptmenü ausblenden */
@media (max-width: 992px) { /* entspricht Bootstrap lg breakpoint */
    .navbar-collapse {
        display: none !important; /* Hauptmenü ausblenden */
    }
}

/*-------------------------------*/
/*Navigation Ends */
/*-------------------------------*/

#backToTop {
    position: fixed;
    bottom: 80px;
    right: 80px;
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    cursor: pointer;

    background: rgba(15, 15, 15, 0.75);
    backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0 8px 25px rgba(0,0,0,0.5);

    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;

    z-index: 9999;
}

#backToTop {
    position: fixed;

    bottom: clamp(20px, 5vw, 80px);
    right: clamp(20px, 5vw, 80px);

    width: clamp(45px, 4vw, 55px);
    height: clamp(45px, 4vw, 55px);

    border-radius: 50%;
}

/* Sichtbar */
#backToTop.show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Effekt */
#backToTop:hover {
    
    background: #e08821;
    border-color: #e08821;
    box-shadow: 0 0 30px rgba(224, 136, 33, .65);
}

.arrow-up {
    width: 14px;
    height: 14px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    transform: rotate(45deg);
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.6));
}


.audio-btn {
    position: absolute;
    top: 68px; /* gleiche Höhe wie sidemenu_btn padding */
    right: 140px; /* sidemenu_btn right 15px + width 36px = 51px, also 10px Abstand */
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;

    background: none;
    color: #fff;
    font-size: 18px; /* Pfeil oder Symbolgröße */
    cursor: pointer;

    transition: color 0.3s ease;
}

.audio-btn:hover {
    color: #ddd; /* leicht heller bei hover */
    text-decoration: none;
}

/* Ausgangsposition: außerhalb des Bildschirms */
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

    width: 36px;
    padding: 6px;
    margin-right: 1rem;

    position: absolute;
    top: 69px;    /* wie du Audio Button angepasst hast */
    right: -60px; /* außerhalb des Bildschirms */
}

/* Wenn sichtbar → auf richtige Position */
.sidemenu_btn.show {
    right: 50px; /* finale Position */
}



/* ========== Tablet ≥ 768px ========== */
@media (max-width: 768px) {
    .audio-btn {
        top: 30px;
        right: 70px;
        font-size: 17px;
    }
}


/* ========== Desktop ≥ 1024px ========== */
@media (max-width: 1024px) {
    .audio-btn {
        top: 68px;
        right: 81px;
        font-size: 18px;
    }
}


/* ========== Large Desktop ≥ 1400px ========== */
@media (max-width: 1400px) {
    .audio-btn {
        top: 45px;
        right: 90px;
        font-size: 19px;
    }
}

/* ========== Tablet ≥ 768px ========== */
@media (max-width: 768px) {
    .sidemenu_btn {
        top: 30px;
        right: 70px;
        font-size: 17px;
    }
}


/* ========== Desktop ≥ 1024px ========== */
@media (max-width: 1024px) {
    .sidemenu_btn {
        top: 68px;
        right: 81px;
        font-size: 18px;
    }
}


/* ========== Large Desktop ≥ 1400px ========== */
@media (max-width: 1400px) {
    .sidemenu_btn {
        top:43px;
        right: 90px;
        font-size: 19px;
    }
}




/* Overlay */
#sideOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,0.5);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9998;
}

/* Overlay sichtbar */
#sideOverlay.show {
    opacity: 1;
    visibility: visible;
}

/* Side Menu */
#sideMenu {
    position: fixed;
    top: 0;
    right: -300px; /* start außerhalb */
    width: 300px;
    height: 100%;
    background: rgba(20,20,20,0.95);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 20px 20px;
    transition: right 0.4s ease;
    z-index: 9999;
}

#sideMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#sideMenu ul li {
    margin: 20px 0;
    
}

#sideMenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

#sideMenu ul li a:hover {
    color: #ddd;
}

/* Close Button */
#closeSideMenu {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* Side Menu sichtbar */
#sideMenu.show {
    right: 0;
}

/* Basis-Style */
#sideMenu ul li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 0 5px 32px; /* Platz für Rune */
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Gemeinsame Rune Styles */
#sideMenu ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    opacity: 0.85;
    transition: 
        transform 0.3s ease,
        text-shadow 0.3s ease,
        opacity 0.3s ease;
}

#sideMenu ul li a:hover {
    color: #e08821;
    text-shadow: 0 0 6px rgba(255, 221, 124, 0.5), 0 0 14px rgba(212, 175, 55, 0.4);

}

/* Individuelle Runen */
#sideMenu ul li:nth-child(1) a::before { content: "𝄢"; } /* Home */
#sideMenu ul li:nth-child(2) a::before { content: "♭"; } /* Bio */
#sideMenu ul li:nth-child(3) a::before { content: "♩"; } /* Live */
#sideMenu ul li:nth-child(4) a::before { content: "♪"; } /* Galerie */
#sideMenu ul li:nth-child(5) a::before { content: "𝄢"; } /* Downloads */
#sideMenu ul li:nth-child(6) a::before { content: "♭"; } /* Kontakt */
#sideMenu ul li:nth-child(7) a::before { content: "♩"; } /* Kontakt */
#sideMenu ul li:nth-child(8) a::before { content: "♪"; } /* Kontakt */

/* Hover Glow */
#sideMenu ul li a:hover::before {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
    text-shadow:
        0 0 6px rgba(255, 221, 124, 0.5),
        0 0 14px rgba(212, 175, 55, 0.4);
    color:  #e08821;
}

/* Balken von links nach rechts */
#sideMenu ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;                 /* Höhe des Balkens */
    width: 0;                     /* Startbreite 0 */
    background:  #e08821;         /* Balkenfarbe */
    transition: width 0.35s ease;
}

/* Beim Hover → Balken auf volle Breite */
#sideMenu ul li a:hover::after {
    width: 100%;
}


/* Social Links im Side Menu */
#sideMenuSocial {
    margin-top: 50px;          /* Abstand unter Menü Links */
    display: flex;
    justify-content: center;
    gap: 20px;              /* Abstand zwischen Icons */
    transform: translateY(-40px);
}

#sideMenuSocial a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

#sideMenuSocial a:hover {
    color: rgb(224, 136, 33);
    filter: drop-shadow(rgba(224, 136, 33, 0.52) 0px 0px 6px) drop-shadow(rgba(224, 136, 33, 0.4) 0px 0px 14px);
    transform: scale(1.03);
}

/* Kontakt Infos */
#sideMenuContact {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    transform: translateY(-60px);
}

#sideMenuContact p {
    margin: 4px 0;
}

/* Social Icons im Side Menu */
#sideMenuSocial {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 25px; /* Abstand zwischen Icons */
}

#sideMenuSocial a svg {
    fill: #fff;             /* Icons werden weiß */
    transition: fill 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

#sideMenuSocial a:hover svg {
    fill: #ffdd7c;
    transform: scale(1.1);
    filter:
        drop-shadow(0 0 6px rgba(255, 221, 124, 0.5))
        drop-shadow(0 0 14px rgba(212, 175, 55, 0.4));
    
}

.sideMenu-header {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Logo links */
    padding: 15px 20px;
    position: relative;
}

.sideMenu-header #closeSideMenu {
    margin-left: auto; /* X nach rechts schieben */
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    top: 10px;
}

.sideMenu-header .side-logo {
    height: 40px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.header-table {
    position: relative;
    width: 100%;
    height: 100vh; /* volle Bildschirmhöhe */
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertikal */
    text-align: center;
}

.header-table img {
    max-width: 100%;
    height: auto;
}

/* Einzelne Blocks */
.bio-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -100px;
}

.bio-image {
    width: 1080px;
    max-width: 100%;
    border-radius: 2%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    margin-bottom: 10px;
}

.bio-text {
    max-width: 1080px;
    padding: 40px;

    /* Glas Effekt */
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);

    border-radius: 16px;

    /* Glas Rand */
    border: 1px solid rgba(255, 255, 255, 0.15);

    /* Tiefe */
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.45),
        inset 0 0 1px rgba(255,255,255,0.2);

    color: #ffffff;
    text-align: center;

    margin: 20px auto;
}

.rune {
    font-size: 60px;
    font-weight: bold;
    color: #fff; /* oder deine Akzentfarbe */
    line-height: 1;
}

.ibox-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-dark-2 {
    background: rgba(0, 0, 0, 0.55);
}

.bg-dark-1 {
    background-color: #0e0e0e !important;
}




.carousel-2 {
    overflow: hidden;
    position: relative;
}

.carousel-2 .carousel-inner {
    display: flex;
}

.carousel-2 .carousel-inner > div {
    flex: 0 0 20%; /* 5 sichtbar */
}


/* ============================= */
/* ========== FOOTER =========== */
/* ============================= */

.footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    flex-wrap: wrap;
    margin: 30px 0;
}



.footer-row a {
    color: #fff;
    font-size: 32px !important;
    transition: all 0.3s ease;
}

/* Logo leicht größer */
.footer-logo img {
    transition: all 0.3s ease;
    width: 60px;
}

/* Glow Effekt */
.footer-row a:hover {
    transform: scale(1.2);
    color: #e08821;
    filter: drop-shadow(0 0 6px rgba(224, 136, 33, 0.521))
            drop-shadow(0 0 14px rgba(224,136,33,0.4));
    transform: scale(1.03);
}

/* Optional: Logo Glow */
.footer-logo:hover img {
    filter: drop-shadow(0 0 6px rgba(224, 136, 33, 0.521))
            
    transform: scale(1.03);
}

.footer-copyright {
    text-align: center;
    
}

.footer-copyright p {
    color: #aaa;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.3s ease;
}

/* Optional dezenter Hover-Glow */
.footer-copyright p:hover {
    color: #e08821;
    text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00;
}

@media (max-width: 768px) {
    .footer-row {
        max-width: 100%;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }
}

/* ============================= */
/* ========== MOBILE =========== */
/* ============================= */
.footer-row a {
    font-size: 16px;
}


/* ============================= */
/* ========== TABLET =========== */
/* ============================= */
@media (min-width: 576px) {
    .footer-row a {
        font-size: 18px;
    }
}


/* ============================= */
/* ====== LARGE TABLET ========= */
/* ============================= */
@media (min-width: 768px) {
    .footer-row a {
        font-size: 20px;
    }
}


/* ============================= */
/* ========== DESKTOP ========== */
/* ============================= */
@media (min-width: 1024px) {
    .footer-row a {
        font-size: 2.0rem !important;
        gap: 20px;
    }
}


/* ============================= */
/* ===== LARGE DESKTOP ========= */
/* ============================= */
@media (max-width: 1400px) {
    .footer-row a {
        font-size: 18px !important;
    }
}



/* ============================= */
/* ========== MOBILE =========== */
/* ============================= */
.footer-row img {
    font-size: 16px;
}


/* ============================= */
/* ========== TABLET =========== */
/* ============================= */
@media (min-width: 576px) {
    .footer-row img {
        font-size: 18px;
    }
}


/* ============================= */
/* ====== LARGE TABLET ========= */
/* ============================= */
@media (min-width: 768px) {
    .footer-row img {
        font-size: 20px;
    }
}


/* ============================= */
/* ========== DESKTOP ========== */
/* ============================= */
@media (min-width: 1024px) {
    .footer-row img {
        font-size: 24px !important;
    }
}


/* ============================= */
/* ===== LARGE DESKTOP ========= */
/* ============================= */
@media (max-width: 1400px) {
    .footer-row img {
        width: 28px !important;
    
    }
}








/* -------------------------------- */
/* TEAM MEMBER BASIS */
/* -------------------------------- */

.nk-team-member {
    position: relative;
}

/* -------------------------------- */
/* BILD */
/* -------------------------------- */

.nk-team-member-photo {
    overflow: hidden;
    border-radius: 12px;
}

.nk-team-member-photo a {
    display: block;
    cursor: pointer;
}

.nk-team-member-photo img {
    display: block;
    width: 100%;
    transition: transform 0.6s ease;
    cursor: pointer;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

/* Hover: Bild leicht zurück */
.nk-team-member:hover .nk-team-member-photo img {
    transform: scale(0.95);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


/* -------------------------------- */
/* TEXT */
/* -------------------------------- */

.nk-team-member-info {
    transition: transform 0.6s ease;
}

.nk-title.h2 {
    display: inline-block;
    transition: transform 0.35s ease, letter-spacing 0.35s ease;
}

/* Hover: Titel leicht größer */
.nk-team-member:hover .nk-title.h2 {
    transform: scale(1.08);
    letter-spacing: 1px;
}



/* -------------------------------- */
/* Downloads */
/* -------------------------------- */

.nk-blog-post {
    position: relative;
}

/* -------------------------------- */
/* BILD */
/* -------------------------------- */

.nk-post-thumb {
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.nk-post-thumb a {
    display: block;
    cursor: pointer;
}

.nk-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; /* Ausgangszustand: voll sichtbar */
    transition: opacity 0.4s ease-in-out; /* Der Schlüssel für die smoothe Animation */
}

/* Hover: Bild leicht zurück */
.nk-blog-post:hover .nk-post-thumb img {
   opacity: 0.7;
}

.nk-post-thumb > a::after {
  
  display: none;
  
  
}



/* -------------------------------- */
/* TEXT */
/* -------------------------------- */

.nk-post-content {
    transition: transform 0.6s ease;
}

.nk-title.h2 {
    display: inline-block;
    transition: transform 0.35s ease, letter-spacing 0.35s ease;
}

/* Hover: Titel leicht größer */
.nk-blog-post:hover .nk-title.h2 {
    transform: scale(1.08);
    letter-spacing: 1px;
}


/* =====================================================
   LIVE DATES
===================================================== */

.live-container{
    max-width:1280px;
    margin:50px auto;
    padding:0 20px;
    margin-top: 0px;
}

.live-block{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border-radius:15px;
    padding:25px;
    transition:.35s;
}

.live-block:hover{
    transform:translateY(-6px);
    border-color:#e08821;
    box-shadow:0 15px 35px rgba(224,136,33,.25);
}

.live-calendar{
    display:flex;
    flex-direction:column;
    gap:15px;
}

/* =====================================================
   EVENT ROW
===================================================== */

.live-row{

    display:grid;

    grid-template-columns:
        120px
        110px
        1.5fr
        1.4fr
        0.9fr
        150px;

    align-items:center;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.05);

    border-radius:12px;

    transition:.3s;

}

.live-row:hover{

    background:rgba(224,136,33,.07);

    border-color:rgba(224,136,33,.35);

}

/* =====================================================
   DATE
===================================================== */

.event-date{

    border-left:5px solid #e08821;

    padding:20px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.event-day{

    color:#fff;

    font-size:38px;

    font-weight:700;

    line-height:1;

}

.event-month{

    margin-top:6px;

    color:#999;

    font-size:13px;

    letter-spacing:2px;

    text-transform:uppercase;

}

/* =====================================================
   INFO SPALTEN
===================================================== */

.event-time,
.event-city,
.event-venue{

    padding:20px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    border-left:1px solid rgba(255,255,255,.08);

}

.label{

    color:#8c8c8c;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:6px;

}

.value{

    color:#fff;

    font-size:22px;

    font-weight:700;

    line-height:1.2;

}

.event-city .value{

    text-transform:uppercase;

}

.event-venue .value{

    font-size:18px;

    font-weight:600;

    color:#d3d3d3;

}

.event-band{

    padding:20px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    border-left:1px solid rgba(255,255,255,.08);

}

.label{

    color:#8c8c8c;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    

}

.value{

    font-size:22px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:6px;

}

.event-band .value{

    color:#e08821;

}

/* =====================================================
   BUTTON
===================================================== */

.event-ticket{

    padding:20px;

    border-left:1px solid rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

}

.event-ticket a{

    display:flex;

    justify-content:center;

    align-items:center;

    width:120px;

    height:48px;

    background:#e08821;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.event-ticket a:hover{

    background:#fff;

    color:#e08821;

}

/* =====================================================
   MOBILE
===================================================== */

@media(max-width:1100px){

.live-row{

    grid-template-columns:1fr;

}

.event-time,
.event-band,
.event-city,
.event-venue,
.event-ticket{

    border-left:none;

    border-top:1px solid rgba(255,255,255,.08);

}

.event-date{

    border-left:none;

    border-top:5px solid #e08821;

}

.event-ticket{

    justify-content:flex-start;

}

}






#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    max-width: ;
}

#lightbox.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.lb-image {
    max-width: 90%;
    max-height: 85%;
}

.lb-close,
.lb-prev,
.lb-next {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
}

.lb-close {
    top: 20px;
    right: 30px;
}

.lb-prev {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.lb-next {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* Galerie Wrapper */
.gallery {
    display: flex;
    justify-content: center;  /* zentriert die Bilder */
    flex-wrap: wrap;          /* Zeilenumbruch bei kleinen Bildschirmen */
    gap: 50px;                /* Abstand zwischen den Bildern */
}

/* Einzelne Thumbnails */

.thumb{

    flex:0 1 30%;
    max-width:350px;

    position:relative;

    overflow:hidden;

    border-radius:12px;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.03);

    cursor:pointer;

    opacity:1;

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        opacity .35s ease;

}

.thumb:hover{

    transform:translateY(-6px);

    border-color:#e08821;

    box-shadow:0 15px 35px rgba(224,136,33,.25);

}

.thumb.hide{
    opacity:0;
    transform:scale(.92);
    pointer-events:none;
}

/* Lightbox Bilder */
.thumb img.lightbox-img{

    width:100%;
    height:auto;

    display:block;

    object-fit:cover;

    transition:transform .6s ease;

    cursor:pointer;

}

.thumb:hover img.lightbox-img{

    transform:scale(1.08);

}


/* Responsive Anpassungen */
@media (max-width: 992px) {
    .thumb {
        flex: 0 1 45%;       /* 2 Bilder pro Reihe */
    }
}

@media (max-width: 600px) {
    .thumb {
        flex: 0 1 100%;      /* 1 Bild pro Reihe */
    }
}

/* ======================================
   GALLERY FILTER ANIMATION
====================================== */

.gallery .thumb {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition:
        opacity .35s ease,
        transform .35s ease,
        filter .35s ease;
}

.gallery .thumb.gallery-out {
    opacity: 0;
    transform: translateY(12px) scale(.96);
    filter: blur(3px);
}

.gallery .thumb.gallery-in {
    animation: galleryReveal .5s ease forwards;
}

@keyframes galleryReveal {

    from {
        opacity: 0;
        transform: translateY(18px) scale(.96);
        filter: blur(3px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

}



.lb-caption {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.hidden {
    display: none;
}

.nk-post-thumb:hover::after{
    display: none;
}



.hero-caption{
    position:relative;
    width:100%;
    height:180px;
    margin-top:35px;
    overflow:hidden;
}

.caption-group{

    position:absolute;

    left:50%;
    top:25%;

    transform:translate(-50%,-50%);

    width:100%;

    text-align:center;

    opacity:0;
}


/* ------------------ */
/* Chrome Effekt */
/* ------------------ */

.caption{

    margin:0;

    font-size:clamp(2.5rem,6vw,5rem);
    font-weight:800;
    line-height:1;

    text-transform:uppercase;
    letter-spacing:5px;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f4f4f4 12%,
        #d8d8d8 24%,
        #9e9e9e 38%,
        #ffffff 50%,
        #bababa 64%,
        #f8f8f8 78%,
        #8e8e8e 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    text-shadow:
        0 2px 2px rgba(255,255,255,.25),
        0 4px 15px rgba(0,0,0,.8),
        0 0 40px rgba(255,255,255,.12);

}


/* Untertitel */

.caption-small{

    margin-top:15px;

    font-size:20px;

    letter-spacing:6px;

    text-transform:uppercase;

    color:#d7d7d7;

    text-shadow:
        0 2px 8px rgba(0,0,0,.8);
}


.caption-group.active{
    opacity:1;
}

.nk-btn-x2 {
    padding: 16px 40px;
    font-size: 1rem;
    margin-top: 30px;
}

#about{
    scroll-margin-top: 80px;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #e08821;
    text-shadow: 0 0 6px rgba(255, 221, 124, 0.5), 0 0 14px rgba(212, 175, 55, 0.4);
}



/*------------------------------------------------------------------
[6.09. separator-icon]
*/
.separator-icon {
  text-align: center;
  font-size: 28px;
  color: #A8A8A8;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
.separator-icon i {
  border: 2px solid rgba(222, 222, 222, 0.8);
  height: 55px;
  width: 55px;
  padding-top: 14px;
  border-radius: 50%;
  position: relative;
}
.separator-icon i.fa-ticket:before {
  top: -2px;
  position: relative;
}
.separator-icon i.fa-music:before {
  top: -6px;
  left: -1px;
  font-size: 20px;
  position: relative;
}
.separator-icon i.fa-picture-o:before {
  top: -3px;
  font-size: 24px;
  position: relative;
}
.separator-icon:after,
.separator-icon:before {
  content: "";
  height: 2px;
  background-color: rgba(222, 222, 222, 0.8);
  width: 100px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 26px;
}
.separator-icon:after {
  left: calc(50% + 28px);
}
.separator-icon:before {
  right: calc(50% + 27px);
}
.inverse-color .separator-icon i {
  border-color: rgba(222, 222, 222, 0.2);
}
.inverse-color .separator-icon:after,
.inverse-color .separator-icon:before {
  background-color: rgba(222, 222, 222, 0.2);
}

.bg-dark-1 {
    background-image: url(../images/bg-biography.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* optional */
    background-color: #0e0e0e !important
}

.btn-wrapper{
    display:flex;
    justify-content:center;
    margin-top:30px;
}




/* about Section */
.about-section{

    padding:120px 0;

    position:relative;

    overflow:hidden;

}

.about_full-section{

    padding-top: 80px;
    padding-bottom: 100px;

}

.about_full-section2{

    padding-top: 0px;
    padding-bottom: 100px;

}



.about-wrapper{

    display:grid;

    grid-template-columns:50% 50%;

    gap:60px;

    align-items: flex-start;

}



/* IMAGE */

.about-image{

    position:relative;
    

}

/*.about-im age::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:#FF7101;

    filter:blur(120px);

    opacity:.30;

    left:-60px;

    top:80px;

    z-index:0;

}*/

.about-image img{

    position:relative;

    z-index:2;

    width:100%;

    height:900px;

    object-fit:cover;

    border-radius:22px;

    box-shadow: 0 35px 80px rgba(0,0,0,.65);
    
}

.about-image2 img{

    position:relative;

    z-index:2;

    width:100%;

    height:500px;

    object-fit:cover;

    border-radius:22px;

    box-shadow: 0 35px 80px rgba(0,0,0,.65);

    margin-bottom: 40px;

}



/* CONTENT 

.about-c ontent{
    flex:1;
    position:relative;
    padding-left:50px;
}

.about-co ntent::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:3px;

    height:100%;

    background:#e08821;

}*/

/* Reverse-Version */
.about-wrapper.reverse .about-content{
    padding-left:0;
    padding-right:50px;
}

.about-wrapper.reverse .about-content::before{
    left:auto;
    right:0;
}

/* ==========================
   REVERSE ALIGNMENT*/

.about-wrapper.reverse{
    transform:translateX(70px);
}



.about-top{

    color:#e08821;

    letter-spacing:5px;

    text-transform:uppercase;

    font-size:14px;

    font-weight:700;

}



.about-top i{

    margin-right:12px;

}


.about-content h2{

    color:#fff;

    font-size:72px;

    line-height:1;

    margin:18px 0;

    font-weight:800;

    text-transform:uppercase;

}



.about-divider{

    width:80px;

    height:4px;

    background:#e08821;

    margin:35px 0;

}



.about-content p{

    color:#cfcfcf;

    font-size:18px;

    line-height:1.9;

    margin-bottom:22px;

}



/* HIGHLIGHTS */

.about-highlights{

    display:flex;

    gap:25px;

    margin:45px 0;

}



.about-highlights div{

    flex:1;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.03);

    padding:22px;

    border-radius:15px;

    transition:.35s;

}

.about-highlights div:hover{

    transform:translateY(-6px);

    border-color:#e08821;

}



.about-highlights h3{

    color:#e08821;

    margin:0;

    font-size:32px;

    margin-top: 30px;

}



.about-highlights span{

    color:#ddd;

    font-size:14px;

    letter-spacing:1px;

}

@media (max-width:991px){

.about-wrapper{

    grid-template-columns:1fr;

    gap:30px;

}

.about-wrapper.reverse{
    transform:translateX(0px);
    
}

.about-image img{

    height:520px;

}

.about-image2 img{

    height:520px;

}

.about-content{

    padding-left:0;

}

.about-content::before{

    display:none;

}

.about-content h2{

    font-size:48px;

}

.about-highlights{

    flex-direction:column;

}

}

/* ===========================
   ABOUT REVERSE LAYOUT
=========================== */

/* Reverse Layout */

.about-wrapper.reverse{

    direction:rtl;

}


.about-wrapper.reverse .about-image,
.about-wrapper.reverse .about-content{

    direction:ltr;

}


.about-wrapper.reverse .about-content{

    padding-left:0;
    padding-right:0;
    padding-top: 0;

}


.about-wrapper.reverse .about-content::before{

    left:auto;
    right:0;

}

/* HIGHLIGHTS */

.about-highlights{

    margin:45px 0;

}


.about-highlights h3{

    color:#e08821;

    margin:0;

    font-size:32px;

    letter-spacing:1px;

    text-transform:uppercase;


}


.about-highlights{

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(10px);

    padding:22px;

    border-radius:15px;

    transition:.35s;

    margin-top: 0px;

}


.about-highlights:hover{

    transform:translateY(-6px);

    border-color:#e08821;

    box-shadow:0 15px 35px rgba(224,136,33,.25);

}

/* ==================================
   CAREER STATS BOXES
================================== */

/* ==========================
   CAREER STATS BOXES
========================== */

.career-stats{

    display:flex;
    gap:25px;
    margin:45px 0;

}


.stat-box{

    flex:1;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(10px);

    padding:22px;

    border-radius:15px;

    transition:.35s;

}


.stat-box:hover{

    transform:translateY(-6px);

    border-color:#e08821;

    box-shadow:0 15px 35px rgba(224,136,33,.25);

}


.stat-box h3{

    color:#e08821;

    margin:0;

    font-size:32px;

    font-weight:800;

}


.stat-box span{

    color:#ddd;

    font-size:14px;

    letter-spacing:1px;

}

@media (max-width:991px){

    .career-stats{
        flex-direction:column;
    }

}

/* ==========================================
   IMAGE OVERLAY
========================================== */

.image-overlay {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 10;

    padding: 22px 26px;

    border: 1px solid rgba(224, 136, 33, 0.65);

    background: rgba(25, 25, 25, 0.48);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-radius: 15px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.20),
        inset 0 0 20px rgba(255, 255, 255, 0.025);

    transition: .35s;
}

.image-overlay .image-subtitle{

    display:block;

    color: #e08821;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:8px;

}

.image-overlay h4{

    margin:0;

    color:#fff;

    font-size:32px;

    font-weight:700;

    letter-spacing:1px;

}

@media (max-width: 767px) {

    .image-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;

        padding: 16px 18px;
    }

    .image-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;

        white-space: nowrap;
    }

    .image-overlay h4 {
        font-size: 18px;
        line-height: 1.15;

        white-space: nowrap;
    }

}

@media (max-width: 480px) {

    .image-overlay {
        left: 12px;
        right: 12px;
        bottom: 12px;

        padding: 13px 14px;
    }

    .image-subtitle {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .image-overlay h4 {
    font-size: clamp(15px, 4vw, 24px);
    white-space: nowrap;
}

}

.about-image2{

    display:flex;
    flex-direction:column;
    gap:20px;

}

.image-item{

    position:relative;

}

.image-item2{

    position:relative;

}

.image-item img{

    width:100%;
    height: 700px;
    object-fit:cover;

    border-radius: 22px;

    box-shadow: 0 0 35px rgba(224, 136, 33, .15), 0 0 70px rgba(224, 136, 33, .08), 0 20px 40px rgba(0, 0, 0, .45);
    transition: .4s ease;

    display:block;

}


.image-item img:hover {
    box-shadow: 0 0 45px rgba(224, 136, 33, .25), 0 0 90px rgba(224, 136, 33, .12), 0 25px 45px rgba(0, 0, 0, .55);
}

.image-item2 img{

    width:100%;
    height: 450px;
    object-fit:cover;

    border-radius: 22px;

    box-shadow: 0 0 35px rgba(224, 136, 33, .15), 0 0 70px rgba(224, 136, 33, .08), 0 20px 40px rgba(0, 0, 0, .45);
    transition: .4s ease;

    display:block;

}

.image-item2 img:hover {
    box-shadow: 0 0 45px rgba(224, 136, 33, .25), 0 0 90px rgba(224, 136, 33, .12), 0 25px 45px rgba(0, 0, 0, .55);
}

.story-icon{
    color: #e08821;
    padding-right: 10px;
}

.page-header{

    text-align:center;
    padding-top: 200px;

}

.page-header h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1;
    margin: 18px 0;
    font-weight: 800;
    text-transform: uppercase;
}

.page-header2{

    text-align:center;
    padding-top: 0px;

}

.page-header2 h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1;
    margin: 18px 0;
    font-weight: 800;
    text-transform: uppercase;
}

.page-header-icon{

    position:relative;
    width:100%;
    margin-bottom:40px;

}

.page-header-icon::before,
.page-header-icon::after{

    content:"";
    position:absolute;
    top:50%;
    width:180px;
    height:1px;
    background:#444;

}

.page-header-icon::before{

    right:calc(50% + 35px);

}

.page-header-icon::after{

    left:calc(50% + 35px);

}

.page-header-icon span{

    width:70px;
    height:70px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border:2px solid #444;
    border-radius:50%;

    background:#1a1a1a;

    color:#e08821;
    font-size:30px;

}




.page-subtitle{

    color:#e08821;

    letter-spacing:5px;

    text-transform:uppercase;

    font-size:14px;

    font-weight:700;

    margin-bottom: 30px;

}

.page-immpress{

    color:#e08821;

    letter-spacing:5px;

    text-transform:uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size:14px;
    font-family: "Marcellus SC", serif;
    font-weight: 600;

}

.page-immpress2{

    color:#e08821;

    letter-spacing:5px;

    text-transform:uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size:18px;
    font-family: "Marcellus SC", serif;
    font-weight: 600;

}

.page-title{

    font-size:72px;

    text-transform:uppercase;

    letter-spacing:8px;

    color:#981901;

    margin:0;

    font-weight:600;

    font-family:Georgia, serif;

}

/* Tablet */
@media (max-width: 991px) {
    .page-header h2 {
        font-size: 70px;
    }
}

/* Großes Smartphone */
@media (max-width: 767px) {
    .page-header h2 {
        font-size: 60px;
        line-height: 1.1;
    }
}

/* Kleines Smartphone */
@media (max-width: 480px) {
    .page-header h2 {
        font-size: 50px;
        line-height: 1.2;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .page-header2 h2 {
        font-size: 70px;
    }
}

/* Großes Smartphone */
@media (max-width: 767px) {
    .page-header2 h2 {
        font-size: 60px;
        line-height: 1.1;
    }
}

/* Kleines Smartphone */
@media (max-width: 480px) {
    .page-header2 h2 {
        font-size: 50px;
        line-height: 1.2;
    }
}

/*.nk-blog-list-classic .nk-post-content {
    padding: 70px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    padding: 22px;
    border-radius: 15px;
    transition: .35s;
    margin-top: 0px;
}*/

 .nk-blog-list-classic .nk-post-content {
    padding: 70px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    transition: .35s;
}



/* Gallery Filter */
.nk-isotope-filter{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin:0 auto 50px;
}

.nk-isotope-filter a{
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    padding: 22px;
    border-radius: 15px;
    transition: .35s;
    margin-top: 0px;
}

.nk-isotope-filter a:hover,
.nk-isotope-filter a.active{
    color: #fff;
    transform: translateY(-6px);
    border-color: #e08821;
    box-shadow: 0 15px 35px rgba(224, 136, 33, .25);
    text-decoration: none;
}

@media (max-width:768px){

    .nk-isotope-filter{
        justify-content:center;
        gap:12px;
    }

    .nk-isotope-filter a{
        flex:0 0 calc(50% - 8px);
        min-width:unset;
        padding:12px;
        font-size:13px;
        letter-spacing:1px;
    }

}

@media (max-width:480px){

    .nk-isotope-filter a{
        flex:0 0 calc(33.333% - 8px);
        font-size:12px;
        padding:10px 6px;
    }

}

/* VIDEAO BACKGROUND*/

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: #000;
}

/* Beide Videos */

.video-background .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100vw;
    height: 56.25vw;

    min-width: 177.77vh;
    min-height: 100vh;

    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.video-background video{
    filter:
        brightness(.82)
        contrast(1.08)
        saturate(.95);
}

.video-background::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
    pointer-events:none;
}


/* Rauch */

.smoke-video {
    z-index: 1;

    filter:
        brightness(.45)
        contrast(1.15)
        saturate(.75);
}

/* Funken */

.sparks-video {
    z-index: 2;

    mix-blend-mode: screen;
    opacity: .30;

    filter:
        brightness(1.4)
        saturate(1.3);

    animation: sparksGlow 5s ease-in-out infinite;
}

@keyframes sparksGlow {
    0%,100% {
        opacity: .20;
    }

    50% {
        opacity: .40;
    }
}



/*======================================
    DISCOGRAPHY
======================================*/

.discography-section{

    padding-top: 40px;
    padding-bottom: 100px;

}

.discography-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:50px;

    margin-top:40px;

}

.album-card{

    background: rgba(255, 255, 255, .03);

    backdrop-filter: blur(10px);

    border-radius:15px;

    overflow:hidden;

    transition:.35s;

    cursor:pointer;

    border: 1px solid rgba(255, 255, 255, .08);

}

.album-card:hover{

    transform: translateY(-6px);
    border-color: #e08821;
    box-shadow: 0 15px 35px rgba(224, 136, 33, .25);

}

.album-image{

    overflow:hidden;

}

.album-image img{

    width:100%;

    display:block;

    transition:.6s;

}

.album-card:hover img{

    transform:scale(1.08);

}

.album-content{

    padding:30px;
    display: flex;
    flex-direction: column;
    height: 200px; /* oder min-height */

}

.album-content h3{

    color:#fff;

    margin-bottom:8px;

    letter-spacing:2px;

}

.album-year{

    display:block;

    color:#e08821;

    margin-bottom:18px;

    font-size:14px;

    text-transform:uppercase;

}

.album-content p{

    color:#bcbcbc;

    line-height:1.7;

    min-height:55px;

}

.album-btn{

    display:inline-flex;

    align-items:center;

    margin-top:auto;

    color:#fff;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

}

.album-btn::after{

    content:"→";

    margin-left:10px;

    transition:.3s;

}

.album-card:hover .album-btn::after{

    margin-left:18px;

}

.tracklist li.active{

    background:#e08821;

    color:#fff;

    border-radius:8px;

    box-shadow:
        0 0 18px rgba(224,136,33,.45);

    transform:translateX(6px);

    transition:.3s;

}

@media(max-width:991px){

    .discography-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:767px){

    .discography-grid{

        grid-template-columns:1fr;

    }

}

@keyframes modalFade {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}



/*======================================
    Album-modal
======================================*/

.album-modal{
    position:fixed;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.4s;
    z-index:99999;
}

.album-modal.show{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    animation:modalFade .35s ease;
}

.album-modal-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(8px);
}

.album-modal-content{
    position:relative;
    width:min(1200px,92%);
    max-height:90vh;
    overflow:auto;

    display:grid;
    grid-template-columns:420px 1fr;
    gap:60px;

    padding:50px;

    border-radius:18px;

    background:#111;

    border:1px solid rgba(224,136,33,.35);

    box-shadow:
        0 0 60px rgba(224,136,33,.15);
}

.album-left img{
    width:100%;
    display:block;
    border-radius:12px;
    
    width:100%;
    display:block;
    border-radius:12px;

    box-shadow:
        0 0 35px rgba(224,136,33,.15),
        0 0 70px rgba(224,136,33,.08),
        0 20px 40px rgba(0,0,0,.45);

    transition:.4s ease;
}

.album-left img:hover{

    box-shadow:
        0 0 45px rgba(224,136,33,.25),
        0 0 90px rgba(224,136,33,.12),
        0 25px 45px rgba(0,0,0,.55);

}

.album-category{
    color:#e08821;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
}

.album-right h2{
    color:#fff;
    font-size:58px;
    margin:15px 0 30px;
}

.album-meta{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:35px;
}

.album-meta strong{
    display:block;
    color:#888;
    margin-bottom:6px;
    text-transform:uppercase;
    font-size:12px;
}

.album-meta span{
    color:#fff;
}

.album-description{
    color:#bdbdbd;
    line-height:1.8;
    margin-bottom:35px;
}

.tracklist h4{
    color:#fff;
    margin-bottom:20px;
}

#trackList{
    list-style:none;
    padding:0;
    margin:0;
}

#trackList li{
    display:grid;
    grid-template-columns:1fr auto;
    gap:20px;

    padding:14px 18px;

    margin-bottom:8px;

    background:#1b1b1b;

    border-radius:8px;

    cursor:pointer;

    transition:.25s;
}

#trackList li:hover{
    background:#e08821;
}

.album-player{
    margin-top:35px;
}

.album-player audio{
    width:100%;
}

.album-links{
    display:flex;
    gap:20px;
    margin-top:35px;
    flex-wrap:wrap;
}

.album-links a{
    padding:12px 22px;
    border:1px solid #e08821;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    transition:.3s;
}

.album-links a:hover{
    background:#e08821;
}

.album-close{

    position:absolute;

    right:25px;

    top:25px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#e08821;

    color:#fff;

    cursor:pointer;

    z-index:100;

    transition:.35s;

}

.album-close:hover{

    transform:rotate(90deg);

}

/* =========================================
   ALBUM VISUALIZER
========================================= */

.album-visualizer {

    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 10px 18px;

    margin-top: 100px;

    background: rgb(27, 27, 27);
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(224, 136, 33, .45);
    transition: 0.25s;

    overflow: hidden;

}


/* BARS */

.album-visualizer span {

    width: 5px;

    height: 5px;

    border-radius: 4px;

    background: #e08821;

    box-shadow:
        0 0 10px rgba(224,136,33,.50);

    transition:
        height .06s linear;

}

/*======================================
    Album Modal Responsive
======================================*/

@media (max-width:1100px){

    .album-modal-content{

        width:95%;
        max-height:92vh;

        grid-template-columns:1fr;

        gap:35px;

        padding:35px;

    }

    .album-left{

        max-width:320px;

        margin:auto;

    }

    .album-right{

        text-align:center;

    }

    .album-right h2{

        font-size:42px;

        margin-bottom:20px;

    }

    .album-meta{

        grid-template-columns:1fr;

        gap:15px;

    }

}

@media (max-width:768px){

    .album-modal-content{

        padding:25px;

        width:96%;

        border-radius:14px;

    }

    .album-left{

        max-width:240px;

    }

    .album-right h2{

        font-size:32px;

    }

    .album-category{

        font-size:12px;

        letter-spacing:2px;

    }

    .album-description{

        font-size:15px;

        line-height:1.7;

    }

    #trackList li{

        grid-template-columns:1fr auto;

        padding:14px;

        font-size:14px;

    }

    .album-links{

        flex-direction:column;

    }

    .album-links a{

        width:100%;

        justify-content:center;

        text-align:center;

    }

    .album-close{

        width:42px;
        height:42px;

        right:15px;
        top:15px;

    }

}

/*======================================
    NEWS
======================================*/

.news-section{

    padding:40px 0 100px;

}

@media (max-width: 480px) {

    .news-section {
        transform: translateY(-80px);
    }

}

.news-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:50px;

    margin-top:40px;

}

.news-card{

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(10px);

    border-radius:15px;

    overflow:hidden;

    cursor:pointer;

    transition:.35s;

    border:1px solid rgba(255,255,255,.08);

}

.news-card:hover{

    transform:translateY(-6px);

    border-color:#e08821;

    box-shadow:0 15px 35px rgba(224,136,33,.25);

}

.news-image{

    overflow:hidden;

}

.news-image img{

    width:100%;

    display:block;

    transition:.6s;

}



.news-card:hover img{

    transform:scale(1.08);

}

.news-content{

    padding:30px;

    display:flex;

    flex-direction:column;

    height:220px;

}

.news-date{

    color:#e08821;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:15px;

}

.news-content h3{

    color:#fff;

    margin-bottom:18px;

    letter-spacing:1px;

}

.news-content p{

    color:#bcbcbc;

    line-height:1.7;

    flex:1;

}

@media (max-width: 767px) {

    .news-content h3 {
        font-size: 28px;
        line-height: 1.2;
    }

}

@media (max-width: 480px) {

    .news-content h3 {
        font-size: 25px;
        line-height: 1.2;
    }

}

.news-btn{

    margin-top:auto;

    color:#fff;

    font-weight:700;

    text-transform:uppercase;

}

.news-btn::after{

    content:"→";

    margin-left:10px;

    transition:.3s;

}

.news-card:hover .news-btn::after{

    margin-left:18px;

}

/*======================================
    NEWS MODAL
======================================*/

.news-modal{

    position:fixed;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    pointer-events:none;

    transition:.35s;

    z-index:99999;

}

.news-modal.show{

    opacity:1;

    visibility:visible;

    pointer-events:auto;

}

.news-modal-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.85);

    backdrop-filter:blur(10px);

}

.news-modal-content{

    position:relative;

    width:min(1100px,92%);

    max-height:90vh;

    overflow-y:auto;

    background:#111;

    border-radius:18px;

    border:1px solid rgba(224,136,33,.30);

    box-shadow:0 0 60px rgba(224,136,33,.15);

}

/* HERO */

.news-hero{

    position:relative;

    width: 1090px;

    height:500px;

    overflow:hidden;

}

.news-hero::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    height:180px;

    background:linear-gradient(
        to bottom,
        rgba(17,17,17,0) 0%,
        rgba(17,17,17,.15) 20%,
        rgba(17,17,17,.45) 45%,
        rgba(17,17,17,.75) 70%,
        #111 100%
    );

    pointer-events:none;

}

.news-hero img{

    width:100%;
    height:100%;
    object-fit:cover;

    transform:scale(1.03);

    transition:
        transform .8s ease,
        box-shadow .6s ease;

    box-shadow:
        0 0 25px rgba(224,136,33,.12),
        0 20px 45px rgba(0,0,0,.45);

}

@media (max-width: 767px) {

    .news-hero {
        width: 100%;
        height: auto;
        background: #000;
        border-radius: 12px;
        overflow: hidden;
    }

    .news-hero img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

}


/* CONTENT */

.news-body{

    position:relative;

    margin-top: -50px;

    z-index:5;

    background:#111;

    border-radius:25px 25px 0 0;

    padding:50px;

}


.news-category{

    display:inline-block;

    color:#e08821;

    font-size:13px;

    letter-spacing:4px;

    text-transform:uppercase;

    font-weight:700;

    margin-bottom:18px;

}

.news-body h2{

    color:#fff;

    font-size:56px;

    line-height:1.1;

    margin-bottom:18px;

}

.news-date-big{

    color:#888;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:35px;

}

.news-text{

    color:#bcbcbc;

    line-height:1.9;

    font-size:17px;

}

.news-text p{

    margin-bottom:22px;

}

/* CLOSE */

.news-close{

    position:absolute;

    right:25px;

    top:25px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#e08821;

    color:#fff;

    cursor:pointer;

    z-index:100;

    transition:.35s;

}

.news-close:hover{

    transform:rotate(90deg);

}

/* SCROLLBAR */

.news-modal-content::-webkit-scrollbar{

    width:8px;

}

.news-modal-content::-webkit-scrollbar-thumb{

    background:#e08821;

    border-radius:10px;

}

/* MOBILE */

@media(max-width:992px){

    .news-hero{

        height:300px;

    }

    .news-body{

        padding:35px;

    }

    .news-body h2{

        font-size:38px;

    }

}

@media(max-width:768px){

    .news-hero{

        height:220px;

    }

    .news-body{

        padding:25px;

    }

    .news-body h2{

        font-size:30px;

    }

    .news-text{

        font-size:16px;

        line-height:1.8;

    }

}

/*======================================
    VIDEO SECTION
======================================*/

.video-section{

    padding-top:40px;
    padding-bottom:100px;

}

.video-card{

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(10px);

    border-radius:15px;

    overflow:hidden;

    transition:.35s;

    cursor:pointer;

    border:1px solid rgba(255,255,255,.08);

    max-height: 450px;

}

.video-card:hover{

    transform:translateY(-6px);

    border-color:#e08821;

    box-shadow:0 15px 35px rgba(224,136,33,.25);

}


/* VIDEO IMAGE */

.video-image{

    position:relative;

    overflow:hidden;

}

.video-image img{

    width:100%;

    display:block;

    transition:.6s;

}

.video-card:hover .video-image img{

    transform:scale(1.08);

}


/* DARK OVERLAY */

.video-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.15);

    transition:.35s;

}

.video-card:hover .video-image::after{

    background:rgba(0,0,0,.35);

}

.video-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.video-link:hover,
.video-link:focus {
    color: inherit;
    text-decoration: none;
}


/* PLAY BUTTON */

.video-play{

    position:absolute;

    z-index:2;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:76px;

    height:76px;

    border-radius:50%;

    border:2px solid rgba(255,255,255,.8);

    background:rgba(0,0,0,.45);

    backdrop-filter:blur(6px);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:25px;

    transition:.35s;

    animation: videoGlow 2.5s ease-in-out infinite;

}

@keyframes videoGlow {

    0%, 100% {
        box-shadow: 0 0 5px rgba(224,136,33,.15);
    }

    50% {
        box-shadow:
            0 0 20px rgba(224,136,33,.45),
            0 0 35px rgba(224,136,33,.20);
    }

}

.video-card:hover .video-play {
    animation: none;
    transform: translate(-50%, -50%) scale(1.12);
}

.video-play i{

    margin-left:4px;

}

.video-card:hover .video-play{

    transform:translate(-50%,-50%) scale(1.12);

    background:#e08821;

    border-color:#e08821;

    box-shadow:0 0 30px rgba(224,136,33,.65);

}


/* CONTENT */

.video-content{

    padding:25px 30px 28px;

}

.video-content h3{

    color:#fff;

    margin-bottom:8px;

    letter-spacing:2px;

}

@media (max-width: 767px) {

    .video-content h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .video-info {
        font-size: 11px;
        line-height: 1.4;
    }

}

@media (max-width: 480px) {

    .video-content h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .video-info {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

}

.video-info{

    display:block;

    color:#e08821;

    font-size:14px;

    text-transform:uppercase;

}


/* BUTTON */

.video-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:auto;

    width:max-content;

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;

    transition:.3s;

}

.video-btn i{

    color:#e08821;

    font-size:11px;

    transition:.3s;

}

.video-card:hover .video-btn{

    color:#e08821;

}

.video-card:hover .video-btn i{

    transform:translateX(4px);

}

/* =========================================
   VIDEO THUMB FIX
   nur Bildformat korrigieren
========================================= */

/* =========================================
   NEW VIDEO CARD -> MATCH OLD VIDEO CARD
========================================= */

/* =========================================
   NEW VIDEO CARD -> MATCH OLD CARD
========================================= */

.video-card .nk-plain-video {

    position: relative;

    width: 100%;

    height: 330px !important;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    overflow: hidden;

}


/* CONTENT HEIGHT LIKE OLD CARD */

.video-card .video-content {

    padding: 25px 30px 28px;

    min-height: 0;

    height: auto;

}


/* NEW CARD PLAY BUTTON */

.video-card .nk-plain-video .video-play {

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 3;

}


/* KEEP OLD HOVER FEEL */

.video-card .nk-plain-video {

    transition: transform .6s;
}

.video-card:hover .nk-plain-video {

    transform: scale(1.03);

}


























/* ======================================
   VIDEO MODAL
====================================== */

.video-modal {

    position: fixed;
    inset: 0;

    z-index: 99999;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(0, 0, 0, .92);

    backdrop-filter: blur(8px);

    opacity: 0;

    transition: opacity .35s ease;

}


/* MODAL AKTIV */

.video-modal.active {

    display: flex;

    opacity: 1;

}


/* MODAL CONTENT */

.video-modal-content {

    position: relative;

    width: min(1200px, 92vw);

    transform: scale(.94);

    transition: transform .35s ease;

    border: 1px solid #e08821;
    border-radius: 15px;

    overflow: hidden;

    box-shadow:
        0 0 30px rgba(224,136,33,.25);
}


.video-modal.active .video-modal-content {

    transform: scale(1);

}


/* VIDEO FRAME */

.video-modal-frame {

    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    background: #000;

    overflow: hidden;

    border: 1px solid rgba(224, 136, 33, .5);

    box-shadow:

        0 0 40px rgba(224, 136, 33, .2),

        0 30px 100px rgba(0, 0, 0, .9);
    
    border-radius: 14px;

}


/* YOUTUBE */

.video-modal-frame iframe {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    display: block;

    border: 0;

    

}


/* CLOSE BUTTON */

/* CLOSE BUTTON */

.video-modal-close {

    position: absolute;

    top: 15px;
    right: 15px;

    z-index: 20;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 50%;

    background: rgba(0,0,0,.75);

    color: #fff;

    font-size: 18px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s;

}


.video-modal-close:hover {

    background: #e08821;

    border-color: #e08821;

    box-shadow: 0 0 20px rgba(224,136,33,.6);

    transform: rotate(90deg);

}


.video-modal-close i {

    margin: 0;

    line-height: 1;

}

/* MOBILE */

@media (max-width: 768px) {

    .video-modal {

        padding: 20px;

    }

    .video-modal-content {

        width: 100%;

    }

    .video-modal-close {

        top: -45px;

        right: 0;

    }

}

.nk-plain-video {

    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    overflow: hidden;

    cursor: pointer;

}

/* =========================================
   CONTACT SECTION
========================================= */

.contact-section {

    padding-top: 60px;
    padding-bottom: 120px;

}


/* =========================================
   SECTION HEADER
========================================= */

.contact-section .section-title {

    margin-bottom: 55px;

}

.contact-section .section-title h2 {

    color: #fff;

    font-size: 52px;

    font-weight: 800;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.contact-section .section-title p {

    max-width: 700px;

    margin: 0 auto;

    color: rgba(255,255,255,.65);

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================
   MAIN CONTACT CONTAINER
========================================= */

.contact-container {

    display: grid;

    grid-template-columns: 42% 58%;

    gap: 0;

    max-width: 1200px;

    margin: 0 auto;

    padding: 55px;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 15px;

    backdrop-filter: blur(10px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.25);

    transition:
        border-color .35s ease,
        box-shadow .35s ease;

}


/* =========================================
   CONTAINER HOVER / GLOW
========================================= */

.contact-container {
    transition:
        transform 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease;
}

.contact-container:hover {
    transform: translateY(-6px);
    border-color: #e08821;

    box-shadow:
        0 15px 35px rgba(224,136,33,.25),
        0 0 30px rgba(224,136,33,.10);
}



/* =========================================
   LEFT SIDE
========================================= */

.contact-info {

    padding: 10px 10px 10px 10px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


/* =========================================
   LOGO
========================================= */

.contact-logo {

    margin-bottom: 55px;

}

.contact-logo img {

    max-width: 230px;

    height: auto;

    display: block;

}


/* =========================================
   CONTACT ROLES
========================================= */

.contact-role {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 38px;

}


/* =========================================
   ROLE ICON
========================================= */

.contact-icon {

    flex: 0 0 48px;

    width: 48px;

    height: 48px;

    border: 1px solid rgba(224,136,33,.45);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e08821;

    background: rgba(224,136,33,.06);

    box-shadow:
        0 0 20px rgba(224,136,33,.08);

    transition: .3s;

}


.contact-role:hover .contact-icon {

    background: #e08821;

    color: #fff;

    border-color: #e08821;

    box-shadow:
        0 0 25px rgba(224,136,33,.4);

    transform: scale(1.08);

}


/* =========================================
   ROLE TEXT
========================================= */

.contact-role-text h3 {

    margin: 0;

    color: #fff;

    font-size: 19px;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.contact-role-text2 h3 {

    margin: 0;

    color: #fff;

    font-size: 19px;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.contact-role-text2 h3:hover {

    color: #e08821;

    border-color: #e08821;

    text-decoration: none;


}

.contact-role-text2 a,
.contact-role-text2 a:hover,
.contact-role-text2 a:visited {
    text-decoration: none;
    color: inherit;
}



/* =========================================
   RIGHT SIDE / FORM WRAPPER
========================================= */

.contact-form-wrapper {

    padding: 10px 0 10px 60px;

    background: transparent;

    border: none;

    border-radius: 0;

    box-shadow: none;

}


/* =========================================
   FORM ROW
========================================= */

.form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

}


/* =========================================
   FORM GROUP
========================================= */

.contact-form .form-group {

    margin-bottom: 20px;

}


/* =========================================
   FORM LABEL
========================================= */

.contact-form label {

    display: block;

    margin-bottom: 8px;

    color: rgba(255,255,255,.8);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


/* =========================================
   INPUTS / TEXTAREA
========================================= */

.contact-form input,
.contact-form textarea {

    width: 100%;

    padding: 7px 8px 14px 17px;

    color: #fff;

    background: rgba(0,0,0,.35);

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 7px;

    outline: none;

    font-size: 14px;

    transition:
        border-color .3s ease,
        box-shadow .3s ease;

}


.contact-form textarea {

    min-height: 140px;

    resize: vertical;

}


/* =========================================
   PLACEHOLDER
========================================= */

.contact-form input::placeholder,
.contact-form textarea::placeholder {

    color: rgba(255,255,255,.35);

}


/* =========================================
   INPUT FOCUS
========================================= */

.contact-form input:focus,
.contact-form textarea:focus {

    border-color: #e08821;

    box-shadow:
        0 0 0 2px rgba(224,136,33,.08),
        0 0 20px rgba(224,136,33,.12);

}


/* =========================================
   SECURITY QUESTION
========================================= */

.security-box {

    margin-top: 5px;

    margin-bottom: 25px;

    padding: 18px 20px;

    border: 1px solid rgba(224,136,33,.25);

    border-radius: 10px;

    background: rgba(224,136,33,.035);

}


/* SECURITY TITLE */

.security-title {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    color: #e08821;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


/* QUESTION + ANSWER */

.security-question {

    display: flex;

    align-items: center;

    gap: 20px;

}


.security-question span {

    color: #fff;

    font-size: 15px;

    font-weight: 600;

    white-space: nowrap;

}


.security-question input {

    max-width: 160px;

}


/* =========================================
   SUBMIT BUTTON
========================================= */

.form-submit {

    margin-top: 5px;

}


.contact-submit {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-width: 190px;

    padding: 14px 25px;

    border: 1px solid #e08821;

    border-radius: 6px;

    background: #e08821;

    color: #fff;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    cursor: pointer;

    transition: .3s;

}


.contact-submit:hover {

    background: transparent;

    color: #e08821;

    box-shadow:
        0 0 25px rgba(224,136,33,.3);

    transform: translateY(-2px);

}


/* =========================================
   SUCCESS MESSAGE
========================================= */

.contact-success {

    margin-top: 20px;

    padding: 15px 20px;

    border: 1px solid rgba(80,200,120,.35);

    border-radius: 8px;

    background: rgba(80,200,120,.06);

    color: #fff;

    display: flex;

    align-items: center;

    gap: 12px;

    font-size: 14px;

}


.contact-success i {

    color: #65d88a;

    font-size: 20px;

}


/* =========================================
   SUCCESS MESSAGE - HIDDEN
========================================= */

.contact-success[hidden] {

    display: none;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .contact-container {

        grid-template-columns: 1fr;

        padding: 40px;

    }


    .contact-info {

        padding: 10px 0 40px 0;

    }


    .contact-form-wrapper {

        padding: 40px 0 10px 0;

        border-top: 1px solid rgba(255,255,255,.08);

    }


    .contact-logo {

        margin-bottom: 40px;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .contact-section {

        padding-top: 40px;

        padding-bottom: 80px;

    }


    .contact-section .section-title {

        margin-bottom: 35px;

    }


    .contact-section .section-title h2 {

        font-size: 38px;

        letter-spacing: 2px;

    }


    .contact-section .section-title p {

        font-size: 14px;

    }


    .contact-container {

        padding: 25px 20px;

        border-radius: 12px;

    }


    .contact-info {

        padding: 5px 0 25px 0;

    }


    .contact-logo {

        margin-bottom: 35px;

    }


    .contact-logo img {

        max-width: 190px;

    }


    .contact-role {

        gap: 15px;

        margin-bottom: 28px;

    }


    .contact-icon {

        flex: 0 0 42px;

        width: 42px;

        height: 42px;

    }


    .contact-role-text h3 {

        font-size: 15px;

        letter-spacing: .8px;

    }


    .contact-form-wrapper {

        padding: 30px 0 5px 0;

    }


    /* Full Name + E-Mail */

    .form-row {

        grid-template-columns: 1fr;

        gap: 0;

    }


    .contact-form input,
    .contact-form textarea {

        font-size: 14px;

    }


    .security-question {

        align-items: stretch;

        flex-direction: column;

        gap: 12px;

    }


    .security-question span {

        white-space: normal;

    }


    .security-question input {

        max-width: none;

    }


    .contact-submit {

        width: 100%;

    }

}

/* =========================================
   MAIN CONTACT CONTAINER
========================================= */

.impressum-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 55px;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 15px;

    backdrop-filter: blur(10px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.25);

    transition:
        border-color .35s ease,
        box-shadow .35s ease;

}


/* =========================================
   CONTAINER HOVER / GLOW
========================================= */

.impressum-container:hover {

    border-color: #e08821;

    box-shadow:
        0 15px 35px rgba(224,136,33,.25),
        0 0 30px rgba(224,136,33,.10);

}

hr {
    margin: 1rem 0;
    border: none;
    border-top: 1px solid #e08821;
    opacity: 0.25;
}

.nk-share-buttons a,
.nk-share-buttons .nk-share-icon,
.nk-share-buttons .nk-share-name {
    color: #fff;
    text-decoration: none;
}

.nk-share-buttons a:hover .nk-share-icon,
.nk-share-buttons a:hover .nk-share-name {
    color: #e08821;
}

/* ======================================
   PAGE HEADER - MOBILE
====================================== */

@media (max-width: 767px) {

    .page-header {
        padding: 125px 22px 55px;
        text-align: center;
    }

    .page-header-icon {
        margin-bottom: 18px;
    }

    .page-header-icon span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .page-subtitle {
        display: block;
        margin-bottom: 10px;

        font-size: 11px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    .page-header h2 {
        margin: 0 0 18px;

        font-size: 34px;
        line-height: 1.05;
    }

    .page-header p {
        max-width: 460px;
        margin: 0 auto;

        font-size: 15px;
        line-height: 1.6;

        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 767px) {

    .page-header2 {
        padding: 125px 22px 55px;
        text-align: center;
    }

    .page-header-icon {
        margin-bottom: 18px;
    }

    .page-header-icon span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .page-subtitle {
        display: block;
        margin-bottom: 10px;

        font-size: 11px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    .page-header2 h2 {
        margin: 0 0 18px;

        font-size: 34px;
        line-height: 1.05;
    }

    .page-header2 p {
        max-width: 460px;
        margin: 0 auto;

        font-size: 15px;
        line-height: 1.6;

        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {

    .page-header2 {
        padding: 15px 20px 15px;
    }

    .page-header-icon {
        margin-bottom: 15px;
    }

    .page-subtitle {
        margin-bottom: 9px;
        font-size: 10px;
        letter-spacing: 1.8px;
    }

    .page-header2 h2 {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.05;
    }

    .page-header2 p {
        max-width: 320px;
        font-size: 14px;
        line-height: 1.55;
    }
}



@media (max-width: 767px) {

    .about_full-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

}

@media (max-width: 480px) {

     .about_full-section {
    padding-top: 15px;
    padding-bottom: 15px;
}
 
}

@media (max-width: 767px) {

    .about_full-section2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

}

@media (max-width: 480px) {

     .about_full-section2 {
    padding-top: 15px;
    padding-bottom: 15px;
}
 
}

@media (max-width: 767px) {

    .discography-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

}

@media (max-width: 480px) {

     .discography-section {
    padding-top: 5px;
    padding-bottom: 15px;
}
 
}

@media (max-width: 767px) {

    .video-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

}

@media (max-width: 480px) {

     .video-section {
    padding-top: 5px;
    padding-bottom: 15px;
}
 
}


