﻿img {
	max-width: 100%;
	height: auto;
}

.topbilledet {
text-align:center;
background: #ffffff;
}

.activeflag {
  opacity:0.5;
}

.stButton {
margin-right:0px !important;
margin-left:0px !important;
}


a {
color: #97be0d;
text-decoration: none;
}

.hidden-d {
  display:none;
}

.d-visible {
  display:none;
}

.notresponsive img {
  	max-width: none !important;
	height: auto !important;
}
 
p {margin:0;}

.blacklink a {
  color: #333333;
}

.greenbtn {
  background:#97be0d; 
  color:#fff;
}

.greenbtn:hover {
  background:#9dc70e; 
  color:#fff;
}

.graybtn {
  background:#323232; 
  color:#fff;
}


.graybtn:hover {
  background:#4d4d4d; 
  color:#fff;
}

.andet a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:16px;
  text-shadow: 1px 1px #000;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
  margin-left: 10px;
}

.andet a:hover {
  color: #e8e8e8;
}

a.inlinelink, a.section, a.actionlink {
	color: #97be0d;
	text-decoration:none;
	border-bottom: 1px solid #64ab36;
}
a:hover {
	color:#22864f;
	text-decoration:none;
	
}


.brick {
  /*max-width: 221.2px;*/
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);

/*float: left;
  width: 23%;
margin-right: 2%;
margin-bottom: 2%;*/

}

/*
@media(max-width: 666px){
.brick {
width: 48%;
margin-right: 2%;
margin-bottom: 2%;
}
}

@media(max-width: 480px){
.brick {
width: 100%;
margin-right: 0%;
margin-bottom: 5%;
}
}
*/
.info {
  padding: 15px 10px;
  color: #333;
}

.info h3 {
  font-size:16px;
  padding:0;
  margin:0;
}  

.brick img {
  margin: 0px;
  padding: 0px;
  display: block;
}








#rssnews ul {
  list-style:none;
  padding:0;
  margin:0;
}

.rssHeader {
  display:none;
}

h1 {
  margin:0px;
  padding:0px 0px 0px 0px;
}

.searchmenu {
    text-shadow: 1px 1px #000;
}

.relative {
	position:relative;
}

.undermenubtn {
  display:none;
  width:100%;
  margin: 0px 0px 10px 0px;
background:#97be0d;
color:#fff;
}

.undermenubtn:hover {
background:#89ad0c;
color:#fff;
}

/*
.headerbg {
	
	height: 583px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2a2a2a;	
}
*/

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

.f_title {
  font-size:18px !important; 
  font-weight:bold;
}

.headerbg_underside {
	
	height: 350px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2a2a2a;	
}


.headeroverlay {
	/*background: url(../media/headeroverlay_white.png);*/
	/*background: url(../media/headeroverlay_black_80.png);*/
	background: #323232;
	
	height: 90px;
	line-height: 90px;

	/*overflow:hidden;*/
	
}

.headeroverlay .container {
  position:relative;
}

.headeroverlay .navbar-brand {
	/*line-height: 104px;*/
	padding:0 20px 0px 0px;
	
	
}

.headerlineheight {
	/*line-height: 104px;*/
	
}




.helpermenu {
	/*background: url(../media/headeroverlay_black_40.png);*/
	/*line-height: 40px;*/
	position: relative;
	top: 30px;
         z-index:1020;
          /*display: inline-block;*/
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px;
	
}

.helpermenu a {
	color:#fff;
}

.navbar-brand {
line-height: 90px;
margin: 10px 0px 0px 0px;
}

.navbar {
	border:0px;
	/*border-bottom: 1px solid #2a2a2a;*/
}


.headeroverlay_black {
	/*background: url(../media/headeroverlay_black.png);*/
	line-height: 80px;
	/*height: 80px;*/
	
	
}

.headeroverlay_black .navbar-brand {
	/*line-height: 80px;*/
}

.btn {
  min-height: 30px;
	line-height: 23px;
}

.kobbtnmobile {
	display: none;
}

