/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, recipessub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i {
    font-style: italic;
}
hr {
    border: 0;
    background: #cecdcd;
    height: 1px;
    margin: .5em 0;
}
h3 {
    font-size: 24px;
    font-weight: 700;
}
/* RESET END*/

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body, html {
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {    
      color: #ffffff;
      background: #f5f5f5;
      font-family: "open sans";
      font-size: 1em;
      font-weight: 300;
      
      overflow-x: hidden;
      overflow-y: scroll;
      
      position: fixed;
      
      width: 100%;
      height: 100%;
      
}

.bg {
    background: url("../images/background2.jpg") no-repeat center fixed;
    box-shadow: 0 0 250px #000 inset;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.bg::after {
    background-image: url("../images/pattern.png");
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7;
}

.show_results .bg {
    display: none;
}

a {
    color: #fff;
    text-decoration: none;
    position: relative;
    
    transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
}
.user_hello a:before {
    position: absolute;
    left: -10px;
    top:50%;
    content: "»";
    transform: translateY(-50%);
}

a:focus {
    outline: 0;
}
body.show_results {
    position: static;
}
body.hide_content .search_bar, body.hide_content .oft_gesucht{
    opacity: 0;
    position: relative;
    z-index: -1;
    height: 0;
    
    /*filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);*/
    
    transform: rotateX(35deg) translate3D(0,-70%,0);
    -webkit-transform: rotateX(35deg) translate3D(0,-70%,0);
    -moz-transform: rotateX(35deg) translate3D(0,-70%,0);
    -ms-transform: rotateX(35deg) translate3D(0,-70%,0);
    -ms-transform: rotateX(35deg) translateY(-70%);
    -o-transform: rotateX(35deg) translate3D(0,-70%,0);
    transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;

}
body.hide_content .oft_gesucht {
    transform: rotateX(45deg) translate3D(0,-150%,0);
    -webkit-transform: rotateX(45deg) translate3D(0,-150%,0);
    -moz-transform: rotateX(45deg) translate3D(0,-150%,0);
    -ms-transform: rotateX(45deg) translate3D(0,-150%,0);
    -ms-transform: rotateX(45deg) translateY(-150%);
    -o-transform: rotateX(45deg) translate3D(0,-150%,0);
    transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    position: relative;
    z-index: -1;
}
body.hide_content .logo{
    transform: translate3D(0,100%,0) scale(2);
    -webkit-transform: translate3D(0,100%,0) scale(2);
    -moz-transform: translate3D(0,100%,0) scale(2);
    -ms-transform: translate3D(0,100%,0) scale(2);
    -ms-transform: translateY(100%) scale(2);
    -o-transform: translate3D(0,100%,0) scale(2);
}
body footer{
    transform: translate3D(0,100%,0);
    -webkit-transform: translate3D(0,100%,0);
    -moz-transform: translate3D(0,100%,0);
    -ms-transform: translate3D(0,100%,0);
    -ms-transform: translateY(100%);
    -o-transform: translate3D(0,100%,0);
}
body.hide_content .logo h1 > span {
    color: #fff;
}

.rezepte_vorgestellt{
    display: none;
    opacity: 0;
    position: absolute;
    height: 212px;
    width: 100%;
    left: 0;
    top: 0;
}


body.show_results header, body.show_results .rezept_container, body.show_results .rezepte_vorgestellt, body.show_results footer{
    opacity: 1;
    transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -ms-transform: translateY(0);
    -o-transform: translate3D(0,0,0);
    display: block;
}
body.show_results #container .content {
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -ms-transform: translateY(0);
    -o-transform: translate3D(0,0,0);
    
    background: url("../images/background2.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
body.show_results #container .content::after {
    background-image: url("../images/pattern.png");
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
body.show_results .logo {
    transform: scale(0);
    opacity: 0;
    height: 0;
}
/* TODO
body.show_results . {
    display: inline-block;
}*/
body.show_results .header_logo,
body.show_results .search_icon {
    opacity: 1;
    pointer-events: auto;
}

header {
    height: 65px;
    background: #ff6a3d;
    box-shadow: 0 0 35px rgba(0,0,0,0.5), 0 -1px 0 rgba(255,255,255,0.1) inset;
    border-bottom: 3px solid rgba(16,16,16,.3);
    /*transform: translate3D(0,-100%,0);
    -webkit-transform: translate3D(0,-100%,0);
    -moz-transform: translate3D(0,-100%,0);
    -ms-transform: translate3D(0,-100%,0);
    -ms-transform: translateY(-100%);
    -o-transform: translate3D(0,-100%,0);*/
    
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
}

.clear {
    clear: both;
}
.header_logo {
    font-family: "Norican";
    color: #fff;
    font-size: 2.5em;
    line-height: 60px;
    float: left;
    
    opacity: 0;
    pointer-events: none;
}
.header_login {
    float: right;
}
.user_info {
    height: 65px;
    float: left;
    padding-right: 2em;
    border-right: 1px solid rgba(0,0,0,0.1);
    box-shadow: 
        1px 0 0 rgba(255,255,255,0.1),
        1px 0 0 rgba(255,255,255,0.1);
}
.user_hello {
    margin-right: 1em;
}
.user_hello,.avatar {
    display: inline-block;
    vertical-align: middle;
}
.user_info .avatar {
    height: 45px;
    width: auto;
    margin: 10px 0;
    box-shadow: 0 0 15px rgba(100,45,10,0.4);
}
.login, .search_icon, .user_profile_mobile {
    line-height: 65px;
    display: inline-block;
    padding: 0 2em;
    border-right: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 0 0 rgba(255,255,255,0.1);
}
.user_profile_mobile {
    border-left: 1px solid rgba(0,0,0,0.1);
    box-shadow: 
        1px 0 0 rgba(255,255,255,0.1),
        -1px 0 0 rgba(255,255,255,0.1);
}
.search_icon, .login a .fa {
    font-size: 1.2em;
}
.logo_hover {
    position: absolute;
    color: #fff;
}
.logo_hover:hover {
    color: #666;
}
.logo_hover::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.logo_hover:hover::before {
    transform: scale(0.9);
    opacity: 0;
}
.user_info .logout {
    font-size: 0.8em;
}
.user_info .logout:hover, .login a:hover {
    color: #fff;
}
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#container {
    position : relative;
    z-index: 10;
    min-height: 100%;
}

#container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate3D(-50%,-50%,0);
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translate3D(-50%,-50%,0);
    
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    width: 100%;
}

