@import url("reset.css");

/* ubuntu-condensed-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: 'Ubuntu Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ubuntu-condensed-v16-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.flyer {
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	animation: pulsate-fwd 2s ease-in-out infinite both;
}

.snowwrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	transition-duration: 250ms;
	pointer-events: none;
	opacity: .2;
}

.snowwrapper.hide {
	opacity: 0 !important;
}

.snow {
	border-radius: 50%;
	opacity: 0.8;
	position: absolute;
	top: -100vh;
	animation-name: fall;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.layer1 {
    width: 1.5rem;
    height: 1.5rem;
    filter: blur(1.5px);
    box-shadow: 67.9vw 42.7vh 0 -0.1rem#fff, 52.2vw 34.9vh 0 -0.01rem#fff, 55.6vw 50.5vh 0 -0.19rem#fff, 42.1vw 79.4vh 0 -0.42rem#fff, 76.9vw 29.8vh 0 -0.12rem#fff, 96.4vw 95.4vh 0 -0.19rem#fff, 3.9vw 73.3vh 0 -0.11rem#fff,
        55.4vw 8.2vh 0 -0.43rem#fff, 82.7vw 91.5vh 0 -0.07rem#fff, 81.9vw 26.4vh 0 -0.19rem#fff, 51.3vw 11.8vh 0 -0.19rem#fff, 90.8vw 22.5vh 0 -0.09rem#fff, 68.2vw 22.7vh 0 -0.24rem#fff, 43.6vw 90.5vh 0 -0.05rem#fff,
        20.7vw 13.6vh 0 -0.2rem#fff, 32.7vw 59.6vh 0 -0.16rem#fff, 89.5vw 31.1vh 0 -0.03rem#fff, 8.2vw 41.3vh 0 -0.28rem#fff, 99.8vw 42.4vh 0 -0.3rem#fff, 66.3vw 55.4vh 0 -0.3rem#fff, 35.3vw 23.7vh 0 -0.38rem#fff,
        78.7vw 35.6vh 0 -0.42rem#fff, 50.8vw 74vh 0 -0.35rem#fff, 93.5vw 89.9vh 0 -0.04rem#fff, 12.7vw 91.1vh 0 -0.35rem#fff, 22.5vw 44.7vh 0 -0.27rem#fff, 61.5vw 58.2vh 0 -0.37rem#fff, 17.4vw 26.3vh 0 -0.3rem#fff,
        13.2vw 18.2vh 0 -0.16rem#fff, 45.8vw 59.8vh 0 -0.33rem#fff, 99.1vw 35.5vh 0 -0.19rem#fff, 78.9vw 32.7vh 0 -0.07rem#fff, 40.5vw 20.9vh 0 -0.31rem#fff, 35.4vw 84.2vh 0 -0.29rem#fff, 14.3vw 11.6vh 0 -0.41rem#fff,
        66.5vw 94.4vh 0 -0.25rem#fff, 19.4vw 31.2vh 0 -0.2rem#fff, 6vw 31.8vh 0 -0.03rem#fff, 74.6vw 3.8vh 0 -0.35rem#fff, 10.5vw 19.4vh 0 -0.14rem#fff, 84.8vw 95.7vh 0 -0.32rem#fff, 89.8vw 93.7vh 0 -0.24rem#fff,
        55.9vw 66.9vh 0 -0.48rem#fff, 42.3vw 82.3vh 0 -0.14rem#fff, 55.9vw 53.2vh 0 -0.2rem#fff, 38vw 82vh 0 -0.42rem#fff, 30.6vw 69.9vh 0 -0.19rem#fff, 83.8vw 93.7vh 0 -0.47rem#fff, 52vw 14vh 0 -0.35rem#fff,
        88.2vw 27.6vh 0 -0.4rem#fff, 49.7vw 67.3vh 0 -0.48rem#fff, 67.7vw 91.3vh 0 -0.3rem#fff, 41vw 78.9vh 0 -0.2rem#fff, 79.4vw 35.5vh 0 -0.22rem#fff, 37.7vw 92.1vh 0 -0.38rem#fff, 81.2vw 80.1vh 0 -0.33rem#fff,
        50.3vw 18.8vh 0 -0.37rem#fff, 99.3vw 53.6vh 0 -0.41rem#fff, 41.5vw 19vh 0 -0.35rem#fff, 64vw 69.3vh 0 -0.03rem#fff, 88.3vw 91vh 0 -0.33rem#fff, 93.2vw 44.1vh 0 -0.35rem#fff, 59.1vw 4.9vh 0 -0.44rem#fff,
      0 -0.13rem#fff, 81.9vw 27.3vh 0 -0.08rem#fff, 77.9vw 45.8vh 0 -0.15rem#fff;
    animation-duration: 14s;
}

.layer1.a {
	animation-delay: -3s;
}


.layer2.a {
	animation-delay: -4s;
}

.layer3.a {
	animation-delay: -5s;
}

@keyframes fall {
	100% {
		transform: translateY(200vh);
	}
}

:root {
	--transition-duration: 550ms;
	--clr-background: #fff;
	--clr-text: #333;

	--close-roundness: 20px;
	--close-thickness: 5px;
}

body {
	height: 200vh;
}

body.st__shown {
	overflow-y: hidden;
}

.st {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: #000;
	line-height: 1.6;
	pointer-events: none;
	background: transparent;
	transition-duration: var(--transition-duration);
}

.st.show {
	pointer-events: auto;
	background: rgba(0 0 0 / 70%);
}

.st .content {
	position: relative;
	z-index: 9999;
	width: min(90%, 750px);
	padding: 100px 50px;
	color: #FFF;
	max-height: 80%;
	overflow-y: auto;
	display: block !important;
	text-align: left;
	height: unset !important;
	opacity: 0;
	transform: translateY(-30px);
	background-color: #fff;
	background-image: url(../images/schneeflocken.png);
}

.st .content::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.st .close {
	position: absolute;
	right: 1rem;
	top: 1.5rem;
	width: 24px;
	height: 24px;
	background: transparent;
	opacity: 0;
	transition-duration: var(--transition-duration);
	cursor: pointer;
	transform: translateY(10px);
}

.st .close::before,
.st .close::after {
	position: absolute;
	content: "";
	width: 100%;
	height: var(--close-thickness);
	background: #960028;
	border-radius: var(--close-roundness);
	transition-duration: var(--transition-duration);
}

.st .close::before {
	transform: rotate(-45deg);
}

.st .close::after {
	transform: rotate(45deg);
}

.st .close.closable {
	opacity: 1;
	transform: translateY(0px) rotate(0) scale(1);
}

.st.show .content {
	opacity: 1;
	transform: translateY(0);
	color: rgba(0, 0, 0, 0.87);
}

.st .headline {
	font-size: 1.2rem;
	line-height: 1.3;
}

.st .content > *:not(.close) {
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	transition-duration: var(--transition-duration);
}

.st .content h2{
	color: #960028
}

.st .content > *:not(.close).show {
	position: relative;
	transform: translateY(0px);
	opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-5-23 15:57:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes flyer {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#beitraege ul {
	margin: 30px 0px 30px 15px;
	list-style: disc
}


html {
	scroll-behavior: smooth;
}

.flyer {
	position: absolute;
	top: 400px;
	left: 20px;
	background: #960028;
	width: 200px;
	height: 200px;
	border-radius: 100vh;
	padding: 25px;
	text-align: center;
	padding-top: 40px;
}

.flyer a {
	color: #fff;
	text-decoration: none;
}

#dsa-rating-view {
	padding: 50px;
	background: rgba(255, 255, 255, 0.81)
}

.rating_bottom {
	margin-top: 50px;
}

.questionline:nth-child(even) {
	background: rgba(150, 0, 40, 0.42)
}

.questionline {
	padding: 10px;
}

.answer {
	color: #960028;
	font-size: 12px;
}

#dsa-rating-view h3 {
	color: #960028
}

.starbox {
	color: #960028
}

.question {
	width: 50%;
	display: inline-block
}

.thumbithumb {
	display: none;
}

body {
	font-family: 'Ubuntu';
	font-size: 16px;
	line-height: 26px;
	color: #434343
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.form-control {
	display: block;
	width: 100%;
	border: none;
	padding: 10px;
	margin-bottom: 20px;
}



#rate_button {
	background: #960028;
	padding: 10px;
	color: #fff;
	border: none;
}

.rating-1 {
	display: none;
}

#lp h2 {
	margin-bottom: 20px;
}

.Bewertungstabelle input {
	display: none;
}

.rating span {
	color: #960028 !important;
}

.rating span:hover::before,
.rating span:hover ~ span::before {
	color: #960028 !important;
	content: '★' !important;
	position: absolute;
	font-size: 14px;
	line-height: 18px;
}

#lp table {
	margin-bottom: 50px;
}

#lp td {
	display: block;
}

.rating {
	text-align: left;
}

.rating span {
	padding-left: 0px;
	padding-right: 10px;
	line-height: 18px;
	margin-bottom: 10px;
}

header {

	padding: 400px 0% 0px 0%;
	background: url(../images/apothekerin-verkauf.jpg);
	background-attachment: fixed;
	background-size: cover;
}

a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

h1,
h2 {

	font-family: 'Ubuntu Condensed';
	font-size: 35px;
	line-height: 45px;
	color: #960028;
	text-transform: uppercase;
}

h3 {

	font-family: 'Ubuntu Condensed';
	font-size: 25px;
	line-height: 35px;
	padding-bottom: 20px;
}

h4 {

	font-family: 'Ubuntu Condensed';
	font-size: 25px;
	line-height: 35px;
	color: #960028
}

strong {
	font-weight: 700;
	color: #960028
}

.dse {
	background: #960028;
	padding: 5px 10%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 10
}

.dse a {
	font-family: 'Ubuntu Condensed';
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

section p a,
section li a {
    color: #960028
}

nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: fixed;
	top: 35px;
	z-index: 10;
}


.logo {
	width: 20%;
	display: flex;
	padding-left: 10%;
	background: #fff;
}

.logo img {
	width: 120px;
	padding: 10px 0%
}

nav ul {
	display: flex;
	text-align: right;
	justify-content: right;
	width: inherit;
	width: 80%;
	align-items: center;
	background: #fff;
	padding: 0px 10% 0px 20px;
}

nav ul li a {
	font-family: 'Ubuntu Condensed';
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	padding-left: 15px;
}


.modaloverlay {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
	z-index: 99999;
	display: none;
}

.modaloverlay:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 999999;
}

.modaloverlay .modals {
	background-color: white;
	position: relative;
	padding: 3em;
	overflow-y: scroll;
	height: 45vh;
	margin-left: 5%;
	z-index: 9999;
	width: 40%;
	margin-top: 20vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.modaloverlay a {
	color: #000;
	text-decoration: none;
}

.modaloverlay .close {
	background-color: #960028;
	color: white;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

.puffer {
	width: 100%;
	height: 40px;
}

.claim {
	width: 800px;
	padding: 200px 180px 0px 10%;
	height: 500px;
	background: url(../images/claim-bg.png);
	background-repeat: no-repeat;
	background-position: top right
}

.claim p {
	padding-top: 20px;
}

header .button,
#apo-rot .button,
.cta,
.btn {
	font-style: italic;
	padding: 10px;
	border: 3px solid;
	color: #434343;
	text-decoration: none;
	border-color: #960028;
	display: inline-block;
	margin-top: 20px;
}

#ueber-uns .button {
	font-style: italic;
	padding: 10px;
	background: #960028;
	color: #fff;
	border: 3px solid;
	text-decoration: none;
	border-color: #960028;
	display: inline-block;
	margin-top: 20px;
}

#leistungen .button {

	font-style: italic;
	padding: 10px;
	background: #960028;
	color: #fff;
	border: 3px solid;
	text-decoration: none;
	border-color: #fff;
	display: inline-block;
	margin-top: 20px;
}

#lp {
	padding: 100px 10%;
	background: #eee
}

#lp h3 {
	padding-top: 30px;
}

#lp ul {
	list-style: disc;
	margin-left: 10px;
}

.sidenav {
	position: fixed;
	top: 400px;
	right: 0;
	z-index: 9
}

.sidenav img {
	display: block;
	margin-bottom: 10px;
}

#ueber-uns {
	padding: 100px 0% 100px 10%;
	display: flex;
	align-items: center;
	column-gap: 100px
}

#ueber-uns .col1,
#ueber-uns .col2 {
	width: 50%;
}

#ueber-uns .col2 img {
	width: 100%;
	object-fit: cover;
	height: 600px;
	object-position: center;
}

.team {
	position: absolute;
	background: rgb(0, 182, 226);
	color: #fff;
	padding: 15px;
	margin-top: -100px;
	font-style: italic;
	z-index: 1;
}

#leistungen {
	padding: 200px 10%;
	text-align: center;
	background: #960028;
	color: #fff;
}

#leistungen a,
#leistungen strong {
    color: #fff;
}

#leistungen h2,
#kontakt h2 {
	color: #fff;
	padding-bottom: 20px;
}

#leistungen p {
	padding-top: 20px;
}


#leistungen .box {
	margin: 80px 20px 30px 20px;
	background: #fff;
	color: #434343;
	display: table;
	border-top-left-radius: 100vh;
	border-top-right-radius: 100vh;
}

#leistungen .box .center {
	align-content: center;
	height: 400px;
	padding: 0px 30px;
	margin-top: -35px;
}

#leistungen .box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-top-left-radius: 100vh;
	border-top-right-radius: 100vh;
	object-position: top;

}

#leistungen .icon {
	max-width: 70px;
	max-height: 70px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: -35px;
}

#jobs {
	padding: 150px 10%;
	background: url(../images/regal-apotheke.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#jobs .box {
	background: rgba(0, 170, 211, 0.82);
	width: 50%;
	padding: 50px;
	color: #fff;
}

#jobs h2 {
	color: #fff;
}

#jobs .button {
	font-style: italic;
	padding: 10px;
	border: 3px solid;
	color: #fff;
	text-decoration: none;
	border-color: #fff;
	display: inline-block;
	margin-top: 20px;
}

#apo-rot {
	display: flex;
	font-family: 'Ubuntu Condensed';
	font-size: 20px;
	line-height: 30px;
	align-items: center;
}


#apo-rot .col1 {
	width: 50%;
	background-image: url(../images/apo-rot-kreis.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 150px 5% 100px 10%;
}

#apo-rot .col2 {
	width: 50%;
	padding: 150px 10% 100px 5%;
	background: #f7f7f7;
	background-image: url(../images/bag.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#kontakt {
	padding: 100px 10%;
	align-items: center;
	display: flex;
	background: #960028;
	color: #fff;
}

.line {
	border-top: 2px solid;
	border-color: #fff;
	margin-top: 30px;
	max-width: 70%;
	padding-top: 30px;
}

#kontakt a {
	color: #64defc;
	display: inline-block;
	text-decoration: none;
}

#kontakt .col1,
#kontakt .col2 {
	width: 50%;
}

.puffer-footer {
	background: #960028;
	width: 100%;
	height: 100px;
}

footer {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 30px 10%;
}

.landingpages {
	width: 70%;
}

.footer-logo {
	width: 30%;
}

.footer-logo img {
	width: 200px;
	margin-left: auto;
	display: block;
}


.landingpages a {
	margin-right: 10px;
	color: #434343;
	text-decoration: none;
}

.landingpages a:before {
	content: '•';
	margin-right: 10px;

}

.dropdown {
	display: none;
}

#impressum {
	display: flex;
	background: #eee;
	padding: 100px 10%;
}

#impressum .col {
	width: 50%;
}

#impressum a {
	color: #960028;
	text-decoration: none;
}

#blog {
	padding: 100px 10%;
}

#blog .col1 {
	width: 40%;
}

#blog .col1 img {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
	border-radius: 20px;
}

#blog .col2 {
	width: 60%;
}

#beitraege .flex {
	display: flex;
	column-gap: 50px;
	padding: 100px 10%;
	background: #eee;
}

#beitraege h3 {
	margin-top: 40px;
}

#beitraege .col {
	width: 50%;
}

.small {
	color: #2c88aa;
}

#blog .beitrag {
	display: flex;
	align-items: center;
	column-gap: 100px;
	border-bottom: 1px solid;
	padding-bottom: 50px;
	margin-top: 50px;
}

#blog .small {
	font-size: 14px;
	line-height: 20px;
	color: #960028;
}

#blog .button {
	background: #960028;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 30px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}


#faq {
    padding: 100px 20%;
}

#faq h2 {
    margin-bottom: 20px;
}

#faq h3 {
    padding: 20px 0 10px;
}


/*-----CLUSTER-----*/

