/*
Theme Name: cheesmeyer February 2023
Text Domain: cheesmeyer February 2023
Version: 1.0
Description: cheesmeyer
Tags: cheesmeyer, wide
Author: Jan Gubser
*/

:root {
    --musik: #2890f8;
    --theater: #e02541;
    --begegnung: #2fba7e;
    --talks: #c1a92e;
	--familie: #b65b9e;
    --guest: #7b7e81;

    --cheesmeyer-background: #fff;

    font-size: 10px;
    /* 1rem == 10px for easy conversion */
    --cheesmeyer-fluid-typo: clamp(0.8rem, calc(0.72rem + 0.75vw), 1.6rem);
    --cheesmeyer-fluid-vertical: clamp(0.8rem, calc(0.72rem + 0.75vw), 1.6rem);
}

@font-face {
    font-family: "DIN Next reg";
    src: url("/wp-content/themes/cheesmeyer-theme/assets/fonts/DINNextLTPro-Regular.ttf");
}

@font-face {
    font-family: "DIN Next med";
    src: url("/wp-content/themes/cheesmeyer-theme/assets/fonts/DINNextLTPro-Medium.ttf");
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    max-height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: var(--cheesmeyer-background);
}


h1 {
    font-family: "DIN Next med";
    font-size: calc(0.9rem + var(--cheesmeyer-fluid-typo));
    font-weight: 100;
	text-transform: uppercase;
}

h2 {
    font-family: "DIN Next med";
    font-size: calc(0.5rem + var(--cheesmeyer-fluid-typo));
    font-weight: 100;
	text-transform: uppercase;
}

h3 {
    font-family: "DIN Next med";
    font-size: calc(0.2rem + var(--cheesmeyer-fluid-typo));
    font-weight: 100;
	text-transform: uppercase;
}

p {
    font-family: "DIN Next reg";
}

.default-page-content {
    min-height: calc(100vh - 100px);
	
	margin: 20px 40px 20px 40px;
	font-family: "DIN Next reg";
}

.default-page-content p {
	font-size: 1.7rem;
}












/*** HEADER ***/

header {
    position: sticky;
    top: 0;
    z-index: 999;

    height: 120px;

    background-color: #fff;

    font-family: "DIN Next med";
    /* font-size: var(--cheesmeyer-fluid-typo); */
    font-size: 1.6rem;
    font-weight: 100;
}


/* Logo */

.logo__img {
    position: relative;
    
}

.cheesmeyer-logo {
    width: 100%;
    padding: 20px 40px 10px 40px;
    /* margin-top: 20px; */
}

.cheesmeyer-logo--mobile {
    display: none;
}

/* Main Menu */

.menu__ul {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: left;
    

    /* padding-right: calc(min(20vw, 400px)); */
    margin: 0 40px 12px 40px;
}

.menu__item {
    list-style: none;
    padding-right: 3vw;
}

.menu__item a {
    color: black;
    width: inherit;
    text-decoration: none;
}

.menu__underline {
    height: 4.5px;


    background-color: black;

    visibility: hidden;



}

.menu__item a:hover .menu__underline {
    visibility: visible;
}

.current_page_item .menu__underline {
    visibility: visible;
}

/* Sub Menu */

/* .sub-menu__ul {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: left;
    

    margin: 20px 40px 12px 40px;

    font-family: "DIN Next med";
    font-size: 1.6rem;
    font-weight: 100;
}

.sub-menu__item {
    list-style: none;
    padding-right: 3vw;
}

.sub-menu__item a {
    color: black;
    width: inherit;
    text-decoration: none;
} */


#menu-item-208, #menu-item-279 {
    cursor: pointer;

}

.fa-chevron-down {
    display: none;
}



.sub-menu {
    position: absolute;
    
    display: flex;
    flex-flow: column nowrap;
    gap: 2vh;

    padding: 2vh 10px 10px 10px;

    background-color: var(--cheesmeyer-background);

    transition: transform .2s ease;
    transform-origin: center top;
    transform: scaley(0) translateX(-10px);

}

.sub-menu.open {
    transform: scaley(1) translateX(-10px);
}


/* .menu__item--hover:hover .sub-menu {
    display: flex;
    
} */



.sub-menu__item {
    padding-right: 4vw;

    

   

    list-style: none;

    
}

.sub-menu__item a {
    color: black;

    display: inline-block;
    

    text-decoration: none;
}

.sub-menu__underline {
    height: 4.5px;
    


    background-color: black;

    visibility: hidden;



}

.sub-menu__item a:hover .sub-menu__underline {
    visibility: visible;
}

.current_page_item .sub-menu__underline {
    visibility: visible;
}



/* Burger Menu */

.page-title {
    display: none;
}

.burger {
    display: none;
    position: relative;
    z-index: 999;
    height: 20px;
    margin-right: 40px;
    /* margin: 0 40px 12px 40px; */
    /* padding-left: 1175px; */
    float: right;
}

.line {
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background-color: black;
    transition: transform .2s ease;
}



/* .line2 {
    position: absolute;
    top: 8px;
}

.line3 {
    position: absolute;
    top: 16px;
} */




















/*** FRONT PAGE CONTENT ***/

.front-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: calc(100vh - 100px);
    margin: 10px 40px 10px 40px;


}

/** POST **/

.post {
    max-width: 31%;
    margin: 20px 0 20px 0;



}



.post__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    width: 100%;
    height: 11%;

    padding-bottom: 6px;

    font-family: "DIN Next med";

}



.event-date {
    white-space: nowrap;

    font-size: var(--cheesmeyer-fluid-typo);
    /* font-weight: 100; */
	text-transform: uppercase;
}


.event-date__line,
.category__line {
    height: 4px;


    background-color: black;
}

.event-date__date {
    padding-top: 6px;
}



.category {
    width: 70%;

    font-size: var(--cheesmeyer-fluid-typo);
    /* font-weight: 100; */
	text-transform: uppercase;

}

