/* @override 
	https://cms.wildfang-apartments.at/templates/wildfang/css/editor.css?* */

/* STYLES FOR JOOMLA! EDITOR */
body {
  margin: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #22262a;
  background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}




/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore {
  color: #f00;
  border: #f00 dashed 1px;
}


.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;
}
.elemente {
	display: grid;
	padding-bottom: 20px;
	padding-top: 0px;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	column-gap: 2em;
	align-items: start;
}
.elemente.apartment {
	grid-template-columns: auto 45%;
}
.elemente.apartment .text {
	padding-left: 50px;
}
.elemente.hinweise {
	column-gap: 0.5em;
	padding-top: 50px;
}
.start .elemente.hinweise {
	max-width: 800px;
	margin-left: auto;
	margin-right:  auto;
}
.start .elemente.hinweise .text {
	color: #747d64;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.doppelbilder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-row: auto;
	column-gap: 30px;
	row-gap: 30px;
}

.buchen a, .start .buchen a {
	display: block;
	padding: 10px;
	font-size: 1.3em;
	text-decoration: none!important;
	color: #747d64;
	font-weight: 600;
	text-align: center;
	background-color: #E7E9E4;
	transition: all 300ms ease;
}
.buchen a:hover {
	color: #ede8e2;
	background-color: #747d64;
}
.start .buchen a {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color: #747d64;
}
.start .buchen a:hover {
	color: #747d64;
	background-color: #E7E9E4;
}
@media (max-width: 767px) { 
	.elemente, .elemente.apartment {
		grid-template-columns: 1fr;
	}
	.elemente.apartment .text {
		padding-left: 0px;
	}

}