/* ----------------------------------------------------------
CSS for widgets and modules
------------------------------------------------------------- */
/* 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 1 */
/* weeditmode neongreen 2 */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color neon blue */
/* company color yellow */
/* company color orange active */
/* 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
------------------------------------------------------------- */
/* widget-panel-text
------------------------------------------------------------- */
section.panel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
section.panel-text .wrapper-headline {
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.panel-text .wrapper-headline * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  font-size: 250%;
  color: #009EE3;
  opacity: 0.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 0.6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow: visible;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 576px) {
  section.panel-text .wrapper-headline * {
    font-size: 300%;
  }
}
@media (min-width: 768px) {
  section.panel-text .wrapper-headline * {
    font-size: 400%;
  }
}
@media (min-width: 992px) {
  section.panel-text .wrapper-headline * {
    font-size: 500%;
  }
}
section.panel-text .wrapper-headline * * {
  margin-bottom: 0;
  font-size: inherit;
  opacity: 1;
}
section.panel-text .wrapper-headline * *.space-left-3, section.panel-text .wrapper-headline * *.space-left-4, section.panel-text .wrapper-headline * *.space-left-5, section.panel-text .wrapper-headline * *.space-right-3, section.panel-text .wrapper-headline * *.space-right-4, section.panel-text .wrapper-headline * *.space-right-4 {
  padding-left: 0;
}
@media (min-width: 992px) {
  section.panel-text .wrapper-headline * *.space-left-3 {
    padding-left: 3em;
  }
  section.panel-text .wrapper-headline * *.space-left-4 {
    padding-left: 4em;
  }
  section.panel-text .wrapper-headline * *.space-left-5 {
    padding-left: 5em;
  }
  section.panel-text .wrapper-headline * *.space-right-3 {
    padding-right: 3em;
  }
  section.panel-text .wrapper-headline * *.space-right-4 {
    padding-right: 4em;
  }
  section.panel-text .wrapper-headline * *.space-right-5 {
    padding-right: 5em;
  }
}
section.panel-text .wrapper-text {
  z-index: 2;
}
section.panel-text .wrapper-text.panel-pos-right, section.panel-text .wrapper-text.panel-pos-left {
  -webkit-transform: translate3D(0, 7%, 0);
          transform: translate3D(0, 7%, 0);
}
@media (min-width: 992px) {
  section.panel-text .wrapper-text.panel-pos-right {
    -webkit-transform: translate3D(15%, 7%, 0);
            transform: translate3D(15%, 7%, 0);
  }
  section.panel-text .wrapper-text.panel-pos-left {
    -webkit-transform: translate3D(-15%, 7%, 0);
            transform: translate3D(-15%, 7%, 0);
  }
}
section.panel-text .wrapper-text * {
  font-size: 1.3rem;
}
section.panel-text .wrapper-text *:first-child::before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 1em;
  content: url("/static/pictures/logos/dcom-signet.svg");
}

/* flickity slider fullscreen mode: images vertically centered
------------------------------------------------------------- */
.picture-slider.is-fullscreen .carousel-cell {
  height: 100%;
}
.picture-slider.is-fullscreen .carousel-cell img {
  position: relative;
  display: block;
  height: auto;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 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-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          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: #999999;
}
.card .card-header .ch-wrapper .ch-title {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin: 0;
}
.card .card-footer {
  /*padding: 0px 0px 10px 0px;
  @include no-border-radius;
  border: none;
  background-color: transparent;*/
}
.card .card-footer.buttons-bottom {
  /*margin-top: 0;*/
}
.card.no-boxlayout {
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card.no-boxlayout .card-header {
  position: relative;
  width: 100%;
  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;*/
}

/* 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;
}/*# sourceMappingURL=content.css.map */