/* ----------------------------------
Loading
----------------------------------
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/loading.gif') center no-repeat #fff;
}
/*-------------------------------------------------
      Allgemein
---------------------------------------------------*/
body {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  background-color: #ffffff;
  color: #333;
}

body>#vue-app, body>#vue-error, .page-content {
  background-color: #ffffff;
}

.wrapper-main>header {
  box-shadow: none;
}

p, table, ul, ol {
  color: #333;
  font-size: 14px;
  font-family: "Arial", Arial, sans-serif;
}

ul {
  list-style: inside;
  padding-left: 10px;
}

img {
  max-width: 100%;
}

a:hover,
a:focus {
  color: #0f6041;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 48px;
}

h2 {
  text-transform: none;
  font-size: 28px;
}

h2.zweiFarbig {
  font-weight: bold;
}

.white {
  color: #fff;
}

.orange {
  color: #dc5531;
}

.container-max {
  max-width: 1080px;
}

.wrapper-main>header {
  background-color: #ffffff;
}

.wrapper-main #page-body {
  margin: 100px 0;
  position: relative;
  overflow:visible;
}

.wrapper-main #page-body.isNormalContent,
.wrapper-main #page-body.isCheckout {
  margin: 50px 0;
  position: relative;
}

.wrapper-main #page-body .home {
  margin-top: -100px;
}

.m-minus-15 {
  margin: 0 -15px;
}

#loginMo a,
.btn {
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 6px;
  padding: 14px;
  border: none;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #dc5531;
}

.btn.paypalSmartButtons {
  padding: 0;
  background: transparent
}

.btn.paypalSmartButtons:hover {
  padding: 0;
  background: transparent
}
.paypalSmartButtons >div {
  margin: 0 !important;
}

.myaccount .btn {
  font-size: 14px;
  padding: 13px;
  line-height: 10px;
}

.btn.btn-medium {
  width: auto;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active {
  color: #fff;
  background-color: #0f6041;
}

.basket-preview-wrapper .price-box .btn-sm,
.checkout .price-box .btn-sm,
.basket .price-box .btn-sm {
  background: transparent;
  font-size: 10px;
}

.basket-preview-wrapper .qty-btn-container .qty-btn,
.checkout .qty-btn-container .qty-btn,
.basket .qty-btn-container .qty-btn {
  color: #7a7f7f;
}

.btn>.fa {
  float: none;
}

.fa-caret-right:before {
  content: "\f105";
}

.owl-carousel .owl-single-item-control {
  font-size: 1.5rem;
  padding: 10px;
}

.qty-box {
  height: 50px;
}

.qty-box .qty-input {
  border-radius: 6px 0 0 6px;
  background: #fff;
}

.qty-box .qty-btn-container {
  border-radius: 0 6px 6px 0;
}

.menu-is-visible #tsbadge4_db8d3657bdbe440c985ae127463eaad4,
.overlayed #tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
  z-index: 0 !important;
}

.cookie-bar .hidden {
  display: none !important;
}

.pipe {
  height: 1em;
  border-left: 1px solid #b2b1a7;
  margin: 0 10px;
}

/*-------------------------------------------------
      Header
---------------------------------------------------*/
header>div>.container-max {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

header #topBar {
  border-bottom: 2px solid #0f6041;
  padding: 7px 0;
}

header #topBar .orange {
  color: #da5531;
  text-transform: uppercase;
  font-weight: bold;
}

header #topBar .time {
  font-weight: bold;
  padding-left: 20px;
  text-transform: uppercase;
}

header #topBar .time .fa {
  padding-right: 5px;
}

header #topBar .time.green {
  color: #0f6041;
}

header #topBar .time.red {
  color: #da5531;
}

header #topBar #login-change a {
  color: #505050;
  text-transform: uppercase;
}

header #bottomBar,
header #topBar .d-flex {
  justify-content: space-between;
}

header #bottomBar {
  align-items: flex-end;
}

header #bottomBar .claim {
  font-weight: bold;
  font-size: 15px;
  color: #da5531;
}

header #bottomBar .search-box-shadow-frame {
  position: relative;
}

header #bottomBar .search-box-shadow-frame input {
  border-bottom: 1px solid #505050;
  height: 50px;
  width: 90%;
  width: calc(100% - 45px);
  padding: 0 15px;
}

header #bottomBar .search-box-shadow-frame .search-submit {
  background: #fff;
  height: 50px;
  padding: 0;
}

header #bottomBar #basket a {
  color: #505050;
  font-size: 15px;
  text-transform: uppercase;
}

header #bottomBar #basket a .badge {
  font-weight: bold;
  font-size: 100%;
}

header .account-menu {
  z-index: 9999;
  padding: 0;
}

header .account-menu .list-group-item {
  padding: 10px;
  border: 0;
  text-align: center;
  border-bottom: 2px solid #eee;
}

header .account-menu .list-group-item:last-child {
  border-bottom: 0;
}

header .account-menu .list-group-item .fa-user {
  font-size: 15px !important;
  top: 1px !important;
}
header #topMarken {
  width: 275px;
}
header #topMarken .wrapTop {
  position: relative;
  top: 10px;
  z-index: 1;
}
header #topMarken .wrapBottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #eb7946;
  background: -moz-linear-gradient(top, #eb7946 0%, #dc5531 100%);
  background: -webkit-linear-gradient(top, #eb7946 0%, #dc5531 100%);
  background: linear-gradient(to bottom, #eb7946 0%, #dc5531 100%);
  display: flex;
  padding: 10px 0;
  position: relative;
}
header #topMarken .wrapBottom a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  color: #fff !important;
  padding: 0px 12px;
  display: block;
  text-align: center;
  font-size: 13px;
}
header #topMarken .wrapBottom a:not(:last-child) {
  border-right: 1px solid #fff;
}
header #topMarken .wrapBottom a:hover {
  text-decoration: none;
}
nav.navbar.megamenu {
  background: #eb7946;
  background: -moz-linear-gradient(top, #eb7946 0%, #dc5531 100%);
  background: -webkit-linear-gradient(top, #eb7946 0%, #dc5531 100%);
  background: linear-gradient(to bottom, #eb7946 0%, #dc5531 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7946', endColorstr='#dc5531', GradientType=0);
  text-transform: uppercase;
  height: 70px;
  padding: 0;
}
nav.navbar.megamenu > .container-max {
  justify-content: center;
}
#mainNavbarCollapsable ul.mainmenu #cat-1901 {
  display: none;
}
#mainNavbarCollapsable ul.mainmenu {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

#mainNavbarCollapsable .dropdown {
  padding: 0;
}

#mainNavbarCollapsable ul.mainmenu>li>a {
  z-index: 1005;
  float: left;
  padding: 22px 26.3px 23px;
  border-right: 1px solid #fff;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

#mainNavbarCollapsable ul.mainmenu>li:last-child>a {
  border-right: 0;
}

.edge #mainNavbarCollapsable ul.mainmenu>li.ddown>a,
.ie #mainNavbarCollapsable ul.mainmenu>li.ddown>a {
  font-size: 17px;
}

#mainNavbarCollapsable ul.mainmenu>li:first-child.ddown>a {
  border-left: 1px solid #d23720;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li:hover,
.no-touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li:hover,
.touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li.hover {
  background-color: #0f6041;
}

#mainNavbarCollapsable ul.mainmenu>li.ddown>a:after {
  content: none;
}

.wrapper-main>nav.container-max {
  top: 0;
  position: relative;
  z-index: 1;
  background: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}

.wrapper-main .breadcrumb {
  max-width: 1080px;
  width: 100%;
  background-color: transparent !important;
  padding-left: 0;
}

.wrapper-main .breadcrumb.isNormalContent {
  top: 5px;
}

.wrapper-main .breadcrumb li a {
  color: #333;
}

.wrapper-main .breadcrumb li.active span {
  color: #dc5531;
}

.mobile-navigation ul.breadcrumb li.backToHome a {
  color: #fff;
}

.mobile-navigation ul.breadcrumb li.backToHome a::before {
  content: none !important;
}

.mobile-navigation ul.breadcrumb li.backToHome {
  pointer-events: auto;
}

.mobile-navigation ul.breadcrumb li a:hover,
.mobile-navigation ul.breadcrumb li a:focus,
.mobile-navigation ul.breadcrumb li a:hover {
  text-decoration: underline;
}

