html, body {
  overflow:visisble;
  scroll-behavior: smooth;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  background-color:#fff;
  font-family: Open Sans;
  font-size: 16px;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: fadein 1s; /* Firefox < 16 */
          -ms-animation: fadein 1s; /* Internet Explorer */
           -o-animation: fadein 1s; /* Opera < 12.1 */
              animation: fadein 1s;
}

body {
  position: relative !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
  font-weight: bold;
}

h4,h5 {
  color: rgb(88, 69, 57);
}
.contact-image-tab, .description-image-tab, .coaching-image-tab, .bewust-image-tab, .training-image-tab, .vertrouwen-image-tab, .gerard-image-tab, .mathilde-image-tab {
  display:none !important;
}

.subject-title-tab {}
.container-fluid {
  padding: 0 !important;
}
.sshadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.6) !important;
}
.sshadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
}

.mob-sshadow {
  text-shadow: 0 .5rem 1.5rem rgba(0,0,0,.95) !important;
}
.sshadow-hard {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.65) !important;
}
html:not([data-scroll='0']) .navbar-image{
  padding-left:200px;
  background-image: url("/images/logo_dark_small.png");
  background-size: 200px 49px;
}
html:not([data-scroll='0']) a:hover{
  color: rgb(0, 0, 0);
}

html:not([data-scroll='0']) .navbar-mob{
  background-color: rgba(255,255,255,0.95);
}
html:not([data-scroll='0']) .navbar-mob-icon {
  color: rgb(88, 69, 57);
}
html:not([data-scroll='0']) .mob-bar1,html:not([data-scroll='0'])  .mob-bar2,html:not([data-scroll='0']) .mob-bar3 {
  background-color: rgb(88, 69, 57);
}
a:hover {
  color: rgb(88, 69, 57);
}

.nav-link.active {
  color: rgb(0,0,0) !important;
  border-bottom: 2px solid rgba(0,0,0,1);
}

.nav-link:hover {
  border-bottom: 2px solid rgba(88, 69, 57,1);
}

html:not([data-scroll='0']) .nav-link:hover {
  border-bottom: 2px solid rgba(0,0,0,1);
}

.navbar-image {
  display:block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
}
.navbar {
  background-color: rgba(0,0,0, 0.2);
  transition: 1.0s;
  display: none;
}

.navbar-mob {
  background-color: rgba(0,0,0, 0.2);
  transition: 1.0s;
  display: block;
  width: 100%;
}
.navbar-mob-image {
  width: 200px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-flex;
}
.navbar-mob-icon {
  width: 20%;
  margin-left: 2%;
  margin-top: 2%;
  padding: 12px;
  vertical-align:top;
  color: #fff;
  transition: 0.5s;
}
.navbar-mob-icon:active {
  background-color: #883723;
}

.mob-bar-container {
  display: inline-block;
  cursor: pointer;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 1%;
  position: relative;
}
.mob-bar1, .mob-bar2, .mob-bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .mob-bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}
.change .mob-bar2 {
  opacity: 0;
}
.change .mob-bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
}

.mob-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.95);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 65px;
    padding-top: 2%;
}
.mob-sidenav a {
  padding: 6px 8px 6px 2.5%;
  text-decoration: none;
  font-size: 18px;
  color: rgb(88, 69, 57);
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
}
.mob-sidenav-overlay {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 65px;
  background-color: rgba(0,0,0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  transition: opacity 1s;
  opacity: 0;
}

.header-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.header-text {
  position: absolute;
  margin-top: 30%;
  z-index: 1;
  color: #fff;
  text-align:center;
}
.header-text-1 {
  font-size:24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 1%;
}
.header-text-2 {
  font-family:'Playfair Display', serif;
  font-size:20px;
  font-style:italic;
  font-weight:400;
}
.header-filler {
  height:300px;
}
.whitespace {
  display: none;
}

.description-text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 20%;
  padding-bottom: 3%;
  text-align:justify;
}
.description-title {
  font-size: 24px;
  text-align: center;
}
.description-image, .coaching-image, .bewust-image, .training-image, .vertrouwen-image, #contact, .contact-image-tab {
  display: none;
}
.description-image-mob {
  border-radius: 8px;
  padding: 0;
  margin-top: -15%;
  margin-bottom: 10%;
}

.coaching-text, .training-text, .gerard-text {
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 8%;
  padding-right: 8%;
  font-weight: 300;
}
.coaching-image, .training-image, {
  margin-left: 5%;
  margin-right: 18%;
  margin-top: 15%;
  padding: 0;
  border-radius: 4px !important;
}
.coaching-image-mob, .bewust-image-mob, .training-image-mob, .vertrouwen-image-mob {
  margin-top: 20% !important;
  margin-bottom: 10%;
}

.bewust-text, .vertrouwen-text, .mathilde-text {
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 8%;
  padding-right: 8%;
  font-weight: 300;
}
.bewust-image, .vertrouwen-image, {
  margin-right: 5%;
  margin-left: 18%;
  margin-top: 15%;
  padding: 0;
  border-radius: 4px;
}
.vertrouwen-image {
  margin-top: 5% !important;
  padding-bottom: 5%;
}