.kobbtn {
	text-transform:uppercase;
	font-size: 16px;
         font-weight:bold;
         font-family: 'Roboto Condensed', sans-serif;
	background-color: #97be0d !important;
	border-color: #51a025;
	color: #ffffff !important;
  margin-top:25px;
  margin-bottom: 25px;
  text-shadow: 1px 1px #323232;
}
.kobbtn:hover, a.kobbtn:visited, a.kobbtn:active {

	border-color: #51a025 !important;
	color: #ffffff;
}

.kobbtn .glyphicon  {
  top: 2px;
}

.kobbtn_holder {
	position:relative;
}
/*
.kobbtn_holder:hover  .kobdropdown {
	display:block;
}
*/
.kobdropdown {
	position:absolute;
	right:0;
	padding: 10px 20px;

	background: #fff;
	width: 320px;
	line-height: 18px;
	font-size:13px;
}

.kobdropdown.dropdown-menu {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;

}

.kobdropdown  hr{
	margin:0;
}

.kobdropdown .list-group a,
.kobdropdown .list-group {
	margin:0;
	border:0;
}



.sectionheader {

	font-size: 36px;
	line-height: 42px;
	padding: 0px 0px 10px 0px;
font-weight: bold;

}

h1.sectionheader {
/*width:80%;*/
}

.h2overskrift
{
	font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
font-size: 14px;
}
h2.sectionheader
{
	font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
font-size: 22px;

}
.undertext {
	font-size: 28px;
	padding:0;
}

.undertextsmall {
	font-size: 18px;
      	padding:0px 0px 5px 0px;
}

.undertextsmall a {
color:#333333;
}



.servicemenu {
	padding: 5px 0px 10px 0px;
	background: black;
}


/* Navigation */
.nav {
         font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size:16px;
	
}

.nav li span a {
	line-height: 60px;
	font-weight: bold;
}

.navbar_scroll li span a {
   	line-height: 50px;
}

.navbar-inverse .navbar-nav > li > span a {
  color: #fff;
  text-shadow: 1px 1px #000;
  line-height: 60px;
  position: relative;
  display: block;
  padding: 15px 13px;
}

.navbar-inverse .navbar-nav > .active > span a {
background: #080808;
color:#fff;
line-height: 60px;
position: relative;
display: block;
padding: 15px 15px;
}

.dropdown-menu li a {
	line-height: 25px;
}

.jsnav2 [aria-haspopup=true] a {
background: url(/media/dropItem.png) no-repeat right 5px;
}



.jsnav3 li,
.jsnav2 li {
list-style:none;
}

.jsnav3,
.jsnav2 {
margin-top:-1px;
height: auto !important;
padding-bottom: 5px;
}

.jsnav3 div,
.jsnav3,
.jsnav2 div,
.jsnav2 {
/*width: auto !important;*/
min-width:220px;
}


.jsnav3 {
margin-top:1px;
}

.jsnav3,
.jsnav2 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
text-transform: uppercase;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.jsnav3 a,
.jsnav2 a {
line-height: 25px;
color: #000;
padding: 0px 15px 0px 10px;
display: block; 
}

.navbar-inverse .navbar-nav > li > span a:hover {
  color: #e8e8e8;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.submenu {
	list-style:none;
	margin:0;
	padding:0;
}

ul.submenu  li {
	border-bottom: 1px solid #eeeeee;
	padding: 3px 10px;
}

ul.submenu  li a{
	color:#333333;
}


ul.submenu  li.active a{
font-weight:bold;
}

.nav3 {
  list-style:none;
  padding:0 0px 0px 10px;
  margin:0;
}


/* Sogning */

