@import url("https://use.typekit.net/mgs0uns.css");

/* ############################################################
	FARBKLIMA
###############################################################

	Rot:					#bd0926 - rgba(189,9,38,1)
	Rot (2):				#a4001d - rgba(164,0,29,1)
	
	Grau (1):				#f8f6f5 - rgba(248,246,245,1)
	Grau (2):				#f0eeec - rgba(240,238,236,1)
	Grau (3):				#dcd7d2 - rgba(220,215,210,1)
	Grau (4):				#504c48 - rgba(80,76,72,1)
	
###############################################################
	RESERVIERTE STYLES
############################################################ */

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img, table, tr, td {
	border: 0;
}

html, body {
	font-size: 100%;
	height: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.container img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}


/* Page-Loader */
@keyframes load-spinner {
  to {
		transform: rotate(360deg);
	}
}
#load-cover-spin {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
	display: none;
}
#load-cover-spin::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border-radius: 50%;
	border: 4px solid #bd0926;
	border-top-color: #ffffff;
	background-color: transparent;/*rgba(255,255,255,0.8)*/
	-webkit-animation: load-spinner .6s linear infinite;
	animation: load-spinner .6s linear infinite;
}


/* ############################################################
	SCHRIFTEN, TEXTE, ABSÄTZE, TITEL
############################################################ */

body {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem; /* 16px */
	line-height: 1.5rem; /* 24px */
	color: #000;
}
/* Fett */
b, strong {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
}
/* Kursiv */
i, em {
	font-family: "open-sans",sans-serif;
	font-style: italic;
	font-weight: 400;
}

/* Farben */
.rot {
	color: #bd0926;
}

/* Textumbruch erzwingen/erlauben */
.textumbruch {
	word-wrap: break-word;
}

/* Text-Ausrichtungen */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
@media (max-width: 759px) {
	.text-center-xs {
		text-align: center;
	}
	.text-right-xs {
		text-align: right;
	}
}
@media (min-width: 760px) and (max-width: 979px) {
	.text-center-sm {
		text-align: center;
	}
	.text-right-sm {
		text-align: right;
	}
}
@media (min-width: 980px) and (max-width: 1219px) {
	.text-center-md {
		text-align: center;
	}
	.text-right-md {
		text-align: right;
	}
}
@media (min-width: 1220px) {
	.text-center-lg {
		text-align: center;
	}
	.text-right-lg {
		text-align: right;
	}
}

