/*
Theme Name: PONCK Theme
Template: Impreza
Version: 1.0
Author:	PONCK | The Web Company
Theme URI: https://ponck.nl/
Author URI: https://ponck.nl/
*/

/*Add your own styles here:*/
h1 span {
  background-color: #fff;
  padding: 0 0.1em; /* horizontale ruimte links en rechts */
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* nodig voor Safari */
}

h3 span {
  background-color: #fff;
  padding: 5px 7px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* nodig voor Safari */
  line-height: 1.8; /* verhoog deze waarde voor meer ruimte */
}

.bgwit {
    background-color: #fff;
    padding: 0px 0px 0px 20px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* nodig voor Safari */
    display: inline;
}
.center {
	margin-bottom: auto;
	margin-top: auto;
}
.w-tabs-section {
    display: none;
    border-color: #fff!important;
}
.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
    color: #fff !important;
}
.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* aantal regels dat je wilt tonen */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --- Basis button styling (voor alle stijlen) --- */
.us-btn-style_2,
.us-btn-style_4,
.us-btn-style_3,
.us-btn-style_5 {
  display: inline-block;
  text-align: center;
  width: auto;
  font-size: 1.1em;
  line-height: 1.2;
  transition: all 0.3s ease;
}

/* --- Tablet: iets kleinere padding en font --- */
@media (max-width: 1024px) {
  .us-btn-style_2,
  .us-btn-style_4,
  .us-btn-style_3,
  .us-btn-style_5 {
  font-size: 1.1em;
  }
}

/* --- Mobiel: volle breedte + groter raakvlak --- */
@media (max-width: 800px) {
  .us-btn-style_2,
  .us-btn-style_3,
  .us-btn-style_4,
  .us-btn-style_5 {
    display: block;
    width: 100%;
  font-size: 1.1em;
  }
}

/* Basis (desktop) */
h1.w-text .w-text-value{
  font-size: 60px!important;
  line-height: 85px!important;
}
/* Laptop ≤ 1460px */
@media (max-width: 1460px){
  h1.w-text .w-text-value{
    font-size: 50px!important;
    line-height: 70px!important;
  }
}

/* Tablet ≤ 1024px */
@media (max-width: 1024px){
  h1.w-text .w-text-value{
    font-size: 45px!important;
    line-height: 60px!important;
  }
}



/* Mobiel ≤ 800px */
@media (max-width: 800px){
  h1,
  .us-h1,
  h1 .w-text-value,
  h1.w-text .w-text-value{
    font-size: 35px !important;
    line-height: 1.25 !important;
  }

  h1 span{
    display: inline;
    padding: 0 .35em;
    line-height: inherit;
    background-color: #fff;
    box-shadow: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}

/* Mobiel ≤ 800px */ 
@media (max-width: 800px){ h1.w-text .w-text-value{ 
font-size: 35px!important; 
line-height: 55px!important; }
}

/* H2 Basis (desktop) */
h2.w-text .w-text-value{
  font-size: 36px!important;
  line-height: 43px!important;
}
/* Laptop, tablet, mobiel ≤ 1460px */
@media (max-width: 1460px){
  h2.w-text .w-text-value{
    font-size: 30px!important;
    line-height: 33px!important;
  }
}
/* Mobiele navigatie */
.w-nav-icon {
    color: #EA1017!important;
}