/* CSS Document */
* {
  box-sizing: border-box;
}
html{
	background-color:#c8c8c8;
}
#bd {
  width: 100%;
  height: 100vh;
  background: linear-gradient(#eee -50%, #bbb 150%);
  /*background: url(../images/whites.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
  font-family: 'Raleway', sans-serif;
}
#log {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: url(../images/background_inlog.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(255, 255, 255, .5);
}
body {
  font-family: 'Raleway', sans-serif;
}
#container {
  position: relative;
  color: #222;
  float: right;
  background-color: rgba(220, 220, 220, 0.8);
  padding: 0;
  margin: 0 auto;
  width: 400px;
}
.container {
  width: 850px;
  overflow: hidden;
  color: #fff;
  margin: auto;
}
.main, .sidebar {
  float: left;
  margin: .5%;
  border: #999 2px solid;
  background-color: rgba(20, 34, 88, 0.7);
  padding-bottom: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.main {
  width: 55%;
}
.sidebar {
  width: 43%;
}
.h1 {
  font-weight: 600;
  font-size: 1.3em;
  color: rgba(204, 51, 0, .8);
  margin-bottom: 20px;
}
h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: rgba(204, 51, 0, .8);
  margin: auto;
}
.lijstkop {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  background-color: rgba(204, 51, 0, .7);
  color: #fff;
  margin: auto;
  padding: 5px;
}
.subkop {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#intro {
  font-weight: 500;
  width: 100%;
  margin: auto;
  /*letter-spacing:0.07em;*/
  line-height: 1.4em;
  text-align: justify;
}
#inlogform {
  background-color: #edebeb;
  padding: 30px 20px 20px 20px;
  border: rgba(0, 44, 120, 0.8) solid 2px;
  border-radius: 0 0 10px 10px;
  width: 79%;
  margin: auto;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  -moz-box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
}
#links {
  display: flex;
  margin: 30px auto;
}
#links .link {
  margin: 10px;
}
#links .link .hover {
  transition: all 0.2s ease-in-out;
  position: relative;
}
#links .link .hover:before, #links .link .hover:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  opacity: 0;
  background-color: rgba(204, 51, 0, .8);
}
#links .link .hover.hover-3:before {
  left: 50%;
}
#links .link .hover.hover-3:after {
  right: 50%;
}
#links .link:hover {
  cursor: pointer;
}
#links .link:hover .hover:before, #links .link:hover .hover:after {
  width: 100%;
  opacity: 1;
}
#links .link:hover .hover.hover-3:before, #links .link:hover .hover.hover-3:after, #links .link:hover .hover.hover-4:before, #links .link:hover .hover.hover-4:after {
  width: 50%;
}
.promo {
  padding: 0 0 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 50%;
  margin: 40px auto;
  text-align: right;
}
.promokop {
  font-weight: 600;
  color: rgba(0, 44, 120, 0.8);
  font-size: 1.5em;
  padding: 7px;
  margin-bottom: 10px;
}
.promotext {
  font-size: 0.8em;
  line-height: 18px;
}
.promolink {
  text-decoration: none;
}
.promokop:hover, .promolink:hover {
  text-decoration: underline;
}
ipromotextt {
  display: block;
  color: #333;
  font-size: 1.2em;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  border: #999 1px solid;
  padding: 5px;
  width: 85%;
}
textarea {
  width: 95%;
  height: 100px;
  font-family: 'Nunito', sans-serif;
  padding: 10px;
  font-size: 1em;
}
td > input {
  margin-bottom: 0;
  width: 100%;
  font-size: 1em;
}
input[type="checkbox"] {
  width: 20px;
}
.invis {
  display: none;
  color: #c00;
  font-size: .8em;
  font-weight: bold;
}
#schoollijst {
  position: absolute;
  top: 10px;
  left: -730px;
  width: 710px;
  height: 97vh;
	 overflow-y: auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3px;
  display: none;
}
.handje {
  cursor: pointer;
}
.schoolrow {
  margin: 5px 0 5px 10px;
  cursor: pointer;
}
#rememberbox {
  font-size: 1em;
  margin: auto;
  width: 85%;
  padding: 5px 0 10px 0;
  height: 1.5em;
}
#r_inlogtxt {
  float: right;
  line-height: 20px;
  text-align: right;
}
#r_inlog {
  float: right;
  height: 20px;
  margin-left: 5px;
}
.sl {
  background-image: url(../images/projectlogboek.png);
  background-repeat: no-repeat;
  background-position: 20px 2px;
}
.btn, .wwbtn {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  background-color: rgba(0, 44, 120, 0.8);
  padding: 10px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 85%;
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
}
.wwbtn {
  margin-top: 10px;
  background-color: transparent;
  border: 2px #999 solid;
  transition: all .5s;
}
.wwbtn {
  color: #333;
  transition: all .5s;
}
.wwbtn:hover {
  color: white;
}
.btn:hover, .wwbtn:hover {
  color: white;
  background-color: rgb(10, 21, 72);
}
.btn a {
  color: #fff;
  text-decoration: none;
}
.sm_btn {
  float: left;
  margin-left: 0;
  color: #333;
  line-height: 18px;
  text-align: center;
  font-size: 1em;
  background-color: rgba(50, 50, 50, 0.1);
  border: #555 2px solid;
  padding: 5px 3px;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 38%;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: border 0.5s, background-color 0.5s; /* Safari */
  transition: border 0.5s, background-color 0.5s;
}
.sm_btn:hover {
  background-color: rgba(250, 250, 250, .8);
  border: #444 2px solid;
}
.sm_btn a {
  color: #fff;
  text-decoration: none;
}
#addperson {
  background-color: rgba(178, 70, 35, 1);
  background-image: url(../images/add.png);
  background-repeat: no-repeat;
  background-position: 4px 5px;
  padding-left: 22px;
  width: 22%;
}
.apf {
  display: none;
  margin: 10px 0 10px 8px;
}
td input[type="submit"] {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 8px;
}
#errorfeed {
  margin: auto;
  width: 85%;
  color: #c00;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.inlog {
  padding: 5px;
  font-size: 1.2em;
  border: 1px solid #aaa;
  margin: 15px 20px;
  width: 85%;
  height: 35px;
  border-radius: 5px;
  outline: none;
}
/*.menu{
	height:40px;
	background-color:rgba(102,102,102,.8);
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}*/
#planning {
  width: 49%;
  float: left;
  border: #666 thin solid;
}
#lesbezoek {
  width: 50%;
  float: left;
  border: #666 thin solid;
  margin-left: 1%;
}
#teampart {
  width: 35%;
  float: left;
  border-right: 1px #999 dashed;
}
#kopteam {
  width: 94%;
}
.kop {
  font-size: 1.6em;
  color: #efefef;
  padding: 7px;
  background-color: rgba(0, 51, 100, .9);
}
#bekkies {
  padding-top: 5px;
  padding-right: 5px;
  height: 225px;
}
.smiley_cont {
  padding-left: 10px;
  margin-bottom: 5px;
  height: 70px;
}
.score {
  font-family: "Arial", Gadget, sans-serif;
  background-color: #036;
  border-radius: 40px;
  font-size: 1.4em;
  border: #999 2px solid;
  margin-top: 6px;
  text-align: center;
  padding: 14px 18px;
  float: left;
}
#succespart {
  float: right;
  width: 63%;
  margin-left: 2%;
}
#bekkies img {
  display: block;
  margin: 8px;
  width: 52px;
  float: left;
}
.wr_part {
  font-family: 'Nunito', sans-serif;
  padding: 10px;
  font-size: 1em;
}
#notes {
  display: block;
  clear: left;
  padding-top: 20px;
  list-style-type: none;
  margin-top: 50px;
  height: 10px;
}
#notes li {
  padding: 10px;
  color: #000;
  float: left;
  width: 120px;
  height: 120px;
  margin-left: 15px;
  background-image: url(../images/originals/stickynote.png);
  background-repeat: no-repeat;
}
/*menu*/
.menu {
  height: 40px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #222;
}
#date {
  font-family: 'Raleway', sans-serif;
  float: right;
  background-color: rgba(0, 51, 100, .9);
  padding: 6px 6px 7px 6px;
  font-size: 1.1em;
  border-radius: 4px;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu #leftmenu {
  padding-top: 7px;
  float: left;
}
.menu .leftmenu {
  float: left;
  padding-top: 7px;
}
.menu .leftmenu a {
  color: #333;
}
.menu .rightmenu {
  float: right;
  padding-top: 7px;
  color: #333;
}
.menu ul li {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  display: inline;
  list-style-type: none;
  margin-left: 5px;
  border: #555 2px solid;
  border-radius: 4px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: border 0.5s, background-color 0.5s; /* Safari */
  transition: border 0.5s, background-color 0.5s;
}
.menu #leftmenu li {
  padding: 5px 7px 5px 25px;
  background-image: url(../images/arrowleft.png);
}
.infobtn {
  padding: 5px 10px 5px 20px;
  background-image: url(../images/SVG/tip.svg);
  background-position: 3px 5px;
	background-size: 16px 16px;
}
.lwbtn {
  padding: 5px 7px 5px 25px;
  background-image: url(../images/list_white.png);
  background-position: 4px 5px;
}
.globebtn {
  padding: 5px 7px 5px 25px;
  background-image: url(../images/globe.png);
  background-position: 2px 5px;
}
.logoutbtn {
  padding: 5px 7px 5px 7px;
  background-color: rgba(0, 0, 0, 1);
  padding-left: 11px;
  padding-right: 11px;
  border: #000 2px solid;
}
.addbtn {
  padding: 5px 7px 5px 25px;
  background-image: url(../images/SVG/add.svg);
  background-position: 6px 7px;
	background-size: 15px 15px;
}
.qmbtn {
  padding: 5px 10px 5px 20px;
  background-image: url(../images/SVG/tip.svg);
  background-position: 3px 5px;
	background-size: 16px 16px;
}
.envbtn {
  padding: 5px 10px 5px 30px;
  background-image: url(../images/envelop.svg);
  background-size: 18px 15px;
  background-position: 5px 7px;
}
.profielbtn {
  padding: 5px 7px 5px 22px;
  background-image: url(../images/person.svg);
  background-size: 15px 15px;
  background-position: 4px 15px;
}
.profielbtn:hover {
  /*	background-image:url(../images/person2.svg);
*/
}
.menu ul li.qmbtn:hover, .menu ul li.lwbtn:hover, .menu ul li.envbtn:hover, .menu ul li.profielbtn:hover, .menu ul li.addbtn:hover, .menu ul li.infobtn:hover, .menu ul li.terug:hover, .menu ul li.add:hover {
  background-color: rgba(250, 250, 250, .9);
  border: #444 2px solid;
}
.editbtn {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  color: #000;
  display: inline;
  list-style-type: none;
  border: #555 2px solid;
  background-color: rgba(50, 50, 50, .1);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 4px 15px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  padding: 21px 7px 6px 21px;
  -webkit-transition: border 0.5s, background-color 0.5s; /* Safari */
  transition: border 0.5s, background-color 0.5s;
}
.editbtn:hover {
  background-color: rgba(250, 250, 250, .6);
  border: #444 2px solid;
}
.editbtn_grijs {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  display: inline;
  list-style-type: none;
  border: #999 2px solid;
  background-color: rgba(50, 50, 50, .1);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 4px 15px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 21px 7px 6px 21px;
}
.profiel {
  float: left;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 25px;
  background-position: 3px 4px;
}
.menukop {
  margin-top: 3px;
  float: left;
  font-size: 1.3em;
  color: #333;
}
/*einde menu*/
/*editprofiel*/
#profile_one {
  overflow: hidden;
  background-color: rgba(220, 220, 220, .9);
  color: #333;
  padding: 15px;
  line-height: 20px;
}
#profile {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  color: #333;
  padding: 15px;
  min-height: 170px;
  display: none;
  margin-top: 10px;
}
#sluitvak {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}
.lock {
  position: absolute;
  top: 15px;
  right: 13px;
  width: 13px;
  height: 17px;
}
.star {
  position: absolute;
  top: 40px;
  right: 10px;
}
.table_prof {
  border: #aaa 1px solid;
  width: 30%;
  float: left;
  margin-right: 1%;
  font-family: 'Nunito', sans-serif;
  font-size: .8em;
}
/* einde editprofiel*/
/*groepvlak styling*/
.oz_topcontainer {
	padding-top:1px;
  width: 1150px;
  margin: 0 auto;
}
.oz_grp_container {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grp_container {
  
  width: 850px;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
  
}
.groepkop {
  overflow: hidden;
}
.teamkop {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  margin-left: 12px;
  float: left;
}
.filebtns {
  width: 28px;
  margin-right: 5px;
  float: right;
}
.fileicons {
  width: 25px;
}
.groepvlak {
  position: relative;
  overflow: hidden;
  width: 31%;
  margin: 10px 1%;
  padding: 10px;
  background-color: rgba(245, 245, 245, 1);
  border: 2px solid rgba(0, 44, 120, 0.8);
  border-radius: 0 0 6px 6px;
  -moz-box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}
.groepvlak img {
  float: left;
  display: block;
}
.grpkoprechts {
  float: left;
  margin: 5px 0 0 5px;
  width: 64%;
}
.groepnaam {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
}
.groepmembers {
  margin-top: 10px;
}
.groepmembers ul {
  margin-left: 8px;
  overflow: hidden;
}
.groepmembers ul li {
  font-size: .9em;
  line-height: 1.4em;
  font-family: 'Nunito', sans-serif;
  color: #333;
}
.delmem {
  float: right;
  margin-top: 5px;
  display: none;
}
.showdelmem {
  float: right;
  margin-top: 5px;
  display: block;
}
.gvbtn {
  float: left;
  background-image: url("../images/SVG/potlood.svg");
  background-position: 7px 5px;
	background-size: 15px ;
  
  margin-top: 10px;
}
.gvbtn_grijs {
  float: left;
  background-image: url("../images/SVG/potloodgrijs.svg");
   background-position: 7px 5px;
	background-size: 15px ;
  height: 28px;
  margin-top: 10px;
}
#explain > ul {
  list-style-type: circle;
  list-style-position: inside;
}
#explain > ul li {
  line-height: 20px;
  display: block;
  list-style-type: circle;
  list-style-position: inside;
}
.p_list {
  font-family: 'Nunito', sans-serif;
  color: #222;
  font-size: .9em;
}
#statements ul li a {
  color: rgba(0, 44, 120, 1);
}
.statementtext {
  font-size: .9em;
  line-height: 1.4em;
  font-family: 'Nunito', sans-serif;
  color: #222;
  margin-top: 5px;
}
.statementtext > ul {
  list-style-type: disc;
}
.statementkop {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
}
#statements ul {
  margin-top: 20px;
  list-style-type: none;
}
#statements ul li {
  margin: 10px;
  font-size: .8em;
  display: inline-block;
}
.ozcontainer {
  width: 32%;
}
/*einde groepvlak styling*/
/*bordoverzicht styling*/
#bordoverzicht, #fileoverzicht {
  padding: 5px;
  padding-top: 15px;
  margin-top: 10px;
  background-color: rgba(245, 245, 245, 1);
  min-height: 200px;
  font-size: .8em;
  color: #333;
  border: 2px solid rgba(0, 44, 120, 0.8);
  border-radius: 0 0 6px 6px;
  font-family: 'Nunito', sans-serif;
  -moz-box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  box-shadow: 0px 6px 0px 0px rgba(0, 44, 120, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}
