body {
  font: 14px "Arial", Helvetica, sans-serif;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.container {
  width: 90%;
  padding-top: 70px;
}

/*----------------------------------------------------------------------------------------------------------------------
| Navigation
----------------------------------------------------------------------------------------------------------------------*/
.navbar-nav {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: #000000 1px solid;
}
.navbar-nav > li {
  float: left;
  display: inline-block;
    padding-left: 30px;
}
.navbar-brand {
  font-size: 15px;
  color: #333;
}
.navbar-nav a {
  color: #333;
}
.navbar-nav > li.navbar-right {
  float: right !important;
    padding-right: 30px;
}

.navbar-toggle .icon-bar {
    background-color: #0f0f0f;
}

#greeter {
  padding: 15px 10px;
  display: block;
  font-size: 15px;
}

/*----------------------------------------------------------------------------------------------------------------------
| Footer
----------------------------------------------------------------------------------------------------------------------*/
footer {
  background-color: #fff;
  text-align: center;
  opacity: 0.6;
}
footer div.version {
  padding: 30px;
  font-size: 12px;
}
h1{
  font-size:22px;
  padding:12px;
}
a {
  color: #999999;
}
a:hover{
  cursor: pointer;
}
.aktionen {
  width: 10%;
}

.aktionen a {
  font-size: 13px;
}

.aktion a{
  text-decoration: none;
}

.inactive{
  color:#d43f3a;
}

.inactive a{
  color:#d43f3a;
}
.headline {
  background-color: #dcdcdc;
  width: 100%;
  padding: 4px;
  font-weight: bold;
}
.btn {
  font-size: 12px;
  border-radius: 0px;
}

a.btn {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.dropdown-toggle {
  margin-top: 2px;
  padding-bottom: 5px;
}
.print {
  display: none;
}

/*----------------------------------------------------------------------------------------------------------------------
| Suchformular
----------------------------------------------------------------------------------------------------------------------*/
.search {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*----------------------------------------------------------------------------------------------------------------------
| Tabs
----------------------------------------------------------------------------------------------------------------------*/
.nav-pills {
  padding-bottom: 5px;
  border-bottom: #cad5dc 1px solid;
}
.nav-pills li a {
  border-radius: 0px;
}

/*----------------------------------------------------------------------------------------------------------------------
| Panel
----------------------------------------------------------------------------------------------------------------------*/
.panel {
  border: none;
  width: 100%;
}

.panel-default > .panel-heading {
  background-color: #337AB7;
  color: #ffffff;
  border-radius: 0px;
}
.panel-default {
  width: 100%;
  padding: 0;
  margin: 0;
}
.panel-heading {
  border: none;
  min-height: 50px;
}
.panel-heading a.btn {
  margin-right: 10px;
}
.panel-title {
  margin-top: 8px;
}

/*----------------------------------------------------------------------------------------------------------------------
| Hilfe
----------------------------------------------------------------------------------------------------------------------*/
.hilfe-box {
  display: none;

}

.hilfe-headline {
  background-color: #dcdcdc;
  width: 100%;
  padding: 4px;
  font-weight: bold;
}

.hilfe-text {

}
/*----------------------------------------------------------------------------------------------------------------------
| Druck CSS
----------------------------------------------------------------------------------------------------------------------*/
@media print {
  html, body {
    height: 210mm;
    width: 297mm;
  }
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  header nav, footer {
    display: none;
  }
  .navbar {
    display: none;
  }
  .aktionen {
    display: none;
  }
  .btn {
    display: none;
  }
  hr {
    display: none;
  }
  table {
    width: 100%;
  }
  table th {
    text-align: left;
    border-bottom: 1px solid;
      font-weight: normal;
      padding: 0;
      margin: 0;
  }
  .print {
    display: block;
  }
  .noprint {
    display: none;
  }
  a {
    text-decoration: none;
  }
}

/*----------------------------------------------------------------------------------------------------------------------
| Login
----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------
| Background video
----------------------------------------------------------------------------------------------------------------------*/
video#bgvid, #bgvid-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*----------------------------------------------------------------------------------------------------------------------
|Card component
----------------------------------------------------------------------------------------------------------------------*/
.card-container.card {
  max-width: 350px;
  padding: 40px 40px;
}
.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.form-signin #inputUsername,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}
.btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color: rgb(104, 145, 162);
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: #1287fa;
}

/*----------------------------------------------------------------------------------------------------------------------
| Media Queries
----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media only screen and (min-width: 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}