/*  www.nagym.dk - 
  sk@opengate.dk 22-02-2016   
  
  Generelt
  Text:#000000
  Grey:#5f5c5c rgba(0,0,0,0.72)
  Grey: rgba(3, 3, 3, 0.4)
  Blue/logo:#272a6d rgba(39,42,109,1.00)
  Red: #d2212a rgba(210,33,42,1.00)

    
    Sizes:
  11px = 0.6875em
  12px = 0.75em
  14px = 0.875em
  15px = 0.9375em
  16px = 1em
  17px = 1.0625em
  18px = 1.125em
  20px = 1.25em
  22px = 1.375em
  24px = 1.5em
  28px = 1.75em

*/

.clear { clear:both; height:0px; overflow:hidden; } 
.nowrap { white-space:nowrap; }
.left { float:left }
.right { float:right; }
.required, .mandatory { color:#be4b02; }
.highlight { background-color: yellow }
.readonly, .readonly input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#centerCol-1 .news-list-item:after,
#rightCol-1 .news-list-teaser:after,
.tx-ttaddress-pi1 .vcard:after {
    clear: both;
    content: "";
    display: table;	
}

/*====================================
  STYLES FOR DIV CONTAINERS - ALL PAGES
=====================================*/
#wrapper {
    position:relative;
    top:0px;
    max-width:100%;
    padding-bottom:2%;
    margin:0 auto;
    text-align:left;
    border-collapse:collapse; 
    background: #ffffff;	 
}
.mainpage #wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eff0f1+30,eff0f1+70,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #eff0f1 30%, #eff0f1 70%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#eff0f1 30%,#eff0f1 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#eff0f1 30%,#eff0f1 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */	
}
.center {
    max-width:90%;
    margin:0 auto;
}

#mobileMenu { display:none; }
#mainMenuResponsive { display:none; }

#mobileSearchBox { display:none; }
#mobileSearch { display:none; }

/*====================================
  HEADER
=====================================*/
#header { 
    width:100%;
/*    max-height:171px; */
	padding-bottom:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eff0f1+30,eff0f1+70,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #eff0f1 30%, #eff0f1 70%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#eff0f1 30%,#eff0f1 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#eff0f1 30%,#eff0f1 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}




/* WEBSITE LOGO */
#websiteLogo { 
	float:left;
    margin-top:1%;
	margin-bottom:2%;
}
#websiteLogo h2,
#websiteLogo h2 a {
    font-size:30px;
    line-height:30px;
    color:#5f5c5c;
    letter-spacing:0;
    text-transform:uppercase;
    margin-bottom:0;
}
#websiteLogo h2 a:hover {
    text-decoration:none;
}
#websiteLogo .ce-gallery {
	margin-bottom: 0;
}
#websiteLogo figure {
	max-width:198px;
    margin-bottom:0;
}
#websiteLogo .ce-bodytext {
    float: left;
    margin-left: 16px;
    margin-top: 34px;
}

/*------------------------------------
  Searchbox
------------------------------------*/
.tx-solr {
	position:relative;
	width:100%;
    float:left;
    margin-right:5px;
}

#serviceMenu .tx-solr-q {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(210,33,42,1.00);
	font-size:14px;
    color: #5f5c5c;
    margin-right:44px;
    margin-top:0;
    opacity: 0;
    width: 0;
    height:22px;
}

#serviceMenu .tx-solr-submit {
    position: absolute;
	font-family:ProximaNova-Semibold;
    font-size:12px;
    line-height:12px;   
    height:22px;
    right:0;
    top:0;
	padding:0 6px;

}

/*------------------------------------
  ServiceMenu
------------------------------------*/
#serviceMenu { 
	position:relative;
	float:right;
	margin-top:1%;
}

#serviceMenu ul { 
	padding:0;
	margin:0; 
	list-style:none outside none; 
	z-index:12;
}
#serviceMenu .level-1 { 
	float:left;
	text-align:right;
}
#serviceMenu .level-1 > li { 
	display:inline-block;
	padding:0 7px;
}
#serviceMenu .level-1 > li.last {
    padding-right:0;
}
#serviceMenu .level-1 > li > a { 
    display:block;
    font-family:ProximaNova-Semibold;    
    font-size:14px; 
    line-height:14px;
    color:#5f5c5c;
    padding:5px 13px;
    text-transform:uppercase;
    text-decoration:none; 
    text-align:center;
    vertical-align: middle;
    background-color:#fff;
}
#serviceMenu .level-1 > li.last a {
	background:rgba(210,33,42,1.00) none;
	color:#fff;
}
#serviceMenu .level-1 > li.last a:hover {
	background:rgba(210,33,42,1.00) none;
	color:#fff;
}
#serviceMenu .level-1 > li:hover > a {
    color:#000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,eff0f1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(bottom, #ffffff 30%, #eff0f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, #ffffff 30%,#eff0f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, #ffffff 30%,#eff0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#serviceMenu .level-1 > li:hover > ul  a {
    color:#5f5c5c;
}


/* level 2 */
#serviceMenu .level-1 li ul { 
    position:absolute;
    width:58%; 
    padding-top:10px; 
    margin:0; 
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease; 
}
#serviceMenu .level-1 li ul li { 
    width:100%; 
	padding-bottom:0;
}
#serviceMenu .level-1 li ul li:hover {  }
#serviceMenu .level-1 li ul li:hover a { color:#fff; }
#serviceMenu .level-1 li:hover ul {
	opacity: 1;
	visibility: visible;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,eff0f1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(180deg, #ffffff 39%, #eff0f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(180deg, #ffffff 39%,#eff0f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(180deg, #ffffff 39%,#eff0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#serviceMenu .level-1 li.first:hover ul { display:block; margin-left:0; }
#serviceMenu .level-1 li ul li a { 
    color:rgba(0,0,0,0.72); 
    font-size:12px; 
	font-weight:normal;
    padding:2px 0 2px 10px; 
    text-align:left; 
    display:block; 
    text-transform:uppercase; 
    text-decoration:none;
}
#serviceMenu .level-1 li ul li:first-child a { padding-top:0px; }
#serviceMenu .level-1 li ul li:hover a { 
	color:#000; 
	text-decoration:none; 
}

