* {
  box-sizing: border-box;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-image: linear-gradient(#D2D6DB, #F1F5FB, #EEF2F8, #F1F5FB, #D2D6DB);
  min-height: 100vh;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow: hidden;
    max-width: 1366px;
  }
}

main, header {
  max-width: 1366px;
  width: 100%;
  margin: auto;
}

.hidden {
  display: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 25px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 61px;
  height: 172px;
}
header .headline {
  display: flex;
  align-items: center;
}
header .headline h2 {
  font-weight: 100;
}
header .backButton {
  display: flex;
  align-items: center;
  margin: 61px 0;
}
header .backButton h2 {
  font-weight: 100;
}
header .backButton div:first-child {
  border: 2px solid #1F2B3E;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 35px;
  position: relative;
}
header .backButton div:first-child:before {
  content: " ";
  height: 14px;
  width: 14px;
  display: block;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 18px;
}
header .logo img {
  height: 80px;
  width: auto;
}
header .logo p {
  font-size: 18px;
  color: #006FB9;
}

.rangeSliderContainer {
  margin: 50px 30px 0;
  max-width: 480px;
  width: 100%;
}
.rangeSliderContainer .rangeSlider {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
  background-color: #CFD2D9;
  border-radius: 8px;
  justify-content: flex-end;
}
.rangeSliderContainer .rangeSlider .range {
  background-color: #CFD2D9;
  height: 8px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  border: none;
}
.rangeSliderContainer .rangeSlider .range .filledRange {
  background-color: #023E84;
  height: 100%;
  width: 0;
  border-radius: 8px;
}
.rangeSliderContainer .rangeSlider .ui-slider-handle {
  width: 27px;
  height: 27px;
  border-radius: 32px;
  border: 5px solid #263859;
  background-image: linear-gradient(#006FB9, #023E84);
  box-shadow: rgba(0, 0, 0, 0.25) 0 10px 15px 0;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  outline: none;
  top: -9.5px;
}
.rangeSliderContainer.moneySlider .delta {
  position: relative;
  height: 25px;
}
.rangeSliderContainer.moneySlider .delta h1 {
  position: absolute;
  color: #006FB9;
  width: 200px;
  text-align: center;
}
.rangeSliderContainer.moneySlider .currentMoney {
  position: relative;
  height: 16px;
}
.rangeSliderContainer.moneySlider .currentMoney p {
  position: absolute;
  color: #1F2B3E;
  font-weight: 700;
  width: 200px;
  text-align: center;
}
.rangeSliderContainer.distributionSlider > div:first-child {
  height: 25px;
  display: flex;
  justify-content: space-between;
}
.rangeSliderContainer.distributionSlider > div:first-child p {
  font-size: 16px;
  font-weight: 700;
  color: rgba(31, 43, 62, 0.6);
}
.rangeSliderContainer.distributionSlider > div:first-child p.distribution {
  color: #1F2B3E;
}
.rangeSliderContainer.distributionSlider .ui-slider-handle {
  width: 27px;
  height: 27px;
  border-radius: 32px;
  border: 5px solid #1F2B3E;
  background-image: linear-gradient(#6D7786, #1F2B3E);
  box-shadow: rgba(0, 0, 0, 0.25) 0 10px 15px 0;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  outline: none;
  top: -9.5px;
}
.rangeSliderContainer.distributionSlider .filledRange {
  display: none;
}

main.page1 {
  padding: 50px 100px 0;
  display: flex;
  justify-content: space-between;
}
main.page1 .leftContainer {
  width: 50%;
}
main.page1 .leftContainer .imgContainer {
  position: relative;
}
main.page1 .leftContainer .imgContainer svg {
  display: none;
}
main.page1 .leftContainer .imgContainer svg, main.page1 .leftContainer .imgContainer img {
  width: 100%;
  height: auto;
}
main.page1 .leftContainer .imgContainer svg .empty rect, main.page1 .leftContainer .imgContainer img .empty rect {
  transition: 0.4s all;
}
main.page1 .leftContainer .names {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
main.page1 .leftContainer .names > h2:first-child {
  margin-right: 50px;
}
main.page1 .leftContainer .names > h2:last-child {
  margin-left: 50px;
}
main.page1 .rightContainer {
  width: 41%;
}
main.page1 .rightContainer .rangeSliderContainer {
  margin: 50px 0 0;
}
main.page1 .rightContainer .overviewContainer {
  margin-top: 90px;
}
main.page1 .rightContainer .overviewContainer > div {
  width: 85%;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #023E84;
}
main.page1 .rightContainer .button {
  margin-top: 90px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 6px 0;
  width: 253px;
  border-left: 12px solid #006FB9;
}
main.page1 .rightContainer .button div {
  color: #fff;
  background-color: #023E84;
  padding: 23px 30px 19px 42px;
}
main.page1 .rightContainer .button div h1 {
  margin-bottom: 8px;
}

main.page2 .nameClient, main.page2 .namePartner {
  margin-top: 10px;
  margin-bottom: 20px;
}
main.page2 .totalSingle {
  display: none !important;
  font-size: 0.8em;
}
main.page2.single .rangeSliders {
  justify-content: center;
}
main.page2.single .rangeSliders .distributionSlider {
  display: none;
}
main.page2.single .total {
  display: none !important;
}
main.page2.single .totalSingle {
  display: flex !important;
}
main.page2.single .clientOverview {
  width: 100%;
  justify-content: center;
}
main.page2.single .clientOverview > div {
  width: auto;
  margin: 0 20px;
}

main.page2 .rangeSliders, main.page3 .rangeSliders {
  margin: 0 146px;
  display: flex;
  justify-content: space-between;
}
main.page2 .overview, main.page3 .overview {
  display: flex;
  justify-content: space-between;
  margin: 30px 60px 0;
}
main.page2 .overview > div, main.page3 .overview > div {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.page2 .overview > div .character, main.page3 .overview > div .character {
  max-height: calc(100vh - 409px);
  height: 100%;
}
main.page2 .overview > div .character svg, main.page3 .overview > div .character svg {
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.page2 .overview > div .character svg, main.page3 .overview > div .character svg {
    height: 20000px;
    max-height: calc(100vh - 409px);
  }
}
@media (max-width: 1024px) {
  main.page2 .overview > div .character svg, main.page3 .overview > div .character svg {
    width: 140px;
  }
}
main.page2 .overview > div.clientOverview, main.page3 .overview > div.clientOverview {
  flex-direction: row-reverse;
}
main.page2 .overview > div .overviewContainer, main.page3 .overview > div .overviewContainer {
  width: 550px;
}

@media only screen and (max-width: 550px) {
    .title.label {
        display: none;
    }
}

main.page2 input {
	border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #023E84;
    font-size: 22px;
    font-weight: 700;
	text-align:right;
}

main.page2 .radios {
	font-size: 22px;
    font-weight: 700;
}

main.page2 .link {
	cursor: pointer;
	
	justify-content: center !important;
}

main.page2 .link:hover {
	text-decoration:none;
	color:#5571B9 !important;
	text-decoration:underline;
}

main.page2 .overview > div .overviewContainer > div, main.page3 .overview > div .overviewContainer > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  color: #023E84;
}
main.page2 .overview > div .overviewContainer > div.gap, main.page3 .overview > div .overviewContainer > div.gap {
  color: #E30613;
}
main.page2 #additionalClient rect, main.page2 #additionalPartner rect, main.page3 #additionalClient rect, main.page3 #additionalPartner rect {
  transition: 0.4s all;
}
main.page2 .nameClient, main.page2 .namePartner, main.page2 .netClient, main.page2 .netPartner, main.page3 .nameClient, main.page3 .namePartner, main.page3 .netClient, main.page3 .netPartner {
  text-align: center;
  white-space: nowrap;
}

main.page3 .overview > div {
  align-items: center;
}
main.page3 .overview > div .character {
  margin-bottom: 20px;
}
main.page3 .overview > div .character h2 {
  margin-top: 10px;
}
main.page3 .overview > div .percentage {
  width: 100%;
  text-align: center;
}
main.page3 .overview > div .percentage p {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 15%;
  color: #023E84;
}
main.page3.single .rangeSliders {
  justify-content: center;
}
main.page3.single .rangeSliders .distributionSlider {
  display: none;
}
main.page3.single .clientOverview {
  width: 100%;
  justify-content: center;
}
main.page3.single .clientOverview > div {
  width: auto;
  margin: 0 20px;
}

@media (max-width: 1050px) {
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  main.page1 .rightContainer .button, main.page4 .rightContainer .button {
    width: 220px;
  }

  main.page2 .overview, main.page3 .overview {
    margin: 30px 40px 0;
  }
  main.page2 .overview > div .character, main.page3 .overview > div .character {
    display: flex;
    flex-direction: column;
  }
}
main.page4 {
  padding: 50px 30px 0;
  display: flex;
  justify-content: space-between;
}
main.page4 .leftContainer {
  width: 40%;
}
main.page4 .leftContainer .imgContainer {
  position: relative;
}
main.page4 .leftContainer .imgContainer svg {
  display: none;
}
main.page4 .leftContainer .imgContainer svg, main.page4 .leftContainer .imgContainer img {
  width: 100%;
  height: auto;
}
main.page4 .leftContainer .imgContainer svg .empty rect, main.page4 .leftContainer .imgContainer img .empty rect {
  transition: 0.4s all;
}
main.page4 .leftContainer .names {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
main.page4 .leftContainer .names > h2:first-child {
  margin-right: 50px;
}
main.page4 .leftContainer .names > h2:last-child {
  margin-left: 50px;
}
main.page4 .rightContainer {
  width: 57%;
}
main.page4 .rightContainer .rangeSliderContainer {
  margin: 50px auto 0;
}
main.page4 .rightContainer .overviewContainer {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.page4 .rightContainer .overviewContainer > div {
  width: 45%;
  margin: 0 0 32px;
}
main.page4 .rightContainer .overviewContainer > div h2 {
  font-size: 19px;
}
@media (max-width: 1200px) {
  main.page4 .rightContainer .overviewContainer > div h2 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  main.page4 .rightContainer .overviewContainer > div p {
    font-size: 15px;
  }
}
main.page4 .rightContainer .overviewContainer > div > div {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #023E84;
}
main.page4 .rightContainer .overviewContainer > div > div.name p {
  font-size: 24px;
  font-weight: 700;
}
main.page4 .rightContainer .overviewContainer[data-children="1"] > div, main.page4 .rightContainer .overviewContainer[data-children="2"] > div {
  width: 65%;
}
main.page4 .rightContainer .overviewContainer[data-children="1"] > div h2, main.page4 .rightContainer .overviewContainer[data-children="2"] > div h2 {
  font-size: 22px;
}

.noIncome {
  font-size: 28px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.page3 .overview > div .percentage p {
    background-image: none;
    color: #023E84;
  }
}

/*# sourceMappingURL=style.css.map */
