@charset "UTF-8";
body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
	color: #464D51;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
}
h1 {
    color: #fff;
	font-size: 2.4em;
	line-height: 100%;
    font-weight: bold;
    text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	align-self: center;
	display: block;
	width: 70%;
	padding: 0px 60px;
	margin-top: 120px;
}
h2 {
    color: #C6C6C6;
	font-size: 2.4em;
	line-height: 100%;
    font-weight: bold;
    text-align: center;
	text-transform: uppercase;
	display: block;
}
h3 {
	font-size: 1.25em;
	line-height: 100%;
    font-weight: bold;
    text-align: center;
	display: block;
}
h4 {
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	text-align: left
}
a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
a:hover, a:focus {
	color: rgba(135, 0, 55, 1.0);
}
a:active {
	color: rgba(13, 24, 30, 0.85);
}
h5 {
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size: 1.33em;
	text-align: center;
}
h6 {
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	text-align: center;
}
p {
	text-align: left;
}
.akzent {
	color: #870035;
}
.versal {
	text-transform: uppercase;
}
.super {
	font-size: 60%;
}
.zentriert {
	text-align: center;
}
nav#navi {
	position: sticky;
	top: 0;
	z-index: 99;
	text-align: right;
	vertical-align: middle;
	height: 45px;
	margin: 0px;
	width: 100%;
	background-image: linear-gradient(to right, rgba(13, 24, 30, 0.15), rgba(23, 42, 52, 0.33));
}
nav#navi .navbar-mobile {
	visibility: hidden;
}
nav#navi .navbar {
	display: inline-flex;
	padding: 0px 20px;
}
nav#navi ul {
	position: relative;
	vertical-align: middle;
	top: -0.3em;
}
nav#navi ul li.nav-item {
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 0.75em;
}
nav#navi ul li.nav-item a:active,
nav#navi ul li.nav-item:first-child a:link {
	color: #fff;
	font-weight: bold;
}
nav#navi ul li.nav-item img#Lupe {
	height: 24px;
}
nav#navi ul li.nav-item a:hover img#Lupe {
	content: url("images/Lupe_aktiv.png");
}
nav#navi ul li.nav-item a.kaufen {
	display: inline-block;
	background: #860438;
	padding: 7px 15px 3px 20px;
	position: relative;
	top: -0.5em;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.2em;
	color: #fff;
}
nav#navi ul li.nav-item a.kaufen:hover,
nav#navi ul li.nav-item a.kaufen:focus {
	color: #fff;
}
img#shoppingcart {
	height: 24px;
	position: relative;
	vertical-align: middle;
	top: -0.1em;
}
section {
	display: flex;
	height: 100vh;
	width: 100%;
	padding: 0px; 
	margin: 0px;
}
section#eins, section#zwei, section#drei; section#vier {
	height: auto;
	min-height: 100vh;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section#eins {
	background-image: linear-gradient(to right, #400010, #630224 67%, #860438);
	z-index: 1;
	position: relative;
	vertical-align: top;
	top: -45px;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
}
section#eins .hero {
	background: #b5cada;
	background-image: url("images/Keyvisual-Anabolika_Seitenkopf.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	min-height: 300px;
	max-height: 500px;
}
section#eins .container {
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	text-align: center;
	justify-content: center;
	min-height: 300px;
	-webkit-min-height: 300px;
	max-height: 750px;
	-webkit-max-height: 750px;
	margin: 0px;
	padding: 60px 15%;
}
section#eins .container h5,
sektion#eins .container h6 {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
section#zwei, section#vier {
	background: #fff;
	position: relative;
	top: -45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	vertical-align: top;
	text-align: center;
}
section#zwei .container{
	vertical-align: top;
	text-align: center;
}
section#drei {
	background: #b5cada;
	position: relative;
	top: -45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	vertical-align: top;
	text-align: center;
}
footer#footer {
	position: relative;
	vertical-align: bottom;
	text-align: center;
	top: -45px;
	display: flex;
	padding: 40px;
}
footer#footer .container {
}
img#muscels {
	height: 300px;
}
img#2spermien {
	height: 300px;
	min-height: 300px;
	max-height: 450px;
	-webkit-min-height: 300px;
	-webkit-max-heigt: 600px;
}
img#Anabolika-Pack {
	height: 300px;
}
img#KAUFEN-Button {
	height: 94px;
	text-align: center;
}
.abstand-unten {
	padding-bottom: 250px;
}
.description {
	color: rgba(13, 24, 30, 0.5);
	font-size: 0.75em;
}
footer#footer a:hover img#KAUFEN-Button {
	content: url("images/KAUFEN-Button_aktiv.svg");
}
.logo {
	height: 45px;
}
.home {
	display: inline-block;
	position: relative;
	float: left;
}
.nav-item a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
}
.nav-item a:hover {
	color: rgba(135, 0, 55, 1.0);
}
.nav-item a:active {
	color: rgba(13, 24, 30, 0.85);
}
.container {
	width: 70%;
	margin: 0% 15%;
}
.zweispalter-mit-bild {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.spalte-links {
	-webkit-flex: 3 1 0%;
	flex: 3 1 0%;	
}
.spalte-rechts {
	-webkit-flex: 2 1 0%;
	flex: 2 1 0%;
}
.container .pseudo {
	vertical-align: middle;
	list-style: none;
}
.container .pseudo li {
	text-align: left;
	line-height: 1.1em;
	padding-top: 20px;
}
.container .pseudo li::before {
	content: url("images/Triangle-Bullet_h18.svg");
	vertical-align: -0.2em;
	margin-right: .5em;
}
.container .pseudo li:last-child {
	padding-bottom: 30px;
}
.bild-zentriert {
}
.pfeilrunter {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	align-self: flex-end;
}
.pfeilrunter img {
	height: 20px;
	width: 33px;	
}
.pfeilrunter a, .pfeilrunter a:active, .pfeilrunter a:hover, .pfeilrunter a:focus,
a.home, a:hover.home, a:focus.home, a:active.home {
	text-decoration: none;
	border: none;
}
section#vier .container .zweispalter-mit-bild {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
}
section#vier .container .zweispalter-mit-bild .spalte-links {
	align-self: flex-end;
}
ul.footer-menu li.footer-menu-item {
	list-style: none;
	font-size: 0.75em;
	position: relative;
	vertical-align: middle;
	align-content: center;
	justify-content: center;
}
.footer-menu-item:first-child {
}
.footer-menu-item:nth-last-child(2), .footer-menu-item:last-child {
}
.footer-menu-item a {
	padding: 20px;
	font-weight: normal;
}
@media (min-width: 1400px) {
	ul.footer-menu {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		text-align: center;
	}
	img#LENUS-Logo {
		height: 24px;
		padding: 0px 70px 0px 0px;
	}
	img#yt {
		margin-left: -10px;
		padding-right: 0px;
		height: 36px;
		position: relative;
		vertical-align: middle;
		top: -0.5em;
	}
	img#fb {
		padding-left: 70px;
		margin-right: -10px;
		height: 36px;
		position: relative;
		vertical-align: middle;
		top: -0.5em;
	}
}
@media (max-width: 1399px) {
	ul.footer-menu {
		display: flex;
		flex-flow: column wrap;
		align-content: center;
		justify-content: center;
		text-align: center;
	}
	img#Anabolika-Pack {
		height: 250px;
	}
	img#LENUS-Logo {
		height: 24px;
		padding: 0px 0px 0px 0px;
	}
	img#yt {
		margin: 0px;
		padding: 0px;
		height: 36px;
		position: relative;
		vertical-align: middle;
		top: 0em;
	}
	img#fb {
		padding: 0px;
		margin: 0px;
		height: 36px;
		position: relative;
		vertical-align: middle;
		top: 0em;
	}
	ul.footer-menu li.footer-menu-item {
		padding-bottom: 20px;
	}
	ul.footer-menu li.footer-menu-item:last-child {
		padding-bottom: 0px;
		padding-top: 10px;
	}
}
@media (max-width: 1224px) {
	nav#navi .navbar {
	}
	nav#navi ul li.nav-item {
		display: inline;
		margin: 0px;
		padding: 0px 5px;
		color: #fff;
		font-weight: normal;
		font-size: 0.75em;
	}
}
@media (max-width: 1125px) {
	nav#navi .navbar {
		visibility: hidden;
	}
	h1 {
		width: 100%;
		padding: 0px 40px;
	}
	section, footer {
		height: auto;
	}
	section .container,
	section#eins .container,
	footer .container ul {
		width: 100%;
		margin: 0%;
		width: 100%;
		padding: 60px 0px;
	}
	section#eins .container h5,
	sektion#eins .container h6 {
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	section#vier .container h4 {
		padding: 40px;
	}
	.zweispalter-mit-bild {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-left: 40px;
		padding-right: 40px;
	}
	.spalte-links {
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;	
	}
	.spalte-rechts {
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
	}
	.abstand-unten {
		padding-bottom: 40px;
	}
}
@media (max-width: 919px) {
	body {
		font-size: 1em;
	}
	h1, h2, h3, h4, h5, h6 {
		padding-left: 20px;
		padding-right: 20px;
	}
	a {
		text-decoration: underline;
		color: rgba(135, 0, 55, 1.0);
		font-weight: 500;
	}
	a:hover, a:focus {
		font-weight: bold;
	}
	a:active {
		color: rgba(13, 24, 30, 0.85);
	}
	section#eins .hero {
		width: 100%;
		background-position: right top;
		min-height: 200px;
		max-height: 300px;
	}
	.zweispalter-mit-bild,
	section#vier .container .zweispalter-mit-bild {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		padding-left: 20px;
		padding-right:20px;
		flex-direction: column-reverse;
		align-content: center;
	}
	section#vier .container .zweispalter-mit-bild .spalte-rechts {
		padding-left: 9%;
	}
	.spalte-links {
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
		text-align: left;
		align-content: center;
		padding: 0px;
		margin: 0px auto;
		position: relative;

	}
	.spalte-rechts {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.abstand-unten {
		padding-bottom: 40px;
	}
	.container .pseudo {
		vertical-align: top;
		list-style: none;
	}
	.container .pseudo li {
		text-align: left;
		line-height: 1.1em;
		padding-top: 10px;
	}
	.container .pseudo li::before {
		content: url("images/Triangle-Bullet_h18.svg");
		vertical-align: -0.2em;
		margin-right: .5em;
	}
	.container .pseudo li:last-child {
		padding-bottom: 0px;
	}
	.zentriert {
		padding-left: 20px;
		padding-right: 20px;
	}
	img#KAUFEN-Button {
		height: 60px;
	}
}
@media (max-width: 599px) {
	section#eins .hero {
		background-position: right 15% top 0%;
		padding-bottom: 20px;
	}
	h1, h2 {
		font-size:  1.8em;
	}
	img#KAUFEN-Button {
		height: 45px;
	}
	.container .pseudeo {
		list-style: outside;
	}
	.container .pseudo li {
		text-align: left;
		list-style-image: url("images/Triangle-Bullet_h15.svg");
		line-height: 1.1em;
		padding-left: 0px;
		padding-top: 10px;
	}
	.container .pseudo li::before {
		visibility: hidden;
	}
	.container .pseudo li:last-child {
		padding-bottom: 0px;
	}
	img#Anabolika-Pack {
		height: 200px;
	}
}
@media (max-width: 449px) {
	img#muscels {
		height: 250px;
	}
	img#2spermien {
		height: 250px;
	}
}