﻿@import url("/LiverpoolTheme/Theme.LiverpoolTheme.css?14877");

/* @font-face {
      font-family: 'dinbold';
      src: url("/VoorrangsportaalBaseTheme/font.eot");
      src: url("../fonts/din-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("/VoorrangsportaalBaseTheme/font.woff") format("woff"), url("/VoorrangsportaalBaseTheme/font.ttf") format("truetype"), url("../assets/web/fonts/din-bold-webfont.svg#dinbold") format("svg");
      font-weight: normal;
      font-style: normal;
}  */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

:root {
    --menuTextWhite: none;                                       /* kiezen tussen 'none' (niet zichtbaar) en 'unset' (wel zichtbaar) */
    --menuTextBlack: unset;                                      /* kiezen tussen 'none' (niet zichtbaar) en 'unset' (wel zichtbaar) */
    --menuNotificatieBerichtenZwartGroen: var(--menuTextBlack);  /* kiezen tussen 'none' (niet zichtbaar) en 'unset' (wel zichtbaar) */
    --menuNotificatieBerichtenZwartRood: none;                   /* kiezen tussen 'none' (niet zichtbaar) en 'unset' (wel zichtbaar) */
    --menuNotificatieBerichtenWitGroen: var(--menuTextWhite);    /* bij wit menu, dient deze ook wit te zijn */      
    --menuText: #000;

    --white: #fff;
    --lightgrey: #e7e8e9;
    --darkgrey: #373938;
    --greyblack: #2e2c2c;
    --black: #000;
    --grey: #A6A6A6;
    --midgrey: #818281;
    --lightred: #DBAAA3;
    --red: #DD7777;
    --green: #91AC8C;
    --brightgreen: #7EAC86;
}

body {
      background-color: var(--lightgrey);
      font-family: "Hind", sans-serif;
      font-weight: normal;
      text-align: left;
      font-size: 16px;
      line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Hind", sans-serif;
    font-weight: 500;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: var(--darkgrey);
    font-weight: 400;
    line-height: 1;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}

.background {
    height: 100%;
    left: 50%;
    margin-left: -750px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.container {
    background-color: var(--white);
    margin-top: 50px;
    margin-bottom: 200px;
    padding: 50px 65px 100px 65px;
    border-radius: 0px 0px 50px;
}
.container #img-footer{
    float:right;
    max-width: 92px;
    margin-left: 20px;
}

abbr {
    white-space: nowrap;
}
abbr:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  display: inline-block;
  margin-right:5px;
}

.tooltip-inner {
    text-align: left;
    min-width:auto;
    max-width:350px;
}

.container .footer {
    text-align: right ;
    line-height: 52px;
    font-size: 14px;
    margin-top: 25px;
}

p {
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 1em;
    color: var(--black);
}

.arrow-link {
    display: inline-block;
    margin-bottom: 2em;
    padding-right: 45px;
}
.arrow-link.orange {
    color: var(--grey);
}
.arrow-link.orange:hover {
    color: var(--grey);
    text-decoration: none !important;
}

/* Buttons */

.continue, .return {
    border: none;
    background: none;
    font-family: "Hind",sans-serif;
}

.continue {
    color: var(--black);
    padding-right: 35px;
    margin-left: 10px;
}

.continue:hover {
    color: var(--midgrey);
}

.return {
    color: var(--black);
    padding-left: 35px;
}

.return:hover {
    color: var(--midgrey);
}

.m_description {
    display: none;
}

.glyphicon {
    font-size: 16px;
}

.input-group-addon.validation-error {
    background-color: var(--lightred);
    color: var(--white);
}

.input-group-addon.validation-success {
    background-color: var(--green);
    color: var(--white);
}

.hideshowjs{
    display: none;
}

.heightTextarea{
    height: 100px !important;
}

#nietgelukt a, #geenkag a{
    margin-top: 10px;
}

a.continue:hover{
    text-decoration: none;
}

