@charset "UTF-8";
@CHARSET "UTF-8";
@CHARSET "UTF-8";
/*Für die neuen Banner (ohne Bildhintergründe)*/
@font-face {
  font-family: "ropa sans";
  src: url("/raten/fonts/ropa-sans/ropasans-regular-webfont.eot");
  src: url("/raten/fonts/ropa-sans/ropasans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/raten/fonts/ropa-sans/ropasans-regular-webfont.woff") format("woff"), url("/raten/fonts/ropa-sans/ropasans-regular-webfont.ttf") format("truetype"), url("/raten/fonts/ropa-sans/ropasans-regular-webfont.svg#ropa_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
*<<<<<<<<<<<<<<<<<<<<<<<<<<<<CSS normalizer>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*
*/
/* *{ */
/* 	-webkit-box-sizing: border-box; Safari/Chrome, other WebKit */
/* 	-moz-box-sizing: border-box;    Firefox, other Gecko */
/*   	box-sizing: border-box;         Opera/IE 8+ */
/* } */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.2;
}

img {
  border: 0 none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

html {
  font: 1rem Arial, helvetica, "sans serif";
}

a:link {
  color: white;
  text-decoration: none;
}

a:hover {
  color: dunkelblau;
}

a:active {
  color: white;
}

a:visited {
  color: white;
}

/*
  Styleguide
*/
/* CODE */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 1.42857;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  /*     margin: 0 0 10px; */
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
}

.nt {
  color: #2f6f9f;
}

.na {
  color: #4f9fcf;
}

.s {
  color: #d44950;
}

/*  SECTIONS  */
.row {
  clear: both;
  padding: 0px;
}

/*  COLUMN SETUP  */
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child, .col-xs-1:first-child, .col-xs-2:first-child, .col-xs-3:first-child, .col-xs-4:first-child, .col-xs-5:first-child, .col-xs-6:first-child, .col-xs-7:first-child, .col-xs-8:first-child, .col-xs-9:first-child, .col-xs-10:first-child, .col-xs-11:first-child, .col-xs-12:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.container:before, .row:before,
.container:after,
.row:after {
  content: "";
  display: table;
}

.container:after, .row:after {
  clear: both;
}

.container, .row {
  zoom: 1;
  /* For IE 6/7 */
}
.container h1, .row h1, .container h2, .row h2, .container h3, .row h3, .container h4, .row h4, .container h5, .row h5, .container p, .row p, .container ol, .row ol, .container ul, .row ul, .container .padding, .row .padding {
  padding-left: 15px;
  padding-right: 15px;
}
.container hr, .row hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  height: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container ol, .row ol, .container ul, .row ul {
  list-style-position: inside;
}

/*  GRID OF TWELVE  */
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.53%;
}

.col-xs-10 {
  width: 83.06%;
}

.col-xs-9 {
  width: 74.6%;
}

.col-xs-8 {
  width: 66.13%;
}

.col-xs-7 {
  width: 57.66%;
}

.col-xs-6 {
  width: 49.2%;
}

.col-xs-5 {
  width: 40.73%;
}

.col-xs-4 {
  width: 32.26%;
}

.col-xs-3 {
  width: 23.8%;
}

.col-xs-2 {
  width: 15.33%;
}

.col-xs-1 {
  width: 6.866%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 480px) {
  .span_12_of_12 {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}
/* Stilelemente */
.nummerierung {
  padding-left: 63px;
  margin-top: 20px;
}
.nummerierung li {
  color: #F08600;
}
.nummerierung .entry {
  font-size: 2rem;
  line-height: 3rem;
  color: black;
  margin-left: 15px;
  display: block;
}

h2, .h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #0064A8;
  margin-top: 20px;
  margin-bottom: 10px;
}

.lead {
  font-size: 2rem;
  font-weight: 300;
}

p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

li {
  font-size: 0.875rem;
}

.text-dunkelblau {
  color: #2e68b9;
}

.error-hidden-small-up {
  display: block;
}

.error-hidden-small-down {
  display: none;
}

