@charset "UTF-8";

.BodyContainer {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
}

.playLeft-icon {
  background-image: url("/kaution/javax.faces.resource/images/bg/playLeft_9x21.png.jsf?ln=custom") !important;
  min-height: 24px !important;
  margin-top: -11px !important;
}

.playRight-icon {
  background-image: url("/kaution/javax.faces.resource/images/bg/playRight_9x21.png.jsf?ln=custom") !important;
  min-height: 24px !important;
  margin-left: 0 !important;
  margin-top: -11px !important;
}

.iconPlay.ui-button-icon-only {
  max-width: 30px !important;
  min-width: 30px !important;
}

.iconAction .ui-button-text {
  background-color: #30529d;
  border-color: #30529d;
  border-radius: 0 !important;
}

.iconAction.ui-state-focus .ui-button-text {
  -webkit-box-shadow: 0 0 0 2px #30529d;
  -moz-box-shadow: 0 0 0 2px #30529d;
  box-shadow: 0 0 0 2px #30529d;
}

.iconAction.ui-state-hover .ui-button-text {
  background-color: #30529d;
}

.iconAction.ui-state-active .ui-button-text {
  background-color: #30529d;
}

/* iconAction KautelLightBack */
.iconActionKautelLightBack .ui-button-text {
  background-color: #EBF0F6;
  border-color: #EBF0F6;
  border-radius: 0 !important;
}

.iconActionKautelLightBack.ui-state-focus .ui-button-text {
  -webkit-box-shadow: 0 0 0 2px #EBF0F6;
  -moz-box-shadow: 0 0 0 2px #EBF0F6;
  box-shadow: 0 0 0 2px #EBF0F6;
}

.iconActionKautelLightBack.ui-state-hover .ui-button-text {
  background-color: #EBF0F6;
}

.iconActionKautelLightBack.ui-state-active .ui-button-text {
  background-color: #EBF0F6;
}

.ui-radiobutton .ui-state-active .ui-icon-bullet, .ui-radiobutton .ui-state-focus .ui-icon-bullet {
  background-color: #1c75bc;
}

.KautelColorImp {
  color: #30529d !important;
}

.DarkOrange {
  color: #EA7D00 !important;
}

.BackDarkOrange {
  background-color: #EA7D00;
}

.BackLightOrange {
  background-color: #F4E0D0;
}

.KautelOrangeBorderAll {
  border-color: #EA7D00;
}

.KautelBack {
  background-color: #30529d;
}

.KautelLightBack {
  background-color: #EBF0F6;
}

/****** footer code *******/
#layout-footer {
  background-color: #1a387b;
  padding: 20px 0;
  color: #fff;
}

.footer li a {
  color: #fff;
  width: 100%;
  display: inline-block;
}

.footer li a:hover {
  color: #5781de;
}

.footer li {
  color: #fff;
  line-height: 25px;
  width: 30%;
  margin-right: 3%;
  float: left;
}

.footer {
  padding-left: 0;
}

.ShowOnDesktopLogo {
  display: none;
}

.kontaktButton {
  color: #30529D;
  outline: none;
  padding: 8px 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0 !important;
}

.kontaktButton:hover {
  background-color: #1a387b;
  color: #ffffff;
}

.kontaktButton:active {
  background-color: #1a387b;
  color: #ffffff;
}

/* Steps  start */
.ui-steps.custom .ui-steps-item .ui-steps-number {
  background-color: #1a387b !important;
  color: #FFFFFF;
  display: inline-block;
  width: 30px;
  /*border-radius: 10px;*/
  margin-top: -10px;
  margin-bottom: 10px;
}

.ui-steps .ui-steps-item {
  background-color: #1c75bc;
}

.ui-steps.custom .ui-state-disabled .ui-steps-number {
  color: #1a387b !important;
  background-color: #CBEAFD !important;
}

.ui-steps .ui-steps-title {
  color: #525252;
  font-weight: bold;
  font-size: 16px;
}

/* Steps  end */

/* beitrag inputblock start */
.input_bg {
  background-color: #1a387b;
  /*border-radius: 10px;*/
  -moz-border-radius: 2px;
  /*-ms-border-radius: 10px;*/
  /*-o-border-radius: 10px;*/
  -webkit-border-radius: 2px;
  color: #ffffff;
  padding: 5px;
  padding-right: 10px;
  max-width: 15em;
}