@media(min-width: 1201px) {
  .hidden-big {
    display: none;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu ul.dropdown.level0 {
    top: 100%;
    border: 1px solid #dcdbd7;
    background: #fff;
    z-index: 99;
    display: flex;
    width: 130%;
    left: -15%;
}

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu ul.dropdown.level0 li.level1 {
    display: block;
    padding: 0 15px 20px;
    border-right: 1px solid #ddd
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu ul.dropdown.level0 li.level1>a {
    border-bottom: 1px solid #dc5531;
    text-transform: none;
    min-height: 55px;
    line-height: 18px;
    color: #dc5531;
    font-weight: bold;
    padding: 10px 0;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li.level1 img {
    margin: 5px 0;
    border: 1px solid #eee;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu ul.dropdown.level1 li.level2>a {
    padding: 5px 15px;
    color: #000 !important;
    font-weight: 100;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu ul.dropdown.level2 {
    display: none;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li a {
    text-transform: none;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li.level1 {
    min-height: 200px;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li .level2 {
    border-bottom: 1px solid #ddd;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li .level2:last-child {
    border-bottom: 0;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown {
    -webkit-columns: 5 200px;
    columns: 5 200px;
  }

  .no-touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li a:hover,
  .touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu>li>ul.dropdown>li a.hover {
    color: #0f6041 !important;
    text-decoration: underline;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu li.bt-more a {
    display: block;
    padding: 8px 15px;
  }

  .basketMobile {
    display: none !important;
  }
}

/*-------------------------------------------------
      Footer
---------------------------------------------------*/
footer {
  color: #fff;
  background: #333;
  font-size: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
}

footer h4 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #fff;
  clear: both;
}

footer a, footer p {
  color: #fff;
}

footer .row .col-12:first-child .list-unstyled li a::before {
  content: '\f105';
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin-right: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer .icons li {
  background: #d5d5d3;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  width: 25%;
  width: -webkit-calc(25% - 10px);
  width: -moz-calc(25% - 10px);
  width: calc(25% - 10px);
  height: 46px;
  vertical-align: middle;
  margin-bottom: 10px;
  text-align: center;
  line-height: 46px;
  font-size: 11px;
  min-width: 60px;
  min-height: 40px;
}

footer .icons li.siegel {
  background: transparent;
  width: auto;
  height: auto;
  float: right;
}

footer .icons li a {
  color: #333;
}

footer .icons li:hover, footer .icons li:focus {
  opacity: 0.6;
}

footer .icons li img {
  height: auto;
  max-width: 100%;
}

footer .icons p {
  clear: both;
}

footer .footerBottom {
  padding-top: 70px;
  text-align: center;
  ;
}

footer .footerBottom p, footer .footerBottom a {
  color: #747473;
  font-size: 14px;
  margin-top: 15px;
}

footer .footerBottom img {
  width: 200px;
  display: inline-block;
  padding: 0 20px;
}

footer .footerBottom .line::before, footer .footerBottom .line::after {
  content: ' ';
  display: inline-block;
  border-top: 1px solid #747473;
  width: 50%;
  width: -webkit-calc(50% - 110px);
  width: -moz-calc(50% - 110px);
  width: calc(50% - 110px);
}

footer .contact-card .fa, footer .fa-facebook-square, footer .fa-instagram {
  font-size: 20px;
  padding-right: 30px;
}

footer .footer-content .row .fa-facebook-square, footer .footer-content .row .fa-instagram {
  position: relative;
  top: 2px;
}

footer .contact-address {
  border-bottom: 1px solid #565656;
  margin-bottom: 0;
  line-height: 18px;
  padding-bottom: 10px;
}

footer .contact-address span:nth-child(4) {
  padding-left: 30px;
}

footer .contact-address .fa {
  position: relative;
  top: 4px;
}

footer .m-y-0 {
  border-bottom: 1px solid #565656;
  padding: 10px 0;
  margin: 0;
}

footer .m-y-0 span {
  position: relative;
  top: -2px;
}

footer a:hover {
  color: #dc5531;
}

/*-------------------------------------------------
      Instagram Fahne
---------------------------------------------------*/
footer .faehnchen {
  padding: 45px 8px;
  width: 70px;
  height: 275px;
  background-color: #dc5531;
  border: 2px solid white;
  border-radius: 25px 0 0 25px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 999999;
}

footer #faehnchen .faehnchen {
  position: fixed;
  right: 0px;
  top: 150px;
}

footer #newsfaehnchen .faehnchen {
  position: fixed;
  right: 0px;
  top: 450px;
  padding: 57px 8px;
  background-color: #0f6041;
}

footer .faehnchen .follow-box {
  width: 130px;
  height: 130px;
  position: relative;
  top: 50px;
  right: 38px;
}

footer .faehnchen .follow-box .follow {
  transform: rotate(270deg);
  margin-left: 0px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}

footer #newsfaehnchen .faehnchen .follow-box .follow {
  white-space: nowrap;
}

footer .faehnchen .follow-box .follow span {
  font-size: 21px;
}

footer .faehnchen .fa-paper-plane,
footer .faehnchen .fa-instagram {
  padding: 0;
  margin-top: 10px;
  font-size: 40px;
  display: block;
}

footer .faehnchen .fa-paper-plane {
  font-size: 33px;
}

footer .faehnchen:hover,
footer .faehnchen:active,
footer .faehnchen:focus,
footer .faehnchen:visited {
  background-color: #0f6041;
  color: white;
  outline: none;
}

footer #newsfaehnchen .faehnchen:hover,
footer #newsfaehnchen .faehnchen:active,
footer #newsfaehnchen .faehnchen:focus,
footer #newsfaehnchen .faehnchen:visited {
  background-color: #dc5531;
}

.modal-footer.newsletter-box {
  justify-content: flex-start;
}

.modal-footer.newsletter-box p {
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
}

.modal-footer.newsletter-box p a {
  display: block;
}

/*-------------------------------------------------
      Startseite
---------------------------------------------------*/
/*Slider*/
#Slider {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/hund-im-gras.jpg') no-repeat center center;
  background-size: cover;
  padding: 0 0 40px;
}

#Slider #startSlider {
  border-radius: 20px;
  border: 10px solid #fff;
  overflow: hidden;
  box-shadow: 0px 0px 9px #0000007a;
  margin-top: 40px;
  margin-bottom: 20px;
}

#Slider #startSlider .carousel-indicators li {
  height: 50px;
  background: #333;
  opacity: 1;
  width: 150px;
  flex: 0 0 150px;
  text-indent: 0;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  margin: 0 5px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#Slider #startSlider .carousel-indicators li.active,
#Slider #startSlider .carousel-indicators li:hover,
#Slider #startSlider .carousel-indicators li:focus,
#Slider #startSlider .carousel-indicators li:active {
  background: #dc5531
}

#Slider .produktHits,
#Slider .tierpunkt {
  border-radius: 20px;
  border: 10px solid #fff;
  overflow: hidden;
  box-shadow: 0px 0px 9px #0000007a;
  background: #fff;
  align-items: center;
  height: 100%;
}

#Slider .produktHits {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#Slider .tierpunkt {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row-reverse;
}

#Slider .produktHits>div,
#Slider .tierpunkt>div {
  flex: 0 0 50%;
  max-width: 50%;
}

#Slider .produktHits .text,
#Slider .tierpunkt .text {
  text-align: center;
  padding: 0 15px;
}

#Slider .produktHits .text p,
#Slider .tierpunkt .text p {
  font-size: 19px;
}

#Slider .produktHits .text .text-link,
#Slider .tierpunkt .text .text-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
}

#Slider .tierpunkt .text .text-link {
  color: #0f6041;
}

#Slider .tierpunkt .text .text-link:hover,
#Slider .tierpunkt .text .text-link:focus,
#Slider .tierpunkt .text .text-link:active {
  color: #dc5531;
}

#Slider .produktHits .headline {
  background: #dc5531;
  padding: 20px;
}

#Slider .tierpunkt .headline {
  background: #0f6041;
  padding: 10px;
}

#Slider .produktHits .headline img,
#Slider .tierpunkt .headline img {
  width: 100%;
  height: auto;
}

/* Neuheiten*/
.neuheiten {
  position: relative;
  margin-top: 50px;
}

.neuheiten #headlineNeuheiten {
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: 9;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.neuheiten .itemBg {
  background: #f2f2f2;
  background-size: auto auto;
  background-size: auto 100%;
  padding: 20px;
}

