img.LIVE{
    display: none;
}

img.DEV{
    background-color: lightcoral;
}

.DEVFrame{
    border: 2px dotted orangered;
}



html {
    font-size: 62.5%;
}

body {
    font-size: 1.6px; /* Fallback für alte Browser, die rem nicht kennen */
    font-size: 1.6rem; /* 16px */
    line-height: 1.5; /* 24px */
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; /* Google Webfont */
    color: #444; /* dunkelgrau */
    /*background-color: #efefef;*/ /* hellgrau */
}

.administration{
    background-color: #fff9c0;
    height: 30px;
}


div.pageWrapper{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}


.header {
    background-color: #fff; /* rot */
    width: 99%;
    margin-top: 60px;
}

div.header div.left{
    width:29%;
    float: left;
    border: 0px solid red;
    height: 3em;
}
div.header div.middle{
    width:3%;
    float: left;
    border: 0px solid green;
    height: 3em;
    vertical-align: top;
}
div.header div.right{
    width:63%;
    float: left;
    border: 0px solid blue;
    height: 3em;
    text-align: right;
}

div.clearer{
    clear: both;
}

div.content{

}



div.dirListWrapper{

}

.footer {

}

h1, h2, h3 {
    font-family: 'Raleway', sans-serif; /* Google Webfont */
    font-weight: 500;
    line-height: 130%;
}

h1 {
    font-size: 2.6rem; /* 26px */
}

h2 {
    font-size: 2.2rem; /* 22px */
}

h3 {
    font-size: 2.0rem; /* 20px */
}

p.teasertext {
    font-size: 1.7rem; /* 17px */
    line-height: 150%;
}

pre{
    font-size: 0.8em;
}

pre.hint{
    font-size: 0.8em;
    background-color: lightgreen;
    width: 100%;
}

a:link::before{
    content: attr(normal-text) ;
}

a:link, a:visited {
    text-decoration: none;
    color: #444;
}

a:hover, a:focus, a:active {
    color: #474743;
    background-color: rgb(43, 226, 110);
}

span.error{
    color: red;
}

table{
    width: 100%;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover{
    background-color: plum;
}



td.col, th.col{
    vertical-align: top;
    text-align: left;
}

td.colIndexcontentcontenttype_mapped,
td.colContentcontenttypeindex_mapped{
    width: 60%;
}

.heroline{
    height: auto;
    border: 0px solid  black;
    font-size:1.4em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 0px dotted black;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    background-color: white;
}

.heroline .one,
.heroline .one_public{
    width:29%;
    height: 30px;
    border: 0px solid  green;
    text-align: left;
    float: left;
}

.heroline .two,
.heroline .two{
    width:69%;
    height: 30px;
    border: 0px solid  red;
    text-align: right;
    float: left;
}
.heroline .two img,
.heroline .one img{
    vertical-align: middle;
}

.heroline input.username,
.heroline input.password{
    width: 130px;
}



.heroline  input.loginbutton{
    background-color: silver; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 50% 50%;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 32px;           /* make this the size of your image */
    width: 32px;
    padding: 0em;
    vertical-align: top; /* align the text vertically centered */
    border: 0px solid black;
    background-size: contain;
    box-shadow: 1px 1px;
}

.heroline .mainMenuMobile{
     display: block;
 }

.heroline .mainMenuDesktop{
    display: none;
}

.heroline span.username{
    margin-left: 30px;
}

.header{

}

input.search{
    width: 100%;
    height: 24px;
}

input.searchbutton, input.searchbutton_delete{
    background-color: silver; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 50% 50%;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 24px;           /* make this the size of your image */
    width: 100%;
    padding: 0em;
    vertical-align: top; /* align the text vertically centered */
    border: 0px solid black;
    background-size: contain;
    box-shadow: 1px 1px;

}

div.audioplayer {
    width: 99%;
    /*max-width: 1300px;*/
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10005;
    border: 0px solid black;

}

.audioplayer audio{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 2em;


}

div.audioplayerOwnControls button.play,
div.audioplayerOwnControls button.pause,
div.audioplayerOwnControls button.increaseVolumne,
div.audioplayerOwnControls button.decreaseVolumne{
    background-color: silver; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 50% 50%;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 40px;           /* make this the size of your image */
    width: 24.5%;
    padding: 0em;
    vertical-align: top; /* align the text vertically centered */
    border: 0px solid red;
    background-size: contain;
    box-shadow: 1px 1px;
    margin-left: 0em;
    margin-right: 0em;


}

div.audioplayerOwnControls button.pause,
div.audioplayerOwnControls button.increaseVolumne{
    margin-left: 0em;
    margin-right: 0em;
}

div.audioplayerOwnControls{
    border: 0px solid green;
    width: 80%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: lightgray;
}

#audioElementOwn{
    border: 2px solid red;
}



.logo {
    font-family: 'Raleway', sans-serif; /* Google Webfont */
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff; /* weiss */
}

.logo a:link, .logo a:visited {
    color: #fff; /* weiss */
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.logo a:hover, .logo a:focus, .logo a:active {
    background-color: #f8b255; /* orange */
}

img.icon{
    width: 24px;
}

.heroline img.logo_small,
.heroline img.logo_small_public{
    width: 64px;
}

.heroline span.logo_text{
    display: none;
}



div.footer{
    height: 100px;
    text-align: right;
    margin-right: 10%;
}

div.footerDebug{
    height: 100px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}



.edit{
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10005;
    border: 1px solid green;
    background-color: ghostwhite;
}

/* TIMETABLE */
table.timetable{
    width: 99%;
}

table.timetable th{
    text-align: left;
}
table.timetable .datum{
    width: 20%;
}

table.timetable .zeit{
    width: 10%;
}

table.timetable .ort{
    width: 20%;
}

table.timetable .was{
    width: 49%;
}

/** PLANINFOS **/
table.planinfos{
    width: 99%;
}

table.planinfos th{
    text-align: left;
}

table.planinfos .description{
    width: 20%;
}

table.planinfos .col_1{
    width: 30%;
}

table.planinfos .col_2{
    width: 50%;
}


