﻿/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
#inhalt{
    position:relative; /* braucht es für die Footer Position*/
    height:auto !important; /* normale Browser */
    height:100%; /* IE6: setzt dies wie min-height um*/
    min-height:100%; /* normale Browser */
    padding-bottom: 50px;
    overflow: hidden;
}

header .header{
    margin: auto;
	max-width: 960px;
    display: block;
    overflow: auto;
}

.header .logo{
    display: table-cell;
    max-width: 359px;
}

.header .logo a img{
    padding: 5px 0px;
	max-width: 100%;
    display: inline-block;
    float: left;
}

.header .contact{
    display: table-cell;
    padding: 5px 0px;
    vertical-align: middle;
}

.contact a{
     color: rgb(169,164,163);
     padding-left: 15px;
     display: block;
}

#body{
    margin-bottom: 40px;
}

footer{
    width: 100%;
    position:absolute;
    bottom:0; /* Positioniert dies ganz unten */
}

footer a{
    color: rgb(169,164,163);  
}

footer img{
    opacity: 0.25;
    margin-bottom: -3px;
}

footer .footer{
    margin: auto;
    width: 960px;
    min-height: 50px;
    background: #000;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
}

footer .facebook{
    max-width: 400px;
    float: left;
}

footer .contact{
    text-align:right;
    display: block;
}

footer .contact a{
    float: right;
}

/*Stundenplan*/

.mobiletable{
    display: none;
    padding-bottom: 20px;
}

.table{
    margin-top: 25px;
    margin-bottom: 25px;
}

.col{
    border: 1px solid black;
    width: 20%;
    float: left;
    text-align: center;
    min-height: inherit;
    vertical-align: middle;
}

.tablebody .tablerow{
  min-height: 150px;
}

.tablebody .gap{
    min-height: 30px;
    border: 1px solid black;
}

.tableheader{
    display: block;
    overflow: auto;
	color: white;
	background-color: #404040;
}

.col .uhrzeit{
    font-size: 80%;
    font-weight: bold;
    padding-left: 3px;
    text-align: left;
    min-height: 20px;
}

.col .kurs{
    display: table;
    min-height: 129px;
    font-weight: bold;
    min-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

/*Seitenbild*/

.picture{
    margin: 0 auto;
    width: 960px;
    max-height: 540px;
}


/*Stundenplan mobil*/

@media (max-width: 960px) {

.table{
    display: none;
}

.mobiletable{
    min-width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

/*Menü ganz oben immer auf der website (geht noch nicht ganz)*/
.mobiletable .wochentag:first-child{
    padding-top: 20px;
}

.wochentag{
	display: table;
	min-width:100%;
	padding-top: 40px;
}

.tableheader{
    width: 100%;
}


.col{
    width: 100%;
}

.col .kurs{
    display: table;
    min-height: 100px;
}

.gap{
    width: 100%;
    float: left;
    min-height: 30px;
    border: 1px solid black;
}

/*Menü Mobil (Inhalt: Overflow wird sichtbar gemacht*/

#inhalt{
    overflow-y: visible;
}

nav > ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#mobilemenu #toggle{
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    height: 25px;
    width: 25px;
}

/*Mobile Ansicht: Header*/

header .header{
    display: table;
}

.header .contact{
    display: none;
}

.header .logo{
    display: none;
}

/*Mobile Ansicht: Footer*/

footer .footer{
    display: inline-block;
    width: 100%;
}
}