/*-------------------------------------------
  -- Global custom CSS
-------------------------------------------*/
/* montserrat-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v29-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v29-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v29-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v29-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v29-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v29-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v29-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


html, body {
    font-family: "Montserrat", sans-serif;
    height: 100vh;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #2d3142;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 0; /* Avoid width reflow */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif;
    color: #2d3142;
}

.ub h2 {
    font-weight: 700!important;
}

.navbar {
    top: 0;
}

nav a:hover,
nav a:focus {
    outline: none;
}

/* NAVBAR */

nav a:hover,
nav a:focus {
    outline: none;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
    padding: 0 0 10px;
}

.cl-effect-4 a::after {
    position: absolute;
    top: 72%;
    left: 29%;
    width: 40%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-stick-dark.stick.stick.cl-effect-4 a.nav-link::after {
    position: absolute;
    top: 72%;
    left: 29%;
    width: 40%;
    height: 2px;
    background: #c46f4d!important;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-4 a:hover::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-stick-dark.stick.stick li.nav-item.cl-effect-4 a:hover::after,
.navbar-stick-dark.stick.stick li.nav-item.cl-effect-44 a:focus::after {
    height: 2px;
    opacity: 1;
    background: #c46f4d !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


.navbar-light a.nav-link.nav-selected.nav-path-selected::after,
.navbar-light a.nav-link.nav-selected.nav-path-selected::after {
    height: 2px;
    opacity: 1;
    background: #fff;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-light li.nav-item.cl-effect-4.nav-path-selected > a::after {
    height: 2px;
    opacity: 1;
    background: #fff;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-stick-dark.stick.stick li.nav-item.cl-effect-4.nav-path-selected > a::after {
    height: 2px;
    opacity: 1;
    background: #c46f4d !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-stick-dark.stick.stick a.nav-link.nav-selected.nav-path-selected::after,
.navbar-stick-dark.stick.stick a.nav-link.nav-selected.nav-path-selected::after {
    height: 2px;
    opacity: 1;
    background: #c46f4d !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-light li.nav-item.cl-effect-4.nav-path-selected > ul > li > a {
    font-weight: 400;
    opacity: 1;
    color: #2d3142;
    text-transform: uppercase;
    font-size: 0.64rem;
}

.navbar-stick-dark.stick.stick li.nav-item.cl-effect-4.nav-path-selected > ul > li > a::after {
    opacity: 0;
}

.navbar-stick-dark.stick.stick li.nav-item.cl-effect-4.nav-path-selected > ul > li > a {
    font-weight: 400;
    opacity: 1;
    color: #2d3142;
    text-transform: uppercase;
    font-size: 0.64rem;
}

.nav-navbar .nav .nav-link {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    opacity: 1;
    color: #3C3D3D;
    text-transform: uppercase;
    font-size: 0.64rem;
}


ul.nav-sub > li.nav-item.cl-effect-4.nav-selected.nav-path-selected > a.nav-link::after, ul.nav-sub li.nav-item a.nav-link:hover::after{
    opacity: 1;
    width: 9%;
    height: 2px;
    left: 9px;
    margin-top: 2px;
    background: #c46f4d !important;
}

ul.nav.columns-2 > li.nav-item.cl-effect-4.nav-selected.nav-path-selected > a.nav-link::after, ul.nav-sub li.nav-item a.nav-link:hover::after{
    opacity: 1;
    width: 9%;
    height: 2px;
    left: 9px;
    margin-top: 2px;
    background: #c46f4d !important;
}


.navbar-stick-dark.stick.stick li.nav-item.cl-effect-4.nav-path-selected > ul > li > a:hover::after, .navbar-light li.nav-item.cl-effect-4.nav-path-selected > ul > li > a:hover::after {
    opacity: 1;
    width: 9%;
    left: 9px;
    margin-top: 2px;
}

.navbar-light .nav-navbar > .nav-item > .nav-link, .navbar-light .nav-navbar > .nav-link, .navbar-stick-light.stick .nav-navbar > .nav-item > .nav-link, .navbar-stick-light.stick .nav-navbar > .nav-link {
    color: rgba(255, 255, 255, 0.95);
}

.navbar-dark .nav-navbar > .nav-item > .nav-link, .navbar-dark .nav-navbar > .nav-link, .navbar-stick-dark.stick .nav-navbar > .nav-item > .nav-link, .navbar-stick-dark.stick .nav-navbar > .nav-link {
    color: #3C3D3D !important;
}

.navbar-stick-dark.stick.stick li.nav-item.cl-effect-4.nav-selected.nav-path-selected > a.nav-link.nav-selected.nav-path-selected::after {
    opacity: 1;
    margin-top: 2px;
    background: #c46f4d !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.dropdown-menu.show {
    transform: translate3d(0px, 15px, 0px)!important;
    z-index: auto!important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    left: calc(50% - 150px) !important;
}

.dropdown-menu {
    background-color: #2d3142;
}

.dropdown-menu *:last-child {
    margin-bottom: 0;
    border-radius: 15px !important;
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    content: '';
    width: 9px;
    height: 9px;
    margin-top: -7px;
    margin-left: 0.5rem;
}

.header-scrolled [data-navbar="sticky"] {
    transform: none!important;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 3px 9px rgb(0 0 0 / 4%);
    transition: 0.3s ease-out;
}

.body-scrolled [data-navbar="fixed"] {
    transform: none!important;
    position: fixed;
    top: 0!important;
    background-color: #fff;
    box-shadow: 0 3px 9px rgb(0 0 0 / 4%);
    transition: 0.3s ease-out;
}

.nav-navbar .nav {
    position: absolute;
    flex-direction: column;
    min-width: 12rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    box-shadow: 0 3px 9px rgb(0 0 0 / 4%);
    border-radius: 3px;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -8px);
    z-index: 1;
}

/* VEH BTN */
.veh-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #2d3142;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 20px;
}
.veh-btn i {
    margin-left: 7px;
    margin-right: -3px;
}
.veh-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #3C4799;
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}
.veh-btn:hover, .veh-btn:active, .veh-btn:focus {
    color: #ffffff;
    box-shadow: none;
}

.veh-btn.active {
    color: #ffffff;
    background-color: #3C4799;
    box-shadow: none;
}
.veh-btn:hover::before {
    width: 100%;
}
/* VEH BTN */

/* VEH BTN 1*/
.veh-btn-1 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #c46f4d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 20px;
}
.veh-btn-1 i {
    margin-left: 7px;
    margin-right: -3px;
}
.veh-btn-1:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #2d3142;
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}
.veh-btn-1:hover, .veh-btn-1:active, .veh-btn-1:focus {
    color: #ffffff;
    box-shadow: none;
}

