/*
Theme Name: Bold theme
Theme URI: https://www.boldonline.nl
Author: Bold Online
Author URI: https://www.boldonline.nl
Description: Bold Online
Version: 1.0
Template: hello-elementor
*/



/* Add your custom styles here */

/* Basis sticky header layout */
.sticky-header {
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* of 'flex-start' als je geen menu hebt */
}

.sticky-header .logo {
  margin-left: 0; /* Zorg dat er geen ongewenste marge zit */
}

.sticky-header .logo img {
  transition: all 0.3s ease;
  height: auto;
  max-height: 80px; /* Groter in niet-sticky */
  display: block;
}

/* Sticky header styling */
.elementor-sticky--effects.sticky-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.elementor-sticky--effects.sticky-header .logo img {
  max-height: 50px;
  width: fit-content;
}
@media (max-width: 767px) {
  .sticky-header {            /* nog niet sticky */
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* optioneel, voor een identiek logoformaat */
  .sticky-header .logo img {
    max-height: 50px;
  }
}

/* quote stijl */
.styled-quote {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.styled-quote .quote-mark {
  color: #ff6600; /* Oranje kleur */
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.styled-quote .quote-mark.open {
  position: absolute;
  left: -10px;
  top: -10px;
}

.styled-quote .quote-mark.close {
  position: absolute;
  right: 30px;
  bottom: -20px;
}

/* content blokken TEKST */
.content-blok p {
	margin-bottom:0;
}
.content-blok ul {
  list-style: none;
  padding-left: 0;
}

.content-blok ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.content-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 11px;
  height: 11px;
  background-color: #FE7B21;
  border-radius: 50%;
}
.content-blok h5 {
	margin-bottom:0;
}
.oranje h3 {
	margin-bottom:0;
	color: #FE7B21;
}
.zwart h3 {
	font-size:20px;
	margin-bottom:0;
	color: #000;
}
.content-blog H2 {
	margin-bottom: 0;
	font-size: 1.8rem;
}
.content-blog a {
	color: #FE7B21;
	text-decoration: underline;
}
.content-blog a:hover {
	color: #2A7BC4;
}
.kruimelpad {
	font-size: 14px;
	padding:0;
	margin:0;
}
.kruimelpad p {
	padding:0;
	margin:0;
}
.kruimelpad a {
	color: #000;
}
.kruimelpad a:hover {
	color: #2A7BC4;
}
.content-contact a {
	color: #2A7BC4;
}
.content-contact a:hover {
	color: #000;
}
.subfooter p {
	padding:0;
	margin:0;
}
.subfooter a {
	color: #051D53;
	text-decoration: none;
}
.subfooter a:hover {
	color: #FE7B21;
}