/*Menueleiste */

#logo {
  position: absolute;
  width: 7.5em;
  left: 0px;
  top: -10px; 
  z-index: +11;
  -webkit-transition: all .20s ease-in-out;
  transition: all .25s ease-in-out;
}

#logo:hover {
  transform: rotate(-5deg) scale(1.1);
}	


#willkommen {
position: absolute;
  left: 8.7em;
  top: 0.3em;
  color: #F7F4E4;
  z-index: 12;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  z-index: +10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
 }

#cssmenu {
float: left;	
position: relative;
top: 2.1em;
left: 7.5em;
} 

.toggleMenu {
    display:  none;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu {
  background: #81A395;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li > a {
  padding: 1em;
  font-size: 1.2em;
  color: #F7F4E4;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .25s ease; 
}

/* Aendere Farbe links bei hover */
#cssmenu > ul > li:hover > a {
  color: #fafafa;
}


/* verstecke Submenus als default */
#cssmenu ul .submenu {
  position: absolute;
  left: -9999px;
}


/* bei hover sind sie wieder da */
#cssmenu ul > li.hover > .submenu {
    left: auto;
}

#css ul li li.hover ul {
    left: 100%;
    top: 0;
}


#cssmenu .submenu {
  background: #F4EFDE;
  border: thin solid #333;
  box-shadow: 0.4em 0.4em 0.4em rgba(0, 0, 0, 0.4);
  width: 28em;		
  margin: 0;
  padding: 0;
  
}

#cssmenu .submenu a {
  padding: 1.0em 0em;
  width: 100%;
  display: flex;
  color: #333;
  align-content: center;
  transition: background .2s ease; 
}

#cssmenu .submenu li:first-child a {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
} 

#cssmenu .submenu li:last-child a {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}  

#cssmenu .submenu img {
  width: 2.3em;
  height: 2.3em;
}

/* Submenu Icon div links */
#cssmenu .submenu div:first-child {
width: 7em;
display: flex;
justify-content: center;
}


#cssmenu .submenu img {
display: block;
margin: auto;
}

/* Submenu Text div rechts */
#cssmenu .submenu div:last-child {
 display: inline-block; 
 width: 100%; 
 text-align: left;
 font-size: 1.0em; 
 font-weight: bold; 
}

#cssmenu .submenu span {
  display: block;
  margin-top: 0.4em;
  font-size: 0.9em;
  font-weight: normal;
  color: #555;
}

#cssmenu .submenu a:hover, #cssmenu .submenu a:focus {
  background: #f6f095;
  color: #111;
}

#cssmenu .submenu a:hover span, #cssmenu .submenu a:focus span {
  color: #111;
}

#topcontainer   /*eigentlich css_layout  */
{
position: relative;  
} 


@media screen and (max-width: 63em) {
#cssmenu > ul > li > a {
  padding: 1em 0.7em 1em 0.7em;
}

#willkommen {
 left: 8.3em;
}

}

@media screen and (max-width: 58em) {
.minimize {
display: none;
}
}

@media screen and (max-width: 720px) {

#topcontainer   /*eigentlich css_layout  */
{
height: 5em;
} 

#containermitte   /*eigentlich css_layout  */
{
min-height: calc(100% - 5em);
}


#top  /*eigentlich css_layout  */
{
height: 5em;
} 


#logo {
  width: 6.0em;
  left: 0em;
  top: -0.5em; 
} 

#willkommen {
 left: 6.8em;
 top: -0.5em; 
} 

#cssmenu {
  width: 100%;
  top: 2.1em;
  left: 0;
  position: relative;
  background: transparent;
 }
 
 .toggleMenu {
  position: absolute;
  font-size: 1.2em;
  color: #F7F4E4;
  left: 5.7em;
  top: 0;
  text-decoration: none;
}

#cssmenu .submenu {
  position: relative;
  display: block;
  width: 100%;
  z-index: +10;
  margin: 0 auto;
  border: none;
  border-radius: 0em;
  box-shadow: none;
  
} 