.image-wrap-left, .image-wrap-right {
  position:relative;
  border-radius: 4px !important;
}
.image-wrap-left:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  margin-left:-5%;
  margin-top:5%;
  height:100%;
  width:100%;
  z-index:-1;
  border-radius: 4px !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
}
.image-wrap-right:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  margin-left:5%;
  margin-top:5%;
  height:100%;
  width:100%;
  z-index:-1;
  border-radius: 4px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
}
.text-title {
  font-size:32px;
}
.text-sub-title {
  text-indent: 2%;
  font-size: 18px;
}
.over-ons-desk {
  display: none;
}
.subject-title {
  font-size: 48px;
  font-weight: 300;
  text-align:center;
  margin-top: 20% !important;
}
.person-title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.gerard-image, .mathilde-image {
  padding: 8px 16px 8px 16px !important;
}

.contact-image {
  width: 100%;
  z-index: -1;
}
.contact-card {
  margin: auto;
  height: 400px;
  width: 100%;
  justify-content: center !important;
  border-radius: 8px;
}
.contact-info {
  background-color: rgb(88, 69, 57);
  display:block;
  padding:24px;
  width: 100%;
}
.contact-info-description {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform:uppercase;
  text-align: center;
  margin-top: -22.5%;
  margin-bottom: 13%;
}
.contact-info-name {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.contact-info-details {
  margin-bottom: 16px;
  color: #fff;
  font-weight: 300;
}
.contact-info-icon {
  margin:auto;
  display: flex;
  justify-content: center !important;
  color: #fff;
}
.contact-info-icon-icon {
  margin-top: 5%;
  padding: 12px;
  border: 2px solid white;
  border-radius: 100%;
}
.contact-form {
  display:block;
  background-color:#fff;
  width: 100%;
  padding: 16px;
}
.contact-form-field {
  margin-bottom: 24px;
}
.contact-form-msg {
  height: 200px;
}

.blog-header {
  height:320px;
  width:100%;
  object-fit:cover;
}
.blog-header-text {
    position: absolute;
    margin-top: 8%;
    z-index: 1;
    color: #fff;
    text-align:center;
}
.blog-header-text-1 {
  font-size:54px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 15%;
  margin-bottom: 1%;
  text-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
}
.blog-filler {
  height:320px;
}

.blog-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center !important;
}
.blog-card {
  width: 100%;
  background-color: #fff;
  border-radius: 5%;
  justify-content: center !important;
  margin:auto;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.blog-card-header {
  width:100%;
}
.blog-card-image-1 {
  width:100%;
  display: block;
  margin: auto;
}
#blog-01, #blog-00 {
  display: none !important;
}

.blog-card-content {
  padding: 8px;
}
.blog-card-title {
  font-size: 2em;
  font-weight: 300;
}
.blog-card-description {
  font-size: 1em;
}
.blog-card-footer {
  border-top: 2px solid grey;
  width:100%;
  padding: 4px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.blog-card-date {
  display: inline;
  margin: auto;
}
.blog-card-link {
  display: inline;
  float:right;
}

#blog-content {
  width: 80%;
  margin: auto;
}
.blog-title {
  margin-top: 15% !important;
  text-align: center;
  font-size: 3em;
}
.blog-text {
  margin-top: 2%;
  font-size: 1.0em;
  margin-bottom: 15% !important;
}

input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(0,0,0);
  transition: 0.5s;
}
input[type=text]:focus {
  border-bottom: 1px solid rgb(88,69,59);
  background-color: rgba(88,69,59,0.1);
  transition: 0.5s;
}

textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(0,0,0);
  transition: 0.5s;
  resize: none;
}
textarea:focus {
  background-color: rgba(88,69,59,0.1);
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: rgb(88,69,59);
  padding: 16px 32px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  border:none;
  color: #fff;
  font-weight: 300;
  text-transform:uppercase;
  transition: 0.5s;
  display:flex;
  justify-content: center;
  margin:auto;
  margin-top:12px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: rgba(88,69,59,0.8);
}

:required {
  box-shadow: none;
}





.pad4 {
  padding: 2px 4px 2px 4px;
}
.pad8 {
  padding: 4px 8px 4px 8px;
}
.pad16 {
  padding: 8px 16px 8px 16px;
}
.pad32 {
  padding: 16px 32px 16px 32px;
}
.pad64 {
  padding: 32px 64px 32px 64px;
}
.bg-beige {
  background-color: rgba(88,69,57, 0.05);
}
.bg-white {
  background-color: #fff;
}
.bg-purple, .bg-purple:before {
  background-color: #9B168A;
}
.bg-green, .bg-green:before {
  background-color: #509649;
}
.bg-yellow, .bg-yellow:before {
  background-color: #E4AF43;
}
.bg-orange, .bg-orange:before {
  background-color: #D45826;
}
.txt-white {
  color: #fff;
}
.txt-brown {
  color: rgb(88, 69, 57);
}
.txt-purple {
  color: #9B168A;
}
.txt-green {
  color: #509649;
}
.txt-yellow {
  color: #E4AF43;
}
.txt-orange {
  color: #D45826;
}
.align-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.align-center-text {
  text-align: center;
}
.bg-pink {
  background-color: #e089b4;
}
.txt-pink {
  color: #e089b4;
}
