/*
Theme Name: Kindernest 2022
Theme URI: https://achtbit.media/
Author: Achtbit Media GmbH
Author URI: https://achtbit.media/
Description: WordPress-Theme für die Seite von Kindernest Neustadt
Version: 1.0
Text Domain: kindernest_2022
*/

:root {
    --theme-color: #E24757FF;
    --theme-hover-color: #c4404d;
    --secondary-color: #7CBF4B;
    --ternary-color: #008995;
    --link-color: #FFE3A5;
    --link-hover-color: #dec388;
    --font-color: #454545;
    --hover-font-color: var(--theme-color);
    --header-image-size: 900px;
    --not-front-header-image-size: 600px;
    --wave-size: 350px;
    --wave-bottom-size: 200px;
    --menu-bar-height: 80px;
    --menu-bar-padding: 10px;
    --menu-bar-full-height: calc(calc(var(--menu-bar-padding) * 2) + var(--menu-bar-height));
    --bottom-padding: 200px;
    --background-accent: #EBF6F7;

    --website-width: 1000px;
    --image-circle-size: 200px;

    --not-so-small-font-size: 17px;
    --small-font-size: 16px;
    --smaller-font-size: 15px;
    --default-size: 16px;
    --h1-font-size: 32px;
    --h2-font-size: 24px;
    --h3-font-size: 18px;

}

* {
    font-family: "Nunito", sans-serif;
}

body {
    color: var(--font-color);
}


h1, h2, h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

h1 {
    font-size: var(--h1-font-size);
}

h2 {
    font-size: var(--h2-font-size);
}

h3 {
    font-size: var(--h3-font-size);
}

a {
    color: var(--theme-color);
    font-weight: bold;
    text-decoration: none;
    transition: .5s;

}

a:hover {
    color: var(--theme-hover-color);
}


input:not([type="checkbox"]):not([type="submit"]):not([type="file"]), textarea {
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    padding: 5px;
    padding: 5px;
    width: 100%;
    max-width: 350px;
    outline: none;
	box-sizing: border-box;
}

.wpcf7-list-item {
    margin: 0 0 15px;
}

.wpcf7-list-item label {
    position: relative;
}

.wpcf7-list-item label span a {
    font-weight: normal;
    color: var(--font-color);
}

.wpcf7-list-item label span {
    margin-left: 30px;
    display: block;
}


.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}


input[name="your-consent"] {
    border-radius: 0;
    border: 1px solid #AAAAAA;
    transform: scale(1.25);
    outline: none;
    margin-right: 15px;
    position: absolute;
    top: 0;
}

input[type="submit"]:disabled {
    border-color: gray;
    color: gray;
    -webkit-appearance: none;
    cursor: default;
    outline: none;
}

input[type="submit"] {
    color: var(--theme-color);
    border: solid 1px var(--theme-color);
    border-radius: 10px;
    padding: 10px 30px;
    transition: .5s;
    font-weight: 500;
    font-size: var(--small-font-size);
    background: none;
    appearance: none;
}

input[type="submit"]:not(:disabled):hover {
    background-color: var(--theme-color);
    color: white;
    cursor: pointer;
}

header {
    background-color: white;
    position: relative;
    width: 100%;
}

.kindernest-page-title {
    color: var(--theme-color);
}

.header-container {
    position: relative;
    height: var(--header-image-size);
}

.mobile-menu-bars {
    display: none;
}

.mobile-menu {
    display: none;
}


.kindernest-header-image {
    width: 100%;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 73%;
    height: var(--header-image-size);
    z-index: 10;
}

.not-front .kindernest-header-image {
    background-position: center center;
}

.kindernest-header-image-overlay {
    width: 100%;
    height: var(--header-image-size);
    z-index: 10;
    position: absolute;
    top: 0;
    opacity: .79;
}

header.not-front .header-container {
    height: var(--not-front-header-image-size);
}

