.KuendigungsfristRechnerBacklinkBox {
  max-width: 728px;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 60px;
  gap: 10px;
}

.KuendigungsfristRechnerBacklinkBox
  .KuendigungsfristRechnerTooltip
  .KuendigungsfristRechnerTooltiptext {
  width: 300px;
  bottom: auto !important;
  top: 100%;
  left: -46px;
}

.KuendigungsfristRechnerBacklinkBox .KuendigungsfristRechnerTooltip {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
  padding: 1px 3px;
  opacity: 0.7;
  display: flex;
}

.KuendigungsfristRechnerBacklinkBox
  .KuendigungsfristRechnerTooltip
  .KuendigungsfristRechnerInfoIcone {
  display: flex;
  width: 17px;
}

.KuendigungsfristRechnerBacklinkBox .KuendigungsfristRechnerTooltip:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.KuendigungsfristRechnerBacklink {
  display: flex;
  align-items: start;
  gap: 5px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
  padding: 3px;
  margin-right: 10px;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 13px;
}

.KuendigungsfristRechnerBacklink:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.KuendigungsfristRechnerBacklink > img {
  width: 11px;
  opacity: 0.5;
  transition: all 0.2s;
}

.KuendigungsfristRechnerTooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.KuendigungsfristRechnerTooltip .KuendigungsfristRechnerTooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #f9f9f9;
  color: #333;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -127px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 18px;
  max-height: 120px;
  overflow: auto;
}

.KuendigungsfristRechnerTooltiptext {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #170b61;
  --sb-size: 9px;
}

.KuendigungsfristRechnerTooltiptext::-webkit-scrollbar {
  width: var(--sb-size);
}

.KuendigungsfristRechnerTooltiptext::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 4px;
}

.KuendigungsfristRechnerTooltiptext::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 4px;
}

