@charset "utf-8";

/* general color styling */

:root {
  	--fhkred: #FF0033;
	--fhkdarkred: #98001E;
	--fhkgrey: #848383;
	--fhkbg: #EEEEEE;
	--fhkblue: #0077FF;
	--fhklightgrey: #DEDEDE;
	--fhkdarkgrey: #464545;
	--fontfamily: 'Saira', Arial, Helvetica, sans-serif;
	--bs-body-font-size: 18px;
	--vspace: 20px;
	
}

@media (min-width: 992px) {
:root {
	--vspace: 24px;
}}

@media (min-width: 1400px) {
:root {
	--vspace: 32px;
}}

/* CSS Document */

html {
	font-size: 17px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	}

body {
	font-size: 18px;
	background-color: #eee;
	color: #333333;
	font-weight: 400;
    font-family: 'Saira Semi Condensed', sans-serif;
	min-height: 100%;
	padding: 0;
	margin: 0;
	}

body.wp-admin {
	background-color: #fff;
	}

body.customize-support {
	margin-top: 0px;
}

section {
	display: block;
	width:auto;
	
}

section:after {
  content: "";
  display: table;
  clear: both;
}

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

iframe {
	max-width: 100% !important;
	width: auto;
	}
	
a {
	font-family: 'Saira Semi Condensed', sans-serif !important;
	transition: all 0.2s ease;
	color: #ff0033;
	}

a:hover {
	color: #666;
	text-decoration: underline;
}

a.btn, a.button {
    font-family: 'Saira Semi Condensed', sans-serif !important;
	font-size: 1.2rem;
	margin: 0.4em;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	display:inline-block;
	border: 2px solid var(--fhkred);
	background-color: var(--fhkred);
	box-sizing: border-box;
	text-align: center;
	border-radius: 0!important;
	padding: 0.4rem 1.2rem;
	text-transform: uppercase;
	transition: all 0.2s ease;
	transform: translateY(0px);
}

a.btn:hover, a.btn:focus, a.btn:active {
	background-color: var(--fhkdarkred);
	color: #fff;
	text-decoration: none;
	transform: translateY(-5px);
}

a.btn.secondary {
	background-color: var(--fhklightgrey);
	color: var(--vardarkgrey);
	border-color: var(--fhklightgrey);
}

a.btn.secondary:hover, a.btn.secondary:focus, a.btn.secondary:active {
	background-color: var(--fhkgrey);
	border-color: var(--fhkgrey);
	color: #000;
}



li {
	margin: 4px 2px 9px 0px;

}


h1 {
	color: var(--fhkdarkgrey);
	font-size: 3rem;
	line-height: 1.1;
	text-transform: none;
	font-weight: 700;
	margin: 0.8em 0 0.4em 0;
    font-family: 'Saira Semi Condensed', sans-serif !important;
	}

h2 {
	color: #666666;
	font-size: 2.4em;
	font-weight: 500;
    font-family: 'Saira Semi Condensed', sans-serif !important;
	}


	
h3 {
	font-size: 1.4em;
	color: #666;
	font-weight: 500;
    font-family: 'Saira Semi Condensed', sans-serif !important;	}

h4, h5 ,h6 {
	font-size: 1.3em;
	font-weight: 500;
	color: #666;
    font-family: 'Saira Semi Condensed', sans-serif;
}

p, li {

    font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.0em;
	text-align: left;
	color: #333;
	line-height: 1.3;
}

*{
	font-family: 'Saira Semi Condensed', sans-serif;
	text-align: left;
	color: #333;
	line-height: 1.3;
}

nav li, nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.breadcrumb {
	background-color:  rgba(238,238,238,1.00) !important;
	padding: 0 !important;
	font-family: 'Saira Semi Condensed', sans-serif !important;
	color: rgba(102,102,102,1.00);
}
.breadcrumb a {
	color: rgba(102,102,102,1.00);
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #000;
	text-decoration: underline dotted;
}

article .wp-post-image {
	width: 100%;
	max-width: 100%;
	height: auto !important;
	max-height: auto !important;
}

article .wp-post-image img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
	max-height: auto !important;
	margin-bottom: 1.4rem;
}

/* cookie banner */

.oc_cb_wrapper.fill_white {
    background-color: #fff;
    color: #333;
    border-top: 0px solid #333 !important;
}

.oc_cb_wrapper.fill_white .oc_cb_btn {
    border-color: #333;
	font-family: inherit !important;
    font-size: 1.2rem;
    margin: 0.4em;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #ffffff;
    display: inline-block;
    border: 2px solid var(--fhkred);
    background-color: var(--fhkred);
    box-sizing: border-box;
    text-align: center;
    border-radius: 0 !important;
    padding: 0.4rem 1.2rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
    transform: translateY(0px);
}

.oc_cb_wrapper #oc_cb_btn, .oc_cb_wrapper p {
    font-family: 'Saira Semi Condensed', sans-serif !important;
    font-size: 0.9rem;
    font-weight: inherit;
    line-height: 1.2;
}

/****** CONVENTUS *******/
.conventus .panel-title {
	color: #fff !important;
}

/*** MEDLEMSLOGIN ***/

