body {
    color: #545959;
    font-family: Arial, Helvetica, sans-serif;
}

/* Index */

.landingLogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.index_logo {
    width: 600px;
    height: 400px;
}

.landingHeader {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.landingParagraph {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.landingBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.landingWoco {
    width: 250px;
    height: 200px;
    margin: 15px;
    padding: 15px;
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
}

.userWoco {
    color: #545959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-decoration: none;
}

.landingNet {
    width: 250px;
    height: 200px;
    margin: 15px;
    padding: 15px;
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
}

.userNet {
    color: #545959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-decoration: none;
}

.landingGemeente {
    width: 250px;
    height: 200px;
    margin: 15px;
    padding: 15px;
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
}

.userGemeente {
    color: #545959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-decoration: none;
}

/* Header */

.navBar {
    display: flex;
    flex-direction: row;      
    justify-content: space-between;        
    align-content: center;        
    width: 100%;   
}

.navBar ul {
	margin-top: 25px;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.navBarItem {
    color: #545959;
    padding: 1rem;
    text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}

.accountBtn {
    display: flex;
    flex-direction: row;      
    justify-content: end;
    height: 70px;
	margin-top: 10px;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
	padding-top: 1px;
}

.accountIcon {
    margin-top: 13px;
}

.account {
    margin-top: 5px;
}

#heroImage {
    width: 100%;
    height: 200px;
    background-image: url("img/hero_image.svg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Feedback */

#feedbackMain {
    display: none;
    float: center;
    padding-top: 0px;
    position: absolute;
  }

.feedback-button {
    width: 200px;
    height: 100px;
    border: solid 3px #CCCCCC;
    background: #333;
    line-height: 32px;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 30px;
    margin-left: 45%;
  }

.feedbackForm {
    display: flex;
    flex-direction: row;      
    align-content: center; 
    width: 200px;
    color: #545959;
    padding: 1rem;
    text-decoration: none;
	font-size: 1.4em;
	border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
	margin-bottom: 10px;
    padding: 25px;
    background: #fff;
}

#feedbackHeader {
    padding-top: 10px;
}

#feedbackText {
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
	margin-top: 20px;
    margin-left: 20px;
}

 .sendBtn {
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
    padding: 5px;
    margin-left: 33px;
 }

 #planMain {
    display: none;
    float: center;
    padding-top: 0px;
    position: absolute;
  }
 
/**/

.introTxt {
    display: flex;
    justify-content: center;
    margin-left: 100px;
    margin-right: 100px;
}

#pageName {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

/* Sub Menu */

#subMenuList {
    display: flex;
    flex-direction: row;  
    flex-wrap: wrap;  
    justify-content: flex-start;  
    align-items: flex-start;      
    align-content: center;
}

.subMenuItem {
    color: #545959;
    padding: 1rem;
    text-decoration: none;
	font-size: 1.4em;
	border: 2px solid #545959;
    border-radius: 6px;
	margin: 10px;
	padding: 10px;
}

.subMenuItemActive {
    background-color: #545959;
    color: #fff;
}

.subMenuItem:active {
    background-color: #545959;
    color: #fff;
}

.subMenuItem:hover {
    background-color: #545959;
    color: #fff;
}

.subHeader {
    margin-left: 150px;
}

/* Map */

#mapContainer {
    justify-content: space-around;
    height: 600px;
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.sidepanel {
    width: 20%;
}

.map {
    height: 750px;
    width: 74%;
}

#icon {
    width: 30px;
    height: 30px;
}

#search-field {
	margin-right: 15px;
    width: 100px;
}

#partijen-list {
	margin: 0;
	padding: 0;
}

#partijen-list li {
	list-style-type: none;
}

.partij-check {
	margin-right: 10px;
}

.sidepanel-section {
	margin: 20px
}

.sidepanel-title {
	font-weight: bold;
}

#filter-section {
	width: 100%;
	height: 425px;
	box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 1px;
}

#legend {
	width: 100%;
	height: 300px;
	box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
	padding-top: 1px;
}

.legendIcon {
    width: 20px;
    height: 20px;
}

.whiteDot {
    height: 10px;
    width: 10px;
    border: 2px solid #545959;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

.yellowDot {
    height: 10px;
    width: 10px;
    border: 2px solid #545959;
    background-color: #ffff00;
    border-radius: 50%;
    display: inline-block;
}

.redDot {
    height: 10px;
    width: 10px;
    border: 2px solid #545959;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}

.orangeDot {
    height: 10px;
    width: 10px;
    border: 2px solid #545959;
    background-color: #ff6600;
    border-radius: 50%;
    display: inline-block;
}

.ol-popup {
    font-size: 12px;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 100px;
}

.contact {
    width: 30%;
    background-color: #cccccc;
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
    margin: 15px 15px 50px 150px;
    padding: 15px;
}

/* info block */

.infoBlock {
    width: 80%;
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
    margin: 15px 15px 50px 150px;
    padding: 15px;
}

.infoPlus {
    float: right;
    border: none;
    background: #fff;
}

  /* Popup container info block */
.infoPopup {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .infoPopup .infoPopupText {
    visibility: hidden;
    top: 500px;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: fixed;
    z-index: 1;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .infoPopup .show {
    visibility: visible;
    animation: fadeIn 1s
  }

  /* Plan Block */
  
.planBlock {
    width: 80%;
    border: 2px solid #545959;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 6px;
    margin: 15px 15px 50px 150px;
    padding: 15px;
}

.planPlus {
    float: right;
    border: none;
    background: #fff;
}

/* Popup container plan block */
.planPopup {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .planPopup .planPopupText {
    visibility: hidden;
    top: 500px;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: fixed;
    z-index: 1;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .planPopup .show {
    visibility: visible;
    animation: fadeIn 1s
  }

  