/**
#d8dedd
#a0aba7
**/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

a{
    text-decoration:none;
    color:#fff;
}

h1{
    font-size:150%;
    margin-bottom:10px;
    color: white;
}

h2{
    font-weight: bold;
    margin-bottom:5px;
}

root{
    font-family: 'Kreon', sans-serif !important;
}

body{

    overflow-y: scroll;
    overflow-x: hidden;
}

header{
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

nav{
    float:right;
}

#navlist li{
    float:left;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}


#navlist li a{
    color: #d8dedd;
    font-size: 20px;
}

#navlist li a:hover{
    color: #a0aba7;
}


footer{
    margin-top: 30px;
    text-align:center;
}
#container{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:1%;
    width:850px;

    padding:40px;

    color:#d8dedd;

    background-image: url('../img/bgcontainer.png');

    /*    min-height: 580px;*/
}
.clr{
    clear: both;
}

.left{
    float:left;
}

.right{
    float:right;
}


#paragraafStartpagina{
    width:400px;
}

#paragraafOverons{
    width:500px;
}


.thumb{
    margin-right:20px;
}






#gallery-2 {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;  
    user-select: none;
}





/* --------------------------------------------------------------------*/
/* ----------------------------- CONTACT ------------------------------*/
/* --------------------------------------------------------------------*/

form { padding: 2px 0 0 0; margin: 0; }
form p { padding: 2px 0 0 0 !important; margin: 0 !important; }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

#contactform .text-input{ 
    display: block;

    font-family: 'Courier New', 'Courier', sans-serif !important; 
    font-weight: 400; 
    font-size: 14px;

    background: rgb(19, 19, 19); 

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;

    margin: 5px 0 20px 0;
    padding: 10px;

    width: 96%; 

    color: rgb(178, 178, 178);

    border: 1px solid rgb(34, 34, 34);
}

#contactform .text-input:focus{
    background: #f7f7f7;
    color:black;
    outline: none;
}

textarea{
    resize: none; 
}

#contactform .form-button{
    display: inline-block;

    font-family: 'Kreon', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

    margin: 0 0 15px 0;
    padding: 8px;

    background: rgba(255, 255, 255, 1);

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;

    border: none;

    color: rgb(0, 0, 0);
}

#contactform .form-button:hover{
    background-color: rgba(255, 255, 255, 0.75);

    cursor: pointer;

    transition: background 0.25s;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    -moz-transition: background 0.25s;
}

.contactdiv{
    width: 500px;
}

#contactgegevens{
    width:150px; margin:auto;
    line-height: 120%;
}

.pageContainer{
    width:400px;
    margin:auto;
}

.pagelist li a{
    float:left;
    color:white;
    margin:20px;
    height:15px;
    width:15px;
    text-align:center;
}


.bottom{
    margin-top: 30px;
    text-align: center;
}

#projectendiv{
    min-height: 492px;
}







.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}
.alert-heading {
    color: inherit;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}