/*
Because IE MAC seems to ignore class name differences after the
6th letter (e.g. get confused by "module" and "moduleFilter" we
need to establish a naming scheme for classes:

mdXyz: a style for a a:r module named arXyz
md_xyz: a style for a function used in several modules. "xyz"
tells us what this style is being used for, e.g. "md_filter"
*/


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0 auto ;
  padding: 0 auto;
  /*background-color: #141523;*/
  background-color: #0a0a15;
  background-size: 100% 560px;
  background-image: url(../images/bg-blue.png);
  background-repeat: repeat-x;
  font-family: "Fedra Sans Screen 2", sans-serif;
  font-style: Normal;
  font-weight: 400;
  font-stretch: normal;
  color: white;
}


table, td, div, ul, a {

}

a {
  text-decoration: none;
  color: #B8BAC6;
  font-size: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
a:active {
  outline: noneM
}
b, strong { color: #8F93A7; }

/* these are the default definitions for headers */
/* see more below in #entity area                */
h1,h2,h3,h4,h5 {
  line-height: 110%;
  font-weight: normal;
  color: rgba(0,255,255, 0.8);
  margin: 0px;
}

/* main headers, used in text *and* as automatic list headlines */

h1, h2 {
  text-transform: uppercase;
}
h1, h1 a {
  font-family: "Fedra Sans Display 1 2", sans-serif;
  font-style: Normal;
  font-weight: 400;
  font-stretch: normal;

  color: rgba(0,255,255, 1.0);
  /*padding: 0px 0px; */
  padding-top: 20px;
  padding-bottom: 20px;
}
h2, h2 a {
  font-size: 18px;
  color: rgba(0,255,255, 1.0);
  font-weight: normal;
}
h3,h4,h5 {
  padding-top: 7px;
  padding-bottom: 3px;
}
h3, h3 a,
h4, h4 a {
  font-weight: bold;
  font-size: 13px;
}
h5, h5 a {
  font-weight: normal;
  font-size: 13px;
}

hr {
  background: #743958;
  color: rgba(0,255,255, 0.8);
  border: none; height: 1px;
}

p {
  font-size: 14.5px;
  font-weight: normal;
  line-height: 21px;
}

th, td {
  text-align: left;
  padding: 6px;
}

td { vertical-align: top; }

/* only common list definitions here!           */
/* style the list inside entities further below */
/* in the entity context classes!               */
ul {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
  text-indent: 0px;
  line-height: 155%;
  list-style-type: square;
}

ol {
  margin: 0;
  margin-left: 27px;
  padding: 0px;
  text-indent: 0px;
  line-height: 155%;
  list-style-type: decimal-leading-zero;
}

/*                                                */
/* forms                                          */
/*                                                */
form { display: inline; margin: 0px; }
input, select, textarea {
  /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-family: "Fedra Sans Screen 2", sans-serif;
  font-size: 11px;
  color: #54002a;
  margin-bottom: 2px;
  outline: none;
}
input.radio { vertical-align: middle; }

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  /*padding: 3px 0px 3px 3px;*/
  /*margin: 5px 1px 3px 0px;*/
  /*border: 4px solid rgba(81, 203, 238, 1);*/
}

/* standard form fields for content, real widths are "width"+ border */
.formS, .formM, .formN, .formL, .formXL
{ padding: 2px 0px; } /* IE adds padding to width, so we remove padding here */
.formS { width: 58px; }
.formM { width: 117px; }
.formN { width: 234px; }
.formL { width: 440px; }

div#contentSearch input {
  padding: 5px 9px;
  /*border: 1px solid #089ca2;*/
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*                                                */
/* main layout containers                         */
/*

*/
.jobs {
  color:#00ffff;
}
.jobs:hover {
  color:#00ffff;
  border-color: 00ffff;
}

#test {
  float: none;
  margin: auto;
  margin-top: 20px;
  width: 855px;
  height: 420px;
}

#multiviewer {
  position: relative;
  float: none;
  margin: auto;
  left: 0;
  top: 0;
  width: 855px;
  height: 420px;
}

