/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
///// INFO SCHERM VOOR MOBIEL //////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



div#M-col3{
height: 100%;
    width: 10%;
    float: right;	
}


div#M-col2{
height: 100%;
    width: 80%;
    float: left;	
	background-color:#EEE;
}


div#M-col1{
height: 100%;
    width: 10%;
    float: left;	
}


ul#M-documentenLijst{
	margin-left: 40px;
}

div#M-AfbeeldingGroot img#ImgTag {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div#M-AfbeeldingGroot{
	    width: 100%;
    aspect-ratio: 1 / 0.5625;
    overflow: hidden;
}

div#M-LeftArrow{
    height: 10%;
    float: left;
	aspect-ratio: 1 / 1;
    cursor: pointer;
    background-image: url(../template/img/ArrowPrev.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: 30% center;
    opacity: 0.85;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 100px;
	position: relative;
    top: 45%;	
	left:20px;
}

div#M-RightArrow{
    height: 10%;
    float: right;
	aspect-ratio: 1 / 1;
    cursor: pointer;
    background-image: url(../template/img/ArrowNext.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: 63% center;
    opacity: 0.85;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 100px;
		position: relative;
    top: 45%;	
	right:20px;
}

div#M-omschrijving, div#M-documenten{
	margin-left:20px;
	margin-right:20px;
}


div#M-clear{
	float:none;
	clear:both;
}

div#M-DivRow div.M-title{
	width:40%;
	float:left;
	text-indent:20px;
}


div#M-DivRow div.M-value{
	width:60%;
	float:left;
}

div#M-DivRow{
	padding:1% 0%;
}


div.M-Paragraaf{
	color: #333;
    background-color: #CCC;
    width: 100%;
    padding: 1%;
    text-indent: 20px;
}

div#M-KolomLinks, div#M-KolomRechts{
	width:100%;
	float:left;
}


div#M-detailScreen div#M-data *{
	color:#333;
	font-size:4vh;
}

div#M-detailScreen div#M-data{
    width: 100%;
    height: auto;
    min-height: 90%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    z-index: 3;
    padding-top: 5%;
	    touch-action: pan-y !important;
}
	
div#M-detailScreen div.M-bouwnummerHeader #M-CloseWindowButton{
	float:right;
    padding: 0% 1%;
		font-size:4vh;
	font-weight:bold;
	width:auto;
}
	
div#M-detailScreen div.M-bouwnummerHeader #M-bouwnummerValue{
	float:left;
	font-size:4vh;
	width:auto;
	text-indent:10px;
}

div#M-detailScreen div.M-bouwnummerHeader #M-bouwnummer{
	float:left;
	font-size:4vh;
	font-weight:bold;
	width:auto;
}
	
div#M-detailScreen div.M-bouwnummerHeader{
	background-color:#00383d;
	height:5%;
	padding:1%;
	    position: fixed;
    width: 98%;
	top:0px;
	left:0px;
	right:0px;
	z-index:5;
}

div#M-detailScreen{
	width:100%;
	height:100%;
	max-height:100%;
	background-color:#FFF;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
///// INFO SCHERM VOOR DESKTOP /////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////*/


div#RightArrow:hover,div#LeftArrow:hover{
 opacity:1;	
}

div#RightArrow{
    width: 6%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    z-index: 10000;
    margin-top: -3%;
    right: 3%;
	cursor:pointer;
	background-image:url(../template/img/ArrowNext.png);
	background-size: 60% 60%;
	background-repeat:no-repeat;
	background-position:63% center;
	opacity:0.85;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius:100px;
}


div#LeftArrow{
	width: 6%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    z-index: 10000;
    margin-top: -3%;
    margin-left: 1%;
	cursor:pointer;
	background-image: url(../template/img/ArrowPrev.png);
   	background-size: 60% 60%;
	background-repeat:no-repeat;
	background-position:30% center;
	opacity:0.85;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius:100px;
}

div#detailAchtergrond{
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	backdrop-filter:blur(20px);
	pointer-events: none;
}

div#KolomRechts{
	width: 59%;
    position: absolute;
    top: 10%;
    right: 0px;
    height: 90%;
}


