/* colors
 ------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* lightgrey bckgrd 2 */
/* 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 ----------- */
/* bd blue light */
/* bd orange active */
/* active */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* margins / paddings
 ------------------------------------------------------------- */
/* mixins
 ------------------------------------------------------------- */
/* borders
 ------------------------------------------------------------- */
/* margins / paddings
 ------------------------------------------------------------- */
/* ----------------------------------------------------------
 CSS for widgets and modules
 ------------------------------------------------------------- */
.highlighted-div {
  height: inherit;
  background-color: #6c757d;
  padding: 15px; }

.col-header {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 30px; }

.content .img-fluid {
  min-width: 100%; }

.load-data {
  color: #6eaad0;
  display: none; }

/* ----------------------------------------------------------
 cookieconsent
 ------------------------------------------------------------- */
.cc-window.cc-floating {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400; }

/* ----------------------------------------------------------
 widget-googlemaps
 ------------------------------------------------------------- */
#map {
  width: 100%;
  height: 300px; }

/* ----------------------------------------------------------
 widget-tabs-content
 ------------------------------------------------------------- */
.nav-pills a {
  margin-bottom: 3px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-decoration: none;
  color: #000;
  background-color: #e7e7e7; }
  .nav-pills a.active {
    color: #000;
    background-color: #c4c3c3 !important; }
  .nav-pills a:hover {
    color: #fff;
    background-color: #c4c3c3; }

.nav-tabs a {
  text-decoration: none; }

/* ----------------------------------------------------------
 widget-banner
 ------------------------------------------------------------- */
.wb .banner {
  position: relative;
  margin-bottom: 15px; }
  .wb .banner .banner-date {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    font-weight: bold; }
  .wb .banner .banner-headline {
    position: absolute;
    width: 100%;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    font-weight: bold; }

/* ----------------------------------------------------------
 lv grid hover effect
 ------------------------------------------------------------- */
/*.lv-row a,.lv-row a span.itemImg {
 display: inline-block;
 width: 100%;
 overflow: hidden;
 }*/
.listview .grid-item a img {
  /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.37007999999999996 0.57216 0.057760000000000006 0 0 0.17008 0.77216 0.057760000000000006 0 0 0.17008 0.57216 0.25775999999999993 0 0 0 0 0 1 0" /></filter></svg>#filter');
   -webkit-filter: grayscale(80%);
   filter: grayscale(80%);*/
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*transform: scale(1, 1);
   transition: all 2s easeIn;*/ }
.listview .grid-item:hover {
  cursor: pointer; }
  .listview .grid-item:hover a img, .listview .grid-item:hover img.active {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08); }

/* ----------------------------------------------------------
 listviews - portfolio grid, news grid
 ------------------------------------------------------------- */
/*.lv-tools-top {
 margin-bottom: 20px;
 }*/
.listview .grid-item .lv-picture {
  overflow: hidden; }
.listview .grid-item .lv-title {
  padding-bottom: 15px;
  font-size: 1em;
  text-align: left; }
  .listview .grid-item .lv-title a {
    text-decoration: none;
    color: #000; }
    .listview .grid-item .lv-title a:hover {
      color: #6eaad0; }
.listview .grid-item:hover a {
  color: #6eaad0; }

/* ----------------------------------------------------------
 content-project
 ------------------------------------------------------------- */
#project-section .project-data .data-item {
  border-bottom: 1px solid #000; }
  #project-section .project-data .data-item p {
    margin-top: 10px;
    text-align: left; }
    #project-section .project-data .data-item p.label {
      width: 30%; }
  #project-section .project-data .data-item div.data {
    width: 70%;
    margin-top: 10px; }
    #project-section .project-data .data-item div.data p {
      margin-top: 0; }
#project-section .project-data :first-child p {
  margin-top: 0; }
  #project-section .project-data :first-child div.data {
    margin-top: 0; }
#project-section .project-data :last-child {
  border-bottom: none; }

