:root {
    --main-blue: #117aa0;
    --white: white;
    --second-teal: #72c19e;
    --black: black;
}

small {
    text-wrap-mode: wrap;
}

.faq-infopanel {
    color: white !important;
    background-color: var(--main-blue);
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}

strong.ti-rating.ti-rating-large {
    color: white;
}

.ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-rating-text strong a, .ti-widget.ti-goog .ti-rating-text strong span, .ti-widget.ti-goog .ti-rating-text span strong, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-footer, .ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-footer span, .ti-widget.ti-goog .ti-footer strong a {
    font-size: 15px;
    color: white !important;
}

.address-p {
	margin-top: 20px;
}

.booking-btn {
    padding: 20px;
    width: 300px;
    font-size: 30px;
	line-height: 30px;
}

label {
    text-wrap: wrap;
}

.faq-infopanel h2 {

	color: white !important;
	text-align: center;
}

.faq-infopanel a {
	padding: 10px;
	border-radius: 5px;
}


.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: 80%;
    }
	
	h1 {
		font-size: 26px;
	}
}

.section {
    background-image: url('../images/domenic-hacker-heilmasseur-praxis.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

.section-2 {
    background-image: url('../images/domenic-hacker-heilmasseur-praxis.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    display: flex;
}

.shade {
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100vh;
    position: absolute;
}

.navbar {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.div-block {
    text-align: center;
    position: relative;
}

.heading {
    color: var(--main-blue);
    text-align: center;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.text-span {
    font-weight: 400;
}

.container {
    justify-content: center;
    align-items: center;
}

.image-2 {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-3 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    padding-bottom: 100px;
}

.navlink:hover {
    background-color: var(--second-teal);
    color: #fff;
    text-decoration: none;
}

.navlink:active {
    background-color: var(--second-teal);
}

.navlink:focus {
    background-color: var(--second-teal);
    color: var(--white);
}

.navlink.bookingnav {
    background-color: var(--main-blue);
    color: var(--white);
}

.navlink.bookingnav:hover {
    background-color: var(--second-teal);
}

.nav-menu {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.heading-2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.container-2 {
    text-align: center;
    position: relative;
}

.div-block-2 {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 50vh;
    position: absolute;
}

.button {
    background-color: var(--main-blue);
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.button:hover {
    background-color: var(--second-teal);
}

.agb-btn {
	background-color: var(--second-teal) !important;	
	margin-top: 50px;
	margin-bottom: 0;
}

.agb-btn:hover {
	background-color: white !important;
	color: var(--second-teal);
}

.button.zuschuss-btn,
.button.agb-btn {
    width: 300px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.heading-3 {
    text-align: center;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.paragraph {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 24px;
}

.heading-4,
.heading-5,
.heading-6 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.paragraph-2,
.paragraph-3,
.paragraph-4 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 24px;
}

.section-4 {
    background-color: #e7f1f5;
    justify-content: center;
    align-items: center;
    min-height: 140vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.inner-container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.text-span-2 {
    color: var(--main-blue);
}

.text-span-3 {
    color: var(--second-teal);
}

.container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-3 {
    border-radius: 40px;
    height: auto !important; 
    width: 520px !important;
    display: block;
    margin: 60px auto 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);

}

.image-4 {
    border-radius: 5px;
}

.section-5 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    min-height: 100vh;
	padding: 100px 0;
    display: flex;
}

.heading-7 {
    text-align: left;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.paragraph-5 {
    line-height: 24px;
}

.section-6 {
    background-color: #edf7f3;
    justify-content: center;
    align-items: center;
    min-height: 150vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.footer {
    background-color: var(--white);
}

.footer-copyright {
    background-color: var(--main-blue);
    padding-top: 10px;
    padding-bottom: 10px;
}

.paragraph-6 {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
}

.image-5 {
    width: 200px;
}

.container-4 {
    background-color: rgba(17, 122, 160, .1);
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.heading-8 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.heading-9 {
    text-align: left;
    margin-top: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.columns {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
}

.columns.hidden {
    background-color: var(--white);
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.columns.hidden-from-top {
    background-color: var(--white);
    border-radius: 10px;
    margin: 60px 0;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.columns-2 {
    margin-bottom: 20px;
}

.heading-10 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.image-6 {
    border-radius: 5px;
    margin-bottom: 20px;
}

.image-7,
.image-8 {
    border-radius: 5px;
}

.column {
    padding-left: 0;
}

.div-block-3 {
    background-color: var(--white);
    border-radius: 10px;
    min-height: 450px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-7 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    min-height: 150vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.column-2 {
    padding-left: 0;
}

.heading-11 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.paragraph-7 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.heading-12 {
    color: var(--second-teal);
    text-align: left;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 24px;
}

.text-span-4 {
    font-weight: 700;
}

.brand {
    transition: all .2s;
    transform: scale(.95);
}

.brand:hover {
    mix-blend-mode: normal;
    transform: scale(1);
}

.text-span-5,
.text-span-6,
.text-span-7 {
    color: var(--main-blue);
}

.paragraph-8 {
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
}

.div-block-4 {
    background-color: var(--white);
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-8 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.image-9 {
    width: 100%;
}

.footer-link:visited {
    color: var(--white);
}

.heading-13,
.heading-14 {
    color: var(--second-teal);
}

.paragraph-9,
.paragraph-10,
.paragraph-11 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.price-col {
    color: var(--main-blue);
}

.columns-3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paragraph-12 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-style: italic;
    color: #616161;
}

.heading-15 {
    font-size: 2.4rem;
}

.svg-icon {
    color: var(--second-teal);
    width: 2rem;
    height: 2rem;
}

.svg-icon:hover {
    cursor: pointer;
}

.column-3 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.paragraph-18 {
    margin-bottom: 0;
    margin-left: 10px;
}

.column-4 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.paragraph-19 {
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
}

.path {
    color: var(--main-blue);
}

.heading-16 {
    margin-bottom: 0;
}

.columns-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.path-2 {
    color: var(--main-blue);
}

.section-1 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

.mobile-bg {
    z-index: -1;
    background-image: url('https://www.heilmasseur-domenic.at/wp-content/uploads/2025/05/heilmasseur-domenic-bei-der-massage.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
}

.mobile-section2 {
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    display: flex;
}

@media screen and (min-width: 1440px) {
    .paragraph-12 {
        font-size: 1.5rem;
    }

    .heading-15 {
        font-size: 2.5rem;
    }

    .mobile-section2 {
        display: flex;
    }
}

@media screen and (min-width: 1920px) {
    .navbar {
        height: 80px;
    }

    .image {
        width: 420px;
    }

    .container.nav-container {
        justify-content: space-between;
        align-items: center;
        width: 1200px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .image-2 {
        height: 80px;
    }

    .navlink {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 18px;
    }

    .navlink.bookingnav {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-menu {
        text-align: right;
        flex-flow: row;
        justify-content: flex-end;
        align-items: center;
        height: 80px;
    }

    .button {
        width: 300px;
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.3rem;
    }

    .paragraph,
    .paragraph-2,
    .paragraph-3,
    .paragraph-4 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .inner-container {
        width: 90%;
    }

    .container-3 {
        max-width: 1200px;
    }

    .paragraph-5 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .heading-9 {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }

    .div-block-3 {
        min-height: 500px;
    }

    .paragraph-7 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .heading-12 {
        font-size: 30px;
    }

    .list {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .faq-container {
        max-width: 1200px;
    }

    .list-2,
    .paragraph-8 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .container-5 {
        max-width: 1200px;
    }

    .container-6 {
        width: 1200px;
        max-width: 1200px;
    }

    .container-7,
    .container-8 {
        max-width: 1200px;
    }

    .paragraph-13,
    .paragraph-14 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .paragraph-15 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .paragraph-16,
    .paragraph-17 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

@media screen and (max-width: 991px) {
    .section,
    .section-2 {
        display: none;
    }

    .heading-4,
    .heading-5,
    .heading-6 {
        font-size: 26px;
    }

    .section-4 {
        background-color: #e7f1f5;
    }

    .footer {
        background-color: var(--white);
    }

    .container-4 {
        background-color: rgba(17, 122, 160, .1);
        max-width: 100vw;
    }

    .section-7 {
        background-color: var(--white);
    }

    .section-1 {
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        display: flex;
    }

    .mobile-bg {
        z-index: -1;
        background-image: url('../images/domenic-hacker-heilmasseur-praxis.png');
        background-position: 50%;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        padding-bottom: 0;
        padding-right: 0;
        display: block;
        position: fixed;
    }

    .mobile-section2 {
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .section,
    .section-2 {
        display: none;
    }

    .heading.hidden {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-4 {
        background-color: #e7f1f5;
    }

    .heading-7 {
        text-align: center;
    }

    .section-6 {
        background-color: #edf7f3;
    }

    .footer {
        background-color: var(--white);
    }

    .container-4 {
        background-color: rgba(17, 122, 160, .1);
    }

    .heading-9 {
        margin-top: 20px;
    }

    .columns.hidden-from-top {
        flex-flow: column;
        margin-left: 10px;
        margin-right: 10px;
    }

    .column {
        padding-right: 0;
    }

    .section-7 {
        background-color: var(--white);
    }

    .hidden-from-top {
        padding-bottom: 20px;
    }

    .column-2 {
        padding-right: 0;
    }

    .faq-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .div-block-4.hidden {
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-1 {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        display: flex;
    }

    .mobile-bg {
        z-index: -1;
        background-image: url('https://www.heilmasseur-domenic.at/wp-content/uploads/2025/05/heilmasseur-domenic-bei-der-massage.png');
        background-position: 50%;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        display: block;
        position: fixed;
    }

    .mobile-section2 {
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        display: flex;
    }

    .column-5 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .section {
        display: none;
    }
	
	
label {
    text-wrap-mode: wrap;
}

    .section-2 {
        background-attachment: fixed;
        display: none;
    }

    .heading.hidden {
        font-size: 26px;
        line-height: 30px;
    }

    .nav-menu {
        background-color: var(--white);
    }

    .heading-2 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.8rem;
    }

    .button.zuschuss-btn,
	.button.agb-btn {
        width: 200px;
    }

    .section-4 {
        background-color: #e7f1f5;
        min-height: 180vh;
    }

    .inner-container {
        width: 90%;
    }

    .image-3.hidden {
        height: 200px;
    }

    .section-5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .heading-7,
    .paragraph-5 {
        text-align: center;
    }

    .section-6 {
        background-color: #edf7f3;
    }

    .footer {
        background-color: var(--white);
    }

    .container-4 {
        background-color: rgba(17, 122, 160, .1);
    }

    .heading-9 {
        margin-top: 10px;
    }

    .columns.hidden-from-top {
        flex-flow: column;
        margin-left: 10px;
        margin-right: 10px;
    }

    .heading-10 {
        padding-top: 60px;
    }

    .column {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        display: flex;
    }

    .div-block-3 {
        margin-bottom: 60px;
    }

    .section-7 {
        background-color: var(--white);
        padding-top: 20px;
    }

    .column-2 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .list {
        padding-left: 20px;
    }

    .faq-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-2 {
        padding-left: 20px;
    }

    .menu-button,
    .menu-button.w--open {
        background-color: var(--white);
    }

    .icon {
        color: var(--second-teal);
    }

    .div-block-4.hidden {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container-5 {
        margin-bottom: 60px;
    }

    .heading-15 {
        font-size: 2rem;
    }

    .section-1 {
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        display: flex;
    }

    .mobile-bg {
        background-image: url('https://www.heilmasseur-domenic.at/wp-content/uploads/2025/05/heilmasseur-domenic-bei-der-massage.png');
        background-position: 50%;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        padding-bottom: 0;
        padding-right: 0;
        display: block;
        position: fixed;
    }
	
	.div-block-2 {
    height: 69%;
}

    .mobile-section2 {
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        display: flex;
    }
}