@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.woff2') format('woff2'),
        url('Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Italic.woff2') format('woff2'),
        url('Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.woff2') format('woff2'),
        url('Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
}

body.overflow {
	overflow-y: hidden;
}

main {
 background-color: #F2F2F2;
}

.toTop {
	background-color: #333;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 13px;
	transition: all ease 0.5s;
	z-index: 5;
	border-radius: 100%;
}

.toTop i {
	color: #f2f2f2;
	font-size: 18px;
}

.toTop:hover {
	background-color: #F287B7;
}

.toTop:hover i {
	color: #fff;
}


/* -------------------- IFRAMES -------------------- */
#proIframeWrapper {
height: 0px;
overflow: hidden;
height: auto;
margin-left: auto;
margin-right: auto;

/* NEU : */
padding-bottom: 100px;

}
#proIframeWrapper #proIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-top: 60px;
	/*Zusatz*/
	padding: 30px;
	margin-top: 60px;
	background-color: #fff;
}


@media screen and (min-width: 1300px) {
	#proIframeWrapper #proIframe {
	left: 50%;
	margin-left:-650px;
	max-width: 1300px;
	}
}

@media screen and (min-width: 1200px) {	
	.LP #proIframeWrapper #proIframe {
		left: 50%;
		max-width: 1200px;
		margin-left: -600px;
	}
}


/* -------------------- FONTS -------------------- */
h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 30px;
}

h1 span {
	font-size: 20px;
	display: block;
	margin-top: 15px;
	line-height: 1.4em;
}

h2,
h2 strong {
	font-size: 30px;
	font-weight: 400;
	margin: -20px 0 30px;
	position: relative;
}

.only-text h2 {
	margin: 20px 0 20px;
}

.artikel h2:before {
	position: absolute;
	content:'';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e0e0e0; 
	bottom: -10px;
}

.artikel h2 {
	margin-bottom: 40px;
}

.siegel h2 {
	margin: 20px 0;
}

.rechner-home h2 {
	margin: 0 0 15px;
}

h3, h3 a {
	font-weight: normal;
	font-size: 20px;
	margin: 30px 0 5px;
}

h3 a {
	margin:0;
}

#baufinanzierung h3,
#anschlussfinanzierung h3 {
	font-size: 25px;
	margin: 0 0 15px;
}
#bugetrechner h3 {
	font-size: 21px;
}

#rechner h3 {
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h4 {
	font-weight: bold;
	margin: 0 0 5px;
}

h5 {
	margin: 0;
	font-weight: bold;
}

.rechnungen h5 {
	margin: 50px 0 30px;
	position: relative;
	padding-left: 60px;
}

.rechnungen h5 span {
	display: inline-block;
	height: 50px;
	width: 50px;
	background-color: #333;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	top: -16px;
	left: 0;
}

.rechnungen h5:nth-of-type(1) {
	margin-top: 30px;
}

p {
	margin: 0 0 10px;
	line-height: 24px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#impressum p, #datenschutz p {
	margin-bottom: 20px;
}

a {
	display: inline-block;
	text-decoration: none;
	line-height: 24px;
	color: #333;
}


main p a,
.CookieDeclaration a {
	text-decoration: underline;
}

main p a:hover,
.CookieDeclaration a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#kontakt p {
	margin-bottom: 0;
}

#datenschutz a {
	word-break: break-all;
}


/* -------------------- SMART CLASSES -------------------- */

.container {
	max-width: 1420px;
	width: 100%;
	padding: 0 60px;
	margin: 0 auto;
}
.LP .container {
	max-width: 1320px;
}

section .container {
	padding: 80px 60px;
}

.grid-container {
	display: grid;
	display: -ms-grid;
	margin: -30px;
}

.grid-item {
	margin: 30px;
}

.grid-1 {
	grid-template-columns: 100%;
	-ms-grid-columns: 100%;
}

.grid-2 {
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
}

.grid-1-3 {
	grid-template-columns: 25% 75%;
	-ms-grid-columns: 25% 75%;
}