/* Buttons **************************/
.Buttons {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    text-decoration: none;
}

.Button:visited,
.Button:link {
    color: var(--darkgrey);
    font-size: 14px;
}

.Button:active {
    box-shadow: inset 0 10px 20px rgba(0,0,0,.25);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: var(--black);
      border: 2px solid var(--black);
      color: var(--white);
      transition: 0.5s ease-in-out;
    text-shadow: none;
}

/*  Remove additional spacing (padding) added by the FF browser  **************************/
.Button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.Button.Cancel,
a.ActionDelete {
    background-color: transparent;
    border-color: var(--darkgrey);
    color: var(--black);
}

.Button.Success {
    background-color: var(--green);
    color: var(--white);
}

.Button.Neutral {
    background-color: #fcfcfc;
}

.Button.Danger {
    background-color: var(--lightred);
    border-color: var(--darkgrey);
    color: var(--white);
}

.Button.Link {
    background-color: transparent;
    border-color: transparent;
    color: var(--black);
}

.Button.Small:visited,
.Button.Small:link {
    font-size: 11px;
    height: 26px;
    line-height: 24px;
}

/* Responsive Context **************************/
.desktop .Button:active,
.desktop a.Button:active {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .25) inset;
}

.desktop .Button.Cancel:hover {
    background-color: var(--lightgrey);
    border-color: var(--darkgrey);
    color: var(--black);
}

.desktop .Button.Success:hover {
    background-color: var(--brightgreen);
}

.desktop .Button.Danger:hover {
    background-color: var(--lightred);
    border-color: var(--lightred);
}

.desktop .Button.Link:hover {
    background-color: transparent;
    border-color: var(--red);
    color: var(--red);
}

.phone .Button,
.tablet .Button,
.phone a.Button,
.tablet a.Button {
    padding-top: 0;
}

/* Accordeon */
.AccordionVertical {
    border-radius: 0;
    background-color: var(--white);
    margin-top: 30px;
    border: 1px solid var(--lightgrey) !important;
    border-bottom: 4px solid var(--lightgrey) !important;
}

.AccordionVertical___icon {
    border-left: 0;
}
.AccordionVertical_Item .ToggleOpen {
    float: right;
    margin-top: -23px;
}
.AccordionVertical_Item .ToggleOpen .fa {
    color: var(--black);
}
.AccordionVertical_Item.Open .ToggleOpen .fa-chevron-down::before {
    content: "\f077";
}

.AccordionVertical_Item:last-child {
    border-top: 0 !important;
}
.AccordionVertical_Item {
    border-bottom: 1px solid var(--lightgrey) !important;
    padding: 30px 40px;
}
.AccordionVertical___icon > .fa {
    border: 0;
    border-radius: 0;
    color: var(--black);
    font-size: 30px;
    font-weight: bold;
}

.AccordionVertical___title {
    color: var(--black);
}
.AccordionTitle {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
}
.AccordionSubTitleContainer {
    margin-left: 48px;
}
.AccordionSubTitle {
    
    font-size: 13px;
    color: var(--darkgrey); 
    margin-top: 15px;
    display: inline-block;    
}
.AccordionSequenceNr {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 2px;
    background: transparent;
    border: 2px solid var(--grey);
    color: var(--midgrey);
    text-align: center;
    font: 14px;
    display: inline-block;
    line-height: 24px;
    margin-right: 20px;
    vertical-align: text-bottom;
    padding-top: 0px;
}
.AccordionSubTitleContainer.Error .AccordionSubTitle {
    color: var(--red);
}

.AccordionSubTitleContainer.Error .fa.fa-fw.fa-close.fa-2x {
    display: inline-block !important;
    width: 0.7em;
    text-align: left;    
}
.AccordionSubTitleContainer.Error .fa.fa-fw.fa-close:before {
    content: "\f06a";
    color: var(--red);
    font-size: 14px;
}

.fa.fa-fw.fa-check.fa-2x, .fa.fa-fw.fa-close.fa-2x {display: none;}
.AccordionVertical__header {
    padding: 30px 40px 40px;
}

