
.falke-grossprojekt div{
  position: relative;
  padding: 20px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: 1s;
  overflow: hidden;
}

.falke-grossprojekt .falke-bg-image{
  height: 100%;
  width: 100%;
  transition: .6s;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.falke-grossprojekt:hover .falke-bg-image{
  transform: scale(1.1);
}

.falke-grossprojekt h3{
  font-size: 1.3em !important;
  color: #303030;
  z-index: 2;
  padding: 15px;
  font-size: 1.4em;
  margin-bottom: 0px;
}
.falke-grossprojekt{
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  padding: 0px !important;
}

.falke-gap{
  column-gap: 20px;
}


.projektkategorie{
  border: 1px solid black;
  padding: 0px 10px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 0.9em;
}

.falke-projekte-table{
  text-align: left;
  border: 2px solid #F3F3F3;
}

.falke-projekte-table thead{
  background-color: #303030;
  color: white;
}

.falke-projekte-table td, .falke-projekte-table th{
  padding: 10px 20px;
}

.falke-projekte-table tr.active.odd{
  background-color: #F3F3F3;
}

.falke-projekte-table .projekte-flaeche{
  text-align: right;
  white-space: nowrap;
}

.falke-projekte-header{
  background-color: #f3f3f3;
  padding: 20px 0px;
  margin-bottom: 80px;
}

.falke-projekte-header h1{
  margin-bottom: 20px;
}

.falke-projekte-kategorien{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 40px;
}

.falke-projekte-content{
  padding: 30px 0px;
}

.falke-alle-projekte{
  padding-top: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .6s;
  margin-bottom: 30px;
}

.falke-alle-projekte:hover{
  margin-left: -20px;
}

.falke-alle-projekte img{
  height: 40px;
  margin-right: 10px;
}

.projekt-fotocredits p{
  color: #535353;
  font-size: 0.9em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .falke-table-scroll{
    overflow: scroll;
  }
}

/* Kategorie Filter */
.falke-filter-kategorien a{
  border: 2px solid black;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #303030;
}
.falke-filter-kategorien a:hover, .falke-filter-kategorien a.clicked{
  background-color: #303030;
  color: white;
}
.falke-filter-kategorien{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#falke-kleinprojekte-dropdown{
  margin-bottom: 10px;
  border: 2px solid #303030;
  padding: 9px;
  width: 100%;
}


/* Fuchsberger Anpassungen */
.single-falke_projekte .page-title.title-left{
  display: none;
}
.single-falke_projekte .falke-projekte-kategorien{
  margin-bottom: 0px;
}
.single-falke_projekte .falke-projekte-header{
  padding: 40px 30px;
}
.single-falke_projekte .falke-projekte-content img, .single-falke_projekte .falke-projekte-content{
  width: 100%;
}
.single-falke_projekte .owl-carousel .owl-item a{
  padding: 0px;
}
.single-falke_projekte .container{
  padding: 0px;
}
.page-id-3632 .falke-gap{
  row-gap: 20px;
}
.single-falke_projekte .owl-carousel.carousel-bigger{
  margin-top: -150px;
  margin-bottom: 40px;
}
@media all and (min-width:767px){
  .single-falke_projekte .falke-projekte-content .col-sm-6{
    flex: 0 0 46%;
    margin: auto;
  }
}

@media (min-width: 992px){
  .page-id-3632 .falke-gap .col-lg-4{
    flex: 0 0 30%;
  }
}
@media (min-width:767px) and (max-width: 992px){
  .page-id-3632 .falke-gap .col-lg-4{
    flex: 0 0 48%;
  }
}
