/*==============================================

COPYRIGHT © BY PHILIPP REINHARDT

================================================*/



/*==============================================
01. MEDIA QUERIES CSS
================================================*/

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1199px) {

}

@media screen and (max-width: 1000px){

}

@media screen and (min-width: 992px){
    .last {
        padding-right: 0rem !important;
    }

    .mobile {
        display: none;
    }
}

@media screen and (max-width: 1160px){
    .footer-content {
        max-width: 960px
    }
}

@media screen and (max-width: 991px){
    .footer-content {
        max-width: 800px
    }
}

@media screen and (min-width: 923px) and (max-width: 1300px){
    .navbar {
        flex-wrap: inherit;
    }
    
    .collapse:not(.show) {
        display: inline-flex;
    }
    
    .navbar-nav {
        flex-direction: inherit;
    }
    
    .mb-2 {
        margin-bottom: 0 !important;
    }
    
    img.logo-brand {
        margin-left: 40px;
    }
    
    .userbox {
        margin-right: 40px;
    }
    
    .nav-link {
        padding: 0 .35rem !important;
    }
}

@media screen and (max-width: 922px){
.links-singles {
    max-width: 235px !important;
}
}

@media screen and (max-width: 1300px){
.links-singles {
        font-size: 26px;
}
}

@media screen and (max-width: 992px){
.links-singles {
        font-size: 24px;
}
}

@media screen and (min-width: 923px) and (max-width: 991px){
    .nav-link {
        padding: 0 .35rem !important;
    }
}





@media screen and (min-width: 700px){
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}


@media screen and (max-width: 922px){
.soundbar img {
    width: 130px;
}

.release-single .release-headline h1,
.singles .singles-headline h1,
.about .about-headline h1 {
    font-size: 50px !important;
}

.release-single-description {
    max-width: 100%;
    padding: 0px 20px 0 20px;
}
.button-right,
.button-left {
    padding: 0;
}

.release-single-image img,
.about-image img {
    padding: 20px;
    transform: scale(1);
    width: 100%;
    max-width: 500px;
    box-shadow: none;
    border-radius: 0;
}

.release-single-description-releasedate,
.release-single-description-releasedate .releasedate-single-description {
    text-align: center;
}

.song-description {
    text-align: justify !important;
}

.region {
    padding: 40px 20px 0;
}

.region:hover {
    transform: scale(1);
}

.about-image img {
    max-height: 100%;
}

.single-title-description,
.links-singles a {
    font-size: 20px;
}

.release-single-description-releasedate .releasedate-date,
.release-single-description-releasedate .releasedate-single-description, .song-description,
.about-me-text {
    font-size: 18px;
}

.direkteinstieg ul li a {
    font-size: 18px;
    padding: 5px;
}

.row .button-padding {
    padding-top: 10px;
}










.direkteinstieg h2 {
    font-size: 1.3rem !important;
}


.content img {
    padding: 1rem;
    max-width: 300px;
}

.bar-left {
    text-align: center;
}

.bar {
    padding: 0 0px !important;
}

.left {
    font-size: 14px !important;
}

.direkteinstieg-links {
    text-align: center;
}


.content {
    background: url(images/Spotify_Title_Page.png);

    background-size: cover;
    background-position: center;

}





    .navigation {
        height: 60px !important;
    }
  
    img.logo-brand {
        padding-right: 10px;
    }

    .navbar-brand-nav {
        width: auto;
        font-size: 8px;
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-toggler {
        display: flex !important;
    }
     
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
     
    .navbar>.container-fluid {
        justify-content: normal;
        z-index: 9999;
    }
    
    .animated-hamburger {
        position: absolute;
        right: 22px;
        margin-top: -12px;
    }
    
    .userpanel {
        position: relative;
        margin: auto;
        text-align: center;
        background: var(--body-color-frozen) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 100%;
        /*display: none !important;*/
    }

    .helpbox a {
    color: var(--font-color) !important;
    font-family: var(--body-font) !important;
    }
    
    #navigation .collapse .show .userpanel{
        display: grid !important;
    }
    
    .userbox {
        float: none;
        position: relative;
        margin: auto;
        justify-content: center;
        max-width: 100%;
        /*border-bottom: 4px solid var(--font-color-button-hover);*/
    }
    
    .nav-link {
        border-bottom: 1px solid rgba(0,0,0,20%);
    }
    
    a.navbar-brand {
        font-size: 16px;
        line-height: 38px;
    }
    
    img.logo-brand {
        margin-left: 20px !important;
        height: 20px;
        vertical-align: text-bottom;
    }
    
    .container-fluid {
        padding: 0;
    }
    
    .landing-navbar-mobile {
        background-color: var(--font-color-button);
        box-shadow: 0 0 1px rgb(0 0 0);
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;
        height: 50px;
        width: 100%;
        visibility: visible;
    }
    
    .userbox a {
       padding: 0; 
    }

    .userbox .button {
        height: 0;
        width: 0;
        visibility: hidden;
        border: 0;
    }
    
    .helpbox {
        margin-bottom: -8px;
        height: auto;
        border-top: 1px solid rgba(0,0,0,20%);
    }
        

    .footer {
        text-align-last: center;
    }
     
    .footer h3 {
         padding-top: 20px;
         padding-bottom: 0;
         text-align: center;
    }
     
     .footer p {
        text-align: center;
        padding-left: 0;
        margin-left: -2px;
    }
    
    .copyrightText p {
        font-size: 12px;
    }

    .copyrightText p .abtrennung {
        display: none;
        font-size: 0px;
    }

    .copyrightText p .copybr {
        display: block;
    }

    .copyrightText:before {
        display: none;
    }

    .nav-trennung {
        height: 0;
        margin-top: 0;
    }

    .bar {
        padding: 0 20px;
    }

    .helpbox a:hover {
        background: #000000 !important;
        color: #ffffff !important;
    }

    .bar-right {
        display: none;
    }

    .content-important {
        padding: 40px 20px;
    }

    .pad {
        margin-bottom: 40px;
    }

    .content-info h2 {
        font-size: 20px !important;
    }
}