@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
/* screen min-width */
/* basic colors */
/*	resets	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video,
img {
  display: block;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
/*	Typography presets */
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 17, 2016 9:50 AM */
@font-face {
  font-family: 'Formata';
  src: url('../font/hinted-Formata-Regular.eot');
  src: url('../font/hinted-Formata-Regular.eot?#iefix') format('embedded-opentype'), url('../font/hinted-Formata-Regular.woff') format('woff'), url('../font/hinted-Formata-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Formata';
  src: url('../font/hinted-Formata-Medium.eot');
  src: url('../font/hinted-Formata-Medium.eot?#iefix') format('embedded-opentype'), url('../font/hinted-Formata-Medium.woff') format('woff'), url('../font/hinted-Formata-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Formata';
  src: url('../font/hinted-Formata-Light.eot');
  src: url('../font/hinted-Formata-Light.eot?#iefix') format('embedded-opentype'), url('../font/hinted-Formata-Light.woff') format('woff'), url('../font/hinted-Formata-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon.eot?koe969');
  src: url('../font/icomoon.eot?koe969#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?koe969') format('truetype'), url('../font/icomoon.woff?koe969') format('woff'), url('../font/icomoon.svg?koe969#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icons_euro:before {
  content: "\e900";
}
.icon-icons_stairs:before {
  content: "\e901";
}
.icon-icons_truck:before {
  content: "\e902";
}
body,
textarea,
input,
select {
  font-family: 'Formata';
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: white;
}
body.rou,
textarea.rou,
input.rou,
select.rou {
  font-family: 'Open Sans', sans-serif;
}
body.rou h1,
textarea.rou h1,
input.rou h1,
select.rou h1,
body.rou h2,
textarea.rou h2,
input.rou h2,
select.rou h2,
body.rou h3,
textarea.rou h3,
input.rou h3,
select.rou h3,
body.rou h4,
textarea.rou h4,
input.rou h4,
select.rou h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold !important;
}
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  font-family: 'Formata';
}
h1,
.h1 {
  font-size: 34px;
  line-height: 38px;
}
html,
body {
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
}
/* MixIns */
/* animations */
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Klassen */
.relative {
  position: relative;
  top: 0;
  left: 0;
}
.clearMargin {
  margin: 0 !important;
}
.clearPadding {
  padding: 0 !important;
}
/* grid */
/* Grid */
.row {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -15px 30px -15px;
}
.row.overflow {
  overflow: hidden;
}
.row.clearRow {
  margin-left: 0;
  margin-right: 0;
}
.row.clearMarginBtm {
  margin-bottom: 30px;
}
.col {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.col.floatRight {
  float: right !important;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 100%/12*11;
  float: left;
}
.col-xs-10 {
  width: 100%/12*10;
  float: left;
}
.col-xs-9 {
  width: 100%/12*9;
  float: left;
}
.col-xs-8 {
  width: 100%/12*8;
  float: left;
}
.col-xs-7 {
  width: 100%/12*7;
  float: left;
}
.col-xs-6 {
  width: 100%/12*6;
  float: left;
}
.col-xs-5 {
  width: 100%/12*5;
  float: left;
}
.col-xs-4 {
  width: 100%/12*4;
  float: left;
}
.col-xs-3 {
  width: 100%/12*3;
  float: left;
}
.col-xs-2 {
  width: 100%/12*2;
  float: left;
}
.col-xs-1 {
  width: 100%/12*1;
  float: left;
}
.col-xs-12-offset {
  margin-left: 100%;
}
.col-xs-11-offset {
  margin-left: 100%/12*11;
}
.col-xs-10-offset {
  margin-left: 100%/12*10;
}
.col-xs-9-offset {
  margin-left: 100%/12*9;
}
.col-xs-8-offset {
  margin-left: 100%/12*8;
}
.col-xs-7-offset {
  margin-left: 100%/12*7;
}
.col-xs-6-offset {
  margin-left: 100%/12*6;
}
.col-xs-5-offset {
  margin-left: 100%/12*5;
}
.col-xs-4-offset {
  margin-left: 100%/12*4;
}
.col-xs-3-offset {
  margin-left: 100%/12*3;
}
.col-xs-2-offset {
  margin-left: 100%/12*2;
}
.col-xs-1-offset {
  margin-left: 100%/12*1;
}
.col-xs-0-offset {
  margin-left: 0;
}
@media screen and (min-width: 544px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 100%/12*11;
    float: left;
  }
  .col-sm-10 {
    width: 100%/12*10;
    float: left;
  }
  .col-sm-9 {
    width: 100%/12*9;
    float: left;
  }
  .col-sm-8 {
    width: 100%/12*8;
    float: left;
  }
  .col-sm-7 {
    width: 100%/12*7;
    float: left;
  }
  .col-sm-6 {
    width: 100%/12*6;
    float: left;
  }
  .col-sm-5 {
    width: 100%/12*5;
    float: left;
  }
  .col-sm-4 {
    width: 100%/12*4;
    float: left;
  }
  .col-sm-3 {
    width: 100%/12*3;
    float: left;
  }
  .col-sm-2 {
    width: 100%/12*2;
    float: left;
  }
  .col-sm-1 {
    width: 100%/12*1;
    float: left;
  }
  .col-sm-12-offset {
    margin-left: 100%;
  }
  .col-sm-11-offset {
    margin-left: 100%/12*11;
  }
  .col-sm-10-offset {
    margin-left: 100%/12*10;
  }
  .col-sm-9-offset {
    margin-left: 100%/12*9;
  }
  .col-sm-8-offset {
    margin-left: 100%/12*8;
  }
  .col-sm-7-offset {
    margin-left: 100%/12*7;
  }
  .col-sm-6-offset {
    margin-left: 100%/12*6;
  }
  .col-sm-5-offset {
    margin-left: 100%/12*5;
  }
  .col-sm-4-offset {
    margin-left: 100%/12*4;
  }
  .col-sm-3-offset {
    margin-left: 100%/12*3;
  }
  .col-sm-2-offset {
    margin-left: 100%/12*2;
  }
  .col-sm-1-offset {
    margin-left: 100%/12*1;
  }
  .col-sm-0-offset {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 100%/12*11;
    float: left;
  }
  .col-md-10 {
    width: 100%/12*10;
    float: left;
  }
  .col-md-9 {
    width: 100%/12*9;
    float: left;
  }
  .col-md-8 {
    width: 100%/12*8;
    float: left;
  }
  .col-md-7 {
    width: 100%/12*7;
    float: left;
  }
  .col-md-6 {
    width: 100%/12*6;
    float: left;
  }
  .col-md-5 {
    width: 100%/12*5;
    float: left;
  }
  .col-md-4 {
    width: 100%/12*4;
    float: left;
  }
  .col-md-3 {
    width: 100%/12*3;
    float: left;
  }
  .col-md-2 {
    width: 100%/12*2;
    float: left;
  }
  .col-md-1 {
    width: 100%/12*1;
    float: left;
  }
  .col-md-12-offset {
    margin-left: 100%;
  }
  .col-md-11-offset {
    margin-left: 100%/12*11;
  }
  .col-md-10-offset {
    margin-left: 100%/12*10;
  }
  .col-md-9-offset {
    margin-left: 100%/12*9;
  }
  .col-md-8-offset {
    margin-left: 100%/12*8;
  }
  .col-md-7-offset {
    margin-left: 100%/12*7;
  }
  .col-md-6-offset {
    margin-left: 100%/12*6;
  }
  .col-md-5-offset {
    margin-left: 100%/12*5;
  }
  .col-md-4-offset {
    margin-left: 100%/12*4;
  }
  .col-md-3-offset {
    margin-left: 100%/12*3;
  }
  .col-md-2-offset {
    margin-left: 100%/12*2;
  }
  .col-md-1-offset {
    margin-left: 100%/12*1;
  }
  .col-md-0-offset {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 100%/12*11;
    float: left;
  }
  .col-lg-10 {
    width: 100%/12*10;
    float: left;
  }
  .col-lg-9 {
    width: 100%/12*9;
    float: left;
  }
  .col-lg-8 {
    width: 100%/12*8;
    float: left;
  }
  .col-lg-7 {
    width: 100%/12*7;
    float: left;
  }
  .col-lg-6 {
    width: 100%/12*6;
    float: left;
  }
  .col-lg-5 {
    width: 100%/12*5;
    float: left;
  }
  .col-lg-4 {
    width: 100%/12*4;
    float: left;
  }
  .col-lg-3 {
    width: 100%/12*3;
    float: left;
  }
  .col-lg-2 {
    width: 100%/12*2;
    float: left;
  }
  .col-lg-1 {
    width: 100%/12*1;
    float: left;
  }
  .col-lg-12-offset {
    margin-left: 100%;
  }
  .col-lg-11-offset {
    margin-left: 100%/12*11;
  }
  .col-lg-10-offset {
    margin-left: 100%/12*10;
  }
  .col-lg-9-offset {
    margin-left: 100%/12*9;
  }
  .col-lg-8-offset {
    margin-left: 100%/12*8;
  }
  .col-lg-7-offset {
    margin-left: 100%/12*7;
  }
  .col-lg-6-offset {
    margin-left: 100%/12*6;
  }
  .col-lg-5-offset {
    margin-left: 100%/12*5;
  }
  .col-lg-4-offset {
    margin-left: 100%/12*4;
  }
  .col-lg-3-offset {
    margin-left: 100%/12*3;
  }
  .col-lg-2-offset {
    margin-left: 100%/12*2;
  }
  .col-lg-1-offset {
    margin-left: 100%/12*1;
  }
  .col-lg-0-offset {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 100%/12*11;
    float: left;
  }
  .col-xl-10 {
    width: 100%/12*10;
    float: left;
  }
  .col-xl-9 {
    width: 100%/12*9;
    float: left;
  }
  .col-xl-8 {
    width: 100%/12*8;
    float: left;
  }
  .col-xl-7 {
    width: 100%/12*7;
    float: left;
  }
  .col-xl-6 {
    width: 100%/12*6;
    float: left;
  }
  .col-xl-5 {
    width: 100%/12*5;
    float: left;
  }
  .col-xl-4 {
    width: 100%/12*4;
    float: left;
  }
  .col-xl-3 {
    width: 100%/12*3;
    float: left;
  }
  .col-xl-2 {
    width: 100%/12*2;
    float: left;
  }
  .col-xl-1 {
    width: 100%/12*1;
    float: left;
  }
  .col-xl-12-offset {
    margin-left: 100%;
  }
  .col-xl-11-offset {
    margin-left: 100%/12*11;
  }
  .col-xl-10-offset {
    margin-left: 100%/12*10;
  }
  .col-xl-9-offset {
    margin-left: 100%/12*9;
  }
  .col-xl-8-offset {
    margin-left: 100%/12*8;
  }
  .col-xl-7-offset {
    margin-left: 100%/12*7;
  }
  .col-xl-6-offset {
    margin-left: 100%/12*6;
  }
  .col-xl-5-offset {
    margin-left: 100%/12*5;
  }
  .col-xl-4-offset {
    margin-left: 100%/12*4;
  }
  .col-xl-3-offset {
    margin-left: 100%/12*3;
  }
  .col-xl-2-offset {
    margin-left: 100%/12*2;
  }
  .col-xl-1-offset {
    margin-left: 100%/12*1;
  }
  .col-xl-0-offset {
    margin-left: 0;
  }
}
/* predefined elements */
.customSelect {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
}
.customSelect select {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  height: 40px;
  padding: 10px;
  width: 280px;
  box-sizing: border-box;
  outline: 0;
  color: white;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.customSelect select::-ms-expand {
  display: none;
}
.customSelect select > option {
  color: black;
}
.customSelect > div {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -28px/2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.customSelect:hover > div {
  border-color: #e42f12;
}
.customMultiSelectTrigger {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid gray;
  outline: 0;
}
.selectCheckboxContainer {
  position: relative;
  top: 0;
  left: 0;
}
.selectCheckboxContainer .selectCheckboxTrigger {
  color: #444 !important;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.selectCheckboxContainer .selectCheckboxWrap {
  width: 100%;
  background: white;
  position: absolute;
  top: 40px;
  z-index: 2;
  left: 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.selectCheckboxContainer .selectCheckboxWrap.active {
  max-height: 500px;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxHead {
  overflow: hidden;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxHead > a {
  text-align: center;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  float: left;
  color: #444;
  padding: 5px 0;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxHead > a:first-of-type {
  border-right: 1px solid #444;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxHead > a:hover {
  color: green;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxHead > a i {
  margin-left: 5px;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody {
  position: relative;
  top: 0;
  left: 0;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement {
  position: relative;
  top: 0;
  left: 0;
  background: white;
  cursor: pointer;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement input:checked + label {
  background: green;
  color: white;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement input:checked + label i {
  opacity: 1;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement label {
  display: block;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement span {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 3px 10px;
  z-index: 2;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement i {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
}
.selectCheckboxContainer .selectCheckboxWrap .selectCheckboxBody .selectCheckboxElement:hover {
  background: green;
  color: white;
}
.tagContainer .block {
  display: inline-block;
  color: white;
  margin: 5px 5px 5px 0;
  background: green;
  padding: 2px 7px;
  font-size: 12px;
}
.tagContainer i {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.customFileUpload input[type="file"] {
  display: none;
}
.customFileUpload > div {
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid #a9a9a9;
  padding: 10px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.customFileUpload > div i {
  display: inline-block;
  width: 50px;
  height: 38px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  background: red;
  color: white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
}
.customFileUpload > div:hover i {
  background: green;
}
.starRating {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
}
.starRating > input {
  display: none;
}
.starRating > label:before {
  margin: 0 5px;
  font-size: 25px;
  font-family: FontAwesome;
  display: inline-block;
  cursor: pointer;
  content: "\f005";
}
.starRating > .half:before {
  content: "\f089";
  position: absolute;
}
.starRating > label {
  color: #ddd;
  float: right;
}
.starRating > input:checked ~ label,
.starRating:not(:checked) > label:hover,
.starRating:not(:checked) > label:hover ~ label {
  color: yellow;
}
.starRating > input:checked + label:hover,
.starRating > input:checked ~ label:hover,
.starRating > label:hover ~ input:checked ~ label,
.starRating > input:checked ~ label:hover ~ label {
  color: yellowgreen;
}
body {
  background: #e42f12;
}
/* preview site */
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
#overlay > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 99;
  background: white;
  display: inline-block;
  width: 600px;
  color: black;
}
#overlay > div b {
  display: block;
  margin-bottom: 5px;
}
#overlay > div i {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #e42f12;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#overlay > div i:hover {
  color: black;
}
#overlay > div a {
  color: #e42f12;
}
#overlay > div a:hover {
  text-decoration: underline;
}
.pageWrap .infoArea {
  position: fixed;
  min-height: 100%;
  background: url("../img/bg.jpg") no-repeat -50px -50px fixed;
  width: calc(100% - 500px);
  padding: 50px 50px 50px 50px;
  box-sizing: border-box;
  float: left;
}
@media (min-width: 1900px) {
  .pageWrap .infoArea {
    background-size: 100% auto;
  }
}
@media (max-width: 1242px) {
  .pageWrap .infoArea {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .pageWrap .infoArea {
    min-height: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
    background: url("../img/mobile_bg.jpg") no-repeat top left;
    background-size: 100% auto;
  }
}
@media (max-width: 376px) {
  .pageWrap .infoArea {
    background: url("../img/mobile_bg_iphone.jpg") no-repeat top left;
    background-size: 100% auto;
  }
}
@media (max-width: 321px) {
  .pageWrap .infoArea {
    background: url("../img/mobile_bg_iphone_sm.jpg") no-repeat top left;
    background-size: 100% auto;
  }
}
.pageWrap .infoArea #language_switch {
  position: absolute;
  right: 50px;
  top: 50px;
}
@media (max-width: 768px) {
  .pageWrap .infoArea #language_switch {
    right: 20px;
    top: 20px;
  }
}
.pageWrap .infoArea #language_switch ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.pageWrap .infoArea #language_switch ul li:last-of-type {
  margin-right: 0;
}
.pageWrap .infoArea #language_switch ul li a {
  cursor: pointer;
}
.pageWrap .infoArea #language_switch ul li a.active img {
  outline: 1px solid white;
}
.pageWrap .infoArea #logo {
  display: inline-block;
}
.pageWrap .infoArea #logo > img {
  width: 230px;
}
@media (max-width: 768px) {
  .pageWrap .infoArea #logo > img {
    width: 180px;
    position: relative;
    top: 0;
    left: 0;
  }
}
.pageWrap .infoArea h2 {
  font-weight: normal;
  color: #e42f12;
  overflow: hidden;
  font-size: 26px;
  line-height: 32px;
}
.pageWrap .infoArea h2:first-of-type {
  margin-top: 35px;
}
.pageWrap .infoArea h2:last-of-type {
  margin-top: 20px;
}
.pageWrap .infoArea h2:last-of-type > span {
  margin-right: 10px;
  color: #e42f12;
  float: left;
  display: inline-block;
}
.pageWrap .infoArea h2:last-of-type .locationWrap {
  float: left;
}
.pageWrap .infoArea h2:last-of-type .locationWrap > span {
  color: white;
  display: block;
  margin-bottom: 5px;
}
.pageWrap .infoArea h2:last-of-type .locationWrap#abortLocation {
  display: none;
}
.pageWrap .infoArea h2:last-of-type #changeLocationTrigger,
.pageWrap .infoArea h2:last-of-type #abortLocationTrigger {
  display: inline-block;
  color: white;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.pageWrap .infoArea h2:last-of-type #changeLocationTrigger:hover,
.pageWrap .infoArea h2:last-of-type #abortLocationTrigger:hover {
  color: #e42f12;
}
.pageWrap .infoArea h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #e42f12;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pageWrap .infoArea h1 {
  margin-top: 10px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pageWrap .infoArea h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.pageWrap .infoArea ul {
  margin-left: 18px;
}
.pageWrap .infoArea ul li {
  margin: 3px 0;
  list-style: outside disc;
}
.pageWrap .infoArea ul li span {
  font-size: 16px !important;
}
.pageWrap .infoArea .siegel {
  position: absolute;
  bottom: 50px;
  right: 50px;
  /* @media(max-width: @screenMd){
        width: 90%;
      } */
}
@media (max-width: 1651px) {
  .pageWrap .infoArea .siegel {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 50px;
  }
}
.pageWrap .infoArea > .row {
  margin-bottom: 20px;
  margin-top: 20px;
}
.pageWrap .infoArea #benefits ul li {
  list-style: outside square;
}
.pageWrap .infoArea .social-media {
  position: absolute;
  bottom: 50px;
  right: 221px;
  font-size: 30px;
}
@media (max-width: 1651px) {
  .pageWrap .infoArea .social-media {
    position: relative;
    display: inline-block;
    right: -20px;
    bottom: 3px;
  }
}
.pageWrap .infoArea .social-media a {
  color: white;
}
.pageWrap .infoArea .social-media a:hover {
  color: #e42f12;
}
.pageWrap .infoArea .social-media a i {
  margin-right: 10px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.pageWrap .infoArea .fixedCol {
  float: left;
}
.pageWrap .infoArea .fixedCol p > a {
  margin-left: 15px;
}
.pageWrap .infoArea .fixedCol i {
  background: #e42f12;
  color: white;
  font-size: 60px;
  padding: 5px 0 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}
.pageWrap .infoArea .fixedCol:first-of-type {
  padding-right: 25px;
  width: 95px;
  box-sizing: border-box;
}
.pageWrap .infoArea .fixedCol:last-of-type {
  width: calc(100% - 95px);
}
.pageWrap .infoArea .fixedCol:last-of-type span {
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  display: block;
  margin-bottom: 5px;
}
.pageWrap .infoArea .fixedCol:last-of-type a {
  color: #e42f12;
  font-weight: normal;
}
@media (max-width: 768px) {
  .pageWrap .infoArea .fixedCol {
    float: none !important;
  }
  .pageWrap .infoArea .fixedCol:last-of-type {
    width: 100%;
  }
}
.pageWrap .applyArea {
  background: #e42f12;
  width: 500px;
  float: left;
  box-sizing: border-box;
  padding: 50px;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1242px) {
  .pageWrap .applyArea {
    width: 100%;
    float: none;
    position: relative;
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 768px) {
  .pageWrap .applyArea {
    padding: 20px;
  }
}
.pageWrap .applyArea .row {
  margin-bottom: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.pageWrap .applyArea .row .col {
  padding: 0 7.5px;
}
@media (max-width: 768px) {
  .pageWrap .applyArea .row .col-md-6 input {
    margin-bottom: 15px;
  }
  .pageWrap .applyArea .row .col-md-6:last-of-type input {
    margin-bottom: 0;
  }
}
.pageWrap .applyArea h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: white;
  margin-top: 0px;
  margin-bottom: 10px;
}
.pageWrap .applyArea a {
  color: white;
  text-decoration: underline;
}
.pageWrap .applyArea p {
  margin-bottom: 15px;
}
.pageWrap .applyArea input[type="text"],
.pageWrap .applyArea input[type="email"],
.pageWrap .applyArea input[type="tel"] {
  width: 100%;
  background: white;
  outline: none;
  border: 0;
  padding: 10px;
  color: black;
}
.pageWrap .applyArea input[type="text"]::-webkit-input-placeholder,
.pageWrap .applyArea input[type="email"]::-webkit-input-placeholder,
.pageWrap .applyArea input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.pageWrap .applyArea input[type="text"]::-moz-placeholder,
.pageWrap .applyArea input[type="email"]::-moz-placeholder,
.pageWrap .applyArea input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.pageWrap .applyArea input[type="text"]:-ms-input-placeholder,
.pageWrap .applyArea input[type="email"]:-ms-input-placeholder,
.pageWrap .applyArea input[type="tel"]:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.pageWrap .applyArea input[type="text"]:-moz-placeholder,
.pageWrap .applyArea input[type="email"]:-moz-placeholder,
.pageWrap .applyArea input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.pageWrap .applyArea input[type="submit"] {
  background: white;
  color: black;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  outline: none;
  margin-top: 15px;
  border: 1px solid white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.pageWrap .applyArea input[type="submit"]:hover {
  background: transparent;
  color: white;
}
.pageWrap .applyArea .customRadio input {
  display: none;
}
.pageWrap .applyArea .customRadio input:checked + label {
  background: white;
  color: black;
}
.pageWrap .applyArea .customRadio label {
  display: inline-block;
  width: 50%;
  color: #e42f12;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: rgba(255, 255, 255, 0.7);
}
.pageWrap .applyArea .customSelect {
  background: white;
}
.pageWrap .applyArea .customSelect select {
  width: 100%;
  border: 0;
  color: black;
}
.pageWrap .applyArea .customSelect > div {
  border-color: black;
}
.pageWrap .applyArea .customSelect:hover > div {
  border-color: #e42f12;
}
.pageWrap .applyArea .hint {
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.pageWrap .applyArea .metalinks {
  margin-top: 40px;
  text-align: center;
}
.pageWrap .applyArea .metalinks ul li {
  display: inline-block;
}
.pageWrap .applyArea .metalinks ul li:first-of-type {
  border-right: 1px solid white;
  padding-right: 4px;
}
.pageWrap .applyArea .metalinks ul li a {
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
.pageWrap .applyArea .metalinks ul li a:hover {
  text-decoration: underline;
}
.g-recaptcha {
  overflow: hidden;
  margin-top: 15px;
}
.g-recaptcha > div {
  float: right;
  margin-right: 5px;
}
.datenschutz-hinweis {
  border-top: 1px solid #e42f12;
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: white;
  color: black;
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.datenschutz-hinweis:after {
  clear: both;
  content: " ";
  display: table;
}
.datenschutz-hinweis > div {
  position: relative;
  display: block;
  float: left;
}
.datenschutz-hinweis > div:first-of-type {
  width: calc(100% - 130px);
  padding-right: 15px;
}
@media (max-width: 544px) {
  .datenschutz-hinweis > div:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}
.datenschutz-hinweis > div:last-of-type {
  width: 110px;
  text-align: right;
}
@media (max-width: 544px) {
  .datenschutz-hinweis > div:last-of-type {
    width: 100%;
    text-align: center;
  }
}
.datenschutz-hinweis > div p {
  display: inline;
}
.datenschutz-hinweis > div > span {
  display: inline;
}
.datenschutz-hinweis > div > span.deactivated {
  display: none;
}
.datenschutz-hinweis > div a {
  color: #e42f12;
  cursor: pointer;
}
.datenschutz-hinweis .btn {
  padding: 10px 15px;
  background: #e42f12;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.deactivated {
  display: none;
}
.warnhinweis {
  border: 1px solid #e42f12;
  position: fixed;
  display: none;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99999;
  background: rgba(228, 47, 18, 0.85);
  color: white;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.warnhinweis:after {
  clear: both;
  content: " ";
  display: table;
}
.warnhinweis > div {
  position: relative;
  display: block;
}
@media (max-width: 544px) {
  .warnhinweis > div:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 544px) {
  .warnhinweis > div:last-of-type {
    width: 100%;
    text-align: center;
  }
}
.warnhinweis > div p {
  margin: 0;
  line-height: 25px;
  max-width: 1200px;
  display: inline-block;
}
.warnhinweis > div p .warnhinweis_alert {
  font-weight: 700;
  margin-bottom: 1.3rem;
  display: block;
}
.warnhinweis > div p a {
  display: inline-block;
  color: #4a4a4a;
  cursor: pointer;
}
.warnhinweis .btn {
  padding: 10px 15px;
  background: white;
  border-radius: 5px;
  color: #e42f12;
  display: inline-block;
  margin-top: 1.3rem;
  font-size: 14px;
}
