/*
 Theme Name:     Knauss Reisen
 Author:         Flanke 7 GmbH
 Author URI:     https://flanke7.de/
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.9
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

@media only screen and (min-width: 768px) {
  .three-column-grid .et_pb_grid_item {
    width: 28.333% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }

  .three-column-grid .et_pb_grid_item:nth-child(3n) {
    margin-right: 0 !important;
  }

  .three-column-grid .et_pb_grid_item:nth-child(3n + 1) {
    clear: left;
  }

  .three-column-grid .et_pb_grid_item:nth-child(4n + 1) {
    clear: unset !important;
  }
}
.et_pb_filterable_portfolio_0.et_pb_filterable_portfolio h2 {
  font-weight: 700;
}
.et_pb_filterable_portfolio_0.et_pb_filterable_portfolio p {
  font-size: 14px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  color: #053f64 !important;
}

.infos {
  font-size: 17px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.infos:after {
  display: block;
  content: "";
  border-bottom: solid 2px #2ea3f2;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.infos:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