header.not-front .kindernest-header-image {
    height: var(--not-front-header-image-size);
}

header.not-front .kindernest-header-image-overlay {
    height: var(--not-front-header-image-size);
}

.kindernest-header-content {
    position: fixed;
    z-index: 10;
    --x: calc(calc(var(--wave-size) * 0.5) + 110px);
    --y: calc(calc(var(--header-image-size) - var(--x)));
    top: calc(calc(var(--y) / 2) + calc(var(--menu-bar-full-height) * 0.5));
    transform: translateY(-50%);
    width: 100%;
}

.kindernest-header-content-content {
    position: relative;
    margin: auto;
    width: var(--website-width);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}


header.not-front .kindernest-header-content {
    --x: calc(calc(var(--wave-size) * 0.5) + 110px);
    --y: calc(calc(var(--not-front-header-image-size) - var(--x)));
    top: calc(calc(var(--y) / 2) + calc(var(--menu-bar-full-height) * 0.5));

}


.kindernest-homepage-top-widgets {
    position: absolute;
    bottom: 0;
    z-index: 30;
    left: 50%;
    width: 100%;
}


.kindernest-homepage-top-widgets-small {
}


.kindernest-homepage-top-widgets-small .so-widget-kindernest_button_text {
    width: 100%;
    display: inline-block;

}

.kindernest-homepage-top-widgets-small {
    display: block;
    background-color: var(--background-accent);
}

.kindernest-homepage-top-widgets-small .kindernest-row-wrapper {
    transform: translateY(calc(calc(var(--wave-size) * -0.5) - 110px));
}

.kindernest-homepage-top-widgets .panel-layout {
    background-color: unset;
}

.kindernest-homepage-top-widgets .kindernest-row-wrapper {
    background-color: unset !important;
    z-index: 12;
}

.kindernest-header-content h1 {
    margin: 0;
    color: white;
}

h1.kindernest-header-title {
    max-width: 65%;
}

h1.kindernest-header-subtitle {
    margin-top: 15px;
    font-weight: normal;
}


.kindernest-wave {
    position: absolute;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: var(--wave-size);
    background-size: 100% 100%;
}

.kindernest-wave.small {
    display: none;
}


.kindernest-post-button-container {
    padding: 10px 0;
    margin-top: 15px;
}

.kindernest-single-button-container {
    padding: 10px 0;
    margin-top: 30px;
}

.kindernest-wave.bottom {
    z-index: 5;
    height: var(--wave-bottom-size);

}


.menu-bar {
    position: fixed;
    width: 100%;
    height: var(--menu-bar-height);
    background-color: white;
    z-index: 50;
    display: flex;
    align-items: center;
    padding: var(--menu-bar-padding);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.menu-title {
    color: var(--theme-color);
    margin-right: 30px;
    margin-left: 20px;
    font-weight: 500;
    display: block;
    line-height: 18px;
    font-size: 18px;
}

.menu-title:hover {
    color: var(--theme-color);

}

.nav-content {
    flex-grow: 1;
    max-width: var(--website-width);
    font-weight: 500;
}

.nav-content nav > ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.nav-content ul li {
    margin-right: 30px;
}

.nav-content ul:not(.sub-menu) > li {
    height: var(--menu-bar-full-height);
    line-height: var(--menu-bar-full-height);
}

.nav-content ul li a {
    color: var(--font-color);
    transition: color .5s;
}

.nav-content ul li.menu-item-has-children > a::after {
    margin: 8px;
    color: var(--theme-color);
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.nav-content ul li.menu-item-has-children {
    position: relative;
}

.nav-content ul li.menu-item-has-children > a {
    cursor: pointer;
}


.nav-content ul li a:hover {
    color: var(--hover-font-color);
}

.nav-content ul li.current-menu-item a {
    color: var(--theme-color);
}

.nav-content ul li.current-menu-parent > a {
    color: var(--theme-color);
}

.nav-content ul li.menu-item-has-children {
}

.nav-content nav ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    line-height: normal;
    background-color: white;
    bottom: 0;
    transform: translateY(100%) translateX(-30px);
    transition: opacity .2s, visibility .2s;
    list-style-type: none;
    padding-inline-start: unset;
    border: 30px white solid;
    white-space: nowrap;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

}


.nav-content nav ul li ul li:first-of-type {
    padding-top: 0;
}

.nav-content nav ul li ul li:last-of-type {
    padding-bottom: 0;
}

.nav-content nav ul li ul li:last-of-type a {
    padding-bottom: 0;
}

.nav-content nav ul li ul li {
    padding: 10px 0;
}

.nav-content nav ul li ul li a {
    padding-bottom: 10px;
}


.nav-content nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}


