:root {
    --sSinnDarkGrey: #575756;
    --rosePastell: #946379;
    --sSinnGrey: #686867;
    --sSinnRoseVeryBright: #fff4f4;
    --sSinnRoseBright: #f8dbdc;
    --sSinnRoseDark: #d0a6a9;
    --sSinnRoseDarker: #bd8f92;
    --sSinnPurple: #9f7f8a;
    --sSinnPurpleDark: #8c717a;
}

html, body {
    height: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Arial', sans-serif !important;
    font-weight: bold;
}

a {
    color: var(--rosePastell);
}

#forever a:link,
#forever a:visited,
#forever a:hover,
#forever a:active {
    text-decoration: none;
}

.aboutmeHandwriting {
    max-width: 400px;
    width: 100%;
}

.blackText {
    color: var(--sSinnDarkGrey);
}

.bold {
    font-weight: bold;
}

.bottomLine {
    border-bottom: 1px solid white;
}

.brightBackground {
    background-color: var(--sSinnRoseBright);
    color: var(--sSinnDarkGrey);
}

.container {
    max-width: 1140px;
}

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

.btn,
.btn-primary {
    background-color: var(--sSinnRoseDark);
    border-color: var(--sSinnRoseDark);
    font-weight: bold;
}

.btn:focus,
.btn:active,
.btn:focus:active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
    background-color: var(--sSinnRoseDark);
    box-shadow: 0 0 0 .25rem rgba(248, 212, 212, 0.25);
    border-color: var(--sSinnRoseDarker);
}

.btn:hover,
.btn-primary:hover {
    background-color: var(--sSinnRoseDarker);
    border-color: var(--sSinnRoseDarker);
}

.btn-light {
    background-color: var(--sSinnRoseVeryBright);
    border-color: var(--sSinnRoseVeryBright);
    color: var(--sSinnRoseDark) !important;
    font-weight: bold;
}

.btn-light:focus,
.btn-light:active,
.btn-light:focus:active {
    background-color: var(--sSinnRoseBright);
    box-shadow: 0 0 0 .25rem rgba(248, 212, 212, 0.25);
    border-color: var(--sSinnRoseBright);
}

.btn-light:hover {
    background-color: var(--sSinnRoseBright);
    border-color: var(--sSinnRoseBright);
}

.btn-grey {
    background-color: var(--sSinnDarkGrey);
    border-color: var(--sSinnDarkGrey);
    color: white;
}

.btn-grey:focus,
.btn-grey:active,
.btn-grey:focus:active {
    background-color: var(--sSinnGrey);
    box-shadow: 0 0 0 .25rem rgba(248, 212, 212, 0.25);
    border-color: var(--sSinnGrey);
    color: white;
}

.btn-grey:hover {
    background-color: var(--sSinnGrey);
    border-color: var(--sSinnGrey);
    color: white;
}

.circleWithNumber {
    background-color: var(--sSinnRoseDark);
    border-radius: 25px;
    color: white;
    float: left;
    font-size: 26pt;
    margin-right: 1em;
}

.circleWithNumber > div {
    height: 50px;
    text-align: center;
    width: 50px;
}

.collapseGalleryBar {
    height: 3em;
    width: 100%;
}

.collapseGalleryBar img {
    cursor: pointer;
    height: 3em;
    object-fit: cover;
    width: 100%;
}

.collapseGalleryBar:hover {
}

.collapseGalleryBarLabel {
    cursor: pointer;
    color: white;
    font-family: 'Georgia', 'Arial', sans-serif !important;
    font-weight: bold;
}

.colorOverlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.colorOverlay:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.customerReviewBox {
    height: 950px;
}

.detailsCircle {
    cursor: pointer;
    user-select: none;

    display: block;
    height: 30px;
    min-width: 30px;
    width: 30px;

    -moz-border-radius: 15px;
    border-radius: 15px;

    background-color: var(--sSinnRoseDark);
    color: white;
    font-size: 1em;

    position: relative;
}

.detailsCircle > div {
    position: absolute;
    width: 100%;
}

.detailsCircle:hover {
    background-color: var(--sSinnRoseDarker);
}

