:root {
	--h-slide:700px;
}
.overlay-transparent {
	position: fixed;
	width:100%;
	height:100%;
	background: var(--transp-black);
	z-index:101;
	display:none;
}
.slider {
	width:100%;
	/*height:var(--h-slide);*/
	display:-webkit-box;
}
.slider .item {
	width:100%;
	height:var(--h-slide);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slider .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background:var(--black);
	opacity: .15;
}
.slider .headline, .pg-cnt .headline {
    font-size: 5.2em;
	font-weight: 700;
	line-height:.9;
	text-align:center;
	color:var(--white);
	text-shadow: 2px 2px 6px rgba(0,0,0,.3);
	margin-top:90px;
	position: relative;
	z-index: 1;
}
.slider .headline {
	max-width: 80%;
    padding-right: 20%;
	text-align:left;
	font-size:4.6em;
	line-height:.90;
	margin:50px auto 0;
}
.slider label {
	font-size:1.15rem;
	color:var(--spot-3);
}
.slider .ms-options-wrap > button:focus, .slider .ms-options-wrap > button,.search .header span {
	font-weight:400!important;
	padding-left:0!important;
	font-size:1.2em;
}
.slider .btn {
	padding: 6px 25px 8px;
	font-size:1.4em;
	line-height:1.5em;
	text-transform: none;
	font-weight:500;
	letter-spacing: 0;
	border-radius: 1.7px;
	box-shadow: none;
	background:var(--spot-3);
}
.slider .btn:hover {
	background:var(--spot-1);
}
.search {
	background:var(--white);
    left: calc(50% - 40.5%);
	position:absolute;
	z-index: 100;
	bottom:100px;
	width:81%;
	border-radius:var(--brd-radius-2);
	padding:20px 23px 20px 20px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.6);
}
.search .wrp-radio {
	width:100%;
	display:table;
	border-bottom:1px solid var(--border);
	padding-bottom:8px;
	margin-bottom:18px;
}
.search .wrp-radio p {
	float:left;
	margin:0 30px 0 0;
}
.search .wrp-radio p label span {
	font-size:1.2em;
	color:var(--black);
	font-weight:500;
}
.search-drop {
	display: none;
    background:#F1F1F1;
    /*left: calc(50% - var(--w-inner) / 2);*/
	left: 0px;
	position:absolute;
	/*bottom:100px;*/
	/*width:var(--w-inner);*/
	width:100%;
	border-radius:var(--brd-radius);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding:20px 23px 20px 20px;
	top: 167px;
    box-shadow: 0 12px 14px rgba(0,0,0,.3);
    z-index: 1;
	border-top:1px solid var(--border);
	font-size: 1.1em;
	/*transition: all 2.5s ease;*/
}
.wrap-input .search-drop {
	left: unset;
    top: 74px;
    border: 1px solid var(--border);
    background: white;
    width: 100%;
	padding-top:0;
}
.search-date-drop {
	display: none;
    background:var(--grey-light);
    left: calc(50% - var(--w-inner) / 2);
	position:absolute;
	/*bottom:100px;*/
	width:var(--w-inner);
	border-radius:var(--brd-radius);
	border-top-left-radius: 0;	
	border-top-right-radius: 0;
	/*padding:20px 23px 20px 20px;*/
	top: 160px;
    box-shadow: 0 12px 14px rgba(0,0,0,.3);
    z-index: 1;
	/*border-top:1px solid var(--border);*/
	font-size: 1.1em;
	/*transition: all 2.5s ease;*/
}
.search-drop .hdl {
	font-weight: 500;
	margin-bottom:5px;
}
.search-drop ul {
	padding:0;
}
.search-drop ul li {
	list-style: none;
	margin-left: -15px;
    padding: 5px 15px;
    margin-bottom: 10px;
	border-radius:var(--brd-radius-2);
}
.search-drop ul li:hover,.search-drop ul li.selected  {
	color:var(--white);
	background: var(--spot-1);
	cursor: pointer;
}
.search-drop ul li.selected  {
	color:var(--white);
	background: var(--spot-2);
	cursor: pointer;
}
.multiplelist  li {
    list-style: none;
    margin-left: -15px;
    padding: 0px !important;
	border-radius:var(bdr-radius-2)
}
.multiplelist li label{
  width:100%;
  padding:10px 15px;
}
.search .select-wrapper {display:none;}

/* css for multiple checkbox selection */
.multiplelist li > [type="checkbox"]:checked,
.multiplelist li > [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.multiplelist li > [type="checkbox"]:checked + label{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	background:var(--spot-2);
    color: var(--white);
    width:100%;
	border-radius:var(--brd-radius-2);
}
.multiplelist li label:hover{
	color:var(--white);
	border-radius:var(--brd-radius-2);
	width: 100%;
}
.multiplelist li > [type="checkbox"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	color:var(--black);
}
.multiplelist li:hover > [type="checkbox"]:not(:checked) + label {
    background:var(--spot-1);
	color:var(--white);
}
.multiplelist li:hover [type="checkbox"]:not(:checked) + label {
	color:var(--white);
}
.multiplelist li > [type="checkbox"]:checked + label:before,
.multiplelist li > [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--transp-black);
    background: var(--white);
    opacity: 0;
}

