
@font-face {
    font-family: 'Kaushan Script';
    src: url('fonts/KaushanScript-Regular.eot');
    src: url('fonts/KaushanScript-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/KaushanScript-Regular.woff') format('woff'),
         url('fonts/KaushanScript-Regular.ttf') format('truetype'),
         url('fonts/KaushanScript-Regular.svg#KaushanScript-Regular') format('svg');
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway/Raleway-Regular.eot');
    src: url('fonts/raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/Raleway-Regular.woff') format('woff'),
         url('fonts/raleway/Raleway-Regular.ttf') format('truetype'),
         url('fonts/raleway/Raleway-Regular.svg#Raleway-Regular') format('svg');
}
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Raleway', Helvetica, sans-serif;
  background-repeat: repeat;
  background-image: url("img/design/symphony.png");
  height: 100%;
  
}

a img {
  border: none;
}


a,
a:visited,
a:active {
  text-decoration:none;
  /* color: #007ebd; */
  color: #68A629;
  cursor: pointer;
}

a:hover {
  color: #588C23;
}

p {
  padding: 0px 0px 20px;
  margin: 0px;
  clear:both;
}
h1, h2, h3, h4, h5 ,h6 {
  font-family: 'Kaushan Script', cursive;
}
h1 {
  color: #68A629;
  font-size: 2em;
  margin-top: 0px;
  font-family: 'Kaushan Script', cursive;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

h4 {
  margin-bottom: 10px;
}
.clear {
  clear:both;
}

.teefront_logo {
  display:inline-block;
  vertical-align: baseline;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 5px 0px;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Kaushan Script', cursive;
}

.all {
  margin: 0px auto;
  max-width: 960px;
}

.all.small {
  max-width: 600px;
}

header {
  margin-top: 0px;
  padding: 2px 20px;
  background-color: #333;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

header a {
  display:inline;
}

header img {
  max-width: 150px;
  padding: 12px 20px 0px;
  margin: 0px;
}
.menu-button,
nav#main_nav {
  display:inline-block;
  float: right;
  font-weight: 700;
}
nav#main_nav .flexnav li {
  margin: 5px 0px;
}

/* -- Main Navigation -- */

/* Flexnav Base Styles */
.flexnav {
  padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -khtml-padding-start: 0px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; 
}
.flexnav ul,
nav ul {
  padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -khtml-padding-start: 0px;
}
.flexnav.opacity {
  opacity: 0; 
}
  
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
  
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden; 
}

.flexnav li a {
    position: relative;
    display: block;
    padding: 0.98em 0.96em 0.96em;
    z-index: 2;
    overflow: hidden;
    color: #68A629;
    text-align: left;
    border: 1px solid transparent;
}
.flexnav > li.active > a,
.flexnav > li:hover > a {
  border-bottom-color: #68A629;
}

.flexnav li ul {
  width: 100%;
  border-left: 15px solid #68A629;
}

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

.flexnav li ul.flexnav-show li {overflow: visible;}

.flexnav li ul li:hover a {
    background-color: #68A629;
    color: #333;
  }

.flexnav li ul li a {
  display: block;
}
.flexnav ul li ul li a {
  background: #fff; 
}
.flexnav ul li ul li ul li a {
  background: #fff; 
}
  
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: transparent;
  text-align: center; 
}
.flexnav .touch-button:hover { cursor: pointer; }
  
.flexnav .touch-button .navicon {
  position: relative;
  top: 1em;
  font-size: 12px;
  /* color: #68A629; */
}

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  color: #68A629;
  cursor: pointer;
  margin: 0px;
}

.menu-button.active {
  background-color:#68A629;
  color: #333;
}

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: none;
  text-align: center; 

}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #68A629; 
}