/* reset webkit search input browser style */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
input[type=search] {
	background: /*#ededed*/ url(../media/search-icon_white.png) no-repeat 0px center;
	border: solid 0px #ccc;
	padding: 0px 5px 0px 5px;
	width: 20px;
	line-height: 30px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	right:10px;
	top: 30px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	
}
input[type=search]:focus {
	background: #fff url(../media/search-icon.png) no-repeat 5px center;
	width: 180px;
	border-color: #6dcff6;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

.faceikon {
	padding-right: 50px;
	font-size:16px;
  margin-top: 38px;

}
.faceikon  a{
	color:#fff;
}



/* SPECIELLE KNAPPER */
/*
.sectionbtn a {
  background-color: #97be0d;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #7e9f0b;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
*/
.sectionbtn input {
  background-color: #97be0d;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid #7e9f0b;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}


/* Nyhedsbrev */
.nyhedsbrevbg {
	/*background: #51a025;*/
	/*background: #f3f3f3;*/
	background: #97be0d;
	min-height:87px;
	color: #fff;
	padding: 25px 0px;
	font-family: arial;
	margin-top: 0px;	

}


.dagensprogram  {
	/*font-family:arial;*/
	/*font-size: 16px;*/
	line-height: 25px;
}


/* Aktuelt */ 

.actueltbg {
	background: #97be0d;
	color:#fff;
	padding: 10px 0px;
}

.aktuelt {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f5f5f5;
	padding: 20px 0px 0px 0px;
	margin-bottom: 0px;

}

.aktuelt .col-md-6,
.aktuelt .col-md-4 {
  margin-bottom:25px;
}

.aktuelt a {
  color: #333333;
}

.aktuelt:hover a {
  color: #515151;
}

.aktueltblock {
	border:1px solid #e5e5e5;
	background: #f2f2f2;
min-height: 330px;
}

.a_tekst {
	padding:15px;
}

.a_tekst a {
border-bottom:0;
}

.a_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
         font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
}


/* nyheder */
.nyheder .col-md-3 {
  margin-bottom: 20px;
}

.nyhedblock {
	border:1px solid #e5e5e5;
	-o-transition:1s ;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	/* ...and now for the proper property */
	transition:1s;
	
}


.nyhedblock:hover p {
	color: #fff;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	/* ...and now for the proper property */
	transition:0.5s;
}

.nyhedblock:hover {
	background: #97be0d;
	color: #fff;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	/* ...and now for the proper property */
	transition:0.5s;
}

.n_tekst {
	padding: 10px 15px;
	min-height: 120px;
}

.n_tekst  p {
	color: #aaaaaa;
	font-size:12px;
	line-height: 16px;
	-o-transition:1s ;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}

.n_title {
	font-size: 16px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 7px;
	margin-bottom: 7px;
	
}

.nyhedblock a .n_title {
         color:  #333333;
         -o-transition:1s ;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}

.nyhedblock:hover a .n_title  {
	color: #fff;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	/* ...and now for the proper property */
	transition:0.5s;
}



/* ZOOTOPIA NEWS */
.focusBg {
background: #dc1f28;
padding: 20px 25px;

}

.nTitle {
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
padding: 0px 0px 0px 0px;
}

.nTeaser {
padding: 10px 0px 0px 0px;
}

.zoonews.details {
margin-top: -223px;
height: 204px;
background: transparent;
/*background: rgba(219,31,40, 0.5);*/
}

.powerhead {
background: #323232;
color:#fff;
padding: 5px 10px;
    line-height: 42px;
    margin: 12px 0px 15px;

}
.powerheadred {
background: #dc1f28;
color:#fff;
padding: 5px 10px;
    line-height: 42px;
    margin: 12px 0px 15px;
}


.detail .topiaHeader {
font-size: 32px;
}

.topiaHeader {
font-size: 24px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
padding: 20px 0px 20px 0px;
}

.zoonews a {
text-decoration:none;
border:0;
}

.zoonews.nopadding {
padding:0 !important;
}

/*
.zoonews hr {
border-top: 1px solid #535353;
}
*/

.zoonews {
	/*background:#333333;*/
	color:#000;
font-family: 'Roboto', sans-serif;
	padding: 20px 0px 20px 0px;
}

.zoonews .pagingtable_top {
text-align:left !important;
margin: 0;
}

.zoonews .pagingtable_top a {
background: none;
}

.newsholder {
	/*background: #333333;*/
background:#ffffff;

	padding:20px;
}

.zoonews a {
	/*color: #fff;*/
color: #000;
}

.zoonews .focusBg
{
color: #ffffff;
}

.zoonews .focusBg a
{
color: #ffffff;
}

.zoonews .media {
	opacity:0.7;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.zoonews .media:hover {
	opacity:1;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}


.newsicon {
	width: 140px;
	height: 140px;
	text-align: center;
	display: block;
	background: #dc1f28;
	margin: -70px auto 20px auto;
	padding: 55px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	color: #fff;
	font-size: 24px;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
}

.newsicon:hover {
  background: #950068;
}

.zoonews .media-heading {
	font-size: 16px;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
}
/*
.zoonews hr {
	margin:10px 0px;
}*/



/* ZOO TV */
.zootv {
	
	color:#fff;
    font-family: 'Roboto', sans-serif;
	padding: 0px 0px 5px 0px;
}

.zootvblack {
	background: #000;
	padding:20px 0px;
    color:#fff;
}
.zootvblack  a,
.zootv  a {
	color: #fff !important;
    text-decoration:none !important;
    border:0 !important;
}

.zootv  a:hover {
	color: #fff;
    text-decoration:none;
}

.zootv .media {
	opacity:0.7;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.zootv .media:hover {
	opacity:1;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}


.tvicon {
	width: 140px;
	height: 140px;
	text-align: center;
	display: block;
	background: #a70076;
	margin: -70px auto 20px auto;
	padding: 55px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	color: #fff;
	font-size: 24px;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
}

.tvicon:hover {
  background: #950068;
}

.zootv .media-heading {
	font-size: 16px;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
}

.zootv hr {
	margin:10px 0px;
}

/* Dyrene slider */ 
.dyrene {
	font-size: 24px;
font-family: 'Roboto', sans-serif;
}

.dyrene a {
  color:#333333;
}

.dyrene_mere {
position:relative;
top: 40px;
/*text-align: right;*/
text-align:center;
/*z-index: 1000;*/
}

.dyrene_mere a {
color: #000000;
/*font-size: 13px;*/
/*text-decoration:underline;*/
}
.zootv_mere a {
  border: 1px solid #fff;
  margin-top: 15px;
}
.zootv_mere a:hover {
  color: #fff;
}

.d_billede {
height: 309px;
overflow:hidden;
}

.kontakinfo {
	background: #000;
	
	/*line-height: 80px;*/
}


.betalingskort {
  float:left;
}


.givskudinfo {
	font-size:14px;
	line-height:20px;
	color:#d0d0d0;
	padding: 20px 0px;
}
.givskudinfo a {

	color:#d0d0d0;
}



/* Facebook */
.facebookrowbg {
	background:#3b5998;
	padding: 0px 0px 35px 0px;
}

.facewhitebg {
	background: #fff;
	
}


.face_circle {
	width: 100px;
	height: 100px;
	text-align: center;
	display: block;
	background: #3b5998;
	margin: -50px auto 20px auto;
	padding: 0px 0;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	border: 5px solid #fff;
	color: #fff;
	font-size: 24px;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
}

/* google map */
#googlemaps {
	height: 400px;
	
	position: relative;
	z-index: -1;
}




/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/


/*General Mosaic Styles*/
.mosaic-block {
	/*float:left;*/
	position:relative;
	overflow:hidden;
	width:400px;
	height:250px;
	margin-bottom: 25px;
	background:#111 url(images/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(images/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(images/bg-black.png);
		}
		/*** End Animation Styles ***/



/* Pagintation */

.pagingtable_top  {
  text-align:center !important;
margin-left:auto;
margin-right:auto;

  width:auto;
}

.pagingtable_top a {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
/*color: #428bca;*/
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}

.pagingtable_top .CurrentPagePosition {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #000000;
background: #f3f3f3;
border: 1px solid #ddd;
margin-left: -1px;
}

.vaelgform select {
  width: 100% !important;
}

.bmargin {
  margin-bottom: 10px;
}

.billedevideostyle {
  background: #323232;
  color: #fff;
  padding: 5px;
  max-width: 425px;
}

.billedevideostyle a {
  background: #464646;
  color: #fff;
  padding: 5px;
}


/* Kalender */
a.nocolor  {
  color: #333333;
}

.kalender_dag {
  text-align:center; 
  width:13.5%; 
  float:left; 
  max-width: 160px;  
  margin-bottom: 10px;
  margin-right: 10px;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size:13px;
  /*text-transform: lowercase;*/
  padding: 5px 0px;
}

.kalender_dag .aabningstid {
  font-size: 24px;
  line-height: 30px;
}

.kalender_dag.active {
  background: #e2e2e2; 
}

.kalender_dag a:focus,
.kalender_dag a {
    text-decoration:none !important;
}
.kalender_dag.weekend a,
.kalender_dag.weekend,
.kalender_dag .weekend {
  color: #d6031e;
}

.kalender_dag.lastitem {
    margin-right: 0px;
}

.yellow {
  background: #f6f4e7;
 /* padding: 10px;
  margin: -10px;*/

}

.aktivitet_item {
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}

#playlistframe {
  height:520px;
  overflow:hidden;
  outline: none;
  color:#fff;
}

#playlistframe .klipHolder {
	opacity:0.7;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

#playlistframe .klipHolder:hover {
	opacity:1;
	-o-transition:0.5s ;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

#playlistframe .media{
  margin-right: 10px;
}

