.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ped-select {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 2rem 1.5rem;
background: #f9fafb;
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #111827;
box-sizing: border-box;
}
.ped-header {
text-align: center;
margin-bottom: 1.5rem;
}
.ped-header h2 {
font-size: 1.8rem;
font-weight: 700;
color: #00b2d9;
margin-bottom: 1rem;
} .ped-steps {
display: flex;
justify-content: center;
align-items: center;
gap: 0.75rem;
flex-wrap: wrap;
}
.ped-step {
width: 12px;
height: 12px;
border-radius: 50%;
background: #d1d5db;
transition: background 0.3s, transform 0.3s;
}
.ped-step.active {
background: #00b2d9;
transform: scale(1.25);
}
.ped-step.completed {
background: #00cce7;
} .ped-progress {
position: relative;
width: 100%;
height: 10px;
border-radius: 9999px;
background: #e5e7eb;
overflow: hidden;
margin: 1.5rem 0;
}
.ped-progress-bar {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0%;
border-radius: inherit;
background: linear-gradient(90deg, #00b2d9 0%, #00cce7 50%, #00b2d9 100%);
background-size: 200% 100%;
animation: progressGlow 2.5s linear infinite;
transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes progressGlow {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
} .ped-card {
border-radius: 16px;
padding: 2rem;
width: 100%;
min-height: 320px;
overflow: hidden;
box-sizing: border-box;
}
.ped-body {
position: relative;
}
.ped-q {
display: flex;
flex-direction: column;
gap: 0.75rem;
margin-bottom: 1.5rem;
animation: slideIn 0.5s ease both;
}
@keyframes slideIn {
from { opacity: 0; transform: translateX(15px); }
to { opacity: 1; transform: translateX(0); }
} .ped-q label {
font-weight: 600;
font-size: 1.05rem;
}
.ped-q input,
.ped-q select {
width: 100%;
padding: 0.7rem 0.9rem;
border: 1px solid #d1d5db;
border-radius: 8px;
font-size: 1rem;
transition: all 0.2s;
}
.ped-q input:focus,
.ped-q select:focus {
outline: none;
border-color: #00b2d9;
box-shadow: 0 0 0 3px rgba(0, 178, 217, 0.2);
}
.ped-note {
font-size: 0.9rem;
color: #6b7280;
} .ped-actions {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 1.5rem;
gap: 0.5rem;
}
.ped-actions button {
flex: 1;
min-width: 120px;
padding: 0.75rem;
border-radius: 8px;
font-size: 1rem;
border: none;
cursor: pointer;
transition: all 0.2s;
}
.ped-actions .primary {
background: #00b2d9;
color: #fff;
}
.ped-actions .primary:hover {
background: #0095b8;
transform: translateY(-1px);
}
.ped-actions .ped-back {
background: #e5e7eb;
}
.ped-actions .ped-back:hover {
background: #d1d5db;
} .ped-result {
background: #ecfeff;
border: 1px solid #a5f3fc;
border-radius: 12px;
padding: 1.5rem;
margin-top: 1.5rem;
}
.ped-result h3 {
color: #00b2d9;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.ped-result .ped-note {
color: #374151;
} #ped-email {
width: 100%;
padding: 10px 14px;
border: 2px solid #e5e7eb;
border-radius: 8px;
font-size: 15px;
color: #111827;
background-color: #fff;
transition: all 0.25s ease;
box-sizing: border-box;
}
#ped-email:focus {
border-color: #00b2d9;
box-shadow: 0 0 0 3px rgba(0, 178, 217, 0.25);
outline: none;
}
.ped-email label {
display: block;
margin-bottom: 6px;
font-weight: 600;
color: #111827;
}
.ped-email {
margin: 20px 0;
} .ped-toast {
position: fixed;
right: 20px;
bottom: 20px;
background: #111827;
color: #fff;
padding: 12px 18px;
border-radius: 6px;
opacity: 0;
transform: translateY(15px);
transition: all 0.4s ease;
z-index: 9999;
font-size: 14px;
box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.ped-toast.visible { opacity: 1; transform: translateY(0); }
.ped-toast.success { background: #00b2d9; }
.ped-toast.error { background: #e11d48; }
.ped-toast.info { background: #3b82f6; }  @media (max-width: 600px) {
.ped-card {
padding: 1.25rem;
border-radius: 12px;
box-shadow: none;
}
.ped-header h2 {
font-size: 1.4rem;
}
.ped-steps {
gap: 0.4rem;
}
.ped-step {
width: 10px;
height: 10px;
}
.ped-actions {
flex-direction: column;
gap: 0.75rem;
}
.ped-actions button {
width: 100%;
font-size: 1.05rem;
}
.ped-progress {
height: 8px;
margin-bottom: 1.25rem;
}
#ped-email {
font-size: 16px; }
} @media (min-width: 601px) and (max-width: 1024px) {
.ped-select {
padding: 2.5rem 2rem;
}
.ped-card {
padding: 2rem;
border-radius: 14px;
}
.ped-header h2 {
font-size: 1.6rem;
}
.ped-actions button {
font-size: 1rem;
padding: 0.9rem 1.2rem;
}
} @media (min-width: 1025px) {
.ped-select {
padding: 3rem 2rem;
}
.ped-card {
padding: 2.5rem;
}
}body {
margin: 0;
font-family: Arial, sans-serif;
line-height: 1.6;
background: #fff;
color: #222;
overflow-x: hidden;
cursor: url(https://www.baarsadvies.nl/images/2025/09/logo-BA-transparant-300x284-1.png) 10 10, auto;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}   .home-header {
position: relative;
min-height: 100vh;
background-size: cover;
background-position: center;
color: #fff;
}
.home-header .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.45);
z-index: 1;
border-bottom: 2.5px solid;
color: #00b2d9;
}
.home-header .header-content,
.home-header .topbar {
position: relative;
z-index: 3;
border-bottom: 1px solid #00b2d9;
}
.home-header .hero-text {
position: relative;
z-index: 1;
} .home-header .topbar {
border-bottom: 1px solid #00b2d9;
padding-bottom: 10px;
margin-bottom: 10px;
} .hero-text {
position: relative;
z-index: 2;
text-align: center;
margin-top: 10%;
}
.hero-text h1 {
font-size: 3.5rem;
font-weight: 800;
text-transform: uppercase;
filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 768px) {
.hero-text h1 { 
font-size: 2rem; 
filter: drop-shadow(2px 4px 6px black); 
}
.logo-subtitle { display: none; }
}   .default-header {
background-image: url(https://www.baarsadvies.nl/wp-content/uploads/2025/09/achtergrond-1.jpg);
position: relative;
width: 100%;
border-bottom: 2.5px solid #00b2d9;
z-index: 999;
background-blend-mode: darken;
background-color: rgba(0, 0, 0, 0.45);
}   .topbar {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 20px;
padding: 10px 40px;
position: relative;
z-index: 100;
border-bottom: 1px solid #00b2d9;
padding-bottom: 10px;
margin-bottom: 10px;
}
.top-menu {
display: flex;
gap: 20px;
margin: 0;
padding: 0;
list-style: none;
}
.top-menu li a {
color: white;
text-decoration: none;
font-weight: 500;
}   .header-content {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 40px;
gap: 40px;
z-index: 2;
}
.logo {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 0;
padding: 0;
}
.logo img { max-height: 80px; width: auto; }
.logo-subtitle {
font-size: 13px;
color: white;
margin-top: 5px;
text-align: left;
}
.main-menu { flex: 1; }
.main-menu-list {
display: flex;
gap: 25px;
list-style: none;
margin: 0;
padding: 0;
align-items: center;
}
.main-menu-list li { position: relative; }
.main-menu-list li + li::before {
content: '';
position: absolute;
left: -13px;
top: 50%;
transform: translateY(-50%);
height: 60%;
width: 1px;
background-color: #00b2d9;
}
.main-menu-list li a {
color: white;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
padding: 10px;
display: inline-block;
transition: color 0.3s ease;
}
.main-menu-list li a:hover { color: #1e90ff; }   .main-menu-list li.menu-item-has-children > a::after {
content: "?";
font-size: 11px;
margin-left: 6px;
display: inline-block;
transition: transform 0.3s ease;
}
@media (min-width: 1201px) {
.main-menu-list li:hover > .sub-menu {
display: block;
}
.main-menu-list li:hover > a::after {
transform: rotate(180deg);
}
}
.sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: rgba(0,0,0,0.95);
padding: 10px 0;
list-style: none;
margin: 0;
min-width: 180px;
z-index: 9999;
}
.sub-menu li a {
color: #fff;
padding: 10px 15px;
display: block;
font-size: 14px;
font-weight: 500;
}
.sub-menu li a:hover { background: #00b2d9; color: #fff; }   .menu-toggle {
display: none;
font-size: 2rem;
color: white;
cursor: pointer;
margin-left: auto;
background: none;
border: 0;
}
@media (max-width: 1200px) {
.menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: #00b2d9;
background: rgba(0,0,0,0.6);
border: 2px solid #00b2d9;
border-radius: 8px;
padding: 6px 12px;
transition: all 0.3s ease;
}
.menu-toggle:hover {
background: #00b2d9;
color: #fff;
transform: scale(1.05);
}
.main-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: rgba(0,0,0,0.96);
border-top: 2px solid #00b2d9;
box-shadow: 0 4px 15px rgba(0,0,0,0.4);
padding: 25px 20px;
z-index: 9999;
animation: slideDownMenu 0.4s ease forwards;
}
@keyframes slideDownMenu {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
.main-menu.is-open { display: block; }
.main-menu-list {
flex-direction: column;
gap: 15px;
list-style: none;
padding: 0;
}
.main-menu-list li a {
color: #fff;
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
display: block;
padding: 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
transition: all 0.3s ease;
}
.main-menu-list li a:hover {
color: #00b2d9;
padding-left: 10px;
}
.sub-menu {
background: rgba(0,0,0,0.85);
padding: 10px 15px;
border-left: 2px solid #00b2d9;
margin-top: 5px;
}
.sub-menu li a {
font-size: 0.95rem;
color: #ddd;
padding: 8px 0;
}
.sub-menu li a:hover { color: #00b2d9; }
.main-menu-list li.menu-item-has-children > a::after {
content: "?";
float: right;
color: #00b2d9;
font-size: 13px;
transition: transform 0.3s ease;
}
.main-menu-list li:hover > a::after { transform: rotate(90deg); }
.main-menu-list li + li::before { display: none; }
.header-content { padding: 15px 20px; }
.logo img { max-height: 65px; }
}   .language-switcher { position: relative; }
.language-switcher select {
background: #00b2d9;
color: #fff;
font-weight: bold;
font-size: 13px;
border: none;
padding: 6px 12px;
border-radius: 2px;
cursor: pointer;
appearance: none;
}   .top-search {
margin-left: 0;
position: relative;
}
.search-form {
display: flex;
align-items: center;
position: relative;
margin: 0;
}
.search-form label { margin: 0; flex: 1; }
.search-form .search-field {
padding: 8px 14px;
border: 1px solid #ccc;
border-radius: 20px;
font-size: 14px;
width: 160px;
transition: all 0.3s ease;
background: #fff;
color: #333;
}
.search-form .search-field:focus {
outline: none;
border-color: #00b2d9;
box-shadow: 0 0 4px rgba(0, 178, 217, 0.4);
width: 200px;
}
.search-form .search-submit {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
border: none;
background: none;
font-size: 16px;
cursor: pointer;
color: #666;
padding: 0;
line-height: 1;
}
.search-form .search-submit:hover { color: #00b2d9; }
@media (max-width: 768px) {
.search-form { justify-content: center; width: 100%; }
.search-form .search-field { width: 100%; max-width: 220px; font-size: 15px; }
.search-form .search-field:focus { width: 100%; max-width: 260px; }
}       .page-header {
color: #fff;
padding: 80px 20px 60px;
text-align: center;
margin-bottom: 40px;
}
.page-header h1 {
margin: 0;
font-size: 2.2rem;
font-weight: 700;
}
.search-list { list-style: none; margin: 0; padding: 0; }
.search-item {
margin-bottom: 35px;
padding-bottom: 25px;
border-bottom: 1px solid #e5e5e5;
}
.search-item h2 {
margin: 0 0 10px;
font-size: 1.4rem;
font-weight: 600;
}
.search-item h2 a { color: #001489; text-decoration: none; }
.search-item h2 a:hover { text-decoration: underline; }
.search-item p {
color: #444;
line-height: 1.6;
font-size: 15px;
}
.search-item .read-more {
font-size: 14px;
color: #001489;
font-weight: 600;
text-decoration: none;
}
.search-item .read-more:hover { text-decoration: underline; }
.no-results {
text-align: center;
font-size: 16px;
color: #777;
margin: 50px 0 20px;
}
.pagination { margin-top: 30px; text-align: center; }
.pagination a,
.pagination span {
display: inline-block;
margin: 0 5px;
padding: 8px 12px;
border-radius: 4px;
background: #f4f4f4;
color: #333;
text-decoration: none;
font-size: 14px;
}
.pagination a:hover { background: #001489; color: #fff; }
.pagination .current {
background: #001489;
color: #fff;
font-weight: 700;
}   .footer-main {
background: #111;
border-top: 2.5px solid;
color: #00b2d9;
padding: 60px 20px;
}
.footer-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 40px;
}
.footer-col { flex: 1 1 200px; min-width: 200px; }
.footer-col h4 {
font-size: 14px;
text-transform: uppercase;
color: #fff;
margin-bottom: 15px;
}
.footer-col p, .footer-col a {
font-size: 14px;
line-height: 1.6;
color: #ccc;
text-decoration: none;
}
.footer-col a:hover { color: #00b2d9; }
.footer-logo img { max-width: 200px; }
.footer-tagline {
font-size: 18px;
font-weight: 600;
color: #fff;
}
.footer-bottom {
background: #111;
border-top: 1px solid rgba(255,255,255,0.1);
text-align: center;
padding: 15px;
font-size: 13px;
color: #777;
} @media (max-width: 992px) {
.footer-inner {
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}
.footer-col {
flex: 1 1 45%;
min-width: 250px;
text-align: center;
}
.footer-logo img {
max-width: 180px;
margin: 0 auto;
}
.footer-tagline {
font-size: 16px;
}
}
@media (max-width: 1200px) and (min-width: 993px) {
.footer-inner { gap: 20px; }
.footer-col { flex: 1 1 30%; }
}
@media (max-width: 768px) {
.footer-inner {
flex-direction: column;
align-items: center;
gap: 25px;
text-align: center;
}
.footer-col { flex: 1 1 100%; min-width: unset; }
.footer-logo img { max-width: 160px; }
.footer-tagline { font-size: 15px; }
}   .content-area {
background: #f9f9f9;
padding: 40px 20px;
}
.site-content {
max-width: 1100px;
margin: 0 auto;
padding: 40px;
border-radius: 6px;
}
.page-title {
margin-top: 0;
margin-bottom: 20px;
font-size: 2rem;
font-weight: 700;
color: #222;
border-bottom: 2px solid #0073e6;
padding-bottom: 10px;
}
.page-content p {
margin-bottom: 1.5em;
color: #333;
line-height: 1.7;
}   .contact-section { text-align: center; padding: 50px 20px; }
.contact-form-wrapper { margin-bottom: 40px; }
.form-box input, .form-box textarea {
width: 45%;
margin: 10px;
padding: 12px;
border-radius: 20px;
border: 1px solid #ddd;
}
.form-box input[type=submit] {
width: 30%;
background: #00bcd4;
border: none;
color: #fff;
padding: 12px;
border-radius: 20px;
cursor: pointer;
}
.contact-info {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}
.info-box {
width: 250px;
background: #f9f9f9;
padding: 20px;
border-radius: 12px;
}
.info-box .icon { font-size: 40px; margin-bottom: 10px; }
.form-box textarea {
width: 92%;
margin: 10px auto;
padding: 12px;
border-radius: 12px;
border: 1px solid #ddd;
min-height: 120px;
resize: vertical;
display: block;
} .footer-bottom {
background: #111;
border-top: 1px solid rgba(255,255,255,0.1);
padding: 15px 20px;
color: #ccc;
font-size: 14px;
}
.footer-bottom-inner {
display: flex;
align-items: center;
justify-content: center; position: relative;
}
.footer-copy {
margin: 0;
font-size: 13px;
text-align: center;
flex: 0 0 auto;
} .footer-bottom-inner.social-right .footer-social-icons {
position: absolute;
right: 0;
} .footer-bottom-inner.social-left .footer-social-icons {
position: absolute;
left: 0;
} .footer-social-icons a {
color: #ccc;
margin: 0 6px;
font-size: 18px;
transition: color 0.3s ease;
}
.footer-social-icons a:hover {
color: #00b2d9;
} @media (max-width: 992px) {
.footer-bottom-inner {
flex-direction: column;
justify-content: center;
text-align: center;
position: relative;
}
.footer-bottom-inner .footer-social-icons {
position: static;
margin-top: 10px;
text-align: center;
}
.footer-social-icons a {
font-size: 20px;
margin: 0 8px;
}
} @media (max-width: 992px) {
.footer-bottom-inner.social-right .footer-social-icons,
.footer-bottom-inner.social-left .footer-social-icons {
position: static !important;
margin-top: 10px;
text-align: center;
width: 100%;
}
} .no-results-template {
display: flex;
justify-content: center;
align-items: center;
padding: 80px 20px;
text-align: center;
}
.no-results-inner {
max-width: 600px;
margin: 0 auto;
background: #fff;
border-radius: 12px;
padding: 40px 30px;
box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.no-results-icon {
font-size: 50px;
margin-bottom: 20px;
color: #00b2d9;
}
.no-results-inner h2 {
font-size: 1.8rem;
font-weight: 700;
color: #222;
margin-bottom: 15px;
}
.no-results-inner p {
font-size: 15px;
color: #555;
margin-bottom: 25px;
line-height: 1.6;
} .no-results-search .search-form {
display: flex;
justify-content: center;
gap: 10px;
}
.no-results-search .search-field {
padding: 10px 14px;
border: 1px solid #ddd;
border-radius: 25px;
font-size: 15px;
min-width: 220px;
transition: border-color 0.3s ease;
}
.no-results-search .search-field:focus {
border-color: #00b2d9;
outline: none;
}
.no-results-search .search-submit {
background: #00b2d9;
border: none;
color: #fff;
font-size: 15px;
padding: 10px 18px;
border-radius: 25px;
cursor: pointer;
transition: background 0.3s ease;
}
.no-results-search .search-submit:hover {
background: #001489;
} .search-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
margin-top: 30px;
}
.search-card {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
display: flex;
flex-direction: column;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.search-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.search-thumb img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}
.search-card-body {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
}
.search-card-title {
font-size: 1.3rem;
font-weight: 700;
margin: 0 0 10px;
}
.search-card-title a {
text-decoration: none;
color: #001489;
transition: color 0.3s ease;
}
.search-card-title a:hover {
color: #00b2d9;
}
.search-card-excerpt {
flex: 1;
font-size: 15px;
color: #555;
margin-bottom: 15px;
line-height: 1.6;
}
.search-card .read-more {
align-self: flex-start;
font-size: 14px;
font-weight: 600;
color: #00b2d9;
text-decoration: none;
transition: color 0.3s ease;
}
.search-card .read-more:hover {
color: #001489;
}
.search-popup-content {
background: #fff;
color: #000; padding: 20px 30px;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
filter:drop-shadow(2px 4px 6px black);
text-align: center;
animation: fadeIn 0.3s ease-in-out;
} .baarsadvies-404-wrapper {
background: #f8f9fb;
color: #1a1a1a;
font-family: "Inter", sans-serif;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
}
.baarsadvies-404 {
text-align: center;
padding: 100px 20px;
}
.baarsadvies-404 h1 {
font-size: 8rem;
font-weight: 800;
color: #00b2d9;
line-height: 1;
margin-bottom: 10px;
}
.baarsadvies-404 h2 {
font-size: 2rem;
color: #004c6d;
margin-bottom: 20px;
}
.baarsadvies-404 p {
font-size: 1.1rem;
line-height: 1.7;
margin-bottom: 40px;
color: #555;
}
.baarsadvies-btn {
display: inline-block;
background: #00b2d9;
color: #fff;
text-decoration: none;
padding: 14px 30px;
font-weight: 600;
border-radius: 8px;
transition: background 0.3s ease, transform 0.2s ease;
}
.baarsadvies-btn:hover {
background: #008fb1;
transform: translateY(-2px);
}  .hero {
position: relative;
z-index: 1;
text-align: center;
padding: 180px 20px 150px;
color: #fff;
}
.hero h1:selection{
color: 00b2d9;
}
.hero .container {
max-width: 900px;
margin: 0 auto;
}
.hero h1 {
font-size: 2.6rem;
font-weight: 700;
margin-bottom: 20px;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.hero p {
font-size: 1.2rem;
margin-bottom: 35px;
color: #f1f1f1;
line-height: 1.6;
} #btn-contact-home {
background: #00b2d9;
color: #fff;
padding: 14px 32px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: background 0.3s ease, transform 0.3s ease;
display: inline-block;
}
#btn-contact-home:hover {
background: #008fb1;
transform: translateY(-2px);
} .site-header.home-header {
position: relative;
background-size: cover;
background-position: center;
color: #fff;
overflow: hidden;
z-index: 1;
min-height: 90vh;
}
.site-header.home-header .overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.55);
z-index: 1;
} @media (max-width: 992px) {
.hero h1 {
font-size: 2.2rem;
}
.hero p {
font-size: 1.1rem;
}
}
@media (max-width: 768px) {
.hero {
padding: 140px 15px 100px;
}
.hero h1 {
font-size: 1.8rem;
}
.hero p {
font-size: 1rem;
}
#btn-contact-home {
padding: 12px 26px;
font-size: 0.95rem;
}
}  .homepage-content section {
padding: 100px 20px;
} .intro {
background: #f8f9fb;
text-align: center;
}
.intro .container {
max-width: 950px;
margin: 0 auto;
}
.intro h2 {
color: #1e1e1e;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 25px;
}
.intro p {
max-width: 800px;
margin: 0 auto 40px;
font-size: 1.1rem;
color: #444;
line-height: 1.7;
}
.intro .btn-primary {
background: #00b2d9;
color: #fff;
text-decoration: none;
padding: 14px 32px;
border-radius: 8px;
font-weight: 600;
display: inline-block;
transition: background 0.3s ease, transform 0.3s ease;
}
.intro .btn-primary:hover {
background: #008fb1;
transform: translateY(-2px);
} .diensten {
background: #fff;
}
.diensten h2 {
text-align: center;
margin-bottom: 60px;
font-size: 2rem;
color: #1e1e1e;
font-weight: 700;
}
.diensten-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 30px;
margin-top: 30px;
} .scheepsvaart,
.overige-diensten,
.opslagtanks,
.drukapparatuur {
background: #f8f9fb;
border-radius: 10px;
padding: 35px 25px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
opacity: 0;
cursor: pointer;
} .scheepsvaart.visible,
.overige-diensten.visible {
animation: backInRight 3.5s ease-in;
opacity: 1;
}
.opslagtanks.visible,
.drukapparatuur.visible {
animation: backInLeft 3.5s ease-in;
opacity: 1;
} .scheepsvaart:hover,
.overige-diensten:hover,
.opslagtanks:hover,
.drukapparatuur:hover {
transform: translateY(-6px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #00b2d9;
}
.scheepsvaart i,
.overige-diensten i,
.opslagtanks i,
.drukapparatuur i {
font-size: 2.8rem;
color: #00b2d9;
margin-bottom: 20px;
transition: color 0.3s ease;
}
.scheepsvaart:hover i,
.overige-diensten:hover i,
.opslagtanks:hover i,
.drukapparatuur:hover i {
color: #008fb1;
}
.scheepsvaart h3,
.overige-diensten h3,
.opslagtanks h3,
.drukapparatuur h3 {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 10px;
color: #1e1e1e;
}
.scheepsvaart p,
.overige-diensten p,
.opslagtanks p,
.drukapparatuur p {
font-size: 1rem;
color: #555;
line-height: 1.6;
} .cta {
background-image: url(https://www.baarsadvies.nl/images/Contact_banner.webp);
color: #fff;
text-align: center;
padding: 100px 20px;
}
.cta h2 {
font-size: 2rem;
margin-bottom: 15px;
font-weight: 700;
}
.cta p {
font-size: 1.1rem;
margin-bottom: 30px;
}
.cta .btn-primary {
background: #fff;
color: #00b2d9;
font-weight: 600;
text-decoration: none;
padding: 14px 34px;
border-radius: 8px;
transition: all 0.3s ease;
}
.cta .btn-primary:hover {
background: #eaf9fc;
color: #008fb1;
} @media (max-width: 992px) {
.diensten-grid {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 768px) {
.intro h2 {
font-size: 1.8rem;
}
.diensten-grid {
grid-template-columns: 1fr;
}
.dienst {
padding: 30px 20px;
}
.cta h2 {
font-size: 1.6rem;
}
.cta p {
font-size: 1rem;
}
} .intro,
.hero,
.cta {
animation: fadeinUp 2s ease both;
}
@keyframes fadeinUp {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes backInLeft {
0% {
transform: translateX(-200rem) scale(.7);
opacity: 0.7;
}
80% {
transform: translate(0) scale(.7);
opacity: 0.7;
}
100% {
transform: scale(1);
}
}
@keyframes backInRight {
0% {
transform: translateX(2000px) scale(0.7);
opacity: 0.7;
}
80% {
transform: translateX(-20px) scale(0.7);
opacity: 0.7;
}
100% {
transform: translateX(0) scale(1);
opacity: 1;
}
}
section h2::after {
content: "";
display: block;
width: 60px;
height: 3px;
background: #00b2d9;
margin: 15px auto 0;
border-radius: 2px;
}
.rc-anchor-normal-footer{
display: inline-block;
height: 74px;
vertical-align: top;
width: 70px;
border: 1px 1px 1px 1px solid #00b2d9;
}   #backToTop {
position: fixed;
bottom: 25px;
right: 25px;
background: #00b2d9;
color: #fff;
border: none;
outline: none;
width: 48px;
height: 48px;
border-radius: 50%;
font-size: 18px;
cursor: pointer;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 9999;
}
#backToTop:hover {
background: #008fb1;
transform: translateY(-3px);
}
#backToTop.show {
opacity: 1;
visibility: visible;
} @media (max-width: 768px) {
#backToTop {
width: 44px;
height: 44px;
font-size: 16px;
bottom: 20px;
right: 20px;
}
} .breadcrumb-bar {
background: #f8f9fa; border-bottom: 1px solid #e5e5e5;
padding: 0.75rem 0;
margin-top: 0; } header + .breadcrumb-bar {
margin-top: 0;
} .breadcrumb-bar .aioseo-breadcrumbs {
font-size: 0.9rem;
color: #4a4a4a;
}
.breadcrumb-bar .aioseo-breadcrumb a {
color: #004b7c;
text-decoration: none;
transition: color 0.2s;
}
.breadcrumb-bar .aioseo-breadcrumb a:hover {
color: #0077b6;
text-decoration: underline;
}
.breadcrumb-bar .aioseo-breadcrumb-separator {
margin: 0 0.5rem;
color: #999;
}
.breadcrumb-bar .aioseo-breadcrumb:last-child {
color: #1f1f1f;
font-weight: 600;
}