/*-----------------*/
/*     COLORS      */
/*-----------------*/
/*TYSK LOGINBOKS FIX*/
#DE #km-log-in:hover #km-login-options {
    width: 175px;
    
}

/*-----------------*/
/*   SCREEN WRAP   */
/*-----------------*/
html #screen-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto !important;
}
@media screen and (min-width: 1920px) {
	#screen-wrap {
		max-width: 1920px !important;
	}
}
html body #screen-wrap {
	overflow: hidden;
}
#html {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-color: #e6e6e6;
	overflow-x: auto;
	overflow-y: scroll;
}
html #body {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/* ----------------------------------- */
/* -------------- FONTS -------------- */
/* ----------------------------------- */
body { /*BRØDTEKST*/
	font-family: 'Montserrat', 'Ubuntu', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #293948;	
}
h1 {
	font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
h2 {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0;
}
h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
/* ----------------------------------- */
/* -------------- LINKS -------------- */
/* ----------------------------------- */
#indhold a:link, #indhold a:visited {
	color: #0063a6;
	text-decoration: none;
}
#indhold a:hover, #indhold a:active {
	text-decoration: underline;
}
/*-----------------*/
/*     BANNER      */
/*-----------------*/
#banner {
	position: relative;
	float: left;
	width: 100%;
	height: 600px;
	padding-top: 124px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#banner .heroSlider-fixed {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px !important;
}
#banner .prev, #banner .next {
	display: block !important;
}
#banner .prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0px;
}
#banner .next {
	position: absolute;
	right: 0px;
	width: 50px;
	height: 50px;
}
#banner .prev > span, #banner .next > span {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 50px !important;
	transition: all 0.2s linear;
}
#banner .prev:hover > span, #banner .next:hover > span {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
#banner-slider {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#banner-slider .slick-list {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#banner-slider .slick-track {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#banner-slider .slick-slide {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#banner-slider .slick-slide span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
}
#banner-overlay {
	width: 100%;
    position: absolute;
	pointer-events: none;
	bottom: 50px;
}
#btxt {
	height: 100%;
	background-color: #fff;
	padding: 30px 15px 0 15px;
}
#btxt h1 {
	font-size: 2.2em;
	text-transform: uppercase;
}
/*-----------------*/
/*     MENUBAR     */
/*-----------------*/
#topMenuSearchHover > li {
    cursor: pointer;
}
#body {
	padding-top: 60px;
}
#menuBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
	
}
#menuBar.scrolled #topmenu {
	height: 60px;
}
#top-logo {
    height: 100%;
    display: flex;
	align-items: center;
    float: left;
   /* margin-left: 50px;*/
}
#top-logo img {
    height: 80%;
    width: auto;
}
#topmenu {
	position: relative;
	background: #477190;
	display: block !important;
	transition: all 0.2s linear;
}
#topmenu .menu {
	padding: 0 10px;
	font-size: 1em;
	line-height: 1.5em;
	display: inline-block;
	text-decoration: none;
}
#topmenu .menu.seclight {
	color: #fff;
}
html body #topmenu li:hover > .menu {
	color: #fff;
}
#topmenu .level1.menu, li.usermenu > .menu {
	color: #fff;
}
#topmenu ul li ul li a.menu {
	border: 0px 0px 3px 0px;
}
html body #topmenu li > .menu {
	border-bottom: 3px solid transparent;
}
#menu ul.level1 > li {
	padding-bottom: 0px;
	transition: all 0.3s linear 0.2s;
}
#menu ul.level1 > li:hover {
	padding-bottom: 30px;
	transition: all 0.3s linear;
}
#menuBar.scrolled  ul.level1 > li:hover {
	padding-bottom: 15px;
}
#menuBar.scrolled  li.usermenu:hover {
	padding-bottom: 15px;
}
#menu li ul li a {
	float: left;
	padding: 0px 12px !important;
	width: 100%;
	white-space: nowrap;
	display: block;
	font-size: 0.9em;
}
#menu ul ul li {
	width: 100% !important;
	display: block;
	height: 40px;
}
#menu ul ul {
	width: auto !important;
}
#menu ul li ul li {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
body #menuBar {
	left: auto;
	max-width: inherit;
	max-width: 1920px !important;
}
body #menuBar #topmenu {
	background-color: transparent;
	background: none;
}

body #menuBar #topmenu ul#menu {
	z-index: 1000;
	float: right;
	/*margin-right: 100px;*/
}
body #topmenu .menu {

	transition: all 0.3s linear;
}

body #menu ul li ul {
	background-color: white;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
#menu li:hover > ul {
	visibility: visible;
	opacity: 1;
    filter: alpha(opacity=100);
	transition: all 0.3s linear;
}
#menu .usermenu > ul {
	transition: all 0.3s linear 1s;
}
#menu .usermenu:hover > ul {
	visibility: visible;
	opacity: 1;
    filter: alpha(opacity=100);
	transition: all 0.3s linear
}
#menu li.usermenu {
    transition: all 0.3s linear 1s;
}
#menu li.usermenu:hover {
    transition: all 0.3s linear
}

body #menu ul li ul .menu {
	color: black;
}
html body #menu .megadrop > li {
	float: none !important;
}
@media screen and (min-width: 770px) {
	a.menu[href="#"] {
  pointer-events: none;
}

	.moremenu ul.level3 {
		margin-left: 0 !important;
	}
	#menu-mobile {
		display: none !important;
		background-color: #477190 !important;
	}
	#ctl00_ContentPlaceHolderBody_repEvent_ctl01_Label1 {
		float: left;
	}
	
	.km-event-dropdown-invite {
		font-size: 3px !important;
	}
	#leftmenu {
		display: block !important;
	}
	li .hasdrop {
		width: 40px;
	}
	.hasdrop ul li {
		display: none;
	}
	.hasdrop ul li ul {
		top: 0px !important;
		left: 230px !important;
	}
	.hasdrop {
		width: 100px;
		margin: 0;
		display: block;
		height: 60px;
		position: relative !important;
	}
	.hasdrop .hasdrop {
		padding: 0 !important;
		height: 30px;
	}
	.hasdrop .hasdrop:after {
		display: none;
	}
	#topmenu {
		height: 124px;
	}
	#topmenu li {
		list-style: none;
	}
	#menu {
		list-style: none;
		margin-left: 10px;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	#menu li {
		display: inline-block;
		position: relative;
		padding: 0;
	}
	.km-event-dropdown-invite {
		font-size: 6px !important;
		padding: 0 !important;
		float: left;
		margin-top: 0 !important;
		line-height: 0px;
	}
	#menu li a {
		width: 100%;
	}
	#menu li ul {
		text-align: left;
		display: block;
		position: absolute;
		left: 0;
		z-index: 10000000000000000000000001;
		padding: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
    	filter: alpha(opacity=0);
		transition: all 0.3s linear 0.2s;
	}
	#menu li ul li ul {
		top: 0;
		left: 100%;
	}
	#menu li:hover > ul {
		Display: block;
	}
	#menu li ul li a {
		float: left;
		padding: 0px 12px !important;
		font-size: 0.9em;
	}
	#menu li ul .menu {
		line-height: 40px;
		text-align: left;
	}
}
#nav-icon3 { 
	display: block;
	cursor: pointer;
	height: 100%;
	width: 60px;
}
#menu.topmn {   
    margin-top: 65px;
	transition: all 0.2s linear 0.2s;
}
.scrolled #menu.topmn {   
    margin-top: 16px;
}
.topmn .popout:after {
	content: " \f078";
	font-family: FontAwesome;
}
.topmn .level2 .popout:after {
	content: "\f054";
	margin-left: 10px;
}
@media screen and (max-width: 769px) {
	#indhold img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
#indhold table img {
	display:inline;
}
	#topmenu #menu .level2 a {
		text-indent: 30px;
		background-image: url(../images/responsivebg.png);
	}
	#topmenu #menu .level3 a {
		text-indent: 40px;
		background-image: url(../images/responsivebg.png);
	}
	#topmenu #menu .level4 a {
		text-indent: 50px;
		background-image: url(../images/responsivebg.png);
	}
	#topmenu #menu .level5 a {
		text-indent: 60px;
	}
	#topmenu #menu .level6 a {
		text-indent: 70px;
	}
	#topmenu #menu .level7 a {
		text-indent: 80px;
	}
	.topmn ul {
		padding-left: 0px;
	}
	#topmenu .topmn .menu {
		padding: 0;
	}
	.topmn .popout:after, .topmn .level2 .popout:after {
		content: "\f055";
		font-family: FontAwesome;
		float: right;
		margin-right: 10px;
	}
	.topmn .active:after, .topmn .level2 .active:after {
		content: "\f056";
		font-family: FontAwesome;
		float: right;
		margin-right: 10px;
	}
	.btnwrap span div {
	    /*width: 43px !important;*/
	}
	html body #menu.topmn > .level1 > li .popout:after {
		width: auto
	}
	#km-logged-in-btns > .btnwrapwrap:nth-of-type(1) {
	    right: 45px !important;
	    top: 85px !important;
	}
	#km-logged-in-btns > .btnwrapwrap:nth-of-type(2) {
	    right: 45px !important;
	    top: 120px !important;
	}
	#km-logged-in-btns > .btnwrapwrap:nth-of-type(3) {
	    right: 45px !important;
	    top: 155px !important;
	}
	#km-logged-in-btns > .btnwrapwrap:nth-of-type(4) {
	    right: 81px !important;
	    top: 85px !important;
	}
	#ctl00_cntrlRoleSelection_panLnkAdmin {
	    right: -25px !important;
	    top: 75px !important;
	}
	
	body #menu {
		z-index: 10000;
	}
	body #topmenu #topmenu-responsive {
		background-color: transparent;
	}
	body #topmenu-responsive:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: rgba(255, 255, 255, 0.2);
		z-index: 1;
	}
	body #topmenu-responsive #menu {
		background-color: rgba(0, 0, 0, 0.1) !important;
	}
	body #topmenu-responsive #menu li {
		border-bottom: solid 1px rgba(0, 0, 0, 0.3) !important;
    	border-top: solid 1px rgba(255, 255, 255, 0.15) !important;
	}
	body #menu .menu {
		background-image: none !important;
	}
	body #menu ul li ul .menu {
		background-color: rgba(0, 0, 0, 0.2) !important;
	}
	body #menu ul li ul li ul .menu {
		background-color: rgba(0, 0, 0, 0.4) !important;
	}
}
.hasLink {
	cursor: pointer !important;
}
#menu li ul.gold-five {
	max-height: 60vh;
	overflow-y: auto;
}
#menu li ul.gold-five ul.level3 .menu {
    line-height: 25px;
    text-align: left;
}
html body #menuBar #topmenu ul.gold-five ul.level3 i {
   
    line-height: 25px !important;
}
body #menuBar {
	position: fixed;
	top: 0px;
}
body #topmenu .level1 > li:last-child::after {
	content: none !important;
}
body #topmenu .level1 > li:hover::after {
	background-color: rgba(255, 255, 255, 0);
}

