/*CSS Designbuero Claudia Dabischa*/
@import url('https://fonts.googleapis.com/css2?family=Dr+Sugiyama&display=swap');
main .o-lg-1 .nav-pills .nav-link.active {
  background: #997c65;
  color: #fff !important; }
main .o-lg-1 .nav-item .nav-link {
  background: #997c65;
  color: #fff !important; }

#page_303 ul.nav {
  margin-top: 2rem; }

h1 {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  color: #997c65;
  position: relative; }

h1:after {
  content: "";
  width: 150px;
  height: 3px;
  background: #997c65;
  position: absolute;
  left: -12px;
  bottom: -14px; }

h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  color: #997c65;
  position: relative; }

h2:after {
  content: "";
  width: 150px;
  height: 3px;
  background: #997c65;
  position: absolute;
  left: -12px;
  bottom: -14px; }

.ce-header-center h2 {
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  color: #997c65;
  position: relative; }

.ce-header-center h2:after {
  content: "";
  width: 150px;
  height: 3px;
  background: #997c65;
  position: absolute;
  left: calc(50% - 75px);
  bottom: -14px; }

.b-left h1, .b-right h1, .b-left h2, .b-right h2, .b-left h3, .b-right h3, .b-left h4, .b-right h4, .b-left h5, .b-right h5, .b-left h6, .b-right h6, .b-left .subheadline, .b-right .subheadline {
  color: #b8d433; }

.green h1, .green h2, .green h3, .green h4, .green h5, .green h6 {
  color: #fff; }

.modal-header {
  padding: 0; }

.subheadline {
  color: #444;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-style: italic; }

.style1 {
  font-family: 'Dr Sugiyama', cursive;
  font-size: 2.5rem;
  margin-bottom: -10px;
  color: #444; }

.list-paw ul {
  padding: 0 0 0 1rem;
  margin: 0; }
.list-paw li {
  list-style-type: none;
  padding: 0.3rem;
  margin-left: 1rem;
  text-indent: calc(-1rem + -6px); }
.list-paw li:before {
  content: "";
  background-image: url('/fileadmin/images/typo3/pfote-gruen.svg');
  width: 1.2rem;
  height: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
  display: inline-block;
  background-size: cover; }
.list-paw li li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #997c65;
  margin-right: 1rem;
  margin-bottom: 3px;
  display: inline-block; }

.b-left .list-paw ul, .b-right .list-paw ul {
  padding: 0 0 0 1rem;
  margin: 0; }
.b-left .list-paw li, .b-right .list-paw li {
  list-style-type: none;
  padding: 0.3rem;
  margin-left: 1rem;
  text-indent: calc(-1rem + -6px); }
.b-left .list-paw li:before, .b-right .list-paw li:before {
  content: "";
  background-image: url('/fileadmin/images/typo3/pfote-weiss.svg');
  width: 1.2rem;
  height: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
  display: inline-block;
  background-size: cover; }
.b-left .list-paw li li:before, .b-right .list-paw li li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #b8d433;
  margin-right: 1rem;
  margin-bottom: 3px;
  display: inline-block; }

body {
  background-color: #fff; }

#page {
  overflow-x: hidden; }

header .navbar-brand img {
  max-width: 9rem; }
header .navbar-shrinked .navbar-brand img {
  max-width: 6rem; }
header nav .flex-lg-grow-1 {
  -webkit-flex-grow: 0 !important;
  flex-grow: 0;
  flex-grow: 0 !important;
  background: #fff; }
header .dropdown.d-none.d-lg-block.d-print-none {
  display: none !important; }
header .justify-content-between {
  align-items: flex-end; }
header .navbar-light .navbar-nav .nav-link {
  color: #997c65;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem; }
header .bg-transparent-white {
  background: #fff; }
header .navbar-shrinked {
  margin-top: 0; }

#page_284:before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: transparent;
  background-image: url('/fileadmin/images/typo3/greuter-hundewelt.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  animation: zoom 6s cubic-bezier(0.42, 0, 0.57, 0.88) forwards;
  -webkit-animation: zoom 6s cubic-bezier(0.42, 0, 0.57, 0.88) forwards; }

#page_284 #page {
  padding-top: 0 !important; }
  #page_284 header .container {
    width: 100vw;
    padding: 0;
    margin: 0;
    max-width: unset; }
  #page_284 header .nav.navbar-nav.flex-row.smartmenus.d-print-none.sm {
    max-width: 1200px;
    justify-content: space-around;
    margin: auto;
    width: 100vw; }
  #page_284 header .justify-content-between {
    width: 100vw; }
  #page_284 header #nav-primary {
    position: relative;
    z-index: 4;
    box-shadow: none; }
  #page_284 header .navbar-brand img {
    max-width: 20rem;
    margin-right: 0;
    margin-top: 4rem; }
  #page_284 header .navbar-light {
    height: 100vh;
    padding: 0; }
  #page_284 header .bg-transparent-white {
    height: 100vh;
    background: transparent;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    /*.bg-transparent-white:before {content:"";position:fixed; z-index:0;top:0;bottom:0;left:0;right:0;height:100vh;width:100vw;overflow:hidden;background: transparent; background-image: url('/fileadmin/images/typo3/greuter-hundewelt.jpg');background-repeat:no-repeat; background-size:cover;background-position: center;height:100vh;animation:zoom 6s cubic-bezier(.42,0,.57,.88) forwards;-webkit-animation:zoom 6s cubic-bezier(.42,0,.57,.88) forwards;}*/ }
  #page_284 header .bg-transparent-white.navbar-shrinked:before {
    content: "";
    animation: zoomout 2s cubic-bezier(0.42, 0, 0.57, 0.88) forwards;
    -webkit-animation: zoomout 2s cubic-bezier(0.42, 0, 0.57, 0.88) forwards; }
  #page_284 header .d-flex.w-100.justify-content-between.p-relative {
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw; }
  #page_284 header .d-none.d-lg-block {
    display: flex !important;
    align-items: flex-end;
    width: 100vw;
    justify-content: space-around; }
  #page_284 header .dropdown.d-none.d-lg-block.d-print-none {
    display: none !important; }
  #page_284 header .nav.navbar-nav.flex-row.smartmenus.d-print-none.sm.fixed {
    position: fixed;
    z-index: 20;
    background: #fff;
    top: 0; }
  #page_284 header .nav.navbar-nav.flex-row.smartmenus.d-print-none.sm.fixed:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 100%;
    background: #fff; }
  #page_284 header .nav.navbar-nav.flex-row.smartmenus.d-print-none.sm.fixed:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 100%;
    background: #fff; }
