/* 
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 */

body{
	background-color: #f8f2eb;
}

.site-branding a{
    display: none;
}
.site-branding a.black-logo {
    display: block;
}
body.home .site-branding a.black-logo {
    display: none;
}
body.home .site-branding a {
    display: block;
}

.page-header,
.site-description {
    display: none;
}
.header-wrap {
    background: url("../../../assets/uploads/2026/05/52.jpg");
}
.site-header .site-branding {
    display: block;
}
.site-branding {
	top: 35px;
	left: 0px;
    position: absolute;
	max-width: 200px;
	z-index: 9999;
}
.site-navigation {
	font-family: Jost-Regular;
}
.site-header {
    justify-content: flex-end;
}

.header-social {
	display: flex;
	margin-left: 20px;
	align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.header-social a {
    height: 18px;
	display: flex;
	
}

#menu-main-menu a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

#menu-main-menu .spacer {
    margin-left: 250px;
}



.newsletter {
    text-align: center;
}

.newsletter .fields{
    display: flex;
    gap: 30px;
    max-width: 600px;
    margin: 20px auto 20px auto;
}

.newsletter input{
    text-align: center;
    background: none;
    border: #fff 1px solid;
    color: #fff;
}

.newsletter input::placeholder {
    color: #fff;
    opacity: 1; 
}

.newsletter .agree{
    color: #fff;
	margin-bottom: 20px;
}

.newsletter .agree a{
    color: #fff;
	text-decoration: underline;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
	width: fit-content;
    margin: 0 auto;
}

.newsletter input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.newsletter input[type="checkbox"]:checked {
    background: #E0495E;
    border-color: #E0495E;
}

.newsletter input[type="checkbox"]:checked::after {
    content: "✓";
    color: white;
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 0px;
}

.newsletter button{
	margin-bottom: 20px;
}

.nicole-scroll-anchor {
	display: block;
	height: 0;
	scroll-margin-top: 0;
}

.nicole-hp-field,
.nw-hp-field {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.nw-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

.nw-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.nw-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 11, 0.58);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.nw-modal__card {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: calc(100svh - 48px);
	overflow-y: auto;
	background: #F8F2EB;
	color: #0C0C0B;
	border: 1px solid rgba(166, 134, 104, 0.34);
	border-radius: 8px;
	box-shadow: 0 34px 90px -36px rgba(12, 12, 11, 0.7);
	padding: clamp(28px, 4vw, 46px);
	transform: translateY(18px);
	transition: transform 0.28s ease;
}

.nw-modal.is-open .nw-modal__card {
	transform: translateY(0);
}

.nw-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid rgba(111, 70, 73, 0.22);
	border-radius: 50%;
	background: transparent;
	color: #6F4649;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
}

.nw-modal__close::before,
.nw-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
}

.nw-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.nw-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.nw-modal__close:hover,
.nw-modal__close:focus-visible {
	background: #6F4649;
	color: #F8F2EB;
}

.nw-modal__eyebrow {
	margin: 0 0 10px;
	font-family: "Jost-SemiBold", Sans-serif;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #A68668;
}

.nw-modal__title {
	margin: 0;
	font-family: "Jost-Regular", Sans-serif;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 400;
	line-height: 1.05;
	color: #0C0C0B;
}

.nw-modal__title span {
	color: #E0495E;
}

.nw-modal__text {
	margin: 14px 0 0;
	font-family: "Jost-Regular", Sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(12, 12, 11, 0.74);
}

.nw-modal__form {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.nw-modal__field {
	display: grid;
	gap: 7px;
}

.nw-modal__field label {
	font-family: "Jost-SemiBold", Sans-serif;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6F4649;
}

.nw-modal__field input,
.nw-modal__field textarea {
	width: 100%;
	border: 1px solid rgba(111, 70, 73, 0.22);
	border-radius: 2px;
	background: #FFFFFF;
	color: #0C0C0B;
	font-family: "Jost-Regular", Sans-serif;
	font-size: 16px;
	line-height: 1.4;
	padding: 13px 15px;
}

.nw-modal__field textarea {
	min-height: 104px;
	resize: vertical;
}

.nw-modal__field input:focus,
.nw-modal__field textarea:focus {
	outline: none;
	border-color: #6F4649;
	box-shadow: 0 0 0 3px rgba(111, 70, 73, 0.11);
}

.nw-modal__agree {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-family: "Jost-Regular", Sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(12, 12, 11, 0.72);
}

.nw-modal__agree input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #E0495E;
	flex: 0 0 auto;
}

