/*
 Theme Name:   Hundekumpelshop
 Theme URI:    https://www.hundekumpel.de
 Description:  Default Hundekumpel theme
 Author:       Heiko Schneider
 Author URI:   https://wwww.hundekumpel.de
 Template:     generatepress
 Version:      0.1
*/


@font-face {
    font-family: 'Amsi';
    src: url('assets/fonts/AmsiProNormal-Ultra.woff2') format('woff2'),
         url('assets/fonts/AmsiProNormal-Ultra.woff') format('woff');
    font-weight: 800; /* falls Ultra eine Extra-Bold Schrift ist */
    font-style: normal;
    font-display: swap;
}


/* martel-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: 'Martel';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/martel-v10-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* martel-800 - 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: 'Martel';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/martel-v10-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* martel-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: 'Martel';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/martel-v10-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h2 { hyphens: auto; }

body {
  overflow-x: hidden;
}

.roundedimg {
    border-radius: 10px 10px 0px 0px;
}

/* Style related posts */

.related-posts-container {
	background-color: #fff;
	font-size: 1.8rem;
	margin-bottom: 80px;
	padding-top: 60px;
  }
   
  .related-posts-container h3 {
	margin-bottom: 5%;
  }
   
  .related-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
      list-style-type: none;
  }

  .related-posts a {
    line-height: 12px;
  }

  .related-posts-container ul {
    margin-left: 0px;
  }
   
  .related-posts li {
	-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
  }

  .related-posts li a {
    line-height: 12px;
    }
   
  @media only screen and (max-width: 450px) {
	.related-posts li {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%;
	  margin-bottom: 10%;
	}
  }


  .related-posts-container h5, .related-posts-container a {
	font-size: 1.125rem;
	font-weight: bold;
	color: #292931;
	text-decoration: none;
	padding-top: 20px;
  }

  .related-posts-container h3 {
	  font-size: 2.125rem;
	  font-weight: bold;
  }

  /* Related posts Ende */

  /* Accordion Styling */
  
  
  .gb-block-accordion .gb-accordion-title {
	  background-color: #ffffff;
	  color: rgb(163, 22, 33);
	  padding: 1px 15px;
  }

  .gb-accordion-text p {
	  font-size: 16px;
	  color: #41414b;
  }

  .gb-block-accordion {
	  border-bottom: 1px solid #d2d2db;
  }

  a[data-schema-attribute~="mentions"], a[data-schema-attribute~="about"] {
    color: #0a1128;
    cursor: text;
  }

  .site-footer {
    font-size: 15px;
  }

  .site-footer a {
    text-decoration: none;
  }

  .single-hundeschulen .dynamic-meta-image {
    border-radius: 50%;
    border: 1px solid #e9eef4;
  }


  .sticky {
    position: sticky !important;
    top: 0;
  }

  /* Facetergebnisse stylen */

  .fwpl-result {
    border-radius: 10px;
    padding: 20px;
  }

  .fwpl-result a {
    text-decoration: none;
  }

  .fwpl-result .el-voutu3 {
    font-size: 13px;
    padding-bottom: 30px;
    color: #797981;
  }

  .fwpl-result .wp-post-image {
    border-radius: 10px;
  }

  .facetwp-display-value, .facetwp-toggle, .facetwp-radius-label {
    font-size: 13px;
    line-height: 14px;
  }

  .facetwp-counter {
    display: none;
  }

  .facetwp-radius-slider {
    width: 100%;
  }

  .facetwp-location {
    font-size: 16px;
  }

 .resultbutton button {
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
  }


  .facetwp-type-pager {
    padding-top: 40px;
  }

  .facetwp-type-pager .facetwp-page {
    background-color: #A31621;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
  }

  .roundedheaderimg {
    border-radius: 10px;
  }



  .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.gallery-item {
    flex: 0 0 33.333%; /* Drei Spalten auf größeren Bildschirmen */
    padding: 5px;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Media Queries für verschiedene Bildschirmgrößen */
@media screen and (max-width: 768px) {
    .gallery-item {
        flex: 0 0 50%; /* Zwei Spalten auf mittelgroßen Bildschirmen */
    }
}

@media screen and (max-width: 480px) {
    .gallery-item {
        flex: 0 0 100%; /* Eine Spalte auf kleinen Bildschirmen */
    }
}


  
    .el-3acyyi {
      font-size: 11px;
      border: 1px solid #A31621;
      border-radius: 5px;
      padding: 3px 7px 3px 7px;
      display:inline;
      color: #A31621;
      margin-bottom: 20px !important;
    }

    .is-empty {
      font-size: 11px;
      width: 70%;
      border: none;
      border-radius: 5px;
      padding: 7px;
    }


.fwpl-item.el-9b732 {
  margin-top: 10px;
}

.antwort {
  background-color: rgba(202, 219, 235, 0.3);
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}

/* Reviewtabelle stylen */

.reviewtabelle table {
  border-radius: 10px;
}

.reviewtabelle thead {
  font-size: 16px;
  background-color: aliceblue;
}

.reviewtabelle a {
  background-color: #A31621;
  padding: 10px 15px 10px 15px;
  color:#fff;
  font-weight: bold;
}
    
.wptb-row {
  font-weight: bold !important;
}

.wptb-cell[data-x-index='3'] {
  padding-left: 28px !important;
  font-weight: normal !important;
}


  .wptb-table-container-matrix ul {
    list-style-type: none;
    margin-left: 10px !important;
    
  }
  
  .wptb-table-container-matrix ul li::marker {
    
    content: '✓ ';
    color:#3bb1a9;
    font-weight: 900;
  }

  .wptb-table-container-matrix ul li {
    
  }

  .featuretable tr:nth-child(odd) {
    background: rgba(163, 21, 33, 0.21) !important;
  }

  
  .featuretable {
    border: 1px solid #A31621;
    border-bottom: 1px solid #A31621 !important;
    margin-bottom: 40px;
  }

  .tablebutton {
    background-color: #A31621;
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: bold !important;
  }


  .afflink a:after {
   display: inline-flex;
   content: '';

   /* Using the background-image and
      its related properties to add
      the SVG content */
   background-image: url('https://www.hundekumpel.de/img/pawprint2.svg');
   background-size: 10px 10px;
   height: 15px;
   width: 15px;
   background-repeat: no-repeat;
   background-position: top right;
  }

.afflink a {
  font-weight: bold;
}


.answerlist {
  column-count: 2;
  font-weight: bold;
}

@media (max-width: 768px) {
  .answerlist {
    column-count: 1;
  }}



  .gb-image-contentbild {
    /* margin-bottom: 50px; */
    margin-top: 30px;
  }

  figcaption {
    font-size: 15px;
text-align: center;
margin-bottom: 30px;
margin-top: 20px;
  }



.rassewidgettag {
  background-color: #C9DAEA;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  color: #00334e;
}

.rassewidgettag span {
}

.rassewidgettag a {
  text-decoration: none;
  color: #00334e;
}

.breedwidget img {
  border-radius: 50%;
  width: 80%;
}

/* .single-hunderassen #ez-toc-container {
  background-color: #ffffff !important;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 50px;
} */

/* .single-hunderassen .ez-toc-title-container {
  background-color: #d6e1eb;
  padding: 10px 15px 15px!important;
} */

.single-hunderassen .toc_title {
  font-size: 22px !important;
  font-weight: 900 !important;
  font-family: Martel;
  color: #00334e;
}

.single-hunderassen .toc_title .toc_toggle {
  font-size: 13px !important;
}

.single-hunderassen #toc_container {
  border: 1px solid #d6e1eb;
  border-radius: 5px;
} 