#cssmenu .submenu li:last-child a, #cssmenu .submenu li:first-child a {
border-radius: 0em;
}  

#cssmenu .hamburger {
    position: relative;
    top: 0.2em;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.3em;
    border-top: 0.2em solid #F7F4E4;
    border-bottom: 0.2em solid #F7F4E4;
}

#cssmenu .hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #F7F4E4;
}

 
#cssmenu > ul > li {
  float: none;
} 
   
#cssmenu > ul > li {
  position: relative;
  top: 2.5em;
  left: 0;
  width: 100%;
  background: #81A395;
  text-align: center;
 }
  
#cssmenu ul > li.hover .submenu, #cssmenu ul li .submenu.hover a {
  position: static;
}

#cssmenu .nav {
  display: none;
}    

.minimize {
  display: inline;
 }    

}

@media screen and (max-width: 541px) {
#logo {
  width: 5.5em;
  left: 0px;
  top: 0px; 
} 

.toggleMenu {
  left: 5em;
 }
 
#willkommen {
 left: 5.8em;
 top: -0.3em; 
} 

}










/******************************
***************Fusszeile*************/
#fusszeile {
margin-left: 0.5em;
}

#fusszeile a, #fusszeile p {
 font-size: 0.8rem;
}

#statistik_unten {
 margin-top: -1em; 
 color: #333;  
}



/******************************
**Login Menu*****************/

#loginMenuoben {   /* LOGIN Button im Menu */
  border: 0;
  padding: 0.8em;
  font-size: 1.2em;
  background-color: #81A395;
  color: #F7F4E4;
  cursor: pointer;
  transition: color .25s ease;
}

#loginMenuoben:hover {
  color: #FFF;
}


/*Rezeptsuche*****************************************/
/*****************************************************/
#rs_wrapper {
width: 95%;	
margin: 0 auto;
}

#rezeptsucheToggle {
  cursor : pointer; 
}

div.rs_block13 {
margin: 0 0 1em 0;	
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
display: flex;
flex-wrap: nowrap;
}

div.rs_block12 {
-webkit-flex: 2;
flex: 2 auto;
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
display: flex;
flex-wrap: nowrap;
}

div.rs_block1 {
-webkit-flex: 1;
flex: 1 auto;  
}

div.rs_block2 {
-webkit-flex: 1;
flex: 1 auto;
}

div.rs_block3 {
-webkit-flex: 1;
flex: 1 auto;
}


div.rs_block1>div, div.rs_block2>div, div.rs_block3>div {
margin-bottom: 0.3em;
width: 100%;
}

#rs_wrapper select, #rs_wrapper input[type=text] {
 width: 100%;
} 

#rs_wrapper input[type=text] {
 height: 1.8em;
} 


#rs_anf_txt img, #rs_klon_txt img, #rs_gutdokumentiert_txt img, #rs_preis_txt img {
width: 7.5em;
margin-top: 2px;
}


#rs_wrapper .aktiv {
border: thin solid #81A395;
}

div.rs_zeit {
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}

div.rs_zeit img {
width: 3em;
}


div.rs_zeit_wrapper .top {
margin-top: 0.1em;
margin-bottom: -0.1em;
}

div.rs_zeit_wrapper .bottom {
flex: 1;
}

div.rs_zeit_wrapper .rechts {
text-align: right;
}


div.rs_zeit input[type=date]::-webkit-inner-spin-button, 
div.rs_zeit input[type=date]::-webkit-outer-spin-button,
div.rs_zeit input[type="date"]::-webkit-calendar-picker-indicator { 
    display:none;
    -webkit-appearance: none;
    margin: 0;
}

div.rs_zeit input[type=date]
 {
width: 95%;
padding: 0.1em 0.1em;
border:1px solid #ccc;
font-size:0.8em; 
font-family: Ubuntu, arial, sans-serif;
color: #888;
transition:.2s linear border;
box-sizing:border-box;
height: 2.0em;
}



