a.anchor {
	display: block;
	position: relative;
	top: -44px;
	visibility: hidden;
}
.header {
	min-height: 3.5em;
}
.header h1 {
	grid-column: 2;
}
.top-logo {
	max-height: 2.5em;
	margin: 0.5em 0 0;
	width: 100%;
	grid-column-end: 3;
}
.top-logo img {
	height: 100%;
	width: auto;
	max-height: 2.5em;
}
.search {
	padding: 0 1em;
}
.premium-girls {
	margin: 1em auto;
}
.premium-girls .girl:nth-child(n+4) {
	display: none;
}
.premium-girls .mietgirls {
	grid-template-columns: repeat(auto-fill, minmax(33%, 1fr))
}
.citymenu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	padding: 0 1em;
	grid-gap: 1em;
}
.home .plz {
	padding: 0 0 1em;
	margin: 0;
	list-style-type: none;
	border: 1px solid #760000;
	border-radius: 3px;
	background-color: #fdfdfd;
}
.home .plz span {
	color: #fff;
	margin-bottom: 1em;
	display: block;
	text-align: center;
	border-bottom: 1px solid #7600;
	background: linear-gradient(to bottom, #500000 25%,#9A1616 50%,#500000 75%);
}
.home .plz li {
	margin-left: 1em;
	font-size: 1.1em;
}
.home .grid-wrapper {
	margin: 1em auto;
}
.button-menu {
	margin: 1em auto;
	padding: 0 1em;
	width: 100%;
}
.home .button-menu .button {
	font-size: 1.1em;
	text-align: center;
	width: 100%;
	display: block;
	margin: 0.8em auto;
}
.rent-pic-box {
	text-align: center;
}
.rent-pic img {
	width: 100%;
	height: auto;
	max-width: 380px;
}
.agencys {
	padding: 0;
	margin: 1em;
	border: 1px solid #760000;
	border-radius: 3px;
	background-color: #fdfdfd;
}
.agencys .title {
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: 0.5em;
	background: linear-gradient(to bottom, #500000 25%,#9A1616 48%,#500000 75%);
}
.agencys ul {
	list-style-type: none;
	padding: 0 1em;
}
.agencys .all-agencys {
	display: none;
}
.agencys .toggle {
	display: block;
	text-align: center;
	border-top: 1px solid #000;
	background-color: #760000;
}
.agencys .toggle a {
	display: block;
	margin-top: -0.5em;
	color: #fff;
}
.textbox {
	margin: 2em 0 0;
}
.text {
	padding: 0 1em;
	font-family: 'DoulosSIL';
}
.icon {
	font-style: normal;
	font-size: 2em;
	line-height: 1em;
}
.icon.more::before {
	display: inline-block;
	content: "\00BB";
	transform: rotate(90deg);
	vertical-align: middle;
	padding-left: 0.2em;
}
.icon.more::after {
	content: 'alle ';
	font-size: 0.5em;
}
.icon.less::before {
	display: inline-block;
	content: "\00BB";
	transform: rotate(-90deg);
	vertical-align: middle;
	padding-right: 0.2em;
}
.icon.less::after {
	content: ' weniger ';
	font-size: 0.5em;
}
.home-footer {
	text-align: center;
}
.home-footer a {
	margin: 1em;
	display: inline-block;
}
@media screen and (min-width: 550px) {
	.premium-girls .girl:nth-child(4) {
		display: block;
	}
	.premium-girls .mietgirls {
		grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
	}
	.all-agencys, .last-agencys {
		column-count: 2;
		column-rule: 3px dotted #5e5e5e;
	}
	.agencys li {padding-left: 2em;}
}
@media screen and (min-width: 650px) {
	.citymenu, .button-menu {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.rent-pic {
		padding-right: 0.5em;
	}
	.home .grid-wrapper {
		display: grid;
		grid-template-columns: 50% 50%;
		margin: 1em 0.5em;
	}

}
@media screen and (min-width: 720px) {
	.premium-girls .girl:nth-child(5) {
		display: block;
	}
	.premium-girls .mietgirls {
		grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
	}
}
@media screen and (min-width: 960px) {
	.premium-girls .girl:nth-child(n+4) {
		display: block;
	}
	.premium-girls .mietgirls {
		grid-template-columns: repeat(auto-fill, minmax(16.6%, 1fr));
	}

	.text {
		border: 2px solid #760000;
		border-radius: 3px;
		background-color: #fdfdfd;
		padding: 2em 15em 2em 6em;
		margin: 2em 0.5em;
	}
	.all-agencys, .last-agencys {
		column-count: 3;
	}
	.agencys {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.header h1 {
		grid-column: 3;
	}
}
