@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FS Joey';
  src: url(../fonts/FS_Joey); }

@font-face {
  font-family: 'FS Joey';
  src: url(../fonts/FS_Joey-Bold.);
  font-weight: bold; }

@font-face {
  font-family: 'Myriad Pro';
  src: url(../fonts/MyriadPro-Regular); }

p {
  font-family: 'Myriad Pro'; }

h1 {
  font-family: 'FS Joey';
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px; }

h2 {
  font-family: 'FS Joey';
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px; }

h3 {
  font-family: 'FS Joey';
  font-size: 18px;
  font-weight: bold;
  color: #585858; }

.item-title {
  font-family: 'FS Joey';
  font-weight: bold; }

.item-info {
  font-family: 'Myriad Pro'; }

hr {
  border-top: 5px solid #5FCCF7;
  margin-bottom: 30px;
  border-bottom: none;
  border-left: none;
  border-right: none; }

body {
  font-family: 'Myriad Pro'; }

header {
  width: 100%;
  position: fixed;
  height: 70px;
  background-color: #562772;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center; }
  header div {
    display: flex;
    align-items: center;
    height: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    header div img {
      height: 100%; }

.helper {
  border-radius: 18px;
  background-color: #562772;
  position: fixed;
  right: 80px;
  bottom: 50px;
  padding: 35px 45px; }
  .helper p {
    font-family: 'FS Joey';
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold; }
  .helper span {
    font-family: 'FS Joey';
    font-size: 28px;
    color: #FFFFFF;
    padding-top: 10px;
    display: inline-block; }
  .helper p:last-child {
    color: #F59C00; }
  .helper p::before {
    content: '€ '; }

.wrapper {
  width: 90%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  position: relative; }
  .wrapper .main-container {
    width: 45%;
    display: inline-block;
    box-sizing: border-box; }
    .wrapper .main-container .house-container {
      position: relative;
      min-height: 500px; }
      .wrapper .main-container .house-container img {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -5; }
    .wrapper .main-container .house-options {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      background-color: #EEECEC;
      border-radius: 18px;
      padding: 35px 25px; }
      .wrapper .main-container .house-options h1 {
        color: #562772; }
      .wrapper .main-container .house-options .table-header {
        display: block;
        width: 100%;
        clear: both; }
        .wrapper .main-container .house-options .table-header span {
          width: 30%;
          display: inline-block;
          font-family: 'FS Joey';
          color: #562772;
          font-weight: bold;
          font-size: 19px;
          margin-bottom: 20px;
          margin-top: 5px; }
        .wrapper .main-container .house-options .table-header span:first-child {
          width: 35%;
          content: '';
          display: inline-block; }
      .wrapper .main-container .house-options .table-item {
        display: block;
        clear: both;
        width: 100%; }
        .wrapper .main-container .house-options .table-item > span {
          width: 30%;
          display: inline-block;
          color: #562772;
          font-family: 'Myriad Pro';
          font-size: 18px; }
        .wrapper .main-container .house-options .table-item > span:first-child {
          width: 35%;
          display: inline-block;
          font-family: 'FS Joey';
          font-weight: bold; }
          .wrapper .main-container .house-options .table-item > span:first-child .container {
            width: 35%;
            display: inline-block; }
  .wrapper .sidebar {
    width: 45%;
    box-sizing: border-box;
    display: inline-block;
    padding-top: 50px; }
    .wrapper .sidebar > div {
      border-radius: 18px;
      color: #562772;
      box-sizing: border-box;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding: 35px 25px; }
  .wrapper .results {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    border-radius: 18px;
    background-color: #562772;
    color: #FFFFFF;
    padding: 35px 25px;
    margin-bottom: 50px; }
    .wrapper .results .summary-item {
      margin-bottom: 25px; }
      .wrapper .results .summary-item p {
        display: inline-block;
        font-family: "FS Joey";
        color: #FFFFFF;
        font-size: 32px;
        font-weight: bold; }
      .wrapper .results .summary-item p:first-child {
        width: 65%; }
      .wrapper .results .summary-item p:last-child {
        width: 30%; }
    .wrapper .results .summary-item:last-child p:last-child {
      color: #F59C00; }

input[type="text"] {
  border: 1px solid #5FCCF7;
  border-radius: 12px;
  height: 48px;
  width: 300px;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #8C8989;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px; }

input[type='text'].input-money {
  background-image: url(../images/euro.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  padding-left: 40px; }

input[type='text']:focus {
  outline: none; }

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #5FCCF7;
  border-radius: 3px; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  border: 1px solid #F59C00; }

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #5FCCF7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