div.flex_container50 .right {
 -webkit-flex: 1;
 flex: 1;
 display: inline-block; 
 text-align: left;
 margin: 0 0 0 0.3em;
}


div.zutat {
position: relative;
}

div.zutat a.entferne_zutat {
display: block;	
position: absolute;
font-size: 1.5em;
top: 0.1em;
left: -1.3em;
outline: none;
}

div.zutat a.entferne_zutat:hover {
color: #fa4f05;
transition: color .1s ease;
}

div.zutat {
margin-left: 1.8em;
}

#rs_plus_suche {
display: flex;
width: 100%;
}

#rs_plus_suche input {
margin-top: 5px;
}

div.plus_zutat {
display: flex;	
height: 35px; /*change this and the width
for the size of your initial circle*/
width: 35px;
border-radius: 50%;
border: none;
background: #32506d;
box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
outline: none;
margin-right: 5px;
}

div.plus_zutat span {
font-size: 11px;
color:#fff;
margin: auto;
}

div.plus_zutat:hover {
background: #45668e;
transition: background .1s ease;
 }

#rs_wrapper .button {
width: 7em;
}


@media screen and (min-width: 61.3em) {

div.rs_block13 {
-webkit-flex-direction: column;
flex-direction: column;
}

div.rs_block12 {
-webkit-flex-direction: column;
flex-direction: column;
}

}

@media screen and (max-width: 61.2em) {

div.rs_block13 {
-webkit-flex-direction: row;
flex-direction: row;
}
div.rs_block12  {
-webkit-flex-direction: row;
flex-direction: row;
}

div.rs_block1, div.rs_block2 {
margin-right: 0.6em;
}

}

@media screen and (max-width: 38em) {

div.rs_block12  {
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex: 1;
flex: 1 auto;
}

}

@media screen and (max-width: 27em) {

div.rs_block13  {
-webkit-flex-direction: column;
flex-direction: column;
}

div.rs_block1, div.rs_block2 {
margin-right: 0;
}

}


/*******************************************************/

/*DB Statistik rechts*************************************************************/
/*************************************************************************/
#statistik_rechts div {
display: block;
padding: 0;
margin: 0;
}

#statistik_rechts div.left {
 float: right; 
 width: 72%;
}

#statistik_rechts div.right {
 float: right;
 width: 25%
}


#statistik_rechts div.left p {
 font-size: 0.9em;
padding: 0;
margin: 0; 
}

#statistik_rechts div.right p {
 font-size: 0.9em;
 font-weight: bold;
 padding: 0;
 margin: 0; 
}

#logo2 {
width: 70%;
}

/*Rezeptliste*************************************************************/

#lr_block {
width: 95%;	
margin: 0 auto;
box-sizing: border-box;
}

#lr_block a {
outline: none;
}

div.lr {
width: 100%;
padding: 0.5em 0.1em 0.5em 0.5em;
box-sizing: border-box;
}

div.lr:nth-child(even) {
	background-color: #F7F4E4; 
	transition: background-color .2s ease;
}
div.lr:nth-child(odd) {
	background-color: #EEEBD9; 
	transition: background-color .2s ease;
}

div.lr:hover {
	background-color: #f6f095;
}

div.lr:first-child {
 border-top-left-radius: 0.5em;
 border-top-right-radius: 0.5em;
}

div.lr:last-child {
 border-bottom-left-radius: 0.5em;
 border-bottom-right-radius: 0.5em;
}

div.lr_element12 {
width: 100%;
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
display: flex;
flex-wrap: wrap;
}

div.lr_element1 {
width: 19em;
}


div.lr_name_sorte_icons   {
display: flex;
display: -webkit-flex; /* Safari */
flex-direction: row;
-webkit-flex-direction: row;
flex-wrap: wrap;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
justify-content: flex-start;    
}

