/*
 *  CSS voor tomderoo-eu
 */

/* * * * * ALGEMEEN * * * * */

body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: white; /* donker vuilgeel: #9f8f67 */
}

h1, h2, h3, h4, .jumbotron, dt {
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

.jumbotron {
    padding: 20px 30px 20px;
}

article {
    min-height: 50vh;
}

div.navspace {
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    padding-top: 60px;
    padding-bottom: 10px;
    min-height: 100vh;
    /*background: transparent;*/
    background-color: #9f8f67;
    background: transparent;
}

section a:link, section a:visited, article a:link, article a:visited {
    color: #7c6c5c;
}

section a:hover, section a:active, article a:hover, article a:active {
    color: #9f8f67;
}

.glyphicon {
    margin-right: 0.25em;
}

.fblogo {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    background-image: url('../img/FB-f-Logo__blue_29.png');
    background-size: contain;
    margin-right: 0.25em;
}

.lilogo {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    background-image: url('../img/linkedin.png');
    background-size: contain;
    margin-right: 0.25em;
}

.rglogo {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    background-image: url('../img/researchgate.png');
    background-size: contain;
    margin-right: 0.25em;
}

/* * * * * HOMEPORT * * * * */

#cycler {
    position: relative;
    opacity: 0.9;
}

#cycler div.bg_cover {
    z-index: -10;
}

#cycler div.active {
    z-index: -8;
}

div.bg_cover#cover_1 {
    background-image: url('../img/boom_cover.png');
    background-size: cover;
    background-position: center;
}

div.bg_cover#cover_2 {
    /*background-image: url('../img/vredeman_bg_s.png');*/
    background-image: url('../img/menag_cover.png');
    background-size: cover;
    background-position: top;
}

div.bg_cover#cover_3 {
    background-image: url('../img/bos_cover.png');
    background-size: cover;
    background-position: center;
}

div.bg_cover#cover_4 {
    background-image: url('../img/boekwinkel_cover.png');
    background-size: cover;
    background-position: center;
}

div.bg_cover {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    margin: 0;
    padding: 0;
    /*background-image: url('../img/vredeman_bg_s.png');*/
    /*background-image: url('../img/boom_cover.png');*/
    /*background-size: cover;
    background-position: center;*/
    position: fixed; /* FIXED om te fixeren, ABSOLUTE om te laten verdwijnen navenant scroll */
    top: 0;
    left: 0;
    /*opacity: 0.9;*/
    /*z-index: -2;*/
}

#cyclecontrol {
    z-index: 1;
    position: fixed; /* FIXED om te fixeren, ABSOLUTE om te laten verdwijnen navenant scroll */
    top: 45vh;
    left: 0;
    /*width: 100vw;
    max-width: 100%;*/
    margin: 0 auto;
    background: transparent;
    color: white;
    /*outline: 1px dashed red;*/
    text-align: left;
    padding-left: 10px;
    font-size: 3.5em;
    opacity: 0.5;
}

#cyclecontrol:hover {
    opacity: 0.8;
}

#cyclecontrol .glyphicon {
    cursor: pointer;
}

#cyclecontrol div {
    border-radius: 20px;
    background: transparent;
    border: 2px solid white;
    display: inline-block;
    margin: 20px;
}

#cyclecontrol div.active {
    background: whitesmoke;
}

header#homeport {
    position: relative;
    top: 0;
    margin: 0 auto;
    padding: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
}

div.headerzone_middle_h {
    position: absolute;
    top: 5vh;
    left: 0;
    z-index: 0;
    /*height: 21vh;*/
    width: 100vw;
    max-width: 100%;
    margin: 0;
    padding: 2vh;
    /*outline: 1px dotted red;*/
    background-color: white;
    opacity: 0.8;
}

div.headerzone_middle_h h1 {
    font-family: 'Montserrat', monospace;
    /*position: absolute;
    top: 17vh;*/
    margin: 0;
    padding: 1vh 0;
    width: 100%;
    font-size: 5em;
    font-weight: 700;
    color: #5c4529;
    /*font-variant: small-caps;*/
    text-align: center;
}

