/*
Theme Name: Capriccio
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: capriccio
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* normal */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /*     color: #7e7f7e;  */
  color: #000;
  font-weight: 400;

  min-height: 100vh;
}

input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7e7f7e;
}

body {
  background: #fff7e5;
}

img {
  border: 0px;
  display: block;
}

a,
input {
  outline: none;
}

a {
  text-decoration: none;
  color: #d5771d;
}

i,
address,
em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  /* margin-bottom: 6px; */
}

.h1-white {
  padding-top: 20px;
  color: #FFF;
}

.links {
  padding-left: -15px;
}

h1 {
  color: #103642;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 24px;
}

h2 {
  color: #d5771d;
  font-size: 16px;
  /*	padding-top:10px; */
  font-weight: bold;
  line-height: 1.2em;
}

h2>span {
  color: #d5771d;
}

h3 {
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 14px;
  line-height: 17px;
  color: #7e7f7e;
  font-weight: 600;
}

a,
button,
button:focus,
input[type="submit"],
input[type="submit"]:focus,
textarea,
textarea:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container-voor-content {
  display: flex;
  align-items: stretch;
  /* beide kolommen even hoog */
  min-height: 40vh;
  /* kolommen minstens zo hoog als het scherm */
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container-voor-content-3-kolommen {
  /*	display: flex; */
  align-items: stretch;
  /* beide kolommen even hoog */
  min-height: 40vh;
  /* kolommen minstens zo hoog als het scherm */
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/*
.row {
	margin-left: -15px;
	margin-right: -15px;
	line-height:23px;
}
*/
hr {
  border: 0;
  width: 100%;
  height: 2px;
  background-color: #d5771d;
}


@font-face {
  font-family: amsipro-black;
  src: url('/wp-content/themes/capriccio/assets/images/oswald-bold.ttf');
}







/* template */
#template {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

/* layout */
#layout {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

/* header */
#header-part {
  position: relative;
  width: 100%;
  padding: 0px 0px 12px;
  z-index: 999999;

  background-color: #000;
}

.top-bar {
  padding: 20px 0px 5px;
}

.logo-contact {
  max-width: 250px;
  width: 100%;
  padding-bottom: 30px;
}

.logo {
  padding: 0px 0px 0px;
  float: left;
  width: 430px;
  height: 120px;
}

.logo a {
  display: block;
}

.toprightside {
  float: right;
  background-color: #d6be00;
  ;
  /*   max-width: 53%; */
  /*       width: 100%; */

}

.top-bar-geel {
  padding: 10px 0px 5px;
  background-color: #d6be00;
}



/**********
*********/
/* Basis navigatiebalk */
.navbar {
  background: #d5771d;
  background: linear-gradient(to bottom, #d5771d, #8b4513);
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
}


.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* <-- zorgt dat de items in het midden staan */
}

.menu>li {
  position: relative;

}

.menu>li>a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.menu>li>a:hover {
  background: #444;
}

/* Submenu */
.menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #444;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

.menu li ul li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;

}

.menu li ul li a:hover {
  background: #555;
}

/* Hover → toon submenu */
.menu li:hover>ul {
  display: block;
}

/* Zorg dat submenu’s onder elkaar staan */
.menu li ul li {
  position: relative;
}


/********
*******/



.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area ul li {
  margin-bottom: 6px;
  list-style-type: none;
  list-style-position: inside;
  margin-left: -5px;
}

.widget-area ul li::before {
  margin-right: 0px;
  list-style-type: none;
  list-style-position: inside;
}

.widget-area a {
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease-in-out;
}

.widget-area a:hover {
  text-decoration: underline;
  color: #8d5018;
}

/* actieve pagina highlight */
.widget-area .current_page_item>a {
  font-weight: bold;
  color: #000;
  /* of een andere kleur */
  border-left: 4px solid #ffffff;
  padding-left: 6px;
}





/* content */
#content-part {
  width: 100%;
  min-height: 500px;
  /*	background-color:#0b983a; */
}

#content-part h1 {
  margin-top: 50px;
  margin-bottom: 10px;
}

#content-part p {
  line-height: 2em;
}

