/*!
CBEA
By Max Gruson (www.maxgruson.com)
*/
/* Import general partials */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Responsive breakpoints */
/* General styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Share', sans-serif;
  color: #FFF;
  font-size: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

b, strong {
  font-weight: bold; }

i, em, blockquote {
  font-style: italic; }

a {
  color: inherit; }

#background {
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%; }

.plus {
  position: relative;
  top: -0.16em; }


.modal {
  display: block;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal form {
    width: 100%;
    max-width: 40em;
    margin: 1em auto;
    background-color: white;
    -webkit-box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.4);
    position: relative;
    color: black;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms; }
    .modal h2 {
      font-weight: bold;
      padding: 1.5em;
      text-align: center;
      baackground-color: #bbcb1d; }
      .modal h3 {
        padding: 1.5em;
        text-align: center;
        baackground-color: #bbcb1d; }
  .modal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6em 0.886em 0.686em;
    font-size: 1.75em;
    cursor: pointer; }
    .modal .close:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  .modal div:nth-child(2) {
    padding: 1.5em 2em;
    line-height: 2em; }
    .modal div:nth-child(2) > *:first-child, .modal div:nth-child(2) > *:nth-child(11), .modal div:nth-child(2) > *:nth-child(17), .modal div:nth-child(2) > *:last-child {
      margin-bottom: 16px; }
  .modal input:focus {
    outline: none; }
  .modal input[type="text"], .modal input[type="tel"], .modal input[type="email"] {
    font-family: inherit;
    border-style: none none dashed;
    border-width: 0.1em;
    font-size: inherit; }
  .modal input[type="radio"] {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em; }
  .modal input[name="ouder-naam"], .modal input[name="basisschool"], .modal input[name="leerkracht"], .modal input[name="kind-voornaam"], .modal input[name="kind-achternaam"], .modal input[name="email-emailouders"] {
    width: 12.5em;
    padding: 0px 0px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid black;
    border-radius: 2px;
    box-sizing: border-box; }
  .modal input[name="emailpersoonlijk"], .modal input[name="emailouders"] {
    width: 15em; }
  .modal input[name="adres"] {
    width: 25em; }
  .modal input[name="tel"] {
    width: 10em; }
  .modal label {
    display: inline-block;
    cursor: pointer; }
  .modal input[type="submit"] {
    cursor: pointer; }
  .modal div:last-child {
    padding: 0 1.5em 1.5em;
    text-align: center; }
    .modal div:last-child input {
      border: none;
      background-color: #fdc300;
      color: white;
      font-family: inherit;
      font-size: inherit;
      font-weight: bold;
      padding: 1em;
      -webkit-box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.4); }
      .modal div:last-child input:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: translate(0.15em, 0.15em);
        -ms-transform: translate(0.15em, 0.15em);
        transform: translate(0.15em, 0.15em); }
  .modal #aanmeldresponse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    display: none;
    z-index: 900;
    cursor: pointer; }
    .modal #aanmeldresponse #responseframe {
      height: 10em;
      width: 20em;
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -5em;
      margin-left: -10em;
      background-color: white;
      background-image: url("../images/loading.gif");
      -webkit-background-size: 2em;
      background-size: 2em;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 400ms;
      animation-duration: 400ms; }
    .modal #aanmeldresponse.visible {
      display: block;
      opacity: 1; }
    .modal #aanmeldresponse:after {
      content: "\00d7";
      position: fixed;
      z-index: 200;
      color: black;
      font-size: 1.75em;
      top: 50%;
      right: 50%;
      margin-top: -2.943em;
      margin-right: -5.514em; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* Import special page styling */
#home #background {
  background-image: url("../images/achtergrond.jpg"); }
#home header > nav:first-of-type {
  background-color: #bbcb1d; }
#home header > nav:last-of-type {
  background-color: rgba(0, 0, 0, 0.67); }