.grid-3 {
	grid-template-columns: 33.333% 33.333% 33.333%;
	-ms-grid-columns: 33.333% 33.333% 33.333%;
}

.grid-4 {
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-columns: 25% 25% 25% 25%;
}

.grid-container .grid-item:nth-of-type(1) {
	-ms-grid-column: 1;
}

.grid-container .grid-item:nth-of-type(2){
	-ms-grid-column: 2;
}

.grid-container .grid-item:nth-of-type(3){
	-ms-grid-column: 3;
}

.grid-container .grid-item:nth-of-type(4){
	-ms-grid-column: 4;
}

.grid-container.grid-2 .grid-item:nth-of-type(3),
.grid-container.grid-4 .grid-item:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid-container.grid-2 .grid-item:nth-of-type(4),
.grid-container.grid-4 .grid-item:nth-of-type(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.grid-container.grid-4 .grid-item:nth-of-type(7) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.grid-container.grid-4 .grid-item:nth-of-type(8) {
	-ms-grid-column: 4;
	-ms-grid-row: 2;
}

.grid-container.grid-2 .grid-item:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid-container.grid-2 .grid-item:nth-of-type(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.grid-container.grid-2 .grid-item:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.grid-container.grid-2 .grid-item:nth-of-type(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}

.grid-container.grid-2 .grid-item:nth-of-type(7) {
	-ms-grid-column: 1;
	-ms-grid-row: 4;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

section, footer {
	position: relative;
}

section:nth-child(odd) {
	background-color: #E0E0E0;
}
/*
#start section:nth-child(even) {
	background-color: #E0E0E0;
}*/

.button, button {
	background-color: #F287B7;
	border: 0px;
	color: #333;
	border-radius: 0px;
	padding: 16px 35px;
	margin: 25px 30px 0 0;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

#rechner .button,
.rechner-home .button {
	margin: 10px 10px 0 0;
	padding: 12px 25px;
}

.buttons-top .button {
	margin: 0 30px 25px 0;
}

@media screen and (max-width: 990px) {
.button, button {
	padding: 16px 5px;
    width: 100%;
    text-align: center;
}
}

@media screen and (min-width: 990px) {
.LP .button,
.LP button {
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
	
	.LP #rechner .button {
		width: auto;
	}
}

.button:hover, button:hover {
	background-color: #ef83b4;
	color: #000;
}

.button i {
	margin-right: 5px;
}

.contact {
	background-color: #E0E0E0;
	border-left: 3px solid #F287B7;
}

ol {
	line-height: 24px;
	padding-left: 30px;
}

ol li {
	margin-bottom: 10px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
}

ul li:before {
	display: block;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
	color: #333;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 1px;
}

#CookiebotWidget ul li:before {
	display: none;
}

.artikel ul {
  margin-top: -10px;
}

.artikel li {
    margin-bottom: 8px;
}

.artikel ul li:before {
	content:'»';
	font-size: 16px;
	top: -2px;
}

.person li {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.relative {
	position: relative;
	padding-left: 25px;
}

.relative i {
	position: absolute;
	left: 0;
	top: 3px;
}

img {
	height: auto;
}

#baufinanzierung img,
#anschlussfinanzierung img {
	width: 100%;
}

#anschlussfinanzierung #wkdb-widget-tracking,
#baufinanzierung #wkdb-widget-tracking {
	width: auto;
}

.l-hide {
	display: none;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

/* -------------------- HEADER -------------------- */
header {
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

.menuButton, .whatsapp {
	display: none;
}

.logo {
	border: 1px solid #F2F2F2;
	padding: 30px;
	margin-top: -1px;
	background-color: #fff;
	float: left;
	position: absolute;
	z-index: 10;
}

.logo img {
	width: 200px;
}

menu {
	float: right;
	margin: 0;
	padding: 0;
}

menu li {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
}

menu a {
	padding: 42px 0;
	/*text-transform: uppercase;*/
	font-size: 16px;
	position: relative;
}

menu > li:nth-last-child(1) {
	padding-right: 0;
}

menu > li.active > a:after {
	position: absolute;
	height: 3px; 
	width: 100%;
	content: '';
	background-color: #F287B7;
	left: 0;
	bottom: 0;
}

menu > li:hover > a,
.submenu > li:hover > a {
	opacity: 0.8;
}

.submenu {
	position: absolute;
	z-index: 5;
	background-color: #fff;
	padding: 12px 0 10px;
	display: none;
}

.submenu:before {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #F287B7;
	top: -3px;
	position: absolute;
}

menu li:hover .submenu {
	display: block;
}

.submenu li {
	display: block;
  padding: 0;
}

.submenu li:before {
	display: none;
}

.submenu li a {
	padding: 5px 20px;
}

menu i {
	display: none!important;
}

.login {
	cursor: pointer;
}

.login i {
	display: block!important;
}

.header-contact {
	text-align: right;
	padding: 42px 0;
}

.header-contact a {
	margin-left: 30px;
	font-weight: bold;
}

.header-contact i {
	color: #F287B7;
	margin-right: 3px;
}

/* -------------------- MAIN -------------------- */
#headImage {
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	position: relative;
}

#headImage2 {
	padding-bottom: 42%;
}

#headImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

#headImage > .weEditTable {
	position: relative;
}

#headImage > .weEditTable tr:nth-of-type(2) {
	position: absolute;
	top: 50px;
	width: 100%;
}

