/*!
 * Theme CSS Styles
*/


@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-MediumItalic.woff2') format('woff2'),
        url('fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Medium.woff2') format('woff2'),
        url('fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-BoldItalic.woff2') format('woff2'),
        url('fonts/DMSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Italic.woff2') format('woff2'),
        url('fonts/DMSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/DMSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-BoldItalic.woff2') format('woff2'),
        url('fonts/PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Italic.woff2') format('woff2'),
        url('fonts/PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Bold.woff2') format('woff2'),
        url('fonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Regular.woff2') format('woff2'),
        url('fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* Schriften */

html {
    font-size: 19px;
}

body {
    font-family: 'PT Sans';
    font-weight: 400;
    line-height: 1.6;
    color: #1e1e21;
    background-color: #E3E7D1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.2;
}

p {
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 6rem;
    line-height: 1.1;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.5rem;
}

a,
a:active,
a:visited,
a:focus,
a:focus-visible {
    color: #1e1e21;
    text-decoration: none;
}



/* Allgemein */

.row {
    width: 1750px;
    max-width: 92vw;
    margin: 0 auto;
}

a.button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #E3E7D1 !important;
    background-color: #1e1e21;
    border: 2px solid #1e1e21;
    border-radius: 50px;
    padding: 14px 30px 14px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    min-width: 180px;
    box-shadow: 0 0 0 0 #fff inset;
    transition: all 400ms ease-in-out;
}

a.button.button-white {
    border: 2px solid #fff;
    color: #1e1e21 !important;
    background-color: #fff;
    box-shadow: 0 0 0 0 #1e1e21 inset;
}

a.button span {
    position: relative;
}

a.button:hover {
    color: #1e1e21 !important;
    box-shadow: 0 150px 0 0 #fff inset;
}

a.button.button-white:hover {
    color: #fff !important;
    box-shadow: 0 150px 0 0 #1e1e21 inset;
}

.cta-button-wrapper {
    margin-top: 8vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cta-button-wrapper a:not(:last-child) {
    margin-right: 3vw;
}

/*

.section-title-row::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 0;
    background-color: #1e1e21;
    transition: width 1000ms ease-in-out;
}

.in-viewport .section-title-row::after {
    width: 100%;
} */

.section-title-wrapper h2 {
    font-size: 3.5rem;
    padding-bottom: 2vh;
}

/* Menü Trigger */

.trigger-wrapper {
    position: fixed;
    right: 4vw;
    top: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e1e21;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    z-index: 9999;
}

.trigger-wrapper.active {
    background: #fff;
}

.menu-trigger {
    width: 45px;
    background: transparent;
    border: none;
    height: 35px;
    padding: 0px;
    transform: translate(4px, -2px);
    cursor: pointer;
}

.menu-trigger:focus {
    outline:none;
}

.menu-trigger span {
    display:inline-block;
    width:80%;
    height:3px;
    background:#E3E7D1;
    position:relative;
    transition:all .2s;
}

.menu-trigger span:before,
.menu-trigger span:after {
    content:'';
    position:absolute;
    width:100%;
    background:#E3E7D1;
    height:3px;
    left:0px;
    transition:all .3s;
}

.menu-trigger span:before {
    top:10px;
}

.menu-trigger span:after {
    bottom:10px;
}

.menu-trigger span.active {
    background:#fff;
}

.menu-trigger span.active:after,
.menu-trigger span.active:before {
    top: 0px;
    left: 0px;
    background: #1e1e21;
}

.menu-trigger span.active:after {
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.menu-trigger span.active:before {
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}


/* Slide down Menü */

.slide-down-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: top 1000ms ease-in-out;
}

.slide-down-menu.active {
    top: 0;
}

.logged-in .slide-down-menu.active {
    top: 32px;
}

.menu-curtain {
    position: absolute;
    top: -100%;
    width: 25%;
    height: 100%;
    background: #1e1e21;
    z-index: -1;
}

.menu-curtain-1 {
    left: 0;
    transition: top 400ms ease-in-out;
}

.menu-curtain-2 {
    left: 25%;
    transition: top 600ms ease-in-out;
}

.menu-curtain-3 {
    left: 50%;
    transition: top 800ms ease-in-out;
}

.menu-curtain-4 {
    left: 75%;
    transition: top 1000ms ease-in-out;
}

.slide-down-menu.active .menu-curtain {
    top: 0;
}

ul#primary-menu {
    padding: 0;
    list-style-type: none;
    position: relative; /* Add relative positioning to the menu */
}

