/*
Theme Name: AllroundWeb Child
Theme URI: http://www.allroundweb.nl
Description: Designed by <a href="http://allroundweb.nl">Allround Web</a>.
Author: Rob Abrahams
Version: 1.0.0
Template: hello-elementor

*/

.aw-bg {
    background-image: url(./background-vt.svg) !important;
    background-position: top right !important; /* Zorgt ervoor dat de SVG in de hoek zit */
    background-repeat: no-repeat !important; /* Voorkomt dat de SVG herhaald wordt */
    background-size: cover !important; /* Laat de SVG de volledige rechterbovenhoek vullen */
    border-radius: 23px !important; /* Zorgt voor afgeronde hoeken */
    overflow: hidden; /* Verberg alles wat buiten de rand valt */
}

#aw-print-button {
    cursor: pointer;
    transition: 300ms;

    &:hover {
        opacity: 0.8;
    }
}


@media print {
  @page {
    size: A4;
    margin: 1.4cm 1.6cm;
  }

  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  img,
  .elementor-widget-image,
  .elementor-widget-button,
  .elementor-widget-icon,
  .elementor-widget-video,
  .elementor-widget-social-icons,
  .elementor-nav-menu,
  .elementor-menu-anchor,
  header, nav, footer,
  #sidebar, .sidebar,
  .print-btn,
  #aw-print-button {
    display: none !important;
  }

  .elementor-widget-spacer,
  .elementor-spacer,
  .elementor-spacer-inner {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .e-con,
  .e-con-inner,
  .e-con-boxed,
  .e-con-full,
  .e-flex,
  .e-child,
  .e-parent,
  .elementor-section,
  .elementor-section .elementor-container,
  .elementor-section__inner,
  .elementor-column,
  .elementor-widget-wrap,
  .elementor-widget-container,
  .elementor-widget {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
    background: transparent !important;
  }

  body {
    font-size: 9.8pt !important;
    line-height: 1.4 !important;
    font-family: Arial, sans-serif !important;
  }

  h2 { font-size: 14pt !important; padding: 4px 0 !important; }
  h3 { font-size: 12pt !important; padding: 4px 0 !important; }
  p, .elementor-testimonial-content { font-size: 10pt !important; padding: 4px 0 !important; }

  .elementor-icon-box-title::before {
    content: "▸ ";
  }

  .elementor-icon-box-icon,
  .elementor-icon-box-icon svg {
    display: none !important;
  }

  .elementor-element-4c34b0a {
    border: 2px solid black;
    padding: 8px !important;

    .elementor-widget-divider {
        display: none !important;
    }
  }
  
  /* .elementor-7 > .e-con:nth-child(2) h2:first-of-type {
    font-size: 16pt !important;
    font-weight: 700 !important;
    margin-bottom: 4pt !important;
    border-bottom: 1.5pt solid #000;
    padding-bottom: 3pt;
  }

  h2 {
    font-size: 12pt !important;
    font-weight: 700 !important;
    margin-top: 8pt !important;
    margin-bottom: 3pt !important;
  }

  h3 {
    font-size: 9.8pt !important;
    font-weight: 600 !important;
    margin-top: 4pt !important;
    margin-bottom: 1pt !important;
  }

  p {
    margin: 0 0 4pt !important;
    line-height: 1.4 !important;
  }

  .elementor-element-479b9b2 p strong {
    font-size: 10.5pt !important;
    line-height: 1.45 !important;
  }

  .elementor-element-4c34b0a {
    border: 1pt solid #ccc !important;
    border-radius: 3pt !important;
    padding: 6pt 10pt !important;
    margin: 6pt 0 !important;
  }
  .elementor-element-4c34b0a h3 {
    margin-top: 0 !important;
    font-size: 10pt !important;
  }

  .elementor-divider {
    margin: 4pt 0 !important;
  }
  .elementor-divider-separator {
    display: block !important;
    border: none !important;
    border-top: 0.5pt solid #aaa !important;
    height: 0 !important;
  }

  .elementor-icon-box-icon,
  .elementor-icon-box-icon svg {
    display: none !important;
  }
  .elementor-icon-box-wrapper {
    padding: 0 !important;
    margin: 3pt 0 0 !important;
  }
  .elementor-icon-box-title {
    font-size: 9.8pt !important;
    font-weight: 600 !important;
  }
  

  .elementor-testimonial-wrapper {
    margin: 5pt 0 !important;
  }
  .elementor-testimonial-content {
    font-style: italic !important;
    font-size: 9pt !important;
    line-height: 1.35 !important;
    border-left: 2pt solid #666 !important;
    padding-left: 8pt !important;
    margin: 0 !important;
  }
  .elementor-testimonial-meta {
    padding: 0 !important;
    margin: 2pt 0 0 !important;
  }
  .elementor-testimonial-name {
    font-size: 8.5pt !important;
    font-style: normal !important;
    font-weight: 600 !important;
    padding-left: 10pt !important;
    color: #000 !important;
  }

  a[href]::after { content: none !important; }

  a { color: #000 !important; text-decoration: none !important; }

  .elementor-element-31d8e1cc p {
    font-weight: 600 !important;
  } */

  .dialog-lightbox-widget {
    display: none !important;
  }
}