*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  text-decoration: none;
}

.head{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 33px 9%;
  align-items: center;
}

.logo{
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.navlist{
  display: flex;
}
.navlist a{
  color: #52514e;
  margin-left: 60px;
  font-size: 20px;
  font-weight:500;
  border-bottom:2px solid transparent;
  transition: all .55s ease;
}
.navlist a:hover{
  border-bottom: 2px solid #52514e;
}
#menu-icon{
  color: rgb(211, 232, 215);
  font-size: 30px;
  z-index: 10001;
  cursor: pointer;
  display: flex;
  opacity: 0;
}

section{
  padding: 0 19%;
}
.hero-text h5{
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-bottom: 40px;  
}
.hero-text h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
  color: white;
  margin: 0 0 45px;
}
.hero-text h4{
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}
.hero-text p{
  color: white;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 40px;
}
.hero-img img{
  position: absolute;
  top:300px;
  left: 1100px;
  width: 850px;
  height: auto;
}
.hero-text a{
  display: inline-block;
  color: white;
  background: #675D50;
  border: 1px solid transparent;
  padding: 12px 30px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all .55s ease;
}
.hero-text a:hover{
  background: transparent;
  border: 1px solid white;
  transform: translateX(8px);
}
.hero-text a.ctaa:hover{
  background: transparent;
  border: 1px solid white;
  transform: scale(1.15);
}
.hero-text a.ctaa{
  background: #675D50;
  /* border: 1px solid white; */
  margin-left:20px;
}
.hero-text a.ctaa i{
  vertical-align: middle;
  margin-right: 5px;
}
.icons{
  position: absolute;
  top: 50%;
  padding: 0 9%;
  transform: translateY(-50%);
}
.icons i{
  display: block;
  margin: 26px 0;
  font-size: 24px;
  color: white;
  transition: all .50s ease;
}
.icons i:hover{
  color: #675D50;
  transform: translateY(-5px);
}

body{
  background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
  height: max-content;
  width: 100%;
  z-index: 0;
}

.herstellungstext{
	display: flex;
	/* border: solid 3px green; */
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.picker{
	display: flex;
	padding: 10px;
	padding-bottom: 60px;
}
.erstetext{
	display: flex;
	font-size: 23px;
}
.ersteauswahl{
	display: flex;
	font-weight: 600;
	font-size: 26px;
}
.herstell{
	font-size: 45px;
	font-weight: 900;
	display: flex;
	justify-content: center;
	padding: 30px;
	color:#675D50
}

.herstellungstextzwei{
	display: flex;
	/* border: solid 3px green; */
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.mix{
	display: flex;
	padding: 10px;
	width: 34.7%;
	padding-bottom:60px;
}
.zweitetext{
	display: flex;
	font-size: 23px;
}
.zweiteauswahl{
	display: flex;
	font-weight: 600;
	font-size: 26px;
}

.herstellungstextdrei{
	display: flex;
	/* border: solid 3px green; */
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.fertig{
	display: flex;
	padding: 10px;
	width: 34.7%;
}
.drittertext{
	display: flex;
	font-size: 23px;
}
.dritteauswahl{
	display: flex;
	font-weight: 600;
	font-size: 26px;
}