/*------------------------------------------------
*
* Template name : Mono
* Version       : 8.2.1
* Author        : FlaTheme
* Author URL    : http://themeforest.net/user/flatheme
* Individuelle Styles
*
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*.text-green {
  color: #306106;
}
*.padding-top {
  padding-top: 100px;
}
*.logo-high {
  height: 150px;
  height: auto;
  width: auto;
}
*.grey {
  color: #7C7C7C;
}
.button-green {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}
.button-theme:hover, .button-theme:focus, .button-green:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}
.button-green {
  background: #306106;
  opacity: 0.7;
}

.button-green-opacity {
  background: #306106;
  opacity: 0.6;
}
.button-outline-green {
  border-color: rgba(255, 255, 255, 0.9);
  color: #306106;
}

.button-outline-green:hover, .button-outline-green:focus {
  border-color: #306106;
  color: #306106;
}

.button-outline-green-2 {
  border-color: #306106;
  color: #306106;
}

.button-outline-green-2:hover, .button-outline-green-2:focus {
  background: #306106;
  color: #121518;
}

.header .header-menu .nav .nav-item .nav-link:before {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    content: '';
    background: rgba(48, 97, 6, 0.6);
    height: 0;
    -webkit-transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

.hr-green {
    border-width: 3px; 
    width: 80px; 
    margin-left: auto; 
    margin-right: auto; 
    border-color: #306106; 
    opacity: 0.7
}

.hr-green-long {
    border-width: 2px; 
    width: auto; 
    margin-left: auto; 
    margin-right: auto; 
    border-color: #306106; 
    opacity: 0.5
}