.category__text {
    padding-top: 6px;


}

.category__text ul,
.category__text a {
    list-style: none;
    text-decoration: none;
    color: black;
}

.post__title {
    min-height: 12%;
    height: auto;

    overflow-wrap: break-word;

    /* white-space: nowrap; */
}

.title__link {
    display: block;
    height: 100%;

    text-decoration: none;

}

.title__main {
    padding-top: 6px;

    transition: transform .2s ease;
    transform-origin: left center;

}

.title__sub {
    padding-bottom: 6px;

    transition: transform .2s ease;
    transform-origin: left center;
}



.title__line {
    width: 100%;
    height: 5px;

    background-color: black;
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.post__image > img {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .2s ease;
    

    /* border: 5px solid black; */
}

/* .post__image > img:hover {
    transform: scale(1.1);
    
} */

/* .post:hover :is(.title__main, .title__sub) {
    filter: hue-rotate(180deg);
    
} */

.post:hover :is(.title__main, .title__sub, img) {
    
    transform: scale(1.05);
    
}

.post__content {
    padding: 10px 0 10px 0;

    font-family: "DIN Next reg";
    font-size: calc(0.2em + var(--cheesmeyer-fluid-typo));
    /* text-align: justify; */
}

.content__readmore {
    color: black;
}























/*** FOOTER ***/

footer {
    margin-top: 20px;
    padding: 0 40px 0 40px;
    position: relative;
    height: 100px;

    font-family: "DIN Next reg";
    font-size: calc(var(--cheesmeyer-fluid-typo) - 0.1em);

    z-index: 999;

    
}

.footer__line {
    height: 6px;
    width: 100%;

    background-color: black;
}

.footer__content {
    display: flex;
    /* height: 100px; */
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 20px 0;

}

.footer__social-media a {
    padding: 5px;

    font-size: calc(1em + var(--cheesmeyer-fluid-typo));
    text-decoration: none;
}

.fa-facebook-f {
    color: #000000;
}

.fa-instagram {
    color: #000000;
}

.footer__disclaimer {
    display: flex;
    flex-direction: column;
}

.footer__disclaimer a {
    color: black;
    text-align: right;
}






















/*** SINGLE POST PAGE ***/

.cm-single-post-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

    font-family: "DIN Next Reg";

}

.cm-single-post {
    width: 45%;
    min-height: calc(100vh - 100px);
    /* margin-right: 20px; */

}

.single-post__content > p {
	margin-bottom: 20px;
}

.single-post__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}


.single-event-date__line {
    background-color: black;
    height: 5px;
    width: inherit;
    margin-bottom: 8px;
}

.single-post__category {
    width: 70%;


}

.single-post__category.cm-info-post {
    width: 100%;


}

.single-post__category ul,
.single-post__category a {

    width: 70%;
    list-style: none;
    text-decoration: none;

}

.single-category__line {
    background-color: black;
    height: 5px;
    width: 100%;
    margin-bottom: 8px;
}

.single-title__line {
    background-color: black;
    height: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.single-title__main {
    /* font-size: 2.5vw; */
}

.single-title__sub {
    /* font-size: 1.6vw; */
}

.single-post__title {
    margin: 10px 0 15px 0;
    font-family: "DIN Next Med";
}

.single-post__image-block--mobile {
    display: none;
}

.single-post__image-block {

    width: 45%;
    
    float: right;

    margin: 0;

}

.single-post__image-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;

    padding-top: 75%;
}


.single-post__image > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;

    object-fit: cover;
    object-position: center;
}

.single-post__image-credit {
    margin-top: 5px;
    text-align: right;
}



.single-post__content {
    margin: 30px 0 30px 0;

    /* text-align: justify; */

    font-family: "DIN Next Reg";
    font-size: 2rem;
}


.single-post__infobox {
    font-family: "DIN Next reg";
    font-size: 2rem;
}

.single-post__infobox p {

    padding-top: 15px;
}

.single-post__infobox a {
    color: black;
}

.artist-link {
    text-decoration: none;
    display: block;
    width: fit-content;
   
    
}

.artist-link::before {
    content: '\f061';
    font: var(--fa-font-solid);
    margin-right: 5px;
    
}

.artist-link__line {
    visibility: hidden;
    width: 100%;
    height: 4px;
    background-color: black;
    margin-bottom: 10px;
}

.artist-link:hover .artist-link__line {
    visibility: visible;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;

    padding-bottom: 56.25%;

}

.video-link > iframe {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;
}

.event-sponsoren {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    column-gap: 2vw;
    width: 100%;
}

.event-sponsor {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;

    padding-top: 10%;

}

.event-sponsor img {
    position: absolute;
    top: 0;
    
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
























/*** BISTRO PAGE TEMPLATE ***/

.gastro-banner {
    display: block;
    /* flex-flow: row nowrap;
    justify-content: space-between; */

    min-height: 50vh;
   
    margin: 20px 40px 20px 40px;

    font-family: "DIN Next reg";
    font-size: 2rem;
}

.gastro-banner p {
    padding-bottom: 2vh;
}

.gastro-textblock {
    display: inline-block;
    width: 45%;
}

#bistro-img-slider-id {

    
    
    width: 50%;
    
    float: right;
    

    border-width: 6px;
    border-color: #a0b2d6;
    border: none;
    background-color: var(--cheesmeyer-background);

    margin: 0;

}

.bistro-slide__media {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;

    /* margin: 0 auto; */

    padding-top: 85%;
}

#bistro-img-slider-id .slides img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: top;
}

.bistro-slide__content {
    display: none;
}

/* #bistro-img-slider-id .flex-direction-nav {
    display: none;
} */

#bistro-img-slider-id .flex-direction-nav .flex-prev {
  left: 10px;
}

#bistro-img-slider-id .flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

#bistro-img-slider-id .flex-prev::before,
#bistro-img-slider-id .flex-next::before {
    color: var(--cheesmeyer-background);
}