.kindernest-link-button {
    color: var(--theme-color);
    border: solid 1px var(--theme-color);
    border-radius: 10px;
    padding: 10px 30px;
    transition: .5s;
    font-weight: 500;
    font-size: var(--small-font-size);
}

.kindernest-link-button:hover {
    background-color: var(--theme-color);
    color: white;
}


html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: var(--default-size);

}

body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    overscroll-behavior: none;
}


main {
    position: relative;
    flex-grow: 1;
    z-index: 20;
    background-color: var(--background-accent);
}

.kindernest-row-wrapper.title {
    background-color: #EBF6F7;

}

.kindernest-content-wrapper .kindernest-row-wrapper:nth-child(odd) {
    background-color: #EBF6F7;
}

.kindernest-content-wrapper .kindernest-row-wrapper:nth-child(even) {
    background-color: white;
}

.kindernest-row-wrapper {
    position: relative;
    width: 100%;
    z-index: 3;
}

main .kindernest-content-wrapper > .panel-layout > .kindernest-row-wrapper:last-child {
    padding-bottom: var(--bottom-padding);
}

main .kindernest-homepage-top-widgets-small .kindernest-row-wrapper:last-child {
    padding-bottom: 0px;
}

.kindernest-homepage-top-widgets-small .panel-layout {
    margin-bottom: -285px;
}

.kindernest-row-inner-wrapper {
    padding: 30px;
    overflow: hidden;
    max-width: var(--website-width);
    margin: auto;
}

.post.kindernest-row-inner-wrapper {
    padding: 0 30px;
}


.kindernest-image {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    position: relative;
    transform: translaTeX(-50%);
}

.so-widget-kindernest_image {
    padding: 15px 0;
}

.so-widget-kindernest_image_text img,
.so-widget-kindernest_button_text img,
.so-widget-kindernest_header_text img,
.so-widget-kindernest_icon_text img {
    display: block;
    max-width: 100%;
    height: auto;
}

.kindernest-image-text-widget-text-image-container {
    display: flex;
    align-items: center;

}

.kindernest-image-text-widget-image-container {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 50px;
    margin-right: 30px;
}

.kindernest-image-text-widget-title-container h1 {
    color: var(--theme-color);
    margin-bottom: 15px;
}

.kindernest-icon-text-circle {
    border-radius: 100%;
    height: 90px;
    width: 90px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;

}

.kindernest-icon-text-circle span {
    position: relative;
    transform: translateX(-50%) translateY(-50%) scale(2);
    display: inline-block;
    left: 50%;
    top: 50%;
    color: white;
}

.kindernest-icon-text-container {
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.kindernest-icon-text-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}


.so-widget-kindernest_icon_text {
    height: 100%;
}

.widget_kindernest_icon_text {
    height: 100%;
}

main.not-front-page .kindernest-row-wrapper:first-child .kindernest-row-inner-wrapper {
    padding-top: 0;
}

.kindernest-row-wrapper:nth-child(odd) .kindernest-icon-text-container {
    background-color: white;
}

