/* ------------ HEADER STYLESHEET -------------- */
/*                                                */
/* ------------------------------------------------ */

/*================================================
Navbar Area CSS
=================================================*/

#static {
  visibility: visible;
}

#respon {
  visibility: hidden;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white !important;
}

.navbar .container-fluid {
  max-width: 1400px;
  margin: auto;
}

.navbar-light {
  background-color: white !important;
}

.navbar-light .logo h3 {
  font-size: 35px;
  margin-bottom: 0;
}

.navbar-light .navbar-nav {
  margin: auto;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-light .navbar-nav .nav-item span {
  display: block;
  font-size: 12px;
}

.logomain {
  width: 300px;
  margin: 0px;
}

.navbar-light .navbar-nav .nav-item a {
  font-size: 18px;
  color: #000000;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  margin-left: 14px;
  margin-right: 14px;
}

.navbar-light .navbar-nav .nav-item a:hover,
.navbar-light .navbar-nav .nav-item a:focus,
.navbar-light .navbar-nav .nav-item a.active {
  color: #dd0835;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}

.navbar-light .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.navbar-light .navbar-nav .nav-item:hover a,
.navbar-light .navbar-nav .nav-item.active a {
  color: #dd0835;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-item a:focus {
  color: #dd0835;
}

.navbar-light .others-option .option-item {
  color: #000000;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.navbar-light .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.navbar-light .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  color: #000000;
  font-size: 18px;
}

.navbar-light .others-option .option-item .close-btn.active {
  display: block;
} */

/*================================================
Benutzer-Menü
=================================================*/

.account-icon {
  cursor: pointer;
}
.account-icon img {
  border: 1px solid white ; /* Stärke und Farbe der border */
  width: 100%;
  height: auto;
  margin-right: 100px;
}


.dropdown-menu {
  position: absolute;
  max-width: 195px;
  overflow-y: auto;
  max-height: 295px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  z-index: 1000;
}

.dropdown-menu .options .option {
  display: flex;
  height: 40px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.user-menu:hover .dropdown-menu {
  display: block;
  
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


@media only screen and (max-width: 1280px) {
  
  .navigation__list{
    padding-left: 0px !important;
  }

}


.dropdown-menu ul li a {
  text-decoration: none;
  color: b;
}
.dropdown-menu ul li a{
  color: #000000;
}

.dropdown-menu ul li a:hover {
  color: #dd0835;
}

body {
  padding-top: 0; /* Höhe des Headers */
  
}

.logomain {
  position: fixed;
  top: 1rem;
  left: 4.5rem;
  width: 280px;
}

.navigation__checkbox {
  display: none;
}

.navigation__button {
  position: fixed;
  top: 0.5rem; /* Anpassen basierend auf Layout */
  right: 0rem; /* Anpassen basierend auf Layout */
  height: 5rem;
  width: 5rem;
  text-align: center;
  z-index: 300;
  cursor: pointer;
}

.circle-container2 {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
  margin: 0 auto;
  outline: 2px solid #d3d3d3 ; /* Stärke und Farbe der border */
}




@media screen and (max-width: 768px) {
  #static {
    visibility: hidden;
  }

  #respon {
    visibility: visible;
  }

  .headerline{
    position: fixed;
    background-color: white;
    z-index: 1000;
    width: 100%;
    top: 0;

  }

}


.navigation__background {
  position: fixed;
  border-radius: 100%;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  background: white;
  background-size: cover;
  background-position: center;
  z-index: 100;
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
  
}

.navigation__nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navigation__nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



@media screen and (min-width: 768px) and (max-width: 1280px) {

  .navigation__background {
    top: 0rem;
    right: 0rem;
    height: 4rem;
    width: 4rem;
}

.headerline{
  position: fixed;
  background-color: white;
  z-index: 1000;
  width: 100%;
  top: 0;
  height: 103px;
}

  .navigation__button {
    position: fixed;
    top: 0rem;
    right: 2rem;
    height: 5rem;
    width: 5rem;
    text-align: center;
    z-index: 300;
    cursor: pointer;
}
  
  #static {
    visibility: hidden;
  }

  #respon {
    visibility: visible;
  }


}


.hnbclogo{
  width: 280px;
  max-width: 280px;
  padding: 0 1rem 0 1rem;
}

@media screen and (max-width: 786px){
    
  #static {
    visibility: hidden;
  }

  #respon {
    visibility: visible;
  }
}
.navigation__nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 0;
  width: 0;
  visibility: hidden;
  z-index: 200;
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
  /*@include center;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  list-style: none;
}

.navigation__item {
  margin: 1rem;
}

.navigation__link:link,
.navigation__link:visited {
  display: inline-block;
  font-family: "Montserrat Semibold";
  list-style: none;
  line-height: normal;
  padding: 1rem 2rem;
  color: black;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all .2s;
}

@media(min-width: 768px) {
  .navigation__link:link,
  .navigation__link:visited {
      font-size: 3.8rem;
  }
}

.navigation__link span {
  margin-right: 1.5rem;
  display: inline-block;
}

.navigation__link:hover {
  color: #DD0835;
  transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
  transform: scale(100);
  width: 100%;
  height: 100%;

}

.navigation__checkbox:checked~.navigation__nav {
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}

.navigation__icon {

  position: relative;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .navigation__icon {
      margin-top: 3.5rem;
  }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  display: inline-block;
  width: 2.2rem;
  height: 2px;
  background-color: black;
}

@media (min-width: 768px) {
  .navigation__icon,
  .navigation__icon::before,
  .navigation__icon::after {
      width: 3rem;
  }
}

.navigation__icon::before,
.navigation__icon::after {
  content: '';
  position: absolute;
  left: 0;
  transition: all 200ms;
}

.navigation__icon::before {
  top: -.5rem;
}

.navigation__icon::after {
  top: .5rem;
}

.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}




/*-----------------------*/

/*
light-blue: #C1D0D0;
dark-blue: #4A676A;
cream: #FFEAA5;
yellow: #FFB037;
*/

