* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;

}
body {
	background:white;
	color: black;
	font-size: 20px;
	line-height: 1.5;

	
	
}
h1, h2, h3, h4, h5 {
	display: block;
	text-align:center;
	float: right;
	margin: 15px;
	padding: 5px;
	border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a {
	color: white;
	background: #6C0610;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	min-width: 50px;
	max-height: 45px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
	
}



form {
	background: white;
	color: #145D05;
	float: center;
	margin: 5px;
	height:2500px;
    width:  1000px;
	padding: 10px;
	border-style: inset;
	border-width: 3pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}
textarea {
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}
input {
	margin-left: 500px;
	max-height: 50px;
	max-width: 200px;
	padding: 2px;
	border-style: solid;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}
img {

}
.responsive {
  max-width: 100%;
  height: auto;
}


.hlink {

	text-decoration: none;
	display: inline-block;
	height: 35px;
	text-align:center;
	margin: 5px;
	margin-left: 500px;
	padding: 5px;
	border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}
.spezielleUeber {
	background: white;
	color: #145D05;
	font-size: 110%;
}
.reg_label {
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	float: right;

}
a:hover{
		color: #145D05;
	background: white;
}
.hlink:hover{
	color: white;
	background: #6C0610;
}
.thumb{
	min-width: 150px;
	min-height: 100px;
	margin: 10px;
	padding:10px;
	border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}
.fehlermeldung{
	color:#6C0610;
}

.zusatzinfos{
	
    text-align: right;
	font-size: 20px;
	font-display: fallback;
}
.captcha{
	margin-left: 350px;
}

.pflichtmarker{
	
float:right;
}
.header {
  background-color:  #145D05;
  padding: 10px;
  text-align: center;
  margin:auto;	
}

.footer {
  background-color: #145D05;
  color	:white;
  margin:auto;	
  text-align: center;
  max-width:1000px;
  max-height: 50px;	
  float: center;
  font-weight: 200;	
}
.accordion {
  background-color: #6C0610;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;	
  outline: none;
  font-size: 25px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;	
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.next:link, .next:visited {
  background-color:  #145D05;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  float: left;	
  height: 15px;
  width: 30px;  	
	
}

.next:hover, .next:active {
  background-color: #6C0610;
}

.prev:link, .prev:visited {
  background-color:  #145D05;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;s
  float:right;
  height: 15px;
  width: 30px;	
}

.prev:hover, .prev:active {
  background-color: #6C0610;
 
}

.rechnen{
	height: 35px;
	font-size: 22px;
}

.rechnen:hover, .rechnen:active {
  background-color: #6C0610; color:white;
}

.reset{
	height: 35px;
	font-size: 22px;
}

.reset:hover, .reset:active {
  background-color: #6C0610; color:white;
}




a.artikle{
  border-radius: 50%;
  background-color: #4CAF50; 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  float: right;	
}
.formular-fehler{
 background-color: #6C0610;
 color: white;
 margin-right: 150px;	
  	
}
.facebook{
	
}
.meinartikle{
    max-width:1000px;
	height:%100;
	font-size: 20px;
	text-align:right;
	margin-right:20px;
	font-size: 20px;
	margin: auto;
	padding: 20px;
	overflow: hidden;
	
	
	
	
}
.pagination a {
  color: black;
  float:right;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color:white;
  color: black;
}

.pagination a:hover:not(.active) {background-color:white;}
#nav {
   
	width: 1000px;
	min-height:40px;
	margin: auto;
	padding-top: 30px;
	float: right;

}
#content {
		

	margin: auto;
    height:2000px;
	padding: 20px;
	overflow: hidden;
	border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	scroll-behavior: smooth;


}
#descreibtion{
    max-height: 800px;
    width: 100%;
}
#bmi{
    max-width: 900px;
	max-height: 1000px;
	margin: auto;
	padding: 20px;
	border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	scroll-behavior: smooth;	
}
#meinrezept {
    
    max-width:1000px;
	height:%100;
	font-size: 20px;
	text-align:right;
	margin-right:20px;
	font-size: 20px;
	margin: auto;
	padding: 20px;
	overflow: hidden;
    border-style: groove;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	scroll-behavior: smooth;	
	
}


#indextext {
	text-align:right;
	background: white;
	color: #145D05;
	margin: 5px;
	padding: 10px;
	border-style: inset;
	border-width: 3pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#meldung {
	position:relative;
	top:-180px;
	left:420px;
	text-align: center;
	visibility:hidden;
	background: white;
	color: #6C0610;
	width:200px;
	height:40px;
	margin: -40px;
	padding: 10px;
	border-style: inset;
	border-width: 3pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

#output{
	float: left;
	color: #6C0610;
	text-align: center;
    border-style: inset;
	border-width: 3pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.teil1 {
	float: right;
    padding: 20px;
    width: 60%;
    height: 800px;
    text-align: center;
    background:#FFFCF5;
	border-style: solid;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}

.teil2 {
	float: right;
    padding: 30px;
    width: 40%;
    height: 800px;
    text-align: center;
    background:white;
	border-style: solid;
	border-width: 1pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 2px 3px #888;
	-webkit-box-shadow: 5px 2px 3px #888;
	box-shadow: 5px 2px 3px #888;
}


@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .teil1, .teil2 {
    width: 100%;
  }
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg1{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg2{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
#myImg1:hover {opacity: 0.7;}
#myImg2:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  float:center;    
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
modal-content1, {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
modal-content2 {
  margin: auto;
  display: block;    
  width: 80%;
  float:center;    
  max-width: 700px;
}
 #caption1 
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

 #caption2 
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


/* Add Animation */
.modal-content, .modal-content1, .modal-content2, #caption,  #caption1,   #caption2 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close1{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close2{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content, .modal-content1 , .modal-content2 {
    width: 100%;
  }
}