/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

/*••••• Fonts •••••*/

/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/quicksand-v37-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/quicksand-v37-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/quicksand-v37-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/quicksand-v37-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* overlock-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overlock';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/overlock-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/overlock-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* overlock-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overlock';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/overlock-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/overlock-v19-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* overlock-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overlock';
  font-style: normal;
  font-weight: 900;
  src: url('/project/nureinshop/pub/font/overlock-v19-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/overlock-v19-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Colors •••••*/

:root {
    --maincolor: #80c41c;
    --orange: #E9601B;
    --light: #ecf6dd;
}

/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor)
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #fff6f3;
}

body {
    /* background-color: #fff6f3; */
    background-color: #ecf6dd;
    font-family: 'Quicksand', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 20px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.03em;
    line-height: 1.55;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.15;
	font-family: 'Overlock', Arial, Sans-serif;
	hyphens: none;
}

h1 {
	color: var(--maincolor);
	font-size: clamp(150%, 3.2vw, 320%);
	letter-spacing: 0.01em;
	font-weight: 900;
	margin-top:30px;
}

.page-nureinshop-home h1 {
    padding: 0;
    margin-top: 25px;
}

@media (max-width: 1290px) {
    .page-nureinshop-home h1 {
        margin-top: 10px;
    }
}


h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.3vw, 230%);
    font-weight: 900;
    margin-top:15px;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.5vw, 150%);
}

h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 900;
    color: var(--orange);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
    hyphens: none;
}

strong {
    font-weight: 600;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
	text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);
}

.btn {
	color: #fff;
	background-color: var(--orange);
	text-decoration: none;
	letter-spacing: inherit;
	font-family: 'Overlock', Arial, Sans-serif;
	text-transform: none;
	font-weight: 600;
	border-radius: 20px;
	padding: 7px 25px;
	background-image: url('/pub/media/73b4bd7fd9d997e52dff91c490063312/kinderpandapraxis-background-blaetter.svg');
	background-size: auto 90%;
	background-position: right 5px center;
	background-repeat: no-repeat;
	transition: 0.4s ease;
	min-width: 225px;
    text-align: left;
    margin-top: 5px;
}

.kontakt {
    background-image: url('/pub/media/8f7230d223d49dd6e67cf0c6ad8b5e4c/panda-kontakt.svg');
    background-position: right 4px bottom -5px;
    padding-right: 70px;
}

.btn:hover {
    background-size: auto 150%;
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 2px 2px 5px #37373766;
    text-shadow: 1px 1px 1px #000, 0.03em 0 #000;
}

.kontakt:hover {
    background-size: auto 125%;
    background-position: right 4px bottom -8px;
    padding-right: 85px;
}

blockquote {
	margin-top: 25px;
	background-color: transparent;
	border: 1px solid var(--maincolor);
	color: #000;
	padding: 30px;
	border-radius: 20px;
	background-image: url('/pub/media/307d74b7a11add8a1d1ad655cc94bdbd/kinderpandapraxis-dekoblatt-blass.svg');
    background-repeat: no-repeat;
    background-position: bottom 8px right 8px;
    background-size: auto 60%;
}

blockquote .btn {
    background-color: var(--maincolor);
    color: #fff;
}

blockquote .btn:hover {
    color: #fff;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #000;
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--item {
    background-color: transparent;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s ease;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 10px 10px 0 0;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

.nureinshop-block-accordion--body {
    border-radius: 0 0 10px 10px;
    background-color: #fff6f3;
    border: 1px solid #fff6f3;
}

.is-open .nureinshop-block-accordion--body {
    border: 1px solid var(--maincolor);
}

.nureinshop-block-accordion--body ol {
    margin-left: 25px;
}

.nureinshop-block-accordion ul {
    margin-top: 2px;
}

#region-content ul {
    margin-left: 30px;
    margin-top: 2px;
    line-height: 1.55;
}

#region-content ul li {
    margin-top: 2px;
}

#region-breadcrumb ul {
	padding-bottom: 20px;
	padding-left: 177px;
	margin-top: -20px;
}

#region-breadcrumb ul li a {
	color: #000;
}

/*••••• Header •••••*/

header .container {
	min-height: inherit;
	height: inherit;
}

header {
    border-bottom: none;
    background-color: var(--light);
    min-height: 100px;
    max-height: 100px;
    overflow-x: clip;
    position: sticky;
    top: 0;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo {
  margin-bottom: -65px;
}

.page-nureinshop-home #region-logo {
	margin-bottom: -40px;
}

