@font-face { font-family: Futura Std Book; src: url('FuturaStd-Book.otf'); } 
body{
    margin: 0px;
    font-family: Futura Std Book, sans-serif;
    /*color: #3d3d3d;*/
    /*background-color: #fefefc;*/
}

a 
{ 
    outline: none; 
    color: #434343;
    /*color: #415a1d;*/
}

li
{
    line-height: 1.6em;
}

#navigation
{
    background-color: white;
    height: 40px;
    padding-top: 20px;
    text-align:center;
    position: relative;
    z-index:2;
    opacity: 0.9;
}

#subnavigation
{
    background-color: white;
    height: 30px;
    padding-top: 0px;
    text-align:center;
    position: relative;
    top:0px;
    z-index:1;
    opacity: 0.9;
    box-shadow: 0px 4px 15px -10px rgba(0, 0, 0, 0.9);
}

#navigation.fullsize
{
    /*width: 1100px;*/
}

#navigation.smaller
{
    width: 900px;
}

#navigation.mobile
{
    width: 100%;
    margin-top: 0px;
    height: auto;
}

#navigation a
{
    line-height: 40px;
    color: #434343;
    font-size: 15px;
    font-family: Futura Std Book, sans-serif;
    text-decoration:none;
    margin: 0px 10px;
    padding: 0px 0px;
    border-bottom: 2px solid transparent;
}

#subnavigation a
{
    line-height: 30px;
    color: #434343;
    font-size: 13px;
    font-family: Futura Std Book, sans-serif;
    text-decoration:none;
    margin: 0px 10px;
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
}

#navigation a.smaller
{
    margin: 0px 10px;
}

#navigation a.mobile
{
    line-height: 100px;
    margin: 2px 17px;
    background-color: #c1ce8f;
    font-size: 38px;
    padding: 19px 0px;
    border-bottom: 7px solid transparent;

}

#navigation .spacer
{
    padding-left: 510px;
}

#navigation .spacer.smaller
{
    padding-left: 410px;
}

#navigation .spacer.mobile
{
    display: none;
}

#logo
{
    position: absolute;
    top: 22px;
    left: 70px;
}

#logo img
{
    background-color: #fefefc;
    width: 150px;
}

#logostart
{
    margin: 0 auto 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -205px;
    margin-top: -80px;
    text-align: right;
}

#logostart img
{
    /*margin-top: 150px;*/
    
    width: 400px;
}

#splashimg
{
    position: fixed;
    z-index: 2;
    cursor: pointer;
    display: none;
    margin: 0 auto 0 auto;
    max-width: 100%;
    max-height: 100%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#logo.smaller
{
    left: 100px;
}

#logo.mobile
{
    margin-left: 0px;
    margin-top: -10px;
    width: 400px;
    position: relative;
    top: 0px;
    left: 0px;

}

#timeline td
{
    vertical-align: top;
    padding-bottom: 20px;
}

.nav-right
{
    position: absolute;
    right: 40px;
    font-size: 13px;
}

.nav-right a
{
    font-size: 13px !important;
    margin: 2px !important; 
}

.blocker
{
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height:100%;
    background-color: white;
    z-index: 2;
}

.overview
{
    padding-top: 100px;
}

.overviewNav
{
    display: inline-block;
    height: 120px;
    width: 190px;
    position: relative;
    margin: 7px;
    cursor: pointer;
    background-size: 100% auto !important;
}

.overviewNav span
{
    color: #434343;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: white;
    line-height: 1.5em;
    opacity: 0.7;
}

.contentItem
{
    display: block;
    /*margin-left: 250px;*/
    /*margin-top: 50px;*/
    height:auto;
    width: 100%;
    overflow: scroll;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin-top: 90px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

}

.contentItem.smaller
{
    margin-left: 150px;
}

.contentItem.mobile
{
    margin-left: 10px;
}

.contentItem h1
{
    color: #434343;
    margin-bottom: 30px;
    font-family: Futura Std Book, sans-serif;
    font-weight: 400;
    font-size: 1.5em;
}

.contentItem h2
{
    color: #434343;
    margin-bottom: 10px;
    font-family: Futura Std Book, sans-serif;
    font-weight: 400;
    font-size: 1.3em;
}

h2
{
    color: #434343;
    margin-top: 30px;
    margin-bottom: -10px;
    font-family: Futura Std Book, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.subtitle
{
    color: #434343;
    margin-top: 30px;
    margin-bottom: 4px;
    font-family: Futura Std Book, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display:inline;
}


.contentItem h1.mobile
{
    font-size: 3.5em;
}

.contentItem .text
{
    /*border-left: 8px solid #c1ce8f;*/
    /*padding-left: 50px;
    margin-left: 2px;*/
    margin-bottom: 50px;
    text-align:center;
    margin:0px auto;
    /*text-align: justify;*/

}

.contentItem .text p, .contentItem .text table
{
    font-size: 0.9em;
    line-height: 1.6em;

}

.contentItem .text.fullsize
{
    /*width: 690px;*/
}

.contentItem .text.smaller
{
    width: 640px;
}

.contentItem .text.mobile
{
    width: 94%;
    padding-left: 20px;
}

.contentItem .text.mobile p, .contentItem .text.mobile table
{
    font-size: 2.8em;
    line-height: 1.4em;
}

.contentItem .text img.contentImage
{
    box-shadow: 4px 4px 6px #ccc;
}

.activeNav
{
    border-bottom-color: #434343 !important;
}


.arrow
{
    margin-left: -24px;
}

.arrow.mobile
{
    margin-left: -55px;
}

.innertext
{
    width:600px;
    display:inline-block;
    text-align:left;
    line-height: 1.5;
}

.contactarea 
{
    margin-top: 60px;
}

.contactarea span
{
    display: inline-block;
    width: 293px;
    vertical-align: top;
}

.contactarea span:last-child
{
    display: inline-block;
    width: auto;
}

.start
{
    color: #434343;
    font-family: Futura Std Book, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 8px;
}

.nodeco
{
    text-decoration: none;
}

.contacttext
{
    margin-bottom: 6px;
    margin-top: 6px;
}