/* Global Styles */

@font-face {
  font-family: "BourtonHandBaseDrop";
  src: url('../fonts/BourtonHandBaseDrop/font.woff2') format('woff2'), url('../fonts/BourtonHandBaseDrop/font.woff') format('woff');
}

@keyframes showMenu {
  0% { height: 0; overflow: hidden; }
  99% { height: 320px; overflow: hidden; }
  100% { height: 320px; overflow: visible; }
}

@keyframes hideMenu {
  0% { height: 320px; overflow: visible; }
  1% { height: 320px; overflow: hidden; }
  100% { height: 0; overflow: hidden; }
}

.hoverbild {
  position: relative;
  display: block;
}

.hoverbild img:nth-of-type(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}

.hoverbild:hover img:nth-of-type(2) {
  opacity: 1;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  opacity: 0.8;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  opacity: 0.8;
  color: #fff;
}

.slider-text.anim-exit-left {
  left: -100%;
}

.slider-text.anim-exit-right {
  left: 100%;
}

.slider-text.anim-exit-bottom {
  bottom: -100%;
}

.slider-text.anim-exit-top {
  bottom: 100%;
}

.slider-text.anim-fade {
  opacity: 0;
}

.clear::after {
  content: '';
  clear: both;
  display: block;
}

html {
  --main-color: #9bb70d;
  --header-bg-color: #a69f8e;
  --container-padding: 160px;
  --header-size: 130px;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 6px;
  background-color: #aaa;
}

html::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}

body {
  font-family: Lato, sans-serif;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  padding-top: 130px;
}

button {
  appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: none;
}

[hidden] {
  display: none !important;
}

table {
  font-size: 16px;
}

strong {
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--a-color, inherit);
  text-decoration: none;
  transition: color 300ms linear;
}

a:hover,
a:focus,
a:active {
  text-decoration: var(--a-decoration, none);
  color: var(--a-highlight-color, var(--a-color, inherit));
}

p {
  font-size: 18px;
  line-height: 28px;
  /*margin-bottom: 10px;*/
  margin-block-start: 5px;
  margin-block-end: 5px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

li {
  line-height: 1.2;
}

ul, ol {
  list-style-position: inside;
  font-size: 18px;
}

ul, ol, pre, code {
  margin-bottom: 20px;
}

.screen-reader-text {
  display: none;
}

#primary ul {
  list-style-type: square;
}

#primary ol {
  list-style-type: decimal;
}

#primary li::marker {
  color: #84a00c;
}

/* a */

.insta-thumb {
  height: 200px;
  margin-right: 10px;
}

.insta {
  display: flex;
}

.insta {
  flex-wrap: wrap;
  margin: 0 -5px;
}

.insta-thumb {
  height: auto;
  width: calc(100% / 6);
  margin-right: 0;
  padding: 5px 5px;
}

/*
#primary li::before {
  content: "\25AA";
  color: #84a00c;
  display: inline-block;
  width: 1em;
}*/

#primary li {
  line-height: 1.2;
}

#primary a {
  color: #84a00c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* TinyMCE */

/*
figure.image {
  display: inline-block;
  position: relative;
}*/

figure.image figcaption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  background-color: #e1d5bd80;
  color: #000;
}

/* containers */

.container {
  /*width: calc(100% - var(--container-padding, 160px));*/
  width: 100%;
  padding: 0 calc(var(--container-padding, 160px) / 2);
  margin: 0 auto;
}

.full-width {
  margin: 0 calc(var(--container-padding, 160px) / -2);
  position: relative;
  clear: both;
}

.full-width > img {
  display: block;
  object-fit: cover;
}

.container::before {
  content: "";
  display: table;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

/* Content */

.dt-sc-hr-invisible {
  padding: 20px 0px;
  clear: both;
}

.dt-sc-hr-invisible-large {
  padding: 55px 0px;
  clear: both;
}

#primary {
  float: left;
  width: 100%;
}

#primary.page-with-right-sidebar {
  margin-right: 46px;
  width: calc(100% - 396px);
}

.secondary-sidebar,
#secondary-right,
#secondary-left {
  width: 350px;
  float: left;
}

#secondary-right.secondary-has-right-sidebar {
  float: right;
}

.secondary-sidebar .textwidget {
  text-align: center;
}

.spendenrat {
  background-color: #f5f5f5;
  padding: 10px;
}

.selection-box li {
  border-top: 1px solid #f4f4f4;
  position: relative;
}

.selection-box li:last-child {
  border-bottom: 1px solid #f4f4f4;
}

.selection-box h4 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
}

.selection-box sup {
  float: right;
}

.selection-box ul li::before {
  content: "\f124";
  top: 11px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  left: 0px;
  color: #9bb70d;
}

/* Formulare */

label[for=art_einmal]::before,
label[for=art_regel]::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid;
  vertical-align: bottom;
  text-align: center;
  margin-right: 5px;
}

#art_einmal:checked ~ div > [for=art_einmal]::before,
#art_regel:checked ~ div > [for=art_regel]::before {
  content: '✓';
}

#art_einmal:not(:checked) ~ div > span.einmalig,
#art_einmal:checked ~ div > span.regel {
  display: none;
}

/* Akkordeon */

.acc-entry > input {
  display: none;
}

.acc-title {
  display: block;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 14px 20px 14px 46px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 26px;
  font-family: Roboto/*'Roboto Condensed'*/;
  font-weight: 500;
  color: #4b4b45;
}

.acc-entry:not(:last-child) .acc-title, input:checked + .acc-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input:checked + .acc-title {
  color: #84a00c;
}

.acc-entry:not(:first-child) .acc-title {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.acc-title::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #666;
}

.acc-title:hover {
  color: #84a00c;
  background-color: #f0f0f0;
}

input:checked + .acc-title:hover {
  background-color: #f8f8f8;
}

input:not(:checked) + .acc-title::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background-color: #666;
}

.acc-content {
  padding: 14px 20px;
}

.acc-content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
  background-color: #f8f8f8;
}

.acc-entry:last-child .acc-content-wrapper {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.acc-calc.acc-content-wrapper {
  max-height: initial;
}

input:checked ~ .acc-content-wrapper {
  max-height: var(--max-height, 1000px);
  border: 1px solid #f0f0f0;
}

/* Footer Flex */

.flex-sm {
  display: flex;
  justify-content: space-between;
}

.flex-sm > * {
  flex: 2;
}

.flex-sm > *:last-child {
  flex: 1;
}

/* Nach oben button */

.to-top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: #9DB22F;
  transition: opacity 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  fill: white;
  border-radius: 8px;
}

.side-bar .to-top {
  right: 50px;
}

.below-top .to-top {
  opacity: 0.5;
  pointer-events: auto;
}

.to-top:hover {
  opacity: 1;
}

/* Box */

