:root {
    --color-green: #006a5d;  /* #006666 */
    --color-lightgrey: #F4F4F4;
    --color-lightgrey-opacity: rgba(244,244,244,0.9);
    --color-mediumgrey: #D5D5D5; 
    --color-grey: #7f7f7f; 
    --color-darkgrey: #2a2a2a; 
    /*--font-family: 'Muli', sans-serif;*/
    --font-family: 'century-gothic', "Century Gothic","Didactic Gothic","Apple Gothic","URW Gothic L","Avant Garde","Futura","sans-serif";
}

/********************************************************************************************
	CONTAINER
********************************************************************************************/
:root {
	--container-position: relative;
    --container-margin-right: auto;
    --container-margin-left: auto;  
    --container-width: 75rem;    
}

@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
    :root {
    	--container-width: 60rem;    
  	}
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    :root {
    	--container-width: 48rem;    
  	}
}

@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
    :root {
    	--container-width: 30rem;    
  	}
}

@media only all and (max-width: 30rem) {
    :root {
    	--container-width: 100%;    
  	}
}


/********************************************************************************************
	GENERELT
********************************************************************************************/
/*article, aside, details, footer, header, hgroup, main, nav, section, summary {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	height: auto;
}*/

.green {
	color:#006a5d; color: var(--color-green);
}

.bold {
	font-weight: 700;
}

.spacer {
	padding: 0 12px;
}

.float-right {
	float: right;
}

/********************************************************************************************
	TEXT
********************************************************************************************/

body, p, li, h1, h2, h3, h4, h5, h6 {
	font-family: 'century-gothic', "Century Gothic","Didactic Gothic","Apple Gothic","URW Gothic L","Avant Garde","Futura","sans-serif";
	font-family: var(--font-family);
}


p, li {
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}

h3 {
	font-size: 1.1rem;
	line-height: 1.1;
	margin: 15px 0 0;
}

blockquote {
	border-left: 5px solid #00695d;
}

blockquote p {
    margin-bottom: 0px;
    font-weight: 600;
	font-size: 16px;
}


/********************************************************************************************
	CUSTOM COLS
********************************************************************************************/

.row {
	margin: 0 -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}


/********************************************************************************************
	BUTTON
********************************************************************************************/

.btn, .button {
	background: #006a5d; background: var(--color-green);
	padding: 12px;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
	background: #006a5d; background: var(--color-green);
	opacity: 0.9;
}

.btn-default {
    background: #F4F4F4;
    color: #333333;
	padding: 9px;
	border-radius: 0;
	text-transform: uppercase;
	margin-right: 15px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled],{
	opacity: 0.9;
}


.btn-bigger {
	font-size: 1rem;
}

/********************************************************************************************
	GENEREL TABEL
********************************************************************************************/

table {
    font-size: 12px;
    line-height: 1;
    border-color: #d7dade;
    max-width: 100%;
    width: 100%!important;
    overflow: scroll;
    position: relative;
    /*display: block;*/
}

table thead, table tbody {
    width: 100%;
}

table tbody {
    max-width: 100%!important;
    width: auto!important;
    overflow: scroll;
}

table td {
    border-color: #d7dade;
    border-left: 1px solid #f1f3f6;
    border-right: 1px solid #f1f3f6;
}

/*
.table-1{
	border-collapse: collapse;
	width: 100%;
	height: 74px;
	border:0;
}
.table-1 p{
	font-size: 12px;
	background-color:transparent;
	color:#7f7f7f;
	line-height: 0;
}

.table-1 img{
	height: auto !important;
    max-width: 100%;
}

.table-1 tr, td, th {
    vertical-align: middle;
	padding: 0.5rem;
	text-align:left;
	background-color:transparent;
	border:0;
}

.table-1 th{
	font-weight: 600;
	text-transform: uppercase;
	background-color:transparent;
    border-bottom: solid 1px;
    border-color: rgba(222, 222, 222, 0.67);
	letter-spacing: 0.7px;
	font-size:14px;
	color: #2a2a2a;
}

.table-1 td {
	font-size: 12px;
	background-color:transparent;
	color:#7f7f7f;
	padding:0;
	padding-right: 0.3rem;
	
}

.table-2{
	border-collapse: collapse;
	width: 100%;
	height: 74px;
	color: #000000;
	line-height: 1;
}

.table-2 img{
	height: auto !important;
    max-width: 100%;
}

.table-2 tr, td, th {
    vertical-align: middle;
	padding: 0rem;
	text-align:left;
}

.table-2 th{
	font-weight: bold;
	background-color: none;
	border-bottom: solid 1px;
	letter-spacing: 0.7px;
	font-size:14px;
}

.table-2 td {
	font-size: 12px;
}

#tableugeprogram td{
	border-bottom:1px solid;
	border-color:#7f7f7f;
	overflow: hidden;
	padding-right: 5px;
}
#tableugeprogram .table-3 td{
	border:0;
}

.table-3{
	border-collapse: collapse;
	width: 100%;
	height:auto;
	border:0;
	padding:0;
}
.table-3 p{
	font-size: 12px;
	background-color:transparent;
	color:#7f7f7f;
	line-height: 0;
	padding:0;
}
.table-3 tr, td, th {
    vertical-align: middle;
	padding: 0;
	text-align:left;
	background-color:transparent;
	border:0;
}
#tableugeprogram th{
	font-weight: 600;
	text-transform: uppercase;
	background-color:transparent;
    border-bottom: solid 1px;
    border-color: rgba(222, 222, 222, 0.67);
	letter-spacing: 0.7px;
	font-size:12px;
	text-align: left;
	color: #2a2a2a;
}
#tableugeprogram .table-3 th{
	font-weight: 600;
	text-transform: uppercase;
	background-color:transparent;
    border:0;
	letter-spacing: 0.7px;
	font-size:12px;
	color: #2a2a2a;
	text-align: left;
}
.table-3 td {
	font-size: 12px;
	background-color:transparent;
	color:#7f7f7f;
	padding:0;
}

.table-3,.table-2,.table-1 p{
	font-size: 12px;
	line-height: 0;
}


/********************************************************************************************
	SLIDESHOW
********************************************************************************************/
.slideshow-caption .g-catgory-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.g-slideshow .style2 .g-slideshow-title {
	background: none;
	color: #ffffff!important;
	font-size: 52px;
	font-weight: 700;
	padding: 0;
	line-height: 1.1;
}

.g-slideshow .style2 .g-slideshow-buttons .button.standard {
    background: none;
    color: #ffffff;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #ffffff;
    padding: 10px 0px;
    font-size: 14px;
	letter-spacing: 0px;
	position: absolute;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover{
	font-size:15px;
	border-bottom-color:#fff;
}
 
#g-header .g-slideshow a {
    color: #ffffff;
}

.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
	margin-left: 0;
	width: 70%;
}

.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
	background: none;
}

.slidenav .uk-slidenav {
	background: none;
	font-size: 100px;
	font-weight: 100;
}

.uk-slideshow {
	position: relative;
}

.g-slideshow-item:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.24+20,0+51 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.24) 20%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.g-slideshow-item .g-overlay-container {
	z-index: 100;
}

.uk-dotnav li a {
	background: #ffffff;
	width: 10px;
    height: 10px;
}

.uk-dotnav li.uk-active a {
	background: #006a5d; background: var(--color-green);
}

.topbillede .slideshow-caption {
	margin-bottom: 130px;
}

.topbillede .slideshow-caption h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 60px;
}

.topbillede .slideshow-caption h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700!important;
}
/* Fix for issue with content page top images. Allan. 3.4.2020
.uk-cover-background  {
	background-position: top left!important; 
}
*/
.uk-cover-background  {
	background-position: top; 
}

/********************************************************************************************
	SEARCH
********************************************************************************************/

.showSearch {
	overflow: hidden;
}

.second-navigation-a .platform-content, .g-search-overlay .moduletable {
	margin: 0;
	padding: 6px;
}

.searchElement {
	display: none;
	position: fixed;
	width: 100%;
	height: 100px;
	top: 190px;
	left: 0;
	background: rgba(20,20,20, .7);
	z-index: 200000;
}

.searchElement label {
	display: none;
}

.searchElement .form-search {
	margin: 27px auto;
	float: none;
	width: 500px;
	max-width: 100%;
}

.searchElement .form-search input {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-radius: 0;
	color: #ffffff;
	width: calc(100% - 56px);
	margin-left: 30px;
}

.searchElement .form-search input::-webkit-input-placeholder, .searchElement .form-search input::-moz-placeholder, .searchElement .form-search input:-ms-input-placeholder, .searchElement .form-search input:-moz-placeholder{
	color: #ffffff;
}

.customopenSearch, .close-search, .search-button {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-size: 26px;
}

.customopenSearch {
	margin-top: 20px;
	margin-right: 20px;
}

.close-search-container {
	text-align: right;
	padding: 0 47px;
	margin-top: 120px;
	display: none;
}

.customopenSearch:before, .search-button:before {
    content: "\f002";
    color: #ffffff;
}

.close-search:before {
    content: "\f00d";
    color: #ffffff;
}

.openSearch {
	text-align: right;
}

.showSearch .g-search-overlay {
    z-index: 100000;
    position: absolute;
    opacity: 1;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1,1,1,.4);
    animation-name: showSearch;
    animation-duration: 1s;
}

/* Standard syntax */
@keyframes showSearch {
  from {background: rgba(1,1,1,0);}
  to {background: rgba(1,1,1,.4);}
}


.showSearch .openSearch {
	display: none;
}

.showSearch .close-search-container {
	display: block;
}

.moduletable.searchElement {
    animation-name: removeSearchContainer;
    animation-duration: 1s;
}

/* Standard syntax */
@keyframes removeSearchContainer {
  from {opacity: 1;}
  to {opacity: 0;}
}

.showSearch .moduletable.searchElement {
    animation-name: showSearchContainer;
    animation-duration: 1s;
}

/* Standard syntax */
@keyframes showSearchContainer {
  from {opacity: 0;}
  to {opacity: 1;}
}

.search-page #g-container-main > .g-container > .g-grid > .g-block {
	margin-top: -82px;
	z-index: 20;
}

.search-page #g-container-main .page-content > .g-content {
	padding-right:0!important;
}

.search-page #finder-search {
	background: #ffffff;
	padding: 15px;
	height: 82px;
	overflow: hidden;
}

.search-page #finder-search input {
	width: calc(70% - 15px);
	margin-right: 15px;
	margin-top: 0;
	float: left;
	position: relative;
	height: 48px;
}

.search-page #finder-search button {
	width: 30%;
	float: left;
	position: relative;
	height: 48px;
}

.search-page #finder-search label {
	display: none;
}

#search-query-explained, .search-pages-counter {
	padding: 0 15px;
}

#search-results .search-pages-counter {
	margin-top: 20px;
}

.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
	background-color: #ffffff;
}

.list-striped, .row-striped, .list-striped li:not(:last-child), .list-striped dd:not(:last-child), .row-striped .row:not(:last-child), .row-striped .row-fluid:not(:last-child) {
	border: none;
}

.instashow.instashow-popup, .autocomplete-suggestions {
    z-index: 100001!important;
}

.search-page #g-container-main .g-content {
    margin: 0;
    padding: 0;
}

.article_data.contentPage {
    display: block;
}

.article_text.contentPage {
    padding-top: 10px;
}

/********************************************************************************************
	MATCH COUNTDOWN
********************************************************************************************/
.match_countdown {
	width: calc(100% - 3.126rem);
	height: 82px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 1.563rem;
	background: #ffffff;
}

.mc_club_logo {
	position: relative;
	float: left;
	width: 12%;
	min-height: 1px;
}

.mc_club_names {
	position: relative;
	float: left;
	width: 13%;
	min-height: 1px;
}

.mc_date_place {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
}

.mc_countdown {
	position: relative;
	float: left;
	width: 30%;
	min-height: 1px;
	margin-top: 8px;
}

.mc_button {
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px;
}

.mc_club_logo img {
	width: 45px;
	height: 45px;
}