#cvt_login cvt_33651 tr {
	border: none !important;
}
.fhk-page-content .kontingent tr:first-child {
	background-color: transparent;
	font-weight: normal;
	text-transform: none;
	color: #000;
}
.fhk-page-content .kontingent tr td {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.fhk-page-content .kontingent tr table tr {
	border: 0px !important;
}
.fhk-page-content .kontingent tr table tr td {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000;
}

/*********************
***** VIDEO FIX *****/
.fhk-video-overlay {
	height: 100%;
	background-color: rgba(238,30,58,0.5);
}
.fhk-video-overlay i {
	position: relative;
	display: block;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
/********************/
.sitelogo {
	width: 120px;
	height: 120px;
	max-width: 100%;
	margin: 20px 0px 0px 20px;
	display: block;
	float: left;
	background: transparent url('../img/fhklogo.png') center center no-repeat scroll;
	background-size: contain;
}

.backbutton {
	margin-top: 45px;
	float: left;
	width: 100%;
}
.backbutton a {
	width: auto !important;
	padding: 10px 20px 10px 20px !important;
	background-color: rgba(255,0,51,1.00);
	color: #fff !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	transition: all 0.2s ease;
}
.backbutton a:hover {
	color: #fff !important;
	background-color: rgba(153,0,34,1.00);
	text-decoration: none !important;
}

/**** ROW BGS **/
.light-grey-bg {
	background-color:  rgba(238,238,238,1.00);
}
/*.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}*/
/***** HEADER/TOP/MENU ***/

/* header */

.header-wrap {
	position: relative;
	height: calc(100px + 2.8rem);
	padding: 1.4rem;
	z-index: 800;
	max-width: 1380px;
	margin: 0 auto;
}

@media (min-width: 1400px) {
	.header-wrap {
		height: calc(150px + 2.8rem);
	}
}

/* header */

header {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	transform: translatey(0%);
	background-color: transparent;
	}

header .logo {
	height: 100%;
	margin-right: 1rem;
}

header .logo a {
	display: inline-block;
	height: 100%;
	width: auto;	
}

header .logo a img {
	display: inline-block;
	height: 100%;
	width: auto;
}

.hero-background {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-height: 70vh !important;
	background-color: var(--fhkred);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	background-image: url('../img/hero-backdrop.webp');
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-size:cover;
}

/* front-page */

.news-focus {
	font-size: 1.4rem;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: 1fr 1fr;
	gap: calc(var(--vspace) * 1.2);
	width: 100%;
	height: auto;
	padding-right: calc(var(--bs-gutter-x) * .5);
  	padding-left: calc(var(--bs-gutter-x) * .5);
	}

.news-focus .newsblock {
	grid-row: span 1;
	grid-column: span 2;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}



@media (min-width: 768px) {
.news-focus {
	font-size: 2.0rem;
	}}

@media (min-width: 1200px) {
	.news-focus {
		font-size: 2.4rem;
		box-sizing: border-box;
		aspect-ratio: 16 / 9;
		}
	.news-focus .newsblock {
		aspect-ratio: auto;
		}

	.news-focus .newsblock:nth-child(1) {
		grid-column: span 1;
		grid-row: span 2;
		}

	.news-focus .newsblock:nth-child(2), .news-focus .newsblock:nth-child(3) {
		grid-column: span 1;
		grid-row: span 1;
		}	
}

.news-focus .newsblock img {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:  center center;
	transform: scale(1.0);
	transition: all 0.5s ease;
}

.news-focus .newsblock:hover img,
.news-focus .newsblock:focus img,
.news-focus .newsblock:active img {
	transform: scale(1.1);
}

.news-focus h2,
.news-focus h3 {
	color: #fff;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.1;
	z-index: 10;
	padding: calc(1.6vw + 0.8rem);
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	background-image:linear-gradient(to top, rgba(85,0,0,.85) 0%,rgba(85,0,0,.0) 100%)
}

.news-focus .newsblock:nth-child(2) h3,
.news-focus .newsblock:nth-child(3) h3 {
	font-size: 70%;
	padding: calc((1.6vw + 0.8rem) * 0.7);
}


.news-focus .cat {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	height: 42px;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
}

.news-focus .cat span {
	font-size: 0.9rem;
	line-height: 42px;
	padding: 0 0.8rem;
	margin: 0;
	background-color: #fff;
	font-weight: 700;
	text-transform:uppercase;
	display: inline-block;
	color: var(--fhkdarkgrey);

}

.news-focus .cat::after {
	/*content: url('../img/end-gfx.svg');*/
	content: '';
	height: 100%;
	aspect-ratio: 1 / 1;
	display: block;
	margin: 0;
	background-image: url('../img/end-gfx.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	
}



/* frontpage matches */

.matches {
	margin-top: calc(var(--vspace) * 1.6);
}

.headline-bar {
	height: 60px;
	color: #fff;
	display: flex;
	width: auto;
	flex-direction: row;
	justify-content: flex-start;
}

.headline-bar h2 {
	display: inline-block;
	font-size: 1.2rem;
	color: inherit;
	background-color: var(--fhkred);
	padding: 0 1.2rem;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
	text-transform: uppercase;
}

.headline-bar::after {
	/*content: url(../img/end-gfx-red.svg);*/
	content: '';
	height: 60px;
	width: 40px;
	display: inline-block;
	margin: 0;
	background-image: url(../img/end-gfx-red.svg);
	background-repeat: no-repeat;
	background-size: auto 60px;
	
}
.matches .header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	/*padding-right: calc(var(--bs-gutter-x) * .5);
  	padding-left: calc(var(--bs-gutter-x) * .5);*/
}


.matches .matchlinks a {
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	color: var(--fhkgrey);
	font-size: 1.0rem;
	font-weight: 700;
	margin: 0 0.6rem;
}

@media (min-width: 1400px) {
	.headline-bar h2 {
		font-size: 1.8rem;
	}
	
	.matches .matchlinks a {
	font-size: 1.6rem;
	}
}

.matchlist {
	margin-top: calc(var(--vspace) * 1.0);
	font-size: 1.0rem;
}

.matchlist .wrap {
	background-color: #fff;
	height: 100%;
	min-height: 300px;
	padding: 1.2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}


.matchlist .nomatches {
	color: var(--fhkgrey);
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
}

.matchlist .daydiff {
	color: #fff;
	background-color: var(--fhklightgrey);
	font-size: 1.0em;
	line-height: 1.0;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	/*transform: translate(-1.2rem,-50%);*/
	z-index: 100;
	padding: 0.6em 0.7em;
}

.matchlist .kamptype-ikon {
	color: #666;
	font-size: 1.0em;
	line-height: 1.0;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 20px;
	/*transform: translate(-1.2rem,-50%);*/
	z-index: 100;
	padding: 0;
	width: 100px;
	height: 40px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: transparent;
}

.matchlist .kamptype-ikon span {
	display: none;
}

/*.matchlist .kamptype-ikon.herreligaen {
	background-image: url('../img/logo-herreligaen-bambuni.svg');
}

.matchlist .kamptype-ikon.ehfcl {
	background-image: url('../img/ehfcl-ms-logo-white.webp');
}

.matchlist .kamptype-ikon.ehfel {
	background-image: url('../img/logo-ehfel.webp');
}

.matchlist .kamptype-ikon.santander {
	background-image: url('../img/logo-santander-cup.png');
}*/

.matchlist .match-1 .daydiff {
	background-color: var(--fhkgrey);
}

.matchlist .match-0 .daydiff {
	background-color: var(--fhkred);
}



.matchlist .teams {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.matchlist .teams h4 {
	font-size: 1.2em;
	line-height: 1.0;
	font-weight: 700;
	color: var(--fhkgrey);
	text-align: center;
	flex-shrink: 0;
	flex-grow: 1;
	max-width: 50%;
}

.matchlist .teams h4 span {
	color: inherit;
	opacity: 0.6;
	font-size: 0.8em;
}

.matchlist .teams img {
	display: inline-block;
	aspect-ratio: 1 / 1;
	object-fit:contain;
	object-position:  center center;
	max-width: 25%;
	margin: 0.3em;
	flex-shrink: 1;
	flex-grow: 0;
	transform: translateY(25%);
}

.matchlist.manual .teams .teamnames {
	width: 50%;
}


.matchlist.manual .teams .teamlogo {
	display: inline-block;
	width: 25%;
	max-width: 25%;
	margin: 0.3em;
	flex-shrink: 1;
	flex-grow: 0;
	/*transform: translateY(25%);*/
}

.matchlist.manual .teams .teamlogo img {
	display: inline-block;
	aspect-ratio: 1 / 1;
	object-fit:contain;
	object-position:  center center;
	max-width: 100%;
}

.matchlist .time {
	color: var(--fhkred);
	font-size: 1.3em;
	text-align: center;
	font-weight: 700;
}

.matchlist .venue {
	color: var(--fhkgrey);
	font-size: 1.0em;
	text-align: center;
	font-weight: 400;
	}

.matchlist .cta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 0.4em;
}

.matchlist .cta .btn {
	margin: 0.2em;
	font-size: 1.0em;
}

/* matchlist EHF Champios League focus */


.matchlist .wrap.ehfcl {
	/*border: 4px solid #dbc87f;*/
	/*background: #1b3b6b;*/
	background: rgb(44,95,148);
	background: radial-gradient(circle, rgba(14,83,156,1) 0%, rgba(13,35,69,1) 100%);

	
}

.matchlist .wrap.ehfcl .teams .teamnames {
	color: #fff;
}

.matchlist .wrap.ehfcl .time {
	color: #dbc87f;
}

.matchlist .wrap.ehfcl .venue {
	color: rgba(255,255,255,0.7);
}

.matchlist .wrap.ehfcl .cta .primary {
	background-color: #dbc87f;
	border-color: #dbc87f;
	text-shadow: 0px 0px 3px rgba(159,138,60,0.60);

}

.matchlist .wrap.ehfcl .cta .secondary {
	background-color: #fff;
	border-color: #fff;
	color: rgb(44,95,148);
}

.matchlist .wrap.ehfcl .daydiff {
	background-color: #dbc87f !important;
	text-shadow: 0px 0px 3px rgba(159,138,60,0.60);
}

/* matchlist EHF European league focus */


.matchlist .wrap.ehfel {
	/*border: 4px solid #dbc87f;*/
	/*background: #1b3b6b;*/
	background: rgb(44,95,148);
	background: radial-gradient(circle, rgba(14,83,156,1) 0%, rgba(13,35,69,1) 100%);

	
}

.matchlist .wrap.ehfel .teams .teamnames {
	color: #fff;
}

.matchlist .wrap.ehfel .time {
	color: #e64114;
}

.matchlist .wrap.ehfel .venue {
	color: rgba(255,255,255,0.7);
}

.matchlist .wrap.ehfel .cta .primary {
	background-color: #e64114;
	border-color: #e64114;
	text-shadow: 0px 0px 3px rgba(159,138,60,0.60);

}

.matchlist .wrap.ehfel .cta .secondary {
	background-color: #fff;
	border-color: #fff;
	color: rgb(44,95,148);
}

.matchlist .wrap.ehfel .daydiff {
	background-color: #e64114 !important;
	text-shadow: 0px 0px 3px rgba(159,138,60,0.60);
}

/* news */

.news-secondary {
	margin-top: calc(var(--vspace) * 2.0);
	padding: calc(var(--vspace) * 1.6) 0;
	background-color: #fff;
	font-size: 1.0rem;
}

.news-secondary .newsblock a {
	text-decoration: none;
	display: block;
}

.news-secondary .newsblock img {
	width: 100% !important;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	object-fit: cover !important;
	margin-bottom: calc(var(--vspace) * 0.4);
}

.news-secondary .newsblock .cat {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--fhkred);
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.news-secondary .newsblock h4 {
	font-size: 1.8em;
	font-weight: 700;
	color: var(--fhkgrey);
	line-height: 1.0;
	text-transform: none;
	margin: 0.2em 0 0.4em 0;
	padding: 0;
}

.news-secondary .newsblock p {
	font-size: 1.0em;
	font-weight: 400;
	color: var(--fhkgrey);
	line-height: 1.2;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.news-secondary .newsblock .overview .wrap {
	padding: 0;
	border-width: 0;
}

.news-secondary .newsblock.overview h3 {
	font-size: 1.6em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--fhkred);
	font-weight: 700;
}

.news-secondary .newsblock.overview h3 span {
	color: var(--fhkgrey);
}

@media (min-width: 992px) {
.news-secondary .newsblock.overview .wrap {
	margin-left: 1.2em;
	padding-left: 1.8em;
	border-left: 1px solid var(--fhklightgrey);
	width: auto;
	min-height: 100%;
}}

@media (max-width: 991px) {
.news-secondary .newsblock.overview .wrap {
	margin-top: 1.2em;
	padding-top: 1.8em;
	border-top: 1px solid var(--fhklightgrey);
	width: auto;
}}

.mostread {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mostread li {
	list-style: none;
	margin: 0;
	padding: 1.0em 0;
	color: var(--fhkgrey);
	font-size: 1.0em;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--fhklightgrey);
}

.mostread li:last-child  {
	border-bottom-width: 0;	
}

.mostread li a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

.mostread li a:hover, .mostread li a:focus, .mostread li a:active {
	text-decoration: underline;
	color: #000;
}


/* promotion shortcuts on frontpage */

.promo-shortcuts {
	margin-top: calc(var(--vspace) * 2.0);
	width: auto;
	font-size: 1.0rem;
}

.promo-shortcuts .link {
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 2.0em;
	background-color: var(--fhkgrey);
	height: 100%;
	min-height: 400px;
	text-decoration:none;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}

.promo-shortcuts .link .frame {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	border: 0px solid var(--fhkred);
	transition: all 0.6s ease;
}

.promo-shortcuts a:hover .frame {
	border: 10px solid var(--fhkred);
}

.promo-shortcuts a:hover .bgimage {
	transform: scale(1.2);
}

.promo-shortcuts .textcontent {
	position: relative;
	z-index: 10;
	text-decoration: none;
	color: var(--fhkdarkgrey);
	max-width: 40%;
}

.promo-shortcuts h4, .promo-shortcuts h3 {
	color: var(--fhkred);
	font-weight: 700;
	line-height: 1.0;
	text-transform: uppercase;
	font-size: 1.8rem;
	margin-bottom: 0.2rem;
}

.promo-shortcuts p {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: inherit;
}

/* banner ads front page */

.bannerads {
	margin-top: calc(var(--vspace) * 2.0);
	width: auto;
	font-size: 1.0rem;
	background-color: #fff;
	padding: calc(var(--vspace) * 1.6) 0;
}

.bannerads .link {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	height: auto;
	border: 0;
	outline-width: 0px;
	outline-style: solid;
	outline-color: var(--fhkred);
}

.bannerads .link:hover {
	outline-width: 10px;
}

.bannerads .link .bannerimage {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	height: auto;
	opacity: 1.0;
	filter:brightness(100%)
	}

.bannerads .link .bannerimage img {
	width: 100%!important;
}

.bannerads .link:hover .bannerimage,
.bannerads .link:focus .bannerimage,
.bannerads .link:active .bannerimage {
	filter:brightness(120%)
}


/* somebanner */
.somebanner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: calc(var(--vspace) * 3.0);
	padding: 1.6em 0;
	text-align: center;
	width: auto;
	background-color: var(--fhkred);
	color: #fff;
	font-size: 1.0rem;
	min-height: 60vh;
	display: flex;
	position: relative;
}

.home .somebanner {
	margin-top: 0;
}

.somebanner .container {
	position: relative;
	z-index: 10;
	background: radial-gradient(50% 50% at center, rgba(255,0,51,1.0) 0%, rgba(255,0,51,0.8) 60%, rgba(255,0,51,0.0) 100%);
}


/* used for some banner background, and teasers */
.bgvid, .bgimage {
	position: absolute;
	z-index: 5;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-width: 0;
	outline: 0;
	transform: scale(1.0);
	transition: all 0.6s ease;
}

.bgimage img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bgimageoverlay {
	position: absolute;
	z-index: 8;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-width: 0;
	outline: 0;
	background-color: transparent;
	mix-blend-mode: multiply;
	transform: scale(1.0);
	transition: all 0.6s ease;
}

.somebanner h2 {
	color: #fff;
	font-size: calc(2em + 1vw);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.somebanner p {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	margin: 0.8em 0;
}

.somebanner .some_before p {
	margin-top: 0;
}

.somebanner .links {
	display: flex;
	width: auto;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}

.somebanner .links a {
	width: calc(60px + 3vw);
	display: inline-block;
	aspect-ratio: 1 / 1;
	background-color: transparent;
	background-size: contain;
	background-position: center center;
	padding: 0;
	margin: 0.4em;
	transition: all 0.5s ease;
	transform: translateY(0);
	opacity: 1.0;
	border-width: 0;
}

.somebanner .links a:hover,
.somebanner .links a:focus,
.somebanner .links a:active {
	transform: translateY(-0.4em);
	opacity: 0.9;
}

/* Social media feed */

.somefeed {
	margin-top: calc(var(--vspace) * 3.0);
}

.somefeed h2 {
	color: var(--fhkred);
	font-size: calc(1.4em + 0.8vw);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}

/* header menu */


header .navbar {
	color: #fff;
	font-size: 1.0rem;
}

header .navbar #main-menu > ul > li {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

header .navbar #main-menu > ul > li > a {
	color: inherit;
	font-size: 1.2em;
}

@media (min-width: 1400px) {
	header .navbar {
	font-size: 1.0rem;
}
}

header .navbar #main-menu > ul > li > a:hover,
header .navbar #main-menu > ul > li > a:focus,
header .navbar #main-menu > ul > li > a:active {
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
}