.box_header {
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  font-size: 26px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-with-sidebar .box_header {
  font-size: 20px;
  padding: 0 8px;
  height: 86px;
}

.page-with-sidebar .box_center img {
  height: 380px;
}

.page-with-sidebar .box_text {
  padding: 8px;
}

.box_title,
.box_subtitle {
  text-transform: uppercase;
  color: #685e58;
}

.box_title {
  font-weight: 700;
}

.box_subtitle {
  font-weight: 300;
  margin-top: 15px;
}

.box_text {
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.box_text > p:last-child {
  margin-bottom: 0;
}

.box_text a {
  color: #9bb70d;
}

.box_center {
  position: relative;
}

.box_center img {
  object-fit: cover;
  width: 100%;
  display: block;
}

.date {
  font-size: 150%;
  text-transform: uppercase;
  background-color: var(--main-color);
  padding: 30px 15px;
  text-align: center;
  color: white;
}

.date.with-picture {
  position: absolute;
  left: 6px;
  top: 6px;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  outline: 6px solid var(--main-color);
  padding: 15px 15px;
}

.date > .day {
  font-size: 150%;
  font-weight: 700;
}

/* Column */

.vc_row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}

.vc_col-xs-12,
.vc_column_container {
  width: 100%;
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

.vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.gluecklich .vc_column_container > .vc_column-inner {
  padding-bottom: 30px;
}

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  float: left;
}
.vc_col-xs-11 {
  width: 91.66666667%;
}
.vc_col-xs-10 {
  width: 83.33333333%;
}
.vc_col-xs-9 {
  width: 75%;
}
.vc_col-xs-8 {
  width: 66.66666667%;
}
.vc_col-xs-7 {
  width: 58.33333333%;
}
.vc_col-xs-6 {
  width: 50%;
}
.vc_col-xs-5 {
  width: 41.66666667%;
}
.vc_col-xs-4 {
  width: 33.33333333%;
}
.vc_col-xs-3 {
  width: 25%;
}
.vc_col-xs-2 {
  width: 16.66666667%;
}
.vc_col-xs-1 {
  width: 8.33333333%;
}
.vc_col-xs-pull-12 {
  right: 100%;
}
.vc_col-xs-pull-11 {
  right: 91.66666667%;
}
.vc_col-xs-pull-10 {
  right: 83.33333333%;
}
.vc_col-xs-pull-9 {
  right: 75%;
}
.vc_col-xs-pull-8 {
  right: 66.66666667%;
}
.vc_col-xs-pull-7 {
  right: 58.33333333%;
}
.vc_col-xs-pull-6 {
  right: 50%;
}
.vc_col-xs-pull-5 {
  right: 41.66666667%;
}
.vc_col-xs-pull-4 {
  right: 33.33333333%;
}
.vc_col-xs-pull-3 {
  right: 25%;
}
.vc_col-xs-pull-2 {
  right: 16.66666667%;
}
.vc_col-xs-pull-1 {
  right: 8.33333333%;
}
.vc_col-xs-pull-0 {
  right: auto;
}
.vc_col-xs-push-12 {
  left: 100%;
}
.vc_col-xs-push-11 {
  left: 91.66666667%;
}
.vc_col-xs-push-10 {
  left: 83.33333333%;
}
.vc_col-xs-push-9 {
  left: 75%;
}
.vc_col-xs-push-8 {
  left: 66.66666667%;
}
.vc_col-xs-push-7 {
  left: 58.33333333%;
}
.vc_col-xs-push-6 {
  left: 50%;
}
.vc_col-xs-push-5 {
  left: 41.66666667%;
}
.vc_col-xs-push-4 {
  left: 33.33333333%;
}
.vc_col-xs-push-3 {
  left: 25%;
}
.vc_col-xs-push-2 {
  left: 16.66666667%;
}
.vc_col-xs-push-1 {
  left: 8.33333333%;
}
.vc_col-xs-push-0 {
  left: auto;
}
.vc_col-xs-offset-12 {
  margin-left: 100%;
}
.vc_col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
  margin-left: 75%;
}
.vc_col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
  margin-left: 50%;
}
.vc_col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
  margin-left: 25%;
}
.vc_col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 850px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .vc_col-md-1,
  .vc_col-md-10,
  .vc_col-md-11,
  .vc_col-md-12,
  .vc_col-md-2,
  .vc_col-md-3,
  .vc_col-md-4,
  .vc_col-md-5,
  .vc_col-md-6,
  .vc_col-md-7,
  .vc_col-md-8,
  .vc_col-md-9 {
    float: left;
  }
  .vc_col-md-12 {
    width: 100%;
  }
  .vc_col-md-11 {
    width: 91.66666667%;
  }
  .vc_col-md-10 {
    width: 83.33333333%;
  }
  .vc_col-md-9 {
    width: 75%;
  }
  .vc_col-md-8 {
    width: 66.66666667%;
  }
  .vc_col-md-7 {
    width: 58.33333333%;
  }
  .vc_col-md-6 {
    width: 50%;
  }
  .vc_col-md-5 {
    width: 41.66666667%;
  }
  .vc_col-md-4 {
    width: 33.33333333%;
  }
  .vc_col-md-3 {
    width: 25%;
  }
  .vc_col-md-2 {
    width: 16.66666667%;
  }
  .vc_col-md-1 {
    width: 8.33333333%;
  }
  .vc_col-md-pull-12 {
    right: 100%;
  }
  .vc_col-md-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-md-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-md-pull-9 {
    right: 75%;
  }
  .vc_col-md-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-md-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-md-pull-6 {
    right: 50%;
  }
  .vc_col-md-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-md-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-md-pull-3 {
    right: 25%;
  }
  .vc_col-md-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-md-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-md-pull-0 {
    right: auto;
  }
  .vc_col-md-push-12 {
    left: 100%;
  }
  .vc_col-md-push-11 {
    left: 91.66666667%;
  }
  .vc_col-md-push-10 {
    left: 83.33333333%;
  }
  .vc_col-md-push-9 {
    left: 75%;
  }
  .vc_col-md-push-8 {
    left: 66.66666667%;
  }
  .vc_col-md-push-7 {
    left: 58.33333333%;
  }
  .vc_col-md-push-6 {
    left: 50%;
  }
  .vc_col-md-push-5 {
    left: 41.66666667%;
  }
  .vc_col-md-push-4 {
    left: 33.33333333%;
  }
  .vc_col-md-push-3 {
    left: 25%;
  }
  .vc_col-md-push-2 {
    left: 16.66666667%;
  }
  .vc_col-md-push-1 {
    left: 8.33333333%;
  }
  .vc_col-md-push-0 {
    left: auto;
  }
  .vc_col-md-offset-12 {
    margin-left: 100%;
  }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-md-offset-9 {
    margin-left: 75%;
  }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-md-offset-6 {
    margin-left: 50%;
  }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-md-offset-3 {
    margin-left: 25%;
  }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
  .vc_col-lg-1,
  .vc_col-lg-10,
  .vc_col-lg-11,
  .vc_col-lg-12,
  .vc_col-lg-2,
  .vc_col-lg-3,
  .vc_col-lg-4,
  .vc_col-lg-5,
  .vc_col-lg-6,
  .vc_col-lg-7,
  .vc_col-lg-8,
  .vc_col-lg-9 {
    float: left;
  }
  .vc_col-lg-12 {
    width: 100%;
  }
  .vc_col-lg-11 {
    width: 91.66666667%;
  }
  .vc_col-lg-10 {
    width: 83.33333333%;
  }
  .vc_col-lg-9 {
    width: 75%;
  }
  .vc_col-lg-8 {
    width: 66.66666667%;
  }
  .vc_col-lg-7 {
    width: 58.33333333%;
  }
  .vc_col-lg-6 {
    width: 50%;
  }
  .vc_col-lg-5 {
    width: 41.66666667%;
  }
  .vc_col-lg-4 {
    width: 33.33333333%;
  }
  .vc_col-lg-3 {
    width: 25%;
  }
  .vc_col-lg-2 {
    width: 16.66666667%;
  }
  .vc_col-lg-1 {
    width: 8.33333333%;
  }
  .vc_col-lg-pull-12 {
    right: 100%;
  }
  .vc_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-lg-pull-9 {
    right: 75%;
  }
  .vc_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-lg-pull-6 {
    right: 50%;
  }
  .vc_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-lg-pull-3 {
    right: 25%;
  }
  .vc_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-lg-pull-0 {
    right: auto;
  }
  .vc_col-lg-push-12 {
    left: 100%;
  }
  .vc_col-lg-push-11 {
    left: 91.66666667%;
  }
  .vc_col-lg-push-10 {
    left: 83.33333333%;
  }
  .vc_col-lg-push-9 {
    left: 75%;
  }
  .vc_col-lg-push-8 {
    left: 66.66666667%;
  }
  .vc_col-lg-push-7 {
    left: 58.33333333%;
  }
  .vc_col-lg-push-6 {
    left: 50%;
  }
  .vc_col-lg-push-5 {
    left: 41.66666667%;
  }
  .vc_col-lg-push-4 {
    left: 33.33333333%;
  }
  .vc_col-lg-push-3 {
    left: 25%;
  }
  .vc_col-lg-push-2 {
    left: 16.66666667%;
  }
  .vc_col-lg-push-1 {
    left: 8.33333333%;
  }
  .vc_col-lg-push-0 {
    left: auto;
  }
  .vc_col-lg-offset-12 {
    margin-left: 100%;
  }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-lg-offset-9 {
    margin-left: 75%;
  }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-lg-offset-6 {
    margin-left: 50%;
  }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-lg-offset-3 {
    margin-left: 25%;
  }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-lg-offset-0 {
    margin-left: 0;
  }
  .vc_el-clearfix-lg {
    clear: both;
  }
}

/* helfen */

