/*
Theme Name: Computim Divi Child
Theme URI: https://computim.nl
Description: Zakelijk child theme voor Divi 5 met Acumin Pro, typografie en professioneel menu
Author: Computim
Template: Divi
Version: 1.1
*/

/* Adobe Fonts: Acumin Pro */
@import url("https://use.typekit.net/ded0uzz.css");

.force-bg-image {
  background-image: url('https://stage.computim.nl/wp-content/uploads/2025/07/Design-a-professional-homepage-header-for-Computim-a-company-specializing-in-security-systems-alar.jpg'); /* vervang met jouw URL */
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  min-height: 80vh;
  position: relative;
  z-index: 1;
}


/* Algemene body-stijl */
body {
  font-family: 'acumin-pro', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: #2A2A2A;
  background-color: #ffffff;
  font-weight: 400;
}

/* Kopteksten */
h1, h2, h3, h4, h5, h6 {
  font-family: 'acumin-pro', sans-serif;
  color: #0A0A0A;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.6em;
}

h1 { font-size: 48px; font-weight: 700; letter-spacing: -0.5px; }
h2 { font-size: 36px; font-weight: 600; letter-spacing: -0.3px; }
h3 { font-size: 28px; font-weight: 600; letter-spacing: -0.2px; }
h4 { font-size: 22px; font-weight: 500; letter-spacing: -0.1px; }
h5 { font-size: 20px; font-weight: 500; letter-spacing: 0px; }
h6 { font-size: 18px; font-weight: 500; letter-spacing: 0px; }


.supertitel {
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #FF6600;
  display: block;
  margin-bottom: 10px;
}

.subtekst {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 20px;
}

/* Links */
a {
  color: #0073e6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Citaat */
blockquote {
  font-style: italic;
  border-left: 4px solid #0073e6;
  padding-left: 1em;
  margin: 1.5em 0;
  color: #444;
}

/* Blogtitels */
.archive .et_pb_title_container h1,
.et_pb_blog_grid .entry-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.3;
}

.single-post .et_pb_title_container h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

/* Bloginhoud */
.et_pb_post_content p,
.et_pb_post_content table {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: #2A2A2A;
  font-weight: 400;
  margin-bottom: 1.2em;
}

.et_pb_post_content ul,
.et_pb_post_content ol {
  margin-left: 1.5em;
  margin-bottom: 1.2em;
  font-size: 18px;
  line-height: 1.7;
}

/* MENU STYLING */

/* Hoofdmenu */
.et_pb_menu {
  font-family: 'acumin-pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

/* Menu items (desktop) */
.et_pb_menu .menu-item a {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.4px;
  padding: 20px 18px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover effect */
.et_pb_menu .menu-item a:hover {
  color: #0073e6;
  background-color: rgba(0, 115, 230, 0.05);
}

/* Actieve menu item */
.et_pb_menu .menu-item.current-menu-item > a {
  color: #0073e6;
  font-weight: 700;
}

/* Megamenu */
.et_pb_menu .menu-item.megamenu {
  position: relative;
}

.et_pb_menu .menu-item.megamenu > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 30px;
  min-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.et_pb_menu .menu-item.megamenu:hover > .sub-menu,
.et_pb_menu .menu-item.megamenu.submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.et_pb_menu .menu-item.megamenu > .sub-menu > li {
  flex: 1 1 200px;
  margin-right: 20px;
}

.et_pb_menu .menu-item.megamenu > .sub-menu a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.et_pb_menu .menu-item.megamenu > .sub-menu a:hover {
  color: #0073e6;
}

/* MOBIEL MENU */
.et_mobile_menu {
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.et_mobile_menu li a {
  font-family: 'acumin-pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 16px 22px;
  border-bottom: 1px solid #eee;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.et_mobile_menu li a:hover {
  background-color: rgba(0, 115, 230, 0.05);
  color: #0073e6;
}

.et_mobile_menu .menu-item-has-children > a:after {
  content: " ▼";
  font-size: 12px;
  color: #999;
}


.cta-knoppen-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cta-knoppen-wrapper .cta-button {
  flex: 1 1 auto;
  text-align: center;
}

/* CTA Buttons - Algemene stijl */
.cta-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'acumin-pro', sans-serif;
}

/* E-mail CTA */
.cta-email {
  background-color: #0073e6;
  color: #ffffff;
  border: 2px solid #0073e6;
}

.cta-email:hover {
  background-color: #005bb5;
  border-color: #005bb5;
  color: #ffffff;
}

/* Bel CTA */
.cta-call {
  background-color: #28a745;
  color: #ffffff;
  border: 2px solid #28a745;
}

.cta-call:hover {
  background-color: #1e7e34;
  border-color: #1e7e34;
  color: #ffffff;
}

/* Gratis Analyse CTA (in header) */
.cta-analyse {
  background-color: #ff6600;
  color: #ffffff;
  border: 2px solid #ff6600;
  margin-left: 20px;
}

.cta-analyse:hover {
  background-color: #cc5200;
  border-color: #cc5200;
  color: #ffffff;
}

/* Spacing tussen knoppen */
.cta-button + .cta-button {
  margin-left: 12px;
}

/* Responsieve aanpassing voor tablet en mobiel */
@media (max-width: 768px) {
  .cta-button {
    padding: 12px 20px;
    font-size: 16px;
  }

  .cta-button + .cta-button {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Volledige breedte op mobiel */
@media (max-width: 480px) {
  .cta-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 12px;
  }
}

/* Algemene blurb-styling */
.custom-blurb .et_pb_blurb_content {
  text-align: center;
  font-family: 'acumin-pro', sans-serif;
  padding: 20px;
  transition: all 0.3s ease;
}

/* Afbeelding boven de titel */
.custom-blurb .et_pb_main_blurb_image img {
  max-width: 80px !important;
  height: auto;
  margin-bottom: 15px;
}

/* Titel styling */
.custom-blurb .et_pb_module_header {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

/* Tekst styling */
.custom-blurb .et_pb_blurb_description {
  font-size: 15px;
  color: #666;
  line-height: 1.6em;
}

/* Hover-effect */
.custom-blurb:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Layout: 5 kolommen op desktop */
@media (min-width: 981px) {
  .five-column .et_pb_column {
    width: 20% !important;
    float: left;
    clear: none !important;
  }
}

/* Layout: 2 kolommen op tablet */
@media (max-width: 980px) and (min-width: 768px) {
  .five-column .et_pb_column {
    width: 50% !important;
    float: left;
    clear: none !important;
  }
}

/* Tablet: max 70px */
@media (max-width: 980px) and (min-width: 768px) {
  .custom-blurb .et_pb_main_blurb_image img {
    max-width: 70px !important;
  }
}

/* Layout: 1 kolom op mobiel */
@media (max-width: 767px) {
  .five-column .et_pb_column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }

  .custom-blurb .et_pb_module_header {
    font-size: 18px;
  }

  .custom-blurb .et_pb_blurb_description {
    font-size: 14px;
  }

  .custom-blurb .et_pb_main_blurb_image img {
    max-width: 60px !important;
  }
}
/* Lees meer knop */
.custom-blurb .blurb-button {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  font-size: 14px;
  font-family: 'acumin-pro', sans-serif;
  color: #ffffff;
  background-color: #28a745;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}#0073e6

.custom-blurb .blurb-button:hover {
  background-color: #1e7e34; 
}