/*
	Theme Name: Nexter Child Theme
	Theme URI: https://nexterwp.com
	Description: Bare WordPress Theme made for Block builder and Popular Page Builders.
	Author: POSIMYTH
	Author URI: https://posimyth.com
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 5.6
	Tested up to: 6.3
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Template: nexter
	Text Domain: nexter
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/

:lang(de-de) body {
  -ms-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
  hyphenate-limit-chars: 10 5 5 !important;
  -webkit-hyphenate-limit-before: 5 !important;
  -webkit-hyphenate-limit-after: 5 !important;
  -ms-hyphenate-limit-chars: 10 5 5 !important;
}

:lang(de-de) .elementor {
  -ms-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
  hyphenate-limit-chars: 10 5 5 !important;
  -webkit-hyphenate-limit-before: 5 !important;
  -webkit-hyphenate-limit-after: 5 !important;
  -ms-hyphenate-limit-chars: 10 5 5 !important;
}

.logotitle {
  opacity: 0;
  transition: all 0.4s ease;
  margin-left: 0px;
}

.elementor-sticky--active .logotitle {
  opacity: 1;
  display: inline-block;
  margin-left: 0px;
}

.elementor-sticky--active
  .plus-navigation-wrap
  .plus-navigation-inner.main-menu-indicator-style-1
  .plus-navigation-menu
  .navbar-nav
  > li.dropdown
  > a:after,
.elementor-sticky--active .plus-navigation-menu .navbar-nav > li > a {
  color: var(--e-global-color-text) !important;
}

.sticky--header.elementor-sticky--effects {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff !important;
}
.logoflex img {
  transition: width 1.4s ease 0.4s;
}

.elementor-sticky--effects .logoflex img {
  width: 50% !important;
  margin: 0 auto;
}

.no--style ul {
  list-style: none;
}
.post-thumbnail {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.15em;
  margin-top: 1.25em;
}
h4 {
  margin-top: 0.5em;
}
p {
  margin-block-start: 0.1em;
}

blockquote {
  background-color: transparent;
  font-size: 1em;
  line-height: 1.5em;
  font-family: inherit;
  font-style: normal;
  color: inherit;
  padding: 1em 5em 1em 1em;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: var(--e-global-color-primary) !important;
  border-radius: 0;
  margin: 2em;
}

.text-content-block p {
  margin: 0 0 0.5em 0;
}

.text-content-block ul {
  padding: 1em 0 1em 3em;
}

.text-content-block ul > li {
  padding: 5px 0;
}

.elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-primary);
}

.elementor-location-header .top--line {
  padding-top: 0.5%;
}

.elementor-location-header .top--line .plus-icon-list-icon {
  padding-top: 5px;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin: auto 30px;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container li a {
  min-height: 45px;
}
span.gfield_required.gfield_required_asterisk {
  color: #9e0000;
  font-size: 1.5em;
}

.gform_required_string {
  font-size: 0.8em;
}

.m2--impressum h2 {
  font-size: 1.3em;
  margin-bottom: 0em;
}
.m2--datenschutz h2 {
  font-size: 1.7em;
  margin-bottom: 0em;
}
.m2--impressum h3,
.m2--datenschutz h3 {
  margin-top: 1em;
}
.main--nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:last-child > ul {
  right: 0;
}

.is--sub {
  margin-left: 5%;
  width: 100%;
}
.plus-navigation-wrap
  .plus-navigation-inner.main-menu-indicator-style-1
  .plus-navigation-menu
  .navbar-nav
  > li.dropdown
  > a:after,
.plus-navigation-wrap
  .plus-navigation-inner.main-menu-indicator-style-1
  .plus-mobile-menu
  .navbar-nav
  li.dropdown
  > a:after,
.plus-navigation-wrap
  .plus-mobile-menu
  .navbar-nav
  li.dropdown
  ul.dropdown-menu
  > li.dropdown-submenu
  > a:after,
.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown > a:after {
  content: '\f0d7';
  font: normal normal normal 14px/1 'Font Awesome 7 Pro';
  font-weight: 600;
  padding-left: 10px;
  font-size: 1em !important;
  transition: none;
  color: #fff !important;
}

.plus-fw .plus-megamenu-content {
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.rm--button {
  margin-top: auto;
  padding-left: 7%;
  padding-bottom: 7%;
}

#main--nav .menu-item:last-child ul {
  left: auto !important;
  right: 0 !important;
}
div#shape6cb1d34 {
  top: -80px;
}
.page-id-957 svg.shape-1 path {
  fill: #efefef;
  stroke: #efefef;
}

/* Flexbox Container für die Choices */
#field_1_4 .ginput_container.ginput_container_checkbox {
  display: flex !important;
  flex-wrap: wrap !important;
  /* justify-content: flex-start;*/
  gap: 15px;
  width: 100% !important;
  box-sizing: border-box;
}

