﻿body {
     padding-top:150px;
}
body.db {
     padding-top:0px;
}
iframe {
    width:100%;
    height:500px;
}
.navbar-default {
    background-color:white;
    padding: 2px;
}

div.separator {
    width: 100%;
    height: 5px;
    border-left: none;
    border-right: none;
    border-top: 2px solid gray;
    border-bottom: 2px solid #DAA520;
    margin-top: 5px;
    margin-bottom: 5px;
}
#topmenu {
    padding-top: 25px;
}
#topmenu, #bottommenu {
    border:none;
}

#header-wrapper, #footer-wrapper {
    padding-right:2px;
    border: 1px solid black;
}
#topmenuitems {
    padding-right: 20px;
}
#footer-wrapper {
    height:auto;
    min-height:60px;
    margin-bottom:10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
.groep {
     font-weight:bold;
     font-style:italic;
     font-size:1.2em;
     line-height:1.8em;
}
.prijsregel {
    font-weight:bold;
}
.prijsregel .kol1, .prijsregel .kol2 {
    font-weight:normal;
} 
.prijsregel .kol2 {
    position: absolute;
    right: 15px;
}

.inforegel {
    font-style:italic;
}
.prijsseparator {
    line-height:2em;
}
.hidden {
    display: none;
}
.nowrap {
    white-space:nowrap;
}
#logout {
    position: absolute; 
    right:0px;
}
@media (max-width:992px) {
    /* verberg aanmeldlink bij kleinere devices */
    .loginlink {
        display:none;
    }
}