/*  Energiewijzer | een product van Nu Ik Nog
    De energiewijzer is een afgeleide van de energiebalans van Psychodidact

    Realisatie: (C) Dielissen Internet Solutions, 2014
    www.dielissen.eu - info@dielissen.eu - 087 784 7217
 */

body {
    font-family: "Ruluko", sans-serif;
    font-size: 18px;
    color:#444;
}

#offCanvas {
    display:none;
}

#darkOverlay {
    width:100%;
    height:100%;
    z-index:101;
    background:rgba(0,0,0,0.75);
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}

@media(max-width:767px){
    #offCanvas {
        position: fixed;
        background:#FFF;
        right:-250px;
        width:250px;
        height:100%;
        display:block;
    }

    #canvas {
        position: relative;
        margin:0px;
    }
}

h1 {
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 46px;
    text-transform: uppercase;
    padding-top:30px;
}

p {
    margin:15px 0px;
}

.container {
    padding-left:45px;
    padding-right:45px;
}

@media(max-width:767px){
    .container {
        padding-left:15px;
        padding-right:15px;
    }

    #content .container {
        padding-left:30px;
        padding-right:30px;
    }
}

#header {
    position: relative;
    z-index:100;
}

#content {
    position: relative;
    z-index:1;
}

.main {
    padding-top:30px;
    padding-bottom:30px;
}

.yellow {
    color: #FFB71A;
}

.yellowBackground {
    background: #FFB71A;
}

a, a:hover {
    color:#FFB71A;
}

.button,
.btn.btn-primary {
    padding:5px 10px;
    background:#FFB71A;
    color:#FFFFFF;
    font-weight:bold;
    border:3px solid #FFB71A;
    text-transform: uppercase;
    font-size:20px;
    text-shadow:none;
    box-shadow:none;
}

a.button:active,
a.button:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    color:#FFFFFF;
    text-decoration: none;
}

.button:hover,
.btn.btn-primary:hover{
    background:#FFFFFF;
    color:#FFB71A;
    text-decoration: none;
}

.homepage h1 {
    color:#FFB71A;
    font-weight:bold;
}

.yellowBackground h1 {
    color:#FFF;
}

.yellowBackground a,
.yellowBackground a:hover {
    color:#FFF;
}

hr {
    width: 60px;
    margin: 25px auto;
    border-width: 2px;
    border-color: #AEAEAE;
}

.yellowBackground hr {
    border-color:#575757;
}

.hiddenOnLoad {
    display:none;
}

.table > tbody > tr > td.tabelLinks,
.table > tbody > tr > td.tabelRechts {
    padding:15px;
}

.table > tbody > tr > td.tabelLinks {
    width:35%;
    vertical-align: middle;
}

.table > tbody > tr > td.tabelRechts {
    width:65%;
}

.navbar-default {
    background-image:none;
    background-color:#fafafa;
    border:none;
    box-shadow:none;
    text-shadow:none;
    padding-top:15px;
    padding-bottom:15px;
    margin:0px;
    border-radius:0px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.85em;
}

@media(min-width:768px){

    .navbar-default .navbar-nav > li > a {
        color:#B1B1B1;
    }

    .navbar-default .navbar-nav > li > a.active {
        color:#444;
    }

    .navbar-default .navbar-nav > li > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        left: 0px;
        max-width: 0px;
        height: 2px;
        margin-top: 13px;
        margin-left:15px;
        margin-right:15px;
        background: #444;
        transition: max-width 0.4s ease 0s;
    }

    .navbar-default .navbar-nav > li > a.active:after{
        max-width:100%;
    }

    .navbar-default .navbar-nav > li:hover > a:after,
    .navbar-default .navbar-nav > li > a:focus:after,
    .navbar-default .navbar-nav > li.uk-open > a:after {
        max-width: 100%;
    }
}

@media(min-width:768px) AND (max-width:1000px){
    .navbar-default .navbar-nav > li > a {
        font-size:0.65em;
        padding:10px;
    }

    .navbar-default .navbar-nav > li > a:after {
        margin-left:10px;
        margin-right:10px;
    }
}