div.lr_element2 {
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
}

img.icon_col, img.icon_anfaenger, img.gutdokumentiert, img.preisgewinner, img.icon_kommentare, span.zahl_kommentare, span.zahl_empfehlungen, img.icon_empfehlungen, img.icon_klonbier {
 position: relative;
}

div.lr_sw, div.lr_ibu, div.lr_col, div.lr_ferm, div.lr_alc {
padding-right: 1.2em;
color: #333;
}

div.lr_col {
margin-top: -0.1em;
}

div.lr_sw, div.lr_ibu, div.lr_alc {
margin-top: 0.5em;
}

div.lr_name {
color : #a93000;
font-weight: bold;
font-size: 1.1em;
margin-right: 0.3em;;
}

span.lr_sorte {
font-weight: normal;	
font-style: italic;
font-size: 0.8em;
color: #333;
white-space: nowrap;
}


div.lr_autor {
font-size: 0.9em;
color: #333;
margin: 0.4em 0 0.4em 0;
}

div.lr_kurzbeschr {
font-size: 0.9em;
font-style: italic;
color: #333;
}

div.lr_klon {
color: #333;
margin-top: 0.2em;
}

span.zahl_kommentare, span.zahl_empfehlungen {
 font-size: 0.9em;
 color: #333; 
}

img.icon_gaerung {
 width: 2.5em;
}

img.icon_col {
 top: 0.5em;
 left: 0.1em;
 margin-left: -2px;
 margin-right: -4px;
 width: 1.7em;
}

img.icon_anfaenger {
 width: 1.1em;
 margin-right: 0.2em;
 top: 0.1em;
}

img.icon_preisgewinner {
 width: 1.1em;
 margin-top: 0.4em;
 margin-right: 0.3em;
 margin-left: -0.1em;
}

img.icon_gutdokumentiert {
 width: 1.1em;
 top: 0.1em;
 margin-right: 0.3em;
}

img.icon_kommentare {
 width: 1.1em;
 top: 0.1em;
}

span.zahl_kommentare {
 top: -0.3em;
 left: 0.2em;
 margin-right: 0.2em;
 font-size: 0.8em;
 color: #333;
}

img.icon_empfehlungen {
 left: 0.2em;
 width: 1.1em;
 top: 0.0em;
}

span.zahl_empfehlungen {
 top: -0.3em;
 left: 0.4em;
 font-size: 0.8em;
 color: #333;
}

img.icon_klonbier {
 top: 0.1em;
 left: 0em;
 margin-right: 0.2em;
 width: 1.1em;
}

#bookmarks_del {
margin-bottom: 0;
margin-top: 0.8em;
}

#bookmarks_del a {
 color: #555;
 transition: color .2s ease;
}

#bookmarks_del a:hover {
 color: #111;
}

/*media queries  */
@media screen and (max-width: 62em) {

#lr_block {
width: 100%;	
}
}

@media screen and (max-width: 28em) {

div.lr_sw, div.lr_ibu, div.lr_col, div.lr_ferm, div.lr_alc {
padding-right: 0.7em;
}
div.lr_col {
padding-right: 0.3em;
}
}


@media screen and (max-width: 22em) {

img.icon_col {
display: none;
}
div.lr_col {
padding-right: 0.4em;
margin-top: 0.5em;
}
div.lr_sw, div.lr_ibu, div.lr_ferm, div.lr_alc {
padding-right: 0.9em;
}
}


p.aufruf {
 color: #333;
 font-weight: bold;
 text-align: center;
 font-size: 0.9em;
}

div.pagination {
	  text-align: center;
     margin: 1em 0 1em 0;
   }

div.pagination a {
	margin: 0 0.2em 0 0.2em;
	font-weight: bold;
   text-decoration: none; 
	color : #333;
}

