div.twitterwidget {
    width: 200px;
    float: right;
    margin: 0.4em 0em 0.4em 1em;
}

.bubble {
    font-family: 'Signika', sans-serif;
}

#banderole {
        position: fixed;
        top: 0;
        right: 0;
}

div.countdown {
    font-family: 'Signika', sans-serif;
    margin-left: 180px;
    padding: 0px;
    font-weight: 100;
    color: #999;
    font-size: 8pt;
    text-align: left;
}

#inhalt {
    padding: 0px 0px 40px 0px;
    background-image: url('uni_trier_siegel_unten.png');
    background-repeat:no-repeat;
    background-position: 95% bottom;
    
}

#head {
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    margin-left: 20px;
}

#head .text {
    margin-right: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
}

#head h1 {
    font-size: 16pt;
    font-weight: 400;
    color: #f90;
}

#head h2 {
    font-weight: 400;
    font-size: 12pt;
    color: #000;
}

#head img {
    border: 0px;
    margin-left: 20px;
    height: 140px;
    width: 75%;
    max-width: 720px;
    float:left;
    overflow: hidden;
}

#page {
    margin: 10px 40px 0px 40px;
    border-top: 4px #f90 solid;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 12pt;
}

#page p {
    font-weight: normal;
    color: #000;
    margin-left: 40px;
    margin-right: 20px;
    text-align: justify;
}

#page div.button {
    text-align: center;
    font-family: 'Signika', sans-serif;
    font-size: 12pt;
    line-height: 2em;
    margin: 5px;
    width: 180px;
    overflow: hidden;
    padding: 0px;
    margin-left: 40px;
}

#page div.button a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    display: block;
    height: 2.5em;

    color: #000;
    background-color: #fff;
    border: 3px #f90 solid;
    text-decoration: none;

    -moz-transition-property:    background-color, color;
    -moz-transition-duration:    0.5s;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.5s;
    -o-transition-property:      background-color, color;
    -o-transition-duration:      0.5s;
    transition-property:         background-color, color;
    transition-duration:         0.5s;
}
#page div.button a:focus,
#page div.button a:hover {
    background-color: #f90;
    border: 3px #f90 solid;
    color: #fff;
}

#page h3 {
    padding-bottom: 0.4em;
    padding-left: 20px;
    font-size: 18pt;
    color: #000;
}

#page h4 {
    padding-left: 20px;
    font-size: 14pt;
    color: #000;
}

#page h5 {
    padding-left: 40px;
    font-size: 12pt;
    color: #000;
    line-height:1em;
    margin-bottom: 0px;
}

#page address {
    padding-left: 40px;
    font-size: 12pt;
    color: #000;
}

#page a {
    color: #f90;
    text-decoration: none;
}

#page a:hover {
    border-bottom: 2px #f90 dotted;
}

#page ul {
    margin-left: 40px;
}

#page ul li {
    line-height: 1.6em;
    font-size: 1.1em;
}

#page ol {
    margin-left: 40px;
    text-align: left;
}

#sponsoren {
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    color: #000;
    display: block;
    float: right;
    margin: 40px 40px 40px 20px;
    width: 130px;

    border: 0px #FF9900 dotted;
    font-size: 8pt;
    text-align: center;
}

#sponsoren .sponsor {
    padding: 5px 5px 5px 5px;
    display: block;
    font-size: 10pt;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-bottom: 1px #FF9900 dotted;
}

#sponsoren .sponsor img {
    width: 120px;
    padding-bottom: 4px;
    border: 0px;
}

#unterstuetzer {
    overflow: hidden;
}
#unterstuetzer ul {
    text-align: center;
    list-style-type: none;
    font-family: 'Signika', sans-serif;
}
#unterstuetzer ul li {
    margin: 10px;
    width: 200px;
    height: 160px;
    float: left;
}
#unterstuetzer a.spons:hover {
    border-color: rgba(255, 153, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 153, 0, 0.8);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 153, 0, 0.8);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 153, 0, 0.8);
}
#unterstuetzer a.spons {
    display: block;
    background-color: #fff;
    padding: 20px;
    text-decoration: none;
    color: #000;
    font-size: 12pt;
    border: 1px #FF9900 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#unterstuetzer .spons img {
    width: 160px;
}

table {
    border-collapse: collapse;
    margin: 10px 0px 10px 40px;
   
}

