
/* fonts */

@font-face {
    font-family: 'texgyreadventorregular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'), 
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), 
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
}




/* images */


/* hero */

#hero {
    background: url(../jpg/hero.jpg) no-repeat center;
}

@media (min-width: 1200px) {
    #hero {
        background: url(../jpg/hero@2x.jpg) no-repeat center;
    }
}


/* carousel */

.carousel:nth-child(odd) .carousel-links {
    background: url(../svg/carousel-links.svg) no-repeat;
}

.carousel-links {
    background: url(../svg/carousel-links-negatief.svg) no-repeat;
}

.carousel:nth-child(odd) .carousel-rechts {
    background: url(../svg/carousel-rechts.svg) no-repeat;
}

.carousel-rechts {
    background: url(../svg/carousel-rechts-negatief.svg) no-repeat;
}


/* footer */

#footer {
    background: url(../svg/checker.svg) repeat-x;
}




/* globaal */


.img-responsive {
    margin: 0 auto;
}

.wrapper {
    padding: 0;
}

.row {
    margin: 0 auto;
}

[class*='col-'] {
    text-align: center;
}

    /* forms */
    
    .form-control {
        -webkit-box-shadow: none;
        box-shadow: none;
        -o-transition: border-color ease-in-out .23s, box-shadow ease-in-out .23s;
        transition: border-color ease-in-out .23s, box-shadow ease-in-out .23s;
    }
    
    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .has-error .form-control {
        background: #f3473f;
        border-color: #f3473f;
    }
    
    .has-error .form-control:focus {
        border-color: #b6382e;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #b6382e;
    }
    
    .has-error .form-control::-moz-placeholder {
        color: #b6382e;
    }
    
    .has-error .form-control:-ms-input-placeholder {
        color: #b6382e;
    }
    
    .has-error .form-control::-webkit-input-placeholder {
        color: #b6382e;
    }
    
    .has-succes .form-control {
        background: #fff;
        border-color: transparent;
    }
    
    .btn {
        background: #eee;
        color: #000;
        margin-top: -4px;
        width: 100%;
    }
    
    .btn:focus {
        background: #f39200;
        border-color: #f39200;
        color: #000;
    }
    
    .btn:hover {
        background: #f39200;
        color: #000;
    }
    
    .btn.disabled, 
    .btn[disabled], 
    fieldset[disabled] .btn {
        background: #545454;
    }
    
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
    }
    
    .close {
        color: #fff;opacity: 1;
        filter: alpha(opacity=100);
        outline: none;
        text-shadow: none;
    }
    
    .close:hover {
        color: #f39200;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .controls div {
        padding: 0;
    }
    
    .alert-success {
        background-color: #545454;
        color: #fff;
    }


/* browse happy */

#browsehappy {
    background: #000;
    color: #fff;
}

#browsehappy a {
    color: #f39200;
}


/* navigatie */

.navbar-toggle:hover .icon-bar, 
.navbar-toggle:focus .icon-bar {
    background-color: #f39200;
}

.navbar {
    font-weight: bold;
}

    /* toggle animatie */
    
    .navbar-toggle .icon-bar:nth-of-type(2) {
        top: 1px;
    }
    
    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 2px;
    }
    
    .navbar-toggle .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
    }
    
    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 6px;
        transform: rotate(45deg);
    }
    
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }
    
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -6px;
        transform: rotate(-45deg);
    }

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
            box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#navbar img {
    border-radius: 50%;
}


/* hero */

#hero {
    -webkit-background-size: cover;
            background-size: cover;
    margin: 0;
    text-align: center;
    -webkit-text-shadow: 0 0 50px rgba(0, 0, 0, 1);
            text-shadow: 0 0 50px rgba(0, 0, 0, 1);
}

#hero.negatief {
    background: #eee;
    color: #000;
    -webkit-text-shadow: none;
            text-shadow: none;
}

#hero a {
    font-weight: bold;
}

#hero a:hover, 
#hero a:focus, 
#hero h2:hover, 
#hero h2:focus {
    color: #000;
    text-decoration: none;
}

#hero h2 img {
    display: inline;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#hero a:hover h2 img, 
#hero a:focus h2 img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#hero .dropdown-menu, .carousel .dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
}


/* kenmerken */

.kenmerken .over, 
.features .about {
    font-weight: bold;
}