.mc_club_logo .mc_home {
	position: relative;
	z-index: 1;
}

.mc_club_logo .mc_opponent {
	position: relative;
	z-index: 1;
}

.mc_club_names .mc_home, .mc_club_names .mc_opponent, .mc_date_place .mc_date, .mc_date_place .mc_place {
	line-height: 1.5;
	font-weight: 900;
	text-transform: uppercase;
}

.mc_day, .mc_time, .mc_minute, .mc_second {
	font-size: 34px;
	font-weight: 900;
	height: 30px;
	float:left;
	line-height: 30px;
	margin-right: 5px;
	color: #000000;
}

.mc_day_d, .mc_time_t, .mc_minute_m, .mc_second_s {
	font-size: 13px;
	font-weight: 900;
	color:#006a5d; color: var(--color-green);
	margin-right: 20px;
	height: 30px;
	float:left;
	line-height: 30px;
}
/* Igang her mkl */
.mc_button .button {
	width: 100%;
	background: #006a5d; background: var(--color-green);
	text-transform: uppercase;
	color: #ffffff;
	padding: 16px 0;
	border-radius: 0;
	text-align: center;

}


/********************************************************************************************
	MATCH LIST
********************************************************************************************/

.matches_list, .match_list {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	display: block;
	float: left;
	position: relative;
}

.match_list {
	border-bottom-color: #D5D5D5;
	border-bottom: 1px solid var(--color-mediumgrey);
	padding: 0;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-color: rgba(244,244,244,0.9);
	background-color: var(--color-lightgrey-opacity);
	background-blend-mode: lighten;
	background-position: left; 
	background-size: 80px;
	background-image: none!important;
}

.match_info, .match_logo, .match_club_names, .match_result, .match_buttons, .match_home, .match_opponent {
	position: relative;
	float: left;
	display: block;
	min-height: 1px;
}

.match_list p {
	margin: 6px 0;
}

.match_info {
	width: 33%;
}

.match_logo {
	width: 16%;
}

.match_club_names {
	width: 20%;
	font-weight: 700;
	text-transform: uppercase;
}

.match_result {
	width: 6%;
}

.match_buttons {
	width: 25%;
	text-align: right;
}

.match_buttons .btn {
    background: #006a5d; background: var(--color-green);
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.match_buttons .btn.btn-default {
	background: #006a5d; background: var(--color-green);
	color: #ffffff;
	text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}

.match_buttons .btn.btn-udebane {
	background: #006a5d; background: var(--color-green);
	color: #ffffff;
	text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}

.match_home, .match_opponent {
	width: 45px;
	height: 45px;
}

.match_logo .match_opponent {
    position: absolute;
    z-index: 1;
    /*opacity: 0.7;*/
    margin-left: 45px;
}

.match_logo .match_home {
    position: absolute;
    z-index: 10;
}

.homeTeam, .match_result p, .match_result span {
	color:#006a5d; color: var(--color-green);
	font-weight: 700;
}

.match_mobile {
	display: none;
}

/********************************************************************************************
	ARTICLE SLIDER
********************************************************************************************/

.article_slider_categories  {
	width: 80%;
	float: left;
	position: relative;
	padding-left: 20px;
	min-height: 1px;
}

.article_slider_categories .select-category, .select-category {
	text-transform: uppercase;
	margin: 0 10px;
	cursor: pointer;
	color: #424753;
	font-size: 15px;
}

.select-category a {
	color: #424753;
}

.article_slider_categories .select-category:first-child, .select-category:first-child {
	margin-left: 0;
}

.article_slider_categories .select-category.active, .select-category.active, .select-category.active a {
	color:#006a5d; color: var(--color-green);
	font-weight: 900;
}

.article_slider_arrows {
	width: 20%;
	float: left;
	position: relative;
	padding-right: 20px;
}

.arrow_left, .arrow_right {
	width: 35px;
	height: 35px;
	border-color: #7f7f7f;
	border: 2px var(--color-grey) solid;
	border-radius: 50%;
	font-size: 28px;
	color:#2a2a2a;
	color: var(--color-darkgrey);
	text-align: center;
	line-height: 33px;
	display: block;
	float: right;
	cursor: pointer;
}

.arrow_left.disabled, .arrow_right.disabled {
	opacity: 0.5;
	cursor: default;
}

.arrow_left {
	margin-right: 20px;
}

.article_data {
    display: none;
    font-size: 13px;
}
.newslist .article_data {
    display: block;
}


/* Mobile select category */
.mobile_select {
    width: 100%;
}

.layout-g5_heliumtruppen .mobile_select {
    width: calc(100% + 20px);
    margin-left: -20px;
}

/* New arrows */
.article_slider_arrows {
    position: absolute;
    margin-top: 175px;
    width: calc(75rem - 48px); /*width: calc(75rem - 50px);*/
    margin-left: -1px;
    z-index: 100;
    padding: 0;
	overflow: hidden;
	visibility: hidden;
}

.arrow_left, .arrow_right {
	background: #ffffff;
	border: none;
	border-radius: 50%;
	width: 74px;
	height: 74px;
	z-index: 100;
	visibility: visible;
}

.arrow_left {
	/*padding: 18px 0 0 30px;*/
	float: left;
	margin-left: -33px;
} 

.arrow_right {
	/*padding: 18px 30px 0 0;*/
	float: right;
	margin-right: -33px;
}

.arrow_right::before, .arrow_right::after,
.arrow_left::before, .arrow_left::after {
    background: #000000;
    display: block;
    position: absolute;
    height: 2px;
    width: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    margin-top: 20px;
}

.arrow_left::before, .arrow_left::after {
	margin-left: 42px;
    margin-top: 38px;
}

.arrow_right::before, .arrow_right::after {
	/*right: 10px;
	top: 16px;*/
	margin-top: 36px;
	margin-left: 16px;
}


.arrow_right::before {
    -webkit-transform-origin: 100% 110%;
    transform-origin: 100% 110%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow_right::after {
    -webkit-transform-origin: 100% -10%;
    transform-origin: 100% -10%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.arrow_left::before {
    -webkit-transform-origin: 0 110%;
    transform-origin: 0 110%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow_left::after {
    -webkit-transform-origin: 0 -10%;
    transform-origin: 0 -10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow_left:active, .arrow_right:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    animation-name: arrowClick;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

@keyframes arrowClick {
  from {transform: scale(1);}
  to {transform: scale(.9);}
}


/* New arrows end */

.article_slider_articles {
	float: left;
	width: 100%;
	margin-top: 30px;
	height: 326px;
	overflow: hidden;
}

.article_slider_articles.design-shop {
    height: 295px;
}

.article_slider_articles_container {
	width: 5000px;

}
.nyheder .article_slider_articles_container {
	max-width: 100%;

}

.article_slider_articles .article {
	/*width: calc(25% - 19.5px);*/
	float: left;
	position: relative;
	background: #ffffff;
	margin-right: 26px;
	margin-bottom: 50px;
	animation: fadeIn ease 5s;
	  -webkit-animation: fadeIn ease 2s;
	  -moz-animation: fadeIn ease 2s;
	  -o-animation: fadeIn ease 2s;
	  -ms-animation: fadeIn ease 2s;

}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.article_slider_articles_container .article a:hover h3 {
	text-decoration: underline;
}

.article_slider_articles .article .img, .img_background {
	width: 100%;
	overflow: hidden;
	height: 178px;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.article_slider_articles.design-shop .article .img {
	height: auto;
}


.article_slider_articles .article img, .scale , .scale_container img{
	max-width: 100%;
  	-moz-transition: all 0.3s;
 	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}

.article_slider_articles .article .img:hover img, .scale:hover, .scale_container img:hover {
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

.article_slider_articles .article .img .video_in_article, .article_slider_articles .article .img .gallery_in_article {
	position: absolute;
	margin: 10px 0 0 10px;
	color: rgba(245,245,245,0.9);
	border-radius: 50%;
	border: 3px solid rgba(245,245,245,0.9);
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	z-index: 100;
}

.article_slider_articles .article .img .gallery_in_article.video {
	left: 40px;
}

.article_slider_articles .article:nth-child(4n) {
	margin-right: 0;
}

.article_slider_articles .article.video .img-container {
	height: 178px;
}

.article_slider_articles .article.video .img-container img {
	margin-top:-10px;
}

.article_slider_articles .article.video {
	width: calc(25% - 19.5px)!important;
}

.article_slider_articles .article .text {
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article_slider_articles .article .text h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 900;
	color: #000000;
	line-height: 1.2;
	height: 75px;
	overflow: hidden;
}

.article_slider_articles .article .text .category, .article_slider_articles .article .text .created {
	display: inline-block;
	font-size: 13px;
}

.article_slider_articles .article .text .category {
	text-transform: uppercase;
	color:#006a5d; color: var(--color-green);
	font-weight: 900;
	margin-right: 6px;
}


.article.shop .img_text {
	position: absolute;
	background: #006a5d; background: var(--color-green);
	margin: 0 30%;
	width: 40%;
	z-index: 100;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.article_search_load_more .btn.disable, .video_search_load_more .btn.disable {
	background: grey;
	cursor: default;
}

.readAllButton {
	display: none;
}

.img_background {
    position: relative;
    transform: scale(1);
}

.img_background:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
    position: relative;
    transition-timing-function: ease-in-out;
}


/********************************************************************************************
	ARTICLE SEARCH
********************************************************************************************/
.article_slider_search {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 17px 0 17px;
    margin-bottom: 50px;
    margin-top: -82px;
}

.article_slider_search .search_text, .article_slider_search .search_input, .article_slider_search .search_button {
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}

.article_slider_search .search_text {
	width: 30%;
}

.article_slider_search .search_input {
	width: calc(50% - 30px);
	margin: 0 15px;
}

.article_slider_search .search_button {
	width: calc(20% - 30px);
	margin: 0 15px;
	padding: 12px 15px 13px;

}

.article_slider_search .search_text h4 {
	font-weight: 700;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.2;
}

.article_slider_search .search_text p {
	font-size: 14px;
    margin: 0;
    color: #000000;
    line-height: 1.2;
}

.article_slider_articles.search {
	height: auto;
}

.article_search_load_more {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 30px;
}

.article_search_load_more .btn, .video_search_load_more .btn {
	width: 200px;
	margin: 0 auto;
	display: block;
}

.article_slider_articles_container .created {
	color: #424753;
}


/********************************************************************************************
	SNAPWIDGET // INSTAGRAM
********************************************************************************************/
iframe.snapwidget-widget {
	margin-top: 30px;
	margin-bottom: -50px;
}


.instashow-gallery-media {
    width: calc(25% - 19.5px)!important;
    height: auto!important;
    margin-right: 26px!important;
}

.instashow-gallery-media:nth-child(4) {
    margin-right: 0!important;
}

.instashow-gallery-control-arrow {
    top: 46%!important;
}

/*
.instashow-gallery-view {
    width: calc(100% + 10px)!important;
    margin-left: -9px!important;
}

/********************************************************************************************
	VIDEO
********************************************************************************************/

.youtubegallery_container {
	width: 100%;
	float: left;
	position: relative;
}

#YoutubeGalleryMainContainer1 {
	width: 100%;
}

#YoutubeGallerySecondaryContainer1 {
	max-height: 320px;
}


#YoutubeGalleryMainContainer1 > h3, #YoutubeGalleryMainContainer1 > hr {
	display: none;
}

.active-youtube-galley, .video-thumbnail {
	width: calc(50% - 13px);
	position: relative;
	float: left;
	margin-right: 26px;
}

.video-thumbnail {
	margin-right: 0;
}

.active-youtube-galley > div {
	max-width: 100%!important;
}

.video-thumnail-video {
	width: calc(50% - 13px);
	float: left;
	position: relative;
	height: 198px;
}

.video-thumnail-video:nth-child(even) {
	margin-left: 26px;
}

#YoutubeGalleryVideoDescription1 {
	display: none;
}

.menu-video .select-category {
	cursor: default;
	color: #ffffff;
}

.menu-video .select-category:first-child {
	padding-left: 20px;
}

.menu-video .select-category a {
	color: #ffffff;
}

#YoutubeGalleryVideoTitle1 {
	background: #ffffff;
	color:#006a5d; color: var(--color-green);
	padding: 20px;
	margin-top: -11px;
}

.video-thumnail-video img {
	width: 100%;
	margin-top: -28px;
}

.video-thumnail-video a {
	display: block;
	height: 146px;
	overflow: hidden;
}

.video-thumnail-video > span {
	display: block;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 8px;
	font-size: 0.9rem!important;
	line-height: 1.2;
}

.video-thumnail-video > br {
	display: none;
}

#YoutubeGallerySecondaryContainer1 iframe, #YoutubeGallerySecondaryContainer1 object {
	max-width: 100%;
}


/********************************************************************************************
	YOUTUBE VIDEO LIST
********************************************************************************************/

.video-header {
	margin-top: -300px;
	font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    z-index: 10;
    position: relative;
}


.video-list-container {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: block;
}

.video_search_load_more {
	display: block;
	float: left;
	width: 100%;
}

.video-list-container .img .img-container {
	transform: scale(1.35);
}

.video-container .video {
	cursor: pointer;
}

.main-video iframe {
	position: relative;
	z-index: 10;
	margin-top:180px;
}


/********************************************************************************************
	GALLERY
********************************************************************************************/

#boxplus .boxplus-dialog {
    max-width: 90%;
    height: auto!important;
}