#home main {
  position: relative;
  height: 100%;
  min-height: 780px; }

      #home main > div:nth-child(1) {
        text-shadow: 0.025em 0.025em 0.2em black;
        letter-spacing: 0.07em;
        position: absolute;
        left: 9em;
        top: 0.7em; }
        #home main > div:nth-child(1) h1 {
          font-size: 4em;
          line-height: 1.2em;
          max-width: 10.72em;
          font-weight: bold; }
        #home main > div:nth-child(1) p {
          font-size: 0.9em;
          line-height: 1.2em;
          margin-top: 1.2em; }


            #home main > div:nth-child(2) {
              text-shadow: 0.025em 0.025em 0.2em black;
              letter-spacing: 0.07em;
              position: absolute;
              left: 8em;
              top: 5em; }

                  #home main > div:nth-child(2) h1 {
                    font-size: 1.25em;
                    line-height: 1.2em;
                    /*max-width: 10.72em;*/
                    font-weight: bold; }
                    /*hier is de hoofdtekst*/
                    #home main > div:nth-child(2) h2 {
                      background-color: rgba(80, 80, 0, 80);
                      position: relative;
                      top:10em;
                      margin-left:10%;
                      margin-top:2%;
                      width:70%;
                      font-size: 1.25em;
                      padding-left: 10px;
                      padding-right: 10px;
                      font-weight: normal;
                      }
              #home main > div:nth-child(2) p {
                font-size: 0.9em;
                line-height: 1.2em;
                margin-top: 1.2em; }
                #home main > div:nth-child(2) p span:last-of-type {
                  font-weight: normal; }

  #home main > div:nth-child(3) {
    height: 6em;
    width: 15em;
    border: 0.45em solid rgba(0, 0, 0, 0.68);
    background-color: rgba(255, 255, 255, 0.68);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
    position: absolute;
    right: 4em;
    top: 15em;
    -webkit-box-shadow: 0.15em 0.15em 0.65em rgba(0, 0, 0, 0.5);
    box-shadow: 0.15em 0.15em 0.65em rgba(0, 0, 0, 0.5); }
    #home main > div:nth-child(3) p {
      font-size: 1.5em;
      cursor: pointer;
      color: #ea5d0a;
      line-height: 1.333em;
      font-weight: bold;
      text-align: center;
      margin-top: 0.4em; }


  #home main > div:nth-child(4) {
    text-shadow: 0.075em 0.075em 0.125em rgba(0, 0, 0, 0.75);
    text-align: left;
    position: absolute;
    top: 0;
    right: 3.5em; }

    #home main > div:nth-child(4) h2 {
      font-size: 2em;
      font-weight: normal;
      line-height: 0.9em;
      margin-top: 0.9em;
      letter-spacing: 0.02em; }
    #home main > div:nth-child(4) p {
      font-size: 1.5em;
      line-height: 1.2em; }
      #home main > div:nth-child(4) p:nth-last-child(2) {
        font-size: 1.2em;
        margin-top: 0.9em; }
      #home main > div:nth-child(4) p:last-child {
        font-size: 0.8em;
        margin-top: 0.9em; }
    #home main > div:nth-child(4) #aanmeld-link {
      text-decoration: underline;
      cursor: pointer; }
  #home main > div:nth-child(5) {
    -webkit-box-shadow: inset 0 0.5em 0.5em -0.5em #000;
    box-shadow: inset 0 0.5em 0.5em -0.5em #000;
    border-style: solid none;
    border-color: white;
    border-width: 0.9em;
    opacity: 0.35;
    text-align: center;
    padding: 1.75em 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1; }


#aanmelden #background {
  background-image: url("../images/achtergrond.jpg"); }
#aanmelden header > nav:first-of-type {
  background-color: #bbcb1d; }
#aanmelden header > nav:last-of-type {
  background-color: rgba(0, 0, 0, 0.67); }