#playlistframe hr {
  margin:10px 0px;
}

/* Responsive video */
.frame-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px; height: 0; /*overflow: hidden;*/
}
 
.frame-container iframe,
.frame-container object,
.frame-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; /*overflow: hidden;*/
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoframe {
  height: 565px;
}

.morevideoitem {
  padding: 10px;
  opacity:1;
  -o-transition:0.5s ;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.morevideoitem:hover {
  background: #f5f5f5;
  cursor: pointer;
  opacity:1;
  -o-transition:0.5s ;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.tvhr {
  margin: 10px 0px;
}

.klipHolder {
  cursor: pointer;
}

#klipLoad {
text-align:center;
}



.kildetitel a {
text-decoration:none;
border:0;
color: #333333;
font-weight: 700;
font-size:18px;
text-decoration:none;
}



/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


#dat {
position:absolute;
right:0;
top: 36px;
z-index:99;
background: rgba(255,255,255,0.93);
padding: 10px;
min-width: 325px;
border:0px solid #cccccc;
display:none;
}


.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


.TA_selfserveprop #CDSWIDSSP {
width:100% !important;
}

.TA_cdsscrollingravewide #CDSSCROLLINGRAVE {
width:100% !important;
}

.share {

}

.senestenyt hr {
margin-top: 15px;
    margin-bottom: 15px;
}
.senestenyt a {
  text-decoration:none;
color:#000;
border:0;
font-family:arial;
}

