/*
 Theme Name:   Baking X Cooking
 Theme URI:    http://www.wallbruch.it/themes/bakingxcooking
 Description:  Baking X Cooking Child Theme
 Author:       Boris Wallbruch
 Author URI:   http://www.wallbruch.it
 Template:     bakingxcooking
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, responsive-layout, accessibility-ready
 Text Domain:  bakingxcookingchild
*/

/* @import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"); */

:root {
    --page-width: 96%;
    --page-max-width: 1600px;

    --main-page-color: #f3f3f3;

    --main-border-radius: 8px;

    --main-header-size: 40px;

    --post-bottom-menu: 70px;

    --main-spacer-height: 60px;
    --main-intro-size: 40px;

    --page-devider-small: 40%;
    --page-devider-big: 60%;

    /* Fonts */
    /* --main-font-headline: "Cabin", sans-serif;
    --main-font-text: "Lato", sans-serif; */
    --main-font-headline: "Arial", sans-serif;
    --main-font-text: "Arial", sans-serif;
    --main-font-color: #1d1d1f;
    --main-font-color-hover: #616166;

    --main-font-size: 1.2rem;
    --main-line-height: 22px;
    --main-letter-spacing: 1;

    --main-content-length: 600px;

    /* Colors */
    --effect-color-1: rgb(212 241 251);
    --effect-color-2: #e5e9ee;

    --lightest-gray: #f9f9f9;

    --tabs-shadow-color: #00000085;

    --main-post-background: #ffffff;

    --category-link-color: rgb(224, 224, 224);

    /* Menu */
    --burger-button-size: 24px;

    --main-menu-size: 50px;
    --main-menu-gap: 20px;
    --main-menu-top-distance: 40px;

    --menu-color-main: rgb(232 232 232 / 78%);
    --menu-color-secondary: beige;

    /* Posts */
    --header-lable-size: 40px;
    --singel-post-spacing: 0px;
}

html,
body {
    overflow-x: hidden;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 81.3%; /* 13px */
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    background-color: var(--main-page-color);
    margin: 0;
    padding: 0;
    font-family: var(--main-font-text);
    color: var(--main-font-color);
    line-height: var(--main-line-height);
    letter-spacing: var(--main-letter-spacing);
}

