body {
    font-family: 'Verdana', 'Open Sans', sans-serif;
}

#sitebar {
    background-color: #444444;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
}

#sitebar a,
#sitebar span {
    color: #cccccc;
    text-decoration: none;
}

#sitebar a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#sitebar .sitebar__sep {
    color: #777777;
    margin: 0 6px;
}

#sitebar .sitebar__label {
    color: #999999;
    margin-right: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

p,
ul {
    font-size: 1rem;
}

#header {
    background-color: #5e7bb8;
    padding: 15px 0;
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profilepic {width: 120px; border: 4px solid #ebf2fb; -webkit-border-radius: 64px;-moz-border-radius: 64px;border-radius: 64px;}

.topbar {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.topbar__right {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.topbar__title {
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;   
}

.topbar__desc {
    font-size: unset;
}

.site-search {
  position: relative;
  width: 360px;
  margin: 0 0 0 30px;
}

.site-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-search__field {
  display: flex;
}

.site-search__input,
.site-search__button {
  height: 38px;
  border: 0;
}

.site-search__input {
  width: 100%;
  min-width: 0;
  padding: 0 14px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
}

.site-search__input:focus {
  outline: 3px solid #b9d532;
  outline-offset: -3px;
}

.site-search__button {
  padding: 0 14px;
  color: #1f1f1f;
  font-weight: bold;
  background-color: #b2c7e4;
  border-radius: 0 4px 4px 0;
}

.site-search__button:hover,
.site-search__button:focus {
  background-color: #9fb8d8;
}

.site-search__results {
  position: absolute;
  z-index: 20;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.site-search__result a {
  display: block;
  padding: 9px 14px;
  color: #333333;
  text-decoration: none;
}

.site-search__result a:hover,
.site-search__result a:focus,
.site-search__result.is-active a {
  color: #ffffff;
  background-color: #5e7bb8;
  outline: 0;
}

.site-search__result-type,
.site-search__result-description {
  display: block;
}

.site-search__result-type {
  color: #777777;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.site-search__result-description {
  margin-top: 2px;
  color: #666666;
  font-size: 0.85rem;
}

.site-search__result a:hover .site-search__result-type,
.site-search__result a:hover .site-search__result-description,
.site-search__result a:focus .site-search__result-type,
.site-search__result a:focus .site-search__result-description,
.site-search__result.is-active a .site-search__result-type,
.site-search__result.is-active a .site-search__result-description {
  color: #ffffff;
}

.site-search__status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  #header .container {
    display: block;
  }

  .site-search {
    width: 100%;
    margin: 14px 0 0;
  }

  .site-search__button {
    padding: 0 12px;
  }
}

.sectionCommonStyle {
    padding: 25px 0;
}

/* footer cursussen */

.cats 
{
  width: 100%;
}

.categorieen
{
  width: 1100px;
  margin: 0px auto;
  padding: 25px 0px 25px 25px;
  background: #444444;  
  text-align: left; 
}

.categorieen h2
{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 20px;
}

.categorieen h3
{
  color: #b9d532;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}

.categorieen ul li
{
  display: inline-block;
  width: 350px;
  padding-right: 30px;
  vertical-align: top;
}

.categorieen ul li ul, .categorieen ul li ul li
{
  list-style: outside none;
  display: list-item;
}

.categorieen ul > li > ul
{
  padding-bottom: 20px;
}

.categorieen a
{
  color: #fff; 
  text-decoration: none;
}

.categorieen a:hover
{
  color: #b9d532;
  text-decoration: underline;
}

.categorieen-h3 a:hover
{
  color: #fff;
  text-decoration: underline;
}

.categorieen ul li ul li ::before {
  content: "\276F";
  font-size: 14px; 
  color: #b9d532; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}



/* Page 1 Specific Styling Starts */

.sectionOne,
.sectionThree {
    background-color: #f0f6fe;
}

.sectionOne__title,
.sectionFour__title {
    font-family: 'Open Sans', 'Verdana', sans-serif;
    margin-bottom: 15px;
    color: #5e7bb8;
}

.sectionTwo__title {
    font-family: 'Open Sans', 'Verdana', sans-serif;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: bold;
    color: #5e7bb8;
}

.sectionOne__text,
.sectionOne__list {
    margin-bottom: 15px;
}

.sectionOne__list {
    padding-left: 30px;
    list-style-image: url('/img/tick.png');
}

.sectionOne__link {
    display: inline-block;
    background-color: #97be36;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
}

.sectionOne__link:hover {
    background-color: rgba(151, 190, 54, 0.8);
    color: #ffffff;
    text-decoration: none;
}

.sectionTwo__text,
.sectionTwo__list {
    margin-bottom: 15px;
}

.sectionTwo__list {
    padding-left: 30px;
    list-style-image: url('/img/arrow.png');
}

.sectionFour {
    padding: 50px 0;
}

.sectionFour__title {
    margin-bottom: 30px;
}

.sectionFour .row:nth-child(odd) {
    margin-top: 25px;
}

/* Page 1 Specific Styling Ends */

/* Page 2 Specific Styling Starts */

select {
    border: 0;
    outline: 0;
    padding: 0px;
    /* background: url('../img/dropdown.jpg') no-repeat right center; */
    border-image: none;
    outline-offset: -2px;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select.input-group {
    background: url('/img/dropdown.jpg') no-repeat right center;
    background-color: #ffffff;
    padding: 8px 15px;
}

select:focus {
    outline: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 0;
    border: none;
    background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.input-group span {
    margin: auto;
}

.input-group span i {
    color: #c7cacd;
}


.sectionOneP2,
.sectionThreeP2 {
    background-color: #f0f6fe;
}

.sectionOneP2__title,
.sectionTwoP2__title {
    font-family: 'Open Sans', 'Verdana', sans-serif;
    margin-bottom: 15px;
    color: #5e7bb8;
}

.sectionOneP2__desc,
.sectionTwoP2__desc {
    margin-bottom: 15px;
}

.sectionOneP2 .form-group {
    width: 400px;
}

.input-group {
    box-shadow: 0 0 0 0.2rem rgb(236, 237, 238);
    background-color: #ffffff;
    border-radius: 3px;
    padding: 3px 15px;
}

.input-group:focus-within {
    border: 1px solid rgba(0, 123, 255, 1);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group:focus-within i {
    color: rgba(0, 123, 255, 0.50);
}

.sectionTwoP2 .form-check {
    padding-left: 0;
}

.sectionTwoP2 .form-check-label {
    display: block;
    padding: 25px 50px;
    background-color: #f6f6f6;
    border-radius: 25px;
}

.sectionTwoP2__radioLabel {
    font-family: 'Open Sans', 'Verdana', sans-serif;
    color: #5e7bb8;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 15px;
}

.sectionTwoP2__list {
    padding-left: 50px;
    margin: 15px 0;
    list-style-image: url('/img/tick.png');
}

.sectionThreeP2__radioBtn {
    margin: 15px 0;
}

.submitBtn {
    background-color: #97be36;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 5px;
    border: none;
}

.submitBtn:hover, .submitBtn:focus {
    background-color: rgba(151, 190, 54, 0.8);
    color: #ffffff;
}

/* Page 2 Specific Styling Ends */

#footer {
    background-color: #444444;
    text-align: center;
    padding: 25px 0;
    color: #ffffff;
}

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (max-width: 767px) {

    h1 {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .sectionTwoP2__radioLabel {
        font-size: 1.3rem;
        font-weight: bold;
    }

    p,
    ul {
        font-size: 0.9rem;
    }

    .topbar__title {
        font-weight: 600;
        font-size: 1.5rem;
    }

    .topbar__desc {
        font-size: 1rem;
    }

    .row div:nth-child(even) {
        margin: 25px 0;
    }

    .sectionTwoP2 .form-check-label {
        padding: 25px;
        border-radius: 20px;
    }

    .image { width: 100%; }

}

@media screen and (max-width: 475px) {
    h1 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .sectionTwoP2__radioLabel {
        font-size: 1.1rem;
        font-weight: bold;
    }

    p,
    ul {
        font-size: 0.8rem;
    }

    .topbar__title {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .topbar__desc {
        font-size: 0.9rem;
    }

    .sectionOneP2 .form-group {
        width: 300px;
    }

    .sectionTwoP2 .form-check-label {
        padding: 15px;
        border-radius: 15px;
    }

}

@media (max-width: 767px) {
  .categorieen ul li  {width:100%; text-align:left; padding-right: 0px;}
  .categorieen {width:100%;}
  .categorieen ul li ul li {padding: 0;}
}
  
@media (min-width: 768px) and (max-width: 1099px) {
  .categorieen ul li  {width:46%;}
  .categorieen ul li ul li  {width:100%;}
  .categorieen {width:100%;}
}

@media (min-width: 1100px){
  .categorieen ul li  {width:29%;}
  .categorieen ul li ul li  {width:100%;}
}