#page_284 #content .mt-4, #page_284 #content .my-4 {
  margin-top: 0 !important; }

.breadcrumb-section {
  display: none; }

#content {
  /*position: relative; z-index: 10;*/
  background: #b8d433; }
  #content a, #content a:link {
    color: #997c65; }
  #content .mt-4 {
    margin-top: 0 !important; }
    #content .list-no ul {
      list-style-type: none;
      padding: 0; }
    #content .list-no li {
      padding: 3px 0; }
  #content .b-left, #content .b-right {
    color: #b8d433;
    position: relative;
    top: 0;
    z-index: 0; }
    #content .b-left .btn-primary, #content .b-right .btn-primary {
      color: #b8d433;
      background-color: transparent;
      border-color: #b8d433;
      padding: 1rem 3rem;
      font-style: italic;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 0;
      transition: background-color ease 1s;
      display: inline-table; }
    #content .b-left .btn-primary:hover, #content .b-right .btn-primary:hover {
      color: #b8d433;
      background-color: #997c65;
      border-color: #997c65;
      transition: background-color ease 1s; }
    #content .b-left a, #content .b-right a, #content .b-left a:link, #content .b-right a:link {
      color: #b8d433; }
  #content .b-left {
    background-size: cover;
    background-position: right top; }
  #content .b-right {
    background-size: cover;
    background-position: left top; }
  #content .b-left:after {
    content: "";
    background: #000;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(left, #241000 0%, #241000 45, rgba(36, 16, 0, 0.05) 65%, rgba(36, 16, 0, 0) 70%, rgba(36, 16, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #241000 0%, #241000 45%, rgba(36, 16, 0, 0.05) 65%, rgba(36, 16, 0, 0) 70%, rgba(36, 16, 0, 0) 100%);
    background: linear-gradient(to right, #241000 0%, #241000 45%, rgba(36, 16, 0, 0.05) 65%, rgba(36, 16, 0, 0) 70%, rgba(36, 16, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=1); }
  #content .b-right:after {
    content: "";
    background: #000;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(left, rgba(36, 16, 0, 0) 0%, rgba(36, 16, 0, 0) 30%, rgba(36, 16, 0, 0.05) 35%, #241000 55%, #241000 100%);
    background: -webkit-linear-gradient(left, rgba(36, 16, 0, 0) 0%, rgba(36, 16, 0, 0) 30%, rgba(36, 16, 0, 0.05) 35%, #241000 55%, #241000 100%);
    background: linear-gradient(to right, rgba(36, 16, 0, 0) 0%, rgba(36, 16, 0, 0) 30%, rgba(36, 16, 0, 0.05) 35%, #241000 55%, #241000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=1); }
  #content .green {
    background: #997c65;
    color: #fff; }
    #content .green .card {
      border: 0;
      border-radius: 0;
      background: transparent;
      color: #b8d433;
      margin-bottom: 1rem; }
      #content .green .card a:link {
        color: #b8d433; }
      #content .green .card .card-header {
        background: transparent;
        border-bottom: 3px solid #b8d433; }
        #content .green .card .card-header a {
          padding-left: 2rem;
          font-size: 1rem;
          font-weight: 600; }
        #content .green .card .card-header a:after {
          content: "";
          left: 1rem;
          width: 0.7rem;
          height: 0.7rem;
          border-right: 3px solid #fff;
          border-bottom: 3px solid #fff;
          -webkit-transform: rotate(45deg) scale(1.4, 1.4);
          -ms-transform: rotate(45deg) scale(1.4, 1.4);
          transform: rotate(45deg) scale(1.4, 1.4); }
        #content .green .card .card-header a.collapsed:after {
          -webkit-transform: rotate(-45deg) scale(1, 1);
          -ms-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1); }
  #content .sand {
    background: #b8d433;
    color: #444; }
    #content .sand a {
      color: #df5; }
  #content .sand-paw {
    background-color: #b8d433;
    background-image: url('/fileadmin/images/typo3/pfoten-gruen-schraeg-schwach.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 80% center; }
  #content .white {
    background: #fff;
    color: #444; }
  #content .white-paw {
    background-color: #fff;
    background-image: url('/fileadmin/images/typo3/pfoten-orange-schraeg-schwach.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 85% center; }
  #content .max-750 {
    max-width: 750px; }
  #content .box-up {
    margin-top: -3rem;
    z-index: 0;
    position: relative; }
  #content .max-15 {
    max-width: 15rem; }
  #content .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  #content .rez {
    font-size: 30px;
    color: #997c65; }
    #content .rez .small {
      font-size: 18px;
      font-style: italic;
      position: relative;
      padding-top: 1rem; }
    #content .rez .small:before {
      content: "";
      width: 150px;
      height: 3px;
      background: #997c65;
      position: absolute;
      top: 0;
      left: calc(50% - 75px); }