#region-logo a {
  padding: 13px 5px 5px 5px;
}

#region-logo a img {
	height: 140px;
}

#region-logo a::after {
	content: 'KinderPandaPraxis';
	font-family: 'Overlock', Arial, Sans-serif;
	color: var(--maincolor);
	font-size: 130%;
	font-weight: 900;
	position: absolute;
	bottom: 7px;
	margin-left: 10px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-search {
    display: none;
}

[data-id="search"] {
    display:none!important;
}

/*••••• Navigation •••••*/

/* #region-nav nav .container > ul::before {
    content: 'KinderPandaPraxis';
    font-family: 'Overlock', Arial, Sans-serif;
    color: var(--maincolor);
    font-size: 130%;
    font-weight: 900;
    position: absolute;
    left: 20px;
    bottom: 8px;
}
*/

#region-nav nav .container > ul {
	display: flex;
	justify-content: flex-end;
}

#region-nav nav::after {
	content: '';
	width: 200%;
	border-bottom: 2px solid #599728;
	height: 2px;
	position: absolute;
	opacity: 0.7;
	margin-top: -3px;
	pointer-events: none;
	left: 155px;
}

@media screen and (max-width: 1180px) {
  #region-nav nav::after {
      margin-left: 20px;
  }
}

#region-nav ul li a {
    text-decoration: none;
    border: none!important;
    font-family: 'Overlock', Arial, Sans-serif;
    font-weight: 900;
    color: #000;
    padding: 10px 12px;
    font-size: 95%;
}

@media only screen and (max-width: 1335px) {
    #region-nav ul li a {
        padding: 10px 8px;
    }
}

@media only screen and (max-width: 1100px) {
    #region-nav ul li a {
        padding: 10px 5px;
        font-size: 80%;
    }
}

#region-nav .level-1 > li.active > a {
    color: var(--maincolor);
}

#region-nav .level-2 li.active > a {
    color: #000;
}

#region-nav .level-1 > li:has(li.active) > a::before, 
#region-nav .level-1 > li.active > a::before {
	background-image: url('/pub/media/cffe4a8d8ad023210c04793f27fc3f33/kinderpandapraxis-dekoblatt.svg');
	height: 20px;
	width: 20px;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#region-nav .level-1 > li:hover > a {
	background-color: var(--orange);
	color: #fff !important;
	text-shadow: none;
	border-radius: 20px 20px 0 0;
}

#region-nav .level-2 {
    background-color: var(--orange);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

#region-nav .level-2 li a:hover {
    background-color: var(--maincolor);
}

#region-nav .level-2 li:last-of-type > a:hover {
    border-radius: 0 0 20px 20px;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    pointer-events: none;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav li {
    pointer-events: auto;
}

#region-nav nav .container {
    width: 100%;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}


@media (max-width: 1180px) {
    #region-logo a::after {
        font-size: 110%;
        bottom: 8px;
    }
    #region-logo a img {
	    height: 120px;
    }
    #region-nav ul li a {
        padding: 10px 6px;
        font-size: 80%;
    }
}

@media (max-width: 1032px) {
    #region-logo a::after {
        font-size: 90%;
        bottom: 10px;
    }
    #region-logo a img {
	    height: 100px;
    }
}

/*••••• Mobil •••••*/

.hero-mobil {
    display: none;
}

.hero-mobil img, .hero img {
    max-height: 65vh;
    width: auto!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    

@media (max-width: 990px) {
    .hero-mobil {
        display: block;
    }
    .hero {
        display: none;
    }
}

#region-mobile-nav .mobile-logo img {
	padding: 5px 0 5px 0;
	height: 90px;
	width: auto;
	max-width: 200px;
}

#region-mobile-nav .mobile-logo::after {
	content: 'KinderPandaPraxis';
	font-family: 'Overlock', Arial, Sans-serif;
	color: var(--maincolor);
	font-size: clamp(125%, 4.5vw, 150%);
	font-weight: 900;
	position: absolute;
	bottom: 42px;
	margin-left: 10px;
	line-height: 1;
}

#region-mobile-nav .mobile-logo {
	position: absolute;
	z-index: 5;
}

#region-mobile-nav {
	position: relative;
	background-color: var(--light);
	border-bottom: 1px solid var(--maincolor);
	min-height: 65px;
}

.offcanvas-header {
	display: flex;
	padding-bottom: 20px;
	background: var(--light);
	border-bottom: 1px solid var(--maincolor);
}

.offcanvas-menu {
	background-color: #fff6f3;
}

.offcanvas-nav {
    padding-top: 25px;
}

