html.site {
	height: 1920px;
	width: 1080px;
	margin: auto;
	font-family: sans-serif;
}

body {
	margin: 0;
}

iframe {
	width: 100%;
	height: 32%;
	border-width: 0px;
}

h1 {
	text-transform: uppercase;
	color: #8b1602;
	font-size: 64px;
	text-align: center;
	margin-bottom: 30px;
}

.header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 25px solid #8b1602;
}

.footer {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	background-color: #8b1602;
}

.qr_info,
.mail_info {
	display: flex;
	justify-content: center;
	align-items: center;
	width: inherit;
	padding: 35px;
}

.qr_info {
	flex-direction: row;
	column-gap: 65px;
	flex-basis: 65%; }


.mail_info {
	flex-direction: column;
	flex-basis: 35%;
}
.arrow {
	height: 120px;
    width: auto;
    position: absolute;
    left: 17%;
	top: 35%;
	transform: rotate(-9deg);
}

.qr_info p,
.mail_info p {
	color: white;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0;
}

.mail_info img {
	width: 40px;
	opacity: 0.5;
	margin-bottom: 20px;
}

.qr_info img{
	width: 110px;
}

.qr_info img {
	animation: myAnim 1s ease 0s infinite alternate-reverse forwards;}

	@keyframes myAnim {
		0% {
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		}

		100% {
			box-shadow: 0 0 20px 0px rgb(255, 255, 255, 1);
		}
	}

p.MsoNormal {
	margin-bottom: 0 !important;
}

.vertical_separator {
	height: 125px;
	width: 1px;
	background-color: #fff;
	opacity: 0.5;
}

.logo {
	margin-top: 15px;
	width: 40%;
}

.logo_subline {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 35px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #8b1602;
}

div.content form {
	display: none;
}

#apotheken {
	padding-left: 60px;
	padding-right: 60px;
}

.apotheke {
	padding-bottom: 25px;
	padding-top: 25px;
	width: 100%;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #878786;
}

.apotheke:last-child {
	border-bottom: none;
}

.Position {
	margin-left: 15px;
	border-radius: 50%;
	position: relative;
	width: 30px;
	height: 30px;
	padding: 20px;
	background: #8b1602;
	color: white;
	text-align: center;
	font: 30px Arial, sans-serif;
	font-weight: 600;
	transform: translate(0px, 50%);
}

.name {
	width: 50%;
	padding-left: 40px;
	font-size: 25px;
	line-height: 34px;
}

.result-list,
.pager,
.watermark,
.gmnoprint,
.gm-style-cc {
	display: none;
}

.notdienst {
	margin-right: 15px;
	margin-left: auto;
	width: 25%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.notdienst_p {
	font-weight: 700;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}

span.Datum {
	font-weight: 700;
	color: #8b1602;
	font-size: 40px;
}

.map_container {
	margin-right: 0;
	max-height: 51vh;
}

.map #gmeg_map_canvas {
	width: 100%;
}

.map {
	height: 100vh;
	padding-bottom: unset;
	margin-bottom: 0;
	position: relative;
}

.acf-map {
	/* width: 100%; */
width: 1080px;
	height: 640px;
	margin-top: 43px;
}

.acf-map:after,
#map:after {
content: "";
width: 100%;
height: 15%;
position: absolute;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
z-index: 401;
}

#map .leaflet-pane.leaflet-tile-pane{
filter: saturate(10%) contrast(100%);
}