@media(min-width:401px) {
  .neuheiten .itemBg.doc-r {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/doc-r-bestseller.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.hund,
  .neuheiten .itemBg.hunde {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/hund-futter.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.katzen {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/katze-ist-katzenfutter.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.reptilien {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/reptilien.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.vogel {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/wellensittiche.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.pferde {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/pferde.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.hamster {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/hamster-futtert.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.nager-und-heimtiere {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kanninchen.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg.chinchilla {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/chinchilla.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg .frettchen {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/frettchen.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }

  .neuheiten .itemBg .meerschwein {
    background: url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/meerschweinchen-produkt.jpg) #f2f2f2 no-repeat top right;
    background-size: auto 100%;
  }
}

.neuheiten .cmp-product-thumb {
  max-width: 240px;
  margin: 60px 0 0;
}

.neuheiten .cmp-product-thumb img {
  max-height: 160px !important;
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: block;
}

.neuheiten .cmp-product-thumb .thumb-image {
  padding: 0;
  height: 170px;
}

.neuheiten .cmp-product-thumb .thumb-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.neuheiten .cmp-product-thumb .owl-carousel,
.neuheiten .cmp-product-thumb .owl-stage-outer,
.neuheiten .cmp-product-thumb .owl-stage,
.neuheiten .cmp-product-thumb .owl-item {
  max-height: 200px !important;
}

.neuheiten .cmp-product-thumb .price {
  margin-bottom: 0;
}

.neuheiten .cmp-product-thumb .thumb-title {
  padding-top: 0px;
}

.neuheiten .cmp-product-thumb .btn-group-basket,
.neuheiten .cmp-product-thumb .shortDesc {
  display: none;
}

.neuheiten .owl-nav {
  position: absolute;
  right: 0;
  bottom: 35px;
  width: 100px;
}

.neuheiten .owl-nav>div {
  font-size: 45px;
  opacity: 1;
  width: 50px;
  height: 50px;
  color: #dc5531;
}

.neuheiten .owl-nav>div:hover,
.neuheiten .owl-nav>div:focus,
.neuheiten .owl-nav>div:active {
  color: #0f6041;
}

/* Intro Text*/
.introText {
  text-align: center;
  padding: 70px 0 100px;
}

/*Top Produkte*/
#topProdukte {
  padding: 50px 0;
  background: #0f6041;
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/papagei-top-artikel.png') no-repeat right, linear-gradient(to right, #0f6041, #179464);
}

#topProdukte .section-header {
  padding: 0;
  background: transparent;
  position: relative;
  font-family: "Arial", Arial, sans-serif;
  text-align: center;
}

#topProdukte .section-header h2 {
  text-transform: none;
  margin-bottom: 50px;
  padding: 0;
  font-size: 40px;
  color: #fff;
}

#topProdukte .vat {
  color: #fff;
}

/*Info Boxen*/
.infoBoxen {
  padding: 70px 0;
}

.infoBoxen .box {
  border: 1px solid #eee;
  padding: 20px;
  height: 222px;
  position: relative;
  line-height: 17px;
}

.infoBoxen .box a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 6px;
  padding: 14px;
  border: none;
  background-color: #dc5531;
}

.infoBoxen .box a:hover, .infoBoxen .box a:focus {
  background-color: #0f6041;
}

.infoBoxen .box p {
  color: #333;
  font-size: 14px;
  font-family: "Arial", Arial, sans-serif;
}

.infoBoxen.row div:first-child .box {
  background: #0b5b38 url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/gecko-auf-stein.jpg') no-repeat bottom right;
  padding: 20px;
}

.infoBoxen.row div:first-child .box p {
  color: #fff;
}

.infoBoxen.row div:nth-child(2) .box {
  background: #fff url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/gecko.jpg') no-repeat;
}

.infoBoxen.row div:nth-child(3) .box {
  background: #fff url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/meerschweinchen.jpg') no-repeat;
}

/*-------------------------------------------------
      Artikelvorschau
---------------------------------------------------*/
.cmp-product-thumb {
  border-radius: 6px;
  border: 1px solid #eee;
}

.cmp-product-thumb .thumb-inner {
  padding: 20px;
  padding-bottom: 120px;
  position: relative;
  height: 100%;
}

.neuheiten .cmp-product-thumb .thumb-inner {
  padding-bottom: 0;
}

.cmp-product-thumb .thumb-inner .item-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
}

.neuheiten .thumb-inner .item-bottom {
  position: relative;
  padding: 0;
}

.cmp-product-thumb .thumb-image {
  margin-bottom: 20px;
}

.cmp-product-thumb .price {
  font-size: 35px;
  color: #dc5531;
  font-weight: bold;
  margin-bottom: 0px;
}

.cmp-product-thumb .price span {
  font-size: 50%;
}

.cmp-product-thumb .price-view-port {
  margin-left: auto;
}

.cmp-product-thumb .thumb-title {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  padding-top: 5px;
  min-height: 45px;
}

.cmp-product-thumb .thumb-content {
  padding: 20px;
}

.cmp-product-thumb .shortDesc {
  display: block;
  margin: 5px 0;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}

.cmp-product-thumb .thumb-content p:last-child {
  margin-bottom: 0;
}

.cmp-product-thumb .btn-group-basket {
  position: relative;
}

.cmp-product-thumb .btn-group-basket a:first-child {
  display: inline-block;
  color: #fff;
  background-color: #dc5531;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  padding-left: 15px;
  margin-right: 10px;
}

.cmp-product-thumb .btn-group-basket a:first-child:hover,
.cmp-product-thumb .btn-group-basket a:first-child:focus,
.cmp-product-thumb .btn-group-basket a:first-child:active {
  background-color: #0f6041;
}

.cmp-product-thumb .btn-group-basket .btn {
  background-color: #0f6041;
  width: calc(100% - 64px);
  margin-top: -6px;
}

.cmp-product-thumb .btn-group-basket .btn:hover,
.cmp-product-thumb .btn-group-basket .btn:focus,
.cmp-product-thumb .btn-group-basket .btn:active {
  background-color: #dc5531;
}

#add-item-to-basket-overlay .modal-cross-selling {
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
}

#add-item-to-basket-overlay .modal-cross-selling .cmp-product-thumb .btn-group-basket a:first-child,
#add-item-to-basket-overlay .modal-cross-selling .cmp-product-thumb .shortDesc {
  display: none;
}

#add-item-to-basket-overlay .modal-cross-selling .cmp-product-thumb .btn-group-basket .btn {
  width: 100%;
}

#add-item-to-basket-overlay .modal-cross-selling .cmp-product-thumb .price {
  font-size: 20px;
}

#add-item-to-basket-overlay .modal-cross-selling .headline {
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
}

#add-item-to-basket-overlay .modal-cross-selling .thumb-title {
  display: block;
  line-height: 1.2;
  margin: 10px 0;
  min-height: 30px;
}

#add-item-to-basket-overlay .modal-cross-selling .thumb-image {
  height: 150px;
  text-align: center;
}

#add-item-to-basket-overlay .modal-cross-selling .thumb-image img {
  max-height: 150px;
}

/*-------------------------------------------------
Artikeluebersicht
---------------------------------------------------*/
#twig-rendered-item-list {
  position: relative;
  z-index: 5;
}

.categoriegrid {
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}

.categoriegrid.hunde h1 {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kat-hunde.jpg') no-repeat left center;
  padding-left: 35px;
}

.categoriegrid.katzen h1 {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kat-katzen-sm.jpg') no-repeat left center;
  padding-left: 30px;
}

.categoriegrid.nager-und-heimtiere h1 {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kat-nager.jpg') no-repeat left center;
  padding-left: 35px;
}

.categoriegrid.reptilien h1 {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kat-reptilien.jpg') no-repeat left center;
  padding-left: 45px;
}

.categoriegrid.pferde h1 {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kat-pferde.jpg') no-repeat left center;
  padding-left: 35px;
}

.categoriegrid.vogel h1 {
  background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/kat-vogel.jpg') no-repeat left center;
  padding-left: 45px;
}

.category-bg img {
  position: absolute;
  right: 0;
  width: auto;
  height: 400px;
  margin-top: -100px;
}

.category-bg-down img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 400px;
  margin-top: -70px;
  z-index: 1;
}

.sidebar-categories li {
  position: relative;
}

.sidebar-categories li .fa {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 0;
  width: 30px;
  height: 100%;
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
}

.sidebar-categories .level1>li>a {
  background-color: #dc5531 !important;
  border-bottom: 1px solid #ce331d !important;
  border-right: 1px dotted #ce331d !important;
  color: #fff !important;
  font-size: 14px;
  padding: 15px 10px;
  position: relative;
  text-transform: uppercase;
}

.sidebar-categories .level1>li>.fa {
  background: #dc5531;
  border-bottom: 1px solid #ce331d;
  color: #fff;
  height: 100%;
}

.sidebar-categories .level1>li.active>a,
.sidebar-categories .level1:hover>li>a,
.sidebar-categories .level1:focus>li>a,
.sidebar-categories .level1>li.active>.fa,
.sidebar-categories .level1:hover>li>.fa,
.sidebar-categories .level1:focus>li>.fa {
  background-color: #0f6041 !important;
  border-bottom: 1px solid #0f6041 !important;
  color: #fff;
}

.sidebar-categories .level2>li>a,
.sidebar-categories .level3>li>a {
  background-color: #f4f4f4;
  color: #0f6041;
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.sidebar-categories .level2>li>.fa {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 12px 0;
}

.sidebar-categories .level2>li.active>a,
.sidebar-categories .level2:hover>li>a,
.sidebar-categories .level2:focus>li>a,
.sidebar-categories .level2>li.active>.fa,
.sidebar-categories .level2:hover>li>.fa,
.sidebar-categories .level2:focus>li>.fa,
.sidebar-categories .level3>li.active>a,
.sidebar-categories .level3:hover>li>a,
.sidebar-categories .level3:focus>li>a,
.sidebar-categories .level3>li.active>.fa,
.sidebar-categories .level3:hover>li>.fa,
.sidebar-categories .level3:focus>li>.fa {
  background-color: #333;
  border-bottom: 1px solid #333;
  color: #fff;
}

.sidebar-categories .level-3 li a {
  padding-left: 20px !important;
}

.sidebar-categories .level-4 li a {
  padding-left: 40px !important;
}

.sidebar-categories .nav-item li.parent {
  position: relative;
  display: block;
}

.sidebar-categories .nav-item li.parent>a {
  width: calc(100% - 30px);
}

.sidebar-categories li.active>ul {
  display: block !important;
}

.sidebar-categories .level-2.navActive>li>.fa::before,
.sidebar-categories .level-3.navActive>li>.fa::before,
.sidebar-categories .nav-item.open>.fa::before,
.sidebar-categories .nav-item.active>.fa::before {
  content: "\f107";
}

#category-description-container {
  background: rgba(255, 255, 255, 0.8);
}

#category-description-container h2 {
  font-size: 28px;
  text-transform: none;
  margin: 12px 0;
  font-weight: 300;
  line-height: 36px;
}

.categoriegrid .list-controls .list-itemsperpage {
  padding-left: 0;
}

.categoriegrid .list-controls {
  margin-bottom: 20px;
}

.categoriegrid .list-controls .filter-wrapper {
  display: inline-block;
}

.categoriegrid .list-controls .filter-toggle {
  top: 0;
  -webkit-transform: none;
  transform: none;
  position: relative;
  left: 0;
  padding: 7px 14px;
  font-size: 14px;
  border-radius: 0;
}

.categoriegrid .list-controls select,
.categoriegrid .list-controls .filter-toggle {
  height: 38px;
}

.categoriegrid .list-controls .filter-collapse {
  left: 15px;
  border: 1px solid #ddd !important;
  background: #fff;
  padding: 0
}

.categoriegrid .list-controls .selected-filters {
  float: left;
}

.form-check {
  position: relative;
  display: block;
}

.filter-collapse .h3 {
  line-height: 30px;
}

.filter-collapse .form-check-label {
  background-color: transparent !important;
}

.filter-collapse .card {
  border: 0 !important;
}

.filter-collapse .fa-times {
  padding-right: 5px;
}