/* .gastro-banner__img-container {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;

    margin-top: 20px;

    /* preserve ratio *//*
    padding-top: 40%; 
} */


/* .gastro-banner__image > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    /* transition: transform .2s ease; */
    

    /* border: 5px solid black; *//*
} */



.gastro-cards {
    width: 100%;
   

    margin-top: 20px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

    padding: 0 40px 0 40px;
}

.gastro-card__title {
    height: 8%;
    text-align: left;
    margin-bottom: 20px;
}

.gastro-card__line {
    width: 100%;
    height: 6px;
    margin-bottom: 10px;
    background-color: black;
}

.gastro-specialities__line, .gastro-menu__line, .gastro-booking__line {
    visibility: hidden;
    height: 4px;

    margin: 0 -20px 10px -20px;
    
    background-color: black;

    
}

.cheesmeyer-carousel-slider.bistro-page-slider .flex-direction-nav a {
    width: 20px;
    height: 25px;
}

.cheesmeyer-carousel-slider.bistro-page-slider .flex-direction-nav a:before {
    font-size: 2.5rem;
}

.cheesmeyer-carousel-slider.bistro-page-slider .flex-direction-nav .flex-prev {
    top: 35px;
    left: 10px;
}

.cheesmeyer-carousel-slider.bistro-page-slider .flex-direction-nav .flex-next {
    top: 35px;
    right: 10px;
    text-align: right;
}

/* .cheesmeyer-carousel-slider.bistro-page-slider .flex-control-nav {
    display: none;
} */



/* AKTUELLES */

.gastro-card__specialties {
    /* height: 100%; */
    width: 30%;
    
    

}

/* .gastro-specialities__container {
    display: flex;
    height: 95%;

    
    
    flex-flow: column nowrap;
    justify-content: flex-start;

    background-color: transparent;
    
} */

.gastro-specialities__post {
    position: relative;
    
    width: 100%;
    height: 0;

    overflow: hidden;

    padding-top: 75%;
}

/* .gastro-specialities__title-container {
    display: none;
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto;

    z-index: 500;

} */

.gastro-specialities__post:hover .gastro-specialities__title-container {
    display: block;
}

.gastro-specialities__post-title {
    width: fit-content;

    margin: 0 auto;
    

    padding: 0 20px 8px 20px;


    

    font-family: "DIN Next med";
    font-size: calc(1em + var(--cheesmeyer-fluid-typo));
    text-align: center;

    
    

    color: black;
    background-color: white;

    /* border: 0px solid;
    border-radius: 20px; */
}

#aktuelles-slider-id .slides img {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}



/* MENUKARTEN */

.gastro-card__menu {
    width: 30%;
    
    

    
}


/* .gastro-menu__container {
    display: flex;
    height: 95%;

    
    flex-flow: column nowrap;
    justify-content: flex-start;

    background-color: transparent;

} */

.gastro-menu__item {
    position: relative;
    
    width: 100%;
    height: 0;

    overflow: hidden;

    padding-top: 75%;
}



/* .gastro-menu__title-container {
    display: none;
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto;

    z-index: 500;
} */

/* .gastro-menu__item:hover .gastro-menu__title-container {
    display: block;
} */

.gastro-menu__item-title {

    width: fit-content;

    margin: 0 auto;
    

    padding: 0 20px 8px 20px;


    

    font-family: "DIN Next med";
    font-size: calc(1em + var(--cheesmeyer-fluid-typo));
    text-align: center;

    
    

    color: black;
    background-color: white;

    /* border: 0px solid;
    border-radius: 20px; */
}

#menu-slider-id .slides img {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}



/* BOOKING */

.gastro-card__booking {
    width: 30%;
    


    
}

.gastro-booking__container {
    display: flex;
    height: 95%;

    
    flex-flow: column nowrap;
    justify-content: flex-start;

    background-color: transparent;

    font-family: "DIN Next reg";
    font-size: 2rem;
}

.gastro-booking__container p {
    margin-bottom: 20px;
}

.gastro-booking__item {
    position: relative;
    
    width: 100%;
    height: 0;

    overflow: hidden;

    /* margin: 0 auto; */

    /* padding: 20px; */

    margin-bottom: 20px;

    padding-top: 75%;
}

.gastro-booking__title-container {
    display: none;
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto;

    z-index: 500;
}

.gastro-booking__item:hover .gastro-booking__title-container {
    display: block;
}

.gastro-booking__item-title {

    width: fit-content;

    margin: 0 auto;
    

    padding: 0 20px 8px 20px;


    

    font-family: "DIN Next med";
    font-size: calc(1em + var(--cheesmeyer-fluid-typo));
    text-align: center;

    
    

    color: black;
    background-color: white;

    /* border: 0px solid;
    border-radius: 20px; */
}

.gastro-booking__item-image > img {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}
























/*** KALENDER PAGE TEMPLATE ***/




.calendar {
    margin-top: 20px;
    padding: 0 40px 20px 40px;
    /* opacity: 100%; */

    min-height: 100vh;

}




/* Checkboxes */

.filter {
    display: flex;
    gap: 2vw;
    margin-top: 20px;
    padding: 0 40px 20px 40px;
    font-family: "DIN Next reg";
    font-weight: 900;
    align-items: center;
}

.filter__dropdown,
.filter__dropdown--scroll {
    display: none;
}

.filter__item {
    padding-right: 30px;
}

.filter__checkbox>button {
    background-color: transparent;
    border: 0;
}

.filter__checkbox>button>a {
    display: flex;
    align-items: center;
    gap: 0.5vw;


    text-decoration: none;
}

.checkbox__all {
    color: black;
}

.filter__checkbox .box {
    position: relative;
    -webkit-appearance: none;
    appearance: none;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.7em;
    height: 1.7em;
    margin: 0;

    font: inherit;

    border: 0.25em solid currentColor;
    border-radius: 0.1em;
    transform: translateY(-0.125em);

    pointer-events: none;

}