th, td {
    font-weight: 100;
    font-size: 12pt;
    padding: 8px;
    background-color: #E5E5E5;
    border: 4px solid #fff;
    vertical-align: text-top;
}

td.pause span.info, td.orga span.info {
    color: #000;
    font-size: 0.9em;
}

td.vortrag span.info, td.orga span.info, td.leer span.info {
    color: #000;
    font-size: 0.9em;
}

td.vortrag {
    color: #fff;
    background-color: #f90;
    vertical-align: middle;
}

td.vortrag span.titel {
    color: #000;
    font-style: normal;
}

td.vortrag span.titel a.titel {
    color: #000;
    font-style: normal;
}

td.vortrag span.titel a:hover {
    color: #fff;
    font-style: normal;
}

td.vortrag span.name, td.orga span.name{
    color: #000;
    font-size: 0.9em;
    font-style: italic;
}

td.vortrag span.inst {
    color: #000;
    font-size: 0.9em;
    font-style: italic;
}

td.vortrag a {
    display: block;
    color: #000;
    background-color: #f90;
    text-decoration: none;
    -moz-transition-property:    color;
    -moz-transition-duration:    0.5s;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-property:      color;
    -o-transition-duration:      0.5s;
    transition-property:         color;
    transition-duration:         0.5s;
}
td.vortrag a:focus,
td.vortrag a:hover {
    color: #fff;
}

td.leer {
    background-color: #fff;
    vertical-align: middle;
}

td.pause {
    background-color: #FFE9CB;
    vertical-align: middle;
}

td.orga {
    background-color: #ffffaf;
    vertical-align: middle;
}

#timetable {
    margin: 10px 40px 0px 40px;
    border-top: 4px #f90 solid;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 12pt;
}

#timetable p {
    font-weight: normal;
    color: #000;
    margin-left: 40px;
    margin-right: 20px;
    text-align: justify;
}

#timetable h3 {
    padding-bottom: 0.4em;
    padding-left: 20px;
    font-size: 18pt;
    color: #000;
}

img.pic {
    width: 400px;
    border: 2px #FF9900 solid;
    padding: 4px;
    float: right;
    margin: 0.4em 0em 0.4em 1em;
}

img.pic.small {
    width: 250px;
}

img.mini {
    width: 140px;
    margin: 0px;
    padding: 0px;
}

img.plakat {
    height: 100px;
    border: 2px #FF9900 solid;
    padding: 4px;
    float: left;
    margin: 0.4em 1em 0.4em 0em;
}

div.material {
    clear: left;
    margin-left: 40px;
    margin-bottom: 40px;
}

div.material ul {
    list-style-type: none;
}

form {
    margin: 0px 10px 40px 40px;
}

form .clearfix {
  margin-bottom: 8px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}

form fieldset {
    margin-top: 1em;
    padding-left: 2em;
    border: 2px #FF9900 solid;
    min-width: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

form fieldset legend {
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 700;
    font-size: 1.2em;
}

form label {
    float: left;
    width: 5em;
    text-align: right;
    padding-top: 6px;
    font-size: 1em;
    width: 130px;
    display: inline-block;
}

div.input {
  margin-left: 0;
}

.clearfix {
  margin-bottom: 9px;
}

form input[type=text], form input[type=password], form input[type=email], form textarea {
    margin-left: 150px;
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.inputs-list {
    margin: 0 0 5px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 1.2em;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 1em;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 8px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}

form input:focus, form textarea:focus {
    outline: 0;
    border-color: rgba(255, 153, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 153, 0, 0.8);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 153, 0, 0.8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 153, 0, 0.8);
}

form input[type=button], form input[type=submit], form input[type=reset] {
    margin-top: 20px;
    background-color: #fff;
    border:2px #FF9900 solid;
    font-size: 14pt;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    color: #000;
}

form input[type=button]:hover, form input[type=submit]:hover, form input[type=reset]:hover {
    background-color: #fff;
    border:2px #FF9900 solid;
}

div.fehler {
    margin: 20px 0px 20px 40px;
    padding: 1em;
    border:2px #FF1111 solid;
    font-family: 'Signika', sans-serif;
    font-size: 12pt;
    line-height: 1.4em;
    width: 50%;
}

#map {
    width: 600px;
    height: 400px;
}

#mapcontainer {
    margin: 10px;
    display: block;
    width: 600px;
    margin-left: 40px;
    margin-bottom: 40px;
    border:2px #FF9900 solid;
    overflow: hidden;
    z-index: -1;
}

