.container {

}
.form-control {
  margin-bottom:1em;
}

.jumbotron {
  padding:30px;
}

.container .jumbotron {
  padding-right: 30px;
  padding-left: 30px;
}

.radio_buttons_table {

}

.radio_buttons_table input {

}

.displaynone {
  display: none;
}

.box {
  margin: 0.5em 0 1em 0;
}

h1 {
  margin-bottom: 1em;
}

.td_voll_links { min-width:200px; }
.td_voll_rechts { min-width:500px; }

.pflichtfeld_error {
  background-color: #ffe5e6;
  border-color: red;
}

.text-large {
  font-size: 28px!important;
}

.debugmodus
{
  margin-top:50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: darkred;
  color:white;
}

.overtime {
  height: 1.2em;
  animation-duration: 1000ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation:blink 1000ms infinite; /* Safari and Chrome */
}
@keyframes blink {
  from {
    color:darkred;
    font-size: 2em;
  }
  to {
    color:red;
    font-size: 2.2em;
  }
}
@-webkit-keyframes blink {
  from {
    color:darkred;
    font-size: 2em;
  }
  to {
    color:red;
    font-size: 2.2em;
  }
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}