#hrTop {
  position: relative;
  float: none;
  margin: auto;
  margin-bottom: 30px;
  left: 8px;
  opacity: 0.5;
  /*top: 422px; */
}

#cont {
  position: relative;
  float: none;

  left: 15px;
  /*top: 442px;*/
  width: 840px;
  /*background: #262944;*/
}

/*-------------------------------------------------------------------------------------------------------------------------*/

#margin {
  /*position: fixed;*/
  float: left;
  width: 150px;
  /* 15px margin-bottom are added by context classes of this id */
  margin-bottom: 15px;
  /*background: #343547;*/
}

#entity {
  float: left;
  width: 675px;
  margin: 0 0 15px 15px;
  font-size: 14.5px;
  line-height: 21px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.75);
}


#pagination {
  margin: 0 0 15px 165px;
}

#hrBottom {
  /* margin-top dont work in IE6 */
  clear: left;
}

#impressum {
  width: 675px;
  margin: 5px 0 15px 165px;
}
#impressum, #impressum a { font-size: 10px; }

/* styles for search area for users */
#contentSearch {
  margin-bottom: 15px;
  float: left;
}
#contentSearch input, #login input {
  /*font: normal 11px Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;*/
  width: 124px;
  color: #ffffff;
  background-color: #141523;
  border: 1px solid #089ca2;
  padding: 1px 5px;
}
#login .button {
  width: auto;
  padding: 1px;
  color: #ffffff;
  font-weight: normal;
  background-color: #089ca2;
}
#login .button:hover {
  background-color: #089ca2;
  text-decoration: none;
}
#contentSearch input.searchButton {
  width: 21px;
  height: 21px;
  border: 0;
}
#contentSearch input.searchButton,
#contentSearch input.searchField { float: left; }

.handpointer { cursor: pointer; }

/*                                                */
/* main format classes                            */
/*                                                */

/* horizontal ruler (dotted line)                   */
.hr {
  width: 840px;
  height: 2px;
  line-height: 2px;
  background-image: url(../images/hr.gif);
}

/* highlighted text                               */
.highlight {
  color: #0ff;
  font-size: 11px;
  font-weight: normal;
}

/* give something a gradient that doesn't have one */
.bg {
  /*background-image: url(../images/bg330.gif);*/
  /*background-repeat: repeat-y;*/
}
/* remove a gradient from something that has one  */
.noBG { background-image: none; }

/*                                                */
/* main layout context classes                    */
/*                                                */

/* margin context classes                         */

/* contact box */
#margin .contact {
  font-size: 12px;
  margin-bottom: 15px;
  /*background-image: url(../images/bg150.gif);*/
  line-height: 18px;
  color: #eee;
}

/* related entities and tags */
#margin .relations {
  margin-top: 30px;
  background-image: url(../images/hr.gif);
  background-repeat: repeat-x;
}
#margin .relations h3 {
  color: #0ff;
  font-weight: normal;
  background: none;
}
#margin .relations UL {
  margin: 0;
}
#margin .relations LI {
  list-style: none;
  margin-bottom: 5px;
}
#margin .relations LI,
#margin .relations A {
  line-height: 1.2em;
  font-size: 11px;
}


/* entity context classes                         */

/* meta information block
built as UL just for w3c's sake */
#entity UL#meta { margin: 0 0 15px 0; }
#entity UL#meta LI {
  list-style: none;
  /*background-image: url(../images/bg330.gif);*/
  margin-bottom: 2px;
  color: #0ff;
  font-size: 13px;
}
#entity UL#meta A { color: #0ff; border: none; }

/* the columns inside an entity */
#entity .leftCol {
  float: left;
  width: 330px;
}
#entity .rightCol {
  float: left;
  width: 330px;
  margin-left: 15px; /* always use a left margin, never a right margin on .leftCol ! (IE6) */
  margin-bottom: 25px;
}

/* normal text always inside p */
#entity P {
  margin: 0;
  padding: 0 0 8px 0;
}

