@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;800&family=Lobster&display=swap');

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Baloo Bhai 2', sans-serif;
    color: #020203;
    -webkit-text-size-adjust: none;
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}
html {
    font-size: 0.625rem;
    overflow-y: scroll;
}
body {
    font-size: 2.1rem;
    hyphens: auto;
    background: url('../Images/bg_tiles_def.jpg') center center #fff;
    background-attachment: fixed;
}
.outsidewrapper {
    overflow-x: hidden;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*,
*:focus,
*:focus-within {
    outline: none;
}
iframe,
iframe[src*=youtube] {
    max-width: 100%;
}
.videocontainer {
    float: left;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.videocontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* fake bootstrap */

.container-fluid {
    position: relative;
    float: left;
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.row {
    float: left;
    width: calc(100% + 30px);
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
@media screen and (min-width: 1024px), print {
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 12.5%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.67%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.67%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.67%;
    }
    .col-12 {
        width: 100%;
    }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        width: 50%;
    }

    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }
}

/* text */

h1,
h2,
h3 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}
.home h1,
.home h2,
.home h3 {
    font-size: 3.5rem;
}
.content_container:not(.bottom_content) .content > .frame:first-child > header,
.content_container:not(.bottom_content) > .container > .row > .frame > header {
    text-align: center;
}
a,
a:visited {
    color: inherit;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
img {
    max-width: 100%;
    height: auto;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form input[type=submit],
form textarea,
form select,
form button[type=submit] {
    width: 100%;
    height: 40px;
    font-size: 20px;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 0;
    border: 1px solid #020203;
    background-color: #fff;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel] {
    text-indent: 10px;
}
form select {
    padding-left: 10px;
    background: url('../Images/bg_select_icon.png') calc(100% - 9px) center no-repeat #fff;
}
form textarea {
    padding: 10px;
    height: 150px;
}
form input[type=submit],
form button[type=submit] {
    color: #fff;
    background: #020203;
    text-align: left;
    border: none;
    cursor: pointer;
    transition: all ease 0.4s;
}
form input[type=submit]:hover,
form button[type=submit]:hover {
    background: #bbb;
}

.captcha-actions {
    display: flex;
    gap: 15px;
}
.captcha-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
}
.captcha-actions button svg {
    max-width: 80%;
    max-height: 80%;
}

/* TYPO3 form */

.frame-type-form_formframework form {
    max-width: 430px;
    margin: 0 auto;
}

/* layout */

header.header {
    position: relative;
    height: 220px;
    /*transition: all ease 0.4s;*/
}
@media (min-width: 551px) {
    .home header.header {
        height: 720px;
    }
}
header.header .container {
    position: relative;
    z-index: 3;
}
header.header::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../Images/bg_wood_def.jpg') top center;
    background-attachment: fixed;
    z-index: 2;
}
header.header .logo {
    width: 100%;
    text-align: center;
    padding: 30px 15px 0 15px;
}
header.header .logo * {
    display: inline-block;
    color: #fff;
    font-family: 'Lobster', serif;
    text-transform: unset;
    text-decoration: none;
    font-size: 72px;
    font-weight: normal;
    margin: 0;
    transition: all ease 0.4s;
    cursor: pointer;
}
header.header .logo:hover * {
    text-shadow: 0 0 35px rgba(255,255,255,0.35);
}
header.header .headerslider {
    width: 100%;
    height: 490px;
    display: none;
}
@media (min-width: 551px) {
    header.header .headerslider {
        display: block;
    }
}
header.header .headerslider .frame,
header.header .headerslider .frame .news.latest.slick-slider,
header.header .headerslider .frame .news.latest.slick-slider .slick-list,
header.header .headerslider .frame .news.latest.slick-slider .slick-list .slick-track,
header.header .headerslider .frame .news.latest.slick-slider .slick-list .slick-track .item {
    height: 100%;
}
header.header .headerslider .frame .news.latest.slick-slider .slick-list .slick-track .item {
    position: relative;
}
header.header .headerslider .frame,
header.header .headerslider .frame .tx-recipes,
header.header .headerslider .frame .tx-recipes .recipe_list,
header.header .headerslider .frame .tx-recipes .recipe_list .list,
header.header .headerslider .frame .slick-slider,
header.header .headerslider .frame .slick-slider .slick-list,
header.header .headerslider .frame .slick-slider .slick-list .slick-track {
    height: 100%;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col {
    background: none;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item,
header.header .headerslider .transformer {
    position: absolute;
    top: 50%;
    left: 60%;
    width: 100%;
    max-width: 530px;
    height: 400px;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    transform: translate(-50%,-50%) rotate(-5deg) scale(0.95);
    transition: all ease 0.4s;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col:nth-child(2n) .item,
header.header .headerslider .item:nth-child(2n) .transformer {
    top: 45.5%;
    left: 40%;
    transform: translate(-50%,-50%) rotate(5deg) scale(0.95);
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item:hover,
header.header .headerslider .transformer:hover {
    z-index: 1;
    box-shadow: 20px 20px 10px 0 rgba(0,0,0,0.5);
    transform: translate(-50%,-50%) rotate(-5deg) scale(1.0);
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col:nth-child(2n) .item:hover,
header.header .headerslider .item:nth-child(2n) .transformer:hover {
    transform: translate(-50%,-50%) rotate(5deg) scale(1.0);
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item .image,
header.header .headerslider .transformer .image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item .image a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item .text,
header.header .headerslider .transformer .text {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: calc(100% - 60px);
    height: auto;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.65);
    font-size: 24px;
}
header.header .headerslider .frame .tx-recipes .recipe_list .list .col .item .text a,
header.header .headerslider .transformer .text a {
    text-decoration: none;
}
header.header .headerslider .slick-dots {
    position: absolute;
    bottom: 15px;
    list-style: none;
    width: calc(100% - 30px);
    text-align: center;
    margin: 0;
    padding: 0;
}
header.header .headerslider .slick-dots li {
    display: inline-block;
    margin: 0 0 10px 10px;
}
header.header .headerslider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: none;
    border: 2px solid #fff;
    background: none;
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
    -webkit-appearance: none;
}
header.header .headerslider .slick-dots li.slick-active button {
    background: #fff;
}

/* header fixed */

@media screen {
    header.header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        height: 51px;
        box-shadow: 0 10px 20px 0 rgba(255,255,255,0.5);
        z-index: 5;
    }
    header.header.fixed .logo {
        float: left;
        width: 250px;
        padding-top: 8px;
        padding-bottom: 0;
    }
    header.header.fixed .logo * {
        font-size: 26px;
    }
    header.header.fixed .socialicons {
        display: none;
    }
    header.header.fixed .headerslider {
        display: none;
    }
    header.header.fixed .row {
        display: block;
    }
    header.header.fixed nav.menu {
        float: right;
        width: auto;
        padding-top: 5px;
        padding-bottom: 0;
    }
    header.header.fixed nav.menu ul {
        float: right;
    }
    header.header.fixed nav.menu * {
        font-size: 22px;
    }
    header.header.fixed + .container-fluid {
        margin-top: 241px;
    }
    .home header.header.fixed + .container-fluid {
        margin-top: 791px;
    }
}

/* social icons */

.socialicons {
}
.socialicons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.socialicons li {
    position: relative;
    display: block;
    width: 74px;
    height: 74px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 20px 0;
    transition: all ease 0.4s;
}
.socialicons li a {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: -999px;
    overflow: hidden;
}
.socialicons li a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88%;
    height: 88%;
    transform: translate(-50%,-50%);
    color: #fff;
    background: url('../Images/facebook_icon.svg') center center no-repeat;
    background-size: 100% 100%;
    filter: invert(100%);
    transition: all ease 0.4s;
}
.socialicons li a[href*=you]::after {
    background-image: url('../Images/youtube_icon.svg');
}
.socialicons li a[href*=insta]::after {
    background-image: url('../Images/instagram_icon.svg');
}
.socialicons li:hover {
    opacity: 0.5;
}
.socialicons li a:hover::after {
    opacity: 0.5;
}
header.header .socialicons header {
    display: none;
}
header.header .socialicons {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    z-index: 3;
}
header.header .socialicons li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px 10px;
}
@media all and (min-width: 1200px) {
    /* home */
    .home header.header .socialicons {
        position: absolute;
        top: 150px;
        right: 15px;
    }
    .home header.header .socialicons li {
        display: block;
        width: 74px;
        height: 74px;
    }
    /* next pages */
    body:not(.home) header.header:not(.fixed) .socialicons {
        position: absolute;
        top: 58px;
    }
    body:not(.home) header.header:not(.fixed) .socialicons li {
        display: inline-block;
        margin: 0 10px;
        width: 50px;
        height: 50px;
    }
}
@media all and (max-width: 1024px) {
    header.header .socialicons li {
        width: 32px;
        height: 32px;
    }
}

/* fixed header */
header.header.fixed .socialicons {
    position: static;
    float: right;
    width: auto;
}
header.header.fixed .socialicons li {
    display: inline-block;
    margin: 10px 10px;
    width: 32px;
    height: 32px;
}

/* menu */

nav.menu {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
nav ul,
nav li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
nav a,
nav a:visited {
    color: #fff;
    font-family: 'Lobster', serif;
    font-size: 39px;
    text-decoration: none;
}
nav.menu li {
    position: relative;
    transition: all ease 0.4s;
    padding: 5px 15px 5px 15px;
}
nav.menu li a {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    transition: color ease 0.4s;
    z-index: 1;
}
nav.menu li.active a {
    text-shadow: 0 0 5px rgba(0,0,0,0.95);
    border-bottom: 2px solid #fff;
}
nav.menu li:hover a {
    text-shadow: 0 0 20px rgba(255,255,255,0.35);
}

/* footer */


footer.footer .socialicons {
    text-align: center;
}
footer.footer .socialicons ul {
    display: inline-block;
}
footer.footer .socialicons li {
    display: inline-block;
    border: 2px solid #020203;
    margin: 0 10px;
}
footer.footer .socialicons li a::after {
    filter: unset;
}
nav.footermenu {
    text-align: center;
}
nav.footermenu ul,
nav.footermenu li {
    display: inline-block;
    text-align: center;
}
nav.footermenu a {
    display: inline-block;
    font-size: 2.6rem;
    color: #020203;
    margin: 10px 20px;
    opacity: 0.75;
    transition: all ease 0.4s;
}
nav.footermenu a:hover {
    opacity: 1.0;
}
.exxtra_footer {
    margin: 50px 0;
}
.exxtra_footer * {
    color: #999;
}

/* pages menu from content element pages */

.frame-type-menu_pages {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.75);
}
.frame-type-menu_pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.frame-type-menu_pages li {
    display: inline-block;
}
.frame-type-menu_pages a {
    display: inline-block;
    font-family: 'Lobster', serif;
    font-size: 30px;
    text-decoration: none;
    padding: 10px 25px;
    opacity: 0.75;
    transition: all ease 0.4s;
}
.frame-type-menu_pages a:hover {
    opacity: 1.0;
}

/* home page */

/* recipes in header */



/* new recipes */

.home .new_recipes .tx-recipes .recipe_list .col-4 {
    width: 25%;
}
.home .tx-recipes .recipe_list .row:first-child,
.home .tx-recipes .recipe_list .f3-widget-paginator {
    display: none;
}
@media all and (max-width: 1024px) {
    .home .new_recipes .tx-recipes .recipe_list .col-4 {
        width: 50%;
    }
}
@media all and (max-width: 551px) {
    .home .new_recipes .tx-recipes .recipe_list .col-4 {
        width: 100%;
    }
}

/* tagline */

.tagline {
    text-align: center;
    background: url(../Images/bg_wood_def.jpg) top center;
    background-attachment: fixed;
    margin-top: 40px;
}
.tagline header * {
    color: #fff;
    font-family: 'Lobster', serif;
    text-transform: unset;
    font-size: 3.9rem;
}

/* safety guard */

.safetyguard .ce-bodytext a {
    font-family: 'Lobster', serif;
    font-size: 2.8rem;
}

/* all pages layout */

.content_container > .container > .row {
    padding-right: 6%;
    padding-left: 6%;
}
.content {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}
.cookingtips:not(.cookingtip) .content {
    padding-bottom: 0;
}

/* recipe search */

.content_container.recipesearch > .container > .row {
    padding-right: 9%;
    padding-left: 9%;
}
.recipesearch form {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
.recipesearch .control-group {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}
.searchType {
    cursor: pointer;
}
.control-group.select.amountofpeople {
    display: none;
}
.control-group.producttype {
    display: none;
}
.control-group.preparationtime {
    display: none;
}
.control-group.difficulty {
    display: none;
}
.control-group.category {
    display: none;
}
.control-group.sort {
    display: none;
}
.control-group.culinary {
    display: none;
}
.recipesearch .control-group.submit {
    float: right;
}
@media all and (max-width: 1023px) {
    .recipesearch .control-group {
        width: 100%;
        margin: 0 0 15px 0;
    }
}
.recipesearch .control-group label {
    display: none;
}

/* inspiration / recipes list */

.inspiration .content_container .content .frame {
    float: left;
    width: 100%;
}
.recipe_list ul {
    list-style: none;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .list .col,
.news.list .col,
.cookingtipsmenu .col {
    background: #fff;
    transform: rotate(-0.5deg);
    box-shadow: 2.5px 2.5px 15px 0 rgba(0,0,0,0.25);
    transition: all ease 0.4s;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .list .col:nth-child(2n),
.news.list .col:nth-child(2n),
.cookingtipsmenu .col:nth-child(2n) {
    transform: rotate(0.5deg);
    box-shadow: -2.5px -2.5px 15px 0 rgba(0,0,0,0.25);
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .list .col:hover,
.news.list .col:hover,
.cookingtipsmenu .col:hover {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    z-index: 2;
}
.news.list .col.active,
div:not(.headerslider) > .frame .tx-recipes .recipe_list .list .col.active,
.cookingtipsmenu .col.active {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    transform: scale(1.05);
    z-index: 1;
}
.news.list .col.active img {
    opacity: 0.75;
}
.news.list .col.visited img {
    opacity: 0.5;
}
.news.list .col .item.has_videourl {
    cursor: pointer;
}
.news.list .col .item.has_videourl .videourl {
    display: none;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .linkhref {
    display: none;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .image img,
.news.list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .text,
.news.list .text,
.cookingtipsmenu .text {
    text-align: center;
    line-height: 1.25;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .list .col-3 .text,
.news.list .col-3 .text {
    font-size: 1.8rem;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .text p,
.news.list .text p,
.cookingtipsmenu .text h4 {
    margin-bottom: 0;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .text p + h4,
.news.list .text p + h4 {
    margin-top: 0;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .text h4,
.news.list .text h4 {
    margin-bottom: 0.75em;
}
div:not(.headerslider) > .frame .tx-recipes .recipe_list .text h4 a,
.news.list .text h4 a,
.cookingtipsmenu a {
    position: relative;
    display: block;
    text-decoration: none;
}

/* gewinnspiel */

.gewinnspiel .news.latest .image {
    float: right;
    margin: 0 20px 20px 0;
    max-width: calc(50% - 20px);
}
.gws-items.clickable .gws-item {
    border-bottom: 1px solid #000;
}
.gws-items.clickable .gws-item:last-child {
    border-bottom: none;
}
.gws-items.clickable .gws-clicker {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}
.gws-items.clickable .gws-clicker::after {
    position: absolute;
    content: 'v';
    display: block;
    top: 12px;
    right: 0;
    width: 16px;
    height: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
}
.gws-items.clickable .gws-clicker.active::after {
    transform: rotate(180deg);
}
.gws-content {
    padding: 20px;
    background: rgba(255,255,255,0.60);
}

/* cookingtipsmenu explicit */

.cookingtipsmenu .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.cookingtipsmenu .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* recipe detail */

.tx-recipes .recipe .image img {
    border: 15px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}
.tx-recipes .ingredients h3,
.tx-recipes .recipe_nutrition h3 {
    font-size: 2.4rem;
    line-height: 1.2;
}
.preparation ol {
    list-style: disc;
}

/* cookingtips tip pages */

.cookingtips .videocontainer {
    margin-bottom: 40px;
    border: 15px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

/* cookingtips */

.cookingtips .cookingtip {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: rgba(255,255,255,0.6);
    transition: all ease 0.5s;
    cursor: pointer;
}
.cookingtips .frame + .cookingtip {
    border-top: 1px solid #ccc;
}
.cookingtips .cookingtip > .frame >  *:not(header) {
    display: none;
}
.cookingtips .cookingtip > .frame > header h3 {
    position: relative;
    padding-right: 30px;
}
.cookingtips .cookingtip > .frame > header h3::after {
    position: absolute;
    content: 'v';
    display: block;
    top: 2px;
    right: 0;
    width: 16px;
    height: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.cookingtips .cookingtip.active {
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.cookingtips .cookingtip.active > .frame > header h3::after {
    transform: rotate(180deg);
}

/* social icons in detail view */

.socialsharebuttons {
    float: left;
    width: 100%;
    padding: 30px 0 0 5px;
}
.socialsharebuttons a {
    text-decoration:none;
    display:inline-block;
    width:27px;
    height:27px;
    margin:0 10px 10px 0;
    padding:0px;
    background: #020203;
    overflow: hidden;
    transition: all ease 0.4s;
}
.socialsharebuttons a::after {
    display:inline-block;
    width:27px;
    height:27px;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 900;
    text-align: center;
    line-height: 27px;
}
.socialsharebuttons a.twitter:hover {
    background: #9ce6ea;
}
.socialsharebuttons a.twitter::after {
    content: "\f099";
}
.socialsharebuttons a.facebook:hover {
    background: #4b6da9;
}
.socialsharebuttons a.facebook::after {
    content: '\f09a';
}
.socialsharebuttons a.pinterest:hover {
    background: #C63223;
}
.socialsharebuttons a.pinterest::after {
    content: "\f0d2";
}
.socialsharebuttons a.copy_url:hover {
    background: #0c0;
    cursor: pointer;
}
.socialsharebuttons a.copy_url::after {
    content: '\f064';
}
.show_copy_url {
    float: left;
    opacity: 0;
}
.show_copy_url,
.show_copy_url label,
.show_copy_url textarea {
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.show_copy_url textarea {
    font-size: 1.2rem !important;
    border: 1px solid #999;
}
.show_copy_url label a.button {
    float: right;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 0 5px 10px;
    background: #fff;
    cursor: pointer;
    transition: all ease 0.4s;
}
.show_copy_url label a.button:hover {
    color: #fff;
    background: #020203;
}

/* button scoll to top */

.scrollupbutton {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 33px;
    height: 40px;
    transition: all ease 0.4s;
    opacity: 0.6;
}
.scrollupbutton:hover {
    opacity: 1.0;
}
.scrollupbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url( '../Images/bg_headers_icon.png') center center no-repeat;*/
    /*background-size: 100% 100%;*/
    /*transform: rotate(180deg);*/
}
.scrollupbutton::after {
    content: 'v';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: 800;
    text-align: center;
    padding-top: 3px;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
}

/* cookie message */

.cookiemessage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    background: rgba(0,0,0,0.75);
    display: none;
}
.cookiemessage * {
    color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.cookiemessage em {
    display: inline-block;
    font-style: normal;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all ease 0.4s;
    cursor: pointer;
}
.cookiemessage em:hover {
    color: #020203;
    background: #fff;
}

/* iframe popup */

.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    z-index: 10;
    display: none;
}
.popup_overlay .popup {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 10px;
    background: #fff;
}
.popup_overlay .popup.videopopup {
    top: 50%;
    left: 50%;
    width: calc(100vw * 0.90 + 30px);
    height: calc(56.25vw * 0.90 + 30px);
    transform: translate(-50%,-50%);
}
.popup_overlay .popup.videopopup.too_high {
    width: calc(177.78vh * 0.90 + 30px);
    height: calc(100vh * 0.90 + 30px);
}
.popup_overlay .popup iframe {
    position: absolute;
    border: 15px solid #fff;
}
.popup_overlay .popup.videopopup iframe {
    position: absolute;
    border: 15px solid #fff;
}
.popup_overlay .popup iframe.popup_iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.popup_overlay .popup_close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #c00;
    border: 2px solid #020203;
    cursor: pointer;
    transition: all ease 0.4s;
}
.popup_overlay .popup_close::before,
.popup_overlay .popup_close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: all ease 0.4s;
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup_overlay .popup_close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.popup_overlay .popup_close:hover {
    background: #020203;
}
.popup_overlay .popup_close:hover::before,
.popup_overlay .popup_close:hover::after {
    background: #fff;
    transform: translate(-66%,-320%) rotate(-45deg);
}
.popup_overlay .popup_close:hover::after {
    background: #fff;
    transform: translate(-66%,+320%) rotate(+45deg);
}

/* recipe detail view fix */

.tx-vealrecipes-ingredientslist li label {
    padding-left: 25px;
}
.tx-vealrecipes-ingredientslist li label input[type=checkbox] {
    position: absolute;
    top: 7px;
    left: 0;
}

/* recipes in iframe */

.iframed header.header,
.iframed .tx-vealrecipes-buttons .button.button_back,
.iframed .recipesearch,
.iframed footer.footer,
.iframed .scrollupbutton,
.iframed .cookiemessage {
    display: none;
}

@media all and (max-width: 1200px) {
    header.header .logo {
        padding-top: 15px;
        text-align: left;
        height: 100px;
    }
    header.header .logo * {
        font-size: 3.8rem;
    }
    .socialicons {
        top: 15px;
        right: 15px;
    }
    nav a,
    nav a:visited {
        font-size: 30px;
    }
}
@media all and (max-width: 1023px) {
    header.header .headerslider .list .col .item,
    header.header .headerslider .transformer {
        width: 100%;
        height: 0;
        padding: 0 0 75.75% 0;
    }
}
@media all and (max-width: 767px) {
    header.header {
        height: 80px;
    }
    header.header .row {
        display: block;
    }
    header.header .socialicons {
        display: none;
    }
    nav.menu ul.mobile_active li,
    header.header.fixed nav.menu ul.mobile_active li {
        width: 100%;
    }
    nav.menu ul.mobile_active li a,
    header.header.fixed nav.menu ul.mobile_active li a {
        display: inline-block;
        font-size: 30px;
    }
    nav.menu li.active a {
        text-shadow: unset;
        border-bottom-color: #020203;
    }
    .mobilemenubutton {
        position: absolute;
        top: 25px;
        right: 15px;
        width: 32px;
        height: 32px;
        z-index: 6;
        cursor: pointer;
    }
    .mobilemenubutton::after {
        content: '\f0c9';
        font-size: 32px;
        font-family: 'FontAwesome';
        font-weight: 900;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 32px;
        text-align: center;
    }
    .mobilemenubutton.active {
        position: fixed;
    }
    .mobilemenubutton.active::after {
        content: '\f066';
        color: #020230;
    }
    nav.menu ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: calc(50vh - 300px);
        background: rgba(255,255,255,0.95);
        overflow-y: auto;
        z-index: 5;
    }
    nav.menu li {
        display: block;
        width: 150px;
        margin: 40px auto;
    }
    nav.menu li a {
        color: #020203;
        display: block;
    }
    header.header.fixed + .container-fluid {
        margin-top: 51px;
    }
    header.header.fixed nav.menu {
        padding-top: 0;
    }
    header.header.fixed .mobilemenubutton {
        top: 10px;
    }
    header.header.fixed .mobilemenubutton.active {
        top: 7.5px;
    }
    header.header .headerslider {
        height: 600px;
    }
    header.header .headerslider .list .col .item,
    header.header .headerslider .transformer {
        width: 125%;
        padding-bottom: 94.5%;
        top: 5%;
        left: 10%;
        transform: rotate(-5deg);
    }
    header.header .headerslider .list .col:nth-child(2n) .item,
    header.header .headerslider .item:nth-child(2n) .transformer {
        top: auto;
        left: auto;
        bottom: 5%;
        right: 10%;
        transform: rotate(5deg);
    }
    header.header .headerslider .list .col .item .text,
    header.header .headerslider .transformer .text {
        font-size: 3vw;
        line-height: 3.2vw;
    }
}
@media all and (max-width: 551px) {
    header.header .logo {
        padding-left: 0;
    }
    header.header .logo * {
        font-size: 2.5rem;
    }
    .mobilemenubutton {
        top: 15px;
    }
    header.header .headerslider .list .col .item,
    header.header .headerslider .transformer {
        width: 180%;
        padding-bottom: 136%;
    }
    header.header .headerslider .list .col .item .text,
    header.header .headerslider .transformer .text {
        font-size: 5vw;
        line-height: 5.2vw;
    }
    .content_container.recipesearch > .container > .row {
        padding-right: 15px;
        padding-left: 15px;
    }
    body:not(.home) .content_container > .container > .row {
        padding-right: 0;
        padding-left: 0;
    }
    body{
        font-size: 1.8rem;
    }
    h1 {
        font-size: 3.2rem;
    }
}

@media print {
    nav.menu,
    .scrollupbutton,
    .socialicons,
    .socialsharebuttons,
    .tx-vealrecipes-buttons,
    .content_container.recipesearch,
    .footer {
        display: none;
    }
    body {
        font-size: 10pt;
    }
}