/* Scss Document */
/*=====FONTS====*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i");
.current {
  color: #D3D306; }

body {
  background-color: #fff;
  color: #707070;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto; }

a {
  text-decoration: none;
  color: #2A7C79;
  font-weight: 600;
  text-decoration: none; }

a:hover {
  color: #2A7C79; }

/* ========== styles for header INCLUDE ========== */
header {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); }
  header .headertop {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    header .headertop a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25%;
      min-width: 280px; }
      header .headertop a img {
        width: 100%; }
    header .headertop .headercontact {
      margin: 20px;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      align-items: flex-end; }
      header .headertop .headercontact h5 {
        margin: 10px;
        font-size: 14px; }
      header .headertop .headercontact img {
        width: 95px; }
  header nav {
    height: auto;
    width: 100%;
    background-color: rgba(42, 124, 121, 0.8);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    header nav ul {
      width: 90%;
      margin: 0 auto;
      list-style: none;
      display: flex;
      flex-direction: row;
      padding: 0px; }
      header nav ul li {
        padding: 0px 40px;
        border-right: 2px #fff solid; }
        header nav ul li a {
          color: #fff;
          position: relative; }
        header nav ul li a:hover {
          text-decoration: none;
          color: #D3D306; }
        header nav ul li a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: -2px;
          left: 0;
          background-color: #D3D306;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        header nav ul li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      header nav ul li:first-child {
        padding-left: 0px; }
      header nav ul li:last-child {
        border-right: none; }

/* ========== styles for footer INCLUDE ========== */
footer {
  background-color: #F3F3F3;
  color: #707070;
  padding: 20px; }
  footer .footercontact {
    width: 20%;
    min-width: 280px;
    height: 90px;
    padding: 25px; }
    footer .footercontact img {
      width: 40px;
      height: 40px; }
    footer .footercontact h4 {
      font-size: 1em;
      margin: 12px;
      width: 200px; }

/* ========== styles for main ========== */
.landingimage {
  min-height: 100vh;
  height: auto;
  background-image: url(../images/stock/landingimage@2x-3.jpg);
  background-image: url(../images/stock/landingimage@2x-3.jpg);
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 567px) {
  .landingimage {
    height: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4)), url(images/stock/landingimage@2x-3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover; } }
main {
  min-height: auto;
  height: auto;
  padding-top: 215px; }

#landingcontent {
  width: 90%;
  margin: 0 auto; }

.landingintro {
  width: 100%;
  max-width: 400px; }

.pagecontent {
  width: 90%;
  margin: 0 auto; }

/* ========== styles for algemene pagecontent ========== */
.landingspoed {
  width: 20%;
  min-width: 280px; }
  .landingspoed h4 {
    color: #2A7C79; }
  .landingspoed .iconbox {
    background-color: #D3D306;
    width: 180px; }
    .landingspoed .iconbox h3 {
      text-align: center; }
    .landingspoed .iconbox img {
      width: 100%; }
  .landingspoed a {
    margin: 15px; }

.pagetopcontent {
  display: flex;
  justify-content: space-between; }
  .pagetopcontent h1 {
    color: #2A7C79;
    background: #D3D306;
    padding: 10px;
    font-size: 20px;
    weight: 500;
    text-transform: uppercase; }

.maincontent {
  margin: 40px auto;
  padding: 90px;
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .maincontent .contentheader {
    height: 350px;
    background-image: url(./images/stock/spoedconsult@2x.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 85%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .maincontent .contentheader div {
      padding: 3%;
      width: 30%;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      color: #2A7C79;
      background: #fff; }
    .maincontent .contentheader h2 {
      padding: 3%;
      width: 30%;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      color: #2A7C79;
      text-align: center;
      font-size: 60px;
      font-weight: 900;
      background: #fff; }

.bodytext {
  padding: 30px 0px;
  color: #2A7C79; }

/* ========== styles for CONSULTATIE template ========== */
#consultaties .container-fluid {
  padding: 0px; }
  #consultaties .container-fluid .row {
    margin: 0px; }
    #consultaties .container-fluid .row .col-12 {
      padding: 0px; }

.thumb {
  font-family: 'Source Sans Pro', sans-serif;
  box-shadow: -4px 4px 10px #00000040;
  margin: 20px 0;
  padding: 0 0 10px 0; }
  .thumb .thumbimage {
    display: block;
    width: 100%;
    height: 250px; }
    .thumb .thumbimage .boximage {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*magic*/ }
  .thumb .thumbcontent {
    padding: 20px; }
    .thumb .thumbcontent h2 {
      color: #2A7C79;
      font-size: 26px;
      font-weight: 700; }
    .thumb .thumbcontent h3 {
      color: #2A7C79;
      font-size: 24px;
      font-style: italic; }

@media screen and (min-width: 720px) {
  #consultaties {
    padding-bottom: 50px; }

  .thumb {
    margin: 20px; } }
/* ========== styles for CONSULTATIE-children template ========== */
.childnavitem .underline {
  color: #707070;
  font-size: 16px;
  border-bottom: 2px solid #D3D306;
  text-decoration: none;
  padding: 10px 0px; }

/* ========== styles for ONZEPRAKTIJK template ========== */
#onzepraktijk .pagecontent {
  padding: 0; }

/* ========== styles for Contact template ========== */
#contact .bodytext {
  max-width: 620px;
  padding: 40px 0px; }
#contact h2 {
  font-size: 18px;
  font-weight: 800;
  width: 215px;
  padding: 2%;
  color: #2A7C79;
  background: #D3D306; }
#contact .contactcontent {
  margin: 55px auto; }
