
:root {
    --color-main: #000000;
    --color-heading: #756E56;
    --color-blue-light: #2EBACB;
    --bg-linear-color: #756E56, #a58277, #c18785; 
    --bg-linear-color-second: #a58277, #a58277, #c18785;
    --bg-linear-color-third: #917f6d, #a58277, #c18785;
    --font-heading: 'Rufina', sans-serif;
    --font-heading-2: 'CaltonEleganceScript';
    --font-regular: 'Karla-Regular';
    --font-medium: 'Karla-Medium';
    --font-bold: 'Karla-Bold';
    --font-icons: "icomoon";
    --root-font-size: 10px;
    --spacing-regular: 50px;
    --top-section-image-height: 345px;
}

@font-face {
    font-family: 'CaltonEleganceScript';
    src: url('fonts/calton_elegance_script/CaltonEleganceScript.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rufina';
    src: url('fonts/rufina/regular/Rufina-Regular.woff2') format('woff2'),
        url('fonts/rufina/regular/Rufina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-Regular';
    src: url('fonts/karla/regular/Karla-Regular.woff2') format('woff2'),
        url('fonts/karla/regular/Karla-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-Medium';
    src: url('fonts/karla/medium/Karla-Medium.woff2') format('woff2'),
        url('fonts/karla/medium/Karla-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-Bold';
    src: url('fonts/karla/bold/Karla-Bold.woff2') format('woff2'),
        url('fonts/karla/bold/Karla-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FIX FOR ALIGNED IMAGES IN CONTENT */

.wp-caption {
    max-width: 100%;
    height: auto;
    position: relative;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption-text,
.wp-caption-dd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.6em;
}

.wp-caption.aligncenter .wp-caption-text,
.wp-caption.aligncenter .wp-caption-dd {
    text-align: center;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
    text-align: right;
}



/* .wp-caption.alignright .wp-caption-text,
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-dd,
.wp-caption.alignleft .wp-caption-dd {
    margin-bottom: 0 !important;
} */



img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}
a img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
a img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
a img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}


/*
 *
 * Set default styles
 *
 */

html {
    font-size: var(--root-font-size);
}

body {
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: var(--font-regular);
    color: var(--color-main);
}

/* * {
    word-break: break-word;
} */

body#tinymce {
    margin: 10px !important;
}

h1, .h1 {
    font-family: var(--font-heading);
    font-size: 10rem;
    line-height: 10rem;
    margin: 0 0 32px 0;
}

h2, .h2 {
    font-family: var(--font-heading-2);
    font-size: 12rem;
    line-height: 7.5rem;
    margin: 0 0 32px 0;
    color: var(--color-heading);
}

h3, .h3 {
    font-family: var(--font-medium);
    font-size: 7rem;
    line-height: 11rem;
    margin: 0 0 16px 0;
}

h4, .h4 {
    font-family: var(--font-heading);
    font-size: 6rem;
    line-height: 6.5rem;
    margin: 0 0 16px 0;
    color: var(--color-heading);
}

h5, .h5 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    line-height: 3.8rem;
    margin: 0 0 12px 0;
    color: var(--color-heading);
}

/* p + h2 {
    margin-top: 0.8em;
}

p + h3 {
    margin-top: 0.5em;
}

p + h4 {
    margin-top: 0.5em;
} */

label {
    font-weight: normal;
}

/*
 *
 * Text sizes
 *
 */

.ts-42 {
    font-size: 4.2rem;
    line-height: 1.19em;
}

.ts-40 {
    font-size: 4rem;
    line-height: 5rem;
}

.ts-36 {
    font-size: 3.6rem;
    line-height: 1.167em;
}
.ts-30 {
    font-size: 3rem;
    line-height: 4rem;
}
.ts-28 {
    font-size: 2.8rem;
    line-height: 1.214em;
}

.ts-26 {
    font-size: 2.6rem;
    line-height: 1.230em;
}

.ts-24 {
    font-size: 2.4rem;
    line-height: 3rem;
}
.ts-22 {
    font-size: 2.2rem;
    line-height: 3.1rem;
}
.ts-21 {
    font-size: 2.1rem;
    line-height: 3rem;
}

.ts-18 {
    font-size: 1.8rem;
    line-height: 1.4em;
}

p.ts-24 a {
    font-size: 2.4rem;
}
    
/*
 *
 * Margins
 *
 */

.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}

.mb-0 {
    margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-7 {
    margin-bottom: 7px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-63 {
    margin-bottom: 63px;
}

.ml-25 {
    margin-left: 25px !important;
}

b, strong {
    font-family: var(--font-bold);
}

p {
    margin-bottom: 3.2rem;
    /* margin-bottom: 4rem; */
}

ul, ol, p {
    margin-top: 0;
    padding: 0;
}

ul {
    list-style: none;  
    padding: 0;
    margin-bottom: 1.3em;
}

ul li {
    position: relative;
}
ol {
    text-align: left;
}
ol li::marker{
    font-family: var(--font-semibold);
}


#flexible-content ul:not(.slick-dots, .terms-links) li,
#tinymce ul:not(.slick-dots) li {
    padding: 0;
    padding-left: 20px;
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
}

#flexible-content ul:not(.slick-dots, .terms-links) li::before,
#tinymce ul:not(.slick-dots) li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.8rem;
}

#flexible-content ul:not(.slick-dots) li:last-child,
#tinymce ul:not(.slick-dots) li:last-child {
    padding-bottom: 0;
}