div.pagination span.aktuell {
	padding: 0.1em 0.4em 0.1em 0.4em;
	font-weight: bold;
	background-color: #b65100;
	color: #eee;
   -moz-border-radius:0px;
   -webkit-border-radius:0px;
   border-radius:0px
}

#icon_zurueck_liste, #icon_vor_liste {
position: relative;
top: 0.15em; 
font-size: 1.5em; 
}







/**********************
Rezept**************************************/
#rezept {
margin: 2em 0 0 0;
}


#rezeptfehler {
  width: 38em;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #a93000;
}

#rezeptfehler img { 
  width: 3rem;
  float: left;
  margin: 0.2em 1em 0.4em 0.4em;
}

#modbereich_wrapper, #modbereich {
  width: 38em;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 4em;
}

#modbereich textarea {
 width: 100%;
 height: 8rem;
}


#actions {
display: -webkit-flex; /* macht aus dem flex-item kopf_rechts seinerseits wieder eine Flexbox */
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
width: 38em;
margin: 0 auto;
}

#actions > div {
display: flex;
flex-direction: column; 
justify-content: center;
vertical-align: top;
text-align: center;
margin: 0 0 0 0.5rem;
}

#actions .circle {
width:1.8rem;
height:1.8rem;
line-height: 1.8rem;
border-radius:50%;
font-size:1.2rem;
color:#fff;
text-align:center;
margin: 0 auto;
background: #32506d;
}


#actions .icon_text {
font-size: 0.8rem;
color: #32506d;
}

#actions .circle:hover {
background: #45668e;
transition: background .25s ease; 
}

#actions .icon_text:hover {
color: #45668e;
transition: color .25s ease; 
}


#actions .circle_icon_container img {
  width: 1.8em;
  margin-bottom: -0.4em;
  opacity: 1.0;
  transition: opacity .15s ease; 
}

#actions .circle_icon_container img:hover {
  opacity: 0.9;
}

#qr_rezept {
 width:100%;
 display: flex;
 flex-direction: column; 
 justify-content: center;
 vertical-align: top;
 text-align: center;
 margin-top: 0.5em;
 margin-bottom: 2em;
}

#qr_rezept div {
color : #333;
font-weight: bold;
font-size: 1.0em;
margin-bottom: 0.5em;
}


#delrezept p {
 text-align: center;
 color: #32506d;
 font-weight: bold;
 padding: 0;
}

#delrezept p a {
 color: #32506d;
}

#rezept .info {
 text-align: left;
 margin: 0.5em 0 0.5em 0;
 font-size: 0.8rem;   
}

#rezept .main {
width: 38em;
margin: 0 auto;
border-radius: 0rem;
box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.4);
background-color: #FFF;
padding: 1rem;
text-align: center;
position: relative;
box-sizing: border-box;
}

#rezept .main p {
 margin: 0;
 padding: 0 0 0.2rem 0;
}

#rezept .name {
color : #a93000;
font-weight: bold;
font-size: 1.5em;
}

#rezept p.sorte {
font-style: italic;
font-size: 1.2rem;
padding: 0 0 0.5rem 0;
}

#rezept .imgebc {
 position: absolute;
 top: 1.5rem;
 left: 1.2rem;
 width: 7rem;
}

#rezept p.klon {
font-weight: bold;
font-size: 0.9rem;
}

#rezept p.daten {
font-weight: bold;
font-size: 0.9rem;
}

#rezept p.cp {
font-style: italic;
font-size: 1.0rem;
}

#rezept .hauptzutat {
text-transform: uppercase;
text-align: left;
display: block;
margin-top: 0.5em;
color : #a93000;
font-weight: bold;
}

#rezept .flex_container {
display: -webkit-flex;
display: flex;
-webkit-align-items: baseline;
align-items: baseline;
}

#rezept .flex_container .left {
 -webkit-flex: 1;
 flex: 1;	 
 text-align: right;
 margin: 0;
}
#rezept .flex_container .right {
 -webkit-flex: 1;
 flex: 1;
 display: inline-block; 
 text-align: left;
 margin: 0 0 0 0.3em;
}

