/*!
	Theme Name: Jenanet Child
	Theme URI: https://www.jenanet.de
	Description: Staplero (Vegaconsult GmbH) Child Theme
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Template: jenanet
	Text Domain: jenanet
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.h1_big {
  font-size: 90px;
  line-height: 1;
  text-transform: uppercase;
}
.h1_orange {
  color: #f39200;
  padding-right: 300px;
}
.elementor-field-type-submit {
  margin-top: 15px;
}
.elementor-acceptance-field {
  vertical-align: middle;
}
b,
strong {
  font-weight: 600 !important;
}
.dialog-type-lightbox {
  z-index: 100000000 !important;
}

#datenschutz a {
  color: #f39200;
}
#datenschutz a:hover {
  color: #2d2d2e;
}

li.menu-item {
  position: relative;
}

.sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
  min-width: unset !important;
  right: 0;
  transform: translateX(-25%);
}
.sub-menu.elementor-nav-menu--dropdown.sm-nowrap > li a {
  border-left: unset !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

.e--pointer-text.e--animation-float .elementor-item:hover {
  transform: translateY(0px) !important;
}

/* Mobil */
@media (max-width: 1024px) and (min-width: 768px) {
  .h1_big {
    font-size: 70px !important;
  }
  .h1_orange {
    padding-right: 230px;
  }
}
@media (max-width: 767px) {
  .h1_big {
    font-size: 55px !important;
  }
  .h1_orange {
    padding-right: 0px;
  }
}
.wpml-ls-legacy-list-horizontal{
  background-color: black;
}