#footer {
    margin: 0px 40px 40px 40px;
    border-top: 4px #f90 solid;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 10pt;
    text-align: right;
}

.unsichtbar {
    display: none;
}

.orange {
    color: #f90;
}

#inhalt .menu {
    overflow: hidden;
    display: block;
}

#inhalt .menu ul {
    text-align: center;
    list-style-type: none;
    font-family: 'Signika', sans-serif;
    font-size: 12pt;
    line-height: 2em;
}
#inhalt .menu ul li {
    margin: 5px;
    width: 130px;
    float: left;
    overflow: hidden;
    padding: 0px;
    text-indent: 0px;
}
#inhalt .menu ul li a {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    
    display: block;
    height: 2.5em;

    
    /*
     * color: #fff;
     * background-color: #ff9900;
     * border: 4px #f90 solid;
     */
    color: #000;
    background-color: #fff;
    border: 3px #f90 solid;
    
    text-decoration: none;

    -moz-transition-property:    background-color, color;
    -moz-transition-duration:    0.5s;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.5s;
    -o-transition-property:      background-color, color;
    -o-transition-duration:      0.5s;
    transition-property:         background-color, color;
    transition-duration:         0.5s;
}
#inhalt .menu ul li a:focus,
#inhalt .menu ul li a:hover {
    /*
     * background-color: #fff;
     * border: 4px #f90 solid;
     * color: #000;
     */
    background-color: #f90;
    border: 3px #f90 solid;
    color: #fff;
}

#inhalt .menu ul li ul {
    list-style-type: none;
    visibility: hidden;
    overflow: hidden;
    position:absolute;
    padding: 0px;
    opacity: 0;
    z-index:10;
    
    -moz-transition-property:    opacity;
    -moz-transition-duration:    0.5s;

    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;

    -o-transition-property:      opacity;
    -o-transition-duration:      0.5s;

    transition-property:         opacity;
    transition-duration:         0.5s;
}

#inhalt .menu ul li:hover ul {
    visibility: visible;
    overflow: visible;
    opacity: 1;
}

#inhalt .menu ul li ul li {
    margin: 0px;
    width: 130px;
    clear:left;
    display: block;
    padding: 0px;
    text-indent: 0px;
    border: 0px;
}

#inhalt .menu ul li ul li a {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    
    /*
     * color: #fff;
     * background-color: #f90;
     */
    color: #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    border-top: 1px #f90 solid;
    border-left: 3px #f90 solid;
    border-right: 3px #f90 solid;
    display: block;

    -moz-transition-property:    background-color, color;
    -moz-transition-duration:    0.5s;

    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.5s;

    -o-transition-property:      background-color, color;
    -o-transition-duration:      0.5s;

    transition-property:         background-color, color;
    transition-duration:         0.5s;
}

#inhalt .menu ul li ul li a:focus,
#inhalt .menu ul li ul li a:hover {

    background-color: #f90;
    color: #fff;
    border-top: 1px #f90 solid;
    border-left: 3px #f90 solid;
    border-right: 3px #f90 solid;
}

ul.speaker{
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    max-width: 80%;
    min-width: 70%;
    overflow: hidden;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.1em white;
}

ul.speaker li i {
    font-weight: normal;
    text-shadow: none;
}

ul.speaker li:nth-of-type(2n-1) {

    background-image: url('./img/docs.png');
    background-position: left 0px;
    background-repeat: no-repeat;
    
    min-height: 50px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 56px;
}

ul.speaker li:nth-of-type(2n) {
    
    background-image: url('./img/docs.png');
    background-position: right 0px;
    background-repeat: no-repeat;
    
    min-height: 50px;
    padding-bottom: 20px;
    text-align: right;
    padding-right: 56px;
}

h3 .speaker {
    font-size: 14pt;
    line-height: 1.8em;
    font-weight: normal;
}

div.download_button {
    margin-left: 40px;
}
#page div.download_button a {
    color: #000;
    background-color: #fff;
    border: 0px #fff solid;
    text-decoration: none;
}
#page div.download_button a:focus,
#page div.download_button a:hover {
    background-color: #fff;
    border: 0px #fff solid;
    color: #fff;
}

ul.ref {
    font-size: 10pt;
    list-style-type: none;
    line-height: 1em;
    text-indent: -2em;
}

ul.abstract {
    color: #000;
    font-size: 10pt;
}