#aanmelden main {
  position: relative;
  height: 100%;
  min-height: 780px; }

  #aanmelden main > div:nth-child(1) {
    text-shadow: 0.354px 0.354px 4px black;
    letter-spacing: 0.07em;
    position: absolute;
    left: 4.5em;
    top: 11em; }
    @media screen and (max-width: 975px) {
      #aanmelden main > div:nth-child(1) {
        left: 24px;
        top: 6em; } }
    #aanmelden main > div:nth-child(1) h1 {
      font-size: 1.25em;
      line-height: 1.2em;
      max-width: 10.72em;
      font-weight: bold; }
    #aanmelden main > div:nth-child(1) p {
      font-size: 0.9em;
      line-height: 1.2em;
      margin-top: 1.2em; }
      #aanmelden main > div:nth-child(1) p span:last-of-type {
        font-weight: bold; }
  #aanmelden main > a:nth-child(2), #aanmelden main > button:nth-child(5) {
    font-size: 1.2em;
    cursor: pointer;
    width: 10.833em;
    border: 0.333em solid rgba(0, 0, 0, 0.68);
    background-color: rgba(255, 255, 255, 0.68);
    position: absolute;
    top: 17.4em;
    -webkit-box-shadow: 0.125em 0.125em 0.542em rgba(0, 0, 0, 0.5);
    box-shadow: 0.125em 0.125em 0.542em rgba(0, 0, 0, 0.5);
    font-family: inherit;
    text-decoration: none; }
    @media screen and (max-width: 700px) {
      #aanmelden main > a:nth-child(2), #aanmelden main > button:nth-child(5) {
        margin: 1em 0 0; } }
    #aanmelden main > a:nth-child(2) p, #aanmelden main > button:nth-child(5) p {
      font-family: inherit;
      color: #e30513;
      line-height: 1.25em;
      font-weight: bold;
      text-align: center;
      margin: 0.4em 0; }
  #aanmelden main > a:nth-child(2) {
    left: 3.333em; }
    @media screen and (max-width: 975px) {
      #aanmelden main > a:nth-child(2) {
        left: 24px; } }
  #aanmelden main > button:nth-child(5) {
    right: 2.167em; }
    @media screen and (max-width: 975px) {
      #aanmelden main > button:nth-child(5) {
        right: 24px; } }
    @media screen and (max-width: 700px) {
      #aanmelden main > button:nth-child(5) {
        margin-bottom: 1em; } }
  #aanmelden main > div:nth-child(3) {
    text-shadow: 0.075em 0.075em 0.125em rgba(0, 0, 0, 0.75);
    text-align: right;
    position: absolute;
    top: 0.5em;
    right: 3.5em; }
    @media screen and (max-width: 975px) {
      #aanmelden main > div:nth-child(3) {
        right: 24px; } }
    #aanmelden main > div:nth-child(3) h2 {
      font-size: 1.75em;
      line-height: 0.886em;
      font-weight: bold;
      margin-top: 0.9em;
      letter-spacing: 0.02em; }
    #aanmelden main > div:nth-child(3) p {
      font-size: 1.3em;
      line-height: 1.192em; }
  #aanmelden main > div:nth-child(4) {
    font-size: 0.9em;
    text-align: right;
    position: absolute;
    top: 25.056em;
    right: 20.639em; }
    @media screen and (max-width: 975px) {
      #aanmelden main > div:nth-child(4) {
        text-align: left;
        left: 24px;
        top: 19em; } }
  #aanmelden main > div:nth-child(6) {
    -webkit-box-shadow: inset 0 0.5em 0.5em -0.5em #000;
    box-shadow: inset 0 0.5em 0.5em -0.5em #000;
    border-style: solid none;
    border-color: white;
    border-width: 0.9em;
    opacity: 0.35;
    text-align: center;
    padding: 1.75em 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 975px) {
      #aanmelden main > div:nth-child(6) {
        border-width: 0.4em;
        padding: 16px 24px; } }
    #aanmelden main > div:nth-child(6) img {
      display: inline-block;
      height: 6em; }
      @media screen and (max-width: 975px) {
        #aanmelden main > div:nth-child(6) img {
          height: auto;
          width: 100%;
          max-width: 480px; } }
    @media screen and (max-width: 700px) {
      #aanmelden main > div:nth-child(6) {
        position: static; } }
  @media screen and (max-width: 700px) {
    #aanmelden main
  }

/* dropdown menu  */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 3px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
/*
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}
*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
  overflow: auto;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content label {
  color: black;
  padding: 1px 0px;
  text-decoration: none;
  display: block;
}

.dropdown-content label:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
