@font-face {
  font-family: Optima;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/342A53_0_0.woff2') format('woff2'),
    url('../fonts/342A53_0_0.woff') format('woff');
}
@font-face {
  font-family: Optima;
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src:
    url('../fonts/342A53_2_0.woff2') format('woff2'),
    url('../fonts/342A53_2_0.woff') format('woff');
}
@font-face {
  font-family: Optima;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/342A53_1_0.woff2') format('woff2'),
    url('../fonts/342A53_1_0.woff') format('woff');
}


nav ul#primary-menu > li.tilbud a {
    border: 1px solid #c18945;
    background: #c18945;
    padding: 6px 16px;
    text-transform: uppercase;
    font-size: 12px;
}
nav ul#primary-menu > li.tilbud a:hover {
	background: transparent;
}
nav ul#primary-menu > li:after {
	content: none !important;
}

section#noresults {
    background: #ffffff;
    color: black;
    padding: 40px 0;
    margin: -60px 15px 0px 15px;
}
section#noresults h3 {
    color: black;
}	
	
.pum-theme-181 .pum-title, .pum-theme-lightbox .pum-title {
	text-align: center !important;
}
.pum-theme-181 .pum-container, .pum-theme-lightbox .pum-container {
	border: none !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    background-color: rgba(255, 255, 255, 0.90);
	padding-top: 50px !important;
    padding-bottom: 50px !important;
}

body {
    font-family: Optima;
    font-style: normal;
    font-weight: normal;
    background: #080b11;
    color: #d8d8d8;
    padding: 0;
	opacity: 0;
	font-size: 15px;
	overflow-x: hidden;
	position: relative;
}

#fl-image-slider {
	margin: 0;
	padding: 0;
}
.fl-bs .slick-image-slider-image {
    max-height: unset !important;
}
.page-template-overview-template .single-bil .pagecontent > .container {
	background: #ffffff;
	top: -60px;
    position: relative;
    margin-bottom: -20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
}
.page-template-overview-template .single-bil #content .pagecontent > .container .contentPage {
    max-width: 1000px !important;
	margin: 0 auto;
	top: unset;
    position: relative;
    margin-bottom: 0;
    box-shadow: unset;
}

.page-template-overview-template #wrapper:not(.single-bil) .pagecontent > .container {
	max-width: 100% !important;
	width: 100%;
}

.col-12.infobokse {
    margin-top: 40px;
}


#wrapper {
	position: relative;
	overflow: hidden;
}

body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #080B11;
}
body::-webkit-scrollbar-thumb {
  background-color: #cc8735;
  border-radius: 0;
  border: none;
}

div#cookie-consent {
    font-size: 13px;
    background: black;
    background: rgba(22, 26, 33, 0.2);
    /*-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
    position: fixed;
    right: 0;
    max-width: 450px;
    padding: 20px;
    bottom: 30px;
    z-index: 99999;
}
div#cookie-consent a {
    color: #ffffff;
}
div#cookie-consent a svg {
    fill: #ffffff;
    width: 70px;
    margin-right: 20px;
}

div#right-panel {
    position: fixed;
    z-index: 99;
    right: -180px;
    top: calc(50% - 105px);
    display: flex;
    flex-direction: column;
}
div#right-panel a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
    box-shadow: -2px 5px 20px rgb(0 0 0 / 40%);
    background: rgba(22, 26, 33, 0.4);
    /*-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
    color: #ffffff !important;
    transition: all .3s ease;
    margin: 5px 0;
    right: 0;
}
div#right-panel a:hover {
    right: 180px;
    background: #cc8735;
}
div#right-panel a .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-size: 25px;
}
div#right-panel a .icon svg {
    width: 100%;
    fill: #ffffff;
}
div#right-panel a .info {
    width: max-content;
    display: block;
}


section#instagram {
    position: relative;
    padding: 80px 0;
    background: #000000;
	color: #ffffff;
}
section#instagram h2 {
	margin-bottom: 30px;
}
section#instagram a {
	color: #ffffff !important;
}
section#followus {
    position: relative;
    padding: 80px 0;
    background: #080b11;
	background: url(/wp-content/uploads/background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobilefb {
    position: absolute;
    top: -210px;
    right: 0;
	width: 336px;
}
.mobilefb .phonecontainer {
    position: absolute;
    top: -73px;
    width: 375px;
    left: -20px;
}
.mobilefb .phonecontainer img {
    position: absolute;
}


/* GLOBAL CSS */
/* -------------------------------------------------------------------------------- */
body.loaded {
  opacity: 1;
  transition: 1s opacity;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #ffffff;
}

