/**
 * project:         ADLER-Seminare
 * module:          
 * filename:        seminare_adler
 * description:      
 * -----------------------------------------------------------------------------
 * @copyright (c) by web2you.at ( Markus Gasteiger )
 * @author magast - markus.gasteiger@web2you.at
 * -----------------------------------------------------------------------------
 * @version 
 * history:
 * 31.01.2017
 * 
 */

body{
    padding-top: 0px;
}

.jumbotron{
    background-color: rgb(255,204,0);
    margin-bottom: 0px;
    padding-left: 150px;
    padding-top: 10px;
    height: 200px;
}

.jumbotron h1, .jumbotron .h1{
    color: rgb(255,235,153);
    font-weight: bold;
    text-shadow: 3px 3px 5px grey;
}

.jumbotron h2, .jumbotron .h2{
    color: rgb(255, 250, 230);
    font-weight: bold;
    margin-top: 10px;
}

.jumbotron h3, .jumbotron .h3{
    color: rgb(121,122,118);
    margin-top: 0px;
    font-size: 14pt;
    font-weight: bold;
    background-color: rgba(255,255,255,.6);
    padding: 4px 0px 4px 20px;

}

.items{
    width:12.5%;
    line-height: 1.4;
    text-align: center;
    background-color: rgb(255,235,153);
    border: 1px solid rgb(255,235,153);
    margin: 3px 3px 3px 3px;
    box-shadow: 3px 3px 5px grey;
}

.modal-content{
    width: 1032px;
    background-color: rgb(255,204,0);
}

.modal-dialog{
    width: 1032px;
}

.modal-header{
    font-weight: bold;
    font-size: 16pt;
}


/* Fixed header in table */
.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 680px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 25%;
    float: left;
}

.infotext{
    font-size: 8pt;
    font-weight: normal;
    color: #000;
}