@media all and (min-width: 761px) {
  
  .flexnav {overflow: visible;
    font-size: 14px;
  }
  .flexnav.opacity { opacity: 1; }
  .flexnav .touch-button {
    width: 35px;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
    /*width: 20%; */
  }
  .flexnav li a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
  }

  .flexnav > li > a {
    padding: 0.5em 0.96em ;
  }

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0; 
    width: auto;
    min-width: 150px;
  }
  .flexnav li > ul li { width: 100%; }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0; 
  }

  .flexnav li ul li:hover a {
    background-color: rgba(122,128,119,0.2);
  }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1; 
  }
  .flexnav li ul.open li {
      overflow: visible;
      max-height: 100px;
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
      }

  .menu-button { display: none; } 
}

/* -- / Main Navigation - -*/

article {
  color: #333;
  padding: 40px 0px 100px;
}

article ul,
article ol {
  padding-left: 20px;
}
#content {
  padding: 0px;
  width: 100%;
  padding: 50px 0px 100px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  min-height: 818px;
}

section {
  padding: 0px;
  width: 100%;
  min-height: 100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
section:after {
  display: block;
  clear: both;
  content: " ";
}
.single_entry {
  display: block;
  width: 25%;
  height: 25%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ADD96C;
  position: relative;
  border-bottom: 5px solid #333;
  border-right: 5px solid #333;
  min-height: 250px;
  overflow: hidden;
  background-image: url("img/content/tee_img/erdberone.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px;
}
.single_entry:first-child,
.single_entry:nth-child(4n+1) {
  border-left: 5px solid #333;
}
.single_entry_link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.text_box {
  background-color: rgba(255,255,255,0.5);
  color: #333;
  padding: 10px 15px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0px;
}
.icon_box {
  display: block;
  text-align: right;
}
.recipes_list:after {
  clear: both;
  content: " ";
  display: block;
}
.recipes_list .single_entry {
  width: 50%;
}
.recipes_list .single_entry:nth-child(1),
.recipes_list .single_entry:nth-child(2) {
  border-top: 5px solid #333;
}
.recipes_list .single_entry:nth-child(3) {
  border-left: 5px solid #333;
}
#imprint {
  margin-top: 45px;
}

#imprint .all {
  max-width: 600px;
}


footer {
  background-color: #333;
  color: #ccc;
  padding: 20px;
  clear: both;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff:
}
/* Tags */
#tags {
  max-width: 50%;
  margin: 0px 30px 30px 0px;

}
.tag {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 6px 10px;
  line-height: 1;
  display: inline-block;
  margin: 0px 5px 5px 0px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  
  font-family: 'Kaushan Script', cursive;
  display: inline-block;
  text-align: center;
}

code {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px 20px;
  display:block;
  margin: 40px 0px;
}

.tag_cloud {
  font-family: "Courier New";
  font-size: 20px;
}

.tags_1 {
  font-size: 20px;
}

.tags_2 {
  font-size: 18px;
}

.tags_3 {
  font-size: 15px;
}

.tags_4 {
  font-size: 12px;
}



.single_tag,
.single_tag:visited,
.signle_tag:link,
.single_tag:hover {
  background-color: #68A629;
  color: #333;
  background-size: 18px;
  background-position: 8px center;
  padding-left: 30px;
  font-size: 18px;
}