p { margin: 0; }
p + p { margin-top: 20px; }

a {
	color: #000000;
	text-decoration: none !important;
}

a,
ul#primary-menu > li:after,
ul.sub-menu,
.transition {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

/*section,
.pagecontent,
footer#footer {
	padding-left: 15px !important;
	padding-right: 15px !important;
}*/

.container {
    max-width: 1344px !important;
	width: 100% !important;
}
.container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
/* -------------------------------------------------------------------------------- */
.cta {
    background: #cc8735;
    color: #ffffff;
	
    border: none;
    padding: 15px 30px;
    font-size: 15px;
    display: inline-block;
	cursor: pointer;
	box-shadow: 0 6px 30px rgba(0,0,0,.2);
}
.cta:hover {
	opacity: 0.8;
	color: #ffffff;
	transform: translateY(-4px);
}
.cta2 {
	background: #ffffff;
	color: #575756;
}
.cta2:hover {
	color: #575756;
}
.cta.cta-small {
	font-size: 13px;
	padding: 10px 15px;
}
.cta + .cta {
    margin-left: 10px;
}
/* -------------------------------------------------------------------------------- */
hr:not(.fl-border-bottom) {
    height: 3px;
    border: none;
    background: #cc8735;
	margin-top: 0;
}
/* -------------------------------------------------------------------------------- */
#return-to-top {
    position: fixed;
	z-index: 9;
    bottom: 30px;
    right: 30px;
    background: #cc8735;
    background: rgba(255, 255, 255, 0.8);
    /*-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
    width: 50px;
    height: 50px;
	cursor: pointer;
	text-align: center;
    text-decoration: none;
	opacity: 1;
}
#return-to-top svg {
    fill: #000000;
    position: relative;
    top: 13px;
    width: 100%;
}
#return-to-top:hover {
    opacity: 1;
}
#return-to-top:hover svg {
    top: 5px;
}
 .wow { visibility: hidden; }
/* -------------------------------------------------------------------------------- */
/* END GLOBAL CSS */


/* NAVIGATION CSS */
/* -------------------------------------------------------------------------------- */
header#head {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #080B11;
}
.home header#head {
    background-color: transparent;
    background: rgba(22, 26, 33, 0.2);
    /*-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
}
.admin-bar header#head {
	top: 32px;
}

/* -------------------------------------------------------------------------------- */

.headeroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in;
}
.headeroverlay .menubars {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.headeroverlay .menubars.leftbars {
    justify-content: flex-start;
}
.headeroverlay .menubars.rightbars {
    justify-content: flex-end;
}
.headeroverlay .menubars span {
    position: absolute;
    width: 50%;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s ease-in;
}
.headeroverlay .menubars span:nth-child(1) {
    top: 5px;
}
.headeroverlay .menubars span:nth-child(2) {
    background: #cc8735;
    width: 75%;
}
.headeroverlay .menubars span:nth-child(3) {
    bottom: 5px;
    width: 100%;
}
header#head:hover .headeroverlay {
    opacity: 0;
    visibility: hidden;
}
header#head:hover .headeroverlay .menubars span:nth-child(1) {
    top: 0;
    width: 100%;
}
header#head:hover .headeroverlay .menubars span:nth-child(2) {
    width: 100%;
}
header#head:hover .headeroverlay .menubars span:nth-child(3) {
    bottom: 0;
}


#mainhead .left-header,
#mainhead .right-header {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
header#head:hover #mainhead .left-header,
header#head:hover #mainhead .right-header {
    opacity: 1;
    visibility: visible;
}

