html.pointer {
    cursor: pointer;
}

html,
body
{
    margin: 0;
    padding:0;
    height: 100%;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color:#eee;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
}



img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}




.clear    {
    clear:both;
}

.floatleft   {
    float:left;
}

.floatright   {
    float: right;
}

.center  {
    text-align: center;
}
/* ==============
 Containers
 ============== */
#container {
   min-height:100%;
   position:relative;
   background-color: white;
}

/* ==============
Navigation
 ============== */

#main-navigation {
    float: right;
    height: 12px;
}

#nav {
    padding:0;
    margin:0;
}

#nav li {
    display: inline-block;
    line-height: 16px;
}

nav a:link,
nav a:visited {
    color: #259E28;
    text-decoration: none;
    font-weight: normal;
}

nav  .language-active, nav a:hover   {
     color: gray;
}
nav li.lang-item     {
       padding-right: 10px;
       border-right: 1px solid gray;
}

nav li.lang-itemlast {
    padding-right: 10px;
    padding-left: 10px;
}

/* ============== mediaqueries 768 ============== */
@media only screen and (min-width: 768px) {
    #main-navigation {
        position: absolute;
        z-index: 1;
        right: 0px;
         top: 10px;
    }
    
    nav li.lang-item     {
/*           padding-right: 15px;*/
           border-right: 1px solid #259E28;
    }

   nav li.lang-itemlast {
        padding-right: 20px;
/*        padding-left: 15px;*/
    }
}

/* ==============
 Poster
 ============== */

.poster {
    clear:both;
    margin: 0;
    text-align: center;
}

.postertextcontainer h1 {
    font-size: 4em;
    font-family: "Gill Sans", Arial, verdana, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    background:
    linear-gradient(to top,
    #04DE41,
    #259E28);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;
}


.logobox  {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.logobox img    {
    height: 40px;
}
img.appicon   {
    margin-right: 4%;
}

.posterimagebox {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top:6%;
   text-align: center;
}

.posterimagebox img {
    width: 100%;
    max-width: 200px;
    margin: 0;

}

/* ==============Poster mediaqueries 768 ============== */
@media only screen and (min-width: 768px) {
    .poster {
        float: left;
        width: 50%;
        margin-top: 5%;
    }
    .postertextcontainer h1 {
/*        font-size: 5em;*/
    }
    
    .posterimagebox  {
        width: 50%;
        float: right;
        margin-top:0;
        text-align: center;
    }
    .posterimagebox img {
        width: 40%;
        margin-top:5%;
    }
    
    .logobox img    {
/*        height: 50px;*/
    }
    
}

/* ==============
 Features
 ============== */

.featurebox h1  {
    margin-top:6%;
}

.featurebox {
    text-align: center;
}

.featurebox {
    clear: both;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.featurebox ul, .featurebox p {
    text-align: left;
}

.featureitem p {
    text-align: center;
}
.featureimgbox  {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
/*         background-color: red;*/
}

.featureimgbox img  {
    width:100%;
    max-width: 300px;
    margin: 0%;
}

.langue {
    width: 280px;
    margin: 10px 0px 10px 0px;
}
.row    {
    width:100%;
    margin: 0;
}

/* ==============Features mediaqueries 768============== */
@media only screen and (min-width: 768px) {
    .featurebox {
        clear: both;
        width: 100%;
    }
    
    .featureimgbox {
        float:left;
        width:50%;
        margin: 0;
        padding-bottom: 20px;
    }
    .featuretext {
        float:right;
        width:40%;
        margin: 0;
        margin-right: 5%;
    }
    
    .featureimgbox img {
        margin-top: -10%;
    }
    
    .featureitem    {
        clear: both;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }
}
/* ==============Features mediaqueries 1024============== */
@media only screen and (min-width: 1020px) {
 
    .featureitem {
        clear: none;
        float:right;
        width:40%;
        margin: 0;
        margin-right: 5%;
    }
    
}
/* ==============Features mediaqueries 1300============== */
@media only screen and (min-width: 1300px) {
    .wrapper  {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .featureimgbox img {
        max-width: 330px;

    }
}
/* ==========================================================================
 footer
 ========================================================================== */
#footerbottom    {
    padding-bottom: 100px; /*same height as footer*/
}

footer  {
    clear:both;
    text-align: center;
    background-color: #eee;
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    height: 100px;
    border-top:0.5px solid #a3a4a5;*/
}

.footeritem  {
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #999;
}

.copyright  {
    /*    font-size: small;*/
    color: #666;
}

/* ==========================================================================
 Styles
 ========================================================================== */

h1, h2, h3, p {
    line-height: 1.5em;
}

h1  {
    font-size: 2.5em;
}

h2  {
    font-size: 2em;
}

a  {
    text-decoration: none;
    color:#0580ff;
}

a:hover {
    text-decoration:underline;
}

.bg_grey    {
    background-color: #eee;
}

.last  {
    padding-top: 40px;
    padding-bottom: 40px;
}