/* systemen */

#systemen .systeem, 
#systems .system {
    padding: 0;
    text-align: left;
}

#systemen .systeem a:hover, 
#systems .system a:hover {
    color: #000;
    text-decoration: none;
}

#systemen .systeem p img, 
#systems .system p img, 
.carousel p img {
    display: inline;
    float: left;
}

#systemen .systeem hr, 
#systems .system hr {
    background-color: #fff;
    border: none;
    width: 200%;
}

#systemen .systeem .intro, 
#systems .system .intro {
    background: #eee;
    overflow: hidden;
    -o-transition: background-color ease-in-out .23s;
    transition: background-color ease-in-out .23s;
    width:100%;
}


/* carousel */

.carousel [class*='col-'] {
    padding: 0;
}

.carousel:nth-child(odd) {
    background: #eee;
}

.carousel h1 {
    max-width: 88%;
}

.carousel h1, 
.carousel p {
    text-align: left;
    margin: 0;
}

.carousel h1 span {
    color: #b3b3b3;
    font-weight: normal;
    font-size: 80%;
}

.carousel .carousel-header.row {
    width: 100%;
}

.carousel .carousel-header img {
    float: right;
}
    
.carousel.download .carousel-header .klein {
    max-width: 100%;
}

.carousel-inner .item img {
    margin: 0 auto;
}

.carousel-control.left, 
.carousel-control.right {
    background: none;
    overflow: hidden;
}

.carousel .carousel-links, 
.carousel .carousel-rechts {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel .carousel-links, 
.carousel .carousel-rechts {
    left: 50%;
}

.carousel .carousel-links, 
.carousel .carousel-rechts {
    right: 50%;
}

.carousel-kenmerken, 
.carousel-features {
    clear: both;
}

.carousel-kenmerken .row, 
.carousel-features .row {
    width: 100%;
}


/* footer */

#footer {
    background-color: #000;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover,
#footer a:active {
    color: #f39200;
    text-decoration: none;
}

#footer h1, 
#footer p {
    text-align: left;
}

#footer div .row {
    width: 100%;
}

#footer .footer div {
    padding-left: 0;
}

#map {
    width: 100%;
}

.map-wrap {
	position: relative; 
}

.overlay {
	min-height: 323px; 
	position: absolute; 
	top: 0;
    width: 100%;
    z-index: 1100;
}

#footer .bottom #sociaal ul {
    padding: 0;
}

#footer .bottom #sociaal li {
    position: relative;
    display: inline-block;
}

#footer .bottom #sociaal li:last-child > a > img {
    margin-right: 0;
}

#footer .bottom #sociaal .vlag {
    border-radius: 50%;
}


/* top scroll */

.back-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    width: auto;
}




/* media queries */


/* mobile */

.tooltip-inner {
     padding: 10px 15px 12px 15px;
}


/* mobile browse happy */

#browsehappy {
    padding-left: 17px;
    padding-top: 9px;
    padding-bottom: 1px;
}


/* mobile navigatie */

.navbar-toggle {
    margin-top: 15px;
    margin-right: -1px;
}

.navbar {
    margin: 0 auto;
    padding: 15px 0;
    width: 94.8%;
}

.navbar-header img {
    height: 61px;
    width: 134px;
}

.navbar-nav {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 2px;
    text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #8a8a8a;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

#navbar img {
    display: none;
}
 

/* mobile hero */

#hero {
    padding-top: 97px;
    padding-bottom: 97px;
}

#hero.negatief {
    padding-top: 58px;
    padding-bottom: 58px;
}
    
#hero a {
    font-size: 109%;
    line-height: 38px;
}

#hero h1 {
    font-size: 124%;
}

#hero h2 {
    font-size: 112%;
}

#hero h2 img {
    margin-left: 15px;
    max-height: 29px;
    max-width: 29px;
}

#hero .dropdown-menu {
    width: 94.8%;
}

.carousel .dropdown-menu {
    top: 55px;
    width: 94.8%;
}


/* mobile kenmerken */

.kenmerken, 
.features {
    background: #fff;
}

.kenmerken.negatief, 
.features.negatief {
    background: #eee;
}
    
.kenmerken .kenmerk, 
.features .feature {
    margin-top: 37px;
}

.kenmerken .kenmerk p, 
.features .feature p {
    font-size: 90%;
}