ul#primary-menu > li {
    text-align: center;
    overflow: hidden;
    line-height: 1.2;
}

ul#primary-menu a {
    color: #E3E7D1 !important;
    font-size: 4.5rem;
    font-family: 'DM Sans';
    font-weight: 700;
    letter-spacing: .5rem;
    text-transform: uppercase;
    display: inline-block;
    transform: translateY(-100%);
    transition: all 400ms ease-in-out;
}

.slide-down-menu.active ul#primary-menu > li a {
    transform: translateY(0);
}

.slide-down-menu.active ul#primary-menu > li:first-child a {
    transition-delay: 500ms;
}

.slide-down-menu.active ul#primary-menu > li:nth-child(2) a {
    transition-delay: 650ms;
}

.slide-down-menu.active ul#primary-menu > li:nth-child(3) a {
    transition-delay: 800ms;
}

.slide-down-menu.active ul#primary-menu > li:nth-child(4) a {
    transition-delay: 950ms;
}

.slide-down-menu.active ul#primary-menu > li:nth-child(5) a {
    transition-delay: 1100ms;
}

.slide-down-menu.active ul#primary-menu > li:nth-child(6) a {
    transition-delay: 1250ms;
}

ul#primary-menu a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #E3E7D1;
    position: absolute;
    top: calc(50% - 4px);
    left: -10px;
    transition: width 300ms ease-in-out;

}

ul#primary-menu a:hover:after {
    width: calc(100% + 8px);
}


/* Page Top Section */

.page-title-wrapper h2 {
    padding-top: 1.5vh;
}

.page-title-wrapper .lead {
    font-size: 1.4rem;
    padding-top: 2vh;
}

.page-top-title-row {
    padding: 5vh 0 7vh;
}

.page-top-title-row .col {
    max-width: 75%;
}

.page-top-img-row {
    width: 100vw !important;
    max-width: 1920px !important;
}

.page-top-img-wrapper {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.page-top-img-wrapper img {
    opacity: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.285);
    transition: opacity 200ms ease-in-out;
}


/* Page Top Halb-Halb */

.page-top-half-row {
    display: flex;
    flex-wrap: wrap;
    width: 100vw !important;
    max-width: 1920px !important;
}

.page-top-half-row .col {
    width: 50%;
}

.page-top-half-row .col:last-child {
    padding: 7vh 5vw 7vh;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.page-top-half-img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.page-top-half-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.page-top-content {
    padding-top: 7vh;
}


/* Über mich Startseite */

.degoda-block-about {
    padding: 12vh 0 6vh;
}

.degoda-block-about .text-block {
    padding-top: 4vh;
}

.degoda-block-about .cta-button-wrapper {
    justify-content: flex-start;
    margin-top: 4vh;
}

.degoda-block-about .row {
    display: flex;
    flex-wrap: wrap;
}

.degoda-block-about .row .col-left {
    width: 60%;
    padding-right: 5%;
    margin-right: 5%;
}

.degoda-block-about .row .col-right {
    width: 35%;
    padding-top: 2vh;
}

.social-icons {
    display: flex;
}

.social-icons a {
    display: block;
    width: 60px;
}

.social-icons a:not(:last-child) {
    margin-right: 1.5vw;
}

.degoda-block-about .col-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 0;
    border-right: 2px dashed #1e1e21;
    width: 0;
    transition: height 1000ms ease-in-out;
}

.in-viewport.degoda-block-about .col-left::after{
    height: 100%;
}


/* Kalender */

#kalender {
    padding: 12vh 0 7vh;
}

#events {
    padding: 0 0 0;
}

.sf-input-radio {
    display: none;
}

label.sf-label-radio {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e1e21 !important;
    background-color: #fff;
    border: 2px solid #1e1e21;
    border-radius: 50px;
    padding: 14px 30px 14px !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    min-width: 140px;
    cursor: pointer;
    box-shadow: 0 0 0 0 #1e1e21 inset;
    transition: all 400ms ease-in-out;
}

