body {
  padding-bottom: 20px;
  background-color: #f0f1f5;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  padding-left: 85px;
  font-size: 34px;
  line-height: 70px;
  font-weight: 400;
}
h2 {
  font-size: 17px;
  line-height: 21px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 21px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 3px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.btn {
  background-color: #505b5f;
  box-shadow: rgba(0, 0, 0, 0.29) 1px 1px 3px 0px;
}
.button.btn.all-news {
  padding-left: 30px;
  background-image: url('../images/alle-news-icon.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
.button.btn.next {
  padding-right: 34px;
  background-image: url('../images/pfeil-rechts-icon.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.button.btn.login {
  padding: 0px 10px 0px 25px;
  background-image: url('../images/schloss-icon.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
  font-size: 11px;
}
.button.btn.no-shadow {
  box-shadow: none;
}
.button.big {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #ffd52d;
  color: black;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}
.button.big.sub {
  padding: 8px 0px;
  font-size: 18px;
  line-height: 24px;
}
.button.register {
  padding: 0px 10px;
  background-color: #d2d5da;
  box-shadow: rgba(0, 0, 0, 0.29) 1px 1px 3px 0px;
  color: #585c5f;
  font-size: 11px;
}
.button.btn1 {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(#ebecee, white);
  background-image: linear-gradient(#ebecee, white);
  box-shadow: rgba(29, 29, 27, 0.34) 1px 1px 1px 0px;
  text-align: left;
}
.section1 {
  background-color: #caced5;
}
.navi.link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 10px 12px 20px;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.navi.link:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navi.link.v1 {
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 5px;
}
.navi.li {
  position: relative;
  width: 15%;
  margin-right: 3px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  list-style-type: none;
}
.navi.li.zero {
  width: 6%;
  margin-left: 3px;
}
.navi.li.v1 {
  width: 18%;
  margin-right: 6px;
}
.navi.ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}
.navi.menu {
  width: 100%;
  float: right;
}
.navi.second {
  position: absolute;
  width: 305%;
  margin-top: 9px;
  margin-left: -2px;
  padding: 15px 10px 10px 15px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: rgba(29, 29, 27, 0.49) 0px 15px 15px 0px;
  list-style-type: none;
}
.navi.second.right {
  right: 2px;
}
.navi.li1 {
  margin-bottom: 10px;
}
.navi.ul2 {
  padding-left: 0px;
  list-style-type: none;
}
.box {
  border-radius: 4px;
}
.box.notice {
  position: relative;
  width: 100%;
  margin-top: -77px;
  margin-left: 9%;
  padding: 10px;
  float: left;
  background-color: rgba(50, 50, 50, 0.8);
  background-image: url('../images/close.png');
  background-position: 99% 5px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.49) 2px 2px 10px 0px;
  opacity: 1;
}
.bg1 {
  background-color: white;
}
.space {
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.font.small {
  font-size: 11px;
  line-height: 17px;
}
.font.one {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.font.four {
  color: #d2d5da;
}
.font.headline {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.29) 1px 1px 1px;
}
.font.headline.icon-news {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
  background-image: url('../images/news-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.font.date {
  display: inline-block;
  padding: 4px 5px;
  font-size: 12px;
}
.font.three {
  font-size: 16px;
  line-height: 22px;
}
.font.three.lp-text {
  width: 60%;
}
.font.five {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
}
.font.six {
  position: absolute;
  margin-top: 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.font.twenty {
  position: absolute;
  margin-top: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.font.seven {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
}
.font.mega {
  font-size: 34px;
  line-height: 40px;
}
.fl {
  float: left;
}
.x.x1 {
  margin-right: 4px;
  padding-top: 4px;
}
.logo {
  width: 228px;
  padding: 10px 20px 20px;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #dce2e8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  box-shadow: none;
  opacity: 1;
}
.logo.w--current {
  background-color: white;
}
.logo.v1 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-width: 0px;
  background-color: transparent;
}
.kat.one {
  background-color: #308fd1;
}
.kat.one.icon {
  background-image: url('../images/euro-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.kat.two {
  background-color: #86a444;
}
.kat.two.icon {
  background-image: url('../images/icon2.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.kat.three {
  background-color: #a146ad;
}
.kat.three.icon {
  background-image: url('../images/icon3.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.kat.three.icon.in-navi {
  background-position: 8px 50%;
}
.kat.four {
  background-color: #1d98b7;
}
.kat.four.icon {
  background-image: url('../images/icon4.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.kat.five {
  background-color: #bc9d4b;
}
.kat.five.icon {
  background-image: url('../images/icon5.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.kat.five.icon.in-navi {
  background-position: 9px 50%;
}
.kat.six {
  background-color: #c62352;
}
.kat.six.icon {
  background-image: url('../images/icon6.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.kat.six.icon.in-navi {
  background-position: 7px 50%;
}
.kat.zero {
  width: 44px;
  height: 44px;
  min-width: 0px;
  background-color: #505b5f;
  background-image: url('../images/icon0.png');
  color: transparent;
}
.kat.zero:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kat.disabled {
  background-color: #585c5f;
  opacity: 0.3;
}
.kat.one-sub {
  background-color: rgba(48, 143, 209, 0.70);
}
.rechner.pfeil {
  position: relative;
  top: -8px;
  width: 16px;
  height: 16px;
  margin-right: -10px;
  float: right;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rechner.pos {
  position: relative;
  width: 50px;
  height: 60px;
  min-width: 0px;
  margin-right: 15px;
  float: left;
  border-radius: 4px 0px 0px 4px;
}
.rechner.text {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 8px;
  float: left;
}
.rechner.cta {
  margin-top: 15px;
  margin-right: 10px;
  float: right;
}
.rechner.r-line {
  height: 40px;
  margin-bottom: 3px;
  clear: both;
  border: 1px solid #2078b4;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(#f2f6f7, white 80%);
  background-image: linear-gradient(#f2f6f7, white 80%);
  box-shadow: rgba(29, 29, 27, 0.2) 0px 0px 8px 0px inset;
}
.rechner.r-line.last {
  width: 47%;
  margin-right: 3%;
  float: left;
}
.rechner.r-label {
  margin-top: 9px;
  padding-left: 8px;
  font-weight: 300;
}
.rechner.r-line2 {
  height: 40px;
  margin-right: 10px;
  border: 1px solid #bfc6d0;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 3px 0px;
}
.outline {
  border: 1px solid #dce2e8;
}
.bg2 {
  background-color: #caced5;
}
.bg3 {
  background-color: #eff1f3;
}
.pad {
  padding: 10px;
  text-align:justify;
}
.pad.motiv-mastercard {
  background-image: url('../images/MusterCard-MAXDA1.jpg');
  background-position: 98% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.space-u {
  margin-bottom: 10px;
}
.space-p-r {
  padding-right: 10px;
}
.bg5 {
  background-color: #585c5f;
}
.bg4 {
  background-color: #6b7479;
}
.textalign.right {
  text-align: right;
}
.pad-u20 {
  padding-bottom: 20px;
}
.pad-o20 {
  padding-top: 20px;
}
.footer-link {
  display: block;
  margin-top: 3px;
  color: #d2d5da;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.footer-link.head {
  margin-top: 30px;
  margin-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #747e81;
  font-size: 15px;
  line-height: 18px;
}
.footer-link.head.icon1 {
  padding-left: 22px;
  background-image: url('../images/euro-icon3.png');
  background-position: 0px 0px;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.footer-link.head.icon2 {
  padding-left: 22px;
  background-image: url('../images/strom-icon3.png');
  background-position: 0px 0px;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.footer-link.head.icon3 {
  padding-left: 22px;
  background-image: url('../images/gas-icon3.png');
  background-position: 0px 0px;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.footer-link.head.icon4 {
  padding-left: 22px;
  background-image: url('../images/handy-icon3.png');
  background-position: 0px 0px;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.footer-link.head.icon5 {
  padding-left: 22px;
  background-image: url('../images/mouse-icon3.png');
  background-position: 0px 0px;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.footer-link.disabled {
  color: #818a8d;
}
.footer-link.disabled.icon4 {
  padding-left: 22px;
}
.box-u {
  height: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fr {
  float: right;
}
.light-grey-2 {
  color: #b6bdc6;
}
.grey {
  color: #585c5f;
}
.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d5da;
}
.sidebar.ul {
  margin-top: 15px;
}
.sidebar.li {
  margin-bottom: 3px;
  padding-left: 20px;
  background-image: url('../images/pfeil-rechts-bullet.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-size: 14px;
}
.sidebar.link {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}
.breadcrumb.ul {
  width: 50%;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
}
.breadcrumb.li {
  margin-right: 10px;
  padding-left: 10px;
  float: left;
  background-image: url('../images/breadcrumb-next.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
}
.breadcrumb.li.first {
  padding-left: 15px;
  background-image: url('../images/breadcrumb-home.png');
  background-position: 0px 4px;
}
.breadcrumb.link {
  display: block;
  color: #585c5f;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.white {
  color: white;
}
.page1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  min-height: 265px;
}
.wrap1 {
  margin-top: 20px;
}
.space-1 {
  height: 10px;
}
.motiv-umschuldung {
  background-image: url('../images/motiv_umschuldung.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.col-1 {
  color: #308fd1;
}
.list {
  padding-left: 0px;
  list-style-type: none;
}
.font-a {
  font-family:'Fontawesome webfont', sans-serif;
}
.list-li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pad-r {
  padding-right: 10px;
}
.pad-l {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.pad-l10 {
  padding-left: 10px;
}
.pad-custom1 {
  padding-top: 15px;
  padding-left: 210px;
}
.pad-right {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pad-left {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.mh-footer {
  min-height: 170px;
}
.inp-blank {
  padding-left: 0px;
  border: 0px solid transparent;
  background-color: transparent;
  text-align: right;
}
.slide.paddle {
  position: relative;
  top: 6%;
  z-index: 1;
  width: 17px;
  height: 25px;
  margin-left: 20px;
  border: 1px solid white;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(bottom, #abd5ff, #5499de 40%, #9fcdfb 83%, #d7ebff 94%, #2d7ccb);
  background-image: linear-gradient(to top, #abd5ff, #5499de 40%, #9fcdfb 83%, #d7ebff 94%, #2d7ccb);
  box-shadow: rgba(29, 29, 27, 0.49) 1px 1px 8px 0px, #67a6e3 0px 0px 8px 0px inset;
  opacity: 1;
}
.slide.line {
  position: absolute;
  top: 45%;
  z-index: 0;
  width: 80%;
  height: 4px;
  background-image: -webkit-linear-gradient(bottom, #2d86dd, #6ab3fb 72%);
  background-image: linear-gradient(to top, #2d86dd, #6ab3fb 72%);
}
.slide.range {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  padding-left: 10%;
  border-right: 1px solid #cdcfce;
  border-left: 1px solid #cdcfce;
  text-align: center;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.no-margin {
  margin: 0px;
}
.col-no-right {
  padding-right: 0px;
}
.col-no-left {
  padding-left: 0px;
}
.box1 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fa-icon {
  font-family:'Fontawesome webfont', sans-serif;
  font-size: 40px;
  line-height: 44px;
}
.lined {
  text-decoration: underline;
}
.cl {
  height: 1px;
  clear: both;
}
.accordion {
  border-bottom: 1px solid white;
}
.h2-accordion {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: white;
  background-color: #eff1f3;
}
.tab {
  position: relative;
  z-index: 1;
  margin-right: 5px;
  margin-bottom: -1px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: #dce2e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab.w--current {
  position: relative;
  z-index: 1;
  padding-bottom: 9px;
  background-color: white;
}
.pane {
  border: 1px solid #dce2e8;
}
.pos.calc1 {
  width: 6%;
  min-width: 0px;
  float: left;
}
.pos.calc2 {
  width: 20%;
  min-width: 0px;
  float: left;
}
.pos.calc3 {
  width: 24%;
  margin-top: 10px;
  float: left;
}
.pos.calc4 {
  width: 25%;
  margin-top: 10px;
  float: left;
}
.pos.calc5 {
  width: 13%;
  margin-top: 10px;
  float: left;
}
.pos.calc6 {
  position: relative;
  top: 50%;
  width: 12%;
  margin-top: 16px;
  padding-right: 10px;
  float: left;
  text-align: right;
}
.pos.label1 {
  width: 26%;
  float: left;
}
.pos.label2 {
  width: 30%;
  float: left;
}
.pos.label3 {
  width: 40%;
  float: left;
}
.pos.value1 {
  width: 36%;
  float: left;
}
.pos.slider1 {
  width: 38%;
  float: left;
}
.pos.slider2 {
  width: 32%;
  float: left;
}
.pos.value2 {
  width: 36%;
  float: left;
}
.pos.value3 {
  width: 60%;
  float: left;
}
.top50 {
  position: relative;
  top: 50%;
}
.pad2 {
  margin-right: 10px;
}
.inp {
  height: auto;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.corner-1 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.searchbox {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.col-2 {
  color: #86a444;
}
.col-3 {
  color: #a146ad;
}
.col-4 {
  color: #1d98b7;
}
.col-5 {
  color: #bc9d4b;
}
.col-6 {
  color: #c62352;
}
.brick {
  position: relative;
  top: 9px;
  height: 0px;
  margin-top: -12px;
  margin-bottom: 0px;
  margin-left: -2px;
  padding-bottom: 12px;
  border-left: 2px solid white;
}
.col-0 {
  margin-top: 3px;
  color: white;
  font-size: 13px;
}
.list1 {
  margin-bottom: 10px;
  padding-left: 25px;
  list-style-type: square;
}
.subnavi {
  display: none;
}
.subnavi.open {
  display: block;
}
.pad4 {
  margin-bottom: 10px;
}
.search {
  width: 50%;
  float: left;
}
.pad-mob {
  width: 40%;
}
.w50 {
  width: 50%;
}
.motiv-layer {
  z-index: 2;
  height: 218px;
  background-image: url('../images/slider002.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.teaser001.text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.teaser001.text.top {
  width: 65%;
}
.teaser001.line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-linear-gradient(#f0f2f5, white);
  background-image: linear-gradient(#f0f2f5, white);
}
.header {
  position: relative;
  z-index: 10;
}
.band {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 51%;
  height: 100%;
  background-image: url('../images/band_desktop.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.band-out {
  position: relative;
}
.box2 {
  width: 24%;
  margin-left: 20px;
  float: right;
  color: white;
}
.box2.ekomi {
  width: 20%;
}
.fr1 {
  float: right;
}
.icon-teaser {
  width: 55px;
  padding: 5px;
  float: left;
}
.motiv-autokredit {
  background-image: url('../images/motiv_autokredit.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.motiv-full {
  height: 304px;
}
.form-label {
  width: 34%;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 9px;
  float: left;
  clear: left;
  font-weight: 400;
  text-align: right;
}
.form-input {
  width: 66%;
  float: left;
  border: 1px solid #bfc6d0;
  border-radius: 4px;
}
.form-input.small {
  width: 20%;
  margin-right: 3%;
}
.form-input.small.last {
  margin-right: 0%;
}
.form-input.large {
  width: 43%;
  margin-right: 3%;
}
.form-input.last {
  margin-right: 0px;
}
.form-input.success {
  margin-top: 1px;
  border-color: #75b35b;
  background-image: url('../images/checkmark.png');
  background-position: 89% 50%;
  background-repeat: no-repeat;
}
.form-input.error {
  border-color: #c62352;
}
.form-70 {
  width: 83%;
  padding-right: 4px;
}
.form-data {
  margin-top: 15px;
  margin-left: 34%;
}
.bg6 {
  background-color: #f7f9fa;
}
.space-2 {
  height: 20px;
}
.steps.step {
  display: none;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  float: left;
  color: white;
  font-size: 17px;
  text-decoration: none;
}
.steps.back {
  padding: 10px 10px 10px 0px;
  background-color: #308fd1;
}
.steps.num {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding-top: 5px;
  float: left;
  border-radius: 15px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 3px 0px;
  color: #308fd1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
}
.steps.active {
  display: inline-block;
  width: 75%;
  padding-left: 5px;
  font-size: 24px;
  font-weight: 300;
}
.prozent.text {
  width: 45%;
  padding-left: 3px;
  float: left;
  background-color: #67bf00;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.prozent.text.inactive {
  background-color: #caced5;
  background-image: url('../images/pro-start-2.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.prozent.back {
  position: relative;
  width: 0px;
  height: 20px;
  margin-bottom: 3px;
  text-align: right;
}
.prozent.back.wd100 {
  width: 100%;
}
.prozent.back.wd50 {
  width: 50%;
}
.prozent.back.active {
  background-color: #67bf00;
  background-image: url('../images/pro-start-1-1.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.prozent.back.wd25 {
  width: 25%;
}
.prozent.progress {
  width: 35%;
  height: 21px;
  float: left;
  background-color: #eff1f3;
}
.prozent.progress.big {
  width: 93%;
}
.prozent.end {
  width: 20%;
  padding-right: 3px;
  float: left;
  background-color: #67bf00;
  color: white;
  font-size: 12px;
  text-align: right;
}
.prozent.end.inactive {
  background-color: #caced5;
  background-image: url('../images/pro-end-2.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.prozent.end.edit {
  background-image: url('../images/pro-end-1-1.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  line-height: 21px;
}
.prozent.end.big {
  width: 7%;
  line-height: 21px;
}
.prozent.row {
  height: 21px;
  margin-bottom: 3px;
}
.prozent.row.big {
  margin-top: 1px;
}
.ui-state-default {
  position: absolute;
  top: -11px;
  z-index: 1;
  width: 17px;
  height: 25px;
  min-width: 17px;
  border: 1px solid white;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(bottom, #abd5ff, #5499de 40%, #9fcdfb 83%, #d7ebff 94%, #d7ebff 94%, #2d7ccb);
  background-image: linear-gradient(to top, #abd5ff, #5499de 40%, #9fcdfb 83%, #d7ebff 94%, #d7ebff 94%, #2d7ccb);
}
.relative {
  position: relative;
}
.ui-slider.ui-slider-horizontal {
  position: relative;
  top: 45%;
  z-index: 0;
  width: 80%;
  height: 4px;
  border-right: 1px solid #cdcfce;
  border-left: 1px solid #cdcfce;
  background-image: -webkit-linear-gradient(bottom, #2d86dd, #6ab3fb 72%);
  background-image: linear-gradient(to top, #2d86dd, #6ab3fb 72%);
}
.ui-widget-content.custom-slider {
  border: 0px solid black;
}
.form-checkbox {
  margin-top: 5px;
  margin-left: 34%;
}
.form-checkbox-label {
  width: 62%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: none;
  font-size: 13px;
  text-align: left;
}
.motiv-ratenkredit {
  background-image: url('../images/motiv_ratenkredit.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.motiv-kos {
  background-image: url('../images/motiv_schufa.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.fonts.light {
  color: white;
}
.fonts.light.bold {
  margin-bottom: 0px;
  font-weight: 700;
}
.form-label-radio {
  width: 20%;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  font-weight: 400;
}
.form-radio {
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 10px;
  float: left;
}
.motiv-layer1 {
  height: 218px;
  background-color: white;
  background-image: url('../images/motiv_schufa_1.jpg');
  background-position: 126% 50%;
  background-repeat: no-repeat;
}
.block1 {
  margin-left: 60px;
  padding-left: 20px;
  border-left: 2px solid #dce2e8;
}
.center {
  text-align: center;
}
.circle {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 35px;
  background-color: #dce2e8;
}
.outline1 {
  border: 1px solid #bfc6d0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px;
}
.confirm-left {
  width: 7%;
  float: left;
}
.confirm-right {
  width: 50%;
  float: left;
}
.vl1 {
  background-image: -webkit-linear-gradient(white, white 36%, rgba(29, 152, 183, 0.2));
  background-image: linear-gradient(white, white 36%, rgba(29, 152, 183, 0.2));
}
.bg-m1 {
  background-image: url('../images/aux-person.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.arrow {
  position: absolute;
  left: -50px;
  bottom: 0px;
  width: 15%;
  height: 77px;
  margin-bottom: -53px;
  background-image: url('../images/error-pfeil-links.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.fb-icon {
  text-align: right;
}
.footer-logo {
  width: 50%;
}
.whitelabel-wrapper {
  width: 100%;
  max-width: 778px;
}
.whitelabel-body {
  background-color: transparent;
}
.hotline {
 /*
  margin-top: 10px;
  padding-left: 40px;
  float: left; 
  background-position: 0px 50%;
  background-repeat: no-repeat;
 */
  margin-top: 10px;
  padding-left: 40px;
  float: left;
   /*  background-image: url('../images/icon-hotline.png');  */
  background-position: 0px 100%;
  background-repeat: no-repeat;
  
}
.tv-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  float: left;
}
.support {
  width: 86%;
  float: right;
}
.list-li-1 {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url('../images/icon-tick.png');
  background-position: 0px 3px;
  background-repeat: no-repeat;
}
.vl2 {
  background-image: -webkit-linear-gradient(#f3fafb, white);
  background-image: linear-gradient(#f3fafb, white);
}
.space-3 {
  height: 0px;
}
.motiv-urlaub {
  background-image: url('../images/motiv_urlaub.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.no-clearfix {
  margin-right: 3%;
}
.mh1 {
  min-height: 300px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 24px;
    line-height: 64px;
  }
  .button.big.sub {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navi.link {
    font-size: 12px;
    line-height: 15px;
  }
  .navi.link.v1 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .navi.li {
    position: static;
    width: 14%;
    margin-right: 7px;
  }
  .navi.li.v1 {
    margin-right: 0px;
  }
  .navi.menu {
    position: relative;
    float: left;
  }
  .navi.second {
    position: absolute;
    left: 0px;
    width: 100%;
  }
  .font.small {
    font-weight: 400;
  }
  .font.six {
    margin-top: 24px;
    font-size: 15px;
    line-height: 21px;
  }
  .font.seven {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }
  .logo {
    margin-top: 4px;
  }
  .kat.one.icon.in-navi {
    background-size: 24px;
  }
  .kat.two.icon.in-navi {
    background-size: 23px;
  }
  .kat.three.icon.in-navi {
    background-size: 23px;
  }
  .kat.four.icon.in-navi {
    background-size: 23px;
  }
  .kat.five.icon.in-navi {
    background-size: 23px;
  }
  .kat.six.icon.in-navi {
    background-size: 23px;
  }
  .kat.zero {
    width: 39px;
    height: 39px;
    background-position: 33% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
  }
  .rechner.pos.icon {
    height: 109px;
  }
  .rechner.text {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .rechner.r-line2 {
    height: 40px;
  }
  .pad.motiv-mastercard {
    background-position: 100% 100%;
    background-size: 32%;
  }
  .footer-link {
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  .footer-link.head {
    font-size: 16px;
  }
  .pad-custom1 {
    padding-left: 120px;
  }
  .mh-footer {
    min-height: 270px;
  }
  .pos.calc1 {
    width: 8%;
  }
  .pos.calc2 {
    width: 25%;
    height: 50px;
  }
  .pos.calc3 {
    width: 67%;
    height: 50px;
  }
  .pos.calc4 {
    width: 37%;
    margin-top: 0px;
  }
  .pos.calc5 {
    width: 37%;
    margin-top: 0px;
  }
  .pos.calc6 {
    width: 18%;
    margin-top: 0px;
  }
  .pos.label1 {
    width: 15%;
  }
  .pos.value1 {
    width: 15%;
  }
  .pos.slider1 {
    width: 70%;
  }
  .motiv-layer {
    background-position: 55% 0px;
  }
  .teaser001.text {
    font-size: 17px;
    line-height: 23px;
  }
  .teaser001.text.top {
    width: 76%;
  }
  .icon-teaser {
    width: 42px;
  }
  .form-70 {
    width: 100%;
  }
  .steps.active {
    width: 67%;
  }
  .prozent.text {
    width: 48%;
    font-size: 11px;
  }
  .prozent.progress {
    width: 31%;
  }
  .prozent.end {
    width: 21%;
    font-size: 11px;
  }
  .motiv-layer1 {
    background-position: 290% 50%;
  }
  .confirm-right {
    width: 68%;
  }
  .footer-logo {
    width: 67%;
  }
  .whitelabel-wrapper {
    width: 100%;
  }
  .support {
    width: 60%;
  }
  .no-clearfix {
    margin-right: 3%;
  }
  .mh1 {
    min-height: 345px;
  }
}
@media (max-width: 767px) {
  h1 {
    padding-left: 85px;
    font-size: 22px;
    line-height: 67px;
  }
  .button.big {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 23px;
  }
  .navi.link {
    width: 25%;
    margin-top: 10px;
    float: right;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .navi.link:hover {
    left: -1%;
    z-index: 4;
    border-right-width: 1px;
    border-left-width: 0px;
    border-radius: 0px 4px 4px 0px;
  }
  .navi.link.v1 {
    width: 25%;
    float: right;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .navi.link.v1:hover {
    z-index: 4;
    border-right-width: 1px;
    border-left-width: 0px;
    border-radius: 0px 4px 4px 0px;
  }
  .navi.link.mob-nohover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .navi.link.mob-nohover:hover {
    left: 0%;
    border-right-width: 0px;
    border-left-width: 1px;
    border-radius: 4px 0px 0px 4px;
  }
  .navi.li {
    width: 100%;
    margin-right: 3px;
  }
  .navi.li.v1 {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .navi.ul {
    margin-top: 0px;
  }
  .navi.menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.49);
    text-align: left;
  }
  .navi.second {
    width: 74%;
    margin-top: 10px;
    margin-left: -1px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid white;
    border-bottom-left-radius: 0px;
  }
  .font.small {
    font-size: 11px;
  }
  .font.three.lp-text {
    width: 50%;
    font-size: 13px;
    line-height: 19px;
  }
  .font.six {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .font.seven {
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 16px;
  }
  .logo {
    margin-top: 0px;
  }
  .logo.v1 {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .pad.motiv-mastercard {
    background-position: 100% 89%;
    background-size: 30%;
  }
  .pad1 {
    margin-bottom: 10px;
  }
  .breadcrumb.ul {
    width: 60%;
  }
  .motiv-umschuldung {
    background-position: 248% 100%;
  }
  .pad-custom1 {
    padding-top: 10px;
    padding-left: 60px;
  }
  .pad-right {
    margin-right: 0px;
  }
  .pad-left {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .col-no-right {
    padding-left: 0px;
  }
  .col-no-left {
    margin-top: 10px;
    padding-right: 0px;
  }
  .pos.calc1 {
    width: 10%;
  }
  .pos.calc2 {
    width: 30%;
  }
  .pos.calc3 {
    width: 60%;
  }
  .pos.calc4 {
    width: 45%;
  }
  .pos.calc5 {
    width: 27%;
  }
  .pos.label1 {
    width: 18%;
  }
  .pos.value1 {
    width: 20%;
  }
  .pos.slider1 {
    width: 62%;
  }
  .brick {
    display: none;
  }
  .pad4.pad-mob {
    padding-right: 10px;
    padding-left: 10px;
  }
  .search {
    width: 40%;
  }
  .pad-mob {
    padding-right: 10px;
    padding-left: 10px;
  }
  .motiv-layer {
    background-size: cover;
  }
  .teaser001.text {
    font-size: 18px;
    line-height: 25px;
  }
  .teaser001.text.top {
    width: 65%;
  }
  .band {
    width: 100%;
    background-image: url('../images/band_mobile.png');
    background-position: 50% 0px;
  }
  .box2 {
    position: relative;
    width: 40%;
    margin-top: 93px;
    margin-left: 5%;
    float: right;
  }
  .box2.ekomi {
    width: 46%;
    margin-left: 0%;
    float: left;
  }
  .icon-teaser {
    width: 66px;
  }
  .motiv-ratenkredit {
    background-position: 100% 50%;
  }
  .motiv-layer1 {
    background-position: 119% 50%;
    background-size: contain;
  }
  .confirm-left {
    width: 9%;
  }
  .confirm-right {
    width: 84%;
  }
  .bg-m1 {
    background-size: auto 250px;
  }
  .aux-block {
    width: 74%;
  }
  .footer-logo {
    width: 90%;
  }
  .hotline {
    margin-top: 3px;
    margin-left: 10px;
  }
  .support {
    width: 89%;
  }
  .menu-text {
    float: right;
    font-size: 18px;
    line-height: 22px;
  }
  .menu-icon {
    float: left;
  }
  .menu-btn {
    padding: 10px;
  }
  .space-3 {
    height: 20px;
  }
  .no-clearfix {
    margin-right: 3%;
  }
  .mh1 {
    min-height: 0px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 13px;
  }
  p {
    font-weight: 400;
  }
  .button.btn.no-shadow {
    width: 15%;
  }
  .navi.link {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: white;
    border-radius: 4px 0px 0px 4px;
  }
  .navi.link:hover {
    border-right-width: 1px;
    border-left-width: 0px;
    border-radius: 0px 4px 4px 0px;
  }
  .navi.link.v1 {
    position: relative;
    right: 0px;
    width: 36%;
  }
  .navi.link.mob-nohover:hover {
    margin-right: 0%;
    border-right-width: 0px;
    border-left-width: 1px;
    border-radius: 4px 0px 0px 4px;
  }
  .navi.li {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .navi.second {
    z-index: 3;
    width: 74%;
  }
  .navi.second.mob-v1 {
    width: 63%;
  }
  .font.three.lp-text {
    width: 100%;
  }
  .font.six {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .font.seven {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .font.in-hotline {
    font-size: 13px;
  }
  .logo {
    width: 100%;
    padding-right: 10px;
    text-align: center;
  }
  .logo.v1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .kat.disabled {
    opacity: 0.7;
  }
  .rechner.pos.icon {
    height: 208px;
  }
  .outline {
    border-right-width: 1px;
    border-left-width: 1px;
  }
  .pad {
    border-left-width: 0px;
  }
  .pad.motiv-mastercard {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .breadcrumb.ul {
    width: 100%;
  }
  .motiv-umschuldung {
    background-size: 50%;
  }
  .pos.calc1 {
    width: 20%;
  }
  .pos.calc2 {
    width: 80%;
  }
  .pos.calc3 {
    width: 80%;
  }
  .pos.calc4 {
    width: 80%;
  }
  .pos.calc5 {
    width: 49%;
  }
  .pos.calc6 {
    width: 31%;
  }
  .pos.label1 {
    width: 30%;
  }
  .pos.value1 {
    width: 38%;
  }
  .pos.slider1 {
    width: 32%;
  }
  .subnavi {
    position: relative;
    right: -5px;
    margin-left: -2px;
  }
  .search {
    width: 100%;
    float: left;
  }
  .w50 {
    width: 100%;
  }
  .motiv-layer {
    height: 200px;
  }
  .teaser001.text {
    font-size: 14px;
    line-height: 20px;
  }
  .teaser001.text.top {
    width: 78%;
  }
  .teaser001.text.top.tesaer2 {
    width: 48%;
  }
  .box2 {
    margin-top: 50px;
  }
  .fr1 {
    width: 85%;
  }
  .icon-teaser {
    width: 75px;
  }
  .motiv-autokredit {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .motiv-full {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .form-label {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .form-input {
    width: 100%;
  }
  .form-input.small {
    width: 32%;
    margin-right: 2%;
  }
  .form-input.large {
    width: 66%;
    margin-right: 2%;
  }
  .form-input.last {
    margin-right: 0%;
  }
  .form-data {
    margin-left: 0%;
  }
  .steps.back {
    border-bottom: 1px solid white;
  }
  .steps.active {
    width: 85%;
    font-size: 20px;
  }
  .prozent.progress.big {
    width: 87%;
  }
  .prozent.end.big {
    width: 13%;
  }
  .form-checkbox {
    margin-top: 8px;
    margin-left: 0%;
  }
  .form-checkbox-label {
    width: 90%;
    padding-left: 0px;
  }
  .motiv-ratenkredit {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .motiv-kos {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .form-label-radio {
    width: 30%;
  }
  .motiv-layer1 {
    height: 196px;
    background-position: 100% 0px;
    background-size: 75%;
  }
  .block1 {
    margin-left: 50px;
    padding-left: 10px;
  }
  .confirm-left {
    width: 15%;
  }
  .confirm-right {
    width: 85%;
  }
  .bg-m1 {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .aux-block {
    width: 100%;
  }
  .footer-logo {
    width: 100%;
  }
  .checkbox-field {
    padding-left: 0px;
  }
  .hotline {
    padding-left: 25px;
    background-size: 25px;
  }
  .tv-block {
    width: 100%;
    padding-left: 0px;
    float: left;
  }
  .support {
    width: 100%;
  }
  .menu-text {
    float: left;
    font-size: 18px;
    line-height: 22px;
  }
  .menu-icon {
    float: left;
  }
  .menu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .motiv-urlaub {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .no-clearfix {
    margin-right: 2%;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

.teaser001.text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.teaser001.text.top {
  width: 63%;
}
.teaser001.text.sub {
  font-size: 19px;
  line-height: 25px;
}
.teaser001.text.head {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
}
.teaser001.line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-linear-gradient(#f0f2f5, white);
  background-image: linear-gradient(#f0f2f5, white);
}

.pbtable{
	margin:0px;padding:0px;
	width:100%;	box-shadow: 10px 10px 5px #888888;
	background:#FFFFFF;
	/*border:2px solid #666666;*/ 
	table-layout:fixed; 
	color:#000000; 
}
.pbtable thead th{
	padding:7px;
	/*
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
	background:-webkit-gradient( linear, left top, left bottom, 
	color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", 
	endColorstr="#003f7f");	
	background: -o-linear-gradient(top,#005fbf,003f7f); 	
	background-color:#005fbf;
	*/
	font-family: 'Lato'; 
	font-size:15px;
	color:#308FD1;
	text-transform:uppercase;
	height:20px; 
}
.pbtable td{
	background: white;
	text-align: left;
	padding: 7px;
	font-size: 13px;
	font-family: 'Calibri';
	font-weight: normal;
	color: #000000; 
	overflow: hidden;
}

.pbtable span{  
    color: #666666; 
	font-style: italic;
	
}

.pbtable tbody th{
	padding:10px ; 
	border-top:1px solid #CCCCCC;
	font-size:15px;
	height:25px;
	color: #333333; 
	/*
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
	background:-webkit-gradient( linear, left top, left bottom, 
	color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", 
	endColorstr="#003f7f");	
	background: -o-linear-gradient(top,#005fbf,003f7f); 	
	background-color:#005fbf;
	
	font-family: 'Arial';
	
	font-weight:bold;
	text-transform:uppercase; 
	*/

}