/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 14, 2018, 11:51:40 AM
    Author     : thomas.sauter
*/


.fieldcol.after_FullWidthHeader_EntryPage {
    position: relative;
    /*margin-top: -95px;*/
}

.bg_after_FullWidthHeader_EntryPage {
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    margin-top: 0px
}

[position="side"] .bg_after_FullWidthHeader_EntryPage {
    left: 10px;
    right: 10px;
    background: transparent;
}

.fullwidth_mainheader_startpage .ps_slider_wrapper {
    /*height: 480px !important;*/
    height: 500px !important;
    margin-top: -35px;
    /*margin-top: -51px;*/
    overflow: hidden;
}

.fullwidth_mainheader_startpage .fullWidth_overlay{
    /*height: 480px;*/
    height: 492px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
}


.fullwidth_image_wrapper.entryPage {
    max-height: 480px;
}

.fullWidth_entryOverlay {
    top: 30%
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .fullwidth_mainheader_startpage .ps_slider_wrapper {
        margin-top: -16px !important;
        /*margin-top: -51px !important;*/
    }
}

@media screen and (max-width: 899px) {
    .fieldcol.after_FullWidthHeader_EntryPage {
        /*margin-top: -70px;*/
    }
}

@media screen and (max-width: 600px) {
    .fieldcol.after_FullWidthHeader_EntryPage {
        margin-top: 0px;
    }
}

