<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Extras - start */

/*@media all and (max-width: 750px) {
	div[data-lw-module="kirke_kort"] #map {
		max-height: 540px; } }
@media all and (max-width: 450px) {
	div[data-lw-module="kirke_kort"] #map {
		max-height: 490px; } }*/
div[data-lw-module="kirke_kort"] .google-speachbubble .left .video,
div[data-lw-module="kirke_kort"] .google-speachbubble {
	height: 200px;
	width: auto; }
div[data-lw-module="kirke_kort"] .google-speachbubble .left {
    position: relative;
    float:right;
    width: 250px;
    height: 199px; }
div[data-lw-module="kirke_kort"] .google-speachbubble .right {
    float:right;
    margin-left: 20px;
    width: 230px;
    height: 199px; }
div[data-lw-module="kirke_kort"] .google-speachbubble .right_top {
    width: 100%;
    height: calc(100% - 1em);
    overflow: auto;
    clear: both; }
div[data-lw-module="kirke_kort"] .google-speachbubble .right_top a {
	line-height: 1.5;
	/*color: #676767;*/
	color: blue;
	font-weight: 600; }
div[data-lw-module="kirke_kort"] .google-speachbubble .right_bottom {
    width: 100%;
    height: 1em;
    clear: both;
    font-weight: 600; }
div[data-lw-module="kirke_kort"] .google-speachbubble .right_bottom a {
	color: blue; }
div[data-lw-module="kirke_kort"] .google-speachbubble iframe,
div[data-lw-module="kirke_kort"] .google-speachbubble img {
    max-width: 100%;
    max-height: 100%; }
div[data-lw-module="kirke_kort"] .google-speachbubble h4 {
    font-size: 1.5em;
    font-weight: 600; }
div[data-lw-module="kirke_kort"] .google-speachbubble .nb_block {
    display: none; }

div[data-lw-module="kirke_kort"] li {
	list-style: none;
}
/* Extras - end */

@media all and (min-width:700px){

	/* Wide Formats */
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_wide {
		max-height: 350px;
		height: auto;
		max-width: 250px;
	}
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_wide .left,
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_wide .right {
		margin: 0;
		display: block;
		width: auto;
		float:none !important;
	}
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_wide .left img{
		max-height: 175px;
	}
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_wide .left{
		height: auto;
	}
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_wide .right{
		height: auto;
		margin-bottom: 1em;
	}
	/* Tall Formats */
	div[data-lw-module="kirke_kort"] .google-speachbubble.high .left,
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_high .left{
		width:auto;
	}
	div[data-lw-module="kirke_kort"] .google-speachbubble.high .right,
	div[data-lw-module="kirke_kort"] .google-speachbubble.super_high .right{
		width:200px;
	}
}



.lwm_c1_m2 {
    position: relative;
}
.lwm_c1_m2 .slide-nav-prev{left:0px}
.lwm_c1_m2 .slide-nav-next{right:0px}
.lwm_c1_m2 .slide-nav-prev,
.lwm_c1_m2 .slide-nav-next{color:#fff;font-size:45px;width:40px;height:50px;z-index:5;top:50%;margin-top:70px;position:absolute;opacity:0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}
/*.lwm_c1_m2:hover .slide-nav-prev,.lwm_c1_m2:hover .slide-nav-next{opacity:0.8;text-shadow:0 0 2px #000,0 0 3px rgba(0,0,0,0.5)}*/
/*.lwm_c1_m2:hover .slide-nav-prev:hover,.lwm_c1_m2:hover .slide-nav-next:hover{opacity:1}*/
.lwm_c1_m2 .slide_selector{position:absolute;z-index:5;top:10px;height:30px;left:0;right:0}
.lwm_c1_m2 .slide_selector ul{width:100%;text-align:center}
.lwm_c1_m2 .slide_selector ul li{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
                                 color:#fff;font-size:20px;height:30px;display:inline-block;opacity:0}
/*.lwm_c1_m2:hover .slide_selector ul li{opacity:0.2;text-shadow:1px 1px 0 rgba(140,140,140,0.6),-1px -1px 1px rgba(0,0,0,0.67)}*/
.lwm_c1_m2:hover .slide_selector ul li:hover,
.lwm_c1_m2:hover .slide_selector ul li.active{opacity:1}
.lwm_c1_m2 [data-lw-module='slider-slide'].visible {
    opacity: 1;
    z-index: 3;
    /* TO DO, set as one or fix transition */
}
.lwm_c1_m2 [data-lw-module='slider-slide'].hidden a {
    pointer-events: none;
    cursor: default;
    /* TO DO, set as one or fix transition possibly display non */
}
.lwm_c1_m2 [data-lw-module='slider-slide'].hidden {
    z-index: 2;
    /*display: none;*/
    opacity: 0;
}
.lwm_c1_m2 [data-lw-module='slider-slide'] {
    position: absolute;
    top: 0;
    left:0 ;
    will-change:opacity;
    visibility: visible;
}
.lwm_c1_m2 [data-lw-module='slider-slide'] p {
    position: absolute;
    background: rgba(255,255,255,1);
    bottom:-30px;
    right:0;
    left:0;
    height: 50px;
    padding:5px;
    overflow: hidden;
    visibility: visible;
}
[data-lw-action='lw-slide-selector'] {
    display: none !important;
}
.slide-nav-prev,
.slide-nav-next,
[data-lw-action='lw-slide-selector'] { cursor:pointer }
.fancybox-wrap.fancybox-opened {
	z-index: 100010000; /* To go menu */
	position: fixed;
}
.long_info {
    border-radius:5px 0 25px 5px;
    padding:1em;
	display: none;
	z-index: 10001; /* To go over googles cross */
	/*position: fixed;*/
	/*	position:absolute;
		top:10px;
		/*left:10px;*/
	/*right:10px;*/
	max-width: 1000px;
	/*bottom:6px;*/
	background: white;
	color: #444;
	font-size: 16px;
	line-height: 1.1;
}
.long_info a {
	color: blue;
}
.long_info.visible {
	display: block;
}
.long_info_link,
.long_close_link {
	color:blue;
}
.long_close_link {
	font-size: 20px;
	position: absolute;
	bottom:0;
	right:0;
	content:"Luk";
	display: block;
	height: 1em;
	width: 2em;
}
.long_info figure,
.long_info img {
	max-width: 100%;
}


.media_block {
    position: relative;
    padding-top: 20px;
    height: 249px;
    height: 200px;
    width: 249px;
    overflow: hidden;
}


.media_block .video_block {
    z-index: 2;
    background: transparent;
}


.media_block .selector {
    height: 20px;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    z-index: 3;
}


.media_block .selector span { 
    width: 40%;
    display: inline-block;
    text-align: center;
}
.media_block .selector span + span{ 
    width: 20%;
}
.media_block .selector span + span + span{ 
    width: 40%;
}
.single_nb img {
	float:right;
	height:140px;
	width:100px;
	margin-right: 1em;
}
.single_nb b {
	font-weight: bold;
	font-size: 1.2em;
}
.single_nb p {
	clear:none !important;
	margin-top: 1em;;
}</pre></body></html>