/**** NYHEDSBREV POPUP ***/
#newsletterPopup
{
width:100%;
position: fixed;
bottom: 0px;
right: 0px;
background-color: #ffffff;
border-top: 2px solid #323232;
z-index: 99999;
display:none;
}

#newsletterPopup .containerHolder {
max-width:1170px;
margin:auto;
}

.nw_con .sectionheader
{
font-size: 20px;
color: #000000;
font-weight: bold;
margin-top:0px;
padding-top: 0px;
line-height: 24px;
}
.nw_con .sectionheader a
{
font-size: 20px;
color: #000000;
font-weight: bold;
}
.nw_con
{
margin-top: 20px;
margin-left: 15px;
margin-right: 50px;
margin-bottom: 20px;
}
.nw_luk
{
margin-right: 20px;
font-size: 20px;
}
.nw_luk a 
{
color: #323232;
}
.nw_luk a:hover
{
color: #999999;
}
#newsletterPopup .btn-success
{
background-color: #97be0d;
border-color: #adadad;
}

.rssBody {

}

.rssBody h4 a:hover {
color:#000;
}


.rssBody h4 {
padding-left: 90px;
}

.rssBody h4,
.rssBody {
line-height: 22px;
font-size: 14px;
}

.rssRow {
position:relative;

}

.rssRow:after {
clear:both;
content: "";
}

