/* @override 

	https://cms.wildfang-apartments.at/templates/wildfang/css/user.css?*
 */

  /* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v30-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v30-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v30-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v30-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v30-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v30-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v30-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg#fontawesome') format("svg"); }
 
*,
:after,
:before {
 box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
 :root {
  scroll-behavior:smooth
 }
}

html, body {
	font: 1em/1.5em "Montserrat", Helvetica, Geneva, sans-serif;
	color: #000000;
	font-weight: 400;
	background-color: #747D65;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Helvetica, Geneva, sans-serif;
}

body {
	display: block;
	position: relative;
	overflow: h;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 2px solid rgb(210, 210, 210);
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 2px solid rgba(144, 168, 69, 0.50);
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #747d64;
}
h1 {
	font-size: 2em;}
	
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.6em;
}

a {
	color: #747d64;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
ol, ul, p {
	padding-bottom: 15px;
}
ul li {
	list-style: disc;
}
.btn {
	border: 0px solid #e6a823;
	border-radius: 0px;
	padding: 3px 25px;
	margin: 0;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
	font-style: normal;
}
.btn:hover {
	background-color: #747d64;
	text-decoration: none;
	color: #fff;
}
.btn .icon-chevron-right {
	display: none; visibility: hidden;
}
body.wrapper-fluid .site-grid {
	grid-gap: 0;
}

.content-grid {
	padding-top: 20px;
	padding-bottom: 40px;
}

.container-content main {
	width: 100%;
}

.grid-child {
	flex-direction: column;
} 
#main {
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 0px;
	background-color: #fff;
	margin-top: ;
}
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1100px!important;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 990px) { 
	#main {
		padding-top: 60px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 767px) { 
	h1 {
	font-size: 1.7em;}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
}

/* Header - Navigation */
header.header {
	background: url(../images/background-nav.svg) right center no-repeat #747D65;
	height: 130px;
	border-bottom: 2px solid #fff;
	background-size:  120px auto;
}
.header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-header {
	margin-bottom: 0;
	box-shadow: none;
}
header .grid-child {
	flex-direction: row;
} 

.container-topbar {
	display: flex;
	padding-right: 0px;
	padding-left: 0px;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.container-topbar p {
	padding: 0;
	margin: 0;
}


.navgrid, .dj-megamenu-sticky {
}

.grid-child.brand {
	padding: 0;
	text-align: left;
	display: block;
	margin-right: 0px;
	margin-bottom: 0;
}
.brand-logo {
	display: block;
	padding: 10px 10px 10px 20px;
}
.grid-child.brand img {
	height: 83px;
}

.grid-child.container-nav {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	align-items: center;
	flex-shrink: 1;
	padding-right: 40px;
}

.container-topbar {
	font-size: 14px;
	line-height: 1.4em;
}

#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .5s ease;
}
#site-header.hide {
	top: -140px;
}

@media (max-width: 990px) { 
	
	.container-header {
		position: fixed!important;
	}
	
	header.header {
		height: 60px;
	}

	.container-topbar  {
		align-items: center;
		height: 60px;
	}
	.container-header .navbar-brand {
		text-align: center;
		display: block;
		width: auto;
		padding: 0;
	}
	.grid-child.brand img {
		height: 50px;
	}
	.grid-child.container-nav {
		align-items: flex-start;
		padding-top: 5px;
		margin-top: 0;
		padding-right: 10px;
	}
	.grid-child.brand {
		text-align: center;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
	}
	.brand-logo {
		padding: 0;
		text-align: left;
	}


}

/* Banner */

.banner {
	background-color: #5E6552;
}
.banner .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner p {
	margin: 0;
	padding: 0;
}
.banner-content {
	padding-top: 20px;
}
.banner img.prev-button, .banner img.next-button {
	width: 40px!important;
}
.banner .mod-custom img {
	width: 100%!important;
	opacity: 0.8;
}
.banner .apartment .mod-custom img {
	opacity: 0.5;
}
.banner .custom {
	display: grid;
	grid-template-column: 1fr;
}
.banner .custom div {
	grid-area: 1/1/2/2;
}
.banner .custom h2 {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 4.5em;
	display: block;
	text-align: left;
	line-height: 0.9em;
	margin-left: 10%;
	grid-area: 1/1/2/2;
	z-index: 20;
	align-self: center;
	padding-left: 6px;
}
.banner .custom h2:before {
	display: block;
	width: 85px;
	height: 110px;
	background: url(../images/blatt-weiss.svg) no-repeat;
	content: "";
	float: left;
	margin-top: 11px;
	opacity: 0.6;
}
.banner .custom h2 span:first-of-type {
	font-size: 0.65em;
	display: block;
}