.menu .terug {
  padding: 5px 7px 5px 22px;
  background-image: url(../images/arrowleft.svg);
  color: #333;
  background-size: 14px 14px;
  webkit-transition: background-color 0.5;
  transition: background-color 0.5;
}
.menu .add {
  padding: 5px 7px 5px 25px;
  background-image: url(../images/add.png);
  color: #333;
}
#addbord {
  background-color: rgba(178, 70, 35, .8);
  background-image: url(../images/add.png);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding-left: 25px;
  font-size: 1.4em;
  text-align: left;
  width: 120px;
  border-radius: 4px;
}
.avatarlist {
  cursor: pointer;
  height: 20px;
}
.avatar {
  height: 30px;
}
.avatar_container {
  width: 18%;
  height: 40px;
  float: left;
}
#showcase {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-left: 15px;
  border: 1px #aaa solid;
  float: left;
}
.smokbtn {
  font-family: 'Raleway', sans-serif;
  font-size: .8em;
  color: #fff;
  background-color: rgba(0, 44, 120, .8);
  border-radius: 3px;
  cursor: pointer;
  float: right;
  padding: 5px 0 6px 0;
  text-align: center;
  width: 20%;
  margin-right: 1%;
  margin-top: 2px;
}
.formtext {
  font-size: .9em;
  line-height: 1.4em;
  font-family: 'Nunito', sans-serif;
  color: #333;
}
.editglf {
  margin-bottom: 0;
  margin-top: 2px;
  float: left;
  width: 78%;
  padding: 4px 6px;
  font-size: .8em;
}
.msg {
  line-height: 20px;
  margin-top: 10px;
  padding: 8px;
  color: #333;
  background-color: rgba(245, 245, 245, 1);
  border: 2px dashed #777;
}
.msg > span {
  font-weight: bold;
  font-size: 1.2em;
  color: #C30;
}
.del_big {
  background-color: rgba(255, 255, 255, .5);
  background-image: url(../images/delete3.png);
  background-repeat: no-repeat;
  background-position: 5px 4px;
  padding: 27px 3px 0 24px;
  border-radius: 5px;
  border: #C00 2px solid;
  display: none;
  cursor: pointer;
  color: #333;
}
.ruimte_onder {
  margin-bottom: 10px;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 70%;
  max-height: 90%;
  margin: 0;
}
/*einde bordoverzicht styling*/
@media (max-width:1200px) {
  .container, .oz_topcontainer, .oz_grp_container, .grp_container {
    width: 80%;
  }
  .ozcontainer {
    width: 32%;
  }
	 
  @media (max-width:730px) {
    
    .container, .oz_topcontainer, .oz_grp_container, .grp_container {
      width: 600px;
    }
  }
  @media (max-width:620px) {
    #bekkies img {
      width: 40px;
    }
    .score {
      font-size: 1em;
      margin-top: 8px;
      padding: 10px 15px;
    }
    #planning {
      width: 100%;
      clear: left;
      border: #666 thin solid;
    }
    #lesbezoek {
      width: 100%;
      clear: left;
      margin-top: 10px;
      margin-left: 0;
    }
  }
  .fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
  }
  .fullscreen-bg__video {
    position: absolute;
    height: 180%;
    top: -40%;
    width: 180%;
    left: -45%;
  }
  /*@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}*/
  @media (max-width: 850px) {
	  .groepvlak{
		  width:45%;
		  margin:10px 2.5%;
	  }
  }
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .fullscreen-bg {
      display: none;
    }
    .fullscreen-bg__video {
      display: none;
    }
    #inlogform {
      padding: 10px 20px 20px 20px;
    }
    .inlog {
      margin: 8px 20px;
    }
  }
}
#uploadcontainer {
	width:32%;
}