.AccordionItem.Completed {
    background-color: var(--lightgrey);
}
.AccordionTitleContainer.Completed .AccordionTitle {
    color: #3f5363;
}
.AccordionTitleContainer.Completed .AccordionSequenceNr {
    color: #3f5363;
    border: 2px solid #3f5363;
}
.AccordionSubTitleContainer.Completed .AccordionSubTitle {
    color: #999999;
}

.AccordionItem:hover .AccordionTitleContainer .AccordionTitle {
    color: #3f5363;
}
.AccordionItem:hover .AccordionTitleContainer .AccordionSequenceNr {
    color: #3f5363;
    border: 2px solid #3f5363;
}
.AccordionItem:hover .AccordionSubTitleContainer .AccordionSubTitle {
    color: #999999;
}

.AccordionVertical_Item.open .AccordionVertical___icon > .fa {
    background-color: transparent;
    border: 0;
    color: #999999;
}

.AccordionVertical_Item.open .AccordionVertical__content {
    border-top: 0;
    padding: 0 40px 30px;
}

.AccordionVertical_Item.open .AccordionVertical__header {
    border-top: 0;
    font-weight: normal;
    padding-top: 30px;
}

/* Accordeon V2 */
.AccordionItem {
    border: 1px solid rgba(120,120,120,0.7);
    padding: 40px;
}

.Accordion_Content {
    padding: 0 48px;
}

.AccordionVertical_Item hr {
    color: #eeeeee;
}

.InputContainer {min-height: 90px;}

.melding {
    padding: 20px 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    margin-top: 20px;
}

.melding-info {
  background-color: var(--lightred);
  border-color: var(--lightred);
  color: var(--black) !important;
}

.melding-fout {
  background-color: var(--lightred);
  border-color: var(--lightred);
  color: var(--black) !important;
}

.melding-succes {
    background-color: var(--brightgreen);
    border-color: var(--brightgreen);
    color: var(--darkgrey);
}

/* tbv mobile friendly design */
@media (max-width: 768px) {
    .container {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px;
    }

    .background {
        display: none;
    }

    p {
        text-align: left;
    }
}

@media screen and (min-width:100px) and (max-width:990px){
    form.dropzone div.dropheader {
        width: 100% !important;
        min-height: 30px !important;
        height: auto !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    form.dropzone div.dz-preview {
        text-align: center !important;
    }
    form.dropzone div.dz-image {
        background-repeat: no-repeat !important; max-width: 253px !important;
        margin: 0 auto 0 auto !important; position: initial !important;
    }
    form.dropzone a.dz-remove {
        margin-left: 0 !important; left: 0 !important; width: 100% !important; text-align: center !important;
    }
    form.dropzone {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 40.063em) {
    .form-left.Form label {
        width: 100%; 
        display: inline-block;
    }
    .form-left.Form input {
        width: 100%; 
        display: inline-block
    }
    h2, .h2 {
        font-size: 25px;
    }
    html input[type="radio"], html input[type="checkbox"] {
        height: 20px;
        width: 20px;
    }
    .AccordionTitle {
    font-size: 20px;
    }
}

/* ToggleButton **************************/
.ToggleButton {
    background-color: #cfcfcf;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    height: 24px;
    outline: 1px solid transparent;
    -webkit-transition: outline-color .3s ease-out;
            transition: outline-color .3s ease-out;
    width: 40px;
}

.ToggleButton_label {
    color: transparent;
    cursor: pointer;
    display: block;
    height: 24px;
    position: relative;
    transition: left .15s ease-out;
    width: 40px;
}

.ToggleButton_label:after {
    background-color: #fff;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 1px;
    color: #444;
    content: "";
    display: block;
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: left .15s ease-out;
    width: 16px;
}

.ToggleButton_label.changed:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 16px;
    left: 18px;
    position: absolute;
    top: 2px;
    -webkit-transition: left .15s ease-out;
            transition: left .15s ease-out;
    width: 16px;
}

.ToggleButton_label input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    
    
    
    
}

