@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400&family=Dancing+Script&display=swap');
@import url('../css/animate.css');
@import url('../css/fontawesome/css/font-awesome.min.css');
body {
    background-color: #2d595d;
    color: #020202;
    font-family: 'lato';
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;

}

.wrapper {
    position: relative;
    overflow: hidden;
    background: #2d595d;
    padding: 10px 10px 10px 10px;
}

.container {
    width: 90%;
    max-width: 1200px;
    background: #eef1ef;
}

/* KANTEL */

.corner {
    width: 700px;
    height: 300px;
    background-color: #2d595d;
    border: 10px solid #2d595d;
    transform: rotate(-44deg);
    position: absolute;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.corner .cont {
    width: 700px;
    height: 300px;
    background-color: whitesmoke;
    position: relative;
}

.corner.left-top {
    left: -255px;
    top: -52px;
}

.corner.right-bottom {
    right: -325px;
    bottom: -50px;
}

.corner.left-top .logo {
    bottom: 30px;
    width: 50%;
    margin-left: 25%;
    position: absolute;
    display: block;
}

.corner.right-bottom .logo {
    bottom: 160px;
    width: 30%;
    margin-left: 20%;
    position: absolute;
    display: block;
    transform: rotate(44deg);
}

.fluid-container.banner {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: -40px;
    margin-top: -60px;
    margin-left: -20%;
    margin-right: -20%;
    background-color: #2d595d;
    border: 10px solid #2d595d;
    transform: rotate(4deg);
}

.fluid-container.banner .cont {
    DISPLAY: BLOCK;
    width: 100%;
    height: 500px;
    background-color: #fff;
    background-image: url(../images/banner/hands.jpg);
    background-position: center;
    background-size: COVER;
    background-repeat: no-repeat;
    position: relative;
}

.fluid-container.banner .yell {
    text-align: left;
    width: 47%;
    font-weight: bold;
    font-size: 40px;
    margin: 0 auto;
    padding-top: 170px;
    transform: rotate(-4deg);
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.99);
    line-height: 120%;
}

.fluid-container.banner .yell .fa {
    font-size: 16px;
}

.fluid-container.banner .yell .fa.fa-quote-left {
    display: block;
    margin-left: -25px;
    margin-bottom: -20px;
}

a {
    color: #003e53;
    text-decoration: underline;
}

a:hover,
a:active {
    font-weight: normal;
    color: coral
}

.row {
    position: relative;
}

.row a {
    font-weight: 400;
}

.row img {
    width: 100%;
}

.row .rimage {
    width: 38.5%;
    margin: 4px 0px 5px 3.5%;
    float: right;
    display: inline-block;
}

.row .limage {
    width: 38.5%;
    margin: 0px 3.5% 5px 0;
    float: left;
    display: inline-block;
}

.row .fullimage {
    width: 100%;
    margin: 0 0 15px 0;

}

.row .img-sizer {
    width: 100%;
    visibility: hidden;
}

.row .img-filler {
    background-size: cover;
    background-position: center;
}

/* header */

