@import "reset.css";
@import "skeleton.css";
@import url(fonts.google.css);

html {
    width: 100%;
    scroll-behavior: smooth;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    min-width: 992px;
    background: 0 0 repeat-x #FFFFFF;
    color: #747474;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 1.5;
}

.stickyMenu {
    top: 0;
    width: 100%;
}


p {
    margin-bottom: 20px;
}

[data-filter] {
    display: inline-block;
    background: #eaeaea;
    color: #666;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    margin-bottom: 1rem;
}


input {
    border-radius: 0 !important;
    outline: none !important;
}

input#suche.search {
    border: 2px solid #999;
    border-radius: 0.5em;;
    font-size: 1.2em;
    width: 80%;
    transition: width 0.5s ease-in-out;
    height: 50px;
}

#suche:focus {
    border: 2px solid #999;
    border-radius: 0.5em;;
    font-size: 1.2em;
    width: 50%;
    transition: width 0.5s ease-in-out;
}

.searchResultText {
    float: left;
    padding: 10px;
    width: auto;
    max-width: 630px;
}

img {
    max-width: 100%;
}

img.latestRecipe {
    border-radius: 3px;
    padding: 3px;
    width: 190px;
}


/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans, Arial, sans-serif;
    color: #666;
    font-weight: bold;
    word-wrap: break-word;
}

h1 {
    padding-top: 40px;
    font-size: 30px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
    margin-top: 20px;
}

h2 {
    padding-top: 20px;
    font-size: 26px;
    line-height: 32px;
    color: #8C8C8C;
    margin-bottom: 20px;
}

p.h2look{
    font-weight: bold;
    word-wrap: break-word;
    padding-top: 20px;
    font-size: 26px;
    line-height: 32px;
    color: #8C8C8C;
    margin-bottom: 20px;
}

p.h3look {
    font-weight: bold;
    word-wrap: anywhere;
    padding-top: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 0px;
}

h3 {
    padding-top: 20px;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #666;
}

h3.head2 {
    line-height: 30px;
    padding-top: 45px;
    margin-bottom: 21px;
    color: #666;
}

.page1 h3.head1 {
    padding-top: 49px;
}

.page1 h3 {
    margin-bottom: 25px;
    padding-top: 27px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
    color: #949494;
}

/****Lists****/

.taglist {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin: 0 10px 10px;
    text-align: left;
}

.taglist li a {
    color: #666;
    display: block;
    line-height: 45px;
    height: 45px;
    margin: 0 0 0 29px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 29px;
    font-weight: 600;
    margin: 0;
}

.taglisttags li {
    float: none;
    display: inline-block;
    line-height: 29px;
    height: 29px;
    border-radius: 5px;
    background-color: #eaeaea;
    margin: 0 1px 5px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {

}


ul.list li {
    padding-left: 19px;
    position: relative;
}

ol {
    margin-left: 0px;
}

ul.list li:after {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ff8218;
    content: '';
    left: 0;
    top: 6px;
}

ul.list li + li {
    margin-top: 5px;
}

ul li.fk {
    list-style-type: none;
    background: url(../images/list-marker-fk.png) no-repeat left 2px;
    padding: 0 0 0 19px;
    margin-top: 12px;
}

#recipe-main-div ol {
    list-style-type: none;
    counter-reset: stepcounter;
}

#recipe-main-div ol li.fk {
    list-style-type: none;
    margin-left: 0px;
}

ol li.fk {
    list-style: decimal;
    padding: 0 0 0 2px;
    margin-top: 12px;
    margin-left: 25px;
}

#recipe-main-div ol li.fk:before {
    content: "Schritt " counter(stepcounter) ":  ";
    counter-increment: stepcounter;
    font-weight: bold;
    display: block;
}

#recipe-main-div ol li.fk-digit {
    list-style: decimal;
    padding: 0 0 0 2px;
    margin-top: 12px;
    margin-left: 25px;
}

#recipe-main-div input.fk-item-check, #recipe-main-div ul .fk-item-check {
    left: 5px;
    top: 2px;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 2px solid #FF1616;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 15px;
    z-index: 5;
    position: relative;
}

