/* Spalten im Text */
.col3 {
  column-count: 3;
  column-gap: 2rem;
  column-rule: 1px solid lightgray;
}

/* Anpasse an Bildschirmrössen  */
@media (max-width: 780px) {.col3 { column-count: 2; }}
@media (max-width: 480px) {.col3 { column-count: 1; }}

/* Convert-Form Höhe der Checkbox */
.convertforms .cf-input[type="checkbox"], .convertforms .cf-input[type="radio"] {
  width: auto;
  margin-bottom: auto;
}

/* Zeichen fur die Liste - pfeil */
.buts {
  list-style-image:url(/images/pfeil.gif) 
}

/* Hamburger Menu  */
.astroid-header-section {
  height: 80px;
}
/* Hamburger Menu - Sticky */
.astroid-header-section .astroid-header-sticky > div {
  height: 80px;
}