html {
    font-family: 'Open Sans', sans-serif;
}


.left {
    width:100%;
    max-width:480px;
    float:left;
}

.right {
    width:100%;
    max-width:480px;
    float:right;
}

.profile {
    margin-bottom:0px;
    max-height: 650px;
    max-width: 650px;
    height: 100%;
    width: 100%;
    float:right;
}

.profielDiv, .arbeidDiv, .visieDiv, .missieDiv {
    height: 60vh;
    display:table-cell;
    vertical-align:middle;
}

.contactDiv {
    height: 100vh;
    display:table-cell;
    vertical-align:middle;
}

p4 {
    padding: 10px 20px 10px 20px;

    color: #666;
    text-decoration: none;
}
p4:hover {
    background: rgba(42, 101, 135, 0.7);
    color: #fff;
    text-decoration: none;
}

p5 {
    padding: 30px 20px 30px 20px;
    color: #666;
    text-decoration: none;
}
p5:hover {
    color: #fff;
    background: rgba(42, 101, 135, 0.7);
    text-decoration: none;
}

p6 {
    padding: 10px 20px 10px 20px;
    color: #666;
    font-size:4em;
    text-decoration: none;
}
p6:hover {
    color: #fff;
    background: rgba(42, 101, 135, 0.7);
    text-decoration: none;
}

.menu {
    display: block;
    margin: 0;
    width: 100%;
    min-height:36px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.menu ul {
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/* <--------------------------------- Header ---------------------------------> */
.compScrollMenuImg {
    max-width: 70px;
}
.space {
    height: 80px;
}
.workNavMenu {
    width: 100%;
    max-width: 960px;
}
.workNavImg {
    padding: 18px;
    max-width: 280px;
    opacity: 0.7;
}
.workNavImg:hover {
    opacity: 1;
    visibility: visible;
}
.workNavImg2 {
    padding: 18px;
    opacity: 0.7;
}
.workNavImg2:hover {
    opacity: 1;
    visibility: visible;
}
.workImg {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 960px;
    height: 320px;
    opacity: 0.9;
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(42, 101, 135, 0.35)), url("../img/portfolioImg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}
.workImg:hover p4 {
    background: rgba(42, 101, 135, 0.7);
    color: #fff;
    text-decoration: none;
}
.workImg:hover {
    opacity: 0.7;
}
.header {
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(42, 101, 135, 0.35)), url("../img/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.header2 {
    font-family: 'Open Sans', sans-serif;
    height: 40vh;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(42, 101, 135, 0.35)), url("../img/header2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.header3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(42, 101, 135, 0.35));
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.header3 h4 {
    color: #fff;
}
.vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
    color: #FFFFFF;
}
.header h1 {
    font-size: 2.5em;
    margin: 0;
}
.header p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0.25em 0 0 0;
    margin-left: 2px;
    margin-right: 2px;
}

.header button {
    border-box: "1px";
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 2px;
    text-decoration: none;
    font-size: 1.5em;
    background: rgba(42, 101, 135, 0.3);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.header button:hover {
    background: rgba(42, 101, 135, 0.7);
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 966px) {
    .header h1 {
        font-size: 2.0em;
    }
    .header p {
        font-size: 1.0em;
    }
}
.header a {
    border-box: "1px";
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 2px;
    text-decoration: none;
}
.header a:hover {
    background: rgba(42, 101, 135, 0.7);
    color: #fff;
    text-decoration: none;
}





/* <--------------------------------- End header ---------------------------------> */
/* <--------------------------------- Links ---------------------------------> */

a {
    color: inherit;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    color: #2a6587;
}
.referentie {
    border-box: "1px";
    padding: 10px 20px 10px 20px;
    border: solid #2a6587 2px;
    color: #2a6587;
    text-decoration: none;
}
.referentie:hover {
    background: rgba(42, 101, 135, 1);
    color: #fff;
    text-decoration: none;
}
a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width: 140px;
    color: #FFF;
    background: #2a6587;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #2a6587;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 50%;
    margin-left: -70px;
    z-index: 999;
}
/* <--------------------------------- End links ---------------------------------> */
/* <--------------------------------- Content ---------------------------------> */

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 0, 9em;
    font-weight: 300;
    line-height: 1.65em;
    width: 100%;
    margin: auto;
}
.container {
    overflow-x: hidden;
    color: #666;
    line-height: 2;
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
}
.information {
    margin-top: 35px;
    min-height: 400px;
    min-width: 320px;
    width: 40%;
    float: left;
}
.information2 {
    margin-top: 35px;
    min-height: 400px;
    min-width: 320px;
    width: 60%;
    float: right;
}
.information3 {
    margin-bottom: 0px;
    margin-top: 35px;
    min-height: 300px;
    max-width: 960px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.information4 {
    margin-bottom: 0px;
    margin-top: 35px;
    min-height: 300px;
    max-width: 960px;
    min-width: 960px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.information5 {
    padding-bottom: 35px 100px 35px 100px;
    min-height: 300px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #fafafa;
}
.infoImg {
    min-width: 320px;
    max-width: 460px;
    width: 50%;
    float: right;
}
.information6 {
    min-width: 320px;
    max-width: 480px;
    width: 50%;
    float: left;
    background-color: #fff;
    padding: 10px;
}
.textContainer {
    height: 100%;
    width: 100%;
    max-width: 960px;
}
.informationCompMenu {
    padding-right: 40px;
    padding-left: 40px;
    min-height: 500px;
    width: 100%;
    box-sizing: border-box;
}
h1 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 100;
    letter-spacing: -0.6px;
    color: #666;
}
h2 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
}
h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #ccc;
}
h4 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #666;
}
p {
    padding: 10px 20px 10px 20px;
}
p2 {
    border-box: "1px";
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 2px;
    text-decoration: none;
}
p2:hover {
    background: rgba(42, 101, 135, 0.7);
    color: #fff;
    text-decoration: none;
}
p3 {
    padding: 10px 20px 10px 20px;
    border: solid #2a6587 2px;
    color: #2a6587;
    text-decoration: none;
    margin: 20px 0px 20px 0;
    display: inline-block;
}
p3:hover {
    background: rgba(42, 101, 135, 0.7);
    border: solid rgba(42, 101, 135, 0.7) 2px;
    color: #fff;
    text-decoration: none;
}