h1,
h2,
h4,
h3 {
    color: #f83333;
    font-size: 19px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h1 {
    font-weight: bold;
    font-size: 36px;
}

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

h3 {
    color: #2d595d;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}

h4 {
    color: #2d595d;
}

/* HR */

hr {
    height: 0;
    border: none;
    border-top: 8px dotted #aaa;
    margin: 15px 40% 15px 40%;
}

iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}

/* HEADER */

header {
    background-color: rgba(0, 0, 0, 0.00);
    border-bottom: 0 dotted rgba(255, 255, 255, 0.5);
    position: relative;
}

header .balletjes {
    position: absolute;
    right: 0;
    top: 12px;
    width: 30px;
    height: 200px;
    background-image: url(../images/design/balletjes-vertikaal.png);
    background-repeat: no-repeat;
    background-size: 99%;
    margin-right: -15px;
}

/* NAV */

.navbar-default {
    background: none;
    border-width: 0;
}

.navbar-default .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav > li > a {
    color: #020202;
    border-bottom: 2px solid #020202;
    padding: 15px 0 3px 0;
    margin: 0 0 0 15px;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f83333;
    border-bottom: 2px solid #f83333;
}

.navbar-default .dropdown-menu {
    left: 25px;
    padding: 5px 5px 20px 5px;
    margin: 0;
    background: none;
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    list-style: disc;
}

.navbar-default .dropdown-menu a {
    padding-top: 5px;
    padding-left: 0;
    text-decoration: underline;
    font-size: 16px;
}

.navbar-default .dropdown-menu a:hover {
    background: none;
    color: #f83333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

/* FOOTER */

footer {
    padding: 40px 0 20px;
    0;
}

footer,
footer a {
    color: #2d595d;
    font-size: 15px;
    line-height: 160%;
    text-decoration: none;
}

footer h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

footer .inner.extraspace {
    padding: 0 0 0 20%;
}

footer .fa {
    width: 20px;
    font-size: 20px;
    color: #2d595d;
    margin-right: 5px;
    text-align: center;
}

footer .fa.fa-linkedin-square {
    font-size: 25px;
}

footer a:hover,
footer a:hover .fa {
    color: coral;
    text-decoration: none;

}

footer ul li {
    font-size: 18px;
}

footer .colofon {
    font-size: 12px;
    color: #aaa;
}

footer .balletjes {
    width: 103%;
    height: 25px;
    background-image: url(../images/design/balletjes-horizontaal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -15px;
    margin-left: -25px;
}

/* Crumbnav */

.crumbnav {
    color: #aaa;
    font-family: 'Didact Gothic';
    font-size: 14px;
    letter-spacing: 1px;
}

.crumbnav a {
    color: #003e53;
}

.crumbnav a:hover {
    color: #003e53;
}

/* content main features*/

.inner {
    margin: 40px 3% 30px 3%;
}

p {
    margin 0;
}

strong,
b {
    color: #2d595d;
}

.inner p {
    margin-bottom: 20px;
}

blockquote,
blockquote p {
    font-size: 25px !important;
    color: #003e53;
    font-style:italic;
    font-family: 'Didact Gothic',serif;
 
    line-height: 100% !important;
    text-transform:initial;
}

@media only screen and (max-width: 768px) {
    blockquote,
    blockquote p {
        font-size: 20px;
        line-height: 100%;
    }
}

.inner.blocktitle {
    border-right: 2px solid #ccc;
    margin-right: -25px;
    padding-right: 25px;
    padding-bottom: 50px;
    text-align: right;
}

.inner.blocktitle small,
h2 small {
    line-height: 120%;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #2d595d;
}

.inner.pagetitle {
    margin: 30px 3% 0px 3%;
}

.inner.pagetitle h1::first-letter {
    margin-left: 50px;
}

.inner.pagetitle .intro {
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: -50px;
    display: block;
    font-weight: bold;
    color: #2d595d;
}

.inner.pagetitle .intro::first-letter {
    margin-left: 30px;
}

.inner.pagetitle small::first-letter {
    margin-left: 20px;
}

.inner.headline h1 {
    font-size: 45px;
    margin-top: 130px;
}

.inner.headline a {
    font-size: 20px;
    font-family: 'Didact Gothic';
    letter-spacing: 1px;
    color: coral;
    line-height: 100%;
    /*text-decoration:underline;*/
}

.inner.headline a:hover {
    color: rgba(255, 255, 255, 1.00);
}

.inner.pagetitle small {
    line-height: 120%;
    display: block;
    font-size: 17px;
    margin-top: 8px;
    font-weight: normal;
    color: #2d595d;
}

/* article */

section .row {
    max-width: 1000px;
    margin: 0 auto;
}

article {
    padding-top: 0px;
    padding-bottom: 0px;
}

article + article {
    border-top: 1px solid #eee;
}

.specs {
    font-family: 'Didact Gothic';
    font-size: 16px;
    line-height: 18px;
}

.spec-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #003e53;
}

.spec-value {
    display: block;
    color: #999;
    margin-bottom: 20px;
}

.publ {
    float: right;
    font-family: 'Didact Gothic';
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.crumbs {
    font-size: 14px;
    color: #999;
    margin-top: 0px;
    text-align: center;
}

.btn-primary {
    font-size: 16px;
    border-radius: 0;
    border-width: 0px;
    background: #2f3f4d;
    color: #fff;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    margin: 20px 20px 20px 0;
    text-decoration: none;
}

.btn-primary:hover {
    background: #f83333;
    border-color: #f83333;
}

.btn-primary:active,
.btn-primary:focus {
    background: #2d595d;
}

.btn-primary.mini {
    font-size: 12px;
    border-radius: 2px;
    background: #f83333;
    border-color: #f83333;
    padding: 6px 10px;

}

.btn-primary.mini:hover {

    background: #2f3f4d;
    border-color: #2f3f4d;


}

/* FORM */

.vorm {
    padding: 22px;
    background: #dedede;
    margin-bottom: 10px;
}

.vorm label {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.vorm .form-control {
    margin-bottom: 10px;
}

.vorm .nepmailer {
    display: none;
}

/* Mason */

.mason {
    padding: 0;
}

.mason .grid-item {
    cursor: pointer;
    width: 27.333333%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 70px;
}

.mason .grid-item .imgbox {
    height: 230px;
    border: 1px solid #eee;
    background-size: cover;
    background-position: center top;
}

.mason .grid-item .innergrid {
    padding: 20px;
    margin: 0 0 0 0;
    text-align: center;
}

.mason .grid-item .innergrid h3 {
    font-size: 24px;
    margin-top: 5px;
}

.mason .grid-item .innergrid a {
    font-size: 14px;
}

/* LISTA*/

.list-item {
    margin-bottom: 30px;
}

.list-item .inner {
    margin-left: 0px;
    line-height: 140%;
}

.list-image {
    margin-top: 40px;
    overflow: hidden;
}

.list-image .image-deco {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 15px;
}

.list-link {
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    margin-right: 40px;
}

.list-item .specs {
    font-family: 'lato';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.list-item h2 {
    margin-top: 0;
}

.list-item h2 a {
    text-decoration: none;
    font-weight: bold;
}

.interview {
    text-transform: uppercase;
    color: #f83333;
}

.ondertitel {
    font-size: 14px;
    margin-top: -10px;
    text-transform: uppercase;
}

.list-item .ondertitel {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {

    .mason .grid-item {
        cursor: pointer;
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 70px;
    }

    .corner {
        width: 550px;
        height: 250px;
    }

    .corner .cont {
        width: 530px;
        height: 240px;
    }

    .corner.left-top {
        left: -205px;
        top: -84px;
    }

    .corner.right-bottom {
        right: -325px;
    }
    .corner.left-top .logo {
        width: 45%;
        bottom: 20px;
    }

    .corner.right-bottom .logo {
        bottom: 159px;
        margin-left: 15%;
        width: 25%;
    }

    footer .inner.extraspace {
        padding: 0 0 0 15%;
    }

}

@media only screen and (max-width: 767px) {
    .container {
        width: 95%
    }

    h1,
    h2,
    h3,
    .inner.pagetitle .intro {
        letter-spacing: 0px;
        margin-left: 0;
    }


    .btn-primary {
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0 0px 0;
        width: 100%;
    }
    .btn-primary > .btn-primary {
        margin: 0px 0 0px 0;
    }
    header .balletjes {

        right: 0;
        top: 17px;
        width: 20px;
        height: 140px;
        margin-right: -10px;
    }
    .navbar-default {
        float: right;
        padding: 0 0 0 0;
        width: 70%;
    }
    .navbar-default .dropdown-menu {
        padding: 0 0 0 0;
    }
    .navbar-default .dropdown:hover .dropdown-menu {
        display: none;
    }
    .navbar-default .dropdown.open:hover .dropdown-menu {
        display: inline;
    }

    .navbar-collapse {
        border: none;
    }
    .navbar-toggle {
        border: none;
    }
    .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-default .navbar-nav li a {
        margin-right: 20px;
        text-align: right;
    }
    .mason .grid-item {
        width: 45%;
    }
    .mason .grid-item.bigger {
        width: 100%;
    }
    .inner {
        margin: 20px 3% 20px 3%;
    }

    .inner.pagetitle h1 {
        margin-left: 27%;
        font-size: 35px;
    }

    .inner.blocktitle {
        border-right: 0px solid #ccc;
        margin-right: 0;
        margin-bottom: 0;
        padding: 0;
        text-align: left;
    }
    .inner.blocktitle h2 {

        margin-bottom: 0;

    }
    .row img.rightimage,
    .row img.leftimage {
        width: 45%;

    }
    article + article {
        padding-top: 0;
        border-top: 0px solid #eee;

    }
    .inner.blocktitle small {
        font-style: italic;
        border-top: 1px solid #bbb;
        border-bottom: 0px solid #eee;
        padding-top: 5px;
        margin-bottom: 0;
        font-size: 16px;
    }

    footer .balletjes {

        background-size: 150%;

    }
    .inner.pagetitle .intro {
        font-size: 18px;

    }
    .fluid-container.banner .yell {
        font-size: 30px;

    }

    .fluid-container.banner .cont {

        height: 300px;

    }
    .fluid-container.banner .yell {

        font-size: 25px;
        padding-top: 100px;

    }
    .fluid-container.banner .yell .fa {
        font-size: 18px;
        ;
    }
    .fluid-container.banner .yell .fa.fa-quote-left {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {


    .corner,
    .corner .cont {
        width: 470px;
        height: 220px;
    }

    .corner.left-top {
        left: -205px;
        top: -74px;
    }

    .corner.right-bottom {
        right: -285px;
    }
    .corner.left-top .logo {
        width: 40%;
        bottom: 30px;
        margin-left: 30%;
    }
    .corner.right-bottom .logo {
        bottom: 155px;
        margin-left: 16%;
        width: 22%;
    }
    .fluid-container.banner .cont {
        height: 260px;
    }
    .fluid-container.banner .yell {

        font-size: 20px;
        padding-top: 70px;
        padding-left: 7%;
        width: 37%;
    }
    .inner.pagetitle h1::first-letter {
        margin-left: 30px;

    }
    .inner.pagetitle h1 {
        margin-left: 17%;
        font-size: 25px;
    }
    .row img.rightimage,
    .row img.leftimage {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
        display: block;
    }
    .mason .grid-item {
        width: 100%;
    }
    footer .balletjes {
        background-size: 200%;
    }
    .fluid-container.banner .yell {
        width: 60%
    }
}