/* headlines as entity links are always */
/* located inside leftCol or rightCol   */
/* These should be #0ff                 */
#entity .leftCol h1 a,
#entity .rightCol h1 a,
#entity .leftCol h2 a,
#entity .rightCol h2 a
{ color: #0ff; }


/* so sad we can't give the lists a gradient
background here, because background starts
right of the bullets. so always add a
surrounding <div class="bg">  to the lists */
#entity ul, #entity ol { padding-bottom: 8px; }

/* images always in P! */
#entity img {
  border: 1px solid #414352;
  display: block;
}

/* links in normal text                         */
#entity p a, #entity ul a, #entity ol a {
  color: #0ff;
  /*font-weight: bold;*/
  /*color: inherit;*/
  /*text-decoration: underline;*/
  /*border-bottom: solid 1px #fff;*/
}
#entity p a:hover, #entity ul a:hover, #entity ol a:hover {
  /*color: #fff;*/
  /*text-decoration: none;*/
  /*border-bottom: solid 1px white;*/
}
/* this prevents a border-bottom on highlighted links */
#entity a.highlight { border-bottom: none; }


/* a line above e.g. an inserted entity */
#entity .break,
#entity .firstBreak {
  clear: left;
  margin-bottom: 15px;
}
#entity .break {
  border-top: 1px solid #0ff;
  border-color: rgba(0,255,255,0.2);
}
/* the headline inside a break doesnt need extra padding */
#entity .break H2 {
  margin-top: 10px;
  padding-bottom: 0;
}



/*   list view classes                        */

/* abstract list                              */

/* big headline above  */
#entity h1.list {
  /*background: none;*/
  padding-top: 50px;
  padding-bottom: 30px;
  clear: both;
}
/* if the headline is the first element in an */
/* entity it should not have any space above */
#entity h1.firstElement {
  /*margin-top: 0;*/
  /*padding-top: 0;*/
}

/* headline of item */
#entity h2.list {
  line-height: 130%;
  padding-top: 0px;
  margin-top: -4px;
}
/* date tag */
div.date {
  font-size: 11px;
  color: white;
  /*background-image: url(../images/bg330.gif);*/
}

/* small list view                 */
#entity .listItem {
  /*background-image: url(../images/bg330.gif);*/
}
#entity .listText {
  width: 210px;
  float: left;
  font-size: 11px;
  line-height: 15px;
}
#entity .listImg {
  float: left;
  margin-right: 15px;
}
/* starting a new row in list view */
#entity .clear {
  clear: left;
  height: 1px;
  line-height: 1px;
}



/* index table classes                        */
table#index {
  width: 675px;
  /*background-image: url(../images/meso_grad_hor_675x1.png);*/
}
table#index th { color: #0ff; padding: 2px 0 8px 0; }
table#index th a { color: #0ff; }
table#index td {
  padding: 2px 10px 2px 0px;
  border-bottom: 2px solid #0b0c16;
}



/* styles for unpublished entities */
.unpublished, tr.unpublished td {
  opacity: 0.375;
  filter: alpha(opacity=38);
}
.unpublished:hover, tr.unpublished:hover td {
  opacity: 1;
  filter: alpha(opacity=38);
}
/* / styles for unpublished entities */




/*                                                */
/* temporary styles for beta testing usability    */
/*                                                */
#permalinkBox, #dataBox, #upload, #assetBox, #download, #downloadBox {
  border: 1px solid #9A9DAF;
  padding: 20px;
}


/*                                                */
/* tag auto completion                            */
/*                                                */
input.tagAuto { left: 0px; width: 220px; }
.auto_complete {
  position: relative;
  float: left;
  width: 220px;
  margin: 0px;
  padding: 0px;
  /*background-color: #089ca2;*/
  z-index: 999;
}

/* sorgt dafür, dass der suchpfeil bei deaktiviertem JS in der zeile mit dem feld stehenbleibt, aber dann funktioniert die auto_completion nicht mehr. */
/*#tag_name_auto_complete { display: none; }*/