.nw-modal__agree a {
	color: #6F4649;
	text-decoration: underline;
}

.nw-modal__submit {
	justify-self: stretch;
	border: 1px solid #E0495E;
	border-radius: 2px;
	background: #E0495E;
	color: #F8F2EB;
	font-family: "Jost-Regular", Sans-serif;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 14px 18px;
	cursor: pointer;
}

.nw-modal__submit:hover,
.nw-modal__submit:focus-visible {
	background: #F8F2EB;
	color: #E0495E;
}

.nw-modal__note {
	margin: 0;
	font-family: "Jost-Regular", Sans-serif;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(12, 12, 11, 0.55);
	text-align: center;
}

.nw-modal__message {
	margin: 0;
	font-family: "Jost-Regular", Sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #6F4649;
}

body.nw-modal-open {
	overflow: hidden;
}

.elementor-element.elementor-element-ceb6891,
.elementor-element.elementor-element-e0c8317,
.elementor-element.elementor-element-0687f89 {
	--column-gap: clamp(28px, 5vw, 60px) !important;
	--row-gap: 18px !important;
	gap: 18px clamp(28px, 5vw, 60px) !important;
	justify-content: center !important;
	align-items: center !important;
}

.elementor-element.elementor-element-ceb6891 .elementor-widget-image,
.elementor-element.elementor-element-e0c8317 .elementor-widget-image,
.elementor-element.elementor-element-0687f89 .elementor-widget-image {
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto !important;
}

.elementor-element.elementor-element-ceb6891 .elementor-widget-image > .elementor-widget-container,
.elementor-element.elementor-element-e0c8317 .elementor-widget-image > .elementor-widget-container,
.elementor-element.elementor-element-0687f89 .elementor-widget-image > .elementor-widget-container {
	margin: 0 !important;
}

.elementor-element.elementor-element-ceb6891 .elementor-widget-image img,
.elementor-element.elementor-element-e0c8317 .elementor-widget-image img,
.elementor-element.elementor-element-0687f89 .elementor-widget-image img {
	display: block;
	width: 32px;
	height: 32px;
	max-width: 32px !important;
	object-fit: contain;
}

.elementor-element.elementor-element-5ea5d1f,
.elementor-element.elementor-element-3ee37d5 {
	display: none !important;
}

footer {
  width: 100%;
  background: #D1BFA9;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-inline-end: 0px !important;
	margin-inline-start: 0px !important;
	max-width: 100% !important;
}

.footer-logo {
  display: none;
	max-width: 200px;
}

.footer-links {
  background: var(--footer-bg);
  padding: 72px 56px 64px;
}

.footer-links__grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.6fr 1.8fr;
  gap: 20px;
	max-width: 1150px;
	padding: 30px 30px;
}
.footer-links__column {
  min-width: 200px;
}
.footer-links__title {
  display: inline-block;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
}

.footer-links__title:hover,
.footer-links__title:focus-visible {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.liste ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: service;
}

.liste ol > li {
  --num-width: 2ch;   /* Breite für 01, 02, ... */
  --num-gap: 65px;    /* gewünschter Abstand Zahl -> Text */
  counter-increment: service;
  /* counter-reset: none !important;*/
  counter-reset: service calc(var(--start, 1) - 1);
  position: relative;
  padding-left: calc(var(--num-width) + var(--num-gap));
  margin: 0 0 1.2em 0;
}

