body {
	font-family: Raleway, sans-serif;
	background: url(../img/congruent_pentagon.png) repeat;
	font-size: 16px;
}

.img-responsive {
	display: inline;
	max-width: 100%;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0 0 0 10px;
}

hr {
	margin: 10px 0;
	border-color: #000000;
}

@media (max-width: 992px) {
	.uph-logo-div {
		text-align: center;
	}
}

#uph-logo {
	margin: 20px 0 10px;
}

.footer ul {
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: Montserrat,sans-serif;
}

h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}

.row {
	margin-bottom: 15px;
}

.jumbonav h1, .jumbonav h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0px;
}

.jumbonav img {
	width: 100%;
}

blockquote {
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	color: inherit;
	display: block;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.42857;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #000;
}

.table > thead > tr > th {
	border-bottom: 2px solid #000;
}

/*td:nth-child(1), td:nth-child(2), td:nth-child(3) {
	width: 10%;
}*/

th.monat {
	text-align: left;
}

.datepicker {
	margin: 10px;
}

.ui-datepicker td {
	width: 1%;
}

input.datum {
	margin: 10px 0;
}

blockquote {
	border-left-color: #ffe200;
}

.dynamic {
	position: relative;
	overflow: hidden;
}

.over {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	top: -2000px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: white;
}

.over a {
	color: #ffffff;
	font-weight: bold;
}

.dynamic:hover .over {
	top: 0;
}

#preloader {
	display: none;
	margin: 15px 0;
}

@media (max-width: 767px) {
	.container [class^="col-"] {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		font-size: 26px;
	}
}

img {
	margin-bottom: 5px;
}

.preistable {
	border-bottom: 1px solid black;
}

.preistable td {
	width: 10%;
}

.preistable.business td:first-child {
	white-space: nowrap;
	width: 1%;
}

.file-thumbnail {
	display: inline-block;
	font-size: 0.8em;
	margin: 5px;
	max-width: 100px;
	text-align: center;
	vertical-align: top;
}

.file-thumbnail > img {
	display: block;
	margin: 0 auto;
}

.contact-div {
	text-align: right;
	display: table;
}

.contact-div > a {
	display: table-row;
}

.contact-div > a:hover {
	text-decoration: none;
}

.contact-div > a > span {
	display: table-cell;
	vertical-align: top;
	padding: 3px;
}

.contact-div > a > span:first-child {
	padding-top: 7px;
}

.contact-div > a > span > h4 {
	margin: 0;
}

.home-list {
	margin-bottom: 0;
}

.home-list a {
	font-weight: bold;
}

#ausstellungen_quartalsplan td:first-child {
	width: 1%;
}

.price {
	font-size: 2em;
	text-align: center;
}

.price small {
	font-size: 0.7em;
}

.pricestructure h2 {
	text-align: center;
}

.row.pricestructure {
	overflow: hidden;
}

.row.pricestructure .border {
	border: 1px solid #000000;
	display: inline-block;
	padding: 10px;
	min-height: 645px;
	width: 100%;
}

.leistungen {
	min-height: 210px;
}

tr.geschlossen td:not(:first-child), tr.geschlossen.trotzdem td:first-child {
	background-color: rgba(255, 25, 0, 0.15);
}

tr.offen td:not(:first-child), tr.offen.trotzdem td:first-child {
	background-color: rgba(70, 255, 0, 0.15);
}

tr.geschlossen.first {
	font-weight: bold;
	font-size: 0.8em;
}

tr.geschlossen.first td {
	padding: 2px 8px;
}

td.offen.first {
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 8px;
}

/* Override for Google Custom Search */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Firefox padding correction... */
@-moz-document url-prefix() {
	.gsib_a {
		padding-top: 2px;
	}
}

.gsc-control-cse, .gsc-control-cse-de {
	background-color: rgba(0, 0, 0, 0);
	border: medium none;
}

.anwesende-personen .list-unstyled > li {
	display: inline;
}

.anwesende-personen .list-unstyled > li:after {
	content: " •";
}

@media print {
  thead {
    display: table-row-group;
  }
}