.tapete {
  padding: 0 calc(20vw - var(--container-padding) / 2);
  position: relative;
}

.tapete.helfen::before {
  position: absolute;
  left: 0;
  width: calc(20vw - var(--container-padding) / 2);
  content: '';
  top: 0;
  bottom: 0;
  background: url('/assets/images/Tatzen-Tapete links.svg');
  background-size: 100%;
}

.tapete.helfen::after {
  position: absolute;
  right: 0;
  width: calc(20vw - var(--container-padding) / 2);
  content: '';
  top: 0;
  bottom: 0;
  background: url('/assets/images/Tatzen-Tapete rechts.svg');
  background-size: 100%;
}

.tapete.gluecklich {
  padding: 0;
  display: flex;
  /*padding: 0 calc(20vw - var(--container-padding) / 2) 0 0;*/
}

.gluecklich-images {
  display: flex;
  flex-direction: column;
}

.gluecklich-images img {
  margin-bottom: 30px;
}

.gluecklich-images,
.gluecklich-content {
  flex: 1 1 40%;
}

.gluecklich-dummy {
  flex: 1 1 20%;
}

.gluecklich-content {
  padding: 0 30px;
}

.tapete.gluecklich::after {
  position: absolute;
  right: 0;
  width: calc(20vw - var(--container-padding) / 2);
  content: '';
  top: 0;
  bottom: 0;
  background: url('/assets/images/Tatzen-Herzen-Tapete rechts.jpg');
  background-size: 100%;
}

.helfen-header {
  position: absolute;
  top: calc(60vw * 0.2641176470588235 * -0.1);
  left: calc(20vw - var(--container-padding) / 2);
  right: calc(20vw - var(--container-padding) / 2);
  width: auto;
  background: url('/assets/images/helfen.png');
  height: calc(60vw * 0.2641176470588235);
  background-size: 100%;
}

.helfen-links {
  display: flex;
  margin: 10px -20px 58px;
}

.helfen .accordion {
  margin-bottom: 78px
}

.helfen-links a {
  flex: 1;
  margin: 20px;
}

.helfen-links img {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.tapete h2 {
  position: relative;
  display: flex;
  align-items: center;
}

.tapete h2 img {
  height: 50px;
  margin-left: 10px;
}

.offset-anchor {
  position: relative;
  top: calc(var(--header-size, 130px) * -1 - 50px);
}

.tapete.lupo {
  position: static;
  padding: 0 calc(15vw - var(--container-padding) / 2) 0 calc(25vw - var(--container-padding) / 2);
}

.tapete.lupo::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('/assets/images/BMT Lupo HG 4-4tel Raster mit 70 Prozent Strahlen.svg') fixed no-repeat 0 var(--header-size, 130px)/100%;
  z-index: -1;
}

.lupo-entry {
  clear: both;
}

.lupo-entry .lupo-img {
  margin: 0 30px 30px 0;
  float: left;
  height: 280px;
}

.lupo-text {
  height: 280px;
}

.lupo-text p:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.lupo-check {
  display: none;
}

.lupo-lesen {
  color: #9bb70d;
}

.lupo-text p {
  display: none;
}

.lupo-check:checked ~ .lupo-text {
  height: auto;
}

.lupo-check:checked ~ .lupo-text p {
  display: block;
  overflow: visible;
}

.lupo-lesen::before {
  content: 'mehr anzeigen';
  cursor: pointer;
}

.lupo-check:checked ~ .lupo-text .lupo-lesen::before {
  content: 'weniger anzeigen';
}

/* Shop */

#primary .tapete .produkt {
  border: 3px solid #f4f4f4;
  margin-bottom: 40px;
  display: block;
  /*color: #5b5548;*/
  color: #fff;
  background-color: #84a00c;
}

.tapete.shop::before {
  position: absolute;
  left: 0;
  width: calc(20vw - var(--container-padding) / 2);
  content: '';
  top: 0;
  bottom: 0;
  background: url('/assets/images/Tatzen-Tapete links.svg');
  background-size: 100%;
}

.tapete.shop::after {
  position: absolute;
  right: 0;
  width: calc(20vw - var(--container-padding) / 2);
  content: '';
  top: 0;
  bottom: 0;
  background: url('/assets/images/Tatzen-Herzen-Tapete rechts.jpg');
  background-size: 100%;
}

.produkt-bild img {
  width: 100%;
  display: block;
}

.produkt-info button.eckigbutton {
  margin: 20px 0 0 0;
}

.produkt-info select {
  text-align: right;
}

.produkt-text {
  padding: 20px;
}

.produkt-titel {
  font-size: 24px;
}

.produkt-untertitel:not(:empty) {
  margin-top: 10px;
}

.produkt-oben {
  background: #f8f4eb;
  display: flex;
  padding: 20px 20px;
  justify-content: space-between;
}

.produkt-bilder {
  flex: 1 0 calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
}

.produkt-bilder .thumb-image:first-child {
  flex: 0 0 80%;
  margin: 0;
}

.produkt-bilder .thumb-image {
  flex: 0 0 150px;
  padding: 6px;
  background-color: #fff;
  box-shadow: 0 0 3px;
  margin-top: 20px;
  margin-right: 20px;
}

.produkt-bilder img {
  width: 100%;
}

.produkt-info {
  flex: 0 0 300px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px;
  height: 100%;
}

.produkt-info > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.produkt-info > div:first-child {
  margin-bottom: 20px;
}

.produkt-info input {
  text-align: right;
}

.produkt-preis {
  font-size: 28px;
}

.produkt-description {
  padding-top: 20px;
}

.produkt-info th {
  font-weight: normal;
  text-align: left;
}

.produkt-info td {
  padding: 4px 0 4px 4px;
  text-align: right;
}

.page .produkt-info table {
  width: 100%;
  margin: 0;
}

.produkt-info td input, .produkt-anzahl input {
  width: 3em;
  border: 1px solid #eee;
}

.warenkorb {
  position: sticky;
  top: 200px;
  width: 40px;
  height: 40px;
  background: url('/assets/images/warenkorb.svg') #9DB22F center/30px no-repeat;
  float: right;
  z-index: 200;
  margin-right: -50px;
  border-radius: 8px;
}

.warenkorb-table {
  margin: 0 !important;
}

.warenkorb-table th {
  text-align: left;
  background-color: var(--main-color);
  color: #fff;
  vertical-align: middle;
}

.warenkorb-table th, .warenkorb-table td {
  padding: 5px;
  border: 1px solid #f4f4f4;
  vertical-align: middle;
  height: 50px;
}

.warenkorb-table td.right {
  text-align: right;
}

.form-controls {
  display: flex;
  align-content: center;
}

.form-controls input[type=radio] {
  display: inline;
  padding: 0;
  border: none;
  margin: 0;
}

.form-controls label {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: 1;
}

.form-controls label * {
  flex: 0 0 auto;
}

.form-controls label *:first-child {
  margin-right: 10px;
  flex: 0 0 auto;
}

.form-controls label *:last-child:not(:first-child) {
  margin-left: 10px;
}

.warenkorb-form table button.eckigbutton {
  margin: 0;
}

.warenkorb-form button.eckigbutton {
  margin: 0 0 10px 0;
}

.warenkorb-table input {
  width: 3em;
  text-align: right;
  padding: 10px;
  border: 1px solid #c8c8c8;
}

.zahlungsarth5 {
  margin: 0;
}

.v2 td {
  background-color: #ff000020;
}

.warenkorb .amount:not(:empty) {
  position: absolute;
  z-index: 10;
  color: var(--main-color);
  background-color: #fff;
  border-radius: 8px;
  padding: 3px;
  top: 25px;
  left: 25px;
  box-shadow: 2px 2px 2px;
}

/* Kontakt */
.kontakt input, .kontakt textarea, .frm_tierpatenschaft input, .frm_tierpatenschaft select, .frm_tierpatenschaft textarea, .form-controls input, .form-controls textarea, .form-controls select {
  display: block;
  padding: 10px;
  border: 1px solid #c8c8c8;
  flex: 1 1 26%;
  margin: 10px;
}

.field-group > label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.css_frm_box_feld_text select {
  margin: 10px 0 0 0;
}

.form-controls .field-placeholder, .field-group .field-placeholder {
  flex: 1 1 26%;
  margin: 10px;
}

