@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root, [data-theme=light] {
    --primary_color: 106, 153, 78, 1;
    --secondary_color: 56, 102, 65, 1;
    --third_color: 106, 153, 78, 0.25;
    --fourth_color: 106, 153, 78, 0.50;
    --fifth_color: 106, 153, 78, 0.75;
    --sixth_color: 56, 102, 65, 0.25;
    --seventh_color: 56, 102, 65, 0.50;
    --eighth_color: 56, 102, 65, 0.75;
    --selectable: 106, 153, 78, 0.65;
    --selectable_hover: 106, 153, 78, 0.95;
    --booked: 220, 53, 69, 1;
    --notselectable: 158, 182, 199, 1;
    --header: 43, 43, 43, 1;
    --nav_link: 207, 207, 207, 1;
    --nav_link_hover: 255, 255, 255, 1;
    
    --background_color: 243, 244, 249, 1;
    --button_color: 26, 135, 84, 1;
    --button_border: 26, 135, 84, 1;
    --button_text: 255, 255, 255, 1;
    --button_color_hover: 26, 135, 84, 0.75;
    --button_border_hover: 26, 135, 84, 0.75;
    --button_text_hover: 255, 255, 255, 0.75;
    
    --white_color: 255, 255, 255;
    --dark_color: 0, 0, 0;
    --transition: .3s;
    --color: rgb(243, 244, 249);
    --bs-border-radius: .25rem;
    --bs-border-radius-xxl: var(--bs-border-radius);
    --bs-border-radius-xl: var(--bs-border-radius);
    --bs-border-radius-lg: var(--bs-border-radius);
    --bs-border-radius-md: var(--bs-border-radius);
    --bs-border-radius-sm: var(--bs-border-radius);
}
[data-theme=dark] {
    --primary_color: 53, 60, 204, 1;
    --secondary_color: 50, 150, 233, 1;
    --background_color: 240, 241, 254, 1;
    --third_color: 56, 102, 65, 1;
    --fifth_color: 56, 102, 65, 1;
    --white_color: 0, 0, 0;
    --dark_color: 255, 255, 255;
}
html, body {
    height: 100% !important;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: rgba(var(--background_color));
    display: flex;
    flex-direction: column;
}
* {
    font-family: 'Montserrat', sans-serif;
}
p {
    margin: 0;
}
/* EXTRA START */
.swal2-container-custom {
    background: rgba(0,0,0,.8) !important;
}
.swal2-content-custom {
    background: transparent !important;
    color: #FFF !important;
}
.nav-tabs-custom {
    border-bottom: 1px solid rgba(var(--secondary_color)) !important;
}
.nav-tabs-custom .nav-link {
    color: #fff;
    background-color: rgba(var(--primary_color));
    border-color: rgba(var(--primary_color));
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}
.nav-tabs-custom .nav-link.active,
.nav-tabs-custom .nav-link:hover {
    background-color: rgba(var(--secondary_color));;
    border-color: rgba(var(--secondary_color));
}
.select-image {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    text-align: left !important;
}
body.swal2-height-auto {
    height: 100% !important;
}
.make-hidden {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.bg-none,
.bg-transperant {
    background-color: transparent !important;
}
.dts:before {
    left: auto !important;
}
.editable-buttons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
o::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F4C7";
    margin-right: 5px;
    color: var(--bs-success);
}
.next {
    background-color: rgba(var(--button_color));
    border-color: rgba(var(--button_border));
    color: rgba(var(--button_text));
}
.next:hover,
.next:focus,
.next.active,
.next:active {
    background-color: rgba(var(--button_color_hover)) !important;
    border-color: rgba(var(--button_border_hover)) !important;
    color: rgba(var(--button_text_hover)) !important;
}
.back {
    background-color: rgba(var(--button_back_color));
    border-color: rgba(var(--button_back_border));
    color: rgba(var(--button_back_text));
}
.back {
    background-color: rgba(var(--button_back_color));
    border-color: rgba(var(--button_back_border));
    color: rgba(var(--button_back_text));
}
.back:hover {
    background-color: rgba(var(--button_back_color_hover));
    border-color: rgba(var(--button_back_border_hover));
    color: rgba(var(--button_back_text_hover));
} 
.cursor-pointer {
    cursor: pointer;
}
.bg-custom {
    background-color: rgba(var(--background_color)) !important;
}
.bg-custom1 {
    background-color: rgba(var(--third_color)) !important;
}
.bg-custom2 {
    background-color: rgba(var(--sixth_color)) !important;
}
.bg-custom3 {
    background-color: rgba(var(--primary_color)) !important;
}
.bg-custom4 {
    background-color: rgba(var(--secondary_color)) !important;
}
.border-custom1 {
    border-color: rgba(var(--third_color)) !important;
}
.border-custom2 {
    border-color: rgba(var(--sixth_color)) !important;
}
.card-custom {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.text-custom {
    color: rgba(var(--primary_color)) !important;
}
.fw-semibold {
    font-weight: 600;
}
.btn-outline-custom {
    --bs-btn-color: rgba(var(--primary_color));
    --bs-btn-border-color: rgba(var(--primary_color));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--primary_color));
    --bs-btn-hover-border-color: rgba(var(--primary_color));
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--primary_color));
    --bs-btn-active-border-color: rgba(var(--primary_color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--primary_color));
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(var(--primary_color));
    --bs-gradient: none;
}
.btn-outline-custom-disabled {
    --bs-btn-color: rgba(var(--primary_color));
    --bs-btn-border-color: rgba(var(--primary_color));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--primary_color));
    --bs-btn-hover-border-color: rgba(var(--primary_color));
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--primary_color));
    --bs-btn-active-border-color: rgba(var(--primary_color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--primary_color));
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(var(--primary_color));
    --bs-gradient: none;
    opacity: .65;
}
.btn-outline-custom-disabled:hover,
.btn-outline-custom:hover {
    color: #fff !important;
    background-color: rgba(var(--primary_color)) !important;
    border-color: rgba(var(--primary_color)) !important;
}
.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--primary_color));
    --bs-btn-border-color: rgba(var(--primary_color));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--secondary_color));
    --bs-btn-hover-border-color: rgba(var(--eighth_color));
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--secondary_color));
    --bs-btn-active-border-color: rgba(var(--eighth_color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--primary_color));
    --bs-btn-disabled-border-color: rgba(var(--primary_color));
}
.cursor-drag {
    cursor: grabbing;
}
.ui-state-highlight {
    background-color: rgb(53, 53, 53);
    min-height: 72px;
    margin-left: .75rem;
    margin-right: .75rem;
    width: calc(25% - 1.5rem);
    opacity: .5;
    padding: 0;
    border-radius: var(--bs-border-radius);
}
.mt-6 {
    margin-top: 4rem;
}
.form-control.active {
    box-shadow: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--bs-border-color);
}
.dont-validate.is-valid, .was-validated .dont-validate:valid {
    border-color: var(--bs-border-color) !important;
}
.dont-validate.is-valid:not([multiple]):not([size]), .dont-validate.is-valid:not([multiple])[size="1"], .was-validated .dont-validate:valid:not([multiple]):not([size]), .was-validated .dont-validate:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none !important;
}
.form-select:focus {
    border-color: rgba(var(--fifth_color));
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--third_color));
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(var(--fifth_color));
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--third_color));
}
.custom-header {
    background-color: rgba(var(--header));
}
.custom-nav-link {
    color: rgba(var(--nav_link));
}
.custom-nav-link:hover,
.custom-nav-link:focus,
.custom-nav-link.active {
    color: rgba(var(--nav_link_hover)) !important;
}
/* EXTRA END */
/* HEADER START */
header .header {
    padding: 1.97rem 0;
}
header .header .header-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
header .header .header-item .item-content {
    line-height: 18px;
}
header .header .header-item .item-head {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    color: #000;
}
header .header .header-item .item-text {
    font-size: .95rem;
    display: block;
}
header .navigation {
    background: linear-gradient(180deg,#1F59BC 0%,#266FEC 100%);
}
.rounded-custom-group {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: var(--secondary);
    color: #fff;
}
.rounded-custom-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}
/* HEADER END */
/* Oliver - Custom */
/* Header - Start */
.info-nav {
    background-color: #263238;
    border-bottom: 1px solid #687074;
}
.info-nav i {
    color: #687074;
}