#container .content .content_inner {
    max-width: 700px;
    padding-bottom: 50px;
    margin: 0 auto;
    
    position: relative;
    z-index: 10;
}

.logo h1 {
    font-size: 5em;
    font-family: "Norican";
    text-align: center;
}

.logo {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
}
.logo h1 > span {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    
    position: relative;
}

.logo h1 > span, .orange {
    color: #ff6a3d;
}
.header_login a:hover, .header_login a:focus {
    color: #23527c;
}

.search {
    perspective: 500px;
}

.search_bar {
    border-radius: 3px;
    background: #F5F5F5;
    box-shadow: 
        0 0 35px rgba(0,0,0,0.3),
        0 2px 0 #CCC,
        0 3px 0 #CCC;
    padding: 10px;
    
    transition: all 600ms ease 300ms;
    -webkit-transition: all 600ms ease-out 200ms;
    -moz-transition: all 600ms ease-out 200ms;
    -ms-transition: all 600ms ease-out 200ms;
    -o-transition: all 600ms ease-out 200ms;
}
.placeholder_searchbar {
    height: 60px;
}
.search_inner input, input.form-control{
    font-family: "open sans";
    border: none;
    height: 52px;
    width: 100%;
    display:block;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    /*box-shadow: 0 0 1px rgba(0,0,0,0.3) inset, 0 -3px 0 rgba(0,0,0,0.1) inset;*/
    border-bottom: 3px solid #c9c9c9;
    padding: 0em 1.5em;
    color: #686868;
    font-size: 1em;
    
    transition: border 600ms ease;
    -webkit-transition: border 600ms ease-out;
    -moz-transition: border 600ms ease-out;
    -ms-transition: border 600ms ease-out;
    -o-transition: border 600ms ease-out;
}
.search_inner input:focus, input.form-control:focus {
    border-color: #ff6a3d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.search_inner button {
    line-height: 39px;
    box-shadow: 0 -3px 0 #c9c9c9 inset;
    border: 0;
}
.search_inner button:active {
    box-shadow: 0 -3px 0 #ff6a3d inset;
}
.search_inner button .fa {
    padding: 0 1em;
    text-shadow: 0 1px 0 #fff;
}

.oft_gesucht {
    padding: 10px;
    
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out 200ms;
    -moz-transition: all 600ms ease-out 200ms;
    -ms-transition: all 600ms ease-out 200ms;
    -o-transition: all 600ms ease-out 200ms;
    
    transform: rotateX(0deg) translate3D(0,0,0);
    x-webkit-transform: rotateX(0deg) translate3D(0,0,0);
    -moz-transform: rotateX(0deg) translate3D(0,0,0);
    -ms-transform: rotateX(0deg) translate3D(0,0,0);
    -ms-transform: rotateX(0deg) translateY(0);
    -o-transform: rotateX(0deg) translate3D(0,0,0);
}


