@font-face {
	font-family: 'FontAwesome';
	src: url('../../../fonts/fontawesome-webfont.eot');
	src: url('../../../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont.woff2') format('woff2'), url('../../../fonts/fontawesome-webfont.woff') format('woff'), url('../../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../../../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
/***********
	GENERAL
************/
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, li, a, p, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}

html.mm-wrapper_opened {
	overflow: auto !important;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Roboto" , sans-serif;
	-webkit-font-smoothing: antialiased;
}

.site {
	background: #eee;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26.4px;
	color: #282828;
}

h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: #282828;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	color: #282828;
}

p {
	max-width: 700px;
	text-align: justify;
	color: #3b3b3b;
	margin: 0 auto;
}

p, a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	color: #3b3b3b;
}

small {
	font-size: smaller;
}

a:link, a:visited, a:hover, a:active {
	color: inherit;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

body:before {
	content: 	url('../images/clock.png')
				url('../images/marker.png')
				url('../images/question.png')
				url('../images/next.png')
				url('../images/next2.png')
				url('../images/prev.png')
				url('../images/prev2.png')
				url('../images/down.png')
				url('../images/down2.png')
				url('../images/iconmonstr-facebook-1.svg')
				url('../images/iconmonstr-facebook-2.svg')
				url('../images/iconmonstr-youtube-1.svg')
				url('../images/iconmonstr-youtube-2.svg');
	display: none;
}

.hover:hover, .hover:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


a, button, input[type="submit"] {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

button,
input[type="submit"],
select,
a.linkbutton {
    border: none;
    outline: none;
    cursor: pointer;
	font-size: 14px;
	font-weight: 700;
}

iframe {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex.even {
	justify-content: space-between;
	align-items: start;
}

.ribbon {
    background: none repeat scroll 0 0 #171717;
    border: 1px solid #eddbb0;
    border-radius: 2px;
    line-height: 1em;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: 10;
    margin: 0;
    padding: 0.4em 10px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    /*text-transform: uppercase;*/
}
.ribbon::after {
    border-color: transparent #dab65d transparent transparent;
    border-style: solid;
    border-width: 0 5px 4px 0;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 100;
}

/***********
	HEADER
************/
header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #171717;
	z-index: 999;
}
	
.logo {
	float: left;
	height: 42px;
	margin: 0 20px;
	padding: 10.5px 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

nav {
	float: right;
	padding: 19px 0;
	margin-right: 20px;
}

#menu > li {
	position: relative;
	float: left;
	text-align: center;
}

#menu li a,
#menu li span {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	cursor: pointer;
	padding: 0 10px;
}

#menu ul {
	position: absolute;
	left: 0;
	background: #171717;
	text-align: left;
	padding: 10px 0;
	display: none; 
	list-style: none;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#menu ul li {
	position: relative;
	display: inline-block;
	width: 175px;
}

#menu ul li a {
	line-height: 25px;
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}

#menu .line {
	height: 25px;
	margin: 0 10px;
	border-left: 1px solid #fff;
}

#menu #language ul {
	text-align: right;
	margin: 0 0 0 10px; 
	left: auto;
	right: 0;
}

#menu #language ul li {
	width: auto ;
}

#menu #language .globe,
#mmenu #language .globe {
	background: url('../images/globe.png') center no-repeat;
	width: 20px;
	height: 25px;
	padding-bottom: 2px;
	margin-top: -2px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#mmenu #language .globe {
	float: left;
	margin-right: 15px;
}

#menu li:hover > a,
#menu li:hover > span {
	color: #666;
}

#menu > li:hover ul {
	display: block;
}

#menu li:hover > span > .globe,
#mmenu li:hover .globe,
#hamburger:hover  {
	opacity: 0.4;
}

.currentpage > a,
.currentpage > span,
.currentlang > a,
.currentlang > span {
	color: #666 !important;
}

#mmenu {
	--mm-color-background: #171717;
	--mm-color-border: #171717;
}

#mmenu a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

#mmenu a:hover {
	color: #666;
}