.kenmerken .kenmerk img, 
.features .feature img {
    margin-bottom: 21px;
    max-height: 58px;
    max-width: 58px;
}

.kenmerken.negatief .row, 
.features.negatief .row {
    padding-bottom: 27px;
}

.kenmerken .over p, 
.features .about p {
    margin: 27px 0 31px 0;
}


/* mobile systemen */

#systemen .systeem, 
#systems .system {
    border-top: 3px solid #fff;
    margin: 0;
}

#systemen .systeem h1, 
#systems .system h1 {
    font-size: 100%;
    margin-top: 18px;
    margin-bottom: 43px;
    margin-left: -1px;
}

#systemen .systeem p, 
#systems .system p, 
.carousel p {
    margin-bottom: 22px;
    font-size: 90%;
}

#systemen .systeem p img, 
#systems .system p img, 
.carousel p img {
    margin-top: -2px;
    margin-right: 16px;
    max-height: 24px;
    max-width: 24px;
}

.carousel p img {
    margin-left: 26px;
}

#systemen .systeem hr, 
#systems .system hr {
    height: 1px;
    margin: 44px 0 30px -26px;
}

#systemen .systeem .intro, 
#systems .system .intro {
    padding: 0 26px 12px 26px;
}

#systemen .systeem .intro:hover, 
#systemen .systeem .intro.mobile-hover, 
#systems .system .intro:hover, 
#systems .system .intro.mobile-hover {
    background: #dcdcdc;
}


/* mobile carousel */

.carousel {
    padding-bottom: 11px;
}
    
.carousel .carousel-header {
    padding-right: 13px;
}

.carousel.download .carousel-header {
    padding-right: 15px;
}

.carousel .carousel-header.row {
    margin-bottom: 29px;
}

.carousel .carousel-header img {
    margin-top: 27px;
    margin-right: 10px;
    max-height: 24px;
    max-width: 24px;
}
    
.carousel.download .carousel-header img {
    margin-top: 61px;
}

.carousel.download .carousel-header .klein {
    height: 23px;
    margin-top: 61px;
    margin-right: 0;
    margin-bottom: 4px;
}

.carousel h1 {
    font-size: 100%;
    padding-top: 23px;
    margin-left: 25px;
}

.carousel.download h1 {
    padding-top: 55px;
}

.carousel .carousel-links, 
.carousel .carousel-rechts {
    margin-top: -17px;
}

.carousel .carousel-links, 
.carousel .carousel-rechts {
    margin-left: -17px;
}

.carousel .carousel-links, 
.carousel .carousel-rechts {
    margin-right: -17px;
}

.carousel-links:nth-child(odd), 
.carousel-rechts:nth-child(odd) {
    width: 34px;
    height: 34px;
}

.carousel-links, 
.carousel-rechts {
    width: 34px;
    height: 34px;
}

.carousel-kenmerken, 
.carousel-features {
    padding-top: 48px;
}

.carousel-inner .item img {
    width: 67%;
}

.carousel .open .dropdown-menu > li > a {
    font-size: 100%;
    font-weight: bold;
    line-height: 39px;
}


/* mobile footer */

#footer {
    background-size: 29px;
    padding-top: 29px;
}

#footer h1 {
    font-size: 84%;
    margin-top: 26px;
    margin-bottom: 20px;
}

#footer p {
    font-size: 84%;
}

#footer .footer {
    border-bottom: 2px solid #121212;
    padding-bottom: 38px;
}

#footer .footer:last-child {
    border-bottom: none;
    padding-bottom: 26px;
}

#footer .footer a.desktop {
    display: none;
}

#footer .form-control {
    font-size: 115%;
}

.btn {
    font-size: 115%;
}

#footer .bottom {
    border-top: 2px solid #121212;
    line-height: 64%;
    padding-top: 26px;
}

#map {
    height: 150px;
}

#footer .bottom #sociaal {
    padding-bottom: 41px;
    margin-bottom: 0;
    text-align: center;
}

#footer .bottom #sociaal li > a > img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 32px;
    min-width: 32px;
    margin-right: 48px;
}


/* mobile lg */