#mainhead a {
	color: #ffffff;
}
#mainhead a svg {
	width: 18px;
	margin-top: -4px;
	fill: #ffffff;
}
#mainhead i {
	color: #ffffff;
}
#mainhead span.seperator {
    margin: 0 8px;
}
/* -------------------------------------------------------------------------------- */
#mainhead {
    color: #ffffff;
	border-bottom: none;
    padding: 30px 0;
	transition: all .3s ease-in;
}
header.active #mainhead {
    padding: 15px 0;
}
#mainhead .brand a {
	display: block;
}
#mainhead .brand img {
    width: 200px;
	transition: all .3s ease-in;
}
header.active #mainhead .brand img {
    width: 160px;
}
#mainhead > div {
    flex-wrap: wrap;
}
#mainhead > div > * {
    flex: 1;
}
/* -------------------------------------------------------------------------------- */
nav .menu-menu-container > ul#primary-menu {
    display: flex;
	align-items: center;
    justify-content: flex-end;
}
nav ul#primary-menu > li {
	margin-left: 20px;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
nav ul#primary-menu > li:first-child {
	margin-left: 0;
}
nav ul#primary-menu > li:after {
    content: '';
    position: absolute;
	opacity: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: block;
    background: #cc8735;
	transform: scale(0);
}
nav ul#primary-menu > li:first-child:after {
	width: 100%;
}
nav ul#primary-menu > li:hover:after,
nav ul#primary-menu > li.current-menu-item:after {
	opacity: 1;
	transform: scale(1);
}
nav ul#primary-menu li a {
	color: #ffffff;
	font-size: 15px;
}
nav ul#primary-menu > li.current-menu-item > a,
nav ul#primary-menu > li > a:hover {
	color: #ffffff;
}
/* -------------------------------------------------------------------------------- */
nav ul#primary-menu li ul.sub-menu {
    position: absolute;
    width: 230px;
    background: #cc8735;
    padding: 20px;
	transform: scale(0) translateX(-50%);
    transform-origin: left top;
    visibility: hidden;
    list-style: none;
    left: 50%;
    z-index: 11;
	top: 55px;
}
nav ul#primary-menu li ul.sub-menu li a {
	color: #ffffff;
}
nav ul#primary-menu li:hover ul.sub-menu {
	transform: scale(1) translateX(-50%);
	visibility: visible;
}
nav ul#primary-menu li ul.sub-menu:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom-color: #cc8735;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}
nav ul#primary-menu li ul.sub-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    top: -38px;
    left: 0;
    right: 0;
}
/* -------------------------------------------------------------------------------- */
header#head a.cta {
    padding: 10px 20px;
    background: #cc8735;
    border-color: #cc8735;
    margin-left: 40px;
	color: #ffffff;
}
/* -------------------------------------------------------------------------------- */
/* END NAVIGATION CSS */


/* FOOTER SEKTIONER OG ELEMENTER */
/* -------------------------------------------------------------------------------- */
section#godegrunde {
	
}
/* -------------------------------------------------------------------------------- */
section#kunder {
	padding-top: 50px;
    padding-bottom: 50px;
	background: #cc8735;
}
/* -------------------------------------------------------------------------------- */
section#referencer {
	padding-top: 50px;
    padding-bottom: 50px;
	background: #ffffff;
	text-align: center;
}
section#referencer h2 {
	font-size: 30px;
	line-height: 1;
}
/* -------------------------------------------------------------------------------- */
section#contactbar {
    background-color: #cc8735;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
	position: relative;
	z-index: 2;
}
section#contactbar .container-fluid {
    display: flex;
	align-items: center;
    justify-content: space-between;
}
section#contactbar h4 {
	font-size: 24px;
	margin: 0;
}
section#contactbar .footlogo {
    width: 70px;
    background: #080b11;
    box-shadow: 0 6px 30px rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px;
    margin: auto;
    z-index: 4;
}