.fkingrediant {
    line-height: 30px;
}

#recipe-main-div .fk-item-check:checked {
    box-shadow: inset 0px 0px 0px 3px #fff;

    background-image: url("../images/hakendran.png");
}

a.fklink2, #recipe-main-div a.fklink2, .categorypage a.fklink2 {
    text-decoration: none;
    color: #77A699;
    font-weight: bold;
    font-size: medium;
    display: inline-block;
    padding-top: 10px;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 999;
}

a.fklink2:hover, #recipe-main-div a.fklink2:hover {
    color: #FF1616;
    text-decoration: underline;
}

a.fklink, #recipe-main-div a.fklink {
    text-decoration: none;
    color: #666;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 999;
}

a.fklink:hover, #recipe-main-div a.fklink:hover {
    color: #FF1616;
    text-decoration: none;
}

.div_flex {
    flex-grow: 1;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.div_recipe_info {
    display: inline-block;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.div_recipe_info_item {
    float: left;
    padding: 5px 10px 0px 5px;
    font-size: medium;
}


/****Links****/

/****Links****/
a {
    text-decoration: underline;
    color: #666;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

#recipe-main-div a, .categorypage a, .article a, .red a {
    text-decoration: none;
    color: #FF1616;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#recipe-main-div a:hover, .categorypage a:hover, .article a:hover, .red a:hover {
    color: #666;
}

a.inherlink {
    text-decoration: none;
    color: #666;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.btn-search {
    display: inline-block;
    background: #747474;
    font: bold 14px/20px 'PT Sans Narrow', sans-serif;
    color: #fff;
    margin-top: 6px;
    padding: 6px 13px 8px;
    text-transform: uppercase;
}


#btn-search-icon {
    background-image: url(../images/search-icon.png);
    background-size: cover;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: transparent;
}

#btn-star-icon {
    background-image: url(../images/vote.png);
    background-size: cover;
    border: none;
    width: 79px;
    height: 50px;
    cursor: pointer;
    color: transparent;
}

a.btn, #recipe-main-div a.btn, .adviseRecipeText a.btn, .searchResultText a.btn {
    display: inline-block;
    background: #FF1616;
    font: bold 14px/20px 'PT Sans Narrow', sans-serif;
    color: #fff;
    margin-top: 27px;
    padding: 6px 13px 8px;
    text-transform: uppercase;
}

a.btn + a.btn {
    margin-left: 17px;
}

a.btn:hover, #recipe-main-div a.btn:hover {
    background-color: #747474;
    background-position: 0 -40px;
}

a.btn2, #recipe-main-div a.btn2 {
    display: inline-block;
    background: #FF1616;
    font: bold 14px/20px 'PT Sans Narrow', sans-serif;
    color: #fff;
    margin-top: 27px;
    padding: 6px 13px 8px;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

a.btn2:hover, #recipe-main-div a.btn2:hover {
    background-color: #747474;
    background-position: 0 -40px;
}

a.btn3, #recipe-main-div a.btn3 {
    display: inline-block;
    background: #FF1616;
    font: bold 14px/20px 'PT Sans Narrow', sans-serif;
    color: #fff;
    margin-top: 10px;
    padding: 6px 13px 8px;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

a.btn3:hover, #recipe-main-div a.btn3:hover {
    background-color: #747474;
    background-position: 0 -40px;
}


a.btn-grey, #recipe-main-div a.btn-grey {
    display: inline-block;
    background: whitesmoke;
    border-style: solid;
    border-width: 1px;
    border-color: #FF1616;
    font: bold 14px/20px 'PT Sans Narrow', sans-serif;
    color: #666666;
    margin-top: 23px;
    padding: 8px 3px 8px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    cursor: pointer;
}

a.btn-grey:hover, #recipe-main-div a.btn-grey:hover {
    background-color: white;
    border-color: #FF1616;
    color: #666666;
}


/****classes****/


.img_mobile100 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    margin-top: 5px;
}

.img_start {
    max-width: 190px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 2px;
    padding: 2px;
}

.img_startmagazin {
    width: 400px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 2px;
    padding: 2px;
}