.rssRow div {
position: absolute;
left:0;
top:3px;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #999999;
border-radius: 10px;

}

.form-group input[type='checkbox']
{
margin-right: 5px;
}
form[name='listform4433'] input[type='checkbox']
{
max-width:35px;
width:inherit;
height:inherit;
display:inline;
}
.choicelabel
{
font-weight: normal;
}






/* Large desktop */
@media (max-width: 1200px) { 

iframe {
  width:95%;
}

.hidden-t {
  display:none;
}

.mosaic-block {
  width:330px;
  height: 200px;
  margin-bottom: 20px;
}

.iframe100 iframe {
  width: 100% !important;
}


/* Kalender */

.kalender_dag {
  margin-right: 8px;
}

.kalender_dag.lastitem {
    margin-right: 0px;
}

.kalender_dag .aabningstid {
  font-size: 18px;
}

#playlistframe {
  height:440px;
}

.videoframe {
  height: 480px;
}

.andet a {
  font-size:14px;
  
}

}


/* Landscape phones and down */

.visible-m {
  display:none;
}

@media (max-width: 992px) { 


.hidden-m {
  display:none;
}

.visible-m {
  display:block;
}

.mBlock {
display:block;
}

.mosaic-block {

  width:100%;
  height: 200px;
  margin-bottom: 20px;
}

.mosaic-block img {
  width:100%;
}


.sectionheader {
	line-height: 34px; font-size: 28px;
}

.undertextsmall {
	font-size: 18px;
      	padding:5px 10px;
}

.navbar-fixed-top {
	position: absolute;
}
.headeroverlay .navbar-brand {
	padding: 0px;
}
.navbar-brand img {
	width: 100px !important;
}
.navbar-toggle {
	margin-top: 25px !important;
}
.kobbtnall {
	font-size: 14px; margin-right: 20px;
}


.searchmenu {
	/*top: 50px; 
  z-index:-1;*/
}
.faceikon {
	padding-top: 0px;

}
.nyhedsbrevintro {
	padding-bottom: 20px;
}
.pristable {
	font-size: 12px;
}

.
.dropdown-menu.kobdropdown {
  right:-44px;
}

.hostellogo {
  padding: 10px 0px 0px 0px !important;
}

.m_bottom_margin {
  margin-bottom: 15px;
}

.andet a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  text-shadow: 1px 1px #000;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
  margin-left: -5px;
  
}

.andet {
  height: auto;
  line-height: 14px !important;
  padding-bottom: 10px;
}

/* Kalender */
#kalender .undertext  {
    margin-left:10px;
}

.kalender_dag {

  width:18%;  
  float:left;
  display: inline-block;
 
  max-width: 100%;  
  margin-bottom: 10px;
  margin-right: 1%;
  margin-left: 1%;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size:11px;
  /*text-transform: lowercase;*/
  padding: 5px 3px;
text-align: center;
}

.kalender_dag.weekend {
width: 48%;
}

.kalender_dag.weekend .mBlock {
display:inline;
}

.kalender_dag:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.kalender_dag .tider {
  float:none;
  /*width: 100px;*/
}

.kalender_dag .tider .visible-m {
  line-height: 12px;
}

.kalender_dag .aabningstid {
  font-size: 12px;
  line-height: 24px;
}

.kalender_dag.active {
  background: #e2e2e2; 
}

.kalender_dag .weekend {
  color: #d6031e;
}

.kalender_dag.lastitem {
    margin-right: 0px;
}

.kalender_dag .ugedag {
  /*width: 100px;*/
 /* float:left;*/
  /*text-transform: capitalize;*/
text-overflow: ellipsis;
overflow:hidden;
}

.kalender_dag .maaned{
  /*width: 180px;*/
  /*float:left;*/
  margin-left:0px; 
line-height: 12px;
}

.d-visible {
  display: inline-block;
  margin-right: 3px;
}

.videoframe {
  max-height: 440px !important;

}

.zootvblack {
  margin: 0px -15px;
}

.aktueltblock {

min-height: initial;
}


} /* Media */