@media screen and (max-width: 970px) {
  .error-hidden-small-up {
    display: none;
  }

  .error-hidden-small-down {
    display: block;
  }
}
.hidden-xsmall-up {
  display: inline;
}

.hidden-xsmall-down {
  display: none;
}

@media screen and (max-width: 655px) {
  .hidden-xsmall-up {
    display: none;
  }

  .hidden-xsmall-down {
    display: inline;
  }
}
@CHARSET "UTF-8";
table {
  padding: 0;
  margin: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 595px;
}
@media screen and (max-width: 970px) {
  table {
    width: auto;
  }
}

th, td {
  padding: 0 5px;
  text-align: right;
  color: #5e5e5e;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 655px) {
  td {
    white-space: nowrap;
  }
}

th, td.step2_tipp_header, td.step2_luecke_header, td.step2_submit_header {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #1f467c;
  background-color: #96c9e5;
  border-bottom: none;
}
@media screen and (max-width: 655px) {
  th, td.step2_tipp_header, td.step2_luecke_header, td.step2_submit_header {
    font-size: 12px;
  }
}

td.step2_tipp_header {
  /*border-right: 1px solid white;*/
}

td.step2_luecke_header, td.step2_submit_header {
  background: none;
}

.step2_tipp, .step2_tipp_header {
  width: 20px;
  padding: 0px;
}

.step2_raten {
  width: 8%;
}
@media screen and (max-width: 655px) {
  .step2_raten {
    text-align: center;
  }
}

.step2_erste {
  width: 25%;
}

.step2_weitere {
  width: 25%;
}

.step2_gebuehr {
  width: 10%;
}

.step2_zins {
  width: 16%;
}
.step2_zins > span {
  font-size: 60%;
}

.step2_effzins {
  width: 16%;
}
.step2_effzins > span {
  font-size: 60%;
}

.step2_luecke, .step2_luecke_header {
  width: 10px;
  padding: 0;
}

.step2_submit, .step2_submit_header {
  width: 85px;
  padding: 0;
}
@media screen and (max-width: 655px) {
  .step2_submit, .step2_submit_header {
    width: 30px;
  }
}

tr.step2_leerzeile td {
  height: 10px;
  padding: 0px;
  background: none;
  border-bottom: 1px solid #bbbbbb;
}

td {
  line-height: 45px;
  font-size: 0.938rem;
  border-color: grey;
  border-bottom: 1px solid #bbbbbb;
  /*     			border-right: 1px dashed red; */
}
@media screen and (max-width: 970px) {
  td {
    line-height: inherit;
    vertical-align: middle;
  }
}
@media screen and (max-width: 655px) {
  td {
    font-size: 12px;
  }
}

td.step2_raten, td.step2_erste, td.step2_weitere {
  font-size: 1.25rem;
}
@media screen and (max-width: 655px) {
  td.step2_raten, td.step2_erste, td.step2_weitere {
    font-size: 12px;
  }
}

td.step2_raten {
  color: #2e68b9;
}

td.step2_luecke {
  border-bottom: 0px;
}

td.step2_submit {
  /*	background-color: $formnavbar_hintergrund;
  	border-bottom-color: white; */
  border-bottom: none;
}
td.step2_submit input {
  margin: 0;
  border: none;
  color: #1f467c;
  width: 85px;
  height: 45px;
  font-size: 0.875rem;
  background: #96c9e5 url("/raten/img/tabelle_weiter.png") no-repeat 65px center;
  line-height: 44px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 655px) {
  td.step2_submit input {
    line-height: 40px;
    height: auto;
  }
}
@media screen and (max-width: 655px) {
  td.step2_submit input {
    font-size: 0px;
    background: #96c9e5 url("/raten/img/tabelle_weiter.png") no-repeat 12px center;
    width: 30px;
  }
}
td.step2_submit input:hover {
  background-color: #2e68b9;
  color: white;
  cursor: pointer;
}

tr.step2_mit_zins .step2_tipp, tr.step2_mit_zins .step2_raten, tr.step2_mit_zins .step2_erste, tr.step2_mit_zins .step2_weitere, tr.step2_mit_zins .step2_gebuehr, tr.step2_mit_zins .step2_zins, tr.step2_mit_zins .step2_effzins {
  background: #eeeeee;
}
tr.step2_mit_zins .step2_raten, tr.step2_mit_zins .step2_effzins {
  color: #2e68b9;
}