.filter-badge {
  position: absolute;
  display: inline-block;
  font-size: 0.85rem;
  background: #f4f4f4;
  padding: 0.1rem 0;
  color: #7a7f7f;
  right: 0.5rem;
  text-align: center;
  min-width: 3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.categoriegrid .list-controls .filter-collapse .page-content {
  background: transparent;
  padding: 15px !important;
  border: 0;
  margin: 0;
}

.categoriegrid .list-controls .filter-collapse .page-content .form-check-body {
  max-height: 340px;
  overflow-y: auto;
}

.categoriegrid .list-controls .filter-collapse .card .form-check .form-check-label {
  padding: 0 !important
}

.categoriegrid .list-controls .filter-collapse .card .form-check .form-check-input:checked+label {
  padding-left: 0px !important;
}

.filter-collapse .card .form-check .form-check-input:checked+label::before {
  font-family: "FontAwesome";
  content: "\f046";
  opacity: 1;
}

.categoriegrid .list-controls .item-filter-price {
  display: block !important
}

.categoriegrid .list-controls .item-filter-price>.input-group {
  margin-right: 0;
  margin-bottom: 10px;
}

.categoriegrid .list-controls .item-filter-price .btn {
  padding: 5px 10px !important;
}

.categoriegrid .list-controls .item-filter-price .input-group-text {
  height: 35px;
  padding: 13px;
}

.categoriegrid .list-controls .item-filter-price input {
  height: 35px;
}

.categoriegrid h2.topArt {
  font-size: 40px;
  text-transform: none;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 50px;
}

.cmp-paginator {
  line-height: 22px;
  padding: 0.5rem;
}

.cmp-paginator .page-link {
  padding: 0.5rem 1rem;
}

.categoryOverview {
  margin-bottom: 50px;
}

.categoryOverview>img {
  max-width: 270px;
  margin: 20px auto 0;
  display: block;
}

.categoryOverview .headline {
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.categoryOverview .headline img:first-child,
.categoryOverview .headline img:nth-child(3) {
  flex: 0 0 270px;
  max-width: 270px;
}

.categoryOverview .headline img:nth-child(2) {
  flex: 0 0 230px;
  max-width: 230px;
  padding: 0 20px;
}

.categoryOverview ul {
  margin: 10px -5px;
  padding: 0;
  justify-content: center;
}

.categoryOverview ul li {
  list-style: none;
  margin-bottom: 20px;
  padding: 0 5px;
}

.categoryOverview ul li.hide {
  display: none;
}

.categoryOverview ul li.hide.show {
  display: block;
}

.categoryOverview ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 5px #00000085;
  background-color: #f5f5f5;
  text-align: center;
  color: #505050;
  height: 100%;
  width: 100%;
  font-weight: bold;
  line-height: 17px;
  padding: 10px;
}

.categoryOverview ul li a span {
  hyphens: auto;
}

.categoryOverview ul li a:hover,
.categoryOverview ul li a:focus,
.categoryOverview ul li a:active {
  background: #0f6041;
  color: #fff;
}

.categoryOverview .showMore {
  display: block;
  padding: 10px;
  background: #dc5531;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  width: 230px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer
}

.categoryOverview .showMore:hover,
.categoryOverview .showMore:focus,
.categoryOverview .showMore:active {
  background: #0f6041;
}

.isSearch .list-wrapper nav {
  margin-left: auto;
  margin-right: 5px;
}

.isSearch .list-wrapper nav ul {
  margin-bottom: 0;
  margin-top: 9px;
}

.cmp-product-thumb .prices {
  display: block;
}

.basket-open footer .faehnchen {
  display: none;
}

.basket-open div[id^='trustbadge-container-'] {
  display: none;
}

div[id^='minimized-trustbadge-'] {
  bottom: 10px !important
}

.categoriegrid .vat {
  text-align: right;
}

.pagination {
  margin-bottom: 0;
  margin-top: 3px;
}

.paginatonBottom {
  padding: 8px;
  margin-left: auto;
}

.paginatonBottom ul {
  padding-right: 0px;
}

/* Partner */
.partner {
  margin-top: 30px;
}

.partner p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #eee;
  padding: 15px 10px;
  text-transform: uppercase;
}

.partner img {
  border: 1px solid #eee;
  border-top-color: rgb(238, 238, 238);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  margin-top: -12px;
  width: 100%;
  padding: 20px;
}

.trustedSticker {
  margin-top: 30px;
}

/*-------------------------------------------------
      SingleItem
---------------------------------------------------*/
.single {
  position: relative;
  z-index: 2;
  background: transparent
}

.single #single-carousel {
  background: #fff;
}

.singleItemInfo #single-carousel img {
  display: block;
  margin: 0 auto;
}

.itemListHeadline, .single .reviewContainer {
  margin-top: 30px;
}

.singleItemInfo .singItemArticle {
  background: #dc5531;
  background: -moz-linear-gradient(-45deg, #dc5531 0%, #f49053 100%);
  background: -webkit-linear-gradient(-45deg, #dc5531 0%, #f49053 100%);
  background: linear-gradient(135deg, #dc5531 0%, #f49053 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc5531', endColorstr='#f49053', GradientType=1);
  padding: 30px;
  margin: 0 0 30px 0;
  border-radius: 25px;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: normal;
  border: 10px solid #fff;
  box-shadow: 0px 0px 4px #333
}

.singleItemInfo .singItemArticle::after {
  display: table;
  clear: both;
  content: " ";
}

.singleItemInfo .single-leftside {
  padding-left: 0;
}

.singleItemInfo hr,
.singleItemInfo .cartBtn {
  clear: both;
}

.singleItemInfo hr {
  border-style: dotted;
}

.singleItemInfo h1 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}

.singleItemInfo p.articlenumber,
.singleItemInfo p.availability,
.singleItemInfo #prices-left,
.singleItemInfo #prices-right {
  float: left;
  width: 50%;
  color: #fff;
}

.singleItemInfo #prices-left,
.singleItemInfo #prices-right {
  margin-top: 10px;
}

.singleItemInfo #prices-right span {
  font-size: 85%;
}

.singleItemInfo .price {
  font-size: 40px;
  font-weight: normal;
}

.singleItemInfo .vat,
.singleItemInfo .vat a {
  color: #fff;
  font-size: 12px;
}

.singleItemInfo .vat a {
  text-decoration: underline;
}

.singleItemInfo .cartBtn {
  padding-top: 40px;
}

.singleItemInfo .cartBtn .btn {
  background-color: #333;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.singleItemInfo .cartBtn .btn:hover,
.singleItemInfo .cartBtn .btn:focus,
.singleItemInfo .cartBtn .btn:active {
  background-color: #777;
}

.singleItemInfo .cartBtn .qty-box .btn {
  color: #7a7f7f;
  background-color: #e9ecef;
}

.singleItemInfo .cartBtn .qty-box .btn.disabled {
  opacity: 1;
}

.add-to-basket-container .quantity-input-container {
  margin-right: 0;
}

#itemDesc {
  padding: 0 40px;
}

#hotlineBox {
  border-radius: 25px;
  border: 10px solid #fff;
  box-shadow: 0 0 5px #00000085;
  background-color: #f5f5f5;
  text-align: center;
  color: #505050;
  padding: 10px;
}

#hotlineBox p {
  font-weight: bold;
  margin: 5px 0;
}

.lieferHinweis {
  padding: 0 55px;
  font-style: italic;
  line-height: 17px;
  margin-bottom: 30px;
}

#topProdukte .cmp-product-thumb,
.crossArt .cmp-product-thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .singleItemInfo #single-carousel img {
    height: 300px;
  }

  .singleItemInfo .owl-thumbs .owl-thumb {
    height: 3em;
  }
}

/*-------------------------------------------------
      Warenkorbvorschau
---------------------------------------------------*/
.wrapper.wrapper-right {
  z-index: 999999999999 !important;
}

.basket-item-container .meta-container-wrapper .btn.item-remove-button {
  text-transform: none;
  font-size: 12px;
  color: #989898 !important;
}

.basket-item-container .meta-container-wrapper .btn.item-remove-button:hover,
.basket-item-container .meta-container-wrapper .btn.item-remove-button:focus,
.basket-item-container .meta-container-wrapper .btn.item-remove-button:active {
  color: #0f6041;
}

.basket-preview .totals {
  font-size: 100%;
}

.basket-preview-wrapper a.item-name {
  display: block;
  font-size: 13px;
  line-height: 15px;
}

.basket-item-container .meta-container-wrapper .item-name {
  line-height: 15px;
  display: block;
  margin-bottom: 10px;
}

.basket-item-container .meta-container-wrapper .item-small-prices {
  line-height: 15px;
}

/*-------------------------------------------------
      Warenkorb / Checkout
---------------------------------------------------*/
.basket .cmp-coupon .form-control,
.checkout .cmp-coupon .form-control {
  line-height: 34px;
  border-radius: 6px 0 0 6px;
}

.checkout .basket-item-container.basket-small {
  padding: 10px 0;
}

.basket .btn,
.checkout .btn {
  font-size: 13px;
}

.basket .input-group-btn .btn,
.checkout .input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.basket .cmp .form-control,
.checkout .cmp .form-control {
  height: 50px !important
}

.basket .btn.btn-checkout,
.checkout .btn.btn-success {
  font-size: 18px;
  background-color: #0f6041;
}

.basket .btn.btn-checkout:hover,
.basket .btn.btn-checkout:focus,
.basket .btn.btn-checkout:active,
.checkout .btn.btn-success:hover,
.checkout .btn.btn-success:focus,
.checkout .btn.btn-success:active {
  background-color: #64a71a;
  border: 0;
}

.basket .item-edit .btn,
.checkout .item-edit .btn,
.basket .item-remove .btn,
.checkout .item-remove .btn {
  padding: 6px 0;
  text-align: center;
}

.checkout .cmp-method-list.list .icon {
  display: none;
}

.checkout .checkout-rightside .form-check input[type="checkbox"] {
  margin-top: 6px;
}

/*-------------------------------------------------
    Tierarzt Ratgeber
---------------------------------------------------*/
.sidebar-categories-content>ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.sidebar-categories-content>ul>li>a {
  display: block;
  background-color: #dc5531;
  border-bottom: 1px solid #ce331d;
  color: #fff;
  font-size: 14px;
  padding: 15px 10px;
  position: relative;
  text-transform: uppercase;
}

