/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
#childvision .mobile-suche > .e-con-inner {
  display: flex;
  justify-content: center;
}

#childvision .mobile-suche > .e-con-inner form {
  width: 90vw;
}

#childvision .wp-caption img {
  display: unset;
}

#childvision .orange-color-span .elementor-icon-list-text span {
  color: #f48f24;
}

#childvision .einzelner-beitrag,
#childvision.blog .post {
  margin-bottom: 100px;
}

#childvision.blog main h1 {
  margin-top: 150px;
  margin-bottom: 100px;
  color: #871814;
}

#childvision h2,
#childvision h3,
#childvision h4,
#childvision h5,
#childvision h6 {
  color: #871814;
}

#childvision .header-box {
  margin-bottom: 80px;
}

#childvision .header-box .left-box {
  padding-top: 50px;
  padding-bottom: 50px;
}

#childvision .header-box .left-box img {
  margin-bottom: 50px;
}

#childvision .header-box h1 {
  font-size: 40px;
  line-height: 60px;
}

#childvision .header-box h1 {
  font-size: 40px;
  line-height: 60px;
}

#childvision .nav-menu-mobile nav {
  margin-top: 35px;
}

#childvision .nav-menu-mobile nav.menu-is-active {
  padding-top: 10px;
  padding-bottom: 20px;
}

#childvision .nav-menu-mobile ul {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #childvision .header-box h1 {
    font-size: 20px;
    line-height: 30px;
  }

  #childvision .header-box {
    min-height: auto;
  }

  #childvision .header-box .right-box {
    min-height: 300px;
  }

  #childvision .header-box img {
    display: none;
  }

  #childvision .hfe-search-submit {
    background-color: #207cdd;
    border-right: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }

  #childvision .hfe-search-form__input {
    background-color: #207cdd;
    border-left: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }

  #childvision .hfe-search-form__input::placeholder {
    color: white;
  }
}

@media screen and (max-width: 767px) {
  #childvision .header-box .left-box {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #childvision .header-box .left-box {
    padding-top: 20px;
    padding-bottom: 30px;
    order: 2;
  }
}

#childvision .read-more-btn {
  background-color: #fa7921;
  color: white;
  padding: 7px 15px;
  border-radius: 5px;
  text-decoration: unset;
}

#childvision .read-more-btn:hover {
  text-decoration: underline;
}

#childvision .footer-seocon-links {
  opacity: 0.5;
}

#childvision .footer-seocon-links a, #childvision .footer-link-impressum a {
  color: #2b2b2b;
}

#childvision .footer-seocon-links p, #childvision .footer-link-impressum p{
  margin-bottom: 0;
}