/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

.headerabsolute {
  display: none;
}

@media all and (min-width: 992px) {
  .fl-page-header-container {
    background-image: url("https://wilma.lennart.xyz/logo-wilma-lang.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .fl-logo-img {
    display: none;
  }

  .fl-page-header-fixed .fl-logo-img {
    display: none;
  }

  .headerabsolute {
    position: absolute;
    right: 50px;
    display: initial;
  }
}

@media all and (min-width: 1200px) {
  .headerabsolute {
    right: 200px;
  }
}
@media all and (min-width: 1800px) {
  .headerabsolute {
    right: 27vw;
  }
}
