/* CSS Document */


/* ### OVERALL SETTINGS ### */
body{
	margin				: 0px;
	padding				: 0px;
	overflow			: scroll;
	overflow-x			: auto;
	overflow-y			: scroll;
	background			: url(/img/background.gif) #f0f0f0;
	font-family			: arial, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

d, tr, p, div {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

hr {
	color				: #e0e0e0;
	height				: 1px;
	width				: 100%;
}

img{
	border				: None;
}

form{
	padding				: 0px;
	margin				: 0px;
}


/* ### MAIN CONTAINER ###  */
div.maincontainer {
	padding: 10px;
	max-width: 900px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

div.headercontainer {
	border: 1px solid #e0e0e0;
	padding: 1px;
	display: flex;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.logocontainer {
	width				: calc(75% + 30px);
	vertical-align		: middle;
	height				: 66px;
	margin-left			: 10px;
}

div.searchcontainer {
	width: calc(25% - 30px);
	max-width: 200px;
	min-width: 150px;
	background: url(/img/search.png) #f0f0f0 no-repeat top center;
	height: 66px;
	text-align: center;
	border-top-right-radius: 3px;
}

div.subheadercontainer {
	border-left			: 1px solid #e0e0e0;
	border-right		: 1px solid #e0e0e0;
	border-bottom		: 1px solid #e0e0e0;
	padding				: 1px 2px;
	background			: #f8f8f8;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.pathwaycontainer {
	width				: 75%;
	margin: 0 8px;
}

div.languagecontainer {
	width				: 25%;
	height				: 25px;
}

div.contentcontainer {
	margin-top: 20px;
	display: flex;
}

div.leftmenucontainer {
	max-width			: 22%;
	min-width			: 22%;
	background-color	: #f0f0f0;
	border				: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}

div.content {
	width: 100%;
}

div.footercontainer {
	margin-top: 20px;
	border				: 1px solid #e0e0e0;
	padding				: 5px;
	text-align			: right;
	background			: #f8f8f8;
	display:  flex;
	border-radius: 5px;
}

.clear {
	clear				: both;
}

div.footer {
	text-align			: center;
	margin: 5px;
	display:  flex;
}


/* ### PATHWAY SETTINGS ### */
span.pathway {
	display:  flex;
	font-size			: 12px;
	color				: #000;
}

span.pathway span::after, span.pathway span::before {
	display: inline-block;
	color: #f6b436;
	margin: 0 0.4em;
}

span.pathway span:last-child::after, span.pathway span:last-child::before {
	display: none;
}

a.pathway:link, a.pathway:visited {
	font-size			: 12px;
}

a.pathway:hover {
	font-size			: 12px;
}

a.stream_directlink {
	display: flex;
	border: 1px solid #e0e0e0;
	margin: -5px 0;
	border-radius: 5px;
	align-items: center;
	font-weight: bold;
	padding: 5px 0;
	font-size: 1.3em;
	text-decoration: none;
	background: #4c9ed9;
   color: whitesmoke;
		-webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

a.stream_directlink:link, a.stream_directlink:visited {
	text-decoration: none;
	color: whitesmoke;
}

a.stream_directlink:hover {
	text-decoration: none;
	background: #3c7caa;
   color: whitesmoke;
	cursor: pointer;
}

a.stream_directlink span {
	margin: 0 5px;
}

a.stream_directlink span.stream_live {
	text-transform: uppercase;
	font-weight: bolder;
	display: inline-block;
	padding: 3px;
	color: #ffeeee;
	background: #880000;
	border: 1px solid silver;
	text-shadow: 0px 0px 5px #ff3333;
	border-radius: 6px;
}

/* ### MODULE SETTINGS ### */
div.moduletable {
	width				: 100%;
}

div.moduletable div.title {
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-align			: center;
	letter-spacing		: 1px;
	color				: #044497;
	height				: 20px;
	line-height: 20px;
	background			: #f8f8f8;
	padding: 0 2px;
	border-radius: 5px;
}

div.moduletable div.entry {
	padding				: 2px 4px;
	
}

div.moduletable div.entry:nth-child(2) {
	padding-top: 4px;
}

div.moduletable div.entry:last-child {
	padding-bottom: 4px;
}


div.contentmenu {
	padding-bottom: 4px;
}

table.moduletable tr.livestream a{
	height				: 100%;
	width				: 100%;
	display				: block;
	background-image	: url(/img/1x1_0.png);
}

table.moduletable tr.livestream a:hover{
	background-image	: url(/img/1x1_50_gray.png);
}

table.contentmenu {
	width				: 100%;
}

table.contentmenu th {
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-align			: center;
	letter-spacing		: 1px;
	color				: #044497;
	height				: 20px;
	vertical-align		: middle;
	background			: #f8f8f8;
}

table.contentmenu td {
	padding-bottom		: 4px;
}

div.alarm{
	width				: 100%;
	border				: 1px solid #ff0000;
	background			: #ffeeee;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

div.alarm span{
	padding				: 4px;
	font-size			: 14px;
	color				: #ff0000;
	display: inline-block;
	width: 92%;
}

div.success{
	width				: 100%;
	border				: 1px solid #00ff00;
	background			: #eeffee;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

div.success span{
	padding				: 4px;
	font-size			: 14px;
	color				: #008000;
	display: inline-block;
	width: 92%;
}


/* ### FORMULAR SETTINGS ### */
.button {
	border				: 1px solid #e0e0e0;
	background-color	: #ffffff;
}

.inputbox {
	border				: 1px solid #d0d0d0;
	background			: #e9e9e9;
	color				: #044497;
	margin				: 2px;
}


/* ### LINKS ### */
a:link, a:visited {
	color				: #044497;
	text-decoration		: underline;
}

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


/* ### MENU SYSTEM ###  */
.mainlevel {
	border				: 1px solid #e0e0e0;
	height				: 20px;
	display				: block;
}

a.mainlevel:link, a.mainlevel:visited {
	background			: #ffffff;
	text-decoration	: none;
	padding				: 2px 10px;
	line-height			: 20px;
	border-radius: 3px;
}

a.mainlevel:hover {
	border				: 1px solid #d0d0d0;
	background			: #e9e9e9;
	text-decoration		: none;
}

.mainlevelactive {
	background			: #ffffff;
	text-decoration		: none;
	padding-top			: 2px;
	padding-bottom		: 2px;
	padding-left		: 10px;
	border				: 1px solid #e0e0e0;
	height				: 20px;
	display				: block;
	line-height			: 150%;
}

.sublevel {
	border				: 1px solid #e0e0e0;
	display				: block;
}

a.sublevel:link, a.sublevel:visited {
	background			: #ffffff;
	text-decoration		: none;
	padding-top			: 4px;
	padding-bottom		: 4px;
	padding-left		: 10px;
	padding-right		: 10px;
	border-radius: 5px;
}

a.sublevel:hover {
	border				: 1px solid #d0d0d0;
	background			: #e9e9e9;
	text-decoration		: none;
}


/* ### SECTION LISTING SETTINGS ### */

.sectiontableheader {
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-align			: left;
	letter-spacing		: 1px;
	color				: #044497;
	height				: 20px;
	line-height				: 20px;
	vertical-align		: middle;
	background			: url(/img/shading.gif) #b0b0b0;
	border-bottom		: 1px solid #000000;
}

.sectiontablesubheader {
	font-size			: 11px;
	font-weight			: bold;
	text-align			: left;
	letter-spacing		: 1px;
	color				: #044497;
	vertical-align		: middle;
	background			: #f8f8f8;
}

.sectiontableentry:nth-child(even) {
	vertical-align		: middle;
	padding				: 3px;
	background			: #f0f0f0;
}

.sectiontableentry:nth-child(odd) {
	vertical-align		: middle;
	padding				: 3px;
	background			: #e9e9e9;
}

/* ### TEXT ELEMENTS ### */
.title{
	font-size			: 30px;
	color				: #000099;
	white-space			: nowrap;
}

.subtitle{
	font-size			: 12px;
	color				: #808080;
	font-weight			: bold;
}

.content {
	padding				: 0px;
}

span.strong {
	font-weight: bold;
}

div.special_field {
	display: none !important;
}

.contentheading, .componentheading {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	color				: #000000;
	border-bottom		: 1px solid #f0f0f0;
	display: inline-block;
	margin-bottom: 1em;
}

.contentpagetitle {
	font-weight			: bold;
	color				: #000000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
	text-decoration		: none;
}



div.event_list
{
	font-family: Arial,Verdana;
	font-size: 12pt;
}

div.event_list > div
{
	font-size: 12pt;
	border-radius: 10pt;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	   -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	     -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	margin-bottom: 4pt;
	margin-top: 4pt;
}

div.event_list > div:nth-child(odd)
{
	background-color: #f0f0f0;
}

div.event_list > div:nth-child(even)
{
	background-color: #e9e9e9;
}

div.event_list > div > div.event_list_media_list
{
	position: relative;
	text-align: right;
	font-size: 12pt;
	height: 3.4em;
	display: flex;
	-webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

div.event_list > div > div.event_list_media_list > span, div.event_list > div > div.event_list_media_list > a
{
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: 12pt;	
	margin: 0.2em 0.4em;
	width: 3em;
	height: 3em;
}

div.event_list > div > div.event_list_media_list > span > span, div.event_list > div > div.event_list_media_list > a > span
{
	display: block;
	position: absolute;
	top: 0.0em;
	left: 0.0em;
	right: 0.0em;
	bottom: 0.0em;
}

div.event_list > div > div.event_list_media_list > span > span.imgspan, div.event_list > div > div.event_list_media_list > a > span.imgspan
{
	background-repeat: no-repeat;
	font-size: 12pt;
	
	-webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

div.event_list > div > div.event_list_media_list > span:not(.event_list_media_info):before, div.event_list > div > div.event_list_media_list > a:before
{
	visibility: hidden;
	
	display: block;
	position: absolute;
	
	width: 0;
	height: 0;
	
	top: 40px;
	left: -7px;
	margin-left:50%;
	
	content: "";  
	border-color: transparent transparent rgba(0,0,0,.8) transparent;
	border-style: solid;
	border-width: 7px;
	
	opacity:0.0;
	z-index: 20;
}

div.event_list > div > div.event_list_media_list > span:not(.event_list_media_info):after, div.event_list > div > div.event_list_media_list > a:after
{
	visibility: hidden;
	float: right;
	display: block;
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 53px;
	
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	margin-left:50%;
	padding: 5px;

	text-align: center;
	white-space: nowrap;
	content: attr(title);
	
	background: rgba(0,0,0,.8);
	border-radius: 8px;
	color: #fff;
	font-size: 0.86em;
	
	opacity:0.0;
	z-index: 20;
}

div.event_list > div > div.event_list_media_list > span:not(.event_list_media_info):hover:before, div.event_list > div > div.event_list_media_list > span:not(.event_list_media_info):hover:after,
div.event_list > div > div.event_list_media_list > a:hover:before, div.event_list > div > div.event_list_media_list > a:hover:after
{
	visibility: visible;
	opacity:0.0;
	transition: opacity 0.1s ease-out;
	opacity:1.0;
}

div.event_list > div > div.event_list_media_list > span.event_list_media_info
{
	display: inline-block;

	margin: 0 auto;
	
	padding-left: 0.5em;
	padding-right: 0.5em;
	
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	
	float: left;
	border-radius: 10pt;
	-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	
	cursor: auto;
	width: auto;
	height: 3.0em;
	-webkit-touch-callout: text;
      -webkit-user-select: text;
       -khtml-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
}

div.event_list > div:nth-child(odd) > div.event_list_media_list > span.event_list_media_info
{
	background-color: #e0e0e0;
	text-shadow: 1px 1px #f0f0f0;
	text-shadow: 1px 0px #f0f0f0, -1px 0px #f0f0f0, 0px 1px #f0f0f0, 0px -1px #f0f0f0;
}

div.event_list > div:nth-child(even) > div.event_list_media_list > span.event_list_media_info
{
	background-color: #c9c9c9;
	text-shadow: 1px 1px #e9e9e9;
	text-shadow: 1px 0px #e9e9e9, -1px 0px #e9e9e9, 0px 1px #e9e9e9, 0px -1px #e9e9e9;
}

div.event_list > div > div.event_list_media_list > span.event_list_media_info > span
{
	display: block;
	position: static;
	text-align: center;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: bold;
}


div.dl_selection_overlay
{
	position: fixed;
	visibility: hidden;
	
	top: 25%;
	left: 35%;
	right: 35%;
	
	padding: 2em;
	
	background-color: #cccccc;
	box-shadow: 0 0 15px #888888;
	border-radius: 10px;
	
	z-index: 30;
}

div.dl_selection_overlay > div.dl_selection_head
{
	text-align: center;
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 1px solid #303030;
}

div.dl_selection_overlay > div.dl_selection_info
{
	text-align: justify;
	font-family: sans-serif;
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 1.5em;
}

div.dl_selection_overlay > div.dl_selection_info:after
{
    content: "";
    display: inline-block;
    width: 100%;    
}

div.dl_selection_overlay > *.dl_selection_entry
{
	cursor: pointer;
	
	position: relative;
	text-decoration: none;
	color: #000000;
	font-size: 26pt;
	
	text-align: center;
	
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;

	vertical-align: middle;
	
	background-color: #EEEEEE;
	border-radius: 5px;
	
	margin-top: 4pt;
	margin-bottom: 4pt;
}

div.dl_selection_overlay > *.dl_selection_entry:hover
{
	background-color: #222222;
	color: #EEEEEE;
}

div.dl_selection_overlay > *.dl_selection_entry > span
{
	display: inline-block;
	vertical-align: middle;
}

div.dl_selection_overlay > *.dl_selection_entry > span.img
{
	height: 36pt;
	width: 36pt;
	position: relative;
}

div.dl_selection_overlay > *.dl_selection_entry:hover > span.img svg
{
	fill: #E0E0E0;
}

div.dl_selection_overlay > *.dl_selection_entry > span.img svg
{
	height: 100%;
	width: 100%;
	fill: #000000;
}

div.literature_list
{
	font-family: Arial,Verdana;
	font-size: 12pt;
	position: relative;
}

div.literature_list > div
{
	position: relative;
	font-size: 12pt;
	border-radius: 10pt;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	   -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	     -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.25);
	margin-bottom: 4pt;
	margin-top: 4pt;
	width: 100%;
	height: 2.4em;
	padding: 0;
	
	text-align: right;
}

div.literature_list > div:nth-child(odd)
{
	background-color: #f0f0f0;
}

div.literature_list > div:nth-child(even)
{
	background-color: #e9e9e9;
}

div.literature_list > div > span.literature_info
{
	display: inline-block;

	margin: 0 auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
	
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	
	border-radius: 10pt;
	-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	float: left;
	cursor: auto;
	width: auto;
	height: 2.4em;
	line-height: 2.4em;
	-webkit-touch-callout: text;
      -webkit-user-select: text;
       -khtml-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
	text-align: center;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: bold;
	
}

div.literature_list > div:nth-child(odd) > span.literature_info
{
	background-color: #e0e0e0;
	text-shadow: 1px 1px #f0f0f0;
	text-shadow: 1px 0px #f0f0f0, -1px 0px #f0f0f0, 0px 1px #f0f0f0, 0px -1px #f0f0f0;
}

div.literature_list > div:nth-child(even) > span.literature_info
{
	background-color: #c9c9c9;
	text-shadow: 1px 1px #e9e9e9;
	text-shadow: 1px 0px #e9e9e9, -1px 0px #e9e9e9, 0px 1px #e9e9e9, 0px -1px #e9e9e9;
}

div.literature_list > div > a
{
	height: 2.2em;
	width: 2.2em;
	display: inline-block;
	position: relative;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-right: 0.4em;
	padding: 0;
	text-decoration: none;
}

div.literature_list > div > a > span.imgspan
{
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	
	-webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