#cluster {
    padding: 100px 10%;
    background-color: #960028;
}

#header2 {
    height: 80vh;
    background: url(../images/vitamine-nahrungsergaenzung.jpg);
    background-position: center;
    background-size: cover;
}

#header3 {
    height: 80vh;
    background: url(../images/hautgesundheit.jpg);
    background-position: center;
    background-size: cover;
}

#header4 {
    height: 80vh;
    background: url(../images/gesundheits-check.jpg);
    background-position: center;
    background-size: cover;
}

#header5 {
    height: 80vh;
    background: url(../images/immunsystem.jpg);
    background-position: center;
    background-size: cover;
}

#cluster h1 {margin-bottom: 20px;}

#cluster h1,
#cluster h2,
#cluster p,
#cluster a,
#cluster strong {
    color: #fff;
}

#cluster p {
    margin-bottom: 10px;
}

#uebersicht {
    padding: 100px 1%;
}

#uebersicht h2, #uebersicht p  {text-align: center;
margin-bottom: 30px;}

#uebersicht .flex {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 20px;
}

#uebersicht .button {
    font-style: italic;
    padding: 5px 10px;
    background: #960028;
    color: #fff;
    border: 3px solid;
    text-decoration: none;
    border-color: #960028;
    display: inline-block;
    margin-top: 20px;
}