header .navbar #main-menu .dropdown-menu {
	border-radius: 0;
	border-width: 0;
}


.dropdown-menu.depth_0 > li > a {
	font-size: 1.1rem;
	text-align: left;
	
}

.dropdown-menu.depth_0 > li > a:hover,
.dropdown-menu.depth_0 > li > a:focus,
.dropdown-menu.depth_0 > li > a:active
	{
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	color: var(--fhkred);
	}

/* (controls submenu placement i headermenu) */
.dropdown-menu[data-bs-popper] {
	left: initial !important;
	right: 0;
}

/* dropdown arrow after menu */

.dropdown-toggle::after {
	content: url('../img/arrow-down-white.svg');
	width: 1.0em;
	height: 1.2em;
	display: inline-block;
	margin-left: .255em;
	vertical-align: 0;
	border-width: 0 !important;
	transform:rotate(0deg);
	transition: all 0.5s ease;
}

.dropdown-toggle.show::after {
	transform:rotate(180deg);
}

header .dropdown-menu .description {
	display: none;
}


/**** KAMPE FORSIDE ****/

@media (max-width: 1080px) {
	.vs-container {
		padding: 0 1.2rem !important;
	}
	.vs-left {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.vs-left h1 {
		padding: 0 0 2.5rem 0;
	}
	.vs-left .timer {
		padding: 0;
  		margin-top: -90px;
	}
	.vs-right {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.vs-left .vs-white-btn, .vs-left .vs-in-btn {
		width: 50%;
	}
	.vs-left h2, .vs-header h2 {
	  font-size: 1.3rem;
	}
	.vs-container.col-4:nth-child(2) {
	  border-right: none;
	}
	.vs-container.col-6 {
	  padding: 0 2rem !important;
	}
	.vs-buttons {
	  padding: 1.4rem 2rem 0 2rem;
	}
	.vs-container.col-4 .vs-buttons {
	  padding: 1.4rem 0 0 0;
	}
	.extra-logo {
		display: none;
	}
	.extra-left {
		flex: 0 0 60% !important;
		max-width: 60% !important;
		font-size: 0.8rem;
	}
	.extra-right {
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}
}

/* ELITESPILLER SINGLE PAGE */

.personligsponsor {
	background-color: #eee;
	padding: 1.4rem;
	margin-top: 1.4rem;
}

.personligsponsor h4 {
	margin: 0 0 0.6rem 0;
	font-weight: 700;
}

.personligsponsor .sponsorlink {
	border: 0;
}

.personligsponsor .sponsorlogo {
	
}

.personligsponsor .sponsorbeskrivelse {
	color: #666;
	font-style: italic;
	margin: 0.8rem 0 0 0 ;
}

/*** NYHEDER - FORSIDE ***/
.fhk-elite-nyheder {padding: 0 !important; margin-top: 30px; padding-bottom: 70px !important;}
.fhk-elite-nyheder-header {width: 76.5%; height: auto; float: left;}
.fhk-ungdom-nyheder-header {width: 23.5%; height: auto; float: left;}
.fhk-elite-nyheder-header h1, .fhk-ungdom-nyheder-header h1 {
	display: block;
	width:auto;
	color: rgba(255,0,51,1.00);
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
}
.fhk-elite-nyheder-header a, .fhk-ungdom-nyheder-header a {
	display: block;
	width:auto;
	margin-left: 10px;
	margin-top: 7px;
	color: rgba(102,102,102,1.00);
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration: underline dotted;
	float: left;
}
.fhk-elite-nyheder-header a:hover, .fhk-ungdom-nyheder-header a:hover {
	color: rgba(153,0,34,1.00);
}
.fhk-news-forside {width: 100%; margin-top: 15px; float: left;}

.nyhed-col {
	margin-right: 2%;
	width: 25%;
}
.nyhed-col:last-child {
	margin-right: 0;
}
.fhk-intro-image {
	width: 100%;
	height: 225px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.nyhed-col h2 {
	display: block;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0;
	color: rgba(102,102,102,1.00);
	font-size: 1.45em;
}
.nyhed-col p {
	display: block;
	margin: 0;
	padding: 0;
	color: rgba(102,102,102,1.00);
	font-size: 0.9em;
	font-weight: 300;
}
.nyhed-col a {
	display: block;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	color: rgba(255,0,51,1.00);
	text-decoration: underline dotted;
}
.nyhed-col a:hover {
	color: rgba(153,0,34,1.00);
}

/**** QUICK MENU ****/

.quickmenu {
	padding: 0 !important;
	padding-bottom: 55px !important;
}
.quickmenu-header {
	width: 100%;
	padding-top: 60px !important;
	clear: both;
}
.quickmenu-header h1 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 35px;
	color: rgba(102,102,102,1.00);
	text-transform: uppercase;
}
.quicklink {
	text-align: center;
	flex: 0 0 auto !important;
	width: 20% !important;
	max-width: 20% !important;
}
.quicklink img {
 	padding: 15px;
}
.quicklink h2 {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 5px;
	color: rgba(255,0,51,1.00);
	text-transform: uppercase;
	text-decoration: none;
}
.quicklink h2:hover {
	color: rgba(153,0,34,1.00);
	text-decoration: none;
}
.quicklink p {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	color: rgba(102,102,102,1.00);
	text-decoration: none;
}
.quicklink p:hover {
	color: rgba(102,102,102,1.00);
	text-decoration: none;
}
.quicklink a:hover {
	text-decoration: none;
}

.quick-herre {
	/*background-image: url("../img/quickherre_bg.png");*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255,0,51,1.00);
	background-blend-mode: multiply;
}
.quick-damer {
	/*background-image: url("../img/quickdame_bg.png");*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(153,0,34,1.00);
	background-blend-mode: multiply;
}
.trup-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.quick-trup {
	text-align: center;
	color: #fff;
	height: 710px;
}
.quick-trup p {
	text-align: center;
	color: #fff;
}
.quick-trup h1 {
	font-size: 2.7em;
}
.white-trup-btn {
	display: inline-block;
	width: auto;
	left: 50%;
}
.quick-trup a {
	display: block;
	text-align: center;
	color: rgba(255,0,51,1.00);
	width: auto;
	padding: 7px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1em;
	text-transform: uppercase;
	background-color: rgba(255,255,255,1.00);
	text-decoration: none;
	float: left;
}
.quick-trup a:hover {
	color: rgba(153,0,34,1.00);
	text-decoration: none;
}
.white-pin {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 16px solid rgba(255,255,255,1.00);
	border-bottom: 20px solid transparent;
	float: left;
}
/*** CONTENT ***/
.sub-page-header {
	width: 100%;
	height: auto;
	margin-top: -210px;
}
.sub-page-header img {
	width: 100%;
	height: auto;
}
.fhk-underside {
	background-color: rgba(238,238,238,1.0);
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.left-col {
	padding: 0 !important;
	padding-right: 35px !important;
	float: left
}
.menu-fhk-ungdom-container {
	margin-bottom: 55px;
}
.menu-hovedmenu-container {
	margin-bottom: 55px;
}
.left-col .sub-menu {
	padding: 0;
	margin: 0;
}
.left-col .sub-menu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left-col .sub-menu li a, .left-col .sub-menu li a:hover {
	display: block;
	background-color: rgba(102,102,102,1.00);
	width: 100%;
	padding: 0;
	padding: 15px;
	margin: 0;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(102,102,102,1.00);
}
.left-col .sub-menu li ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left-col .sub-menu li ul li a {
	display: block;
	background-color: #fff;
	width: 100%;
	padding: 0;
	padding: 15px;
	margin: 0;
	color: rgba(102,102,102,1.00);
	font-size: 1.1em;
	text-transform: none;
	text-decoration: none;
}
.left-col .sub-menu li ul li a:hover {
	display: block;
	background-color: #fff;
	width: 100%;
	padding: 0;
	padding: 15px;
	margin: 0;
	color: rgba(255,0,51,1.00);
	font-size: 1.1em;
	text-transform: none;
	text-decoration: none;
}
.fhk-elite-nyheder-header-subpage h1 {
	display: block;
	background-color: rgba(153,153,153,1.00);
	width: 100%;
	padding: 0;
	padding: 15px;
	margin: 0;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;	
}
.nyhed-col-sub h2 {
	display: block;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0;
	color: rgba(102,102,102,1.00);
	font-size: 1.25em;
}
.nyhed-col-sub p {
	display: block;
	margin: 0;
	padding: 0;
	color: rgba(102,102,102,1.00);
	font-size: 0.9em;
	font-weight: 300;
}
.nyhed-col-sub a {
	display: block;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 0;
	color: rgba(255,0,51,1.00);
	text-decoration: underline dotted;
}
.nyhed-col-sub a:hover {
	color: rgba(153,0,34,1.00);
}
.nyhed-col-sub .fhk-intro-image {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	height: 140px;
	margin-bottom: 8px;
}
.fhk-news {
    width: 100%;
    height: auto;
	margin-bottom: 25px;
    float: left;
}
.fhk-news .nyhed-col {
	margin-right: 0;
	padding: 0 !important;
	padding-right: 25px !important;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
.left-col .fhk-news .nyhed-col {
	padding-right: 0 !important;
}
.fhk-news .nyhed-col h2 {
    margin-top: 10px;	
}
.fhk-news .nyhed-col .fhk-intro-image {
	height: 150px;
}
.fhk-pagination {
	width: 100%;
	text-align: center;
	float: left;
}
.fhk-pagination a {
	color: #ee1e3a;
}
.fhk-pagination a:hover {
	color: #9b2131;
}
.fhk-tv {
	padding: 2rem 0 3rem 0;
}
.fhk-video {
	margin: 0 0 1rem 0;
}
.fhk-video video {
	width: 100%;
}
@media (max-width: 811px) {
	.fhk-video {
		flex: 0 0 auto !important;
		width: 50% !important;
		max-width: 50% !important;
	}
}
@media (max-width: 425px) {
	.fhk-video {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
.right-col {
	padding: 0 !important;
	padding-left: 35px !important;
	float: left
}
.right-col h1 {
	display: block;
	margin: 0;
	padding: 0;
	color: rgba(255,0,51,1.00);
	font-size: 3em;
}
.post-featured-image {
	background-size: contain, cover;
	background-position: left bottom, left top;
	background-repeat: no-repeat, no-repeat;
	width: 100%;
	height: 375px;
	overflow-y: hidden;
}
.fhk-page-content {
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 85px;
	padding-top: 45px;
	padding-left: 120px;
	padding-right: 120px;
	float: left;
}
.fhk-page-content h2 {
	width: 100%;
	padding: 0;
	padding-right: 15%;
	margin: 0;
	margin-bottom: 8px;
	font-size: 1.6em;
	float: left
}
.fhk-page-content h3 {
	width: 100%;
	padding: 0;
	padding-right: 15%;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 8px;
	font-size: 1.25em;
	color: rgba(255,0,51,1.00);
	float: left;
}
.fhk-page-content p {
	width: 100%;
	padding: 0;
	padding-right: 15%;
	margin: 0;
	font-weight: 300;
	float: left;
}
.fhk-page-content a {
	padding: 0;
	margin: 0;
	font-weight: 300;
	color: rgba(255,0,51,1.00);
	text-decoration: underline dotted;
}
.fhk-page-content a:hover {
	color: rgba(153,0,34,1.00);
}
.fhk-page-content ul {
	display: block;
	width: 100%;
	list-style-type: none;
	padding: 0;
	padding-left: 18px;
	margin-top: 10px;
	float: left;
}
.fhk-page-content ol {
	display: block;
	width: 100%;
	list-style-type: decimal;
	padding: 0;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
}
.fhk-page-content ol li {
	padding-left: 10px;
}
.fhk-page-content ul li::before {
	content: "•"; 
	font-size: 1em;
	color: red;
	display: inline-block; 
	width: 1.05em;
	margin-left: -1em
}
.fhk-page-content table {
	padding: 0;
	margin: 0;
	font-family: 'Saira Semi Condensed', sans-serif !important;
	font-weight: 300;
}
.fhk-page-content tr {
	background-color: rgba(238,238,238,1.0);
	border-bottom: 1px solid rgba(138,138,138,1.0);
}
.fhk-page-content tr:first-child {
	background-color: rgba(255,0,51,1.00);
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.fhk-page-content tr td:first-child {
	padding-left: 10px;
}
.fhk-galleri {
	padding: 0 !important;
	margin-top: 0 !important;
}
.fhk-galleri li::before {
	content: "";
}
.fhk-galleri li {
    width: 21% !important;
    float: left;
    padding: 0;
    overflow: hidden;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
.fhk-galleri img {
	margin: 0 !important;
}
.fhk-page-content iframe {
	max-width: 120% !important;
	width: 120%;
	height: 400px;
}
.fhk-page-content img {
	max-width: 120%;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}
.fhk-spiller-img {
	width: 35% !important;
	float: left;
	margin-right: 85px !important;
}
.fhk-spiller-info {
    width: 50%;
    float: left;
    margin-top: 120px;
}
.fhk-spiller-personlig-sponsor {
	width: 50%;
	padding: 8px 0 0 0;
	float: left;
}
.fhk-spiller-personlig-sponsor h3 {
	padding-top: 35px;
	border-top: 1px solid rgba(102,102,102,1.00);
}
.fhk-spiller-personlig-sponsor img {
	margin: 0;
}
.fhk-spiller-personlig-sponsor p {
	font-style: italic;
}
.fhk-page-content .hold-col {
	padding:0 !important;
	width: 100%;
	float: left;
}
.fhk-page-content .hold-col h2 {
	color: rgba(102,102,102,1.00);
	margin-top: 35px;
}
.fhk-div-spillerbox {
	width: 25%;
	height: 305px;
	padding-right: 25px;
	margin-bottom: 20px;
	float: left;
}
.fhk-div-spillerbox img {
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
}
.fhk-div-spillerbox a {
	color: #333;
	text-align: center;
	text-decoration: none;
	display: block;
}
.fhk-div-spillerbox a:hover {
	text-decoration: underline dotted;
}
.kontingent {

}
.right-col.liga .row .col-12 {
	padding: 0 8px !important;
}
.right-col.liga .row .col-3 {
	padding: 0 8px !important;
	margin-bottom: 16px;
	float: left;
}
.fhk-div-ligabox {
	background-color: rgba(255,255,255,1.0);
	text-align: center;
}
.fhk-div-ligabox .fhk-liga-image {
	background-color: rgba(255,255,255,1.0);
	/*padding: 25px 35px 0 35px;*/
	padding: 0;
	transition: all 0.3s ease-in-out;
}
.fhk-div-ligabox:hover .fhk-liga-image {
	background-color: rgba(230,230,230,1.0);
}
.fhk-div-ligabox .fhk-liga-image img {
	mix-blend-mode: multiply;
}
.fhk-div-ligabox .fhk-liga-nr {
	position: absolute;
	background-color: rgba(102,102,102,1.00);
	min-width: 42px;
	color: rgba(255,255,255,1.0);
	top: 0;
	left: 8px;
	padding: 6px 10px;
	text-decoration: none !important;
}
.fhk-div-ligabox .fhk-liga-stilling {
	position: absolute;
	font-size: 1.9rem;
	font-weight: 600;
	color: rgba(150,150,150,0.75);
	top: 0;
	right: 0;
	text-transform: uppercase;
	text-decoration: none !important;
	transform: rotate(90deg);
	margin-right: -77px;
	margin-top: 100px;
	width: 220px;
	text-align: left;
}
.fhk-div-ligabox .fhk-liga-info {
	width: 100%;
}
.fhk-div-ligabox .fhk-liga-info .liga-navn {
	background-color: rgba(102,102,102,1.00);
	width: 100%;
	padding: 7px;
}
.fhk-div-ligabox .fhk-liga-info .liga-navn p,
.fhk-div-ligabox .fhk-liga-info .liga-navn p:hover {
	display: block;
	color: rgba(255,255,255,1.0);
	
	margin: 0;
	text-align: center;
}
.fhk-div-ligabox .fhk-liga-info .liga-sponsor {
	background-color: rgba(0,0,0,1.0);
	width: 100%;
	padding: 5px;
}
.fhk-div-ligabox .fhk-liga-info .liga-sponsor p,
.fhk-div-ligabox .fhk-liga-info .liga-sponsor p:hover {
	display: block;
	font-size: 0.75rem;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	text-decoration: none !important;
	margin: 0;
	text-align: center;
}

.fhk-div-ligabox .fhk-liga-info .liga-sponsor.fhk-contacts p,
.fhk-div-ligabox .fhk-liga-info .liga-sponsor.fhk-contact p:hover {
	font-size: 0.88rem;
}
.fhk-div-ligabox a {
	color: #fff;
	text-decoration: none !important;
}
.fhk-div-ligabox a:hover {
	color: rgba(255,0,51,1.0);
	text-decoration: none !important;
}
.fhk-div-ligabox .liga-overlay {
	display: none;
}
.fhk-div-ligabox:hover .liga-overlay {
	display: block;
	position: absolute;
	background-color: rgba(255,0,51,0.25);
	left: 8px;
	right: 8px;
	top: 0;
	bottom: 0;
}
.right-col.liga .backbutton {
	margin-left: 8px;
}
.right-col.liga .liga-header {
	margin-top: 35px;
}
@media (min-width: 737px) and (max-width: 768px) {
	.right-col.liga .row .col-3 {
		flex: 0 0 33%;
		max-width: 33%;
	}
	.fhk-div-ligabox .fhk-liga-stilling {
		font-size: 1.75rem;
	}
}
@media (max-width: 736px) {
	.right-col.liga .row .col-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 440px) {
	.right-col.liga .row .col-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fhk-div-ligabox .fhk-liga-stilling {
		font-size: 2.5rem;
		margin-right: -97px;
		margin-top: 125px;
		width: 280px;
	}
}
/**** SPONSORER ****/
.fhk-sponsor-box {
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	padding-top: 60px;
	padding-left: 120px;
	padding-right: 120px;
	float: left;
}
.fhk-sponsor-box h1 {
	display: block;
	color: rgba(102,102,102,1.00);
	width: 100%;
	border-bottom: 3px solid rgba(238,238,238,1.00);
}
.fhk-sponsor-box img {
	width: auto;
	height: 115px;
	margin-right: 40px;
	float: left;
}

/*** FHK ungdom ***/
.fhk-ungdom {
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.fhk-ungdom-intro {
	margin-top: -100px;
	z-index: 8999;
	-webkit-box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.15);
}
.fhk-ungdom-intro .col-9 {float: left;}
.fhk-ungdom-submenu {float: left;}
.fhk-ungdom-submenu .menu-hovedmenu-container {margin-bottom: 0 !important;}
.fhk-ungdom-intro h1 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 300px;
	font-size: 4em;
	color: rgba(255,0,51,1.00);
}
.fhk-ungdom-intro p {
	font-size: 1.2em;
}
.fhk-ungdom-submenu ul {
	border-left: 4px solid rgba(202,202,202,1.00);
}
.fhk-ungdom-submenu li {
	display: block;
	list-style-type: none;
	width: 100%;
	margin-bottom: 10px;
}
.fhk-ungdom-submenu .sub-menu a {
	display: block;
	margin: 0;
	padding: 11px;
	padding-left: 15px;
	width: 100%;
	background-color: rgba(255,0,51,1.00);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.fhk-ungdom-submenu a:hover {
	background-color: rgba(153,0,34,1.00);
	color: #fff;
	text-decoration: none;
}
.fhk-ungdom-hold {
	padding-bottom: 85px !important;
	margin-top: 25px;
	-webkit-box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.15);
}
.fhk-ungdom-hold h1 {
	color: rgba(255,0,51,1.00);
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 40px;
}
.hold-col {
	padding:0 !important;
	float: left;
}
.hold-col h2 {
	color: rgba(102,102,102,1.00);
}
.hold-col a {
	display: block;
	font-size: 1.1em;
	color: rgba(102,102,102,1.00);
	text-decoration: underline dotted;
	margin-bottom: 7px;
}
.hold-col a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: underline dotted;
}
/*** HOLDOVERSIGT ***/
.traningstid {display: block; float: left; border-bottom: 1px solid rgba(202,202,202,1.00); padding: 6px !important; }
.traener {width: 33%; height: 360px; margin-bottom: 55px; float: left;}
.traener img {margin-top: 0;}
@media (min-width: 768px) {.sitelogo {width: 180px;height: 180px;}}
@media (min-width: 1380px) {.sitelogo {width: 230px;height: 230px;}}

.menugroup {
	float: right;
	width: auto;
	margin: 40px 0px 0px 0px;
	font-size: 0.7em;
}

@media (min-width: 768px) {.menugroup{font-size: 0.8em;}}
@media (min-width: 1380px) {.menugroup{font-size: 1.0em;}}

.primary-menu, .secondary-menu {
	display: block;
	float: none;
	clear:both;
}

.secondary-menu ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	box-sizing: content-box;
	padding: 0px 30px;
	float: right;
	clear: both;
	background-color: #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color: #eee;
	height: 52px;
	}

.secondary-menu a {
	font-size: 0.9em;
	margin: 0;
	padding: 10px 10px;
	line-height: 32px;
	display: inline-block;
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
}

section.header.subpage {
	background-color: #eee;
	background-image: url('../img/subpage-header.jpg');
	background-attachment: scroll;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	padding-bottom: 40px;
}

section.main-content {
	background-color: transparent;
	min-height: 90vh;
}

#breadcrumbs {
	color: #999;
}

#breadcrumbs span span:nth-of-type(2) {
	/*display: none;*/
}



.content .primary-content {
	background-color: #fff;
	box-sizing: border-box;
	width: auto;
	display: block;
	padding: 30px;
	margin: 30px 0px 30px 0px;
}

/* index content */

.main-content.post article .wrap {
	font-size: 1.0rem;
	padding: calc(var(--vspace) * 2.2);
	background-color: #fff;
}

.main-content.post aside.sidepanel {
	margin-top: 2em;
	font-size: 1.0rem;
	padding: 2.0em;
	background-color: #eee;
}

article.post {
	font-size: 1rem;
}

article.post .postinfo {
	margin: 0.8em 0 0 0;
	color: var(--fhkgrey);
	text-transform: uppercase;
	font-size: 0.8em;
}

article.post address,
article.post time,
article.post span {
	color: inherit;
	display: inline-block;
	width: auto;
	margin: 0; padding: 0;
}

.contentbody {
	font-size: 1em;
	margin-top: 0.8em;
}

/* archive page */

.main-content.archive .wrap {
	font-size: 1.0rem;
	padding: calc(var(--vspace) * 2.2);
	background-color: #fff;
}

.main-content.archive article .wp-post-image {
	width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
	object-position: center center;
    margin-bottom: calc(var(--vspace)* 0.4);
	margin: 0 !important;
	padding: 0 !important;
}

.main-content.archive article .no-post-image {
	width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
	object-position: center center;
    margin-bottom: calc(var(--vspace)* 0.4);
	background-color: var(--fhkdarkred);
	margin: 0 !important;
	padding: 0 !important;
}


.main-content.archive article a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.main-content.archive .postinfo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0.4rem;
	background-color: var(--fhkgrey);
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.0;
	font-weight: 500;
}

.main-content.archive article .post-title {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	color: #fff;
    line-height: 1.1;
    z-index: 10;
    padding: 1.2rem 0.8rem 0.8rem 0.8rem;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
	width: 100%;
    background-image: linear-gradient(to top, rgba(25, 0, 0, .70) 0%, rgba(25, 0, 0, .60) 50%,rgba(25, 0, 0, .0) 100%);
}

/* pagination */

nav.navigation.pagination {
	width: 100%;
	padding: 0;
	background-color: #eeeeee;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 2.4em;
}

nav.navigation.pagination .nav-links {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav.navigation.pagination .nav-links > * {
	color: var(--fhkgrey);
	font-size: 1.2rem;
	padding: 0.3em 0.9em;
	border-right: 1px solid #ccc;
	display: block;
}

nav.navigation.pagination .nav-links > *:first-child {
	border-left: 1px solid #ccc;	
}

nav.navigation.pagination .nav-links > a {
	color: var(--fhkdarkred);
}

/* submenu */

nav.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

nav.submenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;

}

nav.submenu ul li a {
	display: block;
	background-color: #fff;
	line-height: 24px;
	padding:13px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

nav.submenu ul li:last-child a {
	border-bottom: 0px solid #ccc;

}

.sociablefeeds .container {
	/*padding: 2.2rem 0 !important;*/
}

.sociablefeeds .fhk-facebook, .sociablefeeds .fhk-instagram {
	float: left;
}
@media (min-width: 1200px) {
	.sociablefeeds .fhk-facebook {
		/*margin-left: 0 !important;*/
	} 
	.sociablefeeds .fhk-instagram {
		/*margin-right: 0 !important;*/
	} 
	.steps-sticky-left {
		position: absolute;
		left: -55%;
		max-width: 160px;
	}
	.steps-sticky-right {
		position: absolute;
		right: -19%;
		top: 0;
		max-width: 160px;
	}
}

footer {
	background-image: url("../img/footer-logo.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: rgba(66,66,66,1.0);
	background-blend-mode: luminosity;
	padding: 60px 30px 150px 30px;
	margin: 0px;
	color: #ccc;
	font-size: 1.0rem;
    font-family: 'Saira Semi Condensed', sans-serif;
	line-height: 1.3;
}


footer a, footer p {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 1.0rem;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	}

footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: underline;

	}

footer h2, footer h3, footer h4 {
	font-size: 1.3rem;
	color: #fff;
	font-weight: 400;
	font-family: 'Saira Semi Condensed', sans-serif !important;
	text-transform: uppercase;
	padding: 0;
	margin: 1.2rem 0 0.4rem 0;
}

footer h2:first-child, footer h3:first-child, footer h4:first-child {
	margin-top: 0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.footer-container {
	padding: 0 !important;
	padding-top: 10px !important;
}


/* sponsors in footer */
section.sponsors {
	background-color: #DEDEDE;
	text-align: center;
	color: var(--fhkdarkgrey);
	padding: calc(var(--vspace) * 2.4) 0;
	margin-top: calc(var(--vspace) * 3.0);
}

section.sponsors * {
	color: var(--fhkgrey);
}

section.sponsors h2 {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2rem;
	text-align: center;
	color: var(--fhkgrey);
	padding: 0;
	margin: 0 0 1.2rem 0;
}

section.sponsors .row > [class^="col"] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 200px;
	max-width: 300px;
}

section.sponsors .row .col a {
	display: inline-block;
}

section.sponsors .row .col a img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
}



/* JSON API calls from tophaandbold */
.data-tophaandbold {
	background-color: #EDC3C4;
	}


.flexrows.stilling .wrap {
	background-color: #ffffff !important;
}

.scoreboard, .schedule {
	font-size: 0.7rem;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.scoreboard .name {
	font-size: 0.6;
}

.scoreboard .row, .schedule .row {
	border-top: 1px solid #ccc;
	padding: 0.8rem;
	font-size: inherit;
	background-color: transparent;
}

.scoreboard .row, .scoreboard .row div {
	font-size: inherit;
}

.scoreboard .col, .scoreboard [class^="col"] {
	padding: 0 5px 0 5px;
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.scoreboard .row .teamLogo, .schedule .row .teamLogo  {
	width: auto;
	max-width: 100%;
	height: 32px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: left center;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.schedule [class^="col"] {
	padding: 10px;
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.schedule .row .teamLogo {
	margin-right: 6px;
}

.schedule .row .id46 /* FHK ID = 46 */
{
	font-weight: 600;
	color: #303030;
}

.data-tophaandbold .description {
	font-size: 80%;
	color: #8E8E8E;
}

.data-tophaandbold .description strong {
	color: #8E8E8E;
}

.scoreboard .description {
	color: #A5A5A5;
	font-size: 0.8em;
}

.scoreboard .description strong{
	color: inherit;
	font-size: inherit;
}

.scoreboard .league-info {
	max-height: 100%;
	padding: 0.6rem 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.scoreboard .league-info > * {
	align-self: center;
}

.scoreboard .league-info .logo {
	height: 100px;
	width: auto;
	aspect-ratio: 3 / 2;
	object-fit:contain;
	object-position: right center;
	display: block;
}

.scoreboard .league-info h3.name {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 0.8;

}

.scoreboard .league-info h3 small {
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}

.scoreboard .row .rank {
	min-width: 32px;
	justify-content: flex-end;
}

.scoreboard .extra {
	display: none;
}

.scoreboard .head, .schedule .head {
	font-weight: 700;
	border-top-width: 0;
}

.scoreboard .Slutspil ~ .Ligakvalifikationsspil, 
.scoreboard .row.rank-9, .scoreboard .row.rank-10, .scoreboard .row.rank-11, .scoreboard .row.rank-12, .scoreboard .row.rank-13
{
	border-top: 1px solid #666;
	background-color: rgba(0,0,0,0.05);
}


.scoreboard .Ligakvalifikationsspil ~ .Ligakvalifikationsspil {
	border-top: 1px solid #ABABAB;
}

.scoreboard .Nedrykning, .scoreboard .row.rank-14 {
	border-top: 2px solid #000;
	background-color: rgba(0,0,0,0.10);

}

.schedule .row:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}

.data-tophaandbold .row:hover,
.data-tophaandbold .row:focus  {
	background-color: #fff;
	color: #000;
}

.schedule div.date {
	padding-left: 15px;
	word-wrap: break-word;
	display: inline-block;
}

.schedule span.date  {
	display: inline-block;
	margin-right: 6px;
}

.schedule span.time {
	display: inline-block;
	font-weight: 800;
}

.schedule .body .arena {
	padding-right: 15px;
	word-wrap: break-word;
	color: #787878;
}

.notice {
	color: #AAAAAA;
	font-weight: 500;
	font-style: italic;
}

/* mobile menu */

#sidebarbuttonwrap {
	position: relative;
	top: 0;
	right: 0;
}

.menubutton {
	display: flex;
	width: 60px;
	height: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--fhkred);
	outline: 0;
	border: 0;
	appearance: none;
	border-radius: 0px;
}

.menubutton > span {
	height: 3px;
	width: 60%;
	display: inline-block;
	background-color: white;
	margin: 3px 0;

	}

#mobilesidebar {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 1.6rem 1.6rem 1.2rem 1.6rem;
	position: fixed;
	width: 400px;
	max-width: 90vw;
	height: 100%;
	z-index: 999;
	background-color: var(--fhkred);
	transition: all 0.5s ease;
	top: 0;
	left: -400px;
}

#mobilesidebar.open {
	left: 0;
}

#menuoverlay {
	width: 100vw;
	height: 100vh;
	display: block;
	background-color: black;
	opacity: 0;
	position: fixed;
	top: 0;
	left: -100vw;
	z-index: 900;
	transition: opacity 0.5s ease;
	backdrop-filter: blur(30px);
}

#menuoverlay.active {
	left: 0;
	opacity: 0.8;
}

#menuclose {
	position: relative;
	align-self: flex-end;
	height: 60px;
	width: 60px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	otline: 0;
	appearance: none;
	transition: all 0.3s ease;
	transform: scale(1.0);
}