.img_showlist {
    max-width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 2px;
    padding: 2px;
}

.img_startpage {
    width: 225px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 2px;
    padding: 5px;
}

.img_socialmedia {
    max-width: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    margin-top: 2px;
    border-radius: 2px;
    padding: 2px;
}

.img_side {
    max-width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    margin-top: 5px;
}

.img_recipe {
    width: 600px;
    height: auto;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.fleftside {
    float: left;
    width: auto !important;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.page1 .fleft {
    margin-top: 3px;
}


.center {
    text-align: center;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.main_bg {
    width: 992px;
    margin: 0 auto;
    background-color: #fff;
}

.treelink {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    border: 2px solid #a1a1a1;
}

.treelinkbutton {
    color: #ffffff;
    padding: 20px;
    display: block;
    background: #747474;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.treelinkbutton:hover {
    background: #747474;
    text-decoration: underline;
    color: #ffffff;
}

.underlineactive {
    text-decoration: underline;
}


.links {
    padding-top: 37px;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    color: #82adcd;
}

.links a {
    display: block;
    float: left;
    position: relative;
}

.links a:hover {
    color: #fff;
}

.links a + a:after {
    height: 14px;
    content: '';
    left: -10px;
    top: 3px;
    position: absolute;
    background-color: #4b88b7;
    width: 1px;
}

.links a + a {
    margin-left: 20px;
}

/**Content**/

.page1_block h3 {
    color: #787878 !important;
    padding-top: 0px !important;
    margin-bottom: 19px !important;
}

.content {
    padding-bottom: 49px;
    margin-top: 86px; /* after menu */
}


.ver {
    position: relative;
}

.ver:after {
    position: absolute;
    width: 1px;
    background-color: #eaeaea;
    top: 49px;
    left: -21px;
    bottom: 0;
    content: '';
}

.bottom_block {
    padding-bottom: 24px;
    color: #858585;
    background-color: #fafafa;
    border-top: 1px solid #eee;
}

.bottom_block p {
    line-height: 23px;
    margin-bottom: 3px;
}

.bottom_block ul {
    padding-top: 3px;
}

.bottom_block ul li + li {
    margin-top: 4px;
}

h4 {
    padding-top: 31px;
    margin-bottom: 19px;
}

h4.start {
    padding-top: 8px;
    margin-bottom: 13px;
}

h3.start {
    padding-top: 8px;
    margin-bottom: 13px;
}

.horline {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}


.blog {
    overflow: hidden;
}

.blog + .blog {
    margin-top: 26px;
}

.blog a.comment {
    margin-top: 4px;
    line-height: 18px;
    display: block;
    float: right;
    color: #fff;
    background: url(../images/comment1.png) 0 0 no-repeat;
    width: 24px;
    height: 23px;
    text-align: center;
}


.blog .col1 {
    padding-right: 20px;
}

/**Footer**/
footer {
    display: block;
    padding-bottom: 36px;
    color: #9ddfec;
    font-size: 14px;
}

footer a:hover {
    color: #000000;
}

.copy {
    text-align: center;
    padding-top: 14px;
    position: relative;
}

.table-of-contents-wrapper {
    border: 1px solid #666;
    padding: 20px;
    width: fit-content;
}

.recipe-preview-wrapper {
    border-bottom: 2px solid rgba(102, 102, 102, 0.5);
    padding: 10px;
    height: 350px;
    max-width: 302px;
    float: left
}


.recipe-preview-wrapper-v2 {
    padding: 10px 10px 10px 0px;
    height: 300px;
    max-width: 300px;
    float: left
}

.recipe-preview-wrapper-v2-smaller {
    padding: 10px 10px 10px 0px;
    height: 270px;
    max-width: 300px;
    float: left
}

.recipe-preview-wrapper-v2-higher {
    padding: 10px 20px 10px 0px;
    height: 340px;
    max-width: 300px;
    float: left
}

.recipe-preview-wrapper-v3-higher {
    padding: 10px 20px 10px 0px;
    height: 360px;
    max-width: 300px;
    float: left
}

.recipe-preview-wrapper-v2-higher340 {
    padding: 10px 10px 10px 0px;
    height: 340px;
    max-width: 300px;
    float: left
}

.recipe-preview-image-v2 {
    width: auto;
    height: auto;
    max-height: 222px;
    border-radius: 10%;
    margin: 10px;
}

.recipe-preview-wrapper-p-v2 {
    height: 35px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: medium;
}

.recipe-preview-wrapper-3er {
    padding: 10px 10px 2px 0px;
    height: auto;
    max-width: 33%;
    float: left;
}

.recipe-preview-wrapper-p-3er {
    padding: 0px 0px 0px 8px;
    line-break: anywhere;
}

.recipe-preview-image-3er {
    width: 100%;
    height: 100%;
    max-height: 210px;
    border-radius: 10%;
    margin: 10px;
    object-fit: cover;

}



.padded {
    padding: 5px 25px;
}

#incontent_1, #incontent_2, #incontent_3, #incontent_4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

#incontent_1_wide, #incontent_2_wide, #incontent_3_wide, #incontent_4_wide {
    height: 536px;
    width: 910px;
}

#sitebar_div_1, #sitebar_div_2, #brskyscraper_1, #brskyscraper_2 {
    display: none;
}

.textarea-comment {
    width: 500px;
    height: 150px;
}

#toTop {
    color: #666;
    display: none;
    background: url(../images/totop-red.png) no-repeat left 0;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 60px;
    height: 60px;
    z-index: 999;
    text-align: center;
    bottom: 90px;
}