@media(max-width:767px){
    .navbar-toggle {
        border:none;
        margin-top:5px;
    }

    .navbar-default .navbar-toggle .icon-bar  {
        height:3px;
        background-color:#444;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border:none;
    }

    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color:#444;
    }

    .navbar-default .navbar-collapse {
        display: none;
        background: transparent;
        width: 250px;
        position: absolute;
        top: 0px;
        right: -250px;
        margin: 0px;
    }

    .navbar-default .navbar-collapse ul {
        margin:0px -15px;
    }

    .nav>li>a {
        border-bottom: 1px solid #DDD;
    }

    .nav>li>a.active,
    .nav>li>a.active:hover {
        background:#F7F7F7;
    }
}

#homeImage {

}

.referentieNaam {
    text-align: center;
    font-variant:small-caps;
    font-size:1.125em;
    margin-bottom:0px;
}

.referentie hr {
    margin:0px auto;
}

.referentieTekst {
    font-style: italic;
    border-top:1px solid #DDD;
    margin-top: -3px;
    padding-top: 10px;
    font-size: 1.2em;
}

.dateInfo {
    font-variant: small-caps;
    font-size: 0.9em;
}

.blogBericht .dateInfo {
    padding: 5px 10px;
    background:#FFB71A;
    color:#fff;
    font-size:1.3em;
}

.blogBericht img,
p img {
    max-width: 100%;
}

.summary {
    font-weight:bold;
}

#topImage {
    width:100%;
    min-height:50px;
    background:#3C3C3C;
}

.columnOverview a,
.columnOverview a:hover {
    color:#3C3C3C;
    text-decoration: none;
}

.columnOverview .dateInfo {
    margin-top:5px;
    position: relative;
    display: inline-block;
}

.columnLink {
    border-left:2px solid #3C3C3C;
    padding:0px;
    padding-left:5px;
    margin:15px 0px;
    margin-left:2px;
    line-height: 100%;
}

.columnLink:hover {
    border-color:#FFB71A;
}

.ui-slider-handle {
    cursor: pointer;
}

.sliderValue {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border:none;
    background:none;
    width: 100%;

}

#tips div {
    border: 3px solid #FFB71A;
    padding: 4px;
    margin-top:30px;
}

#tips p {
    background: none repeat scroll 0% 0% #FFB71A;
    color: #FFF;
    margin: 0px;
    padding: 15px 45px;
}

#tips p a,
#tips p a:hover {
    color:#FFF;
}

#tips .tipNumber {
    background: none repeat scroll 0% 0% #FFF;
    color: #FFB71A;
    border-radius: 9999px;
    padding: 2px 12px;
    font-weight: bold;
    font-size: 1.4em;
    margin-left: -60px;
    margin-top: -28px;
    position: absolute;
    border: 3px solid #FFB71A;
}

.darkBackground {
    background:#3C3C3C;
}

#google-maps {
    width:100%;
}

footer.darkFooter {
    background:#3C3C3C;
    color:#656565;
}

footer.darkFooter a {
    color:#959595;
}

::selection {
    background: #FFB71A;
    color: #FFF;
    text-shadow: none;
}

*::-moz-selection {
    background: #FFB71A;
    color: #FFF;
    text-shadow: none;
}

.optionsBlock *::selection {
    background:#FFF;
    color: #FFB71A;
    text-shadow: none;
}

.optionsBlock *::-moz-selection {
    background:#FFF;
    color: #FFB71A;
    text-shadow: none;
}

@media(max-width:410px){
    .smallDeviceFullWidth{
        width: 100%;
        text-align: left;
        display:block;
    }
}

nav ul ul {
    display:none !important;
}

#scrollToTop:hover {
    text-decoration: none;
}


/*Energiewijzer*/
#energyGraphics thead td:first-child {
    width:30%;
}

#energyGraphics thead td:last-child {
    width:70%;
}

#energyGraphics tbody td:first-child {
    width:30%;
}

#energyGraphics tbody td:last-child {
    width:35%;
}

#energyGraphics.table>tbody>tr>td {
    padding:0px;
}

#energyGraphics.table > tbody > tr > td.onderdeel {
    padding:5px;
}

#energyGraphics .negativeColumn {
    text-align: right;
}

#energyGraphics .energyValue {
    display: inline-block;
    position: relative;
    background: #FFB71A;
    color: #FFF;
    padding: 5px;
    text-align: center;
}

#energyGraphics .energyValue.hidden {
    display:none;
}

#energyGraphics .green {
    background: #6FB500;
}

#energyGraphics .red {
    background: #B53000;
}

