/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
--------------------------------------Dektop-Geräte--------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------------Teaser----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #teaser{
    /*background-color: DeepSkyBlue;*/
    background-image: url(../img/fovea_header_forst_verwaltung.png);
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------Teaserblöcke----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #block-teaserblockholzinventur div.teaser_block_icon{
    background-image: url(../img/FOVEA_Icon_Holzinventur.svg);
}

body.page-node-5 #block-teaserblockkarten div.teaser_block_icon{
    background-image: url(../img/FOVEA_Icon_Karten.svg);
}

body.page-node-5 #block-teaserblockrechnungsstellung div.teaser_block_icon{
    background-image: url(../img/FOVEA_Icon_Rechnungen.svg);
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
------------------------------Datrstellung der Messdaten---------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #block-fmsblockdetailiertemessdatenbild img{
    width: 95%;
    position: relative;
    right: 5%;
    /*background-color: DeepSkyBlue;
    height: 400px;*/
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
--------------------------------Übersichtliche Tabellen----------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #block-fmsblocktabellenbild img{
    width: 95%;
    position: relative;
    left: 5%;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------Umfangreiche Exportfunktionen-----------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/   
body.page-node-5  #block-fmsblockexportbild img{
    width: 95%;
    position: relative;
    right: 5%;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------Flexible Kontaktverwaltung------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
/*body.page-node-5 #section_4{
    padding-bottom: 20px;
}*/
body.page-node-5 #block-fmsblockkontaktebild div.content{
    height: 350px;
    overflow: hidden;
}


body.page-node-5 #block-fmsblockkontaktebild img{
    width: 95%;
    position: relative;
    left: 5%;
    margin-top: -45px;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
--------------------------------------Karten---------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #block-fmsblockkartenbild img{
    width: 95%;
    position: relative;
    right: 5%;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------Rechnungen----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #block-fmsblockrechnungenbild img{
    /*background-color: DeepSkyBlue;*/
    width: 95%;
    position: relative;
    left: 5%;
    /*height: 400px;*/
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------Preisberechnung-----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 #block-fmsblockpreisberechnungbild img{
    margin-top: 80px;
    width: 95%;
    position: relative;
    right: 5%;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------Hauptseiteninhalt-------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.page-node-5 section#main_content{
    display: none;
}



/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------Mobile Geräte-------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ------------------------------Datrstellung der Messdaten---------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.page-node-5 #block-fmsblockdetailiertemessdatenbild div.content{
        width: 100%;
        right: 0%;
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    --------------------------------Übersichtliche Tabellen----------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.page-node-5 #block-fmsblocktabellenbild img{
        width: 100%;
        left: 0%;
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    -------------------------Umfangreiche Exportfunktionen-----------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/   
    body.page-node-5  #block-fmsblockexportbild img{
        width: 100%;
        right: 0%;
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------Flexible Kontaktverwaltung------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.page-node-5 #block-fmsblockkontaktebild img{
        width: 100%;
        left: 0%;
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    --------------------------------------Karten---------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.page-node-5 #block-fmsblockkartenbild img{
        width: 100%;
        right: 0%;
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------Rechnungen----------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.page-node-5 #block-fmsblockrechnungenbild div.content{
        width: 100%;
        left: 0%;
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------Preisberechnung-----------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.page-node-5 #block-fmsblockpreisberechnungbild img{
        width: 100%;
        right: 0%;
    }
}