/* -------------------------------------------------------------------------------- */
footer#footer {
    background-color: #080B11;
    color: rgba(255,255,255,.8);
	padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
	position: relative;
}
footer#footer .textwidget {
    max-width: 380px;
}
footer#footer .row + .row {
    border-top: 1px solid rgba(248, 247, 244, 0.2);
    margin-top: 40px;
    padding-top: 10px;
}
footer#footer h4 {
	font-weight: 700;
	color: #ffffff;
	font-size: 22px;
    margin-bottom: 20px;
}
footer#footer a {
	color: rgba(255,255,255,.8);
}
footer#footer a:hover {
	color: rgba(255,255,255,1);
}
footer#footer a svg {
	width: 20px;
    margin-top: -3px;
    margin-right: 4px;
	fill: #ffffff;
}
footer#footer .socials a {
    width: 25px;
    height: 25px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin-right: 5px;
}
footer#footer .socials a svg {
    width: 100%;
    fill: #080b11;
    margin: 0;
}

footer#footer p > i {
	width: 24px;
	color: #ffffff;
}
footer#footer .widget + p {
	margin-top: 20px;
}
footer#footer .cta i {
	color: #ffffff;
}
footer#footer .cta:hover {
	color: #ffffff;
	opacity: 0.8;
}
footer#footer .container .row + .row {
    margin-top: 50px;
    margin-bottom: 30px;
}

footer#footer ul#menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer#footer ul#menu-footer li a:before {
	content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #ffffff;
}

footer#footer table {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}
footer#footer table tr {
    border-bottom: 1px solid rgba(248, 247, 244, 0.2);
}
footer#footer table tr td:last-child {
    text-align: right;
}
footer#footer table + p {
    font-size: 14px;
    max-width: 300px;
}
/* -------------------------------------------------------------------------------- */
/* END FOOTER SEKTIONER OG ELEMENTER */




/* PAGE CSS */
/* -------------------------------------------------------------------------------- */
.banner {
    height: 450px;
    overflow: hidden;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	background: linear-gradient(180deg, #0B111A30 37%, #383838 100%);
}
.banner .background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
}
.loaded .banner .background {
  transition: 6.5s transform;
}

#content .pagecontent {
	position: relative;
    z-index: 1;
}
#content .pagecontent > .container .contentPage {
    background: #ffffff;
    color: #666666;
    padding: 40px;
	padding-bottom: 40px;
	top: -60px;
	position: relative;
	margin-bottom: -20px;
	box-shadow: 0 0 40px rgba(0,0,0,.15);
}
#content .pagecontent > .container .contentPage img.pagecar {
    margin-top: 80px;
    margin-bottom: -70px;
}
#content .pagecontent > .container .contentPage h1 {
    font-size: 40px;
	line-height: 1.3;
}
#content .pagecontent > .container .contentPage h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
}

#content .pagecontent > .container .contentPage h3 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

#content .pagecontent > .container .contentPage h1,
#content .pagecontent > .container .contentPage h2,
#content .pagecontent > .container .contentPage h3,
#content .pagecontent > .container .contentPage h4,
#content .pagecontent > .container .contentPage h5 {
	color: #333333;
}

#content .pagecontent > .container .contentPage hr {
    max-width: 60px;
	margin-top: 10px;
	margin-left: 0;
}
#content .pagecontent .cta {
	margin-top: 20px;
}
/* -------------------------------------------------------------------------------- */




