@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

:root {
  --font-color: #1E001E;
  --link-color: #E02C2C;

  --border-light-color: #e9eef0;
  --rood-color: #E02C2C;
  --link-color-darker: #ad4a3b;
  --bg-color-lightblue: #f4f6f7;
  --bg-color-blue: #e5edf0;
  --bg-color-darkblue: #2c404a;
  --bg-color-light: #E8EEF0;
  --orange-color: #FFB73C;
  --color-input-bg: #f5f7f8;
  --color-blue: #243a44;
  --color-blue-grey: #87979d;
}

body{
  background-color: #F9F9F9;
  font-weight: 400;
  color: var(--font-color);
  font-family: 'Rund Text',sans-serif;
  font-size: 18px;
}

.navbar.bg-new{
  --bs-bg-opacity: 1;
  height: 140px;
  background-color: #ECF6F4 !important;
  background-image: url('img/logobar-effect-groen.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.navbar.bg-new-effect{
  position: absolute;
  width: 425px;
  height: 317px;
  left: 1481px;
  top: -61px;
}

.content{
  min-height: calc(100vh - 140px - 60px);
}
form > .content{
  min-height: calc(100vh - 140px - 60px - 122px);
}

footer{
  background-color: #D6D6D6;
  min-height: 60px;
}
footer .footer-cell-left{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1E001E;
  line-height: 60px;
  padding-right: 34px;
}
footer .footer-cell-middle a{
  margin-right: 32px;
  display: inline-block;
  line-height: 60px;
  color: #1E001E;
}

.text-blok{
  margin-bottom: 32px;
  line-height: 144%;
  letter-spacing: 0.01em;
}

.notificatie{
  background: #D9EDE8;
  border-radius: 24px;
  margin-bottom: 32px;
  padding: 24px 56px 24px 24px;
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #000000;
}
.notificatie.notificatie-error{
  background: #FFCCCC;
}

.extra-text-bottom {
  font-size: 13px;
}
.extra-text-bottom .form-text{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #000000;
}

.c-white{
  color: #fff !important;
}
.c-blue-grey{
  color: var(--color-blue-grey);
}
.c-red{
  color: var(--rood-color);
}

.btn.btn-light{
  background-color: #ffffff;
  color: #1E001E;
  border: 1px solid #ffffff;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:focus-visible, .btn.btn-light:active{
  background-color: #F9F9F9 !important;
  border-color: #F9F9F9 !important;
}
.btn.btn-light[disabled]{
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #C7C0C7 !important;
}
.btn.btn-light[disabled]::after, .btn.btn-light[disabled]::before{
  color: #C7C0C7 !important;
}

.btn-primary {
  color: #fff;
  background-color: #E02C2C;
  border-color: #E02C2C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active,
a.btn-special:hover, a.btn-special:focus, a.btn-special:focus-visible, a.btn-special:active{
  background-color: #BD0F0F !important;
  border-color: #BD0F0F !important;
  outline: none;
}
.btn, div.submit-footer submit, div.submit-footer button[type="submit"], div.submit-footer a.submit{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  border: none;
  height: 42px;
  outline: none;
}
.btn.btn-primary[disabled], .btn.btn-primary.disabled, a.btn-special[disabled]{
  background-color: #C7C0C7 !important;
  border-color: #C7C0C7 !important;
  color: #FFFFFF !important;
}
.btn.btn-primary[disabled]::after, .btn.btn-primary[disabled]::before,
a.btn-special[disabled]::after, a.btn-special[disabled]::before
{
  color: #FFFFFF !important;
}

small{
  font-size: 12px;
}
.text-bolder{
  font-weight: 500;
}
mark{
  /*background-color: rgba(224, 60, 49, 0.08);
  color: inherit;
  padding-left: 5px;
  padding-right: 5px;*/
  background: none;
  padding: 0px;
}

box .form-check-input{
  margin-top: 13px;
}

box{
  background-color: #fff;
  display: block;
  padding: 0;
  margin: 0;
  /*padding-top: .75rem!important;
  padding-bottom: 1.5rem!important;*/
  padding: 32px;
  gap: 24px;
}

a, a:hover, .link{
  color: var(--link-color);
}
a.special{
  text-decoration: underline;
  display: inline-block;
  /*border-bottom: 2px solid rgba(224, 60, 49, 0.2);*/
}
/*a.special::after{
  content: "";
  position: relative;
  height: 2px;
  width: 100%;
  display: block;
}*/
.link{
  text-decoration: underline;
}

.header-back-button{
  padding: 10px 25px;
}

h1{
  font-family: 'Museo';
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  color: var(--font-color);
  font-size: 30px;
}
h1::after{
  content: " ";
  display: inline-block;
  width: 74px;
  border-bottom: 4px solid var(--rood-color);
  margin-left: 15px;
}

.h5, h5{
  color: #000000;
  font-family: 'Rund Display';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  display: inline-block;
}
.h6, h6{
  font-size: 1.25rem;
}

.btn-succes, .btn-succes:hover{
  background-color: var(--orange-color);
  border-color: var(--orange-color);
  color: #fff;
}
.btn-secondary, .btn-secondary:hover{
  background-color: var(--bg-color-darkblue);
  border-color: var(--bg-color-darkblue);
}

hr{
  background-color: #D6D6D6;
  margin-top: 56px;
  margin-bottom: 56px;
}
hr.form-hr{
  margin-top: 28px;
  margin-bottom: 40px;
}

/*form {

}
form.container-fluid > .row, .raster.container-fluid > .row{
  --bs-gutter-x: 3rem;
}
form.container-fluid:not(.no-borders) > .row > div[class^="col-"], .raster.container-fluid:not(.no-borders) > .row > div[class^="col-"]{
  border-top: 2px solid var(--border-light-color);
}
form.container-fluid:not(.no-borders) > .row > div[class^="col-"]:nth-child(2n+1):not(.no-border-right), .border-right{
  border-right: 2px solid var(--border-light-color);
}
form label{
  padding-top: 10px;
  padding-bottom: 10px;
}
label{
  padding-top: 2px;
}
.form-control{
  border: none;
  border-radius: 0px;
  background-color: var(--color-input-bg);
  padding: 10px 20px;
}
.form-control:focus {
  color: var(--font-color);
  background-color: var(--color-input-bg);
  box-shadow: none;
}
.form-check-input[type=checkbox]{
  background-color: var(--color-input-bg);
  border-color: var(--color-input-bg);
  border-radius: 0px;
  width: 1.1em;
  height: 1.1em;
}
.form-check-input:checked[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23364c58' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}*/
.form-check-input:checked[type=checkbox]{
  background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='-2 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.59629 8.90629L1.99379 6.30379C1.85367 6.16335 1.66343 6.08442 1.46504 6.08442C1.26666 6.08442 1.07642 6.16335 0.936294 6.30379C0.643794 6.59629 0.643794 7.06879 0.936294 7.36129L4.07129 10.4963C4.36379 10.7888 4.83629 10.7888 5.12879 10.4963L13.0638 2.56129C13.3563 2.26879 13.3563 1.79629 13.0638 1.50379C12.9237 1.36335 12.7334 1.28442 12.535 1.28442C12.3367 1.28442 12.1464 1.36335 12.0063 1.50379L4.59629 8.90629Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
}

.form-control{
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  /*padding: 10px 16px;*/
  font-style: normal;
  font-weight: 400;
  font-family: 'Rund Text',sans-serif;
  font-size: 18px;
}
.form-control:hover {
  /*background-color: #F9F9F9;*/
  border-color: #D6D6D6;
}
.form-control:focus {
  color: var(--font-color);
  /*background-color: var(--color-input-bg);*/
  border-color: #1E001E;
  box-shadow: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+, Internet Explorer 10-11, Microsoft Edge */
  color: #ADADAD !important;
  opacity: 1; /* Firefox */
}

.form-label{
  font-style: normal;
  font-weight: 500;
  font-family: 'Rund Text',sans-serif;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #000000;
}

form label > a.special{
  border: none;
  color: #1E001E;
  text-decoration: underline;
}

#lms-type-keuze div.keuze-info.lh-2x{
  line-height: 42px;
}

.gdpr-txt {
  background-color: #ECF6F4;
  font-size: 13px;
  line-height: 18.72px;
  padding: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
  color: #1E001E;
}
.gdpr-txt a{
  text-decoration: none;
}

.form-check .form-check-input{
  margin-top: 4px;
}
.form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
    background-color: #E02C2C;
    border-color: #E02C2C;
}
.form-check-label {
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;

  letter-spacing: 0.01em;
}