.ToggleButton.changed {
    background-color: var(--grey);
    border-color: rgba(0, 0, 0, .05);
}

.ToggleButton.OSInline.changed {
    background-color: var(--grey);
    border-color: rgba(0, 0, 0, .05);
}

/* tbv accordeons in het Voorrangsportaal */
.AccordionVertical_Item .ToggleOpen {
    float: right;
    margin-top: -33px;
}
.AccordionVertical_Item {
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 20px;
}
.TableRecords_OddLine:first-child, .TableRecords_EvenLine:first-child, .TableRecords_Header:first-child {
    padding-left: 15px;
}

/* ------------- Aanpassingen MDJ ----------------- */

/* tbv uitlijnen van bullet points in het Voorrangsportaal */
ul {
    margin-left: 18px;
}

.Form input.ReadOnly {
    vertical-align: top;
}

.TinyMceTekstContainer ul{
    padding-left: 30px;
}

/*Grote letters */
/* toegevoegd tbv vergoten- en verkleinen lettergrootte vanuit het menu */

body .groteletters, .groteletters span, .groteletters p { font-size: 22px; }

.groteletters .heading1 
{
    font-size: 60px;
    line-height: 70px;
} 
.groteletters .heading2 
{
    font-size: 42px;
    line-height: 54px;
} 
.groteletters .heading3 
{
    font-size: 32px;
    line-height: 42px;
} 

.groteletters .Button, .groteletters .a.Button {
    font-size: 22px;
}

.groteletters .progresstekst, .groteletters .progresstekst span {
    font-size: 22px;
}


/* Vanuit Custom */
.loginlink {
    margin-top: 6px;
}

.melding-info {
  background-color: var(--midgrey);
  border-color: var(--midgrey);
  color: var(--black);
}
.Feedback_Message_Error {
  background-color: var(--lightred);
  border-color: var(--lightred);
  color: var(--black) !important;
}

.melding-succes {
    background-color: var(--green) ;
    border-color: var(--green) ;
    color: var(--black) ;
}

.Headertekst {
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.AlgemeenLogo {
    height: 55px;
}

.VestigingLogo {
  height: 100%;
}
.tabs-header-item.active {
  border-bottom: 3px solid var(--lightgrey);
}
.tabs-header {
  border-bottom: 2px solid var(--darkgrey);
}
.tabs-header {
  border-bottom: 2px solid var(--grey);
}
.tabs-header .tabs-header-item {
  color: #d6d6d6;
}

a,
a:link,
a:visited {
    color: var(--black);
    text-decoration: underline;
    -webkit-transition: color .2s ease-in;
            transition: color .2s ease-in;
}

a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--black);
}

.headerLogoLink:hover, .footer a:hover {
    text-decoration: none;
    border-bottom: none;
}

#wtCtn_CloseButton a {
  text-decoration: none;
  color: var(--black);
}

#wtCtn_CloseButton a:hover {
  text-decoration: none;
  border-bottom: 0px solid var(--black) !important;
}

.Button.ButtonDefault:hover,
.Button.Is_Default:hover {
  box-shadow: 0px 0px 0px 3px white inset, 0px 0px 0px 3px var(--black);
  background-color: var(--black);
  border: 2px solid var(--white);
  border-radius: 0;
}

.Button,
a.Button {
  box-shadow: none;
  height: 45px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 12px;
  background-color: transparent;
  border: 2px solid var(--black);
  color: var(--black);
  transition: 0.5s ease-in-out;
}

.Button:hover,
a.Button:hover {
  box-shadow: 0px 0px 0px 1px white inset, 0px 0px 0px 3px var(--black);
  background-color: transparent;
  border: 2px solid var(--white);
  border-radius: 5px;
}

.Form label {
  color: var(--black);
  font-weight: 600;
  vertical-align: top;
}