.socials {
    margin-left: 1rem;
}

.facebook {
    margin-right: 0.5rem;
}

.nav-info a {
    color: #B3885F;
    margin: 0.5rem; 
}

@media (min-width:901px) {
    .nav-info {
        text-align: end;
    }
}

@media (min-width:901px) and (max-width:957px) {
    .nav-info {
        font-size: 0.92rem;
    }
}

.vis-mere {
    display: none;
}

@media (min-width:991px) and (max-width:1246px) {
    .virksomheden, .Miljø, .Kontakt, .Priser {
        display: none;
    }

    .vis-mere {
        display: block;
    }
}

@media (max-width:500px) {
    .logo {
        width: 175px;
    }

    .logo-span {
        display: block;
    }
}

.info-nav-phone {
    margin-left: 0.5rem;
}
.sub-menu-questions:hover .questions-menu, .sub-menu-showMore:hover .showMore-menu {
    display: block;
}

.dropdown-menu {
    background-color: #000;
    padding-top: 0px;
    padding-bottom: 0px;
}

.showMore-menu {
    left: -150px;
}

.links-dropdown {
    color: #FFF;
}

.dropdown-menu a {
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #000;
}

.dropdown-item:hover .links-dropdown {
    color: #B3885F;
    background-color: #000;
}