.liste ol > li::before {
  content: counter(service, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;                 /* oben bündig mit Headline-Start */
  width: var(--num-width);
  text-align: right;
  line-height: 1;         /* hilft beim Top-Alignment */
  font-variant-numeric: tabular-nums;
  font-size: 37px;
  font-family: Jost-Regular;
}

.liste ol > li > p {
  margin: .35em 0 0;
}

.elementor .e-con,
.elementor .e-con > .e-con-inner,
.elementor .e-con.e-child,
.elementor-widget,
.elementor-widget-container {
  min-width: 0;
  box-sizing: border-box;
}

.elementor-widget-text-editor {
  overflow-wrap: break-word;
}

/* Mentoring body copy stays calm and even across the longer text boxes. */
.elementor-14 .elementor-element.elementor-element-565da66 > .e-con-inner > .e-con .elementor-widget-text-editor .elementor-widget-container,
.elementor-14 .elementor-element.elementor-element-52991709 .elementor-widget-container,
.elementor-14 .elementor-element.elementor-element-7154bfdf .elementor-widget-text-editor .elementor-widget-container {
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.elementor-14 .elementor-element.elementor-element-519cc6b0 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  text-align: center;
}

.elementor-14 .elementor-element.elementor-element-519cc6b0 .elementor-button-wrapper {
  text-align: center;
}

.liste,
.liste ol,
.liste ol > li,
.liste ol > li > p {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}

.elementor-14 .elementor-element.elementor-element-5a1d154c {
  --width: min(1100px, calc(100vw - 48px)) !important;
  width: var(--width) !important;
  max-width: calc(100vw - 48px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-14 .elementor-element.elementor-element-4f7bc930 {
  max-width: 100% !important;
}

.elementor-14 .elementor-element.elementor-element-4f7bc930 .p1 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 33px);
  line-height: 1.22;
}

@media (max-width: 1180px) {
  .elementor-14 .elementor-element.elementor-element-93eb93d {
    --padding-left: 24px !important;
    --padding-right: 24px !important;
  }

  .elementor-14 .elementor-element.elementor-element-5a1d154c {
    --width: min(760px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .elementor-14 .elementor-element.elementor-element-451b2f90 {
    --justify-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .elementor-14 .elementor-element.elementor-element-29a5663b {
    flex: 0 0 auto;
  }

  .elementor-14 .elementor-element.elementor-element-28101a52 {
    --padding-bottom: 70px !important;
  }

  .elementor-14 .elementor-element.elementor-element-12d8a0a2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 38px 32px !important;
    width: 100% !important;
  }

  .elementor-14 .elementor-element.elementor-element-2f53c69f,
  .elementor-14 .elementor-element.elementor-element-20c2d598,
  .elementor-14 .elementor-element.elementor-element-317824f2,
  .elementor-14 .elementor-element.elementor-element-13c66a7b {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    align-items: center !important;
    text-align: center;
  }

  .elementor-14 .elementor-element.elementor-element-1954710c .elementor-icon-wrapper,
  .elementor-14 .elementor-element.elementor-element-65c3cbce .elementor-icon-wrapper,
  .elementor-14 .elementor-element.elementor-element-5e4f1bce .elementor-icon-wrapper,
  .elementor-14 .elementor-element.elementor-element-19c55dd4 .elementor-icon-wrapper {
    text-align: center !important;
  }

  .elementor-14 .elementor-element.elementor-element-64d6f971,
  .elementor-14 .elementor-element.elementor-element-665d9d6c,
  .elementor-14 .elementor-element.elementor-element-42e39288,
  .elementor-14 .elementor-element.elementor-element-75c5fad6 {
    display: none !important;
  }

  .liste ol > li {
    --num-gap: 36px;
  }
}

@media (max-width: 767px) {
  .elementor-14 .elementor-element.elementor-element-93eb93d {
    --padding-left: 16px !important;
    --padding-right: 16px !important;
  }

  .elementor-14 .elementor-element.elementor-element-5a1d154c {
    --width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .elementor-14 .elementor-element.elementor-element-451b2f90 {
    --flex-direction: column !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .elementor-14 .elementor-element.elementor-element-12d8a0a2 {
    grid-template-columns: 1fr;
    gap: 30px !important;
  }

  .elementor-14 .elementor-element.elementor-element-28101a52 {
    --padding-bottom: 54px !important;
  }

  .liste ol > li {
    --num-gap: 22px;
  }
}

@media (max-width: 480px) {
  .liste ol > li {
    padding-left: 0;
    padding-top: 44px;
  }

  .liste ol > li::before {
    width: auto;
    text-align: left;
  }
}

.footer-links__list,
.footer-links__contact {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.footer-links__title  {
   font-family: Jost-Regular;
}

.footer-links__list a,
.footer-links__contact a,
.footer-links p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-family: Jost-Regular;

}

.footer-links__list a,
.footer-links__contact a {
  text-decoration: none;
  color: var(--text);
}

.footer-links__list a:hover,
.footer-links__list a:focus-visible,
.footer-links__contact a:hover,
.footer-links__contact a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.footer-links__newsletter {
  margin-top: 26px;
  display: flex;
  gap: 22px;
  align-items: center;
}

.newsletter-field {
  width: 100%;
  min-height: 64px;
  border: 1px solid var(--accent);
  text-decoration: none;
  color: var(--accent);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}

a.newsletter-button{
  background: var(--accent-strong);
  color: #0C0C0B;
  text-decoration: underline;
  font-size: 15px;
  line-height: 1;
}

.newsletter-button:hover,
.newsletter-button:focus-visible,
.newsletter-field:hover,
.newsletter-field:focus-visible {
  filter: brightness(0.96);
}

@media (max-width: 1599px) {
  .footer-links {
    padding: 56px 36px;
  }

  .footer-links__grid {
    gap: 42px;
  }

  .footer-links__title {
  }

  .footer-links__list a,
  .footer-links__contact a,
  .footer-links__newsletter a,
  .footer-links p {
    font-size: 15px;
    line-height: 1.5;
  }

  .newsletter-field,
  .newsletter-button {
    font-size: 34px;
    min-height: 56px;
  }
}

@media (max-width: 1200px) {
	#menu-main-menu .spacer {
		margin-left: 50px;
	}
}

@media (max-width: 1200px) {
	#menu-main-menu .spacer {
		margin-left: 50px;
	}
}


@media (max-width: 1100px) {
  .footer-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}



.custom-burger { 
	position: relative; 
	margin-left: 20px;
}

.custom-burger__toggle{
  display:none;
  width:38px;
  height:38px;
  background:transparent !important;
  border:0;
  cursor:pointer;
  padding: 5px 6px;
}

.custom-burger__toggle .line{
  display:block;
  width:25px;
  height:3px;
  background:#a68668;
  margin:5px 0;
}

.custom-burger__menu{
  list-style:none;margin:0;padding:0;
  display:flex;
  gap:24px;
  display:none;
}

@media (max-width:767px){
	.site-navigation,
	.responsivedisplaynone{
    display:none;
	 }	
  .custom-burger__toggle{display:block;}
  .custom-burger__menu{
    display:none;
    position:fixed;
	top:112px;
	right:0;
    background: url(../../../assets/uploads/2026/05/52.jpg);
	border:0px solid #ddd;
    width:100%;
	padding:12px;
    flex-direction:column;
	gap:10px;
    z-index:1;
	color:#fff;
  }
.custom-burger__menu ul{
    text-align: right;
	list-style: none;
	font-family: Jost-Regular;
	width: 500px;
    margin: 0 auto;
  }
  .custom-burger.is-open .custom-burger__menu{display:flex;}
	
.footer-logo {
  display: block;
}
}


@media (max-width: 768px) {
  .footer-links {
    padding: 44px 24px;
  }

  .footer-links__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-links__title {
    margin-bottom: 18px;
  }

  .newsletter-field,
  .newsletter-button {
    font-size: 22px;
    min-height: 50px;
  }
	
  .responsivepositiondefault{
	  position: relative !important;
	  top: auto !important;
	  left: auto !important;
	  width: 100% !important;
  }
  .site-branding {
    top: 12px;
    left: 22px;
    max-width: 150px;
  }

	
}

@media (max-width: 575px) {
.custom-burger__menu ul{
	width: auto;
    margin: 0 0;
  }
	
	.newsletter .fields {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		max-width: 600px;
		margin: 0 auto;
	}

	.fields input[type="text"] {
		flex: 1 1 calc(50% - 8px);
	}

	.fields input[type="email"] {
		flex: 1 1 100%;
	}
	.newsletter .agree {
		margin-top: 20px;
	}
}
