/* 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 ----------- */
/* $color100: #C68C00; */
/* company color gold */
/* company color */
/* company color */
/* 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
------------------------------------------------------------- */
/* flickity slider fullscreen mode: images vertically centered
------------------------------------------------------------- */
.picture-slider.carousel .carousel-cell {
  width: 100%;
  /* full width */
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}
.picture-slider.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
.picture-slider.carousel.is-fullscreen .carousel-cell img {
  width: auto;
}
.picture-slider.carousel .carousel-cell img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/* 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;
}
.wt-bckgrd-light-yellow {
  background-color: #E7D9BD;
}
.wt-bckgrd-white {
  background-color: #FFFFFF;
}
.card {
  /* standard: card beige */
  height: 100%;
  background-size: cover;
  box-shadow: none;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid #E7D9BD;
}
.card.notswh {
  height: auto !important;
}
.card.center-horiz .card-header, .card.center-horiz .card-body {
  justify-content: center;
  /* for hotiz. and vert. center (display felx from "center-vert") */
  text-align: center;
}
.card.center-vert .card-body {
  display: flex;
  align-items: center;
}
.card .card-img-top {
  -webkit-border-top-left-radius: 1.3rem;
  -moz-border-radius-topleft: 1.3rem;
  border-top-left-radius: 1.3rem;
  -webkit-border-top-right-radius: 1.3rem;
  -moz-border-radius-topright: 1.3rem;
  border-top-right-radius: 1.3rem;
  -webkit-border-bottom-left-radius: 1.3rem;
  -moz-border-radius-bottomleft: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  -webkit-border-bottom-right-radius: 1.3rem;
  -moz-border-radius-bottomright: 1.3rem;
  border-bottom-right-radius: 1.3rem;
  height: auto;
  padding: 0.3rem;
}
.card .boxlayout-float {
  float: left !important;
  width: 40%;
  margin: 0 8px 8px 0;
}
.card .card-header {
  background-color: transparent;
  border-bottom: transparent;
}
.card .card-header .ch-wrapper {
  /* &::after {
                border-bottom: 5px dotted $color3;
                width: 40px;
            } */
}
.card .card-header .ch-wrapper .ch-title {
  color: #473E3A;
  font-size: 1.5rem;
  margin: 1.4rem 0 0 0;
}
.card .card-footer {
  background-color: transparent;
  border-top: transparent;
}
.card .card-footer.buttons-bottom {
  margin-top: 1rem;
}
.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: #473E3A;
  margin-top: 0;
}
.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;*/
}
/* widget-news
------------------------------------------------------------- */
.widget-news .news-wrapper .news-topline {
  height: 24px;
  padding: 5px;
  background-color: #E6E600;
}
.widget-news .news-wrapper .news-topline .news-date {
  font-weight: bold;
}
.widget-news .news-wrapper .news-topline .news-datelink-wrapper {
  position: relative;
  right: -10px;
}
.widget-news .news-wrapper .news-topline .news-datelink-wrapper .news-datelink {
  display: inline-block;
  width: 30px;
}
.widget-news .news-wrapper .news-topline .news-datelink-wrapper .news-datelink a {
  color: #000000 !important;
}
.widget-news .news-wrapper .news-topline .news-datelink-wrapper .news-datelink a:hover {
  color: #C9C9C9 !important;
}
.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;
}
/* widget medical links wml
------------------------------------------------------------- */
.wml .col a {
  text-decoration: none;
}
.wml .col a:hover svg path {
  fill: #C68C00;
}
.wml .col a:hover .wml-label {
  color: #C68C00;
}
.wml .col a svg {
  width: 60%;
}
.wml .col a svg path {
  fill: #938678;
}
.wml .col a .wml-label {
  display: block;
  padding-top: 1.2em;
  font-size: 1.3em;
  color: #938678;
}
.wml .wml-1 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .wml .wml-1 {
    margin-top: 0;
  }
}