#headImage .weEditmodeStyle img {
	position: relative;
}

.landingpage .cta .grey-box {
	width: 50%;
	margin-top: -30%;
	max-width: 520px;
}

.cta {
	margin-top: -80px;
	margin-bottom: 50px;
}

.grey-box {
	padding: 40px;
	background-color: #E0E0E0;
}

.rechner-home {
	margin-top: 40px;
}

.rechner-home hr,
#rechner hr {
	border: 1px solid #d1d1d1;
	margin: 15px 0 5px;
}

.magazin .grey-box {
	height: 100%;
}

@media screen and (min-width: 990px) {
.LP .grey-box {
	background-color: rgba(224,224,224,0.75);
}
}

.grey-box-big {
	padding: 50px 60px;
}

.cta .grey-box {
	margin-top: -90px;
}

.cta h1 {
	margin-bottom: 5px;
}

.benefits {
	margin: 50px -30px 0;
}

.benefits .grid-item {
	text-align: center;
}

.benefits i {
	font-size: 60px;
	margin-bottom: 15px;
}

.startPerson {
	position: relative;
}

.startPerson img {
	position: absolute;
	width: 530px;
	right: 0px;
	bottom: -50px;
	z-index:0;
}

.landingpage .startPerson img {
	width: 115%!important;
	right: -90px;
}


.bildbeschreibung {
	position: absolute;
	bottom: 0;
	right: -60px;
	background-color: #f2f2f2;
	padding: 15px 0px 15px 20px;
	font-size: 14px!important;
	line-height: 20px;
}

.bildbeschreibung b {
	font-size: 14px;
}

.article i {
	color: #333;
	font-size: 40px;
}

.person {
	background-color: #E0E0E0;
}

.person .grid-container {
	grid-template-columns: 4fr 5fr;
	-ms-grid-columns: 4fr 5fr;
	margin: 0;
}

.person .grid-item:nth-of-type(1) {
	overflow: hidden;
}

.person img {
	width: 100%;
	min-height: 285px;
	height: 100%;
	object-fit: cover;
	margin-bottom: -5px;
}

.person .text {
	padding: 0 30px 30px 0;
}

.person h1 {
	text-align: center;
	margin-top: 60px;
}

.circle {
	height: 150px;
	width: 150px;
	border-radius: 100%;
	position: absolute;
	overflow: hidden;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
}

.circle img {
	height: 100%;
	min-height: 100%;
	width: 100%;
	object-fit: cover;
}

.mehr {
	cursor: pointer;
}

#partner i {
	color: #333;
}

.logoPartner {
	border: 1px solid #ececec;
	padding: 30px 33px;
	text-align: center;
	background-color: #fff;
}

.logoPartner img {
	max-width: 200px;
}

