html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #333;
}
.ll-lp-page {
  min-height: 100%;
  position: relative;
}
.ll-lp-page #hero-image {
  padding: 20px 0;
  background-image: linear-gradient(180deg,#e31312,#b40f0e);
  color: #ffffff;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 50px;
  height: 450px;
}
.ll-lp-page #hero-image .col-md-6 {
  position: static;
}
.ll-lp-page #hero-image ul {
  list-style: none;
}
.ll-lp-page #hero-image ul li {
  line-height: 35px;
}
.ll-lp-page #hero-image ul li:before {
  content: "\e013";
  margin-right: 12px;
  float: left;
  display: inline-block;
  font-size: 18px;
  font-family: 'Glyphicons Halflings';
}
.ll-lp-page #hero-image a.btn {
  margin-top: 50px;
}
.ll-lp-page #hero-image img {
  position: absolute;
  bottom: -100px;
}
.ll-lp-page #hero-image.hzr-multibrand img {
  position: absolute;
  bottom: -3px !important;
}
.ll-lp-page a {
  color: #b40f0e;
}
.ll-lp-page a:hover {
  color: #000;
}
.ll-lp-page h2 {
  color: #666;
}
.ll-lp-page >footer {
  padding-bottom: 15px;
}
.ll-lp-page .row + .row {
  margin-top: 30px;
}
.fancy-button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5), 0 0 1px 1px rgba(255,255,255,0.8), 0 0 0 6px rgba(0,0,0,0.06), 0 0 0 3px rgba(0,0,0,0.1);
  display: inline-block;
  cursor: pointer;
  background-image: linear-gradient(180deg,#fbbc46,#faaa14);
  color: #fff !important;
  font-size: 24px;
  line-height: 40px;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fancy-button:hover {
  background-image: linear-gradient(180deg,#faaa14,#d68d05);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#page-header {
  padding: 15px 0;
}
.phone-number {
  display: block;
  font-size: 26px;
}
#page-calculator {
  margin-top: 50px;
}
#page-trust {
  padding: 15px;
  margin: 0;
  background-color: #efefef;
}
#page-arguments {
  color: #333;
  text-align: center;
}
#page-arguments h2 {
  text-align: center;
  font-size: 28px;
  color: #FF0000;
}
#page-arguments .glyphicon-wrapper {
  text-align: center;
}
#page-arguments .glyphicon {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  color: #FF0000;
  font-size: 80px;
}
#page-additional-texts {
  color: #999;
}
#page-additional-texts h3 {
  color: #666;
  font-size: 22px;
}
#page-datenschutz li {
  margin-bottom: 10px;
}
.small-icon {
  width: 20px;
  height: 20px;
}
#calculatorHelperWrapper {
  display: flex;
  background-color: #efefef;
  color: #333;
  margin-bottom: 15px;
}
#calculatorHelperWrapper >.calculator-helper-icon {
  background-color: #FF0000;
  width: 100px;
  padding: 0 20px;
  fill: #fff;
}
#calculatorHelperWrapper >.calculator-helper-body {
  display: flex;
  padding: 20px;
  flex-grow: 1;
  border: 1px solid #969696;
}
#calculatorHelperWrapper >.calculator-helper-body div {
  padding: 0 20px;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #fff;
}
#calculatorHelperWrapper >.calculator-helper-body div:first-child {
  border-left: none;
}
#calculatorHelperWrapper >.calculator-helper-body div:last-child {
  border-right: none;
}
#calculatorHelperWrapper >.calculator-helper-body h1,
#calculatorHelperWrapper >.calculator-helper-body h2,
#calculatorHelperWrapper >.calculator-helper-body h3,
#calculatorHelperWrapper >.calculator-helper-body h4,
#calculatorHelperWrapper >.calculator-helper-body h5,
#calculatorHelperWrapper >.calculator-helper-body h6 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
#calculatorHelperWrapper >.calculator-helper-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}
#calculatorHelperWrapper >.calculator-helper-body ul >li {
  display: flex;
  align-items: flex-end;
}
#calculatorHelperWrapper >.calculator-helper-body ul >li svg {
  margin-right: 5px;
}
#calculatorHelperWrapper >.calculator-helper-body ul >li +li {
  margin-top: 10px;
}
@media (max-width: 991px) {
  body {
    font-size: 20px;
  }
  #page-header .col-md-6 {
    width: 50%;
    float: left;
  }
  #hero-image {
    height: auto !important;
  }
  #hero-image .container .row .col-md-6:last-child {
    display: none;
  }
  #hero-image .container .row .col-md-6 .btn {
    margin: 40px auto;
    display: table;
  }
  #calculatorHelperWrapper > .calculator-helper-body {
    flex-direction: column;
  }
  #calculatorHelperWrapper > .calculator-helper-body div {
    padding: 20px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
  }
  #calculatorHelperWrapper > .calculator-helper-body div:first-child {
    border-top: none;
    padding-top: 0;
  }
  #calculatorHelperWrapper > .calculator-helper-body div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  #page-header .col-md-6,
  footer .col-md-6 {
    width: 100%;
    float: none;
    text-align: center;
  }
  #hero-image {
    height: auto !important;
  }
  #hero-image .container .row .col-md-6 .btn {
    white-space: inherit !important;
  }
}