div.submit-footer{
  background: #1E001E;
  /*background: linear-gradient(90deg, rgba(25,38,44,1) 0%, rgba(53,75,86,1) 100%);
  background: url(/img/background-blue-unizo.svg);
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;*/
  padding: 0;
  text-align: center;
  border: none !important;
  min-height: 122px;
  line-height: 116px;
}
div.submit-footer > form{
  display: inline;
}

div.submit-footer submit, div.submit-footer button[type="submit"], div.submit-footer a.submit, a.btn-special{
  background-color: #E02C2C;
  color: #FFFFFF;
  /*margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
div.submit-footer submit:disabled, div.submit-footer button[type="submit"]:disabled, div.submit-footer a.submit:disabled, a.btn-special:disabled{
  background-color: #C7C0C7 !important;
  opacity: 1;
}
div.submit-footer submit::after, div.submit-footer button[type="submit"]::after, div.submit-footer a.submit::after, a.btn-special.btn-icn-verder::after{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  /*right: -19px;*/
  text-align: right;
  top: 0px;
  color: #fff;
  display: inline-block;
  width:22px;
  height:33px;
  vertical-align: middle;
  border-radius: 17px;
  line-height: 30px;
  margin: 0 auto;
}
div.submit-footer submit.disable-on-click:disabled::after, div.submit-footer button[type="submit"].disable-on-click:disabled::after, div.submit-footer a.submit.disable-on-click:disabled::after, a.btn-special.disable-on-click:disabled::after{
  display: none;
}
a.btn-light.btn-special.btn-icn-verder::after{
  color: #E02C2C;
}
.btn.btn-icn-terug::before{
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  text-align: left;
  top: 0px;
  color: #fff;
  display: inline-block;
  width:22px;
  height:33px;
  vertical-align: middle;
  border-radius: 17px;
  line-height: 30px;
  margin: 0 auto;
}
.btn.btn-light.btn-icn-terug::before{
  color: #E02C2C;
}
.btn.btn-icn-plus::before{
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  text-align: left;
  top: 0px;
  color: #fff;
  display: inline-block;
  width:22px;
  height:33px;
  vertical-align: middle;
  border-radius: 17px;
  line-height: 30px;
  margin: 0 auto;
}
.btn.btn-light.btn-icn-plus::before{
  color: #E02C2C;
}
.btn.btn-h-auto{
  height: auto;
}
div.submit-footer submit:focus, div.submit-footer button[type="submit"]:focus, div.submit-footer submit:focus-visible, div.submit-footer button[type="submit"]:focus-visible{
  box-shadow: none;
}
div.submit-footer .extrainfo{
  position: absolute;
  left: 25%;
  width: 50%;
  color: white;
}