.kolommen {
  flex: 1;
  padding: 20px;

}


.kolom-volledig strong {
  color: #000;
  font-size: 16px;
}

.kolom-links {
  width: 900px;
  float: left;
  line-height: 23px;
  padding: 0px 20px 0px 0px;
}

.kolom-rechts {
  width: 300px;
  float: left;
  line-height: 23px;
  padding: 20px 30px 30px 30px;
  /*	background-color:#e0e0e0; */
  /*  background-color:#2d2e32; */
  background-color: #2b190d;
  color: #FFF;
  height: 100%;
}

.kolom-rechts>h2 {
  font-size: 24px;
}

.kolom-volledig {
  width: 100%;
  float: left;
  line-height: 23px;
  padding: 0px 20px 20px 0px;
  padding-top: 0px;
}

.kolom-links ul li {
  padding-bottom: 5px;
  padding-left: 50px;
  list-style-type: square;
  list-style-position: inside;
}

.kolom-rechts ul li {
  padding-bottom: 5px;
  padding-left: 8px;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.kolom-volledig ul li {
  padding-bottom: 5px;
  padding-left: 8px;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.kolom-volledig ul li.li-sub {
  padding-bottom: 5px;
  padding-left: 8px;
  margin-left: 48px;
  list-style-type: disc;
  list-style-position: outside;
}



.kolom-rechts-2 {

  width: 900px;
  float: left;
  line-height: 23px;
  padding: 0px 20px 00px 0px;
  padding-left: 20px;
}

.kolom-links-2 {
  width: 300px;
  float: left;
  line-height: 23px;
  padding: 20px 30px 30px 30px;
  /*		background-color:#e0e0e0; */
  /* background-color: #2d2e32; */
  background-color: #2b190d;
  color: #fff;
  height: 100%;
}




.kolom3-a {
  /* 3 kolommen naast elkaar */

  box-sizing: border-box;
  line-height: 23px;
  padding: 20px 10px 30px 0px;
  padding-left: 20px;
  /*		background-color:#e0e0e0; */
  /*    background-color: #2d2e32; */
  background-color: #2b190d;
  color: #fff;

}

.kolom3-b {
  /* 3 kolommen naast elkaar */

  box-sizing: border-box;
  line-height: 23px;
  padding: 20px 10px 30px 10px;
  /*		background-color:#e0e0e0; */
  /*    background-color: #2d2e32; */
  background-color: #2b190d;
  color: #fff;

}

.kolom3-c {
  /* 3 kolommen naast elkaar */

  box-sizing: border-box;
  line-height: 23px;
  padding: 20px 10px 30px 30px;
  /*		background-color:#e0e0e0; */
  /*    background-color: #2d2e32; */
  background-color: #2b190d;
  color: #fff;

}






/* FOOTER */

/* footer part */
#footer-part {

  width: 100%;
  border-top: 1px solid #d5771d;
}

/* footerlinks-bar */
.footerlinks-bar {
  padding: 30px 0px 20px;
  /* background: #ebebeb; */
  background: #000;
}

.footerlinks-bar ul li a,
.footerlinks-bar h3,
.footerlinks-bar address {
  color: #000;
}

.footerlinks-bar .links ul li {
  margin-bottom: 16px;
}

.footerlinks-bar .links ul li a {
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-transform: uppercase;
  display: inline-block;
}

.footerlinks-bar ul li:hover a {
  text-decoration: underline;
}

.footerlinks-bar h3 {
  letter-spacing: 0.5px;
}

.footerlinks-bar address {
  line-height: 22px;
  margin-bottom: 24px;
}

.footerlinks-bar .address ul {
  margin-bottom: 24px;
}

.footerlinks-bar .address ul li a {
  line-height: 22px;
}

.footerlinks-bar .c4rechts {}

.footerlinks-bar .c4rechts-img {}

/* copyright */
.copyright-bar {
  border-top: 1px solid #D7C826;
  padding: 30px 0px 30px;
  background: #2d2e32;
}

.copyright-bar p {
  font-weight: 600;
  color: #fff;
}




.top-bar-foto {
  width: 100%;
  height: 320px;
  background: url(/wp-content/uploads/2025/09/4315d626-5c07-4fed-8fb3-429ffa0784fb-kopie.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.top-bar-foto-img {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}



.widget_calendar,
.fc-widget-content {
  width: 200px;


  /*    background-color:#d6be00; */
}

.wp-calendar {
  background-color: #7e7f7e;
}

.eo-past-date,
.eo-future-date {
  padding: 8px 8px 8px 8px;
}

td.eo-event-cat-concerten,
.fc-all-day,
td.fc-event-cat-concerten,
td.eo-event-future {
  background-color: #d6be00;
  padding: 8px 8px 8px 8px;


}

td.eo-event-cat-concerten>a,
td.eo-event-future>a {
  color: #000;

  font-weight: 800;
}

.pad {
  width: 120px;
}






/* ===== Kalendertitel en navigatie (prev/next) ===== */
.fc-toolbar {
  margin-bottom: 10px;
  text-align: center;
}

.fc-toolbar-title {
  font-size: 18px;
  font-weight: bold;
}

/* ===== Header met dagen van de week ===== */
.fc-col-header-cell {
  background: none !important;
  border: none !important;
  font-weight: bold;
  text-align: center;
}

/* ===== Grid van dagen ===== */
.fc-daygrid-day {
  border: none !important;
  text-align: center;
  padding: 0 !important;
}

/* Dagcijfers */
.fc-daygrid-day-number {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  font-weight: bold;
  color: #000;
}

/* ===== Highlight huidige dag ===== */
.fc-day-today .fc-daygrid-day-number {
  background: gold;
  color: black !important;
}

/* ===== Events als markering in de cel ===== */
.fc-daygrid-event {
  display: none !important;
  /* verberg standaard event-titels */
}

/* Markeer dagen met een event (door extra class) */
.fc-daygrid-day.fc-day-has-event .fc-daygrid-day-number {
  background: gold;
  color: black;
}

.eo-fullcalendar {
  width: 250px;
}

.fc table {
  width: 30px;
}

.fc-widget-header {
  width: 30px;
}

.fc-content {
  /*    display:none; */
}

.fc-event-container {
  /*  color:#F00; */
}

.eo-event-details,
.event-entry-meta {
  display: none;
}

.eo-event-date {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}


.eo-event-title a,
.entry-title a {
  color: #103642;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 24px;
  font-weight: normal;
}

.eo-event-content p {
  margin-left: -10px;
}


.widget-area ul li {
  list-style-position: inside;
  list-style: none;
  margin-left: -10px;
}

.kolom-links img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}




#menu-hoofdmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

#menu-hoofdmenu>li {
  position: relative;
}

.footer-content {
  margin: 0 auto;
  color: #fff;
  height: 120px;
  width: 430px;
  display: block;
}

.footer-content a {
  color: #fff;
}

.footer-adres {
  width: 270px;
  margin: 0 auto;
}

/* Standaard hamburger */
.mtoggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #2b190d;
}