.left2 {
  float: left;
  margin-right: 3px;
  width: 9em;
}

/* beitrag inputblock start */
.beitragLabel {
  min-width: 10em;
}

.beitrgInput {
  width: 85% !important;
  background-color: #ffffff;
  color: #091300;
  font-weight: bold !important;
  font-size: 1.5em;
  text-align: right;
}

.eur {
  font-size: 16pt;
  font-weight: bold;
  float: right;
  margin-top: 5px;
}

/* beitrag inputblock end */

/* button colors */
.ActionButton .ui-button-text {
  background-color: #ea7d00;
  border-color: #ea7d00;
  border-radius: 0 !important;
}

.ActionButton.ui-state-focus .ui-button-text {
  -webkit-box-shadow: 0 0 0 2px #ea7d00;
  -moz-box-shadow: 0 0 0 2px #ea7d00;
  box-shadow: 0 0 0 2px #ea7d00;
}

.ActionButton.ui-state-hover .ui-button-text {
  background-color: #ea7d00;
}

.ActionButton.ui-state-active .ui-button-text {
  background-color: #ea7d00;
}

.NormalButton .ui-button-text {
  background-color: #1a387b;
  border-color: #1a387b;
  border-radius: 0 !important;
  box-shadow: #1a387b;
  display: block;
}

.NormalButton.ui-state-hover .ui-button-text {
  background-color: #1a387b;
}

.NormalButton.ui-state-active .ui-button-text {
  background-color: #1a387b;
}

.NormalButton.ui-state-focus .ui-button-text {
  -webkit-box-shadow: 0 0 0 2px #1a387b;
  -moz-box-shadow: 0 0 0 2px #1a387b;
  box-shadow: 0 0 0 2px #1a387b;
}

.DatenAendernColor {
  color: #1A387B !important;
}

.DatenAendernButton .ui-button-text {
  color: #1A387B;
  font-size: 12px;
  background-color: #BBD6EB;
  border-color: #BBD6EB;
  border-radius: 0 !important;
  box-shadow: #BBD6EB;
  display: block;
}

.DatenAendernButton.ui-state-hover .ui-button-text {
  background-color: #BBD6EB;
}

.DatenAendernButton.ui-state-active .ui-button-text {
  background-color: #BBD6EB;
}

.DatenAendernButton.ui-state-focus .ui-button-text {
  -webkit-box-shadow: 0 0 0 2px #1a387b;
  -moz-box-shadow: 0 0 0 2px #1a387b;
  box-shadow: 0 0 0 2px #1a387b;
}

/* button colors */
.ActionGreyButton .ui-button-text {
  background-color: #999999;
  border-color: #999999;
  border-radius: 0 !important;
}

.ActionGreyButton.ui-state-focus .ui-button-text {
  -webkit-box-shadow: 0 0 0 2px #999999;
  -moz-box-shadow: 0 0 0 2px #999999;
  box-shadow: 0 0 0 2px #999999;
}

.ActionGreyButton.ui-state-hover .ui-button-text {
  background-color: #999999;
}

.ActionGreyButton.ui-state-active .ui-button-text {
  background-color: #999999;
}

.KautelButton {
  color: #FFFFFF;
  background-color: #1a387b;
  border-color: #1a387b;
  border-radius: 0 !important;
  box-shadow: #1a387b;
  cursor: pointer;
}

.KautelButton {
  background-color: #1a387b;
}

.KautelButton {
  background-color: #1a387b;
}

.KautelButton {
  -webkit-box-shadow: 0 0 0 2px #1a387b;
  -moz-box-shadow: 0 0 0 2px #1a387b;
  box-shadow: 0 0 0 2px #1a387b;
}

/* button colors end */

.ui-dialog .ui-dialog-titlebar {
  border-bottom: solid 1px #30529d !important;
  background-color: #30529d !important;
}

@media only screen and (max-width: 640px) {

  .BodyContainer {
    width: 100%;
  }

  .KautelCap {
    width: 89%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
  }
}

@media (min-width: 320px) and (max-width: 800px) {

  .BodyContainer {
    width: 100%;
  }

}
