@import url('https://fonts.bunny.net/css?family=Playfair+Display:200,400,700|Roboto:200,400,700&amp;subset=latin-ext&amp;display=swap');

/* Font Variables */
:root {
    --font1: 'Playfair Display', serif;
    --font2: 'Roboto', sans-serif;
    --font3: 'Helvetica Neue', sans-serif;
}

/* Common Layout */
body {
    font-family: var(--font2), var(--font3);
    line-height: 1.6;
    color: #333;
}

/* Header & Navigation */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 60px;
}

/* Main Content */
main {
    min-height: calc(100vh - 300px);
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Sections */
section {
    margin-bottom: 0px;
}

section:last-child {
    margin-bottom: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font1), var(--font3);
}

h1 {
    font-size: 2.5rem;
    text-align: left;
    padding-top: 30px;
    margin-bottom: 2rem;
}

/* Cards */
.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Buttons */
.btn {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: var(--font2), var(--font3);
}

.btn-primary {
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

/* Forms */
.form-control {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.75rem;
    font-family: var(--font2), var(--font3);
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

/* Alerts */
.alert {
    border: none;
    border-radius: 4px;
    padding: 1rem;
    font-family: var(--font2), var(--font3);
}

.alert-info {
    background-color: #e3f2fd;
    color: #0d47a1;
}

/* Footer */
footer {
    background-color: #f8f9fa;
    padding: 0;
    margin-top: 40px;
    font-family: var(--font2), var(--font3);
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .container {
        padding: 0 20px;
    }

    section {
        margin-bottom: 30px;
    }
}

/* Animations */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-5 {
    margin-bottom: 3rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Scroll to Top Button */
#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#scrollToTop.visible {
    opacity: 1;
}

#scrollToTop:hover {
    background: #333;
    color: #fff;
}

:root {
    --ui-color-accent: #4EBDF5;
    --ui-color-accent-75: rgba(78, 189, 245, 0.7);
    --ui-color-accent-50: rgba(78, 189, 245, 0.5);
    --ui-color-accent-25: rgba(78, 189, 245, 0.25);
    --ui-color-accent-light: rgba(78, 189, 245, 0.1);
    --ui-color-stripes-accent: repeating-linear-gradient(
            -45deg, #1281b9, #4EBDF5 20px, #1281b9 20px, #1281b9 50px, #4EBDF5 50px, #4EBDF5 65px);
    --ui-color-leftmenu: #292E3D;
}

.ko_Theme .topmenu a:hover, .ko_Theme .topmenu .active a {
    background: inherit
}

.ko_Theme .menuHolder li a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1;
    color: inherit;
    text-shadow: none
}

.ko_Theme .menuHolder li {
    display: inline-block;
    padding: 0
}

.ko_Theme .menuHolder {
    flex-flow: row wrap
}

.ko_Theme .menuHolder, .ko_Theme #headerMenu {
    padding: 0
}

.ko_Theme .logoHolder #logoReplacer h2, .ko_Theme .logoHolder a, .ko_Theme .logoHolder {
    line-height: 1;
    padding: 0;
    margin: 0;
    height: auto
}

.ko_Theme .logoHolder img {
    max-height: auto
}

.ko_Theme #headerMenu .container { /*overflow:auto;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

:root {
    --color1: #C71585;
    --color2: #C71585;
    --color1_rgb: 199, 21, 133;
    --color1_hsl: 322, 81%, 43%;
    --color1_hs: 322, 81%;
    --color1_h: 322;
    --color1_s: 81%;
    --color1_l: 43%;
    --color1_25: #f1c5e1;
    --color1_50: #e38ac2;
    --color1_75: #d550a4;
    --color1_125: #951064;
    --color1_150: #640b43;
    --color1_175: #320521;
    --color2_rgb: 199, 21, 133;
    --color2_hsl: 322, 81%, 43%;
    --color2_hs: 322, 81%;
    --color2_h: 322;
    --color2_s: 81%;
    --color2_l: 43%;
    --color2_25: #f1c5e1;
    --color2_50: #e38ac2;
    --color2_75: #d550a4;
    --color2_125: #951064;
    --color2_150: #640b43;
    --color2_175: #320521;
    --color1_bw: rgba(255, 255, 255, 0.8);
    --color1_25_bw: rgba(0, 0, 0, 0.8);
    --color1_50_bw: rgba(255, 255, 255, 0.8);
    --color1_75_bw: rgba(255, 255, 255, 0.8);
    --color1_125_bw: rgba(255, 255, 255, 0.8);
    --color1_150_bw: rgba(255, 255, 255, 0.8);
    --color1_175_bw: rgba(255, 255, 255, 0.8);
    --color2_bw: rgba(255, 255, 255, 0.8);
    --color2_25_bw: rgba(0, 0, 0, 0.8);
    --color2_50_bw: rgba(255, 255, 255, 0.8);
    --color2_75_bw: rgba(255, 255, 255, 0.8);
    --color2_125_bw: rgba(255, 255, 255, 0.8);
    --color2_150_bw: rgba(255, 255, 255, 0.8);
    --color2_175_bw: rgba(255, 255, 255, 0.8);
}

#contentArea .koColor {
    color: #C71585;
}

ul.koCheckList li:before {
    background: #C71585;
}

.ko_Theme #website .btn-primary {
    background-color: var(--color1);
    border-color: var(--color1);
}

.ko_Theme #website .btn-outline-primary {
    color: var(--color1);
    border-color: var(--color1);
}

.ko_Theme #website .btn-outline-primary:hover {
    background-color: var(--color1);
    color: var(--color1_bw);
    border-color: var(--color1);
}

#website .page-item.active .page-link {
    background-color: #C71585;
    color: var(--color1_bw);
    border-color: var(--color1);
}

