/* ============================================= */
/* START GENERAL 
/* ============================================= */
html,body{
    font-family: 'Jost', sans-serif;
    line-height: 1.4;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
}
.print{
    display: none;
}
.clear{
    clear: both;
}
a{
    color: rgba(102, 102, 102, 1);
}
img{
    display: inline-block;
    height: auto;
}
h2, h3{
    line-height: 1;
    font-weight: 400;
    margin: 20px 0;
}
h2{
    font-size: 52px;
    text-transform: uppercase;
}
h3{
    margin: 0;
    font-size: 26px;
}
h4{
    font-size: 26px;
    font-weight: 400;
}
p{
    width: 100%;
}
.float-left{
    float: left;
}
body ol{
    margin-left: 20px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
}
.flex-container.row{
    flex-direction: row;
}
.flex-container.col{
    flex-direction: column;
}
.w20{
    flex: 0 20%;
}
.w25{
    flex: 0 25%;
}
.w33{
    flex: 0 33%;
}
.w50{
    flex: 0 50%;
}
.w66{
    flex: 0 66%;
}
.w100{
    flex: 0 100%;
}
body > *{
    margin: 0 auto;
    padding: 0 25%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
body .full-width > *{
    margin: 0 auto;
    padding: 0 25%;
    box-sizing: border-box;
}
p.has-background{
    padding: 20px 25%;
}
body #header, 
body #footer, 
body .wp-block-lazyblock-slideshow, 
body .wp-block-lazyblock-cat-teaser-big, 
body .wp-block-lazyblock-hero-visual,
body .full-width{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.margin-bottom{
    margin-bottom: 40px;
}
.center{
    justify-content: center;
}
.uppercase{
    text-transform: uppercase;
}
/* ============================================= */
/* START HEADER
/* ============================================= */
#header{
    padding: 40px 0 30px;
}
#header .flex-container > div{
    text-align: center;
}
#header ul{
    margin: 0;
    padding: 0;
}
#header ul li{
    display: inline-block;
}
#menu-hauptmenue li{
    margin: 0 10px;
    font-weight: 600;
}
#menu-hauptmenue li a{
    transition: all 0.2s ease;
}
#menu-hauptmenue li:hover a, 
#menu-hauptmenue li.current-menu-item a{
    color: rgba(255, 145, 165, 1)
}
#header a{
    text-decoration: none;
}
#header .menu a{
    color: rgba(73, 73, 72, 1);
}
.social-media{
    bottom: -20px;
    text-align: center;
    width: 100%;
    font-size: 24px;
    z-index: 10;
}
.social-media ul{
    margin: 0; 
    padding: 0;
}
.social-media li{
    margin: 0 5px;
    border-radius: 500px;    
    box-sizing: border-box;
    border: 5px solid white;
    transition: all 0.2s ease;
}
.social-media li.instagram{
    background-color: rgba(146, 108, 161, 1);
}
.social-media li.instagram:hover{
    background-color: rgba(197, 177, 205, 1);
}
.social-media li.facebook{
    background-color: rgba(140, 171, 204, 1);
}
.social-media li.facebook:hover{
    background-color: rgba(194, 211, 228, 1);
}
.social-media li.pinterest{
    background-color: rgba(207, 139, 105, 1);
}
.social-media li.pinterest:hover{
    background-color: rgba(230, 194, 176, 1);
}
.social-media li.youtube{
    background-color: rgba(230, 25, 114, 1);
}
.social-media li.youtube:hover{
    background-color: rgba(242, 133, 180, 1);
}
#header .social-media a, 
#footer .social-media a{
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
#searchform input{
    border: 0px none;
    border-bottom: 1px solid; 
    outline: none;
    transition: all 0.4s ease;
    background: none;
}
#searchform input:focus{
    border-bottom: 1px solid rgba(255, 145, 165, 1);
}
#searchform button{
    background: none;
    border: none;
    color: rgba(102, 102, 102, 1)
}
#menu-user-menue{
    padding-top: 10px;
}
#menu-user-menue li{
    padding: 5px 20px 0;
    box-sizing: border-box;
    border-top: 1px solid;
}
#logo{
    position: absolute;
    bottom: 0;
    width: 80px;
    top: 80px;
    z-index: 20;
    right: 10%;
    margin-left: -40px;
}
#logo a{
    display: block;
}
#logo img{
    width: 100%;
    height: auto;
    display: block;
}

