<style type="text/css">
html,body {
  height: 100%;
}

{
  outline-style: none;
}

body {
  font-family: "Rubik Light", sans-serif;
  margin:0;
}

ul{
  min-height: 30px;
  text-align: center;
  padding-left: 0;
}

strong {
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  color: #696969;
  font-family: "Rubik Bold", sans-serif;
  margin: 50px;
  text-align: center;
}

h1 { font-weight: 600; font-size: 50px;}
h2 { font-weight: 600; font-size: 40px;}
h3 { font-weight: 500; font-size: 36px;}
h4 { font-weight: 500; font-size: 32px;}
h5 { font-weight: 500; font-size: 30px;}
h6 { font-weight: 400; font-size: 28px;}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #696969;
  font-size: 20px;
  list-style-type: none;

}

/* Webview Navigation */

.menu {
  border-bottom: 1px solid #ccc;
  color: #696969;
  font-size: 20px;
  list-style-type: none;
  padding: 20px 27px 20px 0px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .menu {
    border-bottom: 1px solid #ccc;
    color: #696969;
    font-size: 40px !important;
    list-style-type: none;
    padding: 60px 27px 60px 0px;
  }
}

/* Webview Main Content */

.webview-content-main p {
  font-size: 18px;
  line-height: 31px;
  margin: 20px;
  font-weight: 300;
}

@media screen and (max-width: 620px){
  .webview-content-main img{
    width: 85%;
  }
}


.webview-content-main .page-title h2{
  font-size: 22px;
  margin-top: 49px;
  margin-bottom: 0px;
  color: #000;
}

.webview-content-main img {
  display: block;
  margin: 20px auto 30px auto;
}


/* Einkaufsliste */

.einkaufsliste li {
  font-size: 22px;
  list-style-type:none;
  padding: 5px 80px 5px 20px;
}

/* Vorbereitung */

.vorbereitung-gericht {
  border: 1px solid lightgray;
}

.vorbereitungsschritte li {
  font-size: 28px;
  list-style-type:none;
  padding: 20px 40px 0 40px;
}


.vorbereitung-gericht h3{
  margin: 25px;
  color: black;
  font-weight: bold;
  font-size: 28px;
}

/* Rezepte */

.gericht-fruehstueck {
  background-color: #e89ec3;
  margin-top: 15px;
}

.gericht-mittagessen {
  background: #ffe3a9;
}

.gericht-abendessen {
  background: #48c0e7;
}

.gericht-snack1 {
  background: lightgray;
}

.gericht-snack2 {

}


.rezept-header {

}


.rezept-content {
  background-color: white;
  color: black;
  margin: 20px auto 0 auto;
  width: 500px;
}

@media screen and (max-width: 610px){
  .rezept-content{
    width: 85%;
  }
}

.vorbereitung-gericht.gericht-fruehstueck .rezept-content h3{
  background: url(https://members.teambodyshape.de/content/f/id/2560) center center no-repeat;
  background-size: 230px;
  height: 70px;
  padding-top: 40px;
  width: auto;
  display: block;
}

.vorbereitung-gericht.gericht-mittagessen .rezept-content h3{
  background: url(https://members.teambodyshape.de/content/f/id/2561) center center no-repeat;
  background-size: 230px;
  height: 70px;
  padding-top: 40px;
  width: auto;
  display: block;
}

.vorbereitung-gericht.gericht-abendessen .rezept-content h3{
  background: url(https://members.teambodyshape.de/content/f/id/2562) center center no-repeat;
  background-size: 230px;
  height: 70px;
  padding-top: 40px;
  width: auto;
  display: block;
}

.rezept-content h3{
  font-family: BodyShape_Rustico;
}

.rezept-content h3, .rezept-content h4 {
  color: black;
  margin-bottom: 0;
  font-size: 22px;
}

.rezept-content h4{
  margin-top: 0;
  font-weight: 900;
}

.rezept-mahlzeit h3 {
  color: white;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
  padding-top: 17px;
  margin-bottom: 0px;
}
.rezept-name {
  font-family: BodyShape_Rustico;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: black;
  margin-bottom: 0;
  font-size: 28px;
}

.rezept-zubereitung {
  padding: 5px;
}

ul.vorbereitungsschritte{
  height: auto;
}

.rezept-zutaten {
padding: 5px;
}

.rezept-naehrwerte {
padding: 5px;
}


	/* - Style the Checkbox */
	/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #000;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  /*background-color: #EB94A2;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 1px;
  width: 4px;
  height: 12px;
  border: solid green;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


	/* Style the Checkbox */

</style>