.veh-btn-1.active {
    color: #ffffff;
    background-color: #2d3142;
    box-shadow: none;
}
.veh-btn-1:hover::before {
    width: 100%;
}
/* VEH BTN 1*/

.text-black {
    color: #2d3142;
}

.text-dark {
    color: #2d3142 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-white p {
    color: #ffffff !important;
}

.text-eh {
    color: #2d3142 !important;
}

.text-eh-1 {
    color: #3C4799 !important;
}

.text-eh-2 {
    color: #c46f4d !important;
}

.bg-eh {
    background-color: #d0e1e7 !important;
}

.bg-eh-1 {
    background-color: #d0e1e7 !important;
}

.bg-eh-2 {
    background-color: #c46f4d !important;
}

.divider-t {
    display: flex;
    align-items: center;
    flex: 0;
    color: #3C3D3D;
    margin: 2rem auto;
    width: 100%; }

.divider-t::before, .divider-t::after {
    content: '';
    flex-grow: 1;
    margin-top: 4px;
    border-top: 2px solid #2d3142; }

.divider-t::before {
    margin-right: 1rem; }

.divider-t::after {
    margin-left: 1rem; }


.loggedin [data-aos^='fade'], .loggedin [data-aos^='fade-up'], .loggedin [data-aos^='fade-right'], .loggedin [data-aos^='fade-left'], .loggedin [data-aos='fade-down'],
.loggedin [data-aos='fade-up-right'], .loggedin [data-aos='fade-up-left'], .loggedin [data-aos='fade-down-right'], .loggedin [data-aos='fade-down-left'],
.loggedin [data-aos^='slide'], .loggedin [data-aos^='slide-up'], .loggedin [data-aos^='slide-down'], .loggedin [data-aos^='slide-right'], .loggedin [data-aos^='slide-left'] {
    opacity: 1;
    transition-property: none;
    transform: none;
}

#jarallax-container-0 > img {
    object-position: 50% 80%!important;
}

/* BOOK CARDS */

:root {
    --color-1: #2d3142;
    --color-2: #3C4799;
    --color-3: #c46f4d;
}

.book-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    background-color: white;
}

.book-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.card-img-container {
    position: relative;
    overflow: hidden;
    height: 250px;
    background-color: #f0f0f0; /* Light gray background */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.card-img-top, .card-img-hover {
    max-height: 240px;
    max-width: 100%;
    object-fit: contain;
    /*border-radius: 8px;*/
    transition: all 0.5s ease;
}

.card-img-top {
    opacity: 1;
}

.card-img-hover {
    position: absolute;
    opacity: 0;
}

