@charset "UTF-8";

body{
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-variant-numeric: oldstyle-nums proportional-nums;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
    -ms-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
    font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
}
h1,h2,h3,h4,h5,h6, p, div{
    box-sizing: border-box;
    margin: 0;
}

body, a{
    color: #000;
}
body{
    background-color: #fff;
}
.body-bg-color{
    background-color: #fff;
    -webkit-transition: background-color 3s ease;
    -moz-transition: background-color 3s ease;
    -ms-transition: background-color 3s ease;
    -o-transition: background-color 3s ease;
    transition: background-color 3s ease;
}
.highlight-color, #cgb-title:hover, a:hover, .menu_bar_item a:hover, .contact_male a:hover, .credits_artist:hover, .dropdown-closed:hover::after, .dropdown-open:hover::after{
    color: #556;
}
a:hover, .menu_bar_item a:hover, .contact_male a:hover, .dropdown-closed:hover, .dropdown-open:hover, .credits_artist:hover, .dropdown-closed:hover::after, .dropdown-open:hover::after, .footer-column a:hover{
    cursor: pointer;
}

.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.unbreakable{
    display: inline-block;
}

.centered{
    text-align: center;
}

h1, h2, h3, h4, .subtitle, .font-l{
    font-size: 17px;
    line-height: 1.5em;
}
body, h5, h6, .font-m{
    font-size: 13px;
    line-height: 1.3em;
}
.font-s{
    font-size: 10px;
    line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6{
    padding-top:16px;
    margin-bottom:16px;
}
h4,h5,h6{
    margin-bottom:8px;
}
p{
    margin-bottom: 1em;
}
.subtitle{
    width: 100%;
    margin: 0 auto;
}



#intro{
    width: 100%;
    height: 280px;
    position: absolute;
    top:calc((100vh - 370px)/2);

}
.content-margins{
    max-width: calc( 100% - 170px );
    left: calc( ( 100vw - 340px )/2);
}
#intro img{
    width: 270px;
    margin-left: 1px;
}
#intro_text{
    display: block;
    line-height: 1.6em;
    margin-top: 45px;
    width: 96vw;
    max-width: 340px;
}
#credits{
   margin-top: 2px;
}
#credits-dropdown-content{
    overflow: hidden;
    width: calc( 98vw - ( ( 100vw - 350px ) / 2) );
    min-width: 350px;
    margin-top: 13px;
}
#credits-Discogs{
    width: 100%;
    float: left;
}
#contact{
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
#contact_title{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#contact_male{
    margin-top: 6px;
    line-height: 1.7em;
}
.dropdown-closed::after, .impressum-closed::after{
    content: "▸";
}
.dropdown-open::after, .impressum-open::after{
    content: "▾"
}
.dropdown-closed::after, .dropdown-open::after, .impressum-closed::after, .impressum-open::after{
    margin-left: 6px;
}
.credits_artist {
    display: inline-block;
    padding-right: 15px;
    padding-top: 15px;
    width: max-content;
    white-space:nowrap;
}
.credits_container{
    display: none;
    margin-top: 9px;
    padding-right: 10px;
    float: left;
    width: 100%;
}
.credits_credit{
    margin-top: 4px;
    line-height: 1.2em;
    margin-bottom: 8px;
}

#footer{
    width:100%;            /* stretch as far as the #intro */
    float: left;           /* otherwise position is above contact */
    padding-bottom: 5vh;
}
.footer-column{
    float: left;
    width: calc( (98vw - 255px) / 2);
    
}
#footer-column-3{
    float: right;
    text-align: right;
    margin-right: 85px;
    display: none;
}

#cgb{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
#cgb-title{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90vw;

}
#cgb-title-dropdown-content{
    position: absolute;
    height: 90vh;
    width: 90vw;
}
#cgb-foto{
    margin-top: 48px;
    margin-bottom: 30px;
    float: right;
    max-width: 100%;
}

#cgb-foto img{
    /* width: 660px; */
    max-height: 430px;
    max-width: 100%;
    margin-left: 60px;
}
#cgb-foto-copyright{
    margin-top: 6px;
    width: 100%;
    text-align: right;
}
#cgb-close{
    display: block;
    margin-top: 90px;   
}
#cgb-dubplates-signature img{
    padding-top: 50px;
    width: 150px;
}

#cgb-text{
    margin-top: 54px;
    margin-right: 36px;
    width: 30em;
    float: left;
}

@media only screen and (max-width: 1400px){
    #cgb-foto{
    width: 100%;
    float: left;
    }
    #cgb-foto img{
        margin-left: 0px;
        width: 90%;
        max-width: 30em;
        margin-bottom: -30px;
    }
    #cgb-text{
        width: 90%;
    }
    #cgb-close{
    display: block;
    margin-top: 60px;   
}
}


/* XS screens, like — way too small */

@media only screen and (max-height: 560px){
    .credits_artist{
        display: inline-block;
        padding-right: 12px;
        padding-top: 9px;
    }
}
@media only screen and (max-height: 680px){
    #intro{
        top: 120px;
    }
    #cgb-foto {
  margin-top: 18px;
    }
}

@media only screen and (max-width: 370px){
    .content-margins{
        left: 4vw;
        max-width: 95vw;
    }
    .footer-column{
        width: 45vw;
    }
}

@media only screen and (max-width: 350px){
    h1, h2, h3, h4, .subtitle, .font-l{
        font-size: 15px;
    }
    #credits-dropdown-content{
        max-width: 96vw;
        min-width: 0px;
    }
}

@media only screen and (max-width: 295px){
    #intro img{
        width: 90vw;
    }
}


/* XL screens */

@media only screen and (min-width: 780px){
    .content-margins{
        left: 170px;
    }
    @media only screen and (min-height: 750px){
        #intro{
            top: 127px;
        }
    }
    @media only screen and (max-height: 750px) and (min-height: 680px){
        #intro{
            top: calc(127px - ((750px - 100vh) / 2));
        }
    }
}

@media only screen and (min-width: 780px) and (min-height: 560px){
    h1, h2, h3, h4, .subtitle, .font-l{
        font-size: 24px;
    }
    body, h5, h6, .font-m{
        font-size: 18px;
    }
    .font-s{
        font-size: 15px;
    }
    #intro img{
        width:  382px;
        margin-left: 1px;
    }   
    #intro_text{
        margin-top: 60px;
        max-width: 480px;
    }
    #credits{
       margin-top: 2px;
    }
    #credits-dropdown-content{
        width: calc(100vw - 255px);
        min-width: 350px;
        max-width: 1160px;
        margin-top: 25px;
    }
    #contact{
        margin-top: 56px;
        margin-bottom: 60px;
    }
    .dropdown-closed::after, .dropdown-open::after{
        margin-left: 12px;
    }
    .credits_credit{
        width: calc(100vw - 210px);
    }
    .credits_container{
        margin-top: 12px;
        margin-bottom: 6.6px;
    }
    .credits_artist {
        display: inline-block;
        padding-right: 18px;
        padding-top: 18px;
    }
}

/* go from two to one footer column */

@media only screen and (max-width: 940px){
    .footer-column{
        width: 100%;
    }
    #footer-column-3{
        float: left;
        text-align: left;
        margin-right: 0;
        width: 100%;
    }
}