@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
body {
  font-family: "Open Sans", sans-serif !important;
}
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif !important;
}
a {
  font-family: "Open Sans", sans-serif !important;
  color: var(--primary-color);
}
/* span.red-text{
  color: --primary-color;
} */
/* ---------------------------- ANCHOR Short Fix ---------------------------- */
.logo img {
  width: 150px;
}
footer img {
  width: 150px;
}
.about-sidebar-section {
  display: none;
}
/* -------------------------- ANCHOR Hamburger Menu ------------------------- */
.offcanvas_menu .offcanvas_menu_wrapper {
  width: 400px;
}
.offcanvas_menu .offcanvas_menu_wrapper .canvas_close i {
  font-size: 28px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 8px 12px;
  border-radius: 10px;
}
.offcanvas_menu .offcanvas_menu_wrapper .mobile-logo img {
  width: 120px;
}
.offcanvas_menu .social-box {
  position: relative;
  left: 20px;
  top: 0px;
  margin-bottom: 15px;
}
.offcanvas_menu .social-box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.offcanvas_menu .social-box ul li {
  margin: 0 15px 0 0;
}
.offcanvas_menu .social-box ul li a:hover i {
  background-color: #222222;
  transition: 0.5s ease-in-out;
}
.offcanvas_menu .social-box ul li a i {
  font-size: 26px;
  color: #fff;
  background: #a92b40;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Hamburger Menu Full Width */
.canvas_open i {
  font-size: 28px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 10px;
  border-radius: 10px;
}
.canvas_open_full {
  display: block;
  float: right;
  height: 100%;
  text-align: center;
  margin-right: 85px;
  padding: 35px 0px;
}
.canvas_open_full a {
  cursor: pointer;
  color: var(--body-color);
  font-size: 24px;
  line-height: 1;
}
.header-search {
  padding: 30px 0px;
}
.canvas_open_full {
  padding: 26px 0px;
}
/* ------------------------------ ANCHOR Navbar ----------------------------- */
.menu ul li a {
  font-size: 20px;
  color: #a92b40;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: inherit;
  padding: 36px 15px;
}
header {
  position: relative;
}
header .menu {
  margin-left: -5px;
}
header .red-gradient {
  background-image: linear-gradient(180deg, #9e1d39 0%, #5a0b1c 100%);
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .red-gradient .flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .red-gradient .flex-end a {
  font-size: 18px;
  color: #fff;
}
header .red-gradient .flex-end a i {
  margin-right: 10px;
}
header .header-bottom {
  position: relative;
}
header .header-bottom .social-box {
  position: absolute;
  right: 200px;
  top: 48px;
}
header .header-bottom .social-box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
header .header-bottom .social-box ul li {
  margin: 0 15px 0 0;
  list-style: none;
}
header .header-bottom .social-box ul li a:hover i {
  background-color: #222222;
  transition: 0.5s ease-in-out;
}
header .header-bottom .social-box ul li a i {
  font-size: 26px;
  color: #fff;
  background: #a92b40;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-bottom .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
header .header-bottom .logo img {
  width: 340px;
  height: 110px;
  object-fit: contain;
  margin: 10px 0;
}
header .header-bottom .logo .logo-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
header .header-bottom .logo .logo-text span.big-text {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #222222;
  text-transform: uppercase;
}
header .header-bottom .logo .logo-text span {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
  letter-spacing: 1px;
  color: #424b5c;
}
/* ------------------------------ ANCHOR Sticky ----------------------------- */
.sticky .logo img {
  max-width: 250px;
  height: auto !important;
}
.sticky .logo .logo-text {
  display: none !important;
}
.sticky .header-bottom .social-box {
  top: 30px;
}
.button-1 {
  background: #f2f2f2;
}
/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}
.sticky-header.active {
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* --------------------------- ANCHOR Hero Section -------------------------- */
section.banner {
  margin-top: 210px;
}
section.banner .hero-area {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
section.banner .hero-area .hero-caption {
  margin-top: 90px;
  position: relative;
}
section.banner .hero-area .hero-caption h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
section.banner .hero-area .hero-caption h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 2px;
}
/* section#gradient {
  width: 100%;
  height: 300px;
  background: url(../images/images/banner_hund_katze.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: 100% 95%;
} */
/* ------------------------------ ANCHOR About ------------------------------ */
section.about-area {
  padding: 50px 0 75px;
}
/* ------------------------- ANCHOR Why Choose Area ------------------------- */
section.why-choose-area {
  padding: 100px 0 75px;
}
section.why-choose-area .section-title h3 {
  padding-bottom: 10px;
}
section.why-choose-area .section-title h2 {
  font-size: 26px;
  line-height: 48px;
}
/* ---------------------------- ANCHOR Leistungen --------------------------- */
.leistung {
  background-color: #273239;
  padding: 50px 0;
}
.leistung h3 {
  color: #fff;
  font-weight: 500;
  transition: ease-in-out 0.3s;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
}
.leistung .service-item {
  background: #f3f3f3;
  border: 5px solid #f3f3f3;
  /*border-radius: 15px;*/
}
.leistung .service-item a.service-wrapper:hover .details h3 {
  color: var(--primary-color);
}
.leistung .service-item a.service-wrapper:hover .img img {
  transform: scale(1.2);
}
.leistung .service-item a.service-wrapper .img {
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
.leistung .service-item a.service-wrapper .img img {
  transition: 0.6s;
  image-orientation: from-image;
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.leistung .service-item a.service-wrapper .details {
  padding: 5px 30px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  position: relative;
  text-align: center;
  border-radius: 8px;
}
.leistung .service-item a.service-wrapper .details h3 {
  color: #1a1f24;
  font-weight: 500;
  margin: 15px 0 15px 0;
  font-size: 17px;
  transition: ease-in-out 0.3s;
}
/* ------------------------------ ANCHOR Footer ----------------------------- */
footer .social-box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
footer .social-box ul li {
  margin: 0 15px 0 0;
  list-style: none;
}
footer .social-box ul li a:hover i {
  background-color: #222222;
  transition: 0.5s ease-in-out;
}
footer .social-box ul li a i {
  font-size: 24px;
  color: #a92b40;
  background: #fff;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-widegts-single .social-box ul li a:hover:after {
  width: 0;
}
/* ---------------------------- ANCHOR Unser Team --------------------------- */
/* Start About */
section#about {
  margin-top: 300px;
}
section#about .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#about .page-text {
  padding: 0 25px;
}
section#about .page-text h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
section#about .page-text p {
  margin-bottom: 10px;
}
section#about img {
  border-radius: 10px;
}
section#team {
  background: #fff;
  padding: 15px 0 30px 0;
  position: relative;
}
section#team #echo-bg {
  position: relative;
}
section#team #echo-bg:before {
  content: "";
  position: absolute;
  left: -12em;
  top: -100px;
  background-image: url(../../images/images/schallwellen.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 800px;
  height: 800px;
  transform: rotate(127deg);
  opacity: 0.04;
}
section#team .team-wrapper {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  border: 5px solid #a92b40;
  border-radius: 16px;
  background: #f5f5f5;
}
section#team .team-wrapper .img-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border: 10px solid #fff;
  border-radius: 20px;
}
section#team .team-wrapper .img-wrapper:hover img {
  transform: scale(1.1);
  overflow: hidden;
  border-radius: 10px;
}
section#team .team-wrapper .img-wrapper img {
  transition: all ease-in-out 0.4s;
  border-radius: 10px 10px 0 0;
  border-radius: 10px;
  /*height: 100%;*/
  object-fit: cover;
  max-width: 100%;
}
section#team .team-wrapper .team-info {
  padding: 20px 15px 30px;
  height: 100%;
  /*  min-height: 175px; */
}
section#team .team-wrapper .team-info p.h4 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  color: #0c0c0c;
  margin-bottom: 10px;
}
/* ------------------------ ANCHOR Accordion Lexikon ------------------------ */
section.lexikon-bg {
  width: 100%;
  height: 300px;
  background: url(../../images/images/banner_hund_lexikon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: 100% 95%;
}
.inhaltsverzeichnis-wrapper {
  margin: 100px 0 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
}
.inhaltsverzeichnis-wrapper h2 {
  margin-bottom: 20px;
}
.inhaltsverzeichnis-wrapper a {
  color: var(--body-color);
  line-height: 30px;
  font-size: 16px;
}
.inhaltsverzeichnis-wrapper a:hover {
  color: #a92b40;
}
.title-accordion h1 {
  margin: 20px 20px 20px 35px;
  font-weight: 600;
  position: relative;
}
.title-accordion h1:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 5px;
  background-color: #a92b40;
  width: 4px;
  height: 35px;
  border-radius: 3px;
}
#accordion-lexikon {
  padding: 0px 0 100px;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  background-image: linear-gradient(180deg, #9e1d39 0%, #5a0b1c 100%);
}
.accordion-button:not(.collapsed):after {
  color: #ffffff;
  background-image: url("/template/images/images/chevron_up.svg");
  height: 25px;
  width: 25px;
  background-size: contain;
}
.accordion-button {
  color: var(--text-color);
  padding: 20px 25px;
  background-image: none;
  background-color: #fff !important;
}
.accordion-button:focus {
  border: 0;
  box-shadow: 0px 0px 5px rgba(120, 19, 41, 0.25);
}
.accordion-button.collapsed:after {
  height: 25px;
  width: 25px;
  background-size: contain;
  background-image: url("/template/images/images/chevron_down.svg");
}
/* ---------------------------- ANCHOR Leistungen Unterseiten--------------------------- */
section#leistungen-page {
  padding: 300px 0 100px;
}
section#leistungen-page .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
section#leistungen-page img {
  /*border-radius: 10px;*/
}
section#leistungen-page .page-text {
  padding: 0px 15px;
}
section#leistungen-page .page-text h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
section#leistungen-page .page-text p {
  margin-bottom: 10px;
}
section#leistungen-page .list-wrapper {
  padding: 50px 0;
}
section#leistungen-page .list-wrapper ul {
  padding-left: 5px;
}
section#leistungen-page .list-wrapper ul li {
  text-align: left;
  padding-bottom: 10px;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
