.projektseite_content {
    padding: 10px;
    width: 100%;
    max-width: 1300px;
}
q {
    width: 100%;
}

.projektseite_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.background_cover {
    background-size: cover;
    background-position: 50% 50%;
}
.projektseite_überblick_wrapper  a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-style: italic;
}
.projektseite_zitat {
    font-family: 'Lato', serif;
    color: #a9a4a4;
    padding: 20px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
}
.projektseite_zitat span {
    margin-top: 10px;
    font-style: italic;
}

.projektseite_überblick_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}
.projektseite_überblick_wrapper ul{
    font-family: 'Lato', serif;
    list-style-type: none;
    padding-left: 0;
    padding-right: 20px;
    line-height: 2em;
}
.projektseite_überblick_wrapper ul:nth-child(2){
    display:none;
}
.projektseite_überblick_kategorien {
    color: #254e58;
    text-transform: uppercase;
}
.projektseite_überblick_kategorien li:nth-child(2n){
    text-transform: none;
    color: #666161;
    padding-left: 30px;
}
.projektseite_slider_wrapper {
    width: 90vw;
    height: 67vw;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    position: relative;
}

.projektseite_slide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}




/*SLIDER*/

.projektseite_slide_viewer {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.projektseite_slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.projektseite_slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.projektseite_slide:first-child {
    display: block;
}

.projektseite_slide_buttons {
    bottom: -5px;
    left:0;
    right: 0;
    z-index: 0;
    position: absolute;
    text-align: center;
}

a.projektseite_slide_btn {
    color: rgba(245, 230, 228, 0.7);;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: none;
}

.projektseite_slide_btn.active, .projektseite_slide_btn:hover {
    color: #254e58;;
    cursor: pointer;
    border-bottom: none;
}


.projektseite_directional_nav {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}

.projektseite_previous_btn {
    bottom: 0;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
}

.projektseite_next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
}

.projektseite_previous_btn, .projektseite_next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.projektseite_previous_btn:hover, .projektseite_next_btn:hover {
    opacity: 1;
}
.projektseite_slider {
    height: 100%;
}
@media only screen and (min-width: 750px) {
    .projektseite_content {
        padding: 10px 38px;
    }
    .projektseite_überblick_kategorien li:nth-child(2n){
        text-transform: none;
        color: #666161;
        padding-left: 30px;
        display:none;
    }
    .projektseite_überblick_wrapper ul:nth-child(2){
        display:block;
    }
    .projektseite_slider_wrapper {
        width: 90vw;
        height: 67vw;
        margin-top: 0px;
        top: 0px;
        left: 0px;
        position: relative;
    }
    .projektseite_zitat {
        font-family: 'Lato', serif;
        color: #a9a4a4;
        padding: 20px;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50%;
        text-align: center;
    }

}
@media only screen and (min-width: 1025px) {
    .projektseite_slider_wrapper {
        width: 32vw;
        height: 24vw;
        max-height: 459px;
        max-width: 50%;
        margin-top: 0px;
        top: 0px;
        left: 0px;
        position: relative;
    }
    .projektseite_zitat {
        font-family: 'Lato', serif;
        color: #a9a4a4;
        padding: 10%;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50%;
        text-align: center;
    }

}