.raster{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.raster, .raster div{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #000000;
}
.raster .row{
  border-bottom: 1px solid #D6D6D6;
}
.raster label{
  display: flex;
  align-items: center;
  height: 90%;
  line-height: 120%;
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000000;
}
.raster div.row > div[class^='col-']:nth-child(3) > a{
  display: flex;
  align-items: center;
  height: 90%;
}

form.sticky-form:not(.sticked) .submit-sticky .submit-footer img, form.sticky-form:not(.sticked) .submit-sticky.submit-footer img{
  height: 0;
}
.submit-sticky{
  position: sticky;
  bottom: 0px;
  transition: 0.2s;
}
form.sticky-form.sticked .submit-sticky{
  position: inherit;
}
form.sticky-form:not(.sticked)::after{
  content: " ";
  display: block;
  background-color: var(--border-light-color);
  min-height: 170px;
  max-height: 170px;
  height: 170px;
  position: relative;
  margin-left: calc(var(--bs-gutter-x,.75rem) * -1);
  margin-right: calc(var(--bs-gutter-x,.75rem) * -1);
}

div.button-footer{
  background: var(--bg-color-lightblue);
  padding: 0;
  text-align: center;
  border: none;
  border-top: 2px solid var(--border-light-color);
  min-height: 40px;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
div.bar-grijs{
  background: var(--bg-color-lightblue);
  text-align: left;
  border: none;
  border-top: 2px solid var(--border-light-color);
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.border-rechts{
  border-right: 2px solid var(--border-light-color);
}

#lms-type-keuze div.keuze-subtitel{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1E001E;
}
#lms-type-keuze div.keuze-titel{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #1E001E;
}
#lms-type-keuze .keuze-info del{
  height: 22px;
}
#lms-type-keuze .keuze-titel, #lms-type-keuze .keuze-info{
  font-weight: 400;
}
#lms-type-keuze div.keuze-titel, #lms-type-keuze div.keuze-info{
  background-color: #DEEDF7;
}
#lms-type-keuze div.keuze-titel, #lms-type-keuze div.keuze-info, #lms-type-keuze div.keuze-cb{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#lms-type-keuze div.selected{
  background-color: #FFFFFF !important;
  /*border-bottom: 1px solid #BEDCF0;*/
}
#lms-type-keuze div.selected{
  background-color: #FFFFFF !important;
  /*border-bottom: 1px solid #BEDCF0;*/
  /*box-shadow: 0px -2px 4px -1px rgba(0, 0, 0, 0.05);
  /*, 0px 84px 34px rgba(102, 102, 102, 0.01), 0px 48px 29px rgba(102, 102, 102, 0.02), 0px 21px 21px rgba(102, 102, 102, 0.03), 0px 5px 12px rgba(102, 102, 102, 0.04), 0px 0px 0px rgba(102, 102, 102, 0.04)*/;
  box-shadow: 0px 84px 34px rgba(102, 102, 102, 0.01), 0px 48px 29px rgba(102, 102, 102, 0.02), 0px 21px 21px rgba(102, 102, 102, 0.03), 0px 0px 0px rgba(102, 102, 102, 0.04);
}
#lms-type-keuze div.keuze-cb input{
  height: 22px;
  width: 22px;
}
#lms-type-keuze div.keuze-cb.selected{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px -2px 4px -1px rgba(0, 0, 0, 0.05);
}
#lms-type-keuze div.keuze-knop{
  padding-top: 16px;
  padding-bottom: 32px;
}
#lms-type-keuze div.keuze-knop.selected{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 84px 34px rgba(102, 102, 102, 0.01), 0px 48px 29px rgba(102, 102, 102, 0.02), 0px 21px 21px rgba(102, 102, 102, 0.03), 0px 5px 12px rgba(102, 102, 102, 0.04), 0px 0px 0px rgba(102, 102, 102, 0.04);
}
#lms-type-keuze a.btn.btn-sm.rounded-pill{
  background-color: #1E001E;
  border-color: #1E001E;
  height: 42px;
  line-height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
