/*!
 * Theme CSS Styles
*/



/* Schriften */

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

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

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

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



body {
    font-family: 'Inter';
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Questrial';
    font-weight: 400;
    color: #111;
    line-height: 1.3;
}

h1 {
    font-size: 3.6em;
    line-height: 1.1;
}

h2 {
    font-size: 3.6em;
    padding-bottom: 15px;
}

h3 {
    font-size: 1.4em;
    padding-bottom: 10px;
}

p {
    margin-bottom: 1.5em;
}


/* Allgemein */

#toTop {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 50px;
    z-index: 9999;
    width: 60px;
	height: 60px;
	background-image: url(/wp-content/uploads/2023/08/PAGE-UP.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    cursor: pointer;
}

#toTop.show-back-top {
    display: block;
}

.button, .wp-block-button a {
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    background-color: #2a85ff;
    border: 2px solid #2a85ff !important;
    border-radius: 50px;
    padding: 24px 45px 22px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1;
    text-align: center;
    transition: all 300ms ease-in-out;
    min-width: 300px;
}

.row {
    width: 1600px;
    max-width: 80%;
    margin: 0 auto;
}

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

.cta-button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
}

.cta-button-wrapper:not(:last-child) {
    margin-right: 45px;
}

.cta-button-wrapper a.link {
    margin-top: 25px;
}


/* Header */

#header {
    height: 130px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

#header .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    position: relative;
    display: block;
    width: 160px;
    margin-right: 60px;
}

.logo:before {
    content: '';
    width: 1px;
    height: 200px;
    background: #000;
    display: block;
    position: absolute;
    top: -100px;
    right: -60px;
}

.logo img {
    width: 100%;
    transform: translate(0, 3px);
}

ul#primary-menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
}

ul#primary-menu li:not(:last-child) {
    margin-right: 60px;
}

ul#primary-menu a {
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
}

.menu-contact {
    position: relative;
    padding-left: 60px;
}

.menu-contact:before {
    content: '';
    width: 1px;
    height: 200px;
    background: #000;
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
}

.menu-contact a {
    font-weight: 400 !important;
    padding-right: 36px;
}

.menu-contact a:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    right: 0;
    top: calc(50% - 13px);
    background-image: url(/wp-content/uploads/2023/08/Pfeil_rechts_schwarz.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transition: all 200ms ease-in-out;
}

.menu-contact a:hover:after {
    transform: rotate(45deg);
}


/* Mobiles Menü Overlay */

body.no-scroll,
html.no-scroll {
    overflow: hidden;
}

.menu-trigger {
    display: none;
    width: 44px;
}

#overlay-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: auto;
}

.logged-in #overlay-menu {
    top: 32px;
}

#overlay-menu.show-menu {
    display: block;
}

.logo-mobile-menu {
    display: block;
    position: relative;
    width: 120px;
    margin-right: 50px;
}

.logo-mobile-menu img {
    width: 100%;
    transform: translate(0, 3px);
}

img.close-menu {
    width: 34px;
}

.logo-mobile-menu:before {
    content: '';
    width: 1px;
    height: 200px;
    background: #000;
    display: block;
    position: absolute;
    top: -100px;
    right: -50px;
}

.overlay-close-row {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 5%;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

ul#mobile-menu {
    list-style-type: none;
    padding: 0;
}

ul#mobile-menu li {
    text-align: center;
    padding-bottom: 1em;
}

ul#mobile-menu a {
    color: #000;
    font-size: 1.5em;
}

.mobile-menu-row {
    padding-top: 6em;
}



/* Seiten oben */

.asp-block-006 .page-title-row {
    padding: 75px 10% 75px;
    background: #111;
    color: #fff;
    text-align: center;
    border-radius: 0 0 2em 2em;
    width: 100% !important;
    max-width: 100% !important;
}

.home .asp-block-006 .page-title-row {
    padding: 125px 10% 275px;
}

.page-id-230 .asp-block-006 .page-title-row {
    padding: 125px 10% 360px;
}

.asp-block-006 h1 {
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.asp-block-006 .lead {
    font-size: 1.3em;
    padding-top: 50px;
    max-width: 1000px;
    margin: 0 auto;
}


/* Beiträge Übersicht */

.home #blog {
    margin-top: -150px;
    padding-bottom: 125px;
}

.page-id-230 #blog {
    margin-top: -260px;
}