html body .topmn > .level1 > li .popout:after {
	/*
    position: relative;
    float: right;
    */
    margin-left: 5px;
    font-size: 12px !important;
	    width: 12px;
    display: inline-block;
}
/*
html body .topmn .level2 > li .popout:after {
   float: none !important;
   margin-left: 10px !important;
}
*/
html body #menuBar #topmenu .gold-menu .gold-normal {
	/*left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;*/
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	width: 100vw !important;
}
html body #menuBar #topmenu .gold-menu .gold-normal > li {
	position: relative;
	float: left;
	width: 250px !important;
	height: auto;
	padding: 0px 5px;
	/*border-right: 1px solid rgb(230, 230, 230) !important;*/
}
html body #menuBar #topmenu .gold-menu .gold-mega {
	position: absolute !important;
	display: flex;
	flex-wrap: wrap;
	top: 100%;
	width: 100vw !important;
}
html body #menuBar #topmenu .gold-menu .gold-mega > li {
	position: relative;
	float: left;
	width: 25%;
	height: auto;
	border: none !important;
	padding: 0px 5px;
}
html body #menuBar #topmenu .gold-normal > li > a, html body #menuBar #topmenu .gold-mega > li > a {
	border: none !important;
	font-weight: bold;
	color: inherit !important;
	margin-bottom: 5px !important;
	padding: 0px 10px !important;
}
html body #menuBar #topmenu .gold-normal > li:hover > a, html body #menuBar #topmenu .gold-mega > li:hover > a {
	background-color: transparent !important;
	cursor: default !important;
	color: inherit !important;
}
html body #menuBar #topmenu .gold-normal > li > a::after, html body #menuBar #topmenu .gold-mega > li > a::after {
	position: absolute;
	content: '' !important;
	bottom: 0px;
	left: 0%;
	width: 100%;
	border-bottom: 2px solid black;
	border-color: inherit !important;
	margin: 0px !important;
}
html body #menuBar #topmenu .gold-normal > li > ul, html body #menuBar #topmenu .gold-mega > li > ul {
	position: relative;
	float: left;
	width: 100% !important;
	height: auto !important;
	top: 0px;
	left: 0px;
    box-shadow: none;
}
html body #menuBar #topmenu .gold-menu:hover .gold-normal > li > ul, html body #menuBar #topmenu .gold-menu:hover .gold-mega > li > ul {
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
html body #menuBar #topmenu .gold-menu .gold-mega ul.level3 i {
	float: right;
    vertical-align: middle;
    line-height: 40px;
}
html body #menuBar #topmenu .gold-menu .gold-mega ul.level3 a:hover i {
	display: inline-block !important;
}
html body #menuBar #topmenu .gold-menu .gold-mega .hasLink {
	cursor: pointer;
}
html body #menuBar #topmenu .gold-menu .gold-mega .hasLink i {
	float: right;
    vertical-align: middle;
    line-height: 40px;
}
@media screen and (max-width: 769px) {
#topmenu {
	position: fixed;
	z-index: 999;
	background-color: transparent;
	top: 60px;
	width: 100%;
	left: -100%;
}
#topmenu-responsive.shrink.after {
	top: 40px !important;
}
#topmenu-responsive.shrink {
	top: 40px !important;
}
#topmenu-responsive {
	top: 60px !important;
	position: fixed !important;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100vh;
	display: block;
	padding-bottom: 60px;
	width: 80%;
	right: 100%;
	transition: ease-out 0.4s;
	background-color: #474b50;
}
#topmenu-responsive.after {
	top: 60px !important;
	right: 20%;
	transition: ease-out 0.4s;
	animation-name: shadow;
}
.home_link_responsive {
	background-color:#224F72;
	border-right:1px solid #fff;
}
#menu {
	left: 0px !important;
	padding: 0 !important;
}
.topmn > ul {
	width: 100%;
}
#menu-mobile {
	height: 60px !important;
	border-bottom: 1px solid #000;
}
.show_hide_responsive, .menu.create_profile_link_responsive {
	color: #fff !important;
	border: none !important;
}
#nav-icon3 span {
	background-color: #fff !important;
	height: 4px !important;
}
#shadow-box {
	top: 60px !important;
}

#nav-icon3 {
	display: block;
	cursor: pointer;
	height: 50px;
	width: 60px;
	position: relative;
	top: 5px;
}
#mobileLogo {
	position: absolute;	
	height: auto;	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	#mobileLogo > a {
		text-decoration: none;
	}