.single-hunderassen .toc_list a {
  font-weight: 900;
  font-family: Martel;
  color: #00334e;
}


.aawp-product--horizontal {
  background-color: rgba(202, 219, 235, 0.16) !important;
  border-radius: 10px;
}


.aawp-button--red {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #A31621 !important;
  color: #ffffff;
  padding: 15px 20px !important;
  box-shadow: 5px 5px 17px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  border: none !important;
  border-color: transparent !important;
}

.aawp-product__footer {
  margin-top: 20px;
}


.aawp-product__title {
  font-family: Martel;
  font-weight: 900 !important;
  font-size: 22px !important;
  color: #00334e !important;
}

.aawp-product__ribbon {
  font-weight: 900 !important;
  font-family: Martel;
  font-size: 14px !important;
  padding-top: 8px !important;
  padding-bottom: 5px !important;
  border-radius: 5px !important;
  text-transform: none !important;
}

.aawp-product__description {
  font-size: 18px !important;
}

.aawp-product__description li {
  padding-bottom: 20px !important;
  color: #00334e !important;
}


#menu-footer li {
  font-size: 13px;
}


.inside-right-sidebar .rp4wp-related-posts h3 {
  font-size: 20px;
  font-weight: 900;
}

.inside-right-sidebar .rp4wp_component_title {
  font-size: 16px;
  line-height: 20px;
  color:#00334e;
  font-weight: normal;
}

.inside-right-sidebar .rp4wp_component_title a {
  color:#00334e;
  font-weight: normal;
}

.rp4wp_component {
  line-height: 20px !important;
}

.rp4wp_component a {
  font-size: 16px;
  color:#00334e;
  font-family: Martel;
}

.rp4wp-related-posts h3 {
  margin-top: 50px;
}

