* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}
q:before,
q:after {
	content: '';
}
a, input[type=submit], button, .btn {
	cursor: pointer;
}
abbr,
acronym {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
.no_bor {
	border: 0 none !important;
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
	display: block;
}
a {
	color: #000;
	text-decoration: none;
	outline: 0 none !important;
}
p {
	line-height: 1.6rem;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: 0 none !important;
}
h1 {
	font-size: 2em;
	line-height: 2em;
	color: #111;
	font-weight: 800;
}
h2 {
	font-size: 1.8em;
	line-height: 2em;
	color: #333;
	font-weight: 800;
}
h3 {
	font-size: 1.3em;
	line-height: 1.7em;
	color: #666;
	font-weight: 600;
	margin: 32px 0 12px;
}
.frontText h3 {
    font-weight: 400;
}
.current_affairs h2 {
	margin-bottom: 44px;
}
h4 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333333;
	font-weight: 700;
}
h5 {
	font-size: 1.125em;
	line-height: 22px;
	color: #333333;
	font-weight: 700;
}
h6 {
	font-size: 12px;
}
html {}
body {
	color: #333;
	font-family: "Host Grotesk", sans-serif;
	overflow-x: hidden;
	font-size: 18px;
    line-height: 24px;
}
.flt_lt {
	float: left;
	display: inline;
}
.flt_rt {
	float: right;
	display: inline;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	right: 0;
	padding: 78px 0 0 0;
	left: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.container, .com-content-article__body,
.com-content-category-blog {
	width: 1260px;
	margin: 0 auto;
}
/* -------Don't Remove this---------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
}
::-webkit-input-placeholder {
	color: #cccccc;
}
::-moz-placeholder {
	color: #cccccc;
}
:-ms-input-placeholder {
	color: #cccccc;
}
:-moz-placeholder {
	color: #cccccc;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #ffffff;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	border-bottom: 1px solid #eee;
	height: 78px;
	max-height: 78px;
}
.page-header {
	display: none;
}
.logo {
	float: left;
	vertical-align: middle;
	padding: 10px 0 0 0;
}
.logo figure {}
.logo figure a {
	display: block;
}
.logo figure a img {
	width: 100%;
	height: auto;
}
.header_right {
	float: right;
	padding: 4px 0 0 0;
  display: flex;
}
.number {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 222px 0 0;
}
.number p {
	letter-spacing: 0.3px;
}
.number p a {
	color: #333333;
	font-size: 1.4em;
}
.number p a i {
	color: #91836a;
	padding: 0 10px 0 0;
}
.number span {
    color: #91836a;
    display: block;
    font-size: 0.85rem;
    letter-spacing: 3px;
    line-height: 12px;
    text-align: right;
}
#menu {
    display: block;
    position: fixed;
    right: 0;
    z-index: 101;
    background: #fff;
    padding: 44px;
    top: 0;
    box-shadow: 0 0 24px rgb(0 0 0 / 30%);
    height: 100%;
}
.menu {
    cursor: pointer;
}
.menu a i {
    font-size: 88%;
}
.sponcer_logo {
	display: inline-block;
	vertical-align: middle;
	padding: 0 33px 0 0;
}
.sponcer_logo ul {
	padding: 0 47px 0;
	position: relative;
	z-index: 1;
	top: 7px;
}
.sponcer_logo ul li {
	display: inline-block;
	padding: 0 7px;
}
.sponcer_logo ul li a {
	display: block;
}
.sponcer_logo ul li a img {
	width: 100%;
	height: auto;
}
.menu {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0;
	top: 6px;
}
.menu p {
	display: inline-block;
	cursor: pointer;
}
.menu p img {}
.menu .btnMobile {
    color: #333333;
    font-size: 1.8rem;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 16px;
}
.banner {
	min-height: 822px;
	position: relative;
}
.unver {
	float: left;
	margin: 111px 0 0;
	padding: 50px 0 0 0;
	position: relative;
	max-width: 50%;
}
.unver_head {
    padding: 32px;
    background: rgba(255,255,255,0.5);
  position: relative;
}
.unver_head .btn {
    margin-top: 18px;
}
.unver_head h4 {
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.unver_head p {
    line-height: 24px;
    color: #111111;
    font-weight: 300;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}
.unver_head li {
    list-style: disc;
    margin-left: 21px;
    line-height: 32px;
    font-weight: bold;
}
.banner_cnt {
	position: absolute;
	bottom: 17px;
	right: 20.5%;
}
.point {}
.point p {
	color: #999999;
	font-size: 0.8em;
	line-height: 16px;
	font-weight: 400;
}
.binding {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 32px 0;
	position: relative;
}
.binding ul {
	display: block;
	margin: 0 -15px;
}
.binding ul li {
	color: #111111;
	font-size: 1.7em;
	line-height: 32px;
	font-weight: 600;
	display: inline-block;
	padding: 0 44px 0 0;
}
.binding ul li:last-child {
	padding: 0;
}
.binding ul li i {
	color: #91836a;
	padding: 0 5px 0 0;
}
.easy {
	padding: 44px 0 0;
	border-bottom: 1px dashed #c7c7c7;
}
.credit_request {
	padding: 50px 0 45px;
}
.credit_request h2,
.teaser h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding: 18px 0;
}
.credit_request h2 span,
.teaser h2 span {
	text-transform: uppercase;
	font-weight: 300;
}
.credit_request h2 em {
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
}
.credit_request h2::after,
.faq-wrapper h2::after,
.wanted-wrapper h2::after,
.teaser h2::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 146px;
	background: #91836a;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.credit_request ul {
	padding: 90px 0px 0 0;
	margin: 0 -45px;
}
.credit_request ul li {
	width: 33.33%;
	float: left;
	padding: 0 2% 56px;
}
.credit_request ul li>a {
	display: block;
}
.immediate {
	text-align: center;
	width: 100%;
}
.credit_img {}
.credit_img figure {}
.credit_img figure img {}
.credit_cnt {
	padding: 34px 0;
}
.loans .credit_cnt h4 {
    text-transform: uppercase;
    font-size: 24px;
    height: 32px;
    margin-top: 44px;
}
.teaser {
	padding: 77px 0 0;
}
.teaser h2 {
	margin-bottom: 77px;
}
.seotext {
	padding: 77px 0 0;
}
.seotext h2 {
    font-size: 1.4em;
    color: #333;
    font-weight: 600;
    margin: 24px 0 6px;
}
.seotext strong {
  font-weight: bold;
}
.seotext ul {
    list-style: disc;
    margin: 24px;
    line-height: 32px;
}
.credit_cnt p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #333;
    font-weight: 300;
    border-bottom: 1px dashed #cccccc;
    max-width: 320px;
    margin: 0 auto;
    padding: 18px 0 24px;
    min-height: 156px;
}
.credit_img i {
    font-size: 5.5rem;
	color: #91836a;
	opacity: 0.5;
}
.teaser p {
	margin: 0 0 12px;
}
.teaser ul {
    padding: 32px 0 77px 21px;
}
.teaser li {
    list-style: disc;
    font-weight: 600;
    border-top: 1px dotted #ddd;
    line-height: 56px;
}
.teaser li:last-child {
    border-bottom: 1px dotted #ddd;
}
.about-person {
    width: 50%;
    float: left;
    text-align: center;
	padding: 0 2%;
}
.about-person h4 {
	margin-bottom: 18px;
}

.time {
	padding: 19px 0;
}
.time figure {
	display: inline-block;
	padding: 0 15px 0 0;
}
.time figure img {
	vertical-align: middle;
}
.time span {
	font-size: 1.8125em;
	line-height: 32px;
	color: #cccccc;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
}
.time small {
	font-size: 0.50375em;
	line-height: 16px;
	color: #cccccc;
	font-weight: 700;
	display: inline-block;
	padding: 0 0 0 9px;
}
.easy.priorities {
	padding: 37px 0 84px;
	border: none;
}
.credit_cnt.loan_cnt {
	padding: 20px 0 9px 0;
}
.credit_cnt.loan_cnt p {
	border: none;
	min-height: 133px;
}
.immediate .loan_btn p {
	text-align: center;
}
.easy.customer_review {
	background: #f6f6f6;
	border: none;
	padding: 15px 0 32px;
}
.credit_request.customers_say {
	padding: 37px 0 30px;
}
.credit_request.customers_say h2 {
	margin: 0 0 77px;
}
.credit_request.customers_say ul {
	margin: 0 -26px;
	padding: 0;
}
.credit_request.customers_say botton {
	display: none;
}
.profile {
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.profile:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ffffff;
	bottom: -26px;
	right: 73px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
.man {
	padding: 0 22px;
}
.man p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
    position: relative;
    padding: 24px 0 0;
    border-bottom: 1px dotted #e6e6e6;
    min-height: 156px;
}
.man h5 {
	text-transform: capitalize;
	text-align: left;
	padding: 21px 0;
	z-index: 5;
	position: relative;
	font-size: 0.9em;
}
.man h5 span {
	font-weight: 300;
	color: #999999;
}
.picture {
	text-align: center;
	display: block;
}
.picture figure {
	background: #f6f6f6;
	border-radius: 100%;
	padding: 7px;
	display: inline-block;
	margin: -65px 0 0 0;
}
.picture figure a {
	display: block;
	cursor: default;
	border-radius: 50%;
    overflow: hidden;
}
.picture figure a img {
	vertical-align: middle;
	text-align: center;
}
.current {
	padding: 66px 0 111px 0;
	border-bottom: 1px dashed #c7c7c7;
}
.credit_request.current_affairs {
	padding: 40px 0 0 0;
}
.credit_request.current_affairs h2 {
	text-transform: uppercase;
	font-weight: 300;
}
.credit_request.current_affairs ul {
	margin: 0 -15px 0 -15px;
	padding: 68px 0 0 0;
}
.credit_request.current_affairs ul li {
	padding: 0 15px 0 15px;
}
.headline {}
.headline h5 {
	color: #333333;
}
.headline span {
	font-size: 0.8125em;
	line-height: 16px;
	color: #999999;
	font-weight: 300;
}
.headline p {
	font-size: 1em;
	line-height: 24px;
	color: #333333;
	font-weight: 300;
	padding: 9px 0 0 0;
}
.headline small {
	padding: 11px 0;
	display: block;
	font-size: 1em;
	font-weight: 300;
	line-height: 18px;
}
.headline small a {
	color: #91836a;
}
.information {
	padding: 66px 0 0;
	border-top: 1px dashed #c7c7c7;
	margin-top: 111px;
}
.contact_information {
	padding: 27px 0 40px 0;
}
.offer {
	width: 30%;
	float: left;
	padding: 0 42px 0 0;
}
.offer h5 {
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
}
.offer ul {}
.offer ul li {
	border-bottom: 1px solid #e6e6e6;
	padding: 11px 0;
}
.offer ul li a,
.offer ul li span {
	color: #333333;
	line-height: 16px;
	font-weight: 300;
	font-size: 18px;
}
.offer ul li a i,
.offer ul li i span,
.offer.contact ul li span i,
.offer.contact ul li a i {
	color: #91836a;
}
.offer.contact ul li span img,
.offer.contact ul li a img {}
.newsletter {
	width: 40%;
	float: left;
	padding: 0 0 0 41px;
}
.newsletter h5 {
	color: #333333;
	padding: 8.5px 0;
}
.newsletter h5 span {
	font-weight: 300;
}
.newsletter h5 i {
	color: #91836a;
	padding: 0 8px 0 0;
}
.newsletter>p {
    font-size: 14px;
    line-height: 21px;
    margin: 4px 0 18px;
}
.email {}
.email p.hint {
	color: #91836a;
	font-size: 0.6875em;
	line-height: 15px;
	font-weight: 300;
	padding: 9px 3px 0 0;
}
.send {
	position: relative;
}
.send input {
	border: 1px solid #91836a;
	height: 56px;
	width: 100%;
	padding: 0 25px;
	outline: none;
	font-size: 1.4em;
	color: #333;
}
.send input[type=button] {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	cursor: pointer;
	outline: none;
	padding: 0;
	width: auto;
	color: #91836a;
}
.send input[type=button]:hover {
	color: #91836a;
}
.email .acym_form {
	margin: 13px 0 0;
}

.send .acym_module {
	display: block;
}
.offer.contact ul li a.color {
	color: #91836a !important;
	font-weight: 600;
}footer {
	padding: 17px 0;
	border-top: 1px solid #eee;
}
.footer {}
.rights {
	display: inline-block;
	float: left;
}
.copy {
	display: inline-block;
}
.copy p {
	color: #999999;
	font-size: 0.8125em;
	line-height: 15px;
	font-weight: 300;
}
.copy p a {
	color: #999999;
}
.copy p span {
	color: #999999;
	display: inline-block;
	padding: 0 0 0 44px;
}
.web_design {
	display: inline-block;
}
.web_design p {
	color: #999999;
	font-size: 0.8125em;
	line-height: 15px;
	font-weight: 300;
	padding: 0 0 0 38px;
}
.share {
	display: inline-block;
	float: right;
}
.sign_in {
	float: right;
}
.social {
	display: inline-block;
}
.social ul {
	padding: 0 33px 0 66px;
}
.social ul li {
	display: inline-block;
	padding: 0 4px;
}
.social ul li a {}
.social ul li a i {
	color: #333333;
	font-size: 24px;
}
.data_protection {
	display: inline-block;
	vertical-align: top;
}
.data_protection ul {
	padding: 0 12px 0 13px;
}
.data_protection ul li {
	display: inline-block;
	padding: 0 7px;
}
.data_protection ul li a {
	color: #999999;
	font-size: 0.8125em;
	line-height: 15px;
	font-weight: 300;
}
.login {
	display: inline-block;
}
.login a small {
	font-size: 0.8125em;
	line-height: 15px;
	color: #666666;
	font-weight: 600;
}
.login a small i {
	color: #91836a;
	padding: 0 5px 0 0;
}
.date {
	text-align: right;
	border-bottom: 1px dashed #c7c7c7;
	margin: -75px -1px 0 0;
	padding: 0 0 64px 0;
}
.date h1 {
	text-transform: uppercase;
	position: relative;
	text-align: right;
	display: inline-block;
}
.date h1:after {
	content: "";
	position: absolute;
	width: 148px;
	height: 5px;
	bottom: -17px;
	left: 0;
	background: #91836a;
}
.learn_website {
	padding: 43px 0 40px 0;
	border-bottom: 1px dashed #c7c7c7;
}
.website_head {
	padding: 0 0 9.5px 0;
}
.website_head h5 {
	font-size: 1.5em;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.1px;
}
.website_cnt {}
.website_cnt p {
	font-weight: 400;
	font-size: 0.875em;
	line-height: 19px;
	padding: 11.4px 0;
	color: #333333;
}
.website_cnt p b {
	display: block;
	padding: 8px 0;
}
.website_cnt p a {
	color: #333333;
	word-break: break-all;
}
.menu_bar {
	position: absolute;
	margin: 0 auto;
	z-index: 999;
	padding: 1px 0 0 0;
	border-radius: 8px;
	left: -31px;
	top: 0px;
}
.sidebar {
	display: none;
}
.drop_down {
	position: absolute;
	z-index: 1;
	top: 72px;
	right: -6px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.start {
	background: #ffffff;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	width: 299px;
}
.start:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ffffff;
	top: -17px;
	right: 40px;
	border-top: 1px solid #bacac7;
	border-right: 1px solid #bacac7;
	transform: rotate(-45deg);
	z-index: 0;
}
.start ul {
	padding: 25px 20px;
}
.start ul li {
	font-size: 1.3125em;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.start ul li a {
	color: #333333;
	padding: 14.6px 0;
	border-top: 1px solid #e6e6e6;
	display: block;
}
.start ul li a:hover {
	color: #91836a;
}
.start ul li.kontakt a {
	color: #999999;
	border-bottom: 1px solid #e6e6e6;
}
.menu:hover .drop_down {
	opacity: 1;
	visibility: visible;
}
.sidebar .sponcer_logo ul {
	text-align: center;
	padding: 10px 0;
}
.sidebar .sponcer_logo ul li {
	display: block;
}
.shape {
	display: none;
}
.banner_cnt.desktop {
	display: none;
}
input.visCSSinput, input.inputbox, select.visCSSinput, textarea {
    padding: 0 23px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    font-size: 1.125em;
    box-shadow: 0 0 10px #eee inset;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
}
button, .btn, .button {
    display: inline-block;
    padding: 18px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #91836a;
    font-weight: 400;
    border: 2px solid #91836a;
    background: #fff;
    font-size: 18px;
	font-weight: 600;
}
button:hover, .btn:hover, .button:hover {
    color: #fff;
    border: 2px solid #91836a;
    background: #91836a;
}
input.btn[type=submit] {
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	background: #91836a;
	padding: 17px 44px 17px 39px;
	margin: 33px 0 17px 0;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}
input.btn[type=submit]:hover {
	background: #83755d;
}
input.btn[type=reset] {
	color: #666;
	font-weight: 400;
	font-size: 1.3em;
	background: #009eaf;
	background: -moz-linear-gradient(top, #eee 1%, #ddd 100%);
	background: -webkit-linear-gradient(top, #eee 1%, #ddd 100%);
	background: linear-gradient(to bottom, #eee 1%, #ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eaf', endColorstr='#00798e', GradientType=0);
	padding: 17px 44px 17px 39px;
	margin: 33px 0 17px 0;
}
.field94::before,
.field192::before,
.field134::before,
.field123::before,
.field108::before,
.field161::before,
.field193::before,
.field183::before,
.field187::before,
.field157::before,
.field140::before,
.field194::before,
.field166::before {
	margin: 32px 0 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	position: relative;
	border-top: 1px dashed #ddd;
	padding-top: 56px;
	display: block;
}
.field94::before,
.field140::before,
.field166::before {
	content: "Grundangaben";
}
.field192::before,
.field193::before,
.field194::before {
	content: "Angaben zur Person";
}
.field134::before,
.field183::before,
.field157::before {
	content: "Objektunterlagen (Datei-Upload)";
}
.field123::before,
.field187::before,
.field161::before {
	content: "Bestätigung";
}
.fc-tbxfield94,
.fc-tbxfield192,
.fc-tbxfield108,
.fc-tbxfield140,
.fc-tbxfield134,
.fc-tbxfield157,
.fc-tbxfield183,
.fc-tbxfield187,
.fc-tbxfield161,
.fc-tbxfield194,
.fc-tbxfield166,
.fc-tbxfield193,
.fc-tbxfield123 {
	border-top: 1px solid #91836a;
	width: 133px;
	margin-bottom: 32px;
}
label.visCSSlabel {
    line-height: 48px;
    color: #333;
    font-weight: bold;
}
.visCSSclear {
	height: 1px;
	margin: 0!important;
}
.big {
	font-weight: 700;
	font-size: 1.4em;
	background: #009eaf;
	background: -moz-linear-gradient(top, #009eaf 1%, #00798e 100%);
	background: -webkit-linear-gradient(top, #009eaf 1%, #00798e 100%);
	background: linear-gradient(to bottom, #009eaf 1%, #00798e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eaf', endColorstr='#00798e', GradientType=0);
	padding: 13px 27px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}
.big:hover {
	box-shadow: 0 0 100px #fff;
}
.rangeslider__handle,
.rangeslider__handle i,
.big {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	color: #fff;
	text-align: left;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}
.big:hover,
#bfElemWrap346 button:hover {
	background: -moz-linear-gradient(top, #009eaf 1%, #91836a 100%);
	background: -webkit-linear-gradient(top, #009eaf 1%, #91836a 100%);
	background: linear-gradient(to bottom, #009eaf 1%, #91836a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eaf', endColorstr='#91836a', GradientType=0);
	border-radius: 0;
}
.big span {
	display: block;
	font-weight: 300;
	font-size: 14px;
}
.bkg-wrap {
	width: 100%;
	height: 60vw;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
}
.min {
	padding-top: 5px;
	padding-left: 10px;
	color: #cccccc;
}
.max {
	padding-top: 5px;
	padding-right: 10px;
	color: #cccccc;
}
#helper {
	padding-top: 40px;
	color: #46b7d5;
	font-style: italic;
}
output {
	display: inline-block;
	font-size: 2em;
}
input[type="range"]:focus+.rangeslider .rangeslider__handle {
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.unver li p {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 11px 0 0 0;
}
.newsflash a.readmore {
	color: #91836a;
	margin: 7px 0 0 0;
	display: block;
}
.item-page h1,
.category-desc h1 {
	font-size: 2.7em;
	position: relative;
	text-align: right;
	margin-top: 44px;
	margin-bottom: 44px;
}
.item-page h1:after,
.category-desc h1:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 130px;
	background: #91836a;
	right: 0;
	bottom: -13px;
}
.item-page h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 32px 0 0;
    color: #111;
}
.item-page h4 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 44px;
}
.credit_cnt.loan_cnt h5 {
	font-size: 1.05em;
	font-weight: 600;
	line-height: 32px;
}
.modellBoxButton {
	padding-top: 27px;
	border-top: 1px dashed #ddd;
	margin-top: 33px;
}
.modellBoxButton p {
	color: #999;
}
.modellBoxButton h3 {
	margin: 0;
	color: #91836a;
}
.frontText h1 {
	font-size: 2.2em;
	margin: 111px 0 0;
}
.frontText h2 {
	font-size: 1.7em;
	font-weight: 600;
	margin: 0 0 23px;
}
.frontText p {
	margin: 0 0 17px;
	color: #666;
}
.blogTeaserStart {
	float: left;
	width: 33%;
	padding-right: 2%;
}
.blogTeaserStart h5 {
	margin: 0 0 17px 0;
	display: block;
}
.container.hints {
	color: #111;
	font-size: 0.8125em;
	line-height: 15px;
}
.content-header {
	background: url('../images/bg-sub2.jpg') no-repeat;
	min-height: 310px;
  display: none;
}
.contact_information li i {
	padding: 0 13px 0 0;
}
.contact.offer li i {
	width: 40px;
	display: inline-block;
}
.jNewsLB>form>input.inputbox {
	padding-right: 160px;
}
.site.com_content.view-featured .newsflash .content-header,
.site.com_content.view-featured .newsflash h1 {
	display: none;
}
.page-header h2 {
	display: none;
}
.newsflash h3 {
	margin-top: 44px;
}
.newsflash .container .container {
	width: 100%;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	background-color: #91836a!important;
	border-radius: 0!important;
	color: #fff!important;
}
.newsflash .content-header {
	display: none;
}
.item-page .container p {
	margin: 0 0 17px;
}
.item-page .container strong {
	font-weight: bold;
}
.security-wrapper {
	padding: 18px 0;
	border-top: 1px dotted #ccc;
	margin: 33px 0 66px;
	color: #ccc;
}
.security-wrapper h3 {
	color: #ccc;
}
.faq-wrapper {}
.wanted-wrapper,
.faq-wrapper {
	padding-bottom: 111px;
	border-bottom: 1px dashed #c7c7c7;
}
.wanted-wrapper h5 {
    font-size: 1.4em;
    margin: 44px 0 0;
}
.wanted-wrapper p {
    font-size: 0.8em;
    line-height: 2rem;
    margin-bottom: 13px;
    color: #999;
}
.wanted-wrapper span {

}
.faq-wrapper .faq-box {
	border-top: 1px dotted #ddd;
	padding: 3% 0;
	float: left;
}
.faq-wrapper .faq-box:last-child {
	border-bottom: 1px dotted #ddd;
}
.faq-wrapper h4 {
	margin: 0 0 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.faq-wrapper h2,
.wanted-wrapper h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding: 18px 0;
	margin: 144px 0 111px;
}
.faq-wrapper h2 span,
.wanted-wrapper h2 span {
	font-weight: 300;
}
.drop_down ul li:first-child a {
	border-bottom: 1px solid #91836a;
}
.email {
	text-align: right;
}
.email img {
	margin-left: 33px;
}
.wanted-wrapper .wanted-box {
	float: left;
	text-align: center;
	width: 47%;
	padding: 0 1.5%;
}
.wanted-wrapper img,
.about-person img {
    margin: 0;
    border-radius: 50%;
  width: 222px;
  height: 222px;
  float:left;
}
.wanted-box .wanted-text {
    float: left;
    text-align: left;
    padding-left: 24px;
    padding-top: 44px;
}
.note-box {
	padding: 27px;
	border: 2px solid #c6002a;
}
.note-box h3 {
	margin-top: 0;
	font-weight: bold;
	color: #c6002a;
}
.note-box li {
	list-style-type: disc;
	margin-left: 25px;
	font-weight: bold;
}
.item-page .container ul li {
	list-style: disc;
	margin-left: 20px;
}
#menu ul li a {
    display: block;
    border-top: 1px dashed #ccc;
    line-height: 56px;
}
#menu ul li:last-child a {
    border-bottom: 1px dashed #ccc;
}
 .unver li p {
     color: #666;
     font-size: 13px;
     line-height: 18px;
     margin: 11px 0 0 0;
}
#modvisform161datenschutzlbl, 
#modvisform161newsletterlbl, 
#modvisform161agblbl,
#modvisform161informationspflichtlbl,
#modvisform170agblbl,
#modvisform170informationspflichtlbl,
#modvisform170newsletterlbl,
#modvisform171newsletterlbl,
#modvisform171agblbl,
#modvisform171informationspflichtlbl,
#modvisform160informationspflichtlbl,
#modvisform160newsletterlbl,
#modvisform159datenschutzlbl {
    line-height: 24px;
    width: 22%;
    margin-top: 4px;
}

.badge-immo {
    position: absolute;
    z-index: 1;
    text-align: right;
    top: 194px;
    right: 26px;
}


.acym_module_form label {
    font-size: 16px;
    line-height: 21px;
    color: #999;
}
.acym_form input[type=text],
.acym_form input[type=email],
.acym_form input[type=number] {
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 8px 12px;
    font-family: 'Poppins', sans-serif;
}
.acym_form label span {
    font-size: 18px;
    padding-right: 32px;
    min-width: 111px;
    display: inline-block;
}
.immediate .credit_img img {
    opacity: 0.3;
    height: 94px;
    width: 94px;
	margin-top: 44px;
}
.immediate:hover img {
    opacity: 0.7;
}
p.visCSStop0 {
    line-height: 48px;
}
.seotext h4 {
    margin: 32px 0 12px;
	font-size: 1.2em;
}
.seotext .btn {
    margin: 44px 0 12px;
}
.iframe-rating {
	margin: 24px 0 0;
}
.text-rating-support {
    margin: 8px 77px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.text-rating-support a {
    margin: 0 18px 0 0;
}
.text-rating-support a:last-child {
    margin: 0;
}
.text-rating-support img {
    height: auto;
    margin-top: 3px;
}
.text-gray {
	color: #999;
}
#menu ul {
	border-top: 1px solid #ccc;
}
iframe {
	border: 0!important;
	padding: 0!important;
}

.visform:not(.bt5):not(.bt4mcindividual):not(.uikit3):not(.uikit2) label.error {
    font-size: 18px;
    color: #111;
    padding: 12px 18px;
    background-color: #eee;    
	max-width: 100%;
}
.visform:not(.bt5):not(.bt4mcindividual):not(.uikit3):not(.uikit2) p.errorcontainer:after {
    border-top: 12px solid #eee;
}
.item-page .container p.visCSStop0 {
    margin: 0;
}

.unver_head .btn {
    position: relative;
    z-index: 3;
}

#redim-cookiehint-bottom {
    background: #fff;
    padding: 32px 44px;
    border-top: 1px solid #ccc;
}
#redim-cookiehint-bottom p {
    margin: 0 0 24px;
}
#cookiehintinfo {
  display: none;
}
#menu a {
  font-weight: normal;
}
#menu a strong {
  font-weight: bold;
}
.faq-section {
    margin: 20px auto;
    border-top: 1px solid #ccc;
    padding-top: 6px;
  position: relative;
}
.faq-item i {
  position: absolute;
  right:18px;
}
        .faq-item {
            border-bottom: 1px solid #ccc;
        }
        .faq-question {
            background-color: #f4f4f4;
            padding: 18px;
            cursor: pointer;
            font-weight: bold;
        }
        .faq-answer {
            display: none;
            padding: 10px;
            background-color: #fff;
        }
.blog.container {
    margin: 77px auto 0;
}
.blog.container .mod-articlesnews__item{
    padding: 32px;
    border-radius: 6px;
    background: #eee;
    margin-bottom: 44px;
}
.blog.container .btn {
    margin: 18px 0 0;
}

.blog-item {
    border: 1px dotted #ccc;
    padding: 24px 32px;
    margin: 24px 0 44px;
}

.itemid-297 dt strong {
  font-weight: bold;
  margin: 24px 0 6px;
  display: block;
}
.itemid-297 h2 {
    margin-top: 44px;
}
.itemid-101 .blog-item {
    border: none;
    padding: 0;
    margin: 0;
}