

:root {
  
    --body-bg-color: #126E98;
  
  
  
  
  
    --icon-color: #126E98;
   
}








  .search-form__input-group,
  .category-list-item-wrapper--startpage,
  .forum-dialog-container,
  .content__plate
   {
    border: 1px solid #B2B5BD;
  }

  @media (min-width: 768px) {

    .toplist {
      border-bottom: 1px solid #B2B5BD;
    }

   .content__plate {
      margin-right: -1px;
      margin-left: -1px;
    }
  }




  body {
    background-color: #126E98;
  }

  @media print {
    .header {
      background-color: #126E98 !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(18, 110, 152, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(199, 79%, 18%);
  }



  @media (min-width: 768px) {
    .background-image {
      height: 105.5rem;
    }

    .background-image::before {
      display: block;
      
      background-image:
        linear-gradient(
          to bottom,
          rgba(18, 110, 152, 0.0),
          #126E98
        );
      
    }
  }



  .background-image {
    display: block;
  }





  @media (min-width: 768px) {
    .background-image {
      background-image: url("/uploaded_files/1015/385ee886ac1442cdb43346fe4756b0e0/vindkraftverk_park_3000x1688.jpg");
    }
  }











  .icon-color,
  .custom-icon-wrapper,
  .custom-icon-wrapper--color-only {
    color: #126E98;
  }

  a:focus .icon-color,
  a:hover .icon-color,
  button:focus .icon-color,
  button:hover .icon-color,
  a:focus .custom-icon-wrapper,
  a:hover .custom-icon-wrapper,
  .main__aside button:focus .custom-icon-wrapper,
  .main__aside button:hover .custom-icon-wrapper,
  .category-list a:focus .custom-icon-wrapper,
  .category-list a:hover .custom-icon-wrapper {
    color: #0A3D54;
  }

  @media print {
    .main__aside .category-list-item__icon,
    .main__aside .category-list-item .link-color[aria-expanded="true"] .custom-icon-wrapper,
    a:focus .custom-icon-wrapper,
    a:hover .custom-icon-wrapper,
    .main__aside button:focus .custom-icon-wrapper,
    .main__aside button:hover .custom-icon-wrapper,
    .category-list a:focus .custom-icon-wrapper,
    .category-list a:hover .custom-icon-wrapper,
    .category-list a:focus .custom-icon-wrapper--color-only,
    .category-list a:hover .custom-icon-wrapper--color-only {
      color: #126E98;
    }
  }