#mobileLogo img {
	width: 15%;
	margin: 10px;
	float: left;
}
#mobileLogo span {
	display: block;
	line-height: 30px !important;
    display: flex;
	width: 50vw;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
}


}
/*USERMENU*/
#usermenu:focus-within {
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
#menu li.usermenu:focus-within {
    padding-bottom: 30px;
}
#usermenu {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
#ctl00_panelAnonymousTemplate, #ctl00_panelLoggedOnTemplate {
	display: inline;
	margin-right: -2px;
	top: 100%;
}
@media screen and (min-width: 770px) {
	#menu #ctl00_panelAnonymousTemplate li #usermenu {
		background-color: #fff;
		width: 350px;
		padding: 0px 20px 20px 20px;
		margin-left: -20px;
	}
	#topmenu li.usermenu > a > i {
        width: 20px;
        position: absolute;
        line-height: 1.5em;
        left: 10px;
        /* top: 3px; */
    }
    #topmenu li.usermenu > a {
        padding-left: 30px;
    }
}
#ctl00_panelAnonymousTemplate .km-usermenu-input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
	max-width: 400px;
	text-indent: 46px;
}
#ctl00_panelAnonymousTemplate .linkboks-input i {
	position: absolute;
	font-size: 1.4em;
	height: 46px;
	line-height: 46px;
	width: 46px;
	color: #fff;
	text-align: center;
}
#menu li.usermenu {
	padding-top: 0;
}
#menu li.usermenu:hover {
	padding-bottom: 30px;
}
#menuBar.scrolled  li.usermenu::hover {
	padding-bottom: 15px;
}
#usermenu .km-login-btn {
    display: inline-block;
    color: #fff;
    height: 46px;
    width: 46px;
    position: absolute;
    text-align: center;
    line-height: 46px;
    margin-left: -46px;
    cursor: pointer;
	transition: all 0.2s linear;
}
#usermenu .km-login-btn i {
    position: relative;
}
#ctl00_lnkFacebookLogin {
    background-color: #4267b2;
    display: inline-block;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 0.8em !important;
    cursor: pointer;
    float: right;
    margin-top: -3px;
	width: auto !important;
	text-decoration: none;
	transition: all 0.2s linear;
}
#ctl00_lnkFacebookLogin i {
	margin-right: 5px;
}
#ctl00_lnkFacebookLogin:hover {
    background-color: #3b5998;
}
#km-remme {
	float: left;
	height: 26px;
	color: #fff;
    line-height: 26px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 0.8em;
    cursor: pointer;
	margin-top: -3px;
}

#km-remme input:checked + .fa-square:after {
	content: "\f00c";
    display: block;
    color: #fff;
    position: absolute;
    margin-top: -15px;
    margin-left: 1px;
    font-weight: 400;
    font-size: 1.1em;
}
#ctl00_chkKeepmeSignIN {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	position: absolute;
}
#ctl00_lnkCreateprofile {
	float: left;
    height: 26px;
    color: #fff;
    line-height: 26px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	transition: all 0.2s linear;
}
#ctl00_lnkCreateprofile i {
	margin-right: 5px;
}
#km-um-sep {
	height: 1px;
	width: 100%;
	margin: 20px 0;
	float: left;
}
#km-um-forgot {
    color: #000;
    text-decoration: none;
    float: right;
    width: auto !important;
    margin-top: 20px;
    font-size: 0.8em;
} 
#ctl00_panelLoggedOnTemplate #usermenu li {
	width: 100%;
	display: block;
	white-space: nowrap;
}
#ctl00_panelLoggedOnTemplate #usermenu {
	width: auto;
	background-color: #fff;
}
#ctl00_panelLoggedOnTemplate #usermenu .menu {
	color: #000;
}
#ctl00_panelLoggedOnTemplate #km-username {
	color: #fff !important;
}
#ctl00_cntrlRoleSelection_panLnkAdmin {
    float: left;
    width: 100%;
}
#ctl00_cntrlRoleSelection_panLnkAdmin a {
	background-color: #0063a6;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	width: 100%;
	text-indent: 40px;
	display: block;
	font-weight: 600;
	transition: all 0.2s linear;
}
#ctl00_cntrlRoleSelection_panLnkAdmin a:hover {
	background-color: #005893;
}
#ctl00_cntrlRoleSelection_panLnkAdmin a:before {
	content: "";
	position: absolute;
	height: 40px;
	width: 30px;
	background-image: url(../images/alogo.png);
	background-repeat: no-repeat;
	background-position: center left;
	left: 10px;
	text-indent: 0;
}
#ctl00_cntrlRoleSelection_panLnkAdmin hr {
	display: none;
}
#usermenu .km-family-members a {
	text-decoration: none;
	color: 000;
	border-bottom: 3px solid transparent;
	transition: all 0.2s linear;
}
#usermenu .km-family-members a:hover {
	background-color: rgba(0,0,0,0.1);
}
/*-----------------*/
/*     CONTENT     */
/*-----------------*/
.linkbox {
	pointer-events: auto;
	background-position: center center;
	background-size: cover;	
	transition: all 0.2s linear;	
	text-align: center;
}
.linkbox * {
	transition: all 0.2s linear;
}
.linkbox .linkboks-inner {
	position: relative;
	display: block;
	text-decoration: none;
}
.linkbox span {
	z-index: 3;
    position: relative;
}
.linkbox .linkboks-header {
    font-size: 1em;
    margin-top: 15px;
    font-weight: 400;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    transition: all 0.2s linear;
    color: #495057;
}
.linkbox .linkboks-icon {
    color: #495057;
	display: flex;
    font-size: 2.5em;	
    width: 45%;
    text-align: center;
    height: 45%;
    border-radius: 100%;
    border: 1px solid #495057;
    background-color: #f8f9fa;
	margin: 15% auto 0 auto;
}
.linkbox .linkboks-icon i {
	margin: auto;
}
.linkbox .linkboks-inner {
	border: 2px solid #495057;
	background-color: #fff;
	margin-bottom: 18px;
}
.linkbox:nth-child(2) .linkboks-inner, .linkbox:nth-child(5) .linkboks-inner {
	margin-left: 6px;
	margin-right: 6px;
}
.linkbox:nth-child(1) .linkboks-inner, .linkbox:nth-child(4) .linkboks-inner {
	margin-right: 12px;
}
.linkbox:nth-child(3) .linkboks-inner, .linkbox:nth-child(6) .linkboks-inner {
	margin-left: 12px;
}
#linkboks-login {
    position: absolute;
    top: 0;
    z-index: 3;
    height: 98%;
    margin-top: 1%;
    padding: 15px;
    opacity: 0;
    background-color: #fff;
    margin-left: 0px;
    width: 0px;
    /* max-width: 515px; */
    border: 2px solid #495057;
    border-right: 0px;
    cursor: default;
	transition: all 0.2s linear 0.3s;
}
#lb1:hover #linkboks-login, #lb1:active #linkboks-login {
	opacity: 1;
	width: 350px;
	margin-left: -350px;
	transition: all 0.2s linear;
}
.linkbox .linkboks-txtfield {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
	max-width: 400px;
	text-indent: 46px;
}
.linkbox .linkboks-input i {
	position: absolute;
	font-size: 1.4em;
	height: 46px;
	line-height: 46px;
	width: 46px;
	color: #fff;
	text-align: center;
}
#km-fblogin {
	background-color: #4267b2;
	display: inline-block;
	color: #fff;
	height: 26px;
	line-height: 26px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 0.9em;
	cursor: pointer;
	float: right;
	margin-top: -10px;
}
#km-fblogin:hover {
	background-color: #3b5998;
}
#km-fblogin i {
	margin-right: 5px;
}
#hs-headerloginknap {
	display: inline-block;
	color: #fff;
	height: 46px;
	width: 46px;
	position: absolute;
	text-align: center;
	line-height: 46px;
	margin-left: -46px;
	cursor: pointer;
}
#hs-headerloginknap i {
	position: relative;
}

#main-content #indhold {
	padding: 25px;
	position: relative;
	width: 100%;
	margin: 0;
	float: left;
	height: auto;
}

.content-header {
	position: relative;
	float: left;
	width: 100%;

}
.content-header > span {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
}
#ctl00_ContentPlaceHolderBody_lblPageContent {
	display: block;
}
#main-content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: white;
}
#indhold [class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
#indhold > .km-fullcard {
	float: none !important;
	display: block;
	margin: 0px auto;
}
#indhold.frontindhold {
	height:
}
/*-----------------*/
/*       NEWS      */
/*-----------------*/
#news-bar {
	position: relative;
	float: left;
	height: auto;
	padding: 25px;
	transition: all 0.5s linear;
	max-height: 9999px;
}

#news-content {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}