/*------------------------------------
  Mainmenu / navigation 
------------------------------------*/
#mainMenu { 
	position:relative;
	float:left; 
    width:100%;
}
#mainMenu #level-1 {
	display:table;
}
#mainMenu #level-1, 
#mainMenu #level-1 ul { 
    padding:0;
    margin:0; 
    list-style:none outside none; 
    z-index:12;
}
#mainMenu #level-1 { 
/*	float:left; */
    width:100%;
	text-align:left;
}
#mainMenu #level-1 > li { 
    display:table-cell;
	white-space:nowrap;
    padding:0 1%;
} 

#mainMenu #level-1 > li.first {
    padding-left:0;
}
#mainMenu #level-1 > li.last {
    padding-right:0;
}
#mainMenu > #level-1 > li.last ul {
	right:0;
}

#mainMenu #level-1 > li.ifSub span,
#mainMenu #level-1 > li.curIfSub span,
#mainMenu #level-1 > li.actIfSub span,
#mainMenu #level-1 > li > a { 
    display:block;
    font-family:ProximaNova-Semibold;
    font-size:20px; 
	font-size:1.4vw;
    line-height:19px;
    color:#5f5c5c;
    padding:5px 15px;
    text-transform:uppercase;
    text-decoration:none; 
    text-align:center;
    vertical-align: middle;
    background-color:#fff;
    cursor:pointer;
}
#mainMenu #level-1 > li.first a {
    padding-left:15px;
}
#mainMenu #level-1 > li.last span {
    padding-right:13px;
}

#mainMenu #level-1 > li:hover > span,
#mainMenu #level-1 > li:hover > a {
    color:#000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,eff0f1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 30%, #eff0f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 30%,#eff0f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 30%,#eff0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f1',GradientType=0 ); /* IE6-9 */
}
#mainMenu #level-1 > li:hover > ul  a {
    color:#5f5c5c;
}
/* level 2 */
#mainMenu #level-1 li ul { 
    position:absolute;
    width:17.5%; 
    padding-top:10px;
    padding-bottom:11px;
    margin:5px 0 0 -15px; 
	    visibility: hidden;
	opacity: 0;
		-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease; 
}
#mainMenu #level-1 li ul li { 
    width:100%; 
	padding-bottom:0;
}
#mainMenu #level-1 li ul li:hover {  }
#mainMenu #level-1 li ul li:hover a { color:#fff; }
#mainMenu #level-1 li:hover ul {
	opacity: 1;
	visibility: visible;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff0f1+0,ffffff+39 */
	background: #eff0f1; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #eff0f1 0%, #ffffff 39%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #eff0f1 0%,#ffffff 39%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(147deg, #eff0f1 0%,#ffffff 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#mainMenu #level-1 li.first:hover ul { display:block; margin-left:0; }
#mainMenu #level-1 li ul li a { 
    color:rgba(0,0,0,0.72); 
    font-size:15px; 
	font-weight:700;
    padding:4px 0 4px 10px; 
    text-align:left; 
    display:block; 
    text-transform:none; 
    text-decoration:none;
}
#mainMenu #level-1 li ul li:first-child a { padding-top:5px; }
#mainMenu #level-1 li ul li:hover a { 
	color:#000;
	font-weight:700;
	text-decoration:none; 
}


/*------------------------------------
  Banner / Slideshow
------------------------------------*/
#banner { 
	position:relative;
    width:100%;
	margin-top:1%;
	overflow:hidden;
}
#banner > div { 
    position:relative;
}

#banner header,
#banner .ce-bodytext {  
    position:absolute;
    z-index:10;
	width:29%;
	height:430px;
    padding:3% 3% 28%;
	right:0;
	top:0;
	background-color:rgba(0,0,0,0.72);


	
}
#banner header *,
#banner .ce-bodytext * {
	color:#fff;
}
#banner header h2 a:hover,
#banner .ce-bodytext h2 a:hover {
	text-decoration:none;
}
#banner header h2 a::after,
#banner .ce-bodytext h2 a::after {
    position:absolute;
	left:10%;
	top:51%; 
	color: #ffffff;
    content: "Læs mere";
    font-size: 16px;
    margin: 0;
    padding:3px 6px;
    text-transform: uppercase;
	background-color:rgba(210,33,42,1.00);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;	
}

#banner header h3,
#banner .ce-bodytext h3 {
	color:#fff;
}

#banner .csc-textpicHeader {
	margin-bottom:2%;
}

#banner .ce-gallery {
    float:none;
    margin-left:0;
    margin-right:0;
}

 /* center image */
#banner  figure.image { 
    padding-bottom:37.1%; /* 400px */
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom:0px;    
}
#banner  div.ce-textpic .ce-gallery img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;    
}

/*------------------------------------
  ServiceMenu
------------------------------------*/
#shortcuts { 
	position:relative;
	z-index:11;
    width:100%;

	margin-bottom:2%;
	margin-top:-30px;	
}

#shortcuts ul { 
	padding:0;
	margin:0; 
	list-style:none outside none; 
	z-index:12;
}
#shortcuts #level-1 { 
	width:100%;
	height:30px;
	text-align:left;
	background-color:rgba(0, 0, 0, 0.72);
}
#shortcuts #level-1 > li { 
	display:inline-block;
	padding-bottom:0;
	border-left:1px solid #5f5c5c;
}
#shortcuts #level-1 > li:first-child {
	border-left:0 none;	
}

