@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
html, body {
    margin: auto;
    padding: 0;
    max-width: 1200px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #F6F4F3;
}
p {
    margin: auto;
    padding: auto;
}
.logo {
    padding-top: 25px;
    padding-bottom: 25px;
}
.hero-beeld {
    height: 550px;
    background: #86BEBD;
    background-image: url(../images/hero/design-agency-1.svg), url(../images/hero/design-agency-2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: auto, auto;
    display: flex;
    align-items: center;
}
.hero-beeld h1 {
    font-size: 48px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding-left: 110px;
    padding-top: 45px;
}
.hero-beeld span {
    font-weight: 600;
}
.menu-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #EAEAEA;
    margin-top: 15px;
}
.menu {
    background-color: #EAEAEA;
    border-left: 1px dotted #fff;
    width: 150px;
}
.menu:last-child {
    border-right: 1px dotted #fff;
}
.menu p {
    font-size: 8px;
    line-height: 12px;
}
.over-ons {
    border-bottom: 16px solid #e57a44;
}
.onze-missie {
    border-bottom: 16px solid #e3d985;
}
.over-samenwerking {
    border-bottom: 16px solid #d6dbb2;
}
.contacteer-ons {
    border-bottom: 16px solid #bcd8c1;
}
.menu a {
    display: block;
    text-align: center;
    height: 134px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: black;
}
.menu a:hover {
    color: white;
}
/* Veeg naar boven */
.hvr-veeg-naar-boven {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-veeg-naar-boven:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-veeg-naar-boven:hover:before, .hvr-veeg-naar-boven:focus:before, .hvr-veeg-naar-boven:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.over-ons .hvr-veeg-naar-boven:before {
    background-color: #e57a44;
}
.onze-missie .hvr-veeg-naar-boven:before {
    background-color: #e3d985;
}
.over-samenwerking .hvr-veeg-naar-boven:before {
    background-color: #d6dbb2;
}
.contacteer-ons .hvr-veeg-naar-boven:before {
    background-color: #bcd8c1;
}
.meer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
.meer-content-links, .meer-content-midden, .meer-content-rechts {
    width: 30%;
    height: auto;
    padding: 15px;
    background-color: #fff;
}
.meer-content-links h2, .meer-content-midden h2, .meer-content-rechts h2 {
    font-size: 18px;
    line-height: 22px;
}
.meer-content-links p, .meer-content-midden p, .meer-content-rechts p {
    font-size: 14px;
    line-height: 20px;
}
.meer-content a {
    text-decoration: none;
    color: #A00096;
}
.meer-content a:hover {
    text-decoration: none;
    color: #FF9F00;
}
.meer-content, .activiteiten {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}
.activiteiten {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}
.activiteit {
    width: 21.5%;
    height: auto;
    padding: 15px;
    align-items: center;
    background-color: #fff;
}
.activiteit h2 {
    font-size: 18px;
    line-height: 22px;
	margin-top:6px;
	margin-bottom:3px;
}
.activiteit p {
    font-size: 14px;
    line-height: 20px;
}
.activiteit a {
    text-decoration: none;
    color: #A00096;
}
.activiteit a:hover {
    text-decoration: none;
    color: #FF9F00;
}
.activiteit-cirkel {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    text-align: center;
}
.cirkel {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    text-align: center;
}
.fa {
    padding-top: 9px;
    padding-left: 2px;
}
.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}
.contact-links, .contact-midden, .contact-rechts {
    width: 33%;
    padding: 15px;
    align-items: center;
    background-color: #fff;
}
.contact-links h1, .contact-midden h1, .contact-rechts h1 {
    font-size: 24px;
    line-height: 22px;
}
.contact-links h2, .contact-midden h2, .contact-rechts h2 {
    font-size: 18px;
    line-height: 22px;
}
.contact-links p, .contact-midden p, .contact-rechts p {
    font-size: 14px;
    line-height: 20px;
}
.contact-rechts {
    margin: 0;
    padding: 0;
}
.contact a {
    text-decoration: none;
    color: #A00096;
}
.contact a:hover {
    text-decoration: none;
    color: #FF9F00;
}
#map {
    width: 100%;
    height: 80vh;
    margin: 0;
    padding: 0;
}



@media (max-width: 768px) {
.logo {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.hero-beeld {
    height: 300px;
}
.hero-beeld h1 {
    font-size: 24px;
    padding-top: 150px;
    padding-left: 40px;
}
.meer-content {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}
.meer-content-links, .meer-content-midden, .meer-content-rechts {
    width: auto;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
}

@media (max-width: 320px) {
.logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.hero-beeld {
    height: 150px;
}
.hero-beeld h1 {
    font-size: 12px;
    padding-top: 75px;
    padding-left: 25px;
}
.menu-container {
    flex-direction: column;
}
.menu {
    width: auto;
    border-left: none;
    border-right: none;
}
.meer-content {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}
.meer-content-links, .meer-content-midden, .meer-content-rechts {
    width: auto;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.activiteiten {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}
.activiteit {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
}
}
