@charset "UTF-8";
@font-face {
  font-family: nvg_relaunch;
  src: url("../fonts/nvg_relaunch_20160429.woff2") format("woff2");
  src: url("../fonts/nvg_relaunch_20160429.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
[class*=" nvicon-"], [class^=nvicon-], info-trigger i {
  font-family: nvg_relaunch !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nvicon-check:before {
  content: ""; }

.nvicon-close:before {
  content: ""; }

.nvicon-doc:before {
  content: ""; }

.nvicon-arrow-up:before {
  content: ""; }

.nvicon-download:before {
  content: ""; }

.nvicon-externallink:before {
  content: ""; }

.nvicon-image:before {
  content: ""; }

.nvicon-arrow-down:before {
  content: ""; }

.nvicon-locate:before {
  content: ""; }

.nvicon-logosign:before {
  content: ""; }

.nvicon-exclamation:before {
  content: ""; }

.nvicon-search:before {
  content: ""; }

.nvicon-x_small:before {
  content: ""; }

.nvicon-arrow-left:before {
  content: ""; }

.nvicon-arrow-right:before {
  content: ""; }

.nvicon-phone-big:before {
  content: ""; }

.nvicon-locate-big:before {
  content: ""; }

.nvicon-mail:before {
  content: ""; }

.nvicon-customer:before {
  content: ""; }

.nvicon-logo:before {
  content: ""; }

.nvicon-arrow-right-big:before {
  content: ""; }

.nvicon-mail-big:before {
  content: ""; }

.nvicon-menue:before {
  content: ""; }

.nvicon-phone:before {
  content: ""; }

.nvicon-plus:before {
  content: ""; }

@font-face {
  font-family: 'brandontext-regular';
  src: url("../fonts/brandontext-regular.woff2") format("woff2");
  src: url("../fonts/brandontext-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'brandontext-bold';
  src: url("../fonts/brandontext-bold.woff2") format("woff2");
  src: url("../fonts/brandontext-bold.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
body {
  margin: 0;
  padding: 0;
  font-family: "brandontext-regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #002d52;
  background-color: #fff; }

header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6edf5;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15); }
  header a {
    text-decoration: none;
    color: #002d52; }

footer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6edf5;
  background-color: #f8fafc; }
  footer .inner-content div {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
  footer .logo {
    font-size: 45px; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: "brandontext-bold", Arial, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 18px; }

input[type="text"], select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid #a5b9c5;
  color: #002d52;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input[type="text"]:focus, select:focus {
    border-width: 2px;
    border-color: #64c3ca;
    outline: none; }

select {
  padding-right: 37px;
  background: url("../images/ardown.png") right -10px top 1px no-repeat #fff;
  background-size: auto 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.35;
  font-family: "brandontext-bold", Arial, sans-serif; }

.radio-inline {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 13px 30px 13px 0;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "brandontext-regular", Arial, sans-serif; }
  .radio-inline input {
    position: absolute;
    width: 0;
    opacity: 0; }
    .radio-inline input:checked + span:after {
      opacity: 1;
      transform: scale(1); }
  .radio-inline span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    cursor: pointer; }
    .radio-inline span:before, .radio-inline span:after {
      content: '';
      position: absolute;
      display: block;
      box-sizing: border-box; }
    .radio-inline span:before {
      top: 2px;
      left: 0;
      width: 22px;
      height: 22px;
      border: 2px solid #002d52;
      border-radius: 50%;
      background-color: #fff; }
    .radio-inline span:after {
      top: 7px;
      left: 5px;
      width: 12px;
      height: 12px;
      opacity: 0;
      border-radius: 50%;
      background-color: #002d52;
      transform: scale(1.3);
      transition: opacity .2s ease-in-out, transform .2s ease-in-out; }

.btn {
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 46px;
  font-family: "brandontext-bold", Arial, sans-serif;
  text-decoration: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: .2s ease-in-out;
  box-sizing: border-box;
  -webkit-appearance: none; }
  .btn.btn-primary {
    border: none;
    color: #fff;
    background-color: #64c3ca; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #1a858c;
      outline: none; }
  .btn.btn-secondary {
    color: #002d52;
    border: 2px solid #002d52;
    background-color: #fff; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      color: #fff;
      background-color: #002d52;
      outline: none; }
  .btn.print-icon {
    padding-left: 55px;
    line-height: 50px;
    background-image: url("../images/print.png");
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center left 20px; }

.error {
  font-weight: normal;
  color: #fa5a3c; }

.static-value {
  height: 50px;
  padding-top: 12px;
  box-sizing: border-box; }

.inner-content {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

.main-block {
  margin-top: 25px;
  font-size: 18px; }
  .main-block h1 {
    margin-bottom: 15px; }
  .main-block .field-with-addon input[type="text"] {
    width: 100%; }

.logo {
  font-size: 8vw; }

#headerTwo {
  min-height: 0;
  height: 0;
  opacity: 0; }

.fields-block {
  margin-top: 50px; }

.field-row {
  /*display: flex;
  flex-wrap: wrap;
  align-items: flex-end;*/
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px; }
  .field-row:after {
    content: '';
    display: block;
    clear: both; }

.field-col {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
  box-sizing: border-box; }
  .field-col .error {
    position: relative;
    top: -5px; }
    .field-col .error + input[type="text"], .field-col .error + select, .field-col .error + .field-with-addon input[type="text"] {
      border-color: #fa5a3c; }
      .field-col .error + input[type="text"]:focus, .field-col .error + select:focus, .field-col .error + .field-with-addon input[type="text"]:focus {
        border-color: #64c3ca; }
  .field-col label {
    position: relative; }

.form-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px; }
  .form-buttons .btn {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }

.field-with-addon {
  position: relative; }
  .field-with-addon input[type="text"] {
    padding-right: 35px; }
  .field-with-addon span {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-family: "brandontext-bold", Arial, sans-serif; }

.double-select {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .double-select .select-wrapper {
    width: calc(50% - 12px); }
    .double-select .select-wrapper select {
      width: 100%; }
  .double-select .select-devider {
    display: inline-block;
    padding: 0 10px;
    font-family: "brandontext-bold", Arial, sans-serif; }

.hint {
  display: inline-block; }
  .hint:hover .hint-inner {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .hint:hover i {
    background-color: #5b7f95; }
  .hint i {
    display: block;
    width: 20px;
    height: 20px;
    font-family: "brandontext-bold", Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #002d52;
    transition: background-color .2s ease-in-out;
    cursor: pointer; }
  .hint .hint-inner {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    color: #5b7f95;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: translateY(10px);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    box-sizing: border-box;
    z-index: 2; }
    .hint .hint-inner p {
      margin: 10px 0 0;
      font-family: "brandontext-regular", Arial, sans-serif; }

.result-table {
  margin: 40px 0; }
  .result-table table {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-spacing: 0;
    border-collapse: separate; }
  .result-table thead th {
    padding: 20px;
    font-family: "brandontext-bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    text-align: right; }
  .result-table tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #002d52; }
    .result-table tbody td:nth-child(2), .result-table tbody td:nth-child(3) {
      font-size: 16px;
      text-align: right; }
  .result-table tbody .no-border td {
    border: none; }
  .result-table td, .result-table th {
    word-wrap: break-word; }
    .result-table td:nth-child(2), .result-table th:nth-child(2) {
      background-color: #f8fafc; }
    .result-table td:nth-child(3), .result-table th:nth-child(3) {
      background-color: #f2f5fa; }
  .result-table .sub-title td {
    border-width: 2px; }
  .result-table h3 {
    margin: 0; }

.result-graphic {
  margin: 40px 0;
  text-align: center; }
  .result-graphic img {
    max-width: 100%; }

.result-text {
  padding: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #002d52;
  background-color: #f2f5fa; }

@media screen and (max-width: 599px) {
  .result-table {
    font-size: 16px; }
    .result-table .table-responsive table, .result-table .table-responsive thead, .result-table .table-responsive tbody, .result-table .table-responsive th, .result-table .table-responsive td, .result-table .table-responsive tr {
      display: block; }
    .result-table .table-responsive thead tr {
      display: none; }
    .result-table .table-responsive tbody td {
      display: flex;
      justify-content: space-between;
      position: relative;
      text-align: right; }
      .result-table .table-responsive tbody td:before {
        content: attr(data-column);
        width: 45%;
        padding-right: 10px;
        text-align: left;
        font-weight: normal; } }
@media screen and (min-width: 650px) {
  .logo {
    font-size: 4.5vw; }

  .main-block {
    margin-top: 50px; }
    .main-block input[type="text"], .main-block select, .main-block .field-with-addon {
      width: 300px; }
    .main-block h1 {
      margin-bottom: 30px; }

  .field-col {
    max-width: 600px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  label {
    font-size: 20px; }

  .double-select {
    width: calc(50% + 20px); } }
@media screen and (min-width: 768px) {
  .result-table table {
    width: calc(100% + 32px);
    margin: 0 -16px;
    border-spacing: 16px 0; }
  .result-table h2 {
    font-size: 28px; }
  .result-table thead th {
    font-size: 24px;
    line-height: 1.4; }
  .result-table tbody td {
    padding: 30px 20px; }

  h3 {
    font-size: 21px; }

  footer {
    margin-top: 40px;
    padding-bottom: 40px; }
    footer .inner-content div {
      padding-top: 40px; } }
@media screen and (min-width: 1024px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px; }

  .logo {
    font-size: 3.8vw; }

  /*.main-block {
    input[type="text"], select, .field-with-addon {
      width: 75%;
    }
  }*/ }
@media screen and (min-width: 1280px) {
  .logo {
    font-size: 51px; }

  /*.main-block {
    input[type="text"], select, .field-with-addon {
      width: 50%;
    }
  }*/ }

/*# sourceMappingURL=styles.css.map */
