:root {
  --paars: #2c2f80;
  --groen: #78c4d4;
  --blauw: #124e8d;
  --zalm: #ef7f7e;
}

html {
  overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 150%;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

body {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto
}

a#logo {
  width: 180px;
  height: 80px;
  background: #fff url(../images/logo.jpg) center center no-repeat;
  background-size: auto 80px;
  padding: 20px;
  left: 100px;
  top: 0px;
  position: fixed;
  z-index: 5;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.daughter-white a {
  font-weight: bold
}

div#container {
  position: absolute;
  margin: auto;
  width: 100%;
  z-index: 1;
  min-height: 100%;
}

h1, h2, h3 {
  color: var(--paars);
  font-weight: 800
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

a {
  color: var(--paars);
  text-decoration: underline;
}

a:hover {
  color: var(--paars);
  text-decoration: none
}

input, textarea, select, button, a.button {
  font: 14px 'Source Sans Pro', sans-serif;
  color: #333
}

input, textarea, select {
  width: 250px !important;
  margin-bottom: 1px;
  clear: both;
  max-width: 100% !important
}

label {
  margin-right: 10px;
  white-space: nowrap;
}

.hide {
  display: none
}

.small {
  width: 30px !important
}

.clear {
  clear: both
}

.small2 {
  width: 60px !important
}

.auto {
  width: auto !important
}

.respshow {
  display: none
}

.medium {
  width: 150px !important;
}

.hidden {
  display: none
}

.noclick {
  cursor: default
}

.nobr {
  white-space: nowrap;
}

button, a.button {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

button *, a.button * {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

button span, a.button span {
  margin-left: 10px;
  float: right;
}

button span.resplabel, a.button span.resplabel {
  display: none
}

textarea {
  min-height: 50px
}

input[type=radio], input[type=checkbox] {
  width: auto !important;
}

input[type=submit], button, input[type=button], a.button {
  background-color: var(--paars);
  color: #fff;
  cursor: pointer;
  border: 0px;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 600;
}

input[type=button] {
  background-color: #bbb;
}

button {
  background-color: #888;
  color: #fff;
}

button a, button a:hover, a.button, a.button:hover {
  text-decoration: none;
  color: #fff;
}

input[type=submit]:hover, button:hover, a.button:hover {
  background-color: var(--groen);
}

button.light, button.light *, a.button, a.button * {
  background-color: #fff;
  color: var(--paars);
}

button.light:hover, button.light:hover *, a.button:hover, a.button:hover * {
  background-color: #fff;
  color: #333;
}

.nospace {
  padding: 0px
}

.animate, .animate *, input[type=submit], button, a.button {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.right {
  text-align: right
}

form div.row {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

form div.row div {
  display: inline-block;
  width: 50%;
  min-height: 1px;
  vertical-align: top;
}

form div.row div:first-child {
  max-width: 400px;
}

form div.row div:last-child {
  width: 50%
}

form div.row ul {
  margin: 0px
}

button svg, a.button svg {
  width: 15px;
  height: 15px;
  display: block;
}

.shaded {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
}

.border {
  border-bottom: 1px solid #ddd
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unselect {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--paars);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--paars) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

div#loading, div#loading-bottom {
  left: 50%;
  position: absolute;
  margin-left: -32px;
  display: none;
}

@media only screen and (max-width:768px) {
  .resphide {
    display: none
  }
}

@media only screen and (max-width:1300px) {
  .resphide {
    display: none
  }

  .respshow {
    display: inline
  }
}

@media only screen and (max-width:768px) {
  button span.weblabel {
    display: none
  }

  button span.resplabel {
    display: inline
  }

  a#logo {
    width: 80px;
    height: 80px;
    left: 30px;
  }
}