select {
	background-color: #171717;
    }
/* @import 'https://fonts.googleapis.com/css?family=Nova Mono'; */

/* ht ml, */
/* bo dy { */
  /* font-family: 'Nova Mono'; */
  /* font-size: 1.5em; */
  /* background-size: cover; */
  /* background-color: #e5e5e5; */
  /* background-attachment: fixed; */
  /* background-position: center; */
  /* border: 0; */
  /* margin: 0; */
  /* height: 100%; */
  /* color: #fca311; */
  
/* } */


/* html, */
/* body { */
  /* font-family: 'Nova Mono'; */
  /* font-size: 1.5em; */
	/* padding: 0px; */
	/* margin: 0px; */
	/* o verflow: hidden; */
/* } */

/* canvas { */
  /* position: fixed; */
	/* width: 100%; */
	/* height: 100%; */
  /* z-index: -10; */
/* } */

/* table { */
  /* width: 100%; */
/* } */
/* td {  */
  /* padding: 10px; */
  /* text-align: center; */
  /* font-size: 1.5em; */
/* } */
/* table.keuzeform { */
  /* background-color: #14213d; */
  /* border-radius: 25px; */
  /* text-align: center; */
  /* max-width: 50%; */
  /* box-shadow: 10px 10px 25px 10px rgba(0,0,0,0.5); */
/* } */
/* td.keuze { */
  /* border-radius: 25px; */
  /* text-align: center; */
  /* vertical-align: top; */
  /* color: white; */
  /* cursor: pointer; */
  /* font-size: 20px; */
/* } */
/* td.stand { */
  /* border-bottom: solid 1px #fca311; */
/* } */
/* td.menustand { */
  /* text-align: right; */
  /* font-size: 16px; */
/* } */

/* devdiv { */
  /* border: solid 1px grey; */
  /* margin: -1px; */
/* } */
div.teammenu {
  // background-color: #1e325c;
  position: absolute;
  top: 50px;
  right: 25px;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  border-radius: 20px;
}

/* div.ronde { */
  /* width: 90%; */
  /* text-align: center; */
  /* color: white; */
/* } */

div.resultaat {
  border-radius: 15px;
  position: relative; 
  float: right; 
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

.oordeel {
  border-radius: 10px;
  position: relative; 
  float: right; 
  text-align: center;
  font-size: .9em;
  color: white;
  width: 25px;
  height: 25px;
  transition: .2s;
  transition-iteration: infinite;
  margin-left: 2px;
}

.oordeel:hover {
  bo rder-radius: 0px;
  box-shadow: 0px 0px 0px 4px #aaa;
}


/* a { */
/* color: #e5e5e5; */
/* text-decoration: none; */
/* } */
/* a:hover { */
  /* color: #fca311; */
/* } */

/* input, select, textarea { */
	/* font-family: 'Nova Mono'; */
	/* font-size: 30px; */
  /* border: 0px; */
  /* border-radius: 15px; */
  /* text-align: center; */
  /* width: 80%; */
  /* padding: 0 10px 0 10px; */
/* } */
/* input.submitknop { */
  /* color: white;  */
  /* background: #061414;  */
  /* font-weight: 1000; */
/* } */
/* textarea { */
  /* text-align: left; */
  /* font-size: 20px; */
  /* height: 200px; */
  /* padding: 5px; */
/* } */

.grayout {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10002;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.bulk {
	position: fixed;
	padding: 30px 16px 30px 16px;
	width: 300px;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	height: 350px;
	background: #f64747;
	color: white;
	z-index: 10003;
	border-radius: 5px;
	box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.5);
	text-align: center;
	visibility: hidden;
}
.bulkOri {
	position: fixed;
	padding: 30px 16px 30px 16px;
	width: 500px;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	height: 300px;
	background: #14213d;
	color: white;
	z-index: 10;
	border-radius: 25px;
	box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.5);
	text-align: center;
	visibility: hidden;
}

.vlamvraag {
	animation: animatievlamvraag2 2s linear infinite;
}
@keyframes animatievlamvraag {
	0% {
		box-shadow: -1px -1px 10px 1px orange, 1px 1px 10px 1px red;
		}
	25% {
		box-shadow: -1px -1px 1px 1px red, 1px 1px 10px 1px orange;
		}
	50% {
		box-shadow: 1px 1px 10px 1px orange, -1px -1px 10px 1px red, -1px -1px 10px 1px red, 1px 1px 10px 1px orange;
		}
	75% {box-shadow: -1px -1px 1px 1px red, 1px 1px 10px 1px orange; 
		}
	100% {
		box-shadow: -1px -1px 10px 1px orange, 1px 1px 10px 1px red;
		}
	}
@keyframes animatievlamvraag2 {
	0% {
		box-shadow: 0 0 0px 1px orange;
		}
	25% {
		box-shadow: 0 0 0px 2px orange;
		}
	50% {
		box-shadow: 0 0 0px 3px red;
		}
	75% {
		box-shadow: 0 0 0px 2px orange;
		}
	100% {
		box-shadow: 0 0 0px 1px orange;
		}
	}



/* #quiz { */
  /* background-color: #14213d; */
  /* height: 100%; */
  /* box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.5); */
  /* justify-content: center; */
  /* align-items: center; */
  /* display: flex; */
  /* overflow: auto; */
/* } */
/* #stand { */
  /* height: 100%; */
  /* color: #000; */
  /* justify-content: center; */
  /* overflow: auto; */
/* } */

/* .container { */
  /* height: 100%; */
  /* width: 100%; */
  /* justify-content: center; */
  /* align-items: center; */
  /* display: flex; */
/* } */
/* .text { */
  /* font-weight: 100; */
  /* font-size: 36px; */
  /* color: #fafafa; */
/* } */
/* .dud { */
  /* color: #757575; */
/* } */









/* /* For portrait, we want the divs stacked */ */
/* @media screen and (orientation: portrait) { */
  /* #quiz { */
    /* width: 100%; */
  /* } */
  /* #stand { */
    /* width: 100%; */
    /* float: left; */
  /* } */
/* } */

/* /* For landscape, div next to each other */ */

/* @media screen and (orientation: landscape) { */
  /* #quiz { */
    /* width: 50%; */
    /* float: left; */
  /* } */
  /* #stand { */
    /* width: 50%; */
    /* float: left; */
/* } */












div.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: black;
  margin-bottom: -3px;
}
div.switchuit {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: white;
  margin: 3px;
}

div.switchaan {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #fca311;
  margin: 3px;
  float: right;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fca311;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fca311;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}





.switchsmall {
  position: relative;
  top: -12px;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switchsmall input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slidersmall {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slidersmall:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slidersmall {
  background-color: #fca311;
}

input:focus + .slidesmallr {
  box-shadow: 0 0 1px #fca311;
}

input:checked + .slidersmall:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slidersmall.round {
  border-radius: 17px;
}

.slidersmall.round:before {
  border-radius: 50%;
}