@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://use.typekit.net/zra8wrv.css");
html{
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
  hyphens: auto; 
}
body {
  font-size: 16px;
  font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  max-width: 100%;
  overflow-x: hidden;
}


@media (min-width: 1400px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
}}


#navbar{
    background-color: #547E1E;
    /*height: 15vh;*/
    
}
#navbarNavDropdown{
    background-color: #547E1E;
    color: white;
    padding-left: 15px;
}
a, a:hover{
    text-decoration: none;
    color: inherit;
}
#nav-logo{
    width: 250px;
    height: 190px;
    top: 40%;
    position: relative;
}
#nav-logo-mobile{
    width: 250px;
    position: relative;
}

#nav-items li.nav-item {
  font-weight: lighter;
  color: white;
  float: left;
  position: relative;
  padding: 15px 10px;
  
}

#nav-items > li.nav-item::after {
  background-color: white;
  content: "";
  width: 0;
  height: 3px;
  left: 35%;
  top: 0;
  transition: width 0.35s ease 0s;
  position: absolute;
    
}


#nav-items > li.nav-item:hover{
}
#nav-items > li.nav-item.active{
  font-weight: bolder;
}

#nav-items > li.nav-item:hover::after, #nav-items > li.nav-item.active::after  {
  width: 30%;
}

#nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-link{
    cursor: pointer;
}
.img-wrapper{
    position: relative;
}
#menu-drop{
    background-color: #547E1E;
    opacity: 0.9;
    color: white;
    margin-right: 14rem;
    position: absolute;
    z-index: 1000;
    right: 0;
    width: 45vw;
    display: none;
    
}
#menu-drop > .row{
    padding: 1% 3% 5% 3%;
}
.dropdown-menu{
    background-color: #547E1E;
    border: 0px solid rgba(0, 0, 0, 0);
}
.carousel-item > img{
    width: auto;
    height: 85vh;
    max-height: 85vh;
    object-fit: cover;
    
}

.row > .info-short{
    padding-top: 7%;
}
.info-short h3{
    
}

#short-text, #short-text_uu, #short-text_ts{
    font-family: "open-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.dropdown-item{
    color: white;
    font-weight: lighter;
    font-size: 20px;
    padding: 0.5rem 1.5rem ;
    white-space: normal;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active{
    color: inherit;
    background-color: inherit;
    font-weight: bolder;
}

.dropdown-item + hr {
    opacity: .2;
    border: 1px solid white;
    margin: 0rem;
}
.dropdown-item-mobile{
    color: white;
    font-weight: lighter;
    padding: 0.5rem 1.5rem ;
    white-space: normal;
}
.dropdown-menu ul li::marker{
    color: white;
}
.home-top-img-container{
    
    width: auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.home-top-img-box{
    background-color: #547E1E;
    opacity: 0.9;
    color: white;
    position: absolute;
    top: 40%;
    z-index: 999;
    right: 35%;
    width: 30vw;
    text-align: center;
    padding: 4rem;
    border-radius: 0.5rem;
}
.home-top-img-box > h2{
    padding-bottom: 2rem;
}
.willkommen{
    max-width: 100%;
    padding-bottom: 2rem;
}
.home-top-img-box-logo{
    max-width: 20%;
    padding-bottom: 2rem;
}

.home-top-img-box > p{
   
}
.home-top-img-box > hr {
    border: 1px solid #547E1E;
    display: inline-block;
    width: 20%;
    height: 4px;
    background-color: white;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 2rem;
}


.top-img-container{
    background-color: #547E1E;
    width: auto;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.top-img{
    object-fit: cover;
    width: 100vw;
    height: auto;
}

h1{
font-size: 30px;
padding-top: 6rem;
}

h1+hr{
border: 1px solid #547E1E;
display: inline-block;
width: 15%;
height: 2px;
background-color: #547e1e;
border-radius: 7px 7px 7px 7px;
margin: 2rem 0;
}

h1 + hr + p{
    font-size: 24px;
    padding-bottom: 6rem;
}

h2 {
    font-size: 24px;
}
h2+hr{
border: 1px solid #547E1E;
display: inline-block;
width: 15%;
height: 2px;
background-color: #547e1e;
border-radius: 7px 7px 7px 7px;
}

.col-lg-6 > img{
    /*max-width: 100%;
    padding-bottom: 5rem;
    min-height: -webkit-fill-available;*/
    max-width: 100%;
    padding-bottom: 5rem;
    min-height: 100%;
    object-fit: cover;
    
}
.col-lg-12 > img{
    max-width: 100%;
    padding-bottom: 5rem;
    
}
/*@media screen and (min-width: 1200px){
    .col-lg-6 > p{

        padding-right: 15rem;
        padding-bottom: 5rem;
    }
    .col-lg-6 > h2{

        padding-right: 15rem;

    }
}*/
.img-banner{
    padding-bottom: 1rem;
    max-height: 50vh;
    object-fit: cover;
    width: 100%;
}
.icon-banner{
    background-color: #547E1E;
    color: white;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
    max-height: 40vh;
}
.icon-banner-header{
    font-size: 30px;
    padding-top: 4rem;
    
}
.icon-banner hr{
    width: 15%;
        border: 1px solid white;
    height: 2px;
background-color: white;
border-radius: 7px 7px 7px 7px;
   margin: 2rem 0;
    display: inline-block;
}
.icon-banner p{
    padding: 0 1rem;
}
.button-green{
    
  background-color: #547E1E; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
/** Botshcafter **/
.green {
  color: #638933;
}

.fact-hr {
  height: 2px;
  opacity: 0.7;
  background-color: #638933;
  color: #638933;
  border: 1px solid #547E1E;

}
.hr-block {
  padding-left: 0px;
}
.hr-block-container {
  padding-left: 12px;
}
.standard-img{
    width: 100%;
    height: auto;
}
.hide{
    display: none;
    padding-bottom: 5rem;
}
.hover-img:hover .hide{
    display: block;
  
}
.hover-img p{
   padding-left: 0px;
}
    

.hover-img:hover .pb-5 {
    padding-bottom: 0px!important;
    
}

/**Footer**/
.footer {
   
   left: 0;
   bottom: 0;
   width: 100%;
   padding-top: 5rem;
   
   
}
.footerLower {
  padding: 60px 0px;
   width: 100%;
   background-color: #232C16;
   color: white;
   overflow: hidden;
   
}
.footerLower img{
    max-height: 5rem;
}
.footerLower p{
    margin: 20px;
}
.footerUpper{
padding: 5rem 0px 2rem 0px;
color: black;
background-color:#F1F0EE;
}
.left{
 float: left;
 padding: 0px 15px;
 margin-bottom: 0;    
}
.right{
float: right;
overflow: hidden;
padding: 0px 15px;
    margin-bottom: 0;
}
.footer hr{
    border: 1px solid #547E1E;
    display: inline-block;
    width: 20%;
    height: 2px;
background-color: #547e1e;
border-radius: 7px 7px 7px 7px;
}
