/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Zeigt alle elemente im OffCanvas an auch wenn sie nicht im Veieport liegen. */
.brx-offcanvas-inner {
    overflow-y: scroll;
    flex-wrap: nowrap;
}

header .sub-menu a {
  line-height: 40px;
}

.header-sektion {
  padding: 20px 0;
  transition: max-height 0.5s ease;
}

.header-sektion img {
  max-height: 150px;
  transition: max-height 0.5s ease;
}

.scrolling .header-sektion img {
  max-height: 50px !important
}
