
html.pointer {
    cursor: pointer;
}

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;
}

body {
    font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    margin: 0;
    background-color:#eee;
    font-size: 100%;
}

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

.wrapper, .welcomewrapper {
    width: 90%;
    margin: 0 5%;
    clear: both;
}


.clear    {
    clear:both;
}

.floatleft   {
    float:left;
}

.floatright   {
    float: right;
}



/* ==============
 head-container
 ============== */
/*#devartlogo  {
 float: left;
 width: 25%;
 overflow:hidden;
 }*/

.headwrapper {
    background-color:#eee;
    height:46px;
    border-bottom: 1px solid #a3a4a5;
}


/* ==============
Menu
 ============== */
#main-navigation    {
    width: 90%;
    margin:auto;
}

#nav {
    padding: 0;
    margin: 0;
    text-align: justify;
}

#nav:after {
    content: '';
    
    display: inline-block;
    width: 100%;
}
#nav li {
    display: inline-block;
    padding-top: 12px;
    font-weight: 500;
}

nav a:link,hover,
nav a:visited {
    color: #333;
    text-decoration: none;
}

nav a:hover  {
    text-decoration:underline;
    text-underline-offset: 5px;
}

nav  .current a {
    color: #999;
    text-decoration:underline;
    text-underline-offset: 5px;
   
}


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

.poster {
    clear:both;
    
    /*    border-bottom:10px solid #fff;*/
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.postertext h1 {
    font-size: 3.4em;
    /*    font-weight: 500;*/
    background:
    linear-gradient(to right,
    #000 60%,
    #F00);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;
}

.postertextsupercal h1 {
    font-size: 3.4em;
    /*    font-weight: 500;*/
    background:
    linear-gradient(to right,
    #000 60%,
    #007AFF);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;
}



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


img.appicon   {
    width: 16%;
    max-width: 76px;
    margin-right: 6%;
}

img.appbadge   {
    width: 36%;
    max-width: 162px;
}

.posterimagebox {
    /*    margin-bottom: -5px;*/
    width: 100%;
    overflow: hidden;
    padding-top: 35px;
}

.posterimagebox img {
    width: 100%;
    margin-bottom: 0;
}



/* ==============
 Welcome
 ============== */
.welcomebox  {
    padding-bottom:30px;
/*    text-align: center;*/
}

.welcomebox h1 {
    margin-top: 0;
    padding-top: 40px;
}

/* ==============
 Containers
 ============== */
.apptitle_container {
    
    height: 90px;
}


.apptitle_container img    {
    margin-right: 30px;
}



.icon   {
    width:90px;
    height:90px;
    border-radius: 15px;
    
}




#container  {
    background-color: #fff;
    border-bottom:1px solid #a3a4a5;
}




.tips   {
    padding-left: 5%;
    padding-right: 5%;
}


.viewsbox img {
    width: 24%;
    margin-bottom: 5%;
}


/* ==============
 support
 ============== */
h1.support {
    margin-top: 10px;
    margin-bottom: 20px;
}

.supportimg {
    width:40%;
    margin-left: 5%;
}

img.instructie {
    border-radius: 15px;
}

.instructie {
    width: 90%;
    max-width: 375px;
    
}

.togglecontent {
    display: none;
}


#faq    {
    clear:both;
}

#faq h3   {
    padding-top: 20px;
}

#faq  ul  {
    padding-left: 20px;
}

 ul.option  {
    padding-left: 20px;
    margin-top: 0px;
}

ul.menuoptions {
    list-style-type: circle;
    margin-top: 0px;
    margin-left: 20px;
}
/* ==============
 Features text
 ============== */
.featuretextitembox  {
    /*  padding-top: 40px;*/
    padding-bottom: 40px;
}

.featurebox {
    color: #333;
    
    /*    margin-top: 1em;*/
    /*    background-color: green;*/
    
}


.featurebox, .featureboxwide, .featuretextitembox   {
    overflow: hidden;
    text-align: center;
}


.columleft, .columright, .featureboxwide, .welcomebox, .featuretextitembox, .imgbox     {
    display: block;
    width: 100%;
    margin-top:4%;
}

.featurebox {
    width: 90%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

h2.feauturehead  {
    margin: 0;
    margin-top: 40px;
}


.featurebox ul {
    text-align: left;
}


.featuredescription, .imgbox img {
    /*    width:90%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: left;
}

.imgbox img {
    width: 90%;
    max-width: 1140px;
}

.s  {
    display: block;
}
.m  {
    display: none;
}


.left, .leftitem, .right, .middle  {
    float:left;
    width:100%;
}

 
.center  {
    text-align: center;
}




.views  {
    text-align: center;
}

.viewimg {
    padding-top: 60px;
    width:90%;
    
}





.views-tekst   {
    clear: both;
    padding-top: 40px;
}

.iphone-screenshot  {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*     background-color: red;*/
}

.iphone-screenshot img  {
    width:100%;
    margin: 0%;
}



img.smallscreenshotL, img.smallscreenshotR   {
    width:45%;
    height: 45%;
    
}

img.smallscreenshotL    {
    margin-right: 5%;
    
}

img.smallscreenshotR    {
    
}

.langue {
    width: 296px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    /*    height: 80px;*/
}
/* ==========================================================================
 footer
 ========================================================================== */

footer {
    width: 100%;
    clear:both;
    text-align: center;
    background-color: #eee;
    padding-bottom: 20px;
    padding-top: 10px;
    /*    margin: 0;*/
    /*    width: 100%;*/
}

.footeritem  {
    /* margin-top: 0px;*/
    /* padding-top: 2em;*/
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #999;
}



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

.copyright a {
    font-size: small;
    color: #666;
    text-decoration: underline;
}



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

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



h1  {
    font-size: 2.5em;
}


h2  {
    font-size: 2em;
    /*    font-weight: bold;*/
}


h4 {
    /*    font-size: 1.2em;*/
    /*    font-weight: bold;*/
}

a, .collapsible, .blue  {
    text-decoration: none;
    color:#0580ff;
}

a:hover, .collapsible:hover,  .active {
    text-decoration:underline;
}

.press {
    color: #666;
}

.bg_grey    {
    background-color: #eee;
}

/* Background color */
.featureboxwide,  .poster, .welcomebox,  .columleft, .columright, .headerbox, .featuretextitembox  {
    background-color: #fafafa;
}

.page h3  {
    color: #252525;
    /*    font-weight: bold;*/
    /*    font-size: 1.3em;*/
}

.page, .headerbox   {
    text-align: left;
}

.linebreak  {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top:1px solid #a3a4a5;
}

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

/*#antwoorden h2  {*/
/*    color: #D62317;*/
/*}*/

.highlight {
   color:  red;
   font-weight: 600;
}

.xsmall {
  color:   #999;
  font-size: xx-small;
}



.tag {
     max-width: 500px;
}


