/* Abweichung von Bootstrap bzw. Versionsunterschiede ausgleichen von 3 zu 4 */

.tx-cfismanagement .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.tx-cfismanagement .pagination {
  display: inline-block;
}

@media (min-width: 500px) and (max-width: 991px) {
  .cf-stripped .col-md-6 {
    float: left;
  }
  .cf-stripped .col-md-6 {
    width: 50%;
  }
}

/* messages begin */
.tx-cfismanagement .typo3-messages .typo3-message {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin-bottom: 4px;
  padding: 12px 12px 12px 36px;
}
.tx-cfismanagement .typo3-messages .message-ok {
  background-color: #CDEACA;
  background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/ok.png");
  border-color: #58B548;
  color: #3B7826;
}
.tx-cfismanagement .typo3-messages .message-ok a {
  color: #3B7826;
}
.tx-cfismanagement .typo3-messages .message-error {
  background-color: #F6D3CF;
  background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/error.png");
  border-color: #D66C68;
  color: #AA0225;
}
.tx-cfismanagement .typo3-messages .message-error a {
  color: #AA0225;
}
.tx-cfismanagement .typo3-messages .message-warning {
  background-color: #fbf6de;
  background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/warning.png");
  border-color: #b1905c;
  color: #9e7d4a;
}
.tx-cfismanagement .typo3-messages .message-warning a {
  color: #9e7d4a;
}
.tx-cfismanagement .typo3-messages .message-notice {
  background-color: #f6f7fa;
  background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/notice.png");
  border-color: #c2cbcf;
  color: #777;
}
.tx-cfismanagement .typo3-messages .message-notice a {
  color: #777;
}
.tx-cfismanagement .typo3-messages .message-information {
  background-color: #eaf7ff;
  background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/information.png");
  border-color: #c5dbe6;
  color: #4c73a1;
}
.tx-cfismanagement .typo3-messages .message-information a {
  color: #4c73a1;
}
.tx-cfismanagement .typo3-messages .message-header {
  font-weight: bold;
}

.tx-cfismanagement small {
  font-size: 80%;
}

/* Pagination */
.tx-cfismanagement .f3-widget-paginator {
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0px;
  padding-left: 0px;
}

.tx-cfismanagement .f3-widget-paginator > li {
  display: inline;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #0065a6;
}

.tx-cfismanagement .f3-widget-paginator > li.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #0065a6;
}

.tx-cfismanagement .f3-widget-paginator > li.current {
  background-color: #0065a6;
  color: #FFF;
}
.tx-cfismanagement .f3-widget-paginator > li > a:hover,
.tx-cfismanagement .f3-widget-paginator > li > a:focus {
  background-color: #EEE;
}

.tx-cfismanagement .f3-widget-paginator > li:first-child > a,
.tx-cfismanagement .f3-widget-paginator > li.current:first-child {
  margin-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tx-cfismanagement .f3-widget-paginator > li:last-child > a,
.tx-cfismanagement .f3-widget-paginator > li.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Suchformular */

.tx-cfismanagement .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.tx-cfismanagement .col-2, .tx-cfismanagement .col-4, .tx-cfismanagement .col-5, .tx-cfismanagement .col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.tx-cfismanagement .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.tx-cfismanagement .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}


.tx-cfismanagement .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.tx-cfismanagement .cf-separator {
  padding-left: 0px;
  padding-right: 0px;	
}

/* Expose */
.tx-cfismanagement .expose-links {
  padding: 10px;
  background: #0065a6;
}

.tx-cfismanagement .expose-content {
  border-left: 2px solid #0065a6;
  border-right: 2px solid #0065a6;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}

.tx-cfismanagement .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 339px) {
  .tx-cfismanagement .printbox { 
    display: none;
  }
}

.tx-cfismanagement .printbox { 
  margin-left: auto;
}

.tx-cfismanagement .printbox-inner { 
  float: right;
}

.tx-cfismanagement .col-md-8 { 
  max-width: 100%;
}

@media (min-width: 992px) {
  .tx-cfismanagement .col-md-8 { 
    max-width: 66.66666667%;
  }
}

.tx-cfismanagement .cf-stripped :nth-child(4n+1), .tx-cfismanagement .cf-stripped :nth-child(4n+2) {
  background-color: #bae1ff;
}
.tx-cfismanagement .cf-stripped :nth-child(4n), .tx-cfismanagement .cf-stripped :nth-child(4n+3){
  background-color: #e1f2ff;
}

@media (max-width: 499px) {
  .tx-cfismanagement .cf-stripped {
    display: block;
  }
}

/* Karte */
.tx-cfismanagement .cf-map {
  max-width: 100%;
}

/* Fuer Druckansicht */
@media print {
  .tx-cfismanagement .expose-links, .tx-cfismanagement .rg-thumbs {
    display: none;
  }
  .tx-cfismanagement .expose-content {
    border: none;
  }
  .tx-cfismanagement .cf-stripped :nth-child(4n+1), .tx-cfismanagement .cf-stripped :nth-child(4n+2) {
    background: none;
  }
  .tx-cfismanagement .cf-stripped :nth-child(4n), .tx-cfismanagement .cf-stripped :nth-child(4n+3){
    background: none;
  }
  .tx-cfismanagement .cf-stripped :nth-child(4n)::after, .tx-cfismanagement .cf-stripped :nth-child(4n+2)::after {
    content: "; ";
  }
}