:root {
    --global-color-primary: #71A8B3;
    --global-color-secondary: #515151;
    --global-color-text: #293039;
    --global-color-accent: #F7AB1E;
    --global-color-7a58aa9: #A9DEE8;
    --global-color-2fc55ca: #DEA0D3;
    --global-color-108e0c6: #F4FCFA;
    --global-typography-primary-font-family: "Open Sans";
    --global-typography-primary-font-weight: 400;
    --global-typography-primary-line-height: 2px;
    --global-typography-secondary-font-family: "Open Sans";
    --global-typography-secondary-font-weight: 400;
    --global-typography-text-font-family: "Open Sans";
    --global-typography-text-font-weight: 400;
    --global-typography-accent-font-family: "Open Sans";
    --global-typography-accent-font-weight: 500;
    color: var(--global-color-text);
}

ul {
    margin-bottom: 22px
}

#top-section-home {
    background-image: url("/img/home_title_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
}

#top-section-home .background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

#top-section-home .inner-container {
    min-height: 38vh;
    max-width: 1300px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#top-section-home .column {
    padding: 10px;
}

#top-section-home h1 {
    margin-bottom: 14px;
    text-align: center;
    font-size: 54px;
    line-height: 60px;
    padding-top: 0;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: var(--global-color-secondary);
}

.call-to-action {
    background-color: var(--global-color-108e0c6);
    padding: 40px 0;
}

.call-to-action .right {
    display: flex;
    align-items: flex-end;
}

.call-to-action figure {
    padding: 10px 40px;
}

.single, .list, .home {
    color: var(--global-color-text);
}

.container h1, .container h2 {
    color: var(--global-color-secondary);
}

.container h4 {
    margin-bottom: 18px;
    color: #71a8b3;
    font-weight: bold;
}

.title {
    background-color: #f4fcfa;
    margin: 10px 0;
}

.title h1 {
    padding: 56px 0;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .title h1 {
        text-align: center;
    }
}

