@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
    --MainFont: Fredoka;
    --SecondaryFont: Fredoka;
    --ProfilePictureBorderColor: #52D681;
    --ImageBorderColor: #9fdc6a;
    --BackgroundBorderColor: #168aad;
    --BackgroundSpaceColor: #ecf8f8;
    --BackgroundSpaceColorHover: #eaf4ff;
    --BackgroundSpaceColorTitel: #eaf4ff;
    --BackgroundSpaceColorZoeker: #d8e8ff;
}

/*//////////////////////////////////*/
/*///////////// CUSTOM ////////////*/
/*////////////////////////////////*/

body {
    width: 100%;
}

.zoekres-tekst {
    padding: 30px 0 10px 0;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.login-gedeelte {
  display: none;
  flex-direction: column;
}

.userData, .gekozen-boek, .geen-boeken, .laad-boeken, .wel-boeken, .deadline-voorbij, .medewerkers, .medewerkers-boekenlijst, .book-list, .footer, .boekzoeker, .selecteer-klas-gedeelte {
  display: none;
}

.wel-boeken, .geen-boeken, .laad-boeken, .deadline-voorbij {
    flex-direction: column;
}

.laadvlak {
    display: none;
    margin: 15% 0 30% 0;
}

.flexbox-boekresultaten {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.background-space-boekzoeker {
    border-radius: 50px;
    background: var(--BackgroundSpaceColorZoeker);
    padding: 50px;
    margin: 2% 1% 3% 1%;
    justify-content: center;
    display: flex;
}

.flexbox-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
}

.header-rechts {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexbox-boekknoppen {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
}

.flexbox-gegevens {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
}

.rounded-circle {
  border-radius: 50%;
  margin-bottom: 5px;
  border: 5px solid var(--ProfilePictureBorderColor);
}

.boek-foto { /* Dit is een foto */
  border-radius: 20px;
  border: 5px solid var(--ImageBorderColor);
  display: flex;
}

.boek-foto-padding {
  padding: 0 20px 0 20px;
  align-self: center;
}

.header-foto-padding {
  padding: 0 0 0 10px;
  align-self: center;
}

.background-space-gegevens-en-gekozenboek {
    border-radius: 50px;
    background: var(--BackgroundSpaceColor);
    padding: 50px;
    margin: 2% 1% 3% 1%;
    justify-content: space-between;
}

.background-space-boekknoppen {
    border-radius: 50px;
    background: var(--BackgroundSpaceColor);
    padding: 50px;
    margin: 2% 1% 3% 1%;
    justify-content: space-between;
    flex-basis: 43%;
}

.background-space-boekknoppen:hover {
    border-radius: 50px;
    background: var(--BackgroundSpaceColorHover);
    padding: 50px;
    margin: 2% 1% 3% 1%;
    justify-content: space-between;
}

.background-space-keuzeboek-titel {
    border-radius: 50px;
    background: var(--BackgroundSpaceColorTitel);
    padding: 40px;
    margin: 2% 1% 3% 1%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.background-space-keuzeboek {
    border-radius: 50px;
    background: var(--BackgroundSpaceColor);
    padding: 50px;
    margin: 2% 1% 3% 1%;
    justify-content: center;
}

.background-space-zoekboek {
    border-radius: 50px;
    background: var(--BackgroundSpaceColor);
    padding: 50px;
    margin: 2% 1% 3% 1%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-evenly;
}

.background-space-home {
    border-radius: 50px;
    background: var(--BackgroundSpaceColor);
    padding: 50px;
    margin: 15% 0 30% 0;
    justify-content: space-between;
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #52D681;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #52D681;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: var(--MainFont), sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  overflow-wrap: break-word;
}


::-webkit-selection {
  color: #fff;
  background: #9fdc6a;
  -webkit-text-fill-color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #9fdc6a;
  -webkit-text-fill-color: #fff;
}

::selection {
  color: #fff;
  background: #9fdc6a;
  -webkit-text-fill-color: #fff;
}

.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#gtco-header {
  margin: 20px 0 20px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 50px;
  font-family: var(--MainFont), serif;
}
@media screen and (max-width: 480px) {
  #gtco-header h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}

#gtco-intro h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 40px;
  font-family: var(--MainFont), serif;
}
@media screen and (max-width: 1000px) {
  #gtco-intro h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .flexbox-boekresultaten {
  flex-flow: row wrap;
  }
  .background-space-zoekboek {
    padding: 40px 20px 20px 20px;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .form-control {
    max-width: 80%;
    margin: 5%;
  }
  .flexbox-gegevens{
    flex-wrap: wrap;
  }
}

.gradient-text {
  background: -webkit-linear-gradient(top right, #52D681, #9fdc6a);
  background: -webkit-gradient(linear, right top, left bottom, from(#52D681), to(#9fdc6a));
  background: linear-gradient(top right, #52D681, #9fdc6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 400;
}

.gradient-text-red {
  background: -webkit-linear-gradient(top right, #d9534f, #df726f);
  background: -webkit-gradient(linear, right top, left bottom, from(#d9534f), to(#df726f));
  background: linear-gradient(top right, #d9534f, #df726f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 400;
}

/*//////////////////////////////////////*/
/*///////////// GO TO TOP /////////////*/
/*////////////////////////////////////*/

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/*//////////////////////////////////*/
/*/////////////FOOTER /////////////*/
/*////////////////////////////////*/

#fh5co-footer {
  padding: 50px 0;
  font-size: 16px !important;
  background: #f7f7f7;
  font-size: 20px;
}
#fh5co-footer a, #fh5co-footer p {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer a {
  color: #000;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #52D681;
}
#fh5co-footer .fh5co-footer-widget {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-widget {
    margin-bottom: 30px;
  }
}
#fh5co-footer .gtco-social a {
  margin-right: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-footer .gtco-social-wrap {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #fh5co-footer .gtco-social-wrap {
    text-align: left !important;
  }
}

/*//////////////////////////////////*/
/*///////////// BUTTON ////////////*/
/*////////////////////////////////*/

.btn {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 4px;
  font-family: var(-SecondaryFont), sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.btn.btn-sm {
  padding: 10px 20px !important;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #52D681;
  color: #fff;
  border: 2px solid #52D681 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #67db90 !important;
  border-color: #67db90 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #52D681;
  border: 2px solid #52D681;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #52D681;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-gradient {
  background: -webkit-linear-gradient(top right, #52D681, #9fdc6a);
  background: -webkit-gradient(linear, right top, left bottom, from(#52D681), to(#9fdc6a));
  background: linear-gradient(top right, #52D681, #9fdc6a);
  color: rgba(255, 255, 255, 1);
  border: none !important;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  color: #fff;
  background: -webkit-linear-gradient(top right, #52D681, #9fdc6a);
  background: -webkit-gradient(linear, right top, left bottom, from(#52D681), to(#9fdc6a));
  background: linear-gradient(top right, #52D681, #9fdc6a);
}

.btn-niet-beschikbaar {
  background: -webkit-linear-gradient(top right, #d9534f, #df726f);
  background: -webkit-gradient(linear, right top, left bottom, from(#d9534f), to(#df726f));
  background: linear-gradient(top right, #d9534f, #df726f);
  color: rgba(255, 255, 255, 1);
  border: none !important;
}
.btn-niet-beschikbaar:hover, .btn-niet-beschikbaar:focus, .btn-niet-beschikbaar:active {
  color: #fff;
  background: -webkit-linear-gradient(top right, #d9534f, #df726f);
  background: -webkit-gradient(linear, right top, left bottom, from(#d9534f), to(#df726f));
  background: linear-gradient(top right, #d9534f, #df726f);
}

.btn-special {
  background: #52D681;
  color: #2f9051;
  border: 2px solid #52D681;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #fff;
  background: #52D681;
  border-color: #52D681;
}
.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #52D681;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #2f9051;
  border: 2px solid #52D681;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////*/
/*///////////// OTHER /////////////*/
/*////////////////////////////////*/

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 50px;
  max-width: 70%;
  }
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52D681;
  border-radius: 20px;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
