html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0px; 
	background-color:#fff;
	color:#000000;
	font-family: "nudista-web", courier;
	font-size:14px;
	line-height: 1.4em;
    letter-spacing: 0.05em;
}
a{
	font-weight:bold;
	text-decoration: none;
	color: #4e7bbd;
	cursor:pointer;
}
a:hover{
    color: #900; 
}
b{
	font-weight: bold;
}
li {
	margin-top:0px;
	margin-bottom:4px;
	margin-right:0px;
	margin-left:-20px;
}
h1, h2, h3{
	line-height: 130%;
}
table, tr, td{
	border-collapse:collapse;
	padding:0px;
}
header {
    display: block;
    font-size: 60px;
    text-align: right;
    padding: 10px;
}
header a{
    color: #888;
}
header a:hover{
    color: #666;
}
figure {
    margin-inline: 0px;
    margin-block: 0px;
}

.vinger{
	cursor:pointer;
}

#logo{ 
    margin-bottom: 10px;
    display: none;
}
#menu_column{
	position:fixed;
    z-index: 3;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	display: block;
	width: 0px;
	min-height: 100%;
	text-align:right;
    font-size: 1.1em;
    transition: 0.5s;
    padding: 10px 0px;
}
#menu_column div{    
    padding:0px 10px;
}

#dark_overlay{
    animation: opac 0.8s;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#language_menu,
#wt_pager{ 
    display: none;
}

.menu_item{
    height: 24px;
	border-bottom: 1px dotted #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu_item_link{
	color:#000;
	font-weight:normal;
}
.menu_item_link_selected{
	color:#4e7bbd;
	font-weight:bold;
}
.search-input{
    text-align:right;
}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  
  .youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



#content_column{
	overflow: auto;
	height:100%;
	color: #000;
}

div.nieuws-item{
    margin:0px;
}
div.nieuws-item img{
    max-width: 100%;
    height: auto;
}
div.nieuws-text{
	background-color:rgba(255,255,255,0.9);
	padding:20px 20px 10px 20px;
    margin-bottom: 50px;
	vertical-align: top;	
}
div.nieuws-text-small, div.nieuws-archief-text-small{
	background-color:rgba(255,255,255,0.8);
	padding:10px 20px 10px 20px;
	vertical-align: top;
}
div.nieuws-text-small, div.nieuws-archief-item-detail{
	display:none;
    margin-bottom: 20px;
}
div.nieuws-item-detail, div.nieuws-archief-text-small{
	display:block;
    margin-bottom: 25px;
}
div.nieuws-image{
	padding:0px;
	vertical-align: top;
    display: flex;
}
img.nieuws-image{
	max-width:680px;
}

div.flex-artikel{
    display: flex;
    flex-wrap: wrap;  
	width:100%;
}
div.flex-artikel .text{ 
    width:100%;
    padding: 10px;
}
div.flex-artikel .images{
    width:100%;
}
div.flex-artikel img{ 
    width:100%;
}

div.techniek .text{ 
    background-color:#bbb;
    color: black;
}
div.artikel_1 .text{    
    background-color:rgba(0,0,0,0.5); 
    color:white;
}
div.artikel_1 img{ 
    background-color:rgba(0,0,0,0.5); 
    color:white;
}
div.artikel_3{
    width:100%;
    min-height: 100%;
    background-color: white;
}
div.artikel_3 .text{ 
    background-color:white;
    padding: 20px;
}





#watertorenview{
	display:none;
}
#googleMap{
	display:block;
	z-index:3000;
	position:fixed;
	top:170px;
	right:0px;
	left:0px;
	bottom:0px;
}
#gMap{
    width: 100%;
    height: 100%;
}
.map_wt_img{
	max-width:160px;
}


td{
	vertical-align:top;
}


/* WATERTOREN TAGLIST */

.inner-container::-webkit-scrollbar {
    display: none;
}
#listview{
	display:block;
	overflow: hidden;
	height:100%;
    background-color: black;
    max-width: 850px;
}
.tag-list-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* width:100%; */
    padding:20px;
    background-color: black;
}
.tag-list{
    column-width: 130px;
	background-color:#000;
	color: #ccc;
	width:100%;
	min-height: 100%;
	overflow:visible;
}
.filter{
	border-bottom: 1px dotted #aaa;
	margin-top: 0px;
	padding-bottom: 2px;
	font-size:12px;
}
a.tag_group_button{
	font-weight:normal;
	color:#ccc;
}
a.tag_button {
	font-weight:normal;
	color:#aaa;
}
a:hover.tag_button, 
a:hover.tag_group_button{
	color:#fff;
}


/* WATERTORENS THUMBLIST */