.kontakt {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.field-group {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.field-group > * {
  flex: 1;
  margin: 10px;
}

.field-group > label > * {
  margin: 0;
}

.kontakt button, .frm_tierpatenschaft button, button.eckigbutton {
  background-color: #9bb70d;
  color: #fff;
  flex: 0 0 160px;
  height: 40px;
  margin: 10px;
  font-size: 20px;
  cursor: pointer;
}

.kontakt button:hover, button.eckigbutton:hover {
  background-color: #84a00c;
}

.tier-content .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.main-image {
  flex: 0 0 100%;
  padding-top: 40%;
  width: 100%;
  box-sizing: content-box;
  height: 0;
  position: relative;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/* header */

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--header-bg-color);
  height: var(--header-size, 130px);
  z-index: 100;
  box-sizing: content-box;
  transition: height 200ms linear;
}

header > .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
}

.main-menu-container {
  width: calc(100% - var(--container-padding, 160px) / 2);
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 55px;
  transition: all 200ms linear;
  z-index: 100;
}

.below-top .main-menu-container {
  width: 100%;
}

.below-top #main-menu ul.menu > li > a {
  line-height: 90px;
}

.below-top #logo img {
  height: 90px;
}

.main-menu-container .main-menu {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(95, 95, 95, 0.1);
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 40px 0 0;
}

.main-menu ul {
  list-style: none;
}

#logo {
  float: left;
  margin: 0;
  text-align: center;
}

#logo img {
  height: 150px;
  transition: height 300ms;
  padding: 5px 0 4px 12px;
}

#slider .slider-image {
  display: none;
}

#slider .slider-image:first-of-type {
  display: block;
}

.slider-text {
  position: absolute;
  left: var(--left, 0);
  bottom: var(--bottom, 0);
  transition: all 500ms;
  color: var(--color);
}

.slider-content {
  transition: all 500ms;
}

.slider-content {
  background-color: var(--background-color, inherit) !important;
  color: var(--color, inherit) !important;
}

.slider-content:hover {
  background-color: var(--background-color-hover, var(--background-color, inherit)) !important;
  color: var(--color-hover, var(--color, inherit)) !important;
}

.slider-animate {
  transition: none;
}

.slider-content a {
  transition: none;
}

.slider-content p, .slider-content h1 {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.slider-content img {
  width: var(--image-width, auto);
  height: var(--image-height, auto);
}

.slider-image {
  position: relative;
  box-sizing: content-box;
  /*border-top: 75px solid #f8fbe8;*/
}

.slider-image > img {
  object-fit: contain;
  width: 100%;
  /*height: calc(100vh - 165px);*/
  background: #f8fbe8;
}

/* menu */
#main {
  /*background: url(/assets/images/footer.png) no-repeat bottom center;*/
  /*padding-bottom: 180px;*/
}

.hidden-toggle {
  display: none;
}

.dt-menu {
  display: none;
}

.dt-menu-toggle {
  display: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  cursor: pointer;
  margin: 20px 0px 0px;
}

.dt-menu-toggle-icon {
  background: #ffffff;
  float: right;
  height: 2px;
  margin-top: 8px;
  position: relative;
  text-align: left;
  width: 20px;
}

.dt-menu-toggle-icon::before, .dt-menu-toggle-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 2px;
  width: 20px;
  left: 0px;
  top: -5px;
}

.dt-menu-toggle-icon::after {
    top: 5px;
}

#main-menu {
  float: right;
  position: relative;
  z-index: 100;
  line-height: normal;
}

#main-menu ul.menu {
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

#main-menu ul.menu > li {
  padding: 0px;
  position: relative;
  float: left;
}

#main-menu > ul > li.current_page_item > a {
  position: relative;
}

#main-menu ul.menu > li > a {
  display: inline-block;
  padding: 0px;
  margin: 0px 14px;
  font-size: 25px;
  font-weight: bold;
  line-height: 150px;
  color: #685e58;
  text-transform: uppercase;
  transition: color 300ms linear, line-height 300ms;
}

#main-menu > ul > li.current_page_item > a::before {
  content: "";
  border-top: 5px solid;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
}

#main-menu ul li.menu-item-simple-parent ul {
  visibility: hidden;
  opacity: 0;
  width: 260px;
  background: #ffffff;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0px;
  float: left;
  z-index: 1;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--main-color);
  transition: opacity 300ms linear;
  text-align: left;
}

#main-menu ul li.menu-item-simple-parent a[menu="left"] ~ ul {
  left: initial;
  right: 0;
}

#main-menu ul li.menu-item-simple-parent:hover ul {
  visibility: visible;
  opacity: 1;
}

#main-menu ul li.menu-item-simple-parent ul li {
  display: block;
  padding: 0px 15px;
  position: relative;
}

#main-menu ul li.menu-item-simple-parent ul li a {
  font-size: 16px;
  color: #36251e;
  position: relative;
  padding: 10px 0px 10px 10px;
  display: block;
}

#main-menu ul li.menu-item-simple-parent ul li a::before {
  color: #afc53d;
}

#main-menu ul li.menu-item-simple-parent ul li a::before {
  content: "\f105";
  padding-right: 7px;
  font-family: FontAwesome;
}

/* Ausfahr */

.ausfahr-button {
  position: fixed;
  bottom: 120px;
  right: 0;
  --width: 282;
  --height: 34;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  z-index: 100;
  box-shadow: 0 3px 3px #666;
}

.ausfahr-check:checked + .ausfahr-button, .ausfahr-button:hover {
  transform: none;
}

.ausfahr-header {
  --angle: calc(180deg - 65deg * var(--height) / var(--width));
  --stop: 60%;
  --from: #84A00D;
  --to: #9DB22F;
  --a-highlight-color: #fff;
  width: calc(var(--width) * 1px);
  height: calc(var(--height) * 1px);
  background: linear-gradient(var(--angle), var(--from), var(--from) var(--stop), var(--to) var(--stop), var(--to));
  border-radius: 12px 12px 0 0;
  box-shadow: -3px 0 3px #666;
  padding: 0 10px;
  font-size: 18px;
  font-family: /*Roboto*/'Roboto Condensed';
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform: translateX(calc(var(--width) * -1px)) translateY(-100%) rotateZ(-90deg);
  transform-origin: bottom right;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 20;
}

.ausfahr-check {
  display: none;
}

.ausfahr-content {
  height: calc(var(--width) * 1px);
  width: calc(100vw - 34px);
  max-width: 500px;
  background-color: #9DB22F;
  z-index: 30;
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
}

.ausfahr-content > p:last-child {
  margin: 0;
}

.ausfahr-content a {
  display: block;
}

.ausfahr-content .link {
  color: #fff;
  font-weight: bold;
}

.ausfahr-kiti .link {
  color: #245AB2;
}

.ausfahr-spenden {
  bottom: 150px;
  --width: 170;
}

.ausfahr-spenden .button-img::before {
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/pfote.png);
  content: '';
  display: block;
  background-size: 100%;
}

.ausfahr-mitglied {
  bottom: 490px;
  --width: 180;
}

.ausfahr-mitglied .button-img::before {
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/button-mitglied.png);
  content: '';
  display: block;
  background-size: 100%;
}

.ausfahr-pate {
  bottom: 330px;
  --width: 150;
}

.ausfahr-pate .button-img::before {
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/button-pate.png);
  content: '';
  display: block;
  background-size: 100%;
}

.ausfahr-kiti {
  bottom: 20px;
  --width: 120;
}

.ausfahr-kiti .ausfahr-header {
  justify-content: center;
  background: #dbfdff;
  color: #245AB2;
}

.ausfahr-kiti .button-img::before {
  width: 116px;
  height: 30px;
  background-image: url(/assets/images/kiti-hessen.png);
  content: '';
  display: block;
  background-size: 100%;
  border-radius: 12px 12px 0 0;
}

.ausfahr-kiti .ausfahr-content {
  background: #dbfdff;
  color: #245AB2;
}

/* Social Media Icons */
.dt-sc-social-icons {
  width: auto;
  margin: 0 20px;
  line-height: 0px;
  text-align: center;
  list-style: none;
}

.dt-sc-social-icons li {
  background: #fff;
  margin: 0px 5px 0px 0px;
  float: left;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.dt-sc-social-icons li a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  display: block;
  text-align: center;
  font-size: 36px;
  color: #4d4d4d;
  position: relative;
  z-index: 2;
}

