/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.wst-contact {
  background: #c1e0d6;
  color: #424753;
}
.wst-header-top {
  top: 150px;
}
h1 {
  text-align: center;
}
.newspaper {
  column-count: 2;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;
}
.wst-style-image-1 {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -webkit-box-shadow: 0 25px 16.6666666667px -16.6666666667px rgba(0, 0, 0, 0.5), 0 1.6666666667px 8.3333333333px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 25px 16.6666666667px -16.6666666667px rgba(0, 0, 0, 0.5), 0 1.6666666667px 8.3333333333px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 25px 16.6666666667px -16.6666666667px rgba(0, 0, 0, 0.5), 0 1.6666666667px 8.3333333333px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 25px 16.6666666667px -16.6666666667px rgba(0, 0, 0, 0.5), 0 1.6666666667px 8.3333333333px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px rgba(53, 53, 53, 0.7);
}
.wst-style-round {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-box-shadow: 1.75px 1.75px 7px black;
  -webkit-box-shadow: 1.75px 1.75px 7px black;
  -o-box-shadow: 1.75px 1.75px 7px black;
  box-shadow: 1.75px 1.75px 7px black;
  border: solid 2px rgba(0, 0, 0, 0.7);
}
.wst_growing_image_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  height: 450px;
}
.wst_growing_image {
  margin-left: 30px;
  border: 2px solid #353535;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #666666;
  width: 90%;
  height: auto;
}
.wst_growing_image:hover {
  border: 2px solid #353535;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #666666;
  transform: scale(2);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  z-index: 3;
}
.wst-title-red {
  color: #e2001a;
}
.wst-breadcrumbs {
  background: #b5dce6;
}
.wst-hotlines {
  background-color: #f3bfaf;
}
.fade-in-text {
  font-family: Arial;
  font-size: 60px;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .transparent-bkg {
    background: #ffffff !important;
  }
}
.wst-position-relative {
  position: relative;
  top: 75px;
}
.g-owlcarousel-item-content {
  background: rgba(55, 12, 199, 0.2) !important;
}
/*# sourceMappingURL=custom_13.css.map */