
@media (min-width: 1120px){

  h1{
    font-size: 36px;
    margin-top: 30px;
  }  

}

@media (max-width: 1120px){

  h1{
    margin-top: 20px;
    font-size: 26px;
  }

}

.sidebar-nav01 {
  padding: 0px;
  list-style: none;
  color: white;
}

.sidebar-nav02 {
  padding: 0px;
  list-style: none;
  color: white;
  padding: 0;
  height: 100%
}

.col-sm-2 {
  background-color: #1f2833;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
}
.navfont {
  opacity: 0.3;
  padding: 0;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-left: 10px;
}
.navfont:hover {
  color: white;
  opacity: 1;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}


.logout-hr{
  background-color: rgba(255, 255, 255, 0.5);
  height: 0.2px;
}

.nav-li {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.nav-li:hover {
  background-color: #707780;
  border-radius: 4px;
  width: 100%;
}
.username {
  opacity: 1;
  color: white;
  margin-top: 5px;
  margin-bottom: 25px;
}

svg {
  padding-bottom: 5px;
  height: auto;
  margin-right: 5px;
  width: 25px;
}

.usersvg{
  width: 14% ;
  height: auto;
  margin-right: 5px;
  padding-bottom: 5px;
}

 @media (max-width: 1120px){
  #navSide{
    display: none;
  }
  #navTop{
    display: flex;
  }
  .col-sm-10{
    display: none;
  }
  .col-sm-12{
    display: block;
  }
}  

@media (min-width: 1120px){
  #navSide{
    display: block;
  }
  #navTop{
    display: none;
  }
  .col-sm-12{
    display: none;
  }
  .col-sm-10{
    display: block;
  }
}  

.asteriskField{
  display: none;
}

p{
  margin: 0;
}

.single-line {
  white-space: nowrap; /* Verhindert Zeilenumbrüche */
  overflow: hidden; /* Schneidet den überschüssigen Text ab */
  text-overflow: ellipsis; /* Ersetzt den abgeschnittenen Text durch "..." */
}

a{
  text-decoration: none;
}

.iconSizeNavbar{
  padding-bottom: 5px;
  height: auto;
  margin-right: 5px;
  width: 30px;
}

.marginLeft10{
  margin-left: 15px;
}