.rechner {
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 40px;
}

.box {
	padding: 0 30px 30px;
	background-color: #f2f2f2;
}


#rechner .box {
	height: 100%;
	width: 100%;
	display: table;
	padding: 30px;
	cursor: pointer;
}
#rechner .box:hover {
	background-color: #fff;
}

#rechner h3 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.big a {
	font-size: 20px;
}

.big i {
	color: #F287B7;
	font-size: 20px;
    margin: 12px 7px 12px 0;
}

#kontakt h3 {
	margin-top: 0;
}

input, 
textarea,
select {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 18px 20px;
	margin-top: 10px;
	-webkit-appearance: none;
	border-radius: 0px;
	color: #676d72;
}

.wrapper {
	position: relative;
}

.wrapper i {
	position: absolute;
	right: 20px;
	font-size: 20px;
	top: 29px;
}

.textarea {
	display: block;
	margin: 40px 0 20px;
}

.file input{
	border: none;
	width: auto;
	margin-top: 0;
	padding: 7px 0;
}

.file span {
	display: inline-block;
	width: 25%;
}

input.small {
	padding: 5px;
}

.date select {
	width: auto;
	padding: 10px;
}

form .grid-container .grid-container {
	margin: -10px;
}

form .grid-container .grid-container .grid-item {
	margin: 10px;
}

.strNr {
	grid-template-columns: 4fr 1fr;
  -ms-grid-columns: 4fr 1fr;
}

.plzOrt {
	grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr;
}

.list a {
	background-color: #E0E0E0;
	display: block;
	position: relative;
	padding: 10px 40px;
	margin-bottom: 3px;
}

.list a:before {
	display: block;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
  	font-weight: 900;
	color: #333;
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: 9px;
}

.list a:hover {
	background-color: #f2f2f2;

}

.rechnungen {
	background-color: #E0E0E0;
	padding: 40px;
}

.rechnung1 {
	grid-template-columns: 5fr 2fr;
	margin-top: 30px;
}

.rechnung2 {
	grid-template-columns: 5fr 3fr;
	margin-top: 30px;
}

.arten {
	background-color: #E0E0E0;
	border: 1px solid #f2f2f2;
	margin-top: 10px;
}

.titel {
	width: 100%;
	color: #333;
	font-weight: bold;
	padding: 20px 40px;
	position: relative;
	font-size: 20px;
	cursor: pointer;
}

.titel:after {
	display: block;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
  	font-weight: 900;
	color: #F287B7;
	font-size: 24px;
	position: absolute;
	right: 40px;
	top: 22px;
	transition: all ease 0.5s;
}

.titel.active:after {
	transform: rotate(180deg);
}

.inhalte {
	border-top: 1px solid #ececec;
	padding: 40px;
	display: none;
}

.grafik {
	margin-top: 40px;
}

.schritt {
	text-align: center;
	max-width: 350px;
	width: 100%;
	margin: 30px auto 0;
}

.schritt i {
	background-color: #333;
	color: #F287B7;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	font-size: 25px;
	padding-top: 26px;
	margin-bottom: 10px;
}

.linie {
	height: 40px;
	width: 1px;
	background-color: #676d72;
	margin: 30px auto;
}

.ansprechpartner {
	text-align: center;
}

.ansprechpartnerImage {
	height: 200px;
	width: 200px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.ansprechpartnerImage img {
	width: 100%;
	height: 100%;
  object-fit: cover;
}

.ansprechpartner .button {
	margin-right: 0;
}

.siegel {
	padding-bottom: 60px;
	/*background-color: #f2f2f2!important;
	border: 3px solid #E0E0E0;*/
	background-color: #fff!important;
}

.siegel h2 {
	margin: 0 0 40px;
}

#bewertungen {
	text-align: center;
	background-image: url('../../bilder/immobilienfinanzierung-bewertungen.jpg');
	background-size: cover;
	background-position: center;
}

#bewertungen .grey-box {
	margin-top: -140px;
}

#bewertungen.bewertungen-kontakt .grey-box {
	margin-top: 0;
}

