/* Fonts */
@font-face {
  font-family: "Rene Bieder";
  src: url("Rene Bieder - RBNo2.1a-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "IBMPlexSans";
  src: url("IBMPlexSans-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "IBMPlexSans";
  src: url("IBMPlexSans-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: "IBMPlexSans";
  src: url("IBMPlexSans-Italic.otf");
  font-style: italic;
}

/* Reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  background: none;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
}

#stage {
  width: 100%;
  height: 361px;
  overflow: hidden;
  background: none;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}

.hiddenOnload {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 975px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background-color: black;
  margin: 0px auto;
  margin-top: 2%;
  border-radius: 14px;
  border: 2px solid #CD1F3D;
  display: table;
  position: relative;
}

@media (min-width: 975px) {
  .container {
    margin-top: 15px;
  }
}

.container .header {
  background: #CD1F3D;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  padding-top: 13.1%;
  z-index: 1;
}

.container .header .topvisual {
  width: 100%;
  position: relative;
  margin: 0px auto;
  top: -13.2%;
  display: block;
  position: absolute;
}

.container .header .tweakers {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 25%;
}

.container .link-rechts {
  width: 100%;
  padding: 25px;
  display: table;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777777+0,000000+100 */
  background: #777777;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #777777 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.container .link-rechts h1 {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  font-family: "Rene Bieder", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: table;
  margin: 0px auto;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .container .link-rechts h1 {
    font-size: 45px;
  }
}

.container .link-rechts img {
  width: calc(50% - 12.5px);
  display: block;
}

.container .link-rechts .links {
  float: left;
  margin-right: 12.5px;
}

.container .link-rechts .rechts {
  float: right;
  margin-left: 12.5px;
}

.container .selectie_container {
  padding: 20px;
  background-color: #E5E5E5;
  display: table;
  border-radius: 0px 0px 11px 11px;
  width: 100%;
}

.container .selectie_container h2 {
  color: black;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  line-height: 1.05;
  font-size: 15px;
}

@media (min-width: 375px) {
  .container .selectie_container h2 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .container .selectie_container h2 {
    font-size: 28px;
  }
}

.container .selectie_container .labels {
  width: 100%;
  display: table;
  clear: both;
  margin: 0px -8px;
  margin-top: 20px;
  margin-bottom: -16px;
  width: calc(100% + 16px);
}

.container .selectie_container .labels .label {
  width: 50%;
  padding: 8px;
  float: left;
}

@media (min-width: 640px) {
  .container .selectie_container .labels .label {
    width: 33.3333%;
  }
}

.container .selectie_container .labels .label input {
  display: none;
}

.container .selectie_container .labels .label label {
  background-color: #2E68A6;
  padding: 0px 5px;
  line-height: 35px;
  color: white;
  border-radius: 14px;
  display: table;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-weight: bold;
}

.container .selectie_container .labels .label label .check {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #2E68A6;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  border-radius: 6px;
  margin-right: 5px;
}

.container .selectie_container .labels .label label .icon {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  float: right;
  position: relative;
  top: 15px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .selectie_container .labels .label label:hover {
  border-color: black;
  color: black;
}

.container .selectie_container .labels .label label:hover .check {
  border-color: black;
}

.container .selectie_container .labels .label label:hover .icon {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

@media (min-width: 320px) {
  .container .selectie_container .labels .label label {
    padding: 0px 10px;
    line-height: 45px;
  }
  .container .selectie_container .labels .label label .check {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 450px) {
  .container .selectie_container .labels .label label {
    font-size: 16px;
  }
  .container .selectie_container .labels .label label .icon {
    width: 20px;
    height: 20px;
    top: 12.5px;
  }
  .container .selectie_container .labels .label label .check {
    margin-right: 10px;
  }
}

.container .selectie_container .labels .label input:checked ~ label {
  background-color: #DAE64A;
  border-color: #DAE64A;
  color: black;
}

.container .selectie_container .labels .label input:checked ~ label .check {
  background-color: white;
  background-image: url(checkmark.svg);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: white;
}

.container .selectie_container .labels .label input:checked ~ label .icon {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

@media (max-width: 375px) {
  .container .selectie_container .labels .label .icon {
    display: none;
  }
}

.container .email {
  padding: 20px;
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .email input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 2px solid #2E68A6;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.container .email input.error {
  border: 2px solid red;
  margin-bottom: 0;
}

.container .email button {
  line-height: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #2E68A6;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 375px) {
  .container .email button {
    font-size: 20px;
  }
  .container .email button img {
    height: 30px;
    width: auto;
  }
}

.container .email button img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.container .email button:hover {
  color: black;
  background-color: #DAE64A;
}

.container .email button:hover img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.container .email .note {
  font-size: 11px;
  color: #5D5D5D;
  font-weight: normal;
  font-style: italic;
  padding: 5px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
}

.container .feedback {
  color: red;
  font-size: 12px;
  display: block;
  padding: 5px;
  margin: 0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
}

.container .content {
  position: relative;
}

.container .success {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #E5E5E5;
  z-index: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  display: none;
}

.container .success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .success .check {
  width: 60px;
  margin-right: 15px;
}

@media (min-width: 600px) {
  .container .success .check {
    width: 120px;
  }
}

.container .success .melding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container .success h1 {
  color: #2E68A6;
  display: table;
}

.container .success p {
  padding: 25px;
  background: white;
  font-size: 1.6em;
  font-weight: normal;
  flex-self: flex-end;
  color: #666;
  text-align: center;
  width: 100%;
}

.container .btn {
  width: 100%;
  padding: 10px;
  color: #2E68A6;
  border: 2px solid #2E68A6;
  border-radius: 5px;
  display: block;
  font-weight: bold;
}

.container .btn:hover {
  background-color: #2E68A6;
  color: white;
}
/*# sourceMappingURL=style.css.map */