

* {
    box-sizing: border-box;
    font-family: sans-serif;
}

p{
    font-size: 16px;
    margin-bottom: 20px;
}

.col-1{
    width: 15px ;
}

.container{
    display: grid;
    max-width: 100%;
}
.inner-container{
    
    background-color: white;
    max-width: 98%;
    max-height: 99%;
}

@media(min-width: 1000px) {
    .container{
        display: grid;
        max-width: 95%;
    }  
}
@media(min-width: 1400px) {
    .container{
        display: grid;
        max-width: 87%;
    }  
}
@media(min-width: 1700px) {
    .container{
        display: grid;
        max-width: 75%;
    }  
}

.row {
    border-bottom: 1px solid #c7cacc;
}

.custom-border{
     
    margin: auto;
    padding: 20px 10px 20px 10px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.row1{
    height: 140px;
}
.row2{
    height: 45px;
}
.nav-position{
    padding-top: 27px;
    position: absolute;
    right: 0;
    
}
/*.nav-item{
    padding-top: 25px;
}*/

.nav-icon-my{
    width: 25px;
    height: 25px;
}
.navbar a {
      color: white;
      font-size: 16px;
      font-family: sans-serif;
      text-align: right;
      padding: 0px 20px;
      align-self: center
}
.navbar a:hover {
      color: #74C5B3;
    }
.fhg{
      border-left: 1px solid #c7cacc; /* Solid border around grid item */
}
.fhg2{
      border-right: 1px solid #c7cacc; /* Solid border around grid item */
}

.fhg-logo{
 align-self: center; 
}

.fhg-logo img{
    width: 60%;
    height: auto;
    margin: auto;
    align-self: center;    
    display: block;
}

.menu-bar{
    background-color: #009374;
}

.navbar-nav {
      margin-left: auto;
    }

.nav-item {
  padding-top: 2px;
  margin-right: 15px;
}

.nav-logo{
  padding-top: 0px;
  margin-right: 15px;
}

 .my-konto-dropdown {
    position: relative;
    display: inline-block;
  }

  .my-konto-dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  .my-konto-dropdown:hover .my-konto-dropdown-content {
    display: block;
    right: 0;
    left: auto;

  }

  .my-konto-dropdown-content a {
    text-align: center;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .my-konto-dropdown-content a:hover {
    background-color: #f1f1f1;
  }


.dropdown {
   position: relative;
   display: inline-block;
   margin-left: auto;
   margin-right: 15px;
  
}

.dropdown-menu{

    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-menu a{
    color:  black;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    right: 0;
    left: auto;

  }

.listRight{
    right: 0;
    left: auto;
}

.btn{
   border: 0.5 solid;
   background-color: #009374;
   padding: 0.25rem 0.5rem; /* Adjust padding to make the button smaller */
   font-size: 0.7rem; /* Adjust font size if needed */
}

.title{
  margin:0px 10px 16px 10px;
}

.text{
    margin: 10px;
}
.text ol{
  margin-left: 20px;
}
.text ol>li {
    margin-bottom: 20px;
} 

.rightSide{
    text-align: right;
}

.footer-nav ul li{
    display: inline-block;
    list-style-type: none;
}







