* { box-sizing: border-box; }


/* ---- input ---- */

.tx-bim-mmisotope input[type="text"] {
  font-size: 20px;
}

/* ---- button ---- */

.tx-bim-mmisotope .button {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #333;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.tx-bim-mmisotope .button:hover {
  background-color: #eee;
  color: #222;
}

.tx-bim-mmisotope .button:active,
.tx-bim-mmisotope .button.is-checked {
  background-color: #090;
  color: #fff;
}

.tx-bim-mmisotope .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.tx-bim-mmisotope .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.tx-bim-mmisotope .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.tx-bim-mmisotope .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* .tx-bim-mmisotope .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.tx-bim-mmisotope .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; } */

/* ---- isotope ---- */

.tx-bim-mmisotope .grid {


}

/* clear fix */
.tx-bim-mmisotope .grid:after {

}

/* ui group */

.tx-bim-mmisotope .ui-group {
  display: inline-block;
}

.tx-bim-mmisotope .ui-group h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  margin-bottom: 0;
  font-size: 16px;
}

.tx-bim-mmisotope .ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* isotope-shape */

/* .tx-bim-mmisotope .isotope-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
  text-shadow: 1px 1px white;
  font-weight: bold;
} */

/* .tx-bim-mmisotope .isotope-shape.round {
  border-radius: 35px;
}

.tx-bim-mmisotope .isotope-shape.big.round {
  border-radius: 75px;
} */

.tx-bim-mmisotope .isotope-shape.red { background: red; }
.tx-bim-mmisotope .isotope-shape.blue { background: blue; }
.tx-bim-mmisotope .isotope-shape.yellow { background: yellow; }

.tx-bim-mmisotope .isotope-shape.wide, .tx-bim-mmisotope .isotope-shape.big { width: 150px; }
.tx-bim-mmisotope .isotope-shape.tall, .tx-bim-mmisotope .isotope-shape.big { height: 150px; }


.tx-bim-mmisotope .filters {
    margin-bottom: 30px;
}

.tx-bim-mmisotope .filters .row,
.tx-bim-mmisotope .row.grid {
    margin-left: -15px;
    margin-right: -15px;
}

.tx-bim-mmisotope .grid .isotope-shape {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.tx-bim-mmisotope a {
    text-decoration: none;
}

.tx-bim-mmisotope a .isotope-titel {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1.4;
}

.tx-bim-mmisotope .isotope-bild img {
    width: 100%;
    height: auto;
}

/* .tx-bim-mmisotope .isotope-shape .isotope-beschreibung {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background: url(/typo3conf/ext/template_memmingen/Resources/Public/Images/Template/Hintergrund/trans-schwarz-60.png);
} */

.isotope-wrap {
    position: relative;
}

.isotope-wrap .isotope-bild .zoom img {
    transition: all 0.5s ease-in-out;
}

.isotope-wrap .isotope-bild .zoom:hover img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
}

.isotope-wrap .isotope-bild .zoom {
    overflow: hidden;
    position: relative;
}

.tx-bim-mmisotope .isotope-shape .isotope-beschreibung {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    text-align: center;
    background: url(/typo3conf/ext/template_memmingen/Resources/Public/Images/Template/Hintergrund/trans-schwarz-60.png);
    padding: 10px 0;
}

.tx-bim-mmisotope .isotope-shape:hover .isotope-beschreibung {
    opacity: 1;
}

.tx-bim-mmisotope input[type="text"] {
    font-size: 16px;
}

@media (max-width: 991px) {
    .tx-bim-mmisotope .grid .isotope-shape {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .tx-bim-mmisotope .grid .isotope-shape {
        width: 100%;
    }
}