div#input_1_4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* Jede einzelne Choice-Box */
#input_1_4 .gchoice {
  flex: 1 1 calc(33.333% - 15px) !important; /* 3 Spalten */
  max-width: calc(33.333% - 15px) !important;
  box-sizing: border-box;
  display: flex;
}

/* Checkbox verstecken */
#input_1_4 .gchoice input[type='checkbox'] {
  display: none;
}

/* Label als Box */
#input_1_4 .gchoice label {
  display: block;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #f5f5f5;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* Hover */
#input_1_4 .gchoice label:hover {
  border-color: #bbb;
  background: #fafafa;
}

/* Active */
#input_1_4 .gchoice input[type='checkbox']:checked + label {
  border-color: #7cc200;
  background: #f9fff5;
}

/* Subtext (<small>) */
#input_1_4 .gchoice label small {
  display: block;
  font-size: 0.85em;
  color: #666;
  margin-top: 5px;
}

/* pulsarbutton */
#gform_submit_button_1 {
  background-color: #4a7300;
  color: white;
  padding: 20px 40px;
  font-size: 22px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(74, 115, 0, 0.7);
  }
  5% {
    /* schneller Aufbau */
    transform: scale(1.02);
    box-shadow: 0 0 20px 5px rgba(74, 115, 0, 0.5);
  }
  10% {
    /* schneller Abfall */
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(74, 115, 0, 0);
  }
  100% {
    /* restliche 90% bleibt ruhig */
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(74, 115, 0, 0);
  }
}

.my--img-box h3.elementor-cta__title.elementor-cta__content-item.elementor-content-item {
  margin-bottom: 0.15em;
}

.my--img-box .elementor-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.my--img-box .elementor-cta__button-wrapper {
  margin-top: auto;
}
.my--img-box .plus-stylist-list-wrapper ul.plus-icon-list-items.d-flex-top .plus-icon-list-icon {
  padding-top: 7px;
}

.elementor-post-navigation svg {
  fill: darkgray;
}
.sidebar--cat ul {
  list-style: none;
  padding-inline-start: 0px;
}
.sidebar--cat ul li > a {
  color: black;
}
.wcs-class__image {
	border: 3px white;
	margin: 15px !important;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	background-size: contain !important;
	background-repeat: no-repeat;
}

a.wcs-btn.wcs-modal-call {
    background-color: var(--e-global-color-primary);
    color: white;
}
a.wcs-btn.wcs-modal-call:hover {
    background-color: var(--e-global-color-secondary);
    color: white;
}

/* Jede zweite Zeile sehr hell beige */
.wcs-timetable__list > li:nth-child(even) {
    background-color: #faf8f4; /* sehr helles, warmes Beige */
}

/* Hover-Effekt – passend zu #fdfdfd */
.wcs-timetable__list > li:hover {
    background-color: #fdfdfd;
}

.skewed-title-bw {
 /* background-color: #0080c8; /* schon per Elementor gesetzt */
  display: inline-block;
  padding: 1em 2em;
  transform: skew(-40deg); /* Gesamte Box abschrägen (nach links) */
  color: white;
  position: relative;
}

.skewed-title-bw > * {
  display: inline-block;
  transform: skew(40deg); /* Text gegen die Schrägung kippen */
}

#wcs-app-2 .wcs-class__image {
  max-height: 275px;
  width: 92%;
  overflow: hidden;
}

#wcs-app-2 .wcs-class__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

#wcs-app-2 .wcs-class,
.owl-item {
  pointer-events: none;
}
div#wcs-app-2 {
    padding: 0;
}
.longterm--icon .plus-icon-list-icon {
    padding-top: 9px;
}

.wp--popup ul {list-style: none;}

/* ############### */

@media (min-width: 768px) {
  .elementor-sticky--active .elementor-nav-menu a,
  .elementor-sticky--active .elementor-nav-menu a:focus,
  .elementor-sticky--active .elementor-nav-menu a:hover {
    line-height: 6px;
  }
}
@media (max-width: 600px) {
  #input_1_4 .gchoice {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  #input_1_4 .gchoice {
    flex: 1 1 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
  }
}
