.ResturlaubsrechnerBacklinkBox {
  max-width: 728px;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 60px;
  gap: 10px;
}

.ResturlaubsrechnerBacklinkBox
  .ResturlaubsrechnerTooltip
  .ResturlaubsrechnerTooltiptext {
  width: 300px;
  bottom: auto !important;
  top: 100%;
  left: -157px;
  margin-left: -110px;
}

.ResturlaubsrechnerBacklinkBox .ResturlaubsrechnerTooltip {
  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;
}

.ResturlaubsrechnerBacklinkBox
  .ResturlaubsrechnerTooltip
  .ResturlaubsrechnerInfoIcone {
  display: flex;
  width: 17px;
}

.ResturlaubsrechnerBacklinkBox .ResturlaubsrechnerTooltip:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.ResturlaubsrechnerBacklink {
  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;
}

.ResturlaubsrechnerBacklink:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ResturlaubsrechnerBacklink > img {
  width: 11px;
  opacity: 0.5;
  transition: all 0.2s;
}

.ResturlaubsrechnerContainer {
  max-width: 728px;
  margin: 0px auto 70px auto;
  padding: 0 40px 0 40px;
  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;
  position: relative;
}

.ResturlaubsrechnerLeftPart {
  width: 100%;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.resturlaubsrechner-error-message {
  position: absolute;
  margin-top: 52px;
  font-size: 0.66em;
  line-height: 13px;
  color: red;
}

.ResturlaubsrechnerTooltip .ResturlaubsrechnerTooltiptext {
  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: -110px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 18px;
  max-height: 120px;
  overflow: auto;
}

.ResturlaubsrechnerTooltiptext {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #c1c1c1;
  --sb-size: 9px;
}

.ResturlaubsrechnerTooltiptext::-webkit-scrollbar {
  width: var(--sb-size);
}

.ResturlaubsrechnerTooltiptext::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 4px;
}

.ResturlaubsrechnerTooltiptext::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 4px;
}

@supports not selector(::-webkit-scrollbar) {
  .ResturlaubsrechnerTooltiptext {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.ResturlaubsrechnerTooltip:hover .ResturlaubsrechnerTooltiptext {
  visibility: visible;
  opacity: 1;
}

.ResturlaubsrechnerInfoIcone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ResturlaubsrechnerRightPart {
  width: 80%;
  max-width: 540px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 500px;
  border-radius: 12px;
  padding: 0 20px 0 20px;
  position: absolute;
  transition: margin-top 0.5s ease;
}

.ResturlaubsrechnerTitle {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}

.ResturlaubsrechnerFormRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 21px;
  position: relative;
}

.ResturlaubsrechnerLabel {
  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;
}

.ResturlaubsrechnerInput {
  flex: 1;
  padding: 5px 10px !important;
  color: #333 !important;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0px 16px;
  gap: 4px;
  width: 300px;
  height: 32px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px;
  font-family: inherit;
}

.ResturlaubsrechnerRightPart > div:first-of-type {
  position: relative;
  top: 3px;
  left: -25px;
}

.ResturlaubsrechnerRightPart > div img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 111px;
}

.ResturlaubsrechnerButton {
  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: 300px;
  height: 32px;
  background: #170b61;
  border-radius: 8px;
  margin-left: auto;
  display: block;
  margin-bottom: 53px;
  margin-right: 25px;
}

.ResturlaubsrechnerButton:hover {
  background-color: #12094d;
}

#ResturlaubsrechnerResult {
  width: 77%;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  margin-top: -45px;
  hyphens: auto;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #000000;
  margin: auto;
  margin-right: 0;
  margin-left: 0;
}

.ResturlaubsrechnerRightPart > img {
  width: 100%;
  height: auto;
  margin-top: -138px;
}

.ResturlaubsrechnerResultsBox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ResturlaubsrechnerTooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.ResturlaubsrechnerTooltip .ResturlaubsrechnerTooltiptext {
  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: -363%;
  margin-left: -88px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 18px;
}

.ResturlaubsrechnerTooltip:hover .ResturlaubsrechnerTooltiptext {
  visibility: visible;
  opacity: 1;
}

.ResturlaubsrechnerInfoIcone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ResturlaubsrechnerInputContainer {
  display: flex;
  align-items: center;
}

.width670ResturlaubsrechnerContainer .ResturlaubsrechnerInputContainer {
  display: flex;
  width: 100%;
  align-items: center;
}

.width670ResturlaubsrechnerContainer .ResturlaubsrechnerRightPart {
  margin-top: 650px;
}

.width670ResturlaubsrechnerContainer .ResturlaubsrechnerButton {
  width: 100%;
}

.width510ResturlaubsrechnerContainer .ResturlaubsrechnerRightPart {
  width: 85%;
}

.width440ResturlaubsrechnerContainer {
  padding: 0 15px 0 15px;
}
.width440ResturlaubsrechnerContainer
  .ResturlaubsrechnerTooltip
  .ResturlaubsrechnerTooltiptext {
  margin-left: -113px;
}

.width440ResturlaubsrechnerContainer .ResturlaubsrechnerRightPart {
  width: 95%;
  padding: 0 0px 0 20px;
}

.width384ResturlaubsrechnerContainer .ResturlaubsrechnerRightPart {
  padding: 0 0px 0 0px;
}

.width384ResturlaubsrechnerContainer .ResturlaubsrechnerResultImage {
  display: none;
}

.width384ResturlaubsrechnerContainer #ResturlaubsrechnerResult {
  width: 100%;
  justify-content: center;
}

.width384ResturlaubsrechnerContainer .ResturlaubsrechnerResultsBox {
  justify-content: center;
}

/* Add additional responsive styles if necessary */