@media (min-width: 321px) {
    
    
    /* mobile lg navigatie */

    .navbar-nav {
        padding-top: 32px;
        padding-bottom: 7px;
    }
    
    .navbar-default .navbar-nav > li >a {
        font-size: 121%;
        line-height: 24px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 121%;
    }
    
    
    /*mobile lg hero  */
    
    #hero {
        padding-top: 114px;
        padding-bottom: 114px;
    }
    
    #hero.negatief {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    
    #hero h1 {
        font-size: 184%;
    }
    
    #hero a {
        font-size: 150%;
        line-height: 49px;
    }
    
    #hero h2 img {
        margin-left: 17px;
        max-height: 39px;
        max-width: 39px;
    }
    
    .carousel .dropdown-menu {
        top: 56px;
    }
    
    
    /* mobile lg kenmerken */
    
    .kenmerken .kenmerk, 
    .features .feature {
        margin-top: 42px;
    }
    
    .kenmerken .kenmerk p, 
    .features .feature p {
        font-size: 100%;
    }
    
    .kenmerken .kenmerk img, 
    .features .feature img {
        margin-bottom: 32px;
        max-height: 78px;
        max-width: 78px;
    }
    
    .kenmerken.negatief .row, 
    .features.negatief .row {
        padding-bottom: 37px;
    }
    
    .kenmerken .over p, 
    .features .about p {
        font-size: 121%;
        margin-top: 38px;
        margin-bottom: 37px;
    }
    
    
    /* mobile lg systemen */
    
    #systemen .systeem, 
    #systems .system {
        border-top: 4px solid #fff;
    }
    
    #systemen .systeem h1, 
    #systems .system h1 {
        font-size: 121%;
        margin-top: 23px;
        margin-bottom: 48px;
    }
    
    #systemen .systeem p, 
    #systems .system p, 
    .carousel p {
        margin-bottom: 23px;
        font-size: 100%;
    }
    
    #systemen .systeem p img, 
    #systems .system p img, 
    .carousel p img {
        margin-top: -3px;
        margin-right: 19px;
        max-height: 28px;
        max-width: 28px;
    }
    
    .carousel p img {
        margin-left: 30px;
    }
    
    #systemen .systeem hr, 
    #systems .system hr {
        margin-top: 48px;
        margin-bottom: 34px;
        margin-left: -30px
    }
    
    #systemen .systeem .intro, 
    #systems .system .intro {
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 30px;
    }
    
    
    /* mobile lg carousel */
    
    .carousel .carousel-header {
        padding-right: 16px;
    }
    
    .carousel .carousel-header.row {
        margin-bottom: 33px;
    }
    
    .carousel .carousel-header img {
        margin-right: 12px;
        max-height: 28px;
        max-width: 28px;
    }
    
    .carousel.download .carousel-header img {
        margin-top: 58px;
    }
    
    .carousel.download .carousel-header .klein {
        height: 33px;
        margin-top: 58px;
        margin-bottom: 4px;
    }
    
    .carousel h1 {
        font-size: 121%;
        padding-top: 22px;
        margin-left: 30px;
    }
    
    .carousel.download h1 {
        padding-top: 52px;
    }
    
    .carousel .carousel-links, 
    .carousel .carousel-rechts {
        margin-top: -20px;
    }
    
    .carousel .carousel-links, 
    .carousel .carousel-rechts {
        margin-left: -20px;
    }
    
    .carousel .carousel-links, 
    .carousel .carousel-rechts {
        margin-right: -20px;
    }
    
    .carousel-links:nth-child(odd), 
    .carousel-rechts:nth-child(odd) {
        width: 40px;
        height: 40px;
    }
    
    .carousel-links, 
    .carousel-rechts {
        width: 40px;
        height: 40px;
    }
    
    .carousel .open .dropdown-menu > li > a {
        font-size: 150%;
        line-height: 49px;
    }
    
    
    /* mobile lg footer */
    
    #footer h1 {
        font-size: 100%;
        margin-top: 29px;
        margin-bottom: 25px;
    }
    
    #footer p {
        font-size: 100%;
    }
    
    #footer .footer {
        padding-bottom: 46px;
    }
    
    #footer .footer:last-child {
        padding-bottom: 33px;
    }

    #footer .footer .footer-logo {
        display: none;
    }
    
    #footer .bottom {
        line-height: 95%;
        padding-top: 29px;
        padding-bottom: 2px;
    }
    
    #map {
        height: 179px;
    }
    
    #footer .bottom #sociaal li > a > img {
        margin-right: 61px;
    }
}


