/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face{
    font-family: 'OpenSans';
    src: url('/fonts/opensans/opensans-webfont.eot');
    src: url('/fonts/opensans/opensans-webfont.eot?iefix') format('eot'),
    url('/fonts/opensans/opensans-webfont.woff') format('woff'),
    url('/fonts/opensans/opensans-webfont.ttf') format('truetype'),
    url('/fonts/opensans/opensans-webfont.svg#webfont') format('svg');
}

html, body {
    min-height: 100%;
}

body {
    font-size: 0.9rem;
}
body {
    font-family: 'OpenSans', Arial, Verdana, Helvetica, sans-serif;
    padding-top: 30px;
    background: url('/img/hogerwerfmeyer/potlood-duimstok.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /*font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;*/
    color: #2D2D2D;
    min-height: 900px;
}

a {
   color: #575757;
}

li a {

}

header {
    margin-bottom: 30px;
}

h1 {
    font-family: 'Montserrat', Arial;
    /*border-bottom: 2px solid #00008B;*/
    font-size: 2rem;
    color: #00008B;
    margin-bottom: 15px;
}

h2, h3 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.3rem;
}

footer h3 {
    font-size: 1rem;
}

ol, ul {
    padding-left: 20px;
}

p {
    margin-left: 5px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.jumbotron {
    margin-bottom: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
    background: url('/img/hogerwerfmeyer/tools_background.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 253px;
    width: 100%;
}

#middle {
    padding-top: 40px;
    padding-bottom: 20px;
    background: url('/img/hogerwerfmeyer/centimeter.png');
    background-repeat: repeat-x;
    background-position: center top;
}

.label {
    color: #000000;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}
.navbar {
   background-color: #222;
   border-color: #080808;
}
.navbar {
  position: relative;
  min-height: 50px;
  /*margin-bottom: 20px;*/
  border: 1px solid transparent;
}


@media (max-width: 767px) {
    .navbar .container {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .navbar-nav>li {
        width: 95px;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 9px;
    }
    .navbar-nav>li>a {
        font-size: 12px;
        color: #ffffff;
    }

    .navbar-nav>li.selected, .navbar-nav>li.active {
        background: url('/img/hogerwerfmeyer/waterpas.png');
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: -5px;
    }
    .navbar-nav>li.selected a, .navbar-nav>li.active a, .navbar-nav>li>a:hover {
        padding-top: 25px;
        color: #990000;
    }
}

@media (min-width: 768px) {
    .navbar {
        background: rgba(0,0,0,0.7);
        margin-bottom: -49px;
        height: 49px;
    }
    .navbar-nav>li {
        width: 125px;
    }
    .navbar-nav>li>a {
        font-size: 13px;
    }
}



.breadcrumb {
    border-radius: 4px;
    width: 50%;
    background-color: #fff;
    /*border: solid 1px #adadad;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}
.breadcrumb a {
    padding: 0px 6px 2px 20px;
    position: relative;
    float: left;
    margin-left: 0px;
    border: solid 1px #adadad;
    border-left: 0px;
}
.breadcrumb a:hover {
    background-color: #e6e6e6;
}
.breadcrumb li {

}
.breadcrumb li:first-child a {
    padding: 0px 6px 5px 10px;
    margin-left: 0px;
    border-left: solid 1px #adadad;
}
.breadcrumb a:before {
    border-left: 10px solid #adadad;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.breadcrumb a:after {
    border-left: 10px solid #fff;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: 0px;
    left: 100%;
    z-index: 3;
}
.breadcrumb a:hover:after {
    border-left: 10px solid #e6e6e6;
}
.breadcrumb-item {
    display: inline;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: initial;
    padding: 0px;
    color: #6c757d;
    content: "";
}

/* Footer layout */

footer {
    background-color: #373737;
    padding-bottom: 15px;
}
/*footer .map {*/
/*    height: 340px;*/
/*    background-size: cover;*/
/*    background-image: url('/img/map.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    margin-bottom: 15px;*/
/*}*/
/*footer .map {*/
/*}*/
footer .container {
    /*padding: 0px;*/
    color: #ffffff;
    background-color: #373737;
}
footer .container a {
    color: #ffffff;
    text-decoration: underline;
}
footer .container div.row:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
}
footer .row .footer-block {
    padding: 10px 20px 10px 5px;
}

footer .keo-container {

}
footer .keo-score {
    height: 95px !important;
}
@media (max-width: 500px) {
    footer .row .footer-block {
        padding-left: 40px;
    }
    footer .map {

    }
    footer p {
        margin-bottom: 0px;
    }
}
@media (min-width:768px) AND (max-width: 1199px) {
    .footer-block:nth-child(4) {
        clear: both;
    }
}
@media (max-width: 768px) {
    footer .row .footer-block {

    }
    .footer-block:nth-child(3), .footer-block:nth-child(5), .footer-block:nth-child(7) {
        clear: both;
    }
}
/* End footer layout*/



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}