.detailsCircle img {
    width: 15px;
    height: 15px;
}

.dottedLine {
    border-bottom: dotted 3px gray;
    margin: 0 5px 3px 5px;
}

.durationElementContainer {
    float: right;
}

.durationElement {
    align-items: center;
    color: var(--sSinnRoseDarker);
    display: flex;
    font-size: 10pt;
    justify-content: start;
}

.durationElement > img {
    margin-bottom: 2px;
    margin-right: 0.5em;
    width: 15px;
}

.durationElement > span {
    margin-top: 2px;
}

.fancyWhiteBorderLeft {
    background-color: white;
    position: absolute;
    left: -1.5em;
    top: -1.5em;
    right: 2em;
    bottom: 4em;
    z-index: 50;
}

.fancyWhiteBorderRight {
    background-color: white;
    position: absolute;
    left: 2em;
    top: 50%;
    right: -1.5em;
    bottom: -1.5em;
    z-index: 50;
}

footer .nav-link {
    color: white !important;
}

.footerinfo {
    color: white !important;
    font-size: 10pt;
}

.foreverProductsGalleryContainer {
    z-index: 100;
}

.foreverProductsTextboxArea {
    width: 100%;
}

.foreverProductsTextboxBackgroundLeft,
.foreverProductsTextboxBackgroundRight {
    position: absolute;
    background-color: var(--sSinnRoseDark);
    z-index: 50;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.foreverProductsTextboxBackgroundLeft {
    left: 0;
    right: 0;
}

.foreverProductsTextboxBackgroundRight {
    left: 0;
    right: 0;
}

.foreverProductsTextbox {
    color: white;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 1em;
    position: relative;
    width: 100%;
}

.foreverProductsTextbox > ul {
    margin-bottom: 0;
    position: relative;
    z-index: 100;
}

.foreverProductsTexts {
    display: block;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 212, 212, 0.25);;
    border-color: var(--sSinnRoseDarker);
}

.form-check-input:checked {
    background-color: var(--sSinnRoseDark);
    border-color: var(--sSinnRoseDark);
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 212, 212, 0.25);
    border-color: var(--sSinnRoseDarker);
}

.giantQuotes {
    width: 100px;
}

.greenHeartContainer {
    display: flex;
    float: left;
    height: 20px;
    margin-right: 0.5em;
    width: 20px;
}

.greenHeart {
    height: 100%;
    width: 100%;
}

.greyText {
    color: var(--sSinnDarkGrey);
}

.hidden {
    display: none;
}

.infoCircleContainer {
    width: 100%;
}

.infoCircle {
    display: block;

    -moz-border-radius: 15px;
    border-radius: 15px;

    background-color: var(--sSinnRoseDark);
    color: white;

    font-size: 1.1em;
    position: relative;
}

.leistungCategory {
    background-color: grey;
    cursor: pointer;
    user-select: none;
    width: 24%;
}

.leistungCategory:hover {
    outline: 0.5em solid rgba(255, 255, 255, 0.5);
}

.leistungCategoryLabel {
    background-color: rgba(255, 255, 255, 0.75);
}

.leistungCategoryMobile {
    width: 100%;
}

.leistungCategoryMobile img {
    cursor: pointer;
    object-fit: cover;
    width: 100%;
}

