.hoofstuk,.beskrywing{
	font-size:25px;
}

.select2{
	max-width:100%;
}

#gaanop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
	height:40px;
	width:40px;
	background-image:url('../images/up-arrow-png-20.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:50%;
}

#gaanop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.highlighted{
    background-color: rgb(255,255,110);
    color: black;
}

.slighthighlighted{
    background-color: rgba(255,255,110,0.5);
    color: black;
}

#leesboek span {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	cursor:pointer;
}


nav {
  margin: 0 auto;
  height: 100%;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
	position: absolute;
	left: 0px;
	top: 0px; 
}
nav .logo-link {
  z-index: 10;
  color: #000;
}
nav .logo-link .logo-img {
  font-size: 3em;
}
nav .toggle-menu {
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  z-index: 10;
  position:absolute;
  top:30px;
  right:30px;
}
nav .toggle-menu .toggle-icon-line {
  margin-bottom: 8px;
  width: 40px;
  height: 3px;
  background: #000;
  transition: 500ms;
  opacity: 1;
}
nav #main-nav {
  background: rgba(0, 109, 185, 0.95);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  opacity: 0;
  transition: 500ms;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  list-style: none;
  z-index: -1;
}
nav #main-nav li {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2em;
  font-weight: 900;
  width: 100%;
  text-align: center;
  transition: 300ms;
  cursor: pointer;
  color: #fff;
}
nav #main-nav li:hover {
  background-color: #666;
}

#placeholder h1 {
  text-align: center;
  margin-top: 100px;
  font-size: 2em;
}

.webui-popover .webui-popover-content>div:first-child {
    width:auto;
}

#popoverhtml button{
	display:inline-block;
}

.rotate-first {
  transform: rotate(45deg) translateY(15px);
}

.hide-second {
  opacity: 0 !important;
}

.rotate-third {
  transform: rotate(-45deg) translateY(-15px);
}

#popoverhtml{
	display:none;
}

.display-menu {
  opacity: 1 !important;
  z-index: 1!important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}