#rezept .dekoktion {
padding-left: 1.0rem;	
text-align: left;
}


#empfehlen {
  width: 38em;
  margin: 0 auto;
  margin-top: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#empfehlen div {
  font-size: 0.8em;
  color: #777; 
  margin-left: 0.5em;
  text-align: right;
}

#empfehlen img {
  width: 4em;
}

#empfehlen div.img {
  margin-top: -0.5em;
}

#empfehlen div.img img {
  width: 3em;
}

#empfehlen .empfehlenIcon:hover {
  cursor: pointer;
}

#rezept .aside div {
 padding-bottom: 0.5rem;
}


#rezept .aside .userbild {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0.5rem;
 max-width: 100%;
 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

#rezept .kommentarfeld {
 width: 100%;
 height: 8rem;
}

#rezept .userkommentare {
 padding: 0.8rem;
}

#rezept .userkommentare p {
 padding: 0.1rem;
 margin: 0;
}
	
#rezept .userkommentare:nth-child(even) {
	background-color: #F7F4E4;; 
}
#rezept .userkommentare:nth-child(odd) {
	background-color: #EEEBD9; 
}

#rezept input[type=submit] {
	height: 1.5rem;
	padding: 0.1rem 0.3rem 0.1rem 0.3rem;
}



#nutzerkommentareWrapper {
  margin-top: 1em;
}

.nutzerKommentarBox {
 padding: 0.8em;
}

#kommentarbereich textarea {
 width: 100%;
 height: 8rem;
}

#kommentarbereich button {
  cursor : pointer;
  padding: 0.4em 0.8em;
  background: #77BD09;
  border-style: none;
  color: #fff;
  font-size: 0.8em; 
  font-weight: bold;
  letter-spacing: 1.5px;
}

#kommentarbereich button:hover {
 background: #7DC708;
}


.nutzerKommentarBox:nth-child(even) {
  background-color: #F7F4E4; 
}

.nutzerKommentarBox:nth-child(odd) {
  background-color: #EEEBD9; 
}

.kommentarDatum {
 font-size: 0.8em;  
}

.kommentar_text {
 margin-top: 0.3em;
 white-space: pre-line;
}

.aenderungshinweis {
 font-style: italic;
 font-size: 0.8em;
 margin-top: 0.5em;
}

.nutzerkommentarEditButton {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: grey;
  cursor: pointer;
}

.nutzerkommentarDelButton {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: red;
  cursor: pointer;
}




/*media queries  */
@media screen and (max-width: 42rem) {

#actions, #rezept .main, #empfehlen, #modbereich_wrapper, #modbereich, #rezeptfehler {
width: 100%;
}

}

/*media queries  */
@media screen and (max-width: 38rem) {

#rezept .imgebc {
width: 5rem;
top: 1.5rem;
left: 0.5rem;
}

}

/*media queries  */
@media screen and (max-width: 30rem) {

#rezept .imgebc {
display: none;
}

}


/**********************************************++++
*************Kontakt*/

#img_ich { 
  width: 6rem;
  float: left;
  margin: 0.2em 1em 0.4em 0.4em;
}

div.kontaktform {
  max-width: 45rem;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

div.kontaktform .flex_container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 0.2rem;
}

div.kontaktform .flex_container .left {
  -webkit-flex: 1;
  flex: 1;	 
  text-align: right;
  margin: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

div.kontaktform .flex_container .right {
  -webkit-flex: 2;
  flex: 2;
  text-align: left;
  margin: 0 0 0 0.3em;
}


div.kontaktform input[type=text] {
  width: 100%;
}

div.kontaktform textarea {
  width: 100%;	
  height: 8rem;
  font-family: Ubuntu, arial, sans-serif;
  font-size: 1.0em;
}  

div.kontaktform input[type=text], div.kontaktform textarea  {
 background-color: transparent;
 border-top-style: none;
 border-left-style: none;
 border-right-style: none;
 box-shadow: none;
}  





/**********************************************++++
*************Add/Update Rezept*/

#rz_plusup {
max-width: 45rem;
margin: 0 auto;
letter-spacing: 1px;
}