.leistungCategoryMobileLabel {
    background-color: rgba(255, 255, 255, 0.80);
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.leistungenElementsContainer {
    animation-name: fullFade;
    animation-duration: 1.5s;
}

.leistungDescription {
    font-size: 11pt;
}

.leistungElement {
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 5px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.leistungElement:not(.noHoverEffect) {
    user-select: none;
}

.leistungElementHeader {
    cursor: pointer !important;
    font-size: 20pt;
    font-weight: bold;
}

.leistungElement:not(.noHoverEffect):hover {
    background-color: var(--sSinnRoseVeryBright);
    outline: 5px solid var(--sSinnRoseVeryBright);
}

.leistungElement .hautpflegeTextboxDynamic {
    font-family: 'Georgia', 'Arial', sans-serif !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    min-width: 200px;
    flex-grow: 1;
}

.leistungElement .hautpflegeTextboxStatic {
    font-family: 'Georgia', 'Arial', sans-serif !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    min-width: 200px;
}

.leistungElement .leistungName {
    width: 400px;
}

.leistungElement .additionalTag {
    color: var(--sSinnRoseDark);
    margin-left: 0.5em;
    font-size: 12pt;
}

.leistungElement .leistungPrice {
    width: 110px;
    margin-right: 1em;
}

.rowWithDurationElement {
    display: flex;
    align-items: center;
    justify-content: start;
}

.unhidden {
    display: block;
}

.purpleText {
    color: var(--sSinnPurple);
}

.rowWithDurationText {
    margin-right: 15px;
}

#schoenheitssinnintro > div {
    position: relative;
}

#scrollUpButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 40px; /* Place the button at the bottom of the page */
    right: 40px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 2px solid var(--sSinnRoseVeryBright); /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 18px; /* Increase font size */

    height: 40px;
    width: 40px;

    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slideshowContainer {
    position: relative;
    margin: auto;
}

.slideshowContainer .imageWithTextList > div {
    overflow-y: auto;
}

.slideshowContainer .slideshowPage {
    position: relative;
}

.slideshowContainer .slideshowPage::after {
    content: "";
    animation-name: lightFade;
    animation-duration: 1.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255);
    opacity: 0;
}

.slideshowContainer .slideshowText {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Next & previous buttons */
.slideshowContainer .prev, .slideshowContainer .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
    background-color: var(--sSinnRoseDarker);
}

/* Position the "next button" to the right */
.slideshowContainer .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshowContainer .prev:hover, .slideshowContainer .next:hover {
    background-color: var(--sSinnPurple);
}

.slideshowDot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.darkBackground .slideshowDot {
    background-color: var(--sSinnPurple);
}

.active, .slideshowDot:hover {
    background-color: #717171 !important;
}

.slideshowImageWithTextNavigation {
    position: absolute;
    bottom: 1em;
    width: 100%;
}

.slideshowImageWithTextNavigation .slideshowDot {
    background-color: rgba(255, 255, 255, 0.7);
}

.slideshowImageWithTextNavigation .active, .slideshowImageWithTextNavigation .slideshowDot:hover {
    background-color: rgba(255, 255, 255, 1.0) !important;
}

.spezialFeld {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.ssinnHeader a, .ssinnHeader a button {
    text-decoration: none;
    font-family: 'Georgia', 'Arial', sans-serif !important;
    font-weight: bold;
}

.ssinnHeader a {
    color: var(--sSinnPurple);
}

.ssinnHeader a:hover {
    color: var(--sSinnPurpleDark);
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.welcomeContainer {
    z-index: 200;
}

.welcomeDetailText {
}

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

.whiteTransparentBackground {
    background-color: rgba(255, 255, 255, 0.85);
    color: var(--sSinnDarkGrey);
}

.whiteThickBorder {
    outline: 0.5em solid white !important;
}

@media only screen and (min-width : 768px) {

    .customerReviewBox {
        height: 600px;
    }

    .infoCircleContainer {
        width: unset;
    }

    .infoCircle {
        display: block;
        height: 250px;
        width: 250px;

        -moz-border-radius: 125px;
        border-radius: 125px;

        background-color: var(--sSinnRoseDark);
        color: white;

        font-size: 1.1em;
        position: relative;
    }

    .welcomeContainer {
        min-height: 340px;
    }
}

@media only screen and (min-width : 992px) {
    #schoenheitssinnintro > div {
        position: absolute;
    }

    .leistungDescription {
        font-size: 14pt;
    }

    .leistungElement {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }

    .leistungElement .hautpflegeTextboxStatic {
        height: 135px;
    }

    .foreverProductsTextboxBackgroundLeft {
        right: -400px;
    }

    .foreverProductsTextboxBackgroundRight {
        left: -200px;
    }

    .foreverProductsTextboxArea {
        width: auto;
    }

    .foreverProductsTexts {
        max-width: 600px;
    }
}

@keyframes fullFade {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes lightFade {
    from {opacity: 0.7}
    to {opacity: 0;}
}