.book-card:hover .card-img-top {
    opacity: 0;
}

.book-card:hover .card-img-hover {
    opacity: 1;
}

.card-body {
    padding: 15px;
}

.card-title {
    color: var(--color-1);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.card-text {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.9rem;
    line-height:1.1;
}

.card-badges {
    position: absolute;
    top: 4%;
    left: 4%;
    margin-bottom: 15px;
}

.badge-category {
    background-color: var(--color-2);
    color: white;
    border-radius: 5px;
    padding: 5px 7px;
    margin-right: 2px;
    font-weight: 500;
    font-size: 0.65rem;
}

.badge-date {
    background-color: var(--color-3);
    color: white;
    border-radius: 5px;
    padding: 5px 7px;
    margin-right: 2px;
    font-weight: 500;
    font-size: 0.65rem;
}

/* BOOK CARDS */

/* BOOK CATS */
.book-cats-section {
    background: #d0e1e7;
    position: relative;
}

.book-cats-wrapper::before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid #2d3142;
    border-radius: 30px;
}

.book-cats-wrapper .section-title {
    background: #d0e1e7;
    max-width: 430px;
    margin: auto auto;
    text-align: center;
}

.section-title {
    position: relative;
}

.section-title h2, .section-title .h2, .section-title p {
    line-height: 1!important;
}
/* BOOK CATS */

/* LENIS OVERRIDES */
html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto !important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events: auto;}.lenis.lenis-smooth.lenis-scrolling iframe{pointer-events: none;}
/* LENIS OVERRIDES */

/* DISABLE ANIMATIONS IF LOGGED IN */
.loggedin [data-aos^='fade'], .loggedin [data-aos^='fade-up'], .loggedin [data-aos^='fade-right'], .loggedin [data-aos^='fade-left'], .loggedin [data-aos='fade-down'],
.loggedin [data-aos='fade-up-right'], .loggedin [data-aos='fade-up-left'], .loggedin [data-aos='fade-down-right'], .loggedin [data-aos='fade-down-left'],
.loggedin [data-aos^='slide'], .loggedin [data-aos^='slide-up'], .loggedin [data-aos^='slide-down'], .loggedin [data-aos^='slide-right'], .loggedin [data-aos^='slide-left'], .loggedin [data-aos^='zoom-out-up'], .loggedin .title-a {
    opacity: 1;
    transition-property: none;
    transform: none;
    word-spacing: normal;
}
/* DISABLE ANIMATIONS IF LOGGED IN */

/* Link2 */

.link2 {
    position: relative;
}

.link2:after {
    content: "";
    position: absolute;
    bottom: -0.4em;
    left: 50%;
    right: 50%;
    height: 1px;
    background: currentColor;
    transition: all ease 0.2s;
}

.link2:hover:after {
    left: 0;
    right: 0;
    height: 2px;
}

.link2:before {
    position: absolute;
    transform: translateX(-100%);
    left: -10px;
    color: #eee;
    opacity: 0.3;
    font-weight: 100;
    font-size: 0.8em;
}

.hr-c {
    border-top: 2px solid #2d3142;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
}

.hr-c-2 {
    border-top: 2px solid #2d3142;
    margin-top: 13px;
    margin-bottom: 20px;
}

.section-dialog-veh {
    background-color: #ffffffc2;
    padding: 1rem;
    border-radius: 15px;
}

.table th, .table td {
    padding: .35rem;
    vertical-align: center;
    border-top: none;
}

a:hover, a:focus {
    color: initial;
    text-decoration: none;
    outline: none;
}

.navbar-brand img {
    vertical-align: baseline;
    max-height: 85px;
}

.mt-icon {
    margin-top: -4.4rem !important;
}

.slider-arrows-circle-dark .slick-prev, .slider-arrows-circle-dark .slick-next {
    width: 50px;
    height: 50px;
    background-color: #3C4799;
    border-radius: 10rem;
    opacity: 0.7;
}

.slider-arrows-flash-dark .slick-prev::before, .slider-arrows-flash-dark .slick-next::before {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    border-width: 1px;
    border-right-color: #3C4799;
    border-bottom-color: #3C4799;
}

.slider-arrows-flash-dark .slick-prev::after, .slider-arrows-flash-dark .slick-next::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 1px;
    background-color: #3C4799;
    transition: 0.3s ease-out;
}

.slick-prev::before, .slick-next::before {
    width: 10px;
    height: 10px;
}

.slick-dots {
    position: relative;
    bottom: -35px;
}

.slick-dots li {
    margin: 0;
    padding: 8px 6px;
    line-height: 1px;
    cursor: pointer;
}

.slick-dots li button {
    border: 1px solid #3C4799!important;
    padding: 0;
    background: transparent;
    height: 13px;
    width: 13px;
    border-radius: 10rem;
    font-size: 0;
    cursor: pointer;
    transition: .3s ease;
}

.slick-dots li.slick-active button {
    background-color: #3C4799;
}
.slick-img {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


.min-w-100 {
    min-width: 100%;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-450 {
    max-width: 450px;
}

.max-w-500 {
    max-width: 500px;
}

.max-h-100 {
    max-height: 100px;
}

.max-h-150 {
    max-height: 150px;
}

.max-h-200 {
    max-height: 200px;
}

.max-h-250 {
    max-height: 250px;
}

.max-h-300 {
    max-height: 300px;
}

.max-h-350 {
    max-height: 350px;
}

.max-h-400 {
    max-height: 400px;
}

.max-h-450 {
    max-height: 450px;
}

.max-h-500 {
    max-height: 500px;
}

a {
    color: #c46f4d;
    transition: .2s linear;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: #c46f4d;
}

.timeline-item::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 1.35rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #c46f4d;
    background-color: #c46f4d;
}

.border-eh {
    border-color: #3C4799 !important;
}

.border-eh-1 {
    border-color: #c46f4d !important;
}

.topbar {
    height: 45px;
    background-color: rgba(255,255,255,.8);
    position: absolute !important;
    border-bottom: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #c46f4d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 25px;
}

[data-form="custom-mailer"] .d-on-success {
    display: none; }

[data-form="custom-mailer-lo"] .d-on-success {
    display: none; }

.input-line .form-control {
    border-color: transparent;
    padding-left: 10px;
    padding-right: 0;
    color: #000000 !important;
    background-color: white;
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100%);
    background-image: linear-gradient(#c46f4d, #c46f4d), linear-gradient(#eaeff4, #eaeff4) !important;
    transition: background 0.3s;
}

.nav-navbar .nav-link {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75em;
    word-spacing: 2px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.btn-outline-lo-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff; }
.btn-outline-lo-light:focus, .btn-outline-lo-light.focus {
    color: #fff;
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
.btn-outline-lo-light:hover {
    color: #c46f4d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 10px rgba(248, 249, 250, 0.4); }
.btn-outline-lo-light.disabled, .btn-outline-lo-light:disabled {
    color: #fff;
    background-color: transparent; }
.btn-outline-lo-light:not([disabled]):not(.disabled):active, .btn-outline-lo-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-lo-light.dropdown-toggle {
    color: #c46f4d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.btn-outline-lo {
    color: #c46f4d!important;
    background-color: transparent;
    background-image: none;
    border-color: #c46f4d;
}

.btn-outline-lo:focus, .btn-outline-lo.focus {
    color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(19, 64, 117, 0.5);
}

.btn-outline-lo:hover {
    color: #fff!important;
    background-color: #c46f4d;
    border-color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(19, 64, 117, 0.4);
}

.btn-outline-lo.disabled, .btn-outline-lo:disabled {
    color: #c46f4d;
    background-color: transparent;
}

.btn-outline-lo:not([disabled]):not(.disabled):active, .btn-outline-lo:not([disabled]):not(.disabled).active,
.show > .btn-outline-lo.dropdown-toggle {
    color: #fff;
    background-color: #c46f4d;
    border-color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(19, 64, 117, 0.5);
}

.btn-outline-lo-1 {
    color: #c46f4d;
    background-color: transparent;
    background-image: none;
    border-color: #c46f4d;
}

.btn-outline-lo-1:focus, .btn-outline-lo-1.focus {
    color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(168, 97, 69, 0.5);
}

.btn-outline-lo-1:hover {
    color: #fff;
    background-color: #c46f4d;
    border-color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(168, 97, 69, 0.4);
}

.btn-outline-lo-1.disabled, .btn-outline-lo-1:disabled {
    color: #c46f4d;
    background-color: transparent;
}

.btn-outline-lo-1:not([disabled]):not(.disabled):active, .btn-outline-lo-1:not([disabled]):not(.disabled).active,
.show > .btn-outline-lo-1.dropdown-toggle {
    color: #fff;
    background-color: #c46f4d;
    border-color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(196, 111, 77, 0.5);
}

.btn-lo {
    color: #fff;
    background-color: #c46f4d;
    border-color: #c46f4d;
}

.btn-lo:hover {
    color: #fff;
    background-color: #c46f4d;
    border-color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(19, 64, 117, 0.5);
}

.btn-lo:focus, .btn-lo.focus {
    color: #fff;
    box-shadow: 0 0 0 0 rgba(19, 64, 117, 0.5);
}

.btn-lo.disabled, .btn-lo:disabled {
    background-color: #c46f4d;
    border-color: #c46f4d;
}

.btn-lo:not([disabled]):not(.disabled):active, .btn-lo:not([disabled]):not(.disabled).active,
.show > .btn-lo.dropdown-toggle {
    color: #fff;
    background-color: #c46f4d;
    border-color: #c46f4d;
    box-shadow: 0 0 0 0 rgba(19, 64, 117, 0.5);
}


.accordion .card-title-c a {
    display: block;
    padding: 16px 33px;
    color: #fff;
    background-color: rgb(19, 64, 117) !important;
}

.accordion .card-title-c a::before {
    content: "+";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 0.5em;
    float: right;
    margin-top: 14px;
    transform: rotate(-225deg) !important;
    transition: transform 0.3s ease-in-out;
}

.accordion .card-title-c a.collapsed::before {
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease-in-out;
}

.h-60vh {
    height: 60vh !important;
}

.h-70vh {
    height: 70vh !important;
}

.h-80vh {
    height: 80vh !important;
}

.h-90vh {
    height: 90vh !important;
}

.p-mb p {
    margin-bottom: 1px !important;
}

.p-mb-lc p:last-child {
    margin-bottom: 1px !important;
}

.btn {
    font-size: 12px;
}

.service-icon {
    top: -24px;
}

.service-icon-2 {
    top: -13px;
    left: -3px;
}

.badge-bg {
    color: #fff;
    background-color: #c46f4d;
}

.text-white a:not(.btn):not(.dropdown-item) {
    color: #ffffff;
}

.line-break-anywhere {
    line-break: anywhere;
}

.line-break-auto {
    line-break: auto;
}

.word-break-break-word {
    word-break: break-word;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/application/themes/edition-hochfeld.de/assets/my-images/toggler-light.svg);
}

.navbar-dark .navbar-toggler-icon, .navbar-stick-dark.stick .navbar-toggler-icon {
    background-image: url(/application/themes/edition-hochfeld.de/assets/my-images/toggler-dark.svg);
}

.logo-navbar-mobile {
    max-width: 310px !important;
    max-height: 120px !important;
    box-shadow: 0 1px 10px 7px rgba(255, 255, 255, 0.07);
}
.custom-shape-divider-top-1690648192 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1690648192 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 76px;
}

.custom-shape-divider-top-1690648192 .shape-fill {
    fill: #FFFFFF;
}

#jmdcontent {
    font-size: 18px!important;
    line-height: 1.5;
    text-align: left;
}

#jmdcontent h1 {
    margin: 0!important;
    display: none!important;
}

#jmdcontent h2 {
    margin: 1.2em 0 .4em 0!important;
    line-height: 1.2;
    font-size: 1.8rem!important;
}
#jmdcontent h3 {
    margin: 1.1em 0 0.2em 0!important;
    line-height: 1.2;
    font-size: 1.45781rem!important;
}
/*-------------------------------------------
  -- Global custom CSS
-------------------------------------------*/

/* With Simple Caption */

.box {
    position: relative;
    max-height: 235px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}

.box span {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    left: 0;
    transition: opacity 0.2s, transform 0.3s;
}

.box:hover {
    transition: all 0.3s ease-in-out;
}

.box:hover:before {
    transition: all 0.3s ease-in-out;
}

.box img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 235px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.box img:hover {
    transition: all 0.3s ease-in-out;
}

.box img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.box img:hover {
    transition: all 0.3s ease-in-out;
}

.vintage span {
    top: 35%;
    transform: translate3d(0, 90px, 0);
    text-align: center;
    opacity: 0;
}

.vintage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(19, 64, 117, 0.8) 75%);
    z-index: 2;
    bottom: -100%;
    left: 0;
}

.vintage:hover:before {
    bottom: 0;
}

.vintage:hover span {
    bottom: 15px;
    transform: translate3d(0, 60px, 0);
    opacity: 1;
}

/* With Simple Caption */

/* #Progress ================================================== */

.progress-wrap {
    position: fixed;
    right: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: initial;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: url("/application/themes/edition-hochfeld.de/assets/my-images/carret-up.svg");
    transform: scale(.2);
    text-align: center;
    line-height: 46px;
    font-size: 12px;
    color: #c46f4d !important;
    left: -17px;
    top: 0;
    height: 35px;
    width: 80px;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #c46f4d !important;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    height: 41px;
    width: 42px;
    border-radius: 50%;
    background: #c46f4d !important;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.075);
    animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
    box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.05);
}
.circle:before {
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: #c46f4d !important;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.circle:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top-info {
    position: fixed;
    bottom: 30px;
    right:0!important;
    height: 46px;
    width: 46px;
    font-weight: 300;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.body-scrolled .scroll-top-info {
    bottom: 55px;
    right: 0!important;
    opacity: 1;
}

/* #Progress ================================================== */

/* SHADOWS */

.nav-box {
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, 0);
    margin: 40px auto;
}

.shadow-box {
    box-shadow: 0 1px 20px 7px rgb(0 0 0 / 15%);
}

.shadow-box-1 {
    box-shadow: 0 1px 20px 7px rgb(0 0 0 / 5%);
}

.m-shadow {
    position: relative;
}

.m-shadow:before, .m-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 30px;
    left: 25px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.m-shadow:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 25px;
    left: auto;
}

.m-shadow-light
{
    position: relative;
}
.m-shadow-light:before, .m-shadow-light:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 30px;
    left: 25px;
    width: 44%;
    top: 80%;
    max-width: 300px;
    background: #77777763;
    -webkit-box-shadow: 0 15px 10px #77777763;
    -moz-box-shadow: 0 15px 10px #77777763;
    box-shadow: 0 15px 10px #77777763;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.m-shadow-light:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 25px;
    left: auto;
}

.m-shadow-l
{
    position: relative;
}
.m-shadow-l:before
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.m-shadow-r
{
    position: relative;
}
.m-shadow-r:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}


.m-shadow-3d
{
    position: relative;
}
.m-shadow-3d:before, .m-shadow-3d:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.m-shadow-3d:after
{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.m-shadow-3d-l
{
    position: relative;
}
.m-shadow-3d-l:before
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 20px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.m-shadow-3d-r
{
    position: relative;
}
.m-shadow-3d-r:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 40px;
    right: 20px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.m-shadow-3d-v1
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.m-shadow-3d-v1:before, .m-shadow-3d-v1:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.m-shadow-3d-v1:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.m-shadow-3d-v2
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.m-shadow-3d-v2:before, .m-shadow-3d-v2:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.33);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.33);
    box-shadow:0 0 20px rgba(0,0,0,0.33);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.m-shadow-3d-v2:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.m-shadow-3d-v3
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.m-shadow-3d-v3:before, .m-shadow-3d-v3:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.m-shadow-3d-v3:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.shadow-init {
    border-radius: 5px;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(255, 255, 255, 0.4) 100%
    ),
    #ebecf0;
    background-blend-mode: soft-light, normal;
}
.shadow-c-1 {
    box-shadow: 5px 5px 10px #a6abbd, -5px -5px 10px #fafbff;
}
.shadow-c-2 {
    box-shadow: 0 11px 20px #a6abbd, -10px -10px 20px #fafbff;
}
.shadow-c-3 {
    box-shadow: 0 20px 40px #a6abbd, -20px -20px 40px #fafbff;
}
.shadow-c-4 {
    box-shadow: 0 30px 60px #a6abbd, -30px -30px 60px #fafbff;
}
.shadow-c-5 {
    background: linear-gradient(
            317.7deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(255, 255, 255, 0.4) 105.18%
    ),
    #ebecf0;
    box-shadow: inset 10px 10px 20px #a6abbd, inset -10px -10px 20px #fafbff;
}
.shadow-c-6 {
    background: linear-gradient(
            317.7deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(255, 255, 255, 0.4) 105.18%
    ),
    #ebecf0;
    box-shadow: inset 5px 5px 10px #a6abbd, inset -5px -5px 10px #fafbff;
}

.shadow-c-7 {
    background: linear-gradient(
            317.7deg
            , rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18% ), #fafbfb;
    box-shadow: inset 2px 2px 10px #a6abbd, inset -19px -20px 10px #fafbff;
}

/* SHADOWS */

/* CUSTOM CARDS */

.card-lo {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .card-lo {
        height: 450px;
    }
}
.card-lo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}
.card-lo:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
}
.card-lo:nth-child(1):before {
    background-image: var(--bg);
}
.card-lo:nth-child(2):before {
    background-image: var(--bg);
}
.card-lo:nth-child(3):before {
    background-image: var(--bg);
}
.card-lo:nth-child(4):before {
    background-image: var(--bg);
}
.card-lo:nth-child(5):before {
    background-image: var(--bg);
}
.card-lo:nth-child(6):before {
    background-image: var(--bg);
}
.card-lo:nth-child(7):before {
    background-image: var(--bg);
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}
.content > * + * {
    margin-top: 1rem;
}

.card-lo-title {
    line-height: 1.2;
}


@media (hover: hover) and (min-width: 768px) {
    .card-lo:after {
        transform: translateY(0);
    }

    .content {
        transform: translateY(calc(100% - 4.5rem));
    }
    .content > *:not(.card-lo-title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card-lo:hover,
    .card-lo:focus-within {
        align-items: center;
    }
    .card-lo:hover:before,
    .card-lo:focus-within:before {
        transform: translateY(-4%);
    }
    .card-lo:hover:after,
    .card-lo:focus-within:after {
        transform: translateY(-50%);
    }
    .card-lo:hover .content,
    .card-lo:focus-within .content {
        transform: translateY(0);
    }
    .card-lo:hover .content > *:not(.card-lo-title),
    .card-lo:focus-within .content > *:not(.card-lo-title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(700ms / 8);
    }

    .card-lo:focus-within:before, .card-lo:focus-within:after,
    .card-lo:focus-within .content,
    .card-lo:focus-within .content > *:not(.card-lo-title) {
        transition-duration: 0s;
    }
}

/* CUSTOM CARDS */

.z-index-10 {
    z-index: 10;
}

.custom-checkbox .custom-control-label::after {
    top: 50%;
    left: 7px;
    margin-top: -9px;
    width: 7px;
    height: 14px;
    border: solid #c46f4d;
    border-width: 0 1px 1px 0;
}

.custom-checkbox .custom-control-label::after {
    top: 40%;
    left: 9px;
    margin-top: -6px;
    width: 6px;
    height: 15px;
    border: solid #c46f4d;
    border-width: 0 1px 1px 0;
    transform: scale(0) rotate(35deg);
}

.custom-control-label::after {
    transform: scale(0);
    transition: transform .6s;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c46f4d;
    background-color: #c46f4d;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    transform: scale(1) rotate(35deg);
    top: 50%;
    left: 7px;
    margin-top: -9px;
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.custom-control-label::before {
    width: 1.225rem;
    height: 1.225rem;
    background-color: white;
}

.custom-control-label::before {
    position: static;
    top: auto;
    border: 1px solid #c46f4d;
    margin-right: 0.8rem;
}

.input-line .form-control {
    border-color: transparent;
    padding-left: 10px;
    padding-right: 0;
    color: #c46f4d !important;
    background-color: white;
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100%);
    background-image: linear-gradient(#c46f4d, #c46f4d), linear-gradient(#eaeff4, #eaeff4);
    transition: background 0.3s;
}

input, select, optgroup, textarea {
    padding: 2px 10px;
    color: #c46f4d !important;
    opacity: 1;
}

input[type="text" i] {
    padding: 2px 10px;
    color: #c46f4d !important;
    opacity: 1;
}
input[type="email" i] {
    padding: 2px 10px;
    color: #c46f4d !important;
    opacity: 1;
}
input[type="tel" i] {
    padding: 2px 10px;
    color: #c46f4d !important;
    opacity: 1;
}

input[type="number" i] {
    padding: 2px 10px;
    color: #c46f4d !important;
    opacity: 1;
}

input[type="text" i]::placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="email" i]::placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="tel" i]::placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="number" i]::placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="text" i]:-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="email" i]:-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="tel" i]:-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="number" i]:-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}

input[type="text" i]::-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}

input[type="email" i]::-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}

input[type="tel" i]::-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}
input[type="number" i]::-ms-input-placeholder {
    color: #c46f4d;
    opacity: 1;
}
textarea::placeholder {
    color: #c46f4d !important;
    opacity: 1;
}

.form-control-lg {
    height: calc(2.2em + .75rem + 15px);
    padding: .375rem 1rem;
    font-size: 1.0625rem;
    line-height: 2.2;
    border-radius: 2px;
    font-weight: 300;
}

.scroll-top-info {
    position: fixed;
    bottom: 30px;
    right:0!important;
    height: 46px;
    width: 46px;
    font-weight: 300;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.body-scrolled .scroll-top-info {
    bottom: 55px;
    right: 0!important;
    opacity: 1;
}

.scroll-top-info:hover {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.scroll-top-info .fa {
    font-size: 24px;
    margin-bottom: 4px;
}

.border-radius {
    border-radius: 0.25rem 0.25rem 0 0!important;
}

.br-card {
    border-radius: 15px !important;
}

.br-card-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.br-card-bottom {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.mh-65px {
    min-height: 65px;
}

.w-130 {
    width: 130px!important;
}

#p-mb p {
    margin-bottom: 1px!important;
}
#modal-p p {
    margin-bottom: 8px!important;
}

#impressum p {
    margin-bottom: 1px!important;
}

