* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-family: "Roboto";
  margin: 0px;
}

.header {
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.exportBtn {
  position: fixed;
  top: 20px;
  right: 20px;
}

.side-nav {
  width: 250px;
  height: 100%;
  background: #e8e8e8;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 30px;
  border-radius: 0px 15px 15px 0px;
  -webkit-box-shadow: 0px 0px 7px 0px #000000;
  box-shadow: 0px 0px 7px 0px #000000;
}

.logo {
  display: block;
  margin-bottom: 50px;
  margin-top: 10px;
}

.logo-img {
  width: 190px;
}

.logoText {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.customDisabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.customRow {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.errortext {
  font-size: 12px;
  font-weight: lighter;
  margin-top: 10px;
  color: red !important;
}

.nav-links {
  list-style: none;
  position: relative;
  padding: 0px;
}

.nav-links li {
  padding: 10px 0px;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}

.nav-links li a i {
  color: black;
  font-size: 22px;
  margin-right: 20px;
}

.nav-links li:hover a {
  color: white;
  transform: 0.3s;
  background-color: #c50010;
  width: 100%;

  z-index: -1;
  border-radius: 6px;
}

.nav-links li:hover i {
  color: white;
}

.tielLeiste {
  width: 100%;
  height: 100px;
  background: #595959;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 0px 0px 15px 0px;
  padding-left: 300px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 0px 7px 0px #000000;
  box-shadow: 0px 0px 7px 0px #000000;
}

.tielLeiste i {
  font-size: 40px;
  color: white;
  margin-right: 20px;
}

.tielLeiste p {
  font-size: 40px;
  color: white;
  font-weight: bold;
}

.fontwheightBold {
  font-weight: bold;
}

.contentContainer {
  z-index: 1;
  padding-left: 270px;
  padding-top: 130px;
  font-family: "Roboto";
  width: 95%;
  padding-bottom: 100px;
}

.loader {
  display: none;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #079B00;
  /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal h3{
  font-size: 20px;
  font-weight: bold;
}

.addButtonContainer{
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.addButton{
  background-color: #c50010;
  color: white;
  border-radius: 10px;
  height: 50px;
  width: 300px;
  border: none;
}

.leererAbbruchBTN{
  background-color: white;
  border: none;
}

.roterButton{
  background-color: #c50010;
  border-radius: 10px;
  padding: 10px;
  border: none;
  color: white;
}

.PopUpButtons {
  background-color: #c50010;
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
}

.searchContainer {
  border: 1px solid #595959;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchIconBox{
  padding: 5px;
  font-size: 30px;
}

.inputSuche {
  border: none;
}

.addButtonContainer {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.addButton {
  background-color: #c50010;
  color: white;
  border-radius: 10px;
  height: 50px;
  width: 300px;
  border: none;
}

.leererAbbruchBTN {
  background-color: white;
  border: none;
}

.roterButton {
  background-color: #c50010;
  border-radius: 10px;
  padding: 10px;
  border: none;
  color: white;
}