.nav-picture {
    margin-left: 1rem;
    width: 160;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.logo-text {
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

@media (max-width: 1025px) {
    .nav-picture {
        margin-right: 2rem;
    }
}

@media (max-width: 991px) {
    .logo {
        height: 75px;
    }
}

@media (max-width: 900px) {
    .socials {
        display: none;
    }

    .nav-info {
        text-align: center;
    }
}

.navbar-toggler-button {
    color: #FFF;
    background-color: #FFF;
}
/* Header - End */
/* Footer - Start */
.footer {
    background-color: #1C2429;
} 

.custom-hr {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    border-color: #687074;
    opacity: 100%;
}

.footer-copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #1C2429;
    text-decoration: none;
}

.trustPilot {
    padding: 15px;
    background-color: #FFF;
    justify-content: center;
    justify-items: center;
}

.picture-container {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer-main-boxes {
    margin-bottom: 2rem;
}

.footer-main-boxes:first-child {
    margin-top: 1rem;
}

.footer-politik a {
    font-size: 1.25rem;
    color: #685647;
}
.footer-politik a:hover {
    text-decoration-color: #B38865;
}
.privatLife{
    margin-right: 0.5rem;
}
.cookiePolitic{
    margin-left: 0.5rem;
}
.your-local {
    font-size: 1.25rem;
    color: #B38865;
}
.local {
    text-decoration: underline;
    text-decoration-color: #B38865;
}

.red-barnet {
    max-height: 156px;
    height: auto;
}
@media (max-width: 460px) {
    .red-barnet {
        height: 100px;
    }
}

/* Footer - End */
/* CLIENT START */
.booking-client {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--white_color));
    display: grid;
    grid-template-columns: minmax(max-content, auto) 1fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas:
        "client-brand client-panelheader"
        "client-sidebar client-content";
}
.client-brand {
    width: 250px;
    height: 100%;
    padding: 0.5rem 1rem;
    transition: all var(--transition) ease-out;
}
.client-sidebar {
    width: 250px;
    height: calc(100vh - 61px);
    display: flex;
    flex-direction: column;
    transition: all var(--transition) ease-out;
}
.sidebar-menu {
    /* height: calc(100% - 111px); */
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar-menu-wrapper, .sidebar-footer {
    padding: .85rem;
}
.sidebar-menu .sidebar-list:first-child {
    margin-top: 0;
}
.sidebar-list-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    position: unset !important;
    padding: 0.25rem 0 0 0;
}
.sidebar-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: .25rem 0 0 0;
    position: unset !important;
}
.sidebar-item {
    margin-bottom: 0.25rem;
}
.sidebar-head {
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar-link, .sidebar-dropitem {
    color: rgba(var(--dark_color), 50%) !important;
    border: 1px solid transparent;
    font-size: .95rem;
    font-weight: 600;
    padding: .3rem .75rem;
    display: flex;
    align-items: center;
    text-align: start;
    border-radius: 5px;
    margin: 0;
    text-decoration: none;
    transition: all var(--transition);
}
.sidebar-dropitem {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    color: rgba(var(--white_color), 90%) !important;
    padding-left: 0;
    padding-right: 0;
}
.sidebar-link:hover, 
a.sidebar-dropitem:hover,
.sidebar-link:active,
.sidebar-link.active,
.sidebar-link:focus {
    color: rgba(var(--dark_color), 80%) !important;
    background-color: rgba(var(--background_color));
    border: 1px solid rgba(var(--dark_color), 5%);
}
.sidebar-link:hover i, 
a.sidebar-dropitem:hover i,
.sidebar-link.active i, 
a.sidebar-dropitem.active i {
    color: rgba(var(--primary_color));
}
.client-content {
    overflow: auto;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 .25rem rgba(0,0,0,.075) !important;
    background-color: rgba(var(--background_color));
    border-radius: var(--bs-border-radius);
}
.client-content .content-wrapper {
    padding: 1.5rem;
}
.nav-tabs {
    border-bottom: 0 !important;
}
.nav-tabs .nav-link {
    background-color: rgba(var(--dark_color), 25%);
    border: 0 !important;
    color: #fff;
    box-shadow: none !important;
    margin: 0;
    font-weight: 500;
}
.stripedBackground {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        #b3b3b396 10px,
        #b3b3b396 20px
    );
}
.stripedBackground {
	background: repeating-linear-gradient(
		45deg,
		transparent,
		transparent 10px,
		#b3b3b396 10px,
		#b3b3b396 20px
	);
}
/* CLIENT END */

