body {
	margin: 0;
	padding: 0;
	font-family: Montserrat;
	color: #4D4D4D;
	font-weight: 400;
	width: 100%;
}
p {
	line-height: 150%;
}
header {
	background: url(img/shutterstock_444753994.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	border-bottom: 2px solid #69B01B;
}
.logo {
	width: 15%;
	padding: 5% 0 5% 10%;
}
.header-txt {
	width: 60%;
	padding-left: 10%;
	padding-bottom: 10%;
}
h1 {
	font-size: 320%;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 400;
	letter-spacing: 2px;
}
h2 {
	font-weight: 400;
	font-size: 180%;
}
h3 {
	font-size: 220%;
	text-transform: uppercase;
	font-weight: 400;
}
h4 {
	font-size: 235%;
	color: #69B01B;
	margin-bottom: 40px;
	font-weight: 400;
}
.green {
	color: #69B01B;
}
.bold {
	font-weight: bolder;
	font-size: 120%;
}
.white {
	color: white;
}
.article1 {
	display: flex;
	flex-direction: row;
	width: 70%;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 10%;
}
.text-feld {
	display: block;
	width: 45%;
}
.product-img {
	display: block;
	width: 33%;
	margin: auto 0;
}
.product-img img {
	width: 100%;
}
.article2 {
	display: block;
	justify-content: center;
	background: url(img/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2%;
	padding-top: 2%;
}
.article2_txt {
	text-align: center;
	padding-bottom: 2%;
	padding-top: 2%;
}
.article3 {
	display: flex;
	flex-direction: row;
	width: 70%;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bereich4 {
	padding-bottom: 5%;
}
.article4 {
	width: 100%;
}
.boxen {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
	position: relative;
	z-index: 2;
	top: -71px;
}
.box1 {
	width: 40%;
	background-color: white;
	margin-right: 2%;
	border-top: 9px solid #7ED321;
	box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.34);
	line-height: 150%;
}
.box_img {
	width: 100%;
}
.box-txt {
	padding: 1% 7% 7% 7%;
}
.box-txt ul {
	padding-left: 5%;
}
.box-txt ul li {
	padding-bottom: 10px;
}
.box-headline {
	color: #7ED321;
	font-size: 130%;
}
.article-bg {
	background-image: linear-gradient(256deg, #A2D83B 0%, #69B01B 100%);
	width: 100%;
}
.article5 {
	display: flex;
	flex-direction: row;
	width: 70%;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 3%;
}
.product-img-pillow {
	display: block;
	width: 50%;
	margin: auto 0;
}
.product-img-pillow img {
	width: 90%;
}
.product-img-box {
	display: block;
	width: 60%;
	margin: auto 0;
}
.product-img-box img {
	width: 100%;
}
.text-feld-pillowbox {
	display: block;
	width: 45%;
	margin-top: 10%;
	padding-left: 5%;
}
.sale-area {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.sale-area h4 {
	color: #4D4D4D;
	margin-bottom: 7%;
}
.buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 3%;
	padding-bottom: 5%;
}
.btn {
	width: 300px;
	padding: 2%;
	border-radius: 36px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 125%;
	font-weight: 401;
	box-sizing: border-box;
}
.btn_green {
	background-image: linear-gradient(226deg, #A2D83B 0%, #69B01B 100%);
	color: white;
}
.btn_green:hover {
	background-image: none;
	color: #69B01B;
	border: 1px solid #69B01B;
}
footer {
	background-image: linear-gradient(226deg, #A2D83B 0%, #69B01B 100%);
	padding: 2%;
	text-align: center;
}
footer a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	margin-right: 3%;
}

h6 {
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	top: 27px;
}

h6 span {
	padding: 6px;
	position: relative;
	z-index: 1;
	height: 9px;
	width: 9px;
	background-color: #69B01B;
	border-radius: 50%;
	display: inline-block;
	border: 15px solid white;
}

h6:before {
	background: #4D4D4D;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
h6:before {
	left: 0;
}
h5 {
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	top: -27px;
}

h5 span {
	padding: 6px;
	position: relative;
	z-index: 1;
	height: 9px;
	width: 9px;
	background-color: #69B01B;
	border-radius: 50%;
	display: inline-block;
	border: 15px solid white;
}

h5:before {
	background: #4D4D4D;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
h5:before {
	left: 0;
}