div#KolomLinks{
    width: 39%;
    position: absolute;
    top: 10%;
    left: 0px;
    height: 90%;
}

div#ThumbNailDiv:hover{

    opacity:1;
}

div#ThumbNailDiv{
    width: 96%;
    aspect-ratio: 1 / 0.75;
    background-color: #333;
    margin: 0px 0% 8px 4%;
    background-size: cover;
    background-position: center;
    outline: 1px solid #333;
	   cursor: pointer;
    opacity:0.75;
}

div#AfbeeldingGroot img#ImgTag{
	    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
	
div#AfbeeldingGroot{
    float: right;
    background-color: #EEE;
    width: 78%;
    height: 98%;
    margin-right: 2%;
    max-height: 98%;
    overflow: hidden;
}

div#Afbeeldingen{
	float:left;
	width:18%;
}

div#CloseWindowButton{
	    float: right !important;
    text-indent: 0px !important;
    padding: 10px 20px;
    margin: -10px 0px;
	cursor:pointer;
	color:#DDD;
}

div#CloseWindowButton:hover{
	
	color:#FFF;
}

div#documenten li#listItem a:hover{
	color:#00383d;
	text-decoration:underline;
	
}

div#documenten li#listItem a::marker{
	font-size: 150%;
	color: #00383d;	
}

div#documenten li#listItem a{
	color:#00383d;
	text-decoration:none;	
}

div#omschrijving{
	margin-left:20px;
}
	
div.Paragraaf{
	color:#333;
	background-color:#CCC;
	width:100%;
	padding:1% 20px;
text-indent:20px;
font-size: .7vw;
}

div#detailScreen .bouwnummerHeader div{
	float: left;
	font-size:20px;
}

div#detailScreen .bouwnummerHeader{
    text-transform: uppercase;
    text-indent: 20px;
    position: absolute;
    height: 2%;
    padding: 1% 0% !important;
    width: 100% !important;
}


div#detailScreen div#DivRow .value{
	float:left;	
	margin-left:10px;
	font-size: .7vw;
	
}

div#detailScreen div#DivRow .title{
	float:left;
	text-indent:20px;
	font-weight:900;
	font-size: .7vw;
}
	
div#detailScreen div#DivRow{
	width:100%;
	padding:1%;
	float:left;		
	font-size:.7vw;	

}

div#detailScreen{
    vertical-align: middle;
    width: 100%;
    background-color: #FFF;
    color: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    color: #00383d;
    overflow-x: hidden;
    overflow-y: auto;
    aspect-ratio: 1 / 0.6;
}
	
	
/* width */
::-webkit-scrollbar {
  width: 12px;
  border:2px solid #00ff00;
}

/* Track */
::-webkit-scrollbar-track {
  background: #EEE;
  border:2px solid #EEE;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00383d;
    border-radius: 20px;

  border:2px solid #EEE;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#menu{
	position:absolute;
	float: right;
	top:0px;
	right:0px;
	bottom:0px;
	overflow: hidden;
	background-color:#fff;	
	width:100%;
display: flex;	
	flex-flow: column;
	height: 100%;
	max-height:100%;
}

div#logocontainer{
	width:100%;
	height: 100px;
	/*@media (max-width:480px) or (max-height:480px){aspect-ratio: 1 / 2;}*/
	background-color:#FFF;
	content:'logo staat hier';
	min-height:80px;
	background-image:url('../template/img/logo_dezwaan_banner.png');
	background-size: auto 50%;
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
}

div#logocontainer img{
	width: auto;
	height:100%;
	display:none;
}

div#situatiecontainer{
	width:100%;
	height:auto;
	background-color:#fff;
	content:'logo staat hier';
	float:left;
	@media (max-width:480px) or (max-height:480px){
		display: none;
		visibility: hidden;
	}	
}

div#situatiecontainer img{
	width: 100%;	
	margin:0%;
}


div#menucontainer{
	width:90%;	
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden scroll;
	padding:5%;
	min-width:200px;
	flex-grow : 1;
}