#shortcuts  #level-1 > li.last {
    padding-right:0;
}
#shortcuts  #level-1 > li > a { 
	font-family:ProximaNova-Semibold, arial, helvetica, san-serif;
    font-size:14px; 
    line-height:30px;
    padding:2px 12px;
    text-transform:uppercase;
    text-decoration:none; 
    text-align:center;
    vertical-align: middle;
	color:#ffffff;
    filter: alpha(opacity=1.0);
    opacity:1.0;    
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#shortcuts  #level-1 > li:first-child > a {
/*	padding-left:0; */
}
#shortcuts  #level-1 > li:last-child > a {
	padding-right:0;
}
#shortcuts  #level-1 > li > a:hover {
	color:#fff;
    filter: alpha(opacity=0.5);
    opacity: 0.5;
}



/*====================================
  #CONTENT
=====================================*/
#content {
	width:100%;
	margin-top:3%;
}

#centerContainer {
	width:70.6%;
	float:left;
	width:66%;
}


#rightContainer {
	width:24.6%;
	width:29%;
	float:right;
}

/*------------------------------------
  .mainpage
------------------------------------*/
.mainpage #content {
	margin-top:1%;
}
.mainpage #centerCol-0 .ce-gallery {
	width:100%;
}
.mainpage #centerCol-0 .ce-gallery .ce-column {
	width:100%;
}
.mainpage #centerCol-0 .ce-gallery .ce-column figure {
	display:block;
}
.mainpage #centerContainer {
	width:69%;
	float:left;
}
.mainpage #centerContainer figure {
	margin-bottom:0;
}
.mainpage #centerContainer h3 {
	font-weight:400;
	margin-bottom:15px;
}

.mainpage #rightContainer {
	width:29%;
}
#rightCol-1 > div,
#rightCol-1 > nav {
	margin-bottom:5%;
	border:1px solid rgba(3, 3, 3, 0.4);
}
/* if empty remove div header */
#rightCol-1 > div > header:empty { display: none }

/* everything except class header  */
/*
#rightCol-1 > .frame-default > .frame-default > *:not(header) {
	padding-left:5%;
	padding-right:5%;
}
*/
#rightCol-1 header { 
	padding-top:0;
	margin-bottom:5%;
}
#rightCol-1 nav ul {
	list-style:none outside none;
	margin-left:0;
	padding-left:5%;
	padding-right:5%;
}

#rightCol-1 h2 {
	color:#fff;
	line-height:22px;
	padding:12px 5%;	
	margin-bottom:3%;	
	background-color:#272a6d;
}

#rightCol-1 h3 {

	padding-left:5%;
	padding-right:5%;	
}

#rightCol-2 > div {
	margin-bottom:5%;
	border:1px solid rgba(3, 3, 3, 0.4);
}

/* everything except class header | uid-16 news detail page */
#rightCol-2 > .frame-default > .frame-default > *:not(header),
#uid-16 #rightCol-2 > .frame-default > .frame-default > .frame-default > .frame-default > *:not(header) {
	padding-left:5%;
	padding-right:5%;
}

/* uid-16 news detail page */
#uid-16 #rightCol-2 > .frame-default > .frame-default > *:not(header) {
	padding-left:0%;
	padding-right:0%;
}

/* case shortcut */
#rightCol-2 > div.frame-default > div.frame-default {
	padding-left:0;
	padding-right:0;
}
/* case image */
#rightCol-2 > div.frame-default > .frame-default > div.ce-image {
	padding-left:0;
	padding-right:0;
}
#rightCol-2 > div.frame-default > .frame-default > div.ce-image > div.ce-gallery {
	margin-bottom:0;
}
/* case twitter (iframe and twitterwidget) */
#rightCol-2 > div.frame-default > .frame-type-html > .twitter-tweet {
	padding-left:0;
	padding-right:0;
	margin-top:0 !important;
	margin-bottom:0 !important;	
}
/* case issuuembed  */
#rightCol-2 > div.frame-default > .frame-type-html > .issuuembed  {
	padding-left:0;
	padding-right:0;
	margin-top:0 !important;
	margin-bottom:0 !important;	
}
/* case iframe  */
#rightCol-2 > div.frame-default > .frame-type-html > iframe  {
	padding-left:0 !important;
	padding-right:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;	
}
#rightCol-2 > div.frame-default > .frame-default > header:empty {
   display: none;
}
#rightCol-2 > div.frame-default > div.ce-textpic figure {
	margin-bottom:0;
}

#rightCol-2 header { 
	padding-top:0;
	margin-bottom:5%;
}
#rightCol-2 h2 {
	color:#fff;
	line-height:22px;
	padding:12px 5%;
	background-color:#272a6d;	
}

#rightCol-2 ul {
	list-style:none outside none;
	margin-bottom:0;
	margin-left:0;
}
#rightCol-2 ul li { 
	padding-top:5%;
	padding-bottom:5%;
	border-top:1px solid rgba(3, 3, 3, 0.4);
}
#rightCol-2 ul li:first-child {
	padding-top:0;
	border-top:0 none;
}
#rightCol-2 ul li:last-child {
	padding-bottom:8%;
}
#rightCol-2 p,
#rightCol-2 li,
#rightCol-2 a,
#rightCol-2 strong,
#rightCol-2 em {
	font-weight:700;
}

#rightCol-3 {
	margin-top:5%;
}

#rightCol-3 > div {
	margin-bottom:5%;
	border:1px solid rgba(3, 3, 3, 0.4);
}
/* #rightCol-3 div.csc-header { */
#rightCol-3 .frame-default header { 
	padding-top:0;
	margin-bottom:5%;
	padding-left:5%;
	padding-right:5%;
	background-color:#272a6d;
}
/* everything except class .news */
#rightCol-3 > div > .frame-default > div:not(.news) {
	padding-left:5%;
	padding-right:5%;
}

#rightCol-3 h2 {
	color:#fff;
	line-height:22px;
	padding-top:12px;
	padding-bottom:12px;
}
/*------------------------------------
  .subpage-1
------------------------------------*/
.subpage-1 #centerCol-1 .youtube-embed-wrapper,
.subpage-1 #rightCol-1 .youtube-embed-wrapper,
.subpage-1 #rightCol-2 .youtube-embed-wrapper,
.mainpage #rightCol-2 .youtube-embed-wrapper,
.subpage-1 #rightCol-3 .youtube-embed-wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.mainpage header:empty,
.mainpage p:empty,
.subpage-1 header:empty,
.subpage-1 p:empty {
   display: none;
}
/*------------------------------------
  content in gridelements
------------------------------------*/
#content .gridElement {
	margin-bottom:2.5%;
}
#content .gridElement .ce-gallery {
	float:none;
}

#content .gridElement > div .frame-default:first-child {
	position: relative;
}
#content .gridElement > div .frame-default:first-child:hover {
	cursor:pointer;
}
#content .gridElement > div .frame-default:first-child header {
    position: absolute;
    min-height:55px;
    width: 100%;
    left: 0;
    bottom:0px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 0 12px;
}
/* if empty remove div csc-header */
#content .gridElement > div .frame-default:first-child header:empty { display: none }

#content .gridElement > div .frame-default:first-child header h2 {
	padding-top:20px;
	padding-bottom:11px;
	color:#fff;
	margin-bottom:0;
}
#content .gridElement > div .frame-default:first-child header h2 a {
	color:#fff;
}
#content .gridElement > div .frame-default:first-child header h2 a:hover {
	text-decoration:none;
}
/* subheader */
#content .gridElement > div .frame-default:first-child header h3 {
	display:none;
	color:#fff;
}

/* image */
#content .gridElement .grid-50 figure,
#content .gridElement .grid-66 figure,
#content .gridElement .grid-33 figure {
	max-height:250px;
	overflow:hidden;
}
#content .gridElement .grid-100 figure {
	max-height:325px;
	overflow:hidden;	
}
#content .gridElement .grid-50 figure img,
#content .gridElement .grid-66 figure img,
#content .gridElement .grid-33 figure img {
	min-height:250px;
}
#content .gridElement .grid-100 figure img {
	min-height:325px;	
}

/* if a single news are showed by template SINGLE on mainpage */
#content .gridElement .news-text-wrap { 
	display:none;
}
/* if a news item are showed by template LIST on mainpage */
#content .gridElement .list-date.list-author {
	display:none;
}
#content .gridElement .csc-newsHeader {
    position: absolute;
    min-height:55px;
    width: 100%;
    left: 0;
    bottom:0px;
    padding:0 12px;
    background-color: rgba(0, 0, 0, 1);    
}
#content .gridElement .csc-newsHeader h3 {
	margin-bottom:0;
    padding-top:10px;
	padding-bottom:11px;
}
#content .gridElement .csc-newsHeader h3.news-list-title a {
    font-family: ProximaNova-Semibold,arial,helvetica,san-serif;
    font-size: 16px;
    font-weight:400;
    line-height: 18px;
    color:#fff;
	margin-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase;
    
}

#content .gridElement .news .csc-newsHeader p {
	display:none;
}
#content .gridElement .news .csc-newsHeader p a {
    font-family: ProximaNova-Semibold,arial,helvetica,san-serif;
    font-size: 16px;
    font-weight: 400;
	color:#fff;
    line-height: 18px;
    text-decoration: none;
}

#content .gridElement .news .news-list-teaser p {
	display:none !important;
}
#content .gridElement .grid-50 .news-img-wrap,
#content .gridElement .grid-66 .news-img-wrap,
#content .gridElement .grid-33 .news-img-wrap {
	overflow:hidden;
}
#content .gridElement .grid-100 .news-img-wrap {

	overflow:hidden;	
}
#content .gridElement .grid-50 .news-img-wrap img,
#content .gridElement .grid-66 .news-img-wrap img,
#content .gridElement .grid-33 .news-img-wrap img {
	min-height:250px;
}
#content .gridElement .grid-100 .news-img-wrap img {
	min-height:325px;	
}

/* resize images and keep dimensions and center 
   http://codepen.io/anon/pen/PPpYzM  */
   
.mainpage #content .gridElement .grid-33 .news-img-wrap a,
.mainpage #content .gridElement .grid-33 figure,
.mainpage #content .gridElement .grid-50 .news-img-wrap a,
.mainpage #content .gridElement .grid-50 figure,
.mainpage #content .gridElement .grid-66 .news-img-wrap a,
.mainpage #content .gridElement .grid-66 figure,
.mainpage #content .gridElement .grid-100 .news-img-wrap a,
.mainpage #content .gridElement .grid-100 figure {
	display:block;
	text-align:center;
	background-color:rgba(3, 3, 3, 1.0)
}
.mainpage #content .gridElement .grid-33 a img,
.mainpage #content .gridElement .grid-33 figure img,
.mainpage #content .gridElement .grid-50 a img,
.mainpage #content .gridElement .grid-50 figure img {
	display:block;
	min-height:250px;
	max-width:none;
}
/* if youtube (html5 video) */
.mainpage #content .gridElement .grid-50 .html5videoplayer {
	min-height:250px;
	background-color: rgba(3, 3, 3, 1);
}


/*------------------------------------
  footer
------------------------------------*/
#footer {
    width:100%;
    min-height:100px;
	margin-top:3%;
	padding-top:2%;
	padding-bottom:1%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eff0f1+30,eff0f1+70,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #eff0f1 30%, #eff0f1 70%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#eff0f1 30%,#eff0f1 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#eff0f1 30%,#eff0f1 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */	

}
.mainpage #footer {
    background: #ffffff;
    border-top:1px solid rgba(3, 3, 3, 0.4)
}

#footer h3 {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	color:#5f5c5c;
	margin-bottom:0	
}
#footer p,
#footer li,
#footer strong,
#footer em,
#footer a {
	font-size:12px;
	line-height:16px;
	color:#5f5c5c;
	padding:0;
}
#footer a:hover {
	color:rgba(237, 4, 103, 1);
}
#footerCol-1 {
	float:left;
	width:33%;
}

#footerCol-2 {
	float:left;
	width:33%;
	margin-left:1.4%;
}

/* logo i midten */
#footerCol-2 figure a {
	display: block;
	text-align: center;	
}
#footerCol-2 img {
	display: inline;
	width: 60% !important;
}
 
#footerCol-3 {
  width:29%;
  float:right;
}

/*====================================
  Cookie policy 
=====================================*/
.CookieAcceptanceWrapper {
	background:#272a6d; 
	font-size:16px;

	color:#ffffff; 
	padding:5px; 
	text-align:center;
	position:fixed;
	bottom:0;
	z-index: 200;
	width: 100%;
}
.CookieAcceptanceWrapper a {
  color:#fff;
  font-size:16px;
}
.CookieAcceptanceAccept {
  display:inline-block;
  background:rgba(210,33,42,1.00) none;
  padding:0.5em 0.75em;
  margin:0 0 0 15px;
  color:#ffffff;
  border-radius:3px;
  text-decoration:none;
  cursor:pointer;
  text-align:center;
}
  
/*====================================
  EXT: Grid elements
=====================================*/
.gridElement { 
	width:100%;
}
.grid-33,
.grid-50,
.grid-66,
.grid-100 {
	border:1px solid rgba(3, 3, 3, 0.4)	
}

/* 50/50 */
.grid-50 { 
	width:48.5%;
	float:right;

}
div > .grid-50:first-child {
	float:left;
}

/* 33/33/33 */
.grid333333 .grid-33 { 
	width:32%;
	float:left;
	margin-left:2%
}

.grid333333 > .grid-33:first-child {
	margin-left:0;
}

.grid333333 > .grid-33:last-child {
	float:right;
}
/* 33%/66% */
.grid3366 > .grid-33 { 
	width:32%;
	float:left;
}
.grid3366 > .grid-66 { 
	width:65%;
	float:right;
}

/* 66%/33% */
.grid6633 > .grid-33 { 
	width:32%;
	float:right;
}
.grid6633 > .grid-66 { 
	width:65%;
	float:left;
}

/*====================================
  EXT: NEWS
=====================================*/
.news span,
.news time {
	font-family: inherit;
	font-weight:inherit;
	font-size:inherit;	
	color:inherit;
	line-height: inherit;
/*	margin: inherit; */
	padding:inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

/* page-navigation */
.page-navigation {
	margin-left: 5%;
    margin-right: 5%;	
	border-top:1px solid rgba(3, 3, 3, 0.4);
}
.page-navigation p {
	display:none;	
}

.page-navigation ul.f3-widget-paginator {
	text-align:center;
	
}
.page-navigation ul.f3-widget-paginator li {
	border:0 none;
	display: inline-block;
	padding-left:10px;
	padding-bottom:2%;
	padding-top:2%;
}
.page-navigation ul.f3-widget-paginator li:first-child {
	padding-left:0;
}
.page-navigation ul.f3-widget-paginator li,
.page-navigation ul.f3-widget-paginator li a {
	font-size:14px;
}
/* LATEST */
.news-latest-item {
	padding-left:5%;
	padding-right:5%;
    filter: alpha(opacity=1);
    opacity:1;    
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;	
}
.news-latest-item:hover {
	background:#fff;
	cursor:pointer;
    filter: alpha(opacity=1.0);
    opacity:1;	
}
p.latest-date {
	font-size:12px;
	color:#5f5c5c;
	margin-bottom:0;
}
.news-latest-teaser p {
	margin-bottom:0;
	padding-bottom:15px;
}

.news-latest-teaser a {
	color:#000;
}
.news-latest-teaser a:hover {
	color:#000;
}

/* LIST */
#rightContainer .news-list-item {
	padding-left:5%;
	padding-right:5%;
    filter: alpha(opacity=1);
    opacity:1;    
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;	
}
#rightContainer .news-list-item:hover {
	background:#fff;
	cursor:pointer;
    filter: alpha(opacity=1.0);
    opacity:1;	
}
#rightContainer .news-list-item .csc-newsHeader p {
	display:none !important;
}
#rightContainer  p.list-date {
	font-size:12px;
	color:#5f5c5c;
	margin-bottom:0;
}

#rightContainer .news-list-teaser p {
	margin-bottom:0;
	padding-bottom:15px;
}
#rightContainer .news-list-teaser a {
	color:#000;
}
#rightContainer .news-list-teaser a:hover {
	color:#000;
}


/* rightCol-1 */
#rightContainer #rightCol-1 > div > .news {
	padding-left:0%;
	padding-right:0%;
}
#rightContainer #rightCol-1 .news-list-item {
	padding-bottom:15px;
}
#rightContainer #rightCol-1 .news-list-item .csc-newsHeader h3 {
	padding-left:0;
	padding-right:0;	
}
#rightContainer #rightCol-1 .news-list-teaser {
	display:none;
}
#rightContainer #rightCol-1 .news-list-teaser p {
	padding-bottom:0;
}
#rightContainer #rightCol-1 .news-list-teaser .news-img-wrap {
	float:right;
	padding-top:5px;
	margin-left:10px;
	max-width:125px;
}
#rightContainer #rightCol-1 .news-list-teaser img {
	width:auto !important;
}

/* DETAIL */
#centerContainer .news-img-wrap .outer {
	margin-bottom:20px;
}

.news-img-caption {
	color:#555;
}
/*====================================
  STYLES FOR SPECIAL PAGES
=====================================*/
/* Ledelse video skal holde kant */
#uid-41 #rightContainer {
	margin-top:60px;
	
}
#uid-41 .tx-ttaddress-pi1 {
	margin-top:30px;
}
/* Rektor */
#uid-492 #rightContainer {
	margin-top:60px;
	
}

/* Årsrapport - flash elementer */
#uid-349 #centerCol-1 object,
#uid-349 #centerCol-1 embed {
	width:auto !important;
}

/* uid-390 - nyheder */
#uid-390 #centerCol-1 .news-list-item {
	position:relative;
	margin-bottom:3%;
}
#uid-390 #centerCol-1 .news-list-item > p {
	margin-left: 32%;
	position: absolute;
	white-space: nowrap;
	text-align:left;
	top: 0;	
}
#uid-390 #centerCol-1 .csc-newsHeader {
	width:68%;
	float:right;
	padding-top:3%;
}