/*
tr:hover { 
	td.step2_tipp,
	td.step2_raten,
	td.step2_erste,
	td.step2_weitere,
	td.step2_gebuehr,
	td.step2_zins,
	td.step2_effzins {background: $tabelle_auswahl;}
}*/
tr.auswahl .step2_tipp,
tr.auswahl .step2_raten,
tr.auswahl .step2_erste,
tr.auswahl .step2_weitere,
tr.auswahl .step2_gebuehr,
tr.auswahl .step2_zins,
tr.auswahl .step2_effzins,
tr.auswahl:hover .step2_tipp,
tr.auswahl:hover .step2_raten,
tr.auswahl:hover .step2_erste,
tr.auswahl:hover .step2_weitere,
tr.auswahl:hover .step2_gebuehr,
tr.auswahl:hover .step2_zins,
tr.auswahl:hover .step2_effzins {
  background: #ebf5fb;
}
tr.auswahl .step2_raten,
tr.auswahl:hover .step2_raten {
  background-image: url("/raten/img/auswahl.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}
@media screen and (max-width: 655px) {
  tr.auswahl .step2_raten,
tr.auswahl:hover .step2_raten {
    background: #ebf5fb;
  }
}
@media screen and (max-width: 655px) {
  tr.auswahl td.step2_submit input,
tr.auswahl td.step2_submit input:hover,
tr.auswahl:hover td.step2_submit input,
tr.auswahl:hover td.step2_submit input:hover {
    background-image: url("/raten/img/auswahl.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
  }
  tr.auswahl td.step2_submit input:hover,
tr.auswahl:hover td.step2_submit input:hover {
    background-color: transparent;
  }
}

.tr_weiter_hover {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  height: 100%;
  overflow-y: auto;
}

body {
  overflow: hidden;
  height: 100%;
  background-color: gray;
}
@media screen and (max-width: 655px) {
  body {
    min-width: 320px;
  }
}

.canvas {
  position: relative;
  display: block;
  min-height: 100%;
  width: 620px;
  margin: 0 auto;
  background-color: white;
}
@media screen and (max-width: 655px) {
  .canvas {
    width: 100%;
  }
}
.canvas .titel_wrapper {
  position: relative;
  width: 100%;
  height: 90px;
  background: #2e68b9;
}
.canvas .titel_wrapper .titel {
  position: relative;
  color: white;
  font-size: 25pt;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 655px) {
  .canvas .titel_wrapper .titel {
    font-size: 15pt;
  }
}
.canvas .titel_wrapper img {
  position: relative;
  top: 7px;
}
.canvas #anfrage-ratenrechner-betrag {
  position: absolute;
  top: 90px;
  left: 0px;
  right: 0px;
  bottom: 162px;
  background-color: #EBF5FB;
}
@media screen and (max-width: 655px) {
  .canvas #anfrage-ratenrechner-betrag {
    bottom: 95px;
  }
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form {
  position: relative;
  margin: 161px auto;
  width: 170px;
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form .betragsfeld {
  height: 41px;
  width: 110px;
  border: none;
  font-size: 1.25rem;
  line-height: 41px;
  text-align: right;
  color: black;
  background: white;
  padding-right: 40px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form .eurozeichen {
  line-height: 41px;
  height: 41px;
  font-size: 1.25rem;
  color: #5e5e5e;
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form .link {
  width: 155px;
  height: 41px;
  display: inline-block;
  background-color: #96c9e5;
  background-image: none;
  border: none;
  color: #1f467c;
  font-size: 1rem;
  text-align: left;
  z-index: 1000;
  margin: 5px 0px 0px 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form .link:hover {
  cursor: pointer;
  background-color: #2e68b9;
  color: white;
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form .pfeil {
  position: absolute;
  top: 10px;
  right: 30px;
  display: inline-block;
  height: 30px;
  width: 10px;
  background-image: url("../img/ratenrechner/pfeil_weiss.png");
  background-position: center center;
}
.canvas #anfrage-ratenrechner-betrag #anfrage-betrags-form .balkencolor {
  background-color: #2e68b9;
}
.canvas #anfrage-ratenrechner-beispiel {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 90px;
  overflow-y: scroll;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  bottom: 140px;
}
@media screen and (max-width: 655px) {
  .canvas #anfrage-ratenrechner-beispiel {
    bottom: 95px;
  }
}
.canvas #anfrage-ratenrechner-beispiel #raten_tabelle {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-top: 20px;
  width: 600px;
}
@media screen and (max-width: 655px) {
  .canvas #anfrage-ratenrechner-beispiel #raten_tabelle {
    margin: 0px auto 0px auto;
    width: auto;
  }
}
.canvas #anfrage-ratenrechner-beispiel #raten_tabelle #raten_table_body {
  background-color: white;
}
.canvas #anfrage-ratenrechner-beispiel #abstandhalter-dummy {
  height: 30px;
}
@media screen and (max-width: 655px) {
  .canvas #anfrage-ratenrechner-beispiel #abstandhalter-dummy {
    display: none;
  }
}
.canvas th, .canvas .step2_tipp_header, .canvas .step2_luecke_header, .canvas .step2_submit_header {
  background-color: transparent;
  color: #2e68b9;
}
.canvas td.step2_submit {
  background-color: #96c9e5;
  border-bottom-color: white;
}
.canvas tr.auswahl .step2_raten {
  background-image: none;
}
.canvas .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 182px;
}
@media screen and (max-width: 655px) {
  .canvas .footer {
    height: 115px;
  }
}
.canvas .footer .row {
  background-color: white;
}
.canvas .footer .row .col-xs-5 {
  padding-top: 53px;
}
.canvas .footer .row .col-xs-7 {
  float: right;
}
@media screen and (max-width: 655px) {
  .canvas .footer .row {
    height: 100%;
  }
  .canvas .footer .row .col-xs-5 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .canvas .footer .row .col-xs-7 {
    width: 100%;
    float: right;
  }
}
.canvas .footer .disclaimer {
  position: relative;
  padding: 0px 0px;
  color: white;
}
@media screen and (max-width: 655px) {
  .canvas .footer .disclaimer {
    height: 100%;
  }
}
.canvas .footer .disclaimer_title {
  border-bottom: 1px solid #2e68b9;
  margin-top: 20px;
  text-align: right;
  position: relative;
}
.canvas .footer .disclaimer_title > span {
  display: inline-block;
  background-color: #2e68b9;
  color: white;
  font-size: 11px;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 655px) {
  .canvas .footer .disclaimer_title > span, .canvas .footer .disclaimer_title > div {
    display: none;
  }
}
.canvas .footer .arrow_up {
  position: absolute;
  top: -15px;
  right: 40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #2e68b9;
}
.canvas .footer .drucken_link {
  width: 250px;
  text-align: center;
  font-size: 15pt;
  line-height: 45px;
  background-color: #96c9e5;
  color: #1f467c;
  display: block;
  margin: 0px 50px;
}
@media screen and (max-width: 655px) {
  .canvas .footer .drucken_link {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
.canvas .footer .drucken_link:hover, .canvas .footer #anfrage-betrags-form .link:hover, .canvas .footer td.step2_submit input:hover {
  cursor: pointer;
  background-color: #2e68b9;
  color: white;
}
.canvas .footer #banderole-mandant {
  padding-right: 15px;
}
.canvas .footer #banderole-mandant .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.canvas .footer #banderole-mandant .flex-container #banderole-mandant-logo {
  align-self: center;
}
.canvas .footer #banderole-mandant .flex-container #banderole-mandant-logo img {
  height: 20px;
}
.canvas .footer #banderole-mandant .flex-container #banderole-mandant-text {
  line-height: 30px;
  padding-left: 10px;
  align-self: center;
  font-family: ropa sans;
  color: #2e68b9;
  line-height: 30px;
  font-size: 18px;
  align-self: center;
}

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