body #header, 
body #footer{
    margin-bottom: 0;
}
#menu-icon{
    position: absolute;
    width: 40px;
    height: 20px;
    right: 20px;
    top: 30px;
    display: none;
    transition: all 0.3s ease;
    z-index: 100;
}
#menu-icon span{
    position: absolute;
    width: 100%;
    background:rgba(73, 73, 72, 1);
    height: 2px;
    border-radius: 50px;
    transition: all 0.4s ease;
    opacity: 1;
}
#menu-icon span:nth-of-type(1){
    top: 0;
}
#menu-icon span:nth-of-type(2), 
#menu-icon span:nth-of-type(3){
    top: 9px;
}
#menu-icon span:nth-of-type(4){
    top: 19px;
}
.open-nav #menu-icon{
    transform: rotate(90deg);
}
.open-nav #menu-icon span:nth-of-type(1), 
.open-nav #menu-icon span:nth-of-type(4){
    opacity: 0;
}
.open-nav #menu-icon span:nth-of-type(2){
    transform: rotate(-45deg)
}
.open-nav #menu-icon span:nth-of-type(3){
    transform: rotate(45deg)
}
/* ============================================= */
/* START FOOTER
/* ============================================= */
#footer{
    padding: 60px 0 10px
}
#footer ul{
    text-align: center;
}
#footer li.graef-label{
    font-weight: 700;
    position: relative;
}
#footer li.graef-label:before{
    position: absolute;
    left: -25px;
    display: block;
    content: url("../images/graef-badge.svg");
    width: 20px;
    top: 2px;
}
#footer li{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
#footer li a{
    text-decoration: none;
    color: rgba(73, 73, 72, 1);
    text-transform: uppercase;
    transition: all 0.2s ease;
}
#footer li a:hover{
    color: rgba(255, 145, 165, 1);
}
#menu-footer-nav li a{
    transition: all 0.2s ease;
}
#menu-footer-nav li:hover a, 
#menu-footer-nav li.current-menu-item a{
    color: rgba(255, 145, 165, 1)
}
#footer .social-media li a:hover{
    color: rgba(255, 255, 255, 1);
}
#footer .social-media{
    bottom: initial;
    top: -30px;
    width: initial
}
/* ============================================= */
/* START HOME
/* ============================================= */
img.news{
    padding-top: 80px;
}
.slider-item{
    display: flex;
    background-size: cover;
    flex-direction: column;
    justify-content: end;
}
.slider-content{
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-sizing: border-box;
    margin-top: 10vw;
}
.slider-content .slider-headline{
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.slider-text{
    padding: 0 25%;
    position: relative;
    display: flex;

    flex-direction: column;
    justify-content: end;
}
.slider-text a{
    color: rgba(73, 73, 72, 1);
}
.home .owl-carousel .owl-stage{
    display: flex;
}
.home .owl-carousel .owl-stage .owl-item .slider-item{
    height: 100%;
}
.owl-dots{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.owl-dots button span{
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(73, 73, 72, 1);
    margin: 0 5px;
    border-radius: 50px;
}
.owl-dots button.active span{
    background: rgba(255, 145, 165, 1)
}

/*--- START cat-teaser-big ---*/
.wp-block-lazyblock-cat-teaser-big{
    margin-bottom: 0;
    overflow: hidden;
}
.cat-teaser-big > div{
    min-height: 320px;
    display: flex;
}

.cat-teaser-big > div:nth-child(1){
    padding: 20px 100px;
    padding-left: 25%;
    box-sizing: border-box;
}

.cat-teaser-big > div:nth-child(2){
    padding: 20px 100px;
    padding-right: 25%;
    box-sizing: border-box;
}
.cat-teaser-big h2{
    line-height: 1;
    font-size: 4.0vw;
    margin: 0;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    text-transform: uppercase;
}
.cat-teaser-big > div > div{
    justify-content: center;
    align-items: center;
}
.cat-teaser-big > div > .col{
    align-items: flex-start;
}
.cat-teaser-big .headline, 
.cat-teaser-big .headline a{
    color: rgba(255, 255, 255, 1);
}
.cat-teaser-big .cat-icon{
    top: -40px;
    opacity: 0.3;
    left: 10%;
    z-index: 0;
    pointer-events: none;
}
.cat-teaser-big .cat-icon img{
    width: 150%;
}
.kaffeewelt .cat-icon{
    top: initial;
    bottom: 0;
}
.ueber-graef .cat-icon{
    top: initial;
    bottom: 0;
}

.wp-block-lazyblock-cat-teaser-big:nth-child(even) .teaser-box-content{
    order: 1;
    padding-left: 25%;
    padding-right: 100px;
}
.wp-block-lazyblock-cat-teaser-big:nth-child(even) .teaser-box-headline{
    order: 2;
    padding-left: 100px;
    padding-right: 25%;
}
.js .teaser-box-headline.link{
    transition: all 0.2s ease;
}
.js .teaser-box-headline.link:hover{
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.js .teaser-box-headline.link .cat-icon{
    transform: scale(1);
    transition: all 0.2s ease;
}
.js .teaser-box-headline.link:hover .cat-icon{
    transform: scale(1.125);
    transition: all 0.2s ease;
}
.js .teaser-box-headline.link .headline{
    margin-left: 0px;
    transition: all 0.2s ease;
}
.js .teaser-box-headline.link:hover .headline{
    margin-left: 20px;
    transition: all 0.2s ease;
}
/*
.produktwelt .flex-container{
    margin: 0 -25%;
}
*/
.produktwelt{
    margin: 40px 0;
}
.produktwelt .flex-container{
    padding: 0 40px;
}
body .wp-block-lazyblock-produktwelt{
    padding: 0;
}
body .wp-block-lazyblock-produktwelt h2{
    padding: 0 25%;
}
.produktwelt img{
    width: auto;
    height: 70px;
}
.produktwelt img.product{
    width: 160px;
    height: auto;
    margin-bottom: 20px;
}
.produktwelt .produkt-item{
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.produktwelt .produkt-item a{
    display: inline-block;
    margin-top: 20px;
}

/* ============================================= */
/* START Visual
/* ============================================= */
.wp-block-lazyblock-visual, .visual{
    margin-bottom: 0;
}
.wp-block-lazyblock-visual .visual, .visual{
    min-height: 75vh;
    background-attachment: fixed;
    align-items: center;
    background-size: cover;
}
.white-shadow{
    position: relative;
}
.white-shadow:before{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    content: "";
    display: block;
    left: 0;
}
/* ============================================= */
/* START Newsletter Section
/* ============================================= */
.wp-block-lazyblock-newsletter{
    background-color: rgba(204, 215, 228, 1);
    margin-bottom: 0;
    min-height: 20vh;
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.wp-block-lazyblock-newsletter h2{
    color: rgba(255, 255, 255, 1);
}
.newsletter-section .headline{
    justify-content: space-between;
}
.newsletter-section .icons{
    align-items: flex-end;
}
.newsletter-section .icons img{
    margin-bottom: 20px;
}
/* ============================================= */
/* START Rezept Single */
/* ============================================= */
.recipe-info{
    text-align: center;
    align-items: flex-end;
    font-weight: 700;
}
.recipe-info > div{
    border-left: 1px solid rgba(102, 102, 102, 1);
}
.recipe-info > div:first-child{
    border-left: 0px none;
}

section.print{
    border-top: 1px solid rgba(102, 102, 102, 1);
    align-items: center;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
}
section.print div{
    box-sizing: border-box;
    padding: 20px;
}
.print a{
    text-decoration: none;
}
.print .appetit{
    font-size: 42px;
    padding-left: 0;
}
.print .icon{
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}
.print .icon img{
    padding-right: 10px;
}
/* ============================================= */
/* START Recipe of Month archive
/* ============================================= */
.single-recipe.item-1{
    margin-top: 40px;
}
body .full-width .single-recipe{
    min-height: 55vh;
    background-attachment: fixed;
    align-items: flex-end;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 40px;
    background-size: 100%;
}
body .full-width .single-recipe h3{
    font-weight: 700;
    font-size: 36px;
    padding: initial;
}
body .full-width .single-recipe > *{
    padding: 0 25%;
    position: relative;
}
/* ============================================= */
/* START Login
/* ============================================= */
body.page-id-56{
    /* padding-top: 60px; */
}
body .um-login{
    max-width: 100% !important;
}

.category-slider{
    margin: 40px 0;
}
.recipe-overview .owl-dots,
.category-slider .owl-dots{
    position: initial;
}
.category-slider .category-item{
    padding-bottom: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.category-slider .category-item .background{
    padding: 40px 20px;
    font-size: 22px;
    background-size: cover;
    position: relative;
    min-height: 250px;
    /* border-radius: 50px 0 50px 0; */
    overflow: hidden;
    background-position: top;
}
/*
.category-slider .category-item .background::before{
    position: absolute;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
*/
.category-slider .category-item h5{
    position: absolute;
    color: white;
    background-color: rgba(22, 58, 114, 1);
    font-size: 22px;
    right: -20px;
    padding: 5px 10px;
    z-index: 1;
    top: 10px;
}
.category-slider .category-item a{
    margin-top: 20px;
    display: inline-block;
    bottom: 50px;
    width: 100%;
    position: relative;
}
.category-slider .category-item span{
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(197, 177, 205, 1);
    display: inline-block;
    width: 100%;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}
.visual .relative a{
    color: inherit;
}
.recipe-categories{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
body .full-width .single-recipe-category{
    display: flex;
    padding: 0;
    flex-grow: 1;
    min-height: 220px;
}
body .full-width .single-recipe-category .background{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px;
    box-sizing: border-box;
    background-size: 150%;
    position: relative;
    background-position: center;
    transition: all 0.2s ease;
    text-decoration: none;
}
body .full-width .single-recipe-category:hover .background{
    background-size: 160%;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
body .full-width .single-recipe-category .background:before{
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    transition: all 0.2s ease;
}
body .full-width .single-recipe-category:hover .background:before{
    background: rgba(255, 255, 255, 0.3);
}
.single-recipe-category .title{
    writing-mode: tb-rl;
    transform: rotate(180deg);
    font-weight: 700;
    max-height: 200px;
    text-transform: uppercase;
    font-size: 24px;
}
/* ============================================= */
/* START Kalender
/* ============================================= */
.cal-month{
    padding: 50px 0px 10px;
    border-top: 2px solid rgba(102, 102, 102, 1);
}
.cal-month.month-0{
    border-top: 0px none;
}
.wp-block-lazyblock-kalender-monat:last-child{
    margin-bottom: 40px;
}
.cal-month h2{
    margin-top: 0;
    font-size: 72px;
}

.cal-month.month-0 h2{   
    color: rgba(255, 145, 165, 1)
}
.cal-month a{

    font-weight: bold;
}
/* ============================================= */
/* START Rezept Übersicht
/* ============================================= */
.recipe-overview{
    margin: 0 -40px;
    justify-content: center;
}
.recipe-overview .recipe-teaser{
    padding: 40px; 
    box-sizing: border-box;
    text-align: center;
}
.recipe-overview .recipe-teaser .background{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    position: relative;
    min-height: 250px;
    background-size: 250%;
    background-position: center;
    transition: all 0.2s ease;
}
/* .recipe-overview .recipe-teaser:hover .background{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
}*/ 
.recipe-overview .recipe-teaser .background:before{
    /*background-color: rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
.recipe-overview .recipe-teaser:hover .background:before{
    background-color: rgba(255, 255, 255, 0.2);
}
.recipe-overview .recipe-teaser .background:after{
    padding-bottom: 100%;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.5);
}
.recipe-overview .recipe-teaser a{
    text-decoration: none;
}
.recipe-overview .recipe-teaser a .background span{
    /*text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    position: relative;
    z-index: 1;*/ 
    position: absolute;
    color: white;
    background-color: rgba(207, 139, 105, 1);
    font-size: 22px;
    right: -20px;
    padding: 5px 10px;
    z-index: 1;
    top: 10px;
    font-weight: 700;
}
.recipe-overview .recipe-teaser a u{
    background: rgba(140, 171, 204, 1);
    color: white; 
    padding: 10px 15px; 
    text-decoration: none;
    box-sizing: border-box;
    display: block;
}
.so-fruehstueckt-die-welt{
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    background-image: url('../images/world-map-icon.svg');
    background-size: auto 90%;
    background-position: center;
    background-repeat: no-repeat;
}
.so-fruehstueckt-die-welt > * {
    padding: 40px 10%
}
.light-yellow-background{
    background-color: rgba(250, 195, 73, 0.2);
}
.light-yellow-background.darker{
    background-color: rgba(250, 195, 73, 0.5);
}
.light-yellow-background:first-child{
    padding-top: 2%;
}
.light-yellow-background:last-child{
    padding: 2% 25%;
}
.light-yellow-background.special img{
    width: 60%;
}
.so-fruehstueckt-die-welt h2{
    text-align: center;
}

.so-fruehstueckt-die-welt img{
    display: block;
    margin: 0 auto;
}
.so-fruehstueckt-die-welt .w33{
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.products-slider-columns{
    margin: 40px 0;
    align-items: center !important;
}
.products-slider-columns h2{
    hyphens: auto;
    width: 110%;
}
.product-slider  .single-product{
    padding: 40px 0;
}

.product-slider  .single-product img{
    transform: scale(0.6);
    transition: all 0.2s ease;
}

.product-slider .active.center  .single-product img{
    transform: scale(1.2);
    transition: all 0.2s ease;
}

.product-slider  .single-product a{
    text-decoration: none;
}
.product-slider  .single-product span{
    text-decoration: underline;
}

.product-slider  .single-product strong,
.product-slider  .single-product span {
    opacity: 0;
    transition: all 0.2s ease;
}
.product-slider .active.center .single-product strong,
.product-slider .active.center .single-product span {
    opacity: 1;
    transition: all 0.2s ease;
}
.product-slider .owl-dots{
    bottom: 0;
    margin-top: 20px;
    position: relative;
}
.owl-carousel{
    cursor: grab;
}
.owl-carousel:active{
    cursor: grabbing;
}
#greenfamily{
    padding: 0 15%;
    background-image: url('../images/greenfamily_bg.png');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}
#greenfamily img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
#greenfamily em{
    font-style: normal;
    font-size: 26px;
}
#family{
    padding: 0 10%;
}

.page-id-57 .um-50.um{
    max-width: 100%;
}

.postid-947 iframe{
    margin-top: -1.5em;
    margin-bottom: 2em;
}
.wp-block-lazyblock-neusten-beitrage{
    padding: 0;
}