.tx-ns-guestbook .comment-box .comment-head {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 1rem !important;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #997c65 !important;
  position: relative !important;
  font-size: 20px; }

.tx-ns-guestbook .comments-list .comment-box {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 2rem !important; }

.tx-ns-guestbook .comment-box .comment-head::after {
  border-width: 0 !important; }

.tx-ns-guestbook .comment-box .comment-head::before {
  border-width: 0 !important; }

.tx-ns-guestbook .comment-main-level {
  padding-left: 0 !important; }

#comments-list {
  padding: 0 !important; }

#page_301 {
  /*Gaestebuch*/ }
  #page_301 .mt-4 {
    padding-top: 2rem; }
  #page_301 .comments-list li:first-child {
    margin-top: 4rem; }
  #page_301 .comments-list li:nth-child(2n+1) {
    background: #997c65;
    color: #b8d433;
    margin-right: 15%; }
    #page_301 .comments-list li:nth-child(2n+1) .comment-head {
      color: #fff !important; }
  #page_301 .comments-list li:nth-child(2n+1):after {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #997c65;
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    left: 7%; }
  #page_301 .comments-list li:nth-child(2n+2) {
    background: #fff;
    color: #997c65;
    margin-left: 15%; }
    #page_301 .comments-list li:nth-child(2n+2) .comment-head {
      color: #997c65 !important; }
  #page_301 .comments-list li:nth-child(2n+2):after {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    right: 7%; }
  #page_301 .comments-list li {
    border-radius: 15px;
    position: relative; }