body *{
	
	margin:0px;
	padding:0px;
	font-family: "Montserrat", serif;
}
h3{
	margin:5px 0px;
	font-size:14px;
	color:#000;
	position: relative;
	text-align: center;
	font-weight: normal;	
}

h2{
	margin-top:15px;
	margin-bottom:5px;
	font-size:15px;
	color:#000;
	position: relative;
	color:#000;
}

h1{
	margin:5px 14px;
	font-size:16px;
	color:#FFF;
}

img {
  width: 100%;
}

html { 
scroll-behavior: smooth; 
}

div#resultaten div#DivRow div#Bouwnummer{
	padding:10px;
	float:left;
	width:10%;		
	font-weight:bold;	
	font-size:16px;	
}

div#resultaten div#DivRow div#statusLabel{
	padding:10px;
	float:left;
	width:30%;		
	font-size:16px;		
}

div#resultaten div#DivRow div#Prijs{
	padding:10px;
	float:right;
	width:40%;	
	font-size:16px;	
}

div#menucontainer div#resultaten div#DivRow:hover{
	background-color:rgba(0,56,61,0.1);
}

div#resultaten div#DivRow{
	width:100%;
	height:auto;
	float:left;		
	cursor:pointer;
	font-size:14px;
}

div#resultaten{	
	margin:0px;
	min-height:200px;
	width:100%;		
}

div#menucontainer div#DivRow:nth-child(even) {
  background: #FAFAFA;
}

div#menucontainer div#DivRow:nth-child(odd) {
  background: #FFF;
}


.dropdownbox{
	border-radius: 5px;
	border-style: solid;
	border-color: #00383d;
	border-width: 2px;
}

div#dropdownboxcontainer{
	display: flex;
    flex-direction: row; 

}
.column-3 {  }
.left { float: left; width: 40%;}
.center { float: left; position: relative; left: 5%;  width: 10%; height: 100%; vertical-align: 75%;}
.right { float: right; width: 40%;}

select{
	width: 100%;   
    padding: 10px 5px !important;
    color: #555 !important;
    font-weight: bold;
    border: none;
    outline: none;
}

div#clear{
	float:none;
	clear:both;
	width:100%;
}

div#checkbox{
	margin:2px 14px;
}

div#tooltip{
	display: table-cell;
	vertical-align: center; 	
	background-color:#fff;				 
	height:100%;
	width:100%;
	color:#00383d;		
	outline: solid;
	outline-color: #00383d;
	outline-width: thin;
	outline-offset: -1px;
	@media (max-width:480px) or (max-height:480px){
	}
}



div#tooltip div#DivRow{   
	width:100%;
	height:auto;
	float:left;		
	cursor:pointer;
	font-size:14px;
	
}

.bouwnummerHeader{			
	float:left;
	width:100%;	
	font-size:16px;	
	text-align: left;
	background-color:#00383d;	
	color: #fff;
}

div#tooltip div#DivRow .title{	
	padding: 5px 10px;
	float:left;
	width:10%;		
	font-weight:bold;	
	font-size:14px;	
}

div#tooltip div#DivRow .value{	
	padding: 5px 10px;    
	float:right;
	width:75%;	
	font-size:14px;	
	text-align: right;	
}

.blokHeader{			
	float:left;
	width:100%;	
	font-size:16px;	
	text-align: center;
	background-color:#00383d;	
	color: #fff;
}


/* Customize the label (the container) */
.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size:14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #00383d;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #00383d;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #00383d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Solid border */
hr.solid {
  border-top: 1px solid #bbb;
   margin: 20px 0px;
}

/* Rounded border */
hr.rounded {
  border-top: 2px solid #bbb;
  border-radius: 5px;
   margin: 20px 0px;
}

Div.Beschikbaar * {
	color:#00383d !important;
}

Div.Binnenkortbeschikbaar * {
	color:#0e9ba8 !important;
}

Div.Inoptie * {
	color:#de921f !important;
}

Div.Verkocht * {
	color:#c0c038 !important;
}

.checkboxcontainer  {
	color:#00383d;
}

.Row {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    margin: auto; 
}

#resetcontainer {
	cursor: pointer;
	width:50px;
	padding:10px;
	 position: absolute;
  top: 5px;
  right: 0;
}