.page-id-230 #blog-results {
    padding-bottom: 75px;
    margin-top: 20px;
}

.blog-container,
.search-filter-results {
    display: flex;
    flex-wrap: wrap;
}

.blog-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 75px;
}

.blog-item:nth-child(2n) {
    margin-right: 0;
}

.image-container a {
    position: relative;
    height: 0;
    display: block;
    padding-top: 46%;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.image-container:hover a {
    border-radius: 200px;
}

.image-container a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-hover {
    background: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 25px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    z-index: 9;
    opacity: 0;
    transition: all 400ms ease-in-out;
    pointer-events: none;
}

.image-container:hover .blog-hover {
    opacity: 1;
}

.blog-details {
    padding: 25px 30px 0;
    overflow: hidden;
}

.blog-date {
    display: block;
    color: #ec9c3f;
    font-weight: 400;
    padding-bottom: 10px;
}

.blog-details h3 {
    padding-bottom: 0;
}

.blog-details h3 a {
    color: #000 !important;
}

.blog-details .excerpt {
    position: relative;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.blog-details .excerpt:before {
    content: '';
    width: 200%;
    height: 2px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
}

a.read-more-link,
.cta-button-wrapper a.link {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    padding-right: 38px;
}

a.read-more-link:after,
.cta-button-wrapper a.link:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    right: 0;
    top: calc(50% - 9px);
    background-image: url(/wp-content/uploads/2023/08/Pfeil_cta_blau.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transition: all 200ms ease-in-out;
}

a.read-more-link:hover:after,
.cta-button-wrapper a.link:hover:after {
    transform: rotate(45deg);
}

#blog .cta-button-wrapper {
    justify-content: center;
}


/* Filter */

.searchandfilter > ul > li:nth-child(2) {
    display: none;
}

.searchandfilter > ul {
    padding: 0;
}

.searchandfilter ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 60px;
}

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

.searchandfilter input {
    display: none;
}

.searchandfilter label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    cursor: pointer;
    padding: 0 !important
}

.searchandfilter .sf-option-active > label {
    color: #2a85ff;
}

.no-posts-found {
    display: block;
    width: 100%;
    padding-top: 300px;
    padding-bottom: 150px;
    text-align: center;
}

ul.children {
    position: absolute;
    transform: translate(-35%, 5px);
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    visibility: hidden;
}

ul.children li:not(:last-child) {
    margin-right: 25px;
}

ul.children label {
    text-transform: none;
    font-weight: 400;
    font-style: italic;
}

.sf-item-13.sf-option-active ul.children,
.sf-item-13.sf-active ul.children {
    visibility: visible;
}


/* Video Modals */

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.show-modal {
    display: flex;
}

.video-modal-content {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 80%;
    max-width: 900px;
    height: auto;
    border: 10px solid #fff;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
}

.video-modal-content:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video-modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.9) !important;
}

.fancybox__content {
    max-height: 85% !important;
}


/* Über mich */

#ueber-mich {
    padding: 150px 0;
    background: #eae9e8;
}

.asp-block-002 .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.asp-block-002 .row .col.col-right {
    width: 40%;
    margin-right: 12.5%;
}

.asp-block-002 .row .col.col-left {
    width: 47.5%;
}

.asp-block-002 .col.col-right img {
    width: 100%;
}

#ueber-mich h2 {
    padding-bottom: 50px;
}


/* Kontakt */

#kontakt {
    padding: 150px 0 75px;
    background: #111;
}

#kontakt .section-title-row {
    text-align: center;
    color: #fff;
}

#kontakt h2 {
    color: #fff;
}

#kontakt .lead {
    color: #fff;
}



/* Beiträge */

#post-section {
    padding: 125px 0 175px;
}

.post-head {
    text-align: center;
    padding-bottom: 125px;
}

.post-meta {
    display: block;
    color: #ec9c3f;
    font-size: 1.3em;
    font-weight: 400;
    padding-bottom: 10px;
}

.post-head h1 {
    max-width: 1200px;
    margin: 0 auto;
}

.post-image-container {
    position: relative;
    height: 0;
    padding-top: 38%; /* Maintain aspect ratio */
    overflow: hidden;
    border-radius: 1em;
    margin-top: 125px;
}

.post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-quote {
    margin-bottom: 3em !important;
    margin-top: 3em !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: 2em 4em;
    background: #2a85ff;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    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.2em;
}