label.sf-label-radio:hover {
    color: #fff !important;
    box-shadow: 0 150px 0 0 #1e1e21 inset;
}

.sf-option-active label.sf-label-radio {
    color: #fff !important;
    background-color: #1e1e21;
}

.searchandfilter ul {
    padding: 0 !important;
}

.searchandfilter ul li {
    padding: 0 !important;
}

.searchandfilter ul li li:not(:last-child) {
    padding: 0 !important;
    margin-right: 2vw;
}

.searchandfilter ul ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

form#search-filter-form-273 {
    margin-top: 5vh;
}

.event-list-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2vh 0;
}

.event-list-dates,
.event-list-cat {
    font-size: 1.5rem;
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.3;
}

.event-list-dates {
    width: 25%;
}

.event-list-title {
    flex-grow: 1;
    transition: all 300ms ease-in-out;
}

.event-list-cat {
    font-weight: 400;
    font-style: italic;
    width: 15%;
    text-align: right;
}

.event-list-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 0;
    border-top: 2px dashed #1e1e21;
    width: 0;
    transition: width 1500ms ease-in-out;
}

.in-viewport .event-list-item::after {
    width: 100%;
}

.no-results {
    width: 100%;
    font-size: 1.5rem;
    font-family: 'DM Sans';
    text-align: center;
    font-weight: 400;
    font-style: italic;
    padding: 2vh 0;
}

.event-list-item:hover h4 {
    transform: translate(15px, 0);
}


/* Events Seite */

#events-filter {
    padding: 12vh 0 7vh;
}

#events-archiv {
    padding: 15vh 0 20vh;
}


/* Event Beitrag */

.event-details-wrapper {
    background-color: #fff;
    border: 2px dashed #1e1e21;
    padding: 3vh 2vw;
    margin-bottom: 7vh;
    display: flex;
}

.event-dates {
    width: 40%;
}

.event-location {
    width: 40%;
}

.event-costs {
    width: 20%;
}

.event-details-wrapper h4 {
    display: block;
    padding-bottom: 0.5rem;
}

.event-details-wrapper a {
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}


/* Stimmen */

.home #stimmen {
    padding: 12vh 0 3vh;
}

#stimmen {
    padding: 0 0 20vh; /* auf Events */
}

#search-filter-results-379 {
    padding-top: 5vh;
}

#stimmen .slick-slide {
    position: relative;
    width: 50vw !important;
    margin-right: 4vw;
    padding: 4vh 2.5vw;
    background-color: rgba(255, 255, 255, 0);
    border: 2px dashed #1e1e21;
    opacity: .4;
    transition: all 300ms ease-in-out;
}

#stimmen .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1 !important;
    border: 2px solid #1e1e21;
    background-color: rgba(255, 255, 255, 1);
}

#stimmen .slick-track {
    display: flex !important;
}

#stimmen .slick-slide {
    height: inherit !important;
}

#stimmen .slick-list {
    padding: 0 !important;
}

ul.slick-dots {
    display: flex;
    padding: 0;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

ul.slick-dots button {
    font-size: 0;
    width: 18px;
    height: 18px;
    margin: 0 0.4vw;
    border-radius: 100%;
    border: 2px solid #1e1e21;
    background: #fff;
    cursor: pointer;
}

ul.slick-dots .slick-active button {
    background: #1e1e21;
}

.testimonial-text {
    font-size: 1.4rem;
}

.testimonial-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2vh;
}

.testimonial-name {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 1.2rem;
}

.testimonial-position {
    font-size: 1.2rem;
}

.quote {
    width: 4vw;
    height: auto;
    margin-right: 30px;
}


/* Aktuelles */

#aktuelles {
    padding: 12vh 0 20vh;
}

#aktuelles .shortcode-row {
    margin-top: 5vh;
    width: 100vw;
    max-width: 1920px;
}

#aktuelles-alle .shortcode-row {
    width: 100vw;
    max-width: 1920px;
}

div#search-filter-results-276,
div#search-filter-results-289 {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: 33.33%;
}

.news-item-img-wrapper {
    display: block;
    width: 100%;
    height: 32vw;
    overflow: hidden;
    position: relative;
}

.news-item-img-wrapper img {
    opacity: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 100ms ease-in-out;
}

