﻿/* Import bootstrap to start */
@import url("bootstrap.css");

/* MDMD specific styling */
.lnav0{
    background-color: rgb(153,204,255);
}
.lnav1{
	padding: 4px;
    color: rgb(255,143,64);
    background-color: rgb(2,64,126);
    font-weight: normal;
}
.lnav2{
    background-color: rgb(181,71,31);
    height: 135px;
}
.lnav3{
    background-color: rgb(255,255,255);
}
.lnavmd{
    color: white;
    font-size: 18pt;
    text-align: center;
}
.lnav{
    font-size: 100%;
    color: rgb(57,125,243);
    font-weight: bold;
}
a:visited{
    color: white;
    font-weight: normal;
    text-decoration: none;
}
.lnav a:link{
    color: white;
    font-weight: normal;
    text-decoration: none;
}
.lnav a:active{
    color: rgb(57,125,243);
    font-weight: normal;
    text-decoration: none;
}
.rnav a:hover{
    color: rgb(57,125,243);
    font-weight: normal;
    text-decoration: none;
}
.lnav a:hover{
    color: rgb(57,125,243);
    font-weight: normal;
    text-decoration: none;
}
.tnavbanner{
    font-size: 20pt;
    font-weight: bold;
    color: rgb(2,64,126);
}
.main{
	background-color: white;
	line-height: 130%;
}
.main a:link{
    color: rgb(0,64,118); 
    font-weight: normal;
    text-decoration: underline;
}
.main a:active{
    color: rgb(0,64,118); 
    font-weight: normal;
    text-decoration: underline;
}
.main a:visited{
    color: rgb(0,64,118); 
    font-weight: normal;
    text-decoration: underline;
}
.main a:hover{
    background-color: transparent;
    color: rgb(182,23,28);
    text-decoration: none;
    font-weight: normal;
}
.main table td{
  padding: 3px;
}
.buttons-flag{
  text-align:left;
  padding:1px;
  float: none;
}
.button-flag{
  float: left;
  padding: 1px;
}
div.scales{
  transition: 0.3s ease-out;
}
div.scaleOn{
  transform: scale(0.95,0.95);
  transition: 0.3s ease-out;
}
h1{
    color: white;
}
h2{
    color: rgb(0,64,118); 
}
h3{
    color: rgb(181,71,31); 
}
h4{
    color: rgb(0,64,118);
    font-size: 20px;
}
h5{
    color: rgb(181,71,31);
    font-size: 20px;
}
hr{
	
	color: #02407e;
	background-color: #02407e;
	height: 1px;
	width: 80%;
}
.celkop1
{
    background-color: rgb(181,69,24);
    background-color: rgb(2,64,126);
    color: white;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
.celkop1 a:link
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.celkop1 a:active
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.celkop1 a:visited
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.celkop1 a:hover
{
  /* Hover only works in IE. */
  background-color: transparent;
  color: red;
  font-weight: bold;
}
.scrollup {
  width:40px;
  height:40px;
  opacity:0.7;
  position:fixed;
  bottom:70px;
  right:30px;
  display:none;
  text-indent:-9999px;
  background: url(https://www.middendelfland.net/images/naarboven.png) no-repeat;
}
/* Simple-sidebar + Responsive styles */
#wrapper {
  padding-left: 180px;
  transition: all 0.4s ease 0s;
}
#wrapper-top {
  padding-left: 0px;
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 1002;
  background-color: white;
}
#wrapper-bottom {
  padding-left: 220px;
  transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
  margin-left: -200px;
  left: 200px;
  width: 200px;
  background: #fff;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
  /*top: 133px;*/
  top: 0;
}
#page-content-wrapper {
  width: 100%;
  position:relative;
}
.content-header {
  height: 40px;
  line-height: 40px;
}
.content-header h2 {
  margin: 0;
  margin-left: 20px;
  line-height: 40px;
  display: inline-block;
}
#menu-toggle {
  display: none;
}
#narrow-top{
	display: none;
}
.inset {
  padding-right: 20px;
}
#topbar{
  height:133px;
}
#topbar-item{
  float: right;
}
.logo_mdmdl{
  position:relative;
  top:5px;
  left:44px;
}
.logo_mdmd{
  position:relative;
  top:5px;
  left:44px;
}
.thema{
  position:relative;
  top:0px;
  right:0px;
}
.header-text{
  padding-top: 20px;
  text-align:center;
  font-size: 20pt;
  font-weight: bold;
  color: rgb(2,64,126);
}
.img-responsive img{
	width: 100%;
	height: auto;
	min-width: 100px;
}
.img-fixed{
  width: auto;
  height: auto;
}
.thema{
  z-index: 1002;
}
/* Style for YouTube responsive/full width */
/* Example YouTube html:
	<div class="container">
	<p><iframe src="https://www.youtube.com/embed/afYwP6-U6SI?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe></p>
	</div>
*/
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Smaller media settings */
@media (max-width:770px) {
#wide-top{
  display: none;
}
#narrow-top{
  display: inline;
  line-height: 0.9;
}
#topbar{
  height:100px;
}
#wrapper {
  padding-left: 0;
  margin-left: -20px;
}
#wrapper-top{
  padding-left: 0;
  margin-left: -20px;
}
#wrapper-left {
  padding-left: 0;
}
#wrapper-bottom {
  padding-left: 10px;
  margin-left: 0px;
}
#sidebar-wrapper {
  left: 0;
}
.lnav .top-height{	
	height:92px;
}
#wrapper.active {
  position: relative;
  left: 200px; 
}
#wrapper-left.active {
  position: relative;
  left: 200px; 
}
#wrapper-bottom.active {
  position: relative;
  left: 200px; 
}
#wrapper-left.active #sidebar-wrapper {
  left: 200px;
  width: 200px;
  transition: all 0.4s ease 0s;
}
#wrapper-left.active .logo_mdmdl{
  display: none
}
#menu-toggle {
  display: inline-block;
}
.inset {
  padding-right: 20px;
}
.lnavmd{
    font-size: 14pt;
}
.header-text{
    font-size: 14pt;
}
h3{
	font-size: 14pt;
}
h2{
	font-size: 14pt;
}
.logo_mdmd{
  top: 0px;
  left: 30px;
}
/* end media 767 */
}

@media (max-width:520px) {
.lnavmd{
    font-size: 10pt;
}
.header-text{
    font-size: 10pt;
}
}
@media (min-width:520px) {
.main{
	font-size:16px;
}
}
@media (min-width:1500px) {
.main{
	font-size:20px;
}
.lnav{
	font-size:120%;
}
#sidebar-wrapper {
  left: 300px;
  width: 300px;
}
#sidebar-wrapper{
	margin-left:-300px;
}
#idlnav{
	width:300px;
}
#wrapper-bottom{
    padding-left: 320px;
}

#wrapper{
    padding-left: 280px;
}

}


