/* postheader 1 */
.ph1 .post-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
    height: auto;
    padding: 45px 0px;}
.ph1 .image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center center;
    background-size: cover;}
.ph1 .post-content-wrapper{
    z-index: 1;
    position: relative;
    width: 50%;
    padding: 45px;
    background: rgba(255, 255, 255, 0.53);}
.ph1 .post-content-wrapper.big_textsquare{
    width: 67%;}
.ph1 .post-content-wrapper.small_textsquare{
    width: 33%;}
.ph1 .post-wrapper-intro p{
    padding: 45px 0 0 0;}
.ph1 .post-wrapper-intro hr{
    margin: 45px 0;}
.ph1{
    margin-bottom: 45px;}
.ph1 .breadcrumb-bar{
    padding-top: 15px;}
.ph1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(139, 195, 74, 0.78);
    z-index: 1;}
.ph1.small .post-wrapper-intro .plate--container{
    padding-left: 0;
    padding-right: 0;}
.ph1.small .plate--container.tekst-wrapper{
    padding-left: 45px;
    padding-right: 45px;}
@media only screen and (max-width: 1400px){
    .ph1 .post-content-wrapper.small_textsquare {
        width: 44%;
    }
}
@media only screen and (max-width: 992px ){
    .ph1 .post-content-wrapper {
        width: 100%!important;
        padding: 30px;
    }
}
