@charset "UTF-8";
/* Typography */
/* Corporate Identity Colors */
/* Helpers */
/* Workshop items */
/* Input fields */
/* Errors */
/* Button colors */
/* Checkbox colors */
/* Calendar slots */
/* Size variables */
/* The percentages in the size variables represent pixels in the design. But
  we need to calculate percentages so it is responsove. */
/*

List of classes / items

  -- Buttons

  .button-large
  .button-mega
  .button-right
  .week-button

  -- Form fields

  textarea
  input
  checkbox
  checkbox.checkbox-description

  -- Items

  ul
  li
  ul.list-styled

  -- Typography

  h1
  h2
  h3
  h4
  h5
  h6
  p
  p.subheader

  -- Miscellaneous

  .selection

*/
/* Columns */
/* Containers */
/* Helpers */
.main-container p::selection, .main-container h1::selection, .main-container h2::selection, .main-container h3::selection, .main-container h4::selection, .main-container h5::selection, .main-container h6::selection, .main-container span::selection {
  background-color: #FFFFFF;
  color: #001233; }

.main-container .tertiary-container p::selection, .main-container .tertiary-container h1::selection, .main-container .tertiary-container h2::selection, .main-container .tertiary-container h3::selection, .main-container .tertiary-container h4::selection, .main-container .tertiary-container h5::selection, .main-container .tertiary-container h6::selection, .main-container .tertiary-container span::selection {
  background-color: #FFFFFF;
  color: #001233; }

.main-container .main-column p::selection, .main-container .main-column h1::selection, .main-container .main-column h2::selection, .main-container .main-column h3::selection, .main-container .main-column h4::selection, .main-container .main-column h5::selection, .main-container .main-column h6::selection, .main-container .main-column span::selection {
  background-color: #001233;
  color: #FFFFFF; }

.main-container .main-column .explenation-bar p::selection, .main-container .main-column .explenation-bar h1::selection, .main-container .main-column .explenation-bar h2::selection, .main-container .main-column .explenation-bar h3::selection, .main-container .main-column .explenation-bar h4::selection, .main-container .main-column .explenation-bar h5::selection, .main-container .main-column .explenation-bar h6::selection, .main-container .main-column .explenation-bar span::selection, .main-container .main-column .interaction-bar p::selection, .main-container .main-column .interaction-bar h1::selection, .main-container .main-column .interaction-bar h2::selection, .main-container .main-column .interaction-bar h3::selection, .main-container .main-column .interaction-bar h4::selection, .main-container .main-column .interaction-bar h5::selection, .main-container .main-column .interaction-bar h6::selection, .main-container .main-column .interaction-bar span::selection {
  background-color: #FFFFFF;
  color: #001233; }

p {
  font-family: "Crimson Text";
  font-size: 16px;
  line-height: 1.5; }
  p b, p strong {
    font-weight: bold; }

p + p {
  margin-top: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One";
  font-weight: normal; }

a {
  color: #FFFFFF;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 18px;
  margin-bottom: 13.5px;
  line-height: 34.2px; }

h2 {
  font-size: 36px;
  margin-bottom: 35px;
  line-height: 43.2px; }

.template-1 h1 {
  font-size: 21px; }

.template-1 h2 {
  font-size: 36px; }

h3 {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px; }

h3::before {
  content: '» '; }

h4 {
  font-size: 21px;
  margin: 30px 0px 10px 0px; }

h5 {
  font-size: 13.5px;
  text-decoration: underline; }

h6 {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 4px; }

p.subtext {
  font-size: 13.5px;
  margin-bottom: 17px;
  line-height: 16.2px; }

p.hypertext {
  font-size: 24px;
  line-height: 28.8px; }

.tertiary-container {
  color: #FFFFFF;
  text-align: center;
  font-size: 17px; }

/* Error message */
#errorMessage {
  background-color: #001233;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 10px 25px;
  min-height: 110px;
  padding-top: 50px; }
  #errorMessage h1 {
    font-size: 17px;
    margin: 0px; }
  #errorMessage h2 {
    margin: 0px; }
  #errorMessage p {
    font-size: 12px; }
    #errorMessage p a {
      text-decoration: underline; }
  #errorMessage #errorMessageClose {
    width: auto;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer; }
    #errorMessage #errorMessageClose div, #errorMessage #errorMessageClose svg {
      width: 25px;
      height: 25px; }