.cross-left,
.cross-right {
    position: absolute;
    width: 85%;
    height: 15%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: black;
}

.filter__name {
    font-family: "DIN Next med";
    align-items: center;
    font-size: var(--cheesmeyer-fluid-typo);
}

/* Lepo Download */

.lepo-download {
	margin: 20px 40px 20px 40px;
}

.lepo-download a {
    text-decoration: none;
    color: black;
    position: relative;
}

.lepo-download a::before {
    content: '\f061';
    font: var(--fa-font-solid);
    margin-right: 5px;
}

.lepo-download a::after {
    content: ' ';
    visibility: hidden;
    display: block;
    position: absolute;
    bottom: -7px;
    height: 4px;
    width: 100%;
    background-color: black;
}

.lepo-download a:hover::after {
    visibility: visible;
}


/* Calendar Post */

.cal-post {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 8rem;
    /* margin-top: 40px; */

    font-family: "DIN Next Med";

    transition: transform .2s ease;

}

.cal-post__head {
    display: flex;
    flex-direction: row;
    width: 40%;
}


.cal-event-date {
    width: 50%;

    font-size: calc(0.2rem + var(--cheesmeyer-fluid-typo));
}

.cal-event-date__line {
    background-color: black;
    height: 5px;
    width: 90%;
    margin-bottom: 10px;
}


.cal-category {
    width: 50%;

    font-size: calc(0.2rem + var(--cheesmeyer-fluid-typo));
	text-transform: uppercase;
}

.cal-category ul,
.cal-category a {
    list-style: none;
    text-decoration: none;
    cursor: default;
}

.cal-category__line {
    background-color: black;
    height: 5px;
    width: 90%;
    margin-bottom: 10px;
}


.cal-title {
    display: inline;
    width: 60%;

    font-size: calc(0.7rem + var(--cheesmeyer-fluid-typo));

    
}

.cal-title__main {
    transition: transform .1s ease;
    transform-origin: top left;
}

.cal-title__sub {
    font-size: 0.7em;

    transition: transform .1s ease;
    transform-origin: top left;
}

.cal-title__link {
    text-decoration: none;
}

.cal-title__line {
    background-color: black;
    height: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.cal-group {
    margin-bottom: 40px;
}

.cal-group-display__line {
    width: 100%;
    height: 5px;

    background-color: black;
}


.cal-group-display > h1 {
    margin: 10px 10px 10px 0;
    display: inline-block;
    
}

.cal-group-display.cm-archive > h1 {
    cursor: pointer;
}

.cal-group-display.cm-archive > i {
    
    font-size: 2em;
    cursor: pointer;

    transform: rotate(90deg);
    transition: transform .3s ease;
}

.cal-group-display.cm-archive > i.open {
    
    transform: rotate(-90deg);
    transition: transform .3s ease;
}

.cal-group.cm-archive > .cal-post-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.cal-group-display__hover-line {
    visibility: hidden;
    width: 100%;
    height: 5px;

    background-color: black;
}

.cal-group-display > h1:hover .cal-group-display__hover-line {
    visibility: visible;
}


.cal-title:hover .cal-title__main, .cal-title:hover .cal-title__sub {
    
    transform: scale(1.05);
    transform-origin: top left;
    transition: transform .2s ease;
    
    
}
















/*** ABOUT PAGE TEMPLATE ***/

.about-page-content {
    width: 100%;
    min-height: calc(100vh - 100px);

}

.ressort__title {
    margin-bottom: 20px;
}


.ressort__banner {
    display: block;
    /* flex-flow: row nowrap;
    justify-content: space-between; */

    min-height: 50vh;
   
    margin: 20px 40px 20px 40px;

    font-family: "DIN Next reg";
    font-size: 2rem;
}

.ressort__banner p {
    padding-bottom: 2vh;
}

.ressort__textblock {
    display: inline-block;
    width: 50%;
}

.ressort__textblock a {
    text-decoration: none;
    color: black;
    position: relative;
}

.ressort__textblock a::before {
    content: '\f061';
    font: var(--fa-font-solid);
    margin-right: 5px;
}

.ressort__textblock a::after {
    content: ' ';
    visibility: hidden;
    display: block;
    position: absolute;
    bottom: -7px;
    height: 4px;
    width: 100%;
    background-color: black;
}

.ressort__textblock a:hover::after {
    visibility: visible;
}

/* only for pages GASTRONOMIE, KULTUR, BEGEGNUNG */
body.page-id-20 .ressort__textblock-text,
body.page-id-22 .ressort__textblock-text,
body.page-id-24 .ressort__textblock-text {
    columns: 1;
}

.ressort__image-block {

    width: 45%;
    
    float: right;
    

    border-width: 6px;
    border-color: #a0b2d6;
    border: none;
    background-color: var(--cheesmeyer-background);

    margin: 0;

}

.ressort__image-container {
    width: 100%;
    height: 0;
    position: relative;

    overflow: hidden;


    padding-top: 90%;
}

.ressort__image-container img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: top;
}

.ressort__slider-title {
    margin: 0 40px 0 40px;
}






/* ABOUT PAGE SLIDERS FOR GASTRONOMIE, KULTUR, BEGEGNUNG */

.cheesmeyer-carousel-slider.about-page-slider {
    
    margin: 40px 80px 60px 80px;

    background-color: var(--cheesmeyer-background);

    border: none;

}

.about-slide__item {
    position: relative;
    
    width: 100%;
    height: 0;

    overflow: hidden;

    padding-top: 75%;
}

/* .about-slide__content-link {
    text-decoration: none;
} */

.about-slide__item-title {
    width: 100%;
    margin-bottom: 15px;
    

    font-family: "DIN Next med";
    font-size: calc(1em + var(--cheesmeyer-fluid-typo));
    

    color: black;
    background-color: var(--cheesmeyer-background);

    /* border: 0px solid;
    border-radius: 20px; */
}