.search_result {
    margin-left: 1em;
    font-size: 0.8em;
}

.rezept_container {
    opacity: 0;
    
    padding: 1.25em 0;
    color: #464646;
    
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out 100ms;
    -moz-transition: all 600ms ease-out  100ms;
    -ms-transition: all 600ms ease-out  100ms;
    -o-transition: all 600ms ease-out  100ms;
    
    transform: translate3D(0,100%,0);
    -webkit-transform: translate3D(0,100%,0);
    -moz-transform: translate3D(0,100%,0);
    -ms-transform: translate3D(0,100%,0);
    -ms-transform: translateY(100%);
    -o-transform: translate3D(0,100%,0);
    
    border-top: 3px solid rgba(16,16,16,0.15);
    
    min-height: 100%;
}
.show_results .rezept_container {
    min-height: auto;
}
.rezept_container > .inner > .title {
    font-size: 1.5em;
    float: left;
}

.recipe.invisible {
    opacity: 0;
    transform: scale(0.95);
}

.recipe {
    width: 25%;
    box-sizing: border-box;
    padding: .5em;
    
    display: inline-block;
    vertical-align: top;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
}

.recipe_inner {
    text-shadow: none;
    border: 1px solid #d9d9d9;
    padding: 1.5em .5em;
    border-radius: 2px;
}

.recipe_name {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    word-wrap:break-word;
}

.recipe_info {
    padding: 0 2em;
}

.category {
    font-size: 0.95em;
    font-style: italic;
    display: block;
    position: relative;
    text-align: center;
}

.ms-drop.bottom label input + span  {
    padding-left: .5em;
}

.author_avatar {
    border-radius: 50%;
    display: block;
    margin: 1.5em auto;
    width: 40px;
    height: auto;
}

.recipe a {
    color: #333;
}

.recipe .fa {
    margin-right: .5em;
}

.recipe .recipe_req_time {
    float: right;
}
.recipe .recipe_date {
    float: left;
}

.sterne {
    text-align: center;
}
.rating {
      unicode-bidi: bidi-override;
      direction: rtl;
      font-size: 1em;
      display: inline-block;
      text-align: center;
      margin: .25em 0 .5em 0;
}
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-shadow: none;
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #777777;
}
/*.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,*/
.rating span.star.active:before,
.rating span.star.active ~ span.star:before{
    content: "\f005";
    color: #ff6a3d;
}
    
.rezept_head .fa, .rezept_desc .desc{
    text-shadow: none;
}
.rezept_head > .category {
    font-size: 1.5em;
    text-shadow: none;
    margin: .75em 0 1em 0;
}
.rezept_head > .title {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    word-wrap:break-word;
}

/*.rezept_head .avatar {
    margin-right: 0;
    margin-top: 2em;
    dislay: none;
}*/
.rezept_head .avatar img {
    width: 40px;
    height: auto;
    border-radius: 50%;
    vertical-align: middle;
}

.rezept_info > span {
    margin-right: 33px;
}
.rezept_info > span {
    vertical-align: middle;
    display: inline-block;
}
.rezept_info .author a {
    color: rgb(70,70,70);
}

.rezept_desc {
    margin: 1em 0;
}
.rezept_action > .left, .rezept_action > .right, .rezept_desc > .left, .rezept_desc > .right {
    padding: 2em;
}
.rezept_action > .right{
    font-style: italic;
} 
.rezept_desc, .rezept_action{
    line-height: 1.5em;
}
.rezept_desc .desc {
    
    padding-right: 3em;
    box-sizing: border-box;
}

figure {
    width: 20%;
    box-sizing: border-box;
    padding: 8.5px;
    
    display: inline-block;
    vertical-align: top;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
}

figure .recipe_inner 
{
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 1px;
}

.recipe_info {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 0;
}
.recipe_info span{
    color: rgb(70,70,70);
}
.recipe_date {
    margin-right: 1em;
}
.recipe_info span i
{
    margin-right: .2em;
}