.read-more-container .button {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.gb-headline-text a {
  text-decoration: none;
}

.inside-footer-widgets li a {
  font-size: 16px;
}


.flex-caption {
  /* width: 96%; */
  padding: 3%;
  left: 0;
  bottom: 0;
  background: #00334e;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 16px;
  line-height: 18px;
}
li.css a {
  border-radius: 0;
}

.flex-direction-nav a {
  overflow:visible;
}

.rassebeschreibung #ez-toc-container {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

.rassebeschreibung #ez-toc-container li a {
  font-size: 16px;
  font-weight: normal;
  color: #00334e !important;
}

.rassebeschreibung .ez-toc-title {
  font-weight: 900;
  color: #00334e !important;
  font-family: Martel;
}

.breedtable a {
  color: #ffffff;
}

.acfbutton {
  font-size: 16px;
  font-family: Martel;
  color: #00334e;
}

.acfbutton a {
  background-color: #046E8F;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}

.acfbutton a:hover {
  background-color: #00334e;

}


.dashhome {
  text-decoration: none !important;
}

.breadcrumbs a {
  color: #00334e;
}

.rank-math-breadcrumb {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.rank-math-breadcrumb a {
  text-decoration: none;
}

.rank-math-question {
  font-size: 22px !important;
}


.rasseinfo .wp-block-table td, .wp-block-table th {

  border: 1px solid #C9DAEA;
}


.coatcolor li {
  float: left;
  list-style: none;
  text-align: center;
  background-color: #736060;
  margin-right: 30px;
  width: 150px;
  line-height: 60px;
}

.coatcolor li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
}

.coatcolor li a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #33B5E5;
}

.breedeignung button {
  background-color: #ffffff;
  border: 1px solid #cbe1e8;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 20px;
  margin-top: 20px;

  color:#00334e;
}

.breedeignung button a {
  color:#00334e;
  text-decoration: none;
}

.coatcolor button {
  background-color: #ffffff;
  border: 1px solid #cbe1e8;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 20px;
  margin-top: 20px;
  color:#00334e;
}

