/* new styles - for changes since Craft CMS 3 update */

/* layout */

.main .main-article {

}

/* header */

.logo-link-wrapper {
    margin-top: 15px;
}

/* navigation */

.navigation .first-level {
    min-width: 680px;
}

/* container */

.page-margin-top-small {
    margin-top: 50px;
}
.page-margin-top-large {
    margin-top: 100px;
}

.container-margin-top,
.container-margin-top-small {
    margin-top: 50px;
}
.container-margin-top-large {
    margin-top: 100px;
}
.container-margin-bottom,
.container-margin-bottom-large {
    margin-bottom: 150px;
}
.container-margin-bottom-small {
    margin-bottom: 50px;
}

.container-padding-top,
.container-padding-top-small {
    padding-top: 50px;
}
.container-padding-top-large {
    margin-top: 150px;
}
.container-padding-bottom,
.container-padding-bottom-large {
    padding-bottom: 150px;
}
.container-padding-bottom-small {
    padding-bottom: 50px;
}

/* footer */

.footer {

}
.footer-margin-small {
    margin-top: 50px;
}
.footer-margin-large {
    margin-top: 150px;
}

/* spacers */

.spacer-small-top {
    margin-top: 50px;
}
.spacer-small-bottom {
    margin-bottom: 50px;
}
.spacer-large-top {
    margin-top: 100px;
}
.spacer-large-bottom {
    margin-bottom: 100px;
}

/* content elements */

.content-button {
}
.content-button .button,
.btn.btn-smoothline {
    border-radius: 5px;
    padding: 0.625rem;
    background-color: rgba(255,255,255,0.23); /*#ffffff4d*/
    border: 2px solid #768e88;
    font-size: 1.0625rem;
    line-height: 1.0625rem;
}
.content-button .button:hover,
.btn.btn-smoothline:hover {
    border: 2px solid #768e88;
    color: #768e88;
}

.content-html {
}
.content-spacer {
    margin: 50px 0;
}
.content-spacer hr {
    /*
    opacity: 1;

    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(16%, #e0e0e0), color-stop(84%, #e0e0e0), to(#fff));
    background-image: linear-gradient(270deg, #fff, #e0e0e0 16%, #e0e0e0 84%, #fff);
    */
}

.content-title .page-title {
    color: #000000 !important;

    font-size: 3.125rem;
    letter-spacing: 0.9px;
    line-height: 1.2;

    margin-bottom: 20px;
}

.content-title .title {
    margin-bottom: 20px;
}

.content-video .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 -> 9/16*100 = 56.25% */
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.content-video .video-container iframe,
.content-video .video-container object,
.content-video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* form - override bootstrap style */

.form-control {
    border-radius: 0;
}

/* teaser */

.container-fluid .teaser-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* treatment */


/* flickity slider */

.item-title {
    margin-bottom: 1rem;
}

/* appointment reservation fixes */

html.appointment-reservation {
    display: none!important;
}

html.appointment-reservation-open .appointment-reservation {
    display: flex!important;
}

.appointment-reservation a,
.appointment-reservation a:not([href]):not([class]),
.appointment-reservation a:not([href]):not([class]):hover {
    cursor: pointer;
    color: #768E88;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

/* Chatbox Linea */
@media screen and (max-width: 770px) {
	#chatbase-bubble-button {
		bottom: 100px !important;
	}
}