#boxplus .boxplus-dialog {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

#boxplus .boxplus-dialog .boxplus-main {
    margin: 10px;
}

#boxplus .boxplus-bottom {
    display: none;
}

#boxplus .boxplus-viewer>img {
    max-width: 100%;
}

#boxplus .boxplus-viewer {
    max-width: 100%;
    max-height: 100%;
}

#boxplus .boxplus-thumbs {
    display: none;
}

#boxplus .boxplus-viewer>.boxplus-prev, #boxplus .boxplus-viewer>.boxplus-next {
    cursor: pointer;
}

#boxplus .boxplus-viewer>.boxplus-prev:hover, #boxplus .boxplus-viewer>.boxplus-next:hover {
    background-size: 110% 26px;
    background-position: 27px 50%;
}

#boxplus .boxplus-viewer>.boxplus-prev:hover {
    background-position: -30px 50%;
}

/********************************************************************************************
	TRUPPEN BLOG
********************************************************************************************/

.truppen-blog .col-3 .item, .partnere-blog .col-3 .item {
	background: #ffffff;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding: 10px;
}


.truppen-blog .col-3 .item .item-image, .truppen-blog .spiller_tekst {
	width: 164px;
	margin: 0 auto;
	float: none;
}

.truppen-list {
	margin-top: 20px;
}

.truppen_spiller_nummer {
	width: 35%;
	height: 60px;
	float: left;
	color:#006a5d; color: var(--color-green);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}

.truppen_spiller_navn, .truppen_spiller_gruppe {
	width: 65%;
	float: left;
}

.truppen_spiller_navn {
	font-weight: 700;
	line-height: 1.3;
	margin-top: 12px;
	color: #000000;
}

.truppen_spiller_gruppe {
	color:#006a5d; color: var(--color-green);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
}

/********************************************************************************************
	TRUPPEN ARTICLE
********************************************************************************************/

.truppen.view-article #g-header {
	display: none;
}

.truppen.view-article .top-img, .truppen.view-article .top-img-double {
	height: 700px;
	width: 100%;
}

.truppen.view-article .top-img-double {
	height: 668px;
}

.truppen.view-article .top-img {
	position: absolute;
	left: 0;
	top: 72px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.truppen.view-article .top-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    background-color: rgba(1,1,1,0.5);
}

.truppen.view-article .top-img .custom-container {
	z-index: 10;
	margin-top: 180px;
}

.truppen.view-article .spiller_navn h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 0;
}

.truppen.view-article .spiller_navn h1 .small {
	font-size: 40px;
}

.truppen.view-article .spiller_nummer h3 {
	color: #ffffff;
	font-size: 50px;
	margin-top: 10px;
	line-height: 1.2;
}

.truppen.view-article .spiller_information {
	width: 100%;
	color:#7f7f7f;
	color: var(--color-grey);
	background: #ffffff;
	z-index: 20;
	margin-top: -81px;
	position: relative;
	height: 82px;
	box-sizing: border-box;
	text-align: center;
	line-height: 82px;
	font-size: 24px;
	text-transform: uppercase;
}

.truppen.view-article .spiller_container {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

.truppen.view-article .spiller_image {
	width: 55%;
	float: left;
	position: relative;
}

.truppen.view-article .spiller_text {
	width: 45%;
	float: left;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.3;
	padding-left: 20px;
	padding-top: 30px;

}

.truppen.view-article .spiller_text.fullwidth {
	width: 100%;
	padding: 0;
	margin-top: 20px;
}

.spiller_nextprev .spiller_prev, .spiller_nextprev .spiller_list, .spiller_nextprev .spiller_next {
	width: 10%;
	float: left;
	position: relative;
	display: block;
	padding:5px;
}

.spiller_nextprev .spiller_prev a, .spiller_nextprev .spiller_next a {
	font-size: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.spiller_nextprev .spiller_list {
	width: 80%;
}

.spiller_nextprev .spiller_list {
	text-align: center;
} 

.spiller_nextprev .spiller_next {
	text-align: right;
}

.spiller_nextprev{
	display: block;
	background-color: white;
	font-size: 12px;	
	padding: 20px 0 14px;
	position: relative;
	float: left;
	width: 100%;
	
}

.spiller_extra {
    position: relative;
    float: left;
    display: block;
    height: auto;
    width: 100%;
    margin-top: 40px;
    margin-bottom: -78px;
}

.relatedArticles {
    margin-bottom: -22px;
    margin-top: 35px;
}

.relatedNone {
    margin-top: 26px;
}

.cat-children {
    padding-left: 20px;
}

/********************************************************************************************
	GENEREL ARTICLE
********************************************************************************************/

.article.top-img {
	position: absolute;
    left: 0;
    top: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article.top-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.24+20,0+51 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.24) 20%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.article.top-img, .article.top-img-double {
	height: 700px;
	width: 100%!important;
}

.article.top-img-double {
	height: 626px;
}

.article_information {
	text-transform: uppercase;
	margin-top: -82px;
	position: relative;
	z-index: 21;
	background: #ffffff;
	padding: 15px;
	margin-bottom: -16px;
	padding-bottom: 10px;
	/*height: 130px;*/
	height: auto;
}

.article_information h1 {
	text-transform: none;
	font-size: 48px;
	color:#006a5d; color: var(--color-green);
	margin-bottom: 0;
	line-height: 1.2;
}

.article_information > div {
	/*display: none;*/
}

.article-nyheder .article_information > div {
	display: block;
}

.article_container {
	background: #ffffff;
	padding: 15px;
	position: relative;
	z-index: 20;
	padding-top: 0;
	min-height: 50px;
	float: left;
	width: 100%;
}

.article_info, .article_ads {
	position: relative;
	float: left;
	display: block;
}

.article_info {
	width: 75%;
	padding-right: 15px;
	min-height: 1px;
}

.article_ads {
	width: 25%;
	padding-left: 15px;
	z-index: 20;
	margin-top: -82px;
}

.article_text p {
	font-size: 14px;
	line-height: 1.3;
}

.article_text blockquote > p {
    font-size: 16px;
}

.article_text {
	float: left;
	width: 100%;
	position: relative;
	display: block;
}

.article_text img {
    height: auto!important;
}

.article_ads .bannergroup .banneritem, .sidebar .bannergroup .banneritem {
	margin-bottom: 30px;
}

.article_ads .bannergroup .banneritem:last-child {
	margin-bottom: 0px;
}



/********************************************************************************************
	MAINBAR PARTICLE
********************************************************************************************/

#main-particle-particle {
	padding: 15px;
}

/********************************************************************************************
	PARTNER SEARCH
********************************************************************************************/

.partnere-blog .cat-children {
	padding-left: 20px;
}

.partner-search {
	background: #ffffff;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 11px;
	height: 82px;
	margin-top: -82px;
	position: relative;
	z-index: 20;
	margin-bottom: 30px;
}

#partnerSearch {
	text-transform: uppercase;
}

.partner-search h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	font-size: 28px;
}

.partner-search p {
	margin: 0;
	font-size: 13px;
	line-height: 1;
}

.partner-search-text {
	width: 350px;
	float: left;
}

.partner-search-actions {
	width: calc(100% - 350px);
	float: left;
}

.partner-search-actions > select, .partner-search-actions > div {
	width: 24.5%;
	margin: 0;
	height: 48px;
}

.partner-search-actions > div {
    width: 12%;
    text-transform: uppercase;
}

.partner-search-actions > select option {
	text-align: center;
	text-transform: uppercase;
	color: #424753;
}
.partner-search-actions button, select {
    text-transform: uppercase;
}
.partner-search-actions div.btn {
	color: #ffffff;
	text-shadow: none;
}
.partner-search-actions div.btn:hover {
	background-color: #006a5d;
	opacity: 0.9;
}

.partnere-blog .col-3 .item .item-image {
	width: 172px;
	margin: 0 auto;
	float: none;
}

.partnere-blog .col-3 .item {
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.partnere-list {
	margin-top: 30px;
}

.partnere .article.top-img-double, .partnere .article.top-img {
	display: none;
}

#g-above-footer img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: .3s ease-in-out;
}

.trup-category-title {
    font-weight: 700;
    color: #006a5d;
    background: #ffffff;
    font-size: 34px;
    padding: 5px 20px;
    margin-bottom: 30px;
}


/********************************************************************************************
	BANNER
********************************************************************************************/
.banneritem img {
	width: 100%;
}

/********************************************************************************************
	GANTRY: OUT TEAM
********************************************************************************************/
.g-title.g-main-title {
	text-transform: none;
    font-size: 48px;
    color:#006a5d; color: var(--color-green);
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    padding: 15px;
    text-align: left;
    padding-top: 0;
}

.g-title-separator  {
	display: none;
}

.g-particle-intro .g-introtext {
	text-align: left;
	padding: 15px;
	margin: 0;
	padding-top: 0;
	width: 100%;
}

.g-particle-intro {
    margin-bottom: 1rem;
}

.g-our-team .g-block {
	flex: 0 1 auto;
	width: 33.33%;
	float: left;
}

.g-our-team .g-our-team-item, .g-our-team .g-our-team-item .g-info-container {
	border: none;
}

.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
    padding: 6px;
}

.g-our-team-name {
	font-size: 1rem;
	font-weight: 700;
}

.g-our-team-position {
	font-size: 0.9rem;
}
.g-our-team-item .g-info-container .g-our-team-position{
	width: 100%;
	height: 26px;
	line-height: 1.2;
}
.kontaktinfop{
	font-size: 14px;
	line-height: 1.3;
	color: #000000;
	padding: 0 85px;
}

/********************************************************************************************
	NYHEDSBREV
********************************************************************************************/

.mcSignupModule  {
	background: #ffffff;
	width: 100%;
	float: left;
	padding: 25px 0 15px;
	margin-bottom: 26px;
	margin-top: 28px;
}

.forside .mcSignupModule {
	margin-top: -18px;
}

.mcSignupModule .intro, .mcSignupModule .mcSignupFormWrapper {
	float: left;
	display: block;
	padding: 0 15px;
}

.mcSignupModule .intro {
	width: 40%;
} 

.mcSignupModule .mcSignupFormWrapper {
	width: 60%;
}

.mcSignupModule .intro h3 {
	font-weight: 900;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.2;
	margin-top:-5px;
}

.mcSignupModule .intro p {
	font-size: 14px;
	margin: 0;
	color: #000000;
	line-height: 1.2;
}

.mcSignupModule input {
	width: calc(33% - 10px)!important;
	float: left;
	padding: 0 15px;
	margin-right: 15px;
	box-sizing: border-box;
	text-transform: uppercase;
}