.card {
    width: 22%;
    text-align: center;
    box-sizing: border-box
}

.card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: -10px;
    border-radius: 30px 30px 0 0;
}

.card-txt {
    background-color: #eee;
    padding: 30px 5%;
    border-radius: 0 0 30px 30px;
}

.card-txt h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1200px) {
	#jobs .box {
		width: 70%;
	}

	.logo {
		width: 25%;
	}

	nav ul {
		width: 75%;
	}

	.modaloverlay .modals {
		height: 60vh;
		width: 70%;
	}

	.sidenav {
		top: 250px;
	}


}

@media screen and (max-width: 1150px) {
	
	.claim {
		width: 600px;
		padding: 150px 180px 0px 10%;
		height: 400px;
	}
	.st .content {
  position: relative;
  z-index: 9999;
		width: 80%;
  padding: 100px 50px;
  color: #FFF;
  max-height: 80%;
  overflow-y: auto;
  display: block !important;
  text-align: left;
  height: unset !important;
  opacity: 0;
  transform: translateY(-30px);
  background-color: #fff;
  left: 10%;
  top: 10vh;
		height: 80vh;
}

	.flyer {
		top: 320px;
	}

	h1 {
		font-size: 25px;
		line-height: 35px;
	}

	.sidenav img {
		width: 40px;
	}

	.sidenav {
		top: 300px;
	}

	#ueber-uns {
		display: block;
		padding: 100px 10% 60px 10%;
		;
	}

	#ueber-uns .col1,
	#ueber-uns .col2,
	#apo-rot .col1,
	#apo-rot .col2,
	#kontakt .col1,
	#kontakt .col2,
	.landingpages,
	#impressum .col,
	#beitraege .col {
		width: 100%;
		margin-bottom: 40px
	}

	#beitraege .flex {
		display: block;
	}

	#impressum {
		display: block;
	}

	#ueber-uns .col2 img {
		height: auto;
	}

	#jobs {
		padding: 100px 10%;
	}

	#jobs .box {
		width: 100%;
	}

	#apo-rot {
		display: block;
	}

	#apo-rot .col1,
	#apo-rot .col2 {
		padding: 50px 10%;
	}

	#kontakt {
		display: block;
	}

	footer {
		display: block;
	}

	nav ul li {
		display: none;
	}

	.dropbtn {
		background-color: #960028;
		color: white;
		padding: 5px 10px;
		font-size: 40px;
		border: none;
		cursor: pointer;
		border-radius: 100vh;
	}

	.dropdown {
		position: fixed;
		top: 50px;
		right: 10%;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(70, 5, 23, 0.94);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(150, 0, 40, 0.74);
	}

	.show {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.claim {
		background: rgba(255, 255, 255, 0.72);
		width: 100%;
		padding: 30px 10%;
		height: auto
	}

	.puffer-footer,
	.puffer {
		height: 30px;
	}

	.flyer {
		top: 250px;
		width: 150px;
		height: 150px;
		padding-top: 22px;
		font-size: 12px;
		line-height: 19px;
	}

	header {
		background-attachment: inherit;
		background-position: center
	}

	.logo {
		width: 50%;
	}

	nav ul {
		width: 50%;
	}

	body {
		font-size: 15px;
		line-height: 25px;
	}

	#leistungen .box {
		margin: 80px 0px 20px 0px;
	}

	.modaloverlay .modals {
		height: 80vh;
		width: 90%;
		margin-top: 10vh;
	}

	.question {
		width: 100%;
	}
}