.img-col {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.img-col.center {
    justify-content: center;
}

.img-col.top {
    justify-content: flex-start;
}

.img-col.bottom {
    justify-content: flex-end;
}

.section-image {
    padding: 40px 40px;
}

.home {
    /* We need this because the centerWidget has to stretch horizontally to the edges of the screen, outside of the container */
    overflow: visible;
}

.home .section-image {
    padding: 0 40px;
}

.home .larger p {
    font-size: 20px;
}

.home ul,
.single ul.bold-bullets {
    /* https://css-tricks.com/snippets/css/complete-guide-grid/ */
    display: grid;
    /* two columns... min-content makes them only become as wide as they need to be. */
    grid-template-columns: min-content min-content;
    grid-column-gap: 40px;
    list-style: none;
    padding: 0;
    /* Prevent a line-break between the icons and the text */
    white-space: nowrap;
}

.home ul {
    margin-top: 50px;
}

.single ul.bold-bullets {
    margin-bottom: 0;
}

.home ul li,
ul.bold-bullets li {
    margin-bottom: 14px;
    font-weight: 700;
}

.home ul i,
ul.bold-bullets i {
    color: #b371a8;
    padding-right: 4px;
    font-weight: 400;
}

.home a.custom-button1, .single a.custom-button1 {
    margin: 56px 0 40px;
    display: inline-block;
    background: linear-gradient(to right, #b371a8 50%, #71a8b3 50%) repeat scroll right bottom/200% 100% transparent;
}

.rounded-right img {
    border-radius: 120px 0px 120px 0px;
}

.rounded-left img {
    border-radius: 0px 120px 0px 120px;
}

.img-section-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .valle-bild {
    width: 130px;
    height: 130px;
}

/* From the inline CSS */
.footer .wp-block-calendar .wp-calendar-nav,
.footer .calendar_wrap .wp-calendar-nav,
.footer .wp-block-calendar table.wp-calendar-table caption,
.footer .calendar_wrap table.wp-calendar-table caption,
.wp-block-calendar table td a,
.calendar_wrap table td a,
.button-top,
.social-icons-wrapper.social-icons-small .social-icon a,
.social-icon a,
.wp-block-search button.wp-block-search__button:hover {
    background: #b371a8;
}

.therapy-methods.single {
    margin-top: 90px;
    margin-bottom: 90px;
}

.therapy-methods h4 {
    color: var(--global-color-secondary);
    margin-bottom: 7px;
    font-weight: 500;
}

.center-widget, .fees {
    position: relative;
}

.home .center-widget {
    /* We want this only on the home screen. On the other screens the center-widget directly touches
      the footer where we don't want a margin. */
    margin-bottom: 15px;
}

.center-widget > .inner-container {
    padding: 30px 0 20px;
}

.center-widget .background, .fees .background, .get-there .background {
    background-color: var(--global-color-108e0c6);

    /* These margins is how our background-div will grow beyond its actual parent width horizontally.
       This will make the width slightly too wide due to the scrollbar
       (lots of detail at https: //www.smashingmagazine.com/2023/12/new-css-viewport-units-not-solve-classic-scrollbar-problem/ )
       , but we don't care since it's just the background, where extra-width doesn't matter. */
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
    width: 100vw;
    /* The parent .center-widget or .fees needs to have position:relative for this to work. */
    position: absolute;
    height: 100%;
    z-index: -10;
}

.center-widget h2 {
    text-align: center;
    margin-bottom: 24px;
}

.center-widget .columns,
.method-listing .columns,
.fees .columns,
.payment .columns,
.steps .columns,
.about-overview .columns {
    margin: 15px 0;
}

.center-widget .wrapper,
.method-listing .wrapper,
.fees .wrapper,
.payment .wrapper,
.steps .wrapper,
.about-overview .wrapper {
    background-color: white;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 25px 0px rgba(42.99999999999997, 170.99999999999997, 159.99999999999994, 0.11);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 56px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .center-widget .wrapper, .method-listing .wrapper, .steps .wrapper {
        text-align: center;
    }
}

h3 {
    color: var(--global-color-secondary);
}

.center-widget figure, .method-listing figure {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.center-widget figure img {
    /* Gives us a cleaner circle-border than the slightly pixelated one from the image itself. */
    border-radius: 50%;
}

.center-widget a, .method-listing a {
    color: var(--global-color-primary);
    font-weight: 600;
}

.center-widget a:hover, .method-listing a:hover {
    color: var(--global-color-accent);
}

.center-widget i, .method-listing i {
    font-size: 15px;
    padding-left: 4px;
}

.center-widget a:hover i, .method-listing a:hover i {
    padding-left: 8px;
}

.about-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-section .inner {
    box-shadow: 0px 0px 25px 0px rgba(42.99999999999997, 170.99999999999997, 159.99999999999994, 0.11);
    margin: 0px 15px 0px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 28px;
    border-radius: 25px 25px 25px 25px;
}

@media (max-width: 991.98px) {
    .about-section .inner {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-section .inner {
        padding: 20px;
    }
}

.about-section  a,
.about-overview a {
    color: var(--global-color-primary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.about-section a i,
.about-overview a i {
    padding-left: 4px;
}

.about-section a:hover,
.about-overview a:hover {
    color: var(--global-color-accent);
}

.about-section a:hover i,
.about-overview a:hover i {
    padding-left: 8px;
}

.therapy-methods.list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.method-listing {
    background-color: #f4fcfa;
    padding: 22px 0;
}

.method-listing figure {
    /* TODO: Why is this larger than the 20px of .center-widget figure ?*/
    margin-bottom: 28px;
}

.method-listing .wrapper:hover figure {
    margin-top: -10px;
    /* We add the 10px that we shift the img upwards to the margin-bottom,
       so the total height stays the same. */
    margin-bottom: 38px;
}

h3.sub-headline {
    margin-bottom: 28px;
    color: var(--global-color-primary);
    font-weight: bold;
}

.single .contact-button {
    padding-top: 0;
}

.fees {
    text-align: center;
    padding-bottom: 40px;
}

.fees .row, .payment .row {
    margin-top: 45px;
}

.fees h2 {
    padding-top: 30px;
}

.fees h3 {
    color: var(--global-color-secondary);
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.fees h4 {
    color: var(--global-color-secondary);
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
}

.fees ul {
    text-align: left;
    display: inline-block;
    padding: 0;
}

.fees ul li {
    margin-bottom: 14px;
    font-weight: 400;
    display: flex;
}

.fees ul i {
    color: var(--global-color-accent);
    font-size: 21px;
    padding-right: 8px;
    padding-top: 4px;
}

.fees .pricebox-border2 {
    margin: 18px auto 35px auto;
    background: #E0E4E8;
    width: 56px;
    height: 2px;
}

.payment {
    padding: 30px 0 15px;
}

.payment .wrapper {
    padding: 28px; /* Override the larger padding above */
}

.payment h2 {
    text-align: center;
}

.payment .img-headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
}

.payment h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
}

.payment img {
    margin-right: 14px;
}

@media (max-width: 991.98px) {
    .payment .img-headline {
        flex-direction: column;
    }

    .payment img {
        margin-right: 0;
        margin-bottom: 7px;
    }

    .payment {
        text-align: center;
    }
}

.payment p {
    margin-bottom: 0;
}

.contact-details .left-side {
    display: flex;
    align-items: center;
}

.contact-details .text-content {
    padding-bottom: 20px;
}

.contact-details .contact-wrapper {
    word-wrap: break-word;
    background-color: #F4FCFA;
    padding: 30px;
    border-radius: 25px 25px 25px 25px;
    min-height: 100%;
}

@media (max-width: 991.98px) {
    .contact-details .contact-wrapper {
        text-align: center;
    }

    .contact-details .text-content {
        text-align: center;
    }
}

.contact-details .columns {
    margin: 15px 0;
}

.contact-wrapper img {
    margin-bottom: 14px;
    min-height: 50px;
    transition: all 0.5s ease;
}

.contact-wrapper:hover img {
    margin-top: -10px;
    margin-bottom: 24px;
}

.contact-wrapper p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-weight: 500;
}

.google-map-custom iframe {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%;

    border-radius: 150px 0 150px 0;
    height: 900px;
}

.steps {
    margin-top: 85px;
    margin-bottom: 80px;
}

.steps .wrapper {
    padding: 28px;
}

.steps h4 {
    color: var(--global-color-secondary);
    margin-bottom: 21px;
    font-size: 72px;
    line-height: 60px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .steps h4 {
        margin-bottom: 14px;
        font-size: 39px;
        font-weight: 700;
        line-height: 50px;
    }
}

.steps h5 {
    color: var(--global-color-secondary);
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.steps p {
    margin-bottom: 0;
}

.get-there {
    position: relative;
}

.get-there .inner-container {
    padding-top: 20px;
    padding-bottom: 10px;
}

.get-there h1 {
    color: var(--global-color-secondary);
    margin-bottom: 28px;
    font-size: 54px;
    line-height: 60px;
}

.get-there p.note {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 42px;
}

.get-there .icon-box {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #F7AB1E;
    text-align: center;
    padding-top: 9px;
    border-radius: 500px;
}

.get-there .infos p {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.get-there .infos h5 {
    color: var(--global-color-secondary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.get-there .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .get-there h1 {
        text-align: center;
        margin-bottom: 7px;
        font-size: 39px;
        line-height: 50px;
    }

    .get-there p.note {
        text-align: center;
        font-size: 18px;
        line-height: 1.55;
    }
}

.about-overview .wrapper {
    padding: 28px;
}

.about-overview {
    padding: 25px 0 35px;
}

.about-overview h3 {
    margin-top: 14px;
    color: #71a8b3;
    font-weight: bold;
}

.about-overview h3:first-child {
    color: var(--global-color-secondary);
    font-weight: 500;
    margin-top: 0;
}

.about-overview .link {
    margin-top: 34px;
}

@media (max-width: 767.98px) {
    .about-overview .wrapper {
        padding: 20px;
    }
}

.container.basic,
.container.privacy {
    margin-top: 80px;
    margin-bottom: 80px;
}

.container.basic a,
.container.privacy a {
    color: var(--global-color-primary);
}

.container.privacy h4 {
    color: var(--global-color-secondary);
    font-weight: 500;
    margin-bottom: 7px;
}

.animated {
    animation-duration: 1.25s;
}

@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}