.dt-sc-social-icons li a img:last-child {
  opacity: 0;
  z-index: 2;
  transition: opacity 300ms;
}

.dt-sc-social-icons li a img:first-child {
  z-index: 1;
}

.dt-sc-social-icons li a img:last-child, .dt-sc-social-icons li a img:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dt-sc-social-icons li a:hover img:last-child {
  opacity: 1;
}

.facebook:hover {
  background-color: #4268b3;
}

.dt-sc-social-icons .gooding img:last-child, .dt-sc-social-icons .gooding img:first-child {
  width: 43px;
  height: 43px;
  transform: none;
  left: 0;
  top: 0;
}

/*
.gooding {
  width: 45px;
  height: 45px;
}

.gooding svg {
  position: relative;
  z-index: 10;
  width: 45px;
  height: 45px;
}

/*
.dt-sc-social-icons li.gooding:not(:hover) path {
  fill: #4d4d4d;
}

.dt-sc-social-icons li a:hover {
  color: #fff;
}

.dt-sc-social-icons li:hover::after {
  background: #3c5b9b;
  height: 100%;
}
.dt-sc-social-icons li::after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}*/

.button {
  --width: 282;
  --height: 66;
  --angle: calc(180deg - 65deg * var(--height) / var(--width));
  --stop: 60%;
  --from: #84A00D;
  --to: #9DB22F;
  --a-highlight-color: #fff;
  --padding: 15px;
  width: calc(var(--width) * 1px);
  height: calc(var(--height) * 1px);
  background: linear-gradient(var(--angle), var(--from), var(--from) var(--stop), var(--to) var(--stop), var(--to));
  border-radius: 12px;
  box-shadow: 3px 3px 3px #666;
  padding: 0 var(--padding);
  font-size: 24px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#primary .button {
  color: white;
}

.button.zweifarbig {
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.button.zweifarbig:hover {
  transform: rotateX(90deg);
}

.button.zweifarbig::before {
  content: attr(data-title);
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  left: 0;
  top: 100%;
  box-shadow: inherit;
  border-radius: inherit;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: var(--padding);
}

.button.zweifarbig::after {
  --y-offset: 12px;
  position: absolute;
  left: var(--padding);
  top: 100%;
  transform: rotateX(-90deg) translateY(var(--y-offset));
  transform-origin: 50% 0;
}

.jetztSpenden2 .button-img::before, .jetztSpenden2.zweifarbig::after,
.jetztSpenden .button-img::before, .jetztSpenden.zweifarbig::after,
.jetztHelfen .button-img::before, .jetztHelfen.zweifarbig::after {
  background-image: url(/assets/images/pfote.png);
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.jetztSpenden .button-img::before, .jetztSpenden.zweifarbig::after {
  width: 30px;
  height: 30px;
  --y-offset: 7px;
}

.jetztSpenden {
  --width: 240;
  --height: 45;
  --padding: 10px;
}

.jetztSpenden2 {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.jetztHelfen {
  position: absolute;
  right: 0;
  bottom: -6%;
}

.Tiervermittlung {
  width: 315px;
  height: 45px;
  --padding: 10px;
  background: linear-gradient(180deg, #87A214, #87A214 50%, #a8c05e);
  position: absolute;
  right: 28%;
  top: 70%;
  background-size: 200% 200%;
  transition: background-position 300ms linear;
  background-position-y: 100%;
}

.Tiervermittlung2 {
  width: 372px;
  height: 69px;
  background: linear-gradient(180deg, #87A214, #87A214 50%, #a8c05e); /*#a8c05e #d3dfae*/
  background-size: auto;
  margin: 35px 0 0 auto;
  background-size: 200% 200%;
  transition: background-position 300ms linear;
  background-position-y: 100%;
}

.Tiervermittlung:hover, .Tiervermittlung2:hover {
  background-position-y: 0%;
}

.Tiervermittlung::before, .Tiervermittlung2::before {
  background: linear-gradient(180deg, #799212, #97ad55);
}

/* Tiervermittlung */

.dt-sc-sorting-container {
  text-align: center;
}

#primary .dt-sc-sorting-container a, #primary .dt-sc-sorting-container label {
  --stop: 60%;
  --from: #84A00D;
  --to: #9DB22F;
  --bg: linear-gradient(145deg, var(--from), var(--from) var(--stop), var(--to) var(--stop), var(--to));
  --bg-opacity: 0;
  border: 1px solid #ededed;
  border-left: none;
  color: #685e58;
  cursor: pointer;
  padding: 0px 22px;
  display: inline-block;
  line-height: 50px;
  transition: all 300ms linear;
  position: relative;
}

#primary .dt-sc-sorting-container a[disabled], #primary .dt-sc-sorting-container label[disabled] {
  pointer-events: none;
  background-color: lightgray;
}

#primary .dt-sc-sorting-container label:first-child,
#primary .dt-sc-sorting-container a:first-child{
  border-left: 1px solid #ededed;
}

#primary .dt-sc-sorting-container a::before, #primary .dt-sc-sorting-container label::before {
  content: '';
  background: var(--bg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: var(--bg-opacity);
  transition: all 300ms linear;
}

#filter-all:checked ~.dt-sc-sorting-container [data-filter=all],
#filter-hunde:checked ~.dt-sc-sorting-container [data-filter=hunde],
#filter-katzen:checked ~.dt-sc-sorting-container [data-filter=katzen],
#filter-sonstige:checked ~.dt-sc-sorting-container [data-filter=sonstige],
#filter-notfälle:checked ~.dt-sc-sorting-container [data-filter=notfälle],
#filter-bauerhof:checked ~.dt-sc-sorting-container [data-filter=bauerhof],
#filter-m:checked ~.dt-sc-sorting-container [data-filter=m],
#filter-w:checked ~.dt-sc-sorting-container [data-filter=w],
#filter-kastriert:checked ~.dt-sc-sorting-container [data-filter=kastriert],
#primary .dt-sc-sorting-container > *:hover,
#primary .dt-sc-sorting-container > a.active {
  color: white;
  --bg-opacity: 1;
}

#filter-hunde:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=hunde]),
#filter-katzen:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=katzen]),
#filter-sonstige:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=sonstige]),
#filter-notfälle:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=notfälle]),
#filter-bauerhof:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=bauerhof]),
#filter-m:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=m]),
#filter-w:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=w]),
#filter-kastriert:checked ~.dt-sc-portfolio-container .portfolio:not([data-filter*=kastriert]) {
  display: none;
}

.tag-filter {
  display: none;
}

.dt-sc-portfolio-container {
  display: flex;
  flex-wrap: wrap;
}

.portfolio {
  padding: 20px;
  width: 25%;
}

.tier-sidebar .portfolio {
  width: 100%;
  padding: 10px 0;
}

.portfolio > a > img {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.portfolio .thumb img {
  background-color: #9DB22F;
  height: 200px;
  width: 100%;
  display: block;
}

.portfolio-detail {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 15px;
  position: relative;
}

.tier-sidebar .portfolio-content .portfolio-detail::before,
.dt-sc-tiere-container .portfolio-content .portfolio-detail::before {
  content: attr(data-name) ' anschauen!';
  position: absolute;
  left: -1px;
  top: calc(100% + 1px);
  right: -1px;
  bottom: -1px;
  background-color: #9DB22F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.tier-sidebar .portfolio-content:hover .portfolio-detail::before,
.dt-sc-tiere-container .portfolio-content:hover .portfolio-detail::before {
  top: -1px;
}

.tier-sidebar .thumb,
.dt-sc-tiere-container .thumb {
  overflow: hidden;
}

.tier-sidebar .thumb,
.dt-sc-tiere-container .thumb {
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
}

.tier-sidebar .portfolio-content img,
.dt-sc-tiere-container .portfolio-content img {
  transition: all 0.3s ease-in-out;
  height: auto;
}

.tier-sidebar .portfolio-content img,
.tier-content .thumb-image img,
.dt-sc-tiere-container .thumb img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  object-fit: cover;
  transform: translateX(-50%);
}

.tier-sidebar .portfolio-content:hover img {
  transform: translateX(-50%) scale(1.2);
}

.dt-sc-tiere-container .portfolio-content:hover img {
  transform: translateX(-50%) scale(1.2);
}

.tier-content .thumb-image {
  width: 150px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  height: 150px;
  position: relative;
}

.thumb-images {
  margin-right: -20px;
}

.tabs {
  clear: left;
  position: relative;
}

.tab-radio {
  display: none;
}

.tab-content {
  height: 0;
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  clear: left;
  border-top: 1px solid #c8c8c8;
  opacity: 0;
  transition: all 300ms ease-in-out;
  line-height: 1.4;
  overflow: hidden;
  padding-top: 20px;
  visibility: hidden;
}

.tabs .tab-radio:checked + .tab-label {
  border-color: #84a00c;
  background-color: #9bb70d;
  color: #fff;
}

.tier-sidebar {
  width: 20%;
  float: right;
}

.tier-content {
  width: 80%;
  padding-right: calc(var(--container-padding) / 2);
  float: left;
}

.tab-label {
  float: left;
  margin-right: 30px;
  padding: 20px;
  border-left: 8px solid #c8c8c8;
  background: #f4f4f4;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

#tab-angaben:checked ~ .angaben,
#tab-beschreibung:checked ~ .beschreibung,
#tab-fragen:checked ~ .fragen,
#tab-werde-mein-pate:checked ~ .werde-mein-pate {
  height: 100%;
  position: static;
  opacity: 1;
  visibility: visible;
}

/* Suche */

#search {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f8f4eb;
  padding: 5px 5px 2px;
  font-size: 16px;
}

#search button {
  display: inline;
  vertical-align: middle;
  cursor: pointer;
}