.menu {
  display: block;
}



.kolom-links-voorpagina img {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  float: none;
}

.kolommen-3-fitter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #2b190d;
}

.kolom-rechts-content {
  display: block;
  margin: 0 auto;
  justify-content: center;
  width: fit-content;
  min-width: 260px;
}

.kolom-rechts-content img {
  max-width: 240px;
}

.kolom-rechts-content a {
  color: #d5771d;
}

.kolom-rechts-content .current_page_item>a {
  color: #d6be00;
}

input {
  padding: 10px;
  font-size: 16px;
  color: #000;
  border: 1px solid #d5771d;
  border-radius: 2px 2px 2px 2px;
}

textarea {
  width: 400px;
  height: 130px;
  padding: 10px;
  font-size: 16px;
  color: #000;
  border: 1px solid #d5771d;
  border-radius: 2px 2px 2px 2px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  padding: 30px;
  color: #FFF;

}

.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900;
  padding: 30px;
  color: #F00;
}






/* Klassieke editor: afbeelding binnen <p> */
p img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

p img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

p img.aligncenter {
  display: block;
  margin: 0 auto 1em;
  float: none;
}

/* Blok-editor (Gutenberg): <figure class="wp-block-image align..."> */
.wp-block-image.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.wp-block-image.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.aligncenter img {
  display: inline-block;
  margin: 0 auto 1em;
  float: none;
}

