/*  // -------------------------------------------------------------------
    //              Name : website_shared.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : symposien
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 2014-5.0
    // ------------------------------------------------------------------- */


/* html tags defaults */
* {
    margin: 0;
}

html, body, td {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: verdana,Geneva,Helvetica,sans-serif;
}

body {
    background-color: #FFFFFF;
    color: #000000;
}

input, textarea, select {
    font-size: 12px;
}

label {
    width: 70px;
}

a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}

a {
    color: black;
}

p {
    clear: both;
}

ul {
    list-style-image: url(../images/listitem.gif);
    margin-left: 15px;
    padding: 0px;
}

li {
    line-height: 20px;
}

#wrapper {
    margin-top: 41px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -33px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    height: 100%;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/* header logo */

#header {
    text-align: right;
    position: relative;
    background-color: #FFFFFF;
    height: 72px;
}

    #header #logo {
        position: absolute;
        left: 0px;
        top: 0px;
    }

        #header #logo h1 {
            display: none;
        }

/* menu */
/* main buttons */

ul#menu > li.buttonselected > a {
    display: block;
    height: 26px;
    line-height: 26px;
    color: Black;
    text-decoration: none;
    font-size: 14px;
}

ul#menu > li.button, ul#menu > li.buttonselected {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

    ul#menu > li.button a, ul#menu > li.buttonselected a {
        width: auto;
        text-decoration: none;
        display: block;
    }

ul#menu > li .left {
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    padding-left: 1px;
    height: 26px;
}

ul#menu > li .right {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    padding-right: 1px;
    height: 26px;
}

ul#menu > li.button a:hover {
    color: White;
}

ul#menu, ul#footermenu, ul#footermenucme {
    width: 100%;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    margin-left: 0;
    position: relative;
}

    /* cme */
    ul#menu li.buttonselected ul#cmemenu li {
        width: 100px;
        height: 22px;
    }

    ul#menu > li.buttonselected ul#cmemenu li .right, #menu > li.buttonselected #cmemenu li .left {
        height: 22px;
    }

    ul#menu li.buttonselected ul#cmemenu li a {
        background-image: none;
    }

#cme {
    position: absolute;
    left: 0px;
    clear: both;
    width: 100%;
    height: 22px;
    top: 28px;
}

#cmemenu {
    height: 22px;
    float: right;
}

    #cmemenu a {
        font-weight: bold;
    }

    #cmemenu li.button a, #cmemenu li.buttonselected a {
        text-decoration: none;
        font-size: 12px;
        width: 100px;
        color: #E2C0C9;
        height: 22px;
        line-height: 22px;
    }
    /*#cmemenu li.buttonselected a, #cmemenu a:hover { color: white; }*/
    #cmemenu li.buttonselected {
        background-image: none;
    }

    #cmemenu li {
        list-style-type: none;
        float: left;
    }

#cmefragen {
    margin-top: 10px;
}

#cmenavigation {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

    #cmenavigation ul li {
        width: 40px;
        height: 36px;
        float: left;
        list-style-image: none;
        list-style-type: none;
    }

#profile label {
    width: 150px;
}

#profile .formend {
    margin-left: 160px;
}

#profile.big {
    width: 600px;
}

.cmebox input#email {
    width: 140px;
}

.cmebox input#passwort {
    width: 140px;
}



.cmebox label {
    width: 67px;
}

.cmebox input#email {
    width: 140px;
}

.cmebox input[type=password] {
    width: 140px;
}

.cmebox .formend {
    margin-left: 76px;
}




/* layout */
#content {
    overflow: hidden;
    padding-top: 20px;
}

    #content h1 {
        text-align: left;
        font-size: 14px;
        margin: 0px;
        margin-bottom: 20px;
    }

    #content h2 {
        text-align: left;
        font-size: 12px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

.float50 {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.float70 {
    width: 565px;
    float: left;
    margin-right: 30px;
}

.float30 {
    height: 100%;
    width: 310px;
    float: left;
}


/* charts */
#chartdiv {
    overflow: hidden;
    position: relative;
}

    #chartdiv > div {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }



#thumbs {
    list-style-image: none;
    list-style-type: none;
}

    #thumbs li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width:30%;
    }

.thumbnail {
    height: 100%;
    display: block;
}

#bignavigation {
    border: 1px solid #000000;
    margin-left: 0px;
    width: 100%;
    max-width:528px;
    margin-right: 4px;
    height: 22px;
    vertical-align: bottom;
    margin-top: 2px;
    padding: 0;
    background-image: url(../images/navigation_background.gif);
}


    #bignavigation #menuthumbs {
        width: 0px;
        padding: 0px;
        padding-left: 0px;
        margin: 0px;
        vertical-align: top;
    }

    #bignavigation a, #navigation a {
        margin-right: 3px;
        width: 24px;
        height: 22px;
    }

#navigation {
    position: relative;
    border: 1px solid #000000;
    margin-left: 0px;
    width: 528px;
    height: 22px;
    vertical-align: bottom;
    margin-top: 2px;
    padding: 0px;
    background-image: url(../images/navigation_background.gif);
}

    #navigation table {
        padding: 0px;
    }

    #navigation #menuthumbs {
        min-width: 70px;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        vertical-align: top;
    }

    #navigation #player, #bignavigation #player {
        padding: 0px;
        min-width: 300px;
        margin: 0px;
        text-align: center;
        vertical-align: top;
    }

    #navigation #previousnext {
        min-width: 70px;
        vertical-align: middle;
        padding-top: 0px;
        padding-right: 20px;
        text-align: right;
    }

    #navigation a img {
        height: 22px;
        width: 22px;
        border-right: 1px solid black;
        border-left: 1px solid black;
    }

    #navigation a:hover {
        background-color: Transparent;
    }

    #navigation img {
        margin-bottom: 0px;
        cursor: pointer;
    }

    #navigation #moviecontainer {
        margin: 0px;
    }

#audioinfo {
    width: 530px;
    background-image: url(../images/audioinfobg.jpg);
    height: 19px;
    font-size: 9px;
    margin-top: 2px;
}

#audiotimecode {
    text-align: right;
    float: right;
    margin-right: 5px;
    margin-top: 4px;
}

#moviecontainer {
    margin-left: 20px;
    margin-top: 20px;
}

#chartcontainer > #moviecontainer
{
    margin:0;
}


    /* fix 30.10.2009 bündig mit headline */
    #moviecontainer.bigvideo {
        margin-top: 5px;
        margin-left: 0px;
    }

.bigvideo {
    width: 100%;
    height: auto;
    margin: 0;
}

.bigvideo video
{
    width:100%;
    margin-top:2px;
    margin-bottom:-3px;
    height:auto !important;
}

.bigvideo object
{
    height:382px;
    margin-bottom:-3px;
}


.speaker {
    width: 150px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 21px;
    margin-left: 28px;
}

    .speaker img {
        border: 1px solid black;
    }




.chartinfos {
    padding-left: 40px;
}

.chartdownloads {
    padding-left: 8px;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}

#chartdownload {
    display: block;
}

#chart {
    position: relative;
    width: 530px;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 2px;
    margin-top: 15px;
    margin-left: 0px;
}

#progress {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
}


#chartcontainer {
    margin-left: 0px;
    text-align: center;
}

#divchart {
    -moz-background-size: contain;
    background-size: contain;
    width: 100% !important;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#imgchart {
    width: 100%;
    visibility: hidden;
}

#textchart {
    padding-left: 0px;
    padding-bottom: 14px;
    padding-top: 5px;
}

    #textchart .title {
        font-size: 12px;
        font-weight: bold;
    }

/* footer */
/* IE6 */
* html #footer, .push {
    margin-top: -5px;
}
/* moved */

#footer, .push {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 18px;
    margin-top: 13px;
}

#footer {
    text-align: center;
    margin-top: 0px;
}

    #footer .cmefeed {
        margin-left: 3px;
        margin-right: 17px;
        padding: 0 17px 0 0;
        background: url( "../images/feed-icon-14x14.png" ) no-repeat right 50%;
    }

