/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url('/images/background/bg_common_1.jpg') no-repeat center  ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color:#fff;
  font-family: 'Noticia Text';
  font-weight: 400;
  font-style: normal;
}

div#contents
{
	position:relative;
	padding-top:95px;
	padding-bottom:135px;
}

.orange
{
	color:rgb(174,72,5);
}

.neu
{
	color:rgb(174,72,5);
	font-weight:700;
}

table {
    width: 100%;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 11pt;
    margin-bottom: 1em;
}

table tr td
{
	vertical-align: top;
}

table.preise td
{
	text-align:left;
	text-indent:0.5em;
}
table.preise tbody tr td, table.preise thead tr th
{
	text-align: right;
}
table.preise td:first-child, table.preise tbody tr td:first-child, table.preise thead tr th:first-child
{
	text-indent: 0;
	text-align:left;
}

a.active
{
	font-weight: 600;
	text-decoration: none;
}

.list-group-item
{
	text-decoration:none;
}
.list-group-item.active
{
	background-color:rgb(174,72,5);
	border-color: rgb(174,72,5);
}
