﻿body {
  background-color: #D1CB76;
  position: relative;
  margin: 20px;
}

h1 {
  color: green;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: fantasy;
}

h2{
  font-size: 2em;
  margin-left: 10%;
}

/*Menü*/

.menu{
  position: relative;
}

#menu_pic{
  top: 0;
  margin: 0;
  margin-left: 15%;
  max-width: 70%;
}

.gui{
  width: 20%;
  display: block;
  position: absolute;
}

button{
  width: 90%;
  max-width: 90%;
  background-color: green;
  border: 0;
  border-radius: 15px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  font-size: 2em;
  margin: 5px 0 5px 0;
}

.eingabe{
  width: 90%;
  max-width: 90%;
  border-radius: 15px;
  border: 1px solid green;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 2em;
  padding: 1px;
}

/*Output*/

.woc_bild{
  text-align: center;
  padding-top: 50px;
}

.rezept{
  margin-left: 25%;
  background-color: white;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  width: 60%;
  max-width: 80%;
  position: absolute;
  display: block;
}

#zutaten{
  margin-left: 2%;
  width: 40%;
  padding: 5px;
  float: left;
}

#zubereitung{
  margin-right: 2%;
  width: 45%;
  padding: 5px;
  float: right;
}

#zeit{
  text-align: center;
  font-weight: lighter;
  color: grey;
  font-style: italic;
}

.ernaehrung{
  left: 5px;
  font-size: 16px;
  font-family: sans-serif;
  position: absolute;
  display: inline-block;
  font-weight: bold;
  color: white;
  background-color: green;
  transform: rotate(-25deg);
}

#veggianzeige{
  top: 25px;
}

#vegananzeige{
  top: 12.5px;
}


ul{
  font-size: 1.5em;
  list-style: none;
  font-style: italic;
}

ol{
  font-size: 1.5em;
}



/*Media*/

@media only screen and (max-width: 799px) {
  body{
    padding: 0;
    margin: 5px;
    position: relative;
  }
  .rezept{
    top: 300px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #zubereitung{
    margin-left: 2%;
    float: left;
    width: 100%;
  }
  #zutaten{
    float: left;
    width: 100%;
  }
  .woc_bild{
    width: 50%;
  }
  .gui{
    width: 100%;
    bottom: -270px;
    position: absolute;
  }
  ul{
    font-size: 1em;
    list-style: disc;
  }

  ol{
    font-size: 1em;
    font-weight: lighter;
  }
  h1{
    font-size: 1.5em;
    max-width: 100%;
  }

  h2{
    font-size: 1.5em;
    margin-left: 10%;
  }

  #menu_pic{
    margin-left: 30%;
    max-width: 40%;
  }

  .eingabe{
    max-width: 100%;
    width: 100%;
    font-size: 1em;
  }

  button{
    max-width: 100%;
    width: 100%;
    font-size: 1em;
  }


  #veggianzeige{
    top: 50px;
  }

  #vegananzeige{
    top: 25px;
  }
}