/* tablet */


@media (min-width: 768px) {
    
    
    .row {
        width: 79.8%;
    }
    
    .controls div .links {
        padding-right: 14px;
    }
    
    .controls div .rechts {
        padding-left: 14px;
    }
    
     .tooltip {
        font-size: 100%;
    }
    
    /* tablet navigatie */
    
    .navbar {
        width: 79.8%;
    }
    
    /* tablet hero */
    
    #hero h1 {
        font-size: 211%;
    }
    
    #hero h2 {
        font-size: 140%;
    }
    
    #hero h2 img {
        margin-left: 19px;
        max-height: 44px;
        max-width: 44px;
    }
    
    #hero .dropdown-menu {
        width: 100%;
    }
    
    .carousel .dropdown-menu {
        width: 79.8%;
    }
    
    /* tablet kenmerken */
    
    .kenmerken .kenmerk, 
    .features .feature {
        margin-top: 37px;
    }
    
    .kenmerken .over p, 
    .features .about p {
        margin-bottom: 41px;
    }
    
    /* tablet systemen */
    
    #systemen .systeem, 
    #systems .system {
        border-top: none;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    
    #systemen .systeem .intro, 
    #systems .system .intro {
        border-radius: 6px;
    }
    
    #systemen .systeem .links, 
    #systems .system .links {
        margin-right: 15px;
    }
    
    #systemen .systeem .rechts, 
    #systems .system .rechts {
        margin-left: 15px;
    }
    
    /* tablet footer */
    
    #map {
        height: 323px;
    }
}


/* desktop md */


@media (min-width: 992px) {
    
    
    .row {
        width: 77.3%;
    }
    
    .controls div .links {
        padding-right: 15px;
    }
    
    .controls div .rechts {
        padding-left: 15px;
    }
    
    
    /* desktop md navigatie */
    
    .navbar {
        width: 77.3%;
    }
    
    .navbar-header img {
        height: 73px;
        width: 160px;
    }
    
    .navbar-nav {
        margin-top: 11px;
        margin-right: -17px;
        overflow: visible;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
    }
    
    .navbar-default .navbar-nav > li >a {
        font-size: 110%;
        margin-left: -8px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000 !important;
        font-size: 110%;
        font-weight: normal;
        line-height: 28px;
        padding-right: 11px;
        padding-left: 11px;
        text-align: left;
    }
    
    .dropdown-menu {
        padding: 3px 0;
    }
    
    #navbar img {
        display: inline-block;
        margin-top: -2px;
        max-width: 18px;
        min-width: 18px;
    }
    
    
    /* desktop md hero */
    
    #hero {
        padding-top: 145px;
        padding-bottom: 145px;
    }
    
    #hero.negatief {
        padding-top: 86px;
        padding-bottom: 86px;
    }
    
    #hero h1 {
        font-size: 284%;
    }
    
     #hero h2 {
        font-size: 198%;
    }
    
    #hero h2 img {
        margin-left: 23px;
        max-height: 58px;
        max-width: 58px;
    }
    
    
    /* desktop md kenmerken */
    
    .kenmerken .kenmerk, 
    .features .feature {
        margin-top: 60px;
    }
    
    .kenmerken .kenmerk img, 
    .features .feature img {
        margin-bottom: 39px;
        max-height: 97px;
        max-width: 97px;
    }
    
    .kenmerken .kenmerk p, 
    .features .feature p {
        font-size: 104%;
    }
    
    .kenmerken.negatief .row, 
    .features.negatief .row {
        padding-bottom: 43px;
    }
     
    .kenmerken .over p, 
    .features .about p {
        font-size: 135%;
        margin-top: 50px;
        margin-bottom: 54px;
    }
    
    
    /* desktop md systemen */
    
    #systemen .systeem, 
    #systems .system {
        margin-top: 60px;
        margin-bottom: 61px;
    }
    
    #systemen .systeem h1, 
    #systems .system h1 {
        font-size: 150%;
        margin-top: 25px;
        margin-bottom: 48px;
    }
    
    #systemen .systeem p, 
    #systems .system p {
        margin-bottom: 18px;
    }
    
    #systemen .systeem hr, 
    #systems .system hr {
        height: 3px;
        margin-top: 47px;
        margin-bottom: 32px;
        margin-left: -32px;
    }
    
    #systemen .systeem .links, 
    #systems .system .links {
        margin-right: 16px;
    }
    
    #systemen .systeem .rechts, 
    #systems .system .rechts {
        margin-left: 16px;
    }
    
    #systemen .systeem .intro, 
    #systems .system .intro {
        border-radius: 8px;
        padding-right: 32px;
        padding-bottom: 16px;
        padding-left: 32px;
    }
    
    #systemen .systeem .intro:hover, 
    #systemen .systeem .intro.mobile-hover, 
    #systems .system .intro:hover, 
    #systems .system .intro.mobile-hover {
        background: #e5e5e5;
    }
    
    
    /* desktop md carousel */
    
    .carousel {
        padding-bottom: 14px;
    }
    
    .carousel .carousel-header {
        padding-right: 18px;
    }
    
    .carousel .carousel-header.row {
        margin-bottom: 45px;
    }
    
     .carousel .carousel-header img {
        margin-top: 35px;
        margin-right: 15px;
        max-height: 28px;
        max-width: 28px;
    }
    
    .carousel.download .carousel-header img {
        margin-top: 76px;
    }
    
    .carousel.download .carousel-header .klein {
        height: 75px;
        margin-top: 76px;
    }
    
    .carousel h1 {
        font-size: 135%;
        padding-top: 28px;
        margin-left: 32px;
    }
    
    .carousel.download h1 {
        padding-top: 67px;
    }
    
    .carousel-kenmerken, 
    .carousel-features {
        padding-top: 61px;
    }
    
    /* desktop md footer */
    
    #footer {
        background-size: 31px;
    }
    
     #footer h1 {
        margin-top: 31px;
    }
    
    #footer img {
        margin-top: 67px;
        max-width: 194px;
    }
    
    #footer .footer {
        border-bottom: none;
        padding-bottom: 31px;
    }
    
    #footer .footer a.mobile {
        display: none;
    }
    
    #footer .footer a.desktop {
        display: block;
    }
    
    #footer .footer .footer-logo {
        display: block;
    }
    
    #footer .form-control {
        font-size: 100%;
    }
    
    .btn {
        font-size: 100%;
    }
    
    #footer .bottom {
        border-top: none;
        padding-top: 40px;
    }
    
    #map {
        height: 261px;
    }
    
    #footer .bottom #sociaal {
        text-align: left;
    }
    
    
    #footer .bottom #sociaal li > a > img {
        margin-right: 45px;
    }
    
    #footer .bottom #sociaal .vlag {
        display: none;
    }
}


