.elementor-kit-12{--e-global-color-primary:#970101;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#4F4F4F;--e-global-color-accent:#BE543D;--e-global-color-9a0bc7e:#FAD8D0;--e-global-color-651a4b6:#A70000;--e-global-color-cdfa57e:#000000;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:1.25em;line-height:1.7em;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Barlow", Sans-serif;font-size:1.25em;font-weight:700;color:var( --e-global-color-secondary );}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-cdfa57e );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:#FFFFFF;}.elementor-kit-12 a:hover{color:#FFFFFF;text-decoration:underline;}.elementor-kit-12 h1{color:var( --e-global-color-primary );font-family:"Barlow", Sans-serif;font-size:3em;font-weight:700;}.elementor-kit-12 h2{color:var( --e-global-color-primary );}.elementor-kit-12 h3{font-family:"Barlow", Sans-serif;font-size:1.5em;font-weight:300;}.elementor-kit-12 h4{color:var( --e-global-color-text );font-family:"Barlow", Sans-serif;font-weight:500;}.elementor-kit-12 h5{color:var( --e-global-color-primary );font-size:1.6em;}.elementor-kit-12 h6{color:var( --e-global-color-text );font-size:1.25em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-12{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.overflow {
  overflow: hidden;
}

/**********************/
/* Hauptmenü im Header */
/**********************/

.elementor-nav-menu .elementor-item:hover {
  font-weight: 700 !important;
  font-size: 1.25em !important;
}

/********************/
/* Großer Bildkreis */
/********************/

.bildkreis {
  aspect-ratio: 1 / 1;
  position: absolute;
  max-width: 900px;
  top: 0;
  left: 0;
}

/* Tablet */
@media (max-width: 1023px) {
  .bildkreis {
    top: auto !important;
    left: -20% !important;
    width: 50% !important;
  }

  .deko {
    position: relative !important;
  }

  .dekobild {
    position: relative !important;
    left: -5% !important;
  }

  .bildkostbarkeit {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important; /* Fehler korrigiert */
  }
}

/* Mobile */
@media (max-width: 768px) {
  .bildkreis {
    position: relative !important;
    top: auto !important;
    left: -30% !important;
    width: 120% !important;
    margin-top: 20px;
    margin-bottom: -10px;
  }
}

.ratio {
  aspect-ratio: 1 / 1;
}

/****************************************/
/* Kleiner Bildkreis Artikelkategorien */
/****************************************/

.produktkreis {
  aspect-ratio: 1 / 1;
}

/*******************************/
/* Kleiner Bildkreis Dekoideen */
/*******************************/

.dekobsp:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

/* /////////////////////////////////////////////// */
/* ////////// Anpassungen Kontaktformular //////// */
/* /////////////////////////////////////////////// */

.elementor-field::placeholder {
  opacity: 1 !important;
}

.elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.elementor-field-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--e-global-color-accent);
}

.elementor-field-option label {
  display: block;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}

/* ////////////////////////////////////////// */
/* ////////// Kontaktformular-Button //////// */
/* ////////////////////////////////////////// */

@media (max-width: 768px) {

  .elementor-button-align-end .e-form__buttons,
  .elementor-button-align-end .elementor-field-type-submit,
  [dir="rtl"] .elementor-button-align-start .e-form__buttons,
  [dir="rtl"] .elementor-button-align-start .elementor-field-type-submit {
    justify-content: center;
  }

  .elementor-field-group.elementor-field-type-submit {
    align-items: center;
  }

  /* ///////////////////////// */
  /* ////////// Karte //////// */
  /* ///////////////////////// */

  #map {
    width: 100% !important;
  }
}

/* ////////////////////////////////////////// */
/* ////////// Karte Hintergrund ///////////// */
/* ////////////////////////////////////////// */

/* Desktop */
@media (min-width: 1025px) {
  .kartehintergrund {
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 10%,
      var(--e-global-color-primary) 10%,
      var(--e-global-color-primary) 90%,
      #ffffff 90%,
      #ffffff 100%
    ) !important;
  }
}

/* Tablet & Mobile */
@media (max-width: 1024px) {
  .kartehintergrund {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 30%,
      var(--e-global-color-primary) 30%,
      var(--e-global-color-primary) 100%
    ) !important;
  }
}

/* ////////////////////////////////////////// */
/* ////////// Versatz bei Ankerlinks //////// */
/* ////////////////////////////////////////// */

[id] {
  scroll-margin-top: 80px;
}

/* ////////////////////////////////////////// */
/* ////////// Linkanpassung Datenschutz //////// */
/* ////////////////////////////////////////// */

.datenschutz a {
    color: #bd543c;
    transition: color 0.2s ease;
}

.datenschutz a:hover,
.datenschutz a:focus {
    color: var(--e-global-color-primary);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-100.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-100italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-200.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-200italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-300italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-500italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-600italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-700italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-800.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-800italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-900.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://liebig.type7.de/wp-content/uploads/2026/02/barlow-v13-latin-900italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */