@charset "UTF-8";
/***!  /templates/ut_construction/css/custom.css  !***/

/* Wiederhergestellte custom.css für das Template ut_construction. */

#sp-main-body {
  padding: 1% !important;
}

#sp-section-breadcumbs {
  padding-top: 1% !important;
}

#sp-title {
  padding: 0 !important;
}

#sp-page-title {
  padding: 5px !important;
  height: 40px !important;
}

#layerslider_1,
#layerslider_3,
#layerslider_4,
#layerslider_5,
#layerslider_6,
#layerslider_7 {
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.15);
}

div.article img {
  max-height: 250px !important;
  object-fit: cover !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

div.article img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

