@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --slp-rot: #d82034;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    /*background-color: #e6e6e6;*/
    background-color: white;
    margin-top: 15px
}

.navbar {
    width: 100%;
    background-color: white;
    box-shadow: 10px 10px 5px 1px rgba(158,152,158,0.65);
}

h1, h2, h3, h4 {
    font-family: Garamond, sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

.nav-menu {
    color: var(--slp-rot) !important;
}

    .nav-menu:hover {
        color: var(--slp-rot);
        text-decoration: underline;
    }

.btn-primary-slp {
    color: #fff;
    background-color: var(--slp-rot);
    border-color: #fff
}

    .btn-primary-slp:hover {
        color: #fff;
        background-color: firebrick;
        border-color: #fff;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn-primary-slp:active {
        color: #fff;
        border-color: #fff;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn-primary-slp:focus {
        color: #fff;
        border-color: #fff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }


.fakeimg {
    height: 200px;
    background: #aaa;
    box-shadow: 10px 10px 5px 1px rgba(158,152,158,0.65);
}


/*app {
  position: relative;
  display: flex;
  flex-direction: column;
}*/

/*.main {
  flex: 1;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 600px) {
    .input-group-prepend > .input-group-text {
        width: 200px;
    }
}

@media(min-width: 200px) and (max-width: 599px) {
    .input-group-prepend > .input-group-text {
        width: 125px;
    }
}

/*
  Fixiert die Speicherbuttons oben am Bildschirmrand.
  Bisher nicht auf mobilen Devices getestet.
*/
#PosSpeicherButtons {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 75px;
  /*Muss höher sein als Focus auf Input-Felder und niedriger als Markup für Dialoge*/
  z-index: 5;
  background-color: white;
  /*box-shadow: 10px 10px 5px 1px rgba(158,152,158,0.65);*/

  /*Benötigt die gleiche Margin wie class row*/
  /*margin-right: -22px;
  margin-left: -22px;*/
}


/*#region Antwort-Formular */


.FrageHeader {
  font-size: 14px;
}

.FrageText {
  font-size: 12px;
}

.Ueberschrift {
  background-color: #e6e6e6;
  font-size: 18px;
}

.FA {
  border: var(--slp-rot) solid black;
  margin-bottom: 15px;
  box-shadow: 10px 10px 5px 1px rgba(158,152,158,0.65);
}

.tableIcons {
}

  .tableIcons .oi {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }

  .tableIcons tr {
    background-color: transparent !important;
  }

  .tableIcons td {
    border: none;
    padding: 0px 3px 3px 3px;
  }

    .tableIcons td:first-child {
      padding: 0px 3px 3px 0px;
    }

    .tableIcons td:last-child {
      padding: 0px 0px 3px 3px;
    }


.chkCbIncomplete[type=checkbox] {
  display: none;
}

.chkLblIncompleteOut {
  border: 1px solid #000;
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  text-align: center;
  vertical-align: central;
}

.chkCbIncomplete[type=checkbox]:checked + .chkLblIncompleteIn {
  color: #f00;
}

.chkCbIncomplete[type=checkbox]:not(:checked) + .chkLblIncompleteIn {
  color: transparent;
}

.chkCbIncompleteGreen[type=checkbox]:checked + .chkLblIncompleteIn {
  color: green;
}

.btn-outline-ueberschrift, .btn-outline-ueberschrift:hover {
  background-color: transparent;
  color: black;
}

.colUeberschrift {
  padding-left: 30px;
}


/*#endregion */

/* Fixed Headers */
.FixedHeader tr:first-child th,
.FixedHeader tr:first-child th {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  z-index: 2;
  background-color: white;
  top: 75px;
}