.sidebar-categories-content>ul>li.active>a,
.sidebar-categories-content>ul>li>a:hover,
.sidebar-categories-content>ul>li>a:focus,
.sidebar-categories-content>ul>li>a:active {
  background-color: #0f6041;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

.block-categories-content>.row>.col-12 {
  margin-bottom: 10px;
}

.block-categories-content .box {
  border: 1px solid #eee;
  padding: 15px;
  height: 100%;
}

.block-categories-content .box p {
  font-weight: bold;
}

.block-categories-content .box:hover,
.block-categories-content .box:focus,
.block-categories-content .box:active {
  background-color: #dc5531;
}

.block-categories-content .box:hover a,
.block-categories-content .box:focus a,
.block-categories-content .box:active a,
.block-categories-content .box:hover p,
.block-categories-content .box:focus p,
.block-categories-content .box:active p {
  color: #fff;
}

.side_cat_1806,
.side_cat_1808,
.side_cat_1809,
.side_cat_1810,
.side_cat_1817,
.side_cat_1850,
.side_cat_641,
.side_cat_638,
.side_cat_639,
.side_cat_640 {
  display: none;
}

/*-------------------------------------------------
    Content Seiten
---------------------------------------------------*/
.isContent .icon-text-list {
  list-style: none;
  padding: 0;
}

.isContent .icon-text-list li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.isContent .icon-text-list li .fa,
.isContent .icon-text-list li img,
.isContent .icon-text-list li .icon {
  background-color: #fff;
  border: 1px solid #dc5531;
  color: #dc5531;
  display: inline-block;
  font-size: 12px;
  height: 48px;
  letter-spacing: -0.01em;
  line-height: 46px;
  margin-right: 15px;
  min-width: 70px;
  padding: 0 4px;
  text-align: center;
  text-transform: uppercase;
  width: 126px;
}

.isContent .icon-text-list li img {
  height: auto;
  padding: 10px;
}

.isContent .icon-text-list li .fa {
  font-size: 30px;
}

.isContent .icon-text-list li .icon img {
  max-width: 70%;
}

.cr_site {
  margin: 0;
  padding: 75px 0 0 0;
  text-align: center;
  background-color: #eeeeee;
}

.cr_font {
  font-size: 14px;
  font-family: Arial;
}

.cr_body h2, .cr_header h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.cr_body h1, .cr_header h2 {
  font-size: 28px;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
}

.cr_page {
  margin: 0 auto 10px auto;
  text-align: left;
  border-radius: 4px;
}

.cr_header {
  text-align: center;
  background: transparent !Important;
}

.cr_body label {
  float: none;
  clear: both;
  display: block;
  width: auto;
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  position: relative;
}

.cr_button {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  height: 32px;
  margin: 5px 5px 0 0;
  padding: 0 22px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
  border: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  vertical-align: top;
}

.cr_button {
  background-color: #dc5531;
  color: #ffffff;
}

.cr_button:hover, .cr_button-small:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.powered {
  padding: 20px 0;
  width: 560px;
  margin: 0 auto;
}

.formbox {
  line-height: 150%;
  font-family: Helvetica;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 6px 6px 6px 6px;
}

.cr_ipe_item label {
  line-height: 150%;
  font-size: 14px;
}

.cr_ipe_item textarea {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #aaa;
  font-family: Helvetica;
  font-size: 16px;
}

.cr_ipe_item input {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #aaa;
  padding: 5px;
  font-family: Helvetica;
  font-size: 16px;
}

.cr_ipe_item select {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #aaa;
  display: block;
  margin: 0;
  padding: 5px;
  width: 100%;
  font-family: Helvetica;
  font-size: 16px;
}

.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {
  -moz-binding: none;
  -moz-box-sizing: border-box;
  background-color: -moz-field !important;
  border: 2px inset threedface !important;
  color: -moz-fieldtext !important;
  cursor: default;
  height: 13px;
  padding: 0 !important;
  width: 13px;
}

.cr_ipe_item input.cr_ipe_radio {
  -moz-appearance: radio;
  border-radius: 100% 100% 100% 100% !important;
  margin: 3px 3px 0 5px;
}

.submit_container {
  text-align: center
}

.cr_ipe_item {
  margin: 0 0 10px;
}

.cr_ipe_item.inactive {
  display: none;
}

.imprint {
  font-size: 0.8em;
}

.cr_captcha {
  padding-left: 130px;
}

.cr_error {
  font-size: 1.1em;
  padding: 10px;
}

.clever_form_error {
  background-color: #f99;
  color: #000;
  border: 1px solid #f22 !important
}

.clever_form_note {
  margin: 26px 0 0 3px;
  position: absolute;
  display: inline;
  padding: 2px 4px;
  font-weight: bold;
  background-color: #f2ecb5;
  color: #000;
  font-size: 12px !important;
}

.cr_site {
  background-color: #eee;
}

.cr_header {
  color: #000000;
}

.cr_body {
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
}

.cr_hr {
  background-color: #ccc;
}

.cr_site a {
  color: #0084ff;
}

.imprint {
  color: #000;
}

.badge.cr_page {
  display: block;
  margin: 20px auto 0;
}

.cr_site {
  background-color: #ffffff;
}

.cr_header {
  color: #000000;
}

.cr_body {
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
}

.cr_hr {
  background-color: #ccc;
}

.cr_site a {
  color: #0084ff;
}

.imprint {
  color: #000;
}

/*-------------------------------------------------
    Landingpage LadengeschÃƒÆ’Ã‚Â¤ft
---------------------------------------------------*/
.category-1907 .wrapper-main #page-body {
	margin: 0;
}
.category-1907 .container-max.isContent {
	max-width: 100%;
	padding: 0;
}

.category-1907 .wrapper-main #page-body.isNormalContent {
	margin: 0;
}

.category-1907 h2 {
  color: #dc5531;
  margin-bottom: 30px;
}

.category-1907 h3 {
  color: #dc5531;
}

.category-1907 .laden-button {
  background-color: #dc5531;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}

.category-1907 .laden-button:hover {
  background-color: #fff;
  color: #0f6041;
}

.category-1907 .laden-tiermedizin-text .laden-button:hover {
  background-color: #0f6041;
  color: #fff;
}



.category-1907 .laden-button-left {
  background-color: #dc5531;
  color: white;
  padding: 10px 20px;
  border-radius: 8px 0px 0px 8px;
  display: inline-block;
  margin-top: 30px;
}

.category-1907 .laden-button-middle {
  background-color: #0f6041;
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  display: inline-block;
  margin-top: 30px;
}

.category-1907 .laden-button-right {
  background-color: #0f6041;
  color: white;
  padding: 10px 20px;
  border-radius: 0px 8px 8px 0px;
  display: inline-block;
  margin-top: 30px;
}

.category-1907 .laden-button-right:hover,
.category-1907 .laden-button-middle:hover {
  background-color: #dc5531;
}

.category-1907 .laden-slider picture {
  max-width: 100%;
  height: auto;
}

.category-1907 .laden-intro {
	display: flex;
  justify-content: center;
  padding: 175px;
}

.category-1907 .laden-headline {
  max-width: 325px;
  color: #dc5531;
  margin-right: 40px
}

.category-1907 .laden-text {
  max-width: 500px;
  margin-left: 40px;
}

.category-1907 .laden-tiermedizin {
  display: flex;
  align-items: center;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.30);
}

.category-1907 .laden-tiermedizin img {
  max-width: 50%;
}

.category-1907 .laden-tiermedizin-text {
  margin-left: 150px;
  max-width: 400px;
}

.category-1907 .laden-tierbedarf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
}

.category-1907 .laden-tierbedarf img {
  max-width: 50%;
}

.category-1907 .laden-tierbedarf-text {
  margin-right: 150px;
  max-width: 430px;
}

.category-1907 .laden-sortiment {
  padding: 175px 0px;
  max-width: 1170px;
  margin: 0 auto;
}

.category-1907 .laden-sortiment-kategorien {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-1907 .laden-sortiment-kategorien > div {
  padding: 10px;
  flex: 0 0 33.3%;
}

.category-1907 .laden-sortiment-subline {
  margin-top: 10px;
  font-size: 16px;
}

.category-1907 .laden-sortiment-subline a:hover {
  color: #dc5531;
}

.category-1907 .laden-sortiment-subline a {
  color: black;
  text-decoration: underline;
}

.category-1907 .laden-sortiment-kategorien .fa {
  padding: 3px;
  color: #dc5531;
}

.category-1907 .laden-doc-r {
  background-color: #0f6041;
  display: flex;
}

.category-1907 .laden-doc-r img {
  width: 50%;
  height: max-content;
}



.category-1907 .laden-doc-r-text h3 {
  margin-bottom: 30px;
}

.category-1907 .laden-doc-r-text p,
.category-1907 .laden-doc-r-text h2,
.category-1907 .laden-doc-r-text h3 {
  color: white;
}

.category-1907 .laden-doc-r-text p:last-child {
  margin-bottom: 30px;
}

.category-1907 .laden-doc-r-container {
    padding: 0 150px 0 100px;
    flex: 0 0 50%;
    max-width: 50%;
		align-self: center;
}

/* Doc R Article Carousel */





.category-1907 .cmp-product-thumb .thumb-inner {
  padding-bottom: 85px;
}
.category-1907 .cmp-product-thumb .thumb-image {
    margin-bottom: 10px;
    max-width: 110px;
		margin-left: auto;
		margin-right: auto;
}
.category-1907 .cmp-product-thumb  .prices {
    display: flex;
    justify-content: space-between;
}
.category-1907 .cmp-product-thumb .price {
  font-size: 20px;
	flex: 0 0 50%;
}
.category-1907 .cmp-product-thumb .price-view-port {
    flex: 0 0 50%;
    text-align: right;
}
.category-1907 .cmp-product-thumb .thumb-title {
  font-size: 14px;
}

.category-1907 .cmp-product-thumb .thumb-inner .item-bottom p {
  color: #adb5bd;
}

.category-1907 .cmp-product-thumb .btn-group-basket .btn {
    background-color: #dc5531;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 9px;
    line-height: 12px;
    height: 30px;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: -33px;
  background: none;
  color: #fff;
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #dc5531;
  background: none;
}

.category-1907 .laden-team {
  display: flex;
  padding: 175px;
  justify-content: center;
}

.category-1907 .laden-team-text {
  max-width: 400px;
  margin-right: 75px;
}

.category-1907 .laden-team-bilder {
  max-width: 586px;
  margin-left: 75px;
}

.category-1907 .laden-team-bilder-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.category-1907 .laden-team-bilder-row img {
    flex: 1 1 auto;
    max-width: 40%;
    max-height: 100%;
    align-self: flex-start;
}

.category-1907 .laden-team-bilder-row img:nth-child(2) {
    max-width: 17.7%
}

.category-1907 .laden-trennlinie {
  height: 1px;
  background-color: #505050;
  max-width: 85%;
  margin: 0 auto;
}

.category-1907 .laden-galerie {
  width: 1170px;
  max-width: 100%;
  margin: 150px auto;
}

.category-1907 .laden-galerie h2,
.category-1907 .laden-sortiment h2 {
  margin-left: 5px;
}

.category-1907 .laden-lightbox-galerie {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  max-width: 100%;
  margin: 0 auto;
  width: 1150px;
}

.category-1907 .laden-lightbox-galerie a {
  cursor: zoom-in;
  transition: filter 0.2s ease-in-out;
}

.category-1907 .laden-lightbox-galerie a:hover {
  filter: brightness(90%);
}

.category-1907 .laden-lightbox-galerie img {
  max-width: 100%;
}

/* Lightbox */

.category-1907 .laden-lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 1000;
}