.coatcolor button a {
  color:#00334e;
  text-decoration: none;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.atkp-producttable td {
  width: 20vw;
}

.borderlesstop {
  border-top: none !important;
}

.atkp-template-20113 .atkp-moreoffersinfo .atkp-container {
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #f2f2f2;
  margin: 9px;
  box-shadow: 0 5px 9px -8px #000;
  border-radius:6px;
  font-size:14px;
  line-height:20px;
  font-weight:400;
  letter-spacing: inherit;
  text-decoration: none;
}

.atkp-template-20113 .offerbutton {
padding: 8px;
background-color: #EF5350 !important;
transition: background-color .1s;
font-size: 14px !important;
line-height: 20px !important;
font-weight: 400 !important;
letter-spacing: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #fff;
border: none !important;
}

.atkp-predicateheadline {
  display: none;
}

.badge:not(:empty) {
margin-top: 8px; 
justify-content: left;
align-items: center;
margin-right: 2rem;
font-size: 12px;
line-height: 14px;
font-weight: 600;
color: #fff;
text-align: left;
background-repeat: no-repeat;
background-position: 100% 0;
background-size: cover;
/* max-width: 160px; */
padding: 5px 20px 5px 5px;
background-image: url(https://www.hundekumpel.de/img/labelbackground.svg);
}

.badge {
  margin-top: 8px; 
  line-height: 14px;
  padding: 5px 20px 5px 5px;
}


.hkproduktboxwrapper {
  /* border: 3px solid #9c9c9c; */
    /* padding: 20px; */
}

.floatboxchildleft {
  width: 40%;
  float: left;
  padding: 20px;
  /* border: 2px solid red; */
}  

.floatboxchildright {
  width: 60%;
  float: left;
  padding: 20px;
  /* border: 2px solid red; */
} 

.biggerimage {
  max-width: 100% !important;
}

.moreoffers .atkp-container {
}

.atkp-more-offers-button {
  /* background-color: #EF5350; */
  color: #fff;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  
}

/* .atkp-more-offers-right {
  background-color: #db5179;
  color: #fff;
  min-width: 160px;
  min-height: 50px !important;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
} */

.atkp-moreofferchild {
  /* width: 30%;
  float: left;
  padding: 20px; */
}

.vergleich_product-box_offer_logo img {
  max-width: 70px;
}

.hkproduktboxcontent h4 {
  font-size: 18px;
  font-weight: bold;
}


.vergleich_product-box_offers {
  /* display: block;
  margin-top: 2rem; */
  }

  .vergleich__product-box__offer {
   margin-bottom: 15px;
    }

.vergleich_product-box_offer_logo {
  width: 15%;
  float: left;
  margin: 0 4px 0 0;
  height: 50px;
  line-height: 50px;
      }

.vergleich_product-box_offer_price {
  width: 40%;
  float: left;     
  margin: 0 4px 0 0; 
  background-color: #f2f2f2;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
        }

.vergleich_product-box_offer_link {
  width: 40%;
  float: left;
  margin: 0 4px 0 0;
  text-align: center;
  background-color: #EF5350;
  height: 50px;
  line-height: 50px;
        }

.product-record-heading .wp-block-group__inner-container {
  padding: 0px;
  display: block;
  text-align: left;
}

.product-record-heading h2, .product-record-heading h3 {
  font-size: 2.0rem;
  display: inline-block;
  font-weight: 900;
  /* margin-top: 50px; */

}




.product-record-heading h2::after {
 content: ": " !important;
}

.productimgreviews {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}


.extended-commerce_button {
  color: #fff;
  background-color: #00727a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  outline: 0;
  border-top: 0.75rem solid #00727a;
  border-bottom: 0.75rem solid #00727a;
  border-left: 0.75rem solid #00727a;
  border-right: 0.17rem solid #00727a;
  margin-bottom: 50px;
  /* padding: 20px 30px; */
}

.extended-commerce_button .pricetag {
  background-image: url("https://www.hundekumpel.de/img/price-tag.svg"),linear-gradient(to right,rgba(255,255,255,0) 10px,#fff 10px,#fff);
  background-repeat: no-repeat;
  background-size: contain;
  color: #00727a;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  right: 0;
  margin-left: 15px;
}

.extended-commerce_button:hover {
  color: #fff;
  background-color: #00545a;
  border-top: 0.75rem solid #00545a;
  border-bottom: 0.75rem solid #00545a;
  border-left: 0.75rem solid #00545a;
  border-right: 0.17rem solid #00545a;
}

.tabledescription {
  line-height: 18px;
}

.hunderassen-template-default figure {
  margin-bottom: 40px;
}

.contentlist {
  list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contentlist li {
  margin-right: 10px; /* adjust as needed */
  margin-left: 10px; /* adjust as needed */
  padding-right: 10px; /* adjust as needed */
}

.contentlist li::after {
  content: "|";
  margin-left: 10px; /* adjust as needed */
}

.contentlist li:last-child::after {
  content: "";
}

.contentlist li:first-child {
  margin-left: 0;
}

.contentlist a {
  font-weight: bold;
}


.rp4wp-col {
  
}


.rp4wp-related-posts {
  display: flex !important;
  flex-wrap: wrap !important;
}

.rp4wp-related-posts > div {
  flex: 1 !important;
  padding: 10px !important; /* Füge ggf. Abstand zwischen den Spalten hinzu */
  display: flex !important;
  flex-direction: column !important;
}

.blogcontenthr {
  border: 0.5px solid rgba(151, 192, 216, 0.22);
}





.authorboxlink {
  position: relative;
  display: inline-block;
}

.author-modal {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;  /* This ensures the modal starts just below the author link */
  left: 0;    /* Aligns the modal to the left edge of the author link */
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  box-sizing: border-box;
  transition: opacity 0.3s;
  opacity: 0;
  font-size: 14px;
  text-align: center;
}

.author-modal .boldauthor {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 28px;
}

.wp-block-footnotes {
  display: none;
  font-size: 14px;
}

.toggleFootnotes .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgb(163, 22, 33);;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
  font-weight: bold;
}

.toggleFootnotes .icon:hover {
  border-color: #00334e;
}

.footnotetipp {
  background-color: rgba(202, 219, 235, 0.19);
  padding: 20px;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.justreview-badge {
  box-shadow: none !important;
}

.justreview-badge__rating-text {
  display: none;
}


.justreview-badge__rating-box {
  display:none !important;
}

.justreview-badge__collapse-btn {
  box-shadow: none !important;
}

.justreview-testimonials__author {
  font-size: 18px !important;
}

.justreview-testimonials__details {
  display: none !important;
}

#justreview-testimonials .justreview-testimonials__inner {
  box-shadow: none !important;
  border: 0.5px solid #00727a;
  border-radius: 5x !important;
}


.justreview-summary .justreview-logo-bar {
  display: none;
}

.justreview-summary__card {
  box-shadow: none !important;

}

.justreview-summary__rating {
  box-shadow: none !important;
}

.justreview-testimonials__inner {
  padding: 10px !important;
}

.justreview-summary__icon-wrapper {
  display: none !important;
}


.reviewer-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #fafbfc;
  border: 1px solid #cedff0;
  border-radius: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.reviewer-info-column, .additional-info-column {
  display: flex;
  align-items: center;
  width: 48%;  /* Adjusts the width of each column */
}

.reviewer-image, .additional-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.reviewer-name-title {
  font-size: 15px;
  line-height: 19px;
}

.lorem-text {
  font-size: 13px;
  line-height: 19px;
}


/* Styling Form Frontpage */


#gform_submit_button_15, #gform_submit_button_14 {
  border-radius: 10px;
}

#input_15_1, #input_14_4, #input_14_3 {
  border: 1px solid #00334e;
  height: 50px;
  border-radius: 10px;
}

.gw-horizontal-form_wrapper .ginput_container input,
.gw-horizontal-form_wrapper .ginput_container select,
.gw-horizontal-form_wrapper #field_submit input.button {
	height: 2.4rem;
}

