
/* postheader 3 */
.ph3{
    margin-bottom: 45px;}
.ph3 .header-bg {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    padding: 0 0 30px 0;}
.ph3 .post-header-img {
    width: 100%;
    height: 70vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    padding: 80px calc(10% + 15px);}
.ph3 .round .post-header-img{
    padding: 80px calc((10% / 1.2) + (10% / 1.2) + 15px);
}
.ph3 .post-header-wrapper{
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;}
.ph3 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(139, 195, 74, 0.78);
    z-index: 1;}
.ph3 .post-title h6, .ph3 .post-title h1{
    width: 100%;
    margin: 0 auto;}
.ph3 .c-scrolldown {
    width: 2px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;}
.ph3 .c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -70px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;}
.ph3 .post-header-content {
    padding: 0px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;}
.ph3 .post-header-content.left{
    padding: 0px 0px;
    text-align: left;
    justify-content: flex-start;}
.ph3 .post-header-content.right{
    padding: 0px 0px;
    text-align: right;
    justify-content: flex-end;}
/*.ph3 .round .post-header-content.left h6,
.ph3 .round .post-header-content.right h6,
.ph3 .round .post-header-content.klein h6{
    width: 100%;}*/
.ph3 .post-header-content.klein{
    width: 50%;}
.ph3 .post-header-content.s_right{
    margin-right: 0;}
.ph3 .post-header-content.s_left{
    margin-left: 0;}
.plate--container.post-header-wrapper {
    padding-right: 0px;
    padding-left: 0px;}
@keyframes scrolldown {
    0% {
        background-position: 0 -70px;
    }
    75% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 70px;
    }
}
.ph3 .breadcrumbs{
    position: relative;}
.ph3 .breadcrumb_item a, .ph3 .breadcrumb_item i{
    color: white;}
.ph3 .breadcrumb-bar{
    position: absolute;
    height: 47px;
    padding: 10px calc(10% + 15px);
    background: #ffffff00;
    z-index: 7;}
.ph3.plate--container .breadcrumb-bar{
    padding: 10px 30px;}
.ph3 .header-container.round{
    width: 120%;
    margin-left: -10%;
    border-radius: 0 0% 50% 50%;
    overflow: hidden;}
/*.ph3 .header-container.round h1, .ph3 .header-container.round h6 {
    width: calc(80% / 1.2);

}*/
.ph3 .schaduw {
    box-shadow: 0px 0px 20px 6px #cdcdcd;}
.ph3 h1 {
    margin-bottom: 35px;}

@media only screen and (max-width: 992px){
    .ph3 .post-header-img {
        height: auto!important;
        padding: 0 calc((10% / 1.2) + 30px)!important}
    .ph3 .round .post-header-wrapper{
        padding: 0 0!important;}
    .ph3 .post-header-wrapper{
        padding: 0 30px!important;}
    .ph3 .post-header-content {
        padding: 90px 0 90px!important;}
    .ph3 .post-title h1 {
        margin-bottom: 30px;}
    .ph3 .breadcrumb-bar {
        padding: 10px 30px;}
    .ph3 .post-header-img{
        padding: 80px 0px!important;}
}
@media only screen and (max-width: 680px){
    .ph3 .round .post-title h6, .ph3 .round .post-title h1, .ph3 .post-title h6, .ph3 .post-title h1 {
        width: 100%;}
    .ph3 .breadcrumb-bar {
        min-height: 47px;
        height: auto;
        padding: 10px 30px;
        width: 100%;
        background: #ffffff21;
        z-index: 7;}
    .ph3 .post-header-content.klein {
        width: 100%;
    }
}