.honig {background-image: url("img/design/fruit_icons/icon_00_Honig.png");}
.holunderbluetensirup {background-image: url("img/design/fruit_icons/icon_24_Holunderbluetensirup.png");}
.sirup {background-image: url("img/design/fruit_icons/icon_03_Sirup.png"); background-size: 9px; background-position: 13px center;}
.fruchtmix {background-image: url("img/design/fruit_icons/icon_05_Fruchtmix.png");}
.minze {background-image: url("img/design/fruit_icons/icon_04_Minze.png");}
.erdbeere {background-image: url("img/design/fruit_icons/icon_16_Erdbeere.png");}
.himbeere {background-image: url("img/design/fruit_icons/icon_15_Himbeere.png");}
.zitrone {background-image: url("img/design/fruit_icons/icon_10_Zitrone.png");}
.orange {background-image: url("img/design/fruit_icons/icon_11_Orange.png");}
.wassermelone {background-image: url("img/design/fruit_icons/icon_07_Wassermelone.png");}
.holunderblueten {background-image: url("img/design/fruit_icons/icon_25_Holunderblueten.png");}
.granatapfelsirup {background-image: url("img/design/fruit_icons/icon_02_Granatapfelsirup.png");}
.granatapfel {background-image: url("img/design/fruit_icons/icon_28_Granatapfel.png");}
.kirsche {background-image: url("img/design/fruit_icons/icon_21_Kirsche.png");}
.ingwer {background-image: url("img/design/fruit_icons/icon_01_Ingwer.png");}
.apfel {background-image: url("img/design/fruit_icons/icon_23_Apfel.png");}
.melone {background-image: url("img/design/fruit_icons/icon_06_Melone.png");}
.mango {background-image: url("img/design/fruit_icons/icon_08_Mango.png");}
.banane {background-image: url("img/design/fruit_icons/icon_09_Banane.png");}
.limette {background-image: url("img/design/fruit_icons/icon_12_Limette.png");}
.ananas {background-image: url("img/design/fruit_icons/icon_13_Ananas.png");}
.brombeere {background-image: url("img/design/fruit_icons/icon_14_Brombeere.png");}
.traube {background-image: url("img/design/fruit_icons/icon_17_Traube.png");}
.pflaume {background-image: url("img/design/fruit_icons/icon_18_Pflaume.png");}
.aprikose {background-image: url("img/design/fruit_icons/icon_19_Aprikose.png");}
.pfirsich {background-image: url("img/design/fruit_icons/icon_20_Pfirsich.png");}
.birne {background-image: url("img/design/fruit_icons/icon_22_Birne.png"); background-size: 13px auto; background-position: 10px center;}
.beerenmix {background-image: url("img/design/fruit_icons/icon_26_Beerenmix.png");}
.cranberry {background-image: url("img/design/fruit_icons/icon_27_Cranberry.png");}
.sternfrucht {background-image: url("img/design/fruit_icons/icon_29_Sternfrucht.png");}
.kiwi {background-image: url("img/design/fruit_icons/icon_30_Kiwi.png");}
.grapefruit {background-image: url("img/design/fruit_icons/icon_31_Grapefruit.png");}


.icon_tag {
  background-position: center center;
  background-color: transparent;
  height: 20px;
  width: 20px;
  padding: 0px;
  margin: 5px 0px 5px 0px;
}

.icon_tag.minze {
  width: 28px;
}
.icon_tag.zitrone {
  width: 22px;
}
.icon_tag.beerenmix {
  width: 24px;
}

.tag_ingrediants {
  margin: 30px 0px 50px;
}

/* Tags End */

/* -- Single View -- */
.single_view {
  background-color: rgba(255,255,255,0.5);
  padding: 20px;
  margin: 50px 0px 70px;
}
.single_view .images:after {
  display: block;
  content: " ";
  clear: both;
}

