.MindestlohnRechnerBacklinkBox {
  max-width: 728px;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 60px;
  gap: 10px;
}

.MindestlohnRechnerBacklinkBox
  .MindestlohnRechnerTooltip
  .MindestlohnRechnerTooltiptext {
  width: 300px;
  bottom: auto !important;
  top: 100%;
  left: -46px;
}

.MindestlohnRechnerBacklinkBox .MindestlohnRechnerTooltip {
  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;
}

.MindestlohnRechnerBacklinkBox
  .MindestlohnRechnerTooltip
  .MindestlohnRechnerInfoIcone {
  display: flex;
  width: 17px;
}

.MindestlohnRechnerBacklinkBox .MindestlohnRechnerTooltip:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.MindestlohnRechnerBacklink {
  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;
}

.MindestlohnRechnerBacklink:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.MindestlohnRechnerBacklink > img {
  width: 11px;
  opacity: 0.5;
  transition: all 0.2s;
}

.MindestlohnRechnerTooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.MindestlohnRechnerTooltip .MindestlohnRechnerTooltiptext {
  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;
}

.MindestlohnRechnerTooltiptext {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #c1c1c1;
  --sb-size: 9px;
}

.MindestlohnRechnerTooltiptext::-webkit-scrollbar {
  width: var(--sb-size);
}

.MindestlohnRechnerTooltiptext::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 4px;
}

.MindestlohnRechnerTooltiptext::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 4px;
}

@supports not selector(::-webkit-scrollbar) {
  .MindestlohnRechnerTooltiptext {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.MindestlohnRechnerTooltip:hover .MindestlohnRechnerTooltiptext {
  visibility: visible;
  opacity: 1;
}

.MindestlohnRechnerTooltip .info-icon {
  width: 16px;
  height: 16px;
  fill: #636363;
  cursor: pointer;
}

.MindestlohnRechnerContainer {
  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;
}

.MindestlohnRechnerLeftPart {
  width: 65%;
  margin-right: 3%;
}

.MindestlohnRechnerRightPart {
  width: 43%;
  background: #170b61;
  position: relative;
  border-radius: 0px 10px 10px 0px;
}

.MindestlohnRechnerTitle {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-top: 20px;
  font-family: inherit;
  font-style: normal;
  line-height: normal;
}

.MindestlohnRechnerFormRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
}

.MindestlohnRechnerLabel {
  flex: 1;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.88);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
}

.MindestlohnRechnerCheckbox {
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  font-family: inherit;
  font-style: normal;
  line-height: 22px;
}

.MindestlohnRechnerCheckbox input {
  margin-right: 5px;
}

.MindestlohnRechnerInput,
.MindestlohnRechnerSelect {
  flex: 1;
  width: 230px;
  padding: 5px 10px !important;
  color: #333 !important;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  height: 32px;
}

.MindestlohnRechnerInputContainer {
  display: flex;
  width: 100%;
  align-items: center;
}

.MindestlohnRechnerButton {
  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-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 20px;
}

.MindestlohnRechnerButton:hover {
  background-color: #12094d;
}

.MindestlohnRechnerRightPart > div:first-of-type {
  width: 80px;
}

.MindestlohnRechnerRightPart > div img {
  position: relative;
  width: 64px;
  height: 54px;
  top: 27px;
  left: -44px;
}

.MindestlohnRechnerRightPart > img {
  width: 60%;
  margin-top: 20%;
  margin-left: 20%;
}

#MindestlohnRechnerResult {
  margin-left: 10%;
  margin-right: 3%;
  margin-top: -16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-family: inherit;
  font-style: normal;
}

.MindestlohnRechnerResultsBox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 7px;
  margin-bottom: 7px;
}

.mindestlohn-section-hidden,
.mindestlohn-section-open {
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.mindestlohn-section-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.mindestlohn-section-open {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}

/***** Width 640px ******/

.width640MindestlohnRechnerContainer .MindestlohnRechnerTitle {
  text-align: center;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerContainer {
  flex-direction: column;
  align-items: center;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerLeftPart {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerResultsBox {
  flex-direction: row;
  margin-bottom: 0;
  padding-right: 0;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerRightPart {
  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;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerRightPart > img {
  display: none;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerRightPart > h4 {
  margin-left: 0;
}

.width640MindestlohnRechnerContainer #MindestlohnRechnerResult {
  width: 94%;
  margin: auto;
  margin-right: -13px;
  margin-left: 0;
  font-size: clamp(13px, 2.7vw, 15px);
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerButton {
  width: 100%;
  height: 32px;
  background: #170b61;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 38px;
  display: block;
  margin-bottom: 53px;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerRightPart > div img {
  left: 0px;
  top: 0px;
  width: 111px;
  height: 93px;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerRightPart > div {
  width: 140px;
  position: relative;
  top: 3px;
  left: -28px;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerFormRow {
  width: 100%;
}

.width640MindestlohnRechnerContainer .MindestlohnRechnerTooltiptext {
  margin-left: -190px;
}

/***** Width 490px ******/

.width490MindestlohnRechnerContainer {
  padding: 0 20px 0 20px;
}

.width490MindestlohnRechnerContainer .MindestlohnRechnerLeftPart {
  width: 100%;
}

.width490MindestlohnRechnerContainer
  .MindestlohnRechnerRightPart
  > div:first-of-type {
  display: none;
}

.width490MindestlohnRechnerContainer #MindestlohnRechnerResult {
  width: 100%;
  top: 0;
  left: 0;
}

.width490MindestlohnRechnerContainer .MindestlohnRechnerRightPart {
  padding: 0 20px 0 20px;
}

.width490MindestlohnRechnerContainer .MindestlohnRechnerTitle {
  font-size: clamp(20px, 6vw, 28px);
}