.mcSignupModule input.btn {
	margin-right: 0;
	padding: 12px 15px 13px;
}

.mcSignupResult {
	padding: 0 15px;
	margin-top: -10px;
}

/* Side */
.nyhedsbrev form  {
	margin: 0 -15px;
}

.nyhedsbrev form > div {
	width: 50%;
	float: left;
	padding: 0 15px 10px;

}

.nyhedsbrev form > div:nth-child(3) {
	display: none;
}

.article_text form > div {
	width: 66%;
	float: left;
	padding: 0;
}

.article_text form > div:nth-child(4) {
    width: 34%;   
}

.article_text form input[type="hidden"], .article_text form > div:nth-child(2) {
    display: none;
}

.article_text .mcSignupModule input {
    width: calc(50% - 15px)!important;
}

.article_text .mcSignupModule .mcSignupFormWrapper, .article_text input.mcSignupSubmit {
    width: 100%!important;
}

.article_text .mcSignupModule {
    margin: 10px 0 20px;
    padding: 0;
}



/********************************************************************************************
	BILLEDE GALLERI
********************************************************************************************/
.billeder.view-article #g-header {
	display: none;
}


/********************************************************************************************
	SOCIAL LINKS
********************************************************************************************/
.g-social {
	width: 210px;
	float: right;
	padding: 10px 0;
}

.g-social > .g-social-text {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 53px;
}

.g-social a {
	background: #D5D5D5;
	background: var(--color-mediumgrey);
	color:#006a5d!important; color: var(--color-green)!important;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-top: 19px;
	padding: 0;
	display: block;
	float: left;
}

.g-social a:last-child {
	margin-right: 0;
}

.g-social a:hover {
	-moz-transform: scale(1.2);
  	-webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  transition: .3s ease-in-out;
}

.g-social .fa {
	display: block;
	float: left;
	padding: 3px 0;
	font-size: 11px;
	width: 15px;
	height: 15px;
	text-align: center;
}


/********************************************************************************************
	OFFCANVAS
********************************************************************************************/

/* Scrollbar */
/* width */
#g-offcanvas::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#g-offcanvas::-webkit-scrollbar-track {
	background: #2a2a2a;
    background: var(--color-darkgrey); 
}
 
/* Handle */
#g-offcanvas::-webkit-scrollbar-thumb {
	background: #7f7f7f;
    background: var(--color-grey); 
}

/* Handle on hover */
#g-offcanvas::-webkit-scrollbar-thumb:hover {
	background: #7f7f7f;
    background: var(--color-grey); 
}

#g-offcanvas {
	background: #006a5d; background: var(--color-green);
	width: 18rem;
	z-index: 210;
}

#g-offcanvas .moduletable .nav li, #g-offcanvas .moduletable .nav.menu li {
	background: none;
}

#g-offcanvas .moduletable .nav li a, #g-offcanvas .moduletable .nav.menu li a {
	padding: 0;
}

#g-offcanvas ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;/*20px;*/
	margin-left: 0;
}

#g-offcanvas .nav.menu .deeper > a {
	font-weight: 700;
}

#g-offcanvas .g-grid > .g-block > .g-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

#g-offcanvas .g-grid:nth-child(2) > .g-block > .g-content {
	margin: 0;
	padding: 0;
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
	background: none;
}

#g-offcanvas .g-menu-item-title, #g-offcanvas li.has-sub.parent > a, #g-offcanvas li.has-sub.parent > span.link {
	font-size: 14px;
	cursor: pointer;
}

#g-offcanvas .parent > a {
	display: none;
	float: left;
	width: 100%;
}

#g-offcanvas .parent > span.link {
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    padding: 22px 0.938rem;
}

#g-page-surround {
	transform: none!important;
}

#g-mobilemenu-container .g-toplevel li, #jawnav ul > li {
	border-bottom: 1px solid rgba(1,1,1,0.1);
}

#jawnav {
	font-family: 'century-gothic', "Century Gothic","Didactic Gothic","Apple Gothic","URW Gothic L","Avant Garde","Futura","sans-serif"!important;
	font-family: var(--font-family)!important;
	box-shadow: none;
}

#jawnav, #jawnav ul,#jawnav li, #jawnav a,#g-offcanvas #g-mobilemenu-container ul, #jawnav span.inner {
	background: none;
	border: none;
	color: #eceeef;
}

#jawnav > ul > li > span.link,#jawnav > ul > li > a {
	color: #eceeef;
	text-transform: none;
	border: none;
	padding: 0.938rem;
	line-height: 32px;
}

#jawnav > ul > li.has-sub > span.link::after {
    position: absolute;
    top: 24px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

#jawnav > ul > li.has-sub > a::after, #jawnav > ul > li.has-sub > span.link::after  {
	border-color: #eceeef;
    right: 20px;
    width: 10px;
    height: 10px;
}

#jawnav ul ul li:hover > a, #jawnav ul ul li a:hover, #jawnav ul ul li.current > a {
	color: #eceeef!important;
}

#jawnav ul ul {
	position: relative;
	height: 0px;
	overflow: hidden;
    left: 0;
    padding: 0px;
    z-index: 0;
    margin-left: 0px;
}

#jawnav ul > li {
	width: 100%;
	height: 60px;
	overflow:hidden;
}

#jawnav span.inner {
	box-shadow: none;
}

#jawnav .sub-menu span.link {
	display: none;
}

/* Open close */
#jawnav ul .open ul {
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: rgba(200,200,200,0.2);
	padding: 5px 0;
	float: left;
	width: 100%;
	animation: none;
}

#jawnav ul > li.open {
	width: 100%;
	height: 60px;
	overflow:hidden;
}

#jawnav .has-sub.parent.open {
	height: auto;
	background: rgba(1,1,1,0.1);
}

#jawnav span.inner {
	padding: 0;
}

#jawnav ul ul li a {
	padding: 10px 20px;
	color: #eceeef;
	font-size: 12px;
}

#jawnav > ul > li:hover > a, #jawnav > ul > li.active > a {
    background-color: rgba(1,1,1,0);
    color: #eceeef;
}

#jawnav > ul > li.has-sub.open > span.link::after {
	border: none;
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

#jawnav > ul > li:hover > a, #jawnav > ul > li.active > a {
	color: #eceeef!important;
}

#jawnav > ul > li.has-sub:hover > a::after {
	border-color: #eceeef!important;
}
.item-725 .link {
	display:none;
}
.menu > .g-content{
	min-width:330px;
	max-width: 330px;
	padding: 39px;
	padding-left:14px;
	padding-right:0;
    margin: 0;
}

/*.g-offcanvas-open #sec-nav-first{
	-webkit-animation: greenBackground 0.1s forwards;
    -webkit-animation-delay: 2s;
    animation: greenBackground 0.1s forwards;
    animation-delay: 2s;
}

.g-offcanvas-open .menu > .g-content{
	-webkit-animation: greenBackground 0.1s forwards;
    -webkit-animation-delay: 2s;
    animation: greenBackground 0.1s forwards;
    animation-delay: 2s;
}*/

@-webkit-keyframes greenBackground {
    /*100% { background:#006a5d; }*/
}

@keyframes greenBackground {
    /*100% { background:#006a5d; }*/
}

#g-offcanvas .g-grid:nth-child(2) > .g-block > .g-content {
    padding-top: 192px;
}
#g-offcanvas{
	width:23rem;
}

/*#g-offcanvas {
	left: -400px;
}*/

.pageNotLoaded #g-offcanvas {
	display: none;
	left: -400px;
}

.pageLoaded #g-offcanvas {
	left: -400px;
}

#g-offcanvas {
	-webkit-animation: slidee 0.5s forwards;
    /*-webkit-animation-delay: 0.5s;*/
    animation: slidee 0.5s forwards;
    /*animation-delay: 0.5s;*/
	/*display: none;*/
	display: block;
}

@-webkit-keyframes slidee {
	100% { left: -400px; }
}

@keyframes slidee {
	100% { left: -400px; }
}

.g-offcanvas-open #g-offcanvas {
	left: -400px;
	-webkit-animation: slide 0.5s forwards;
    /*-webkit-animation-delay: 0.5s;*/
    animation: slide 0.5s forwards;
	/*animation-delay: 0.5s;*/
	position: absolute;
    bottom: -20%;
}
.g-offcanvas-open .g-nav-overlay{
	z-index:22;
}


@-webkit-keyframes slide {
	0% { left: -400px; }
    100% { left: 0;
    display: none; }
}

@keyframes slide {
	0% { left: -400px; }
    100% { left: 0;
    display: none; }
}

/********************************************************************************************
	NAVIGATION + SECOND NAVIGATION
********************************************************************************************/
#g-navigation {
	background: #006a5d; background: var(--color-green);
	color: #D5D5D5;
	color: var(--color-mediumgrey);
	box-shadow: 0px 0px 15px 10px rgba(1,1,1,.3);
	z-index: 230;
}

#g-navigation .g-offcanvas-toggle {
	display: none!important;
}

#g-navigation .g-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#g-navigation .g-logo {
	background: none;
	display: none;
}

#g-navigation .navigation-a .platform-content {
	display: none;
}

#g-navigation .navigation-a .g-social {
	margin-top: -20px;
}

#g-navigation .burger-menu {
	display: none;
}

/* Second */
#g-second-navigation .burger-menu {
	display: block;
	float: left;
	margin: 1.18rem;
	cursor:pointer;
}
#g-second-navigation .g-main-nav ul li:first-child a {
	padding-left: 0px;
}
.bar1, .bar2, .bar3 {
    width: 28px;
    height: 3px;
    margin: 6px 0px;
    transition: 0.4s;
	background-color:#ffffff;
	text-align:center;
}

/* Rotate */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 8px) ;
    transform: rotate(-45deg) translate(-6px, 8px); ;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -7px) ;
    transform: rotate(45deg) translate(-4px, -7px); ;
}

.change #g-offcanvas {
    -webkit-animation: slidee 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slidee 0.5s forwards;
    animation-delay: 0.5s;
    display: block;
}

#g-second-navigation .g-offcanvas-toggle {
	display: block!important;
	position: relative;
	color: #ffffff;
}

#g-second-navigation {
	position: absolute;
	width: 100%;
	z-index: 220;
}

#g-second-navigation a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

#g-second-navigation .g-main-nav ul li a {
	padding: 0px 10px;
	border-right:0;
	margin-top:0;
}

#g-second-navigation .g-main-nav ul li:last-child a {
	border-right: none;
}

#g-second-navigation .g-logo img, #g-second-navigation .g-logo svg {
	margin-top: 7px;
}
#sec-nav-first .g-content{
	margin: 0;
    padding: 0;
    padding-top: 21px;
}
#sec-nav-first{
	max-width: 55px;
	margin: 1px 0px;
    margin-top: 0px;
}
#sec-nav-seach .g-content{
	margin:0;
	padding:0;
}

/********************************************************************************************
*	BOOKING  																				*
********************************************************************************************/

.book .span12{
	margin-top:53px;
}

/********************************************************************************************
	HEADER
********************************************************************************************/
#g-header {
	z-index: 0;
}

#g-header .g-slideshow .slidenav-container {
	position: relative;
	margin-right: auto;
    margin-left: auto;
    width: 75rem;
    margin-top: -350px;
}

#g-header .g-slideshow .slidenav {
	width: 100%;
	float: left;
}

.uk-slidenav-previous:before, .uk-slidenav-next:before {
    content: "";
}

.uk-slidenav-previous::before {
    -webkit-transform-origin: 0 110%;
    transform-origin: 0 110%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.uk-slidenav-previous::after {
    -webkit-transform-origin: 0 -10%;
    transform-origin: 0 -10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uk-slidenav-next::before {
    -webkit-transform-origin: 100% 110%;
    transform-origin: 100% 110%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uk-slidenav-next::after {
    -webkit-transform-origin: 100% -10%;
    transform-origin: 100% -10%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.uk-slidenav-previous::before, .uk-slidenav-previous::after, .uk-slidenav-next::before, .uk-slidenav-next::after {
    background: #ffffff;
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    margin-top: 20px;
}

#g-header .g-grid {
	display: block;
}

#g-header .custom > p {
	margin: 0;
}

#g-header .custom:before {
	background-color: rgba(1,1,1,0.5);
    opacity: 0.85;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/********************************************************************************************
	HEADER LOGO
********************************************************************************************/

#header-logo img{
	max-height: 100px;
	margin: auto;

}

#header-logo .g-content {
    margin: 0;
    padding: 0;
}