h3.wp-block-heading {
    font-size: 1.8em;
}

h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
    font-size: 1.6em;
    padding-bottom: 10px;
}

.post-content ul:not(:last-child) {
    list-style-type: square;
}

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


/* Weitere Beiträge */

#more-posts {
    padding-bottom: 100px;
}

#more-posts .section-title-row {
    text-align: center;
}

#more-posts .section-title-row {
    text-align: center;
}

#more-posts h2 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}



/* Gravity Forms */

.gform_wrapper {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
}

.gform_confirmation_message {
    text-align: center;
    color: #fff;
    margin-top: 35px;
}

.gform_validation_errors {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    display: none !important;
}

.gform_heading {
    display: none !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 1em;
    font-weight: 400;
}

.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #000;
    background: #fff;
    width: 26px;
    height: 26px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked {
    background: #2a85ff;
}

.gform_wrapper.gravity-theme .gfield_error .gfield-choice-input {
    border: 1px solid #2a85ff;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 1em !important;;
    font-weight: 400;
    margin-left: 10px;
    padding-top: 7px;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 1em !important;
    margin-top: 0;
    padding: 12px 25px 13px !important;
    border: 1px solid #fff;
    border-radius: 10px !important;
    background: #fff;
    color: #000;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 3% !important;
    grid-row-gap: 20px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: none !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 35px 0 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    position: relative;
}

input#gform_submit_button_1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #2a85ff !important;
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    padding: 0 !important;
    padding-right: 38px !important;
    font-weight: 500;
    font-size: 1.2em !important;
    line-height: 1;
    text-align: left;
    min-width: 0;
    text-transform: uppercase !important;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    margin: 0;
}


.gform_footer.before:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    right: 0;
    top: calc(50% - 9px);
    background-image: url(/wp-content/uploads/2023/08/Pfeil_cta_blau.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transition: all 200ms ease-in-out;
}

.gform_footer.before:hover:before{
    transform: rotate(45deg);
}



::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.35);
}
  
:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.35);
}
  
::placeholder {
    color: rgba(0, 0, 0, 0.35);
}



/* Impressum & Datenschutz */

.general-content-row {
    padding: 150px 0;
}



/* Footer */

#footer {
    padding: 75px 0 45px;
    background: #111;
    color: #fff;
    text-align: center;
}

#footer a {
    color: #fff;
}

img.footer-logo {
    width: 225px;
}

.footer-legal-row {
    padding-top: 45px;
}

.footer-legal-row a:not(:last-child) {
    margin-right: 50px;
}