.news-item {

}

.news-item:nth-child(1) {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0px;
	border: none;
}

.news-item:nth-child(2), .news-item:nth-child(3) {
	position: relative;
	float: left;
	width: 50%;
	height: 400px;
}

.news-item:nth-child(2) {
	margin: 15px 0px;
	padding-right: 15px;
	border: none;
}

.news-item:nth-child(3) {
	margin: 15px 0px;
	padding-left: 15px;
	border: none;
	border-left: 1px solid rgb(240, 240, 240);
}

.news-item:nth-child(1) .news-image {
	
}

.news-item .news-image {
	position: relative;
	float: left;
	width: 60%;
	height: 300px;
	background-image: url(../images/patterns/3.png);
	background-position: center center;
	background-size: 200px;
	background-repeat: repeat;
	border: 1px solid #000;
}

.news-item .news-header {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	font-weight: 400;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item .news-teaser {
	position: relative;
	float: left;
	width: 100%;
	height: 85px;
	padding-top: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.news-item .news-button {
	position: relative;
	float: left;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: white;
	text-decoration: none;
	padding: 0px 25px;
	padding-right: 75px;
	transition: all 0.2s linear;
	border: 1px solid #fff;
}
.news-item .news-button:hover {
	background-color: rgba(255,255,255,0.5);
}
.news-item:nth-child(1) {
	padding: 0px !important;
}

.news-item:nth-child(1) .news-teaser {
    width: 40%;
    height: 300px;
    color: white !important;
    padding: 0px;
    margin: 0px !important;
}

.news-item:nth-child(1) .news-button {
	position: absolute;
	bottom: 0px !important;
	width: 100% !important;
}
.news-item .news-teaser > div {
	margin-left: 25px;
    position: relative;
    height: 300px;
}
.news-item .news-teaser-txt {
	height: 240px;
	overflow: hidden;
}
.news-item .news-button::after {
    position: absolute;
    content: "\f105";
    font-family: "fontAwesome";
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: white;
    transition: all 0.2s linear;
}
#news-more {
	margin-top: 15px;
	float: left;
}
#news-more h2 {
	color:#fff;
	font-weight: 400;
}
#news-more a {
	color:#fff;
	display: block;
	text-decoration: none;
	font-size: 1em;
}
#news-more a:hover {
	text-decoration: underline;
}
/*-----------------*/
/*   HOLD I DAG    */
/*-----------------*/
#holdidag.hide {
	position: absolute;
    top: 0;
}
#holdidag {
	padding: 25px 0px;
	
}
#holdidag .km-bg-blue  {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.2s linear;
}
#holdidag #hid_search {
	position: absolute;
    right: 8px;
    top: 8px;
}
#holdidag #hid_search input  {
    border: 1px solid #aaa;
    background-color: rgba(255,255,255,0.90);
    box-shadow: none;
    padding: 8px;
}
#holdidag #hid_search #hid_searchbtn {
    margin-left: 10px;
    cursor: pointer;
}
#holdidag #holdidagcontent {
    position: relative;
    float: left;
    width: 100%;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    transition: all 0.5s linear;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 700px;

}
#holdidag .hid_hall {
    line-height: 40px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 1.2em;
	border-bottom: 1px solid #888;
}
#holdidag .hid_hall i {
	margin-right: 10px;
}
#holdidag .hid_lokal {
	margin-top: 20px;
}
#holdidag .hid_left, #holdidag .hid_info {
	display: inline-block;
}
#holdidag .hid_left {
	width: 130px;
    display: flex;
	flex-shrink: 0;
    align-items: center;
}
#holdidag .hid_info > span {
	display: block;
}
#holdidag .hid_holdwrap .hid_hold:nth-child(odd) {
	background-color: #fff;
}
#holdidag .hid_hold {
    display: flex;
	padding: 10px 7px;
	color: #333;
    text-decoration: none;
	transition: all 0.2s linear;
}
#holdidag .hid_hold:hover {
	color: #fff;
}
#holdidag .hid_farve {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-right: 10px;
    display: inline-block;
}
#holdidag .hid_time, .hid_navn  {
    font-size: 0.9em;
    font-weight: 700;
}
#holdidag .teamtitle:not(:empty) + .teamnr {
   display: none !important;
}
#holdidag .hid_pool {
    font-size: 0.9em;
    font-style: italic;
}
/*-----------------------*/
/*       FRAMES BAR      */
/*-----------------------*/
#frames-bar {

}
#frames-bar .container {
	position: relative;
	height: auto;
}
#frames-bar .row {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.frame-headerwrap {
	background-color: #fff;
}
.frame-header {
	display: inline-block;
	color: #293948;
    line-height: 66px;
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: none;
    text-indent: 20px;
	text-transform: uppercase;
	transition: all 0.2s linear;
}
.frame-header i {
	float: right;
    line-height: 66px;
    padding-left: 10px;
	text-indent: 5px;
	transition: all 0.2s linear;
}
.frame-header:hover i {
	padding-left: 20px;
}
/* CALENDAR */
#calendar-content {
	position: relative;
	float: left;
	width: 100%;
	background-color: rgb(245, 245, 245);
	transition: all 0.2s linear;
}
.calendar-item {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px 0px;
	transition: all 0.2s linear;
}
html body form #screen-wrap .calendar-item:hover i:after {
	content:"\10f736";
}
html body form #screen-wrap .calendar-item:hover svg:after {
	content:"\10f736";
}
html body form #screen-wrap .calendar-item:hover .calendar-date {
	color: white !important;
}
html body form #screen-wrap .calendar-item:hover .calendar-header {
	color: white !important;
}
/* KALENDER */
#calendar {
	margin-top: 15px;
	margin-bottom: 75px;
}
#calendar-content {
	display: flex;
	background-color: #fff;
}
.calendar-item {
	position: relative;
	flex-flow: column;
	color: #293948;
	flex-grow: 1;
    flex-basis: 0;
	width: 100%;
	display: block;
	text-decoration: none;
	max-width: 450px;
	margin: 0px 20px 10px 20px;
	border: 1px solid #a3a3a3;
}
.calendar-item .calendar-date {
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 35px;
	padding: 0px 15px;
	color: #293948;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.2s linear;
}
.calendar-item .calendar-header {
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.4em;;
	padding: 0px 15px;
	font-size: 20px;
	font-weight: 600;
	white-space: normal;
	word-break: break-word;
	transition: all 0.2s linear;
}
/* EVENTS */
#events {
	transition: all 0.2s linear;
	padding: 75px 0;
	background-size: cover;
}
#events-content {
	display: flex;
	background-color: #fff;
} 
.events-item {
	position: relative;
	flex-flow: column;
	flex: 1 1 0px;
	text-decoration: none;
	max-width: 450px;
	margin: 0px 20px 10px 20px;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;	
}
.events-header {
	font-size: 1.2em;
	font-weight: 400;
	padding: 0 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
.events-date {
	text-transform: uppercase;
	padding-bottom:15px;
    border-bottom: 1px solid #a3a3a3;
	font-size: 1em;
	margin: 5px 10px 0 10px;
}
.events-content {
	margin-bottom: 40px;
	margin-top: 15px;
	padding: 0 10px;
}
.events-image {
	flex: 1;
	overflow: auto;
	background-position: center center;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	height: 80px;
}
.events-noimage {
	flex: 1;
	overflow: auto;
	background-position: center center;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	height: 80px;
}
.events-link {
	position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-indent: 10px;
    padding: 5px 0;
	transition: all linear 0.2s;
}
.events-link::after {
    position: absolute;
    content: "\f105";
    font-family: "fontAwesome";
    top: 0px;
    right: 0px;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: white;
    transition: all 0.2s linear;
}
#events-content > div:nth-child(1) > div.events-noimage.km-bg-blue {
	background-image: url(../images/patterns/3.png);
}
#events-content > div:nth-child(2) > div.events-noimage.km-bg-blue {
	background-image: url(../images/patterns/12.png);
}
#events-content > div:nth-child(3) > div.events-noimage.km-bg-blue {
	background-image: url(../images/patterns/8.png);
}
#events-content > div:nth-child(4) > div.events-noimage.km-bg-blue {
	background-image: url(../images/patterns/17.png);
}
#events-content > div:nth-child(5) > div.events-noimage.km-bg-blue {
	background-image: url(../images/patterns/15.png);
}

