/*@theme-color-primary:   #FF455F;
@theme-color-secondary: #9A2DFC;*/
.text_class1 {
  color: white;
}
.text_class2 {
  color: #2E789A;
}
.text_class3 {
  color: #B75149;
}
.text_class4 {
  color: black;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
/* Uitschakelen knop "Learn the basics" die op iedere pagina rechtsboven staat */
.ccm-notification-help-launcher {
  display: none !important;
}
.rounded {
  border-radius: 50%;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #F6D8D8;
}
.ccm-page .img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ccm-page .img-mobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .img-mobile {
    display: block;
  }
}
.ccm-page .slide {
  width: 100%;
  min-height: calc(100vh - 147px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ccm-page .slide {
    min-height: auto;
    background-image: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .slide {
    min-height: auto;
    background-image: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-page .slide.wit.text_class1 {
    color: #000;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .slide.wit.text_class1 {
    color: #000;
  }
}
.ccm-page .active {
  border-bottom: solid 2px black;
  margin-top: 200% !important;
}
.ccm-page main {
  background-color: #cdcdcd;
}
.ccm-page .container-fullwidth {
  width: 100%;
}
.ccm-page main {
  min-height: 70vh;
}
.ccm-page main ul,
.ccm-page main ol {
  padding: 0 0 0 20px;
  margin-bottom: 1.65em;
}
.ccm-page main ul li,
.ccm-page main ol li {
  padding: 0 0 0 10px;
}
.ccm-page main ol {
  padding: 0 0 0 15px;
}
.ccm-page hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ccm-page .menuoffset {
  position: relative;
  width: 100%;
  height: 147px;
}
.ccm-page .ccm-area {
  padding-bottom: 15px;
}
.ccm-page .zl-picture__figure img,
.ccm-page .zl-picture img {
  width: 100%;
  height: auto;
}
.ccm-page .madebylink {
  padding: 4px;
  position: absolute;
  right: 0;
  opacity: 1;
  display: block;
  z-index: 100;
  margin-top: -40px;
  margin-right: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 992px) {
  .ccm-page .madebylink {
    position: relative;
    margin-top: 0px;
    margin-left: 5%;
    padding-left: 10px;
  }
  .ccm-page .madebylink a {
    float: right;
  }
}
.ccm-page .madebylink.visible {
  opacity: 1;
}
@font-face {
  font-family: "gothambold";
  src: url("../fonts/gothambold/gotham04.eot?#iefix");
  src: url("../fonts/gothambold/gotham04.eot?#iefix") format("eot"), url("../fonts/gothambold/gotham04.woff") format("woff"), url("../fonts/gothambold/gotham04.ttf") format("truetype");
}
@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gothamllght/gotham02.eot?#iefix");
  src: url("../fonts/gothamllght/gotham02.eot?#iefix") format("eot"), url("../fonts/gothamllght/gotham02.woff") format("woff"), url("../fonts/gothamllght/gotham02.ttf") format("truetype");
}
.ccm-page h1,
.ccm-page .h1,
.ccm-page h3,
.ccm-page .h3,
.ccm-page h5,
.ccm-page .h5,
.ccm-page h6,
.ccm-page .h6 {
  font-family: gothambold;
  font-style: normal;
}
.ccm-page h1,
.ccm-page .h1,
.ccm-page h2,
.ccm-page .h2,
.ccm-page h3,
.ccm-page .h3,
.ccm-page h4,
.ccm-page .h4,
.ccm-page h5,
.ccm-page .h5 {
  line-height: 1.3;
}
.ccm-page h1 + h2,
.ccm-page .h1 + .h2,
.ccm-page h2 + h3,
.ccm-page .h2 + .h3 {
  margin-top: 0px;
}
.ccm-page ul.nav {
  font-family: gothambold;
  font-style: normal;
}
.ccm-page main a,
.ccm-page .page-header a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.ccm-page main a:hover,
.ccm-page .page-header a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}
.ccm-page main .ccm-block-tags-wrapper a,
.ccm-page .page-header .ccm-block-tags-wrapper a,
.ccm-page main .ccm-block-share-this-page a,
.ccm-page .page-header .ccm-block-share-this-page a {
  border-bottom: 0;
}
.ccm-page {
  /*
.zl-form {
  // Met flexbox kunnen de formulieren ook met meer form-groepen op 1 regel komen.
  // Dit stuk less weghalen als flexbox geen optie is.
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  .form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 10px;
  }
} */
}
.ccm-page .zl-picture__figure {
  position: relative;
}
.ccm-page .zl-picture__figure figcaption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: rgba(110, 49, 44, 0.4);
  color: #fff;
  padding: 3px 12px;
  font-size: 0.9em;
}
.ccm-page .page-header {
  color: #fff;
  background: #B75149;
  border: none;
  padding: 2.5em 0;
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 1.22em;
}
.ccm-page .page-header h1 {
  margin-top: 0;
}
.ccm-page .page-header a {
  color: white;
}
.ccm-page .global-footer__top {
  background: #B75149;
  padding-top: 2em;
  padding-bottom: 2em;
}
.ccm-page .global-footer__bottom {
  padding: 1em 0;
  background: #6e312c;
  color: #fff;
}
.ccm-page .global-footer-copy {
  line-height: 1;
  text-align: center;
}
.ccm-page .global-nav {
  position: fixed;
  width: 100%;
  height: 147px;
  z-index: 100;
}
.ccm-page .headerlines {
  width: 100%;
  height: 147px;
  position: absolute;
  background-color: #F6D8D8;
  -webkit-transition: all 0.7s ease ;
  -o-transition: all 0.7s ease ;
  transition: all 0.7s ease ;
}
.ccm-page .headerlines__line1 {
  width: 100%;
  height: 67px;
}
.ccm-page .headerlines__line2 {
  width: 100%;
  height: 40px;
}
.ccm-page .navbarlines {
  width: 100%;
  height: 147px;
  position: relative;
}
.ccm-page .navbarlines .navbar-collapse {
  padding-left: 0px;
}
.ccm-page .navbarlines span.menuitem {
  padding: 14px 26px 15px 0;
  cursor: pointer;
  display: block;
}
.ccm-page .navbarlines span.menuitem:hover {
  color: #B75149;
  background-color: transparent !important;
}
.ccm-page .navbarlines ul li a {
  padding: 14px 26px 15px 0;
  cursor: pointer;
}
.ccm-page .navbarlines ul li a:hover {
  color: #B75149;
  background-color: transparent !important;
}
.ccm-page .navbarlines__line1 {
  width: 100%;
  height: 67px;
  position: relative;
}
.ccm-page .navbarlines__line1 img {
  margin-top: 24px;
}
.ccm-page .navbarlines__line2 {
  width: 100%;
  height: 40px;
  position: relative;
}
.ccm-page .navbarlines__line2 img {
  margin-top: 12px;
}
.ccm-page .nav > li > a:hover,
.ccm-page .nav > li > a:focus {
  text-decoration: none;
  color: #B75149;
}
.ccm-page .reina-logo {
  bottom: 0;
}
.ccm-page .reina-logo img {
  width: 285px;
}
.ccm-page .reina-logo-reina {
  bottom: 0;
}
.ccm-page .reina-logo-reina img {
  width: 433px;
}
@media screen and (max-width: 992px) {
  .ccm-page .reina-logo-reina img {
    width: 333px;
    margin-top: 34px;
  }
}
.ccm-page .navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
}
.ccm-page .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.ccm-page .navbar-toggle {
  background-color: #B75149;
  margin-left: calc(50% - 30px);
  float: inherit;
  padding: 15px 15px;
  border-radius: 30px;
  border-color: white;
  border-width: 2px;
}
.ccm-page .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.ccm-page .navbar-collapse.collapse.in,
.ccm-page .navbar-collapse.collapsing {
  background-color: #fff;
}
.ccm-page .navbar-collapse.collapse.in ul,
.ccm-page .navbar-collapse.collapsing ul {
  margin-left: 0;
  padding: 0 12px;
}
.ccm-page .toggle-text {
  color: #fff;
  float: left;
  line-height: 13px;
}
.ccm-page .navbar-nav > li > a,
.ccm-page .navbar-nav > li > span {
  color: #2E789A;
  text-decoration: none;
  font-weight: normal;
  font-size: 17px;
}
.ccm-page .dropdown-menu {
  border-radius: 0;
}
.ccm-page .dropdown-menu > li > a {
  text-decoration: none;
}
.ccm-page .nav.navbar-nav {
  margin-top: 8px;
}
.ccm-page .nav.navbar-nav.navbar-right {
  margin-top: 15px;
}
.ccm-page .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 0;
}
.ccm-page .navbar-brand {
  margin-right: 30px;
  padding: 12px 0px 0px 0px;
  height: auto;
  font-family: gothambold;
  font-style: normal;
}
.ccm-page .navbar-brand span {
  display: inline-block;
  background-color: #2E789A;
  color: #fff;
  padding: 0.3em;
}
.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
.ccm-page .breadcrumb li {
  padding: 0px;
}
.ccm-page .ccm-block-page-list-page-entry,
.ccm-page .ccm-block-page-list-page-entry-horizontal,
.ccm-page .ccm-block-calendar-event-list-event {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ccm-page .ccm-block-page-list-title {
  color: #333;
}
.ccm-page .ccm-block-page-list-date {
  color: #B75149;
  margin-bottom: 1em;
}
.ccm-page .ccm-block-page-list-read-more {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  position: relative;
  padding-left: 1.5em;
  margin-top: 1em;
}
.ccm-page .ccm-block-page-list-read-more::before {
  font-family: FontAwesome;
  content: "\f054";
  color: #B75149;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.ccm-page .ccm-block-calendar-event-list-event-title {
  font-weight: 700;
}
.ccm-page .ccm-block-calendar-event-list-event-date {
  background: #eeeeee;
  margin-right: 1em;
}
.ccm-page .ccm-block-calendar-event-list-event-description {
  margin-top: 0.75em;
}
.ccm-page .ccm-block-calendar-event-list-event-description p:last-of-type {
  margin-bottom: 0;
}
.ccm-page blockquote {
  width: calc(50% - 30px);
  float: right;
  border-left: 3px solid #B75149;
}
.ccm-page blockquote:before {
  content: "”";
  color: #B75149;
  position: absolute;
  font-size: 2em;
  margin-top: -32px;
  margin-left: -20px;
}
.ccm-page .btn {
  margin: 0 10px 10px 0;
  border-radius: 3px;
  border: 1px solid #B75149;
}
.ccm-page .btn:hover {
  border: 1px solid #B75149;
}
.ccm-page .btn[target=_blank]:after {
  content: ">";
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
      -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
          transform: rotate(-45deg) translateX(5px) translateY(-5px);
  display: inline-block;
  font-size: 0.9em;
}
.ccm-page .ccm-search-block-form .ccm-search-block-text {
  width: 50%;
  border: 1px solid #B75149;
  padding-left: 5px;
}
.ccm-page .ccm-search-block-form .ccm-search-block-submit {
  line-height: 1.1em;
  margin: 5px 10px 10px 5px;
  border-bottom-color: #B75149;
}
.ccm-page .global-nav .ccm-search-block-form {
  text-align: right;
  padding-top: 5px;
}
.ccm-page .global-nav .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #d49792;
  background-color: #B75149;
  color: white;
}
.ccm-page .global-nav .ccm-search-block-form .ccm-search-block-submit {
  border: 1px solid #d49792;
  background-color: #B75149;
  color: white;
}
.ccm-page .global-nav .ccm-search-block-form .ccm-search-block-submit:hover {
  background-color: #6e312c;
}
.ccm-page #searchResults .searchResult {
  border-bottom: 1px solid #e2bab7;
}
.ccm-page #searchResults .pageLink {
  border: none;
}
.ccm-page .zl-form legend,
.ccm-page .ccm-block-edit legend {
  display: none;
}
.ccm-page .zl-form label,
.ccm-page .ccm-block-edit label {
  font-weight: inherit;
}
.ccm-page .zl-form .mandatory,
.ccm-page .ccm-block-edit .mandatory {
  color: red;
  position: absolute;
  margin-top: -0.4em;
  margin-left: 0.2em;
  font-size: 1.8em;
}
.ccm-page .zl-form .radio_container > .radio_container label,
.ccm-page .ccm-block-edit .radio_container > .radio_container label {
  border: 1px solid #d49792;
  border-radius: 3px;
  padding: 3px 10px 5px 10px;
  height: 2em;
  cursor: pointer;
  margin-right: 0.8em;
}
.ccm-page .zl-form .radio_container > .radio_container label .radio,
.ccm-page .ccm-block-edit .radio_container > .radio_container label .radio {
  float: left;
  margin-right: 7px;
}
.ccm-page .zl-form .radio_container > .radio_container label:hover,
.ccm-page .ccm-block-edit .radio_container > .radio_container label:hover {
  border-color: #93413a;
}
.ccm-page .zl-form .radio_container > .radio_container label:active,
.ccm-page .ccm-block-edit .radio_container > .radio_container label:active {
  background-color: #e2bab7;
}
.ccm-page .zl-form .checkbox_container > .checkbox_container label,
.ccm-page .ccm-block-edit .checkbox_container > .checkbox_container label {
  border: 1px solid #d49792;
  border-radius: 3px;
  padding: 3px 10px 5px 10px;
  height: 2em;
  cursor: pointer;
  margin-right: 0.8em;
}
.ccm-page .zl-form .checkbox_container > .checkbox_container label .checkbox,
.ccm-page .ccm-block-edit .checkbox_container > .checkbox_container label .checkbox {
  float: left;
  margin-right: 7px;
}
.ccm-page .zl-form .checkbox_container > .checkbox_container label:hover,
.ccm-page .ccm-block-edit .checkbox_container > .checkbox_container label:hover {
  border-color: #93413a;
}
.ccm-page .zl-form .checkbox_container > .checkbox_container label:active,
.ccm-page .ccm-block-edit .checkbox_container > .checkbox_container label:active {
  background-color: #e2bab7;
}
.ccm-page .zl-form .form-group.text input,
.ccm-page .ccm-block-edit .form-group.text input,
.ccm-page .zl-form .form-group.select input,
.ccm-page .ccm-block-edit .form-group.select input,
.ccm-page .zl-form .form-group.textarea input,
.ccm-page .ccm-block-edit .form-group.textarea input,
.ccm-page .zl-form .form-group.text select,
.ccm-page .ccm-block-edit .form-group.text select,
.ccm-page .zl-form .form-group.select select,
.ccm-page .ccm-block-edit .form-group.select select,
.ccm-page .zl-form .form-group.textarea select,
.ccm-page .ccm-block-edit .form-group.textarea select,
.ccm-page .zl-form .form-group.text textarea,
.ccm-page .ccm-block-edit .form-group.text textarea,
.ccm-page .zl-form .form-group.select textarea,
.ccm-page .ccm-block-edit .form-group.select textarea,
.ccm-page .zl-form .form-group.textarea textarea,
.ccm-page .ccm-block-edit .form-group.textarea textarea {
  padding-left: 10px;
  border: 1px solid #d49792;
  border-radius: 3px;
  font-size: 1em;
  color: black;
}
.ccm-page .zl-form .form-group.text input:hover,
.ccm-page .ccm-block-edit .form-group.text input:hover,
.ccm-page .zl-form .form-group.select input:hover,
.ccm-page .ccm-block-edit .form-group.select input:hover,
.ccm-page .zl-form .form-group.textarea input:hover,
.ccm-page .ccm-block-edit .form-group.textarea input:hover,
.ccm-page .zl-form .form-group.text select:hover,
.ccm-page .ccm-block-edit .form-group.text select:hover,
.ccm-page .zl-form .form-group.select select:hover,
.ccm-page .ccm-block-edit .form-group.select select:hover,
.ccm-page .zl-form .form-group.textarea select:hover,
.ccm-page .ccm-block-edit .form-group.textarea select:hover,
.ccm-page .zl-form .form-group.text textarea:hover,
.ccm-page .ccm-block-edit .form-group.text textarea:hover,
.ccm-page .zl-form .form-group.select textarea:hover,
.ccm-page .ccm-block-edit .form-group.select textarea:hover,
.ccm-page .zl-form .form-group.textarea textarea:hover,
.ccm-page .ccm-block-edit .form-group.textarea textarea:hover {
  border-color: #93413a;
}
.ccm-page .zl-form .form-group.text input::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.text input::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.select input::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.select input::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.textarea input::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea input::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.text select::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.text select::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.select select::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.select select::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.textarea select::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea select::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.text textarea::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.text textarea::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.select textarea::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.select textarea::-webkit-input-placeholder,
.ccm-page .zl-form .form-group.textarea textarea::-webkit-input-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea textarea::-webkit-input-placeholder {
  color: black;
  opacity: 0.2;
  font-size: 0.9em;
}
.ccm-page .zl-form .form-group.text input:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.text input:-moz-placeholder,
.ccm-page .zl-form .form-group.select input:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.select input:-moz-placeholder,
.ccm-page .zl-form .form-group.textarea input:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea input:-moz-placeholder,
.ccm-page .zl-form .form-group.text select:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.text select:-moz-placeholder,
.ccm-page .zl-form .form-group.select select:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.select select:-moz-placeholder,
.ccm-page .zl-form .form-group.textarea select:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea select:-moz-placeholder,
.ccm-page .zl-form .form-group.text textarea:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.text textarea:-moz-placeholder,
.ccm-page .zl-form .form-group.select textarea:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.select textarea:-moz-placeholder,
.ccm-page .zl-form .form-group.textarea textarea:-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea textarea:-moz-placeholder {
  color: black;
  opacity: 0.2;
  font-size: 0.9em;
}
.ccm-page .zl-form .form-group.text input::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.text input::-moz-placeholder,
.ccm-page .zl-form .form-group.select input::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.select input::-moz-placeholder,
.ccm-page .zl-form .form-group.textarea input::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea input::-moz-placeholder,
.ccm-page .zl-form .form-group.text select::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.text select::-moz-placeholder,
.ccm-page .zl-form .form-group.select select::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.select select::-moz-placeholder,
.ccm-page .zl-form .form-group.textarea select::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea select::-moz-placeholder,
.ccm-page .zl-form .form-group.text textarea::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.text textarea::-moz-placeholder,
.ccm-page .zl-form .form-group.select textarea::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.select textarea::-moz-placeholder,
.ccm-page .zl-form .form-group.textarea textarea::-moz-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea textarea::-moz-placeholder {
  color: black;
  opacity: 0.2;
  font-size: 0.9em;
}
.ccm-page .zl-form .form-group.text input:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.text input:-ms-input-placeholder,
.ccm-page .zl-form .form-group.select input:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.select input:-ms-input-placeholder,
.ccm-page .zl-form .form-group.textarea input:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea input:-ms-input-placeholder,
.ccm-page .zl-form .form-group.text select:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.text select:-ms-input-placeholder,
.ccm-page .zl-form .form-group.select select:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.select select:-ms-input-placeholder,
.ccm-page .zl-form .form-group.textarea select:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea select:-ms-input-placeholder,
.ccm-page .zl-form .form-group.text textarea:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.text textarea:-ms-input-placeholder,
.ccm-page .zl-form .form-group.select textarea:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.select textarea:-ms-input-placeholder,
.ccm-page .zl-form .form-group.textarea textarea:-ms-input-placeholder,
.ccm-page .ccm-block-edit .form-group.textarea textarea:-ms-input-placeholder {
  color: black;
  opacity: 0.2;
  font-size: 0.9em;
}
.ccm-page .zl-form .form-group.text input,
.ccm-page .ccm-block-edit .form-group.text input,
.ccm-page .zl-form .form-group.select input,
.ccm-page .ccm-block-edit .form-group.select input,
.ccm-page .zl-form .form-group.textarea input,
.ccm-page .ccm-block-edit .form-group.textarea input,
.ccm-page .zl-form .form-group.text select,
.ccm-page .ccm-block-edit .form-group.text select,
.ccm-page .zl-form .form-group.select select,
.ccm-page .ccm-block-edit .form-group.select select,
.ccm-page .zl-form .form-group.textarea select,
.ccm-page .ccm-block-edit .form-group.textarea select {
  height: 2em;
}
.ccm-page .zl-form .form-group.submit .submit,
.ccm-page .ccm-block-edit .form-group.submit .submit {
  width: auto;
  float: right;
  background-color: #B75149;
  color: white;
  border: 1px solid #93413a;
  font-family: gothambold;
  font-style: normal;
  padding-top: 4px;
}
.ccm-page .zl-form .form-group.submit .submit:hover,
.ccm-page .ccm-block-edit .form-group.submit .submit:hover {
  background-color: #93413a;
  border-color: #6e312c;
}
.ccm-page .zl-form .redactor-editor,
.ccm-page .ccm-block-edit .redactor-editor,
.ccm-page .zl-form .cke_contents,
.ccm-page .ccm-block-edit .cke_contents {
  color: black;
  background-color: #fff;
  font-size: 1em;
}
.ccm-page .zl-form .col-100,
.ccm-page .ccm-block-edit .col-100 {
  width: 100%;
  clear: both;
}
.ccm-page .zl-form .col-80,
.ccm-page .ccm-block-edit .col-80 {
  width: 80%;
}
.ccm-page .zl-form .col-75,
.ccm-page .ccm-block-edit .col-75 {
  width: 75%;
}
.ccm-page .zl-form .col-66,
.ccm-page .ccm-block-edit .col-66 {
  width: 66%;
}
.ccm-page .zl-form .col-50,
.ccm-page .ccm-block-edit .col-50 {
  width: 50%;
}
.ccm-page .zl-form .col-40,
.ccm-page .ccm-block-edit .col-40 {
  width: 40%;
}
.ccm-page .zl-form .col-33,
.ccm-page .ccm-block-edit .col-33 {
  width: 33%;
}
.ccm-page .zl-form .col-25,
.ccm-page .ccm-block-edit .col-25 {
  width: 25%;
}
.ccm-page .zl-form .col-20,
.ccm-page .ccm-block-edit .col-20 {
  width: 20%;
}
.ccm-page .pagination > li > a,
.ccm-page .pagination > li > span {
  color: #333;
}
.ccm-page .pagination > li > a:hover,
.ccm-page .pagination > li > span:hover,
.ccm-page .pagination > li > a:focus,
.ccm-page .pagination > li > span:focus {
  color: #B75149;
  background-color: transparent;
}
.ccm-page .pagination > .active > a,
.ccm-page .pagination > .active > span,
.ccm-page .pagination > .active > a:hover,
.ccm-page .pagination > .active > span:hover,
.ccm-page .pagination > .active > a:focus,
.ccm-page .pagination > .active > span:focus {
  background-color: #B75149;
  border-color: #B75149;
  color: #fff;
}
.ccm-page .ccm-image-slider {
  position: relative;
  color: #fff;
}
.ccm-page .ccm-image-slider ul,
.ccm-page .ccm-image-slider li {
  padding: 0px;
}
.ccm-page .ccm-image-slider .rslides_nav {
  background: none;
  border: none;
}
.ccm-page .ccm-image-slider .rslides_nav.prev:after {
  content: "<";
}
.ccm-page .ccm-image-slider .rslides_nav:after {
  content: ">";
  color: white;
  font-size: 40px;
  padding: 5px;
}
.ccm-page .ccm-image-slider .ccm-image-slider-title {
  margin-bottom: 0;
}
.ccm-page .ccm-image-slider-text {
  margin-left: 20px;
}
.ccm-page .ccm-image-slider-title {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .ccm-page .ccm-image-slider-title {
    margin-top: auto;
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ccm-page .ccm-image-slider-title {
    font-size: 50px;
  }
  .ccm-page .ccm-image-slider-text {
    top: 50px;
  }
}
.ccm-page .youtubeBlockResponsive16by9,
.ccm-page .youtubeBlockResponsive4by3 {
  position: relative;
  height: 0;
}
.ccm-page .youtubeBlockResponsive16by9 iframe,
.ccm-page .youtubeBlockResponsive4by3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ccm-page .youtubeBlockResponsive16by9 {
  padding-bottom: 56.25%;
}
.ccm-page .youtubeBlockResponsive4by3 {
  padding-bottom: 75%;
}
.ccm-page .ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9 {
  padding-top: 28.125%;
  padding-bottom: 28.125%;
}
.ccm-page .ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3 {
  padding-top: 37.5%;
  padding-bottom: 37.5%;
}
.ccm-page #slide0 {
  height: calc(100vh - 147px);
  -webkit-animation: animfadin 2.2s ease-in-out;
          animation: animfadin 2.2s ease-in-out;
  background-color: #F6D8D8;
}
@media only screen and (max-width: 768px) {
  .ccm-page #slide0 {
    height: auto;
  }
}
.ccm-page p.shakespeare {
  position: absolute;
  color: #B75149;
  bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 2.2em;
  line-height: 1.5em;
  font-family: GothamLight;
  -webkit-animation: blur 0.5s 1s ease-in-out;
          animation: blur 0.5s 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 768px) {
  .ccm-page p.shakespeare {
    display: none;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ccm-page p.shakespeare {
    margin-bottom: 0.5em;
  }
}
.ccm-page p.shakespeare--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ccm-page p.shakespeare--mobile {
    display: block;
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0.01;
    -webkit-filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
  }
}
@keyframes blur {
  0% {
    opacity: 0.01;
    -webkit-filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
  }
}
@-webkit-keyframes animfadin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animfadin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dropdowntop {
  0% {
    opacity: 0.01;
    -webkit-transform: translate(0, -300px);
            transform: translate(0, -300px);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0.6;
    border: solid 2px red;
  }
}
@keyframes dropdowntop {
  0% {
    opacity: 0.01;
    -webkit-transform: translate(0, -300px);
            transform: translate(0, -300px);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0.6;
    border: solid 2px red;
  }
}
.ccm-page .animation_top svg {
  height: 300px !important;
}
.ccm-page #animation_bot svg {
  width: 60% !important;
  height: 290px !important;
  margin-left: 20%;
}
.ccm-page .slide__kop,
.ccm-page .slide__tekst {
  -webkit-transition: all 0.7s ease ;
  -o-transition: all 0.7s ease ;
  transition: all 0.7s ease ;
  margin-left: -15px;
  opacity: 0.3;
}
.ccm-page .slide__tekst {
  margin-left: -40px;
}
.ccm-page .notes {
  float: left;
  width: 100%;
  position: fixed;
  text-align: center;
  opacity: 0;
  margin-top: 10vh;
  -webkit-transition: all 0.7s ease ;
  -o-transition: all 0.7s ease ;
  transition: all 0.7s ease ;
  z-index: 40;
  opacity: 1;
}
.ccm-page #animation_bot {
  bottom: -80px;
  z-index: 55;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.7s ease ;
  -o-transition: all 0.7s ease ;
  transition: all 0.7s ease ;
}
@media screen and (max-width: 1025px) {
}
.ccm-page .slide0active #animation_bot {
  bottom: -280px;
}
.ccm-page .notewrap {
  width: 20%;
  text-align: center;
  float: left;
  height: 100px;
}
.ccm-page .slide.slideactive .slide__kop,
.ccm-page .slide.slideactive .slide__tekst {
  margin-left: 0px;
  opacity: 1;
}
.ccm-page .whitespace {
  margin-bottom: 6em;
}
.ccm-page .container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.ccm-page img-responsive {
  max-width: 100%;
  height: auto;
}
.ccm-page .slide__content {
  z-index: 2;
}
.ccm-page .slide__kop {
  font-family: gothamlight;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 9em;
  padding-top: 70px;
  line-height: 1em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 1300px) {
  .ccm-page .slide__kop {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-page .slide__kop {
    padding-top: 0.5em;
    font-size: 5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .slide__kop {
    padding-top: 0.5em;
    font-size: 7em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ccm-page .slide__kop {
    padding-top: 0.5em;
    font-size: 7em;
  }
}
.ccm-page .slide .fotoright .slide__kop {
  font-size: 6em;
}
.ccm-page .slide__kop.tekstgroot {
  font-size: 9em;
}
@media only screen and (max-width: 768px) {
  .ccm-page .slide__kop.tekstgroot {
    padding-top: 0.5em;
    font-size: 5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .slide__kop.tekstgroot {
    padding-top: 0.5em;
    font-size: 7em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ccm-page .slide__kop.tekstgroot {
    padding-top: 0.5em;
    font-size: 7em;
  }
}
.ccm-page .slide__kop.tekstmiddel {
  font-size: 6em;
}
@media only screen and (max-width: 768px) {
  .ccm-page .slide__kop.tekstmiddel {
    padding-top: 0.5em;
    font-size: 5em;
  }
}
.ccm-page .slide__tekst {
  margin-top: 0px;
  font-size: 1em;
}
.ccm-page div.slide__menuname {
  display: none;
}
.ccm-page .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.ccm-page .fotoleft {
  float: left;
  margin-right: 5%;
}
.ccm-page .fotoright {
  margin-left: 75%;
}
@media only screen and (max-width: 768px) {
  .ccm-page .fotoright {
    margin-left: 0%;
  }
}
.ccm-page .foto25 {
  margin-left: 25%;
}
@media only screen and (max-width: 768px) {
  .ccm-page .foto25 {
    margin-left: 0%;
  }
}
.ccm-page .foto50 {
  margin-left: 50%;
}
@media only screen and (max-width: 768px) {
  .ccm-page .foto50 {
    margin-left: 0%;
  }
}
.ccm-page .foto70 {
  margin-left: 70%;
}
@media only screen and (max-width: 768px) {
  .ccm-page .foto70 {
    margin-left: 0%;
  }
}
.ccm-page .default {
  color: #B75149;
}
.ccm-page .rood {
  background-color: #B75149;
  background-size: cover;
  background-position: center top;
}
.ccm-page .blauw {
  background-color: #2E789A;
  background-size: cover;
  background-position: center top;
}
.ccm-page .wit {
  background-color: white;
  background-size: cover;
  background-position: center top;
}
.ccm-page .zwart {
  background-color: black;
  background-size: cover;
  background-position: center top;
}
.ccm-page .breedte1 {
  width: 20%;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .breedte1 {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-page .breedte1 {
    width: 90%;
    margin-left: 5%;
  }
}
.ccm-page .breedte2 {
  width: 25%;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .breedte2 {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-page .breedte2 {
    width: 90%;
    margin-left: 5%;
  }
}
.ccm-page .breedte3 {
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .breedte3 {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-page .breedte3 {
    width: 90%;
    margin-left: 5%;
  }
}
.ccm-page .breedte4 {
  width: 30%;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .ccm-page .breedte4 {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-page .breedte4 {
    width: 90%;
    margin-left: 5%;
  }
}
.whitespace--sm {
  height: 2em;
}
.whitespace--md {
  height: 4em;
}
.whitespace--lg {
  height: 8em;
}
.whitespace-visible--mobile,
.whitespace-visible--tablet,
.whitespace-visible--laptop,
.whitespace-visible--desktop {
  display: none;
}
@media (max-width: 768px) {
  .whitespace-visible--mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .whitespace-visible--tablet {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .whitespace-visible--laptop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .whitespace-visible--desktop {
    display: block;
  }
}
.whitespace--edit-mode {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.02);
}
