body {
  margin: 0;
}

.schrift {
  font-family: fantasy;
  font-weight: normal;
}

.container {
  background-color: #6DD2FF;
  width: 100vw;
  height: 100vh;


  font-family: 'Quicksand', fantasy;
  font-weight: bold;
  font-size: 20px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 75px 1fr 1fr 100px;

  gap: 10px;

  padding: 10px;
  box-sizing: border-box;
}

.container div {
  padding: 10px;
  border: 1px solid black;
}

.header {
  grid-column-start: 1;
  grid-column-end: 4;
  background: #6DF2FF;
  border-radius: 2rem;
}

.content-large{
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  background: #99DFF8;
  border-radius: 2rem;
}

.content-small {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
  border-radius: 2rem;
}

.footer {
  grid-column: 1 / span 3;
  background: #6DF2FF;
  border-radius: 2rem;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.vbucks3{
  height: 250px;
  width: 250px;
}

.V-bucks {
  height: 50px;
  width: 150px;
  border-radius: 1rem;
  box-shadow: 3px 3px 10px black;
  border: 2px solid black;
  justify-content: center;
  font-family: fantasy;
  font-size: 30px;
  transition: all 250ms ease;

}

.V-bucks:hover {
  background: #6DF2FF;
  cursor: pointer;
  box-shadow: 3px 3px 10px #6DF2FF;
}

.container2 {
  background-color: #6DD2FF;
  width: 100vw;
  height: 100vh;


  font-family: 'Quicksand', fantasy;
  font-weight: bold;
  font-size: 20px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 75px 1fr 1fr 1fr 100px;

  gap: 10px;

  padding: 10px;
  box-sizing: border-box;
}

.container2 div {
  padding: 10px;
  border: 1px solid black;
}

.header2 {
  grid-column-start: 1;
  grid-column-end: 4;
  background: #6DF2FF;
  border-radius: 2rem;
}

.content-small2 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 4;
  border-radius: 2rem;
}

.möglichkeit1 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #99DFF8;
  border-radius: 2rem;
}

.möglichkeit2 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
  background-color: #99DFF8;
  border-radius: 2rem;
}

.möglichkeit3 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
  background-color: #99DFF8;
  border-radius: 2rem;
}

.möglichkeit4 {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #99DFF8;
  border-radius: 2rem;
}

.möglichkeit5 {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 2;
  grid-column-end: 3;
  background-color: #99DFF8;
  border-radius: 2rem;
}

.möglichkeit6 {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 3;
  grid-column-end: 4;
  background-color: #99DFF8;
  border-radius: 2rem;
}

.footer2 {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column: 1 / span 3;
  background: #6DF2FF;
  border-radius: 2rem;
}

.link {
  text-decoration: none;
  color: black;
}

.list {
  list-style: none;
}

.list2 {
  list-style: none;
}

.list:hover {
  color: #F0F0F8;
}

.tab {
    height: 5px;
    width: 5px;
}

.guthaben {
  height: 100px;
  width: 150px;
  border-radius: 1rem;
  box-shadow: 3px 3px 10px black;
  border: 2px solid black;
  justify-content: center;
  font-family: fantasy;
  font-size: 30px;
  transition: all 250ms ease;

}

.guthaben:hover {
  background: orange;
  cursor: pointer;
  box-shadow: 3px 3px 10px orange;
}

.containerGuthaben {
  background-color: #FFF;
  width: 100%;
  height: 100vh;


  font-family: 'Quicksand', fantasy;
  font-weight: bold;
  font-size: 20px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 75px 1fr 1fr 1fr 1fr;

  gap: 10px;

  padding: 10px;
  box-sizing: border-box;
}

.containerGuthaben div {
  padding: 10px;
  border: 1px solid black;
}

.headerGuthaben {
  grid-column-start: 1;
  grid-column-end: 5;
  background: #6DF2FF;
  border-radius: 0 2rem 2rem 0;
  background-color: orange;
}

.infoGuthaben {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 5;
  border-radius: 0 2rem 2rem 0;
  background-color: #F0F0F8;
}

.footerGuthaben {
  grid-row-start: 13;
  grid-row-end: 14;
  grid-column-start: 1;
  grid-column-end: 5;
  border-radius: 0 2rem 2rem 0;
}

.headerAngebot {
  grid-column-start: 1;
  grid-column-end: 5;
  background: #6DF2FF;
  border-radius: 0 0 2rem 2rem;
  background-color: orange;
}

.footerAngebot{
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 5;
    border-radius: 2rem;
}

.footerAngebot8m{
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 5;
    border-radius: 2rem;
}

.angebotContent {
  grid-row-start: 2;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 5;
  border-radius: 2rem;
}

.nr {
  width: auto;
  height: 380px;
  border-radius: 2rem;
}

.nr:hover {
  box-shadow: 2px 2px 10px 2px gray;
  background-color: lightgray;
}

.anleitung {
  width: auto;
  height: 380px;
  border-radius: 2rem;
}

.h2 {
  color: grey;
}

.angebot {
  width: auto;
  height: 250px;
  border-radius: 2rem;
}

.angebot:hover {
  box-shadow: 2px 2px 10px 2px gray;
  background-color: lightgray;
}

.angePicture {
  height: 150px;
  width: 200px;
}

.weiter {
  height: 90px;
  width: 180px;
  border-radius: 1rem;
  box-shadow: 3px 3px 10px black;
  border: 2px solid black;
  justify-content: center;
  font-family: fantasy;
  font-size: 30px;
  transition: all 250ms ease;

}

.weiter:hover {
  background: orange;
  color: white;
  cursor: pointer;
  box-shadow: 3px 3px 10px orange;
}

.zurück {
  height: 70px;
  width: 140px;
  border-radius: 1rem;
  box-shadow: 3px 3px 10px black;
  border: 2px solid black;
  justify-content: center;
  font-family: fantasy;
  font-size: 30px;
  transition: all 250ms ease;

}

.zurück:hover {
  background: orange;
  color: white;
  cursor: pointer;
  box-shadow: 3px 3px 10px orange;
}

.home {
  height: 70px;
  width: 140px;
  border-radius: 1rem;
  box-shadow: 3px 3px 10px black;
  border: 2px solid black;
  justify-content: center;
  font-family: fantasy;
  font-size: 30px;
  transition: all 250ms ease;

}

.home:hover {
  background: #FB6E52;
  color: black;
  cursor: pointer;
  box-shadow: 3px 3px 10px #FB6E52;
}

.containerStart {
  background-color: #FFF;
  width: 100vw;
  height: 100vh;


  font-family: 'Quicksand', fantasy;
  font-weight: bold;
  font-size: 20px;

  display: grid;

  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 75px 1fr 1fr 1fr 1fr;

  gap: 10px;

  padding: 10px;
  box-sizing: border-box;
}

.containerStart div {
  padding: 10px;
  border: 1px solid black;
}

.headerStart {
  grid-column-start: 1;
  grid-column-end: 9;
  background: #6DF2FF;
  border-radius: 0px 0px 12px 12px;
  background-color: #FB6E52;
}

.navigation {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 6;
  background: #6DF2FF;
  border-radius: 0px 12px 12px 0px;
  background-color: #FB6E52;
}

.contentStart {
  grid-column-start: 2;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 6;
  background: #FB8E4F;
  border-radius: 12px;
}