#anmeldelser {
    padding: 80px 0;
	background: rgba(18,18,21,.9);
	position: relative;
}
#anmeldelser h2 {
    text-align: center;
    margin-bottom: 40px;
}
#anmeldelser .anmeldelser {
    position: relative;
}
#anmeldelser .swiper-container {
    width: 100%;
    height: 100%;
}
#anmeldelser .swiper-slide {
    font-size: 13px;
    background: #fff;
	color: #666666;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    height: auto;
	padding: 30px;
}
#anmeldelser .swiper-slide > strong {
    font-size: 14px;
    color: #212121;
}
#anmeldelser .swiper-slide .name {
    margin-top: 10px;
    margin-bottom: 4px;
    color: #212121;
}
#anmeldelser .rating {
    margin-top: 10px;
}
#anmeldelser .rating span {
    background: #00B67A;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    border-radius: 30px;
    box-shadow:  4px 4px 8px #e0e0e0, -4px -4px 8px #ffffff;
}
#anmeldelser .rating svg {
	margin-right: 3px;
	fill: #85c441;
	width: 20px;
}
#anmeldelser .rating.rating-1 span {
    background: #ff3722;
}
#anmeldelser .rating span.gray {
    background: #ffffff;
    box-shadow: inset 4px 4px 8px #e0e0e0, inset -4px -4px 8px #ffffff;
}
#anmeldelser .rating span.gray svg {
    fill: #dcdce6;
}
#anmeldelser .rating span svg {
    fill: #ffffff;
    width: 14px;
    height: 14px;
}
#anmeldelser span.type {
    margin-top: auto;
}
#anmeldelser span.type.trustpilot svg {
    width: 110px;
    height: auto;
}
#anmeldelser span.type.google svg {
    width: 76px;
    height: auto;
}
#anmeldelser span.type.facebook svg {
    width: 90px;
    height: auto;
}
.anmeldelser .swiper-button-next:after, 
.anmeldelser .swiper-button-prev:after {
	content: none;
}
.anmeldelser .swiper-button-next, 
.anmeldelser .swiper-button-prev {
	outline: none;
}
.anmeldelser .swiper-button-next svg, 
.anmeldelser .swiper-button-prev svg {
	fill: #565759;
	width: 70px;
}
.anmeldelser .swiper-button-prev {
    left: -50px;
}
.anmeldelser .swiper-button-next {
    right: -50px;
}





div#map iframe {
    margin-bottom: -6px;
}
.page-template-page-contact div#map {
    margin-bottom: -6px;
    margin-top: -60px;
    border-top: 4px solid #cc8735;
    box-shadow: 0 20px 70px rgb(0 0 0 / 10%);
	overflow: hidden;
}
.page-template-page-contact .pagecontent {
	padding-bottom: 40px;
}

.map {
    margin-bottom: -7px;
    filter: grayscale(1) invert(.9);
}


.imgborder {
	display: block;
    overflow: hidden;
    position: relative;
}
.imgborder img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.imgborder:hover img {
	transform: scale(1.1);
}
a.imgborder:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(40deg, rgba(0,0,0,.7), transparent);
    top: 0;
    left: 0;
    z-index: 1;
}
.imgborder:after {
	content: '';
	display: block;
	padding-bottom: 46%;
}
.imgborder .imgcontent {
	position: absolute;
	z-index: 5;
	left: 30px;
	bottom: 30px;
}
.imgborder .imgcontent h5,
.imgborder .imgcontent h3 {
	color: #ffffff;
	margin: 0;
}
.imgborder .imgcontent h3 {
	font-size: 34px;
}
.imgborder .imgcontent h5 {
	font-size: 16px;
	font-weight: 700;
}



section#kontakt {
    padding: 50px 0 80px;
    /*background: #ececec;*/
	text-align: center;
}
section#kontakt h3 {
	font-size: 30px;
}


input[type=text], input[type=tel], input[type=email], input[type=number] {
    width: 100%;
    border: none;
    height: 40px;
    background: #efefef;
    padding: 10px;
	outline: none;
}
input[type=file] {
    padding: 10px;
    border: 2px dashed #bfbfbf;
	outline: none;
}
input[type="file"]::-webkit-file-upload-button {
    background: #cc8735;
    border: 0;
    padding: 5px 20px;
    cursor: pointer;
    color: #fff;
    border-radius: .2em;
    outline: none;
}
textarea {
	width: 100%;
    border: none;
	background: #efefef;
	padding: 10px;
	outline: none;
	height: 120px;
}
.wpcf7 form label,
.wpcf7 form label span {
	width: 100%;
}



/* CONTACT PAGE CSS */
/* -------------------------------------------------------------------------------- */
section#contactus > .columns > .column {
    padding: 60px;
}
section#contactus .contactform {
    background: #efefef;
}
section#contactus .contactform input[type=text],
section#contactus .contactform input[type=tel],
section#contactus .contactform input[type=email],
section#contactus .contactform textarea {
	background: #ffffff;
	border: 1px solid #e8e8e8;
}
/* -------------------------------------------------------------------------------- */
/* END CONTACT PAGE CSS */