@media (max-width: 990px) { 

}
@media (max-width: 767px) { 
	.banner .custom h2 {
		font-size: 2em;
		margin-left: 6%;
	}
	.banner .custom h2:before {
		width: 50px;
		height: 60px;
		float: left;
		margin-top: 1px;
	}
}

/* Content */
.page-header {
	margin-bottom: 50px;
	margin-top: 40px;
}

.page-header h1 {
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.com-content-article__body {
	padding-top: 30px;
	padding-bottom: 30px;
}
.blog-featured {
	padding: 20px;
}
.blog-items {
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
	row-gap: 3em;
}
.blog-items .page-header {
	padding: 0;
	margin: 0;
	border: none;
}
.blog-item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0em;
	align-self: start;
}
.blog-item h2, .blog-item .item-title {
	grid-row: 2 / 3;
	padding-bottom: 10px;
	line-height: 1.2em;
}
.blog-item .item-image {
	grid-row: 1 / 2;
	padding-bottom: 10px;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

.blog-item .item-title a, .blog-item h2 a {
	text-decoration: none!important;
}

.introtext p, .introtext h1, .introtext h2, .introtext h3 {
	padding-bottom: 10px;
}

.item-page ul {
	padding: 0 0 0 30px;
}
.item-page ul li {
	list-style: none;
	padding: 0 0 5px;
	margin: 0;
}
.item-page ul li:after {
	display: block;
	content: " ";
	width: 15px;
	height: 15px;
	background: url(../images/blatt.svg) no-repeat;
	float: left;
	background-size: contain;
	margin-left: -20px;
	margin-top: 4px;
}
@media (max-width: 767px) { 
	.com-content-article__body {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.blog-items {
		grid-template-columns: 1fr ;
		grid-gap: 2em;
	}
	.blog-item {
		display: block;
	}
	.blog-item .item-title {
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.blog-item .item-title h2 {
	}
	.jobs .blog-item {
		display: grid;
		grid-template-columns: 1fr;
	}

}


/* Einleitung */

#mod-custom116 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	margin: 0 auto;
	max-width: 900px;
}
#mod-custom116 h1 {
	font-size: 1.8em;
	padding-bottom: 30px;
}
/* apartments Startseite */

.container-top-b {
	padding-right: 10px;
	padding-left: 10px;
}
.mod-articles-grid.grid-cols-3 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0.7em;
}
ul.mod-articles-items {
	grid-gap:10px;
}
ul.mod-articles-items li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mod-articles-items .mod-articles-item-content {
		display: flex;
	flex-direction: column-reverse;
}
.mod-articles-items figure {
	margin-bottom: 4px;
}
h4.mod-articles-title a {background-color: #EEE9E2;
	  transition: all 200ms ease;
	  display: block;

}
h4.mod-articles-title:hover  {
	background-color: #747d64;
}