.about-slide__line {
    height: 6px;

    margin-bottom: 10px;
    
    background-color: black;
}

.cheesmeyer-carousel-slider.about-page-slider .slides img {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.cheesmeyer-carousel-slider.about-page-slider .flex-direction-nav .flex-prev {
    /* left: unset; */
    left: -40px;
}

.cheesmeyer-carousel-slider.about-page-slider .flex-direction-nav .flex-next {
    right: -40px;
    text-align: right;
} 





/* new way of displaying about page posts!! */

.ressort__posts {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 40px 0 40px;
    gap: 2.666%;
}

.about-post__item {
    width: 23%;
    margin-bottom: 40px;
    
}

/* .about-post__content-link {
    text-decoration: none;
} */

.about-post__item-title {
    
    margin-bottom: 15px;
    

    font-family: "DIN Next med";
    font-size: calc(1em + var(--cheesmeyer-fluid-typo));
    

    color: black;
    background-color: var(--cheesmeyer-background);

    

    /* border: 0px solid;
    border-radius: 20px; */
}

.about-post__item-title h2 {
    transition: transform .2s ease;
    transform-origin: left center;
}

.about-post__line {
    height: 6px;

    margin-bottom: 10px;
    
    background-color: black;
}

.about-post__imagecontainer {
    position: relative;
    
    width: 100%;
    height: 0;

    overflow: hidden;

    padding-top: 75%;
}

.about-post__imagecontainer img {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .4s ease;
}

.about-post__item:hover :is(.about-post__item-title h2, .about-post__imagecontainer img) {
    
    transform: scale(1.05);
    
}





















/*** TEAM PAGE CONTENT ***/



.team-page__title {
    margin: 20px 40px 20px 40px;
}

.team-page__textblock {
    margin: 0 40px 0 40px;
    font-size: 2rem;
}

.team-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 3%;
    flex-wrap: wrap;
    margin: 10px 40px 10px 40px;

    min-height: calc(100vh - 100px);


}

/** POST **/

.team-card {
    width: 22.75%;
    margin: 20px 0 20px 0;

}

.team-card__link {
    text-decoration: none;

    color: black;
}


.team-card__name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    width: 100%;
    
    padding-bottom: 6px;

    font-family: "DIN Next med";

    transition: transform .2s ease;
    transform-origin: left center;



}

.team-card__line {
    height: 5px;
    width: 100%;
    margin-bottom: 6px;

    background-color: black;
}


.team-card__img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.team-card__img-container > img {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    
    

    /* border: 5px solid black; */
}



.team-card__content {

    min-height: 15vh;

    padding: 10px 0 10px 0;

    font-family: "DIN Next reg";
    font-size: calc(0.2em + var(--cheesmeyer-fluid-typo));
    /* text-align: justify; */
}

.content__readmore {
    color: black;
}


















/*** CONTACT PAGE CONTENT ***/

.contact-page__content h1 {
    margin-bottom: 20px;
}


.contact-page__content {
    display: block;
    /* flex-flow: row nowrap;
    justify-content: space-between; */

    min-height: calc(100vh - 100px);
   
    margin: 20px 40px 20px 40px;

    font-family: "DIN Next reg";
    font-size: 2rem;
}

.contact-page__content p {
    padding-bottom: 2vh;
}

.contact-page__textblock {
    display: inline-block;
    width: 50%;
}

#mc_embed_signup {
    background: var(--cheesmeyer-background);
    clear: left;
    font-family: "DIN Next med";
    width: 600px;
}

#mc_embed_signup .mc-field-group label {
    font-family: "DIN Next reg";
    font-size: 1.7rem;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 80%;

    padding: 5px;

    font-family: "DIN Next reg";
    font-size: 2rem;

    border: 2px solid black;
}

#mc_embed_signup div.mce_inline_error {
    width: 80%;
    margin-bottom: 20px;

    font-family: "DIN Next reg";
    font-size: 1.5rem;
    
}

#mc_embed_signup #mce-responses {
    margin-top: 10px;
}

#mc_embed_signup .clear input {
    display: block;
    margin-top: 10px;

    font-family: "DIN Next med";
    font-size: 2rem;

    background-color: var(--cheesmeyer-background);

    border: none;

    cursor: pointer;
}

#mc_embed_signup .clear .subscribe__line {

    visibility: hidden;

    width: 100px;
    height: 4px;

    background-color: black;
}

#mc_embed_signup .clear:hover .subscribe__line {
    visibility: visible;
}




.contact-page__map {

    width: 50%;
    
    float: right;
    

    border-width: 6px;
    border-color: #a0b2d6;
    border: none;
    background-color: var(--cheesmeyer-background);

    margin: 0;

}

.mapouter {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;

    padding-top: 75%;

    border: 5px solid black;
}

.gmap_canvas > iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

/* .ressort__image-container {
    width: 100%;
    height: 0;
    position: relative;

    overflow: hidden;


    padding-top: 56.25%;
}

.ressort__image-container img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
} */
























/*** ARCHIVE PAGE CONTENT ***/

.archive-title {
    margin: 0 40px 0 40px;
}








/**
*
*=============
*   COLORS
*=============
*
*/

/* Begegnung */
.post--color-begegnung :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: var(--begegnung);
    border-color: var(--begegnung);
    box-shadow: var(--begegnung);
}

.post--color-begegnung :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: var(--begegnung);
}

/* Gastspiel */
.post--color-gast :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: var(--guest);
    border-color: var(--guest);
    box-shadow: var(--guest);
}

.post--color-gast :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: var(--guest);
}

/* Info / Allgemein */
.post--color-info :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: black;
    border-color: black;
    box-shadow: black;
}

.post--color-info :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: black;
}

/* Musik */
.post--color-musik :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: var(--musik);
    border-color: var(--musik);
    box-shadow: var(--musik);
}

.post--color-musik :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: var(--musik);
}

/* Talks */
.post--color-talks :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: var(--talks);
    border-color: var(--talks);
    box-shadow: var(--talks);
}