/* FRONT PAGE CSS */
/* -------------------------------------------------------------------------------- */
.home header#head.active a.cta {
    background: #cc8735;
}
.home header#head.active {
	background: #080B11;
}
header#head.active {
	box-shadow: 0 0 40px rgba(0,0,0,.15);
}
/* -------------------------------------------------------------------------------- */
section#welcome {
	height: 100vh;
	min-height: 700px;
	position: relative;
	display: flex;
	align-items: flex-end;
    justify-content: flex-start;
    padding: 40px;
}
.admin-bar section#welcome {
    height: calc(100vh - 32px);
}
section#welcome:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-75deg, rgb(0 0 0 / 60%) 20%, transparent);
}
section#welcome h3 {
    color: #ffffff;
    font-size: 36.4px;
	line-height: 1;
	font-weight: 300;
}
section#welcome h3 strong {
	font-weight: 700;
}
section#welcome p {
    font-size: 31.5px;
    color: #f2f2f2;
}
section#welcome hr {
    max-width: 130px;
	margin-left: 0;
	margin-top: 10px;
    margin-bottom: 30px;
}
#welcome video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glassbox {
    z-index: 1;
	position: relative;
    background: rgba(22, 26, 33, 0.2);
    /*-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
    display: inline-block;
    padding: 40px;
}
/* -------------------------------------------------------------------------------- */
section#tilbud {
    background: #cc8735;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #ffffff;
	position: relative;
}
section#tilbud .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#tilbud h3 {
	font-size: 26px;
	margin: 0;
}
section#contactbar .cta,
section#tilbud .cta {
	background: #080b11;
	color: #ffffff;
	font-weight: 700;
}
.cta svg {
	width: 30px;
    margin-top: -8px;
    margin-right: 5px;
    margin-left: -10px;
    fill: #ffffff;
}
/* -------------------------------------------------------------------------------- */
section#tradition {
    background: #ffffff;
	padding-top: 40px;
    padding-bottom: 40px;
	position: relative;
}
section#tradition {
	background: url(../../../uploads/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section#tradition .row {
	margin: 0;
}
section#tradition {
    background: rgba(22, 22, 22, 0.8);
    /*-webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);*/
}

/*section#tradition .row .left {
    padding: 30px;
    color: #f5f5f5;
	background: #080B11;
}
section#tradition .row .left h2 {
	font-size: 24px;
	color: #ffffff;
}
section#tradition .row .left hr {
    margin-left: 0;
}
section#tradition .row hr {
	width: 70px;
}
section#tradition .row .right {
	background: #cc8735;
	color: #575756;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
section#tradition .row .right i {
    position: absolute;
    font-size: 80px;
    opacity: 0.3;
    pointer-events: none;
}
section#tradition .row .right i.fa-quote-left { left: 20px; top: 20px; }
section#tradition .row .right i.fa-quote-right { right: 20px; bottom: 20px; }
section#tradition .row .right h2 {
	font-size: 36px;
}
section#tradition .row .right hr {
	background: #575756;
}
section#tradition .row .right .name {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}
section#tradition .row .right .titel {
	font-size: 11px;
	font-weight: 300;
	margin: 0;
}
section#tradition .cta {
	margin-top: 20px;
}*/

