.frame {
  width: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
  font-size: 17px;
}

.frame .div {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.frame .div2 {
  width: 15%;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.bflex {
min-height:  65px!important;
}

.frame .tabelle {
  height: 50px;
  align-items: left;
  gap: 10px;
  padding: 23px 20px;
  align-self: stretch;
  width: 100%;
  background-color: rgba(232, 246, 246, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #6dc7c4;
  display: flex;
  position: relative;
}

.frame .spalte {
  position: relative;
  width: fit-content;
  margin-top: -10px;
  margin-bottom: -8px;
  font-weight: 700;
  color: #6dc7c4;
  text-align: left;
}

.frame .spalte-wrapper {
  background-color: #fff;
  display: flex;
  height: 50px;
  text-align: left;
  gap: 10px;
  padding: 20px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #6dc7c4;
}

.frame .text-wrapper {
  text-align: left;
  margin-top: -10px;
  margin-bottom: -8px;
  font-weight: 700;
  position: relative;
  width: 100%;
  color: #000000;
}
.frame .text-wrapper2 {
  text-align: right;
  margin-top: -10px;
  margin-bottom: -8px;
  font-weight: 700;
  position: relative;
  width: 100%;
  color: #000000;
}

.frame .spalte-2 {
  margin-top: -10px;
  margin-bottom: -8px;
  text-align: left;
  position: relative;
  width: fit-content;
  color: #000000;
}

.frame .p {
  position: relative;
  width: fit-content;
  color: #000000;
}

.frame .div-2 {
  display: flex;
  flex-direction: column;
width: 15%;
 min-width: 100px;
  align-items: flex-start;
  position: relative;
    text-align: right;
}

.frame .div-wrapper {
  justify-content: flex-end;
  background-color: var(--grn-20);
  border-left-width: 1px;
  border-left-style: solid;
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  padding: 23px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #6dc7c4;
}

.frame .tabelle-2 {
  justify-content: flex-end;
  background-color: rgba(232, 246, 246, 1);
  border-left-width: 1px;
  border-left-style: solid;
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  padding: 23px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #6dc7c4;
}

.frame .tabelle-3 {
  justify-content: flex-end;
 background-color: rgba(232, 246, 246, 1);
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  padding: 23px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #6dc7c4;
}

.frame .spalte-3 {
  margin-top: -10px;
  margin-bottom: -8px;
  margin-right: -1px;
  text-align: center;
  position: relative;
  width: 100%;
  color: #000000;
}

.frame .div-3 {
 width: 10%;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.frame .tabelle-4 {
  justify-content: flex-end;
  background-color: #fff;
  border-left-width: 1px;
  border-left-style: solid;
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  padding: 23px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #6dc7c4;
}

@media (max-width: 767px) {
    .bflex {
min-height:  72px!important;
}
        .frame {
  font-size: 14px;
  line-height: 16px;
    }
    
    }

@media (max-width: 450px) {
    .bflex {
min-height:  70px!important;    
}

    .frame {
  font-size: 13px;
  line-height: 16px;
    }
    .frame .div-2 {
 min-width: 70px;
    }
        .frame .div-3 {
 min-width: 70px;
    }
    .frame .tabelle-2 {
      padding: 23px 10px;
    }
        .frame .tabelle-4 {
  padding: 10px 7px;
}
    }