.post--color-talks :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: var(--talks);
}

/* Theater */
.post--color-theater :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: var(--theater);
    border-color: var(--theater);
    box-shadow: var(--theater);
}

.post--color-theater :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: var(--theater);
}

/* Theater */
.post--color-familie :is(.post__head,
    .post__title a,
    .wp-post-image,
    .filter__checkbox *,
    .cal-post *,
    .single-post,
    .single-post__head,
    .single-post__category,
    .single-post__title) {
    color: var(--familie);
    border-color: var(--familie);
    box-shadow: var(--familie);
}

.post--color-familie :is(.event-date__line,
    .category__line,
    .title__line,
    .main__active,
    .cal-event-date__line,
    .cal-category__line,
    .cal-title__line,
    .box *,
    .single-event-date__line,
    .single-category__line,
    .single-title__line) {
    background-color: var(--familie);
}







/* CHEESMEYER FORMULAR*/


.form-page__title {
    width: 100%;
    text-align: center;
}

.formular-section-title {
    padding-bottom: 20px;
}


.cm-formular {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto 20px;
    width: 50%;
}

/* .gastro-event-formular label {
    font-weight: bold;
  }
*/

.cm-formular input,
.cm-formular textarea {
    font-family: "DIN Next reg";
}

.cm-formular__text,
.cm-formular__textarea,
.cm-formular__phone,
.cm-formular__email,
.cm-formular__date,
.cm-formular__number {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.cm-formular__sendbutton {
    width: 100%;
    height: 40px;
    font-family: "DIN Next med"!important;
    font-size: 2rem;

    cursor: pointer;


}

.wpcf7-response-output {
    width: 50%;
    font-size: 1.7rem;
    margin: 0 auto;
}












/* SPONSOREN LOGOS */

.logo-footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    column-gap: 6vw;
    width: 100%;
    

}

.logo {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;

    padding-top: 10%;

}

.logo img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}














































/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* **************** MEDIA QUERIES ****************** */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */
/* ************************************************* */


/*** 900px ***/

@media only screen and (max-width: 900px) {
    /* body {
        background-color: lightblue;
        
    } */

    body.open {
        position: fixed;
        width: 100%;
        /* top: 0; */
        
    }

    header {
        height: 100px;
        position: relative;
        
        
        


        font-size: calc((0.8em + var(--cheesmeyer-fluid-vertical)));
        
    }

    header.filter-active {
        background-color: transparent;
    }

    .menu__ul {
        display: flex;
        
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
        gap: 5vh;

        width: 100%;
        height: calc(100vh - 100px);
        margin: 0;
        padding-top: 5vh;
        padding-bottom: 40vh;
        

        position: fixed;
        top: 100px;
        /* z-index: -1; */
        
        background-color: #fff;
        transition: transform .2s ease;
        /* transform: translatey(calc(-100vh - 100px)); */
        transform: scaley(0);
        transform-origin: center top;

        pointer-events: none;

        overflow-y: scroll;
        overflow-x: hidden;
    }
 

    .menu__ul.open {
        /* transform: translatey(0); */
        transform: scaley(1);
        pointer-events: all;
        
        
        
    }

    .menu__ul li {
        opacity: 0;
    }

    .menu__ul li:nth-child(1) {
        transition: all .4s ease-out .2s;
    }
    .menu__ul li:nth-child(2) {
        transition: all .4s ease-out .2s;
    }
    .menu__ul li:nth-child(3) {
        transition: all .4s ease-out .2s;
    }
    .menu__ul li:nth-child(4) {
        transition: all .4s ease-out .2s;
    }
    .menu__ul li:nth-child(5) {
        transition: all .4s ease-out .2s;
    }

    li.fade {
        opacity: 1;
    }

    .menu__item {
        
        padding: 0;
        transition: all .2s ease;
        /* margin: 0 100px 0 auto; */

    }

    .page-title {
        display: block;
        position: absolute;
        right: 40px;
        font-size: 1.6rem;

        transform: translateY(2px);
        
        /* float: inline-start; */
        
        
        
    }

    /* SUB MENU */

    .fa-chevron-down {
        display: inline;
        
    }

    .sub-menu {

        

        position: absolute;
        
        /* width: 100%; */
        
        display: flex;
        flex-flow: column nowrap;
        gap: 2vh;
    
        padding: 2vh 10px 20vh 10px;
    
        background-color: var(--cheesmeyer-background);
    
        transition: transform .2s ease;
        transform-origin: center top;
        transform: scaley(0) translateX(-10px);

        pointer-events: none;


    
    }

    
    .sub-menu.open {
        transform: scaley(1) translateX(-10px);
        pointer-events: all;
    }
    
    
    /* .menu__item--hover:hover .sub-menu {
        display: flex;
        
    } */
    
    
    
    .sub-menu__item {
        padding-right: 4vw;
    
        
    
       
    
        list-style: none;
    
        
    }
    
    .sub-menu__item a {
        color: black;
    
        display: inline-block;
        
    
        text-decoration: none;
    }
    
    .sub-menu__underline {
        height: 4.5px;
        
    
    
        background-color: black;
    
        visibility: hidden;
    
    }






    .burger {
        display: block;
        cursor: pointer;
    }

    .line:nth-child(2).open {
        transform: translateY(4px);
    }
    
    .line:nth-child(3).open {
        transform: rotate(90deg);
    }
    
    .line:nth-child(4).open {
        transform: translateY(-4px);
    }



    /* FOOTER */

    .footer__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 2vw;
        row-gap: 2vh;
        margin: 20px 0 20px 0;
    
    }

    .footer__mwst {
        display: none;

    }





    /** POST **/

    .post {
        max-width: 48%;
        margin: 20px 0 20px 0;

    }




    /* CALENDAR PAGE 900px */

    /* FILTER DROPDOWN 900px */


    body.page-id-13 .filter__dropdown { 
        display: block;
        width: auto;
        position: absolute;
        left: 40px;
        cursor: pointer;
    }

    body.page-id-13 .filter__dropdown--scroll { 
        display: none;
        width: auto;
        position: fixed;
        top: 70px;
        left: 40px;
        cursor: pointer;
        pointer-events: none;

        transition: transform .2s ease;
        transform: translateX(-250px);

        z-index: 999;
    }

    .filter__dropdown--scroll > i {
        display: inline-block;
        width: auto;
        font-size: 1.6rem;
        
        transform: rotate(90deg);
    }

    .dropdown__text {
        display: inline-block;
        font-family: "DIN Next med";
        font-size: 1.6rem;
        
    }

    .filter__dropdown > i {
        display: inline-block;
        width: auto;
        font-size: 1.6rem;
        transition: transform .5s ease;
        transform: rotate(-90deg);
    }

    .filter__dropdown > i.open {
        transform: rotate(90deg);
    }

    body.page-id-13 .filter__dropdown--scroll.open {
        transform: translateX(0);
        pointer-events: all;
    }


    /* FILTER 900px */


    /* .filter {
        display: flex;
        flex-direction: column;
        width: auto;
        top: 105px;
        gap: 2vh;
        position: absolute;
        align-items: flex-start;
        margin: 0;
        padding: 0 0 0 40px;
    }

    .filter__checkbox .box {
        width: 2em;
        height: 2em;
    } */


    .filter {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40%;
        height: 100vh;
        top: 0;
        position: fixed;
        align-items: flex-start;
        margin: 0;
        padding: 120px 40px 50vh 40px;
        /* padding-left: 40px;
        padding-top: 105px;
        padding-bottom: 50vh; */

        z-index: 800;
        
        transition: transform .2s ease;
        transform: translateX(-400px);

        background-color: rgba(245, 245, 245, 0.85);
        backdrop-filter: blur(3px);

        pointer-events: none;

    }


    .filter__checkbox > button {
        background-color: transparent;
    }

    .filter__checkbox>button>a {
        gap: 2vw;
    }

    .filter__name {
        position: relative;
        font-size: calc(0.3rem + var(--cheesmeyer-fluid-typo));
        
        
    }

    .filter.open {
        transform: translateX(0);
        pointer-events: all;
    }


    /* CALENDAR 900px */

    .calendar {
        margin: 0;
        padding: 0 40px 0 40px;
    }

    .cal-post-content {
        width: 100%;
        margin-top: 5px;
        /* padding-bottom: 10px; */
        
    }

    .cal-post {
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        
        justify-content: space-between;
        min-height: 8rem;
        /* margin-top: 40px; */
        /* padding-bottom: 20px; */
    
    }

    .cal-post__head {
        flex-direction: row;
        /* flex-wrap: wrap-reverse; */
        width: 40%;
    }
    
    .cal-event-date {
        width: 40%;
        
    
    }
    
    .cal-category {
        width: 60%;
    
    }
    
    .cal-title {
        width: 60%;

    }

    .cal-no-posts {
        text-align: right;
        padding-left: 40%;
    }

    .cal-group-display {
       text-align: right;
       
    }

    



    



	
	
	
	/* ABOUT PAGE 900px */



    .ressort__posts {
        gap: 3.5%;
    }
    
    .about-post__item {
        width: 31%;
        margin-bottom: 40px;
        
    }











    /* TEAM PAGE 900px */


    .team-card {
        width: 31.33%;
    }
	
	
	
	/* FORMULAR */
	
	.form-page__title {
    	width: 100%;
    	text-align: center;
	}

	.formular-section-title {
    	padding-bottom: 20px;
	}

	.cm-formular {
    	padding: 20px;
    	margin: 0 auto 20px;
    	width: 100%;
	}







    

}