div.headerzone_middle_h h1 span {
    
}

div.headerzone_middle_h h2 {
    font-family: 'Montserrat', monospace;
    /*position: absolute;
    top: 29vh;*/
    margin: 0;
    padding: 1vh 0;
    width: 100%;
    font-size: 1.5em;
    color: #5c4529;
    text-align: center;
    font-weight: 700;
}

div.headerzone_middle_h h2 span {
    color: #5c4529;
    font-weight: 400;
    opacity: 0.8;
}
/*
div.header_profielfoto {
    height: 200px;
    width: 150px;
    background-color: white;
    box-shadow: #222 1px 3px 15px;
    border-radius: 10px;
}
*/

.backmenu {
    width: 100vw;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*height: 30vh;*/
    margin: 0;
    padding: 0;
}

.linkbutton {
    text-align: center;
    background-color: white;
    font-size: 2em;
    opacity: 0.8;
    padding: 5vh 0;
}

.linkbutton span.glyphicon {
    display: block;
    font-size: 2.25em;
    margin: 0 0 10px;
    padding: 0;
    text-decoration: none;
}

@media (max-width: 767px) {
    .linkbutton span.glyphicon {
        font-size: 1em;
        padding-right: 0.5em;
        display: inline-block;
    }
    .linkbutton {
        padding: 2vh 0;
    }
    div.headerzone_middle_h {
        font-size: 0.75em;
    }
}

.linkbutton a {
    text-decoration: none;
}

/* * * * * NAVBAR * * * * */

ul.nav li a {
    display: inline-block;
}

li.nav_onactive {
    display: none;
    background-color: #eef;
    font-size: 0.8em;
}

.navbar-default {
    background-color: #fff;
    opacity: 0.9;
    max-width: 100%;
}
/* * * * * Algemene articles: lay-out * * * * */

article {
    margin: 0 auto;
    /*width: 80vw;*/
    border-radius: 20px;
    box-shadow: #222 1px 3px 15px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0.95;
}

/* * * * * CURRICULUM VITAE * * * * */

.sticktitle {
    padding: 0;
    margin: 0;
    padding-right: 0.5em;
    background-color: #ddd; /* gradient instellen */
    text-align: right;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: bold;
}

dd ul {
    list-style-position: outside;
    padding-left: 1em;
}

dt {
    background-color: #eee; /* gradient instellen */
    padding-right: 0.5em;
    box-sizing: border-box;
}
dd {
    border-left: 1px solid grey;
    padding-left: 1em;
}
dd {
    margin-bottom: 0.5em;
}

/* * * * * PORTFOLIO * * * * */

a.pull-right {
	padding-left: 1em;
	padding-bottom: 0.8em;
}

a.pull-left {
	padding-right: 1em;
	padding-bottom: 0.8em;
}


.img-thumbnail {
    box-shadow: 4px 8px 10px #787878;
}

figure {
    clear: both;
}
figure div {
    overflow: auto;
    text-align: center;
    padding: 0 0 1em;
}
figure figcaption {
    text-align: center;
    padding: 0.5em 0;
    font-weight:bold;
}
ul.download-list {
    list-style-type: none;
}

/* * * * * CONTACT * * * * */

/* js-detection and message setup */
#contact_form {
    display: none;
}

#contact_msg {
    display: none;
}

#lockoutbericht {
    display: none;
}

textarea.form-control {
    resize: none;
    height: 7.5em;
}

/* special stuff */
#form_website {
    display: none;
}
#name-form-group {
	display: none;
}

/*
label.error {
    padding: 0.2em 0.75em;
    display: block;
    background-color: #ce8483;
    color: white;
    margin-top: 0.2em;
    border-radius: 3px;
    font-weight: normal;
}
*/

label.error {
    font-weight: normal;
    display: block;
}

#form_errors {
    display: none;
    padding: 0.2em 0.75em;
    font-size: 0.9em;
    background-color: #fee4e3; /* #ce8483 */
    color: #ae5453;
    border-radius: 3px;
    font-weight: normal;
    border: #ce8483 solid 1px;
}

input.error, textarea.error {
    border: #ae5453 dotted 1px;
}