/*
Theme Name: Kinderopvang Burgum
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl/
Description: Thema voor Kinderopvang Burgum
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/
section.full-background-overlay .background-image-wrapper img {
    opacity: 0.3;
}
.main-nav-menu li .sub-menu {
 max-width: 320px!important; 
}
.nbc_title {
  display: none;
}
div#nb-calc {
  width: 100%!important;
}
body {
	background-color: #E9F5FE;
}
header {
 z-index: 999;
  position: relative;
}
.half-background-half-overlay .wp-block-custom-section-block-col {
  padding-left: 40px;
}
.half-overlay-half-background .background-image-wrapper img {
 border-radius: 8px 0px 0px 8px; 
}
.bg-quatriary {
 background-color: var(--quatriary); 
}
.bg-quatriary *{
 color: var(--quatriary-content); 
}
img.logo {
  margin-right: 20px;
}
.menu-item-button {
  border-radius: 100px;
}
.menu-item-button i{
  color: var(--tertiary);
}
li.menu-item-has-button a {
 padding: 10px; 
}
#primary-menu-alt {
  margin-right: 15px;
}
h1 strong, h2 strong, h3 strong {
  position: relative;
}
h1 strong:after, h2 strong:after, h3 strong:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -7px;
  left: 0;
  background-image: url('img/underline.svg'); 
  background-size: cover;
  z-index: -1;
}
#hero {
  position: relative;
  padding-top: 300px;
  padding-bottom: 120px;
}
#hero * {
  color: white;
}
#hero:after{ 
    content: '';
  position: absolute;
  width: 100%;
  height: 320px; 
  bottom: -1px;
  right: 0;
  background-image: url('img/wave.svg'); 
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 10;
}
#hero:before{ 
	content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    top: -110px;
    left: 0px;
    background-image: url(img/round.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
footer {
  position: relative;
}
footer:before {
      content: '';
  position: absolute;
  width: 100%;
  height: 174px; 
  top: -173px;
  right: 0;
  background-image: url('img/wave2.svg'); 
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
#boat {
   background-image: url('img/boat.svg'); 
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat; 
}
.space-around {
    margin: 20px;
}
.border-radius {
 overflow: hidden;
  border-radius: 8px;
}
.card-portfolio {
    height: 470px!important;
    transform: rotate(1%)!important;
  overflow: hidden;
  border-radius: 8px;
}
.card-portfolio .image-outer {
    position: relative;
}
.card-portfolio .image-outer img {
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-portfolio:hover .image-outer img {
    transform: scale(1.3) rotate(4deg);;
}
.topbar ul li {
	margin: 0 15px;
}
.topbar ul li a {
 font-family: "Grandstander";
  text-decoration: none;
}
.card-portfolio .image-outer:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.4;
    position: absolute;
}
.card-portfolio .image-outer .image-holder {
    padding-bottom: 120%!important;
}
.card-portfolio .content-outer {
    background: transparent!important;
}
.card-portfolio .content-outer .btn {
    display: none;
}
.overflow-last-section {
  margin-top: -200px;
}
.socket * {
 font-size: 12px; 
}
.tns-outer .tns-controls.center {
    width: 125%!important;  /* iets minder extreem dan 125% */
    left: -12.5%;               /* gebruik procenten in plaats van harde px */
}
.tns-outer .tns-controls button {
background: none;
}
/* Algemene tabel styling */
.openingstijden-table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--white);; /* standaard achtergrond wit */
    border-radius: 8px;        /* afgeronde hoeken */
    overflow: hidden;          /* voor afgeronde hoeken bij tbody */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* lichte schaduw */
}

/* Header stijl */
.openingstijden-table th {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    background-color: var(--white);; /* lichtgrijze header */
}

/* Cel stijl */
.openingstijden-table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

/* Even rijen een andere achtergrondkleur */
.openingstijden-table tbody tr:nth-child(even) {
    background-color: var(--white);; /* lichtgrijs voor even rijen */
}
.no-border{
border: none;
}

/* Custom section bg */
.section-slider {
 position: relative;
    overflow: hidden;
    width: 100%; 
}
.background-slider {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  opacity: 0.4;
}

.background-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.background-slider .slide.active {
    opacity: 1;
}

.hero-section .content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding-top: 40vh;
}