html, body{
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;	
    color: #000;
}
html {
	position: relative;
	min-height: 100%;
    overflow-x: hidden;
}
body {
    /* Margin bottom by footer height */
	margin-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
	font-weight: bold;	
}
h5, .h5 {
    font-size: 1.25rem;
}
/* Tekst in tabel */
td, th {
	color: #000000;
	text-decoration : none;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
	vertical-align: bottom;	
}
td img {
	margin-right: 10px;
}
hr {
	color: #bcbcbc;
	height: 1px;
}

img {
    max-width: 100%;
}

.extra-margin {
    margin-bottom: 115px;
}
.extra-top-margin {
    padding-top: 20px;
}
#menubalk {
    position: relative;
    z-index: 1;
}
.navigation-2 {
    margin-top: 74px;
    border: black solid 1px;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.navbar {
    background-color: white;
}

.navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
}

/* Footer Styles*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
    color: #ffffff;	
	background: #2b2b2b;	
}
footer a{
    color: #ffffff;
}
footer a:hover, footer a:active, footer a:focus {
    color: #ffffff;
}
footer span {
    color: #d7d274;
    font-weight: bold;
}
.copyright {
    padding-top: 10px;
    text-align: center;
}
/* Media Queries */
@media(max-width:767px){
	body{
		margin-bottom: 0px;
	}
	footer {
		height: auto;
        /* display: table; */
        position: relative;
        padding-bottom: 20px;
	}
}
.new-line {
    display: none;
}
.dropdown-menu {
    border-radius: 0;
}

/* INLOGGEN SNIPPET */
.inloggenframe {
	background-color: #aec3cf;
    background-repeat: repeat-x;
	border: 1px solid #000000;
	padding: 10px;
	color: #000000;
	font-weight: normal;
}
.inloggen-header {
	color: #000000;
	font-weight: normal;
	font-size: revert;
}
.inloggen-text {
	color: #000000;
	font-size: inherit;
}


@media screen and (pointer: fine) {
	/* .navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; } */
    .dropdown-toggle {
        pointer-events: none;
    }
    .nav-item-custom1:hover .dropdown-menu-custom1 {
        display: block;
    }
    .nav-item-custom2:hover .dropdown-menu-custom2{
        /* display: contents; */
        display: block;
        left: 100%;
        top: 0;
    }

    .nav-link:hover {
        background-color: #00000015;
    }
    .text-bg-danger:hover {
        background-color: #7b2029 !important;
    }
    
}

@media screen and (max-width: 767px) {
    .navbar-toggler {
        width: 100%;
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav {
        width: 100%;
    }
    .dropdown-menu {
        border: none;
    }
    .nav-link {
        padding-left: 10px;
    }
    a.nav-link.dropdown-toggle::after {
        content: "+";
        /* background-color: white; */
        border: none;
        vertical-align: 0;
    }
    .dropdown-menu-custom1 {
        margin-left: 10px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .dropdown-menu-custom2 {
        margin-left: 10px !important;
    }
    .new-line {
        display: block;
    }
}