#bewertungen h2 {
	margin: 10px 0 15px;
}

#bewertungen .stars {
	margin-bottom: 60px;
	color: #F287B7;
}

#bewertungen .grid-item {
	background-color: #F2F2F2;
	padding: 40px;
}

.bewertungProfil {
	height: 90px;
	width: 90px;
	border-radius: 100%;
	text-align: center;
	overflow: hidden;
  margin: -85px auto 30px;
}

.bewertungProfil img {
	width: 100%;
}

#cta {
	background-image: url('../../bilder/immobilienfinanzierung-cta.jpg');
	background-size: cover;
	position: relative;
	background-position: center; 
}

#cta:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content:'';
	background-color: rgba(51,51,51,0.1);
}

#cta .button {
	margin-right: 0;
}

.whiteContainer {
	max-width: 800px;
	margin: 30px auto;
	text-align: center;
	padding: 60px;
	background-color: rgba(255,255,255,0.8);
	position: relative;
}

.whiteContainer .button {
	margin-top: 0;
}

.overlay, .overlay-login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51,0.9);
	z-index: 10;
	display: none;
}

.overlay.active, .overlay-login.active {
	display: block;
}

.overlayWhiteBox {
	background-color: #fff;
	padding: 40px 30px 30px;
	max-width: 850px;
	width: 100%;
  margin: 50px auto;
	position: relative;
}

.overlay i,
.overlay-login i {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.overlay iframe,
.overlay-login iframe,
.kundenlogin iframe {
	width: 100%;
	height: 500px;
}

.kundenlogin iframe {
	height: 650px;
}

.person .overlay {
	padding: 20px;
}

.person .overlayWhiteBox {
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
}

.columns {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-gap: 40px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
}

.columnsItem {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 40px;
}

.whiteBox {
	border: 1px solid #ececec;
	padding: 25px 25px 45px;
}

.whiteBox h3 {
	margin-top: 0;
}

.whiteBox img {
	width: 100%;
	margin: 10px 0 20px;
}

.whiteBox .button {
	margin-top: 10px;
}

.magazin {
	position: relative;
	padding-right: 400px;
}

.magazin img {
	width: 100%;
}

.magazin .grey-box img {
	margin-bottom: 10px;
}

.magazin h3 {
	margin: 0 0 20px;
}

.magazin .grey-box .button {
	margin-top: 10px;
}

.artikel {
	position: absolute;
	right: 0;
	width: 400px;
	padding-left: 60px;
	top: 55px;
}

.magazin-line {
	border: 0.5px solid #e0e0e0;
	margin: 30px 0;
}

.ablauf-item:nth-child(even) {
	text-align: right;
}

.ablauf-box {
	width: 50%;
	padding-right: 50px;
	text-align: left;
	position: relative;
}

.ablauf-item:nth-child(even) .ablauf-box {
	padding-left: 50px;
	padding-right: 0;
	display: inline-block;
}

.ablauf-box:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 2px;
	background-color: #9ca1a5;
	right: -1px;
	top: 0;
}

.ablauf-box:after {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	background-color: #fff;
	right: 41px;
	top: 15px;
}

.ablauf-item:nth-child(even) .ablauf-box:before {
	left: -1px;
}

.ablauf-item:nth-child(even) .ablauf-box:after {
	left: 41px;
	top: 15px;
}

.ablauf-white-box {
	background-color: #fff;
	padding: 10px 40px 20px;
}

.ablauf-circle {
	position: absolute;
	top: 0;
	right: -1px;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background-color: #333;
	color: #F287B7;
	text-align: center;
	padding-top: 13px;
	transform: translateX(50%);
}

.ablauf-item:nth-child(even) .ablauf-circle {
	left: -1px;
	transform: translateX(-50%);
}

.ablauf-item:nth-last-child(1) .ablauf-box:before {
	display: none;
}

.ablauf-circle:before {
	content:'\f0e0';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 20px;
}

.ablauf-item:nth-of-type(2) .ablauf-circle:before {
	content: '\f500';
}