.offcanvas-nav li {
    margin-top: 10px;
}

.offcanvas-nav li a {
    color: #000;
    font-family: 'Quicksand', Arial, Sans-serif;
    font-weight: 700;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.offcanvas-menu li.active > a {
  background-color: transparent;
  color: #000;
}

.offcanvas-menu li.active > a::before {
	background-image: url('/pub/media/cffe4a8d8ad023210c04793f27fc3f33/kinderpandapraxis-dekoblatt.svg');
	height: 20px;
	width: 20px;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -4px;
}

.offcanvas-nav li:hover > a{
  background-color: var(--maincolor) !important;
  color: #fff;
}

.offcanvas-nav li:hover > a::before {
    filter: brightness(50);
}

/*••••• Galerie •••••*/

.tinygallery .quadrat {
    margin-bottom: 30px;
}

.tinygallery .quadrat img {
	border-radius: 10px;
}

.tinygallery .container {
    overflow-x: clip;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: #d9edbb;
	color: #000;
	padding: 25px 0;
}

.page-nureinshop-home footer {
    margin-top: 0;
}

#region-footer h2 {
	color: var(--maincolor);
	font-size: clamp(120%, 2.5vw, 200%);
	font-size: 200%;
	margin-top: 0;
}

#region-footer a {
	color: #000;
}

#region-copyright {
    display: none;
}

@media only screen and (max-width: 1000px) {
    #region-footer h2 {
        text-align: center;
        font-size: 200%;
    }
    
    #region-footer .col-4 {
	    float: left;
	    width: 100%;
	    margin-top: 20px;
    }
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    border-radius: 20px;
    padding: 20px 25px;
    transition: 0.3s ease;
    color: #fff;
}

.nureinshop-block-contengrid--item h1, .nureinshop-block-contengrid--item h2, .nureinshop-block-contengrid--item h3 {
    color: #fff;
}

.nureinshop-block-contengrid--item:hover {
    /* background-position: right 5px center;
    background-size: auto 150%;
    background-image: url('/pub/media/73b4bd7fd9d997e52dff91c490063312/kinderpandapraxis-background-blaetter.svg'); */
    opacity: 1;
    transform: scale(1.03);
    box-shadow: 2px 2px 5px #37373766;
    background-repeat: no-repeat;
}

.nureinshop-block-contengrid--item:hover img {
    filter: drop-shadow(2px 2px 5px #37373766);
}
    
.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.nureinshop-block-contengrid--item img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*••••• Suchseite •••••*/

.search-form .input-wrapper::before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 1;
  background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
  background-size: 20px 20px;
  z-index: 40;
  content: '';
  margin-top: 18px;
  margin-left: 15px;
}

.search-form .input-wrapper input[type="text"] {
    color: #000;
    border-radius: 12px;
    padding: 15px 0 15px 50px;
}

.input-wrapper input::placeholder {
    color: #000;
}

.search-item-header h2 {
    font-size: 120%;
    hyphens: none;
}

.productgrid .row {
    display: flex;
    flex-wrap: wrap;
}

.productgrid .search-item {
    padding: 10px;
    hyphens: auto;
    border-radius: 12px;
    padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .productgrid .col-3 {
    width: 49.9%;
    align-items: stretch;
    display: flex;
  }
  .productgrid .search-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .search-item-header h2 {
    margin-top: 5px;
  }
  .search-item-more-btn {
    margin-top: auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
 .search-item-short {
     margin-bottom: 20px;
 }
}

/*••••• Wackelkopf •••••*/

.pandakopf {
  display: block;
  margin: 0 auto;
  transform-origin: 50% 70%;
}

.pandakopf:hover {
  animation: wobble 0.6s ease-in-out;
}

@keyframes wobble {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-8deg); }
  50%  { transform: rotate(8deg); }
  75%  { transform: rotate(-6deg); }
  100% { transform: rotate(0deg); }
}

/*••••• Nach oben Button •••••*/

#backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

@media (min-width: 1500px) {
  #backToTopBtn {
    right: calc((100vw - 1290px) / 2 - 30px - 48px);
  }
}

#backToTopBtn img {
    width: 100%;
    filter: drop-shadow(2px 2px 5px #0000008a);
}

#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.container {
    width:1290px;
    max-width: 100%;
    overflow-x: clip;
}

@media screen and (max-width: 1330px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feature-container {
    margin-top:20px;
    margin-bottom:0px;
}

@media (max-width: 650px) {
    img.float-right {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0!important;
    }
}

/** generated: 2025-12-15 11:08:29 **/