/*FACEBOOK*/
#facebook {
	height: 500px;	
}
#facebook-feed {
	padding: 20px 20px 0 0;
}
#facebook #facebook-img {
	background-position: center center;
	background-size: cover;
	height: 500px;
}
/*Facebook embed */
#fbembed {
	height: auto;
	padding: 25px 0 50px 0;
}
#fbembed #fbembedtop {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	display: flex;
}

#fbembed #fbembedtop #fb_pageinfo {
    position: absolute;
    top: 10px;
    left: 10px;
}
#fbembed #fb_topcontent img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
#fbembed #fbembedtop #fb_pageinfo #fb_logo, #fbembed #fbembedtop #fb_pageinfo > div {
	float: left;
}

#fbembed #fbembedtop #fb_pageinfo > div {
    margin-left: 10px;
}
#fbembed #fbembedtop #fb_pageinfo > div > a {
	color: #fff;
	text-decoration: none;
}
#fbembed #fbembedtop #fb_pageinfo > div > a:hover {
	text-decoration: underline;
}
#fbembed #fbembedtop #fb_pageinfo > div #fb_likes {
    font-size: 0.9em;
	line-height: 1.7em;
    color: #fff;
    text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
}
#fbembed #fbembedtop #fb_pageinfo > div h2 {
    font-size: 1.5em;
	line-height: 0.8em;
    color: #fff;
    text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
}
#fbembed #fbembedtop iframe {
    border: none;
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#fbembed #fb_topcontent {
    position: relative;
    float: left;
    max-width: 500px;
    max-height: 190px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
#fbembed #fb_arrows {
	float: left;
}
#fbembed #fb_arrows span {
	cursor: pointer;
}
#fbembed #fb_arrows span.slick-disabled {
	cursor:default;
}
#fbembed #fb_arrows .fbprev {
	margin-left: 0.5em;;
}
#fbembed #fb_arrows .fbnext {
	margin-left: 2.5em;
}
#fbembed #fb_arrows i {
	font-size: 2em;
	position: absolute;
	bottom: 0;
}
#fbembed #fb_arrows .slick-disabled {
	opacity: 0.25;
}
#frames-bar #fb_topcontent > img {
    width: auto;
    max-height: 190px;
    height: auto;
    max-width: 500px;
}
#fbembed #fbembedcontent {

}
#fbembed .fb_iteminner {
	float: left;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
	margin: 0 15px;
	padding: 10px;
	background-color: #fff;
}
#fbembed .fb_top {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#fbembed .fb_top img {
	display: inline-block;
	float: left;
}
#fbembed .fb_top > div {
	float: left;
	margin-left: 10px;
}
#fbembed .fb_top > div > div {
	font-size: 0.8em;
	color: #808080;
}
#fbembed .fb_top a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
#fbembed .fb_post {
	font-size: 0.9em;
	float: left;
}
#fbembed .fb_post > span:nth-child(2) {
	display: none;
}

#fbembed .fb_post .fbless, #fbembed .fb_post .fbmore {
    font-size: 0.8em;
    text-decoration: none;
}
#fbembed .fb_img {
	margin-top: 5px;
	float: left;
}
#fbembed .fb_img img {
	width: 100%;
	height: auto;
}
#fbembed .fb_vid {
	margin-top: 5px;
	float: left;
}

#fbembed .fb_event {
	float: left;
	margin-bottom: 5px;
    padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #808080;
}
#fbembed .fb_evname {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 5px;	
}
#fbembed .fb_evdate {
    font-size: 0.9em;
    color: #808080;
}
#fbembed .fb_evdate i {
	margin-right: 5px;
}
#fbembed .fb_count {
	padding: 7px 6px;
    margin-top: 10px;
    background-color: #e5e5e5;
    display: inline-block;
    float: left;
}
#fbembed .fb_count > span {
	float: left;
	margin: 0 6px;
	font-size: 0.8em;
}
#fbembed .fb_count > span i {
    margin-right: 5px;
    font-size: 1.3em;
    color: #fff;
    text-shadow: 0px 0px 1px #000;
	float: left;
}
#fbembed .fb_count > span i.fa-comment-alt {
	font-size: 1.2em;
	margin-top: 1px;
}
#fbembed .fb_count > span > span {
	float: left;
	margin-top: -1px;
}
#fbembed .fb_links {
	position: relative;
	float: right;
	font-size: 0.8em;
	margin-top: 20px;
}
#fbembed .fb_links > a {
	margin-right: 15px;
	color: #4267B2;
	text-decoration: none;
}
#fbembed .fb_links > a:hover {
	text-decoration: underline;
}
#fbembed .fb_share .fb_options {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all linear 0.2s;
    background-color: #888;
    position: absolute;

    right: 0px;
    margin-top: -25px;
    padding: 6px 4px;
}
#fbembed .fb_share:hover .fb_options {
	visibility: visible;
	opacity: 1;
	transition: 0.2s all linear;
	
}
#fbembed .fb_share .fb_options a {
	margin: 0 3px;
}
#fbembed .fb_share .fb_options a i {
	color: #fff;
	font-size: 1.1em;
	margin: 0 3px;
}
#fbembed .fb_item {
	padding-bottom: 15px;
} 
#fbembed .fb_share .fb_options a:hover i.fa-facebook-square {
	color: #4267B2;
}
#fbembed .fb_share .fb_options a:hover i.fa-twitter {
	color:#1DA1F2;
}
#fbembed .fb_share .fb_options a:hover i.fa-linkedin {
	color:#2867B2;
}
#fbembed .fb_share .fb_options a:hover i.fa-envelope {
	color: #EA4335;
}
@media screen and (max-width: 769px) {
	#fbembed .fb_share .fb_options {   
		width: 250px;
		background-color: #e5e5e5;
		padding: 19px 4px;
		text-align: center;
		margin-top: -70px;
	}
	#fbembed .fb_share .fb_options a {
		margin: 0 13px;
		font-size: 2em;
	}
	#fbembed .fb_share .fb_options a i.fa-facebook-square {
	color: #4267B2;
	}
	#fbembed .fb_share .fb_options a i.fa-twitter {
		color:#1DA1F2;
	}
	#fbembed .fb_share .fb_options a i.fa-linkedin {
		color:#2867B2;
	}
	#fbembed .fb_share .fb_options a i.fa-envelope {
		color: #EA4335;
	}
}
/*-----------------------*/
/*        INSTAGRAM      */
/*-----------------------*/
#instagram {
	height: 100%;
	background-color: #fff;
}

#instagram .heroSlider-fixed {
    display: flex;
    height: 450px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#instagram #instagram-slider {
	width: 100%;
	height: 460px;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
}
#instagram .slick-list, #instagram .slick-track {
	height: 100%;
}
#instagram .slick-slide {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	
}
#instagram .insta-header  {
    display: inline-block;
    color: #293948;
    height: 40px;
	line-height: 0.6em;
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: none;
    text-indent: 20px;
    text-transform: uppercase;
    
}
#instagram .fa-play {
	color: #fff;
	font-size: 2em;
	transition: all 0.2s linear;
	text-decoration: none;
}
#instagram .ig_info {
	position: absolute;
	overflow: auto;
    max-height: 100%;
	width: 100%;
	text-decoration: none;
	padding: 20px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
}
#instagram .slick-slide:hover .ig_info {
	visibility: visible;
	opacity: 1;
}
#instagram .slick-slide:hover .fa-play {
	font-size: 2.5em;
}
#instagram .ig_info span {
	color: #fff;
	font-size: 0.8em;
	font-style: italic;
}
#instagram .ig_info p {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
@media screen and (max-width: 769px) {
 #instagram {
	 margin-top:40px;
	}
}
@media screen and (max-width: 500px) {
 #instagram {
	 margin-top:40px;
	}
	#instagram .heroSlider-fixed {
		height: 350px;
	}
	#instagram #instagram-slider {
		height: 350px;
		border-left: 15px solid #fff;
		border-right: 15px solid #fff;
	}
}
/* NO FACEBOOK */
#igembed {
	height: auto;
	background-color: #fff;
	float: left;
    width: 100%;
}
#igembed .slick-slide {
   opacity: .3;
   transition: opacity 2s ease-in-out;
}
#igembed .slick-current {
   opacity: 1;
   transition: opacity 2s ease-in-out;
}
#igembed .slick-active{
   opacity: 1;
   transition: opacity 2s ease-in-out;
}
#igembed .heroSlider-fixed {
        position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}