.owl-theme {
  padding-top: 2rem; }

.powermail_message_error {
  display: none; }

#footer {
  position: relative;
  z-index: 10;
  color: #b8d433; }
  #footer .footer-section {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    background: #997c65; }
    #footer .footer-section a, #footer .footer-section a:link, #footer .footer-section h1, #footer .footer-section h2, #footer .footer-section h3, #footer .footer-section h4, #footer .footer-section h5, #footer .footer-section h6 {
      color: #b8d433; }

.nav-calltoaction a {
  color: #997c65 !important; }

a[href^="javascript:linkTo_UnCryptMailto"]:before {
  display: none; }

/*Cookiekram*/
.om-cookie-panel h3 {
  display: none; }
.om-cookie-panel .far {
  display: none; }
.om-cookie-panel .cookie-panel__checkbox + label {
  line-height: 40px; }
.om-cookie-panel .cookie-panel__button {
  height: 40px;
  border-radius: 0;
  background: #997c65;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 18px; }
.om-cookie-panel .cookie-panel__button--color--green {
  color: #997c65;
  background: #b8d433; }
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 2px solid #997c65;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 20px; }
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url('/fileadmin/images/typo3/pfote-gruen.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.om-cookie-panel.active {
  background: rgba(36, 16, 0, 0.95);
  border: 0;
  width: 100%;
  padding: 20px 20%;
  bottom: 60px;
  color: #b8d433; }

@keyframes zoom {
  0% {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); } }
@keyframes zoomout {
  0% {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  100% {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.fa-phone {
  color: #997c65; }

#content .green .fa-phone {
  color: #fff; }

@media (max-width: 991px) {
  #content .b-left:after, #content .b-right:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.75); }
  #page {
    padding-top: 39px !important; }
  .navbar-brand, nav .d-flex.flex-lg-grow-1, div.nav {
    position: absolute;
    z-index: 100; }
  div.nav {
    position: fixed; }
  .navbar-brand {
    top: -12px;
    left: 0px;
    padding: 0;
    margin: 0; }
  nav .d-flex.flex-lg-grow-1, div.nav {
    top: 0;
    right: 0rem; }
    nav .d-flex.flex-lg-grow-1 .nav-item, div.nav .nav-item {
      background: #df5; }
  #mm-1 {
    background: beige; }
  ul.nav.navbar-nav {
    display: none; }
  .fixed-top {
    height: 0; } }

@media (max-width: 768px) {
  #footer {
    position: relative;
    z-index: 10;
    color: #b8d433; }
    #footer .nav-calltoaction .calltoaction-item {
      border: 1px solid #b8d433;
      margin: 3px 6px 0 6px; }
    #footer .nav-calltoaction a, #footer .nav-calltoaction i.fas {
      color: #b8d433 !important; } }

.copyright a {
  color: #b8d433; }
.copyright a.external-link-new-window:before {
  display: none; }

.tx-om-cookie-consent {
  background: #997c65; }