.AccordionTitleContainer br {
  display: none;
}

.AccordionVertical_Item .ToggleOpen {
  float: right;
  margin-top: 7px;
}
.AccordionVertical_Item .ToggleOpen .fa {
  color: var(--black) !important;
}
.AccordionVertical_Item .fa-chevron-down:before {
  content: "" \f067"";
}
.AccordionVertical_Item.Open .ToggleOpen .fa-chevron-down::before {
  content: "" \f068"";
}

.BerichtenAanhef {
  font-weight: 600;
  font-size: 28px;
}

.BerichtenBox .fa-envelope-o.fa-lg {
  font-size: 3em;
}

.AantalBerichten {
  color: var(--midgrey);
  font-weight: 600;
  font-size: 28px;
}

.BerichtenBox .tabs .tabs-header-item {
  padding: 0 50px 15px 40px;
  color: #737373;
}

.BerichtenBox .tabs .tabs-header-item.active {
  font-weight: 600;
  color: var(--black);
}

.BerichtenBox .BerichtenTitel {
  margin-bottom: 30px;
}
.AccordionVertical {
  border-bottom: 0px solid #e1e1e1 !important;
}

.BerichtenBox .AccordionTitle {
  font-size: 16px;
  font-weight: normal;
}

.BerichtenBox .AccordionVertical_Item .ToggleOpen {
  margin-top: 0px;
}

.BerichtenBox .ReactieVrager {
  background-color: lightgray;
  padding: 20px;
  margin: 20px 0;
}

.BerichtenBox .ReactieMedewerker {
  background-color: var(--midgrey);
  padding: 20px;
  margin: 20px 0;
}

.Form label.MandatoryLabel:after {
  font-size: 20px;
}

body,
span,
p {
  font-size: 18px;
}

.Progress_bar.Blue {
  background-color: var(--grey);
}

.Progress {
  background-color: var(--lightgrey);
  box-shadow: none;
  margin-top: 17px;
}

.desktop .progresstekst {
  text-align: left;
  margin-top: 11px;
}

.progresstekst,
.progresstekst span {
  font-size: 18px;
}

.divider {
  background: none repeat scroll 0 0 var(--greyblack);
  border-radius: 0;
  height: 0;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
  box-shadow: 0px 0px 0px 1px var(--white) inset, 0px 0px 0px 3px var(--black);
  background-color: var(--black);
  border: 2px solid var(--white);
  border-radius: 0;
}

.desktop .Button:hover,
.desktop a.Button:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
  box-shadow: none;
  border-radius: 0;
}

html input[type="radio"],
html input[type="checkbox"] {
  height: 25px;
  width: 25px;
}

input[type="checkbox"]:after {
    margin-left: 2px;
    margin-top: 2px;
}

input[type="radio"]:before {
  border-color: var(--black);
}

input[type="radio"]:after {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  left: 16%;
  top: 16%;
}

.Heading2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 28px;
}

.Heading3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.vragenoverzichtheader {
  border-top: 2px solid var(--black);
  margin-top: 40px;
  padding-top: 30px;
}

.Heading2.vragenoverzichtheader {
  font-weight: bold;
  margin-bottom: 30px;
}

.vragenoverzichtcontent ul {
  margin-left: 22px;
  margin-bottom: 40px;
}

.Heading2 span {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
}

.Heading2 span.onderstreept {
  position: relative;
  z-index: 2;
}

.Heading2 span.onderstreept::before {
  position: absolute;
  content: "";
  background: var(--midgrey);
  width: 100%;
  height: 22%;
  top: 68%;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}

.Heading2 span.onderstreept:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
}

.TableRecords {
  background: none repeat scroll 0 0 var(--white);
  border-color: var(--lightgrey);
  border-style: solid;
  border-width: 2px 2px 0 2px;
  padding: 0;
}