.news-item-details {
    padding: 2.5vw 2.5vw;
    background-color: #fff;
    transition: all 400ms ease-in-out;
    margin-top: -1px;
}

.news-item:hover .news-item-details {
    background-color: #1e1e21;
    color: #fff;
}

.news-item-date {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 1.1rem;
    padding-bottom: 1vh;
}

.news-item-details h4 {
    font-size: 2.5rem;
    line-height: 1.1;
    padding-bottom: 2vh;
    transition: all 400ms ease-in-out;
}

.news-item:hover .news-item-details h4 {
    color: #fff;
}


/* Beiträge */

#post-top .row {
    padding: 5vh 0 7vh;
}

#post-top h1 {
    font-size: 5rem;
    max-width: 90%;
}

.post-meta {
    font-size: 2rem;
    font-family: 'DM Sans';
    font-weight: 600;
    padding-top: 1vh;
}

#post-image .row {
    width: 100% !important;
    max-width: 1920px !important;
}

.post-image-container {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.post-image-container img {
    opacity: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 200ms ease-in-out;
}

#post-content {
    padding: 12vh 0 12vh;
}

#post-content .row {
    width: 1400px;
    max-width: 92vw;
    margin: 0 auto;
}

.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-quote {
    margin-bottom: 3rem!important;
    margin-top: 3rem !important;
}

.wp-block-column .wp-block-image {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.wp-block-quote {
    margin-left: 0;
    margin-right: 0;
    padding: 4vh 4vw;
    background: #1e1e21;
    color: #E3E7D1;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
}

.wp-block-embed {
    max-width: 60%;
    margin: 0 auto;
}

figure.wp-block-image {
    margin: 0;
}

figure.wp-block-image.size-full img {
    width: 100%;
}

h2.wp-block-heading {
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
}

h3.wp-block-heading {
    font-size: 2rem;
    padding-bottom: 0.5rem;
}

h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
    font-size: 1.75rem;
    padding-bottom: 0.5rem;
}

.post-content-wrapper ul {
    list-style-type: square;
}

.post-content-wrapper ul:not(:last-child),
.post-content-wrapper ol:not(:last-child) {
    padding-bottom: 1.5rem;
}



/* Presse */

#presse-filter {
    padding: 12vh 0 5vh;
}

#presse-liste {
    padding-bottom: 20vh;
}


.press-list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2vh 0;
}

.list-file-type {
    width: 8%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-file-type img {
    max-height: 28px;
    transform: translate(10px, 2px);
}

.press-list-title {
    width: 92%;
    transition: all 300ms ease-in-out;
}

.press-published {
    font-size: 1rem;
    font-family: 'DM Sans';
    font-weight: 400;
    font-style: italic;
    width: 100%;
    padding-left: 8%;
}

.press-list-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 0;
    border-top: 2px dashed #1e1e21;
    width: 0;
    transition: width 1500ms ease-in-out;
}

.in-viewport .press-list-item::after {
    width: 100%;
}

.press-list-item:hover h4 {
    transform: translate(15px, 0);
}



/* FormCraft */

html .formcraft-css .powered-by {
    display: none !important;
}

html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #E3E7D1 !important;
    background-color: #1e1e21;
    border: 2px solid #1e1e21;
    border-radius: 50px;
    padding: 14px 30px 14px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    min-width: 180px;
    transition: all 400ms ease-in-out;
    margin-top: 15px !important;
}

html .formcraft-css .fc-form .form-element .form-element-html input[type=text],
html .formcraft-css .fc-form .form-element .form-element-html input[type=email] {
    border-radius: 50px;
    border-width: 2px;
    padding: 0.75rem 1.3rem 0.75rem;
}

html .formcraft-css .fc-form .form-element .textarea-cover textarea {
    border-radius: 25px;
    border-width: 2px;
    padding: 0.75rem 1.3rem 0.75rem;
}

/* Footer */

#footer {
    color: #E3E7D1;
    background: #1e1e21;
}

.footer-contact-row {
    padding: 12vh 0 11vh;
    text-align: center;
}

.footer-contact-row h2 {
    font-size: 4.5rem;
    line-height: 1.1;
}

#footer .button {
    margin-top: 5vh;
}

.footer-legal-row a {
    color: #E3E7D1;
    margin: 0 20px;
}

.footer-legal-row {
    text-align: center;
    padding-bottom: 3vh;
}