/* ----------------------------------------------------------
 cardlist
 ------------------------------------------------------------- */
.card-list .card-title {
  font-weight: 700; }
  .card-list .card-title a {
    text-decoration: none !important; }
.card-list p.card-list-label {
  /* label before ul */
  margin-bottom: 0 !important;
  font-weight: 700; }
  .card-list ul li {
    padding-left: 16px; }
  .card-list ul li.card-list-label {
    color: #6eaad0;
    font-weight: normal;
    margin-left: -18px; }
    .card-list ul li.card-list-label::before {
      content: none; }

/* ----------------------------------------------------------
 widget accordion list / lv faqs
 ------------------------------------------------------------- */
.accordion .card {
  margin-top: 10px; }
  .accordion .card .card-header {
    background-color: #c9c9c9;
    border-bottom: none;
    height: auto !important;
    padding: 0 5px 0 5px; }
    .accordion .card .card-header:hover {
      background-color: #6eaad0; }
      .accordion .card .card-header:hover h5 button {
        color: #fff; }
    .accordion .card .card-header h5 button {
      width: 100%;
      margin: 0;
      padding: 0;
      color: #6eaad0;
      text-align: left;
      line-height: 2.3;
      white-space: normal; }
      .accordion .card .card-header h5 button:hover, .accordion .card .card-header h5 button:focus {
        text-decoration: none; }
      .accordion .card .card-header h5 button .fa {
        font-size: 1.3em; }

/* ----------------------------------------------------------
 linklists
 ------------------------------------------------------------- */
.linklist .link-button {
  margin-bottom: 10px; }

/* ----------------------------------------------------------
 widget picture-text-link
 ------------------------------------------------------------- */
.wt-img {
  margin-bottom: 20px; }

/* ----------------------------------------------------------
 content lv-news
 ------------------------------------------------------------- */
.lv-news .news-date {
  /*background-color: $color50;
   padding: 3px 5px 3px 5px;
   text-align: center;*/
  color: #6eaad0; }
.lv-news .news-content-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #6eaad0; }
  .lv-news .news-content-wrapper .news-content h2 {
    margin: 0;
    padding: 0;
    color: #6eaad0;
    font-size: 1.1em; }
    .lv-news .news-content-wrapper .news-content h2 a {
      text-decoration: none; }
  .lv-news .news-content-wrapper .news-button {
    padding-left: 30px; }
    .lv-news .news-content-wrapper .news-button .btn {
      padding-top: 1px;
      padding-bottom: 1px; }

/* ----------------------------------------------------------
 widget news
 ------------------------------------------------------------- */
.widget-news .row + .row {
  margin-top: 15px; }
.widget-news .news-wrapper {
  float: left;
  margin: 0 15px 0 15px;
  padding: 0;
  background-color: #fff; }
  .widget-news .news-wrapper .col {
    padding: 0; }
  .widget-news .news-wrapper .news-topline {
    background-color: #6c757d;
    height: 21px; }
    .widget-news .news-wrapper .news-topline span {
      display: inline-block; }
      .widget-news .news-wrapper .news-topline span.news-headline {
        padding-left: 3px; }
      .widget-news .news-wrapper .news-topline span.news-date {
        padding-left: 3px;
        color: #6eaad0; }
      .widget-news .news-wrapper .news-topline span.news-datelink-wrapper {
        width: 120px;
        /*float: right;*/ }
        .widget-news .news-wrapper .news-topline span.news-datelink-wrapper .news-topline-stylelement1 {
          display: inline-block;
          width: 0px;
          height: 0px;
          margin: 0;
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          border-style: solid;
          border-width: 0 20px 20px 0;
          border-color: transparent #999 transparent transparent; }
        .widget-news .news-wrapper .news-topline span.news-datelink-wrapper .news-datelink {
          position: absolute;
          top: 0;
          width: 100px;
          background-color: #999; }
          .widget-news .news-wrapper .news-topline span.news-datelink-wrapper .news-datelink a {
            display: inline-block;
            width: 100px;
            padding-right: 5px;
            text-align: right;
            color: #fff !important; }
        .widget-news .news-wrapper .news-topline span.news-datelink-wrapper:hover .news-topline-stylelement1 {
          display: inline-block;
          width: 0px;
          height: 0px;
          margin: 0;
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          border-style: solid;
          border-width: 0 20px 20px 0;
          border-color: transparent #6eaad0 transparent transparent; }
        .widget-news .news-wrapper .news-topline span.news-datelink-wrapper:hover .news-datelink {
          background-color: #6eaad0; }
  .widget-news .news-wrapper .news-picture {
    width: 28%; }
  .widget-news .news-wrapper .news-text {
    padding: 5px; }
    .widget-news .news-wrapper .news-text .news-headline {
      margin-top: 4px !important;
      margin-bottom: 4px !important;
      padding: 0;
      font-weight: bold;
      color: #6eaad0; }

/* ----------------------------------------------------------
 widget picture-text-2cols wpt2
 ------------------------------------------------------------- */
.wpt2-headerpic {
  border-bottom: 20px solid #fff; }

/* ----------------------------------------------------------
 cards
 ------------------------------------------------------------- */
.card {
  height: 100%;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .card.notswh {
    height: auto !important; }
  .card.no-bckgrd {
    border: 1px solid #c9c9c9 !important;
    background-color: transparent !important; }
  .card .card-img-top {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }
  .card .card-header {
    position: relative;
    width: 100%;
    height: 28px;
    padding: 0 0 0 10px;
    color: #fff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #e7e7e7; }
    .card .card-header .ch-wrapper {
      height: 28px; }
      .card .card-header .ch-wrapper h1.ch-title, .card .card-header .ch-wrapper h2.ch-title {
        display: inline-block;
        margin: 0 !important;
        padding-top: 0;
        font-size: 1.1em;
        font-weight: 400;
        line-height: 28px;
        color: #000; }
        .card .card-header .ch-wrapper h1.ch-title::before, .card .card-header .ch-wrapper h2.ch-title::before {
          content: none; }
      .card .card-header .ch-wrapper .ch-corner {
        display: inline-block;
        width: 0px;
        height: 0px;
        margin: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 0 28px 28px 0;
        border-color: transparent #fff transparent transparent; }
  .card .card-body {
    position: relative;
    padding: 10px;
    height: 100%; }
    .card .card-body .card-img {
      margin-bottom: 15px; }
  .card .card-footer {
    padding: 0px 10px 10px 10px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: none;
    background-color: transparent; }
    .card .card-footer.buttons-bottom {
      margin-top: 0; }

.highlighted-div .card .card-header .ch-wrapper .ch-corner {
  border-color: transparent #6c757d transparent transparent; }

/* ----------------------------------------------------------
 Owl sliders
 ------------------------------------------------------------- */
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  background: #fff;
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  margin: -20px 10px 0;
  padding: 0;
  opacity: 0;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: #111;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1); }
  .owl-nav .owl-prev .owl-prev, .owl-nav .owl-next .owl-prev {
    left: -20px; }
  .owl-nav .owl-prev .owl-next, .owl-nav .owl-next .owl-next {
    right: -20px; }
  .owl-nav .owl-prev i, .owl-nav .owl-next i {
    margin-top: -7px; }

.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 0.5;
  left: 0px; }

.owl-carousel:hover .owl-nav .owl-next {
  opacity: 0.5;
  right: 0px; }

/* ----------------------------------------------------------
 labellist
 ------------------------------------------------------------- */
.labellist label + * {
  padding-bottom: 10px; }

/* ----------------------------------------------------------
 widget-picture-text
 ------------------------------------------------------------- */
@media (min-width: 370px) {
  .wpt .boxlayout-float {
    width: auto;
    float: left;
    margin: 0 10px 10px 0; } }
