@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

nav {
  display: flex;
  justify-content: space-around;
  padding: 24px;
  align-items: center;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 16px;
  font-weight: 300;
}

.nav__right--text {
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(150, 150, 150);
}

.nav__right--text:hover {
  text-decoration: underline; /*Reihenfolge wichtig! Als erstes underline, dann color*/
  text-decoration-color: #e60b0b;
  text-decoration-thickness: 3px;
}

.nav__right--primary {
  background-color: #e60b0b;
  color: white;
  border-radius: 4px;
  padding: 9px 24px;
}
.nav__right--primary:hover {
  text-decoration: none;
}

.nav__left {
  display: flex;
  font-size: 30px;
  align-items: center;
  font-weight: 700; /*bei font-weight nur eine Zahl schreiben, kein px !!!*/
}

.logo {
  background-color: #e60b0b;
  color: white;
  padding: 6px 8px;
  border-radius: 8px;
  margin-right: 10px;
}

.container {
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px;
  padding: 96px 0;
}

.leftside {
  width: 100%;
  max-width: 600px;
}

.title {
}

.subtitle {
  margin: 18px 0;
}

.input__email {
  position: absolute;
  width: 100%;
  max-width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px 0;
}

.input__email--wrapper {
  padding-left: 14px;
  width: 550px;
  height: 70px;
  font-size: 18px;
  border-radius: 9999px;
  border-style: solid;
}

.btn__send {
  position: absolute;
  right: 0px;
  max-height: 500px;
  background-color: #e60b0b;
  color: white;
  border-radius: 999px;
  padding: 10px 24px 10px 20px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.img__shop--wrapper {
  width: 100%;
  max-width: 600px;
}

.partner {
  margin: 150px 0 0 0;
  color: rgb(255, 203, 203);
  font-size: 18;
}

.partner__logo--wrapper {
  right: 0px;
  margin-top: 10px;
  margin-right: 12px;
  width: 100%;
  max-width: 100px;
  align-items: center;
  justify-content: center;
  filter: contrast(0.1) opacity(0.6) drop-shadow(0 0 0 rgb(255, 255, 255));
}

.lidl {
  margin-bottom: 7px;
}

.rewe {
  margin-bottom: -2px;
}

/* 

FEATURES

*/

.header__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__title {
  margin: 30px 0;
}

.header__featuretitle {
  color: #e60b0b;
}

.red {
  color: #e60b0b;
}

.features__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0;
}

.features__box--wrapper {
  padding: 14px 14px;
  margin: 14px 16px;
  width: 100%;
  max-width: 500px;
}

.features__box--description {
  padding: 40px 0;
}

.features__logo {
  width: 55px;
  display: flex;
  position: absolute;
  margin: 0 0 0 80px;
  border-style: solid;
  border-radius: 10px;
  border-color: lightgrey;
  padding: 7px;
}

.features__box--title,
.features__box--description {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 

Quality 

*/

.container__quality {
  margin: 160px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row__quality {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
}

.qualitywork__title {
  margin: 24px;
}

.bring__img {
  width: 100%;
  max-width: 700px;
  border-width: 1px;
  border-style: solid;
  border-color: lightgrey;
  border-radius: 12px;
}

.quality__btn {
  margin-top: 20px;
  background-color: #e60b0b;
  color: white;
  border-radius: 99px;
  font-size: 20px;
  padding: 10px 24px 10px 20px;
  cursor: pointer;
}

/* 

Steps

*/

.container__steps{
  padding-bottom: 80px;
}

.row__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
}

.img__steps {
  width: 100%;
  max-width: 550px;
  margin-right: 40px;
}

.header__steps {
  margin-left: 40px;
}

.header__steps--steps{
  font-size: 20px;
}

.header--steps--title{
  padding-bottom: 30px;
}

.steps__description{
  padding-top: 24px;
}

.steps__description--title{
  padding: 14px 0;
}

.steps__description,
.header__steps--steps,
.header__steps--title {
  padding: 12px;
}

.steps__description{
  display: list-item;
}

.one::marker{
  content: "01";
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
  margin-top: 20px;
}

.two::marker{
  content: "02";
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

.three::marker{
  content: "03";
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

/* 

PLANS



.row__plans{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
}

.plans{
  margin-top: 80px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
    margin-top: 4rem;
    display: flex;
    width: 100%;
    max-width: 24rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.header__plans--info, .header__plans--title, .header__plans--subtitle{
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.plan__subtitle{
  padding: 24px 0;
}

.plan__price{
  padding: 24px 0;
}

.plan__description{
  padding: 14px 0;
}

*/

/* 

FOOTER

*/

footer {
  background-color: #242424;
}

.footer__logo--img {
  width: 160px;
  filter: grayscale(1) invert(1);
}

.footer__link,
.footer__copyright {
  color: #fff;
  padding: 24px;
  
}

.footer__list {
  margin: 10px 0 12px 0;
}

.footer__link {
  padding: 0 8px;
}

.footer__copyright {
  margin: 0 auto
}