ul#footermenu {
    width: 980px;
}

    ul#footermenu a {
        text-decoration: none;
    }

    ul#footermenu li {
        margin: 0;
        list-style-type: none;
        display: inline;
        text-align: center;
        height: 18px;
        background-repeat: repeat-y;
    }

        ul#footermenu li .left {
            padding-left: 10px;
        }

        ul#footermenu li .right {
            padding-right: 5px;
        }

        ul#footermenu li .feed {
            margin-left: 3px;
            margin-right: 2px;
            padding: 0 17px 0 0;
            text-align: right;
            background: url( "../images/feed-icon-14x14.png" ) no-repeat right 50%;
        }

.borderless {
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.border, #cmefragen, #cmenavigation {
    border: 1px solid #09291E;
}


/* lists */
.box {
    background-position: left;
    background-repeat: repeat-y;
    background-color: White;
    border: 1px solid #000029;
    font-size: 12px;
    border-collapse: collapse;
    padding: 0;
    height: auto;
    width: 99%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .box .padding {
        padding: 10px;
    }

    .box .date {
        font-size: 12px;
        width: auto;
        display: blocK;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box .title {
        font-size: 12px;
        width: auto;
        float: none;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box a.title {
        padding-left: 0px;
    }

    .box .place {
        width: auto;
        float: none;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box .clear {
        clear: both;
    }

    .box a {
        font-size: 12px;
        color: Black;
        font-weight: bold;
    }

    .box .success {
        color: green;
    }

    .box .failure {
        color: Red;
    }

    .box .snapshot {
        width: 52px;
        border-right: 1px solid black;
        vertical-align: top;
    }

        .box .snapshot img {
            margin-bottom: -2px;
        }

    .box .boxinfo {
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 12px;
    }

    .box .boxinfocme {
        vertical-align: middle;
        padding-left: 62px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .box .emptyinfo {
        width: 45px;
        height: 100%;
        padding-top: 49px;
        padding-left: 10px;
    }

    .box ul {
        list-style-image: none;
        list-style-type: square;
    }


/* mp4 video */

div.jp-type-single {
    border: 1px solid black;
}

div.jp-audio,
div.jp-audio-stream,
div.jp-video { /* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
    font-size: 10px; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
    font-family: Verdana, Arial, sans-serif;
    line-height: 18px;
    color: #666;
    
}


/* background-color: orange; width: 290px; height: 220px;*/

div.jp-interface {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    background: url(../images/video-gui-bg.gif);
    width: 100%;
    border: 1px solid black;
    left: -1px;
    top: 0px;
    height: 18px;
}

div.jp-progress {
    overflow: hidden;
    background-color: #ddd;
}

div.jp-video div.jp-progress {
    top: 0px;
    left: 0px;
    width: 62%;
    height: 10px;
    margin: 4px;
    float: left;
}

div.jp-seek-bar {
    background-color: white;
    width: 0px;
    width: 180px;
    cursor: pointer;
}

div.jp-play-bar {
    background-color: #666666;
    width: 0px;
    height: 10px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
    background-color: #bfbfbf;
}

div.jp-volume-bar2 {
    position: relative;
    cursor: pointer;
    background-image: url(../images/button_audio.gif);
    width: 20px;
    height: 20px;
    float: right;
    top: -1px;
}

div.jp-volume-bar-container {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 20px;
    height: 200px;
}

div.jp-volume-bar-value {
    background-color: black;
    position: absolute;
    border: 1px solid red;
    bottom: 0;
    width: 100%;
}


/* @group current time and duration */

div.jp-audio div.jp-time-holder {
    position: absolute;
    top: 50px;
}

div.jp-audio div.jp-type-single div.jp-time-holder {
    left: 110px;
    width: 186px;
}

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 166px;
    width: 130px;
}

div.jp-current-time,
div.jp-duration {
    width: 60px;
    font-size: .64em;
    font-style: oblique;
}

div.jp-current-time {
    float: left;
    display: inline;
}

div.jp-duration {
    float: right;
    display: inline;
    text-align: right;
}

div.jp-video div.jp-current-time {
    margin-left: 20px;
}

div.jp-video div.jp-duration {
    margin-right: 20px;
}

div.jp-video-play {
    width: 100%;
    overflow: hidden; /* Important for nested negative margins to work in modern browsers */
    cursor: pointer;
    background-color: rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
    margin-top: -220px;
    height: 220px;
}

a.jp-video-play-icon {
    position: relative;
    display: block;
    width: 112px;
    height: 100px;
    margin-left: -56px;
    margin-top: -50px;
    left: 50%;
    top: 40%;
    background: url(../images/bigplay.png) 0 0 no-repeat;
    text-indent: -9999px;
}

div.jp-video-play:hover a.jp-video-play-icon {
    background: url("../images/bigplay.png") 0 -100px no-repeat;
}

div.jp-jplayer audio,
div.jp-jplayer {
    width: 0px;
    margin-top: -2px;
    margin-bottom: -2px;
}

div.jp-jplayer {
    xbackground-color: #000000;
}

/* @group NO SOLUTION error feedback */
.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none;
}

    .jp-no-solution a {
        color: #000;
    }

    .jp-no-solution span {
        font-size: 1em;
        display: block;
        text-align: center;
        font-weight: bold;
    }
/* @end */


/* --- responsive */

.mobile {
    display: none;
}

@media all and (max-width:920px) {



    /* Mobile */
    .mobile {
        display: block;
    }

    .mobilemenu {
        background-image: url(../images/de/menu_background_selected.gif);
        height: 22px;
        padding-top: 4px;
    }

        .mobilemenu a {
            color: white;
            float: right;
            margin-right: 15px;
            line-height: 20px;
        }

    /* Logo */

    #header {
        height: 50px;
    }

        #header #logo img {
            display: none;
        }

        #header #logo h1 {
            padding: 5px;
            font-size: 100%;
            padding-top: 20px;
            display: block;
        }

        #header #sciarc {
            height: 45px;
        }

    #wrapper {
        margin-top: 41px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -33px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #main {
        height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    /* Menu */
    .drawer {
        max-height: 0;
        overflow: hidden;
        -moz-transition: max-height 0.25s linear;
        -o-transition: max-height 0.25s linear;
        -webkit-transition: max-height 0.25s linear;
        transition: max-height 0.25s linear;
    }

        .drawer.active {
            max-height: 1000px;
            -moz-transition: max-height 1.0s linear;
            -o-transition: max-height 1.0s linear;
            -webkit-transition: max-height 1.0s linear;
            transition: max-height 1.0s linear;
        }

    ul#mmenu {
        margin-top: 2px;
        margin-left: 10px;
    }

    ul#menu {
        width: 100%;
        padding: 0px;
        list-style-type: none;
        margin-left: 0px;
    }

        ul#menu li {
            margin: 0px;
            display: inline;
            float: left;
        }

            ul#menu li a span {
                padding-left: 10px;
            }

        ul#menu #home {
            display: none;
        }

        ul#menu li.button, ul#menu li.buttonselected, ul#menu li.button#home {
            display: block;
            width: auto;
            float: none;
        }

        ul#menu > li.buttonselected {
            height: auto;
        }

        ul#menu li.buttonselected #cmemenu li {
            width: 100%;
            display: block;
        }

        ul#menu li.buttonselected ul#cmemenu li {
            width: 100%;
            height: 20px;
        }

    #cme {
        position: static;
        height: 100px;
        width: 100%;
    }

    #cmemenu {
        height: auto;
        float: none;
        margin: 0;
    }

    #navigation {
        width: 99%;
    }

        #navigation #menuthumbs {
            width: auto;
            min-width:20%;
            padding: 0px;
            padding-left: 10px;
            margin: 0px;
            vertical-align: top;
        }

        #navigation #player, #bignavigation #player {
            padding: 0;
            width: auto;
            min-width:40%;
            margin: 0;
            text-align: center;
            vertical-align: top;
        }

        #navigation #previousnext {
            width: auto;
            min-width:20%;
            vertical-align: middle;
            padding-top: 0px;
            padding-right: 10px;
            text-align: right;
        }


    #moviecontainer {
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }



    #chartdiv table {
        width: 100%;
    }

    #textchart {
        padding-left: 10px;
        padding-bottom: 14px;
        padding-top: 5px;
    }

    #chart {
        width: 100%;
        font-size: 11px;
        padding-bottom: 10px;
        margin-bottom: 2px;
        margin-top: 15px;
    }

    #imgchart {
        width: 100%;
    }

    #divchart {
        -moz-background-size: contain;
        background-size: contain;
        width: 100% !important;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

    #chartcontainer {
        text-align: center;
    }

    .chartdownloads .border {
        margin-bottom: 0px;
        padding-top: 14px;
        margin-left: 20px;
        clear: both;
    }

    .chartinfos {
        padding-left: 10px;
    }

    #content #contentwrapper {
        padding: 5px;
    }

    #content {
        padding: 0;
        padding-top: 10px;
    }

    .float50, .float70, .float30 {
        width: 100%;
        float: none;
    }

    #audioinfo {
        width: 99%;
        border-right:1px solid black;
    }


    .float30 {
        margin-bottom: 30px;
        padding-bottom: 0;
        clear: both;
        margin-top: 50px;
    }

    .speaker {
        margin-bottom: 70px;
    }

    .mobilecenter {
        text-align: center;
    }

    /* footer */
    #footer, .push {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 18px;
        margin-top: 0px;
    }

    #footer {
        text-align: center;
        width: 100%;
        margin-top: 0px;
        height: auto;
    }

    .push {
        margin-top: 13px;
    }

    ul#footermenu {
        width: 100%;
    }

    #dockcontainer {
        display: none;
    }

    #profile {
        text-align: left;
    }

        #profile label {
            display: block;
            width: 100%;
        }

    input[type=text], input[type=number], input[type=email], input[type=password], textarea {
        width: 90%;
    }

    #profile.big {
        width: 100%;
    }

    #profile .formend {
        margin-left: 0;
    }

    #videoplayer
    {
        height:auto !important;
    }

    ul#thumb {margin:0;padding:0}

    #thumbs li {
        float: none;
        margin-right: 0;
        width: 100%;
        border:1px solid gray;
    }


}