.extract .simplesearch-highlight {
  font-weight: bold;
  font-style: italic;
  color: #84a00c;
}

.simplesearch-result-pages {
  margin-right: 5px;
}

.simplesearch-paging {
  margin-bottom: 20px;
}

/* schriftarten & farben */

#main-menu ul li a:hover,
#main-menu ul > li.current_page_item > a,
#main-menu ul > li.current_page_ancestor > a,
#main-menu ul > li.current-menu-item > a,
#main-menu ul > li.current-menu-ancestor > a,
#main-menu ul li.menu-item-simple-parent ul > li.current_page_item > a,
#main-menu ul li.menu-item-simple-parent ul > li.current_page_ancestor > a,
#main-menu ul li.menu-item-simple-parent ul > li.current-menu-item > a,
#main-menu ul li.menu-item-simple-parent ul > li.current-menu-ancestor > a,
#header.header4 #main-menu ul.menu > li.current-menu-ancestor > a,
#header.header4 #main-menu ul.menu > li.current_page_item > a,
#header.header4 #main-menu ul.menu > li > a:hover,
#main-menu ul li.menu-item-simple-parent ul li a:hover,
#main-menu ul li.menu-item-megamenu-parent:hover > a {
  color: #9bb70d;
}

h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title,
#main-menu ul.menu > li > a,
.megamenu-child-container > ul.sub-menu > li > a,
.megamenu-child-container > ul.sub-menu > li > .nolink-menu,
.menu-item-widget-area-container .widget .widgettitle h3,
.dt-sc-button,
.dt-sc-ico-content.type5 h4,
.dt-sc-pr-tb-col.type3 .dt-sc-tb-title h3,
.dt-sc-pr-tb-col.type3 .dt-sc-tb-title p span,
.dt-sc-ico-content.type3 h4,
.dt-sc-ico-content.type2 h4,
.dt-sc-event .event-detail h2,
.dt-sc-animate-num h4,
.dt-sc-team.type1 h4,
.dt-sc-ico-content.type4 h4,
.portfolio-title h4,
.intro-text.type2 h4,
.dt-sc-ico-content.type7 h4,
.blog-post .blog-detail h2,
.dt-sc-ico-content.type6 h4,
.dt-sc-testimonial .author h4,
.dt-sc-ico-content.type7 h4,
.dt-sc-progress .dt-sc-bar-text > span,
input[type="submit"],
input[type="reset"],
button,
input[type="button"],
.dt-sc-titled-box h6.dt-sc-titled-box-title,
h2.section-title1,
h3.section-title1,
h4.section-title1,
h5.section-title1,
h6.section-title1,
.full-contact h3,
.secondary-sidebar .widget .widgettitle h3,
.megamenu-child-container > ul.sub-menu > li > .widgettitle > a,
.dt-sc-testimonial.type2 cite h4,
h1,
h2,
h3,
h4,
h5,
h6,
.border-title h6,
#footer .widgettitle,
.dt-sc-ico-content.type4 h2 a,
.dt-sc-callout-box.type6 h4,
.dt-sc-callout-box.type7 h4,
.dt-sc-callout-box.type7 h4,
.dt-sc-callout-box h4,
.dt-sc-num-count p,
.dt-excersise-detail h5,
.dt-sc-team.type2 h3,
.dt-sc-team.type2 .team-detail h4,
.timetable-head li,
.timetable p,
.dt-sc-bmi-frm label,
.dt-sc-event-thumb span,
.workouts-muscle ul li,
.footer-widgets-wrapper .widgettitle,
.back-to-top,
.dt-sc-bmi-frm .bmi-result label,
.dt-sc-bmi-frm [name="txtbmi"],
.fancyInline,
.post-nav-container .prev-post,
.post-nav-container .next-post,
.full-pattern3.dt-sc-parallax-section .dt-sc-ico-content.type4 h4,
.tribe-events-back > a {
  font-family: /*Roboto*/'Roboto Condensed', sans-serif;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: normal;
  /*margin-bottom: 20px;*/
  margin-block-start: 10px;
  margin-block-end: 10px;
  font-family: Roboto/*'Roboto Condensed'*/;
  color: #4b4b45;
}

h1 {
  color: #84a00c;
  font-weight: bold;
  font-family: 'BourtonHandBaseDrop', Roboto, sans-serif;
}

.home h1 {
  color: #4b4b45;
}

/* footer */

#footer .footer-widgets-wrapper {
  background-color: #a69f8e;
  color: white;
  --a-highlight-color: #b4da13;
  --a-color: #5b5548;
  --a-decoration: underline;
}

.footer-widgets-wrapper {
  padding: 26px 0px 0px;
}

#footer .textwidget p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 0;
}

#footer th {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

#footer td {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 400;
}

#footer table {
  margin-bottom: 24px;
}

.dt-sc-one-fourth {
  width: 23%;
}

.column {
  margin: 0px 0px 0px 2.6%;
  float: left;
  min-height: 1px;
  position: relative;
}

.column.first {
  margin-left: 0px;
}

.widget {
  float: left;
  width: 100%;
  padding: 0px 0px 26px;
  margin: 0px;
}

#footer .copyright {
  background: #ffffff;
  text-align: center;
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 15px 0px;
  float: left;
  font-size: 12px;
  border-top: 1px solid #e6e6e6;
  --a-color: #84a00c;
  --a-decoration: underline;
}

#footer .copyright p {
  float: none;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
  line-height: 18px;
  font-size: 18px;
}

#footer .copyright a {
  margin: 0 6px;
}

.helfen {
  width: 100%;
}

.helfen-768, .helfen-hund {
  display: none;
}

/* Neuankomm */

.neuankomm {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  justify-content: space-between;
  margin: 0 -15px;
}

.neuankomm .tier {
  margin: 45px 15px 45px 15px;
  position: relative;
  overflow: hidden;
}

/*
.neuankomm .tier::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.6);
  filter: sepia(50%);
  opacity: 1;
  transition: opacity 300ms linear;
  z-index: 2;
}

.neuankomm .tier:hover::before {
  opacity: 0;
}*/

.neuankomm .tier img {
  transition: transform 300ms linear;
}

.neuankomm .tier:hover img {
  transform: scale(1.2);
}

.neuankomm .tier-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.6);
  font-size: 40px;
  font-weight: 500;
  font-family: Roboto;
  text-transform: uppercase;
  padding: 15px;
  z-index: 3;
  transition: opacity 300ms linear;
}

/*
.neuankomm .tier-name {
  position: absolute;
  bottom: 30px;
  background-color: rgba(255,255,255,0.6);
  left: 30px;
  font-size: 40px;
  font-weight: 500;
  font-family: Roboto;
  text-transform: uppercase;
  padding: 15px;
  z-index: 3;
  opacity: 0;
  transition: opacity 300ms linear;
}*/