[type="text"], [type="tel"], [type="email"] {
  font-family: "Crimson Text"; }

text {
  font-family: "Crimson Text"; }

.button, p.button, div.button > p {
  font-family: "Yeseva One", cursive;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF; }

* {
  -webkit-tap-highlight-color: transparent; }

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: #001233;
  display: block; }

@media (min-width: 1280px) {
  #loader {
    display: none; } }

#spinner:before, #spinner:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  margin: -75px 0 0 -75px;
  border: 16px solid transparent;
  border-radius: 50%;
  border-top: 16px solid #7F77B7;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s ease infinite;
  animation: spin 2s ease infinite; }

#spinner:after {
  border-top: none;
  border: 16px solid transparent;
  border-bottom: 16px solid #FFFFFF; }

#loader-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #e5e3f0;
  z-index: 999;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  font-size: 18px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes button-press {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(0.95); } }

@keyframes button-hover {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

div.button:active, p.button:active, button:active, .workshop-item:active, #errorMessageCloseButton:active {
  animation-name: button-press;
  animation-duration: 0.2s;
  animation-fill-mode: both; }

.calendar-previous-week:hover, .calendar-next-week:hover {
  animation-name: button-hover;
  animation-duration: 0.2s;
  font-weight: normal;
  animation-fill-mode: both;
  cursor: pointer; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.editable-textarea:hover,
.editable-textarea:active,
.editable-textarea:focus {
  outline: 0px;
  -webkit-appearance: none;
  box-shadow: 0 0 0 0; }

#confirmDateTime, #s7returnClick {
  display: none; }

#licensePlateOk {
  margin-bottom: 30px; }

/* Mobile */
body {
  background-color: #FFFFFF;
  font-family: "Crimson Text"; }

.secondary-container {
  background: url(../images/publicmonkey/karliekloss.png);
  background-color: #FFFFFF;
  background-size: cover;
  background-position: top; }

