body {
  overflow-x: hidden;
}

.javascript-blocker {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5;
}

.ball {
  position: fixed;
  height: 90px;
  width: 250px;
  background: #ff5722;
  padding: 80px 0px;
  border-radius: 125px;
  text-align: center;
  color: #ecf0f1;
  left: 50%;
  top: 50%;
  margin: -125px 0px 0px -125px;
}

.ball i {
  line-height: 60px;
  font-size: 60px;
  width: 60px;
}

.ball p {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.fullscreen-page {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fullscreen-page .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-page .background .background-image {
  width: 100%;
  height: 100%;
  background: url(/static/images/b.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fullscreen-page .background .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #021129;
  opacity: 0.67;
}

.fullscreen-page.privacy {
  height: auto;
  min-height: 100vh;
}

.fullscreen-page.privacy .background .background-image {
  background-attachment: fixed;
}

.fullscreen-page.privacy .content-wrapper .text {
  font-size: 12px;
  line-height: 1.5em;
  padding: 20px 15px;
  background: white;
  max-width: 500px;
  width: 85%;
  margin: 15px auto;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.fullscreen-page.privacy .footer {
  position: relative;
}

.fullscreen-page .notification-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fullscreen-page .notification-wrapper .notification {
  padding: 6px 20px;
  color: #042845;
  background: white;
}

.fullscreen-page .notification-wrapper .notification .icon {
  display: block;
  font-size: 32px;
  padding: 0 0 6px 0;
  text-align: center;
}

.fullscreen-page .notification-wrapper .notification .content {
  font-size: 14px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.fullscreen-page .notification-wrapper .notification .content a {
  font-size: 14px;
  color: #084D84;
}

.fullscreen-page .notification-wrapper .notification.error {
  background: #F16B6F;
  color: white;
}

.fullscreen-page .notification-wrapper .notification.warning {
  background: #0E87E8;
  color: white;
}

.fullscreen-page .notification-wrapper .notification.success {
  background: #AACD6E;
  color: white;
}

.fullscreen-page .notification-wrapper .notification.hide {
  display: none;
}

.fullscreen-page .top-bar {
  position: relative;
  height: 47px;
}

.fullscreen-page .top-bar .logo {
  height: 35px;
  padding: 12px 0px 0px 15px;
}

.fullscreen-page .top-bar .login-link {
  float: right;
  color: #FFEE58;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  margin: 20px 15px 0 0;
}

.fullscreen-page .content-wrapper {
  position: relative;
  height: calc(100% - 47px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fullscreen-page .content-wrapper .title {
  color: #FFEE58;
  font-family: Rubik;
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

.fullscreen-page .content-wrapper .title.no-caps {
  text-transform: none;
}

.fullscreen-page .content-wrapper .subtitle {
  color: #95989A;
  width: 200px;
  margin: 7px auto 0 auto;
  text-align: center;
}

.fullscreen-page .next-page-indicator {
  position: relative;
  bottom: 55px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
}

.money-management-wrapper {
  position: relative;
  background: #E4E7EC;
  padding: 20px 0 50px 0;
}

.money-management-wrapper .title {
  font-family: Rubik;
  font-size: 22px;
  line-height: 1.2em;
  display: inline-block;
  border-bottom: 2px solid #FFEE58;
  margin: 17px 0 0 15px;
  padding: 0 13px 0 0;
  text-transform: uppercase;
}

.money-management-wrapper .content {
  font-size: 12px;
  margin: 6px auto auto 15px;
  color: #6B7584;
  width: calc(57% - 15px);
  line-height: 1.5em;
  text-align: justify;
}

.money-management-wrapper .smartphone {
  position: absolute;
  height: 250px;
  right: 15px;
  bottom: -130px;
  z-index: 2;
}

.invitation-wrapper {
  position: relative;
}

.invitation-wrapper .background {
  position: absolute;
  height: 100%;
  width: 100%;
}

.invitation-wrapper .background .background-image {
  height: 100%;
  width: 100%;
  background: url(/static/images/invitation-background.jpg);
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: cover;
}

.invitation-wrapper .background .background-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #021129;
  opacity: 0.67;
}

.invitation-wrapper .title {
  position: relative;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  color: white;
  padding: 50px 0px 0px 15px;
}

.invitation-wrapper .content {
  position: relative;
  font-size: 12px;
  padding: 7px 30px 100px 15px;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}

.size-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.formular-wrapper {
  width: 220px;
  margin: 0 auto;
  padding: 35px 0 0 0;
}

.formular-wrapper .input-line {
  display: flex;
  height: 22px;
  margin: 0 0 20px 0;
}

.formular-wrapper .input-line .input-logo {
  width: 25px;
  height: 20px;
  text-align: center;
  border-bottom: 2px solid white;
  margin: 0 5px 0 0;
}

.formular-wrapper .input-line .input-logo i {
  font-size: 18px;
  line-height: 18px;
  color: white;
}

.formular-wrapper .input-line input {
  width: calc(100% - 30px - 4px);
  padding: 0px 2px;
  height: 20px;
  line-height: 18px;
  font-size: 15px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 2px solid white;
  color: white;
}

.formular-wrapper .input-line input::-moz-placeholder {
  color: white;
  opacity: 1;
}

.formular-wrapper .input-line input:-moz-placeholder {
  color: white;
  opacity: 1;
}

.formular-wrapper .input-line input::-webkit-input-placeholder {
  color: white;
}

.formular-wrapper .input-line .double-input {
  width: calc(100% - 30px);
  display: flex;
}

.formular-wrapper .input-line .double-input input {
  width: calc(50% - 2.5px - 4px);
}

.formular-wrapper .input-line .double-input input:last-child {
  margin: 0 0 0 5px;
}

.formular-wrapper .submit-button {
  height: 30px;
  margin: 40px auto 0 auto;
  text-align: center;
}

.formular-wrapper .submit-button input[type="submit"] {
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  background: #FFEE58;
  padding: 0px 15px;
  cursor: pointer;
}

.formular-wrapper a.forgot-password {
  font-size: 12px;
  text-rendering: geometricPrecision;
  display: block;
  text-align: center;
  color: #95989A;
  margin: 15px 0 0 0;
  transition: color 0.2s ease;
}

.formular-wrapper a.forgot-password:hover {
  color: white;
}

.footer {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  padding: 0px 15px;
  width: 100%;
}

.footer .links {
  padding: 10px 0;
  text-align: center;
}

.footer .links a {
  font-size: 12px;
  color: #95989A;
  padding: 0 6px;
}

.footer.home {
  position: relative;
  background: #031B2E;
  padding: 15px 15px;
}

.footer .copyright {
  text-align: center;
  color: #4C4C4C;
  font-size: 10px;
}

.password-error {
  margin: -20px 0 10px 0;
  padding: 8px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #F16B6F;
}

.password-error .message {
  line-height: 1.1em;
  font-size: 12px;
  color: white;
}

.privacy-policy {
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
}

.privacy-policy .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: white;
  border-radius: 40px;
  flex-shrink: 0;
  text-align: center;
  color: #0E87E8;
  font-size: 20px;
}

.privacy-policy .content {
  padding: 0 0 0 6px;
  font-size: 12px;
  color: white;
  line-height: 1.5em;
  text-align: justify;
}

.privacy-policy .content a {
  color: #0E87E8;
  font-size: 12px;
  line-height: 1.1em;
}

.minimization-wrapper {
  background: #042845;
}

.minimization-wrapper .title {
  font-family: Rubik;
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  font-weight: 500;
  padding: 15px;
}

.minimization-wrapper .content {
  position: relative;
}

.minimization-wrapper .minimization-art {
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 280px;
  overflow: hidden;
}

.minimization-wrapper .minimization-art .person {
  position: absolute;
  width: 57px;
  border-radius: 60px;
}

.minimization-wrapper .minimization-art .person img {
  display: block;
  width: 57px;
  height: 57px;
}

.minimization-wrapper .minimization-art .person .name {
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 1.1em;
}

.minimization-wrapper .minimization-art .person.jens {
  left: 27px;
  top: 39px;
}

.minimization-wrapper .minimization-art .person.anna {
  left: 218px;
  top: 66px;
}

.minimization-wrapper .minimization-art .person.max {
  left: 104px;
  top: 189px;
}

.minimization-wrapper .minimization-art .arrow-wrapper {
  position: absolute;
  width: 114px;
  height: 114px;
}

.minimization-wrapper .minimization-art .arrow-wrapper .amount {
  position: absolute;
  font-family: Rubik;
  font-weight: 500;
  font-size: 15px;
  color: #F16B6F;
}

.minimization-wrapper .minimization-art .arrow-wrapper.jens-anna {
  left: 99px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.jens-anna img {
  width: 114px;
  height: 114px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.jens-anna .amount {
  left: 22px;
  top: 18px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.anna-max {
  left: 173px;
  top: 150px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.anna-max img {
  width: 73px;
  height: 71px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.anna-max .amount {
  left: 41px;
  top: 42px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.max-jens {
  left: 24px;
  top: 123px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.max-jens img {
  width: 84px;
  height: 84px;
}

.minimization-wrapper .minimization-art .arrow-wrapper.max-jens .amount {
  left: -23px;
  top: 54px;
}

.minimization-wrapper .minimization-art .minimization-text {
  text-align: center;
  margin: 80px 0 0 11px;
}

.minimization-wrapper .minimization-art .minimization-text .title {
  padding: 0;
  line-height: 1.1em;
  font-family: Rubik;
  font-weight: bold;
  font-size: 14px;
  color: white;
}

.minimization-wrapper .minimization-art .minimization-text .text {
  font-size: 14px;
  font-weight: lighter;
  color: white;
}

.minimization-wrapper .minimization-art .minimization-text .amount {
  font-family: Rubik;
  color: #FFEE58;
  font-weight: bold;
  font-size: 14px;
}

.feature-title {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1em;
  padding: 30px 0 15px 0;
}

.standing-orders-wrapper {
  background: #084D84;
  padding: 0 0 30px 0;
}

.standing-orders-wrapper .content {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 50px 0px 15px;
  line-height: 1.5em;
  text-align: justify;
}

.standing-orders-wrapper .check-wrapper {
  position: relative;
  text-align: right;
  margin: 15px 5px auto auto;
}

.standing-orders-wrapper .check-wrapper .check {
  box-sizing: border-box;
  display: inline-block;
  width: 300px;
  height: 120px;
  background: white;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px 14px 10px;
}

.standing-orders-wrapper .check-wrapper .line {
  margin: 0 0 8px 0;
  height: 25px;
  overflow: hidden;
  display: flex;
}

.standing-orders-wrapper .check-wrapper .line:last-child {
  margin: 0;
}

.standing-orders-wrapper .check-wrapper .line .field {
  box-sizing: border-box;
  height: 25px;
  display: flex;
  border-bottom: 1px solid #042845;
  width: 100%;
  align-items: flex-end;
}

.standing-orders-wrapper .check-wrapper .line .field .label {
  line-height: 1.1em;
  font-size: 10px;
  color: #042845;
}

.standing-orders-wrapper .check-wrapper .line .field .name {
  line-height: 1.1em;
  font-size: 14px;
  color: #042845;
  padding: 0 0 0 8px;
}

.standing-orders-wrapper .check-wrapper .line .field .period {
  line-height: 1.1em;
  color: #0E87E8;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 8px;
}

.standing-orders-wrapper .check-wrapper .line .euro {
  box-sizing: border-box;
  text-align: center;
  width: 40px;
  height: 25px;
  flex-shrink: 0;
  margin: 0 10px 0 12px;
  line-height: 25px;
  border: 1px solid #042845;
}

.standing-orders-wrapper .check-wrapper .line .amount {
  box-sizing: border-box;
  height: 25px;
  width: 95px;
  flex-shrink: 0;
  text-align: right;
  font-family: Rubik;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #F16B6F;
  border: 1px solid #042845;
}

.standing-orders-wrapper .check-wrapper .line .semps-logo {
  height: 20px;
  margin: 0 0 0 10px;
  flex-shrink: 0;
}

.security-wrapper {
  background: #042845;
  padding: 0 0 30px 0;
}

.security-wrapper .content {
  text-align: justify;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
  padding: 0 15px;
}

.security-wrapper .lock-icon {
  display: block;
  height: 38px;
  width: 38px;
  margin: 20px auto;
}

.price-wrapper {
  background: #084D84;
  padding: 0 0 40px 0;
}

.price-wrapper .content {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
  padding: 0 15px;
}

.price-wrapper .premium {
  padding: 40px 0 0 0;
}

.price-wrapper .premium .header {
  width: 85px;
  height: 20px;
  border-radius: 21px;
  border: 2px solid #FFEE58;
  color: #FFEE58;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto 10px auto;
}

.price-wrapper .premium .features {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
}

.price-wrapper .premium .features .feature .icon {
  margin: 0 auto 5px auto;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.price-wrapper .premium .features .feature .icon img {
  width: 30px;
  height: 30px;
  padding: 5px;
}

.price-wrapper .premium .features .feature .name {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 11px;
}

table.border {
  border-collapse: collapse;
}

table.border, table.border tr, table.border th {
  border: 1px solid #000;
}

th {
  padding: 5px;
}

td {
  padding: 20px;
}