figure figcaption {
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

body.mobile figure figcaption {
    background: rgba(255,255,255,0.75);
}
figure a > div > img {
    display: block;
    position: relative;
    transition: opacity 0.3s ease 0s;
    min-width: 222px;
    height: auto;
}

figure span.category {
    font-style: italic;
    margin-top: 0.5em;
}
figure span.author, figure span.category {
    color: rgb(70,70,70);
}  
    
figure span.author 
{
    display: block;
    font-size: 0.8em;
    margin-top: 1em;
}

figcaption span {
    transition: all 0.2s ease-out 0.1s;
}
figcaption h2 {
    color: #ff6a3d;
    font-size: 130%;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 1em;
    padding: 0 1em;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
  
}

.recipe_container a:hover img {
    opacity: 1;
}

.recipe_container a:hover figcaption h2,
.recipe_container a:hover figcaption span{
    transform: translateY(-1em);
    opacity: 0;
}
.recipe_container a:hover figcaption span {
    transform: translateY(-2em);
}
.recipe_container a:hover figcaption p {
    opacity: 0;
}

.recipe_container a:hover button {
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
}

.mobile figure svg {
    display: none;
}

figure svg {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
figure svg path {
    fill: #fff;
}

figure button {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 20px;
    position: absolute;
    text-transform: uppercase;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.25);
    font-family: "open sans";
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    text-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.left, .right {
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.img_preview  {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
}
.incr, .zuber {
    padding: 1em;
    line-height: 2em;
}
.border-left{
    border-left: 1px solid #cecdcd;
}
.width-100.left, .width-100.right {
    width: 100%;
}
.width-90.left, .width-90.right {
    width: 90%;
}
.width-80.left, .width-80.right {
    width: 80%;
}
.width-70.left, .width-70.right {
    width: 70%;
}
.width-60.left, .width-60.right {
    width: 60%;
}
.width-50.left, .width-50.right {
    width: 50%;
}
.width-40.left, .width-40.right{
    width: 40%;
}
.width-30.left, .width-30.right {
    width: 30%;
}
.width-20.left, .width-20.right {
    width: 20%;
}
.width-10.left, .width-10.right {
    width: 10%;
}

.show_recipe .rezept_container > .inner > .title {
    display: none;
}

.sort {
    float: right;
    position: relative;
}

.sort li {
    display: inline-block;
    padding-left: 1em;
    position: relative;
}
.sort li:first-of-type{
    padding-left: 0;
}
.sort li > a {
    color: #666666;
}
.sort li > a:hover{
    color: #ff6a3d;
}

.item a{
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-weight: 700;
}

.side-menu a {
    color: #333;
}
.side-menu a:hover {
    color: #FF6A3D;
}

.home_content h3,
.rezept_container h3 {
    margin-bottom: .5em;
}

.side-menu .fa {
    margin-right: .5em;
}

.status-text {
    margin: .5em 0 .5em 0;
}

.feed article {
    line-height: 40px;
    border-bottom: 3px dotted #CCC;
    padding: .5em 0;
}
.feed .feed-date {
    float: right;
    padding-right: .5em;
}
.feed .feed-info .fa {
    margin-right: -2px;
}

.circle {
    font-size: 1.5em;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    margin: 0 .5em 0 .5em;
}
.circle .liked {
    color: #F44236;
}
.circle .edited {
    color: #607C8A;
}
.circle .created {
    color: #8BC24A;
}
.circle .comment {
    color: #01BBD4;
}

.feed a {
    color: #FF6A3D;
}


/* PROFILE */
.my_profile .thumbnail.profile_avatar > img {
    width: 40px;
    display: inline-block;
}
.my_profile .thumbnail.profile_avatar {
    margin-right: 1em;
    display: inline-block;
    line-height: 1em;
    margin: 0 .5em 0 0;
    padding: 3px;
    vertical-align: middle;
}
.my_profile h4 {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.my_profile .profile_info > div {
    margin-bottom: .5em;
}

.my_profile .recipe_preview .thumbnail {
    margin: 0 auto .5em 0;
}
.my_profile .recipe_preview {
    font-size: 0.75em;
    text-align: center;
    margin-bottom: 1.5em;
}
.page-header {
    margin-top: 0;
}
.my_profile .recipes {
    flex-wrap: wrap;
}


footer {
    background: #222026;
    margin-top: -60px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
    font-size: 0.9em;
    z-index: 11;
    
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
}

footer .inner {
    padding: 1.55em 0;
}

footer ul li {
    display: inline-block;
    margin-right: 1.5em;
    padding-right: 1.5em;
    border-right: 1px solid #777;
}
footer ul > li:last-of-type {
    border: none;
}
@media(max-width: 1235px)
{
    header .inner{
        padding: 0 1em;
        box-sizing: border-box;
    }
    .rezept_container {
        padding: 2em;
    }
    figure {
        width: 25%;
    }
}
@media(max-width: 1100px)
{
    .recipe {
        width: 33.3%;
    }
    
    figure {
        width: 33.33%;
    }
    .rezept_action > div, .rezept_desc > div {
        width: 50%!important;
    }
}


@media(max-width: 800px)
{
    .login, .search_icon, .user_profile_mobile {
        padding: 0 1em;
    }
    .recipe, figure {
        width: 50%;
    }
    .rezept_container {
        padding: 1em;
    }
    .search {
        padding: 0 1em;
    }
    .rezept_action > div, .rezept_desc > div {
        width: 100%!important;
        padding: 1em!important;
    }

    .header_logo {
        font-size: 1.5em;
        /*line-height: 100%;*/
        padding: 0.2em 0;
    }
    .header_logo > span {
        display: block;
    }
    .feed .feed-date {
        font-size: 0.8em;
        display: block;
    }
    .content_inner > .logo {
        display: none;
    }
    .carousel-caption h3 {
        margin: 0;
    }
}

@media(max-width: 500px)
{
    .rezept_info > span {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: .5em;
        padding: 0 1em;
    }
    .rezept_action > div, .rezept_desc > div {
        padding: .5em!important;
    }
    .recipe, figure {
        width: 100%;
    }
    .rezept_container {
        padding: 1em .5em;
    }
    .range_input {
        width: 100%!important;
    }
    #container .content {
        position: static;
        transform: none;
    }
    .placeholder_searchbar {
        height: .5em;
    }
    #container .content .content_inner {
        padding-bottom: .75em;
    }
     .search {
        padding: 0 .5em;
    }
}

input[type=range].range {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.75px 0;
  outline: none;
}
input[type=range].range:focus {
  outline: none;
}
input[type=range].range::-webkit-slider-runnable-track {
  width: 100%;
  height: 6.5px;
  cursor: pointer;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(13, 13, 13, 0.4);
  background: #ffffff;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range].range::-webkit-slider-thumb {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(13, 13, 13, 0.3);
  border: 1px solid #d2621e;
  height: 18px;
  width: 25px;
  border-radius: 2px;
  background: #ff6a3d;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.75px;
}
input[type=range].range:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range].range::-moz-range-track {
  width: 100%;
  height: 6.5px;
  cursor: pointer;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(13, 13, 13, 0.4);
  background: #ffffff;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range].range::-moz-range-thumb {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(13, 13, 13, 0.3);
  border: 1px solid #d2621e;
  height: 18px;
  width: 25px;
  border-radius: 2px;
  background: #ff6a3d;
  cursor: pointer;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}
input[type=range].range::-ms-track {
  width: 100%;
  height: 6.5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].range::-ms-fill-lower {
  background: #e6e6e6;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(13, 13, 13, 0.4);
}
input[type=range].range::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(13, 13, 13, 0.4);
}
input[type=range].range::-ms-thumb {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(13, 13, 13, 0.3);
  border: 1px solid #d2621e;
  height: 18px;
  width: 25px;
  border-radius: 2px;
  background: #ff6a3d;
  cursor: pointer;
  height: 6.5px;
}
input[type=range].range:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range].range:focus::-ms-fill-upper {
  background: #ffffff;
}