#uid-390 #centerCol-1 .news-list-teaser {
	width:30%;
	float:right;
	margin-right:2%;
}
#uid-390 #centerCol-1 .news-list-teaser p {
	display:none;
}
/* uid-399 = nag-fag */
#uid-399 {}
#uid-399 .grid-33.borderRadius {
	border:0 none;
}

#uid-399 ul.csc-menu {
	list-style:none outside none;
	margin-left:0
}
#uid-399 ul.csc-menu li { 
	border-bottom:1px solid #eff0f1;
	padding-top:13px;
	padding-bottom:10px;
}
#uid-399 ul.csc-menu li:first-child {
	border-top:1px solid #eff0f1;	
}

/* uid-373 = studieretninger */
#uid-373 #centerCol-1 .frame-default { 
	padding-top:18px;
	padding-bottom:15px;
	border-bottom:1px solid #eff0f1;
}
#uid-373 #centerCol-1 .frame-default:first-child {
	padding-top:0;
	padding-bottom:0;
	border-bottom:0px solid #eff0f1;
}
#uid-373 #centerCol-1 header:hover {
	cursor:pointer;	
}
#uid-373 #centerCol-1 header h2:before,
#uid-373 #centerCol-1 header.active h2:before { 
	font-family: "fontello"; 
	font-size:21px; 
	margin-right:15px;
	content: ' \e89a';  
	vertical-align: top;
}
#uid-373 #centerCol-1 header.active h2:before { 
	content: ' \e89c';  
}
#uid-373 #centerCol-1 .ce-textpic {
	padding-top:15px;
}
.highlight-a,
.highlight-b,
.highlight-c {
    background-color: #36393b;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 21px;
    line-height: 19px;
	margin-left:2px;
	margin-right:2px;
    padding-bottom: 1px;
    padding-right: 1px;
    text-align: center;
    width: 21px;
}    
.highlight-b { background-color:#60c9ff; }
.highlight-c { background-color:#ffa200; }

div.subpage-2 div#projects div.ce-textpic { display:block !important; }



/*====================================
  EXT: tt_address
=====================================*/
/* undervisere */
#uid-42 select.getCategories {
	min-width:0;
	width:26%;
	padding:0 1%;
}

#uid-42 .listNav {
	margin-top:3%;
	margin-bottom:3%;
}

.tx-ttaddress-pi1 .vcard {
	width:47%;
	max-height:182px;
	overflow:hidden;
	float:left;
	margin-bottom:3%;
	margin-right:3%;
	border:1px solid rgba(3, 3, 3, 0.4);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff0f1+0,ffffff+39 */
	background: #eff0f1; /* Old browsers */
	background: -moz-linear-gradient(180deg, #eff0f1 0%, #ffffff 25%); /* FF3.6-15 */
	background: -webkit-linear-gradient(180deg, #eff0f1 0%,#ffffff 25%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(180deg, #eff0f1 0%,#ffffff 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.tx-ttaddress-pi1 .image { 
    float: left;
    margin-right:10px;
    width:120px;
}
.tx-ttaddress-pi1 img {
	width: auto !important;
	display:block;
	height:180px;
	max-width: 120px;
}
.tx-ttaddress-pi1 .info { 
    float:left;
	width:150px;
	width: -webkit-calc(100% - 130px); /** Safari 6, Chrome 19-25 **/  
	width:calc(100% - 130px);    
    padding-right: 2%;
    padding-top: 2%;	
}
.tx-ttaddress-pi1 .info .name { }
.tx-ttaddress-pi1 .info .title { }
.tx-ttaddress-pi1 .info .email { 
	margin-top: 10px;	
}
.tx-ttaddress-pi1 .info .phone {  
	margin-top: 10px;	
}
.tx-ttaddress-pi1 .info .mobile { }
.tx-ttaddress-pi1 .info .education { }
.tx-ttaddress-pi1 .info .description { 
	margin-top: 10px;
}
.tx-ttaddress-pi1 .info .description ul {
	list-style: none outside none;
	margin-left:0;
}
.tx-ttaddress-pi1 .info .description ul li {
	padding-bottom:0;
}

/* Sekretariatets personale */ 
#uid-48 .tx-ttaddress-pi1 .vcard {
	max-height:none;
	width:97%;
}
#uid-48 .tx-ttaddress-pi1 .image { 

}
#uid-48 .tx-ttaddress-pi1 .info { 

}

/* Presse og kommunikation */
#uid-493 .tx-ttaddress-pi1 .vcard {
	width:97%;
}
#uid-493 .tx-ttaddress-pi1 .image { 

}
#uid-493 .tx-ttaddress-pi1 .info { 
	
}

.tx-ttaddress-pi1 span {
	font-family: inherit;
	font-weight:inherit;
	font-size:inherit;	
	color:inherit;
	line-height: inherit;
	padding:inherit;
	text-decoration: inherit;
	text-transform: inherit;	
}
/*====================================
  EXT: Powermail
=====================================*/
.tx-powermail { 
  width:100%;
  margin:0 0 5% 0;
}
.tx-powermail legend {
  width:96%;
}
.tx-powermail label { width:100%;}

.tx-powermail .powermail_input {
  width:95%;
}
.tx-powermail .powermail_select { 
  width:100%;
}
.powermail_textarea {
	width:95%;
}

/* checkbox */
.tx-powermail .powermail_check { width:96% }
.tx-powermail .powermail_check_inner { 
  width:100%;
  float:left;
  margin-bottom:2%;
}
.tx-powermail .powermail_check_inner label { 
    height: auto;
    line-height: inherit;
    padding: 0 0 0 5px;
    width: 92%;
}
.tx-powermail .powermail_checkbox { float:left; }

