body{
	background-color: #1e1e1e;
	margin:0;
	color:white;
	font-family: 'Open Sans', sans-serif;
}


#menu{
	margin:0 auto;
	width:100%;
}




/*https://www.w3schools.com/howto/howto_css_topnav_equal_width.asp*/
.navbar{
	background-color:#1e1e1e;
	width: 100%;
	overflow: hidden;
}

.navbar a {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 33.33%; /* Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
  background-color: #363636;
	transition-duration: .3s;
}

.navbar a.active {
  background-color: #262626;
}


@media screen and (max-width: 700px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
	padding-left:12px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
.accordion, .accordion2, .accordion3 {
  background-color: #1e1e1e;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	border-style: solid;
	border-width: 2px;
	border-color: #262626;
	color: #ffffff;
}

.accordion2 {
	background-color: #262b35;
}

.active, .accordion:hover, .accordion3:hover {
  background-color: #262626;
}

.panel {
  padding: 18px;
  display: none;
  background-color: #1e1e1e;
  overflow: hidden;
}

.genbutton {
	padding-top: 20px;
}

.actbutton {
	background-color: #262b35;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	border-style: solid;
	border-width: 2px;
	border-color: #1e1e1e;
	color: #ffffff;
}


.inputclass {
	width:50px;
	text-align: center;
	border-radius: 10%;
}

/*.............................................*/
.switch {
  position: relative;
	float: right;
  display: inline-block;
  width: 35px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  /*left: 4px;
  bottom: 4px;*/
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.info {
		width: 33px;
		padding-left: 20px;
}
/*------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/* Style the list (remove margins and bullets, etc) */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the list items */
.list {
  background-color: #262626;
  padding: 12px;
  text-decoration: none;
  display: block;
  position: relative;
	transition-duration: .4s;
}

/* Add a light grey background color on hover */
ul li:hover {
  background-color: #1e1e1e;
}

/* Style the close button (span) */
.close {
	color: #ff4f5a;
	font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 5px 16px;
  transform: translate(0%, -50%);
	transition-duration: .4s;
}

.close:hover {
	background-color: #262626;
	border-radius: 3px;
}

.buffer {
	padding: 10px;
}

.add {
	background-color: #262626;
	text-decoration: none;
	display: block;
	position: relative;
	transition-duration: .4s;
}

.addplus {
	color: #74c45c;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0%;
	padding: 5px 16px;
	transform: translate(0%, -50%);
	transition-duration: .4s;
}

.addplus:hover {
		background-color: #262626;
		border-radius: 3px;
}
/*-----------------------------------------------------*/
.nieuws{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#status_nieuws{
	width:383px;
	height:100%;
	border: 0px solid #73AD21;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.status_overzicht{
	border: 0px solid blue;
	height:100%;
	margin-left:400px;
	margin-top:10px;
}


@media screen and (max-width:1298px){
	.status_overzicht img{
		margin-bottom:5px;
	}
}

/*verlichten van status updates*/
.nieuws img{
	opacity:0.8;
}

.status_overzicht img{
	padding-left: 20px;
	opacity:0.8;
}

.status_overzicht img:hover{
	transition-duration: .4s;
	opacity:1;
}

.nieuws img:hover{
	transition-duration: .4s;
	opacity:1;
}


.status_nieuws button{
	padding:100px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------*/
.servicerechts {
  border: 0px solid #1e1e1e;
 width: 449px;
 height: 155px;
 font-size: 30px;
 position: relative;
 margin: 5px;
 display: inline-block;
 transition-duration: .4s;
 cursor: pointer;
}

.servicerechts:hover {
 background-color: #262626; 
}
.servicerechts p {
 padding-top: 25px;
 padding-left: 25px;
}
#groen {border-right: 40px solid #74c45c;}
#geel {border-right: 40px solid #fede01;}
#oranje {border-right: 40px solid #cc7e4d;}
#rood {border-right: 40px solid #ff4f5a;}