@supports not selector(::-webkit-scrollbar) {
  .KuendigungsfristRechnerTooltiptext {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.KuendigungsfristRechnerTooltip:hover .KuendigungsfristRechnerTooltiptext {
  visibility: visible;
  opacity: 1;
}

.KuendigungsfristRechnerTooltip .info-icon {
  width: 16px;
  height: 16px;
  fill: #636363;
  cursor: pointer;
}

.KuendigungsfristRechnerContainer {
  max-width: 728px;
  margin: 0px auto 30px auto;
  padding: 0 0 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.KuendigungsfristRechnerLeftPart {
  width: 65%;
  margin-right: 3%;
}

.KuendigungsfristRechnerTitle {
  color: #000;
  font-family: inherit;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

.KuendigungsfristRechnerFormRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
}

.KuendigungsfristRechnerLabel {
  flex: 1;
  margin-right: 10px;
  color: var(--Text-colorText, rgba(0, 0, 0, 0.88));
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.KuendigungsfristRechnerCheckbox {
  color: var(--Text-colorText, rgba(0, 0, 0, 0.88));
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
  margin-left: 10px;
}

.KuendigungsfristRechnerCheckbox input {
  margin-right: 0;
}

.KuendigungsfristRechnerInput,
.KuendigungsfristRechnerSelect {
  flex: 1;
  width: 230px;
  padding: 5px 10px !important;
  color: #333 !important;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 16px;
  gap: 4px;
  width: 386px;
  height: 32px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px;
}

.KuendigungsfristRechnerSelect2 {
  flex: 1;
  width: 74px;
  height: 34px;
  padding: 5px 10px !important;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333 !important;
  cursor: pointer;
}

.KuendigungsfristRechnerButton {
  width: 100%;
  height: 32px;
  background-color: #170b61;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 8px;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 20px;
}

.KuendigungsfristRechnerButton:hover {
  background-color: #12094d;
}

.KuendigungsfristRechnerInputContainer {
  display: flex;
  width: 100%;
  align-items: center;
}

#KuendigungsfristRechnerResult {
  margin-left: 10%;
  margin-right: 3%;
  margin-top: -16px;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.KuendigungsfristRechnerResultsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 7px;
  margin-bottom: 7px;
}

.KuendigungsfristRechnerRightPart {
  width: 43%;
  background: #170b61;
  position: relative;
  border-radius: 0px 10px 10px 0px;
}

.KuendigungsfristRechnerRightPart > div:first-of-type {
  width: 80px;
}

.KuendigungsfristRechnerRightPart > div img {
  position: relative;
  width: 64px;
  height: 54px;
  top: 27px;
  left: -44px;
}

.KuendigungsfristRechnerRightPart > img {
  width: 60%;
  margin-top: 20%;
  margin-left: 20%;
}

.KuendigungsfristRechnerLastCheckboxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/***** Width 640px ******/

.width640KuendigungsfristRechnerContainer {
  margin: 0 auto 60px auto;
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerTitle {
  text-align: center;
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerContainer {
  flex-direction: column;
  align-items: center;
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerLeftPart {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerResultsBox {
  flex-direction: row;
  margin-bottom: 0;
  padding-right: 0;
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerRightPart {
  width: 80%;
  height: 79px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 521px;
  border-radius: 12px;
  padding: 0 0px 0 20px;
  position: absolute;
}

.width640KuendigungsfristRechnerContainer
  .KuendigungsfristRechnerRightPart
  > img {
  display: none;
}

.width640KuendigungsfristRechnerContainer
  .KuendigungsfristRechnerRightPart
  > h4 {
  margin-left: 0;
}

.width640KuendigungsfristRechnerContainer #KuendigungsfristRechnerResult {
  width: 94%;
  margin: auto;
  margin-right: -13px;
  margin-left: 0;
  font-size: clamp(13px, 2.7vw, 15px);
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerButton {
  width: 100%;
  height: 32px;
  background: #170b61;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 38px;
  display: block;
  margin-bottom: 53px;
}

.width640KuendigungsfristRechnerContainer
  .KuendigungsfristRechnerRightPart
  > div
  img {
  left: 0px;
  top: 0px;
  width: 111px;
  height: 93px;
}

.width640KuendigungsfristRechnerContainer
  .KuendigungsfristRechnerRightPart
  > div {
  width: 140px;
  position: relative;
  top: 3px;
  left: -28px;
}

.width640KuendigungsfristRechnerContainer .KuendigungsfristRechnerFormRow {
  width: 100%;
}

/***** Width 488px ******/

.width488KuendigungsfristRechnerContainer {
  padding: 0 20px 0 20px;
}

.width488KuendigungsfristRechnerContainer .KuendigungsfristRechnerLeftPart {
  width: 100%;
}

.width488KuendigungsfristRechnerContainer
  .KuendigungsfristRechnerRightPart
  > div:first-of-type {
  display: none;
}

.width488KuendigungsfristRechnerContainer #KuendigungsfristRechnerResult {
  width: 100%;
  top: 0;
  left: 0;
}

.width488KuendigungsfristRechnerContainer .KuendigungsfristRechnerRightPart {
  padding: 0 20px 0 20px;
}

.width488KuendigungsfristRechnerContainer .KuendigungsfristRechnerTitle {
  font-size: clamp(20px, 6vw, 28px);
}

/***** Width 413px ******/

.width413KuendigungsfristRechnerContainer .KuendigungsfristRechnerRightPart {
  margin-top: 565px;
}

/***** Width 365px ******/

.width365KuendigungsfristRechnerContainer .KuendigungsfristRechnerRightPart {
  height: auto;
}

.width365KuendigungsfristRechnerContainer #KuendigungsfristRechnerResult {
  font-size: 12px;
}

.width365KuendigungsfristRechnerContainer .KuendigungsfristRechnerResultsBox {
  flex-direction: column;
}

.width365KuendigungsfristRechnerContainer {
  margin: 0 auto 80px auto;
}

/***** Width 311px ******/

.width311KuendigungsfristRechnerContainer
  .KuendigungsfristRechnerLastCheckboxes {
  flex-direction: column;
}

.width311KuendigungsfristRechnerContainer .KuendigungsfristRechnerRightPart {
  margin-top: 600px;
}

.width305KuendigungsfristRechnerContainer .KuendigungsfristRechnerRightPart {
  margin-top: 630px;
}
