@font-face {
    font-family: 'PS Bold';
    src: url('../fonts/psb.ttf');
}

@font-face {
    font-family: 'PS Italic';
    src: url('../fonts/psi.ttf');
}

@font-face {
    font-family: 'PS Bold Italic';
    src: url('../fonts/psbi.ttf');
}

@font-face {
    font-family: 'PS Regular';
    src: url('../fonts/psr.ttf');
}

@font-face {
    font-family: 'FASO';
    src: url('../fonts/fa-so.ttf');
}

#learn_more {
    animation-iteration-count: 20;
    animation-duration: 750ms;
}

a {
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover:not(.more) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: #95824c;
    background-image: -moz-linear-gradient(-45deg, #95824c 0%, #b5a16a 25%, #d3c08b 48%, #93814d 91%, #7e6d40 100%);
    background-image: -webkit-linear-gradient(-45deg, #95824c 0%, #b5a16a 25%, #d3c08b 48%, #93814d 91%, #7e6d40 100%);
    background-image: linear-gradient(135deg, #95824c 0%, #b5a16a 25%, #d3c08b 48%, #93814d 91%, #7e6d40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95824c', endColorstr='#7e6d40', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.imp::before {
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    margin-right: 0.5rem;
}

/*a.more::before{
    display: block;
    font-family: "FASO";
    content: "\f13a \A";
}*/

i:hover:not(.fa-chevron-circle-down) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: #95824c;
    background-image: -moz-linear-gradient(-45deg, #95824c 0%, #b5a16a 25%, #d3c08b 48%, #93814d 91%, #7e6d40 100%);
    background-image: -webkit-linear-gradient(-45deg, #95824c 0%, #b5a16a 25%, #d3c08b 48%, #93814d 91%, #7e6d40 100%);
    background-image: linear-gradient(135deg, #95824c 0%, #b5a16a 25%, #d3c08b 48%, #93814d 91%, #7e6d40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95824c', endColorstr='#7e6d40', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.more:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: drop-shadow(5px 5px 5px #b5a16a);
    filter: drop-shadow(5px 5px 5px #b5a16a);
}

i.more:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: drop-shadow(5px 5px 5px #b5a16a);
    filter: drop-shadow(5px 5px 5px #b5a16a);
}

.full-height {
    min-height: 100vh;
    padding: 0;
}

index, body {
    margin: 0;
    font-family: "PS Regular";
}

#header {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../img/bg.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#header img {
    width: auto;
    height: 50vh;
}

nav {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 7vh;
    text-transform: uppercase;
    font-family: "PS Bold";
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 15px;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    box-sizing: border-box;
}

nav img {
    height: 100%;
    width: auto;
}

li {
    display: inline;
    margin-right: 20px;
}

nav ul:last-child {
    margin-left: auto;
    margin-right: 15px;
}

nav ul.menu {
    margin-left: 0px;
    padding-inline-start: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    text-transform: uppercase;
    font-family: "PS Bold";
    height: 5vh;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 15px;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    box-sizing: border-box;
}

footer div img {
    margin-right: 5vw;
    height: auto;
    width: 11vw;
}

#construction {
    position: fixed;
    top: 5vh;
    color: white;
    text-align: center;
    width: 100%;
}

#social {
    position: fixed;
    bottom: 5vh;
    color: white;
    text-align: center;
    width: 100%;
}

#social img {
    width: 20vw;
}

#learn_more {
    position: absolute;
    bottom: 7vh;
    text-align: center;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.85) 1px 1px 10px;
}

#biography {
    background: url("../img/bioBG.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#bio-text {
    width: 60%;
    font-size: 1em;
    font-family: 'PS Regular', sans-serif;
    line-height: 1.5em;
    color: white;
    background-color: rgba(0, 0, 0, 0.51);
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#bio-text h2 {
    text-transform: uppercase;
    margin-top: 1em;
}

#spin-turn {
    width: 40%;
    display: flex;
    align-items: center;
    position: relative;
}

#spin-turn img {
    position: absolute;
    left: -40%;
    width: 100%;
}

#nav-logo:hover {
    cursor: pointer;
}

#djwork {
    background: url("../img/workbg.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper h1 {
    font-family: "PS Bold";
    font-size: 2rem;
}

#djwork .wrapper {
    color: white;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.50);
}

.subwrapper {
    font-size: 1rem;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subwrapper > div {
    margin-right: 30px;
}

.subwrapper img {
    max-width: 12rem;
}

.subwrapper div:nth-child(2) {
    text-align: right;
}

.wrapper span {
    font-family: "PS Bold";
}

#gallery {
    background: url("../img/gallerybg.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    align-items: center;
}

.gallerycontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 80%;
    max-width: 100%;
}