#menuclose span {
	width: 60%;
	height: 3px;
	background-color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%) rotate(45deg) ;
	border-radius: 1.5px;
}

#menuclose span:last-child {
	transform: translate(-50%) rotate(-45deg) ;	
}

#menuclose:hover,
#menuclose:active,
#menuclose:focus {
	transform: scale(0.90);
}

#menuclose:hover span,
#menuclose:active span ,
#menuclose:focus span {
	background-color: var(--fhkblue);
}

/* mobile menu styling */

#mobilesidebar .nav-link {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.0;
	color: white;
	background-color: transparent;
	border: 0;
	outline: 0;
}

#mobilesidebar .nav-link:hover,
#mobilesidebar .nav-link:focus,
#mobilesidebar .nav-link:active {
	background-color: transparent;
	border: 0;
	outline: 0;
	color: var(--fhkblue);
}

#mobile-menu > ul > li {
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#mobilesidebar .dropdown-menu {
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 1.0rem;
	border-radius: 4px;
}

#mobilesidebar .dropdown-item {
	color: white;
	font-size: 0.8rem;
}

#mobilesidebar .dropdown-item:hover,
#mobilesidebar .dropdown-item:focus,
#mobilesidebar .dropdown-item:active {
	background-color: transparent;
	color: var(--fhkblue);
}


