/*
Theme Name: PiP commandeur
Theme URI: dodo.nl
Author: Dodo
Author URI: http://dodo.nl
Description:
Version: 1.0
*/
@font-face {
  font-family: "Shadows Into Light";
  src: local("Shadows Into Light"),
    local("Shadows-Into-Light"),
    url('includes/Shadows_Into_Light/ShadowsIntoLight-Regular.ttf');
}

@font-face {
  font-family: 'Lobster';
  src: url('includes/Lobster/Lobster-Regular.ttf');
}

@font-face {
  font-family: 'Marcellus';
  src: url('includes/Marcellus/Marcellus-Regular.ttf');
}

h1.titel {
  font-family: "Lobster";
  margin-bottom: 15px;
}

h1 {
  font-family: "Lobster";
}

h2 {
  font-family: "Lobster";
}

h3 {
  font-family: "Lobster";
}

h4 {
  font-family: "Lobster";
}

h5 {
  font-family: "Lobster";
}

h6 {
  font-family: "Lobster";
}

.one_column .row,
.two_columns .row,
.afbeelding_links .row,
.afbeelding_rechts .row,
.three_columns .row,
.reviews .row {
  padding: 45px 0;
}

.one_column .img {
  width: 100%;
}

.two_columns ul.speciallist {
  list-style: none;
}

.two_columns ul.speciallist li {
  position: relative;
  padding: 10px 0 10px 15px;
  vertical-align: middle;
}

.two_columns ul.speciallist li::before {
  content: url('img/vinkje.svg');
  width: 50px;
  position: absolute;
  top: 0;
  left: -40px;
}

.two_columns .butn {
  font-family: 'Marcellus';
  background-color: #20616B;
  color: #fff;
  font-size: 36px;
  padding: 30px 35px;
  border-radius: 15px;
  font-weight: 400;
  display: inline-block;
}

.afbeelding_links .full-width,
.afbeelding_rechts .full-width {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.afbeelding_links .links, .afbeelding_rechts .rechts {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  flex: 30%;
  display: inline-block;
  font-size: initial;
}

.afbeelding_links .rechts, .afbeelding_rechts .links {
  padding: 45px;
  width: 70%;
  flex: 70%;
  display: inline-block;
  font-size: initial;
}

.afbeelding_links .rechts {
  padding-right: 0;
}

.afbeelding_rechts .links {
  padding-left: 0;
}

.afbeelding_rechts.Donkerblauw *,
.afbeelding_links.Donkerblauw * {
  color: #fff;
}

.afbeelding_rechts .butn.green,
.afbeelding_links .butn.green {
  font-family: 'Marcellus';
  background-color: #82AA3F;
  color: #fff;
  font-size: 32px;
  padding: 25px 35px;
  border-radius: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
}

.reviews {
  background-color: #82AA3F;
}

.reviews * {
  color: #fff;
}

.reviews iframe {
  width: 300px;
  border: none;
  height: 460px;
  margin: auto;
  display: block;
}

.reviews .carousel {
  text-align: center;
}

.reviews .carousel-indicators {
  position: relative;
  bottom: initial;
  left: initial;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  gap: 5px;
}

.reviews .review-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-row .insta-item {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin: 15px 0;
}

.instagram-row .insta-item video,
.instagram-row .insta-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-row .butn {
  display: inline-block;
  font-family: 'Marcellus';
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  background-color: #20616B;
  margin-top: 25px;
  padding: 20px 35px;
  transition: color .2s ease, background-color .2s ease;
}

.instagram-row .butn:hover {
  color: #fff;
  background-color: #82AA3F;
}

.instagram-row .butn:active {
  color: #fff;
  background-color: #000;
}

.reviews .review-inner {
  width: 100%;
}

.logo img {
  display: block;
  margin: 15px auto 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 185px;
}

.zorgkaart img {
  display: block;
  width: 300px;
  margin: 15px auto 12px;
}

.header_button img {
  display: block;
  margin: 0 auto;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #20616B;
}

a {
  color: #20616B;
  text-decoration: none;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
  display: block;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  font-weight: 800;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

embed,
iframe,
object {
  max-width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.main-content-inner {
  padding-bottom: 1.5em;
}

.hentry {
  margin: 0 0 2.5em;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

.clear {
  clear: both;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:active>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.widget {
  margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.widget select {
  max-width: 100%;
}

.comment .children {
  margin-left: 1.5em;
}

/*  Standaard */
.navbar-default {
  border: 0;
  background-color: transparent;
}

.nav>li>a {
  padding: 10px 0;
  font-size: 17px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
}

.container {
  padding-bottom: 0;
}

/*  Standaard eind */
.carousel-control.left,
.carousel-control.right {
  background: transparent;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #48504D;
  border-color: #48504D;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}

.pagination>li>a,
.pagination>li>span {
  color: #48504D;
}

/**** MENU *****/
.dropdown-menu>li>a {
  display: block;
  padding: 8px 20px;
}

.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
}

a[href="\#"],
a[href=""] {
  cursor: default;
}

.dropdown-menu li a {
  text-decoration: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: #48504D;
  color: #fff;
  text-decoration: none;
}

.navbar-default .navbar-nav {
  margin: 10px 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

#menubalk {
  background: #3A6C75;
}

.navbar-default .navbar-nav>li>a {
  font-family: 'Marcellus';
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 10px 0;
}

.nav>li>a {
  padding: 20px 0;
}

.nav>li {
  padding: 0 10px;
}

.navbar-brand {
  display: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: transparent;
  font-weight: 800;
}

.greenbg {
  background: #82AA3F;
  color: #fff;
}

#header {
  background-position: top center !important;
  background-size: cover !important;
}

.headertekst {
  padding: 30px 15px;
}

.driebloktekst {
  background: #5f8546;
  padding: 25px;
  color: #fff;
  margin: 25px 0 0 0;
  min-height: 265px;
}

.tweebloktekst {
  background: #5f8546;
  padding: 25px;
  color: #fff;
  margin: 25px 0 0 0;
  min-height: 290px;
}

.driebloktekst h2, .tweebloktekst h2 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.driebloktekst a, .tweebloktekst a {
  margin-top: 10px;
  display: inline-block;
  color: #fff;
}

.driebloktekst h3 {
  font-size: 19px;
  margin: 0 0 15px;
}

#tekstslider {
  background: #20616b;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 50px 0;
  margin-top: 25px;
}

#tekstslider .container {
  max-width: 800px;
}

#tekstslider p {
  font-size: 24px;
  line-height: 30px;
}

#tekstslider h1 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 0;
}

#centertekst {
  margin-top: 25px;
}

