/* styles needes for shortcodes  */
body {
	overflow-x: hidden;
}
.divider {
    margin-bottom: 25px;
    padding-top: 25px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

/* Styling of standard gallery shortcode, removed in functions */
.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}



/* basic styles for layout, can be removed. */


/* Top Header */

#top-header{
    background-color: #999;
    color: #fff;
    font-size: 80%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}

#top-header ul,ol{
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 0px;
}

#top-header  a{
    color: #ffffff;

}



/* Search Head */

#search-head{
    margin-top: 15px;
    padding-right: 15px;
}



/* Brand */
.brand{
    margin-top: 15px;
    margin-bottom: 15px;
}


#site-title{
    font-size: 35px;

}



/*Header Menu */

.header-menu{
    list-style: none outside none;
    display: inline-block;
}


.header-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
    border-right:1px solid white;
}


.header-menu li:last-child{
    border-right:none;
}

/*Breadcrumbs*/

.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding-left: 10px;
}


/* post image */
.wp-post-image{
    float: left;
    margin-right: 15px;
}





/*More Links*/


.read-more{

    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}





.read-more:hover {
    background-color: #3276B1;
    border-color: #3276B1;
    color: #FFFFFF;
    text-decoration: none;
}


/* meta data */

.meta{
    font-size: 12px;
}


.cats{
    margin-left: 5px;
    margin-right: 10px;
}

.tags{
    margin-left: 5px;
    margin-right: 10px;
}



/* Sidebar */

.sidebar-wrapper{
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-left: 1px solid transparent;
    border-color: #dcdcdc;
}


.sidebar-wrapper ul {
    padding-left: 25px;
}



.sidebar-wrapper p {
    padding-left: 10px;
}


.sidebar-posts .textwidget, .sidebar-page .textwidget{
    padding-left: 15px;

}





/* Widgets */

.widget{
    margin-bottom: 40px;
}




/* Pagenavi */

.wp-pagenavi{
    margin-bottom: 25px;
    text-align: center;
}




/* code in comments*/

code {
    white-space: normal;
}


/* Footer */

.footer-wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    color: #ffffff;
    background-color: #999;
}


.footer{
    font-size: 75%;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #ffffff;
}



.footer h3, .footer h4, .footer h5, .footer h6 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
}


.footer a{
    color: #ffffff;

}


.footer .btn {
    color: #262F59;
}


.footer-menu {
    list-style: none outside none;
    display: inline-block;

}


.footer-menu-wrapper ul, ol{
    margin-left: 0px;
    padding-left: 0px;
}



.footer-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
    border-right:1px solid white;
}


.footer-menu li:last-child{
    border-right:none;
}





.footer, .copyright a{
    color: #ffffff;
}


.footer ul li{
    color: #ffffff;
}





/* Copyright*/

.copyright-wrapper{
    background-color: #666;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    color: #ffffff;
    font-size: 75%;
}

.credit{
    font-size: 10px;
    text-transform: none;
    list-style: none outside none;
    display: inline-block;
    text-transform: uppercase;
}

.credit li{
    display: inline;
}



.copyright{
    padding-top: 10px;
}





/* MEDIA QUERIES */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #search-head {
        margin-top: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }


    .header-menu-wrapper{
        float: right;
    }


    .footer-menu-wrapper{
        float: right;
    }




    .footer-menu-wrapper ul, ol{
        margin-left: 10px;
    }



}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #search-head {
        margin-top: 15px;
        padding-right: 15px;
        float: right !important;
    }






    #top-header ul,ol{
        margin-left: 10px;
    }

    .header-menu li:first-child {
        padding-left: 20px;
    }


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* Overwrites */
.navbar-default {
        background-color: #a51d1d;
        border-color: #6f1314;
}
.navbar-default .navbar-brand {
        color: #dbe2e3;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #ecdbff;
}
.navbar-default .navbar-text {
        color: #dbe2e3;
}
.navbar-default .navbar-nav > li > a {
        color: #dbe2e3;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ecdbff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ecdbff;
        background-color: #6f1314;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ecdbff;
        background-color: #6f1314;
}
.navbar-default .navbar-toggle {
        border-color: #6f1314;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #6f1314;
}
.navbar-default .navbar-toggle .icon-bar {
        background-color: #dbe2e3;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
        border-color: #dbe2e3;
}
.navbar-default .navbar-link {
        color: #dbe2e3;
}
.navbar-default .navbar-link:hover {
        color: #ecdbff;
}

@media (max-width: 767px) {
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
                color: #dbe2e3;
        }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #ecdbff;
        }
        .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
                color: #ecdbff;
                background-color: #6f1314;
        }
}

.headerimage{
width:100% !important;
}
.headerimage-container{
margin-top:0;
margin-bottom:0;
}

@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}

a{
color:#333;
-webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */
}

.breadcrumb{
margin-bottom:0;
}
.post-meta small a, .cats a, .cats{
color: #999;
text-transform: uppercase;
}

.searchform input, .searchform button{
background-color:transparent;
}
.searchform input{
color:white;
}
.searchform{
border:0 !important;
}
.navbar-collapse{
max-height:none !important;
}

/* Table layout */
       table {
         font-size: 0,9em;
         width:100%;
         border-bottom-width: 3px;
         border-bottom-style: solid;
         border-bottom-color: #F0F0F0;
	  font-weight: lighter;
       }
       thead, th {
	 font-weight: normal;
         background:#a51d1d;
         color:#fff;
         text-align:left;
       }
	   .thplanklasse, .thplanstunde, .thplanfach, .thplanlehrer, .thplanraum, .thplaninfo{
		   color:#000;
	   }
       /* Padding */
       td, th {
           padding: 5px 10px;
       }
       /* Alternating background colors */
       tr:nth-child(even) {
           background: #f0f0f0;
       }
       tr:nth-child(odd) {
           background: #FFF
       }
       th:first-child {
           border-radius: 6px 0 0 0;
       }

       th:last-child {
           border-radius: 0 6px 0 0;
       }

       th:only-child{
           border-radius: 6px 6px 0 0;
       }