.ablauf-item:nth-of-type(3) .ablauf-circle:before {
	content: '\f15c';
}

.ablauf-item:nth-of-type(4) .ablauf-circle:before {
	content: '\f2b5';
}

.ablauf-item:nth-of-type(5) .ablauf-circle:before {
	content: '\f79f';
}

.ablauf-item:nth-of-type(6) .ablauf-circle:before {
	content: '\f015';
}

#karte {
	height:400px;
	width:100%;
}

iframe[name=finanzierungsangebot] {
	border: 1px solid #f0f0f1;
}

.landingpage .ablauf p {
	position: relative;
	padding-left: 45px;
	margin-top: 15px;
}

.landingpage .ablauf i {
	position: absolute;
	left: 0;
	height: 35px;
	width: 35px;
	background-color: #333;
	color: #F287B7;
	text-align: center;
	border-radius: 100%;
	padding-top: 7px;
  font-size: 18px;
}

.iframe-box {

}

#budgetrechner iframe {
	border: 0;
	width: 100%;
	height: 750px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* -------------------- FOOTER -------------------- */
footer {
	background-color: #F2F2F2;
	padding-top: 60px;
}

.orte {
	border-bottom: 2px solid #333;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

.orte a {
	padding-right: 10px;
}

.orte a:after {
	content: '|';
	padding-left: 10px;
}

.orte a:nth-last-child(1):after {
	display: none;
}

footer .grid-item:nth-of-type(2) {
	margin-top: 10px;
}

.socket {
	background-color: #E0E0E0;
	color: #333;
	margin-top: 50px;
	padding: 20px 0;
}

.socket .grid-container {
	margin: -10px;
}

.socket .grid-item {
	margin: 10px;
}

.socket a {
	color: #333;
	padding-right: 10px;
	font-size: 14px;
}

.socialMedia {
	text-align: right;
}

.socialMedia i { 
	color: #F287B7;
	font-size: 20px;
	margin-left: 10px;
	line-height: 24px;
}

#tidio-chat-iframe {
	bottom: 40px!important;
}

.short-lp section:nth-of-type(2) {
	background-color: #fff;
}

.short-lp section:nth-of-type(2) .container {
	padding: 0.1px 60px;
}

.landingpage.short-lp .cta{
	margin-bottom: 0;
}

.landingpage.short-lp .cta .grey-box {
/*	margin-top: -17%;*/
}

.short-lp .siegel {
	padding-bottom: 0;
}

.short-lp #bewertungen {
	margin-top: 60px;
}


/*Cookie notice*/
.cc_container {
    left: 20px !important;
    bottom: 20px !important;
    width: 80%;
    max-width: 600px;
}
.cc_container {
    background: #444 !important;
}
.cc_container .cc_message,
.cc_container .cc_message a {
    font-size: 14px !important;
}
.cc_container .cc_message a {
    color: #ccc !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #fff !important;
    color: #000;
    font-size: 14px !important;
}


/* ---------------------------------------- MEDIA QUERIES ---------------------------------------- */
@media screen and (max-width: 1400px) {
	#headImage {
		padding-bottom: 30%;
	}
	
	.logo img {
		width: 150px;
	}
}	

@media screen and (min-width: 1201px) {
	menu {
		display: block!important;
	}
}

@media screen and (max-width: 1200px) {
	.logo {
	    padding: 25px 30px;
	}
	
	.menuButton {
		display: block;
		float: right;
		margin: 30px 0;
	}
	
	menu li:hover .submenu {
		display: none;
	}
	
	menu i {
		display: inline-block!important;
		color: #333;
		padding: 10px;
    margin-left: -30px;
    margin-right: 30px;
		position: relative;
		transition: all ease 0.5s;
		cursor: pointer;
	}
	
	menu i.active {
		transform: rotate(-180deg);
	}
	
	menu {
		display: none;
		position: absolute;
		z-index: 5;
		background-color: #f2f2f2;
		width: 100%;
		left: 0;
		top: 87px;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	}
	
	menu li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
		text-align: right;
		position: relative;
	}
	
	menu li a {
		padding: 20px 40px;
		color: #333;
	}
	
	menu > li.active > a:after,
	.submenu:before {
		display: none;
	}
	
	menu > li.active:after {
		position: absolute;
		content:'';
		height: 100%;
		width: 5px;
		right: 0;
		top: 0;
		background-color: #F287B7;
	}
	
	.submenu {
		position: relative;
    background-color: #e0e0e0;
		padding: 15px 0 15px;
	}
	
	.submenu li {
		border: 0;
	}
	
	.submenu li a {
		color: #333;
		padding: 5px 40px;
	}
	
	.header-contact {
		padding: 32px 0;
	}
	
	.startPerson img {
    right: -40px;
	}
	
	.landingpage .startPerson img {
    width: 125%!important;
	}
}	
	