h1,
h2,
h3,
h4,
h5 {
    margin: 3rem 0 1.38rem;
    font-weight: 400;
    line-height: 1.1;
    font-family: var(--main-font-headline);
    color: var(--main-font-color);
    margin: 12px 0;

    word-wrap: break-word;
    overflow-wrap: break-word;

    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

h1 {
    font-weight: 600;
    margin-top: 0;
    font-size: 4rem;
}

/* h1 {
    font-weight: 600;
    margin-top: 0;
    font-size: 6.1rem;
} */

h1 span {
    font-weight: 300;
}

h2 {
    font-size: 2.441rem;
}

h3 {
    font-size: 1.953rem;
}

h4 {
    font-size: 1.563rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    font-size: var(--main-font-size);
    line-height: var(--main-line-height);
    letter-spacing: var(--main-letter-spacing);
}

a {
    text-decoration: none;
    color: var(--main-font-color);
}

/* TODO: HOTFIX */
table tbody tr td {
    border: none !important;
    outline: none !important;
}

.hidden {
    display: none;
}

.image-link {
    width: 100%;
}

section {
    position: relative;
}

/* Wrapper */
.wrapper-main {
    width: var(--page-width);
    max-width: var(--page-max-width);
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* Anchor */
.anchor-offset {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.edit-link {
    background-color: var(--category-link-color);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 20px;

    display: none;
}

/*-----------------------------*/
/* Static Menu  */
/*-----------------------------*/
.static-menu {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: calc(var(--main-header-size) / 2);
}

/* .main-site-branding {
    display: flex;
    flex-direction: row;
    gap: calc(var(--main-header-size) / 2);
}

.main-site-branding img {
    height: var(--main-header-size);
    width: auto;
    display: block;
}

.main-site-branding span {
    margin-right: var(--main-header-size);
    font-size: 1.4rem;
    line-height: var(--main-header-size);
    flex-shrink: 0;
} */

.static-menu-search {
    width: 100%;
    height: var(--main-header-size);
    flex-shrink: 5;
}

.static-menu-search form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: calc(var(--main-header-size) / 2);
}

.static-menu-search form label {
    width: 100%;
}

.static-menu-search form input[type="search"],
.static-menu-search form input[type="submit"] {
    height: var(--main-header-size);
    border-radius: var(--main-border-radius);
    border: none;
}

.static-menu-search form input[type="search"] {
    background-color: #f0f0f0;
    width: 100%;
}

.static-menu-search form input[type="submit"] {
    background-color: #525252;
    width: 100px;
    color: var(--main-page-color);
}

/* .menu-button-placeholder {
    background-color: red;
    width: calc(var(--burger-button-size) * 1.5);
    height: var(--main-menu-size);
} */

/*-----------------------------*/
/* Mega Menu  */
/*-----------------------------*/
.menu-glass-layer {
    width: 100%;
    height: 100vh;
    z-index: 890;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 400ms;
}

.glass-layer-toggle {
    opacity: 1;
}

.glass-layer-1 {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    height: 100vh;
    z-index: 890;
}

.mega-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    transition: transform 600ms;
    z-index: 900;

    /* display: none; */
}

.mega-menu-open {
    transform: translateX(-100%);

    /* display: none; */
}

.mega-menu-position {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



/*-----------------------------*/
/* Main Navigation  */
/*-----------------------------*/
.main-navigation {
    width: 100%;
    /* height: var(--main-menu-size); */
    /* position: relative; */
    margin-top: var(--main-menu-top-distance);

    position: absolute;
    top: 0;
}

.main-navigation > .menu-main-menu-container {
    position: relative;
}

.main-navigation > .menu-main-menu-container ul {
    display: inline-flex;
    flex-direction: column;
    /* position: absolute; */
    /* right: calc(var(--main-menu-gap) + var(--main-menu-size)); */
    right: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    z-index: 500;

    width: 100%;
}

#block-2,
#block-3 {
    display: none;
}

.main-navigation > .menu-main-menu-container ul li {
    list-style-type: none;
    display: inline;
    padding: 4px 0;
    position: relative;
}

.main-navigation > .menu-main-menu-container ul li a {
    background-color: #000000;
    color: var(--main-page-color);
    padding: 1rem 0;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.main-navigation > .menu-main-menu-container ul li a:hover {
    background-color: #00000070;
}

.main-navigation > .menu-main-menu-container ul li ul {
    background-color: rgb(216 213 245);
    position: absolute;
    right: 0;

    display: none;
    flex-direction: column;
    align-items: flex-end;
}

/* 2nd Level */

.main-navigation > .menu-main-menu-container ul li:hover .sub-menu {
    display: flex;
}

.main-navigation > .menu-main-menu-container ul li ul li {
    padding: 0;
}

.main-navigation > .menu-main-menu-container ul li ul li a {
    background-color: transparent;
}

/* 3rd Level */

.main-navigation > .menu-main-menu-container ul li ul li ul {
    right: 100%;
}

/*-----------------------------*/
/* Single Posts Menu */
/*-----------------------------*/

.single-post-menu {
    /* width: var(--page-width); */
    background-color: #363739;
    width: 102%;
    height: var(--post-bottom-menu);
    position: fixed;
    /* bottom: 20px; */
    bottom: 0;
    left: 49%;
    transform: translateX(-50%);
    z-index: 1010;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-post-menu a {
    width: var(--page-width);
}

.post-menu-button {
    background-color: #00000070;
    width: 100%;
    height: var(--post-bottom-menu);
    cursor: pointer;
    pointer-events: all;
    box-sizing: border-box;
    line-height: var(--post-bottom-menu);
    text-align: center;
    color: var(--main-page-color);
    font-weight: 800;
}

.post-menu-dopple {
    background-color: transparent;
    display: flex;
    gap: 2px;
}

.post-menu-button a {
    background-color: #00000070;
    color: var(--main-page-color);
    width: 100%;
}

.mega-menu-btn {
    background-color: #00000070;
    width: 100%;
    height: var(--post-bottom-menu);
}

.container-post-menu {
    width: 100%;
    height: var(--post-bottom-menu);
}

.post-menu-2nd {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateY(-100%);
    bottom: var(--post-bottom-menu);
    z-index: -1;
    display: flex;
    flex-direction: column;
    display: none;
}

/* Must be placed behind .post-menu-2nd */
.menu-2nd-open {
    display: flex;
}

.post-menu-2nd > .post-menu-button {
    background-color: #000000;
    margin-bottom: 10px;
}

.post-menu-2nd > a {
    background-color: #000000;
    margin-bottom: 10px;
}

.option-hide-toggle {
    color: #ffffff;
    opacity: 0.3;
}

.post-menu-toggle {
    background-color: #000000;
    color: #d2d2d2;
}

/*-----------------------------*/
/* Sidebar  */
/*-----------------------------*/
#secondary {
    /* background-color: rgba(255, 0, 0, 0.12); */
    margin-top: var(--main-menu-gap);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

#secondary #block-2,
#secondary #block-3,
.menu-recent-posts {
    background-color: var(--menu-color-main);
    min-height: var(--main-menu-size);
    margin-bottom: var(--main-menu-gap);
}

.menu-recent-posts {
    width: 960px;
    display: flex;
    flex-direction: row;
}

.recent-post-single {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

.recent-post-single:hover {
    background-color: var(--menu-color-second);
}

.recent-post-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#secondary #block-2 {
}

#secondary #block-3 {
    padding: 10px;
}

#secondary #block-3 {
    /* width: 800px; */
    /* display: none; */
}

#secondary .wp-block-search__label {
    /* display: none; */
}

