/*
    Theme Name: Accountant in Business
    Theme URI: http://www.accountantinbusiness.nl/
    Author: Van Zwam Media | Daisy van Zwam
    Author URI: https://vanzwammedia.nl/
    Description: Thema voor het bedrijf Accountant in Business
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: accountantinbusiness
    Tags: accountant-in-business
*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
  font-family: 'Titillium Web', sans-serif;
  overflow-x: hidden;
}

.padding-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

a {
  color: #ed1b24;
}

a:hover {
  color: #0d1e6e;
  text-decoration: none;
}

.pagina404 {
  margin-bottom: 50px;
}

.site-header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 1px 4px 11px -2px #7A7A7A;
  box-shadow: 1px 4px 11px -2px #7A7A7A;
}

.lidlogo {
  max-height: 75px;
  width: auto;
}

.navbar-brand img {
  max-height: 75px;
  width: auto;
}

.navbar-brand {
  margin-right: 3rem;
}

.navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-collapse .menu-hoofdmenu-container #menu-hoofdmenu {
  margin-bottom: 0;
}

.navbar-collapse .menu-hoofdmenu-container li {
  list-style: none;
  display: inline-block;
}

.navbar-collapse .menu-hoofdmenu-container li:not(:last-child) {
  margin-right: 20px;
}

.navbar-collapse .menu-hoofdmenu-container li a {
  color: #000;
}

.navbar-collapse .menu-hoofdmenu-container li a:hover {
  color: #ed1b24;
  text-decoration: none;
}

.navbar-collapse .menu-hoofdmenu-container .current-menu-item a {
  font-weight: bold;
  color: #0d1e6e;
}

.margin-top-header {
  padding-top: 150px;
}

.bgwhite {
  background-color: #fff;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slidertitle {
  color: #0d1e6e;
  font-size: 2rem;
  font-weight: bold;
}

.slidertekst {
  color: #0d1e6e;
  font-size: 1.5rem;
}

.container-slidertitle {
  position: absolute;
  top: 19%;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-radius: 25px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
}

.owl-nav button.owl-next {
  position: absolute;
  right: 20px;
}

.owl-nav i {
  color: #fff;
  font-size: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.motto h2 {
  color: #ed1b24;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
}

.titeltekst h3 {
  color: #0d1e6e;
  font-weight: bolder;
  font-size: 18px;
}

.over-afbeeldingen {
  margin-bottom: 25px;
}

.over-afbeeldingen img {
  max-width: 100%;
  height: auto;
  margin-top: 25px;
}

footer h2 {
  font-size: 18px;
  font-weight: bold;
}

footer li {
  list-style: none;
}

.copyright {
  background-color: #0d1e6e;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  color: #fff;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

.calltoaction {
  background-color: #0d1e6e;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  margin-bottom: 50px;
}

.calltoaction h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.calltoaction .ctatitel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calltoaction .ctabutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.calltoaction .btn-cta {
  background-color: #fff;
  color: #0d1e6e;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
}

.calltoaction .btn-cta:hover {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  -webkit-box-shadow: 1px 4px 11px -2px #7A7A7A;
  box-shadow: 1px 4px 11px -2px #7A7A7A;
}

.werkwijze-filmpjes {
  margin-top: 25px;
  margin-bottom: 25px;
}

.werkwijze-filmpjes iframe {
  width: 100%;
}

.googlemaps {
  margin-bottom: 50px;
}

.googlemaps iframe {
  width: 100vw;
  height: 400px;
}

.seperatepage_header {
  margin-bottom: 25px;
}

.page-template-basic-page .site-header {
  background: #fff;
}

.margin-basic-page {
  margin-bottom: 50px;
}

.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: 1px solid #0d1e6e;
  padding-left: 5px;
  font-family: 'Titillium Web', sans-serif;
  min-height: 40px;
  border-radius: .25rem;
}

input.wpcf7-submit {
  background-color: #0d1e6e;
  border-radius: .25rem;
  min-width: 25%;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 40px;
}

div#wpcf7-f344-o1 {
  margin-top: 8px;
}

/*Recaptcha*/
.grecaptcha-badge {
  opacity: 0 !important; 
}

section.maatschappelijkondernemen {
  margin-top: 25px; 
}

/*Later toegevoegd*/
.stichtingen img {
  width: 100%; 
  height: auto;
}

img.smaakparels {
  width: 34% !important; 
}

img.dnonebig {
  width: 100%; 
  height: auto;
}

@media only screen and (min-width: 991px) {
  img.dnonebig {
    display: none; 
  }
}

@media only screen and (min-width: 576px) {
  .navbar {
    padding: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .container-slidertitle {
    top: 25%;
    width: 50%;
  }
}

@media only screen and (max-width: 1199px) {
  .slidertitle {
    font-size: 28px;
  }

  .slidertekst {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .lidlogo {
    display: none;
  }

  .navbar-collapse .menu-hoofdmenu-container #menu-hoofdmenu {
    padding-left: 0;
  }

  .navbar-collapse .menu-hoofdmenu-container li {
    display: block;
    margin-top: 5px;
  }

  .navbar-collapse .menu-hoofdmenu-container {
    margin-top: 15px;
  }

  .slidertitle {
    font-size: 20px;
  }

  .slidertekst {
    font-size: 18px;
  }

  .container-slidertitle {
    display: none; 
  }

  .owl-nav {
    display: none;
  }

  .calltoaction .ctatitel {
    text-align: center;
  }

  .calltoaction .ctabutton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
  }

  .parallax {
    background: none !important; 
    height: min-content !important; 
  }

  .parallaxfade::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    background-color: #fff;
  }

  .sectionafterheader {
    padding-top: 101px;
  }

  .slidertitle {
    font-size: 18px;
  }

  .slidertekst {
    font-size: 16px;
  }

  .calltoaction .ctabutton {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .navbar-brand {
    margin-right: 1rem;
  }

  .container-slidertitle {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .navbar-brand img {
    max-width: 150px;
    height: auto;
  }

  .sectionafterheader {
    padding-top: 70px;
  }

  .margin-top-header {
    padding-top: 100px;
  }
}