.images {
  border: 5px solid #333;
  margin-bottom: 20px;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  background-color: #333;
  overflow:hidden;
  text-align: center;
  height: 200px;

}
.images .teepot {
  background-image: url("img/design/fruit_imgs/img__0011_Teekanne_Minze.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

.single_view .images .tee_img,
.single_view .images .tee_cup_img  {
  float:left;
  width: 40%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #68A629;
  position: relative;
  overflow: hidden;
}

.single_view .images .tee_cup_img {
  width: 59%;
  margin-left: 1%;
  background-image: url("img/design/fruit_imgs/img__0044_Tasse_Tee.jpg");

}
.single_view .images .ingrediant_img {
  height: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}
.single_view .ingrediant_img img {
  height: 100%;

}

/* -- / Single View -- */

/* Login Form */
.login_form {
  max-width: 350px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  margin: 100px auto;
}
.login_form input {
  display: block;
  width: 100%;
  min-height: 30px;
  margin-bottom: 10px;
  vertical-align: baseline;
  font-size: 20px;
}
#login_form label {
  font-size: 0.8em;
  display: block;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #868686;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btn {
  margin: 0px 0px;
  border: 1px solid #68A629;
  padding: 5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #68A629;
  font-family: 'Kaushan Script', cursive;
  background-color: rgba(104,166,41,0.3);
  font-size: 20px;
}
/* / Login Form */

/* -- New Recipe Form -- */
.new_recipe_button {
  margin: 20px auto;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 20px;
}

.forms {
  max-width: 600px;
  padding: 30px 20px;
  background-color: rgba(255,255,255,0.5);
  margin: 20px auto;
  border: 1px solid #68A629;
  border-radius: 10px;
  -moz-border-radius: 10px
  -webkit-border-radius: 10px
}
.forms .formrow {
  display: block;
  margin-bottom: 10px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
}
.formrow:after {
  clear: both;
  display: block;
  content: " ";
}
.formrow label{
  float: left;
  width: 30%;
  display: blocK;
  padding: 3px 0px;
  font-size: 1em;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.formrow.more_fields_labels label {
  width: 32%;
  margin-right: 2%;
  float:left;
}
.formrow.more_fields_labels label:nth-child(3) {
  margin-right: 0%;
} 

.formrow input,
.formrow textarea {
  width: 70%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 31px;
}
.formrow .btn {
  margin: 0px auto;
  float: none;
  display: block;
}
.formrow.more_fields input,
.formrow.more_fields select {
  width: 32%;
  margin-right: 2%;
  float:left;
  min-height: 31px;
}
.formrow.more_fields select:last-child {
  margin-right: 0%;
}

/* -- / New Recipe Form - */


/* -- Show Classes -- */
.only_show_mobile {
  display: none!important;
}
/* -- / Show Classes -- */

@media only screen and (max-width: 900px) {
  .single_entry { width: 33.33%;}

  
   .single_entry:nth-child(4n+1),
   .single_entry:nth-child(5n) {
    border-left: none;
   }

  .single_entry:first-child, .single_entry:nth-child(3n+1) {
    border-left: 5px solid #333;
  }
}
@media only screen and (max-width: 735px) {
  .single_entry { width: 50%;}

 
  .single_entry:nth-child(4n), .single_entry:nth-child(5n) {
    border-left: none;
   }
  .single_entry:nth-child(2n+1),
  .single_entry:first-child {
    border-left: 5px solid #333;
  }

  #tags {
    max-width: 100%;
  }

  nav#main_nav {
    float: none;
    display: block;

  }
}

@media only screen and (max-width: 480px) {
  .only_show_mobile {
    display: block!important;
  }
  body {
    padding:0px;
    max-width:100%;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  #content {
    padding: 0px 0px 100px;
  }
  img {
    max-width: 100%;
    vertical-align: top;

  }

  header {
    position: relative;
    border-bottom: none;
  }

  header a {
    display:block;
    text-align:center;
  }

nav#main_nav {
  float: none;
  display: block;
}

  #home h1 {
    font-size: 20px;
  }

  section ul {
    padding-left: 20px;
  }

  .single_entry { 
    width: 100%; 
    border-left: 5px solid #333;
  }
 
.single_entry:nth-child(4n), .single_entry:nth-child(5n){ 
    border-left: 5px solid #333;
  }

  .single_view .images .tee_cup_img  {
    display: none;
  }
  .single_view .images .tee_img {
    float: none;
    width: 100%;
  }
  #tags {
    max-width: 100%;
  }

  .formrow label{
    float: none;
    width: 100%;
    display: blocK;
  }

  .formrow.more_fields_labels {
    display: none;
  }
  .formrow input,
  .formrow textarea {
    width: 100%;
    float: none;
  }
  .formrow .btn {
    margin-left: 0%;
  }
  .formrow.more_fields input,
  .formrow.more_fields select {
    width: 100%;
    margin-left: 0%;
    float:none;
  }
}