#igembed .row, #igembed .row > div {
	height: 100%;
}
#igembed #ig-slider {
	width: 100%;
	height: 50vh;

}
#igembed .slick-list, #igembed .slick-track {
	height: 100%;
}
#igembed .slick-slide {
	width: 100%;
	height: 100%;
	background-color: #fff;
	
	
	text-decoration: none;
	
}
#igembed .slick-slide a {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
#igembed .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#igembed .insta-header  {
    display: inline-block;
    color: #293948;
    height: 40px;
	line-height: 0.6em;
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: none;
    text-indent: 20px; 
    text-transform: uppercase;
    
}
#igembed .fa-play {
	color: #fff;
	font-size: 2em;
	 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: all 0.2s linear;
	text-decoration: none;
}
#igembed .ig_info {
	position: absolute;
	width: 100%;
	text-decoration: none;
	padding: 20px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
}
#igembed .slick-slide:hover .ig_info {
	visibility: visible;
	opacity: 1;
}
#igembed .slick-slide:hover .fa-play {
	font-size: 2.5em;
}
#igembed .ig_info span {
	color: #fff;
	font-size: 0.8em;
	font-style: italic;
}
#igembed .ig_info p {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
@media screen and (max-width: 769px) {
 #igembed {
	 margin-top:40px;
	}
}
@media screen and (max-width: 500px) {
 #igembed {
	 margin-top:40px;
	}
	#igembed .heroSlider-fixed {
		height: 350px;
	}
	#igembed #igembed-slider {
		height: 350px;
		border-left: 15px solid #fff;
		border-right: 15px solid #fff;
	}
}
/*-----------------------*/
/*        SPONSORS       */
/*-----------------------*/
#sponsors {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: white;
	padding: 50px 0px 25px 0;
	transition: all 0.5s linear;
}
#sponsors .container {
	position: relative;
	height: auto;
}
#sponsors .row {
	position: relative;
	height: auto;
}
#sponsors .row > div {
	position: relative;
	height: auto;
} 
#sponsors .heroSlider-fixed {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0px !important;
}
#sponsors .prev, #sponsors .next {
	display: none !important;
}
#sponsor-slider {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: white;
}
#sponsor-slider .slick-list {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
#sponsor-slider .slick-list .slick-track {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 7px 0px;
}
#sponsor-slider .slick-list .slick-track .slick-slide {
  position: relative;
  float: left;
  width: 100%;

  padding: 25px;
}

#sponsor-slider a {
	position: relative;
	float: left;
	top: 0%;
	left: 0%;
	margin: 0 5%;
	width: 90%;	
	height: 115px;
	display: inline-block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 15px solid white;
	box-shadow: 0px 0px 2px #a3a3a3;
	transition: all 0.2s linear;
}
#sponsor-slider a:hover {
	transform: scale(1.1);
	z-index: 100;	
}
#sponsors .frame-header {
	text-transform: none;
}
.slick-dots {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.slick-dots li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.slick-dots li button {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: #fff;
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.slick-dots li:hover button {
	background-color: black;
	cursor: pointer;
}
.slick-dots li.slick-active button {
	background-color: black;
}
.prev {
	color: #999;
	position: absolute;
	top: 48%;
	left: 10px;
	font-size: 1.5em;
	display: none;
}
.prev:hover {
	cursor: pointer;
	color: black;
}
.next {
	color: #999;
	position: absolute;
	top: 48%;
	right: 10px;
	font-size: 1.5em;
	display: none;
}
.next:hover {
	cursor: pointer;
	color: black;
}
@media screen and (max-width: 800px) {
 .next, .prev {
	 display: none !important;
	}
}
/*----------------*/
/*     FOOTER     */
/*----------------*/
footer {
	color: #fff;
	float: left;
	width: 100%;
}
footer h1 {
	color: #fff;
	line-height: 1.6em;
    font-size: 1.2em;
    font-weight: 400;
	text-transform: none;
}
footer p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .fa-angle-down {
	font-size: 7em;
}
#footer-bottom {
	text-align: center;
	padding: 20px 0;
	float: left;
	width: 100%;
} 
#footer-nyttige {
	height: 250px;
	padding-top: 40px;
	padding-left: 20px;
}
#footer-contact {
	height: 250px;
	padding-top: 40px;
	padding-left: 40px;
}
#footerClubName {
	display: none;
}
#flogo {
	filter: brightness(0) invert(1);
}
#flogo img {
	height: 80px;
	width: auto;
}
#flinks a {
	display: block;
	line-height: 1.5em;
}
/*FOOTER LOGIN*/
#flinkboks-login {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3;
    height: 100%;
    padding: 15px;
    opacity: 0;
    margin-left: 0px;
    width: 0px;
    border-right: 0px;
    cursor: default;
    transition: all 0.2s linear 0.5s;
}
#fl1 {
	cursor: pointer;
}
#fl1:hover #flinkboks-login, #fl1:active #flinkboks-login {
	opacity: 1;
	width: 350px;
	transition: all 0.2s linear;
}
#fkm-fblogin {
	background-color: #4267b2;
	display: inline-block;
	color: #fff;
	height: 26px;
	line-height: 26px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 0.9em;
	cursor: pointer;
	float: right;
	margin-top: -10px;
}
#fkm-fblogin:hover {
	background-color: #3b5998;
}
#fkm-fblogin i {
	margin-right: 5px;
}
#fhs-headerloginknap {
	display: inline-block;
	color: #fff;
	height: 46px;
	width: 46px;
	position: absolute;
	text-align: center;
	line-height: 46px;
	margin-left: -46px;
	cursor: pointer;
}
#flinks .linkboks-txtfield {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
	max-width: 400px;
	text-indent: 46px;
}
#flinks .linkboks-input i {
	position: absolute;
	font-size: 1.4em;
	height: 46px;
	line-height: 46px;
	width: 46px;
	color: #fff;
	text-align: center;
}
#fhs-headerloginknap i {
    position: relative !important;
}
#footersocial {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
/* ---------------------- */
/* ----- RESPONSIVE ----- */
/* ---------------------- */
@media (min-width: 769px) {
	#usermenuwrap {
		display: none;
	}
	
}
@media (min-width: 769px) and (max-width: 991px) {
	.linkbox .linkboks-icon {
		font-size: 1.5em;
	}
	.linkbox .linkboks-header {
		font-size: 1em;
		height: 30px;
	}
	#banner {   
		height: 365px;
	}
	#linkboks-login {   
		min-height: 167px;
		margin-top: -2px;   
	}
}
@media (min-width: 992px) {
	
}	
@media (min-width: 1280px) {
	
}
@media (min-width: 1320px) {
	
}
@media (min-width: 991px) and (max-width: 1400px) {
	#banner {   
		height: 480px;
	}
	#banner-overlay {
		bottom: 15px;
	}
	#linkboks-login {   
		min-height: 167px;
		margin-top: -2px;   
	}
}