/* radiobuttons */
.powermail_radio_legend { }
.powermail_radio_inner { width:100%; float:left; margin-bottom:2%; }
.powermail_radio_inner input {  }
.powermail_radio_inner label { 
    height: auto;
    line-height: inherit;
    padding: 0 0 0 5px;
    width: 92%;
}

.tx-powermail ul.parsley-errors-list { 
  list-style:none outside none;
  margin:0;
  width:92%;
}
.tx-powermail ul.parsley-errors-list li { color:#D71219; }

.powermail_fieldset { width:100%; }

.tx-powermail h3, .hide h3, .hide > legend { display:none; }

.powermail_fieldwrap { 
  width:100%; 
  float:left;
  margin:0 0 2% 0; 
} 
.powermail_fieldwrap_submit { 
  margin:4% 0 0 0;
  text-align:left; 
}

.loginField { width:90%; float:left;}
.longField { width:100%; float:left;}
.shortField { width:48%; float:left;}
fieldset .shortField { margin-left:4%; }
fieldset > .shortField:nth-child(odd) { margin-left:0%; }
.shortField label { width:100%;}
.shortField .powermail_input { width:90%;}
.shortField .powermail_select { width:92%;}

img.powermail_captchaimage { }

/*====================================
  EXT: HTML5VIDEOPLAYER
=====================================*/
#rightCol-1 > div > .html5videoplayer,
#rightCol-2 > div.frame-default > .html5videoplayer  {
	padding-left:0;
	padding-right:0;
}

.html5videoplayer p {
	margin-bottom:0;
}
/*====================================
  EXT: LIGHTBOX / SHADOWBOX
=====================================*/

/* Shadowboks gallery for news */
#centerContainer .news-img-wrap .outer .mediaelement-image a[rel*="lightbox"],
#centerContainer .news-img-wrap .outer p.news-img-caption { 
	display:none;
}
#centerContainer .news-img-wrap .outer:first-child .mediaelement-image a[rel*="lightbox"] { 
	position:relative;
	display:block;
	width:100%;
	height:100%;
	line-height:0;
	overflow:hidden;
}
#centerContainer .news-img-wrap .outer:first-child p.news-img-caption {
	display:block;
}
/*
#centerContainer .news-img-wrap .outer:first-child .mediaelement-image a[rel*="lightbox"] .overlay {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
*/
#centerContainer .news-img-wrap .outer.multiple:first-child .mediaelement-image a::before {
    border: 2px solid rgba(0,0,0,0.6);
    border-radius: 24px;
    box-sizing: border-box;
    color: rgba(0,0,0,0.4);
	content:" \e816";
    display: inline-block;
    font-family: "fontello";
    font-size: 22px;
    height:40px;
    line-height:35px;
    position: absolute;
    text-align: center;
    top:2%;
    right:3.5%;
    vertical-align: middle;
    visibility: visible;
    width: 40px;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease; 
}

#centerContainer .news-img-wrap .outer.multiple:first-child .mediaelement-image a::after {
    box-sizing: border-box;
 /*   color: rgba(0,0,0,0.75); */
 color:#fff;
	content:"Se galleri";
    display: inline-block;
    position: absolute;
    text-align: center;
    top:60px;
    right:1%;
    vertical-align: middle;
    visibility: visible;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease; 

width:83px;
height:20px;
line-height:17px;
background-color:rgba(0,0,0,0.75);
/*  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6); */
}
#centerContainer .news-img-wrap .outer.multiple:first-child .mediaelement-image a:hover::before {
	opacity: 1;
	background:#fff;
    border: 2px solid rgba(0,0,0,0.80);	
    color: rgba(0,0,0,0.75);
}

#centerContainer .news-img-wrap .outer.multiple:first-child .mediaelement-image a:hover::after {
	opacity: 1;
    color: rgba(0,0,0,0.80);
    background-color:rgba(255, 255, 255, 1.0);
    text-decoration:none;
   
}

/*====================================
  TWITTER
=====================================*/
#wt_twitter_newsticker {
	
}
#wt_twitter_newsticker ul.wttwitter_feed {
	list-style:none outside none;
	margin-left:0;
	margin-bottom:1px;	
}
#wt_twitter_newsticker ul.wttwitter_feed li {
	padding-left:0 !important;
	padding-right:0 !important;	
}

#wt_twitter_newsticker img.wt_twitter_profile_image {
	width:48px !Important;
	margin-bottom:10px;
}

#wt_twitter_newsticker img.retweet_icon {
	width:18px !Important;	
}

/*====================================
  EXT: SOLR
=====================================*/
#tx-solr-search {
	width: 100%;
	float:left;
}

#tx-solr-search-functions {
	width: 25%;
	float: left;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* search form */

.tx-solr-search-form {
	background-color: #f2f2f2;
	border: 1px solid #cfcecf;
	padding: 10px;
	margin-bottom:4%;
}

.tx-solr-search-form label {
	position:absolute;
	top:-9999px;
	left:-9999px;	
	background:#000; 
	color:#fff;

}

input.tx-solr-q {
	width:86%;
	min-width:0;
}

#centerCol-1 .tx-solr-submit {
	padding:0 2%;
	float:right;
	min-width:0;
}

#results-per-page {
	width:175px;
	float:right;
}

#solr-pagination {
	margin: 2% 0;
	width:100%;
	float:left;
}
#solr-pagination ul.pagination {
	list-style:none outside none;
	margin:2% 0 0;
	padding:0;
	text-align:left;
}
#solr-pagination ul.pagination li {
	margin:0;
	padding-left:10px;
	display:inline-block;
}
#solr-pagination ul.pagination li:first-child  {
	padding-left:0;
}


.results-list {
	width:100%;
	float:left;
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* pagination */


#tx-solr-pagination-results-per-page {
	float: left;
}

#tx-solr-pagination-results-per-page select {
	margin-left: 5px;
}

.tx-solr-pagination-page-browser {
	float: right;
}

.tx-solr-pagination-page-browser ul {
	padding-top: 2px;
	margin-top: 10px;
	text-align: center;
	list-style: none inside none;
	width: 100%;
}