/* -------------------------------------------------------------------------------- */
section#chooseus {
    padding: 80px 0;
    background: rgba(22, 22, 22, 0.8);
    /*-webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);*/
}
section#chooseus h2 {
    font-size: 30px;
	line-height: 28px;
	text-align: left;
}
section#chooseus h2 small {
    font-size: 16px;
    color: #cc8735;
    display: block;
}
section#chooseus h2 + p {
    max-width: 426px;
    margin-bottom: 40px;
}
section#chooseus img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	transition: all .3s ease;
}
section#chooseus .row div p {
    font-size: 16px;
}
.glassbox-2 {
    background: rgba(0,0,0,1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.glassbox-2 p {
    margin: 0;
}
.glassbox-2 .cta {
    padding: 10px 16px;
    font-size: 15px;
	margin-top: 10px;
}
.glassbox-2 a.img-container {
    display: block;
    position: relative;
    overflow: hidden;
	width: 100%;
	opacity: .6;
	transition: all .3s ease;
}
.glassbox-2:hover a.img-container {
    opacity: .2;
}
.glassbox-2 a.img-container:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60%;
}
.glassbox-2:hover a.img-container img {
	transform: scale(1.1);
}
.glassbox-2 .content-container {
    position: absolute;
}
.glassbox-2 .content-container .hidden-content {
    transition: all .3s ease;
    transform: scale(0);
    margin-top: -76px;
}
.glassbox-2:hover .content-container .hidden-content {
    transform: scale(1);
    margin-top: 0;
}
/* ---------
----------------------------------------------------------------------- */
/* END FRONT PAGE CSS */


.home section#byggesager {
	background: #f0f0f0;
	padding-top: 80px;
    padding-bottom: 80px;
	position: relative;
}

section#byggesager h2 {
	font-weight: 700;
	font-size: 30px;
    color: #575756;
	text-align: center;
}
section#byggesager hr {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}




div#bigsec {
    position: relative;
    background: #121215;
    font-size: 16px;
}
div#bigsec .imgcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div#bigsec .imgcontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s ease;
}
div#bigsec .imgcontainer:hover img {
	transform: scale(1.1) rotate(2deg);
}
div#bigsec .row > div {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 100px;
}



/* BURGER MENU */
/* -------------------------------------------------------------------------------- */
.burger-menu {
    position: fixed;
	display: none;
    z-index: 99;
    top: 30px;
    right: 15px;
    width: 34px;
    height: 24px;
    margin: 0 auto;
    color: #ffffff;
	transition: top 0.3s ease;
}
header#head.active + .burger-menu {
    top: 14px;
}
body.menuopen .burger-menu {
	top: 20px;
}
.admin-bar .burger-menu {
	top: 104px;
}
.burger-click-region {
  position: absolute;
  right: 0;
  width: 34px;
  height: 24px;
  cursor: pointer;
}
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 34px;
  border-top: 4px solid #ffffff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 0;
}
.burger-menu-piece:nth-child(2) {
  top: 10px;
  opacity: 1;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}
.burger-menu-piece:nth-child(3) {
  top: 20px;
}
.active .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
          animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}
.active .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
          animation: burger-open-bot 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
          animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
          animation: burger-close-bot 400ms ease-out forwards;
}
/* -------------------------------------------------------------------------------- */
@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
}
@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(0deg);
            transform: translate3d(0, 10px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(0deg);
            transform: translate3d(0, 10px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* END BURGER MENU */
/* -------------------------------------------------------------------------------- */
/* MOBIL MENU */
.mobil-menu {
    position: fixed;
    z-index: 98;
    /*background: #ffffff;
    background: -webkit-linear-gradient(right bottom, #ffffff,#fefefe);
    background: -o-linear-gradient(top left, #ffffff,#fefefe);
    background: -moz-linear-gradient(top left, #ffffff,#fefefe);
    background: linear-gradient(to top left, #ffffff,#fefefe);*/
	background: rgba(22, 26, 33, 0.2);
	background: rgba(22, 26, 33, 1);
    /*-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transform-origin: center;
	transition: all 0.3s ease;
}
.mobil-menu .sub-menu {
	display: none;
}
.menuopen .mobil-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.mobil-menu .logo {
    width: 240px;
    position: absolute;
    top: 60px;
}
.mobil-menu ul#primary-menu {
    width: 100%;
    text-align: center;
}
.mobil-menu ul#primary-menu li a {
    font-size: 20px;
    color: #ffffff;
}
.mobil-menu .mobil-bottom  {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
}
.mobil-menu .mobil-bottom a {
	color: #ffffff;
}
/* -------------------------------------------------------------------------------- */
/* END MOBIL MENU */
