:root {
--base-color: #1A1919;
--base-color-hover: #323131;
--base-text-color: #525252;
}
a { 
color: var(--base-color);
}
a:focus, a:hover {
color: var(--base-color-hover);
}
img {
max-width: 100%;
height: auto;
}
.no-scroll {
overflow: hidden;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-family: "liebling", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: var(--base-text-color);
background-color: #F5F5F5;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
color: var(--base-color);
text-decoration: none;
font-weight: 600;
line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
color: var(--base-color) !important;
text-decoration: none !important;
}
section {
padding-top: 85px;
padding-bottom: 85px;
}
.grid-sektion-overskrift {
margin-bottom: 45px;
}
.py-5 {
padding-top: calc(1em * 4);
padding-bottom: calc(1em * 4);
}
@media screen and (min-width: 1255px) {
.extra-col-spacing {
margin-left: -50px !important;
margin-right: -50px !important;
}
.extra-col-spacing > * {
padding-left: 50px !important;
padding-right: 50px !important;
}
}
@media screen and (max-width: 767px) {
.reverse-on-mobile {
flex-direction: column-reverse !important;
}
} .c-btn-primary {
border-radius: 25px;
background-color: var(--base-color);
color: #FFF !important;
text-decoration: none !important;
padding: 1.6rem 2.5rem;
text-transform: uppercase;
outline: none;
border: none;
line-height: 1;
font-size: 15px !important;
transition: all 0.3s;
display: inline-block;
}
.c-btn-primary:hover {
background-color: var(--base-color-hover);
}
.c-btn-primary.btn-slide {
background-color: #FFF !important;
color: var(--base-color) !important;
border: none !important;
}
.c-btn-primary.btn-slide:hover {
background-color: #C5C5C5 !important;
}
.btn-no-style {
border: none;
padding: 0;
margin: 0;
outline: none;
background: unset;
color: var(--base-color);
}
.go-back {
display: flex;
align-content: center;
font-size: 18px;
font-weight: 600;
color: var(--base-color);
}
.go-back:hover {
color: var(--base-color-hover) !important;
text-decoration: none !important;
}
.go-back:hover svg {
margin-right: 12px;
}
.go-back svg {
width: 22px;
margin-right: 8px;
transition: margin-right .3s;
}
.go-back span {
padding-top: 3px;
}
.spacer {
height: 1.2px;
width: 100%;
background-color: #D5D5D5;
display: block;
} .grid-item-img {
margin-bottom: 20px;
height: 280px;
width: 100%;
background-size: cover !important;
background-position: center !important;
}
.icon-bullet {
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
color: var(--base-color);
transition: all .3s;
line-height: 1;
}
.icon-bullet span {
margin-top: 3px;
}
.icon-bullet:hover {
color: var(--base-color-hover);
}
.icon-bullet svg {
width: 16px;
height: auto;
}
.adresser {
margin-top: 15px;
display: flex;
flex-direction: column;
gap: 6px;
}
.grid-col:not(:last-child) {
margin-bottom: 45px;
}
.grid-col h3 {
margin-top: 0;
}
@media screen and (max-width: 991px) {
.mobile-mb-col {
margin-bottom: 45px;
}
.mobile-mt-col {
margin-top: 45px;
}
}
@media screen and (max-width: 767px) {
.grid-col {
width: 100%;
}
} .gallery-row {
display: flex;
flex-wrap: wrap;
}
.gallery-item {
width: 50%;
height: 180px;
background-size: cover !important;
background-position: center !important;
}
@media screen and (min-width: 992px) {
.gallery-item {
width: calc(100% / 3);
height: 250px;
}
}
@media screen and (min-width: 1200px) {
.gallery-item {
width: 25%;
}
}
@media screen and (min-width: 1400px) {
.gallery-item {
height: 350px;
}
}
@media screen and (min-width: 1600px) {
.gallery-item {
height: 400px;
}
} #main-header {
display: flex;
flex-direction: row;
overflow-x: hidden;
}
.header-sidebar {
width: 380px;
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
padding: 30px 30px 60px;
justify-content: space-between;
background-color: #FFF;
z-index: 99999;
overflow-y: auto;
}
.header-sidebar-main {
display: flex;
flex-direction: column;
align-items: center;
gap: 60px;
}
.header-content {
padding: 0;
position: relative;
width: calc(100% - 380px);
max-height: 100vh;
}
.logo-image {
width: 250px;
height: auto;
}
.sidebar-menu {
display: flex;
flex-direction: column;
gap: 1.8rem;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.sidebar-menu li a {
font-size: 18px;
color: var(--base-color);
}
.top-swiper {
overflow-x: hidden;
height: 100vh;
width: 100%;
}
.background-video {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
z-index: 0;
}
li.current_page_item.menu-item-type-post_type a {
font-weight: bold;
}
.swiper-slide {
position: relative;
width: 100% !important;
height: 100% !important;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.swiper-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
max-height: 100vh !important;
z-index: 1;
background: linear-gradient(230deg, transparent, rgb(0 0 0 / 40%), rgba(0, 0, 0, 0.6));
}
.slide-content {
position: absolute;
width: calc(100% - 200px);
bottom: 200px;
transform: translateX(-50%);
left: 50%;
z-index: 9;
font-size: 18px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.slide-content-inner {
width: 650px;
max-width: 100%;
}
.slide-content h2 {
font-size: 72px;
color: #FFF;
text-shadow: 0 0 12px rgba(0,0,0,0.12);
}
.swiper-pagination {
right: 80px;
bottom: 120px;
transform: unset !important;
display: flex;
gap: 15px;
}
.swiper-button-next, .swiper-button-prev {
background-color: var(--base-color);
width: 55px;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
transition: background-color .3s;
position: relative !important;
right: unset;
left: unset;
top: unset;
margin: 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
background-color: var(--base-color-hover);
}
.swiper-button-next::after, .swiper-button-prev::after {
color: #FFF !important;
font-size: 24px !important;
}
@media screen and (min-width: 1200px) {
.header-sidebar {
border-right: 1px solid #EEE;
}
.mobile-menu-trigger {
display: none !important;
}
}
@media screen and (max-width: 1199px) {
.header-sidebar {
display: none;
}
.mobile-menu-trigger {
display: flex !important;
}
.header-content {
width: 100% !important;
}
}
@media screen and (max-width: 767px) {
.slide-content {
width: calc(100% - 50px);
bottom: 220px;
}
.slide-content h2 {
font-size: 48px;
}
.swiper-pagination {
right: 25px;
bottom: 120px;
}
}
.single-events-date {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.single-events-date .icon-bullet {
margin-bottom: 0;
}
.content-block {
margin-top: 20px;
}
.post-date {
margin-top: 20px;
}
.header-contact {
display: flex;
gap: 1.2rem;
justify-content: center;
}
.header-contact a {
display: flex;
gap: 8px;
font-size: 16px;
color: var(--base-color);
font-weight: 600;
align-items: center;
}
.header-contact a span {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--base-color);
border-radius: 50%;
transition: all .3s;
}
.header-contact a span svg {
width: 1.6rem;
height: auto;
fill: #FFF;
}
.header-contact a:hover span {
background-color: var(--base-color-hover);
}
.header-sidebar-contact {
margin-top: 50px;
} #mobile-menu {
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
padding: 30px 30px 100px;
justify-content: space-between;
background-color: #FFF;
overflow-y: auto;
width: 380px;
max-width: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
transform: translateX(-100%);
transition: transform 0.3s ease;
z-index: 9999999;
}
#mobile-menu .header-sidebar-main {
gap: 45px !important;
}
.mobile-menu-overlay {
display: none;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 999999;
cursor: crosshair;
}
#mobile-menu.show {
display: flex !important;
transform: translateX(0);
}
.mobile-menu-trigger {
position: fixed;
top: 20px;
left: 20px;
z-index: 9999999;
background-color: #FFF;
color: var(--base-color);
width: 60px;
height: 60px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all .3s;
border: 1px solid #EEE;
box-shadow: 0 0 6px rgb(61 61 61 / 20%);
}
.mobile-menu-trigger:hover {
background-color: #C5C5C5;
border-color: #C5C5C5;
}
.mobile-menu-trigger svg {
fill: var(--base-color);
width: 28px;
height: auto;
}
@media screen and (max-width: 767px) {
#mobile-menu {
width: 320px;
}
} #main-footer {
background-color: var(--base-color);
}
.footer-contact {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.footer-contact a {
display: flex;
gap: 10px;
font-size: 20px;
color: #FFF;
font-weight: 600;
align-items: center;
}
.footer-contact a span {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background-color: #FFF;
border-radius: 50%;
}
.footer-contact a span svg {
width: 1.6rem;
height: auto;
fill: var(--base-color);
}
.footer-widget .wp-block-heading:first-child {
margin-top: 0;
}
.footer-widget * {
color: #FFF;
}
#menu-footer-menu {
margin: 0;
padding: 0;
list-style: none;
}
#menu-footer-menu li:not(:last-child) {
margin-bottom: 1rem;
}
#menu-footer-menu li a {
text-decoration: underline;
color: #FFF !important;
}
#menu-footer-menu li a:hover {
text-decoration: none;
}
#mce-FNAME, #mce-EMAIL {
color: var(--base-color) !important;
} .text-img-container {
width: 100%;
max-width: 100%;
display: flex;
flex-direction: column;
padding: 0 50px;
gap: 40px;
align-items: center;
}
.text-img-container.text-align-left {
margin-right: 0;
margin-left: auto;
}
.img-col {
flex: 2;
}
.text-col {
flex: 1;
}
.citat-author {
margin-top: 30px;
font-size: 18px;
}
@media screen and (min-width: 992px) {
.text-img-container {
gap: 80px;
flex-direction: row;
}
}
@media screen and (min-width: 1200px) {
.text-img-container {
width: 1200px;
}
}
@media screen and (min-width: 1400px) {
.text-img-container {
width: 1400px;
}
}
@media screen and (min-width: 1800px) {
.text-img-container {
width: 1800px;
}
}
@media screen and (min-width: 2200px) {
.text-img-container {
width: 2000px;
}
}
@media screen and (max-width: 767px) {
.mobile-row-reverse {
flex-direction: row-reverse;
}
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
} .tabs {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 55px;
flex-wrap: wrap;
}
.tab-button {
border: 2px solid var(--base-color);
background-color: #FFF;
color: var(--base-color);
border-radius: 35px;
padding: 1.2rem 2.5rem 1rem 2.5rem;
display: block;
transition: background-color .3s;
}
.tab-button:hover {
background-color: #f5f5f5;
}
.tab-button.active {
background-color: var(--base-color);
color: #fff;
}
.grid-read-more {
font-size: 18px;
color: var(--base-color);
transition: color .3s;
}
.grid-read-more::after {
content: "»";
font-size: 20px;
margin-left: 8px;
}
.grid-read-more:hover {
color: var(--base-color-hover);
} .segment-row, .event-row, .koncepter-row, .standard-row, .job-row {
display: flex !important;
flex-wrap: wrap;
} #booking-dialog {
position: fixed;
z-index: 9999999;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
align-items: center;
justify-content: center;
}
.booking-dialog-inner {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.modal-content {
background: white;
padding: 2rem;
border-radius: 8px;
max-width: calc(100% - 30px);
width: 400px;
text-align: center;
}
.booking-step {
display: none;
}
.booking-step.active {
display: block;
}
.dialog-choise {
padding: 1rem;
background: #F0F0F0;
border-radius: 8px;
cursor: pointer;
width: 100%;
display: block;
color: var(--base-color) !important;
text-decoration: none !important;
transition: background-color .2s;
}
.booking-step .h3 {
margin-bottom: 20px;
margin-top: 0;
}
.booking-step > .dialog-choise:not(:last-child) {
margin-bottom: 1rem;
}
.dialog-choise:hover {
background: #E5E5E5 !important;
}
.restaurant-choise:hover, .step2-option:hover {
background: #e0e0e0;
}
.booking-dialog-inner {
cursor: crosshair;
}
.modal-content {
cursor: auto;
} .job-row {
margin-top: 50px;
}
.job-inner {
padding: 20px;
border: 1px solid var(--base-color);
}
.job-titel {
margin-top: 0 !important;
}
.job-sted {
display: flex;
gap: 6px;
align-items: center;
color: var(--base-color);
}
.job-sted span {
line-height: 1;
font-weight: 500;
}
.job-sted svg {
width: 14px;
height: auto;
}
.job-frist {
margin-top: 10px;
}
.job-frist span {
color: var(--base-color);
font-weight: 500;
}
.job-desc {
margin: 15px 0;
}
.job-desc p:last-child {
margin-bottom: 0;
}
.job-menu-item a {
position: relative;
}
.job-menu-item a:hover span {
text-decoration: none !important;
}
span.job-count {
background: red;
color: #FFF;
width: 20px;
height: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 500;
position: absolute;
left: 120%;
top: -20%;
}