/* ----- Responsive CSS ----- */

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

    body {
        font-size: 19px;
    }

    #header {
        height: 120px;
    }

    .logo {
        width: 150px;
    }

    img.footer-logo {
        width: 200px;
    }

    a.read-more-link:after{
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }

    .cta-button-wrapper a.link:after {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }

    .gform_footer.before:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 9px);
    }

    #toTop {
        width: 55px;
        height: 55px;
    }

}


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

    body {
        font-size: 18px;
    }

    .row {
        max-width: 86%;
    }

    #header {
        height: 110px;
    }

    .logo {
        width: 140px;
    }

    img.footer-logo {
        width: 185px;
    }

    a.read-more-link:after{
        width: 15px;
        height: 15px;
        top: calc(50% - 7px);
    }

    .cta-button-wrapper a.link:after {
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
    }

    .gform_footer.before:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 9px);
    }

    .blog-hover {
        width: 180px;
        height: 180px;
        top: calc(50% - 90px);
    }

    .asp-block-006 .page-title-row {
        padding: 50px 8% 50px;
    }

    .home .asp-block-006 .page-title-row {
        padding: 100px 8% 250px;
    }

    .home #blog {
        margin-top: -125px;
        padding-bottom: 125px;
    }

    .page-id-230 .asp-block-006 .page-title-row {
        padding: 100px 8% 315px;
    }

    .page-id-230 #blog {
        margin-top: -205px;
    }

    .page-id-230 #blog-results {
        padding-bottom: 50px;
    }

    form.filter-form {
        padding: 0 8% 50px;
    }

    #ueber-mich {
        padding: 125px 0;
    }

    #kontakt {
        padding: 125px 0 50px;
    }

    #post-section {
        padding: 100px 0 150px;
    }

    #more-posts {
        padding-bottom: 50px;
    }

    .post-head {
        padding-bottom: 100px;
    }

    .post-image-container {
        margin-top: 100px;
    }

    .general-content-row {
        padding: 125px 0;
    }

    #toTop {
        width: 50px;
        height: 50px;
    }
    

}



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

    body {
        font-size: 17px;
    }

    .row {
        max-width: 90%;
    }

    #header {
        height: 105px;
    }

    .logo {
        width: 120px;
    }

    .menu-contact a:after {
        width: 22px;
        height: 22px;
        right: 0;
        top: calc(50% - 11px);
    }

    img.footer-logo {
        width: 175px;
    }

    a.read-more-link:after{
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
    }

    .cta-button-wrapper a.link:after {
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
    }

    .gform_footer.before:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 9px);
    }

    .blog-hover {
        width: 180px;
        height: 180px;
        top: calc(50% - 90px);
    }

    .asp-block-006 .page-title-row {
        padding: 50px 5% 50px;
    }

    .home .asp-block-006 .page-title-row {
        padding: 100px 5% 250px;
    }

    .home #blog {
        margin-top: -125px;
        padding-bottom: 125px;
    }

    .page-id-230 .asp-block-006 .page-title-row {
        padding: 100px 5% 315px;
    }

    .page-id-230 #blog {
        margin-top: -205px;
    }

    form.filter-form {
        padding: 0 5% 50px;
    }

    #ueber-mich {
        padding: 125px 0;
    }

    #kontakt {
        padding: 125px 0 50px;
    }

    #post-section {
        padding: 100px 0 150px;
    }

    #more-posts {
        padding-bottom: 50px;
    }

    .post-head {
        padding-bottom: 100px;
    }

    .post-image-container {
        margin-top: 100px;
    }

    .general-content-row {
        padding: 125px 0;
    }

}

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

    #header {
        height: 90px;
    }

    .menu-hauptmenue-container {
        display: none;
    }

    .menu-trigger {
        display: block;
    }

    .logo {
        margin-right: 50px;
    }

    .logo:before {
        right: -50px;
    }

    body {
        font-size: 16px;
    }

    .blog-details {
        padding: 20px 15px 0;
    }

    .blog-hover {
        display: none;
    }

    .image-container:hover a {
        border-radius: 0;
    }

    .button, .wp-block-button a {
        padding: 20px 35px 18px;
        min-width: 250px;
    }

    .home .asp-block-006 .page-title-row {
        padding: 75px 5% 200px;
    }

    .home #blog {
        margin-top: -100px;
        padding-bottom: 100px;
    }

    .page-id-230 .asp-block-006 .page-title-row {
        padding: 75px 5% 275px;
    }

    .page-id-230 #blog {
        margin-top: -180px;
    }

    .page-id-230 #blog-results {
        padding-bottom: 0;
    }

    .asp-block-006 .lead {
        padding-top: 35px;
    }

    #kontakt {
        padding: 100px 0 25px;
    }

    .gform_wrapper {
        margin-top: 25px;
    }

    .footer-legal-row {
        padding-top: 30px;
    }

    #toTop {
        width: 45px;
        height: 45px;
    }

    #blog .cta-button-wrapper {
        margin-top: 0;
    }

    #ueber-mich {
        padding: 100px 0;
    }

    .asp-block-002 .row .col.col-right {
        width: 44%;
        margin-right: 8.5%;
    }

    #ueber-mich h2 {
        padding-bottom: 25px;
    }

    a.read-more-link, .cta-button-wrapper a.link {
        padding-right: 32px;
    }

    a.read-more-link:after {
        width: 14px;
        height: 14px;
        top: calc(50% - 6px);
    }

    .cta-button-wrapper a.link:after {
        width: 14px;
        height: 14px;
        top: calc(50% - 7px);
    }

    input#gform_submit_button_1 {
        padding-right: 32px !important;
    }

    .gform_footer.before:before {
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 3em;
    }

    #post-section {
        padding: 75px 0 100px;
    }

    #more-posts h2 {
        margin-bottom: 25px;
        max-width: 600px;
    }

    #more-posts {
        padding-bottom: 25px;
    }

    .post-image-container {
        margin-top: 75px;
    }

    .post-head {
        padding-bottom: 75px;
    }

    .general-content-row {
        padding: 100px 0;
    }

    .no-posts-found {
        padding-top: 225px;
        padding-bottom: 115px;
    }

}


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

    .logged-in #overlay-menu {
        top: 46px;
    }

    .blog-item {
        width: 100%;
        margin-right: 0;
    }

    form.filter-form {
        padding: 0 0 50px;
    }

    .wp-block-quote {
        padding: 1.5em 2em;
    }

    h2.wp-block-heading {
        font-size: 2em;
    }

    h3.wp-block-heading {
        font-size: 1.6em;
    }

    h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
        font-size: 1.4em;
    }

    .wp-block-spacer {
        max-height: 3em;
    }

    .cta-button-wrapper a.link {
        margin-top: 15px;
    }

}


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

    #header {
        height: 80px;
    }

    .overlay-close-row {
        height: 80px;
    }

    .menu-trigger {
        width: 38px;
    }

    img.close-menu {
        width: 28px;
    }

    .logo-mobile-menu:before {
        right: -25px;
    }

    .logo-mobile-menu {
        width: 110px;
        margin-right: 25px;
    }

    .logo {
        width: 110px;
        margin-right: 25px;
    }

    .logo:before {
        right: -25px;
    }

    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 2.2em;
    }

    #more-posts h2 {
        font-size: 1.6em;
    }

    .asp-block-006 .lead {
        font-size: 1.1em;
    }

    .home .asp-block-006 .page-title-row {
        padding: 75px 5% 175px;
        border-radius: 0;
    }

    .home #blog {
        margin-top: -85px;
        padding-bottom: 75px;
    }

    .blog-details {
        padding: 20px 0 0;
    }

    .image-container a {
        padding-top: 50%;
    }

    #ueber-mich {
        padding: 75px 0;
    }

    .asp-block-002 .row .col.col-right {
        width: 100%;
        margin-right: 0;
    }

    .asp-block-002 .row .col.col-left {
        width: 100%;
        margin-bottom: 75px;
    }

    #kontakt {
        padding: 75px 0 0;
    }

    .gform_wrapper.gravity-theme input[type=color],
    .gform_wrapper.gravity-theme input[type=date],
    .gform_wrapper.gravity-theme input[type=datetime-local],
    .gform_wrapper.gravity-theme input[type=datetime],
    .gform_wrapper.gravity-theme input[type=email],
    .gform_wrapper.gravity-theme input[type=month],
    .gform_wrapper.gravity-theme input[type=number],
    .gform_wrapper.gravity-theme input[type=password],
    .gform_wrapper.gravity-theme input[type=search],
    .gform_wrapper.gravity-theme input[type=tel],
    .gform_wrapper.gravity-theme input[type=text],
    .gform_wrapper.gravity-theme input[type=time],
    .gform_wrapper.gravity-theme input[type=url],
    .gform_wrapper.gravity-theme input[type=week],
    .gform_wrapper.gravity-theme select,
    .gform_wrapper.gravity-theme textarea {
        padding: 8px 20px 9px !important;
        border-radius: 8px !important;
    }

    img.footer-logo {
        width: 150px;
    }

    #toTop {
        width: 38px;
        height: 38px;
        right: 5%;
    }

    .button, .wp-block-button a {
        padding: 18px 35px 16px;
        min-width: 240px;
    }

    .page-id-230 .asp-block-006 .page-title-row {
        padding: 75px 5% 275px;
        border-radius: 0;
    }

    .page-id-230 #blog {
        margin-top: -200px;
        padding-bottom: 0;
    }

    form.filter-form {
        padding: 0 0 35px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-form label {
        font-size: 1em;
        padding: 8px 20px;
    }

    .searchandfilter > ul > li:first-child {
        display: none;
    }

    .searchandfilter > ul > li:nth-child(2) {
        display: block;
    }

    .searchandfilter > ul > li:nth-child(2) label {
        display: block;
    }

    .searchandfilter select.sf-input-select {
        min-width: 100% !important;
        padding: 6px 10px;
    }

    .video-modal-content {
        width: 94%;
        border: 5px solid #fff;
    }

    .page-id-230 #blog-results {
        margin-top: 40px;
    }

    .post-image-container {
        padding-top: 60%;
        border-radius: 10px;
    }

    h2.wp-block-heading {
        font-size: 1.6em;
    }

    h3.wp-block-heading {
        font-size: 1.4em;
    }

    h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
        font-size: 1.2em;
    }



}