.mm-listitem_selected a {
	color: #666 !important;
}

#hamburger {
	display: none;
}


/***********
	INFO
************/
.banner {
	background: #171717;
}

.banner .container {
	padding: 0;
}

.banner .container > div {
	position: relative;
	max-width: 320px;
	padding: 30px 40px;
}

.banner .image {
	position: absolute;
	width: 60px;
	top: 50%;
	float: left;
	margin-top: -20px;
	text-align: center;
}

.banner .text {
	margin: 0 0 0 70px;
}

.banner .time {
	color: #38a9ff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.banner h1 {
	line-height: 40px;
	color: #fff;
	padding: 0 !important;
}

.banner p, .banner a {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #fff;
}

.banner .readmore {
	background: url('../images/right.png') center right/7px 14px no-repeat;
	display: inline-block;
	font-weight: 500;
	padding-right: 14px;
	margin: 10px 0 0 0;
}

.banner .small {
	display: block;
	margin-top: 5px;
}



/***********
	NEWS
************/
.news {
	padding: 30px 0;
	background: #eee;
}

.news p {
	text-align: left;
	margin-top: 20px;
}


.news .container {
	align-items: flex-start;
}

.news .container > div {
	width: calc(50% - 30px);
}

.news .heading {
	position: relative;
}

.news .newselement {
	position: relative;
	padding: 20px 20px 60px 20px;
	margin: 20px 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
}

.news .article {
	background-color: #eee;
	margin-top: 20px;
}

.news .description {
	padding: 20px;
}

.news #praediken .article {
	overflow: visible;
}

.news .article > a {
	position: relative;
	display: block;
}

#nyt .article, #praediken .article {
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
}

#nyt img {
	width: 100%;
}

#praediken .iframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.20%;
	margin-bottom: 5px;
	overflow: hidden; 
}

#kalender iframe {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.news .readmore {
	position: absolute;
	bottom: 20px;
}

.news .readmore a {
	background: url('../images/right2.png') center right/7px 16px no-repeat;
	font-weight: 500;
	color: #282828;
	padding-right: 14px;
}

.news .filter {
	position: absolute;
	top: 0;
	right: 0;
}

.news .filter p {
	float: left;
	margin-right: 5px;
	margin-top: auto;
}

.news select {
	float: right;
	background-color: #eee;
	color: #282828;
	padding: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.news select option {
	background-color: #eee;
	color: #282828;
	padding: 5px;
	right: 0;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.tags {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.tags .tag {
	margin-left: 5px;
}

.tags .tag.basic {
	border-bottom: 1px solid #c14444;
}

.tags .tag.sela {
	border-bottom: 1px solid #2e6da4;
}



/***********
	GRENE
************/
.grene {
	width: 100%;
	background-color: #eee;
	padding: 30px 0;
}

.grene .title {
	text-align: center;
	max-width: 700px;
	padding: 20px 40px;
	margin: 0 auto;
}

.grene h1 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
}

.grene .article h2 {
	text-align: center;
	padding-bottom: 20px;
}

.grene a {
	display: block;
	max-width: 400px; /*calc(100% / 3 - 20px); */
	margin: 20px 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.grene img {
	width: 100%
}

.grene .article {
	padding: 20px;
}



/***********
	BREAK - CAFÉ OG OMTALE
************/
.break {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 50px 0;
}

.break h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
}

.break h1, .break h3, .break p {
	color: #fff;
}

.break a {
	margin-bottom: 0 !important;
}

.break .flex {
	padding-bottom: 15px;
}

.break .person img {
	border: 5px solid #eee;
}

.person h3 {
	text-align: left;
	padding-bottom: 10px;
}



/***********
	NYHEDSMAIL
************/
.nyhedsmail {
	background-color: #eee;
	text-align: center;
	padding: 50px 0;
}

.nyhedsmail h1,
.nyhedsmail p {
	padding-bottom: 20px;
	text-align: center;
}

.nyhedsmail input[type="email"] {
	padding: 12px 20px;
    display: inline-block;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
}

.nyhedsmail input[type="submit"] {
	background-color: #171717;
	color: #fff;
	text-transform: uppercase;
    padding: 12px;
	margin: 0 5px;
}

.nyhedsmail input[type="submit"]:hover {
	background: #bbb;
}	



/***********
	FOOTER
************/
footer {
	width: 100%;
	color: #fff;
	background-color: #171717;
	padding: 60px 0 40px 0;
}

#social {
	margin-bottom: 60px;
}

#social > div {
	display: table;
	margin: 0 auto
}