#main-overlay .main {
    background:#FFF;
    padding:45px;
    padding-top:10px;
}

@media(max-width:768px){
    #main-overlay .main {
        padding:15px;
    }

    h1 {
        margin-top:0px;
        padding-top:0px;
        margin-bottom:0px;
        font-size:36px;
    }
}

@media(max-width: 500px) {
    h1 {
        font-size:32px;
    }

    #content .container {
        padding-left:15px;
        padding-right:15px;
    }
}

#topSlider {
    position:relative;
    width:100%;
    display:block;
    z-index: 0;
    background:#848484;
}

#topSlider .slide {
    width:100%;
    height:100%;
    position:relative;

    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

#columnTopImage .slide {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

#topSlider .slide .overlayTable {
    display:table;
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

#topSlider .slide .overlayText {
    position:relative;
    display:table-cell;
    text-align:right;
    vertical-align: middle;
    font-size:48px;
    font-weight:bold;
    color:#FFF;
    text-shadow: rgba(34,34,34,0.65) 2px 2px 3px;
    line-height:1.1;
}

#logo {
    position:relative;
    z-index:200;
    opacity:0.8;
    height:100%;
}

#topSlider .container {
    height:100%;
    position:relative;
    padding:0px;
}

/**/

.optionsBlock {
    background:#FFB71A;
    color:#FFF;
    padding:15px;
}

.optionsBlock a {
    color:#FFF;
    border:3px solid #FFF;
    padding:5px 8px;
    margin-top:5px;
    display:inline-block;
    position:relative;
}

.optionsBlock a:hover {
    color:#FFB71A;
    background:#FFF;
    text-decoration: none;
}

.optionsBlock a:focus {
    border-color:#FFB71A;
}

.optionsBlock p:last-child {
    margin:0px;
}

/*

.homeBlock {
    padding:15px;
    border-left:2px solid #3C3C3C;
}

.col-xs-12:last-child .homeBlock {
    border-right:2px solid #3C3C3C;
}

.homeBlock a {
    color:#FFB71A;
    border:2px solid #FFB71A;
    padding:5px 8px;
    font-weight:600;
    background:#FFB71A;
    color:#FFF;

    color:#3C3C3C;
    border-color:#3C3C3C;
    background:#FFF;
    margin-top:5px;
    display:inline-block;
    position:relative;
}

.homeBlock a:hover {
    color:#FFB71A;
    background:#FFF;
    text-decoration: none;

    color:#3C3C3C;
}

/**/

.partner-logo {
    width:20%;
    padding:15px 30px;
    float:left;
}

@media(max-width:768px){
    .partner-logo {
        width:33.3333%;
    }
}

@media(max-width:420px){
    .partner-logo {
        width:50%;
    }
}

.partner-logo a {
    border:none;
    width:100%;
    height:100%;
    display:block;
    position:relative;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

#topImageTitle h1 {
    font-weight:bold;
    text-transform: none;
    font-family:inherit;
}

.page-intro p {
    font-weight:600;
    font-size:1.05em;
}

h3 {
    margin-bottom:0px;
    margin-top:30px;
}

.column-date {
    /*
    font-family: monospace;
    font-size: .7em;
    font-style: italic;
    color:rgba(255,255,255,0.8);
    /**/
    font-variant: small-caps;
    font-size: .7em;
}

.columnThumb {
    background-image:url('/media/600/images/placeholder.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-top:30px;
    display:block;
    position: relative;

    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: block;

    color: #FFF;
    font-weight: bold;
    text-shadow: rgba(34,34,34,0.55) 2px 2px 3px;
    line-height: 1.1;
    font-size: 1.5em;

    -webkit-transition: background-color 350ms linear;
    -moz-transition: background-color 350ms linear;
    -o-transition: background-color 350ms linear;
    -ms-transition: background-color 350ms linear;
    transition: background-color 350ms linear;
}

.thumb-overlay:hover {
    background: rgba(0,0,0,0.0);
}

.thumb-overlay-title {
    position:absolute;
    top:10px;
    left:10px;
    text-align: left;
}

.thumb-overlay-bottom {
    position:absolute;
    bottom:10px;
    right:10px;
    text-align: right;
    font-size:.75em;
}


@media(max-width:500px){
    blockquote {
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .columnThumbContainer {
        width:100% !important;
    }
}