.kindernest-row-wrapper:nth-child(even) .kindernest-icon-text-container {
    background-color: var(--background-accent);
}


.kindernest-row-wrapper.title .kindernest-row-inner-wrapper {
    padding: 0;
}

.kindernest-row-wrapper.front {
    padding-bottom: 40px;
}

.kindernest-row-wrapper.front .kindernest-row-inner-wrapper {
    padding-top: 0;
}


.front .panel-grid:last-of-type {
    margin-bottom: 30px;
}

.kindernest-icon-text-icon span::before {
    color: white;
}

.kindernest-icon-text-text {
    text-align: center;
}

.panel-grid-cell:nth-of-type(1n) .kindernest-icon-text-circle {
    background-color: var(--theme-color);
}

.panel-grid-cell:nth-of-type(2n) .kindernest-icon-text-circle {
    background-color: var(--secondary-color);
}

.panel-grid-cell:nth-of-type(3n) .kindernest-icon-text-circle {
    background-color: var(--ternary-color);
}

.panel-grid-cell:nth-of-type(1n) .kindernest-button-text-container {
    background-color: var(--theme-color);
}


.panel-grid-cell:nth-of-type(2n) .kindernest-button-text-container {
    background-color: var(--secondary-color);
}

.panel-grid-cell:nth-of-type(3n) .kindernest-button-text-container {
    background-color: var(--ternary-color);
}

.so-widget-kindernest_button_text {
    height: 100%;
}

.widget_kindernest_button_text {
    height: 100%;
}