@media (min-width: 576px) {
	.schedule .head > div {
	 font-size: 1.0rem;
	}
	
	.schedule .body > div {
	 font-size: 0.9rem;
	}
	
}

@media (max-width: 991px) {
	.schedule [class^="col"] {
		text-align: left;
		justify-content:center;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.scoreboard .row, .schedule .row {
	padding: 0.6rem 0;

}
	.schedule [class^="col"] {
		padding: 0 5px;
	}
	
	.scoreboard, .scoreboard .name {
		font-size: 1rem;
	}
	.scoreboard .extra {
		display: flex;
	}
	
	.scoreboard .row .rank {
	min-width: 42px;
	}
}

.nomatches {font-size: 1rem;}

/*flexible content*/
.flexrows.spillertrup .wrap {
}

.flexrows.spillertrup .spiller {
	display: block;
	position: relative;
	text-decoration: none;
	aspect-ratio: 2 / 2.4;
	width: 100%;
	max-width: 100;
	height: auto;
	z-index: 1;
	background-color: transparent;
}

.spillertrup .spiller .spillerbillede, 
.spillertrup .spiller img {
	width: 100%;
	aspect-ratio: 2 / 2.4;
	object-fit: cover;
	object-position: center top;
	height: auto;
	max-width: 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.spillertrup .spiller .manglerbillede {
	width: 100%;
	display: block;
	aspect-ratio: 2 / 2.4;
	object-fit: cover;
	object-position: center top;
	height: auto;
	max-width: 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
	background-image: url('../img/foto-mangler-ikon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.spillertrup .spiller .nummer {
    background-color: transparent;
    color: var(--fhkgrey);
    display: block;
    line-height: 4.0rem;
    padding: 0;
    font-size: 4rem;
    height: 4rem;
    aspect-ratio: 1 / 1;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 6px;
    text-align: right;
    z-index: 100;
    opacity: 0.3;
}

.spillertrup .spiller .navnewrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	top: -12px;
	line-height: 1.0;
	margin: 0;
	z-index: 50;
	font-size: 1.0rem;
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	text-align: left;
}

.spillertrup .spiller .navnewrap .spillernavn {
	display: inline-block;
	background-color: var(--fhkred);
	padding: 0.4rem 0.6rem;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	line-height: 1.0;
	margin: 0;
	border: 2px solid var(--fhkred);
}

.spillertrup .spiller .navnewrap .info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0.3rem 0.6rem;
	font-size: 0.7rem;
	font-weight: 400;
	color: #bf0000;
	text-align: inherit;
	line-height: 1.3;
	border: 2px solid var(--fhkred);
	background-color: transparent;
	margin-top: 0;}

.spillertrup .spiller .navnewrap .info span {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.spillertrup .spiller .navnewrap .info span a {
	color: inherit;
	text-decoration:underline;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.flexrows h2 {
	margin-bottom: 1.4rem;
}

.flexrows-active article.post .wrap {
	padding-bottom: calc(var(--vspace) * 1.0);
}

.flexrows-active article.flexrows .wrap {
	padding-bottom: calc(var(--vspace) * 1.0);
	padding-top: calc(var(--vspace) * 1.0);
}

.flexrows-active article.flexrows:last-child .wrap {
	padding-bottom: calc(var(--vspace) * 2.2);
}

.flexrows.holdoversigt {
	
}

.flexrows.holdoversigt h3.holdoversigt {
	margin: 1.2rem 0 0.8rem 0;
}

.flexrows.holdoversigt ul.holdliste {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flexrows.holdoversigt ul.holdliste li {
	list-style: none;
	margin: 0.3rem 0 0.3rem 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.1rem;
}

.flexrows.holdoversigt ul.holdliste li a {
	font-size: inherit;
}

.flexrows.sponsoroversigt .sponsor {
}

.flexrows.sponsoroversigt .sponsor a {
	display: block;
	background-color: #fff;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 3 / 2;
}

.flexrows.sponsoroversigt .sponsor img {
	width: 100%;
	max-width: 100%;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit:contain;
	object-position: center center;
	background-color: transparent;
	transform: scale(0.8);
}

.flexrows.sponsoroversigt .sponsortype {
	margin: 2.2rem 0 0.8rem 0;
	padding: 0;
}

.flexrows.sponsoroversigt .sponsorbuttons {
	display: block;
	vertical-align: middle;
}

.flexrows.sponsoroversigt .sponsorbuttons span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	margin: 0.3rem;
}

.flexrows.sponsoroversigt .sponsorbuttons a {
	display: inline-block;
	color: #333;
	font-size: 0.8em;
	padding: 0.2rem 0.5rem;
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
	margin: 0.2rem;
}

.flexrows.sponsoroversigt .sponsorbuttons a:hover,
.flexrows.sponsoroversigt .sponsorbuttons a:active,
.flexrows.sponsoroversigt .sponsorbuttons a:focus {
	background-color: var(--fhkred);
	color: #fff;
}

.scrollanchor {
	height: 0px;
	width: 100%;
	display: block;
	position: relative;
	top: -20vh;
}

/* sidepanel */

.sidepanel .rubrik {
	font-size: 1.6rem;
	font-weight: 700;
}

.sidepanel .senestenyt .nyhed a {
	text-decoration: none;
	display: block;
	max-width: 100%;
}

.sidepanel .senestenyt .nyhedsbillede {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	object-fit:cover;
	object-position: center center;
}

.sidepanel .senestenyt .nyhedstitel  {
	color: var(--fhkdarkgrey);
	font-size: 1.2rem;
	margin: 0 0 0 1rem;
	padding: 0;
}

.sidepanel .senestenyt time {
	font-size: 0.7em;
	margin: 0.2rem 0 0 1rem;
	padding: 0;
	opacity: 0.8;
	text-transform: uppercase;
}

.sidepanel .mest-laeste {
	margin-top: 2rem;
	padding-top: 1.2rem;
	border-top: 1px solid #ccc;
}


/* responsive features */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


@media (min-width: 769px) and (max-width: 1380px) { 
	
	.hidden-tablet {display: none;}
	.fhk-slider-forside ul, .carousel-item ul {
		height: 650px;
	}
	.fhk-slider-forside li, .carousel-item li {
		height: 650px;
	}
	.fhk-slider-caption h1 {
		font-size: 2.6em;
	}
	.kamp-forside {
		height: auto;
	}
	.kamp-left {
		width: 60%;
	}
	.kamp-right {
		width: 40%;
	}
	.kamp-left h1 {
		font-size: 1.5em;
	}
	.kamp-left h2 {
		font-size: 1.0em;
		margin-top: 5px;
	}
	.kamp-white-btn {
		width: 125px;
	}
	.kamp-left p {
		font-size: 1.1em;
		width: 165px;
	}
	.kamp-right img {
		width: 130px;
	}
	.kamp-right p {
		margin-top: 15%;
	}
	.fhk-news-forside {
		display: flex;
flex-wrap: wrap;
	}
	.nyhed-col {
		width: 46%;
		float: left;
		height: 465px;
		margin-right: 4%;
	}
	.fhk-ungdom-nyheder-header {
		width: 100%;
		margin-top: 35px;
	}
	.quicklink h2 {
		font-size: 1em;
	}
	.quicklink p {
		display: none;
	}
	.quick-trup {
		height: 450px;
	}
	.sub-page-header img {
		height: 260px;
	}

	.right-col {
		padding-left: 0px !important;
	}
	.right-col h1 {
		margin-bottom: 15px;
	}
	.fhk-page-content {
		padding: 55px;
		padding-top: 45px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.left-col {
		padding-right: 0px !important;
		margin-top: 55px;
	}
	.nyhed-col-sub {
		margin-right: 0;
		width: 48%;
		float: left;
		height: 350px;
	}
	.nyhed-col-sub h2 {
		margin-top: 10px;
	}
	.nyhed-col-sub:first-child {
		margin-right: 4%;
	}
	.nyhed-col-sub:last-child {
		margin-left: 4%;
	}
	.fhk-intro-image {
		margin-top: 25px;
	}
	.fhk-ungdom-intro .col-9 {
		width: 70% !important;
		max-width: 70% !important;
	}
	.fhk-ungdom-intro p {
		font-size: 1.0em;
	}
	.fhk-ungdom-submenu {
		width: 30% !important;
		max-width: 30% !important;
	}
	.fhk-ungdom-submenu .sub-menu a {
		background-color: rgba(255,0,51,1.00) !important;
		color: #fff !important;
		border-top: none !important;
	}
	.hold-col a {
		font-size: 0.9em;
	}
	.fhk-page-content h2, .fhk-page-content h3, .fhk-page-content p {
		float: left;
	}
	.traener {
    	width: 50%;
	}
	.lgx-logo-slider-wp .hover-default .lgx-logo-item .lgx-logo-img {
		height: 120px !important;
	}
}
@media (min-width: 737px) and (max-width: 768px) {
	.hidden-tablet {display: none;}
	.fhk-slider-forside ul, .carousel-item ul {
		height: 650px;
	}
	.fhk-slider-forside li, .carousel-item li {
		height: 650px;
	}
	.kamp-forside {
		height: auto;
	}
	.kamp-left {
		width: 100%;
	}
	.kamp-right {
		display: none !important;
	}
	.kamp-left h1 {
		font-size: 1.5em;
	}
	.kamp-left h2 {
		font-size: 1.0em;
		margin-top: 5px;
	}
	.kamp-white-btn {
		width: 125px;
	}
	.kamp-left p {
		font-size: 1.1em;
		width: 165px;
	}
	.nyhed-col {
		margin-right: 0;
		width: 48%;
		float: left;
		height: 475px;
	}
	.nyhed-col:first-child {
		margin-right: 4%;
	}
	.nyhed-col:last-child {
		margin-left: 4%;
	}
	.fhk-news-forside.d-flex {display: block !important;}
	.fhk-news .nyhed-col, .fhk-news-forside .nyhed-col {
		margin-right: 0;
		width: 48% !important;
		max-width: 48% !important;
		float: left;
		height: 475px;
	}
	.fhk-news .nyhed-col:first-child, .fhk-news-forside .nyhed-col:first-child {
		margin-right: 4%;
		margin-left: 0 !important;
	}
	.fhk-news .nyhed-col:last-child, .fhk-news-forside .nyhed-col:first-child {
		margin-left: 4%;
	}
	.fhk-ungdom-nyheder-header {
		width: 100%;
	}
	.quicklink h2 {
		font-size: 1em;
	}
	.quicklink p {
		display: none;
	}
	.quick-trup {
		height: 450px;
	}
	.sub-page-header img {
		height: 260px;
	}

	.right-col {
		padding-left: 0px !important;
	}
	.right-col h1 {
		margin-bottom: 15px;
	}
	.fhk-page-content {
		padding: 55px;
		padding-top: 45px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.fhk-page-content table {
		font-size: 0.75em;
	}
	.fhk-div-spillerbox {
		height: auto;
		min-height: 250px;
	}
	.left-col {
		padding-right: 0px !important;
		margin-top: 55px;
	}
	.nyhed-col-sub {
		margin-right: 0;
		width: 48%;
		float: left;
		height: 350px;
	}
	.nyhed-col-sub h2 {
		margin-top: 10px;
	}
	.nyhed-col-sub:first-child {
		margin-right: 4%;
	}
	.nyhed-col-sub:last-child {
		margin-left: 4%;
	}
	.fhk-intro-image {
		margin-top: 25px;
	}
	.fhk-ungdom-intro .col-9 {
		width: 60% !important;
		max-width: 60% !important;
	}
	.fhk-ungdom-intro p {
		font-size: 1.0em;
	}
	.fhk-ungdom-submenu {
		width: 40% !important;
		max-width: 40% !important;
	}
	.fhk-ungdom-submenu .sub-menu a {
		background-color: rgba(255,0,51,1.00) !important;
		color: #fff !important;
		border-top: none !important;
	}
	.hold-col a {
		font-size: 1.0em;
	}
	.fhk-page-content h2, .fhk-page-content h3, .fhk-page-content p {
		float: left;
	}
	.traener {
    	width: 50%;
	}
	.lgx-logo-slider-wp .hover-default .lgx-logo-item .lgx-logo-img {
		height: 110px !important;
	}
}

@media (max-width: 736px) {

	.navbar-brand {
		width: 110px;
		height: auto;
	}
	.fhk-slider-forside {
		margin-top: -150px;
	}
	.fhk-slider-forside ul, .carousel-item ul {
		height: 350px;
	}
	.fhk-slider-forside li, .carousel-item li {
		height: 350px;
	}
	.fhk-slider-forside li, .carousel-item li {
		background-size: 8%, cover;
	}
	.slider-seperator {
		margin-top: -75px;
	}
	.slider-seperator img {
		height: 75px;
	}
	.kamp-forside {
		width: 90% !important;
		height: auto;
		margin-top: -40px;
		padding: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 15px !important;
	}
	.kamp-left {
		width: 100%;
	}
	.kamp-left h1 {
	    font-size: 1.5em;
		margin-bottom: 15px;
	}
	.kamp-left h2 {
	    font-size: 0.8em;
	}
	.kamp-white-btn {
		width: 110px;
		margin-right: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 0.9em;
		margin-bottom: 15px;
	}
	.kamp-left p {
		font-size: 0.9em;
		width: 150px;
		padding: 9px;
	}
	.kamp-right {
		display: none;
	}
	.fhk-elite-nyheder {
		padding-bottom: 0 !important;
	}
	.fhk-elite-nyheder-header {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.fhk-elite-nyheder-header a {
		margin-left: 0;
		margin-top: 0;
	}
	.nyhed-col {
		display: none;
	}
	.nyhed-col:first-child {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		padding-left: 5%;
		padding-right: 5%;
	}
	.nyhed-col:nth-child(2) {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		padding-left: 5%;
		padding-right: 5%;
	}
	.fhk-ungdom-nyheder-header {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.nyhed-col.ungdomnyhed {
		display: block;
		width: 100%;
		margin-right: 0 !important;
		padding-left: 5%;
		padding-right: 5%;
	}
	.fhk-intro-image {
		height: 150px;
	}
	.nyhed-col a {
		margin-bottom: 30px;
	}
	.quickmenu.d-flex {
		display: block !important;
		padding-bottom: 35px !important;
	}
	.quickmenu-header h1 {
		font-size: 1.8em;
	}
	.quicklink {
		width: 50% !important;
		max-width: 50% !important;
		float: left;
	}
	.quicklink h2 {
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 1.1em;
	}
	.quicklink p {
		display: none;
	}
	.quick-trup.col-6 {
		flex: none;
	}
	.quick-trup {
		width: 100% !important;
		max-width: 100% !important; 
		height: 310px;
	}
	.sub-page-header {
		margin-top: -150px;
	}
	.sub-page-header img {
		width: auto;
		height: 150px;
	}


	.fhk-news .nyhed-col {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.fhk-elite-nyheder-header-subpage h1 {
		margin-bottom: 20px;
	}
	.right-col {
		padding-left: 0 !important;
	}
	.right-col h1 {
		font-size: 2.2em;
		margin-bottom: 25px;
	}
	.fhk-page-content {
		padding: 35px;
		padding-top: 45px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.fhk-page-content iframe {
		max-width: 100% !important;
		width: 100%;
		height: 300px;
	}
	.fhk-page-content img {
		max-width: 100%;
	}
	.fhk-page-content p {
		padding-right: 0 !important;
		font-size: 0.95em;
	}
	.fhk-page-content table {
		font-size: 0.5em;
	}
	.fhk-page-content tr td:first-child {
		padding-left: 5px;
	}
	.fhk-galleri li {
    	width: 46% !important;
	}
	.fhk-galleri li::before {
    	width: 0;
	}
	.fhk-galleri a {
    	float: left;
	}
	.fhk-div-spillerbox {
		width: 100%;
		height: auto;
		padding-right: 35px;
		padding-left: 35px;
		float: left;
	}
	.fhk-spiller-img {
		width: 100% !important;
		margin-right: 0px !important;
	}
	.fhk-spiller-info {
		width: 100%;
		margin-top: 20px;
	}
	.traningstid {
		font-size: 0.65em !important;
	}
	.traener {
		width: 100%;
		margin-bottom: 20px;
	}
	.left-col {
		padding: 0 !important;
		margin-top: 35px;
	}
	.fhk-sponsor-box {
		padding-top: 30px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.fhk-sponsor-box h1 {
		font-size: 2em;
	}
	.fhk-sponsor-box img {
		height: 95px;
	}

	.fhk-ungdom-intro {
		margin-top: -40px;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
	.fhk-ungdom-intro .col-9, .fhk-ungdom-intro .col-3 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.fhk-ungdom-intro h1 {
		font-size: 3em;
	}
	.fhk-ungdom-intro p {
		font-size: 1.0em;
	}
	.fhk-ungdom-submenu ul {
		border-left: none;
		padding: 0;
	}
	.fhk-ungdom-submenu .sub-menu a {
		background-color: rgba(255,0,51,1.00) !important;
		color: #fff !important;
		border-top: none !important;
	}
	.fhk-ungdom-hold {
    	padding-bottom: 10px !important;
	}
	.fhk-ungdom-hold h1 {
		display: block;
		text-align: center;
		margin-top: 0;
		margin-bottom: 25px;
		font-size: 2.4em;
	}
	.fhk-news-forside.d-flex {
		display: block !important;
	}
	.hold-col.col-3 {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-bottom: 20px;
	}
	.lgx-logo-slider-wp .hover-default .lgx-logo-item .lgx-logo-img {
		height: 90px !important;
	}
	footer {
		background-size: contain;
		padding: 60px 7% 150px 7%;
	}
	.footer {
		padding: 0 !important;
	}
	.footer-container.d-flex {
		display: block !important;
	}
	.footer-menu {
		width: 50% !important;
		max-width: 50% !important;
		padding: 0 !important;
		float: left;
	}
	.footer-contact {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin-top: 15px;
		float: left;
	}
}

@media (max-width: 1380px) {
	.fhk-div-spillerbox {height: auto !important;}
	.breadcrumb {
		display: none !important;
	}
	.sidenav {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		top: 0; /* Stay at the top */
		left: 0;
		background-color: rgba(255,0,51,1.00);
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 60px; /* Place content 60px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
		-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
		box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
		z-index: 9500;
	}
	.menu-hovedmenu-container {
		margin-bottom: 0;
	}
	.menu-fhk-ungdom-container {
		margin-bottom: 0;
	}
	.sidenav ul {
		padding: 0;
		margin: 0;
	}
	.sidenav ul li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.sidenav ul li a {
		background-color: #fff;
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 20px;
		color: rgba(255,0,51,1.00);
		display: block;
		transition: 0.3s;
		border-top: 1px solid rgba(255,0,51,1.00);
		text-transform: uppercase;
	}
	
	/* When you mouse over the navigation links, change their color */
	.sidenav a:hover {
		color: rgba(153,0,34,1.0);
		text-align: none;
	}
	
	/*.menu-item-has-children::after {
		content: "+";
		padding-right: 16px;
		position: absolute;
		right: 5px;
		margin-top: -50px;
		font-weight: 400;
		font-size: 35px;
		color: rgba(202,202,202,1.00)
	}
	/* Position and style the close button (top right corner) */
	.sidenav .closebtn {
		color: rgba(153,0,34,1.0);
		position: absolute;
		top: -30px;
		right: 25px;
		font-size: 75px;
		margin-left: 40px;
	}
	.sidenav .closebtn:hover {
		color: rgba(153,0,34,1.0);
		text-decoration: none;
	}
	.sub-menu {
		/*display: none;*/
	}
	.sub-menu li a {
		font-size: 16px !important;
		color: rgba(102,102,102,1.00) !important;
		background-color: rgba(238,238,238,1.00) !important;
		padding-left: 8px;
		border-top: 1px solid rgba(202,202,202,1.00) !important;
		text-transform: none !important;
	}
	
	
	.hidden-phone {display: none;}
	#navbar {display: none;}
	.burger {
		width: 60px;
		height: 60px;
		padding-top: 14px;
		/*margin-left: 75%;*/
		border-radius: 50%;
		background-color: rgba(255,0,51,1.00);
		position: fixed;
		top: 45px;
		right: 25px;
		float: right;
		z-index: 9000;
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 3px;
		background-color: #ffffff;
		margin: 6px 0;
		transition: 0.4s;
		margin-left: auto;
		margin-right: auto;
	}
	
	.overlay {
		height: 0%;
		width: 100%;
		position: fixed;
		z-index: 9500;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(153,0,34,0.90);
		overflow-y: hidden;
		transition: 0.5s;
	}

	.overlay-content {
		position: relative;
		top: 25%;
		width: 100%;
		margin-top: -70px;
		text-align: center;
	}
	.overlay ul {
		padding: 0;
		margin: 0;
	}
	
	.overlay li {
		list-style-type: none;
	}

	.overlay a {
		padding: 11px;
		text-decoration: none;
		font-size: 22px;
		color: #ffffff;
		display: block;
		transition: 0.3s;
	}

	.overlay a:hover, .overlay a:focus {
		color: #ffffff;
	}
	.overlay .closebtn {
		position: absolute;
		top: 2px;
		right: 22px;
		font-size: 60px;
	}
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1380px) {
	.hidden-desktop {display: none;}

	.burger {display: none;}
	#myNav {display: none;}
	
	.face-book-menuitem {
		background-image: url("../img/facebook-icon.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		margin-right: 0 !important;
	}
	.face-book-menuitem a {
		color: transparent !important;
		padding: 5px !important;
		border-bottom: none !important;
		letter-spacing: -6px;
	}
	.face-book-menuitem a:hover {
		border-bottom: none !important;
	}
	.youtube-menuitem {
		background-image: url("../img/youtube-icon.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		margin-right: 0 !important;
	}
	.youtube-menuitem a {
		color: transparent !important;
		padding: 5px !important;
		border-bottom: none !important;
		letter-spacing: -6px;
	}
	.youtube-menuitem a:hover {
		border-bottom: none !important;
	}
	.instagram-menuitem {
		background-image: url("../img/instagram-icon.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		margin-right: 0 !important;
	}
	.instagram-menuitem a {
		color: transparent !important;
		padding: 5px !important;
		border-bottom: none !important;
		letter-spacing: -6px;
	}
	.instagram-menuitem a:hover {
		border-bottom: none !important;
	}
	.linkedin-menuitem {
		background-image: url("../img/linkedin-icon.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		margin-right: 0 !important;
	}
	.linkedin-menuitem a {
		color: transparent !important;
		padding: 5px !important;
		border-bottom: none !important;
		letter-spacing: -5px;
	}
	.linkedin-menuitem a:hover {
		border-bottom: none !important;
	}
	.twitter-menuitem {
		background-image: url("../img/twitter-icon.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		margin-right: 0 !important;
	}
	.twitter-menuitem a {
		color: transparent !important;
		padding: 5px !important;
		border-bottom: none !important;
		letter-spacing: -5px;
	}
	.twitter-menuitem a:hover {
		border-bottom: none !important;
	}
	.fhk-news {
		display: flex;
flex-wrap: wrap;
	}
}

