/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2022 | 10:08:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#customer-slider li {
  position: relative;
}
#customer-slider li > div {
  height: 100%;
  width: 100%;
}
#customer-slider li > div > a {
  display: grid !important;
  place-items: center;
  height: 100%;
  width: 100%;
  filter: grayscale(1);
  opacity: 0.3;
  transition: all 120ms ease-out;
}
#customer-slider li > div > a:hover {
  filter: grayscale(0);
  opacity: 1;
}
#customer-slider li > div > a img {
  max-height: 80px;
}
#customer-slider [class*=uk-position-center] {
  position: initial !important;
  margin-top: 50px;
}
#customer-slider [class*=uk-position-center]:first-of-type {
  margin-right: 6px;
}
#customer-slider [class*=uk-position-center]:last-of-type {
  margin-left: 6px;
}


#solution-slider .uk-card-media-top {
	position: absolute;
    z-index: 0;
}

#solution-slider .uk-card-body {
	z-index: 1;
    padding-top: 5em !important;
    position: relative;
}

#contact-button {
    display: flex;
    align-items: center;
    justify-content: end;
}

#contact-information-footer .uk-grid-margin {
	margin-top: 5px;
}

.impressum-head{
	margin: 20px 0px 0px 0px !important;
}

.impressum-text {
	margin: 0 !important;
}

.experience-slider .uk-slider-items {
	justify-content: center;
}