.TableRecords_Header {
  border-bottom: 2px solid var(--lightgrey);
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

.TableRecords_OddLine,
.TableRecords_EvenLine {
  border-bottom: 2px solid var(--lightgrey);
  padding: 20px;
}

.TableRecords > tbody > tr:hover,
.TableRecords > tbody > tr:hover td {
  background: var(--midgrey) !important;
  color: white;
}

.melding-info {
  background-color: var(--lightred);
  border-color: var(--lightred);
  color: var(--black) !important;
}

.melding-fout {
  background-color: var(--lightred);
  border-color: var(--lightred);
  color: var(--black) !important;
}

.melding-info span {
  color: var(--black) !important;
}

.vraagnummer {
  font-size: 20px;
  font-weight: bold;
  color: var(--greyblack);
  display: inline-block;
  margin-right: 10px;
}

.antwoordclass {
  margin-top: 10px;
  margin-left: 20px;
}

.antwoordclass label {
  line-height: 28px;
}

.uitlegblok img {
  width: 100%;
}

.uitlegblok {
  background-color: var(--lightgrey);
  padding: 40px;
  margin-top: 60px;
}
.uitlegbloklinks {
  padding-right: 20px;
}
.uitlegblokrechts {
  padding-left: 20px;
}

.conf-dialog-header {
  background-color: var(--white);
  font-size: 18px;
  font-family: "Hind",sans-serif;
  padding: 15px 10px;
  color: var(--black);
}

.conf-dialog-title {
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--black);
  display: inline-block;
  font-size: 28px;
}

.conf-dialog-holder {
  padding: 20px 20px 40px;
}
.Feedback_Message_Error:before {
  top: 17px;
}

a.Feedback_Message_Wrapper_Close:hover {
  border-bottom: 0;
  margin-top: 8px;
}
.phone .antwoordclass {
  margin-top: 30px !important;
}
.phone .StyleAntwoorden {
  margin-bottom: 30px;
}
.container {
  border-radius: 0;
}

#wtCtn_CloseButton a {
  text-decoration: none;
  color: var(--black);
  transition: 0.5s;
}
#wtCtn_CloseButton a:hover {
  text-decoration: none;
  border-bottom: 0px solid var(--black) !important;
}
#wtCtn_CloseButton a:hover span {
  transform: rotateX(360deg);
}

.hoofdmenu {
  text-align: right;
  padding: 40px 0 0;
}

.hoofdmenu img {
  max-height: 30px;
  padding-right: 10px;
}

.hoofdmenu a {
  text-decoration: none;
}

.hoofdmenu .helplink,
.hoofdmenu .tekstGrootteContainer {
  margin-left: 20px;
}

.hoofdmenu .helplink {
  margin-left: 50px;
}

.hoofdmenu a:hover {
  text-decoration: none;
  border-bottom: 0;
  color: var(--midgrey);
}

.tekstGrootteContainer {
  width: 65px;
}

.groteTekst {
  border-right: 2px solid var(--black);
  font-size: 24px !important;
  padding-right: 5px;
}
.kleineTekst {
  padding-left: 5px;
  font-size: 16px !important;
}

.profielMenuWit {
    display: var(--menuTextWhite);
}
.profielMenuZwart {
    display: var(--menuTextBlack);
}

.ongelezenBerichtenGroen {
    display: var(--menuNotificatieBerichtenZwartGroen);
}
.ongelezenBerichtenRood {
    display: var(--menuNotificatieBerichtenZwartRood);
}

.ongelezenBerichtenWit {
    display: var(--menuNotificatieBerichtenWitGroen);
}
.gelezenBerichtenWit {
    display: var(--menuTextWhite);
}
.gelezenBerichtenZwart {
    display: var(--menuTextBlack);
}

#wtCtn_CloseButton a {
  text-decoration: none;
  color: var(--black);
}
#wtCtn_CloseButton a:hover {
  text-decoration: none;
  border-bottom: 0px solid var(--black) !important;
}
.Ctn_CloseButton {
  margin-right: 10px;
}

.tekstGrootteContainer {
  width: 65px;
}