#social a {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 10px;
	background: rgba(255, 255, 255, 0.4); 
}
/*
#social .facebook {
	background: rgba(255, 255, 255, 0.4) url('../images/iconmonstr-facebook-1.svg') center/50% no-repeat;
}

#social .youtube {
	background: rgba(255, 255, 255, 0.4) url('../images/iconmonstr-youtube-1.svg') center/50% no-repeat;
}

#social .facebook:hover {
	background: #597ac7 url('../images/iconmonstr-facebook-2.svg') center/50% no-repeat;
}

#social .youtube:hover {
	background: #ff3635 url('../images/iconmonstr-youtube-2.svg') center/50% no-repeat;
}
*/
footer .links ul {
	max-width: 800px;
	margin: 0 auto;
}

footer .links li {
	float: left;
	width: calc(100% / 3 - 40px);
	padding: 0 20px;
}

footer .links li div {
	color: #666;
}

footer .links h3 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px 0;
}

footer .links a {
	font-size: 14px;
}

footer .links a:hover {
	color: #999;
}

footer > div > p {
	color: #666;
	padding: 0 0 10px 0;
	margin-top: 80px;
	font-size: 14px;
	text-align: center;
}



/***********
	COOKIE
************/
#cookie {
	position: fixed;
	background: #171717;
	max-width: 450px;
	right: 0;
	bottom: 50px;
	padding: 10px;
	margin: 0;
	box-shadow: 15px 8px 0px 0px rgba(0, 0, 0,.5);
}

#cookie h2 {
	color: #fff;
	padding-bottom: 10px;
}

#cookie p {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
}

#cookie a {
	background: url(../images/right.png) center right/7px 16px no-repeat;
	color: #fff;
	font-weight: 500;
	padding-right: 14px;
}

#cookie .close {
	position: absolute;
	background: url(../images/default-skin.png) 0 -44px/264px 88px no-repeat;
	width: 44px;
	height: 44px;
	font-size: 15px; 
    color: #fff;
    right: 0;
	top: 0;
	cursor: pointer;
}



/***********
	YOUTUBE PLAYER
************/
.youtube-player iframe {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
}

.youtube-player img {
	position: absolute;
	display: block;
	height: auto;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 !important;
	margin: auto;
	max-width: 100%;
	border: none;
	cursor: pointer;
}

.youtube-player .play {
	position: absolute;
	background: url('../images/youtube-play.png') no-repeat;
	height: 48px;
	width: 68px;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -24px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.youtube-player img:hover + .play,
.youtube-player .play:hover {
	background: url('../images/youtube-play2.png') no-repeat;
}

/*Comment, news*/
.news-box{
    text-align: left;
}
.cmt_subject_deselected:before,
.news_subject_deselected:before,
.condition_subject_deselected:before{
    content: "\f0da";
    font-family: FontAwesome;
}
.cmt_subject_selected:before,
.news_subject_selected:before,
.condition_subject_selected:before{
    content:  "\f0d7";
    font-family: FontAwesome;
}
#content{margin: auto;}

.gradient-hidden-content {
    height: 170px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.gradient-hidden-content::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    height: 110px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}
.gradient-hidden-content.showing::after {
    display: none;
}

.show-hidden-button{
    background: #fff;
    text-align: center;
    height: 50px;
}

.show-hidden-button .sh-btn{
    color: #a0a3a6;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}
#show-more-button:after{
    content: "\f103";
    font-family: FontAwesome;
}
#hidden-button{
    display: none;
}
#hidden-button:after{
    content: "\f102";
    font-family: FontAwesome;
}