#contentArea a:not(.btn), #contentArea a.btn-link {
    color: var(--color1)
}

#website.koMenu a:not(.btn):not(.koMenuButton), #website.koMenu a.btn-link {
    color: var(--color1)
}

#website .keditDark .keditWhite a:not(.btn):not(.page-link), #website .keditDark .keditWhite a.btn.btn-link {
    color: var(--color1)
}

.ko_Theme #contentArea, .ko_Theme .koThemeDark #contentArea .whiteShadowContainer {
    color: rgba(0, 0, 0, 0.5)
}

#contentArea h1, #contentArea h2, #contentArea h3, #contentArea h1 a, #contentArea h2 a, #contentArea h3 a, .koThemeDark #contentArea .whiteShadowContainer strong, .koThemeDark #contentArea .whiteShadowContainer h1, .koThemeDark #contentArea .whiteShadowContainer h2, .koThemeDark #contentArea .whiteShadowContainer h3 {
    color: rgb(0, 0, 0);
}

#contentArea h4, #contentArea h5, #contentArea h6, #contentArea h4 a, #contentArea h5 a, #contentArea h6 a, .koThemeDark #contentArea .whiteShadowContainer strong, .koThemeDark #contentArea .whiteShadowContainer h4, .koThemeDark #contentArea .whiteShadowContainer h5, .koThemeDark #contentArea .whiteShadowContainer h6 {
    color: rgb(0, 0, 0);
}

.ko_Theme #website #footerContent {
    color: rgb(84, 84, 84);
}

.ko_Theme #website #footerContent h1, .ko_Theme #website #footerContent h2, .ko_Theme #website #footerContent h3, .ko_Theme #website #footerContent h4, .ko_Theme #website #footerContent h5, .ko_Theme #website #footerContent h6 {
    color: rgb(42, 42, 42);
}

.ko_Theme #website, .ko_Theme #website p {
    font-family: var(--font2), sans-serif;
}

.ko_Theme #website a.btn, .ko_Theme #website button.btn {
    font-family: var(--font2), sans-serif;
}

.ko_Theme #website h1, .ko_Theme #website h2, .ko_Theme #website h3 {
    font-family: var(--font1), sans-serif;
    font-weight: 700
}

.ko_Theme #website h4, .ko_Theme #website h5, .ko_Theme #website h6 {
    font-family: var(--font1), sans-serif;
    font-weight: 400
}

.ko_Theme #website .topmenu {
    font-family: var(--font2), sans-serif;
    font-weight: 700
}

.ko_Theme #website .logoHolder h2 {
    font-family: var(--font2), sans-serif;
    font-weight: 700
}

.ko_Theme #website #footerContent {
    font-family: var(--font2), sans-serif;
}

.ko_Theme #website #footerContent h1, .ko_Theme #website #footerContent h2, .ko_Theme #website #footerContent h3, .ko_Theme #website #footerContent h4, .ko_Theme #website #footerContent h5, .ko_Theme #website #footerContent h6 {
    font-family: var(--font1), sans-serif;
}

.ko_Theme .menuHolder li.topmenuSocial > span {
    margin-top: 0px;
}

.ko_Theme #headerContent:not(.koZeroPadding), .ko_Theme #subpageHeaderContent:not(.koZeroPadding) {
}

.ko_Theme #headerMenu { /*overflow:auto;*//*display:flex;flex-direction: row;justify-content: space-between;align-items: center;*/
    background: #F1F1F1;
    padding: 30px;
    margin: 0px;
    border: 0px solid rgb(176, 176, 176);
    border-radius: 0px;;
}

.ko_Theme .logoHolder {
    padding: 0px;;
    white-space: nowrap;
}

.ko_Theme .logoHolder h2 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    min-height: 260px;
}

@media (max-width: 768px) {
    .ko_Theme .logoHolder h2 {
        font-size: 22px;
    }
}

.ko_Theme .logoHolder img {
    max-height: 260px;
    height: 260px;
    min-height: 260px;
}

.ko_Theme .menuHolder {
    display: flex;
}

.ko_Theme .menuHolder li {
}

.ko_Theme .menuHolder li a {
    font-size: 17px;
    color: #60656E;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 15px;
    border-radius: 0px;
    border: solid transparent;
    border-width: 0px 0px 1px 0px;
    text-transform: uppercase;
    transition: 0.2s all;
}

.ko_Theme .menuHolder li.active a, .ko_Theme .menuHolder li a:hover {
    color: #1e2832;
    border-color: var(--color1);
}

.ko_Theme .menuHolder li.accent1 a, .ko_Theme .menuHolder li.accent1.active a {
    font-size: 17px;
    color: var(--color1_75);
    background: rgb(255, 255, 255);
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 0px 30px;
    border-radius: 50px;
    border: 1px solid var(--color1);
}

.ko_Theme .menuHolder li.accent1.active a, .ko_Theme .menuHolder li.accent1 a:hover {
    color: var(--color1);
    background: var(--color1_25);
}

.ko_Theme .menuHolder li.accent2 a, .ko_Theme .menuHolder li.accent2.active a {
    font-size: 17px;
    color: var(--color2_75);
    background: rgb(255, 255, 255);
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 0px 10px;
    border-radius: 50px;
    border: 1px solid var(--color2);
}

.ko_Theme .menuHolder li.accent2.active a, .ko_Theme .menuHolder li.accent2 a:hover {
    color: var(--color2_125);
    background: var(--color2_25);
}

.ko_Theme .menuHolder li.topmenuSocial a {
    color: rgb(0, 0, 0)
}

html body .border-top {
    border-top: 0px !important;
}

html body .keditFooterCompany {
    margin-top: 0px !important;
}
