.pflegegrad{
    margin-left: -5%;
}

.über-pflege {
    color: #A2BF52; 
      font-size: 32px;
      margin-top: 2%;
      letter-spacing: 1px;
}

.mobile-txt {
  display: none;
}

.modul-h2 {
  color: #A2BF52;
}

.erklär-txt {
    line-height: 1.2;
    color: #2C354E;
}

.pflegegrad{
    margin-left: 6.2%;
    color: #2C354E;
}

.question {
    margin-top: 30px;
    color: #2C354E;
}


.color-grey {
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #f2f2f2;
}

.header-frage {
    font-weight: bold;
    font-size: 21px;
    color: #2C354E;
}

.options {
    display: flex;
   margin-left: 20%;
}

.option {
    margin-left: 20%;
    margin-top: -55px;
}

.wert ul li {
    display: inline-block;
    white-space: pre-line;
    margin-left: 12%;
    font-weight: bold;
    
}

.wert {
    margin-left: 23%;
    margin-top: 57px;
    white-space: nowrap;
}

.wert h2 {
    margin-bottom: 50px;
    margin-left: 90px;
}

.überm-txt {
    color: #A2BF52;
    margin-top: 50px;
}

.brechnen-btn {
  width: 250px;
  height: 50px;
  border: 3px solid #A2BF52;
  border-radius: 45px;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
  font-size: 1.2em;
  font-weight: 550;
  margin-top: 50px;
  margin-bottom: 50px;
}

.brechnen-btn:hover {
        background: #2C354E;
        color: white;
        font-size: 1.5em;
}


/*Media query --------------------------
----------------------------------------
----------------------------------------*/

@media only screen and (max-width: 768px) {
  /*Handy */
  .pflegegrad {
    margin-top: 45%;
    margin-left: 1%;
  }

  .wert {
    margin-left: -20%;
  }

  .wert h2 {
    margin-left: 8%;
    font-size: 16px;
  }

  .wert ul li {
    font-size: 10px;
    margin-left: 7%;
  }

    .question {
      margin-bottom: 12%;
      }

    .options {
      margin-top: 20%;
      margin-left: -25%;
      }

      .mobile-txt {
        display: block;
      }
}


/*Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pflegegrad {
    margin-top: 20%;
  }

  .wert ul li {
    font-size: 18px;
  }

  .wert {
    margin-left: 5%;
  }

  .mobile-txt {
    display: block;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) {
  .pflegegrad {
    margin-top: 20%;
    margin-left: -8%;
  }

  .wert ul li {
    font-size: 18px;
  }

  .wert {
    margin-left: -4%;
  }

  .options {
    margin-top: 15%;
    margin-left: -5%;
  }
  .mobile-txt {
    display: block;
  }


}