/* Responsive */

@media all and (max-width: 1600px) {

    html {
        font-size: 18px;
    }

    .trigger-wrapper { 
        right: 3vw;
        top: 6vh;
        height: 66px;
        width: 66px;
    }

    .menu-trigger {
        width: 41px;
        height: 31px;
        transform: translate(4px, -3px);
    }

    .degoda-block-about .row .col-left {
        width: 65%;
        padding-right: 5%;
        margin-right: 5%;
    }

    .degoda-block-about .row .col-right {
        width: 30%;
    }

    .event-list-dates {
        width: 27%;
    }

    .quote {
        width: 4.5vw;
    }

    .news-item-img-wrapper {
        height: 31vw;
    }

    .news-item-details h4 {
        font-size: 2.25rem;
    }

    a.button,
    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 13px 28px 13px;
        min-width: 175px;
    }

    label.sf-label-radio {
        padding: 13px 28px 13px !important;
    }

    #post-content .row {
        width: 1750px;
        max-width: 92vw;
    }

    ul.slick-dots button {
        width: 16px;
        height: 16px;
    }

}

@media all and (max-width: 1599px) {

    html {
        font-size: 17px;
    }

    .trigger-wrapper {
        height: 61px;
        width: 61px;
    }

    .menu-trigger {
        width: 37px;
        height: 27px;
        transform: translate(4px, -3px);
    }

    a.button,
    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 12px 28px 13px;
        min-width: 175px;
    }

    label.sf-label-radio {
        padding: 12px 28px 13px !important;
    }

    .page-top-title-row .col {
        max-width: 85%;
    }

    .social-icons a {
        width: 56px;
    }

    .list-file-type img {
        max-height: 26px;
    }

}


@media all and (max-width: 1500px) {

    h1 {
        font-size: 5.5rem;
    }

    h2 {
        font-size: 3rem;
    }

    h4 {
        font-size: 1.35rem;
    }

    .event-list-dates, .event-list-cat {
        font-size: 1.35rem;
    }

    .section-title-wrapper h2 {
        font-size: 3rem;
    }

    #post-top h1 {
        font-size: 4.5rem;
    }

    .footer-contact-row h2 {
        font-size: 4rem;
    }

    ul#primary-menu a {
        font-size: 4rem;
    }

    .no-results {
        font-size: 1.3rem;
    }


}


@media all and (max-width: 1400px) {

    .event-list-dates {
        width: 29%;
    }

    ul.slick-dots button {
        width: 14px;
        height: 14px;
    }

    .social-icons a {
        width: 54px;
    }

    .news-item-details h4 {
        font-size: 2rem;
    }

    a.button,
    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 11px 26px 12px;
        min-width: 165px;
    }

    label.sf-label-radio {
        padding: 11px 26px 12px !important;
    }


}


@media all and (max-width: 1300px) {

    .trigger-wrapper {
        height: 57px;
        width: 57px;
    }

    .menu-trigger {
        width: 34px;
        height: 24px;
        transform: translate(4px, -5px);
    }

    .quote {
        width: 4.75vw;
    }

    #stimmen .slick-slide {
        width: 60vw !important;
    }


}


@media all and (max-width: 1024px) {

    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 2.75rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    .event-list-dates, .event-list-cat {
        font-size: 1.3rem;
    }

    .section-title-wrapper h2 {
        font-size: 2.75rem;
    }

    #post-top h1 {
        font-size: 4rem;
    }

    .footer-contact-row h2 {
        font-size: 3.5rem;
    }

    ul#primary-menu a {
        font-size: 3.5rem;
    }

    .testimonial-text {
        font-size: 1.3rem;
    }

    .testimonial-name {
        font-size: 1.1rem;
    }

    .testimonial-position {
        font-size: 1.1rem;
    }

    .trigger-wrapper {
        right: 3vw;
        top: 4vh;
    }

    .menu-trigger {
        transform: translate(3px, -5px);
    }

    .social-icons a {
        width: 50px;
    }

    .page-top-title-row {
        padding: 3vh 0 5vh;
    }

    #post-top .row {
        padding: 3vh 0 5vh;
    }

    .page-top-title-row .col {
        max-width: 90%;
    }

    .page-top-img-wrapper {
        height: 71vh;
    }

    .post-image-container {
        height: 71vh;
    }

    .event-list-dates {
        width: 31%;
    }

    .quote {
        width: 5.75vw;
    }

    .page-top-half-row {
        flex-direction: column-reverse;
    }

    .page-top-half-row .col {
        width: 100%;
    }

    .page-top-half-row .col:last-child {
        padding: 6vh 4vw 11vh;
        height: auto;
        overflow-y: visible;
    }

    .page-top-half-img {
        height: 71vh;
    }

    a.button,
    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 10px 26px 11px;
        min-width: 160px;
        font-size: 1.1rem;
    }

    label.sf-label-radio {
        padding: 10px 26px 11px !important;
        font-size: 1.1rem;
    }

    .list-file-type img {
        max-height: 24px;
    }

    h2.wp-block-heading {
        font-size: 2.25rem;
    }

    .event-list-item:hover h4 {
        transform: translate(0, 0);
    }

    .press-list-item:hover h4 {
        transform: translate(0, 0);
    }

}