.advanced_search {
    float: right;
    cursor: pointer;
    display: none;
}
.filters {
    margin-top: 1em;
    font-size: 0.7em;
    width: 50%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    display: none;
}
.range_input{
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 1em .5em;
    text-align: center;
}
.range_input > .output {
    font-weight: bold;
}

.sk-cube-grid {
      width: 40px;
      height: 40px;
      position: fixed;
      left: 50%;
      top: 50%;
     transform: translate3D(-50%,-50%,0);
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translate3D(-50%,-50%,0);
    display: none;
    z-index: 99;
}

.sk-cube-grid .sk-cube {
      width: 33%;
      height: 33%;
      background-color: #ff6a3d;
      float: left;
      -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1)
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


/* The ribbons 
 http://codepen.io/miroot/pen/wiKAp*/

.corner-ribbon{
  width: 75px;
  background: #e43;
  position: absolute;
  bottom: 9px;
  right: -18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 50;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

.rezept_actions {
    float: right;
}

.rezept_actions a {
    padding: .25em .5em;
    font-size: 1.5em;
    color: #aaa;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease-in;
}
.rezept_actions a:hover {
    color: #ff6a3d;
    /*background: #ff6a3d;
    border-bottom-color: rgba(16, 16, 16, 0.3);  
    box-shadow: 
        0 0 1em rgba(0, 0, 0, 0.1);
        0 -1px 0 rgba(255, 255, 255, 0.1) inset;*/
    
}
.rezept_actions a:hover .fa {
    text-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.rezept_actions a .fa-heart {
    color: #D14841;
}

.rezept_actions, .rezept_info {
    line-height: 55px;
}