#flexible-content ol,
#tinymce ol {
    padding-left: 1.5em;
    margin-bottom: 1.3em;
}

#flexible-content ol li:not(.slick-dots),
#tinymce ol li:not(.slick-dots) {
    padding-bottom: 13px;
}

#flexible-content ol:not(.underline-list) li:not(.slick-dots):last-child,
#tinymce ol:not(.underline-list) li:not(.slick-dots):last-child {
    padding-bottom: 0;
}

blockquote {
    margin: 0 0 1.6em 0;
    padding: 2.954em 2.045em;
    border: 0;
    font-size: 2.2rem;
    font-weight:  var(--font-regular);
    text-align: center;
    position: relative;
    border-left: 3px solid var(--color-orange);
}

*, *:focus {
    outline: none !important;
}

a {
    display: inline-block;
    font-size: 2.1rem;
    color: var(--color-main);
    cursor: pointer;
    transition: color .25s ease-in-out;
    text-decoration: none;
}

a:not(.button, .termin-button):is(:hover, :focus) {
    color: var(--color-main);
    text-decoration: none;
}
#flexible-content a:not(.single-blog-slide):hover {
    text-decoration: underline;
}
.underline {
    font-family: var(--font-bold);
    font-size: 1.8rem;
    text-decoration: underline;
}
.underline:is(:hover, :focus) {
    text-decoration: underline;
}
hr {
    margin: 50px auto;
    border: 0;
    height: 4px;
    background-color: #DDDDDD;
    width: 100%;
}

#tinymce .editor_ui_left img,
#tinymce .editor_ui_right img {
    max-width: 100%;
    height: auto;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-12 {
    border-radius: 12px;
}

.img50 {
    width: 50% !important;
    height: auto;
}

.img100 {
    width: 100% !important;
    height: auto;
}

.relative {
    position: relative;
}

/*
 *
 * Custom formats
 *
 */

.logo-text::before {
    content: url(images/icon.svg);
    display: block;
    text-align: center;
    padding: 48px 0;
}
.font-heading-2 {
    font-family: var(--font-heading-2);
}

/*
 *
 * Text color
 *
 */
.color-black {
    color: #000;
}
.color-olive-brown {
    color: var(--color-heading);
}


/*
 *
 * Text weight
 *
 */
.tf-regular {
    font-family: var(--font-regular);
}
.tf-medium {
    font-family: var(--font-medium);
}

/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}


/*
 *
 * Margin spacing
 *
 */

.remove-margin-top {
    margin-top: 0 !important;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-spacer {
    margin: 40px 0;
}


/*
 *
 * Button
 *
 */

.button {
    position: relative;
    padding: 14px 40px;
    font-family: var(--font-medium);
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 2.4rem;
    border-radius: 50px;
    border: none;
    text-decoration: none !important;
    overflow: hidden;
    z-index: 5;
    background: linear-gradient(to right, var(--bg-linear-color-third));
}
.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #917f6d;
    transition: opacity .3s ease-in;
    z-index: -1;

}
.button:hover::before {
    opacity: 1;
}
.termin-button {
    position: relative;
    padding: 14px 40px;
    font-family: var(--font-medium);
    font-size: 1.6rem;
    background-color: var(--color-heading);
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 2.4rem;
    border-radius: 9999px;
    border: none;
    text-decoration: none !important;
    transition: background-color 0.3s ease-in; 
    scroll-margin-top: 100px;

}
.termin-button:hover {
    background-color: rgba(117, 110, 86, 0.8); 

}
.termin-button span {
    font-size: 2rem;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.termin-button:is(:hover, :focus),
.button:is(:hover, :focus) {
    color: #FFFFFF;
    text-decoration: none;
}
.button-empty {
    color: var(--color-heading);
    background: #fff;
    border: 1px solid #908070;
    padding-top: 13px;
    padding-bottom: 13px;
}
.button-empty:before {
    overflow: hidden;
    background: linear-gradient(to right, var(--bg-linear-color-third));
}

@media (max-width: 1200px) {

}


@media (max-width: 767px) {

}

@media (max-width: 480px) {

}