/* desktop lg */


@media (min-width: 1200px) {
    
    
    .row {
        width: 74.8%;
    }
    
    .controls div .links {
        padding-right: 14px;
    }
    
    .controls div .rechts {
        padding-left: 14px;
    }
    
    
    /* desktop lg navigatie  */
    
    .navbar {
        padding: 25px 0;
    }
    
    .navbar-header img {
        height: 95px;
        width: 208px;
    }
    
    .navbar-nav {
        margin-top: 23px;
        margin-right: -13px;
    }
    
    .navbar-default .navbar-nav > li >a {
        font-size: 128%;
        margin-left: 5px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 134%;
        line-height: 40px;
        padding-right: 13px;
        padding-left: 13px;
    }
    
    #navbar img {
        margin-top: -3px;
        max-width: 20px;
        min-width: 20px;
    }
    
    
    /* desktop lg hero */
    
    #hero {
        padding-top: 211px;
        padding-bottom: 211px;
    }
    
    #hero.negatief {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    #hero a {
        font-size: 191%;
        line-height: 49px;
    }
    
    #hero h1 {
        font-size: 388%;
    }
    
    #hero h2 {
        font-size: 213%;
    }
    
    #hero h2 img {
        margin-left: 31px;
        max-height: 82px;
        max-width: 82px;
    }
    
    
    /* desktop lg kenmerken */
    
    .kenmerken .kenmerk, 
    .features .feature {
        margin-top: 77px;
    }
    
    .kenmerken .kenmerk img, 
    .features .feature img {
        margin-bottom: 44px;
        max-height: 131px;
        max-width: 131px;
    }
    
    .kenmerken.negatief .row, 
    .features.negatief .row {
        padding-bottom: 62px;
    }
    
    .kenmerken .kenmerk p, 
    .features .feature p {
        font-size: 134%;
    }
    
    .kenmerken .over p, 
    .features .about p {
        font-size: 191%;
        margin-top: 66px;
        margin-bottom: 69px;
    }
    
    /* desktop lg systemen */
    
    #systemen .systeem, 
    #systems .system {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    
    #systemen .systeem h1, 
    #systems .system h1 {
        font-size: 201%;
        margin-top: 17px;
        margin-bottom: 74px;
    }
    
    #systemen .systeem p, 
    #systems .system p, 
    .carousel p {
        font-size: 134%;
        margin-bottom: 30px;
    }
    
    #systemen .systeem p img, 
    #systems .system p img, 
    .carousel p img  {
        margin-right: 19px;
        max-height: 37px;
        max-width: 37px;
    }
    
    #systemen .systeem hr, 
    #systems .system hr {
        margin-top: 74px;
        margin-bottom: 31px;
        margin-left: -42px;
    }
    
    #systemen .systeem .intro, 
    #systems .system .intro {
        border-radius: 10px;
    }
    
    #systemen .systeem .links, 
    #systems .system .left {
        margin-right: 27px;
    }
    
    #systemen .systeem .rechts, 
    #systems .system .rechts {
        margin-left: 27px;
    }
    
    #systemen .systeem .intro, 
    #systems .system .intro {
        padding: 9px 42px 6px 42px;
    }
    
    #systemen .systeem .rechts .intro, 
    #systems .system .rechts .intro {
        padding-bottom: 6px;
    }
    
    
    /* desktop lg carousel */
    
    .carousel .carousel-header {
        padding-right: 9px;
    }
    
    .carousel .carousel-header.row {
        margin-bottom: 63px;
    }
    
    .carousel .carousel-header img {
        margin-top: 40px;
        margin-right: 17px;
        max-height: 37px;
        max-width: 37px;
    }
    
    .carousel.download .carousel-header img {
        margin-top: 97px;
    }
    
    .carousel.download .carousel-header .klein {
        height: 100px;
        margin-top: 97px;
    }
    
    .carousel h1 {
        font-size: 191%;
        padding-top: 26px;
        margin-left: 25px;
    }
    
    .carousel.download h1 {
        padding-top: 83px;
    }
    
    .carousel .carousel-links, 
    .carousel .carousel-rechts {
        margin-top: -38px;
    }
    
    .carousel .carousel-links, 
    .carousel .carousel-rechts {
        margin-left: -38px;
    }
    
    .carousel .carousel-links, 
    .carousel .carousel-rechts {
        margin-right: -38px;
    }
    
    .carousel-links:nth-child(odd), 
    .carousel-rechts:nth-child(odd) {
        width: 75px;
        height: 75px;
    }
    
    .carousel-links, 
    .carousel-rechts {
        width: 75px;
        height: 75px;
    }
    
    
    /* desktop lg footer */
    
    #footer {
        background-size: 40px;
    }
    
    #footer h1 {
        margin-top: 70px;
        margin-bottom: 25px;
    }
    
    #footer .footer {
        padding-bottom: 0;
        margin-bottom: 12px;
    }
    
    #footer .footer:last-child {
        border-bottom: none;
    }
    
    #footer .bottom {
        margin-top: 15px;
        padding-top: 0;
    }
    
    #footer .bottom #sociaal li > a > img {
        margin-right: 48px;
    }
}