/*-----------------------------*/
/* Header  */
/*-----------------------------*/

.header-background {
    background: rgb(229 229 229);
}

header {
}

.site-header {
    display: none;
}

.header-frontpage-exclusive > .site-header {
    display: block;
}

/*-----------------------------*/
/* hero  */
/*-----------------------------*/

.hero-logo {
    background-image: url("../../../wp-content/themes/bakingxcooking-child/images/logo/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.main-hero {
    background: rgb(229 229 229);
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.main-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main-hero-headline {
    display: none;
    width: 100%;
    height: var(--main-spacer-height);
}

.main-hero-headline h2 {
    line-height: var(--main-spacer-height);
    margin: 0;
}

.main-hero-video {
    pointer-events: none;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/*-----------------------------*/
/* Intro  */
/*-----------------------------*/
.main-intro {
    background-color: rgb(229 229 229);
    height: auto;
    padding: var(--main-intro-size) 0;
}

.intro-links {
    background-color: #545454;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.intro-links-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: var(--main-intro-size);
    margin: 0;
    font-size: calc(var(--main-intro-size) * 0.5);
    width: 100%;
}

.links-content-spacer {
    display: none;
}

.links-content-single {
    height: auto;
    margin: 0 5px;
    display: flex;
    justify-content: center;

    width: 33%;
}

.links-content-single a {
    display: flex;
    text-align: center;
    width: 100%;
    flex-direction: column;
}

.links-content-single a img {
    width: calc(var(--main-intro-size) * 1.5);
    height: calc(var(--main-intro-size) * 1.5);
    border-radius: var(--main-intro-size);
    margin: 0 auto;
}

/*-----------------------------*/
/* Page  */
/*-----------------------------*/
#page {
}

/*-----------------------------*/
/* Main Area  */
/*-----------------------------*/

.main-area {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.main-area-intro {
    text-align: center;
    padding: 100px 0 60px 0;
}

.main-area-intro h2 {
    font-size: 13vw;
    text-transform: uppercase;
}

.main-area-intro h3 {
    font-size: 5vw;
}

.main-area-intro h4 {
    font-size: 4.8vw;
}

/*-----------------------------*/
/* Single Posts  */
/*-----------------------------*/
.single-category-tab {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    gap: 2%;
    overflow: hidden;
}

.category-tab-header {
    margin: 0;
}

.category-tab-tumbnail {
    width: 20%;
}

.category-tab-tumbnail img {
    width: 100%;
    height: 70px;
    object-fit: fill;
}

.category-tab-content {
    width: 80%;
}

.category-tab-excerpt {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.category-tab-excerpt p {
    margin: 0;
}

.holder-single-posts {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 0;
}

.page-single-post .holder-single-posts {
    background-color: whitesmoke;
}

.holder-single-posts > article > a > .post-thumbnail > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Diet */
.container-header-lable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-header-label {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.main-header-label img {
    width: var(--header-lable-size);
    height: var(--header-lable-size);
}

.header-lable-meta {
    width: 100%;
}

/* Page single overlay */

/* .page-single-overlay {
    background-color: #0f101000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: 1;
    transition: all 400ms;
}

.single-overlay-animation {
    background-color: #0f101067;
} */

/* .single-overlay-content {
    background-color: #ffffff;
    width: 70%;
    height: 100%;
    transition: all 400ms;
    transform: translateX(-100%);
}

.overlay-content-animation {
    transform: translateX(0);
} */

.page-single-post .header-lable-meta {
    width: 30%;
    display: inline-block;
}

/* TODO: Make visable as tooltip */
.header-lable-meta .posted-on a .published {
    /* display: none; */
}

.pl-holder {
    width: 30%;
}

.entry-header-lable {
    height: var(--header-lable-size);
    display: flex;
    width: 160px;
    justify-content: flex-end;
    transition: opacity 400ms;
    position: relative;

    display: none;
}

.entry-header-lable:hover > .header-label-visable {
    opacity: 0;
    transition: opacity 200ms;
    transition-delay: 0ms;
}

.entry-header-lable:hover > .header-label-hidden {
    opacity: 1;
    transition-delay: 150ms;
}

.entry-header-lable:hover > img {
    transform: translateX(-120px);
}

.entry-header-lable img {
    width: var(--header-lable-size);
    margin-left: 10px;
    transition: transform 400ms;
    z-index: 100;
}

.header-label-visable {
    font-size: 1.4rem;
    line-height: var(--header-lable-size);
    text-align: right;
    margin: 0;
    z-index: 90;
    transition: opacity 400ms;
    transition-delay: 200ms;
}

.header-label-hidden {
    background-color: var(--effect-color-1);
    width: 120px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    z-index: 90;
    opacity: 0;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.header-lable-back {
    width: 200px;
    position: relative;
}

.lable-back-button {
    height: var(--main-spacer-height);
    width: 130px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lable-back-button p {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
}

.lable-back-button img {
    width: auto;
    height: 36px;
    opacity: 0.2;
}

.header-lable-backbutton a {
    background-color: rgb(197, 197, 197);
    height: 50px;
}

.entry-content {
    position: relative;
}

.entry-content-excerpt {
    position: relative;
}

.entry-content-frontpage {
    margin: 20px 0;
    border-bottom: 1px solid #919191;
}

.entry-content-frontpage h4 {
    margin-top: 0;
}

.button-post-overwiev {
    background-color: var(--category-link-color);
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin: 2rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.post-overview-footer {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.page-single-post .post-overview-footer {
    margin-top: 18px;
}

.post-overview-footer .cat-links {
    font-size: 0.8rem;
    font-style: italic;
}

.post-overview-footer p {
    display: block;
    margin: 0 0 4px 0;
}

.post-overview-footer .cat-links a {
    background-color: var(--category-link-color);
    padding: 4px;
}

.post-overview-footer .cat-links a:hover {
    background-color: var(--effect-color-1);
}

.post-overview-footer .comments-link {
    display: none;
}

/* Single Posts */
.page-single-post .post-overview-footer p {
    display: inline;
}

.page-single-post .post-overview-footer .cat-links {
    font-size: 0.8rem;
    font-style: italic;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.frontpage-articles {
    width: 100%;
    border-radius: var(--main-border-radius);
}

.frontpage-articles article {
    background-color: #e9e9e9;
    border-radius: var(--main-border-radius);
}

.holder-single-posts article {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.frontpage-post-image {
    width: 100%;
    display: flex;
    align-items: center;
}

.frontpage-post-content {
    width: calc(100% - 40px);
    min-height: 140px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

article .frontpage-post-image img {
    width: 100%;
    height: 340px;
    display: block;
    object-fit: cover;
    border-radius: var(--main-border-radius);
}

.advertisement-drinks {
    background-color: #0f1010;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.drinks-image-container img {
    width: 100%;
    height: 680px;
    min-height: 700px;
    object-fit: cover;
    object-position: 45%;
    display: block;
    position: absolute;
}

.drinks-image-container img:first-child {
    position: relative;
}

.drinks-inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    left: calc(calc(100% - var(--page-width)) / 2);
}

.drinks-inner-ad {
    position: relative;
    margin-bottom: -6px;
}

.inner-ad-corner {
    background-color: #667f1e;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 130px;
    height: 130px;
    position: relative;
}

.drinks-inner-ad span {
    color: #bade00;
    font-size: 9vw;
    position: absolute;
    top: 60px;
    left: 7px;
}

.drinks-inner h2 {
    color: #65a01a;
    font-size: 20vw;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    position: relative;
    left: -5px;
}

.drinks-inner h3 {
    max-width: 50%;
    color: #ffffffe7;
    font-size: 6.5vw;
    font-weight: 200;
    line-height: 1;
    margin: 0;
}

.drinks-inner p {
    color: var(--main-page-color);
    width: 80%;
    font-size: 4vw;
    font-weight: 200;
    line-height: 1.25;
    margin: 0 0 20px 0;
}

.drinks-inner a {
    background-color: #65a01a;
    padding: 1rem 2.8rem;
    font-size: 1.3rem;
    min-width: 10px;
    text-align: center;
    border-radius: var(--main-border-radius);
    color: var(--main-page-color);
    transition: all 600ms;
}

.drinks-inner a:hover {
    background-color: #487013;
}

.inner-ad-content {
    position: relative;
}

.frontpage-drink {
    background-color: rgb(229 229 229);
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.frontpage-drink-content {
    display: flex;
    flex-direction: column;
}

.drink-content-img {
    width: 100%;
}

.drink-content-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.drink-content-text {
    width: 100%;
    align-self: flex-start;
}

/*-----------------------------*/
/* Frontpage Basics  */
/*-----------------------------*/

.container-main-basics {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.main-basics-tile {
    background-color: #525252;
    width: calc(50% - 5px);
    height: 600px;
    border-radius: var(--main-border-radius);
    position: relative;
    overflow: hidden;
}

.main-basics-tile article {
    width: 100%;

    position: absolute;
    top: 0;
}

.main-basics-tile .frontpage-post-image {
    width: 100%;
    position: absolute;
    top: 0;
}

.main-basics-tile a:hover .frontpage-post-hover {
    opacity: 1;
}

.main-basics-tile .frontpage-post-image img {
    width: 100%;
    height: 600px;
}

.frontpage-post-hover {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    transition: opacity 400ms;
    opacity: 0;
}

.frontpage-post-hover h2 {
    color: var(--main-page-color);
    text-align: center;
}

/* Category-hero */

.category-hero-inner {
}

.category-hero-inner h1 {
    /* color: var(--effect-color-1); */
}

.category-hero-inner p {
    /* color: var(--main-page-color); */
}

/* Footer */

.main-footer {
    background: #858585;
    margin: 40px 0 0 0;
    padding: 20px 0 90px 0;
}

.main-footer-label {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.main-footer-label p {
    background-color: var(--main-font-color-hover);
    margin: 0;
    padding: 6px 6px 3px 6px;
    border-radius: var(--main-border-radius);
    color: var(--main-page-color);
}

.main-footer-content {
    background-color: var(--effect-color-2);
    width: 100%;
    height: auto;
    padding: 120px 0;
    text-align: center;
    font-size: 9rem;
    overflow: hidden;
    color: var(--main-page-color);
}

.main-footer-last {
    width: 100%;
    height: auto;
    padding: 12px 0;
    text-align: center;
    color: var(--main-page-color);
}

.main-footer-last a {
    color: var(--main-page-color);
}

.main-footer-last .site-info .sep {
    margin: 0 6px;
}

@media only screen and (min-width: 500px) {
    .drinks-inner-ad span {
        font-size: 3.2rem;
    }

    .drinks-inner h3 {
        font-size: 2rem;
    }

    .drinks-inner h2 {
        font-size: 6rem;
    }

    .drinks-inner p {
        font-size: 1.4rem;
        width: 390px;
    }
}

@media only screen and (min-width: 760px) {
    :root {
        --singel-post-spacing: 40px;
    }

    /*-----------------------------*/
    /* Header  */
    /*-----------------------------*/
    .site-header {
        display: block;
    }

    .page-single-recipe-head {
        gap: 0;
    }

    /*-----------------------------*/
    /* Hero logo  */
    /*-----------------------------*/
    .hero-logo {
        padding: 8.4vw 0;
    }

    .holder-single-posts article {
        flex-direction: row;
    }

    .frontpage-post-image {
        width: 50%;
    }

    .frontpage-articles article {
        background-color: transparent;
    }

    .frontpage-articles article:hover {
        background-color: #e9e9e9;
    }

    .frontpage-post-content {
        width: 50%;
        height: auto;
        padding: 0 20px;
    }

    .main-hero-video {
        height: auto;
    }
    /*-----------------------------*/
    /* Main intro  */
    /*-----------------------------*/

    .main-intro {
        padding: calc(var(--main-intro-size) * 2) 0;
    }

    .intro-links-content {
        margin: 0 20px;
        font-size: calc(var(--main-intro-size) * 0.75);
        width: auto;
    }

    .links-content-single {
        height: var(--main-intro-size);
        width: auto;
        margin: 0 var(--main-intro-size);
    }

    .links-content-single a {
        flex-direction: row;
        width: auto;
    }

    .links-content-single a:hover {
        color: var(--main-font-color-hover);
    }

    .links-content-single a img {
        width: var(--main-intro-size);
        height: var(--main-intro-size);
        margin-right: 8px;
    }

    .links-content-spacer {
        display: block;
    }

    .intro-links-content {
        flex-direction: row;
    }

    /*-----------------------------*/
    /* Section intro  */
    /*-----------------------------*/

    .main-area-intro h2 {
        font-size: 6.7rem;
    }

    .main-area-intro h3 {
        font-size: 1.8rem;
    }

    .main-area-intro h4 {
        font-size: 1.4rem;
    }

    /*-----------------------------*/
    /* Single Posts  */
    /*-----------------------------*/
    .holder-single-posts {
        gap: 0;
    }

    article .frontpage-post-image img {
        height: 240px;
    }

    .holder-single-posts article {
        width: calc(100% - 80px);
        padding: 40px;
    }

    .entry-content-frontpage {
        margin: 0;
    }

    /*-----------------------------*/
    /* Drinks banner */
    /*-----------------------------*/
    .drinks-inner {
        gap: 40px;
        left: 60px;
    }

    .drinks-image-container img {
        height: auto;
    }

    .frontpage-drink-content {
        flex-direction: row;
        gap: 20px;
        padding: 40px 0;
    }

    .drink-content-img {
        width: 40%;
    }

    .drink-content-text {
        width: 60%;
    }
}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1300px) {
    /* :root {
        --page-width: 96%;
    } */

    .frontpage-articles {
        width: 50%;
    }
}

@media only screen and (min-width: 1600px) {
    /*-----------------------------*/
    /* Drinks banner */
    /*-----------------------------*/
    .drinks-inner h2 {
        font-size: 16rem;
        font-weight: 900;
    }

    .drinks-inner h3 {
        font-size: 7.5rem;
        max-width: 80%;
    }

    .drinks-inner p {
        width: 600px;
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

/* @media only screen and (min-width: 2000px) {
    :root{
        --main-page-width: 
    }
} */
