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

/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------------Teaser----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #teaser{
    background-image: url(../img/Titelbild_2-2.jpg);
}

body.path-frontpage #teaser div.block div.content{
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------Teaserblöcke----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #block-teaserblockuberfovea div.teaser_block_icon{
    background-image: url(../img/FOVEA-Icon.svg);
}

body.path-frontpage #block-teaserblockifoveapro div.teaser_block_icon{
    background-image: url(../img/Phone_mit_Polter_Icon-white.svg);
}

body.path-frontpage #block-teaserblockforstmanagementsystem div.teaser_block_icon{
    background-image: url(../img/PC_mit_Seite_Icon_white.svg);
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------------Video-----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #block-startseiteblockvideo{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
}

body.path-frontpage #block-startseiteblockvideo video{
    margin: auto;
    display: block;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
----------------------------------So funktioniert FOVEA----------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #section_2{
    padding-bottom: 10px;
}

body.path-frontpage #block-startseiteblocksoeinfachfunktioniertfovea{
    /*background-color: red;*/
    width: 100%;
    max-width: 1200px;
}

body.path-frontpage #block-startseiteblocksoeinfachfunktioniertfovea h2{
    width: 100%;
    text-align: center;
}

body.path-frontpage #block-startseiteblocksoeinfachfunktioniertfovea div.section_trennstrich{
    margin: auto;
}


body.path-frontpage #block-startseiteblocksoeinfachfunktioniertfovea div.section_text{
    padding: 0;
}

body.path-frontpage #block-startseiteblocksoeinfachfunktioniertfovea div.content{
    /*background-color: red;*/
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

body.path-frontpage div.ablauf_punkt{
    /*background-color: DeepSkyBlue;*/
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}

body.path-frontpage div.ablauf_icon{
    /*background-color: DeepSkyBlue;*/
    width: 8%;
    position: absolute;
    float: left;
    height: 100%;
}

body.path-frontpage div.ablauf_icon img{
    width: 85%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

body.path-frontpage div.ablauf_icon_fms img{
    margin: 0;
}

body.path-frontpage div.ablauf_text{
    width: 91%;
    position: relative;
    left: 9%;
   /* background-color: green;*/
}

body.path-frontpage div.ablauf_text li{
    margin-bottom: 12px;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------------iFOVEA----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #section_3{
    padding-bottom: 35px;
}

body.path-frontpage #block-startseiteblockappbild img.appbild{
    width: 95%;
    position: relative;
    right: 5%;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
--------------------------------------------FMS------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #block-startseiteblockfmsbild img{
    /*background-color: DeepSkyBlue;*/
    width: 95%;
    position: relative;
    left: 5%;
    /*height: 400px;*/
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-------------------------------------------Kunden----------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #block-teaserblockkundenlogos img{
    height: 75px;
    margin-top: 20px;
    margin-left: 50px;
}

body.path-frontpage #block-teaserblockkundenlogos img.rp_landesforsten{
   margin-top: 0px;
}

body.path-frontpage #block-teaserblockkundenlogos img.sh_landesforsten{
   margin-top: 0px;
}

body.path-frontpage #block-teaserblockkundenlogos img.bundesforst{
    margin-left: 56px;
}

body.path-frontpage #block-teaserblockkundenlogos img.boscor{
    margin-left: 55px;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------Preise------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #block-startseiteblockpreislogos img{
    height: 120px;
    margin-top: 20px;
    margin-right: 30px;
}

body.path-frontpage #block-startseiteblockpreislogos img.kfw_innovation{
    margin-left: 15px;
}

body.path-frontpage #block-startseiteblockpreislogos img.cebit{
    margin-left: 15px;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------Supporter---------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/   
body.path-frontpage #block-startseiteblocksupporterlogos img{
    width: 75%;
}


/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------Hauptseiteninhalt-------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-frontpage #main_content{
    display: none;
}



/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------Mobile Geräte-------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    -------------------------------------------Teaser----------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.path-frontpage #teaser{
        /*background-image: url(../img/Titelbild_2-2_mobil.jpg);*/
    }
    
    body.path-frontpage #teaser div.region_container{
        background: rgba(0,0,0,0.3);
    }


    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    -------------------------------------------Video-----------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.path-frontpage #section_1{
        width: 100%;
        padding: 0;
    }
    
    
    body.path-frontpage #block-startseiteblockvideo iframe{
        width: 100%;
        max-width: 560px;
        max-height: 240px;
    }
    
    
    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ----------------------------------So funktioniert FOVEA----------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.path-frontpage div.ablauf_icon{
        width: 100%;
        position: relative;
        height: 100px;
    }

    body.path-frontpage div.ablauf_icon img{
        position: relative;
        height: 80px;
        width: 80px;
    }

    body.path-frontpage div.ablauf_text{
        width: 100%;
        position: relative;
        left: 0;
    }
    
    /*---------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    --------------------------------------------FMS------------------------------------------------------
    -----------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------*/
    body.path-frontpage #block-startseiteblockfmsbild div.content{
        width: 100%;
        left: 0%;
    }
}