/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color red */
/* company color yellow */
/* company color red logo / nav bckgrd */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* ----------------------------------------------------------
CSS for widgets and modules
------------------------------------------------------------- */
/* widget-jump-icons
------------------------------------------------------------- */
.jump-icon-wrapper {
  display: inline-block;
  padding: 0 2rem 0 2rem;
}
.jump-icon-wrapper a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.jump-icon-wrapper a .jump-icon {
  width: auto;
  height: 90px;
}
.jump-icon-wrapper a .jump-icon-label {
  font-size: 1.9rem;
  margin-top: 0.5rem;
}
.jump-icon-wrapper a:hover .jump-icon path {
  fill: #000000 !important;
  stroke: #000000 !important;
}
.jump-icon-wrapper a:hover .jump-icon g path {
  fill: #000000 !important;
}
/* picturegallery
------------------------------------------------------------- */
.picturegallery a {
  display: inline-block;
  overflow: hidden;
}
.picturegallery a img {
  transform: scale(1);
  transition: transform 0.2s;
  transition-timing-function: ease-in-out;
}
.picturegallery a:hover img {
  transform: scale(1.1);
}
/* picture slider
------------------------------------------------------------- */
.picture-slider .img-title {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #ffffffb3;
}
/* flickity slider fullscreen mode: images vertically centered
------------------------------------------------------------- */
.picture-slider {
  background-color: #C9C9C9;
}
.picture-slider .flickity-viewport .flickity-slider {
  display: flex;
  align-items: center;
}
.picture-slider .flickity-viewport .flickity-slider .carousel-cell {
  display: flex;
  justify-content: center;
}
.picture-slider .flickity-viewport .flickity-slider .carousel-cell img {
  height: auto;
  max-width: 100%;
  max-height: 420.75px;
  object-fit: contain;
}
.picture-slider.is-fullscreen .flickity-viewport .flickity-slider .carousel-cell {
  height: 100%;
}
.picture-slider.is-fullscreen .flickity-viewport .flickity-slider .carousel-cell img {
  position: relative;
  display: block;
  height: auto;
  max-height: 100% !important;
  top: 50%;
  transform: translateY(-50%);
}
/* widget-quotes-slider
------------------------------------------------------------- */
.quotes-slider .flickity-viewport {
  background-color: #FAF9DB;
}
.quotes-slider .flickity-viewport .carousel-cell {
  padding: 20px 10%;
}
@media (min-width: 992px) {
  .quotes-slider .flickity-viewport .carousel-cell {
    padding: 20px 20%;
  }
}
.quotes-slider .flickity-viewport .carousel-cell .quote {
  text-align: center;
  font-style: italic;
}
.quotes-slider .flickity-viewport .carousel-cell .quote .quotation-marks {
  font-family: "Times New Roman", Times, serif;
  font-size: 3em;
  font-weight: bold;
  font-style: italic;
  color: #a8181f;
}
.quotes-slider .flickity-viewport .carousel-cell .quote-info {
  text-align: center;
  font-size: 0.8em;
}
.quotes-slider .flickity-prev-next-button {
  background-color: #a8181f;
}
.quotes-slider .flickity-prev-next-button svg path {
  fill: #FFFFFF;
}
/* vegas custom animation kenburns zoom in
------------------------------------------------------------- */
.vegas-animation-customkenburns {
  -webkit-animation: customkenburns ease-out forwards;
  animation: customkenburns ease-out forwards;
}
@-webkit-keyframes customkenburns {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(2) translate(0, 0);
    transform: scale(2) translate(0, 0);
  }
}
@keyframes customkenburns {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(2) translate(0, 0);
    transform: scale(2) translate(0, 0);
  }
}
/* content-options: center-block
------------------------------------------------------------- */
.center-block {
  text-align: center;
}
/* widget picture-text-link
------------------------------------------------------------- */
.wt-img {
  margin-bottom: 20px;
}
.card {
  height: 100%;
  background-size: cover;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-color: #C9C9C9;
  /* picture right stick out */
}
.card.notswh {
  height: auto !important;
}
.card.card-center {
  text-align: center;
}
.card .card-img-top, .card .card-img-bottom {
  height: fit-content;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.card .boxlayout-float {
  float: left !important;
  width: 40%;
  margin: 0 8px 8px 0;
}
.card .card-header {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent;
}
.card .card-header .ch-wrapper {
  display: inline-flex;
  align-items: center;
  /* &::after {
                border-bottom: 5px dotted $color3;
                width: 40px;
            } */
}
.card .card-header .ch-wrapper .ch-title {
  color: #a8181f;
  font-size: 1.2rem;
  margin: 0;
}
.card .prso .card-text {
  padding: 25px;
}
.card .prso .card-text * {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .card .prso .row {
    background-color: #a8181f;
  }
}
@media (min-width: 992px) {
  .card .prso .row {
    background-image: linear-gradient(90deg, #a8181f 70%, #FFFFFF 50%);
  }
  .card .prso .card-img {
    margin-top: 30px;
  }
}
.card .card-footer {
  background-color: transparent;
}
.card .card-footer.buttons-bottom {
  /*margin-top: 0;*/
}
.card.no-boxlayout {
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: none;
}
.card.no-boxlayout .card-header {
  position: relative;
  width: 100%;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-bottom: none;
  background-color: transparent;
  padding: 0 0 20px 0;
}
.card.no-boxlayout .card-header .ch-wrapper .ch-title {
  color: #000000;
}
.card.no-boxlayout .card-body {
  Padding: 0;
}
.card.no-boxlayout .card-body.bckgrdColor1 {
  /*background-color: $color0;*/
}
.card.no-boxlayout .card-body .card-img {
  /*margin-bottom: 15px;*/
}
.card.no-boxlayout .card-body .card-img img {
  /*@include border-radius (16px, 16px, 16px, 16px);
                    border: 3px solid $color50;*/
}
.card.no-boxlayout .card-footer {
  padding: 0;
  border: none !important;
}
/* widget-news
------------------------------------------------------------- */
.widget-news .news-wrapper .news-topline {
  height: 24px;
  padding: 5px;
  color: #FFFFFF;
  background-color: #a8181f;
}
.widget-news .news-wrapper .news-topline .news-date {
  font-weight: normal;
  font-size: 1rem;
}
.widget-news .news-wrapper .news-topline .news-datelink {
  display: inline-block;
}
.widget-news .news-wrapper .news-topline .news-datelink a {
  display: inline-block;
  position: relative;
  width: 30px;
  right: 8px;
  bottom: -15px;
}
.widget-news .news-wrapper .news-topline .news-datelink a svg rect {
  fill: #FAF9DB;
  stroke: #C9C9C9;
}
.widget-news .news-wrapper .news-topline .news-datelink a svg path {
  fill: #898989;
}
.widget-news .news-wrapper .news-topline .news-datelink a:hover svg rect {
  stroke: #000000;
}
.widget-news .news-wrapper .news-topline .news-datelink a:hover svg path {
  fill: #000000;
}
.widget-news .news-wrapper .news-content {
  padding: 5px;
  margin: 0 0 1rem 0;
}
.widget-news .news-wrapper .news-content .news-headline {
  font-weight: bold;
  margin: 0.8rem 0 0.2rem 0;
}