/* Captions (klassiek) */
.wp-caption.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.wp-caption.aligncenter {
  margin: 0 auto 1em;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

/* Veiligheidsnet: zet generieke 'forceer-links' regels buiten spel */
p img {
  max-width: 100%;
  height: auto;
}

/* responsive */
p img.aligncenter,
.wp-block-image.aligncenter img {
  float: none;
}

/* overrule eventuele float:left */








/* Verbergen op desktop */
@media (min-width: 769px) {
  .mtoggle {
    display: none;
  }
}





@media (max-width: 1230px) {}

@media (max-width: 1230px) {

  .logo {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .container-voor-content {
    max-width: 100%;
  }

  .kolom-links {
    width: 100%;
    flex-direction: column;
    height: fit-content;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kolom-rechts {
    width: 100%;
    flex-direction: column;
    height: fit-content;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }



  .kolom-links-2 {
    width: 100%;
    flex-direction: column;
    height: fit-content;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;

  }

  .kolom-rechts-2 {
    width: 94%;
    flex-direction: column;
    height: fit-content;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }


  .inner {
    display: none;
  }

  .menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .menu .active {
    /*  display: flex; */
  }

  .mtoggle {
    display: block;
    width: 50px;
    height: 50px;
  }

  /* Zorg dat X zichtbaar wordt als menu open is */
  .mtoggle.active::before {
    content: "✖";
  }

  .mtoggle::before {
    content: "☰";
  }

  /* Verberg de originele inhoud (&#9776;) */
  .mtoggle {
    font-size: 2rem;
    line-height: 1;
  }

  .mtoggle .active {
    color: red;
    /* optioneel, maakt X rood */
  }



  .menu .sub-menu {
    position: static;
    /*  padding-left: 20px; */
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 1.2rem;
    margin-left: 5px;
    cursor: pointer;
  }

  .menu .sub-menu {
    display: none;
    flex-direction: column;
    padding-left: 20px;
  }

  .menu .sub-menu.active {
    display: flex;
  }

  .menu .sub-menu a {
    text-align: center;
  }

  .menu li ul li a {
    margin-left: -20px;
  }

  .menu {
    display: none;
    /* standaard verborgen */
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 10px;
  }

  .menu.active {
    display: flex;
    /* toon bij klik op hamburger */
  }



  .menu .sub-menu {
    display: none;
    /* submenus standaard dicht */

  }

  .menu .sub-menu.active {
    display: none;
    /* uitklappen bij klik */
    flex-direction: column;
  }

  img {
    max-width: 330px;
  }

  .top-bar-foto {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top center;

    background-size: cover;
  }

  .top-bar-foto-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }




}


@media (max-width: 500px) {
  .kolommen-3-fitter {
    display: block;
    flex-direction: column;
    height: fit-content;
    background-color: #2b190d;
  }

  .kolom3-a,
  .kolom3-b,
  .kolom3-c {
    flex-direction: column;
    height: fit-content;
    display: block;
    width: 100%;
    clear: both;
    float: left;
  }

  .kolom3-b,
  .kolom3-c {
    padding-left: 20px;
  }

  .container-voor-content-3-kolommen {
    /*	display: flex; */
    align-items: stretch;
    /* beide kolommen even hoog */
    min-height: 40vh;
    /* kolommen minstens zo hoog als het scherm */
    max-width: 100%;

    margin: 0 auto;
  }


  iframe,
  .wp-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* houdt verhouding vast */
    border: 0;
  }

  /* wrapper en MediaElement container 100% breed */
  .wp-video,
  .video,
  .mejs-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* het <video>-element zelf meeschalen */
  .wp-video video,
  .video video,
  .wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
  }

  /* optioneel: vaste verhouding (16:9) als je dat wilt afdwingen */
  .wp-video,
  .video {
    aspect-ratio: 16 / 9;
  }

}