body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    margin: auto;
}

html {
    width: 100%;
    margin: auto;
    scroll-behavior: smooth;
}


.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#login {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    margin-top: 10%;
    max-width: 80%;
    padding: 20px 20px 0px 20px;
    height: 400px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.login-logo {
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding: 0px 15px 15px 15px;
}

.login-sublogo {
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    margin-top: 15px;
    bottom: 0px;
}

.login-info {
    margin: auto;
}

#errorMsg {
    width: 100%;
    margin-top: 15px;
    padding: 5px 0px;
    background-color: #c4302b;
    color: white;
    border-radius: 2px;
    text-align: center;
    font-size: 0.8rem;
}

.tabelle_kunden {

    width: 100%;

}

.table_head_left th {
    text-align: left;
}

.action-button {
    cursor: pointer;
}

.bitm {
    width: 150px;
    height: 120px;
    margin: 10% auto;
    border: 0px solid rgb(158, 158, 158);
    
}

.dash-box {
    height: 200px;
    width: 100%;
    padding: 10px;
}

.bra-box {
    border: 0px  solid;
    border-radius: 5px;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 0px 5px grey;
}

.plus-radius {
    --t:2px;   /* Thickness */
    --l:30px;  /* size of the symbol */
    --s:10px;  /* space around the symbol */
    --c1:#fff; /* Plus color*/
    --c2:green; /* background color*/
  
    display:inline-block;
    width:var(--l);
    height:var(--l);
    padding:var(--s);
    box-sizing:border-box; /*Remove this if you don't want space to be included in the size*/
    outline: none;
    border: none;
    
    background:
      linear-gradient(var(--c1) 0 0) content-box,
      linear-gradient(var(--c1) 0 0) content-box,
      var(--c2);
    background-position:center;
    background-size: 100% var(--t),var(--t) 100%;
    background-repeat:no-repeat;
    border-radius:50% !important;
  }

  .plus-radius:hover {
      cursor: pointer;
  }

  .minus-radius {
    --t:2px;   /* Thickness */
    --l:30px;  /* size of the symbol */
    --s:10px;  /* space around the symbol */
    --c1:#fff; /* Plus color*/
    --c2:red; /* background color*/
  
    display:inline-block;
    width:var(--l);
    height:var(--l);
    padding:var(--s);
    box-sizing:border-box; /*Remove this if you don't want space to be included in the size*/
    outline: none;
    border: none;
    
    background:
      linear-gradient(var(--c1) 0 0) content-box,
      var(--c2);
    background-position:center;
    background-size: 100% var(--t),var(--t) 100%;
    background-repeat:no-repeat;
    border-radius:50% !important;
  }

  .minus-radius:hover {
    cursor: pointer;
}

body {
    background: #336193;
    color: #6ecddd;
    font-family: 'Bebas';
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }
  h1 {
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 0.15em;
    font-size: 3em;
    line-height: 1.2;
    transform: translateY(52%);
  }
  
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 33px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 70px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 2;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }

.add-service-link, .other-service-link {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    cursor: pointer;
    color: #356F3C;
}