#header-logo .g-logo{
	display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


/********************************************************************************************
	INTRO
********************************************************************************************/
#g-intro {
	background: none;
	margin-top: -82px;
	z-index: 10;
	position: relative;
	padding: 0;
}

#g-intro .g-container p {
	margin: 0;
}

#g-intro .g-content {
	padding: 0;
	margin: 0;
}

.nyheder #g-intro {
	background: #F4F4F4;
	background: var(--color-lightgrey);
	margin-top: 0;
}

.nyheder #g-intro .g-content {
	margin: 0 0.625rem;
    padding: 0 0.938rem;
}


/********************************************************************************************
	FEATURES
********************************************************************************************/
#g-features {
	background: #F4F4F4;
	background: var(--color-lightgrey);
}

.forside #g-features {
	padding-top: 10px;
	padding-bottom: 5px;
}


/********************************************************************************************
	UTILITY
********************************************************************************************/

.forside #g-utility .g-grid:first-child .g-content, .forside #g-utility .g-grid:first-child .platform-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.forside #g-utility{
	background-image: url("/images/Sliders/vff_tv_bg.jpg?5bc596d0");
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/********************************************************************************************
	ABOVE FOOTER
********************************************************************************************/

#g-above-footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,2c2c2c+17,000000+51,131313+100 */
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #2c2c2c 17%, #000000 51%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #666666 0%,#2c2c2c 17%,#000000 51%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #666666 0%,#2c2c2c 17%,#000000 51%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}

#g-above-footer h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

#g-above-footer p  {
	width: 10%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 60px;
}

/********************************************************************************************
	CONTAINER MAIN
********************************************************************************************/
#g-container-main, #g-mainbar {
	background: #F4F4F4;
	background: var(--color-lightgrey);
	padding: 0;
	padding-bottom: 15px;
}

/*#g-mainbar > .g-grid > .g-block > .g-content {
	padding: 0;
	margin: 0;
}*/

#g-mainbar .sidebar .g-content {
	padding-left: 15px!important;
}

#g-mainbar .page-content .g-content {
	padding-right: 15px!important;
	margin-bottom: 45px!important;
}

#main-particle-particle {
	background: #ffffff;
	margin-top: -132px;
	z-index: 10;
	position: relative;
}

.sidebar {
	padding: 0;
	margin: 0;
	margin-top: -132px;
	position: relative;
	z-index: 10;
	background: none;
}

/* Partnere */
.partnere #g-mainbar,.partnere #g-mainbar .g-content {
	padding-top: 0;
	margin-top: 0;
}

/********************************************************************************************
	FOOTER
********************************************************************************************/
#g-footer {
	background: #006a5d; background: var(--color-green);
	color: #ffffff;
	font-size: 16px;
	margin-top: -1px;
}

#g-footer a, #g-footer p {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5;
}

.moduletable .nav.menu, .moduletable .mostread, .moduletable .latestnews, .moduletable .archive-module, .moduletable .relateditems, .moduletable .categories-module, .moduletable .category-module, .moduletable .latestusers, .moduletable .unstyled, .moduletable .nav.menu li, .moduletable .mostread li, .moduletable .latestnews li, .moduletable .archive-module li, .moduletable .relateditems li, .moduletable .categories-module li, .moduletable .category-module li, .moduletable .latestusers li, .moduletable .unstyled li {
	border: none;
}

#g-footer .nav.menu {
	width: 100%;
	padding: 10px 0 0px 10px;
}

#g-footer .nav.menu li {
	padding: 0;
	margin: 0;
}

#g-footer .g-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

#g-footer h3 {
	font-size: 18px;
	margin-top: 0;
}

#g-footer .footer-d {
	text-align: center;
}

#g-footer .footer-d p  {
	margin: 0;
	line-height: 1.4;
}

#g-footer .footer-d img {
	margin-top: 30px;
	width: 50%;
	height: auto;
}

#g-footer .g-social {
		float: none;
		margin: -30px auto;
		width: 115px;
		padding: 0px 0px;
}


/********************************************************************************************
	SEND PRESSE MAIL
********************************************************************************************/

form[name="akkr"] {
    margin-top: -50px;    
}

.sendPresseMail {
    border: none;
    background: #ffffff;
    padding: 15px;
    display: block;
    overflow: hidden;
    border: none;
}

.sendPresseMail tbody {
    overflow: hidden;
    border: none;
}

.sendPresseMail td {
    height: 70px;
    border: none;
}

.sendPresseMail tr, .sendPresseMail tbody {
    width: 100%;
    display: block;
}

.sendPresseMail .form-label {
    width: 20%;
    display: block;
    float: left;
    border: none;
}

.sendPresseMail .form-value {
    width: 80%;
    display: block;
    float: left;
    border: none;
}

.sendPresseMail select {
    height: 41px;
    width: 100%!important;
}

.sendPresseMail input[type="submit"] {
    background: #006a5d; background: var(--color-green);
    padding: 12px;
    border-radius: 0;
    color: #fff;
}

/********************************************************************************************
*	PERSONDATA OG COOKIES																	*
********************************************************************************************/
.persondatatop p{
	line-height: 0.2;
}
#persondatapolitik h2{
	line-height: 1;
}

/********************************************************************************************
	ERROR PAGE
********************************************************************************************/

.g-error .g-slideshow-item {
	height: 300px!important;
}

.g-error #g-header .g-content {
    padding: 0;
    text-align: center;
}


/********************************************************************************************
	BOOKING PAGE
********************************************************************************************/
.view-bookingview #g-container-main .g-container {
    width: 100%;
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}

.booking-page #g-mainbar .g-grid:first-child .g-content {
    margin-bottom: -42px!important;
}

.booking-page #g-mainbar .g-content .span12 {
    background: white;
    padding: 15px;
}

.booking-page #g-mainbar h1, .booking-page #g-mainbar h2, .booking-page #g-mainbar h3, .booking-page #g-mainbar h4, .booking-page #g-mainbar h5 {
    line-height: 1.3;
    margin: 0;
}

.booking-page #g-mainbar h5 {
    margin-top: 10px;
}

.booking-page #g-mainbar form {
    margin: 0;
}

.booking-page .logout {
    position: absolute;
    right: 15px;
    top: 10px;
}

.booking-page form {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    clear: both;
}

.booking-page #g-mainbar a button {
    color: #333333;
}

.col-md-4, .col-md-6, .col-md-12 {
    float: left;
    padding: 0 15px;
}

.col-md-4 {
    width: 33%;
}

.col-md-6 {
    width: 50%;
}

.col-md-12 {
    width: 100%;
}

.booking .btn {
    float: right;
}

/********************************************************************************************
	POP UP
********************************************************************************************/


@media only screen and (max-width: 979px) {

	#sbox-window{
		left: 50%!important;
   	 	top: 50%!important;
    	width: auto!important;
    	height: auto!important;
    	transform: translate(-50%, -50%);
	}

}


/********************************************************************************************
	RESPONSIVE
********************************************************************************************/