.main-container {
  color: #FFFFFF;
  background-color: #FFFFFF; }
  .main-container a {
    color: #FFFFFF; }
  .main-container .main-column {
    color: #001233; }
    .main-container .main-column a {
      color: #001233; }
  .main-container .explenation-bar {
    color: #001233; }
    .main-container .explenation-bar a {
      color: #001233; }
  .main-container .interaction-bar {
    color: #001233; }
    .main-container .interaction-bar a {
      color: #001233; }

.tertiary-container {
  background-color: #001233; }

/* Typography */
/* Buttons */
:root {
  /* if u want to change the color of
       * the ripple change this value
      */
  --color-ripple: rgba(127, 119, 183,0.3); }

*[data-animation="ripple"] {
  position: relative;
  /*Position relative is required*/
  cursor: pointer; }

.bubbly-button {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s; }
  .bubbly-button:focus {
    outline: 0; }
  .bubbly-button:before, .bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat; }
  .bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, transparent 20%, #001233 20%, transparent 30%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, transparent 10%, #001233 15%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%; }
  .bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, transparent 10%, #001233 15%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%), radial-gradient(circle, #001233 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%; }
  .bubbly-button:active {
    transform: scale(0.9);
    background-color: #00091a;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); }
  .bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards; }
  .bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards; }

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%; } }

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%; } }

.button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px; }

div.button, .tertiary-container {
  background-color: #001233; }

div.button {
  margin-top: 40px;
  border-radius: 3.5px;
  padding: 15px 25px 15px 25px;
  cursor: pointer; }

div.button:hover, .tertiary-container:hover {
  color: #FFFFFF;
  background-color: #00102d;
  cursor: pointer; }

.tertiary-container:hover > p {
  font-weight: bold; }

div.button:active, .tertiary-container:active, p.button:active, button:active {
  background-color: #001233; }

div.button > p {
  margin-bottom: 0px;
  padding-bottom: 0px; }

div.button > p > b {
  font-weight: bold; }

p.button, button {
  border-radius: 3.5px;
  color: #FFFFFF;
  font-size: 17px;
  padding: 11px 12px;
  display: inline-block;
  margin-top: 7px;
  outline: 0;
  cursor: pointer;
  border: none;
  background-color: #001233; }

p.button-datetime {
  border-radius: 3.5px;
  background-color: #001233;
  color: #FFFFFF;
  padding: 11px 12px;
  margin-top: 7px;
  outline: 0;
  cursor: pointer;
  border: 1px solid transparent;
  display: none; }

.return-to-confirmation {
  border-radius: 3.5px;
  background-color: #001233;
  color: #FFFFFF;
  font-size: 17px;
  padding: 11px 12px;
  margin-top: 7px;
  outline: 0;
  cursor: pointer;
  border: none; }

p.button-right {
  float: right; }

.confirmation-button b {
  font-weight: bold; }

.confirmation-button:hover {
  cursor: pointer;
  font-weight: bold; }
  .confirmation-button:hover div p {
    color: #FFFFFF; }

#S0continueClickMt p {
  display: inline-block; }

#S0continueClickMt br {
  content: ' ';
  display: inline-block;
  width: 100%; }

.button-nav {
  width: auto;
  cursor: pointer; }

.button-nav-left {
  text-align: left;
  float: left; }

.button-nav-right {
  text-align: right;
  float: right; }

.button-right {
  float: right; }

div.button-container > p.button-confirm {
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; }

/* Werkzaamheden */
.template-3 h3 {
  margin-top: 40px; }

/* Forms */
label.inputFieldLabel {
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #001233;
  display: block; }

label.inputFieldLabel ~ br {
  display: none; }

input[type="text"], input[type="tel"], input[type="email"] {
  height: 43px;
  border-radius: 3.5px;
  background-color: #FFFFFF;
  border: 1px solid rgba(10, 10, 10, 0.1);
  color: #001233;
  padding: 0 10px 0 10px;
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  box-sizing: border-box;
  display: block;
  font-size: 17px; }

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #e5e3f0 inset; }

input[type="text"]::placeholder {
  color: rgba(17, 17, 17, 0.6); }

.editable-textarea {
  border-radius: 3.5px;
  background-color: #FFFFFF;
  border: 1px solid rgba(10, 10, 10, 0.1);
  color: #001233;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  resize: none;
  line-height: 21px;
  min-height: 150px;
  caret-color: #001233; }

.editable-textarea::selection {
  color: #FFFFFF;
  background: #7F77B7; }

.editable-textarea:active, .editable-textarea:focus {
  box-shadow: 0px 0px 5px 0px #001233; }

/*

    *::-webkit-scrollbar
    {
      width: 10px;
    }

    *::-webkit-scrollbar-track
    {
      background-color: $purple;
    }

    *::-webkit-scrollbar-thumb
    {
      background-color: $darkblue;
      border-radius: 2px;
      margin-left: 5px;
      margin-right: 5px;
    }

    *::-webkit-scrollbar-thumb:hover
    {

    }

    *::-webkit-scrollbar-button
    {

    }

    *::-webkit-resizer
    {

    }

  */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13.5px;
  min-height: 30px; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container input:focus {
  background-color: none; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 3px solid rgba(10, 10, 10, 0.1);
  border-radius: 12.5px;
  box-sizing: border-box; }

.checkmark:active {
  background-color: #FFFFFF; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #FFFFFF; }

/* When the checkbox is checked, add a green background */
.container input:checked ~ .checkmark {
  background-color: #001233;
  border: 3px solid #FFFFFF; }

.container input:checked:hover ~ .checkmark {
  background-color: #001233;
  border: 3px solid #FFFFFF; }

.workshop-item {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  background-color: #FFFFFF;
  border-radius: 3.5px;
  color: #001233;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border: 1px solid rgba(10, 10, 10, 0.1); }
  .workshop-item hr {
    width: 70%;
    border-top: 1px solid rgba(10, 10, 10, 0.1);
    margin: 0;
    margin-top: 5px; }
  .workshop-item input {
    display: none; }
  .workshop-item input:focus {
    background-color: none; }
  .workshop-item div:first-child {
    clear: both;
    display: flex;
    align-items: flex-start; }
    .workshop-item div:first-child p {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .workshop-item div:first-child .workshop-item-name {
      width: 65%;
      font-size: 17px;
      line-height: 20px; }
    .workshop-item div:first-child .workshop-item-price {
      width: 30%;
      font-size: 17px;
      padding-left: 5%;
      line-height: 20px; }
  .workshop-item div .workshop-item-description {
    width: 100%;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 0px;
    line-height: 14px; }

.workshop-item-hovering {
  background-color: #e5e3f0; }

.workshop-item-supplement {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 50px; }

.workshop-item-no-price {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13.5px;
  background-color: #FFFFFF;
  border-radius: 3.5px;
  color: #001233;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border: 1px solid rgba(10, 10, 10, 0.1); }
  .workshop-item-no-price input {
    display: none; }
  .workshop-item-no-price input:focus {
    background-color: none; }
  .workshop-item-no-price input:hover {
    background-color: #e5e3f0; }
  .workshop-item-no-price div p {
    padding-bottom: 0px; }

.workshop-item-checked {
  background-color: #001233;
  color: #FFFFFF; }

.workshop-item-checked.workshop-item-hovering {
  background-color: #00102d; }

.calendar > div > svg g.column {
  fill: rgba(0, 0, 0, 0); }

.calendar > div > svg g.time rect {
  fill: transparent; }

.calendar > div > svg g.time text {
  fill: #FFFFFF; }

.calendar > div > svg g.slot {
  fill: #FFFFFF; }

.calendar > div > svg g.slot > rect.slot-background {
  fill: #FFFFFF; }

.calendar > div > svg g.slot > rect[data-plannable1="undefined"] {
  fill: #ececff;
  stroke: #ececff;
  stroke-width: 0.3px; }

.calendar > div > svg g.slot > rect[data-plannable1="true"] {
  fill: #8CC63F;
  stroke: #FFFFFF;
  stroke-width: 0.3px; }

.calendar > div > svg g.slot > rect[data-plannable1="true"]:hover:not(.slot-selected) {
  fill: #709e32;
  stroke: #FFFFFF;
  stroke-width: 0.3px;
  cursor: pointer; }

.calendar > div > svg g.slot > rect.slot-selected {
  fill: #001233;
  stroke: #FFFFFF;
  stroke-width: 0.3px; }

.calendar > div > svg g.slot > rect.slot-selected:hover {
  fill: #00102d;
  stroke: #FFFFFF;
  cursor: pointer; }

ul.pseudo-list li {
  display: block;
  background-color: #FFFFFF;
  color: #001233;
  position: relative;
  user-select: none;
  border-radius: 3.5px;
  padding: 10px 15px 10px 15px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 16.2px;
  border: 1px solid rgba(10, 10, 10, 0.1); }
  ul.pseudo-list li::selection {
    background-color: #001233;
    color: #FFFFFF; }
  ul.pseudo-list li p {
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 16.2px; }

div.pseudo-textarea, p.pseudo-textarea {
  border-radius: 3.5px;
  background-color: #FFFFFF;
  border: 1px solid rgba(10, 10, 10, 0.1);
  color: #001233;
  padding: 10px 10px 30px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  resize: none;
  line-height: 21px;
  display: block;
  min-height: 100px; }
  div.pseudo-textarea::selection, p.pseudo-textarea::selection {
    background-color: #7F77B7;
    color: #FFFFFF; }

.template-4 .main-container {
  color: #001233; }
  .template-4 .main-container .calendar-opening .calendar-selected {
    background-color: #FFFFFF;
    color: #001233;
    font-size: 12px;
    padding-top: 30px; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-indication {
      color: #001233; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-navigation p + p {
      margin-top: 0; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen {
      background-color: #001233;
      color: #FFFFFF;
      padding-top: 20px;
      padding-bottom: 20px; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen > p {
        padding-bottom: 3px; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen p, .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen span {
        text-align: center;
        display: block; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen span {
        font-size: 21px; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen .navigation-buttons {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block; }
        .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen .navigation-buttons p {
          border: 1px solid #FFFFFF; }
        .template-4 .main-container .calendar-opening .calendar-selected .calendar-chosen .navigation-buttons .return-to-confirmation {
          border: 1px solid #FFFFFF;
          box-sizing: border-box;
          margin-left: auto;
          margin-right: auto;
          max-width: 250px; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-indication {
      display: block;
      text-align: center; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-indication p {
        padding-bottom: 3px; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-navigation .calendar-previous-week::before {
      content: '« '; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-navigation .calendar-next-week {
      float: right; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-navigation .calendar-next-week::after {
      content: ' »'; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-date-time-container svg {
      padding-top: 10px; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-date-time-container svg g rect {
        fill: transparent; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-date-time-container svg g text {
        fill: #001233; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .button-datetime-continue {
      text-align: center;
      padding: 20px 0px; }
    .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .button-datetime-continue:hover {
      cursor: pointer; }

.template-7 h3 {
  padding-left: 0px;
  padding-bottom: 5px;
  font-size: 21px; }

.template-7 button {
  margin-bottom: 30px; }

/* Tablet Portrait */
@media (min-width: 768px) {
  #S0continueClickMt p {
    display: inline-block;
    width: 100%;
    text-align: center; }
  #S0continueClickMt br {
    content: ' ';
    display: inline;
    width: 100%; }
  #S0continueClickMt br:after {
    content: ' '; }
  #errorMessage {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 170px; }
    #errorMessage h1, #errorMessage h2, #errorMessage p {
      margin-left: auto;
      margin-right: auto;
      display: block !important;
      width: 80%; }
    #errorMessage h1 {
      display: inline-block;
      text-decoration: underline;
      margin-bottom: 5px;
      font-size: 24px; }
    #errorMessage h2 {
      margin-bottom: 0px;
      font-size: 21px; }
    #errorMessage p {
      font-size: 17px;
      font-style: italic;
      line-height: 21px; }
  .workshop-item-supplement {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  /* Helpers */
  .workshop-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .calendar > div > svg g.column {
    fill: transparent; } }

/* Tablet Landscape */
/* Desktop */
@media (min-width: 1280px) {
  body {
    background-color: #001233; }
  .explenation-bar {
    background-color: #FFFFFF; }
  .subtext {
    font-size: 17px;
    line-height: 20px; }
  .calendar > div > svg g.column {
    fill: transparant; }
  .calendar-selected, .calendar {
    background-color: #001233; }
  p.button, .button, .button-datetime, .return-to-confirmation {
    border: 1px solid #FFFFFF;
    background-color: transparent; }
  p.button:hover, .button:hover, .button-datetime:hover, .return-to-confirmation:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
  p.button:active, .button:active, .button-datetime:active, .return-to-confirmation:active {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transform: scale(0.95); }
  .button-nav-left, .button-nav-right {
    text-align: center; }
  /* Create a custom checkbox */
  .checkmark {
    background-color: #FFFFFF;
    border: 3px solid #FFFFFF; }
  .checkmark:active {
    background-color: #FFFFFF; }
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #FFFFFF; }
  /* When the checkbox is checked, add a green background */
  .container input:checked ~ .checkmark {
    background-color: #7F77B7;
    border: 3px solid #FFFFFF; }
  .container input:checked:hover ~ .checkmark {
    background-color: #655f92;
    border: 3px solid #FFFFFF; }
  .workshop-item-checked {
    background-color: #7F77B7;
    color: #FFFFFF; }
  .workshop-item-checked.workshop-item-hovering {
    background-color: #655f92; }
  /* Error message */
  #errorMessage {
    background-color: red;
    padding-top: 100px;
    padding-bottom: 70px; }
    #errorMessage h1, #errorMessage h2, #errorMessage p {
      color: #FFFFFF; }
    #errorMessage h1 {
      text-decoration: none;
      font-size: 36px;
      margin-bottom: 40px; }
    #errorMessage h2 {
      font-size: 21px; }
    #errorMessage p {
      font-size: 17px;
      box-sizing: border-box;
      padding-right: 600px; }
  /* Checkboxes */
  .container:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.75); }
  /* Template 1: Afspraak maken */
  .template-1 .main-container {
    background-color: #FFFFFF;
    color: #FFFFFF; }
  /* Template 2: Wat is het kenteken van uw auto? */
  .template-2 .main-container {
    color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0; }
    .template-2 .main-container .main-column .explenation-bar {
      font-size: 17px; }
    .template-2 .main-container .main-column .interaction-bar {
      height: 100%;
      color: #FFFFFF;
      background-color: #001233; }
      .template-2 .main-container .main-column .interaction-bar label.inputFieldLabel {
        color: #FFFFFF; }
      .template-2 .main-container .main-column .interaction-bar > div {
        min-width: 370px; }
  /* Template 3: Werkzaamheden */
  .template-3 .main-container {
    color: #FFFFFF; }
    .template-3 .main-container .main-column .explenation-bar {
      background-color: #FFFFFF; }
    .template-3 .main-container .main-column .interaction-bar {
      background-color: #001233;
      color: #FFFFFF; }
      .template-3 .main-container .main-column .interaction-bar a {
        color: #FFFFFF; }
      .template-3 .main-container .main-column .interaction-bar > div {
        min-width: 370px; }
      .template-3 .main-container .main-column .interaction-bar p + label {
        margin-top: 40px; }
      .template-3 .main-container .main-column .interaction-bar h3 {
        margin-top: 60px; }
  .workshop-item-hovering {
    background-color: #e5e3f0; }
  /* Template 4: Calendar */
  .template-4 .main-container {
    color: #FFFFFF; }
    .template-4 .main-container .calendar-opening {
      color: #FFFFFF; }
      .template-4 .main-container .calendar-opening .calendar-selected {
        background-color: #001233;
        padding-top: 80px; }
        .template-4 .main-container .calendar-opening .calendar-selected .calendar-indication {
          color: #FFFFFF; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-date-time-container svg g text {
        fill: #FFFFFF; }
      .template-4 .main-container .calendar-opening .calendar-selected .calendar-container-float .calendar-navigation p {
        padding: 10px 15px 10px 15px; }
    .template-4 .main-container .calendar div svg g text {
      font-size: 2px; }
  /* Persoonlijke gegevens */
  .template-7 .main-container, .template-6 .main-container, .template-5 .main-container, .template-4 .main-container {
    color: #FFFFFF;
    background-color: #001233; }
    .template-7 .main-container .main-column > .interaction-bar, .template-6 .main-container .main-column > .interaction-bar, .template-5 .main-container .main-column > .interaction-bar, .template-4 .main-container .main-column > .interaction-bar {
      color: #FFFFFF; }
      .template-7 .main-container .main-column > .interaction-bar .column-indented, .template-6 .main-container .main-column > .interaction-bar .column-indented, .template-5 .main-container .main-column > .interaction-bar .column-indented, .template-4 .main-container .main-column > .interaction-bar .column-indented {
        min-width: 350px; }
      .template-7 .main-container .main-column > .interaction-bar label.inputFieldLabel, .template-6 .main-container .main-column > .interaction-bar label.inputFieldLabel, .template-5 .main-container .main-column > .interaction-bar label.inputFieldLabel, .template-4 .main-container .main-column > .interaction-bar label.inputFieldLabel {
        color: #FFFFFF; }
    .template-7 .main-container .main-column > .interaction-bar > div, .template-6 .main-container .main-column > .interaction-bar > div, .template-5 .main-container .main-column > .interaction-bar > div, .template-4 .main-container .main-column > .interaction-bar > div {
      min-width: 350px; }
  /* Template 7: Controleren & Bevestigen */
  .calendar > div > svg g.slot > rect[data-plannable1="undefined"] {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    stroke-width: 0.3px; }
  .calendar > div > svg g.slot > rect[data-plannable1="true"] {
    fill: #8CC63F;
    stroke: #8CC63F;
    stroke-width: 0.3px; }
  .calendar > div > svg g.slot > rect[data-plannable1="true"]:hover:not(.slot-selected) {
    fill: #709e32;
    stroke: #8CC63F;
    stroke-width: 0.3px;
    cursor: pointer; }
  .calendar > div > svg g.slot > rect.slot-selected {
    fill: #7F77B7;
    stroke: #FFFFFF;
    stroke-width: 0.3px; }
  .calendar > div > svg g.slot > rect.slot-selected:hover {
    fill: #7F77B7;
    stroke: #FFFFFF;
    cursor: pointer; } }