/* desktop xl */


@media (min-width: 1921px) {
    
    
    .controls div .links {
        padding-right: 16px;
    }
    
    .controls div .rechts {
        padding-left: 16px;
    }
    
    .tooltip {
        font-size: 150%;
    }
    
    .tooltip-inner {
        padding: 14px 23px 15px 23px;
    }
    
    
    /* desktop xl browse happy */

    #browsehappy {
        padding-left: 27px;
        padding-top: 9px;
        padding-bottom: 0;
    }
    
    
    /* desktop xl navigatie */
    
    .navbar {
        margin: 0 auto;
        padding: 49px 0;
    }
    
    .navbar-header img {
        height: 161px;
        width: 351px;
    }
    
    .navbar-nav {
        margin-top: 58px;
        margin-right: -1px;
    }
    
    .navbar-default .navbar-nav > li >a {
        font-size: 230%;
        margin-left: 28px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 230%;
        line-height: 70px;
        padding-right: 22px;
        padding-left: 22px;
    }
    
    .dropdown-menu {
        padding: 4px 0;
    }
    
    #navbar img {
        margin-top: -5px;
        max-width: 35px;
        min-width: 35px;
    }
    
    
    /* desktop xl hero */
    
    #hero {
        padding-top: 360px;
        padding-bottom: 360px;
    }
    
    #hero.negatief {
        padding-top: 214px;
        padding-bottom: 214px;
    }

    #hero a {
        font-size: 320%;
        line-height: 82px;
    }
    
    #hero h1 {
        font-size: 660%;
    }
    
    #hero h2 img {
        margin-left: 50px;
        max-height: 138px;
        max-width: 138px;
    }
    
    
    /* desktop xl kenmerken */
    
    .kenmerken .kenmerk, 
    .features .feature {
        margin-top: 100px;
    }
    
    .kenmerken .kenmerk img, 
    .features .feature img {
        margin-bottom: 74px;
        max-height: 219px;
        max-width: 219px;
    }
    
    .kenmerken.negatief .row, 
    .features.negatief .row {
        padding-bottom: 110px;
    }
    
    .kenmerken .kenmerk p, 
    .features .feature p {
        font-size: 230%;
    }
    
    .kenmerken .over p, 
    .features .about p {
        font-size: 345%;
        margin-top: 110px;
        margin-bottom: 116px;
    }
    
    
    /* desktop xl systemen */
    
    #systemen .systeem, 
    #systems .system {
        margin-top: 109px;
        margin-bottom: 109px;
    }
    
    #systemen .systeem h1, 
    #systems .system h1 {
        font-size: 345%;
        margin-bottom: 79px;
    }
    
    #systemen .systeem p, 
    #systems .system p, 
    .carousel p {
        font-size: 230%;
        margin-bottom: 41px;
    }
    
    #systemen .systeem p img, 
    #systems .system p img, 
    .carousel p img   {
        margin-right: 31px;
        max-height: 61px;
        max-width: 61px;
    }
    
    #systemen .systeem hr, 
    #systems .system hr {
        height: 4px;
        margin-top: 80px;
        margin-bottom: 55px;
        margin-left: -70px;
    }
    
    #systemen .systeem .links, 
    #systems .system .links {
        margin-right: 44px;
    }
    
    #systemen .systeem .rechts, 
    #systems .system .rechts {
        margin-left: 44px;
    }
    
    #systemen .systeem .intro, 
    #systems .system .intro {
        padding: 12px 71px 24px 71px;
    }
    
    #systemen .systeem .rechts .intro, 
    #systems .system .rechts .intro {
        padding-bottom: 22px;
    }
    
    
    /* desktop xl carousel */
    
    .carousel {
        padding-bottom: 34px;
    }
    
    .carousel .carousel-header {
        padding-right: 9px;
    }
    
    .carousel .carousel-header.row {
        margin-bottom: 91px;
    }
    
    .carousel .carousel-header img {
        margin-top: 72px;
        margin-right: 17px;
        max-height: 62px;
        max-width: 62px;
    }
    
    .carousel.download .carousel-header img {
        margin-top: 155px;
    }
    
    .carousel.download .carousel-header .klein {
        height: 166px;
        margin-top: 155px;
    }
    
    .carousel h1 {
        font-size: 349%;
        padding-top: 43px;
        margin-left: 25px;
    }
    
    .carousel.download h1 {
        padding-top: 128px;
    }

    .carousel-kenmerken, 
    .carousel-features {
        padding-top: 83px;
    }
    
    /* desktop xl footer */
    
    #footer {
        background-size: 67px;
    }
    
    #footer h1 {
        font-size: 180%;
        margin-top: 114px;
        margin-bottom: 41px;
    }
    
    #footer p {
        font-size: 180%;
    }
    
    #footer img {
        max-width: 245px;
    }
    
    #footer .footer {
        margin-bottom: 43px;
    }
    
    #footer input.form-control {
        font-size: 180%;
        line-height: 64%;
    }
    
    #footer textarea.form-control {
        font-size: 180%;
    }
    
    .btn {
        font-size: 180%;
    }
    
    #footer .bottom {
        margin-top: 1px;
    }
    
    #map {
        height: 350px;
    }
}




/*
    
    ℗ Pepijn
    pepijnvn.nl
    
*/