.multiplelist li > [type="checkbox"]:checked + label:after,
.multiplelist li > [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00a69c;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.multiplelist li > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.multiplelist li > [type="checkbox"]:checked + label:after {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* css for multiple checkbox selection for timeslote */

.slote-main-chk label{
	height:unset;
	padding-left: 0px;
	width: 100%;

}

.slote-main-chk [type="checkbox"]:checked,
.slote-main-chk [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.slote-main-chk [type="checkbox"]:checked + label{
    position: relative;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
	color: var(--white);
    width:100%;
	border-radius:var(--brd-radius-2);
}


.slote-main-chk [type="checkbox"]:checked + label:before,
.slote-main-chk [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--transp-black);
    background: var(--white);
    opacity: 0;
}

.slote-main-chk [type="checkbox"]:checked + label:after,
.slote-main-chk [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00a69c;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slote-main-chk [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.slote-main-chk [type="checkbox"]:checked + label:after {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.search .select {
	float:left;
	margin-right:40px;
}
.search .hdl-drop a {
	color:#303438;
}
.search .hdl-drop span {
	float:left;
	font-size:1.2em;
	font-weight: 400;
}
.search .hdl-drop span,.search .header i {
	line-height:1.3em;
	cursor: pointer;
	margin-top:0px;
	float: left;
}
label {
	color:var(--spot-1);
	line-height:1;
}
.search .submit {
	float:right;
}
.search input[type="text"] {
	width:100%;
	padding:7px 0px;
	font-size: 1.1em;
	color:var(--black);
	margin-bottom:18px;
	background:var(--white);
}
.btn {
	padding:6px 20px;
	margin:3px 0;
	color:var(--white);
	background: var(--spot-1);
	text-transform: uppercase;
	font-size:1.3em;
	line-height: 1.7em;
	border-radius: var(--brd-radius-2);
}
.btn:hover {
	color:var(--white);
	background:var(--spot-1_2);
}

.pg-cnt .hdl,.pg-cnt .teaser,.pg-cnt .bd-txt {
	display:inline-block;
	width:100%;
}
.pg-cnt .hdl {
    font-size: 4em;
	font-weight: 700;
	line-height:.9;
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}
.pg-cnt .teaser,.pg-cnt .hdl-smll {
    font-size: 1.6em;
	line-height:1.2;
	text-align:center;
	margin-bottom:20px;
}
.pg-cnt .bd-txt {
    text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

.wrap-spots {
	margin:30px 0 0;
	width:100%;
	display:inline-block;
}
.wrap-spots > .hdl {
	font-size:2em;
	line-height:1;
	font-weight:500;
	display: table;
	margin:0 auto 25px auto;
}
.wrap-spots .spot .wrap-text {
	position:relative;
	left: 30px;
    bottom: 85px;
    width: 85%;
    color: var(--white);
    text-shadow: 2px 2px 6px rgba(0,0,0,.4);
    line-height: 1.1;
	text-align: Left;
}
.wrap-spots .spot > .wrap-text .hdl {
	font-size: 1.4em;
    line-height: 1;
    font-weight: 700;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 30px;
}
.wrap-spots .spot > .wrap-text .hdl .typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid transparent; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  /*letter-spacing: .15em;*/ /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}

.wrap-spots .spot > .wrap-text .teaser {
	font-weight:500;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
    height: 48px;
}
.wrap-spots .spot > .image {
	position:relative;
	overflow:hidden;
	display: grid;
}
.wrap-spots .spot > .image .overlay {
	width:100%;
	height: 100%;
	position:absolute;
	background: rgba(0,0,0,.25);
}
.wrap-spots .spot > .image img {
	width:100%;
}
/*.wrap-spots .carousel {
	height:unset;
}*/
.statement {
	margin:50px 0 25px;
	width:100%;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.statement .hdl {
	font-size:4em;
	line-height:.9;
	font-weight:700;
	display: table;
	margin:0 auto 25px auto;
}
.statement .teaser {
	font-size: 1.2em;
	text-align: center;
}
.statement .signature {
	position:absolute;
	bottom:-45px;
	right:0;
}
.statement.ringsted,.statement.rishoej,.statement.swimming {
	padding:50px 0;
	text-align: left;
	color:var(--white);
	text-shadow: 2px 2px 6px rgba(0,0,0,.5);
	margin-bottom:0;
}
.statement.ringsted {
	background-image: url(../images/custom/karl-aage-soeltoft.jpg);
}
.statement.rishoej {
	background-image: url("../images/custom/facility-1.jpg");
}
.statement.swimming {
	background-image: url("../images/custom/activity-6.jpg");
}
.statement.ringsted .hdl, .statement.ringsted .teaser {
	margin:0 0 25px 0;
	max-width:800px;
	text-align:left;
}
.wrap-chck small {
    clear: left;
    display: inline-flex;
    padding: 0px 0 5px 40px;
    line-height: 1.3;
}
.carousel .spot {
	display:table;
	margin-bottom:15px;
}

#selecteddropbox{
	display: block;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}