@media all and (max-width: 982px) {

    .trigger-wrapper {
        right: 3vw;
        top: 3vh;
    }

    .menu-trigger {
        transform: translate(4px, -5px);
    }

    h1 {
        font-size: 4.5rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .section-title-wrapper h2 {
        font-size: 2.25rem;
    }

    .page-top-img-wrapper {
        height: 47vh;
    }

    .post-image-container {
        height: 47vh;
    }

    .degoda-block-about {
        padding: 9vh 0 3vh;
    }

    .degoda-block-about .row .col-left {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    .degoda-block-about .col-left::after {
        display: none;
    }

    .degoda-block-about .row .col-right {
        width: auto;
        position: absolute;
        right: 0;
        bottom: -8px;
        padding-top: 0;
    }

    .social-icons a {
        width: 44px;
        margin-right: 2vw;
    }

    #kalender {
        padding: 9vh 0 4vh;
    }

    form#search-filter-form-273 {
        margin-top: 2vh;
    }

    .cta-button-wrapper {
        margin-top: 5vh;
    }

    #stimmen {
        padding: 0 0 17vh;
    }

    .home #stimmen {
        padding: 9vh 0 0;
    }

    #search-filter-results-379 {
        padding-top: 2vh;
    }

    #stimmen .slick-slide {
        width: 70vw !important;
        padding: 2vh 3.5vw;
    }

    .quote {
        width: 7.75vw;
    }

    ul.slick-dots button {
        width: 16px;
        height: 16px;
        margin: 0 0.75vw;
    }

    #aktuelles {
        padding: 9vh 0 17vh;
    }

    #aktuelles .shortcode-row {
        margin-top: 2vh;
    }

    .news-item {
        width: 50%;
    }

    .home .news-item:nth-child(3) {
        display: none;
    }

    .news-item-img-wrapper {
        height: 46vw;
    }

    .news-item-details h4 {
        font-size: 1.75rem;
    }

    .footer-contact-row {
        padding: 9vh 0 8vh;
        text-align: center;
    }

    #footer .button {
        margin-top: 4vh;
    }

    .page-top-half-row .col:last-child {
        padding: 3vh 4vw 8vh;
    }

    .page-top-half-img {
        height: 46vh;
    }

    #events-filter {
        padding: 9vh 0 4vh;
    }

    #events-archiv {
        padding: 12vh 0 17vh;
    }

    #post-content {
        padding: 9vh 0 9vh;
    }

    .event-details-wrapper {
        padding: 2vh 3vw;
        margin-bottom: 4vh;
    }

    .wp-block-embed {
        max-width: 100%;
    }

    #post-top h1 {
        font-size: 3.25rem;
    }

    #presse-filter {
        padding: 9vh 0 2vh;
    }

    #presse-liste {
        padding-bottom: 17vh;
    }

    .testimonial-text {
        font-size: 1.2rem;
    }

    .event-list-item {
        flex-wrap: wrap;
    }

    .event-list-cat {
        display: none;
    }

    .event-list-dates {
        width: 25%;
    }

    .event-list-dates, .event-list-cat {
        font-size: 1.2rem;
    }

    h4.event-list-title,
    h4.press-list-title {
        font-size: 1.2rem;
    }

    .list-file-type img {
        max-height: 22px;
    }

    .no-results {
        font-size: 1.2rem;
    }

    .searchandfilter ul ul {
        flex-wrap: wrap;
    }

    .searchandfilter ul li li {
        margin-bottom: 15px;
    }

}