.category-1907 .laden-lightbox:target {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
}

.category-1907 .laden-lightbox img {
  display: block;
  margin: auto;
  max-height: 80vh;
  max-width: 90vh;
}


.category-1907 .laden-lightbox .laden-lightbox-close {
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  height: 1em;
  position: fixed;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 1001;
}

/* .category-1907 .laden-galerie {
  max-width: 1170px;
  margin: 0 auto;
  padding: 175px 0px;
}

.category-1907 .laden-galerie h2 {
  padding-left: 10px;
}

.category-1907 .laden-galerie-bilder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-1907 .laden-galerie-bilder img {
  padding: 10px;
  flex: 0 0 33.3%
} */

.category-1907 .laden-oeffnungszeiten {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #dc5531;
}

.category-1907 .laden-oeffnungszeiten-text {
  margin-right: 280px;
}

.category-1907 .laden-oeffnungszeiten img {
  max-width: 50%;
  height: auto;
}

.category-1907 .laden-oeffnungszeiten-text table {
  color: white;
}

.category-1907 .laden-oeffnungszeiten-text table td {
  vertical-align: top;
  padding: 5px 0px;
}

.category-1907 .laden-oeffnungszeiten-text table tr {
  border-bottom: 1px solid white;
}

.category-1907 .laden-oeffnungszeiten-text table tr:last-child {
  border-bottom: 0;
}

.category-1907 .laden-oeffnungszeiten-text table tr td:nth-child(2) {
  text-align: right;
}

.category-1907 .laden-oeffnungszeiten-text table tr td:last-child {
  padding-left: 100px;
}

.category-1907 .laden-oeffnungszeiten-text h2 {
  color: white;
}

.category-1907 .laden-anfahrt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 175px 0px;
  background-color: #0f6041;
}

.category-1907 .laden-anfahrt-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 70px;
  height: 100%;
}

.category-1907 .laden-anfahrt img {
  margin-left: 70px;
}

.category-1907 .laden-anfahrt-headline {
  margin-bottom: 185px;
}

.category-1907 .laden-anfahrt-headline h2,
.category-1907 .laden-anfahrt-headline h3,
.category-1907 .laden-anfahrt-adresse table {
  color: white;
}

.category-1907 .laden-anfahrt-adresse {
  border-top: 1px solid white;
  padding-top: 40px;
}

.category-1907 .laden-anfahrt-adresse table {
  margin-bottom: 10px;
}

.category-1907 .laden-anfahrt-adresse table td {
  padding: 0px 5px;
}

/*-------------------------------------------------
    LadengeschÃƒÆ’Ã‚Â¤ft Responsive
---------------------------------------------------*/

@media(max-width: 1500px) {
  .category-1907 .cmp-product-thumb .btn-group-basket .btn {
      font-size: 12px;
  }
	.category-1907 .laden-doc-r-container {
	    padding: 40px 120px 20px 60px;
			flex: 0 0 70%;
			max-width: 70%;
	}
	.category-1907 .laden-doc-r >img {
    width: 30%;
    height: max-content;
    align-self: center;
    padding-left: 50px;
}
}


@media(max-width: 1400px) {
  .category-1907 .laden-tiermedizin-text {
    margin-left: 100px;
  }

  .category-1907 .laden-tierbedarf-text {
    margin-right: 100px;
  }

  .category-1907 .laden-oeffnungszeiten-text {
    margin-right: 100px;
  }
}

@media(max-width: 1300px) {
  .category-1907 .laden-team-text {
    margin-right: 35px;
  }

  .category-1907 .laden-team-bilder {
    margin-left: 35px;
  }
}

@media(max-width: 1200px) {
  .category-1907 .laden-intro {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 120px;
  }

  .category-1907 .laden-headline {
    margin: 0;
  }

  .category-1907 .laden-text {
    margin-left: 0;
    margin-top: 20px;
  }

  .category-1907 .laden-button,
  .category-1907 .laden-button-left,
  .category-1907 .laden-button-middle,
  .category-1907 .laden-button-right {
    margin-top: 20px;
  }


  .category-1907 .laden-team {
    padding: 120px;
  }
  .cmp-product-thumb .price {
    font-size: 30px;
  }
}

@media(max-width: 1170px) {

  .category-1907 .laden-sortiment {
    max-width: 789px;
  }

  .category-1907 .laden-sortiment h2 {
    padding-left: 5px;
  }

  .category-1907 .laden-sortiment-kategorien > div {
    padding: 10px;
    flex: 0 0 50%;
  }

  .category-1907 .laden-galerie {
    width: 789px;
  }

  .category-1907 .laden-lightbox-galerie {
    grid-template-columns: repeat(2, 1fr);
    width: 789px;
    padding-left: 10px
  }
}

@media(max-width: 1100px) {
  .category-1907 .laden-tiermedizin-text {
    margin-left: 70px;
  }

  .category-1907 .laden-tierbedarf-text {
    margin-right: 50px;
  }

  .category-1907 .laden-anfahrt {
    padding: 140px;
  }

  .category-1907 .laden-anfahrt-text {
    margin-right: 30px;
  }

  .category-1907 .laden-anfahrt img {
    margin-left: 30px;
  }
}

