/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


/*hide auto sidebar from magazine*/
.page-id-2967 .sidebar .widget_nav_hide_child {
  display: none;
  }
  
  /*2.8 firefox problem*/
  .avia-image-container-inner, .avia_image {
      max-width: 100%;
  }
  
  #socket .avia-bullet, #socket .avia-menu-fx {
    display: none;
  }
  .header-knoppen {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 999;
    }
    
  a.custom-knop {
  color: #fff;
  }
  
    .custom-knop {
      display: inline-block;
      background: #6dbd51;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      margin-left: 12px;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      transition: background 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    }
    
    .custom-knop:hover {
      background: #fff;
    color: #6dbd51 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    }
  
  .logo.avia-standard-logo {
  margin-top: 13px;}
  
  .icoon-blok {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .icoon-blok .tekst h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  .icoon-blok .tekst p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  
  @media screen and (max-width: 768px) {
    .icoon-blok {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .icoon-blok .icoon img {
      margin-bottom: 15px;
    }
  
    .icoon-blok .tekst h3 {
      font-size: 18px;
    }
  
    .icoon-blok .tekst p {
      font-size: 15px;
    }
  }
  

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}


