/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */


 @media only screen and (max-width: 960px) {
	 .site-navigation-toggle-holder .site-navigation-toggle { color:rgba(255,255,255,0.8) !important; }
.kleiner { font-size:16px !important; }
}


.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed !important;
  z-index: 9999 !important;
  width: 100% !important;
}


@media only screen and (min-width: 960px) {
#site-header {
background: rgba(255,255,255,0.5) !important;
  border-bottom: 1px solid #fff;
}
}

#site-footer { display: none !important; }

.wpcf7-form label, .site-header .site-navigation ul.menu li a {
  text-shadow: 3px 2px 2px rgba(0,0,0,0.7);
}

.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  display: block;
  background: red !important;
  padding: 10px !important;
  text-shadow: none !important;
}