/* Titel */
.Modultitel,
.container h1,
.container h2,
.container h3 {
	margin: 0;
	padding: 0;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.Modultitel,
.container h1,
.container h2 {
	margin-bottom: 11px; /* 26px */
	font-size: 1.25rem; /* 20px */
	line-height: 1.5rem; /* 24px */
	color: #bd0926;
}
.container h3 {
	font-size: 1rem; /* 16px */
	line-height: 1.5rem; /* 24px */
}
@media (min-width: 760px) {
	.Modultitel,
	.container h1,
	.container h2 {
		margin-bottom: 26px;
		font-weight: 300;
		font-size: 1.75rem; /* 28px */
		line-height: 2.375rem; /* 38px */
	}
}

/* Texte */
.footer__navigation,
.footer__navigation h3,
.footer__copyright {
	font-size: 0.875rem; /* 14px */
	line-height: 1.375rem; /* 22px */
}
.footer__copyright {
	color: #504c48;
}

/* Linie */
hr {
	border: 0;
	height: 1px;
	background: #f0eeec;
	margin-top: 24px;
	margin-bottom: 24px;
}
/*h1 + hr,
h2 + hr {
	margin-top: 0;
}*/
@media (min-width: 760px) {
	hr {
		margin-top: 34px;
		margin-bottom: 34px;
	}
}


/* ############################################################
	HYPERLINKS
############################################################ */

/* Animierte Hyperlinks */
/* Farbenwechsel */
.container a {
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.container a,
.container a:hover,
.content__middlepanel a,
.content__middlepanel a:hover {
	color: #000;
	text-decoration: none;
}
.footer__copyright a {
	color: #504c48;
}
.container a:hover,
.content__middlepanel a {
	color: #bd0926;
}


/* ############################################################
	PANELS/BOXEN
############################################################ */

/* Allgemein */
.header,
.header__navigation,
.header__box,
.content,
.content__topbox,
.content__inhaltbox,
.content__box,
.content__middlepanel,
.footer,
.footer__inhaltbox,
.footer__box,
.footer__topbox,
.footer__navigation,
.footer__bottompanel,
.footer__socialmedia,
.footer__copyright {
	position: relative;
	width: 100%;
}
.header__navigation {
	padding-left: 25px;
	padding-right: 25px;
}
.content__inhaltbox,
.content__topbox,
.footer__topbox,
.footer__inhaltbox {
	padding-left: 10px;
	padding-right: 10px;
}

/* Kopfzeile */
.header {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
}
	.header__navigation {
		height: 80px;
		background-color: #f0eeec;
	}

/* Inhalt */
.content {
	padding-top: 80px;
}
	.content__topbox {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #fff;
	}
	.content__inhaltbox {
		background-color: #fff;
	}
	.content__middlepanel {
		padding-top: 10px;
		padding-bottom: 10px;
	}

/* Fusszeile */
.footer__bottompanel {
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer__inhaltbox {
	background-color: #a4001d;
}
.footer__navigation_mobile {
	height: 80px;
	padding-top: 17px;
	padding-bottom: 17px;
}
	a.nav-xs-home,
	a.nav-xs-kontakt,
	a.nav-xs-merkliste,
	a.nav-xs-facebook {
		display: inline-block;
		width: 45px;
		height: 45px;
		margin-left: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	a.nav-xs-home {
		margin-left: 0;
		background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-home.svg");
	}
		.no-svg a.nav-xs-home {
			background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-home.png");
		}
	a.nav-xs-kontakt {
		background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-kontakt.svg");
	}
		.no-svg a.nav-xs-kontakt {
			background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-kontakt.png");
		}
	a.nav-xs-merkliste {
		background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-merkliste.svg");
	}
		.no-svg a.nav-xs-merkliste {
			background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-merkliste.png");
		}
	a.nav-xs-facebook {
		background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-facebook.svg");
	}
		.no-svg a.nav-xs-facebook {
			background-image: url("/Portal/immoboerse/Images/Icons/icon-xs-facebook.png");
		}
@media (min-width: 760px) {
	/* Inhalt */
	.content {
		padding-top: 80px;
	}
		.content__topbox {
			padding-top: 28px;
			padding-bottom: 40px;
			border-top: 2px solid #f8f6f5;
			background-color: #f0eeec;
		}
		.content__middlepanel {
			padding-top: 50px;
			padding-bottom: 100px;
		}
	
	/* Fusszeile */
	.footer__inhaltbox {
		background-color: transparent;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__bottompanel {
		padding-top: 60px;
		padding-bottom: 60px;
		border-bottom: 2px solid #f8f6f5;
	}
	.footer__navigation {
		padding-top: 53px;
	}
	.footer__socialmedia {
		padding-top: 54px;
		padding-bottom: 25px;
		border-bottom: 2px solid #f8f6f5;
	}
	.footer__copyright {
		padding-top: 21px;
		padding-bottom: 23px;
	}
}
@media (min-width: 980px) {
	/* Allgemein */
	.header__box,
	.content__box,
	.footer__box {
		max-width: 940px;
		margin: 0 auto;
	}
	.header__navigation,
	.footer__inhaltbox {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* Kopfzeile */
	.header {
		height: 90px;
	}
		.header__navigation {
			height: 90px;
			background-color: transparent;
			background-image: url("/Portal/immoboerse/Images/Hintergrund/bg_header.png");
			background-repeat: repeat-x;
		}
	
	/* Inhalt */
	.content {
		padding-top: 90px;
	}
}

/* ############################################################
	BILDER, LOGO
############################################################ */

.logo-immoboerse {
	display: inline-block;
	width: 180px;
	height: 42px;
	margin-top: 18px;
	background-image: url("/Portal/immoboerse/Images/Logos/logo-immoboerse.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.no-svg .logo-immoboerse {
	background-image: url("/Portal/immoboerse/Images/Logos/logo-immoboerse.png");
}
@media (min-width: 980px) {
	.logo-immoboerse {
		margin-top: 24px;
	}
}


/* Share-Funktion */
.header-share,
.footer-share {
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin-top: 4px;*/
}
.header-share {
	justify-content: flex-start;
	/*margin-top: 4px;*/
}
	/* Sharebutton */
	a.share-button {
		position: relative;
		display: inline-block;
		margin-right: 4px;
		width: 26px;
		height: 26px;
	}
	a.share-button.whatsapp {
		margin-right: 0;
	}
		a.share-button svg {
			position: relative;
			display: block;
			top: 0;
			width: auto;
			height: auto;
		}
		a.share-button svg .circle {
			/*position: relative;
			display: block;
			top: 0;
			width: auto;
			fill: var(--main-color-4);*/
			fill: #666;
			-o-transition: fill 0.3s ease;
			-ms-transition: fill 0.3s ease;
			-moz-transition: fill 0.3s ease;
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
		}
		a.share-button:hover svg .circle {
			fill: #bd0926;
		}
	
	/* Fusszeile */
	.footer-share a.share-button {
		margin-right: 10px;
		width: 32px;
		height: 32px;
	}
	.footer-share a.share-button.instagram {
		margin-right: 0;
	}
		.footer-share a.share-button svg {
			fill: #666;
			-o-transition: fill 0.3s ease;
			-ms-transition: fill 0.3s ease;
			-moz-transition: fill 0.3s ease;
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
		}
		.footer-share a.share-button:hover svg {
			fill: #bd0926;
		}


/* ############################################################
	MODULE, VORLAGEN
############################################################ */

/* Modulabstände */
@media (max-width: 759px) {
	.content__topbox .AbstandModuleLG {
		margin-top: 10px;
	}
	.AbstandModuleXS {
		margin-top: 50px;
	}
}
@media (min-width: 760px) and (max-width: 979px) {
	.content__topbox .AbstandModuleLG {
		margin-top: 40px;
	}
	.AbstandModuleSM {
		margin-top: 50px;
	}
}
@media (min-width: 980px) and (max-width: 1219px) {
	.content__topbox .AbstandModuleLG {
		margin-top: 40px;
	}
	.AbstandModuleMD {
		margin-top: 50px;
	}
}
@media (min-width: 1220px) {
	.content__topbox .AbstandModuleLG {
		margin-top: 40px;
	}
	.AbstandModuleLG {
		margin-top: 50px;
	}
}


/* Immobilienprüfung Startseite */
.inspru-absatz {
	margin-bottom: 36px;
}
.inspru-hinweisbox,
.inspru-inseratbox {
	margin-bottom: 1px;
	padding: 20px;
	background-color: #ffc200;
}
.inspru-inseratbox {
	background-color: #ffd500;
}
	.inspru-hinweisbox h3,
	.inspru-inseratbox h3 {
		margin-bottom: 2px;
	}
	.inspru-hinweisbox a,
	.inspru-hinweisbox a:hover,
	.inspru-inseratbox a,
	.inspru-inseratbox a:hover {
		color: #bd0926;
	}


/* ############################################################
	LISTEN
############################################################ */

/* Unsortierte Liste */
#middle__panel ul {
	list-style: none;
}
	#middle__panel ul li,
	#middle__panel ul li > ul li {
		margin-left: 0;
		padding-left: 20px;
		background-image: url("/Portal/immoboerse/Images/Icons/list-disc-schwarz.svg");
		background-repeat: no-repeat;
		background-size: 6px;
		background-position: 3px 9px;
	}
	#middle__panel ul li > ul li {
		padding-left: 17px;
		background-image: url("/Portal/immoboerse/Images/Icons/list-dot-schwarz.svg");
		background-size: 2px;
		background-position: 3px 11px;
	}
		.no-svg #middle__panel ul li {
			background-image: url("/Portal/immoboerse/Images/Icons/list-disc-schwarz.png");
		}
		.no-svg #middle__panel ul li > ul li {
			background-image: url("/Portal/immoboerse/Images/Icons/list-dot-schwarz.png");
		}


/* ############################################################
	NAVIGATION
############################################################ */

/* Allgemeines */
a.nolink {
	cursor: pointer;
}
#mainmenu__box ul,
ul.secondmenu {
	list-style: none;
}

/* Mainmenu */
#mainmenu__box ul {
	float: left;
	margin-top: 34px;
}
@media (min-width: 760px) {
	/* Level 1 */
	#mainmenu__box li {
		float: left;
		position: relative;
		margin-left: 25px;
		font-weight: 700;
	}
	#mainmenu__box li:first-child {
		margin-left: 0;
	}
	#mainmenu__box li:last-child {
		font-weight: 400;
	}
		#mainmenu__box li a {
			display: inline-block;
			height: 58px;
			border-bottom: 2px solid transparent;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		#mainmenu__box li:hover a {
			border-bottom: 2px solid #bd0926;
		}
		#mainmenu__box li li a,
		#mainmenu__box li:hover li a {
			height: auto;
			border-bottom: none;
			color: #000;
		}
		#mainmenu__box li:hover a,
		#mainmenu__box li li.active a,
		#mainmenu__box li li a:hover {
			color: #bd0926;
		}
		
		/* Level 2 */
		#mainmenu__box ul ul {
			z-index: 2000;
			position: absolute;
			top: 58px;
			left: 0;
			width: 250px;
			margin-top: 0;
			padding: 11px 20px 12px 20px;
			background-color: rgba(248,246,245,1);
			line-height: 1.75rem; /* 28px */
		}
			#mainmenu__box li li {
				clear: left;
				position: relative;
				width: 100%;
				height: auto;
				margin-left: 0;
				font-weight: 400;
			}
			#mainmenu__box li li:first-child {
				margin-top: 0;
			}
	
	/* Dropdown-Funktion */
	#mainmenu__box ul.sub-menu {
		display: none;
	}
}


/* Thirdmenu */
.footer__copyright a {
	margin-left: 15px;
}