@font-face {
    font-family: 'delphinregular';
    src: url('delphin_regular-webfont.woff2') format('woff2'),
         url('delphin_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* NAVIGATION MENU */
#mainNav {
  min-height: 56px;
  background-color: #F4F4CC;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'delphinregular'!important;
}

@media (min-width: 1006px) and (max-width: 1199px) {
    #mainNav {
        font-size: 1.3rem;
    }
}
@media (min-width: 990px) and (max-width: 1005px) {
    #mainNav {
        font-size: 1.0rem;
    }
}


#mainNav .navbar-toggler {
  font-size: 100%;
  padding: 0.75rem;
  color: #008C15;
  border: 1px solid #008C15;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
  font-size: 1.8rem;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #F4F4CC;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #008C15;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #008C15;
    outline: none;
    border-bottom: 0.25rem solid #008C15;
  }
}

/* FIRST BLOCK OF THE WEBSITE */

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'delphinregular'!important;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'delphinregular'!important;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #008C15;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

/* ABOUT SECTION */
.about-section {
  padding: 0rem;
  background: linear-gradient(to bottom, #3D6C48 0%, rgb(0, 67, 16) 33%, rgb(0, 67, 16) 50%, #3D6C48 100%);
}

.about-section p {
  margin-bottom: 5rem;
  font-size: 1.4rem;
}
.about-section h2 {
  font-size: 2.4rem;
  font-family: 'delphinregular'!important; 
  letter-spacing: 0.20rem;
  padding: 5rem 0rem;
}

/* PROJECT AND ALL OTHER */

#services {background: rgba(200, 200, 00, 0.2)!important;}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #008C15;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
 .projects-section .project-text h4.text-white, {
  letter-spacing: 0.10rem;
  font-family: 'delphinregular'!important;
}

@media (max-width: 991px) {
  .projects-section .project-text {
    padding: 5rem;
     
  }
  .projects-section .project-text hr {
 display:none;
  }

}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
    font-size:1.2rem;
  }
  .projects-section .project-text hr {
    border-color: #008C15;
    border-width: .25rem;
    width: 40%;
  }

}


/* Section header 
--------------------------------*/

.section-header .section-title {
  font-size: 2.4rem;
  color: #111;
  text-align: center;
  font-weight: 600;
  font-family: 'delphinregular'!important;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #000;
  font-size: 1.2rem;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-bg {
  background: #F4E3AE;
}
/* Our Rent
--------------------------------*/
#rent hr {
    border-color: #008C15;
    border-width: .25rem;
    width: 15%;
  }

#rent {
  padding: 60px 20px;
  overflow: hidden;
}

#rent .member {
  text-align: center;
  margin-bottom: 20 px;
}

#rent .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
}

#rent .member .pic img {
  min-width: 25vw;    
  max-width: 80vw;
}

#rent .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1.7rem;
}

#rent .member span {
  font-style: italic;
  display: block;
  font-size: 1.2rem; 
  padding-bottom: 20px;
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'delphinregular'!important;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
  background-color: rgb(11, 42, 2);
  color: #fff;
}
.card {
  color: #008C15; 
  font-size: 1.5rem;
}
.fas {
  font-size: 3rem;
}
.cardlink {
  color: #006cff;
  font-weight: 600!important;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #008C15;
}

.contact-section .card h4 {
  font-size: 1.25rem;
  font-family: 'delphinregular'!important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #008C15;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .contact-title {
    font-family: 'delphinregular'!important;    
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.0625em;
  font-size: 1.5rem;
}

a {
  color: #008C15;
}
a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-project {
  background-color: #4F3804 !important;
}

.bg-project2 {
  background-color: #6A4C05 !important;
}

.bg-primary {
  background-color: #008C15 !important;
}


.landwirtschaft, .forstwirschaft {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;  
  color:#008C15;
  letter-spacing: 0.15rem;
  font-family: 'delphinregular'!important; 
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.text-primary {
  color: #008C15 !important;
}

footer {
  padding: 2rem 0;
  background-color:#000;
}