.pswp__caption__center {
    text-align: center!important;
    max-width: 420px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold!important;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.section-header p {
    font-size: inherit;
}


/* MEDIA QUERIES */

@media (max-width: 992px) {
    .nav-navbar .nav {
        min-width: 17rem;
    }
}

@media (max-width: 640px) {
    .c-h {
        height: 40vh !important;
        min-height: 450px !important;
        padding-top: 40px !important;
        min-width: 100%;
    }

    .c-h-2 {
        height: 40vh !important;
        min-height: 485px !important;
        padding-top: 40px !important;
        overflow-x: hidden;
        min-width: 100%;
    }

    .h-fullscreen, .h-100vh, .h-mob {
        height: 80vh !important;
    }

    .custom-control-label::before {
        width: 2.19rem;
        height: 1.425rem;
        background-color: white;
    }

}

@media (max-width: 520px) {
    .display-1 {
        font-size: 3rem;
    }

    .display-2 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 1.8rem;
    }

    .overlap-card {
        height: auto;
    }

    .lead-6 {
        font-size: 1.6rem !important;
    }

    .lead-5 {
        font-size: 1.375rem !important;
    }

    .navbar-brand img {
        vertical-align: middle;
        max-height: 75px;
        max-width: 255px;
    }

    .h-fullscreen, .h-100vh, .h-mob {
        height: 70vh !important;
    }

    .book-cats-wrapper .section-title {
        background: #d0e1e7;
        max-width: 345px;
        margin: auto auto;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .display-1 {
        font-size: 2.5rem;
    }

    .display-2 {
        font-size: 2rem;
    }

    .display-3 {
        font-size: 2.1rem;
        font-weight: 200;
        line-height: 1.5;
    }

    .display-4 {
        font-size: 1.8rem;
        font-weight: 200;
        line-height: 1.5;
    }

    .h6 {
        font-size: .8rem;
    }

    .navbar-brand img {
        vertical-align: middle;
        max-height: 60px;
        max-width: 225px;
    }

    .h-fullscreen, .h-100vh, .h-mob {
        height: 60vh !important;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    .book-cats-wrapper .section-title {
        background: #d0e1e7;
        max-width: 345px;
        margin: auto auto;
        text-align: center;
    }

}

@media (max-width: 380px) {
    .display-1 {
        font-size: 2.2rem;
    }

    .display-2 {
        font-size: 1.8rem;
    }

    .display-3 {
        font-size: 2.1rem;
        font-weight: 200;
        line-height: 1.5;
    }

    .display-4 {
        font-size: 1.8rem;
        font-weight: 200;
        line-height: 1.5;
    }

    .h6 {
        font-size: .6rem;
    }

    .navbar-brand img {
        vertical-align: middle;
        max-height: 50px;
        max-width: 215px;
    }
}

@media (max-width: 355px) {
    .navbar-brand img {
        vertical-align: middle;
        max-height: 40px;
        max-width: 205px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 85%;
        margin: 2rem auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 75%;
        margin: 2rem auto;
    }
}

@media (max-width: 767.98px) {
    .timeline::before {
        left: 9px!important;
    }
}


@media (max-width: 992px) {
    .navbar-expand-lg .nav-navbar:not(.nav-inline) > .nav-item > .nav-link, .navbar-expand-lg .nav-navbar:not(.nav-inline) > .nav-link {
        min-height: inherit;
        line-height: inherit;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.95rem;
        text-transform: uppercase;
        color: #ffffff;
    }

    .navbar-dark .nav-navbar > .nav-item > .nav-link, .navbar-dark .nav-navbar > .nav-link, .navbar-stick-dark.stick .nav-navbar > .nav-item > .nav-link, .navbar-stick-dark.stick .nav-navbar > .nav-link {
        color: #ffffff !important;
    }

    .navbar-open .navbar .nav-navbar > .nav-item.show > .nav-link, .navbar-open .navbar .nav-navbar > .nav-item:hover > .nav-link, .navbar-open .navbar .nav-navbar > .nav-link.show, .navbar-open .navbar .nav-navbar > .nav-link:hover {
        color: #ffffff;
        font-weight: 400;
    }

    .navbar-expand-lg .navbar-mobile {
        flex-direction: column;
        align-items: flex-start;
        width: 350px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -350px;
        bottom: 0;
        padding: 20px;
        background-color: #2d3142;
        overflow-y: auto;
        overflow-x: hidden;
        transition: left 0.3s ease;
        z-index: 1002;
    }

    .cl-effect-4 a::after {
        position: absolute;
        top: 75%;
        left: 10px;
        width: 25%;
        height: 2px;
        background: #fff;
        content: '';
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .navbar-expand-lg .nav-navbar:not(.nav-inline) > .nav-item > .nav {
        display: none;
        border-left: 1px dashed rgba(0, 0, 0, 0.08);
        margin-left: 8px;
    }

    .nav-navbar .nav-item {
        position: relative;
        width: 80%;
        line-height: 1.7;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1340px;
    }

    .w-lg-80 {
        width: 80% !important;
    }
}