/* BootStrap Overrides */

body.linkpage table.links a {
    color: #000;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
      line-height: 1.8;
  text-decoration:none;
  
}

body.linkpage table.links a:hover {
    color: #9b2b30;
  text-decoration:none;
  
}

body.linkpage table.links a:hover::after {
  	font-family:"Fontawesome";
    content: "\f08e";
    padding-left:5px;
  
}
.h3, h3 {
  font-size: 1.5rem;
  margin: 15px 0 5px;
}

.btn-outline-primary {
  color: #9E2B31;
  background-color: transparent;
  background-image: none;
  border-color: #9E2B31;
  font-size: 1.1rem;
letter-spacing: 1px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #9E2B31;
  border-color: #9E2B31;
    -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #9E2B31;
  border-color: #9E2B31;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(200, 200, 200, 0.5);
}

.moduletable-chronik {
   background-color: rgba(255,255,255,0.9);
  padding: 15px 0;

}

.moduletable-chronik ul {
 padding-left:5px;
}

.moduletable-chronik ul li {
 list-style: none;
background: #F2E8DC;
margin: 2px 0;
padding: 0;
line-height: 1.4;
}

.moduletable-chronik ul li a::before {
  font-family:"Fontawesome";
    content: "\f178";
  padding-right:7px;
}


tr.eiko_einsatzarchiv_monat_tr, eiko_einsatzarchiv_monat_td {
    background-color: #9E2B31;
    color: #ffffff;
    padding: 25px;
  	margin: 5px 0;
}

span.eiko_last_kurzbericht_span {
    display: inline-block;
}

.eiko_einsatzarchiv_monat_div {
    padding: 1px 10px;
    font-size: 1.2em;
    font-weight: 300;
}

span.eiko_span_marker_main_1 {
    color: #9E2B31 !important;
    margin-top: 10px;
}

td.eiko_td_datum_main_1 {
    padding-top: 16px;
}

.eiko_image_fahrzeugaufgebot {
    max-height: 100px;
    width: 150px;
}

.moduletable-einsaetze {
    margin-bottom: 35px;
    margin-top: 12px;
}

.eiko_td_buttons_main_1 {
    white-space: nowrap;
    margin: 10px 0;
}


.page-header {
    padding-bottom: 0;
    margin: 10px 0 0;
    border-bottom: none 0;
}

.moduletable-einsaetze {
    margin-bottom: 35px;
    margin-top: 11px !important;
}

/* Bootstrap Override */

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

}