/* --------------------------------------------------
   Fonts & Base Styles
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  line-height: 1.9;
}

a {
  transition: all 0.3s ease;
  color: rgb(10, 165, 36);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

/* Buttons */
.btn {
  padding: 8px 32px;
}
.btn:hover {
  background-color: #ced4da91;
}
.tm-btn-primary {
  color: #fff;
  background-color: rgb(10, 165, 36);
  padding: 14px 30px;
}
.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: #fff;
  background-color: rgb(10, 165, 36);
}
.tm-btn-submit {
  font-size: 0.9em;
  color: #fff;
  background-color: rgb(10, 165, 36);
  width: 50%;
  margin-bottom: 60px;
}
.tm-btn-submit:hover {
  color: #fff;
  background-color: rgb(10, 165, 36);
}

/* Utility */
.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}
.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}
.tm-text-primary {
  color: rgb(255, 255, 255); /* Wie alles begann*/
  text-align: center;
}
.tm-font-big {
  font-size: 1.25rem;
}

/* --------------------------------------------------
   Navbar
-------------------------------------------------- */
.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(5px);
  background-color: transparent;
  transition: all 0.3s ease;
}
.tm-navbar.scroll {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}
.navbar-brand {
  color: rgb(0, 2, 0);
  font-size: 2rem;
  font-weight: bold;
  margin-left: -40px;
}
.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: rgb(10, 165, 36);
}
.tm-navbar.scroll .navbar-brand {
  color: rgb(10, 165, 36);
}
.nav-item {
  list-style: none;
}
.tm-nav-link {
  color: #fff;
}
.tm-navbar.scroll .tm-nav-link {
  color: rgb(10, 165, 36);
}
.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #fff;
  background-color: rgb(10, 165, 36);
}
.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}
.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}
.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* --------------------------------------------------
   Hero
-------------------------------------------------- */
#infinite {
  background: linear-gradient(to bottom, url(../img/cover.jpg) center/cover no-repeat, rgba(37,94,4,0) 90%);
  background-color: #222;
  background-image: url(../img/cover.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  min-height: 860px;
  position: relative;
}

.tm-parallax #contact {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.tm-hero-text-container-inner {
  margin-top: -90px;
}
.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}
.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}
.tm-intro-next {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}
.tm-down-arrow {
  color: #fff;
  cursor: pointer;
  background: rgb(10, 165, 36, 0.3);
  padding: 15px 40px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.tm-down-arrow:hover,
.tm-down-arrow:focus {
  background: rgba(10, 165, 36, 0.5);
  padding: 20px 50px;
}

/* --------------------------------------------------
   Sections
-------------------------------------------------- */
/* Introduction */
#whatido {
  position: relative;
  overflow: hidden;
}

#whatido::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 1px;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-image: url(../img/back2.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(8px);       /* unscharf */
  z-index: 0;
}

#whatido > * {
  position: relative;
  z-index: 1; /* Text bleibt oben sichtbar */
}

.tm-intro-text-container .img-begin {
  width: 100%;          /* passt sich der Containerbreite an */
  max-width: 600px;     /* gewünschte maximale Breite */
  height: auto;         /* proportional skalieren */
  display: block;
  margin: 0 auto;       /* zentriert innerhalb des Containers */
  border-radius: 30px;
}

/* Work / Gallery */
#gallery {
  background-color: #d7e4ca;
}
.tm-section-desc {
  max-width: 650px;
  font-size: 1.9rem;
  color: rgb(10, 165, 36);
}
.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}
.tm-gallery-item {
  margin: 15px;
  display: inline-block;
}
/* Contact */
#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/alocasia.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 980px;
  position: relative;
  padding: 100px 0 50px;
}
.tm-section-title {
  margin-top: 100px;
  font-size: 3.25rem;
}
.mb-5 {
  font-size: 1.3rem;
}
.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}
.item-link {
  display: flex;
  align-items: center;
}
.item-link i,
.item-link span,
.item-link svg {
  color: white;
  transition: all 0.3s ease;
}
.item-link:hover i,
.item-link:hover span,
.item-link:hover svg {
  color: rgb(10, 165, 36);
}
.tm-input {
  margin: 0 0 20px 0;
  width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}
.tm-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* --------------------------------------------------
   Gallery Effects
-------------------------------------------------- */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: rgb(10, 165, 36);
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
}
.grid figure h2 {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0;
}
.grid figure h2 span { font-weight: 600; }
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
}

/* Honey Effect */
figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
  width: 220px;
  height: 220px;
}
figure.effect-honey img {
  opacity: 1;
  transition: opacity 0.35s;
}
figure.effect-honey:hover img {
  opacity: 0.4;
}
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 10px;
  background: rgb(10, 165, 36);
  content: "";
  transform: translate3d(0, 10px, 0);
}
figure.effect-honey h2 {
  position: absolute;
  bottom: 0; left: -10%;
  top: 10%;
  width: 100%;
  padding: 1em 1.5em;
  text-align: center;
  transform: translate3d(0, -30px, 0);
}
figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -30px, 0);
}
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* --------------------------------------------------
   Slick Carousel
-------------------------------------------------- */
.slick-dots {
  bottom: -65px;
}
.slick-dots li {
  margin: 0 13px;
}
.slick-dots li button:before {
  font-size: 18px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgb(10, 165, 36);
}

/* --------------------------------------------------
   Footer
-------------------------------------------------- */
.tm-footer {
  background-color: #000;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
  position: relative;
}
.tm-footer a {
  color: rgb(10, 165, 36);
  text-decoration: none;
}
.tm-footer a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------
   Placeholders
-------------------------------------------------- */
::placeholder {
  color: white;
  opacity: 1;
}

/* --------------------------------------------------
   Media Queries
-------------------------------------------------- */
@media (max-height: 480px) {
  .tm-hero-text-container-inner { margin-top: -40px; }
  .tm-intro-next { bottom: 20px; }
  .tm-gallery-container {
    max-width: 220px;
    margin: auto;
  }
  .slick-dots li { margin: 0 8px; }
  .tm-gallery-item { margin: 0; }
  .tm-intro-text-container .img-begin{
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .tm-intro-text-container { padding-left: 0; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .container { max-width: 1275px; }
  .tm-container-gallery { max-width: 1290px; }
  .tm-container-contact { max-width: 1063px; }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding: 30px 15px 0;
    max-width: 600px;
    margin: auto;
  }
  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  #infinite {
    background-color: #222;
    background-image: url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 400px;
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;              /* direkt unter der Navbar */
    right: 10px;            /* rechtsbündig am Button */
    width: auto;
    min-width: 150px;       /* etwas Grundbreite */
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 3px;
    padding: 10px;
  }

  .nav-link{
    color: #15ff00;
  }

  .navbar-nav .nav-link:hover {
    color: #ff0000;             /* nur Schriftfarbe ändern */
    background-color: transparent !important; /* Blockfarbe weg */
  }

  .navbar-nav {
    flex-direction: column; /* Links untereinander */
    align-items: flex-end;  /* rechts ausgerichtet */
  }

  .navbar-brand {
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: auto;
  }

  .tm-intro-text-container .img-begin{
    max-width: 300px;
  }
}