/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* light grey container bckgrd */
/* 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 ----------- */
/* company color blue */
/* company color orange */
/* company color green */
/* bvpi green */
/* bvpi logo light green */
/* 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
------------------------------------------------------------- */
/* widget projectstate
------------------------------------------------------------- */
.wps-projectstate h2 {
  margin-bottom: 5rem;
}
.wps-projectstate .date {
  margin-top: 2.5rem;
  font-weight: bold;
}
.wps-projectstate .projectstate {
  display: flex;
  align-items: center;
}
.wps-projectstate .projectstate .icon {
  display: inline-block;
  width: 30px;
}
.wps-projectstate .projectstate .icon.ps-done svg #border-2 {
  fill: transparent !important;
}
.wps-projectstate .projectstate .icon.ps-inactive svg #circle {
  fill: transparent !important;
}
.wps-projectstate .projectstate .icon.ps-inactive svg #border-1 {
  fill: #FFFFFF !important;
}
.wps-projectstate .projectstate .icon.ps-inactive svg #border-2 {
  fill: transparent !important;
}
.wps-projectstate .projectstate .pixel {
  display: inline-block;
  width: 100%;
  margin-left: 5px;
  border-bottom: 1px dotted #FFFFFF;
}
/* content-options: center-block
------------------------------------------------------------- */
.center-block {
  text-align: center;
}
/* widget picture-text-link
------------------------------------------------------------- */
.wt-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 20px;
}
.card {
  height: 100%;
}
.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-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;
  -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 0 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;*/
}
.card.no-boxlayout .card-footer {
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent;
  padding: 0 0 0 0;
}
/* 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 nas
------------------------------------------------------------- */
.description-wrapper {
  min-width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.description-wrapper .description {
  display: none;
  padding: 3px;
  min-width: 100%;
  height: 30px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  background-color: #6C757D;
}
.na-country-svg {
  fill: #10876E;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: 0.3s fill;
}
.na-country-svg.na-ap-without-bvs {
  fill: #51B5A9;
}
.na-country-svg.no-stroke {
  stroke-width: 0;
}
.na-link:hover .na-country-svg {
  fill: #6C757D;
}
.na-card-legend {
  margin-top: 10px;
}
.na-card-legend .nacl-with-bvs {
  color: #10876E;
}
.na-card-legend .nacl-without-bvs {
  color: #51B5A9;
}
/* ----------------------------------------------------------
widget-elba-contact-person
------------------------------------------------------------- */
.wecp {
  position: relative;
  display: flex;
  justify-content: center;
}
.wecp .wecp-popover {
  display: none;
  position: absolute;
  top: 15px;
  left: auto;
  max-width: 100%;
}
.wecp .wecp-popover .popover-header {
  margin: 0 !important;
}
.wecp .wecp-na-map .wecp-link {
  text-decoration: none !important;
}
.wecp .wecp-na-map .wecp-link:focus, .wecp .wecp-na-map .wecp-link:hover, .wecp .wecp-na-map .wecp-link:active, .wecp .wecp-na-map .wecp-link:visited {
  text-decoration: none !important;
}
.wecp .wecp-na-map .elba-not-active {
  fill: #49B7A6;
}
.wecp .wecp-na-map circle {
  fill: #0B5380;
}
.wecp .wecp-na-map .na-shortcut.elba-not-active {
  display: none;
}
.wecp .wecp-na-map .na-shortcut text {
  font-size: 15px;
  fill: #FFFFFF;
  text-decoration: none;
}
.wecp .wecp-na-map .na-shortcut text:focus, .wecp .wecp-na-map .na-shortcut text:hover, .wecp .wecp-na-map .na-shortcut text:active, .wecp .wecp-na-map .na-shortcut text:visited {
  text-decoration: none !important;
}
.wecp .wecp-na-map .na-shortcut.shortcut-mp {
  transform: translate(430px, 60px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-sh {
  transform: translate(220px, 20px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-hh {
  transform: translate(250px, 80px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-ns {
  transform: translate(220px, 210px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-hb {
  transform: translate(110px, 130px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-bb {
  transform: translate(520px, 280px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-be {
  transform: translate(500px, 200px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-sa {
  transform: translate(350px, 280px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-nw {
  transform: translate(20px, 340px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-he {
  transform: translate(160px, 450px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-th {
  transform: translate(290px, 420px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-fs {
  transform: translate(470px, 400px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-rp {
  transform: translate(0px, 520px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-sl {
  transform: translate(-20px, 600px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-bw {
  transform: translate(130px, 730px);
}
.wecp .wecp-na-map .na-shortcut.shortcut-fb {
  transform: translate(350px, 650px);
}