.press div img, .socialmedia div img{
    width: 100%;
}

.gc{
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 80vh;
    width: 100%;
    position: relative;
}
/*position: absolute;
    top:-5vh;*/
.ghead {

    color: white;
    text-align: center;
}

.ghead h2{
    text-shadow: rgba(0,0,0,0.71) 2px 2px 5px;
}

.slicky{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.wd-40{
    width: 40vw;
}

.verticaljeez{
    height: 80%;
    position: absolute;
    background: white;
    box-shadow: 2px 2px 8px #1b1e21;
    width: 4px;
}

.press {
    max-height: 80vh;
    max-width: 50%;
}

.socialmedia {
    max-height: 80vh;
    max-width: 50%;
}


#contact {
    background: url("../img/contactbg.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .container {
    max-height: 800px;
    background-color: rgba(0, 0, 0, 0.41);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    color: white;
}

div.left, div.right {
    margin: 4vw;
}

.left p i {
    margin-right: 10px;
}

a img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a img:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: drop-shadow(5px 5px 10px #b5a16a);
    filter: drop-shadow(5px 5px 10px #b5a16a);
}

.toTop {
    display: none;
}

#impressum {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: url("../img/bg.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#impressum div {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
    margin-top: 5vh;
    color: white;
}

#datenschutz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-height: 100vh;
    background: url("../img/bg.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#datenschutz > div {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
    margin-top: 5vh;
    color: white !important;
}

#datenschutz li {
    display: block;
    margin-left: 0px;
}

#datenschutz ul{
    padding-left: 2px;
}


@media screen and (max-width: 700px) {
    .full-height {
        min-height: 0px;
        height: auto;
    }

    #spin-turn {
        display: none;
    }

    #bio-text {
        width: 100%;
        text-align: justify;
        font-size: 0.8rem;
    }

    #header img {
        height: 45vw;
    }

    footer {
        font-size: 0.5rem;
        padding: 5px 5px;
    }

    footer div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer div img {
        height: auto;
        width: 15vw;
    }

    footer div ul {
        margin-block-start: 0;
        padding-inline-start: 0;
        margin-block-end: 0;
    }

    .right, .menu {
        margin-block-start: 0;
        padding-inline-start: 0;
        margin-block-end: 0;
    }

    .menu li {
        margin-right: 5px;
    }

    nav {
        font-size: 0.7rem;
    }

    nav ul:last-child {
        margin-right: 0;
    }

    #djwork .wrapper {
        width: 100vw;
    }

    .subwrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .subwrapper div:nth-child(2) {
        text-align: left;
    }

    #contact .container {
        justify-content: left;
        padding: 15px 15px 30px;
        flex-wrap: wrap;
    }

    .toTop {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 7vh;
        right: 5vw;
        border-radius: 2vw;
        background-color: rgba(0, 0, 0, 0.65);
        color: white;
        opacity: 1;
        height: 7vw;
        width: 7vw;
        border: 1px white solid;
    }

    nav {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .hide {
        display: none;
    }

    .subwrapper img {
        max-width: 8rem;
    }
}

@media screen and (max-width: 700px) and (orientation: portrait) {
    .slick-prev{
        left:5px;
        z-index: 999;
    }

    .slick-next{
        right: 5px;
    }

    .ghead{
        margin-top: 20vh;
    }

    .slicky{
        height: initial;
    }

    .press, .socialmedia{
        max-width: 75%;
    }
}

@media screen and (max-height: 700px) and (orientation: landscape) {
    .slicky{
        height: initial;
        box-sizing: border-box;
    }

    #gallery{
        box-sizing: border-box;
    }

    .socialmedia div img, .press div img{
         width: 50%;
     }

    .slick-slide{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (min-height: 1080px) {
    #bio-text {
        font-size: 1.6rem;
    }

    .subwrapper {
        font-size: 2rem;
    }

    #contact .container {
        font-size: 2rem;
    }

    .more {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1100px){
    .slicky{
        max-width: unset;
    }

    .gc{
        flex-direction: column;
    }

    /*.ghead{
        top:0;
        position: static;
        margin-bottom: 2vh;
    }*/

    .socialmediaIcons{
        font-size: 2rem;
        margin: unset;
    }

    .wd-40{
        width: 100%;
    }

    .verticaljeez{
        display: none;
    }

    #gallery{
        min-height: 100vh;
    }
}

@media screen and (max-width: 1100px) and (orientation: landscape) {

    .socialmedia div img, .press div img {
        width: 80%;
    }

    .wd-40{
        width: 70%;
    }

    .slick-slide {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}