#contact form {
  margin: 30px auto;
  width: 100%; }
  #contact form .form__item {
    display: flex;
    flex-direction: column; }
  #contact form #wrap_Inputfield_submit {
    display: block; }
  #contact form label {
    color: #2A7C79;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0px; }
  #contact form input {
    height: 30px; }
  #contact form input, #contact form textarea {
    padding: 10px;
    width: 100%;
    max-width: 500px;
    border: none;
    box-shadow: 0px 0px 10px #00000040; }
  #contact form .checkbox, #contact form .submit {
    height: auto;
    width: auto;
    border: none; }
  #contact form .form__item--submit > button {
    color: #707070;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
    border: 0;
    border-bottom: 2px solid #D3D306;
    cursor: pointer; }
  #contact form #wrap_Inputfield_scf_terms .field--error--message {
    margin: 15px 0 0 0; }
  #contact form #wrap_Inputfield_scf_terms input {
    width: auto;
    height: auto; }
  #contact form #wrap_Inputfield_scf_terms .pw-no-select {
    margin-left: 10px; }
  #contact form #wrap_Inputfield_scf_terms .form__item--label {
    display: none; }
  #contact form #wrap_Inputfield_scf-website {
    display: none; }
  #contact form .field--error--message {
    color: red; }
  #contact form .form--error--message {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px; }
#contact .form--success--message {
  padding-top: 50px;
  color: green; }
#contact h3 {
  width: 100%;
  font-size: 18px;
  color: #2A7C79;
  font-weight: 700;
  align-self: center;
  margin: 20px 20px; }

/* ========== styles for Algemene voorwaarden template ========== */
#algemenevoorwaarden h4 {
  color: #2A7C79;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px; }
#algemenevoorwaarden p {
  color: #2A7C79; }

/* ========== styles for TEAM template ========== */
#team .thumb {
  height: 320px; }
#team .boximage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*magic*/ }
#team .col-6 {
  padding: 0px; }
#team .thumbcontent {
  padding: 20px;
  height: auto; }
#team qoute {
  background-color: #F4F4F4;
  padding: 3% 4%;
  color: #2A7C79;
  font-weight: 600; }

/* ========== styles for TEAM-child template ========== */
#profile {
  margin-top: 157px;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 82vh;
  height: auto; }
  #profile .profilecontent {
    width: 90%;
    margin: 0 auto; }
    #profile .profilecontent h1 {
      color: #2A7C79;
      font-weight: 600;
      font-size: 42px !important;
      margin: 20px 0px; }
    #profile .profilecontent .bodytext {
      width: 35%;
      min-width: 280px;
      color: #707070; }
    #profile .profilecontent .childbottomnav {
      width: 35%;
      min-width: 280px; }
      #profile .profilecontent .childbottomnav .underline {
        border-bottom: 2px solid #2A7C79; }

.nieuwsberichten h3 {
  text-align: center;
  background-color: #2a7c79;
  margin-bottom: 10px;
  color: #D3D306;
  padding: 3%; }
.nieuwsberichten .royalSlider {
  width: 100%;
  height: 250px; }
  .nieuwsberichten .royalSlider .rsBullets {
    background-color: #2a7c79;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nieuwsberichten .royalSlider .rsBullets .rsNavSelected > span {
      background-color: #D3D306; }
.nieuwsberichten .nieuwsbericht {
  overflow-y: scroll;
  background-color: #2a7c79;
  color: #fff;
  padding: 10% 15%; }
  .nieuwsberichten .nieuwsbericht p, .nieuwsberichten .nieuwsbericht li {
    font-size: 14px; }
  .nieuwsberichten .nieuwsbericht a {
    color: #D3D306;
    text-decoration: underline; }

#mCCForm {
  padding: 2% 5%; }

#mCCButton {
  background-color: #D3D306; }

#errorpage {
  padding: 10%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/stock/temporary.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