.tx-solr-pagination-page-browser li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0
}

.tx-solr-pagination-page-browser .pages {
	width: 80%
}

.tx-solr-pagination-page-browser .pages ol {
	display: inline;
	margin: 0;
	padding: 0 10px
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* results-per-page */
#results-per-page {
	margin-top:2%;
}
#results-per-page select {
	border:
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* search functions */

#tx-solr-search-functions div.secondaryContentSection {
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 2.4em 0px;
	width: 100%;
}

#tx-solr-search-functions .secondaryContentSection header {
	padding-left: 10px;
}

#tx-solr-search-functions .secondaryContentSection header h1,
#tx-solr-search-functions .secondaryContentSection header h2,
#tx-solr-search-functions .secondaryContentSection header h3 {
	width: 100%;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* faceting */

#tx-solr-faceting .facets header {
	padding: 3px 0px 3px 10px;
}

#tx-solr-faceting .facets .facet-option-list {
	padding: 5px 0px 10px 0px;
}

#tx-solr-faceting .facets .facet-type-numericRange .facet-option-list {
	width: 85%;
}

#tx-solr-faceting .facets .facet-label {
	background-color: #cfcecf;
	color: #fff;
	font-weight: bold;
}

#tx-solr-faceting .facets .facet-result-count {
	color: #999;
}

#tx-solr-faceting .facets .dateselector {
	margin-right: 5px;
	width: 85px;
}

#tx-solr-facets-in-use li {
	list-style-type: none;
	margin-left: 10px;
}

#tx-solr-facets-in-use .facets-remove-all {
	margin-top: 10px;
}

#tx-solr-faceting .facets li {
	list-style-type: none;
	margin-left: 0px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* sorting */

#tx-solr-sorting li {
	list-style-type: none;
	margin-left: 10px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* results */

#tx-solr-search .tx-solr-search-word {
	font-weight: bold;
}

#tx-solr-search .tx-pagebrowse {
	margin-top: 10px;
}

#tx-solr-search .results-list {
	margin-top:4%;
	margin-left:0;
}

#tx-solr-search .results-list li {
	list-style: none inside;
	margin-left: 0px;
}

.results-entry {
	border-bottom: 1px solid #cfcecf;
	margin-bottom: 20px;
}

.results-elevated {
	border: 1px solid #cfcecf;
	padding: 5px;
	background: #ffffef;
}

.results-elevated-label {
	font-size: 50%;
	color: #cfcecf;
	padding-bottom: 5px;
}

.results-topic {
	font-weight: bold;
	margin-bottom: 5px;
}

.result-content {
	clear: both;
}

.results-highlight {
	background: #272a6d;
	color:#fff;
	font-weight:700;
	padding:0 2px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* relevance */

.relevance {
	height: 20px;
}

.relevance-label,
.relevance-bar,
.relevance-percent {
	font-size:12px;
	color:#5f5c5c;
	float: left;
	margin-right: 3px;
}

.relevance-bar {
	height: 20px;
	padding-top: 3px;
}

.tx-solr-relevance-bar {
	width: 100px;
	height: 12px;
	border: 1px solid #ccc;
	font-size: 1px;
	padding: 1px;
}

.tx-solr-relevance,
.tx-solr-relevance-fill {
	margin-right: 0px !important;
	height: 8px;
	padding: 0px;
	float: left;
}

.tx-solr-relevance {
	background-color: #272a6d;
}

.tx-solr-relevance-fill {
	background-color: #ccc;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* frequent searches */

#tx-solr-frequent-searches ul {
	padding-right: 10px;
}

#tx-solr-frequent-searches li {
	list-style-type: none;
	margin-left: 10px;
	display: inline;
}

.tx-solr-frequent-term-14 {
	font-size: 14px;
}
.tx-solr-frequent-term-15 {
	font-size: 15px;
}
.tx-solr-frequent-term-16 {
	font-size: 16px;
}
.tx-solr-frequent-term-16 {
	font-size: 16px;
}
.tx-solr-frequent-term-17 {
	font-size: 17px;
}
.tx-solr-frequent-term-18 {
	font-size: 18px;
}
.tx-solr-frequent-term-19 {
	font-size: 19px;
}
.tx-solr-frequent-term-20 {
	font-size: 20px;
}
.tx-solr-frequent-term-21 {
	font-size: 21px;
}
.tx-solr-frequent-term-22 {
	font-size: 22px;
}
.tx-solr-frequent-term-23 {
	font-size: 23px;
}
.tx-solr-frequent-term-24 {
	font-size: 24px;
}
.tx-solr-frequent-term-25 {
	font-size: 25px;
}
.tx-solr-frequent-term-26 {
	font-size: 26px;
}
.tx-solr-frequent-term-27 {
	font-size: 27px;
}
.tx-solr-frequent-term-28 {
	font-size: 28px;
}
.tx-solr-frequent-term-29 {
	font-size: 29px;
}
.tx-solr-frequent-term-30 {
	font-size: 30px;
}
.tx-solr-frequent-term-31 {
	font-size: 31px;
}
.tx-solr-frequent-term-32 {
	font-size: 32px;
}
.tx-solr-frequent-term-33 {
	font-size: 33px;
}
.tx-solr-frequent-term-34 {
	font-size: 34px;
}

#uid-1 #centerCol-1 > .gridElement .grid-50:first-child{
	border: none !important;
}

#c1650{
  text-align: center;
}

.frame-wrapper iframe{

	position: static !important;
}

.closebox{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-mask-image: url(/fileadmin/templates/website/images/closebutton.svg);
	mask-image: url(/fileadmin/templates/website/images/closebutton.svg);
	background-color: #272a6d;
	background-size: cover;
	top: -15px;
	right: -15px;
	cursor:pointer;
}

.mediaelement-video{
	height: 404px;
}

.mainpage #centerCol-1 .mediaelement-video iframe{
	width: 100%;
	height: 100% !important;
}