section#leistungen-page .list-wrapper ul li:before {
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  left: 0;
  top: 3px;
  color: var(--primary-color);
}
section#leistungen-page .bottom-text {
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
}
section#leistungen-page .bottom-text h3 {
  margin-bottom: 20px;
}
section#leistungen-page .bottom-text p {
  margin-bottom: 10px;
}
section#leistungen-page .bottom-text ul {
  padding-left: 5px;
}
section#leistungen-page .bottom-text ul li {
  text-align: left;
  padding-bottom: 10px;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
section#leistungen-page .bottom-text ul li:before {
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  left: 0;
  top: 3px;
  color: var(--primary-color);
}
/* ------------------------- ANCHOR KONTAKTAUFNAHME ------------------------- */
ul.contact-time {
  padding-top: 8px;
  padding-left: 0;
}
ul.contact-time li {
  list-style: none;
  font-weight: 600;
}
ul.contact-time li span {
  display: inline-block;
  width: 165px;
}
/*

.banner:before {
  content: "";
  position: absolute;
  left: -12em;
  top: -100px;
  background-image: url(../images/images/schallwellen.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 800px;
  height: 800px;
  transform: rotate(127deg);
  opacity: 0.015;
}
*/
main:before {
  content: "";
  position: absolute;
  left: -12em;
  top: -100px;
  background-image: url(../images/images/schallwellen.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 800px;
  height: 800px;
  transform: rotate(127deg);
  opacity: 0.04;
  z-index: -1;
}
h2 {
  font-size: 1.9rem;
  margin-bottom: 20px;
}
p {
  text-align: justify;
}
h3 {
  text-align: justify;
}
section#leistungen-page .list-wrapper ul li {
  text-align: justify;
}
html {
  scroll-padding-top: 100px;
}
.accordion-button {
  scroll-margin-top: 350px;
}
html, body {
  scroll-margin: 350px !important;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */