:root {
  --grün: #123820;
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  list-style-type: none;
}

.list-item {
  padding-bottom: 5px;
  font-weight: 400;
}

.grid-4 {
  grid-column-gap: 15px;
  color: #333;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.5fr 1.75fr 1.25fr;
  justify-content: stretch;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer {
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.footer.maingreen {
  border-top: 0 solid #000;
  border-radius: 0;
  width: 95%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer.maingreen.footerblock {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 5vh;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.text {
  font-weight: 300;
}

.text.footername {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.wei {
  color: #f5f5f5;
  font-weight: 300;
}

.wei.text.footername {
  font-size: 18px;
  font-weight: 700;
}

.wei.copyright {
  z-index: 100;
  color: #f1efefbd;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 12px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.maingreen {
  background-color: #123820;
}

.mainbeige {
  background-color: #0000;
  background-image: linear-gradient(90deg, #f1eadd, #e9e2d6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mainbeige.colortest {
  background-color: #ffedcf;
  background-image: none;
}

.newscontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 15px -3px #00000080;
}

.newsheading {
  text-align: left;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1.3em;
}

.newsimgcontainer {
  background-color: #f0f0f0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 0;
}

.button {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(to right, #f2e9d8, #eedcba);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  display: none;
}

.text-block {
  align-self: flex-end;
  padding: 10px;
  font-size: 14px;
  position: relative;
  inset: auto 0% 0% auto;
}

.paragraph {
  text-align: center;
  align-self: center;
  width: 90%;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.left {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  line-height: 1.2em;
}

.underline {
  border: 2px solid var(--grün);
  background-color: var(--grün);
  text-align: left;
  align-self: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 1px;
  display: flex;
}

.underline.mainbeige {
  background-color: #253c1a;
}

.newsheadingcontainer {
  order: -1;
  align-self: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.navbar {
  background-color: #0000;
  border-radius: 0 0 30px 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar.shadow {
  background-color: #123820;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 160px;
  padding-top: 12px;
  display: flex;
}

.navbar.maingreen {
  background-color: #123820;
}

.navbar.maingreen.shadow {
  background-color: var(--grün);
  height: 140px;
  padding-top: 0;
}

.shadow {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 6px 6px 15px -2px #0000004d;
}

.brand {
  color: #dbdbdb;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  display: block;
}

.brand.w--current {
  float: left;
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-self: center;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.nav-menu {
  color: #ececec;
  flex-direction: row;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 30px;
  padding-top: 0;
  display: flex;
}

.men-schrift {
  color: #fff;
  text-transform: none;
  margin: 0 20px 0 0;
  font-size: 30px;
  line-height: 30px;
}

.men-schrift.big {
  color: #fff;
  text-transform: none;
  margin-right: 20px;
  font-size: 35px;
}

.div-block-10 {
  background-color: #695d5d;
  padding-bottom: 26px;
}

.navlink {
  color: #fff;
  font-size: 16px;
}

.navlink.w--current {
  color: #fff;
  margin-top: -8px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.menu-button.w--open {
  margin-top: 0;
  padding-top: 18px;
}

.buildblock {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  width: 100%;
  max-width: none;
  margin: 10vh auto 20vh;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: relative;
}

.buildblock.ohne {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.buildblock.ohne.footerblock {
  border-radius: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.buildblock.blocknews {
  max-width: 1400px;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.buildblock.blockzucht {
  margin-top: 4vh;
}

.buildblock.blockkontakt {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.buildblock.block-beruns {
  text-align: left;
  width: auto;
  margin-top: 10vh;
  margin-bottom: 15vh;
}

.buildblock.blockzitat {
  background-color: #12381f;
  margin-bottom: 25vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.buildblock.blockzitat.hide {
  display: none;
}

.buildblock.blockfreunde {
  margin-bottom: 5vh;
}

.buildblock.hor {
  flex-direction: row;
}

.buildblock.hor.da {
  margin-bottom: 0;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  margin-top: 0;
  margin-bottom: 0;
}

.line {
  float: right;
  background-color: #12381f;
  border-radius: 6px;
  flex-direction: row;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  width: 230px;
  height: 3px;
  margin-left: 0;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.line.linezucht {
  width: 180px;
}

.line.zwingerline {
  align-self: center;
  width: 200px;
  position: relative;
}

.line.line-beruns {
  width: 290px;
}

.line.linenews {
  width: 160px;
}

.bild {
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  width: 300px;
  height: 450px;
}

.bild.secondimg {
  background-image: url('../images/f5508875-11e2-4c1b-beec-06dcac080058.jpeg');
  background-position: 0 0;
  background-size: cover;
  order: -1;
}

.bild.secondimg.shadow {
  background-image: url('../images/ef3b929c-fe23-4231-9803-d43423ebc7de.jpeg');
}

.bild.firstimg {
  background-image: url('../images/468242e3-8e1a-4ad7-aa32-7ad06b35730d.JPG');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 450px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.bild.thridimg {
  background-image: url('../images/IMG_2476.JPG');
  background-position: 0 0;
  background-size: cover;
}

.bild.thridimg.shadow {
  background-image: url('../images/4d68ed50-5baa-4b05-8633-bd57e3b30d3c.JPG');
}

.infotext {
  flex-direction: row;
  align-self: center;
  width: 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.infotext.info2 {
  padding-left: 0;
  padding-right: 0;
}

.infotext.lastelem {
  order: 1;
  justify-content: flex-end;
  align-self: center;
}

.wurferwartung {
  border-bottom: 2px solid #fc3838;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 180px auto 15vh;
  padding-top: 0;
  padding-bottom: 20px;
  display: none;
  position: absolute;
}

.text-block-2 {
  text-align: center;
}

.hundetafel {
  border-radius: 15px;
  margin-bottom: 0;
  padding-bottom: 10vh;
}

.hundeinfo {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "."
                       "."
                       ".";
}

.red {
  color: #fc3838;
}

.frase {
  justify-content: space-between;
  align-self: flex-end;
  width: 100%;
  margin: 10px 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.text-block-3 {
  z-index: 2;
  color: #fff;
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

.headingcontainer {
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

.headingcontainer.headinggalerie {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 200px;
  margin-bottom: 0;
  position: relative;
}

.headingcontainer.headinggalerie.kontakt {
  margin-bottom: 60px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.headingcontainer.headingnews {
  flex-direction: row;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 5vh;
}

.headingcontainer.headingnews.beruns {
  margin-top: 100px;
}

.headingcontainer.headingzucht {
  margin-top: 200px;
  margin-bottom: 60px;
}

.paragraph-2 {
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-2.text2 {
  text-align: left;
  align-self: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.sideline {
  background-color: #243c19;
  order: -1;
  width: 3px;
  height: 0%;
  margin-right: 10px;
  padding-right: 0;
}

.sideline.linetwo {
  order: 1;
  margin-left: 10px;
  margin-right: 0;
}

.infoelement {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  height: 450px;
  margin-top: 0;
  margin-bottom: 140px;
  display: flex;
}

.infoelement.elem2 {
  height: 450px;
}

.infoelement.elem4 {
  justify-content: space-between;
  height: 400px;
  margin-top: 60px;
}

.paragraph-3 {
  order: 0;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3.infothree {
  text-align: left;
  order: 1;
}

.div-block-13 {
  align-self: center;
  width: 100%;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 49%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.collection-list {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-5 {
  color: #0000;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
}

.div-block-15 {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-4, .text-block-5 {
  text-align: right;
  margin-top: 8vh;
  margin-bottom: 10vh;
}

.text-block-5.untertitel {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.heading-5 {
  order: 1;
  margin-top: 0;
  margin-bottom: 10px;
}

.headingdescription {
  order: 0;
}

.heading-6 {
  order: 1;
  margin-top: 0;
  margin-bottom: 10px;
}

.gallery {
  padding-bottom: 10px;
}

.pinterest {
  column-count: 3;
  column-gap: 10px;
}

.div-block-18 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.list-3, .list-4 {
  padding-left: 0;
}

.image-7 {
  border-radius: 5px;
}

.image-8 {
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-6, .text-block-7 {
  font-size: 18px;
  font-weight: 400;
}

.link-3, .link-4 {
  font-size: 18px;
}

.link-5 {
  font-size: 18px;
  font-weight: 400;
}

.html-embed {
  height: 350px;
}

.heading-7 {
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

.wasserzeichen {
  z-index: -1;
  opacity: .27;
  background-image: url('../images/ddWeiß.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  align-self: auto;
  width: 50%;
  height: 60vh;
  position: fixed;
  inset: 32% auto 0% 0%;
}

.gr-n {
  background-color: #344226;
}

.hellbraun {
  background-color: #fae8c3;
}

.hamburger {
  width: 40px;
  height: auto;
  display: none;
}

.hamelem {
  background-color: var(--black);
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.div-block-19 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10vh;
  padding: 40px 40px 40px 60px;
}

.div-block-19.shadow {
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.div-block-20 {
  width: 100%;
  margin-bottom: 25vh;
  padding-left: 10%;
  padding-right: 10%;
}

.freunde {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.freundlink {
  color: #666;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-weight: 400;
  display: flex;
}

.heading-9 {
  text-align: center;
  margin-bottom: 15px;
}

.imageslide {
  width: 100%;
  max-width: 120vh;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  width: 100%;
  height: 100%;
}

.firstimgslide {
  background-image: url('../images/7ea6c69d-fed2-4f71-abd6-afc1eda4f31d.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.secondimgslide {
  background-image: url('../images/39359533-7587-4515-8df2-bc09844dc4ef.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.zwingerheadingcontainer {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.untertitel {
  color: #666;
  font-size: 20px;
  font-weight: 300;
}

.runbar {
  background-color: #fdfdfd;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 25px;
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.textrunbar {
  z-index: 2;
  color: #b12b2b;
  width: auto;
  height: 25px;
  padding-left: 0%;
  padding-right: 0%;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-9 {
  z-index: -1;
  letter-spacing: 2px;
  background-color: #fdfdfd;
  width: 100%;
  height: 25px;
  font-size: 16px;
  font-weight: 700;
}

.bold-text {
  font-size: 22px;
}

.text-block-10 {
  margin-top: 0;
  position: static;
  inset: auto 0% 101%;
}

.text-block-10.untertitel {
  color: #333;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.link-6 {
  margin-bottom: 10vh;
}

.link-6.dick {
  color: #666;
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
}

.image-12 {
  position: absolute;
  inset: auto 0% 0% auto;
}

._16-9 {
  z-index: 2;
  width: 270px;
  height: 480px;
  margin-bottom: 20px;
}

.text-block-11 {
  order: 0;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-11 {
  text-align: center;
}

.headingcontentcontainer {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.headingtextcontainer {
  order: 1;
  align-self: center;
}

.image-13.shadow {
  order: -1;
  align-self: center;
  width: 300px;
}

.image-14 {
  order: -1;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 500px;
}

.heading-12 {
  color: #d3d3d399;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  line-height: 100px;
  position: relative;
  inset: 25px auto auto -90px;
}

.quotecontainer {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.quote2 {
  float: right;
  color: #d3d3d399;
  width: 100px;
  height: 100px;
  font-size: 150px;
  line-height: 100px;
  position: relative;
  inset: auto -90px 0 auto;
}

.willkommencontainer {
  margin-top: 60px;
}

.willkommenheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.image-15 {
  filter: invert();
  max-width: 60%;
}

.link-block {
  z-index: 1000;
  background-color: var(--grün);
  border: 2px solid #83838340;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.html-embed-2 {
  margin-top: 0;
}

.lightbox-link-2 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: inline;
  position: relative;
}

.image-16 {
  object-fit: contain;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-3 {
  color: #b4b4b4;
  text-align: center;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.hundebildwurf {
  object-fit: contain;
  max-height: 400px;
}

.grid-hund {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wurfh1 {
  margin-top: 100px;
}

.wurfbildergalerie {
  max-width: 95%;
  margin-top: 100px;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.collection-list-4 {
  justify-content: center;
  align-items: center;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  max-width: 95%;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-list {
  background-color: var(--grün);
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.wurfbilder {
  width: 100%;
  max-width: 400px;
}

.collection-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-17 {
  max-height: 400px;
}

.lightboxwurf {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.richtextcenter600 {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.center.black {
  color: #003ffd;
  font-weight: 700;
}

.button-center {
  background-color: var(--grün);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  align-items: center;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

._33 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}

._33.down {
  object-position: 50% 0%;
}

.code-embed {
  text-align: center;
}

.button-2 {
  background-color: var(--grün);
}

.rich-text-block {
  text-align: center;
}

.div-block-28 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 22px;
  display: grid;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fullimage {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.fullimage.adjust1 {
  object-position: 50% 20%;
}

.fullimage.adjust2 {
  object-position: 50% 30%;
}

.rich-text-block-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .newscontainer {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar.shadow {
    z-index: 20;
  }

  .navbar.maingreen.shadow {
    z-index: 10;
    position: relative;
  }

  .brand.w--current {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 0;
  }

  .nav-menu {
    z-index: 2;
    color: #ececec;
    background-color: #fdfdfd;
    border-radius: 25px;
    order: 0;
    align-self: auto;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    position: absolute;
  }

  .navlink {
    color: var(--black);
    text-align: right;
    padding-right: 30px;
    display: block;
  }

  .navlink.w--current {
    color: #333;
    text-align: right;
    padding-right: 40px;
    font-weight: 700;
  }

  .navlink.ohne {
    height: auto;
    padding-right: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
    order: 1;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
    margin-top: 0;
    padding-top: 18px;
    top: 0;
  }

  .buildblock {
    width: 90%;
    position: relative;
  }

  .buildblock.ohne.footerblock {
    padding-left: 0;
    padding-right: 0;
  }

  .buildblock.blocknews {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .buildblock.blockzucht {
    width: 100%;
    margin-bottom: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .buildblock.blockkontakt {
    width: 100%;
    margin-bottom: 140px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .buildblock.block-beruns {
    width: 100%;
    margin-bottom: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .buildblock.blockzitat {
    width: 100%;
    margin-bottom: 15vh;
    padding-left: 60px;
    padding-right: 60px;
  }

  .buildblock.blockfreunde {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bild {
    width: 100%;
    height: 50vh;
  }

  .bild.secondimg.shadow, .bild.thridimg.shadow {
    width: 300px;
    height: 450px;
  }

  .hundeinfo {
    grid-template-rows: auto auto auto auto;
  }

  .headingcontainer.headinggalerie, .headingcontainer.headingnews, .headingcontainer.headingnews.beruns, .headingcontainer.headingzucht {
    margin-top: 100px;
  }

  .paragraph-3 {
    align-self: center;
  }

  .div-block-13 {
    z-index: 10;
  }

  .collection-item {
    width: 100%;
  }

  .pinterest {
    column-count: 2;
  }

  .image-8 {
    margin-left: 437px;
    display: none;
  }

  .hamburger {
    width: 30px;
    display: block;
  }

  .hamelem {
    background-color: var(--white);
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-19.shadow {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    margin-bottom: 10vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .freundlink {
    color: #666;
  }

  .text-block-10.untertitel {
    color: #333;
    text-align: center;
    align-self: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .link-6.dick {
    color: #666;
    align-self: center;
    margin-top: 30px;
  }

  .text-block-11 {
    align-self: center;
  }

  .heading-11 {
    text-align: center;
    align-self: center;
  }

  .div-block-26 {
    text-align: center;
  }

  .willkommenheading {
    font-size: 35px;
  }

  .link-block {
    bottom: 10px;
    right: 10px;
  }

  .image-16 {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .dropdown-toggle {
    color: #000;
    justify-content: flex-end;
    display: flex;
  }

  .dropdown-toggle.w--open {
    text-align: right;
    margin-left: auto;
    display: block;
  }

  .dropdown-list {
    justify-content: flex-end;
    display: flex;
  }

  .dropdown-link {
    margin-left: auto;
    margin-right: 0;
    padding-right: 30px;
  }

  .collection-item-2 {
    justify-content: flex-end;
    display: flex;
  }

  .lightboxwurf {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .list-item, .list-2 {
    text-align: center;
  }

  .newscontainer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .newsheading {
    font-size: 24px;
    line-height: 1.2em;
  }

  .brand.w--current {
    align-self: center;
    margin-bottom: 0;
    margin-left: 20px;
    display: block;
  }

  .menu-button {
    align-self: center;
    margin-bottom: 0;
  }

  .buildblock.blocknews {
    margin-top: 60px;
  }

  .buildblock.blockzucht {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .buildblock.blockkontakt {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .buildblock.block-beruns {
    margin-bottom: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .buildblock.blockzitat {
    width: 100%;
    margin-bottom: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buildblock.blockfreunde {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .buildblock.hor {
    display: block;
  }

  .buildblock.hor.da {
    flex-direction: column;
    align-items: center;
  }

  .buildblock.hor.weg {
    display: none;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .line {
    width: 180px;
  }

  .line.linezucht {
    width: 150px;
  }

  .line.line-beruns {
    width: 240px;
  }

  .line.linenews {
    width: 130px;
  }

  .bild.secondimg.shadow {
    align-self: center;
    width: 300px;
    height: 450px;
    margin-top: 40px;
  }

  .bild.firstimg.shadow {
    align-self: center;
    margin-top: 40px;
  }

  .bild.thridimg.shadow {
    align-self: center;
    width: 300px;
    height: 450px;
    margin-top: 40px;
  }

  .infotext {
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .infotext.info2, .infotext.info3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .infotext.lastelem {
    justify-content: center;
  }

  .hundeinfo {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .headingcontainer.headinggalerie {
    margin-top: 60px;
  }

  .headingcontainer.headinggalerie.kontakt {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .headingcontainer.headingnews, .headingcontainer.headingnews.beruns, .headingcontainer.headingzucht {
    margin-top: 60px;
  }

  .paragraph-2.text2 {
    padding-left: 0;
    padding-right: 0;
  }

  .infoelement {
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
  }

  .infoelement.elem2 {
    height: auto;
  }

  .infoelement.elem4 {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3, .paragraph-3.infothree {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    width: 100%;
  }

  .heading-5, .heading-6 {
    font-size: 65px;
    line-height: 70px;
  }

  .div-block-18 {
    padding-top: 10px;
  }

  .list-4 {
    text-align: center;
  }

  .image-8 {
    margin-left: 40px;
    display: none;
  }

  .heading-7 {
    text-align: center;
  }

  .div-block-20 {
    margin-bottom: 10vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .freundlink {
    color: #666;
  }

  .text-block-10.untertitel {
    color: #333;
    text-align: center;
    align-self: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .link-6.dick {
    color: #666;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 5vh;
  }

  ._16-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-11 {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-26 {
    margin-bottom: 30px;
  }

  .headingcontentcontainer {
    flex-direction: column;
    padding-top: 0;
  }

  .headingtextcontainer {
    order: -1;
  }

  .image-13.shadow {
    order: 1;
    margin-top: 20px;
  }

  .image-14 {
    order: 1;
    align-self: center;
  }

  .heading-12 {
    display: none;
  }

  .quotecontainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote2 {
    display: none;
  }

  .willkommenheading {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-hund {
    grid-template-columns: 1fr;
  }

  .section {
    max-width: 90%;
  }

  .lightboxwurf {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .list-2 {
    text-align: center;
    margin-top: 30px;
  }

  .newscontainer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .newsimgcontainer {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 300px;
  }

  .paragraph {
    text-align: center;
    align-self: center;
    margin-top: 30px;
    font-size: 16px;
  }

  .newsheadingcontainer {
    align-self: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .navbar.maingreen.shadow {
    align-items: flex-end;
    max-width: 100vw;
    height: 150px;
    overflow: visible;
  }

  .brand {
    margin-left: 20px;
  }

  .brand.w--current {
    align-self: center;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-top: 10px;
    display: block;
  }

  .nav-menu {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: 100vw;
    margin-top: 10px;
    overflow: hidden;
  }

  .men-schrift {
    background-color: #0000;
    margin-right: 0;
    font-size: 15px;
  }

  .men-schrift.big {
    margin-right: 0;
    font-size: 20px;
    line-height: 28px;
    position: static;
  }

  .navlink.w--current {
    padding-right: 40px;
  }

  .menu-button {
    align-self: center;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .menu-button.w--open {
    overflow: hidden;
  }

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

  .buildblock.blocknews {
    margin-bottom: 5vh;
  }

  .buildblock.blockzucht {
    width: 100%;
    margin-bottom: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .buildblock.blockkontakt {
    width: 100%;
  }

  .buildblock.block-beruns {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .buildblock.blockzitat {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 15vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .line {
    order: -1;
    align-self: flex-start;
    width: 160px;
    inset: auto auto 0% 0%;
  }

  .line.linezucht {
    width: 110px;
  }

  .line.zwingerline {
    order: 1;
  }

  .line.line-beruns {
    width: 180px;
  }

  .line.linenews {
    width: 100px;
  }

  .bild.secondimg.shadow {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 250px;
    height: 350px;
    margin-top: 20px;
    padding-top: 0;
  }

  .bild.firstimg.shadow {
    width: 250px;
    height: 400px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .bild.thridimg.shadow {
    align-self: center;
    width: 250px;
    height: 350px;
    margin-top: 20px;
  }

  .infotext {
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
  }

  .hundetafel {
    align-self: auto;
    padding-bottom: 5vh;
  }

  .hundeinfo {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .headingcontainer.headinggalerie, .headingcontainer.headinggalerie.kontakt {
    margin-top: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .headingcontainer.headingnews {
    margin-top: 60px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .headingcontainer.headingnews.beruns {
    margin-top: 60px;
  }

  .headingcontainer.headingzucht {
    margin-top: 60px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .infoelement {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .infoelement.elem2 {
    justify-content: flex-start;
    height: auto;
  }

  .infoelement.elem4 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .div-block-13 {
    overflow: visible;
  }

  .collection-item {
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .div-block-15 {
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
  }

  .text-block-4.untertitel, .text-block-5.untertitel {
    text-align: left;
  }

  .heading-5 {
    order: -1;
    align-self: flex-start;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 60px;
  }

  .gallery {
    width: 100%;
  }

  .pinterest {
    column-count: 1;
  }

  .div-block-18 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .list-3, .list-4 {
    text-align: center;
  }

  .image-8 {
    display: none;
  }

  .html-embed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7 {
    text-align: center;
  }

  .div-block-19.shadow {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    margin-bottom: 10vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .freundlink {
    color: #666;
  }

  .imageslide {
    max-width: none;
    height: 50vh;
  }

  .runbar {
    overflow: hidden;
  }

  .textrunbar {
    width: auto;
  }

  .text-block-9 {
    object-fit: fill;
    flex: none;
    width: auto;
    padding-left: 0;
    overflow: visible;
  }

  .text-block-10.untertitel {
    color: #333;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .link-6.dick {
    color: #666;
    margin-top: 40px;
  }

  ._16-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-11 {
    order: -1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-3 {
    width: 100%;
  }

  .heading-11 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
  }

  .headingcontentcontainer {
    flex-direction: column;
    align-items: center;
  }

  .headingtextcontainer {
    order: -1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-13 {
    align-self: center;
    width: 300px;
    margin-top: 40px;
  }

  .image-13.shadow {
    width: 250px;
  }

  .image-14 {
    order: 1;
    max-width: 100%;
  }

  .willkommenheading {
    font-size: 28px;
    line-height: 33px;
  }

  .image-15 {
    cursor: pointer;
  }

  .link-block {
    z-index: 10000;
    cursor: pointer;
    border-radius: 70px;
    width: 60px;
    height: 60px;
    position: fixed;
    inset: auto 10px 10px auto;
  }

  .fullimage {
    height: auto;
  }
}

#w-node-c7cd0886-16b7-6251-298d-35ea28e93b1e-28e93b1b {
  place-self: center;
}

#w-node-c7cd0886-16b7-6251-298d-35ea28e93b1f-28e93b1b {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end center;
}

#w-node-c7cd0886-16b7-6251-298d-35ea28e93b26-28e93b1b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-c7cd0886-16b7-6251-298d-35ea28e93b31-28e93b1b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end center;
}

#w-node-b7119e5f-2d9e-e35c-ed72-e4354bf7fdc5-b4cad4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2dfcae7-0d42-0d97-b81b-500bfec9eaa4-b4cad4be {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_84a0fa64-d0f6-081d-fd98-464c00228317-b4cad4be, #w-node-a1d05d89-cf66-4e8a-3431-b78b171b2e90-b4cad4be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f883c42c-fdb5-c6b9-ba64-2f152d356fc4-b4cad4be {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c7cd0886-16b7-6251-298d-35ea28e93b1f-28e93b1b {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end center;
  }

  #w-node-c7cd0886-16b7-6251-298d-35ea28e93b31-28e93b1b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2dfcae7-0d42-0d97-b81b-500bfec9eaa4-b4cad4be {
    grid-row-end: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7cd0886-16b7-6251-298d-35ea28e93b1f-28e93b1b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c7cd0886-16b7-6251-298d-35ea28e93b26-28e93b1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c7cd0886-16b7-6251-298d-35ea28e93b31-28e93b1b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b7119e5f-2d9e-e35c-ed72-e4354bf7fdc5-b4cad4be, #w-node-_26af5335-50c3-19d5-e889-88d176512c81-b4cad4be, #w-node-_989f16f9-5fd1-e092-955e-7ddb06bb62f2-b4cad4be, #w-node-_7a61ff75-7042-1b9b-92db-4b2868b1d1af-b4cad4be, #w-node-_4247bacb-ca34-ef9a-e0c5-d593587f30f3-b4cad4be, #w-node-f489c1cd-54b2-5bfb-259e-97710dd10a15-b4cad4be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


