@import url('static/css/bootstrap.css');
@import url('static/css/bootstrap-theme.css');


body {
      padding: 0px;
      margin: 0px;
      background-color: #AED1f5;
      /*background: url("static/wolken.png") repeat fixed 0 0 #AED1F5;*/
}

#yquery {
	background-image: url("static/img/yacy-search-small.png");
	background-repeat: no-repeat;
	background-position: left center;
}

/* top row */
.col{ 
	margin-bottom: -99999px;
	padding-bottom: 99999px;  
}

#social-icons div.box-content {
	margin-bottom: 0px;
}

#social-icons .box div.box-content img {
	padding-bottom: 0px;
}

/* bottom row */
.col-base{ 
	margin-top: -15px; /* cut off top portion of bottom wells */
}
.col-wrap{
	overflow: hidden; 
}
.box {
	background-color: #fff;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.box-content {
	margin-bottom: 15px;
}

#content-info-box {
	margin: 0px 0px 5px 15px;
}

@media (min-width: 400px) {
#content-info-box {
	float: right!important;
}
}

.box-footer {
	background-image: linear-gradient(to bottom, #26489D 0px, #06286D 100%);
	background-color: #06286D;
   color: #ffffff;
   margin-bottom: 1em;
   padding: 3px 5px;
}

.box-footer a {
   color: #ffffff;
}

.box-same-height {
	margin-bottom: -400px;
	padding-bottom: 400px;
}

#sidebar .box img {
	padding-bottom: 15px;
	padding-bottom: 15px;
}

#sidebar h4 {
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#sidebar > div.row {
	margin-bottom: 15px;
}
	  
#sponsoren div > a > img.img-responsive {
	padding-bottom: 30px;
}

#content {
}

.breadcrumb > li + li:before {
	content: "»";
}

.breadcrumb {
	background-color: #fff;
	margin-bottom: 0;
	padding: 8px 15px 0;
}

.box-content {
	margin-bottom: 15px;
}

#header {
	margin-bottom: 1em;
	margin-top: 1em;
}

.navbar-default {
	background-color: #1B79D9;
}

.navbar-inverse {
	background-color: #06286D;
	/*background-image: linear-gradient(to bottom, #06286D 0px, #26489D 100%);*/
	background-image: linear-gradient(to bottom, #26489D 0px, #06286D 100%);
	border-radius: 0 0 4px 4px;
	/*box-shadow: none;*/
	/*box-shadow: 0 49px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);*/
	border-width: 0px;
	border-color: #AED1F5;
}

.navbar-inverse .navbar-nav > .active > a {
	    background-color: #06286D;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-brand {
	font-size: 13px;
	white-space: nowrap;                      
	overflow: hidden;              /* "overflow" value must be different from "visible" */    
	text-overflow: ellipsis;
}

#footer {
	/* background-color: #fff; */
	
}

#mainmenu {
	margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
	body > .container {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 769px) {
	ul.nav li.dropdown:hover ul.dropdown-menu{
		display: block;
		margin-top:0px
	}
}

@media screen and (max-width: 768px) {
	#sidebar div.row {
		margin-left: 0px;
	}
.row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out 0s;
}
.row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
}
.row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
}
.row-offcanvas-right.active {
    right: 50%;
}
.row-offcanvas-left.active {
    left: 50%;
}
.sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
}
}

@media (max-width: 1199px) {
.table-responsive {
    border: 1px solid #DDDDDD;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive > .table {
    background-color: #FFFFFF;
    margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.table-responsive > .table-bordered {
    border: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	padding: 4px;
}
}

.table-hover > tbody > tr:hover > td{
	    background-color: #06276E;
	    color: #FFFFFF;
}

.table-hover > tbody > tr:hover > td a,
.table-hover > tbody > tr:hover > td > a {
	    color: #A6D7FE;
}

.table-hover > tbody > tr:hover > td.planmetapause {
	background-image: url('static/img/pause_bg_hover.png');
}

.table-hover > tbody > tr:hover > td.plantime {
	    color: #06276E;
	    background-color: #F5F5F5;
}

.table-hover > tbody > tr:hover > td.plantime {
	    color: #06276E;
}

/* Vortragsprogramm */
table.plan {
   width : 100%;
   border-collapse: collapse;
   font-size: 80%;
   border: none;
}

div.plan {
   border: solid 2px #06276E; /* 2pt */
   padding: 1px; /* 1pt */
}

/* durchgaengige Zeilen */
td.planmeta {
   text-align: center;
   background-color: #06276E;
   color: white;
   font-weight: bold;
   border-top: 1px solid white; /* 1px */
   margin: 0;
   padding: 2px; /* 2pt */
}

/* fuer den Link zur Linux-Nacht */
td.planmeta a, td.planmeta a:hover {
   color: white;
}

/* Uhrzeiten */
td.plantime {
   text-align: center;
   vertical-align: top;
   background-color: #06276E;
   color: white;
   font-weight: bold;
   border-top: 1px solid white; /* 1pt */
   border-right: 1px solid white; /* 1pt */
   margin: 0;
   padding: 2px; /* 2pt */
}

/* Strangueberschriften */
td.planmetastrang {
   text-align: center;
   vertical-align: top;
   color: #06276E;
   font-weight: bold;
   border: 1px solid #9ba8c5; /* 1pt #06276E */
   border-bottom: 1px solid #fff;
   margin: 0;
   padding: 2px; /* 2px */
}

/* Raumnummern, Sonstiges */
td.planmetanormal {
   text-align: center;
   vertical-align: top;
   color: #06276E;
   font-weight: bold;
   border: 1px solid #9ba8c5; /* 1pt #06276E */
   margin: 0;
   padding: 2px; /* 2px */
}

/* Pausenfeld */
td.planmetapause {
   text-align: center;
   background-image: url('static/img/pause_bg.png');
   background-color: #c4c4c4;
   color: #333333;
   font-weight: bold;
   border: 1px solid #9ba8c5; /* 1pt #06276E;*/
   margin: 0;
   padding: 0;
}

/* Vortragsfelder */
td.plandata {
   vertical-align: top;
   border-spacing: 0;
   margin: 0;
   padding: 2px; /* 2pt */
}
td.plandataselected {
   background-color: #E7DCD3; /* #F0F0F0 */
   border: 1px solid #9ba8c5; /* 1pt #06276E; */ 
   border-top: 1px solid #fff;

}
td.plandataunselected {
   border: 1px solid #9ba8c5; /* 1pt #06276E; */
   border-top: 1px solid #fff;

}
input.plansmall {
   background-color: #E3E3E3;
   color: #06276E;
   border: 1px solid #06276E;
   margin: 1px;
   padding: 1px;
}
.plandetail {
   text-decoration: none;
}
.plandetail:hover {
   border-bottom: 1px dotted #06276E;
}

.planperson {
   font-size:70%;
   color: #888888;
}