.gw-horizontal-form_wrapper #field_submit input.button {
	padding: 0 1.4rem;
}

.gw-horizontal-form_wrapper .gform_fields {
	grid-column-gap: 1vw !important;
}

.gw-horizontal-form_wrapper .ginput_complex span:not(:first-child) {
	padding-left: 1vw !important;
}



.home .gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
  max-width: none !important;
}


/* Kommentare stylen */

.comment-form-cookies-consent {
  font-size: 13px;
}

.comment-content p {
  font-size: 16px;
}

.comment-author {
  font-size: 17px;
}

.logged-in-as {
  font-size: 16px;
}

.comment-form #submit {
  border-radius: 10px;
  font-size: 17px;
}



/* Minislider Shop */

.simple-slider {
  position: relative;
  width: 100%;
  max-width: 1200px; /* Adjust as needed */
  height: 400px;    /* Adjust as needed */
  overflow: hidden;
  
}

.slider-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;  /* ensure all slides are stacked */
}

.slider-image.active {
  opacity: 1;
  z-index: 1;  /* bring active slide to the front */
}

.slider-nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.prev, .next {
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
}


.page-id-27667 .egg-container .cegg-gridbox {
  border: 1px solid #aad3d6 !important;
  margin: 5px;
  border-radius: 10px;
  max-width: 23% !important;
  text-align: center;
}


.page-id-27667 .egg-container .cegg-gridbox .cegg-btn-grid {
  display: none;
}


.page-id-27667 .egg-container .cegg-gridbox .cegg-price {
  font-size: 16px;
}


/* Large devices (laptops) */
@media (max-width: 1199px) {
  .simple-slider {
      height: 55vh; /* Adjust as desired */
  }
}

/* Medium devices (landscape tablets) */
@media (max-width: 991px) {
  .simple-slider {
      height: 50vh; /* Adjust as desired */
  }
}

/* Small devices (portrait tablets and large phones) */
@media (max-width: 767px) {
  .simple-slider {
      height: 45vh; /* Adjust as desired */
  }
}

/* Extra small devices (phones) */
@media (max-width: 575px) {
  .simple-slider {
      height: 40vh; /* Adjust as desired */
  }
}



.dog-image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.dog-image-link {
  width: calc(33.3333% - 10px); /* 33.3333% for 1/3 of the container width, minus 10px for spacing */
  box-sizing: border-box;
  margin-bottom: 10px; /* Spacing between rows */
}

.dog-image-thumb {
  width: 100%; /* Make the image take up the full width of its container */
  height: auto;
  display: block; /* Remove any default spacing below the image */
}


/* Remove default list style */
.breedcontent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border: 1px solid black !important; /* This adds the border around the entire list */

}

.breedcontent li {
  display: inline-block;
  margin-right: 10px; /* Adjust space between items if needed */
  padding-right: 10px; /* Adjust padding for the border if needed */
  border-right: 1px solid rgb(163, 22, 33); /* This creates the "|" separator */
}

/* Remove the border from the last list item */
.breedcontent li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}



.advantages-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.pros-column, .cons-column {
  flex: 1 1 calc(48% - 10px); /* Anpassung für den Abstand */
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px; /* Rechter Abstand hinzugefügt */
  background-color: rgba(187, 216, 244, 0.2) !important;
}

.pros-column:last-child, .cons-column:last-child {
  margin-right: 0; /* Entfernt den Abstand auf der rechten Seite der letzten Spalte */
}

@media screen and (max-width: 768px) {
  .pros-column, .cons-column {
      flex-basis: 100%; /* Volle Breite auf kleineren Bildschirmen */
      margin-right: 0; /* Kein Abstand auf kleineren Bildschirmen */
      margin-top: 20px;
  }
}

.advantages-container ul {
  margin: 0 0 0.5em 1em;
  font-size: 17px;
}


.special-breed-sidebar {
  padding: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 28px;
  background-color: rgb(187, 216, 244, 0.2);
  margin-top: 55px;
}

.special-breed-sidebar p {
  margin-bottom: 20px;
}



.reviews-container {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.review-item {
  flex: 0 0 calc(50% - 10px); /* Berechnet die Breite unter Berücksichtigung des Abstands */
  padding: 20px; /* Abstand hinzufügen */
  margin: 5px; /* Außenabstand für jedes Item */
  box-sizing: border-box;
  background-color: rgba(187, 216, 244, 0.2);
  border-radius: 5px;
}

/* Optional: Anpassung für kleinere Bildschirme */
@media screen and (max-width: 768px) {
  .review-item {
    flex-basis: calc(100% - 10px); /* Volle Breite abzüglich des Außenabstands */
      margin: 5px; /* Außenabstand für jedes Item */
  }
}





.reviewBody p {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0.7em;
}

.reviews-container .author p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
  font-weight: bold;
}