@media (min-width: 1300px) and (max-width: 1367px) {
	
}
@media screen and (max-width: 1279px) {
	.events-item {
		margin: 0px 10px 10px 10px;
	}
	
	.calendar-item .calendar-header {
		font-size: 17px;
	}
	.calendar-item .calendar-date { 
		font-size: 12px;
	}
}
@media (min-width: 769px) and (max-width: 1300px) {
	
}
@media screen and (max-width: 1200px) {
	body #topmenu .menu {
		font-size: 14px !important;
	}
	
	body #menuBar #topmenu ul#menu {
		margin-right: 25px;
	}
	#menu li ul .menu {
		line-height: 30px;
	}
	.scrolled #menu.topmn {
		margin-top: 20px;
	}
	#menu.topmn {
		margin-top: 73px;
	}
	#menuBar.scrolled ul.level1 > li:hover {
    padding-bottom: 19px;
}
}
@media screen and (max-width: 991px) {
	#events-content {
		overflow-y: scroll;
	}
	.events-item {
		min-width: 200px;
	}
	body #topmenu .menu {
		font-size: 10px !important;
	}
	#top-logo {
		margin-left: 10px;
	}
	.calendar-item {   
    	margin: 0px 10px 10px 10px;
	}
	.calendar-item .calendar-date {
    font-size: 10px;
}
}
@media screen and (max-width: 769px) {
	#linkboks-login {
		visibility: hidden;
	}
	.calendar-item {
		min-width: 42vw;
	}
	#facebook-feed {
		padding: 20px 20px 0 20px;
	}
	#calendar-content {
		overflow-y: scroll;
	}

	.events-item {
		min-width: 42vw;
	}
	
	
	
	
	.events-link {   
		padding: 15px 0;
	}
	.events-link::after {   
		height: 48px;
		line-height: 48px;
	}
	.events-content {
		margin-bottom: 70px;
	}
	h1 {
		font-size: 2em;
	}
	#banner {
		height: 260px !important;
		margin-top: 0;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
   		 box-sizing: border-box;
	}
	body.front #banner {
		height: 100vh !important;
	}
	#banner-overlay {
    bottom: 10px;
}
	
	.linkbox {
		margin: 5px 10px;
		width: 100%;
	}
	.linkbox .linkboks-inner {
		margin: 0 !important;
		float: left;
		width: 265px;
		background-color: rgba(255,255,255,0.5);
	}
	.linkbox .linkboks-icon {   
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 5px 10px 5px 10px;
		float: left;
}
	.linkbox .linkboks-header {

    
    float: left;
   
}
	
	#ctl00_valCustUkendt {
		color: Red;
		position: fixed;
		z-index: 10001;
		width: 100vw;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 60px;
		height: 60px;
		background-color: #fff;
	}
	#usermenu a {
		margin-left: 0px !important;
		font-size: 16px !important;
	}
	#usermenuwrap {
		position: fixed;
		background-color: rgba(0,0,0,0.75);
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 10002;
		display: none;
	}
	#usermenutop {
		height: 60px;
		line-height: 60px;
		width: 100%;
		color: #fff;
		text-indent: 10px;
		font-size: 1.2em;
		font-weight: 600;
	}
	#usermenuclose {
		height: 60px;
		width: 60px;
		display: inline-block;
		float: right;
	}
	#usermenuclose i {  
		line-height: 60px;
		font-size: 1.7em;
	}
	.usermenutopicon {
		text-align: center;
		margin-top: -60px;
	}
	.usermenutopicon i {
		background-color: #fff;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		line-height: 75px;
		font-size: 2.3em;
		border: 5px solid #333;
	}
	#usermenu .km-login-btn i {
		display: none;
	}
	#km-remme {		
		position: relative;
		height: 36px;		
		padding: 10px 10px 0 10px;		
		margin-top: -3px;
		z-index: 10000;
		box-shadow: 0px 2px 2px 0px rgba(120,120,120,0.85);
		float: right;
	}
	#ctl00_panelAnonymousTemplate #usermenu {	
		padding: 15px;
		margin: 75px auto 0px auto;
		box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.8);
		background-color: #fff !important;
		border-radius: 5px;
		display: block;
		width: 90vw;
		max-width: 425px;
	}
	#ctl00_panelAnonymousTemplate #km-um-sep {
		float: none;
	}
	.linkboks-input {
		position: relative;
		box-shadow: 0px 1px 5px 0px rgba(120,120,120,0.85);
		margin-bottom: 15px;
	}
	.linkboks-input input {
		margin: 0 !important;
	}
	html body #usermenu #ctl00_lnkFacebookLogin {
		background-color: #4267b2;
		display: inline-block;
		color: #fff;
		height: 46px;
		line-height: 46px !important;
		border-radius: 0px;
		padding: 0 0px;
		font-size: 0.9em;
		cursor: pointer;
		float: none;
		width: 100% !important;
		margin-top: 25px;
		text-align: center;
		text-indent: 0 !important;
		text-decoration: none;
		box-shadow: 0px 1px 5px 0px rgba(120,120,120,0.85);
		transition: all 0.2s linear;
	}
	html body #usermenu #ctl00_lnkCreateprofile {
		line-height: 46px !important;
		height: 46px !important;
		text-indent: 0 !important;
		float: none;
		display: block;
		box-shadow: 0px 1px 5px 0px rgba(120,120,120,0.85);
	}
	#usermenu .km-login-btn {
		display: inline-block;		
		width: 100%;		
		position: relative;	
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.3em;
		line-height: 46px !important;
		text-indent: 0 !important;
		box-shadow: 0px 1px 5px 0px rgba(120,120,120,0.85);
	}
	#ctl00_valReqUsername, #ctl00_valReqPassword {
		display: none;
	}
	#top-logo {
		display: none;
	}
	#main-content {
		margin: 0 2vw;
		width: 96vw;
		box-shadow: 0 0 10px 0 rgba(115,115,115,0.85);
	}
	#main-content #ctl00_ContentPlaceHolderBody_lblPageContent {
		padding: 10px;
	}
	#sponsors {		
		padding: 0px;
	}
	#facebook {
		text-align: center;
	}
	#menu.topmn {
		margin-top: 0px;
	}
	body #menuBar #topmenu ul#menu {
		margin-right: 0px;
	}
	#menu ul.level1 > li:hover, #menu li.usermenu:hover {
		padding-bottom: 0px;
	}
	#sponsors .heroSlider-fixed {
		margin-top: 0px;
	}
	#km-um-forgot {
		float: none;
		display: block;
		text-align: right;
	}
	#usermenu {
		height: auto !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		float: none !important;
		z-index: 10001 !important;
		padding: 0;
	}
	.km-menu-login-btn {
		text-indent: 5px !important;
	}
	.km-menu-login-btn i {
		margin-right: 5px !important;
	}
	.usermenu > a:after {
		content: "\f055";
		font-family: FontAwesome;
		float: right;
		margin-right: 10px;
	}
	#km-username {
		line-height: 45px !important;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 1) !important;
	}
	#usermenu > li > a > i {
		width: 25px;
		text-align: left;
	}
	.km-family-members > a {
		border-bottom: solid 1px rgba(0, 0, 0, 0.3) !important;
		border-top: solid 1px rgba(255, 255, 255, 0.15) !important;
		text-indent: 5px !important;
		color: #fff !important;
	}
	#ctl00_cntrlRoleSelection_lnkAdmin {
		text-indent: 45px !important;
	}
	#ctl00_cntrlRoleSelection_lnkAdmin:before {
		left: 20px !important;
	}
	#kmfamdrop {
		padding: 0;
	}
	.fa-user-plus:before {
		line-height: 40px !important;
	}
	#banner {
		padding-top: 60px !important;
	}
	#km-fam-member-active .fa-exchange-alt {
		float: right;
		line-height: 40px;
		margin-right: 10px;
	}
	#ctl00_panelLoggedOnTemplate .menu {
		text-indent: 5px !important;
	}
	#ctl00_panelLoggedOnTemplate #usermenu li {
		float: left;
	}
	body #menu ul li ul {
		background-color: transparent !important;
	}
	html body #menuBar #menu .menu {
		font-size: 14px !important;
		color: white !important;
	}	

	html body #menu ul li ul {
		background-color: transparent !important;
	}
	
	html body #banner .prev, html body #banner .next {
		display: none !important;
	}
	
	#btxt {
		background-color: rgba(255,255,255,0.85);
	}

	
	#ctl00_ContentPlaceHolderBody_lblPageContent {
		padding: 10px;
	}
	#main-content #indhold {		
		min-height: auto;
	}
	body #topmenu .level1 > li .menu {
		padding: 0px !important;
	}
	body #topmenu .level1 > li::after {
		content: none !important;
	}
	html body #topmenu .topmn .menu {
		font-size: 14px !important;
	}
	html body .topmn .popout:after {
	    font-size: 14px !important;
	}
	#footer-contact {		
		padding: 40px 20px 0 20px;
	}
}
@media screen and (max-width: 650px) {
	.calendar-item {
		min-width: 75vw;
	}
	#facebook-feed {
		padding: 20px 20px 0 20px;
	}
	#calendar-content {
		overflow-y: scroll;
	}
	#main-content {
		margin: 0px;
		width: 100vw;
	}
	.news-item .news-image {
		width: 100%;
	}
	.news-item:nth-child(1) .news-teaser {
		width: 100%;
		height: auto;
		margin-top: 10px !important;
	}
	.news-item .news-teaser-txt {
		height: auto;
	}
	.news-item .news-teaser > div {
		margin-left: 0;
		height: auto;
	}
	.news-item:nth-child(1) .news-button {
		position: relative;
		margin-top: 15px;
	}
	.events-item {
		min-width: 75vw;
	}
}
@media screen and (max-width: 350px) {

}
/* DESKTOP DEVICES */
@media screen and (min-width: 770px) {
	
}

