/* colors
------------------------------------------------------------- */
/* black, textcolor */
/* white, background-color */
/* deep red architects */
/* grey text */
/* grey navbar bckgrd */
/* grey card header no-boxlayout */
/* soft red architects */
/* b+s yellow experts */
/* b+s orange engineers */
/* b+s green office */
/* 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 */
/* b+s 3.0 new colors
------------------------------------------------------------- */
/* white transparent (navigation) */
/* black transparent (navigation) */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* ----------------------------------------------------------
CSS for widgets and modules
------------------------------------------------------------- */
/* ----------------------------------------------------------
widget-gmaps
------------------------------------------------------------- */
#map {
  height: 500px;
}
/* ----------------------------------------------------------
cards
------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .card {
    display: block;
  }
  .card-content {
    margin-bottom: 40px;
  }
  .buttons-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.card {
  height: 100%;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: #F0F0F0;
}
.card.cch:hover .card-body {
  display: block;
}
.card .card-header {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background-color: #B60146;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.card .card-header h2 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  /*line-height: 1.1em;*/
  white-space: nowrap;
  overflow: hidden;
}
.card.notswh {
  height: auto;
}
.card .card-img-top {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  /*min-width: 100%;
        width: auto;
        height: auto;*/
}
.card .card-body {
  padding: 5px 10px 5px 10px;
}
.card .card-body.cch {
  display: none;
  position: absolute;
  top: 1.1em;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.card .card-footer {
  padding: 5px 10px 10px 10px;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent;
}
.card .card-footer.buttons-bottom {
  margin: 0;
}
.card .card-footer.buttons-bottom .btn-default {
  color: #FFFFFF;
}
.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 {
  font-size: 1.2em;
  color: #797979;
}
.card.no-boxlayout .card-body {
  padding: 10px 0;
}
.card.engineers .card-footer .btn-default {
  background-color: #E8433C;
}
.card.engineers .card-footer .btn-default:hover {
  background-color: #E6E600;
}
.card.experts .card-footer .btn-default {
  background-color: #F5A300;
}
.card.experts .card-footer .btn-default:hover {
  background-color: #006699;
}
.card.office .card-footer .btn-default {
  background-color: #71BF41;
}
.card.office .card-footer .btn-default:hover {
  background-color: #B8E9FF;
}
.card1.engineers .card-header {
  background-color: #E8433C;
}
.card1.experts .card-header {
  background-color: #F5A300;
}
.card1.office .card-header {
  background-color: #71BF41;
}
.card2 {
  border-left: 5px solid #B60146 !important;
}
.card2 .card-header {
  color: #B60146;
  background-color: transparent;
}
.card2 .card-header h2 {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3em;
  white-space: normal;
  overflow: visible;
}
.card2.engineers {
  border-color: #E8433C !important;
}
.card2.engineers .card-header {
  color: #E8433C;
}
.card2.experts {
  border-color: #F5A300 !important;
}
.card2.experts .card-header {
  color: #F5A300;
}
.card2.office {
  border-color: #71BF41 !important;
}
.card2.office .card-header {
  color: #71BF41;
}
/* ----------------------------------------------------------
works grid (overview projects)
------------------------------------------------------------- */
#portfolio .grid-item {
  transform: scale(0.9);
}
#portfolio .grid-item .lv-picture {
  position: relative;
}
#portfolio .grid-item .lv-picture a {
  display: inline-block;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFFFFF;
}
#portfolio .grid-item .lv-picture a img {
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
  filter: brightness(100%);
}
#portfolio .grid-item .lv-picture a:hover img {
  filter: brightness(30%);
  transform: scale(1.2);
}
#portfolio .grid-item .lv-picture .lv-title {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#portfolio .grid-item .lv-picture:hover .lv-title {
  opacity: 1;
}
/* ----------------------------------------------------------
content-project
------------------------------------------------------------- */
.overview-nav .ovn-button a {
  display: flex;
  align-items: center;
  color: #B60146;
}
.overview-nav .ovn-button a i {
  margin-right: 10px;
}
.overview-nav .ovn-button a:hover {
  text-decoration: none !important;
  color: #000000;
}
@media (min-width: 992px) {
  .overview-nav {
    display: none;
  }
}
.project-wrapper {
  margin-top: 30px;
}
.project-wrapper .project-pictures .col, .project-wrapper .project-data .col {
  margin-bottom: 30px;
}
.project-wrapper .project-pictures .grid-item .project-pic-wrapper, .project-wrapper .project-data .grid-item .project-pic-wrapper {
  overflow: hidden;
  background-color: #F0F0F0;
}
@media (max-width: 575px) {
  .project-wrapper .project-pictures .grid-item .project-pic-wrapper img, .project-wrapper .project-data .grid-item .project-pic-wrapper img {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .project-wrapper .project-pictures .grid-item .project-pic-wrapper img, .project-wrapper .project-data .grid-item .project-pic-wrapper img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-wrapper .project-pictures .grid-item .project-pic-wrapper img, .project-wrapper .project-data .grid-item .project-pic-wrapper img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .project-wrapper .project-pictures .grid-item .project-pic-wrapper img, .project-wrapper .project-data .grid-item .project-pic-wrapper img {
    width: 100%;
  }
}
.project-wrapper .project-pictures img.lazy, .project-wrapper .project-data img.lazy {
  /*width: 100%;*/
  height: auto;
  background-image: url('/pictures/assets/loader-dual-ring-1s-37px.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.project-wrapper .text-fader {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  background-color: #F0F0F0;
  padding: 10px;
}
.project-wrapper h1 {
  font-size: 1.2rem;
  color: #B60146;
}
.project-wrapper h2 {
  font-size: 1.1rem;
  color: #B60146;
  margin-bottom: 0.8rem;
}
.project-wrapper h3 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
.project-wrapper p {
  margin-bottom: 0.7rem;
}
.project-wrapper .pdDataLabel {
  font-weight: 700;
  color: #B60146;
}
/* ----------------------------------------------------------
listviews
------------------------------------------------------------- */
.listview .row {
  margin-bottom: 30px;
}
/* ----------------------------------------------------------
labellist
------------------------------------------------------------- */
.labellist label + * {
  padding-bottom: 10px;
}
/* content-options: center
------------------------------------------------------------- */
.center-block {
  text-align: center;
}
.card-center * {
  text-align: center;
}
/* ----------------------------------------------------------
widget-picture-text
------------------------------------------------------------- */
.wpt-picture {
  margin-bottom: 20px;
}
