/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body {
  height: 100%;
  margin-bottom: -300px;
}
.site-header {
  max-width: 1440px;
  padding: 1rem 10px;
}
.site-branding img {
  max-height: 100px;
  width: auto;
}
#menu-main li a {
  text-decoration: none;
}
#menu-main .menu-item-has-children:after {
  display: none;
}
#menu-main .menu-item:not(.menu-item-has-children) a i {
  display: none;
}
#menu-main .menu-item-has-children a i {
  margin-left: 0.5rem;
}
.site-footer {
  background: #ddd;
  color: #2f2f2f;
  min-height: 420px;
}
.footer--container {
  max-width: 1440px;
  margin: 40px auto 0;
  color: #2f2f2f;
  padding: 20px;
}
.footer--container__area .footer-area .menu {
  list-style: none;
  padding: 0;
}
.footer--container__area .footer-area h4, .footer--container__area .footer-area a {
  color: #2f2f2f;
}
@media screen and (min-width: 1025px) {
  .footer--container {
    padding: 0;
  }
  .footer--container__area .footer-area {
    padding: 10px;
  }
  .footer--container__area {
    width: 20%;
    float: left;
  }
  .footer--container__area .footer-area {
    padding: 40px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer {
    min-height:340px;
  }
}
.schlagzeile span {
  font-weight: 600;
  color: #db001b;
}