.neuankomm .tier:hover .tier-name {
  opacity: 0;
}

/* Breadcrumb */

.breadcrumb-wrapper {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding-top: 107px;
  border-bottom: 1px solid #f4f4f4;
}

.breadcrumb-wrapper.empty {
  border: none;
}

.breadcrumb-wrapper h1 {
  text-transform: uppercase;
  font-size: 40px;
  float: left;
}

.breadcrumb-wrapper .breadcrumb {
  text-align: right;
  padding: 5px 0 8px;
  float: right;
  margin-top: 5px;
}

.breadcrumb-wrapper .breadcrumb a,
.breadcrumb-wrapper .breadcrumb h4 {
  display: inline-block;
  --a-color: #9bb70d;
  --a-decoration: underline;
}

.breadcrumb-wrapper .breadcrumb h4 {
  margin-bottom: 0;
  color: #9e9c9c;
  font-size: 14px;
  font-weight: normal;
}

.breadcrumb-wrapper .breadcrumb span.default {
  background: url(/assets/images/breadcrumb-seperator.png) no-repeat;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 6px;
}

/* sidebar */

.secondary-sidebar .widget .widgettitle h3,
.tier-sidebar h3 {
  display: flex;
  color: #685e58;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 26px;
}

.secondary-sidebar .widget .widgettitle h3::after,
.tier-sidebar h3::after {
  content: '';
  background: repeating-linear-gradient(-45deg,
      transparent,
      transparent 4px,
      #d7d7d7 4px,
      #d7d7d7 6px);
  flex: 1;
  margin-left: 5px;
  margin-top: 9px;
  height: 16px;
}

/* News */

.news-bild {
  float: left;
  margin: 0 40px 30px 0;
}

/* Stuff */



.team {
  padding: 20px;
  width: 25%;
}

.team p {
  font-size: 12px;
  line-height: 16px;
}

.team p.team-first {
  font-size: 15px;
  line-height: 20px;
}

figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;}
  figure:hover figcaption {
    opacity: 1; }

figure > img {
  width: 100%;
}

figcaption {
  position: absolute;
  background: #2f2e2e;
  background: rgba(47, 46, 46, 0.8);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cap-left:before {
  bottom: 10px;
  left: 10px; }

.cap-left figcaption {
  bottom: 0;
  left: -30%; }

.cap-left:hover figcaption {
  left: 0; }

.cap-right:before {
  bottom: 10px;
  right: 10px; }

.cap-right figcaption {
  bottom: 0;
  right: -30%; }

.cap-right:hover figcaption {
  right: 0; }

.cap-top:before {
  top: 10px;
  left: 10px; }

.cap-top figcaption {
  left: 0;
  top: -30%; }

.cap-top:hover figcaption {
  top: 0; }

.cap-bot:before {
  bottom: 10px;
  left: 10px; }

.cap-bot figcaption {
  text-align: center;
  left: 0;
  right: 0;
  bottom: -30%; }

.cap-bot:hover figcaption {
  bottom: 0; }

.insta-thumb img {
  filter: grayscale(100%);
  transition: filter 500ms;
}

.insta-thumb img:hover {
  filter: none;
}

.hover-images {
  position: relative;
  display: flex;
  justify-content: center;
}

.hover-images img:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 300ms;
  left: 50%;
  transform: translateX(-50%);
}

.hover-images:hover img:last-child {
  opacity: 1;
}

.p-no-margin p {
  margin-bottom: 0;
}

hr {
  background-color: #ebe9e6;
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
}

/* Pre-Footer */
.pre-footer {
  margin-top: 120px;
  position: relative;
}

.pre-footer-title {
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  max-width: calc(50% - 122px);
  color: #776e5a;
  font-size: calc(3vw / 1.35);
  position: absolute;
  bottom: 10px;
  left: calc(var(--container-padding, 160px) / 2 - 4px);
}

.pre-footer-social {
  position: absolute;
  left: calc(50% + 107px);
  bottom: 15px;
}

.pre-footer-image {
  position: absolute;
  right: calc(50% - 107px);
  bottom: -15px;
  width: 18.02vw;
}

#footer .gassi td {
  padding-left: 0;
}

.page table {
  margin: -10px;
}

.page td {
  padding: 10px;
}

.toRows {
  max-width: 100%;
}

#primary-menu .jetztSpenden {
  display: none;
}

/* Responsive */

@media only screen and (max-width:1279px) {
  table.toRows > tbody > tr > td, table.toRows > tbody > tr > th, table.toRows > tr > td, table.toRows > tr > th {
    display: block;
    height: auto !important;
    width: auto !important;
  }
}

@media only screen and (max-width:849px) {
  .ausfahr-button {
    --height: 28;
  }

  .ausfahr-kiti .button-img::before {
    height: 20px;
  }

  .tab-label:before {
    content: attr(title);
    display: block;
    position: absolute;
    visibility: visible;
    margin-right: 30px;
    padding: 20px;
    border-left: 8px solid #c8c8c8;
    border-left-color: rgb(200, 200, 200);
    background: #f4f4f4;
    background-color: rgb(244, 244, 244);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: rotateZ(-90deg) translateY(100%);
    transform-origin: bottom left;
    white-space: nowrap;
    left: -8px;
    top: 57px;
  }

  .tabs .tab-radio:checked + .tab-label:before {
    border-color: #84a00c;
    background-color: #9bb70d;
    color: #fff;
  }

  .tab-label {
    width: 59px;
    visibility: hidden;
    display: block;
    float: left;
    margin: 80px 10px 0 0;
    position: relative;
  }

  .tab-content {
    transition: opacity 300ms ease-in-out;
  }

  .produkt-bilder .thumb-image {
    flex: 0 0 calc(33% - 20px);
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .produkt-oben {
    flex-direction: column;
  }

  .produkt-bilder .thumb-image:first-child {
    flex: 0 0 100%;
  }

  .tapete {
    padding: 0;
  }

  .tapete::after, .tapete::before {
    display: none;
  }

  .tier-sidebar {
    float: none;
    width: 100%;
  }

  .tier-content {
    width: 100%;
    float: none;
  }

  .portfolio, .team {
    width: 50%;
  }

  .insta {
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .insta-thumb {
    height: auto;
    width: calc(100% / 3);
    margin-right: 0;
    padding: 5px 5px;
  }

  .pre-footer {
    margin: 0;
  }

  #secondary-right.secondary-has-right-sidebar {
    float: none;
    width: 100%;
  }

  #primary.page-with-right-sidebar {
    margin: 0;
    width: 100%;
  }

  #primary-menu {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  #primary-menu .jetztSpenden {
    display: flex;
  }

  #logo {
    float: none;
    margin: 0;
  }

  #logo img, .below-top #logo img {
    height: 98px;
  }

  .dt-menu {
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }

  .dt-menu-toggle {
    display: block;
    background-color: var(--main-color);
    margin: 0;
  }

  #main-menu {
    /*height: 0;
    overflow: hidden;
    transition: height 300ms linear;*/
    float: none;
    animation: 300ms var(--menu-delay, -300ms) both hideMenu;
  }

  #menu-toggle:checked + #main-menu {
    /*height: 360px;*/
    animation: 300ms var(--menu-delay, -300ms) both showMenu;
  }

  #main-menu ul.menu > li, #main-menu ul.menu > li > ul.sub-menu > li, #main-menu ul.menu .megamenu-child-container > ul.sub-menu > li {
    width: 100%;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    clear: both;
    line-height: 23px;
    font-size: 16px;
  }

  #main-menu > ul.menu > li > a {
    border-radius: 0;
    display: block;
    line-height: 23px;
    font-size: 16px;
    padding: 9px 17px 8px;
  }

  #main-menu > ul > li.current_page_item > a::before {
    border: none;
  }

  .below-top #main-menu ul.menu > li > a {
    line-height: 23px;
  }

  .main-menu-container {
    width: 100%;
    top: 0;
  }

  header {
    position: relative;
    height: 66px;
  }

  body {
    padding-top: 66px;
  }

  .below-top header {
    height: 66px;
  }

  .below-top .main-menu-container {
    top: 0;
    position: absolute;
  }

  .dt-sc-social-icons {
    float: none;
    width: auto;
    margin: 6px auto;
    display: flex;
    justify-content: center;
  }

  h1 {
    font-size: 40px;
  }

  .home header {
    border-bottom: none;
  }

  .below-top #slider {
    border-top: none;
  }

  html {
    --container-padding: 60px;
  }

  .dt-sc-hr-invisible {
    padding: 10px 0px;
  }

  .dt-sc-hr-invisible-large {
    padding: 30px 0px;
  }

  .footer-widgets-wrapper {
    text-align: center;
  }

  .warenkorb {
    position: absolute;
    /*top: 240px;
    left: 140px;*/
    z-index: 50;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .helfen-768 {
    display: initial;
  }

  .helfen {
    display: none;
  }

  .tapete.helfen {
    display: block;
  }

  body.helfen {
    display: block;
  }

  .neuankomm {
    margin-top: -40px;
  }

  .button {
    --width: 160;
    --height: 34;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.zweifarbig::before {
    padding-right: 10px;
  }

  .button .button-img::before, .button.zweifarbig::after, .button img {
    height: 20px;
    width: 20px;
    left: 10px;
  }

  .button.zweifarbig::after {
    transform: rotateX(-90deg) translateY(6px);
  }

  .tier img {
    width: 300px;
    height: 300px;
  }

  .Tiervermittlung, .Tiervermittlung2 {
    width: 208px;
    height: 34px;
    right: 10%;
  }

  .Tiervermittlung2 {
    margin: 40px 0 0 auto;
  }

  .jetztSpenden {
    margin: 5px 0;
  }

  .jetztHelfen {
    bottom: -10%;
  }

  #main {
    background: none;
  }
  
  .pre-footer-image {
    display: none;
  }

  .pre-footer-social {
    position: static;
  }

  .pre-footer-title {
    max-width: none;
    letter-spacing: 0;
    text-align: center;
  }

  .dt-sc-social-icons li a {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .gooding, .gooding svg {
    width: 32px;
    height: 32px;
  }

  .slider-image > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: #f8fbe8;
  }

  .slider-image, .below-top .slider-image {
    border-top: none;
  }

  .neuankomm .tier-name {
    opacity: 1;
  }

  #footer .textwidget p, #footer th, #footer td {
    font-size: 15px;
    line-height: 20px;
  }

  #footer table {
    margin: 0 auto 20px;
  }

  #footer table, #footer tbody, #footer tr {
    display: block;
    width: auto;
  }

  #footer th, #footer td {
    display: inline;
  }

  .flex-sm {
    display: block;
  }

  .menu-item .dt-menu-toggle {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-color: inherit;
    color: inherit;
    padding: 4px 17px 8px;
    line-height: inherit;
  }

  .menu-item .dt-menu-toggle:hover {
    color: #9bb70d;
  }

  #main-menu ul li.menu-item-simple-parent:hover ul {
    visibility: hidden;
    opacity: 0;
  }

  #main-menu ul li.menu-item-simple-parent .hidden-toggle:checked + .sub-menu {
    visibility: visible;
    opacity: 1;
  }

  .to-top {
    right: 10px;
    bottom: 10px;
  }

  #slider {
    display: none;
  }

  .breadcrumb-wrapper {
    padding-top: 27px;
  }
}