.ranger-element {
    *left: -9999px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.ranger {
    overflow: hidden;
    width: 100%;
}

    .ranger * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .ranger .ranger-track {
        background: black;
        border: 1px solid #ddd;
        border-radius: 0px;
        float: left;
        height: 8px;
        margin: 3px 0;
        position: relative;
        width: 100%;
    }

    .ranger .ranger-handle {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .ranger .ranger-disc {
        background: black;
        border-radius: 0;
        cursor: pointer;
        display: block;
        height: 14px;
        margin: -4px 0 0 -6px;
        width: 16px;
    }

@media screen and (min-width: 740px) {
    .ranger:hover .ranger-track {
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    }

    .ranger:hover .ranger-disc {
        background: #ccc;
        border-color: #999;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    }
}

.ranger.focus .ranger-track {
    xbox-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.ranger.focus .ranger-disc {
    background: #ccc;
    border-color: #999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

/* Labels */
.ranger-labels .ranger-track {
    width: 80%;
}

.ranger-labels .ranger-label {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 28px;
    margin: 0 2% 0 0;
    text-align: right;
    width: 8%;
}

    .ranger-labels .ranger-label.max {
        float: right;
        margin: 0 0 0 2%;
        text-align: left;
    }

.ranger-vertical {
    height: 200px;
    width: 20px;
}

    .ranger-vertical .ranger-track {
        height: 95%;
        margin: 5px;
        width: 8px;
    }

    .ranger-vertical .ranger-handle {
        bottom: 0;
        height: 1px;
        left: 0;
        top: auto;
        width: 100%;
    }

    .ranger-vertical .ranger-disc {
        margin: -7px 0 0 -4px;
    }

    .ranger-vertical .ranger-label,
    .ranger-vertical .ranger-label.max {
        clear: both;
        float: none;
        height: 10%;
        padding: 5px 0 0;
        text-align: center;
        width: 100%;
    }

        .ranger-vertical .ranger-label.max {
            padding: 0;
        }

/* 'Disabled' state */
.ranger.disabled {
    cursor: default;
    opacity: 0.5;
}

    .ranger.disabled .ranger-disc {
        cursor: default;
    }