@media(max-width: 991px) {

	.category-1907 .laden-anfahrt,
	.category-1907 .laden-intro {
		padding: 50px;
	}
	.category-1907 .laden-team-text,
	.category-1907 .laden-headline,
	.category-1907 .laden-text {
		max-width: 100%;
	}
  .category-1907 .laden-tiermedizin {
    flex-direction: column;
    justify-content: center;
  }

  .category-1907 .laden-tierbedarf {
    flex-direction: column-reverse;
    justify-content: center;
  }
	.category-1907 .laden-galerie {
	    width: 100%;
	    padding: 0 50px;
	}
	.category-1907 .laden-lightbox-galerie {
    width: 100%;
}

  .category-1907 .laden-tiermedizin img,
  .category-1907 .laden-tierbedarf img {
    max-width: 110%;
    height: auto;
  }

  .category-1907 .laden-tiermedizin-text,
  .category-1907 .laden-tierbedarf-text {
    margin: 0;
    padding: 80px 0px;
  }
	.category-1907 .laden-team,
  .category-1907 .laden-sortiment {
    padding: 120px 50px;
		max-width: 100%;
  }


  .category-1907 .laden-galerie {
    margin: 120px auto;
  }

  .category-1907 .laden-doc-r {
    flex-direction: column;
  }
	.category-1907 .laden-doc-r-container {
    padding: 50px;
    flex: 0 0 100%;
    max-width: 100%;
}

  .category-1907 .laden-doc-r > img {
    width: 100%;
		padding-left: 0;
  }

  .category-1907 .laden-team {
    flex-direction: column;
    align-items: center
  }

  .category-1907 .laden-team-text,
  .category-1907 .laden-team-bilder {
    margin: 0;
  }

  .category-1907 .laden-team-text {
    margin-left: 0;
  }

  .category-1907 .laden-team-bilder {
    margin-right: 0;
    margin-top: 20px;
  }

  .category-1907 .laden-oeffnungszeiten {
    flex-direction: column;
    justify-content: center;
  }

  .category-1907 .laden-oeffnungszeiten-text {
    margin: 0;
    padding: 100px;
  }

  .category-1907 .laden-oeffnungszeiten img {
    max-width: 100%
  }

  .category-1907 .laden-anfahrt {
    flex-direction: column;
  }

  .category-1907 .laden-anfahrt-text {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .category-1907 .laden-anfahrt-headline {
    margin-bottom: 40px;
  }
}

@media(max-width: 780px) {

  .category-1907 .laden-lightbox-galerie {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
  .category-1907 .laden-lightbox-galerie img {
    max-width: none;
    width: 100%;
}

  .category-1907 .laden-sortiment h2 {
    padding-left: 5px;
  }

  .category-1907 .laden-sortiment-kategorien > div,
  .category-1907 .laden-galerie-bilder img {
    padding: 10px;
    flex: 0 0 100%;
  }
}

@media(max-width: 768px) {
  .category-1907 .laden-anfahrt img {
    margin: 0;
  }
}

@media(max-width: 575px) {
/*
  .category-1907 .laden-intro,
  .category-1907 .laden-team,
  .category-1907 .laden-ÃƒÆ’Ã‚Â¶ffnungszeiten-text,
  .category-1907 .laden-anfahrt,
  .category-1907 .laden-doc-r-text {
    padding: 80px;
  }
*/
  .category-1907 .laden-button-left {
    width: 100%;
    border-radius: 8px;
    text-align: center;
  }

  .category-1907 .laden-button-middle {
    width: 100%;
    border-radius: 8px;
    margin-top: 5px;
    text-align: center;
  }

  .category-1907 .laden-button-right {
    width: 100%;
    border-radius: 8px;
    margin-top: 5px;
    text-align: center;
  }


  .category-1907 .laden-sortiment-subline {
    margin-top: 15px;
  }

  .category-1907 .laden-sortiment-subline a {
    font-size: 20px
  }

  .category-1907 .laden-team-bilder-row {
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .category-1907 .laden-team-bilder-row img:first-child {
    max-width: 67%;
    padding-bottom: 12px;
  }

  .category-1907 .laden-team-bilder-row img:nth-child(2) {
    max-width: 29.7%;
  }

  .category-1907 .laden-team-bilder-row img:last-child {
    max-width: 100%;
  }


  .category-1907 .laden-anfahrt {
    align-items: flex-start;
  }

  .category-1907 .laden-oeffnungszeiten-text {
    padding: 40px;
  }

  .category-1907 .laden-oeffnungszeiten-text table tr td:last-child {
    padding-left: 30px;
  }
	.category-1907 .laden-sortiment-kategorien img,
	.category-1907 .laden-lightbox-galerie img {
    max-width: none;
    width: 100%;
}
}

  @media(max-width: 500px) {
    .category-1907 .laden-tiermedizin-text,
    .category-1907 .laden-tierbedarf-text {
      padding:50px;
			max-width: 100%;
    }



    .category-1907 .laden-anfahrt-adresse table td {
      display: block;
    }

    .category-1907 .laden-anfahrt-adresse table tr:first-child {
      display: flex;
    }

    .category-1907 .laden-oeffnungszeiten-text table tr td:last-child {
      padding-left: 15px;
    }

  @media(max-width: 390px) {
    .category-1907 .laden-lightbox-galerie {
      padding: 10px;
    }
  }

}






/*-------------------------------------------------
    Responsive
---------------------------------------------------*/
@media(max-width: 1200px) {
  header #topMarken {
    width: 265px;
}
  header #topBar #login-change a {
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    font-size: 20px;
    background: #dc5531;
  }

  header #topBar .d-flex {
    align-items: center;
  }

  header .container-max .row,
  .m-minus-15 {
    margin: 0;
  }

  header .account-menu .list-group-item .fa-user {
    font-size: 24px !important;
    top: 7px !important;
  }

  footer #newsfaehnchen,
  footer #faehnchen,
  .hidden-small,
  .category-bg-down {
    display: none;
  }

  #btnMainMenuTogglerMo {
    position: absolute;
    display: block !important;
    top: 33px;
    right: 15px;
    background: #dc5531;
    border-radius: 6px;
    height: 50px;
    width: 47px;
    font-size: 25px;
    color: #fff;
  }
  #btnMainMenuToggler {
    display: block !important;
    background: #dc5531;
    border-radius: 6px;
    height: 40px;
    width: 40px;
    font-size: 25px;
    color: #fff;
    margin: 0;
    padding: 0;
}

  #mainNavbarCollapsable {
    display: none !important;
  }

  nav.navbar.megamenu {
    height: auto;
  }

  .basketMobile .fa {
    font-size: 1.5rem !important;
  }

  .mobile-navigation {
    background: #ee854e;
    background: -moz-linear-gradient(left, #ee854e 0%, #dc5531 100%);
    background: -webkit-linear-gradient(left, #ee854e 0%, #dc5531 100%);
    background: linear-gradient(to right, #ee854e 0%, #dc5531 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee854e', endColorstr='#dc5531', GradientType=1);
    width: 50%;
    min-width: 320px;
    left: 50%;
  }

  .mobile-navigation ul.breadcrumb {
    background: #dc5531;
    color: #fff;
  }

  header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
  }

  .wrapper-main .breadcrumb {
    top: 0;
  }

  .mobile-navigation ul.mainmenu {
    top: 55px;
  }

  .mobile-navigation ul.mainmenu li a, .mobile-navigation ul.mainmenu li .nav-direction {
    border-bottom: 1px solid #ddd;
    color: #fff;
  }

  .mobile-navigation ul.mainmenu li a:hover,
  .mobile-navigation ul.mainmenu li a:focus,
  .mobile-navigation ul.mainmenu li a:active {
    color: #fff;
    background-color: #0f6041;
  }

  .mobile-navigation ul.mainmenu li .nav-direction:hover,
  .mobile-navigation ul.mainmenu li .nav-direction:focus,
  .mobile-navigation ul.mainmenu li .nav-direction:active {
    color: #fff;
    background-color: #0f6041;
  }

  .category-bg img {
    height: 180px;
  }

  #single-carousel .owl-item img {
    height: 300px;
  }

  .owl-thumbs .owl-thumb {
    height: 4em;
  }

  .introText {
    padding: 50px 20px 50px;
  }

  h1, #topProdukte .section-header h2, .neuheiten #headlineNeuheiten, .categoriegrid h2.topArt {
    font-size: 30px;
    line-height: 35px;
  }

  .infoBoxen {
    padding: 70px 0 0;
  }

  .singleItemInfo .owl-thumbs .owl-thumb {
    height: 3em;
  }
}

@media(max-width: 1024px) {
  #Slider #startSlider .carousel-indicators li {
    width: 20%;
    flex: 0 0 20%;
    font-size: 13px;
  }
}

@media(min-width: 992px) {
  .neuheiten #newArt {
    height: 442px;
    overflow: hidden;
  }

  .neuheiten .cmp-product-thumb .thumb-content {
    max-height: 150px;
    overflow: hidden;
  }

  #mainNavbarCollapsable ul.mainmenu {
    color: #dc5531;
    text-align: right;
  }

  #mainNavbarCollapsable ul.mainmenu>li>ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    height: auto;
    text-align: center;
    width: auto;
    word-wrap: break-word;
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 0;
  }

  #mainNavbarCollapsable ul.mainmenu>li:hover>ul,
  .no-touch #mainNavbarCollapsable ul.mainmenu>li:hover>ul,
  .touch #mainNavbarCollapsable ul.mainmenu>li.hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
  }

  #mainNavbarCollapsable ul.mainmenu>li>ul>li {
    background: transparent;
    color: #fff;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    width: 100%;
    min-width: 150px;
    text-align: left;
  }
}

@media(max-width: 991px) {
  .wrapper-main>header .container-max {
    padding: 5px 20px;
  }

  header #bottomBar {
    align-items: flex-end;
    padding: 10px 0px;
  }

  header #bottomBar #logo {
    flex: 0 40%;
    max-width: 40%;
  }

  header #bottomBar #middle {
    flex: 0 0 40%;
    max-width: 40%;
    order: 3
  }
  header #topMarken {
    margin: 0 30px;
}
header #topMarken .wrapBottom a {

  font-size: 12px;
}

  header #bottomBar #middle #mobile {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  header #bottomBar .fa {
    font-size: 23px;
  }

  header #bottomBar #basketMo a {
    position: relative;
    padding: 12px;
  }

  header #bottomBar #basketMo .fa {
    margin: 0;
  }

  header #bottomBar #basketMo .badge-right {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #505050;
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 2px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 17px;
    border: 1px solid orange;
  }

  header #bottomBar #basketMo,
  header #bottomBar #loginMo a {
    margin-right: 10px;
  }

  header #bottomBar #loginMo a {
    padding: 11.5px;
    display: inline-block;
    width: 47px;
    height: 50px;
  }

  header #bottomBar #searchBoxMo {
    margin-left: auto;
    margin-right: 0px;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  header #bottomBar #searchBoxMo a {
    width: 47px;
    height: 50px;
  }

  #btnMainMenuToggler {
    display: none !important;
  }

  #btnMainMenuTogglerMo {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0;
  }

  #Slider {
    background: url('https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/hund-im-gras-sm.jpg') no-repeat center center;
  }

  #Slider .produktHits .text p, #Slider .tierpunkt .text p {
    font-size: 15px;
  }

  #Slider .produktHits .text .text-link,
  #Slider .tierpunkt .text .text-link {
    font-size: 16px;
  }

  .neuheiten {
    margin-top: 30px;
  }

  .neuheiten #headlineNeuheiten {
    font-size: 30px;
  }

  .neuheiten .cmp-product-thumb {
    max-width: 360px;
  }

  .neuheiten .cmp-product-thumb .thumb-title {
    padding-top: 0px;
    height: auto;
    margin: 0;
    line-height: 17px;
    min-height: 10px;
  }

  .neuheiten .cmp-product-thumb .main-image {
    position: relative !important;
    display: block !important;
    height: 200px;
  }

  .neuheiten .cmp-product-thumb .main-image a>img {
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    display: block;
    margin: 10px auto;
    width: 100%;
  }

  .single .price {
    float: none;
  }

  .categoryOverview .headline img:first-child, .categoryOverview .headline img:nth-child(3) {
    display: none;
  }
}

@media(max-width: 769px) {
  .block-categories-content .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .myaccount .btn.btn-medium,
  .checkout .btn.btn-medium {
    min-width: 0;
  }

  .myaccount .btn.btn-medium span,
  .checkout .btn.btn-medium span {
    display: none;
  }
}