#rz_plusup input, #rz_plusup select, #rz_plusup textarea {
margin: 0;
box-shadow: none;
padding: 0.2em
}

#rz_plusup input {
height: 1.6em;
}

#rz_plusup select {
height: 1.8em;
}

#rz_plusup textarea {
font-size: 1.3em;
}

#rz_plusup select {
font-size: 0.9em;
}

#rz_plusup div.flex {
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
margin-top: 0.5em;
}

#rz_plusup div.flex .left {
  -webkit-flex: 1;
 flex: 1;	 
 text-align: right;
 margin: 0;
}

#rz_plusup div.flex .right {
 -webkit-flex: 1;
 flex: 1;
 text-align: left;
 margin: 0 0 0 0.3em;
 align-self: flex-end;
}

#rz_plusup_name {
width: 15em;
}

#rz_plusup_sorte select {
width: 16.5em;
}
#rz_plusup_klon {
top: -22px;    
}

#klonbiericon {
width: 6em;
}

#rz_plusup_kurzbeschreibung {
margin: 0.5em auto 0 auto;
max-width: 45em;
}

#rz_plusup_kurzbeschreibung textarea {
width: 100%;
height: 5em;
}

#rz_plusup_eckdat input {
width: 3em;    
}

#imgebc {
width: 40em;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
}

#rz_plusup_schuettung div.left input {
width: 12em;    
}

#rz_plusup_schuettung div.right input {
width: 4.5em;    
}

#rz_plusup_schuettung div.right select {
width: 4em;    
}

#rz_plusup_maische input {
width: 3em;    
}

#rz_plusup_maische select {
width: 11.5em;
}

#rz_plusup_hopfen .right {
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#rz_plusup_hopfen .left input {
width: 12em;
}

#rz_plusup_hopfen .right input, #rz_plusup_hopfen .gesamtkz input {
width: 4em;
}

#rz_plusup_hopfen select {
width: 7.5em;
}

@media screen and (max-width: 40em) {
#rz_plusup_hopfen .right:not(.gesamtkz) {
-webkit-flex-direction: column;
flex-direction: column;
}
}

#rz_plusup_sonst .right {
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#rz_plusup_sonst .left input {
width: 12em;
}

#rz_plusup_sonst .right input {
width: 4em;
}

#rz_plusup_sonst .right input:not(.menge) {
width: 2.5em;
}

#rz_plusup_sonst select {
width: 5em;
}

@media screen and (max-width: 42em) {
#rz_plusup_sonst .right {
-webkit-flex-direction: column;
flex-direction: column;
}
#rz_plusup_sonst .right input:not(.menge) {
width: 4em;
}
}

#rz_plusup_gaerung select.gaerung {
width: 8em;
}

#rz_plusup_gaerung select:not(.gaerung) {
width: 5em;
}

#rz_plusup_gaerung input.lang {
width: 14em;
}

#rz_plusup_gaerung input:not(.lang) {
width: 4em;
}

#rz_plusup_bemerkung {
margin: 0.5em auto 0 auto;
max-width: 45em;
}

#rz_plusup_bemerkung textarea {
width: 100%;
height: 8em;
}

#rz_plusup_bild img {
max-width: 100%;
}

#rz_plusup_bild input[type=checkbox] {
display: inline-block;
margin-right: 0.2em;
position: relative;
top: 0.4em;
}

#rz_plusup_email {
margin-top: 1.5em;
}

#rz_plusup_email input[type=checkbox] {
display: inline-block;
margin-right: 0.2em;
position: relative;
top: 0.4em;
}

