.UrlaubsabgeltungRechnerBacklinkBox {
  max-width: 728px;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 60px;
  gap: 10px;
}

.UrlaubsabgeltungRechnerBacklinkBox
  .UrlaubsabgeltungRechnerTooltip
  .UrlaubsabgeltungRechnerTooltiptext {
  width: 300px;
  bottom: auto !important;
  top: 100%;
  left: 18px;
}

.UrlaubsabgeltungRechnerBacklinkBox .UrlaubsabgeltungRechnerTooltip {
  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;
}

.UrlaubsabgeltungRechnerBacklinkBox
  .UrlaubsabgeltungRechnerTooltip
  .UrlaubsabgeltungRechnerInfoIcone {
  display: flex;
  width: 17px;
}

.UrlaubsabgeltungRechnerBacklinkBox .UrlaubsabgeltungRechnerTooltip:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.UrlaubsabgeltungRechnerBacklink {
  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;
}

.UrlaubsabgeltungRechnerBacklink:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.UrlaubsabgeltungRechnerBacklink > img {
  width: 11px;
  opacity: 0.5;
  transition: all 0.2s;
}

.UrlaubsabgeltungRechnerContainer {
  max-width: 728px;
  margin: 0 auto 40px auto;
  padding: 0 20px 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;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.UrlaubsabgeltungRechnerLeftPart {
  width: 100%;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.UrlaubsabgeltungRechnerTitle {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}

#UrlaubsabgeltungRechnerForm {
  display: flex;
  flex-direction: column;
}

.UrlaubsabgeltungRechnerFormRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 21px;
  position: relative;
}

.UrlaubsabgeltungRechnerLabel {
  flex: 1;
  margin-right: 10px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 5px;
}

.UrlaubsabgeltungRechnerInput,
.UrlaubsabgeltungRechnerSelect {
  flex: 1;
  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;
}

.UrlaubsabgeltungRechnerSelect option {
  font-size: 14px;
}

.UrlaubsabgeltungRechnerButton {
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  width: 384px;
  height: 32px;
  background: #170b61;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 25px;
  display: block;
  margin-bottom: 53px;
}

.UrlaubsabgeltungRechnerButton:hover {
  background-color: #12094d;
}

#UrlaubsabgeltungRechnerResult {
  width: 77%;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  margin-top: -45px;
  hyphens: auto;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  margin-right: 0;
  margin-left: 0;
}

.UrlaubsabgeltungRechner-error-message {
  position: absolute;
  margin-top: 54px;
  right: 0;
  font-size: 0.8em;
  color: red;
}

.UrlaubsabgeltungRechnerInputContainer {
  display: flex;
  width: auto;
  align-items: center;
}

.UrlaubsabgeltungRechnerTooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.UrlaubsabgeltungRechnerTooltip .UrlaubsabgeltungRechnerTooltiptext {
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  width: 300px;
  background-color: #f9f9f9;
  color: #333;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: -340%;
  margin-left: -192px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  line-height: 18px;
  max-height: 120px;
  overflow: auto;
}

.UrlaubsabgeltungRechnerTooltiptext {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #c1c1c1;
  --sb-size: 9px;
}

.UrlaubsabgeltungRechnerTooltiptext::-webkit-scrollbar {
  width: var(--sb-size);
}

.UrlaubsabgeltungRechnerTooltiptext::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 4px;
}

.UrlaubsabgeltungRechnerTooltiptext::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 4px;
}

@supports not selector(::-webkit-scrollbar) {
  .UrlaubsabgeltungRechnerTooltiptext {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.UrlaubsabgeltungRechnerTooltip:hover .UrlaubsabgeltungRechnerTooltiptext {
  visibility: visible;
  opacity: 1;
}

.UrlaubsabgeltungRechnerTooltip .info-icon {
  width: 16px;
  height: 16px;
  fill: #636363;
  cursor: pointer;
}

.UrlaubsabgeltungRechnerInfoIcone {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.UrlaubsabgeltungRechnerRightPart {
  width: 100%;
  max-width: 520px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 440px;
  border-radius: 12px;
  padding: 0 20px 0 20px;
  position: absolute;
  background-color: #170b61;
}

.UrlaubsabgeltungRechnerRightPart > div > img {
  position: relative;
  left: -31px;
  top: 3px;
  width: 100px;
  height: 111px;
}
.UrlaubsabgeltungRechnerRightPart .UrlaubsabgeltungRechnerResultsBox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-right: 5%;
}

@media (max-width: 886px) {
  .UrlaubsabgeltungRechnerRightPart {
    width: 70%;
  }
}
/******** width 640 ********/

.width640UrlaubsabgeltungRechnerContainer
  .UrlaubsabgeltungRechnerInputContainer {
  width: 100%;
}

.width640UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerRightPart {
  margin-top: 600px;
}

.width640UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerButton {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/******** width 530 ********/

.width530UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerRightPart {
  width: 80%;
}

.width530UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerResultsBox {
  margin-left: -23px;
  padding-right: 0;
}

.width530UrlaubsabgeltungRechnerContainer
  .UrlaubsabgeltungRechner-error-message {
  font-size: 12px;
}

/******** width 407 ********/

.width407UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerRightPart {
  margin-top: 630px;
  height: 76px;
}

.width407UrlaubsabgeltungRechnerContainer
  .UrlaubsabgeltungRechnerRightPart
  > div:first-of-type {
  display: none;
}

.width407UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerResultsBox {
  margin-left: 0;
  justify-content: space-around;
}

.width407UrlaubsabgeltungRechnerContainer #UrlaubsabgeltungRechnerResult {
  width: 100%;
}

.width407UrlaubsabgeltungRechnerContainer
  .UrlaubsabgeltungRechner-error-message {
  line-height: 12px;
}

.width407UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerRightPart {
  padding: 0 5px 0 5px;
}

.width407UrlaubsabgeltungRechnerContainer .UrlaubsabgeltungRechnerRightPart {
  width: 85%;
}