/*Issue with slideshow with text - Allan
@media only screen and (max-width: 1900px) {
    .slideshow-caption {
        display: none!important;
    }
    
}*/
@media only screen and (max-width: 1200px) {

	/* Match Countdown */
	.mc_button {
	    width: 16%;
	}

	.mc_countdown {
	    width: 34%;
	}

	.mc_day_d, .mc_time_t, .mc_minute_m, .mc_second_s {
	    margin-right: 16px;
	}

	/* Article slider */
	.article_information h1 {
	    font-size: 38px;
	}

	.article_slider_articles {
	    height: 285px;
	}

	.article_slider_articles.design-shop {
		height: 235px;
	}

	.article_slider_articles .article .img {
	    height: 138px;
	}

	.article_slider_articles .article .img, .img_background{
	    height: 138px;
	}

	.article_slider_arrows {
	    margin-top: 135px;
	}

	/* Video */
	#YoutubeGallerySecondaryContainer1 iframe, #YoutubeGallerySecondaryContainer1 object {
		height: 245px!important;
		overflow: hidden;
	}

	.video-thumnail-video a {
	    height: 108px;
	}

	.video-thumnail-video {
	    height: 185px;
	}

	.video-thumnail-video > span {
	    font-size: 13px!important;	
	}

	/* Videolist */
	.main-video iframe {
		height: 500px!important;
	}

	.article_slider_articles .article.video .img-container {
	    height: 138px;
	}


	/* Nyhedsbrev */
	.mcSignupModule {
	    padding: 20px 0 15px;
	}

	.mcSignupModule .intro h3 {
	    font-size: 20px;
	    margin-top: 2px;
	}

	.mcSignupModule .intro p {
    	font-size: 11px;
    }

	/* Second Navigation */
	.hidden.menu {
		display: block;
	}

	/* Footer */
	#g-footer h3 {
	    font-size: 16px;
	}

	/* Truppen */
	#g-second-navigation .g-main-nav ul li a {
	    padding: 0 8px;
	}

	#g-second-navigation .g-main-nav ul li:first-child a {
	    padding-left: 0px;
	}

	/* Nyheder */
	.article_slider_search .search_text {
	    width: 40%;
	}

	.article_slider_search .search_input {
	    width: calc(30% - 30px);
	}

	/* Partnere */
	.partner-search-actions > select, .partner-search-actions > div {
    	width: 24%;
    }
    
    .partner-search-actions > div {
    	width: 11.5%;
    }
    
    #partnerSearch span {
        display: none;
    }

}
/******************************************************************/
/************************(max-width: 960px)************************/
/******************************************************************/
@media only screen and (max-width: 960px) {

	/* Generelt */
	.article_information h1 {
		font-size: 38px;
	}


	/* Slideshow */
	.g-slideshow .style2 .g-slideshow-title {
	    font-size: 38px;
	}

	.topbillede .slideshow-caption {
	    margin-bottom: 90px;
	}

	/* burger menu */
	.bar1, .bar2, .bar3 {
		width: 23px;
		height: 2px;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6px, 5px) ;
		transform: rotate(-45deg) translate(-6px, 5px) ;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-6px, -5px) ;
		transform: rotate(45deg) translate(-6px, -5px) ;
	}
	
	#sec-nav-first .g-content{
    padding-top: 25px;
	}
	
	.menu > .g-content{
		min-width:240px;
		max-width: 240px;
	}
	
	#g-second-navigation .g-main-nav ul li a {
        font-size: 12px;
    }
	
	
	#g-offcanvas{
		width:20rem;
	}


	/* Match countdown */
	.match_countdown p {
		font-size: 11px;
	}

	.mc_club_names {
		width: 15%;
	   }


	.mc_club_logo {
		margin-top:-7px;
		width: 15%;
	}

	.mc_countdown {
	    width: 28%;
	    margin-top: -2px;
	}

	.mc_date_place {
		width: 25%;
	}

	.mc_day_d, .mc_time_t, .mc_minute_m, .mc_second_s {
	    margin-right: 10px;
	    font-size: 12px;
	}

	.mc_day, .mc_time, .mc_minute, .mc_second {
	    font-size: 20px;
	    margin-right: 2px;
	}

	.mc_button {
		width: 17%;
	}

	.mc_button .button {
		font-size: 8px;
		padding: 12px;
		margin-top: 1px;
	}

	/* Article */
	.article_slider_articles {
	    height: 240px;
	}

	.article_slider_search {
	    padding: 21px 0 20px;
	}

	.article_slider_articles.design-shop {
	    height: 185px;
	}

	.article_slider_articles .article .text h3 {
	    font-size: 13px;
	    height: 60px;
	}

	.article_slider_articles .article .text .category, .article_slider_articles .article .text .created {
	    font-size: 9px;
	}

	.article_slider_articles .article .img {
	    height: 106px;
	}

	.article_slider_articles .article .img, .img_background{
	    height: 106px;
	}

	/* Video */
	#YoutubeGallerySecondaryContainer1 iframe, #YoutubeGallerySecondaryContainer1 object {
	    height: 192px!important;
	}

	#YoutubeGalleryVideoTitle1 {
	    padding: 15px;
	    font-size: 12px;
	    line-height: 14px;
	}

	.video-thumnail-video a {
	    height: 76px;
	}

	.video-thumnail-video {
	    height: 134px;
	}

	.video-thumnail-video > span {
		font-size: 13px!important;
	    height: 30px;
	}

	/* Videolist */
	.main-video iframe {
		height: 400px!important;
		margin-top:100px;
	}

	.video-header {
	    margin-top: -220px;
	}

	.article_slider_articles .article.video .img-container {
	    height: 107px;
	}

	/* Nyhedsbrev */
	.mcSignupModule .intro h3 {
	    font-size: 15px;
	    margin-top: 6px;
	}

	.mcSignupModule .intro p {
	    font-size: 9px;
	}

	.mcSignupModule input {
		font-size: 9px;
	}

	.mcSignupModule input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  	font-size: 9px;
	}
	.mcSignupModule input::-moz-placeholder { /* Firefox 19+ */
	  	font-size: 9px;
	}
	.mcSignupModule input:-ms-input-placeholder { /* IE 10+ */
	  	font-size: 9px;
	}
	.mcSignupModule input:-moz-placeholder { /* Firefox 18- */
	  	font-size: 9px;
	}

	/* Truppen */
	#g-second-navigation .g-main-nav ul li a {
	    font-size: 11px;
	}

	.truppen.view-article .top-img, .truppen.view-article .top-img-doubl, .article.top-img {
	    height: 550px;
	}

	.article.top-img-double {
	    height: 520px;
	}

	.truppen.view-article .top-img .custom-container {
	    margin-top: 125px;
	}

	.truppen.view-article .spiller_information {
	    margin-top: -108px;
	}

	.truppen .trup-medlem img {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		float: none;
	    display: block;
	    position: relative;
	}

	.truppen_spiller_nummer {
	    width: 42%;
	    font-size: 32px;
	}

	.truppen_spiller_navn, .truppen_spiller_gruppe {
	    width: 58%;
	}

	.truppen_spiller_navn {
		font-size: 13px;
	}

	.truppen.view-article .top-img-double {
	    height: 545px;
	}

	/* Nyheder */
	.article_slider_search .search_text {
	    width: 30%;
	}

	.article_slider_search .search_text h4 {
	    font-size: 16px;
	}

	.article_slider_search .search_input {
	    width: calc(50% - 30px);
	}

	.article_slider_arrows {
	    margin-top: 105px;
	}

	/* partner-search */
	.partner-search-actions {
		width: calc(100% - 263px);
		float: left;
		padding: 0;
	}
	.partner-search-text {
		width: 263px;
	}
	#partnerSearch{
		font-size: 12px;
	}
	.partner-search h3 {
		font-size: 24px;
	}
	.partner-search p {
		font-size: 12px;
	}
	#categorySelector, #companySelector, #tagsSelector{
		font-size: 12px
	}

	/* Our team */
	.g-our-team .g-block {
		width: 50%;
	}

	/* Above-footer */
	#g-above-footer p {
	    width: 25%;
	}

	/* footer */
	#g-footer .footer-d img{
		width: 130px;
		height: auto;
	}
}
/******************************************************************/
/************************(max-width: 768px)************************/
/******************************************************************/
@media only screen and (max-width: 768px) {
	.g-offcanvas-toggle {
		display: none;
	}
}
/******************************************************************/
/************************(max-width: 767px)************************/
/******************************************************************/
@media only screen and (max-width: 767px) {

	/* Generelt */
	
	.hide-mobile {
		display: none;
	}
	#g-header {
		margin-top: 60px;
	}
	.top-menu-links{
		display:none!important;
	}

	/* Navigation */

	#g-navigation {
		position: fixed;
		width: 100%;
	}

	#g-navigation .navigation-a .g-content > .moduletable {
		display: none;
	}

	.customopenSearch {
	    margin-top: 13px;
	    margin-right: -3px;
	}

	#g-navigation .navigation-a .g-content > .platform-content {
		display: block;
	}

	.article_information h1 {
	    font-size: 24px;
	    line-height: 1.5;
	    margin-top: 0;
	    margin-bottom: 12px;
	    height: auto;
	    display: inline-block;
		vertical-align: middle;
	}

	.article_information {
	    height: auto;
		line-height: 1.5;
		margin-top: -22px;
	}
    
    .article_data {
        font-size: 15px;
    }
    
	.article_container {
	    margin-top: 0px;
	    z-index: 9;
	}

	.article_slider_articles .article .img {
	    height: 134px;
	}
	.article_slider_articles .article .img, .img_background{
	    height: 150px;
	}

	.fullwidth-mobile {
		width: 100%;
		margin-bottom: 15px;
	}
	
	/* Gallery */
	#boxplus .boxplus-dialog {
	    /*top: 50px!important;    */
	}
	
	#boxplus .boxplus-viewer {
        max-width: 100%;   
        height: auto!important;
    }
    
    #boxplus .boxplus-viewer>img {
        width: 100%;
        height: auto;
    }
    
    #boxplus .boxplus-main, #boxplus .boxplus-viewer, #boxplus .boxplus-viewer>img {
        position: relative;
        float: left;
        display: block;
        float: left;
        max-width: 100%;
    }
    
    #boxplus .boxplus-viewer {
        width: calc(100%)!important;
    }

	/* Offcanvas */
	#g-offcanvas .g-grid:nth-child(1) {
	    margin-bottom: 25px;
	}

	.g-offcanvas-open #g-offcanvas {
		position: fixed;
		bottom: 0;
	}
	#g-offcanvas .g-grid > .g-block > .g-content {
		padding-top: 5rem;
	}
		
	#g-offcanvas .g-grid:nth-child(2) > .g-block > .g-content {
		padding-top: 0px;
	}
	
	#g-offcanvas{
		width:15rem;
	}

	#g-offcanvas ul {
	margin-top: 0px;
	}

	/* Match countdown */
	.match_countdown {
		padding-right: 0;
		padding-left: 0;
		height: 130px;
	}

	.mc_club_logo {
		width: 28%;
		margin-top:0;
	}

	.mc_club_names {
		width: calc(22% - 13px);
		margin-bottom: 10px;
		margin-right: 30px;
		margin-left: 2px;
		margin-top: 5px;
	}

	.mc_date_place {
		margin-left: auto;
		margin-right: auto;
		width: calc(46% - 7px);
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.mc_countdown {
		width: calc(50% - 13px);
		margin-right: 26px;
		margin-top: 8px;
	}

	.mc_button {
		width: calc(50% - 13px);
	}

	.mc_button .button {
	    font-size: 12px;
	}

	.match_countdown p {
	    font-size: 13px;
	}


	/* Match list */
	.match_desktop {
		display: none;
	}

	.match_mobile {
		display: block;
	}

	.match_list {
		background-image: none!important;
		padding: 0;
		border:none;
		padding-bottom: 16px;
	}

	.match_list p {
		font-size: 12px;
	}
	.match_info p{
		color:#fff;
	}

	.match_info {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 18px;
    background: #006a5d; background: var(--color-green);
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
	}
	
	.match_info a {
	    color: #ffffff!important;
	}

	.match_home, .match_opponent {
		width: 30%;
	}

	.match_home img, .match_opponent img {
		width: 45px;
		margin: 0 auto;
		float: none;
	}

	.match_home p, .match_opponent p {
		width: 100%;
		text-align: center;
	}

	.match_result  {
		width: 40%;
		text-align: center;
		font-size: 34px;
		font-weight: 700;
	}

	.match_buttons {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.match_buttons .btn {
		width: 100%;
	}

	/* Partner */
	.partner-search-text, .partner-search-actions {
		width: 100%;
	}

	.partner-search-actions {
		margin-top: 14px;
		width: 100%;
	}

	.partner-search {
    	height: 346px;
    }

    .partnere-blog .col-3 {
    	width: 50%;
    }

    .partner-search-actions > select, .partner-search-actions > div {
	    width: 100%;
	    margin-bottom: 15px;
	}

	#categorySelector, #companySelector, #tagsSelector, #partnerSearch {
		margin: 3px 0;
	}
	
	#partnerSearch span {
        display: inline-block;
    }

	/* Article slider */
	.article_slider_articles {
	    height: 268px;
	}

	.article_slider_articles.design-shop {
	    height: 230px;
	}


	.article_slider_categories, .article_slider_arrows {
		padding: 0;
		width: 100%;
	}

	.article_slider_categories, .article_slider_categories span.select-category {
		font-size: 14px;
	}

	.article_slider_categories .select-category, .select-category {
	    margin: 0 7px;
	}

	.article_slider_articles {
		margin-top: -40px;
	}

	.article_slider_arrows {
		position: relative;
		margin-top: 0;
		height: 74px;
		/*width: var(--container-width);*/
		max-width: 100%;
		top: 100px;
		float: left;
		margin-left: 0;
	}

	.article_slider_articles .article .text h3 {
	    height: 60px;
	    font-size: 14px;
	}

	.article_slider_articles .article .text .category, .article_slider_articles .article .text .created {
	    font-size: 11px;
	}

	.arrow_right {
		float: right;
	}

	.arrow_left {
		float: left;
		margin-left: -33px;
	}

	.article_slider_articles .article:nth-child(4n) {
	    margin-right: 26px;
	}

	.article_slider_articles .article:nth-child(2n) {
	    margin-right: 0;
	}

	/* Article Search */
	.article_slider_search .search_text  {
		width: 100%;
	}

	.article_slider_search .search_input, .article_slider_search .search_button {
		width: calc(100% - 30px);
		margin-top: 15px;
	}

	/* Video */
	.active-youtube-galley, .video-thumbnail {
		width: 100%;
		margin-right: 0;
	}

	.active-youtube-galley {
		margin-bottom: 26px;
	}

	#YoutubeGallerySecondaryContainer1 iframe, #YoutubeGallerySecondaryContainer1 object {
	    height: 240px!important;
	}
	.youtube-video-list .article_slider_articles {
		margin-top: 20px;
	}
	.video_search_load_more{
		margin-top:20px;
	}

	.video-thumnail-video img {
	    margin-top: -20px;
	}

	.video-thumnail-video a {
	    height: 110px;
	}
	.article_slider_articles .article.video .img-container{
		height: 71px;
	}

	.video-thumnail-video {
	    height: 170px;
	}

	/* Videolist */
	.main-video iframe {
		height: 230px!important;
		margin-top:120px;
	}

	.video-header {
	    margin-top: -240px;
	}

	.article_slider_articles .article.video {
	    width: calc(50% - 13px)!important;
	}

	/* Nyhedsbrev */
	.mcSignupModule .intro, .mcSignupModule .mcSignupFormWrapper {
		width: 100%;
		float: left;
		display: block;
	}

	.mcSignupModule .intro h3 {
	    font-size: 22px;
	    margin-top: 0px;
	}

	.mcSignupModule .intro p {
	    font-size: 14px;
	    margin-bottom: 8px;
	}

	.mcSignupModule input.inputbox {
		width: calc(50% - 8px)!important;
		margin-right: 16px;
	}

	.mcSignupModule input.inputbox:nth-child(2) {
		margin-right: 0;
	}

	.mcSignupModule input.btn {
		width: 100%!important;
		margin-top: 10px;
		font-size: 0.8rem;
	}

	.mcSignupModule input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  	font-size: 0.8rem;
	}
	.mcSignupModule input::-moz-placeholder { /* Firefox 19+ */
	  	font-size: 0.8rem;
	}
	.mcSignupModule input:-ms-input-placeholder { /* IE 10+ */
	  	font-size: 0.8rem;
	}
	.mcSignupModule input:-moz-placeholder { /* Firefox 18- */
	  	font-size: 0.8rem;
	}

	.forside .mcSignupModule {
		margin-bottom: 20px;
	}

	/* Truppen */
	.truppen.view-article .top-img {
	    top: 60px;
	}

	.truppen.view-article .top-img, .truppen.view-article .top-img-double {
	    height: 400px;
	}

	.truppen.view-article .top-img .custom-container {
	    margin-top: 65px;
	}

	.truppen.view-article .spiller_information {
	    margin-top: -47px;
	}

	.truppen.view-article .spiller_navn h1 {
	    font-size: 55px;
	}

	.truppen.view-article .spiller_nummer h3 {
	    font-size: 35px;
	}

	.truppen.view-article .spiller_information {
	    font-size: 15px;
	}

	.truppen.view-article .spiller_image, .truppen.view-article .spiller_text {
		width: 100%;
		padding: 0;
	}

	.truppen_spiller_nummer {
	    width: 35%;
	    font-size: 40px;
	}

	.truppen_spiller_navn, .truppen_spiller_gruppe {
	    width: 65%;
	}

	.truppen_spiller_navn {
		font-size: 1rem;
	}

	.truppen .col-3 {
		width: 50%;
	}
	
	.spiller_nextprev{
    	padding: 0;
    	background: none;
    }
    
    .spiller_extra {
        margin-top: 0;
    }
    
    .spiller_nextprev .spiller_list {
        width: 100%;
        padding: 0;
    }
    
    .spiller_nextprev .spiller_list select {
        width: 100%;
        margin: 0;
    }
	
	.spiller_nextprev .spiller_next, .spiller_nextprev .spiller_prev {
	    display: none;
	}
	
	.match_mobile, .match_mobile select  {
		margin: 0;
		margin-bottom: 18px;
	}
	
	.truppen-blog .cat-children {
        padding-left: 0;
    }
    
    .layout-g5_heliumtruppen .mobile_select {
        width: 100%;
        margin-left: 0;
    }

	/* Article */
	.article.top-img {
	    height: 370px;
	}

	.article.top-img {
	    top: 58px;
	}

	.article.top-img-double {
	    height: 340px;
	}

	.article_info, .article_ads {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.article_info {
		margin-bottom: 30px;
	}

	.article_ads {
		margin-bottom: -30px;
	}

	/* Out team */
	.g-our-team .g-block {
		width: 100%;
	}

	.g-our-team .g-our-team-item {
		width: 300px;
		margin: 0 auto;
		float: none;
		display: block;
		max-width: 100%;
		margin-bottom: 10px!important;
	}

	.g-our-team.style2 .g-our-team-social {
		margin-top: 0;
	}

	.kontaktinfop{
		padding: 0 10px;
		padding-top: 20px;
	}

	/* slideshow */
	.g-slideshow .g-slideshow-desc {
		display: block;
	}

	.topbillede .slideshow-caption h1 {
	    font-size: 38px;
		line-height: 38px;
	}
	
	/* Instagram */
	.instashow-gallery-media {
        width: calc(50% - 13.5px)!important;
        /*margin-right: 26px!important;*/
    }
    
    .instashow-gallery-media:nth-child(1), .instashow-gallery-media:nth-child(2) {
        margin-bottom: 26px!important;
    }
    
    .instashow-gallery-media:nth-child(2) {
        margin-right: 0!important;
    }
	

	/* Offcanvas */
	#g-page-surround > .g-offcanvas-toggle {
		color: #ffffff;
		margin-top: -6px;
	}

	/* Navigation */
	#g-navigation {
		padding: 4px 0;
		height: 60px;
	}

	#g-navigation .g-container {
		width: 100%;
	}

	#g-navigation a {
		margin-top: 0;
	}

	#g-navigation a.g-logo {
		display: block;
		width: fit-content;
		height: auto;
		padding: 0;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#g-navigation .spacer-block {
		flex: 0 1 auto;
		width: 38%;
		float: left;
	}

	#g-navigation .logo {
		flex: 0 1 auto;
		width: 24%;
		float: left;
	}

	#g-navigation .logo img {
		padding: 0;
		margin: 0;
	}

	#g-navigation .logo .g-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#g-navigation .navigation-a {
		flex: 0 1 auto;
		width: 38%;
		float: left;
	}

	#g-navigation .g-social > .g-social-text {
		display: none;
	}

	#g-navigation .g-social {
		width: auto;
	}
	#g-navigation .burger-menu {
		display: block;
		position: absolute;
		padding: 9px 0px;
	}

	#g-second-navigation {
		display: none;
	}
	
	#g-second-navigation .g-logo {
		display: none!important;
	}

	/* Header */
	#g-header .g-slideshow, #g-header .g-slideshow .uk-slidenav-position, #g-header .g-slideshow .uk-slidenav-position .uk-slideshow, #g-header .g-slideshow .uk-slidenav-position .g-slideshow-item {
		height: 400px!important;
	}

	#g-header .g-slideshow .uk-width-1-2 {
		width: 81%;
		margin-left: auto;
		margin-right: auto;
	}

	#g-header .slideshow-caption {
		margin-top:-20px;
	}

	#g-header .g-slideshow .slidenav-container {
	    margin-top: -200px;
	}

	#g-header .g-slideshow .uk-slidenav-previous {
		display: none;
	}

	#g-header .g-slideshow .uk-slidenav-next {
		display: none;
	}

	#g-header .g-slideshow .style2.uk-flex-right .g-slideshow-title {
		width: 100%;
	}

	/* Intro */
	#g-intro {
		margin-top: 0;
	}

	/* Cotainer Main */
	#g-sidebar, #g-sidebar .g-content {
		margin-top: 0;
	}

	#g-sidebar .g-content {
		margin: 0 0.625rem;
    	padding: 0 0.938rem;
	}

	#g-mainbar .sidebar .g-content {
		padding-left: 0!important;
	}