#rz_plusup_submit {
margin-top: 1.5em;
display: flex;
align-items: center;
justify-content: center;
}

#rz_plusup_submit input[type=submit] {
padding: 1em 1em 2em 1em;

}

@media screen and (max-width: 35em) {

#ebcskala, #rz_plusup_name, #rz_plusup_sorte select, #rz_plusup_kurzbeschreibung {
width: 100%;
}

#rz_plusup div.flex .left {
 -webkit-flex: 1;
 flex: 1;	 
}

#rz_plusup div.flex .right {
 -webkit-flex: 1.5;
 flex: 1.5;
}

#rz_plusup_schuettung div.left input, #rz_plusup_hopfen div.left input, #rz_plusup_sonst div.left input, #rz_plusup_gaerung input.lang {
width: 100%;    
}

}



#rs_container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}  

#rs_sort, #rs_mais, #rs_gaer, #rs_orde, #rs_klon, #rs_anfa, #rs_such, #rs_sons, #rs_subm {
  width: 100%;
  padding: 1em;
  margin-bottom: .5em;
  font-family: sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: thin solid #333;
} 

#rs_subm {
height: 100px;
}

@media screen and (max-width: 55em) {

#rs_sort, #rs_mais, #rs_gaer, #rs_orde, #rs_klon, #rs_anfa, #rs_such, #rs_sons, #rs_subm {
  width: 32%;
  border: thin solid #839;
}

#rs_sort {order: 1;    }
#rs_mais {order: 3;    }
#rs_gaer {order: 5;    }
#rs_orde {order: 7;    }
#rs_klon {order: 2;    }
#rs_anfa {order: 4;    }
#rs_such {order: 6;    }
#rs_subm {order: 8;    }

}


@media screen and (max-width: 45em) {

#rs_sort, #rs_mais, #rs_gaer, #rs_orde, #rs_klon, #rs_anfa, #rs_such, #rs_sons, #rs_subm {
  width: 43%;
  border: thin solid #839;
}
}


@media screen and (max-width: 35em) {

#rs_sort, #rs_mais, #rs_gaer, #rs_orde, #rs_klon, #rs_anfa, #rs_such, #rs_sons, #rs_subm {
  width: 100%;
  border: thin solid #333;
}

#rs_sort {order: 1;    }
#rs_mais {order: 2;    }
#rs_gaer {order: 3;    }
#rs_orde {order: 4;    }
#rs_klon {order: 5;    }
#rs_anfa {order: 6;    }
#rs_such {order: 7;    }
#rs_subm {order: 8;    }

}


/**********************************************++++
*************mod Rezeptliste*/

#mod_rezeptliste .mod_rezeptliste_flex {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1em;
}


@media screen and (max-width: 45em) {

#mod_rezeptliste .mod_rezeptliste_flex {
  flex-flow: column nowrap;
}
}





/**********************************************++++
*************Nutzer Update*/
#form_nutzerupdate {
max-width: 45rem;
margin: 0 auto;
margin-top: 1em;
}

#form_nutzerupdate .flex_container50 {
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-end;
align-items: flex-end;
padding: 0.3rem;
}


/***************
************Admin Passwort vergessen*/
#form_pwvergessen, #form_nutzerreset {
  margin-bottom: 3em;
}

#form_pwvergessen div.flex_container, #form_nutzerreset div.flex_container {
display: flex;
align-items: flex-start;
margin-top: 0.5em;}

#form_pwvergessen div.flex_container .left, #form_nutzerreset div.flex_container .left {
 flex: 1;  
 text-align: right;
 margin: 0;
}
#form_pwvergessen div.flex_container .right, #form_nutzerreset div.flex_container .right {
 flex: 1;
 text-align: left;
 margin-left: 0.4em;
}



/***************************************************
**********************************Loader*/

/*
Credit: https://projects.lukehaas.me/css-loaders/ */

.loader,
.loader:before,
.loader:after {
  background: #81A395;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #81A395;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
