<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stdtrans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.boxed {
  box-shadow: none;
}
@media screen and (min-width: 991px) {
  .phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
}
footer#footer.footer .wf-container-footer {
  padding: 0;
}
footer#footer.footer .menu-item a:hover {
  color: white;
  text-decoration: underline;
}
footer#footer.footer .menu-item:before {
  content: "\f054";
  font-family: fontawesome;
  color: white;
  font-size: 10px;
  padding-right: 5px;
}
footer#footer.footer .widget {
  color: #949fb2;
  padding: 0;
  margin-bottom: 0;
  color: white;
}
footer#footer.footer .menu li {
  margin: 0;
  padding: 0;
  border: none;
}
footer#footer.footer .wpb_content_element {
  margin-bottom: 0px;
}
footer#footer.footer .widget-title {
  margin-bottom: 10px;
}
footer#footer.footer .vc_wp_custommenu.wpb_content_element {
  margin-bottom: 20px !important;
}
footer section#text-5 {
  background: #2581ee;
}
footer section {
  padding: 20px 20px 0px !important;
}
@media screen and (min-width: 780px) {
  footer#footer.footer .wf-container-footer .wf-container {
    display: table;
    width: 100%;
    margin: 0;
  }
  footer#footer.footer .wf-container-footer .wf-container section {
    display: table-cell !important;
  }
  footer#footer.footer &gt; .wf-wrap {
    width: 100%;
    padding: 0;
  }
}
.patch {
  position: relative;
  display: block;
}
.patch img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.patch img.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.patch .titel {
  position: absolute;
  width: 100%;
  height: 40px;
  background: rgba(60,65,76,0.8);
  bottom: 0;
  text-align: right;
  line-height: 40px;
  font-size: 26px;
  color: white;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.patch:hover img.hover {
  opacity: 1;
}
.patch:hover .titel {
  background-color: rgba(37,129,238,0.8);
}
.popup-message-style #page .wpcf7-mail-sent-ok,
.popup-message-style #page .wpcf7-validation-errors {
  box-shadow: none;
  background: #3b404b;
}
@media screen and (max-width: 780px) {
  .patch .titel {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .patch .titel {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
}
</pre></body></html>