@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");body,html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Montserrat,sans-serif;
    color: #222;
    --scroll-behavior: smooth!important;
    scroll-behavior: smooth!important
}

* {
    box-sizing: border-box
}

.container {
    width: 100%;
    max-width: 1248px;
    padding: 0 12px;
    margin: 0 auto
}

h1,h2 {
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 32px
}

h1,h2,h3 {
    font-style: normal;
    font-weight: 600
}

h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 24px
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    margin: 0 0 15px
}

img {
    max-width: 100%;
    width: 100%
}

a {
    color: inherit
}

ul {
    margin: 0
}

ul li {
    line-height: 2
}

.button {
    display: inline-block;
    padding: 12px 36px;
    background: #222;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: .2s
}

.button:hover {
    background: #5f7256
}

button,iframe {
    border: none
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

@keyframes fadeAnimation {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-size: 1.25rem;
    font-weight: 500;
    animation-name: fadeAnimation;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.MobileMenu_mobileMenuWrapper__3lvwD .MobileMenu_menuButton {
    background: none;
    border: none;
    cursor: pointer
}

.MobileMenu_mobileMenuWrapper__3lvwD .MobileMenu_menuButton path {
    stroke: #222
}

@media(max-width: 1024px) {
    .MobileMenu_mobileMenuWrapper__3lvwD {
        display:block
    }
}

.MobileMenu_mobileMenu__ippFA {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    background: #fff;
    color: #222;
    top: 0;
    right: 0;
    width: 350px;
    max-width: 90%;
    height: 100%;
    z-index: 1000;
    padding: 30px;
    transform: translateX(100%);
    opacity: 0;
    transition: .3s;
    border-left: 1px solid #ccc
}

.MobileMenu_mobileMenu__ippFA.MobileMenu_open__jEDOe {
    transform: translateX(0);
    opacity: 1
}

.MobileMenu_menu__tgI5F {
    padding-left: 16px
}

.MobileMenu_menu__tgI5F li {
    margin: 0 0 8px
}

.MobileMenu_menu__tgI5F li.MobileMenu_active__y3KtI {
    text-decoration: underline
}

.MobileMenu_menu__tgI5F li a {
    display: block;
    font-size: 16px;
    text-decoration: none
}

.MobileMenu_menu__tgI5F li a:hover {
    text-decoration: underline
}

.MobileMenu_buttonWrapper__tTmh4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px;
    border-bottom: 1px solid #999
}

.MobileMenu_buttonWrapper__tTmh4 h3 {
    font-size: 18px;
    margin: 0
}

.MobileMenu_buttonWrapper__tTmh4 .MobileMenu_languages__mUFEk {
    display: flex;
    text-transform: uppercase
}

.MobileMenu_buttonWrapper__tTmh4 .MobileMenu_languages__mUFEk a {
    margin-right: 20px
}

.MobileMenu_buttonWrapper__tTmh4 .MobileMenu_languages__mUFEk a:last-child {
    margin-right: 0
}

.MobileMenu_buttonWrapper__tTmh4 .MobileMenu_close__FbM31 {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer
}

.MobileMenu_buttonWrapper__tTmh4 .MobileMenu_close__FbM31 svg {
    stroke: #222
}

.MobileMenu_menuContact__GEEcL .MobileMenu_info__qvRew {
    margin-bottom: 32px
}

.MobileMenu_menuContact__GEEcL .MobileMenu_info__qvRew:last-child {
    margin-bottom: 0
}

.MobileMenu_menuContact__GEEcL .MobileMenu_info__qvRew h3 {
    margin: 0 0 8px;
    font-size: 18px
}

.MobileMenu_menuContact__GEEcL .MobileMenu_info__qvRew a {
    text-decoration: none
}

.MobileMenu_menuContact__GEEcL .MobileMenu_info__qvRew ul {
    padding-left: 0;
    list-style: none
}

.Home_header__CyQ_T {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Home_header__CyQ_T .Home_lang__GKLU3 {
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style: none;
    margin: 0
}

.Home_header__CyQ_T .Home_lang__GKLU3 li {
    display: block;
    padding: 5px;
    line-height: 1;
    text-decoration: none;
    margin-right: 5px;
    cursor: pointer
}

.Home_header__CyQ_T .Home_lang__GKLU3 li a {
    text-decoration: none
}

.Home_header__CyQ_T .Home_lang__GKLU3 li.Home_active__jsr0T a {
    text-decoration: underline
}

.Home_header__CyQ_T button {
    background: none;
    border: none;
    cursor: pointer
}

.Home_header__CyQ_T .Home_right__Q3ZHY {
    display: flex
}

.Home_header__CyQ_T .Home_right__Q3ZHY img {
    position: relative;
    height: 16px;
    top: 1px
}

.Home_hero__NQ1he {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 200px 0;
    background-image: url("/Psychoanalytisch orientierte Psychotherapie.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed
}

.Home_hero__NQ1he:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .5
}

.Home_hero__NQ1he div {
    position: relative;
    z-index: 2;
    max-width: 1024px
}

.Home_hero__NQ1he h1 {
    position: relative;
    font-size: 40px;
    z-index: 2;
    margin: 0 0 16px
}

.Home_hero__NQ1he p {
    font-size: 30px;
    margin: 0 0 8px;
    line-height: 1.5
}

.Home_hero__NQ1he p:first-child {
    font-size: 36px;
    font-weight: 700
}

.Home_hero__NQ1he p:last-child {
    font-size: 36px;
    margin: 16px 0 0;
    font-weight: 700
}

.Home_hero__NQ1he img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: .2;
    z-index: 0
}

.Home_services__eZnJM {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 64px 0;
    margin: 0 -16px
}

@media(max-width: 1024px) {
    .Home_services__eZnJM {
        padding:32px 0
    }
}

.Home_services__eZnJM>div {
    padding: 0 16px
}

.Home_services__eZnJM .Home_psychotheraphy__rkkA3 {
    width: 60%
}

@media(max-width: 1024px) {
    .Home_services__eZnJM .Home_psychotheraphy__rkkA3 {
        width:55%
    }
}

@media(max-width: 640px) {
    .Home_services__eZnJM .Home_psychotheraphy__rkkA3 {
        width:100%
    }
}

.Home_services__eZnJM .Home_psychoanalytic__JtVqK {
    width: 40%
}

@media(max-width: 1024px) {
    .Home_services__eZnJM .Home_psychoanalytic__JtVqK {
        width:45%
    }
}

@media(max-width: 640px) {
    .Home_services__eZnJM .Home_psychoanalytic__JtVqK {
        width:100%
    }
}

.Home_three__G2Lbc {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 64px 0;
    margin: 0 -16px
}

@media(max-width: 1200px) {
    .Home_three__G2Lbc.Home_about__On45r {
        flex-direction:column;
        align-items: flex-end
    }

    .Home_three__G2Lbc.Home_settings__G0Zfp {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width: 1024px) {
    .Home_three__G2Lbc {
        padding:32px 0
    }
}

@media(max-width: 640px) {
    .Home_three__G2Lbc {
        padding:16px 0
    }
}

.Home_three__G2Lbc .Home_column__2VrZS {
    width: 33.3%;
    padding: 0 16px
}

.Home_three__G2Lbc .Home_column__2VrZS.Home_about_1__kXcfn img,.Home_three__G2Lbc .Home_column__2VrZS.Home_setting_2__k7eWt img {
    height: 100%;
    object-fit: cover
}

@media(max-width: 1200px) {
    .Home_three__G2Lbc .Home_column__2VrZS.Home_about_1__kXcfn {
        position:absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_about_1__kXcfn img {
        height: 100%;
        object-fit: cover
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_about_2__vGrH6,.Home_three__G2Lbc .Home_column__2VrZS.Home_about_3__4fMtS,.Home_three__G2Lbc .Home_column__2VrZS.Home_setting_1__ir2dS {
        width: 50%
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_2__k7eWt {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        padding: 0
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_2__k7eWt img {
        height: 100%;
        object-fit: cover
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_3__0VUev {
        width: 50%
    }
}

@media(max-width: 800px) {
    .Home_three__G2Lbc .Home_column__2VrZS.Home_about_1__kXcfn {
        position:static;
        width: 100%;
        margin: 0 0 32px
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_about_2__vGrH6,.Home_three__G2Lbc .Home_column__2VrZS.Home_about_3__4fMtS,.Home_three__G2Lbc .Home_column__2VrZS.Home_setting_1__ir2dS {
        width: 100%
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_2__k7eWt {
        position: static;
        width: 100%;
        margin: 0 0 32px
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_3__0VUev {
        width: 100%
    }
}

@media(max-width: 640px) {
    .Home_three__G2Lbc .Home_column__2VrZS {
        width:100%;
        margin: 0 0 32px
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_1__ir2dS {
        order: 1;
        width: 100%
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_2__k7eWt {
        order: 2;
        width: 100%
    }

    .Home_three__G2Lbc .Home_column__2VrZS.Home_setting_3__0VUev {
        order: 3;
        width: 100%
    }
}

.Home_two__JoJkO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 64px 0;
    margin: 0 -32px
}

@media(max-width: 1024px) {
    .Home_two__JoJkO {
        padding:32px 0
    }
}

@media(max-width: 640px) {
    .Home_two__JoJkO {
        padding:16px 0
    }
}

.Home_two__JoJkO .Home_column__2VrZS {
    width: 50%;
    padding: 0 32px
}

@media(max-width: 1200px) {
    .Home_two__JoJkO .Home_column__2VrZS {
        width:45%
    }

    .Home_two__JoJkO .Home_column__2VrZS:nth-child(2) {
        width: 55%
    }
}

@media(max-width: 1024px) {
    .Home_two__JoJkO .Home_column__2VrZS,.Home_two__JoJkO .Home_column__2VrZS:nth-child(2) {
        width:100%
    }
}

.Home_contact__Tvs4T {
    display: flex;
    flex-wrap: wrap;
    padding: 64px 0;
    margin: 0 -16px
}

@media(max-width: 1024px) {
    .Home_contact__Tvs4T {
        margin:0;
        padding: 32px 0
    }
}

@media(max-width: 640px) {
    .Home_contact__Tvs4T {
        padding:16px 0
    }
}

.Home_contact__Tvs4T .Home_contactInfo__hpMWp {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 16px;
    margin: 0 -16px
}

@media(max-width: 1024px) {
    .Home_contact__Tvs4T .Home_contactInfo__hpMWp {
        width:100%;
        margin: 0;
        padding: 0
    }

    .Home_contact__Tvs4T .Home_contactInfo__hpMWp:first-child {
        margin-bottom: 16px
    }

    .Home_contact__Tvs4T .Home_contactInfo__hpMWp ul {
        margin: 0 0 15px
    }
}

@media(max-width: 640px) {
    .Home_contact__Tvs4T .Home_contactInfo__hpMWp {
        padding:0
    }
}

.Home_contact__Tvs4T .Home_contactInfo__hpMWp .Home_info__lqWPY {
    width: 50%;
    padding: 0 16px
}

.Home_contact__Tvs4T .Home_contactInfo__hpMWp .Home_info__lqWPY:last-child {
    width: 100%
}

@media(max-width: 1024px) {
    .Home_contact__Tvs4T .Home_contactInfo__hpMWp .Home_info__lqWPY {
        padding:0
    }
}

@media(max-width: 640px) {
    .Home_contact__Tvs4T .Home_contactInfo__hpMWp .Home_info__lqWPY {
        width:100%
    }
}

.Home_contact__Tvs4T .Home_contactInfo__hpMWp .Home_info__lqWPY a {
    text-decoration: none
}

.Home_contact__Tvs4T .Home_contactInfo__hpMWp .Home_info__lqWPY a:hover {
    text-decoration: underline
}

.Home_footer__zed0_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 12px;
    text-align: center
}

@media(max-width: 640px) {
    .Home_footer__zed0_ {
        padding:16px 12px;
        flex-direction: column
    }
}

.Home_footer__zed0_ p {
    margin: 0
}

.Home_form__eFLbn .Home_formInfo__VDpTA,.Home_form__eFLbn h3 {
    padding: 0 .5rem
}

.Home_formRow__511mr {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.Home_formRow__511mr .Home_formCol__1ODI_ {
    width: 50%;
    padding: 0 .5rem;
    margin: 0 0 1rem
}

@media(max-width: 640px) {
    .Home_formRow__511mr .Home_formCol__1ODI_ {
        width:100%
    }
}

.Home_formRow__511mr .Home_formCol__1ODI_.Home_formFull__cuFNM {
    width: 100%
}

.Home_formRow__511mr label {
    display: block;
    font-weight: 500;
    margin: 0 0 .5rem
}

.Home_formRow__511mr input,.Home_formRow__511mr textarea {
    display: block;
    width: 100%;
    resize: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    border: 1px solid #222;
    font-family: Montserrat,sans-serif;
    transition: .2s
}

.Home_formRow__511mr input:focus,.Home_formRow__511mr textarea:focus {
    outline: none;
    border-color: #5f7256
}

.Home_formMessage__tZKt8 {
    border: 1px solid #333;
    padding: 1rem 1.5rem 1.5rem;
    margin: .5rem
}

.Home_formMessage__tZKt8 h2 {
    margin: 0;
    font-size: 1.5rem
}

.Home_formMessage__tZKt8 p {
    margin: 0
}