#watertoren_list{
    color: #fff;
	margin: 10px;
	overflow: visible;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
}
.wt_listitem{
    padding-bottom:20px;
    margin-bottom:20px;
    width: 45%;
}
.watertoren_img{
    width:100%;
}



/* WATERTOREN */
/* .wt_container{} */

.wt_textcolumn{
	background-color:#fff;
	color:#000;
    padding: 10px 20px 40px 20px;
}
.wt_titel{
	color:000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	font-size:14px;
	font-weight:bold;
	top:10px;
	left:100px;
}
.wt_ding{
	color:000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	font-size:11px;	
}
.wt_text{
	color:000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	font-size:12px;	
}
.wt_kaart{
	height:60px;
    text-align: left;
}
.wt_beeldcolumn{
	padding-top:20px;
	text-align:center;
}
.wt_image{
	width:500px;
    max-width: 100%;
}
.close_watertoren{
	position: absolute;
    right: 20px;
}
.close-but{
	width:15px;
	height:15px;
    cursor: pointer;
}
#kaart_disabled{
	display:none;
}
#kaart_button{
	cursor:pointer;
}
#kaart_button_close{
	cursor:pointer;
	display:none;
	color:#66f;
}

/* TABLETS 600 - 768 */
@media (min-width: 600px){
    div.flex-artikel{
        width: 100%;
    }
    div.flex-artikel .text{ 
        width: 240px;
        padding: 20px;
        /*min-height: 100vh;*/
    }
    div.flex-artikel .images{
        width: calc(100% - 320px);
        padding: 20px;
    }
    .wt_listitem{
        width:23%;
    }
}


/* Slideshow */

.slide {display: none}
.slide img {vertical-align: middle;}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.slideshow-container a.prev,
.slideshow-container a.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container a.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.slideshow-container a.prev:hover, 
.slideshow-container a.next:hover {
    background-color: #f1f1f1;
    color: black;
}
/* End Slideshow */



/* Image BlowUp  */
.blowup {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
  
.blowup:hover {opacity: 0.7;}
  
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1050px;
}

/* Add Animation */
.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* End Image BlowUp*/


/* MEDIUM 768 SCHERMBREEDTE VERWERKEN MET HIERONDER */

@media (min-width: 768px){
    .scroll_container{
        position:absolute;
        left:330px;
        top:0px;
        height:100%;
        overflow-x: hidden;
        overflow-y:scroll;
    }
    .inner-container {
        position: absolute;
        overflow-x: hidden;
        overflow-y: scroll;
    }



    header {
        display: none;
    }
    #menu_column {
        font-size: 1em;
        top: 70px;
        display: block;
        left:10px;
        width:160px;
    }
    #menu_column div{
        padding: 0px 0px 4px 0px;
    }
    #content_column{
        margin-left:190px;
    }
    .menu_item{
        height: 16px;
    }
    #logo{ 
        margin-bottom: 10px;
        display: block;
    }
    div.nieuws-item {
        margin:20px;
    }
    div.flex-artikel{
        width: 1000px;
        max-width: 100%;
    }
    div.flex-artikel .text{ 
        width: 250px;
        padding: 20px;
    }
    div.flex-artikel .images{
        width: calc(100% - 330px);
        padding: 20px;
    }


    #watertorenview{
        min-height:100%;
    }
    .wt_container{
        display: flex;
        flex-wrap: wrap;
        position:relative;
        height:100%;
        overflow:hidden;
        max-width: 800px;
        background-color: white;
    }
    .wt_textcolumn{
        background-color:#fff;
        color:#000;
        width:300px;
        padding: 20px 20px 40px 20px;
    }
    .wt_image{
        width:450px;
    }
    .close_watertoren{
        left: 305px;
    }
    #googleMap {
        top:60px;
        left: 190px;
    }
}

/* GROOTSTE SCHERMBREEDTE */

@media (min-width: 1050px){
    #menu_column {
        left:calc(50% - 500px);
        width:200px;
    }

    #content_column{
        max-width:75%;
        max-width:calc(100% - 120px);
        margin-left:calc(50% - 280px);        
    }
    #content_column{
    }
    #content{
        width:850px;
    }
    div.nieuws-item {
        width: 700px;
    }
    
    div.flex-artikel .images{
        width: calc(100% - 370px);
    }

    div.artikel_3{
        width:700px;
    }

    #googleMap {
        position: absolute;
        left: calc(50% + 77px);
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

    .tag-list-container {
        position: absolute;
        overflow-x: hidden;
        overflow-y: scroll;
        max-width: 320px;
        height: 100vh;
    }
    .tag-list{
        display: block;
    }
    #hide-taglist-btn,
    #show-taglist-btn{
        display:none;
    }
    #watertoren_list {
        position: relative;
        width: calc(100% - 350px);
        left: 340px;
        min-height: 100vh;
    }
    .wt_listitem{
        width: 30%;
    }
}