.paw-rating-container {
  margin-bottom: 20px; /* Space below the rating container */
  background-color: rgb(255, 255, 255, 0.9);
  padding: 5px 10px 10px 20px;
  border-radius: 5px;
  box-shadow: rgba(63, 84, 113, 0.12) 0px 1px 3px, rgba(85, 112, 141, 0.225) 0px 1px 2px;
}

.paw-rating-title {
  font-size: 15px; /* Adjust the font size as needed */
  margin-bottom: 5px; /* Space between the title and the rating */
  color: rgb(0, 51, 78);
  font-family: Arial;
  font-weight:normal;
  
}

.paw-rating {
  display: flex;
  align-items: center;
}

.paw-rating .filled-paw,
.paw-rating .empty-paw {
  width: 20px; /* Set the width of the paws */
  height: auto; /* Maintain aspect ratio */
  margin-right: 10px; /* Space out the paws */
}

.steckbrief tbody {
  background-color: rgba(187, 216, 244, 0.2);
  border-radius: 10px;
  border: none !important;
}


.dog-size-widget {
  display: flex;
  align-items: center;
  font-family: 'Arial', sans-serif; /* Change the font-family as needed */
  margin-bottom: 20px; /* Adjust spacing as needed */
  background-color: rgb(255, 255, 255, 0.9);
  padding: 5px 10px 10px 20px;
  border-radius: 5px;
  box-shadow: rgba(63, 84, 113, 0.12) 0px 1px 3px, rgba(85, 112, 141, 0.225) 0px 1px 2px;
}

.dog-size-image {
  width: 60px; /* Adjust width as needed */
  height: auto; /* This will maintain the aspect ratio of the image */
  margin-right: 25px; /* Space between the image and the text */
}

.dog-size-info {
  text-align: left;
}

.dog-size-title {
  font-size: 0.9em; /* Larger font size for the title */
  margin: 0 !important; /* Reset margin */
  font-weight: bold; /* Make it bold */
  color: rgb(0, 51, 78);
}

.dog-size-weight {
  font-size: 0.7em; /* Regular font size for the weight */
  margin: 0; /* Reset margin */
  color: rgb(0, 51, 78);
}

.dog-size-widget p {
  margin-bottom: 0px !important;
}



.product_title {
  font-size: 1.6rem;
}

.woocommerce-product-details__short-description {
  font-size: 0.9rem;
  margin-top: 30px;
}

.woocommerce-product-details__short-description li {
  padding-bottom: 10px;
}


/* Grid-Layout mit schmaler rechter Spalte */
.single-product .wc-three-col {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.3fr) minmax(260px, 0.6fr);
    gap: 32px;
    align-items: start;
}

/* Buy Box schmaler & wie Sidebar */
.single-product .wc-col-right .wc-buy-box {
    position: sticky;
    top: 24px; /* ggf. anpassen */
    padding: 16px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    max-width: 320px; /* harte Obergrenze, damit es wie Amazon aussieht */
    margin-left: auto; /* Buy Box an den rechten Rand drücken */
}

/* Mittlere Spalte etwas luftiger */
.single-product .wc-col-middle {
    max-width: 640px; /* optional: für bessere Lesbarkeit */
}

/* Mobile Ansicht */
@media (max-width: 992px) {
    .single-product .wc-three-col {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .single-product .wc-col-right .wc-buy-box {
        position: static;
        max-width: 100%;
        margin: 0;
    }
}



/* Produktseite: Preis im Amazon-Stil */
/* Gesamter Preisblock */
.single-product .summary .price {
    /* font-size: 36px; */
    font-weight: 600;
    line-height: 1;
}

/* Vorkommastellen normal groß */
.single-product .price .woocommerce-Price-amount bdi {
    font-size: 1.3em;
    font-weight: 500;
}

/* Nachkommastellen hochgestellt und kleiner */
.single-product .woocommerce-Price-amount bdi span {
    font-size: 0.5em;
    vertical-align: top;
    font-weight: 500 !important;
}

/* Währung gezielt kleiner und ohne Bold */
.single-product .woocommerce-Price-currencySymbol {
    font-size: 0.5em !important;
    font-weight: 500 !important; /* überschreibt Bold vom bdi */
    vertical-align: top;
}

/* Mobile: doppelten Preis vermeiden */
@media (max-width: 992px) {
    /* Preis unter Titel (mittlere Spalte) ausblenden */
    .single-product .wc-col-middle .wc-middle-price {
        display: none !important;
    }
}


.single_add_to_cart_button {
  border-radius: 50px 50px 50px 50px !important;
  width: 100%;
  margin-top: 20px !important;
}


.single-product .wc-sales-count {
    font-size: 13px;
    color: #111;
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.4;
}
.single-product .wc-sales-count strong {
    color: #000;
    font-weight: 700;
}


/* ============================================
   Herstellerinformation Popup – optimiertes Design
   ============================================ */

/* Overlay-Hintergrund */
.wc-manufacturer-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    animation: fadeIn 0.25s ease forwards;
    padding: 20px;
}

