html,
body {
    height: 100%;
}


.site-index {
    /*background-image: url("/frontend/web/img/background.jpg");*/
    background-color: #FFFFFF; 
    height: 100%; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
}

/* Navbar */
.navbar-brand {
    /* background: rgba(255, 255, 255, 1) !important; */
     font-size: 95%;
  }
    
  .navbar-brand img {
    height: 35px;
  }

.footerlogo {
    height: 30px;
    padding-right: 15px;
}

.intrologo {
    height: 135px;
    padding-top: 50px;
}

.headerlogo {
    height: 25px;
    padding-top: 5px;
}

.navbar-inverse {
    background-color: #C01F38;
    border-color: #C01F38;
}

body.schulung .navbar {
  background: repeating-linear-gradient( -55deg, red, red 10px, #040404 10px, #000 20px );
}

.navbar-inverse .navbar-brand {
    color: #e6e6e6;
}

.navbar-inverse .navbar-nav > li > a {
    color: #e6e6e6;
}

.navbar-inverse .btn-link {
    color: #FFF9F9;
}


.btn-update {
    background: #398F69;
    color: white;
}

.btn-secondary {
    background: #cFcFcF;
    color: white;
}

.btn-orange {
    background: #ff9900;
    color: white;
}

.btn-back {
    background: #a627bc;
    color: white;
}

a.btn.btn-back:hover {
    background: #a627bc;
    color: #fff;
}

a.btn.btn-orange:hover {
    background: #ff6600;
    color: #fff;
}

a.btn.btn-secondary:hover {
    background: #cecece;
    color: #fff;
}

a.btn.btn-update:hover {
    background: #398F69;
    color: #fff;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.kv-grid-container{
    min-height: 800px;
}


/* PROGRESSBAR */
.progress-bar.bg-success.progress-bar-success {
    /*background: #e9e9e9; */
    background: lightgreen;
    color: black;
}

/* Dropdown in GRID */

.datensatz-grid .open > .dropdown-menu {
    display: block;
    position: relative;
}

.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;
    min-width: 200px;
}
.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;
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

div.field-anmeldungen-telefon label.control-label {
    width: 100%;
}

div.field-anmeldungen-kindtelefon label.control-label {
    width: 100%;
}

div.field-fixanmeldungen-telefon label.control-label {
    width: 100%;
}

div.field-fixanmeldungen-obtelefon label.control-label {
    width: 100%;
}

div.field-fixanmeldungen-obhandy label.control-label {
    width: 100%;
}

div.field-fixanmeldungen-obstelefon label.control-label {
    width: 100%;
}
div.field-fixanmeldungen-obshandy label.control-label
{
    width: 100%;
}


#dynamicmodel-unterlagen label 
{
    width: 100%;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Multi Step Form */
/* Hide all steps by default: */
.tab {
    display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    cursor: pointer;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
    cursor: default;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }

  .step.hasErrors {
    background-color: #e24747;
  }

  .step.hasSuccess {
    background-color: #44bd39;
  }

  .bg-teal{
    background-color: #aef2dc !important;
  }

    
input[type="text"]::placeholder {
    color: #e9e9e9; /* Farbe des Placeholder-Textes */
  }
  
  input[type="text"] {
    color: black; /* Farbe des tatsächlich eingegebenen Textes */
  }


/* Form Upload */
a.btn.btn-default.btn-outline-secondary.fileinput-upload.fileinput-upload-button {
    background: orange;
}