@media only screen and (max-width:486px) {
  .helfen-hund {
    display: initial;
  }

  .helfen, .helfen-768 {
    display: none;
  }
}

@media only screen and (max-width:919px) {
  .neuankomm {
    justify-content: center;
  }

  .neuankomm .tier {
    margin: 60px 0 0 0;
  }
}

@media only screen and (max-width:1670px) and (min-width:850px) {
  #logo img {
    height: 90px;
  }

  #main-menu ul.menu > li > a {
    font-size: 16px;
    line-height: 90px;
    margin: 0 5px;
  }

  header {
    height: 101px;
  }

  body {
    padding-top: 101px;
  }

  .breadcrumb-wrapper {
    padding-top: 49px;
  }
}

@media only screen and (max-width:1760px) and (min-width:1460px) {
  .team {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width:1459px) and (min-width:1120px) {
  .team {
    width: 50%;
  }
}

@media only screen and (max-width:1299px) and (min-width:1120px) {
  .tab-label:before {
    content: attr(title);
    display: block;
    position: absolute;
    visibility: visible;
    margin-right: 30px;
    padding: 20px;
    border-left: 8px solid #c8c8c8;
    border-left-color: rgb(200, 200, 200);
    background: #f4f4f4;
    background-color: rgb(244, 244, 244);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: rotateZ(-90deg) translateY(100%);
    transform-origin: bottom left;
    white-space: nowrap;
    left: -8px;
    top: 57px;
  }

  .tabs .tab-radio:checked + .tab-label:before {
    border-color: #84a00c;
    background-color: #9bb70d;
    color: #fff;
  }

  .tab-label {
    width: 59px;
    visibility: hidden;
    display: block;
    float: left;
    margin: 80px 10px 0 0;
    position: relative;
  }

  .tab-content {
    transition: opacity 300ms ease-in-out;
  }
}

@media only screen and (max-width:1119px) and (min-width:850px) {
  .tab-label:before {
    content: attr(title);
    display: block;
    position: absolute;
    visibility: visible;
    margin-right: 30px;
    padding: 20px;
    border-left: 8px solid #c8c8c8;
    border-left-color: rgb(200, 200, 200);
    background: #f4f4f4;
    background-color: rgb(244, 244, 244);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: rotateZ(-90deg) translateY(100%);
    transform-origin: bottom left;
    white-space: nowrap;
    left: -8px;
    top: 57px;
  }

  .tabs .tab-radio:checked + .tab-label:before {
    border-color: #84a00c;
    background-color: #9bb70d;
    color: #fff;
  }

  .tab-label {
    width: 59px;
    visibility: hidden;
    display: block;
    float: left;
    margin: 80px 10px 0 0;
    position: relative;
  }

  .tab-content {
    transition: opacity 300ms ease-in-out;
  }

  .produkt-bilder .thumb-image {
    flex: 0 0 calc(33% - 20px);
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .produkt-oben {
    flex-direction: column;
  }

  .produkt-bilder .thumb-image:first-child {
    flex: 0 0 100%;
  }

  .team {
    width: 100%;
  }

  .portfolio {
    width: 50%;
  }

  .insta {
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .insta-thumb {
    height: auto;
    width: calc(100% / 6);
    margin-right: 0;
    padding: 5px 5px;
  }

  #logo img, .below-top #logo img {
    height: 70px;
  }

  #main-menu ul.menu > li > a, .below-top #main-menu ul.menu > li > a {
    font-size: 14px;
    line-height: 70px;
    margin: 0 3px;
  }

  html {
    --container-padding: 80px;
  }

  .main-menu-container .main-menu {
    padding: 0 20px;
  }

  .jetztSpenden {
    --width: 180;
    --height: 35;
    --padding: 10px;
    font-size: 20px;
  }

  .jetztSpenden .button-img::before, .jetztSpenden.zweifarbig::after {
    width: 20px;
    height: 20px;
    --y-offset: 7px;
  }

  .dt-sc-social-icons li a {
    width: 33px;
    height: 33px;
  }

  #search img {
    height: 23px;
  }

  header {
    height: 90px;
  }

  body {
    padding-top: 90px;
  }

  .breadcrumb-wrapper {
    padding-top: 27px;
  }
}

@media only screen and (max-height: 689px) {
  .ausfahr-section {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .ausfahr-section {
    display: none;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 850px) {
  #footer .textwidget p, #footer th, #footer td {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1479px) and (min-width: 850px) {
  #footer .textwidget p, #footer th, #footer td {
    font-size: 16px;
    line-height: 20px;
  }
}

.selection-box .acc-title {
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-left: none;
  border-right: none;
  background-color: transparent;
}

.selection-box .acc-content-wrapper {
  background-color: transparent;
}

.selection-box .acc-content {
  padding: 14px 0;
}

.selection-box input:not(:checked) + .acc-title::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background-color: #666;
}

.selection-box .acc-title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #666;
}

.selection-box input:checked ~ .acc-content-wrapper {
  border: none;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

.side-bar .grecaptcha-badge {
  bottom: 680px !important;
}

.paypal-buttons {
  position: relative;
  z-index: 1;
}

.error {
  border: 1px solid #c00;
  border-radius: 8px;
  padding: 10px;
  background-color: #ff4;
}

.error:empty {
  display: none;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}