#centertekst p {
  margin-bottom: 0;
}

#centertekst img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 0px;
}

#tekstinrow {
  padding: 45px 0;
  color: #fff;
  font-size: 19px;
}

#tekstinrow h2 {
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: 800;
}

#tekstinrow a {
  color: #fff;
}

#overblok .overafbeelding {
  width: 250px;
  height: 250px;
  background-size: cover !important;
  border-radius: 250px;
  float: right;
  margin-top: 25px;
}

#overblok {
  padding: 45px 0;
}

#overblok h1 {
  margin: 0 0 25px 0;
  font-weight: 800;
  color: #20616B;
  font-size: 33px;
}

#overblok p {
  color: #20616B;
  font-size: 19px;
}

#contactopnemen {
  background: #20616B;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

#contactopnemen {
  background: #20616B;
  color: #fff;
  padding: 45px 0;
}

#contactopnemen h2 {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 35px;
}

.cform {
  max-width: 650px;
  margin: 45px auto;
  text-align: left;
  font-size: 20px;
}

.cform input, .cform textarea {
  width: 100%;
  border: 0;
  padding: 12px;
  margin-bottom: 8px;
  color: #000;
  border: 2px solid transparent;
  max-height: 165px;
}

.cform .wpcf7-submit {
  background: #fff;
  font-size: 20px;
  margin-top: -5px;
}

.cform input:focus, .cform textarea:focus {
  outline: 0;
  border: 2px solid green;
}

#footer {
  background: #82AA3F;
  padding: 50px 0;
  color: #fff;
}

#footer input {
  color: #000;
}

#footer a, #colophon a {
  color: #fff;
}

#colophon {
  background: #20616B;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

input.yikes-easy-mc-email {
  border: 0 !important;
  padding: 15px !important;
  margin-bottom: 0 !important;
}

button.yikes-easy-mc-submit-button {
  background: #20616B !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  text-align: left !important;
  padding: 10px 15px !important;
  margin-top: 0 !important;
}

#centertekst h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 800;
  color: #20616B;
  margin-bottom: 0;
}

.social-mobile {
  display: none;
}

.socialmenu a {
  color: #fff;
  font-size: 26px;
  width: 35px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  margin-top: 16px;
  text-align: center;
}

.bordbestek {
  position: relative;
  max-width: 305px;
  float: right;
}

.bestek {
  position: absolute;
  top: 16px;
  left: -28px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  animation: wij-willen-eten 1.5s;
  animation-iteration-count: infinite;
}

.bord {
  position: absolute;
  top: 19px;
  left: -3px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 162px;
}

@keyframes wij-willen-eten {

  /* You could think of as "step 1" */
  0% {
    top: 16px;
  }

  50% {
    top: -10px;
  }

  /* You could think of as "step 2" */
  80% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

.bordtekst {
  position: absolute;
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  line-height: 27px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(16deg);
  left: 36px;
  text-transform: uppercase;
  top: 44px;
}

#contactopnemen a {
  color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #82aa3f;
  background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #82aa3f;
}

#nieuws {
  background: #598E40;
  color: #fff;
  margin: 25px 0 -25px 0px;
  padding: 35px 0;
  text-align: center;
}

#nieuws a {
  color: #fff;
}

#nieuws .container {
  max-width: 850px;
}

#nieuws .newsimg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 185px;
}

.nieuwsoverzichtimg {
  float: right;
  margin-top: 15px;
}

.page-title {
  text-transform: capitalize;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1605px) {}

@media only screen and (max-width: 1200px) {
  .nav>li {
    padding: 0 12.5px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .site-navigation-inner {
    z-index: 9;
    position: relative;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .socialmenu {
    position: absolute;
    top: 0;
    left: 15px;
    margin: 0;
    z-index: 15;
  }

  .social-mobile {
    display: block;
  }

  .social-pc {
    display: none;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 10px 0;
  }

  .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
    z-index: initial;
    width: 100%;
    margin-bottom: 10px;
  }

  .afbeelding_rechts .links,
  .afbeelding_rechts .rechts,
  .afbeelding_links .links,
  .afbeelding_links .rechts {
    width: 100%;
    flex: 100%;
    min-height: 350px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
  .h1, h1 {
    font-size: 25px;
  }
  .h2, h2 {
    font-size: 25px;
  }
  .two_columns .butn {
    font-size: 26px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}

@media (min-width: 768px) {
  .nav>li:first-child {
    padding-left: 0;
  }
}