@media(max-width: 768px) {
  .col-sm-12 {
    width: 100%;
    float: none;
  }

  header #topBar .d-flex {
    justify-content: center;
  }

  header #topBar .con {
    display: none;
  }

  header #bottomBar #logo {
    flex: 0 50%;
    max-width: 50%;
  }
  header #topMarken {
    display: none;
  }
  header #bottomBar #middle {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer h4 {
    font-size: 20px;
  }

  footer .footer-content {
    text-align: center;
  }

  footer .footer-content ul.list-unstyled li a {
    border-bottom: 1px solid #aaa;
    padding: 8px 0;
    display: block;
  }

  footer .icons li a {
    border-bottom: 0 !important;
    display: inline !important;
  }

  footer .icons li img {
    max-height: 100%;
  }

  .singleItemInfo .single-leftside {
    padding-left: 15px;
  }

  .singleItemInfo .singItemArticle {
    padding: 30px 15px;
  }

  .singleItemInfo h1 {
    margin-top: 20px;
  }

  .single-rightside .varSelect {
    border-bottom: 1px solid #dcdbd8;
  }

  .infoBoxen.row div:first-child .box {
    background: #0b5b38 url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/gecko-auf-stein.jpg) no-repeat bottom right;
  }

  .infoBoxen.row div:nth-child(2) .box {
    background: #fff url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/gecko.jpg) no-repeat bottom right;
    margin: 10px 0;
  }

  .infoBoxen.row div:nth-child(3) .box {
    background: #fff url(https://cdn02.plentymarkets.com/88nfwah3et1b/frontend/img/theme/meerschweinchen.jpg) no-repeat bottom right;
  }

  #contact-form {
    padding-top: 30px;
  }

  .basket .p-y-2,
  .basket .p-t-2 {
    padding: 0;
  }

  .basket .col-md-7,
  .basket .col-md-5 {
    float: none;
    width: 100%;
  }

  #Slider .produktHits, #Slider .tierpunkt {
    height: auto;
  }

  #Slider .produktHits {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
  }

  #Slider .tierpunkt {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  #Slider .produktHits .headline img, #Slider .tierpunkt .headline img {
    max-height: 170px;
  }

  #Slider #startSlider .carousel-indicators {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  #Slider #startSlider .carousel-indicators li {
    height: 40px;
    width: 30%;
    flex: 0 0 30%;
    margin-bottom: 5px;
  }

  .categoryOverview {
    margin-top: 70px;
  }
}

@media(max-width: 767px) {
  footer .icons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media(max-width: 600px) {
  .mobile-navigation {
    width: 100%;
    left: 0;
  }

  .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
}

@media(min-width: 576px) {
  .row.reverse {
    flex-direction: row-reverse;
  }
}

@media(max-width: 575px) {
  body, p, table, ul, ol {
    font-size: 16px;
  }

  #topProdukte .cmp-product-thumb {
    height: auto;
  }

  #Slider #startSlider .carousel-indicators {
    display: none;
  }

  .neuheiten .cmp-product-thumb {
    max-width: 100%;
  }

  .neuheiten .cmp-product-thumb img,
  .neuheiten .cmp-product-thumb .thumb-image {
    height: auto;
    max-height: none !important
  }

  .neuheiten .itemBg {
    background: #f2f2f2 !important;
  }

  .neuheiten .owl-nav {
    display: none;
  }

  .checkout .add-item,
  .myaccount .add-item {
    height: 50px;
  }

  .myaccount .bankData .add-item {
    height: 100px;
  }

  .checkout .add-item .btn,
  .myaccount .add-item .btn {
    height: 50px;
    width: 50px !important
  }

  .product-list {
    display: block;
  }

  .categoriegrid .list-controls .list-itemsperpage {
    padding-left: 0.5em;
  }

  .categoriegrid .list-controls .filter-wrapper {
    padding: 0.5em;
    display: block;
  }

  .categoriegrid .list-controls .filter-toggle {
    display: block;
  }

  .cmp-paginator {
    float: none !important;
    display: table;
    margin: 0 auto;
  }

  .pagination {
    padding-right: 0;
  }

  .cmp-product-thumb .thumb-inner {
    display: block;
    text-align: center;
  }

  .cmp-product-thumb .shortDesc {
    display: none;
  }

  .cmp-product-thumb .thumb-image {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .neuheiten .cmp-product-thumb .thumb-title,
  .cmp-product-thumb .thumb-title {
    margin: 10px 0;
    text-align: center;
  }

  .cmp-product-thumb .btn-group-basket a:first-child {
    display: none;
  }

  .cmp-product-thumb .btn-group-basket .btn {
    width: 100%;
    margin-top: 0;
  }

  .single .single-rightside>.d-flex {
    display: block !important;
    text-align: center;
  }

  .singleItemInfo .vat {
    display: block;
    text-align: center;
  }

  #hotlineBox {
    margin-bottom: 30px;
  }

  #hotlineBox img {
    max-height: 150px;
  }

  #hotlineBox p {
    font-weight: bold;
    float: left;
    width: 50%;
  }

  #hotlineBox p:first-of-type {
    padding-top: 20px;
  }
}

@media(max-width: 544px) {
  header #bottomBar {
    flex-wrap: wrap;
  }

  header #bottomBar #logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  header #bottomBar #middle {
    flex: 0 0 100%;
    max-width: 100%;
  }

  header #bottomBar #middle #mobile {
    justify-content: center;
  }

  .categoryOverview, h2.topArt {
    display: none;
  }

  body>#vue-app.open-right .wrapper-right, body>#vue-error.open-right .wrapper-right {
    width: 100%;
  }

  .singleItemInfo p.articlenumber, .singleItemInfo p.availability, .singleItemInfo #prices-left, .singleItemInfo #prices-right {
    float: none;
    width: 100%;
    margin: 0;
  }

  .singleItemInfo #prices-left, .singleItemInfo #prices-right {
    margin-top: 10px;
  }

  .singleItemInfo h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .singleItemInfo .price {
    font-size: 30px;
  }

  .shipping-addresses-select .btn {
    width: 50px !important;
    height: 50px !important;
    padding: 14px !important;
  }

  .shipping-addresses-select .btn .fa {
    margin: 0;
  }

  .shipping-addresses-select .item-edit .btn {
    margin-bottom: 5px;
  }
}

@media(max-width: 450px) {
  header #topBar {
    padding: 0;
  }

  header #topBar .orange,
  header #topBar .time {
    font-size: 13px;
  }

  .btn {
    font-size: 15px;
  }

  .basket-item-container .basket-item, .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner {
    display: block;
  }

  .basket-item-container .basket-item .image-container {
    width: 100%;
    margin: 0 auto;
  }

  .img-basket-small {
    margin: 0 auto 10px;
  }

  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container {
    margin-bottom: 20px;
  }

  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name,
  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-base-price,
  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-small-prices {
    font-size: 100%;
    line-height: 20px;
  }

  .basket-item-container .basket-item .basket-item-container-right .qty-box-container {
    margin: 0;
  }

  .neuheiten .cmp-product-thumb .thumb-content {
    width: 100%;
  }

  .category-bg {
    display: none;
  }

  #Slider .produktHits, #Slider .tierpunkt {
    display: block !important;
  }

  #Slider .produktHits>div, #Slider .tierpunkt>div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #Slider .produktHits .headline, #Slider .tierpunkt .headline {
    margin-bottom: 20px;
  }

  #Slider .produktHits .headline img, #Slider .tierpunkt .headline img {
    max-height: 130px;
  }

  #Slider .produktHits .headline {
    padding: 10px;
  }

  #Slider .tierpunkt .headline {
    padding: 0;
  }
}

@media(max-width: 420px) {
  #hotlineBox p {
    float: none;
    width: 100%;
  }

  #hotlineBox p:first-of-type {
    padding-top: 0px;
  }
}

@media(max-width: 400px) {
  h1, #topProdukte .section-header h2, .neuheiten #headlineNeuheiten, .categoriegrid h2.topArt {
    font-size: 25px;
    line-height: 30px;
  }

  .cmp-product-thumb {
    padding: 0;
  }

  .cartBtn .btn .fa {
    display: none;
  }

  .singleItemInfo .singItemArticle {
    padding: 20px 5px;
    margin-bottom: 10px;
  }

  .cmp-product-thumb .price {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .neuheiten .cmp-product-thumb .thumb-inner {
    padding: 10px 0 0 10px;
  }

  .neuheiten .carousel-control-next, .neuheiten .carousel-control-prev {
    bottom: 25px;
  }

  #topProdukte {
    padding: 30px 0;
  }

  #topProdukte .section-header h2 {
    margin-bottom: 30px;
  }

  #category-description-container h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .wrapper-main #page-body {
    margin: 30px 0;
  }

  .wrapper-main #page-body .home {
    margin-top: -30px;
  }

  .cmp-product-thumb .shortDesc {
    line-height: 18px;
  }

  .singleItemInfo h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .single .add-to-basket-container {
    display: block;
  }

  .single .qty-box {
    position: relative;
    margin-bottom: 20px;
    height: 46px !important;
    margin-right: auto;
  }

  .single .qty-box .qty-btn-container {
    background: transparent;
    border: 0;
    width: 150px;
  }

  .single .qty-box .qty-input {
    position: absolute;
    z-index: 9;
    left: 51px;
    border-radius: 6px;
  }

  .single .qty-box .qty-btn-container .qty-btn {
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #f4f4f4;
    border: 1px solid #dcdbd8;
    border-radius: 6px;
    padding: 13px 0;
  }

  .single .qty-box .qty-btn-container .qty-btn .fa {
    display: block !important;
  }

  .single .qty-box .qty-btn-container .qty-btn:last-child {
    left: auto;
    right: 0;
  }

  .single .qty-box .qty-btn-container .qty-btn-seperator {
    display: none;
  }

  .singleItemInfo .cartBtn .btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .basket .cmp-coupon .form-control, .checkout .cmp-coupon .form-control {
    font-size: 13px;
  }

  .basket-preview .cmp-totals {
    display: none;
  }

  .myaccount .cmp-address-list .item-inner {
    padding: 1em 5em 1em 1em;
  }
}

@media(max-width: 380px) {
  header #topBar .orange, header #topBar .time {
    display: block;
    text-align: center;
    padding: 0;
  }
}

@media(max-width: 320px) {
  h1, #topProdukte .section-header h2, .neuheiten #headlineNeuheiten, .categoriegrid h2.topArt {
    font-size: 22px;
    line-height: 28px;
  }
}

@media(max-height: 900px) {
  footer #faehnchen .faehnchen {
      right: -7px;
      top: 50px;
      transform: scale(0.8);
  }
  footer #newsfaehnchen .faehnchen {
      right: -6px;
      top: 280px;
      transform: scale(0.8);
  }
}