/* CALENDAR START */
#buttons {
    margin-top: 1rem;
    min-height: 38px;
}
#calendarTable td {
    height: 55px;
    position: relative;
}
.calendar-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#selectable:hover, #selectable.active, #selectable:focus {
    background-color: rgba(var(--selectable_hover));
    height: 45px;
    width: 45px;
}
#selectable {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--selectable));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .2s;
}
.pcr-button {
    width: 100% !important;
}
#notselectable:hover, #notselectable.active, #notselectable:focus, #notselectable.booked {
    background-color: rgba(var(--booked));
}
#notselectable, #unavailable {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--notselectable));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .2s;
}
#unavailable {
    cursor: default;
}
.address-box {
    position: relative;
}
.selectize-dropdown {
    background: #fff;
    border-top: 0 !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    z-index: 2;
}
.selectize-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.selectize-input.input-active {
    box-shadow: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--bs-border-color);
}
.address-box .address-content .address-link {
    cursor: pointer;
}
.selectize-dropdown-content div {
    padding: .25rem .75rem;
    transition: all .1s ease-in-out;
}
.selectize-dropdown-content div:hover,
.selectize-dropdown-content div.active {
    background-color: rgba(var(--third_color));
}
.thumbnail-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#images-result {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#images-result .thumbnail {
    height: 50px;
}
.delete-image {
    opacity: 0;
    position: absolute;
    inset: 0;
    margin: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    border: 0;
    background: var(--bs-danger);
    color: #fff;
    font-size: 1.4rem;
    transition: all .2s ease-in-out;
    width: 35px;
    height: 35px;
    margin: auto;
}
.thumbnail-content:hover .delete-image {
    opacity: 1;
}
/* CALENDAR END */
/* MEDIA START */
@media print {
    .noPrint{
        display:none;
    }
}
/* MEDIA END */