#toTop span {
    display: none;
}

.ichbinjenny {
    max-width: 280px;
    padding: 10px;
    float: left;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ichbinjennystart {
    width: 500px;
    margin-top: 10px;
    padding: 10px;
    float: left;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1600px) {

    .main_bg {
        width: 992px;
        margin-left: 100px;
        background-color: #fff;
    }
}

@media only screen and (max-width: 995px) {
    body {
        min-width: 768px;
    }

    .textarea-comment {
        width: 100%;
        height: 60px;
    }

    .main_bg {
        width: auto;
        margin: 0;
        background-color: #fff;
    }

    img.latestRecipe {
        border-radius: 3px;
        padding: 3px;
        width: 100%;
    }

    #form .success {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ichbinjenny, .ichbinjennystart {
        min-width: 100%;
        margin-top: 10px;
        padding: 10px;
        float: left;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .searchResultText {
        float: left;
        padding: 10px;
        width: auto;
        max-width: 630px;
    }

    .extra_wrapper {
        overflow: visible;
    }

    .nowrap {
        white-space: normal;
    }

    #form1 label {
        float: none;
        width: 100% !important;
    }

    a.gal {
        width: 108px;
    }

    .ver:after {
        left: -10px;
    }

    .block3 > div + div:after {
        left: -35px;
    }

    #newsletter .success {
        height: auto;
    }

    .drop_cap {
        margin-top: 0;
    }

    .fz1 {
        margin-top: 0;
    }

    #owl1 .item {
        padding-left: 2px;
        overflow: hidden;
    }

}


@media only screen and (max-width: 767px) {
    body {
        min-width: 420px;
    }

    .pad1 {
        padding-right: 0;
    }

    #owl1 img {
        margin-bottom: 5px;
    }


    .block3 > div + div:after {
        display: none;
    }


    a.gal {
        width: 200px;
    }

    a.gal img {
        width: 100%;
    }

    .bot_ind a.btn {
        margin-bottom: 30px;
    }

    .block3 > div + div {
        margin-top: 20px;
    }

    .ver:after {
        display: none;
    }

    .page1_block > div > div {
        margin-bottom: 30px;
    }


    .block1 {
        padding-left: 0;
        padding-right: 0;
    }

    .links {
        float: none;
        margin-bottom: 50px;
    }

    .map address {
        float: none;
        margin-left: 0 !important;
    }

    .map address + address {
        margin-top: 30px;
    }


    header h1 {
        display: block;
        width: auto;
        position: relative;
        height: auto;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .img_mobile100 {
        width: 100%;
        height: auto;
    }


    .recipe-preview-wrapper-v2 {
        width: 50%;
        height: 300px;
    }

    .recipe-preview-wrapper-v2-smaller {
        width: 50%;
        height: 240px;
    }

    .recipe-preview-wrapper-v2-higher {
        width: 50%;
        height: 335px;
    }

    .recipe-preview-wrapper-v3-higher {
        width: 50%;
        height: 345px;
    }

    .recipe-preview-wrapper-p-v2 {
        height: 35px;
        margin-bottom: 20px;
        margin-left: 15px;
        font-size: medium;
    }


    h1 a {
        max-width: 90%;
    }


    .img_inner img {
        width: 100%;
    }


    header h1 {
        float: none;
        text-align: center;
    }

    header h1 a {
        width: auto;
        display: inline-block;
        height: auto;
    }

    header h1 a img {
    }

    .map {
        padding-right: 0px !important;
    }


    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }

    .fz2 {
        margin-bottom: 20px;
    }

    .cat .img_inner {
        width: 50% !important;
    }

}