.mod-articles-item:hover h4.mod-articles-title a, h4.mod-articles-title:hover a {
	background-color: #747d64;
	color: #fff;	
	
}
h4.mod-articles-title {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h4.mod-articles-title a {
	display: block;
	text-decoration: none!important;
	padding: 15px 10px 20px 25px;
	font-weight: 600;
	line-height: 1em;
}
h4.mod-articles-title a span{
  display: block;
  font-size: 0.7em;
}

@media (max-width: 1200px) { 
	.mod-articles-grid.grid-cols-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 767px) { 
	.mod-articles-grid.grid-cols-3 {
		grid-template-columns: 1fr 1fr ;
	}
}

@media (max-width: 420px) { 
	.mod-articles-grid.grid-cols-3 {
		grid-template-columns: 1fr ;
	}
}

/* Inhaltselemente */
.blattelement {
	color: #747d64;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	text-align: center;
}
.blattelement::before, .blattelement::after {
	display: block;
	content: "";
	width: 40px;
	height: 43px;
	background: url(../images/headline-le.svg) center top no-repeat;
	flex-shrink: 0;
}
.blattelement::after {background-image: url(../images/headline-re.svg);}

.apartment .blattelement {
	justify-content: flex-start;
	margin-left: -38px;
	margin-bottom: 30px;
	text-align: left;
}
.apartment .blattelement::after {display: none; visibility: hidden;width: 0;height: 0;
}

.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: auto;
	width: 45%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.bild.schatten img{
	box-shadow: -20px 20px 1px #e6a823;

}
.doppelbilder, .doppelspaltig {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-row: auto;
	column-gap: 30px;
	row-gap: 30px;
}

.doppelspaltig {
	align-items: start;
}

.box {
	padding-bottom: 20px;
	margin-top: 40px;
}
.box.weit {
	position: relative;
	margin: 20px -9999rem 0 !important;
	padding: 30px 9999rem !important;
	clear: both;
	width: auto;
}
.box.weit.beige {
	border-image: conic-gradient(#EEE9E2 0 0) fill 0/0 100vw;
	align-items: center;
}

#phocaMapPlgPM1 {
	z-index: 90;
}
.phocamaps .phocamaps-map {
	box-shadow: 0 0 0!important;
	border: 4px solid rgba(116, 125, 99, 0.45);
}
.phocamaps .wildfang.fa-home::before {
  content: " ";
  background: url(../images/w-logo.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
}
.phocamaps .awesome-marker-icon-darkgreen {
}
.ig-main-scope-wrapper {
	padding-top: 20px;
}
@media (max-width: 900px) { 

}

@media (max-width: 767px) { 
	.apartment .blattelement {
		justify-content: flex-start;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.box.weit {
		position: relative;
		margin: 30px -9999rem 0 !important;
		padding: 30px 9999rem !important;
		clear: both;
		width: auto;
	}

	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.doppelbilder, .doppelspaltig {
		display: grid;
		grid-template-columns: 1fr;
	}

	.blattelement {
		align-items: flex-start;
	}

}



/* Footer */

footer.footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #747D65;
}
.footer p {
	padding: 0;
} 
.footer ul, .footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer .container {
	background: url(../images/background-footer.svg) left bottom no-repeat #747D65;
	background-size: 320px;

}
.footer h4 {color: #fff;
}
.footer .container  {
	padding: 40px 20px;
}

#footer1 {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	column-gap: 2em;
	row-gap: 2em;
	padding-left: 24em;
}
#footer1 h4 {font-size: 1.3em;
}
#footer1 a:hover {color: #fff;
}
.adresse {
	grid-row: span 2;
}

.adresse p {
	margin-left: 40px;
	margin-bottom: 15px;
}
.adresse p:before {
	content: "";
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: -35px;
	background-size: contain;
}
.adresse p:nth-of-type(1):before {
	background: url(../images/karte.svg) center top no-repeat;
}
.adresse p:nth-of-type(2):before {
	background: url(../images/telefon.svg) center top no-repeat;
}
.adresse p:nth-of-type(3):before {
	background: url(../images/brief.svg) center top no-repeat;
}
.servicenav ul.nav, .socialmedia ul.nav  {
	display: block;
	padding-top: 0;
	padding-bottom: 0px;
	margin-top: 5px;
}
.servicenav ul.nav li, .socialmedia ul.nav li  {
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
	text-transform: uppercase;
}
.service ul.nav li {
	margin-left: 15px;
}
.service ul.nav li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background-color: #c7cbc1;
	float: left;
	border-radius: 5px;
	margin-left: -15px;
	margin-top: 5px;
}
.servicenav ul.nav li a:hover {
	color: #fff;
}
.socialmedia ul.nav li img {
	width: 30px;
}
.socialmedia ul.nav {
	padding: 0;
	margin-top: 0;
}
.socialmedia ul.nav li {
	padding-left: 5px;
	padding-right: 15px;
}
.socialmedia h3 {
	font-size: 2em;
}
@media (max-width: 990px) {
	.footer .container  {
		background-size: 200px;
		background-position: center bottom;
	}
	#footer1 {
		padding-bottom: 130px;
		padding-left: 0;
	}

}

@media (max-width: 767px) {


	#footer1 {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 40px;
	
	}


}

.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #757575;
	color: #757575;
	font-size: 18px;
	line-height: 0.8em;
	display: flex;
	text-decoration: none!important;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background-color: #fff;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #747d64;
}


.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}
.wf-mediabox-nav {
	padding: 1.5em!important;
}
