
main{
    width: 100vw;
    position: relative;
    margin-top: 48px;
}

/* sichtbares aktuelles projekt */
#current_projects_slide{
    width: 100vw;
    height: 100vh;
    overflow: hidden;

    padding: 0px;
    margin-top: 48px;
}

/* enthält maximal 4 Projekte */
#current_projects_wrapper {
    width: 400%;
    overflow-x: hidden;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 0px;

    transform: translate3d(0, 0, 0);
    transition: transform 1.5s ease-in-out;
}

.project{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100vw;
    height: auto;
    position: relative;
    vertical-align: top;
}

.leftline{
    border-left: 1px solid #7f6f22;
    position: absolute;
    top: 0px;
    display: none;

}

/* der text block im slider */
.project_text{
    width: 100vw;
    padding: 20px 15px 15px 15px;
    display: block;
    box-sizing: border-box;

    vertical-align: top;
    height: auto;

}

/* das Projekt */
.project_text h2 a {
    /*font-size: 30px;*/
    font-size: calc(1vw + 1vh + 2vmin);
    font-weight: normal;
    color: #7f6f22;
    margin: 0px;
    height: auto;
    /*word-wrap: break-word;*/
    text-decoration: none;
}

.date{
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.place{
    font-size: 16px;
    font-weight: normal;
    color: black;
}

.project_img{
    width: 100vw;
    margin: 0px;
    display: block;
    height: auto;

}

.project_img img{
    width: 100vw;
    margin: 0px;
    display: block;
}

.concerts_in_homeslider{
    font-size: 16px;
    margin: 0px;
    padding: 8px 0px;
    color: black;
}

.aPiece{
    font-size: 16px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    color: black;
    padding-bottom: 8px;
}

#navLinks {
    position: absolute;
    top: 0px;
    left: 180px;
    margin: 8px;
    padding: 16px;
    display: none;
}

#navLinks li {
    display: inline;
    float: left;
    text-align: center;

    list-style: none;
    cursor: pointer;
    background-color: #999999;
    padding: 7px;
    margin-left: 4px;

    border-radius: 60%;
    border: 0px solid gray;
}

#navLinks li:hover {
    background-color: #7f6f22;
}

#navLinks li.active {
    background-color: #666666;
    color: #FFFFFF;
    outline-width: 7px;
}

#navLinks li.active:hover {
    background-color: #7f6f22;
    color: #FFFFFF;
}

/*

************ SMART LANDSCAPE **************

*/

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

    .project_text{
        display: inline-block;
        width: 35.714%;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
    }

    .project_img{
        display: inline-block;
        width: 64.286%;
        vertical-align: top;
        padding: 20px 15px 15px 15px;
        box-sizing: border-box;
        position: relative;
    }
}

/*

************ DESKTOP **************

*/


@media screen and (min-width: 840px){

    main{
        height:auto;
        width: 840px;
        position: relative;
        margin-top: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    /* sichtbares aktuelles projekt */
    #current_projects_slide{
        width: 840px;
        height:auto;
        position: relative;
        margin-top: 150px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    /* enthält maximal 4 Projekte */
    #current_projects_wrapper {
        height: auto;
    }

    .leftline{
        display: block;
        height: 100%;
    }

    .project{
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width: 840px;
        height: auto;
        position: relative;
    }

    /* der text block im slider */
    .project_text{
        display: inline-block;
        vertical-align: top;
        width: 300px;
        padding: 60px 15px 0px 15px;
        box-sizing: border-box;
        height: auto;
        max-height: none;
    }

    /* das Projekt */
    .project_text h2{
        font-size: 30px;
        font-weight: normal;
        color: #7f6f22;
        margin: 0;
    }

    .project_text h2 a {
        font-size: calc(0.5vw + 1vh + 2vmin);
    }

    .date{
        font-size: 16px;
        font-weight: bold;
        color: black;
        margin-bottom: 0px;
    }

    .place{
        font-size: 16px;
        font-weight: normal;
        color: black;
        margin-top: 0px;
    }

    .project_img{
        vertical-align: top;
        display: inline-block;
        width: 530px;
        padding: 60px 0px 0px 0px;
        margin-bottom: auto;
        position: relative;
    }

    .project_img img{
        display: inline-block;
        min-width: 270px;
        max-width: 539px;
    }

    .concerts_in_homeslider{
        font-size: 16px;
        margin: 0px;
        padding: 8px 0px;
        color: black;
    }

    .aPiece{
        margin: 0px;
        font-size: 16px;
        font-weight: normal;
        color: black;
        padding-bottom: 8px;
    }

    #navLinks {
        position: absolute;
        top: 0px;
        left: 210px;
        margin: 0px;
        padding: 0px;
        display: block;
    }

    #navLinks li {
        display: inline;
        float: left;
        text-align: center;

        list-style: none;
        cursor: pointer;
        background-color: #999999;
        padding: 7px;
        margin-left: 4px;

        border-radius: 60%;
        border: 0px solid gray;
    }

    #navLinks li:hover {
        background-color: #7f6f22;
    }

    #navLinks li.active {
        background-color: #666666;
        color: #FFFFFF;
        outline-width: 7px;
    }

    #navLinks li.active:hover {
        background-color: #7f6f22;
        color: #FFFFFF;
    }
}
