@charset "UTF-8";

* {
  box-sizing: border-box;
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}



body {
  font-family: "Montserrat", sans-serif;
  background: url(images/leaves-pattern.png);

  /* font-family: "Open Sans", sans-serif; */
  font-weight: 400;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

<!--  Anpassungen Schriftgröße -->

p {
  font-size: .95rem; 
  line-height: 1.6rem;
} 

@media screen and (min-width:576px) and (max-width: 1200px) {

p {
  font-size: 1rem;
  line-height: 1.9rem;
}

}

@media screen and (min-width: 1201px) {

  p {
    font-size: 1.1rem;
    line-height: 2.25rem;
  }
  
  }



/* universal styles */

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

a.tipp {
  border-bottom: 1px dotted#1eb4b6;
  cursor: pointer;
}

p.tooltipp {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 1rem;
}

.inner-shadow {
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

p.versal::first-letter {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
  font-family: "arial";
  color: #1fb5b7;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
  font-size: 1.875rem;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}


.image-bordered {
  border: 0.625rem solid #fefefe;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.image-rotleft {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 90%;
  margin-top: 1.875rem;
}

.figure-caption {
  font-size: 90%;
  color: #000;
  font-weight: bold;
  font-style: italic;
  text-align: center !important;
}

/*header */
.header-wurmi {
  height: 100vh;
  background: radial-gradient(
      ellipse at center,
      rgba(153, 218, 255, 0) 0%,
      rgba(153, 218, 255, 0.2) 50%,
      rgba(146, 85, 5, 0.8) 100%
    ),
    url(images/xs/hero-wurmi-maja.jpg) no-repeat center center / cover;
    /*bild-breite: 576*/
}

.header-ziegen {
  height: 100vh;
  background: radial-gradient(
      ellipse at center,
      rgba(153, 218, 255, 0) 0%,
      rgba(153, 218, 255, 0.2) 50%,
      rgba(146, 85, 5, 0.8) 100%
    ),
    url(images/xs/hero-col-matti.jpg) no-repeat center center / cover;    

  }

@media screen and (min-width: 576px) {
  /*bild-breite: 768*/
  .header-wurmi {
    background: url(images/sm/hero-wurmi-maja.jpg) no-repeat center center / cover;
  }

  .header-ziegen {
    background: url(images/sm/hero-col-matti.jpg) no-repeat center center / cover;
  }  
}

@media screen and (min-width: 768px) {
  /*bild-breite: 992*/
  .header-wurmi {
    background: url(images/md/hero-wurmi-maja.jpg) no-repeat center center / cover;
  }

  .header-ziegen {
    background: url(images/md/hero-col-matti.jpg) no-repeat center center / cover;
  }  
}

@media screen and (min-width: 992px) {
  /*bild-breite: 1200*/
  .header-wurmi {
    background: url(images/lg/hero-wurmi-maja.jpg) no-repeat center center / cover;
  }

  .header-ziegen {
    background: url(images/lg/hero-col-matti.jpg) no-repeat center center / cover;
  }  
}

@media screen and (min-width: 1200px) {
  .header-ziegen {
    background: url(images/xl/hero-wurmi-maja.jpg) no-repeat center center / cover;
  }

  .header-ziegen {
    background: url(images/xl/hero-col-matti.jpg) no-repeat center center / cover;
  }  
}










  .header-stall {
    height: 100vh;
    background: radial-gradient(
        ellipse at center,
        rgba(153, 218, 255, 0) 0%,
        rgba(153, 218, 255, 0.2) 50%,
        rgba(146, 85, 5, 0.8) 100%
      ),
      url(images/hero-wurmi-stall.jpg) no-repeat center center / cover;    
  
    }

    .header-datenschutz {
      height: 100vh;
      background: radial-gradient(
          ellipse at center,
          rgba(153, 218, 255, 0) 0%,
          rgba(153, 218, 255, 0.2) 50%,
          rgba(146, 85, 5, 0.8) 100%
        ),
        url(images/hero-col-labkraut.jpg) no-repeat center center / cover;    
    
      }    


header {
  height: 100vh;
}

/* end of header */

/* navbar */
.nav-menu {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  padding: 30px;
  transition: all 0.7s;
}
.menu-item {
  /* font-size: 1.2rem;
  letter-spacing: 0.5px; */
  color: #eee;
  letter-spacing: 0.5px;
  transition: color 0.5s;
}
.menu-item:hover {
  border-bottom: 1px solid#fff;
}

.nav-active {
  color:#fff;
  border-bottom: 1px solid#fff;
}

.line1,
.line2,
.line3 {
  width: 20px;
  height: 3px;
  margin: 5px;
  transition: all 0.4s;
}

.navbar-toggler {
  background-color: #1fb5b7;
}

.change .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.change .line2 {
  opacity: 0;
}
.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.custom-navbar {
  padding: 5px 30px;
  /* Navigation mit Balken-Hintergrund: */
  background: linear-gradient(
    105deg,
    rgba(75, 60, 45, 0.9) 50%,
    rgba(0, 0, 0, 0.6)
  );
  border-bottom: 1px solid #fff;

}
/* end of navbar */

/* banner */

.logo-nav {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.logo-nav-vis {
  opacity: 1;
}

.banner {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 2;
}

/* Schatten unter Logo */
.bg-logo {
  z-index-1;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 200px;
  background: radial-gradient(
    rgba(0, 0, 0, 0.4) 20%,
    rgba(0, 0, 0, 0) 50%
  );
  border-radius: 50%;
  padding: 20px;
}



.banner-heading {
  animation-name: anim;
  animation-delay: 0.5s;
  animation-duration: 2s;
  margin-top: -11px;
}
.banner-par {
  animation-name: anim;
  animation-duration: 2s;
  animation-fill-mode: backwards;
  margin-bottom: 0;

}

@keyframes anim {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* end of banner */
/* end of header */
/* intro */
.intro,
.projekt {
  background: linear-gradient(
    135deg,
    rgba(218, 187, 102, 0.2) 50%,
    #ad976e 100%,
    transparent 60%
  );
}

.intro-rasse {
  padding-bottom: 80px;
}
/* end of intro */
/* projekt */
.projekt {
  /* background: #151f20; */
}

.projekt h3, .intro h3 {
  margin-top: 2rem;
  border-top: 2px dotted #fff;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.underline {
  width: 150px;
  border: 3px solid #eee;
  margin: auto;
}
.fromLeft {
  animation-name: fromLeft;
  animation-duration: 3s;
}
.fromRight {
  animation-name: fromRight;
  animation-duration: 3s;
}
@keyframes fromLeft {
  0% {
    transform: translateX(-120px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.bg-logo {
  animation-name: fadeInAfter;
  animation-duration: 3s;
}
@keyframes bg-logo {
  0% {
    transform: translateX(-120px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* end of projekt */
/* footer */
.footer-ziegen {
padding: 30px 0px;
}

.footer-link {
  color: #eee;
}
.footer-link:hover {
  color: #1fb5b7;
}
/* end of footer */
/* die Ziegen */