@media only screen and (max-width: 479px) {
    body {
        min-width: 300px;
    }


    .img_startpage {
        width: 90%;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 2px;
        margin-top: 2px;
        border-radius: 2px;
        padding: 5px;
    }

    .img_start {
        max-width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 24px;
        margin-top: 5px;
    }

    .img_startmagazin {
        width: 100%;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 2px;
        margin-top: 2px;
        border-radius: 2px;
        padding: 2px;
    }

    .img_recipe {
        width: 100%;
        height: auto;
    }

    .img_mobile100 {
        width: 100%;
        height: auto;
    }

    .menu_block nav {
        width: 300px !important;
    }

    .taglist {
        list-style: none;
        list-style-image: none;
        list-style-type: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
        padding-left: 0;
        margin: 0 10px 10px;
        text-align: center;
    }

    .padded {
        padding: 5px 10px;
    }

    #incontent_1, #incontent_2, #incontent_3, #incontent_4, #incontent_1_wide, #incontent_2_wide, #incontent_3_wide, #incontent_4_wide {
        height: auto;
        width: auto;
    }


    .recipe-preview-wrapper-v2 {
        width: 50%;
        height: 250px;
    }

    .recipe-preview-wrapper-v2-smaller {
        width: 50%;
        height: 190px;
    }

    .recipe-preview-wrapper-v2-higher {
        width: 50%;
        height: 340px;
    }

    .recipe-preview-wrapper-v3-higher {
        width: 50%;
        height: 333px;
    }

    a.btn-grey, #recipe-main-div a.btn-grey {
        font: bold 12px 'PT Sans Narrow', sans-serif;
    }

    a.btn-grey:hover, #recipe-main-div a.btn-grey:hover {
        font: bold 12px 'PT Sans Narrow', sans-serif;
    }
}

@media only screen and (min-width: 800px) {

    /**Footer**/
    footer {
        display: block;
        padding-bottom: 100px;
        color: #9ddfec;
        font-size: 14px;
    }

}

@media only screen and (max-width: 960px) {
    .img_mobile100 {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 960px) {

    #sitebar_div_1, #sitebar_div_2 {
        display: block;
        height: 600px;
        width: 300px;
        margin-top: 25px;
    }

}

@media only screen and (min-width: 800px) {

    /**Footer**/
    footer {
        display: block;
        padding-bottom: 100px;
        color: #9ddfec;
        font-size: 14px;
    }

}

@media only screen and (max-width: 960px) {

    .img_mobile100 {
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width: 960px) {

    #sitebar_div_1, #sitebar_div_2 {
        display: block;
        height: 600px;
        width: 300px;
        margin-top: 25px;
    }

}

@media screen and (max-width: 1015px) {
    .content {
        padding-bottom: 49px;
        margin-top: 52px; /* after menu */
    }
}

@media only screen and (min-width: 1195px) {

    #brskyscraper_1 {
        display: block;
        height: 600px;
        width: 300px;
        position: fixed;
        top: 125px;
        left: 2px;
    }

    #brskyscraper_2 {
        display: block;
        height: 600px;
        width: 300px;
        position: fixed;
        top: 125px;
        right: 2px;
        float: right;
    }
}