@media all and (max-width: 600px) {

    .menu-trigger {
        transform: translate(4px, -6px);
    }

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .page-top-title-row {
        padding: 4vh 0 6vh;
    }

    .page-top-img-wrapper {
        height: 38vh;
    }

    .degoda-block-about .row .col-right {
        width: auto;
        position: relative;
        right: auto;
        bottom: auto;
        padding-top: 6vh;
    }

    .social-icons a {
        width: 40px;
    }

    .social-icons a:not(:last-child) {
        margin-right: 15px;
    }

    .searchandfilter ul li li:not(:last-child) {
        margin-right: 5vw;
    }

    .event-list-item {
        padding: 3vh 0;
    }

    .event-list-dates {
        width: 100%;
        padding-bottom: 8px;
    }

    .event-list-dates, .event-list-cat {
        font-size: 1.1rem;
    }

    h4.event-list-title, h4.press-list-title {
        font-size: 1.1rem;
    }

    #stimmen .slick-slide {
        width: 92vw !important;
        padding: 4vh 5vw;
    }

    .news-item {
        width: 100%;
    }

    .home .news-item:nth-child(3) {
        display: block;
    }

    .news-item-img-wrapper {
        height: 78vw;
    }

    .news-item-details {
        padding: 8vw 4vw;
    }

    .footer-contact-row h2 {
        font-size: 2rem;
    }

    a.button,
    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 9px 26px 10px;
        min-width: 150px;
        font-size: 1rem;
    }

    label.sf-label-radio {
        padding: 9px 26px 10px !important;
        font-size: 1rem;
    }

    .cta-button-wrapper {
        margin-top: 6vh;
    }

    .home #stimmen {
        padding: 12vh 0 0;
    }

    #aktuelles {
        padding: 12vh 0 17vh;
    }

    .testimonial-text {
        font-size: 1.1rem;
    }

    .quote {
        width: 52px;
        margin-right: 20px;
    }

    .testimonial-name {
        font-size: 1rem;
    }

    .testimonial-position {
        font-size: 1rem;
    }

    ul#primary-menu a {
        font-size: 2rem;
    }

    ul#primary-menu > li {
        line-height: 1.4;
    }

    ul#primary-menu a:after {
        height: 3px;
        top: calc(50% - 3px);
    }

    .page-top-half-row .col:last-child {
        padding: 6vh 4vw 11vh;
    }

    .page-top-half-img {
        height: 38vh;
    }

    .page-title-wrapper .lead {
        font-size: 1.2rem;
    }

    #post-top .row {
        padding: 4vh 0 4vh;
    }

    #post-top h1 {
        font-size: 1.6rem;
        max-width: 84%;
    }

    .post-meta {
        font-size: 1.2rem;
        padding-top: 1.5vh;
    }

    .event-details-wrapper {
        padding: 3vh 5vw;
        margin-bottom: 7vh;
        flex-wrap: wrap;
    }

    .event-details-wrapper h4 {
        padding-bottom: 0.25rem;
        font-size: 1.2rem;
    }

    .event-dates {
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .event-location {
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .event-costs {
        width: 100%;
    }

    .post-image-container {
        height: 38vh;
    }

    h2.wp-block-heading {
        font-size: 1.75rem;
    }

    h3.wp-block-heading {
        font-size: 1.5rem;
    }

    h4.wp-block-heading,
    h5.wp-block-heading,
    h6.wp-block-heading {
        font-size: 1.25rem;
    }

    html .formcraft-css .fc-form .form-element .textarea-cover textarea {
        border-radius: 15px;
    }

    .press-list-item {
        flex-wrap: wrap;
        padding: 3vh 0;
    }

    .list-file-type {
        width: 25px;
        margin-right: 15px;
    }

    .list-file-type img {
        max-height: 20px;
        transform: translate(0, 0);
    }

    .press-published {
        padding-left: 0;
    }

    h4.press-list-title {
        width: 100%;
        padding: 8px 0 4px;
    }

    .wp-block-quote {
        font-size: 1.3rem;
    }

}