.groteTekst {
  border-right: 2px solid var(--menuText);
  font-size: 24px !important;
  padding-right: 5px;
}
.kleineTekst {
  padding-left: 5px;
  font-size: 16px !important;
}

.InloggenMenu {
    color: var(--menuText);
}
.menuGroteLetter {
    color: var(--menuText);
}
.menuKleineLetter {
    color: var(--menuText);
}

.hoofdmenu .helplink {
  margin-left: 40px;
}
.hoofdmenu .helplink img {
  height: 40px;
  max-height: 40px;
}
.hoofdmenu .tekstGrootteContainer {
  margin-left: 10px;
}
.hoofdmenu .berichtenlink img {
  height: 30px;
  max-height: 30px;
  vertical-align: text-top;
}

.BerichtenTitel img {
  vertical-align: initial;
  margin-right: 15px;
}

.headerpersoongegevens {
  border-bottom: 0;
  margin-top: 40px;
}
.AccordionVertical_Item {
  padding: 30px;
}
.BerichtenBox  {
  padding: 40px;
}
.BerichtenBox .AccordionTitle {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  max-width: 90%;
}
div.Feedback_Message_Error {
  background-color: var(--lightred);
  color: var(--black) !important;
}

.phone .hoofdmenu {
  text-align: left;
  padding: 40px 0 30px;
}
.phone .helplink {
  float: right;
}
.Feedback_Message_Wrapper_Close {
    text-decoration: none !important;
    margin-top: 8px;
}
.Feedback_Message_Wrapper_Close:after {
    color: var(--black);
}

@media (max-width: 768px) {
  .tekstGrootteContainer {
    display: none;
  }
  .hoofdmenu .helplink img {
    padding-right: 0;
  }
}

.small .uitlegbloklinks,
.small .uitlegblokrechts,
.phone .uitlegbloklinks,
.phone .uitlegblokrechts,
.tablet .uitlegbloklinks,
.tablet .uitlegblokrechts {
  width: 100%;
}
.small .uitlegblokrechts,
.phone .uitlegblokrechts,
.tablet .uitlegblokrechts {
  padding-left: 0;
}
.small .uitlegbloklinks,
.phone .uitlegbloklinks,
.tablet .uitlegbloklinks {
  padding-right: 0;
}
.small .uitlegblok,
.phone .uitlegblok,
.tablet .uitlegblok {
  padding: 20px;
}
.small .vraagclass,
.small .antwoordclass {
  width: 100%;
}

.phone .vraagclass,
.phone .antwoordclass {
  width: 100%;
}
.tablet .vraagclass,
.tablet .antwoordclass {
  width: 100%;
}
.desktop .progresstekst {
  text-align: left;
  margin-top: 11px;
  margin-left: 20px;
}

.small .progressbar,
.phone .progressbar,
.tablet .progressbar {
  width: 100%;
}
.small .progresstekst,
.phone .progresstekst,
.tablet .progresstekst {
  margin-top: 20px;
  margin-left: 0;
}
.small .knopcontainer,
.phone .knopcontainer {
  width: 100%;
  margin-left: auto;
}
.small .Button.ButtonDefault,
.Button.Is_Default Btn_Inloggen,
.phone .Button.ButtonDefault,
.Button.Is_Default Btn_Inloggen {
  width: 100%;
  margin-bottom: 0px !important;
}

.os-internal-Popup.os-internal-ui-dialog iframe {
    width: 700px !important;
}
@media (max-width: 768px) {
.os-internal-Popup.os-internal-ui-dialog iframe {
    width: 320px !important;
}
.Ctn_HelpImage {display: none;}
.BerichtenBox  {
    padding: 20px;
}
.BerichtenBox .tabs .tabs-header-item {
    padding: 0 15px 15px 15px
}
}

.booking-widget {
    height: 900px;
    margin-top: 32px;
    max-width: 900px;
}

@media (max-width: 758px) {
    .booking-widget {
        height: 1600px;
    }
}