/* Popup-Container */
.wc-manufacturer-popup-content {
    background: #fff;
    width: 100%;
    max-width: 640px;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    position: relative;
    padding: 28px 32px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    transform: translateY(-10px);
    animation: slideIn 0.25s ease forwards;
}

/* Titel und Textformatierung */
.wc-manufacturer-popup-content h3 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #111;
}

.wc-manufacturer-popup-body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 4px;
}

/* Scrollbar Styling (optional) */
.wc-manufacturer-popup-body::-webkit-scrollbar {
    width: 6px;
}
.wc-manufacturer-popup-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* Trenner */
.wc-manufacturer-sep {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
}
.close-popup:hover {
    color: #000;
}

/* Link-Stil */
.wc-manufacturer-info-link {
    margin-top: 22px;
}
.wc-manufacturer-info-link a {
    font-size: 15px;
    color: #0066c0;
    text-decoration: none;
}
.wc-manufacturer-info-link a:hover {
    text-decoration: underline;
}

/* Animationen */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideIn {
    from { transform: translateY(-15px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsive Optimierung */
@media (max-width: 768px) {
    .wc-manufacturer-popup-content {
        max-width: 90%;
        padding: 20px 22px;
    }
    .wc-manufacturer-popup-content h3 {
        font-size: 18px;
    }
}


.wc-manufacturer-info-link a {
  font-size: 13px;
}


.woocommerce ul.products li.product .button {
  margin-bottom:10px;
  border-radius: 50px;
  font-size: 0.8rem;
  border: 1px solid #a31621;
  color: #a31621;
  background-color: #fff;
  font-weight: 600;
}

.woocommerce ul.products li.product .button:hover {
  border: 1px solid #a31621;
  color: #ffffff;
  background-color: #a31621;
  font-weight: 600;

}


.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
}

/* Shop/Kategorie/Tag: Sterne kleiner darstellen */
.woocommerce ul.products li.product .glsr-default.glsrw-loop-rating .glsr-star-rating {
transform: scale(0.85);
transform-origin: left center;
}
/* optional: etwas dichter unter dem Titel/preis */
.woocommerce ul.products li.product .glsr-default.glsrw-loop-rating {
margin-top: 4px !important;
}
/* Fallback/Alternative – falls dein Site-Reviews-CSS Variablen nutzt */
.woocommerce ul.products li.product .glsr-default.glsrw-loop-rating .glsr-star-rating {
--glsr-star-size: 14px; 
font-size: 14px; 
line-height: 1;
}
/* Einzelproduktseite NICHT beeinflussen */
.single-product .glsr .glsr-star-rating {
transform: none !important;
font-size: inherit !important;
}


/* === WooCommerce Unterkategorie Slider – optimiert === */
.wc-subcat-slider-wrapper {
    width: 100%;
    margin: 0 auto 2em;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

.wc-subcat-item {
    text-align: center;
    width: 100px; /* war 120px – etwas schmaler */
    flex-shrink: 0;
}

.wc-subcat-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.wc-subcat-thumb {
    width: 150px;   /* kleineres Bild */
    height: 150px;  /* quadratisch, für perfekte Kreise */
    margin: 0 auto 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.wc-subcat-thumb:hover {
    transform: scale(1.05);
}

.wc-subcat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wc-subcat-title {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
}


.archive .term-description {
  margin-top: 40px;
}


/* Streichpreis (Regular Price im Sale) rot – Amazon-Style */
.single-product .price del {
color: #B12704 !important; 
opacity: 1 !important; 
text-decoration: line-through;
text-decoration-color: #B12704;
text-decoration-thickness: 1.5px; 
margin-right: 8px; 
font-weight: thin !important;
}
/* Farbe für alle Teile im <del> übernehmen (Zahl, Nachkommastellen, Währung) */
.single-product .price del bdi,
.single-product .price del sup,
.single-product .price del .woocommerce-Price-currencySymbol {
color: inherit !important;
}
/* (Optional) auch auf Produkt-Archivseiten aktivieren */
.woocommerce ul.products li.product .price del {
color: #B12704 !important;
opacity: 1 !important;
text-decoration-color: #B12704;
text-decoration-thickness: 1.5px;
}


.wc-block-components-product-image__inner-container {
  border: 1px solid #999;
}


.wc-block-product-template h2 a {
  font-size: 13px;
  color: #000;
}

.wc-block-components-product-sale-badge {
  background-color: #c00000 !important;
  font-size: 13px !important;
  color: #ffffff !important;
  border: none !important;
  text-transform: none !important;
  font-weight: 800 !important;
}

.related h2, .product-attributes h3 {
  font-size: 24px;
  font-weight: 900;
  margin-top: 40px;
  padding-bottom: 20px;
}


.expertentipp-box {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-top: 32px;
}

.expertentipp-image {
    flex-shrink: 0;
    width: 80px;          /* ideale Größe */
    height: 80px;
}

.expertentipp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* wichtig! */
    object-position: center; /* sorgt dafür, dass das Gesicht mittig ist */
    border-radius: 50%;
    display: block;
}

.expertentipp-title {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.expertentipp-text {
    font-size: 13px;
    line-height: 1.6;
}



.product-features {
list-style: none;
padding: 0;
margin: 20px 0;
background: #f8f4ef; /* Dein Container-Hintergrund */
border: 1px solid #e2ddd7;
border-radius: 8px;
overflow: hidden;
}
.product-features li {
padding: 12px 16px;
display: flex;
gap: 8px;
border-bottom: 1px solid #e2ddd7;
background: #fdfbf8; /* Sehr hell, sauber */
}
.product-features li:nth-child(odd) {
background: #f7f3ee; /* leicht dunkler Ton für Wirkung */
}
.product-features li:last-child {
border-bottom: none;
}
.product-features li strong {
width: 200px;
min-width: 200px;
font-weight: 600;
color: #3a342e; /* dunkler Braun-/Grauton */
}
.product-features li {
font-size: 15px;
line-height: 1.4;
color: #4b463f; /* warmes Dunkelgrau */
}
@media (max-width: 600px) {
.product-features li {
flex-direction: column;
}
.product-features li strong {
width: auto;
min-width: 0;
margin-bottom: 3px;
display: block;
}
}


.tax-product_cat .site-content {
  background-color: #f8f4ef;
}

.tax-product_cat .inside-article {
  background-color: #f8f4ef !important;
}

.tax-product_cat .site-content {
  margin-top: -20px;
}

.tax-product_cat .products li {
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  padding-bottom: 20px !important;
}

.tax-product_cat .sidebar {
  background-color: #f8f4ef;
}

.full-width-content .container.grid-container {
  background-color: #f8f4ef !important;
}



@media (max-width: 480px) {
    .related.products ul.products li.product {
        display: none;
    }

    .related.products ul.products li.product:nth-child(-n+3) {
        display: block;
    }
}



.wpc-filter-title {
  font-size: 14px;
}

.wpc-term-item-content-wrapper {
  font-size: 0.875rem;
}


.related li {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding-bottom: 15px;
}

.related li h2 {
  font-weight: normal !important;
  font-size: 14px !important;
}

.woocommerce .related ul.products li.product a img, .woocommerce .up-sells ul.products li.product a img {
  border-radius: 5px;
}

/* ======================================
   Basis-Styles (für ALLE WPC Filters)
   Schmal & sauber gehalten
====================================== */

.wpc-filter-content label,
.wpc-filter-content label *,
.wpc-filter-content .wpc-filter-link {
    font-size: 14px !important;
    color: #003144 !important; /* Dunkelblau */
    font-weight: 400 !important;
    text-decoration: none !important;
}

/* Hover-Effekt nur für Links */
.wpc-filter-content a.wpc-filter-link:hover {
    text-decoration: underline !important;
    color: #003144 !important;
}

/* Entfernt Term Count überall */
.wpc-filter-content .wpc-term-count {
    display: none !important;
}

/* Entfernt Hintergründe & Borders in beiden Filtertypen */
.wpc-filter-content .wpc-label-item,
.wpc-filter-content .wpc-checkbox-item,
.wpc-filter-content .wpc-term-item-content-wrapper,
.wpc-filter-content .wpc-filter-label-wrapper,
.wpc-filter-content label {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Entfernt weiße Hover-Hintergründe */
.wpc-filter-content .wpc-label-item:hover,
.wpc-filter-content .wpc-checkbox-item:hover,
.wpc-filter-content label:hover {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}


/* ======================================
   Produkttyp-spezifische Styles
   (falls du später Unterschiede willst)
====================================== */

/* Kategorie-Filter (Produktkategorien) */
.wpc-filter-product_cat .wpc-label-input {
    accent-color: #003144;
}

/* Marken-Filter */
.wpc-filter-product_brand .wpc-label-input {
    accent-color: #003144;
}


.wpc-filter-title {
  font-weight: bold;
}


.term-description {
  font-size: 15px;
}

.term-description h2 {
  font-size: 20px !important;
  font-family: Amsi;
}

.wpc-edit-filter-set {margin-top: 20px;}

.woocommerce-products-header .wpc-custom-selected-terms {
  display: none;
}