/* ----------------------------------- */
/* ---------- NEWS ARCHIVE ----------- */
/* ----------------------------------- */
.center-text {
	text-align: center!important
}
#newsArchive_rightcol {
	display: none!important
}
.NewsHeading {
	margin-top: -20px!important
}
.NewsHeading h1 {
	text-align: center!important;
	font-size: 30px!important;
}
.NewsHeading h1:after {
	content: "";
	width: 80px!important;
	height: 10px!important;
	display: block!important;
	border-bottom: 2px solid red!important;
	margin-right: auto!important;
	margin-left: auto!important;
	margin-bottom: 59px!important;
}
#newsArchive_leftcol a:link {
	color: #000!important
}
#newsArchive_leftcol .NewsItem {
	border: none !important;
	margin-right: 5px!important;
	padding: 5px 10px !important;
	position: relative !important;
	marign-bottom: 20px!important;
	width: 47%!important;
	float: left!important;
	margin-bottom: 52px!important;
}
#newsArchive_leftcol .NewsItem:hover .NewsHeader span {
text-decoration:none!important!important
}
#newsArchive_leftcol .NewsItem:hover .newsImgCon {
	background-size: 100%!important;
	text-decoration: none!important
}
#newsArchive_leftcol .NewsName {
	position: absolute!important;
	top: 305px!important;
	left: 100px!important;
	font-size: 14px!important;
font-style: normal!important!important;
	font-weight: 700;
	color: #000!important;
}
#newsArchive_leftcol .NewsAuth img {
	display: none!important
}
#newsArchive_leftcol .NewsHeader {
	color: #000 !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	margin-top: 20px !important;
	display: block!important;
}
#newsArchive_leftcol .newsImgCon {
	width: 100%!important;
	display: block!important;
	height: 250px!important;
	background-size: 115%!important;
	background-repeat: no-repeat!important;
	-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	background-position: center!important;
}
#newsArchive_leftcol .NewsTeaser {
	margin-top: 17px !important;
	overflow: hidden!important;
	height: 100px !important;
	color: #587986;
}
#newsArchive_leftcol .NewsDateTxt {
	font-style: normal !important;
	positioN: absolute !important;
	top: 304px !important;
	left: 12px !important;
	padding-right: 8px !important;
	border-right: 1px solid #000 !important;
}
/* ----------------------------------- */
/* -------------- BOXES -------------- */
/* ----------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 769px) {
	.container, .wrapper {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container, .wrapper {
		width: 970px;
	}
}	
@media (min-width: 1280px) {
	.container, .wrapper {
		width: 1200px;
	}
}
@media (min-width: 1320px) {
	.container, .wrapper {
		width: 1270px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
@media (min-width: 769px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1300px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
@media (max-width: 769px) {
	.hidden-xs {
		display: none !important;
	}
	#body {
		padding-top: 60px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.pad-0 {
	padding: 0px !important;
}
.pad-15 {
	padding: 15px !important;
}
.pad-25 {
	padding: 25px !important;
}
.pad-50 {
	padding: 50px !important;
}
.pad-t-0 {
	padding-top: 0px !important;
}
.pad-t-15 {
	padding-top: 15px !important;
}
.pad-t-25 {
	padding-top: 25px !important;
}
.pad-t-50 {
	padding-top: 50px !important;
}
.pad-b-0 {
	padding-bottom: 0px !important;
}
.pad-b-15 {
	padding-bottom: 15px !important;
}
.pad-b-25 {
	padding-bottom: 25px !important;
}
.pad-b-50 {
	padding-bottom: 50px !important;
}
.pad-tb-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.pad-tb-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.pad-tb-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.pad-tb-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.pad-l-0 {
	padding-left: 0px !important;
}
.pad-l-15 {
	padding-left: 15px !important;
}
.pad-l-25 {
	padding-left: 25px !important;
}
.pad-l-50 {
	padding-left: 50px !important;
}
.pad-r-0 {
	padding-right: 0px !important;
}
.pad-r-15 {
	padding-right: 15px !important;
}
.pad-r-25 {
	padding-right: 25px !important;
}
.pad-r-50 {
	padding-right: 50px !important;
}
.pad-lr-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pad-lr-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pad-lr-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.pad-lr-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.clear {
	clear: both !important;
}
/* ----------------------------------- */
/* ----------- SYSTEM STYLE ---------- */
/* ----------------------------------- */
body .km-bg-blue {
	background-color: #fff !important;
}
.km-red {
	color:#ef3f3f;
}
.km-bg-red {
	background-color:#ef3f3f;
}
.hide {
	overflow: hidden !important;
	max-height: 0px !important;
	opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    padding: 0px !important;
    margin: 0px !important;
	position: absolute;
}
.heroSlider-fixed {
	position: relative;
}

.km-lang-select {
	display: none;
}
.ellipse {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.boxShadow {
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
}
.hideOnSub {
	display: none;
}
.parallax {
	background-position: center center !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.fullCol1 {
	position: relative;
}
.fullCol1:before, .fullCol1:after {
	content: "";
	background: #333333;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
}
.fullCol1:before {
	right: 100%;
}
.fullCol1:after {
	left: 100%;
}
.fullCol2 {
	position: relative;
}
.fullCol2:before, .fullCol2:after {
	content: "";
	background: #181818;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
}
.fullCol2:before {
	right: 100%;
}
.fullCol2:after {
	left: 100%;
}
.home_link_responsive {
	font-size:2em !important;
	color:#fff;
	width:60px !important;
	height:60px;
	float:left;
	text-align:center;
	z-index:99999;
	display:block;
}
#topmenu .fa-home:before{
     line-height: 65px;
}
#hall {
	overflow-x: scroll;
}
#EventMembers {
	color: #000 !important;
}
.FormIndhold {
	background-attachment: fixed;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 250px;
}
table {
	font-size: inherit;
}
td {
	margin: 2px 2px 2px 2px;
	margin: 12px 12px 12px 12px;
}
.td {
	margin: 2px 2px 2px 2px;
	background-image: url(images/Tabelbg.gif);
}
.tdalert {
	border: 2px;
	border-style: dotted;
	border-color: green;
	padding: 3pt 3pt;
	margin: 2px 2px 2px 2px;
	background-color: #000000;
}
.tdSize11 {
	border-style: solid;
	color: #a5abb1;
	border-width: 1px;
	font-size: 11px;
}
.tdSize14 {
	border-style: solid;
	color: #a5abb1;
	border-width: 1px;
	text-decoration: underline;
	font-size: 14px
}
#TipBox {
	display: none;
	position: absolute;
	z-index: 1000;
	border: green dotted 1px;
	padding: 5px;
	background-color: #FFFFFF;
}
.TipBox {
	display: none;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	border: #72B0E6 solid 1px;
	padding: 15px;
	color: #1A80DB;
	background-color: #FFFFFF;
}
.arrow-button {
	display: none;
}