/*** 550px ***/

@media only screen and (max-width: 550px) {

    body {
        font-size: calc(1.2rem + var(--cheesmeyer-fluid-typo));
    }
    
    
    h1 {
        font-family: "DIN Next med";
        font-size: calc(1.5rem + var(--cheesmeyer-fluid-typo));
        font-weight: 100;
        text-transform: uppercase;
    }
    
    h2 {
        font-family: "DIN Next med";
        font-size: calc(0.7rem + var(--cheesmeyer-fluid-typo));
        font-weight: 100;
        text-transform: uppercase;
    }
    
    h3 {
        font-family: "DIN Next med";
        font-size: calc(0.5rem + var(--cheesmeyer-fluid-typo));
        font-weight: 100;
        text-transform: uppercase;
    }
	
	.event-date {
        font-size: calc(0.7rem + var(--cheesmeyer-fluid-typo));
    }

    .category {
        font-size: calc(0.7rem + var(--cheesmeyer-fluid-typo));
    }
	
	
	/* HEADER 550px */

    header {
        top: 0;
    }

    header.filter-active {
        background-color: transparent;
    }


    .cheesmeyer-logo {
        display: none;
    }

    .cheesmeyer-logo--mobile {
        display: block;
        width: 100%;
        padding: 20px 20px 10px 20px;
        /* margin-top: 20px; */
    }

    .menu__ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .burger {
        margin-right: 20px;
    }


    /** POST 550px **/

    .front-page-content {
        margin: 10px 20px 10px 20px;
        flex-direction: column;
    }

    .post {
        max-width: 100%;
        margin: 20px 0 20px 0;

    }




    /* FOOTER */

    footer {
        padding: 0 20px 0 20px;

    }

    /* FOOTER */

    footer {
        font-size: calc(0.2em + var(--cheesmeyer-fluid-typo));
        height: 120px;
        
    }

    .footer__content {
        display: flex;
        height: 100%;
        
        flex-direction: column;
        flex-wrap: nowrap;
        row-gap: 2vw;

        
        margin: 20px 0 20px 0;
    
    }

    .footer__disclaimer a {
        text-align: left;
    }








    /* SINGLE PAGE 550px */



    .cm-single-post {
        width: 100%;
    }


    .single-post__image-block {
        display: none;
    }

    .single-post__image-block--mobile {
        display: block;
    }
    
    .single-post__image-container--mobile {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
    
        padding-top: 75%;
    }
    
    
    .single-post__image--mobile > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    
        object-fit: cover;
        object-position: center;
    }
	
	.single-post__image-credit--mobile {
        margin-top: 5px;
        text-align: right;
        font-size: var(--cheesmeyer-fluid-vertical);
    }

















    /* BISTRO PAGE 550px */

    .gastro-banner {
        display: flex;
        flex-flow: column-reverse nowrap;
        margin: 0 20px 0 20px;
    }

    #bistro-img-slider-id {
        width: 100%;
        margin-bottom: 60px;
    }

    .gastro-textblock {
        columns: 1;
        width: 100%;
    }

    .gastro-cards {
        padding: 0 20px 0 20px;
        flex-flow: column nowrap;
    }

    .gastro-card__specialties,
    .gastro-card__menu,
    .gastro-card__booking {
        width: 100%;
    }














    /* CALENDAR PAGE 550px */


    /* FILTER DROPDOWN 550px */


    body.page-id-13 .filter__dropdown { 
        display: block;
        width: auto;
        position: absolute;
        left: 20px;
        cursor: pointer;
    }

    body.page-id-13 .filter__dropdown--scroll { 
        display: none;
        width: auto;
        position: fixed;
        top: 70px;
        left: 20px;
        cursor: pointer;
        pointer-events: none;

        transition: transform .2s ease;
        transform: translateX(-250px);

        z-index: 999;
    }

    .filter__dropdown--scroll > i {
        display: inline-block;
        width: auto;
        font-size: 1.6rem;
        
        transform: rotate(90deg);
    }

    .dropdown__text {
        display: inline-block;
        font-family: "DIN Next med";
        font-size: 1.6rem;
        
    }

    .filter__dropdown > i {
        display: inline-block;
        width: auto;
        font-size: 1.6rem;
        transition: transform .5s ease;
        transform: rotate(-90deg);
    }

    .filter__dropdown > i.open {
        transform: rotate(90deg);
    }

    body.page-id-13 .filter__dropdown--scroll.open {
        transform: translateX(0);
        pointer-events: all;
    }

    /* FILTER 550px */

    .filter {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40%;
        height: 100vh;
        top: 0;
        position: fixed;
        align-items: flex-start;
        margin: 0;
        padding: 120px 0 50vh 20px;

        z-index: 800;
        
        transition: transform .2s ease;
        transform: translateX(-250px);

        background-color: rgba(245, 245, 245, 0.85);
        backdrop-filter: blur(3px);

        pointer-events: none;

    }


    .filter__checkbox > button {
        background-color: transparent;
    }

    .filter__checkbox>button>a {
        gap: 2vw;
    }

    .filter__name {
        position: relative;
        font-size: calc(0.3rem + var(--cheesmeyer-fluid-typo));
        
        
    }

    .filter.open {
        transform: translateX(0);
        pointer-events: all;
    }

    
    /* CALENDAR 550px */

    .calendar {
        padding: 0 20px 0 20px;
    }

    .cal-post-content {
        width: 100%;
        margin: 0;
        margin-top: 5px;
        padding-bottom: 10px;
        
    }

    /* .cal-post-content {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 10px;
        
    } */

    .cal-post {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        justify-content: space-between;
        min-height: 8rem;
        /* margin-top: 40px; */
        /* padding-bottom: 20px; */
    
    }

    .cal-post__head {
        
        flex-wrap: wrap-reverse;
        width: 40%;
        
    }
    
    .cal-event-date {
        width: 100%;
        font-size: 1.5rem;
    }

    .cal-event-date__line {
        margin-bottom: 5px;
        height: 4px;
    }
    
    .cal-category {
        width: 100%;
        font-size: 1.2rem;
        display: inline-block;
        overflow-wrap: break-word;
    
    }

    .cal-category__line {
        margin-bottom: 5px;
        height: 4px;
    }
    
    .cal-title {
        width: 60%;

    }

    .cal-title__line {
        height: 4px;
    }













    /* ABOUT PAGE 550px */



    .ressort__banner {
        display: flex;
        flex-flow: column-reverse nowrap;
        justify-content: flex-end;
        margin: 0 20px 0 20px;
    }

    .ressort__title {
        display: none;
    }

    .ressort__image-block {
        width: 100%;
        margin-bottom: 60px;
    }

    .ressort__textblock {
        width: 100%;
    }

    body.page-id-20 .ressort__textblock-text,
    body.page-id-22 .ressort__textblock-text,
    body.page-id-24 .ressort__textblock-text {
        columns: 1;
    }

    .ressort__posts {
        padding: 0 20px 0 20px;
    }
    
    .about-post__item {
        width: 100%;
        margin-bottom: 100px;
    }

    .about-post__item-title h2 {
        font-size: 2.3rem;
    }












    /* TEAM PAGE 550px */

    .team-page-content > * {
        margin-left: 20px;
        margin-right: 20px;
    }

    .team-cards {
        justify-content: space-between;
    }

    .team-card {
        width: 48%;
    }

    .team-card__name {
        display: inline-block;
        overflow-wrap: break-word;
    }














    /* CONTACT PAGE 550px */

    .contact-page__content {
        display: flex;
        flex-flow: column-reverse nowrap;
        margin: 10px 20px 0 20px;
    }

    .contact-page__map {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .contact-page__textblock {
        width: 100%;
    }

    #mc_embed_signup {
        width: 100%;
    }
	
	
	
	
	
	
	/* DEFAULT PAGE 550px */
	
	.default-page-content {
		margin: 20px 20px 20px 20px;
	}
	
	.form-page__title {
		text-align: left;
	}
	
	.form-page__title > h1 {
		margin: 20px 20px 10px 20px !important;
	}
	

}