#lms-type-keuze a.btn.btn-sm.rounded-pill.selected{
  background-color: #E02C2C;
  border-color: #E02C2C;
}
#lms-type-keuze .row.border-bottom{
  border-bottom: 1px solid #BEDCF0 !important;
}
#lms-type-keuze .row div.valign-c{
  min-height: 64px;
  display: flex;
  align-items: center;
}

.banner-lms-info{
  background: url(/img/background-blue-unizo.svg);
  background-size: cover;
  color: #fff;
}
.banner-lms-info .special{
  color: var(--orange-color);
  font-weight: 500;
  line-height: 28px;
}
.banner-lms-info .prijs-info{
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
  color: var(--color-blue-grey);
}
.banner-lms-info .bedrag-info{
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}
.banner-lms-info .contact-box{
  float: right;
  color: var(--font-color);
  background-color: var(--orange-color);
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-left-radius: 30px;
  padding: 15px 15px;
  width: 40%;
}
.banner-lms-info .contact-box a{
  color: var(--font-color);
}
.banner-lms-info .contact-box i{
  color: #fff!important;
}
.banner-lms-info div.info-box > div:nth-child(1){
  /*border: none;
  position: absolute;
  color: var(--font-color);
  line-height: 28px;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.banner-lms-info h2{
  font-family: 'Museo';
}
div.info-box.tebetalen-banner .special{
  font-size: 16px;
  color: #fff;
}

div.info-box.tebetalen-banner .bedrag-text{
  font-size: 46px;
  font-weight: 700;
}

.lopend-lms-banner{
  background-color: var(--rood-color);
  color: #fff;
  min-height: 64px;
  padding: 16px 10px;
  text-align: center;
  gap: 16px;
  display: flex;
}
.lopend-lms-banner, .lopend-lms-banner * {
  color: #fff !important;
}
.lopend-lms-banner img{
  margin-right: 15px;
  margin-top: -4px;
}
.hero-banner{
  background-color: #1E001E;
  text-align: center;
  padding: 80px 10px;
  gap: 32px;
  height: 329px;
}
.hero-banner .info-titel-rood{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #E02C2C;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.hero-banner .info-text{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.hero-banner .info-bedrag{
  font-family: 'Rund Display';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.hero-banner .info-note{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 144%;
  align-items: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.hero-banner .info-kader{
  display: flex;
  align-items: center;
}
.hero-banner .info-kader > div{
  top: calc(50% - 88px/2);
  background: #ECF6F4;
  padding: 16px 16px 16px 72px;
  text-align: left;
}
.hero-banner .info-kader > div > img{
  position: absolute;
  margin-left: -50px;
}
.hero-banner .info-kader > div > span:nth-of-type(1){
  display: block;
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #1E001E;
}
.hero-banner .info-kader > div > span:nth-of-type(2){
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #1E001E;
}
.hero-banner.hero-banner-small{
  height: 255px;
}
.hero-banner .hero-banner-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.hero-banner.hero-banner-gelukt{
  padding: 40px 10px;
}
.hero-banner.hero-banner-gelukt .info-note{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.hero-banner.hero-banner-gelukt .info-bottomnote{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 32px;
}
.hero-banner.hero-banner-gelukt .info-bottomnote a.share-social{
  color: #E02C2C;
  background: none;
  padding: 0px 10px;
  margin-top: 8px;
}

.content.betaal-keuze .card{
  border: none;
  background: none;
}
.content.betaal-keuze .card .card-img-top{
  background: #EFF6FB;
  border-radius: 24px 24px 0px 0px;
  text-align: center;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content.betaal-keuze .card .card-img-top.domiciliering{
  background: #ECF6F4;
}
.content.betaal-keuze .card .card-body{
  background: #FFFFFF;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #D6D6D6;
  border-radius: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
}
.content.betaal-keuze .card .card-footer{
  background: #FFFFFF;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #D6D6D6;
  border-radius: 0px 0px 24px 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0px;
  padding-bottom: 16px;
}
.content.betaal-keuze .card .card-title{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #1E001E;
  margin-top: 16px;
}
.content.betaal-keuze .card .card-text{
  font-family: 'Rund Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1E001E;
  margin-top: 24px;
  margin-bottom: 24px;
}

a.share-social{
  color: #fff;
  font-size: 1.5rem;
  background-color: var(--bg-color-darkblue);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}

.no-border{
  border: none !important;
}

.block-content{
  padding: 24px;
}
.block-content.block-content-info{
  background-color: #EFF6FB;
}
.block-content.block-content-danger{
  background-color: #FFE2E2;
}


@media only screen and (max-width: 575px) {
  .terug-banner{
    width: 35%;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
  .terug-banner a.btn{
    font-size: 14px;
  }

  div.submit-footer{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    min-height: 70px;
    line-height: normal;
  }

  .openklapbaar:not(.open){
    max-height: 7rem;
    overflow: hidden;
  }

  .hero-banner .info-kader > div{
    padding: 16px 16px 16px 52px;
  }
  .hero-banner .info-kader > div > img{
    max-height: 22px;
    margin-left: -35px;
    margin-top: 10px;
  }
  .hero-banner .info-kader > div > span:nth-of-type(1){
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
  }
  .hero-banner .info-kader > div > span:nth-of-type(2){
    font-weight: 400;
    font-size: 15px;
    line-height: 144%;
  }

  box{
    padding: 24px 16px;
  }

  .lopend-lms-banner img{
    display: none;
  }

  .hero-banner.hero-banner-gelukt .info-bottomnote a.share-social{
    padding: 0px 2px;
  }
}

@media only screen and (max-width: 767px) {
  .content{
    min-height: calc(100vh - 140px - 240px);
  }

  .navbar.bg-new{
    height: auto;
    min-height: 140px;
  }
  h5{
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
  .banner-lms-info .contact-box{
    width: 65%;
    margin-left: 30%;
    font-size: 12px;
    font-weight: 500;
  }

  .text-blok{
    font-weight: 400;
    font-size: 15px;
    line-height: 144%;
  }

  hr{
    background-color: #D6D6D6;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  hr.form-hr{
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .extra-text-bottom .form-text{
    font-size: 11px;
  }

  form.container-fluid:not(.no-borders) > .row > div[class^="col-"]:nth-child(2n+1):not(.no-border-right):not(.submit-footer){
    border-right: none;
    padding-bottom: 0px !important;
  }
  form.container-fluid:not(.no-borders) > .row > div[class^="col-"]:nth-child(2n+0):not(.submit-footer), .raster.container-fluid:not(.no-borders) > .row > div[class^="col-"]:nth-child(2n+0):not(.submit-footer){
    border-top: none;
    padding-top: 0px!important;
  }

  form label {
    font-size: 18px;
  }
  form label:not(.form-check-label){
    font-weight: 500;
  }

  /*.nav-back-left{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px !important;
    text-align: right!important;
  }
  .nav-back-left a.btn{
    font-size: 12px;
    font-weight: 700;
    border-radius: 0px!important;
    border-bottom-left-radius: 25px!important;
    padding-left: 30px!important;
    padding-right: 10px!important;
    border:none;
    transition: all .5s linear;
  }*/
  .navbar.bg-new{
    background: none;
  }
  .navbar .navbar-brand{
    background-color: #deedf7;
  }

  .betaal-overzicht .border-right{
    border-right: none;
  }
  .betaal-overzicht .border-right label{
    font-weight: 500;
  }

  .content.betaal-keuze .card .card-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
  .content.betaal-keuze .card .card-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 144%;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .hero-banner .hero-banner-icon{
    margin-top: -20px;
  }
  .hero-banner .hero-banner-icon img{
    height: 54px;
  }
  .hero-banner.hero-banner-gelukt .info-note{
    font-weight: 400;
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .lopend-lms-banner .text-holder{
    padding-top: 10px;
  }
  
  a.navbar-brand img{
    max-height: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  h0{
    font-family: 'Rund Display';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    padding: 34px 24px;
    white-space: pre-wrap;
  }
  h0 > span{
    float: none;
    word-break: break-word;
  }
  h0 > span:nth-child(1){
    font-weight: 800;
    margin-right: 6px;
  }
  
  #lms-type-keuze div.keuze-info{
    font-weight: 400;
    font-size: 15px;
    line-height: 144%;
    letter-spacing: 0.01em;
  }
  #lms-type-keuze div.keuze-info > div{
    font-size: 11px;
  }
  #lms-type-keuze .keuze-info del{
    height: auto;
  }

  #lms-type-keuze div.keuze-titel{
    word-break: break-word;
    font-family: 'Rund Text';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #lms-type-keuze div.keuze-titel.selected{
  }

  #lms-type-keuze div.keuze-info.lh-2x{
    line-height: 22px;
  }

  #lms-type-keuze a.btn[data-type]{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #lms-type-keuze .row.border-bottom{
    border: none !important;
  }
  #lms-type-keuze div.keuze-subtitel{
    text-align: center;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
  }
  #lms-type-keuze div.keuze-cb{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .extra-text-bottom .form-text{
    font-size: 11px;
  }

  .hero-banner{
    height: auto;
    padding: 40px 10px;
    text-align: center;
  }
  .hero-banner .info-titel-rood, .hero-banner .info-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 144%;
  }
  .hero-banner .info-bedrag{
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
  .hero-banner .info-kader{
    justify-content: center;
  }
  .hero-banner.hero-banner-small{
    height: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  /*#lms-type-keuze div.keuze-info:not(.selected).keuze-info-first{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }*/

  #lms-type-keuze div.keuze-info.lh-2x{
    line-height: 48px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h0{
    font-family: 'Rund Display';
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 120%;
    padding: 34px 24px;
    white-space: pre-wrap;
  }
  h0 > span{
    float: none;
    word-break: break-word;
  }
  h0 > span:nth-child(1){
    font-weight: 800;
    margin-right: 6px;
  }
}