/* ======================================================================================================================= 
== Druckeinstellungen 
== ==================================================================================================================== */
@media print {
    .print-12 { width: 100% }
}

/* ======================================================================================================================= 
== Anpassungen Seitenlayout 
== ==================================================================================================================== */
footer {
    margin: 1em 0;
    background-color:#eeeeee;
    padding: 10px;
}
div.imagerow {
    text-align: center;
    margin-bottom: 20px;
}
div.imagerow img {
    padding: 0px 0.5em;
}


/* ======================================================================================================================= 
== Anpassungen Navigation 
== ==================================================================================================================== */
.navbar {
	margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #dddddd;
}
.navbar-inverse .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #eeeeee 0px, #dddddd 100%);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #222222;
}
/*
.navbar-inverse {
    background-image: linear-gradient(to bottom, #9c9c9c 0%, #eeeeee 100%);
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
}
.navbar-nav > li > a {
    padding: 10px;
}
.container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.container-fluid > .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.navbar-inverse .navbar-brand {
    color: #333;
}
.nav-indented {
    padding-left: 1em;
}

/* ======================================================================================================================= 
== Anpassungen Panels 
== ==================================================================================================================== */
.panel {
    background-color: #FBFFC6;
}
article.panel .panel-heading {
    font-size: large;
}
h2.panel-heading {
    font-size: large;
    margin: 0;
}
div.panel-body img {
    float: right;
    max-height: 150px;
    max-width: 200px;
}
div.subtitle {
    font-size: x-large;
    margin-bottom: 10px;
}
p.panel-change {
    padding-left: 15px;
    padding-right: 15px;
}
div.panel-heading a[data-toggle="collapse"] {
    color: white;
}
div.panel-heading a[data-toggle="collapse"]:hover {
    text-decoration: none;
}

/* ======================================================================================================================= 
== Anpassungen Tabellen
== ==================================================================================================================== */
.table-group th {
    background-color: #FBFFC6;
}

/* ======================================================================================================================= 
== Anpassungen Formulare
== ==================================================================================================================== */
fieldset legend {
    background-color: #990000;
    color: white;
    font-weight: bold;
    padding: 3px 5px;
}
.form-horizontal .control-label {
    text-align: left;
}

/* ======================================================================================================================= 
== Breitenbezogene Anpassungen 
== ==================================================================================================================== */

@media (min-width: 768px) {
    .container { padding: 0; }
}

.tsv-breadcrumb {
    padding: 10px 12px 10px 32px;
    margin-right: 5px;
}
.tsv-breadcrumb li:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.tsv-breadcrumb li:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.tsv-breadcrumb li:first-child:before,
.tsv-breadcrumb li:last-child:after {
    border: none;
}
.tsv-breadcrumb li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.tsv-breadcrumb li:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.tsv-breadcrumb li:first-child .badge {
    margin-left: 0;
}



.wizard a {
    padding: 10px 12px 10px 32px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #990000;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}