/*
	#g-mainbar .page-content .g-content {
		padding-right: 0!important;
	}
*/
	.sidebar {
	    margin-top: -10px;
	    margin-bottom: -12px;
	}

	#g-container-main .mcSignupModule {
		margin-top: 10px;
	}

	/* End page */
	#g-end-page .g-slideshow, #g-end-page .g-slideshow .uk-slidenav-position, #g-end-page .g-slideshow .uk-slidenav-position .uk-slideshow, #g-end-page .g-slideshow .uk-slidenav-position .g-slideshow-item {
		height: 400px!important;
	}

	/* Above footer */
	#g-above-footer p:nth-child(n+5) {
		margin-bottom: 50px;
	}
	#g-above-footer p {
		width: 50%;
		margin-bottom: 0;
	}

	/* Footer */
	#g-footer > .g-container > .g-grid > .g-block {
		width: 50%;
		float: left;
		flex: 0 1 auto;

	}

	#g-footer .g-title {
	    font-size: 16px;
	    text-align: left;
	}

	#g-footer a  {
	    font-size: 13px;
	    text-align: left;
	}

	#g-footer p {
		font-size: 13px;
	}

	#g-footer .g-social {
	    width: 115px;
	}
	
	/* Send presse mail */
	.sendPresseMail {
        margin-top: -20px;
    }
    
    .sendPresseMail .form-label {
        width: 40%;
    }
    
    .sendPresseMail .form-value {
        width: 60%;
    }
    
    /* Booking */
    .booking-page #g-mainbar .g-content .span12 {
        float: left;
    }
    
    .booking-page #g-mainbar .logout {
        float: right;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }
    
    .booking-page #g-mainbar .logout span {
        float: right;
    }
    
    .col-md-3, .col-md-4, .col-md-6, .col-md-12 {
        width: 100%;
    }
    
    .booking-page #g-mainbar h1 {
        font-size: 28px;
        
    } 
    .booking-page #g-mainbar h2 {
        font-size: 22px;
    }
    
    .booking-page #g-mainbar h3, .booking-page #g-mainbar h4, .booking-page #g-mainbar h5 {
        
    }

}

/******************************************************************/
/************************(max-width: 650px)************************/
/******************************************************************/
@media only screen and (max-width: 650px) {
	/* Artile Slider */
	/*.arrow_left, .arrow_right {
		position: relative;
		margin-right: 0;
		margin-left: -18px;
		z-index: 10;
		background: var(--color-grey);
		color: #ffffff;
		border: 1px var(--color-grey) solid;
	}

	.arrow_right {
		margin-right: 32px;
		margin-left: 0;
	}*/

	/* Social links */
	#g-navigation .g-social a {
	    width: 20px;
	    height: 20px;
	    margin-right: 4px;
	    margin-top: 4px;
	}

	#g-navigation .g-social .fa {
	    font-size: 14px;
	    width: 20px;
	    height: 20px;
	}

	/* Search overlay */
	.searchElement .form-search {
		max-width: 330px;
	}

}
/******************************************************************/
/************************(max-width: 480px)************************/
/******************************************************************/
@media only screen and (max-width: 480px) {

	/* Generelt */
	.article_information h1 {
	    font-size: 24px;
	}
	.g-title.g-main-title {
		font-size: 40px;
	}
	
	.float-right {
	    width: 100%;
	}


	/* header */
	#g-header .g-slideshow .uk-slidenav-previous {
		display: none;
	}
	#g-header .g-slideshow .slidenav-container {
		margin-top: -125px;
	}
	#g-header .g-slideshow .uk-slidenav-next {
		display: none;
	}

	/* Match Countdown */
	.mc_day_d, .mc_time_t, .mc_minute_m, .mc_second_s {
	    margin-right: 6px;
	}

	.match_countdown p {
	    font-size: 12px;
	}

	/* Article */
	.article_slider_categories, .article_slider_categories span.select-category, .select-category {
	    font-size: 12px;
	}

	.menu-video .select-category:first-child {
		padding-left: 0;
	}

	.select-category {
	    white-space: nowrap;
	    display: inline-block;
	}

	.article_slider_articles .article .text {
	    padding: 10px;
	}

	#g-container-main .article_slider_articles, .article_slider_articles {
	    height: 250px;
	}

	.article.top-img-double {
	    height: 275px;
	}

    .arrow_left, .arrow_right {
        width: 60px;
        height: 60px;
    }
    
    .arrow_right::before, .arrow_right::after, .arrow_left::before, .arrow_left::after {
        height: 2px;
        width: 10px;
    }
    
    .arrow_left::before, .arrow_left::after {
        margin-left: 41px;
        margin-top: 32px;
    }
    
    .arrow_right::before, .arrow_right::after {
        margin-top: 30px;
        margin-left: 11px;
    }
    
    .article_slider_arrows {
        top: 62px;
    }
    
	.readAll {
		display: none;
	}

	.readAllButton {
		display: block;
		margin-top: 20px;
	}

	/* Truppen */
	.truppen.view-article .top-img, .truppen.view-article .top-img-double, .article.top-img {
	    height: 300px;
	}
	
	.truppen.view-article .spiller_navn h1 .small {
	    font-size: 32px;
	}

	.truppen.view-article .spiller_navn h1 {
	    font-size: 38px;
	}

	.truppen.view-article .spiller_nummer h3 {
	    font-size: 26px;
	}

	.truppen.view-article .spiller_information {
		padding-top: 11px;
	}

	.truppen.view-article .value {
		width: 50%;
		float: left;
		display: block;
		line-height: 33px;
	}

	.truppen.view-article .spacer {
		display: none;
	}

	.truppen.view-article .top-img .custom-container {
	    margin-top: 30px;
	}

	.truppen .col-3 {
		width: 100%;
	}

	.truppen .truppen_spiller_nummer, .truppen .truppen_spiller_navn, .truppen .truppen_spiller_gruppe {
		width: 50%;
	}

	.truppen-blog .col-3 .item, .partnere-blog .col-3 .item {
	    margin-bottom: 30px;
	}
	
	.spiller_extra .readAllButton {
        margin-top: 25px;
        margin-bottom: 25px;
	}

	/* Video */
	#YoutubeGallerySecondaryContainer1 iframe, #YoutubeGallerySecondaryContainer1 object {
	    height: 176px!important;
	}

	.video-thumnail-video img {
	    margin-top: -20px;
	}

	.video-thumnail-video a {
	    height: 82px;
	}

	.video-thumnail-video {
	    height: 150px;
	}

	.video-header {
	    margin-top: -180px;
	}

	/* Videolist */
	.main-video iframe {
		height: 200px!important;
		margin-top:65px;
	}
	.article_slider_articles .article.video .img,.img_background{
		height: 124px;
	}



	/* Nyhedsbrev */
	.mcSignupModule .intro h3 {
	    font-size: 16px;
	}

	.mcSignupModule .intro p {
	    font-size: 12px;
	}

	/* Partner */
	.partner-search-actions > select, .partner-search-actions > div {
	    width: 100%;
	}

	.partner-search-actions > select {
	    margin-bottom: 20px;
	}

	.partner-search {
	    height: auto;
	}

	/* Social links */
	.g-social a {
	    margin-right: 4px;
	    margin-top: 1px;
	}