.kleiner {
    font-style: italic;
    font-size: 0.9em;
    font-weight: 250;
    padding: 10px;
}

p7 {
    font-weight: 300px;
    padding: 20px;
    border-bottom: solid #2a6587 1px;
    color: #2a6587;
}
.gameBtn {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: .5em 1em;
    color: #2a6587;
    margin: 0 auto;
    text-align: center;
    border-box: "1px";
    border: solid #2a6587 2px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -ms-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.gameBtn:hover,
.gameBtn:focus {
    background: #2a6587;
    color: #FFF;
}
.gameBtn:active {
    background: #2a6587;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset;
}
/* <--------------------------------- Images ---------------------------------> */

.menuimg {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 0px;
    max-height: 85px;
    max-width: 85px;
    height: 100%;
    width: 100%;
}



.menuimg2 {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 0px;
    max-height: 85px;
    max-width: 85px;
    height: 100%;
    width: 100%;
}
.aboutImg {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 0px;
    max-height: 100px;
    max-width: 100px;
    height: 100%;
    width: 100%;
    float: left;
}
.tabImg {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 0px;
    max-height: 100px;
    max-width: 100px;
    height: 100%;
    width: 100%;
}
.imgstyle {
    max-height: 450px;
    max-width: 275px;
    height: 100%;
    width: 100%;
}
.Rimg {
    max-height: 450px;
    max-width: 450px;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.rkLogo {
    max-height: 150px;
    max-width: 150px;
    height: 100%;
    width: 100%;
}
.homeimg {
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 600px;
    padding: 20px;
}
.photoSpecial {
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 600px;
    padding: 20px;
    opacity:0.4;
}
.photoSpecial:hover {
    opacity:0.8;

}
/* COMPETENTIES IMAGE HOVER */

.view {
    max-width: 200px;
    max-height: 200px;
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff
}
.view .mask,
.view .content {
    width: 200px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0
}
.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    border-box: "1px";
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 2px;
    color: #fff;
    text-decoration: none;
}
.view a.info:hover {
    background: rgba(224, 224, 224, 0.2);
    color: #eee;
    text-decoration: none;
}
.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(42, 101, 135, 0.8);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/* END IMAGE HOVER */
/* <--------------------------------- End images---------------------------------> */
/*------------------------------------*\
	Simple HTML5 data-tabs
\*------------------------------------*/

.tab {
    float: left;
    display: block;
    padding: 8px 8px;
    margin-right: 2px;
    text-decoration: none;
    background: #F9F9F9;
    color: #777;
}
.tab.active,
.tab:hover {
    background: #2a6587;
    color: #fff;
}
.content {
    display: none;
    clear: both;
    background: #FFF;
    width: 100%;
    padding: 20px;
}
.content.active {
    display: block;
    max-width: 920px;
    width: 90%;
}
/*------------------------------------*\
	END Simple HTML5 data-tabs
\*------------------------------------*/
/* <--------------------------------- Video ---------------------------------> */

.vidContainer {
    max-width: 960px;
    max-height: 540px;
    min-height: 270px;
    min-width: 320px;
    width: 100%;
    margin-bottom: 0;
    float: left;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0
}
.vidContainer video {
    display: block;
    position: relative
}
.videoSpecial video {
    transition: all 0.2s linear;
}
.videoSpecial:hover video {
    transform: scale(0.9);
}
/* <--------------------------------- End video ---------------------------------> */
/* <--------------------------------- Footer ---------------------------------> */

footer {
    clear: both;
}
.footer {
    color: #515151;
    padding: 40px;
}
.toggle:hover,
.toggle:focus {
    background: #2a6587;
    color: #FFF;
}
.toggle {
    color: #2a6587;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-box: "1px";
    border: solid #2a6587 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -ms-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.toggle.is-open {
    background-color: #2a6587;
    color: #fff;
    width: 100%;
}
.toggle.is-open:hover,
.toggle.is-open:focus {
    background: #2a6587;
    color: #FFF;
}
/* <--------------------------------- End footer ---------------------------------> */
/* Other
 * =============================== */

.FoodForThought,
.FoodForThoughtI,
.Samenwerken,
.SliceOfLife,
.MediumMessage,
.DepthSurface,
.compExpl,
.SeriousGames,
.ProcesWebsite,
.MediaStrategie,
.ImmersiveStorytelling {
    text-decoration: none;
    color: #2a6587;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-box: "1px";
    border: solid #2a6587 2px;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow-x: hidden;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -ms-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.FoodForThought:hover,
.FoodForThought:focus,
.FoodForThoughtI:hover,
.FoodForThoughtI:focus,
.Samenwerken:hover,
.Samenwerken:focus,
.SliceOfLife:hover,
.SliceOfLife:focus,
.MediumMessage:hover,
.MediumMessage:focus,
.DepthSurface:hover,
.DepthSurface:focus,
.compExpl:hover,
.compExpl:focus,
.SeriousGames:hover,
.SeriousGames:focus,
.ProcesWebsite:hover,
.ProcesWebsite:focus,
.MediaStrategie:focus,
.MediaStrategie:hover,
.ImmersiveStorytelling:hover,
.ImmersiveStorytelling:focus {
    background: #2a6587;
    color: #FFF;
}
.FoodForThought:active,
.FoodForThoughtI:active,
.Samenwerken:active,
.SliceOfLife:active,
.MediumMessage:active,
.DepthSurface:active,
.compExpl:active
.SeriousGames:active,
.ProcesWebsite:active,
.MediaStrategie:active,
.ImmersiveStorytelling:active {
    background: #2a6587;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset;
}

/* -------------------MENU------------------- */




.footerNote {
    color:#666;
    padding-top:400px;
}
.footerNote:hover {
    color:#2a6587;
}


.gift:hover {
    opacity:0.5;
}
}