@media screen and (max-width: 1190px) {
	.blue {
		max-height: 208px;
	}
}

@media screen and (max-width: 1100px) {
	
	#partner .grid-container .grid-container {
		grid-template-columns: 1fr;
	}
	
	.startPerson img {
    right: -70px;
	}
}

@media screen and (max-width:980px) and (min-width:769px) {
	.rechnung1, .rechnung2 {
		grid-template-columns: 100%; 
	}
}

@media screen and (max-width: 980px) {
	.m-grid-1 {
		grid-template-columns: 100%;
	}
	
	.m-grid-2, #partner .grid-container .grid-container {
		grid-template-columns: 50% 50%;
	}
	
	.columns {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
	
	.m-hide {
		display: none;
	}
	
	.m-show {
		display: inline-block;
	}
	
	.headerTop .login {
		display: none;
	}
	
	#headImage {
		padding-bottom: 50%;
	}
	
	.landingpage .cta .grey-box {
		width: 100%;
	}
	
	.ueberuns img {
    object-position: 45%;
	}
	
	.person {
		max-width: 700px;
		margin: 0 auto;
	}
	
	.startPerson {
		text-align: right;
	}
	
	.startPerson img {
		width: 350px;
		position: relative;
		bottom: -53px;
		margin-top: -160px;
		right: 30px;
	}
	
	.bildbeschreibung {
		right: auto;
		left: 0;
		padding: 15px 20px;
    text-align: left;
	}
	
	.landingpage .startPerson img {
    width: 105%!important;
		right: 0;
		margin-top: -40px;
	}
	
	.magazin {
    padding-right: 0;
	}
	
	.artikel {
		width: 100%;
		position: relative;
		padding-left: 0;
		top: 0;
		margin-top: 100px;
	}
	
	#karte {
		height:200px;
	}
	
	.cta .grid-item:nth-of-type(2) {
		margin-top: -10px;
	}
	
	#bewertungen .grid-item:nth-of-type(2) {
		margin-top: 50px;
	}
	
	.short-lp section:nth-of-type(2) .container  {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 850px) {
	.ablauf-box, .ablauf-item:nth-child(even) .ablauf-box {
		width: 100%;
		padding: 80px 0 0;
		margin-top: 30px;
	}
	
	.ablauf-item:nth-of-type(1) .ablauf-box {
		margin-top: 0;
	}
	
	.ablauf-circle, .ablauf-item:nth-child(even) .ablauf-circle {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.ablauf-box:after, .ablauf-item:nth-child(even) .ablauf-box:after {
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
		top: 70px;
	}
	
	.ablauf-box:before {
		display: none;
	}
	
	.startPerson img {
		right: 0;
		margin-top: -100px;
	}
}

@media screen and (max-width: 768px) {
	.toTop {
		bottom: 20px;
		right: 20px;
	}
	
	.s-grid-1, #partner .grid-container .grid-container {
		grid-template-columns: 100%;
	}
	
	.grid-container {
		margin: -20px;
	}

	.grid-item {
		margin: 20px;
	}
	
	.cta {
		margin: -60px -20px 10px;
	}
	
	.landingpage .cta {
		margin: 0 0px 40px;
	}
	
	.landingpage .cta .grey-box {
		margin-top: -20%;
	}
	
	.benefits {
    margin: 40px -30px 0;
	}
	
	.columns {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	
	.s-order1 {
		order: 1;
	}
	
	.s-order2 {
		order: 2;
	}
	
	.logo {
		padding: 15px 25px;
	}
	
	.logo img {
		width: 130px;
	}
	
	.menuButton {
		margin: 23px 0;
	}
	
	menu {
		top: 73px;
	}
	
	menu li a {
		padding: 20px;
	}
	
	menu > li:nth-last-child(2) a {
		padding-right: 20px;
	}
	
	.submenu li a {
		padding: 5px 20px;
	}
	
	menu i {
    margin-left: -15px;
    margin-right: 10px;
	}
	
	.submenu:before {
		right: 20px;
	}
	
	.login {
		padding: 17px 20px;
	}
	
	.header-contact {
		padding: 25px 0;
	}
	
	.header-contact span {
		display: none;
	}
	
	.header-contact a {
    margin-left: 15px;
	}
	
	.cta .grey-box {
		margin-top: -40px;
	}

	
	.container {
		padding: 0 20px;
	}
	
	section .container {
		    padding: 60px 20px;
	}
	
	h1 {
		font-size: 24px;
	}
	h1 span {
		font-size: 16px;
	}
	
	h2, h2 strong {
		font-size: 22px;
	}
	
	.titel,
	.inhalte {
		padding: 20px;
	}
	
	.titel:after {
		right: 20px;
	}
	
	.rechnungen {
		padding: 20px;
	}
	
	.grey-box {
		padding: 25px;
	}
	
	.grey-box-big {
		padding: 40px;
	}
	
	.startPerson img {
		margin-top: -80px;
		bottom: -43px;
	}
	
	.person .overlayWhiteBox {
		top: 80px;
    transform: translateY(0%);
		padding: 25px;
	}
	
	.person h1 {
    margin-top: 80px;
	}
	
	.overlay {
		overflow: scroll;
	}
	
	.benefits .grid-item {
		margin: 0 30px;
		text-align: left;
		padding: 10px 40px;
	}
	
	.benefits .grid-item:nth-of-type(1) {
		padding-top: 40px;
	}
	
	.benefits .grid-item:nth-of-type(4) {
		padding-bottom: 40px;
	}
	
	.benefits i {
		float: left;
		font-size: 30px;
		width: 55px;
	}
	
	.benefits p {
		margin-top: 2px;
	}
	
	footer .grid-item:nth-of-type(2) {
		margin-top: -20px;
	}
	
	.socialMedia {
    text-align: left;
		margin-top: 30px;
	}
	
	.socialMedia i {
		margin-left: 0;
		margin-right: 10px;
	}
}

@media screen and (max-width: 560px) {

	.whatsapp {
		display: inline-block;
	}
	
	.startPerson img {
		width: 300px;
		margin-top: -60px;
	}
	
	#headImage {
    padding-bottom: 40%;
}
}

@media screen and (max-width: 500px) {
	.person .grid-container {
		grid-template-columns: 1fr;
	}
	
	.person .text {
		padding: 0 25px 25px;
		margin-top: -30px
	}
	
	.person .grid-item:nth-of-type(1) {
		height: auto;
		overflow: hidden;
	}
	
	.rechnung1, .rechnung2 {
		grid-template-columns: 1fr; 
	}
	
	.ablauf-white-box {
    padding: 1px 25px 10px;
	}
	
	.grey-box-big {
		padding: 30px;
	}
	
	.benefits {
    margin: 40px -20px 0;
	}
	
	.benefits .grid-item {
		padding: 5px 20px;
		margin: 0 20px;
	}
	
	.benefits .grid-item:nth-of-type(1) {
    padding-top: 30px;
	}
	
	.benefits .grid-item:nth-of-type(4) {
    padding-bottom: 20px;
	}
	
	.startPerson img {
    bottom: -33px;
	}
}

@media screen and (max-width: 380px) {
	.logo {
		padding: 25px 20px;
	}
}
div[data-id="event-type-marker"] {
  background-color:#f287b7 !important;
}