/*
	.g-social .fa {
	    font-size: 17px;
	    width: 26px;
	    height: 26px;
	}
*/

	/* Slideshow */
	.uk-dotnav li:first-child {
		padding-left: 0;
	}

	.uk-dotnav {
		display: none;
	}

	.g-slideshow .style2 .g-slideshow-title {
	    font-size: 33px;
	}
	
	/* Instagram */
	.instashow-gallery-media {
        width: calc(100%)!important;
    }
    
    .instashow-gallery-media:nth-child(1), .instashow-gallery-media:nth-child(2), .instashow-gallery-media:nth-child(3), .instashow-gallery-media:nth-child(4) {
        margin-bottom: 0!important;
        margin-right: 0!important;
    }
    
    .instashow-gallery-control-arrow {
        top: 50%!important;
    }
    

	/* Navigation */
	/*#g-navigation .spacer-block {
		width:50px;
	}

	#g-navigation .logo {
		width: calc(40% - 50px);
	}

	#g-navigation .navigation-a {
		width: 60%;
	}*/

	#g-navigation .logo > .g-content {
		margin: 0;
		margin-top: 1px;
		padding: 0;
	}

	/* Header */
	#g-header .g-slideshow, #g-header .g-slideshow .uk-slidenav-position, #g-header .g-slideshow .uk-slidenav-position .uk-slideshow, #g-header .g-slideshow .uk-slidenav-position .g-slideshow-item {
		height: 250px!important;
	}

	/* Main Container */
	#g-container-main .article_slider_articles.design-shop {
	    height: 190px;
	}

	/* End page */
	#g-end-page .g-slideshow, #g-end-page .g-slideshow .uk-slidenav-position, #g-end-page .g-slideshow .uk-slidenav-position .uk-slideshow, #g-end-page .g-slideshow .uk-slidenav-position .g-slideshow-item {
	    height: 280px!important;
	}

	/* Footer */
	#g-footer .nav.menu {
		padding-left: 0;
	}

	#g-footer .g-social {
		width: 91px;
		margin-left: auto;
    	margin-right: auto;
    	display: block;
	}

	#g-footer h3 {
	    margin-bottom: 10px;
	    font-size: 14px;
	    text-align: left;
	}

	#g-footer a, #g-footer p {
	    font-size: 12px;
	    text-align: left;
	}

	#g-footer .footer-d img{
		width: 90px;
		height: auto;
		margin-left: auto;
    	margin-right: auto;
    	display: block;
	}

}
/******************************************************************/
/************************(max-width: 414px)************************/
/******************************************************************/
@media only screen and (max-width: 414px) {

	/* Generelt */
	.article_information {
		z-index: 10;
	}

	.article_information h1 {
	    font-size: 22px;
	}
	
	.article_data {
        font-size: 13px;
    }
    
    .article_slider_articles .article .img {
        height: 110px;
	}

	.article_slider_articles .article .img, .img_background{
	    height: 110px;
	}

	.article_slider_articles .article .text .category, .article_slider_articles .article .text .created {
		font-size: 9px;
	}

	/* Videolist */
	.main-video iframe {
	    height: 180px!important;
	}

	.article_slider_articles .article.video .img-container {
		height: 100px;
	}
	.article_slider_articles .article.video .img,.img_background{
		height: 102px;
	}
	
	.video-thumnail-video a {
		height: 78px;
		}
	

	/* Article slider */
	#g-container-main .article_slider_articles.design-shop {
	    height: 195px;
	}

	#g-container-main .article_slider_articles, .article_slider_articles {
	    height: 226px;
	}

	.readAllButton {
		margin-top: 20px;
	}

	/* Match Countdown  */
	.mc_day, .mc_time, .mc_minute, .mc_second {
	    font-size: 26px;
	    margin-right: 4px;
	}

	.match_countdown p {
	    font-size: 18px;
	}

	.match_countdown {
	    height: auto;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}

	.mc_club_logo .mc_opponent, .mc_club_logo .mc_home {
	    position: relative; 
	    margin-right:0;
		margin-left:0;
	}

	.mc_club_logo img {
	    width: 55px;
	    height: 55px;
	}

	.mc_club_logo .mc_opponent {
		margin-left:5px;
	}

	.mc_day_d, .mc_time_t, .mc_minute_m, .mc_second_s {
   		font-size: 16px;
   		margin-right: 10px;
   	}

   	.mc_second_s {
   		margin-right: 0;
   	}

	.mc_club_logo {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}

	.mc_club_names {
		width: 50%;
		float: left;
		margin-right:0;
		margin-left:0;
		padding-left: 5px;
	}

	.mc_date_place {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.mc_countdown {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		width: 218px;
    	margin-right: auto;
	    margin-left: auto;
	    float: none;
	}

	.mc_button {
		width: 100%;
		margin-top: 20px;
	}

	.mc_button .button {
    	font-size: 16px;
    	margin-bottom: 0;
    }

    /* Slideshow */
    .topbillede .slideshow-caption h1 {
	    font-size: 34px; 
	}

	.topbillede .slideshow-caption h2 {
	    font-size: 22px;
	}

    /* Nyhedsbrev */
    .nyhedsbrev form > div {
	    width: 100%;
	}

	/* End Page */
	#g-end-page .g-slideshow, #g-end-page .g-slideshow .uk-slidenav-position, #g-end-page .g-slideshow .uk-slidenav-position .uk-slideshow, #g-end-page .g-slideshow .uk-slidenav-position .g-slideshow-item {
	    height: 200px!important;
	}

	/* Above footer */
	#g-above-footer p:nth-child(n+5) {
		margin-bottom: 0px;
	}

	#g-above-footer p {
		margin-bottom: 0;
		position: relative;
	}

	#g-above-footer p:last-child {
		margin-bottom: 60px;
	}

	#g-above-footer p img {
		width: 250px;
	    margin: 0 auto;
	    float: none;
	    position: relative;
	    display: block;
	}

	#g-above-footer h3 {
		margin-bottom: 0;
	}
}
/******************************************************************/
/************************(max-width: 375px)************************/
/******************************************************************/
@media only screen and (max-width: 375px) {

	/* Article */
	#g-container-main .article_slider_articles, .article_slider_articles {
	    height: 220px;
	    /*padding-left: 10px;*/
	}

	.text span {
		line-height: 1.2;
	}

	.article_slider_articles .article .text {
	    padding: 10px;
	}
	
	.article_slider_articles .article .img {
        height: 100px;
	}
	
	.article_slider_articles .article .img, .img_background{
	    height: 100px;
	}


	.article_slider_articles .article .text h3 {
	    height: 60px;
	    font-size: 14px;
	}
	
	.article_data {
        font-size: 11px;
    }
    
    .article_data .spacer {
        padding: 0 8px;
    }
    
    .article_container {
        margin-top: 5px;
    }

	/* Partner */
	.partnere-blog .col-3 {
	    width: 100%;
	}

	/* Video */
	.video-header {
	    margin-top: -160px;
	}

	.video-thumnail-video img {
	    margin-top: -16px;
	}

	.video-thumnail-video a {
	    height: 76px;
	}

	/* Videolist */
	.main-video iframe {
	    height: 156px!important;
	}

	.article_slider_articles .article.video {
		width: 100%!important;
	}

	.article_slider_articles .article.video .img-container {
		height: 100px;
		margin-top:-20px;
	}
	.article_slider_articles .article.video .img, .img_background{
		height: 113px;
	}

	/* Nyhedsbrev */
	.mcSignupModule input.inputbox {
		width: 100%!important;
	}


	/* Slideshow */
	.g-slideshow .style2 .g-slideshow-title {
	    font-size: 32px;
	}

	/* Navigation */
	#g-navigation .g-social a {
    	margin-right: 2px;
   	}

   	/* Footer */
/*   	#g-footer .g-social a {
	    width: 20px;
	    height: 20px;
	    margin-right: 5px;
	}
*/
/*
	#g-footer .g-social .fa {
	    font-size: 13px;
	    width: 20px;
	    height: 20px;
	}
*/
	#g-footer .g-social {
	    /*margin: 0 auto -3px;*/
	    max-width: 100%;
	}

	/* Search overlay */
	.searchElement .form-search {
		max-width: 280px;
	}
	#g-container-main .article_slider_articles.design-shop {
	    height: 159px;
	}

}
/******************************************************************/
/************************(max-width: 360px)************************/
/******************************************************************/
@media only screen and (max-width: 360px) {
	#g-container-main .article_slider_articles, .article_slider_articles {
	    height: 245px;
	}
}

/******************************************************************/
/************************(max-width: 350px)************************/
/******************************************************************/
@media only screen and (max-width: 350px) {
	#g-container-main .article_slider_articles.design-shop {
	    height: 312px;
	}

	#g-container-main .article_slider_articles, .article_slider_articles {
	    height: 320px;
	}
	
	.article_slider_articles .article.video .img {
	    height: 200px;
	}

	.article_slider_articles .article {
	    margin-right: 2px;
	}
	

	.article_slider_articles .article .img{
		height: 200px;
	}
	
	.article_slider_articles .article .img, .img_background{
		height: 200px;
		background-position: center;
	}
	
    .article_slider_arrows {
        top: 160px;
    }

	/*#g-container-main .article_slider_arrows, .article_slider_arrows {
	    margin-top: 170px;
	}*/

	#YoutubeGallerySecondaryContainer1 iframe, #YoutubeGallerySecondaryContainer1 object {
	    height: 166px!important;
	}

	.video-thumnail-video a {
	    height: 72px;
	}

	/* Videolist */
	.main-video iframe {
	    height: 152px!important;
	}

	/* Countdown */
	.mc_day, .mc_time, .mc_minute, .mc_second {
    	font-size: 24px;
    }

    .mc_day_d, .mc_time_t, .mc_minute_m, .mc_second_s {
	    font-size: 15px;
	}
}
/******************************************************************/
/************************(max-width: 320px)************************/
/******************************************************************/
@media only screen and (max-width: 320px) {

	#g-container-main .article_slider_articles, .article_slider_articles {
	    height: 303px;
	}

	#g-container-main .article_slider_articles.design-shop {
	    height: 300px;
	}

	.article_slider_arrows {
	    top: 138px;
	}
	
	.article_slider_articles .article.video .img {
        height: 175px;
    }

}


/********************************************************************************************
	CONTAINER
********************************************************************************************/

.custom-container {
    width: 75rem;
    margin: 0 auto;
    position: relative;
}

@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
	.custom-container, .article_slider_arrows, #g-header .g-slideshow .slidenav-container {
	    width: 60rem;
	}
	.article_slider_arrows {
		width: 57rem;
	}

}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
	.custom-container, .article_slider_arrows, #g-header .g-slideshow .slidenav-container {
	    width: 48rem;
	}
	.article_slider_arrows {
		width: 45rem;
	}
}

@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
	.custom-container, .article_slider_arrows, #g-header .g-slideshow .slidenav-container {
	    width: 30rem;
	}
}

@media only all and (max-width: 30rem) {
	.custom-container, .article_slider_arrows, #g-header .g-slideshow .slidenav-container {
	    width: 100%;
	}
}
