/* CSS Document */
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url("img/hintergrund.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#loginmask {
  margin-top: 17%;
}
#loginmask .container #login-column {
  background-color: #EAEAEA;
  border-radius: 3px;
}
#loginmask .container #loginform {
  margin-top: 20px;
  margin-bottom: 20px;
}
input.error {
  border-color: #AA0002 !important;
  background: rgba(151, 6, 9, 0.1) !important;
}
/* SELECT 2*/
.form-control, .custom-select {
  color: #0069D9;
}
input.form-control[type='date'] {
  padding-right: 0px;
}
.select2-container--default .select2-selection--single {
  color: #0069D9;
  border: 1px solid #ced4da;
  line-height: 38px;
  height: 38px;
}
.select2-container *:focus, .form-control:focus, .custom-select:focus {
  background-color: #f2f8ff;
  color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0069D9;
  line-height: 38px;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 36px;
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  width: 10px;
}
.input-group .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.select2-dropdown {
  border: 1px solid #ced4da;
  background: #f4f4f4;
}
.select2-results__option[aria-disabled=true], .select2-results__option[disabled], .select2-result.select2-result-unselectable.select2-disabled, .select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, ::placeholder {
  color: gray;
}
/* Fehler bei required html5 hinweis*/
.form-control.select2-hidden-accessible, .custom-control.select2-hidden-accessible, .custom-select.select2-hidden-accessible, .form-select.select2-hidden-accessible, .katalog-select.select2-hidden-accessible, .normal-select.select2-hidden-accessible {
  top: 65px;
  left: 50%;
}
.custom-select.w-100, .select2.w-100 {
  width: 100% !important;
}
.clicktablerow {
  cursor: pointer;
}
.clicktablerow td:last-child {
  white-space: nowrap;
}
/* In Modal brauchen wir das nur*/
.select2-container--open {
  z-index: 1055;
}
#logo{
	background: rgba(254,254,254,0.95);
	box-shadow: 0 0 10px 10px rgba(255,255,255,1.0) ;
	border-radius: 10px;
}
/* Box oben rechts, schmal >> TBD >> Media Queries */
#msgboxoben div, #msgboxoben p, #msgboxunten div, #msgboxunten p, #mbu_miniicons > div {
  color: #fff;
}
#msgboxoben {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 9999;
}
#msgboxoben > div {
  position: relative;
  padding: 10px 20px;
  margin: 5px 5px 0 0;
  width: 420px;
  background-color: rgba(53, 110, 53, 1);
  z-index: 9999;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, .15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
#msgboxoben > div:hover {
  opacity: 0.95;
}
#msgboxoben > div > div.mbo_text > p {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 0;
}
#msgboxoben > div > div.mbo_icon {
  font-size: 20px;
  right: 10px;
  bottom: 5px;
  position: absolute;
}
/* Box unten rechts, schmal >> TBD >> Media Queries */
#mbu_miniicons {
  position: fixed;
  right: 10px;
  bottom: 180px;
  z-index: 9999;
  max-width: 415px;
}
#mbu_miniicons > div {
  float: right;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}
#msgboxunten {
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 9999;
}
#msgboxunten > div {
  position: absolute;
  padding: 10px 20px;
  right: 0px;
  bottom: 0;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, .15);
  z-index: 9999;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  opacity: 0;
}
#msgboxunten div.mbu_close, #msgboxoben div.mbu_close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
  display: block;
}
#msgboxunten > div div.mbu_close:hover, #msgboxoben div.mbu_close:hover {
  opacity: 1;
}
#msgboxunten > div > div.mbu_text > span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
#msgboxunten > div > div.mbu_text > p {
  font-size: 14px;
  margin-top: 10px;
}
#msgboxunten > div > div.mbu_icon {
  font-size: 30px;
  left: 10px;
  bottom: 5px;
  position: absolute;
}
#msgboxunten > div > div.mbu_number {
  font-size: 30px;
  right: 10px;
  bottom: 5px;
  position: absolute;
}
#msgboxoben > div.ok, #msgboxunten > div.ok, #mbu_miniicons > div.ok {
  background-color: #729D73;
}
#msgboxoben > div.hinweis, #msgboxunten > div.hinweis, #mbu_miniicons > div.hinweis {
  background-color: #C69021;
}
#msgboxoben > div.error, #msgboxunten > div.error, #mbu_miniicons > div.error {
  background-color: #C26565;
}
#msgboxoben > div.info, #msgboxunten > div.info, #mbu_miniicons > div.info {
  background-color: #3276B0;
}
#msgboxoben > div.frage, #msgboxunten > div.frage, #mbu_miniicons > div.frage {
  background-color: #4C98C8;
}
#msgboxoben > div.frage > button {
  border: none;
}
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@media (min-width: 1600px){
	.modal-xl {
		max-width: 1540px;
	}
}
@media (max-height:1024px){
  .fixed-bottom{
      position:relative;
      margin-top:25px;
    }
    footer .float-right, footer .float-left {
        display: block;
    float: none!important;
    }
}