.auto_complete ul,
#finder ul {
  float: left;
  border: 1px solid #089ca2;
  width: 220px;
  margin: -1px 0 0 0;
  /*  padding: 20px 10px 10px 10px;*/
  /*  background-color: #141523;*/
  list-style-type: none;
  /*background-image: url(../images/bg330.gif);*/
  background-repeat: repeat-y;
}
.auto_complete li {
  /*font: normal 11px Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;*/
  display: block;
  float: left;
  /*  font-size: 12px;*/
  width: 210px;
  height: 18px;
  min-height: 18px;
  margin: 0x 0px 0px -1px;
  overflow: hidden;
  white-space: nowrap;
  /*  border: 1px solid #089ca2;*/
  border-top: 1px solid #414352; /*#141523*/
  line-height: 1.6em;
  padding: 0px 5px;
  cursor: pointer;
}
.auto_complete li.selected {
  /*  background-color: #141523;*/
  color: #fff;
  /*  border-left: 4px solid #089ca2;*/
}


/*                                                */
/* additional form properties                     */
/*                                                */

span.superior {
  color: #0ff;
  font-size: 0.6em;
  vertical-align: top
}

table#additionalInfo td {
  padding: 2px 4px 4px 0px;
  vertical-align: top;
}

table#additionalInfo b {
  font-weight: normal;
  color: white;
}

td.tagList, td.tagList a {
  font-size: 10px;
}

th a {
  font-weight: bold;
}


/*                                                */
/* module classes used in several modules         */
/*                                                */


/*                                                */
/* text formatting classes                        */
/*                                                */
p#adminNavi a.leftspace {
  margin-left: 50px;
}

/* alteranting colors for TDs (copied from admin.css) */
.list-line-even { background:   #171829; }
.list-line-odd { background:   #1D1F33; }




/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                                */
/* styles for non-flash multiviewer elements      */
/*                                                */

.logo {
  width: 90px;
  height: 100%;
}

#slideshow_navigation, #nonFlashMultiviewer {
  margin: 0 auto 0 2px;
  height: 405px;
  padding-top: 15px;
  float: left;
}

#slideshow_navigation {
  width: 175px;
  padding-left: 15px;
}

#slideshow_navigation img { border: 0; }
#slideshow_navigation a {
  display: block;
  text-transform: uppercase;
  /*font: bold 12px Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;*/
  font-family: "Fedra Sans Screen 2", sans-serif;
  font-size: 18px;
  line-height: 22px;
  /*margin-top: 124px; */
  /*background-color: fuchsia;*/
  text-decoration: none;
}
#slideshow_navigation a.topSpace {
  font-family: "Fedra Sans Screen 2", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 80px;
}


.swfPlaceHolder {
  float: left;
  font-size: 10px;
  line-height: 11px;
  background: #141523;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.swfPlaceHolder a {
  font-size: 10px;
  line-height: 11px;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.main_title{
  font-family: "Fedra Sans Display 1 2", sans-serif;
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  opacity: 0;
}

.main_title.visible{
  opacity: 1;
}


#slideshow_navigation_logo span{ display: none;}

#slideshow_extra{
  position: absolute;
  bottom: 30px;
  left: 183px;
  right: 320px;
  top: 20px;
  z-index: 9999;
  background: rgba(0,0,0, 0.5);
}

#slideshow_form{
  font-family: "Fedra Sans Display 1 2", sans-serif;
  font-size: 60px;
  line-height: 1em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  right: 10px;
  display: none;
}
#slideshow_form input{
  color: rgba(0,255,255, 1.0);
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "Fedra Sans Display 1 2", sans-serif;
  width: 100%;
}

#slideshow_form  legend{
  color: rgba(0,255,255, 1.0);
  font-size: 0.8em;
  line-height: 1.2em;
  font-family: "Fedra Sans Display 1 2", sans-serif;
}
.galleria{
  margin-top: 15px;
  float: left;
  width: 675px;
  height: 380px;
  background: #0a0a15 url("../images/bg3.png") 0 0 no-repeat;
}
.galleria-theme-meso .galleria-thumbnails-list{
  padding: 15px 0 0 0;
  background: url(../images/hr.gif) 0 0 repeat-x;
}

.galleria-container.galleria-theme-meso.fullscreen .galleria-thumbnails-list{
  background: rgba(0,0,0, 0.5);
  padding: 15px;
}


#entity .listImg{
  min-width: 103px;
  min-height: 59px;
}
