/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black */
/* white */
/* darkgrey1 bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* grey navigation */
/* darkgrey1 bckgrd transparent */
/* darkgrey2  */
/* card bckgrd */
/* darkgrey3 footer */
/* 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 light green */
/* company color gold */
/* company color green */
/* company color light blue*/
/* company yellows */
/* grey text color */
/* white transparent */
/* grey card bckgrd lv sponsoring-members */
/* company color green transparent (bckgrd headline 2) */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* ----------------------------------------------------------
CSS for widgets and modules
------------------------------------------------------------- */
/* modal
------------------------------------------------------------- */
.modal .modal-content {
  color: #000000;
}
/* flickity slider fullscreen mode: images vertically centered
------------------------------------------------------------- */
/* widget-lv-sponsoring-members
------------------------------------------------------------- */
.lv-sponsoring-members .card {
  background-color: #F3F3F3;
}
.lv-sponsoring-members .card .col + .col {
  margin-top: 0;
}
/* content-team
------------------------------------------------------------- */
.team-content h2 {
  margin-bottom: 1rem;
}
.team-content .team-picture-slider {
  margin-bottom: 30px;
}
.team-content .photographer {
  margin-top: 40px;
  font-style: italic;
}
/* widget-lv-teams
------------------------------------------------------------- */
.lv-teams .card {
  word-wrap: unset;
}
.lv-teams .card .card-gallery {
  margin-bottom: 20px;
  padding: 0;
}
.lv-teams .card .card-gallery .flickity-prev-next-button {
  top: 90%;
}
/* 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;
  border: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: #F7F8FA;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
.card.notswh {
  height: auto !important;
}
.card.card-center {
  text-align: center;
}
.card .card-img-top {
  /*@include no-border-radius;*/
}
.card .boxlayout-float {
  float: left !important;
  width: 40%;
  margin: 0 8px 8px 0;
}
.card .card-header {
  background-color: #6C8625;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.card .card-header .ch-wrapper .ch-title {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin: 0;
}
.card .card-header .ch-wrapper::after {
  border-bottom: 5px dotted #E0BF5C;
  width: 40px;
}
.card .card-body {
  color: #000000;
}
.card .card-footer {
  border: none;
  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: #A9A9A9;
}
.card.no-boxlayout .card-body {
  padding: 0;
  color: #A9A9A9;
}
.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;
  background-color: transparent;
}
.card.no-boxlayout .card-footer.buttons-bottom {
  /*margin-top: 0;*/
}
/* widget-news
------------------------------------------------------------- */
.widget-news .news-wrapper .news-topline {
  height: 24px;
  padding: 5px;
  background-color: #B1C47E;
}
.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;
}