.kindernest-button-text-container {
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 10px;
    padding: 30px 30px 45px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.kindernest-button-text-title h2 {
    color: white;
    margin-bottom: 30px;
    flex-grow: 0;
    word-break: break-all;
}

.kindernest-button-text-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kindernest-button-text-wrapper {

}

.kindernest-button-text-wrapper > p {
    color: white;
    margin-bottom: 45px;
    font-size: var(--small-font-size);
    line-height: 20px;

}

.kindernest-widget-top {
    color: white;
    border: white 1px solid;
    bottom: 30px;
    width: 175px;
    max-width: 100%;
    box-sizing: border-box;
}


.panel-grid-cell:nth-of-type(1n) .kindernest-widget-top:hover {
    color: var(--theme-color);
}

.panel-grid-cell:nth-of-type(2n) .kindernest-widget-top:hover {
    color: var(--secondary-color);
}

.panel-grid-cell:nth-of-type(3n) .kindernest-widget-top:hover {
    color: var(--ternary-color);
}


.kindernest-widget-top:hover {
    background-color: white;
}

.kindernest-image-text-container {
    position: relative;
    color: var(--font-color);
    padding-top: 25px;
}

a.kindernest-image-text-container {
    font-weight: normal;
}

.kindernest-image-text-image-container {
    width: var(--image-circle-size);
    height: var(--image-circle-size);
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;

}


.kindernest-image-text-title-text-container {
    min-height: 140px;
    border-radius: 10px;
    margin-left: 80px;
    padding-left: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kindernest-post-container .kindernest-image-text-title-text-container {
    padding-top: unset;
    padding-bottom: unset;
}


.kindernest-image-text-title-container h2 {
    color: var(--font-color);
    margin-bottom: 5px;
}


.kindernest-image-text-wrapper {
    margin-bottom: 30px;
}


.kindernest-image-text-text {
    font-size: var(--small-font-size);
}

.kindernest-image-text-title-author-container {
    margin-bottom: 10px;
    font-size: var(--smaller-font-size);
    color: var(--theme-color);
}

.kindernest-link-button.post {
    font-weight: 500;
}


footer {
    background-color: var(--theme-color);
    color: white;
    padding: 0 100px 100px;
    position: relative;
    z-index: 21;
    font-size: var(--default-size);
}


footer a {
    color: var(--link-color);
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}

footer a:hover {
    color: var(--link-hover-color);
}


footer strong {
    color: white;
}

.footer-link:not(:last-child) {
    margin-right: 30px;
}

.footer-content {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.footer-content h3 {
    color: white;
}

.footer-content p {
    font-size: var(--default-size);
    color: white;
}

.footer-content-left {
    margin-right: 120px;
    flex-shrink: 0;
}

.footer-content-right {
    margin-right: 120px;
    flex-shrink: 0;
}

.footer-content-links {
    flex-shrink: 0;
    flex-wrap: wrap;
}

.footer-content-links .textwidget p:first-child {
    margin-top: 0;
}


.pagination-nav {
    padding-top: 30px;
}

.screen-reader-text {
    display: none;
}

.nav-links ul {
    padding: 0;
    margin: 0;

}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;

}

.nav-links ul li .page-numbers {
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: var(--theme-color);
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    transition: background-color .5s;
}

.nav-links ul li .page-numbers.current {
    font-weight: bold;
}


@media (max-width: 1050px) {
    .nav-content nav {
        display: none;
    }

    .nav-content {
        display: none;
    }


    .mobile-menu-bars {
        display: block;
        position: fixed;
        right: 30px;
        color: black;
        top: calc(calc(var(--menu-bar-height) + 20px) / 2);
        transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
    }


    .mobile-menu-bar {
        margin-top: 7px;
        height: 3px;
        background-color: black;
        width: 40px;
        transition: transform .3s;
        border-radius: 15px;
    }

    .menu-bar-2 {
        width: 35px;
        margin-left: 5px;
    }

    .mobile-menu-bars.open {
        height: 40px;
    }

    .mobile-menu-bars.open .mobile-menu-bar {
        background-color: black;
        margin-top: 22px;
    }

    .mobile-menu-bars.open .menu-bar-2 {
        display: none;
    }

    .mobile-menu-bars.open .menu-bar-1 {
        transform: rotate(-45deg);
    }

    .mobile-menu-bars.open .menu-bar-3 {
        margin-top: -3px;
        transform: rotate(45deg);

    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: none;
        z-index: 55;
    }

    .mobile-menu ul {
        list-style-type: none;
        margin: 60px;
        padding: 0;
        font-size: var(--h2-font-size);
    }

    .mobile-menu li a {
        text-decoration: none;
        color: var(--font-color);
    }

    .mobile-menu > ul > li {
        display: none;
        margin-top: 15px;
    }

    .mobile-menu > ul > li:first-child {
        margin-top: 0;
    }

    .mobile-menu .current-menu-item a {
        color: var(--theme-color);
    }

    .mobile-menu .current-menu-parent > a {
        color: var(--theme-color);

    }

    .mobile-menu ul li.menu-item-has-children > a::after {
        margin: 6px;
        color: var(--theme-color);
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        position: relative;
        top: 3px;
    }


    .mobile-menu ul li ul {
        margin: 0;
        display: none;
        font-size: calc(var(--h2-font-size) - 5px);
    }

    .mobile-menu ul li ul li {
        margin-top: 5px;
    }

    .mobile-menu ul li ul li:first-child {
        margin-top: 15px;
    }


    .mobile-menu li.menu-item-has-children > a {
        cursor: pointer;
    }

    .footer-content-left {
        margin-right: 60px;
    }

    .footer-content-right {
        margin-right: 60px;
    }
}

@media (max-width: 1000px) {
    :root {
        --website-width: 800px;
        --wave-size: 220px;
        --wave-bottom-size: 220px;
    }

    .kindernest-homepage-top-widgets-small .panel-layout {
        margin-bottom: -285px;
    }

    .kindernest-wave {
        display: none;
    }

    .kindernest-wave.small {
        display: block;
    }

    .kindernest-wave.bottom {
        bottom: 0;
        transform: unset;
    }

    .kindernest-wave.bottom.small {
    }

    main .kindernest-row-wrapper:last-child.front-bottom {
    }


    .kindernest-header-content {

    }

    .kindernest-homepage-top-widgets-small {
        padding-bottom: var(--bottom-padding);
    }

    main .kindernest-homepage-top-widgets-small .kindernest-row-wrapper:last-child {
    }
}

@media (max-width: 900px) {
    :root {
        --website-width: 700px;
    }
}

@media (max-width: 830px) {
    footer {
        padding: 50px;
    }

    .footer-content {
        flex-direction: column;
        align-items: unset;
        flex-wrap: wrap;
    }

    .footer-content-left {
        margin-right: 0;
    }

    .footer-content-right {
        margin-bottom: 15px;
    }

    a.footer-link {
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 780px) {
    :root {
        --website-width: 600px;
        --header-image-size: 700px;
        --not-front-header-image-size: 550px;
        --image-circle-size: 150px;
        --wave-size: 170px;
    }


    .kindernest-image {
        width: calc(var(--image-circle-size) * 1.5);
        height: calc(var(--image-circle-size) * 1.5);
        padding-bottom: 0;
    }

    .kindernest-homepage-top-widgets {
        display: none;
    }

    .kindernest-button-text-container {
        max-width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }


    .kindernest-wave.top {
        bottom: 0;
        z-index: 10;
    }

    .kindernest-image-text-container {
        display: flex;
        flex-direction: column;
    }

    .kindernest-image-text-title-text-container {
        padding-left: 120px;
    }

    .kindernest-image-text-wrapper {
        margin-bottom: 15px;
    }

}

@media (max-width: 700px) {
    .footer-content-left {
        margin-right: 60px;
    }
}

@media (max-width: 650px) {
    :root {
        --website-width: 450px;
        --not-so-small-font-size: 15px;
        --small-font-size: 16px;
        --smaller-font-size: 14px;
        --default-size: 16px;
        --h1-font-size: 24px;
        --h2-font-size: 18px;
        --h3-font-size: 16px;
        --image-circle-size: 125px;
    }

    .mobile-menu ul li ul {
        margin: 0;
        display: none;
        font-size: calc(var(--h2-font-size) - 3px);
    }

    .kindernest-link-button {
        padding: 5px 30px;
        border-radius: 5px;
    }

    .kindernest-image-text-title-text-container {
        padding-left: 90px;
    }

    .kindernest-image-text-wrapper {
        margin-bottom: 0;
    }

    .kindernest-button-text-container {
        max-width: 80%;
    }

    .kindernest-image-text-widget-text-image-container {
        flex-direction: column;
    }

    .kindernest-image-text-widget-image-container {
        margin-right: 0;
    }

	header.not-front .kindernest-header-image {
			height:0;
			padding-bottom:66%;
	}

	header.not-front .header-container {
			height:0;
			padding-bottom:72%;
	}
}

@media (max-width: 600px) {
    :root {
        --wave-size: 150px;
    }

}

@media (max-width: 500px) {
    :root {
        --wave-size: 120px;
    }

    :root {
        --website-width: 400px;

    }

    .kindernest-row-inner-wrapper {
        max-width: calc(100% - 60px);
        padding: 0 0 30px;

    }


    .kindernest-content-wrapper .kindernest-row-wrapper:not(:first-child) {
        padding-top: 30px;
    }


    .kindernest-header-content {

    }

    .kindernest-header-content-content {
        left: 40px;
        transform: unset;
    }
	header.not-front .kindernest-header-image {
			margin-top:25px;
	}
}

@media (max-width: 460px) {
}

@media (max-width: 410px) {
    :root {
        --wave-size: 90px;
    }

    .kindernest-image-text-title-text-container {
        padding-left: 0;
        margin-left: 0;
    }

    .kindernest-image-text-image-container {
        position: unset;
        transform: unset;
        margin-bottom: 15px;
    }

    .kindernest-row-inner-wrapper {

    }
}
