/* colors
 ------------------------------------------------------------- */
/* black, textcolor */
/* white, background-color */
/*$color2: #E67E11;   /* darkyellow bckgrd */
/* darkyellow bckgrd */
/* lightgrey bckgrd */
/* grey disabled */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* grey leight navabr */
/* bootstrap grey */
/* bootstrap grey */
/* bootstrap grey */
/* bootstrap grey */
/* bvs green */
/* bvs leight grey */
/* bvs light yellow */
/* bvpi calendar yellow today */
/* bvpi error */
/* bvpi dark grey text */
/* bvpi calendar petrol date-vpi */
/* bvpi calendar lila date-home-vpi */
/* bvpi assets form fields grey */
/*$color31: #F3FCC5;   /* bvs leight yellow, assets form fields green */
/*$color31: #E1D678;   /* bvs leight yellow, assets form fields green */
/*$color31: #D3D7BD;   /* bvs leight yellow, assets form fields green */
/* bvs leight yellow, assets form fields green */
/* bvs assets buttons */
/* bvpi form fieldsets */
/* bvpi striped table / grid row backgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* weeditmode green, correct or allowed */
/* margins / paddings
 ------------------------------------------------------------- */
/*
 https://coolors.co/62bc46-d9dc8b-395e66-363537-b81365
 $color1: #62bc46ff;
 $color2: #d9dc8bff;
 $color3: #395e66ff;
 $color4: #363537ff;
 $color5: #b81365ff;
 */
/* mixins
 ------------------------------------------------------------- */
/* borders
 ------------------------------------------------------------- */
/* margins / paddings
 ------------------------------------------------------------- */
/* ------------------------------------------------------------------
 navbar: header and navigation
 ------------------------------------------------------------------ */
.nav-header-wrapper {
  background-color: #fff; }
  .nav-header-wrapper .nav-header .col {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav-header-wrapper .nav-header .logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end; }
    .nav-header-wrapper .nav-header .logo-wrapper .logo {
      display: inline-block;
      width: 20%;
      margin-right: 30px; }
    .nav-header-wrapper .nav-header .logo-wrapper .logo-state {
      display: inline-block;
      padding-bottom: 12px;
      font-weight: 700; }
  .nav-header-wrapper .nav-header .nav-header-tools div * {
    border: none !important; }
  .nav-header-wrapper .nav-header .nav-header-tools .search-site {
    background-color: #f7f7a9;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }
    .nav-header-wrapper .nav-header .nav-header-tools .search-site .input-group span, .nav-header-wrapper .nav-header .nav-header-tools .search-site .input-group input {
      background-color: transparent;
      box-shadow: none; }
    .nav-header-wrapper .nav-header .nav-header-tools .search-site .input-group input {
      height: 30px; }
  .nav-header-wrapper .nav-header .nav-header-tools .nav-header-btn {
    display: inline-block;
    /*width: 40px;
     height: 40px;*/ }
    .nav-header-wrapper .nav-header .nav-header-tools .nav-header-btn a {
      text-decoration: none !important; }
      .nav-header-wrapper .nav-header .nav-header-tools .nav-header-btn a .label {
        padding-right: 15px; }
      .nav-header-wrapper .nav-header .nav-header-tools .nav-header-btn a svg {
        width: 30px;
        height: 30px; }

nav {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  background-color: #62bc46; }
  nav .navbar-collapse {
    position: relative;
    max-height: none;
    border-color: #62bc46; }
  nav .navbar-toggler {
    padding: 8px 0px 2px 38px; }
    nav .navbar-toggler:focus {
      outline: 0; }
  nav .hamburger .hamburger-inner, nav .hamburger .hamburger-inner::before, nav .hamburger .hamburger-inner::after {
    width: 30px;
    background-color: #fff; }

nav #navbarNavDropdown a {
  font-size: 14px !important;
  text-decoration: none !important; }
  nav #navbarNavDropdown a .bg-light {
    background-color: transparent; }
  nav #navbarNavDropdown a .active {
    background-color: #62bc46 !important; }
nav #navbarNavDropdown .level0 li a.nav-link-lev0 {
  color: #fff;
  padding: 9px 30px 9px 0px !important; }
  nav #navbarNavDropdown .level0 li a.nav-link-lev0.active {
    background-color: transparent; }
  nav #navbarNavDropdown .level0 li a.nav-link-lev0:hover {
    color: #363537; }
nav #navbarNavDropdown .level0 li a:link, nav #navbarNavDropdown .level0 li a:visited, nav #navbarNavDropdown .level0 li a:hover, nav #navbarNavDropdown .level0 li a:active, nav #navbarNavDropdown .level0 li a.open {
  background-color: transparent; }

@media (max-width: 991px) {
  .nav-header-wrapper .nav-header .logo-wrapper {
    display: block; }
    .nav-header-wrapper .nav-header .logo-wrapper .logo {
      display: block;
      width: 25%; }
    .nav-header-wrapper .nav-header .logo-wrapper .logo-state {
      display: block;
      padding: 0; }
  .sub-arrow {
    margin-right: 0 !important;
    border-color: #f7f7a9 !important; }
  .level0 {
    padding: 0 0.6rem; }
    .level0 li a {
      display: inline-block;
      min-width: 100%;
      padding: 0 0.7rem;
      border-bottom: 1px solid #f7f7a9; }
  .level1, .level2 {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #62bc46; }
    .level1 li a:link, .level2 li a:link, .level1 li a:visited, .level2 li a:visited {
      color: #fff;
      border-bottom: none;
      /*background-color: $color31;*/ }
    .level1 li a:hover, .level2 li a:hover {
      color: #363537;
      /*background-color: $color20;*/ }
    .level1 li a.active, .level2 li a.active {
      /*color: $color20;
       background-color: $color3;*/ }
  .level1 li a {
    padding-top: 6px;
    padding-bottom: 6px; }
    .level1 li a.highlighted {
      background-color: #f7f7a9; }
      .level1 li a.highlighted .sub-arrow {
        margin-right: 4px !important;
        border-color: #62bc46 !important; } }

@media (min-width: 992px) {
  nav #navbarNavDropdown .level1, nav #navbarNavDropdown .level2 {
    padding: 0 0 8px 0;
    margin: 0;
    background-color: #f7f7a9; }
    nav #navbarNavDropdown .level1 li a:link, nav #navbarNavDropdown .level2 li a:link, nav #navbarNavDropdown .level1 li a:visited, nav #navbarNavDropdown .level2 li a:visited {
      display: inline-block;
      min-width: 100%;
      border-bottom: 1px solid #62bc46;
      color: #363537;
      background-color: #f7f7a9; }
    nav #navbarNavDropdown .level1 li a:hover, nav #navbarNavDropdown .level2 li a:hover {
      color: #fff;
      background-color: #62bc46; }
    nav #navbarNavDropdown .level1 li a.active, nav #navbarNavDropdown .level2 li a.active {
      /*color: $color20;
       background-color: $color3;*/ }
  nav #navbarNavDropdown .level2 {
    padding-top: 6px;
    max-width: 40em !important; }
    nav #navbarNavDropdown .level2 a {
      white-space: nowrap;
      padding: 5px; } }

@media (max-width: 768px) {
  .nav-header-wrapper .nav-header .logo-wrapper .logo-state {
    font-size: 12px; } }

html, body {
  background-color: #f0f2f4; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.contentwrapper .container {
  background-color: #fff; }

.row + .row {
  margin-top: 30px; }

@media (max-width: 991px) {
  .content .col + .col {
    margin-top: 30px; } }

.form-row + .form-row {
  margin-top: 10px; }

@media (max-width: 930px) {
  .modal-lg {
    margin: 1.75rem; } }

header {
  margin: 0px 0px 0px 0px; }
  header .logo-2 {
    display: none; }
  header .row {
    position: relative;
    /* header - headerpic
     ------------------------------------------------------------- */ }
  header #headerpic1, header #headerpic2 {
    display: none; }
  header #headerpic1 img, header #headerpic2 img {
    min-width: 100%; }
  @media (max-width: 767px) {
    header #headerpic2 {
      display: block; }
    header #headerpic1 {
      display: none; } }
  @media (min-width: 768px) {
    /* page headlines
     ------------------------------------------------------------- */
    header #headerpic1 {
      display: block;
      padding: 0px 0px 0px 0px; }
    header #headerpic2 {
      display: none; } }
  header .page-headline {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px 5px 0px 5px;
    z-index: 100;
    /*transform: skewX(-18deg);*/ }
    header .page-headline h1 {
      font-size: 1.1em;
      margin: 0;
      padding: 0;
      line-height: 1.1em;
      /*-webkit-transform: skewX(18deg);
       -ms-transform: skewX(18deg);
       transform: skewX(18deg);*/ }
  header .page-headline-1 {
    margin-top: 40px;
    margin-left: 10px; }
  header .page-headline-2 {
    margin-top: 60px;
    margin-left: 10px; }
  @media (min-width: 420px) and (max-width: 575px) {
    header .page-headline {
      padding: 0px 10px 0px 10px; }
      header .page-headline h1 {
        font-size: 1.2em;
        line-height: 1.2em; }
    header .page-headline-1 {
      margin-top: 110px;
      margin-left: 10px; }
    header .page-headline-2 {
      margin-top: 135px;
      margin-left: 10px; } }
@media (min-width: 576px) and (max-width: 991px) {
  header .page-headline {
    padding: 0px 20px 0px 20px; }
    header .page-headline h1 {
      font-size: 1.3em;
      line-height: 1.3em; }
  header .page-headline-1 {
    margin-top: 110px;
    margin-left: 10px; }
  header .page-headline-2 {
    margin-top: 140px;
    margin-left: 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .page-headline {
    padding: 0px 30px 0px 30px; }
    header .page-headline h1 {
      font-size: 1.5em;
      line-height: 1.5em; }
  header .page-headline-1 {
    margin-top: 240px;
    margin-left: 50px; }
  header .page-headline-2 {
    margin-top: 280px;
    /*margin-left: 80px;*/
    margin-left: 50px; } }
@media (min-width: 1200px) {
  /* modul search experts
   ------------------------------------------------------------- */
  header .page-headline {
    padding: 0px 30px 0px 30px; }
    header .page-headline h1 {
      font-size: 1.6em;
      line-height: 1.6em; }
  header .page-headline-1 {
    margin-top: 290px;
    margin-left: 50px; }
  header .page-headline-2 {
    margin-top: 330px;
    /*margin-left: 80px;*/
    margin-left: 50px; } }
header .search-experts-wrapper {
  width: 100%;
  width: 100%;
  margin-top: -50px;
  z-index: 100; }
  header .search-experts-wrapper .search-experts {
    width: 100%; }
    header .search-experts-wrapper .search-experts a {
      color: #6c757d;
      background-color: #f7f7a9; }
      header .search-experts-wrapper .search-experts a:hover {
        color: #fff;
        background-color: #b6c2c8; }

.widget-container {
  padding-top: 15px;
  padding-bottom: 15px; }

.widget-container-xspace-top {
  padding-top: 50px; }

.widget-container-xspace-bottom {
  padding-bottom: 50px; }

.widget-container-nospace-top {
  padding-top: 0px; }

.widget-container-nospace-bottom {
  padding-bottom: 0px; }

.first-widget-container {
  padding-top: 30px !important; }

@media (min-width: 992px) {
  /*.widget-container .row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient:horizontal;
   -webkit-box-direction:normal;
   -webkit-flex-direction:row;
   -ms-flex-direction:row;
   flex-direction:row;
   }*/
    .widget-container .widget-pic-text {
      position: relative; }
    .widget-container .widget-pic-text .buttons-bottom {
      width: 100%;
      position: absolute;
      bottom: 0px; } }

footer {
  padding-top: 40px;
  padding-bottom: 50px;
  line-height: 36px;
  color: #62bc46;
  background-color: #fff; }
  footer a {
    color: #62bc46 !important;
    text-decoration: none !important; }
  footer a:hover {
    color: #363537 !important;
    text-decoration: none !important; }
  footer .footer-wrapper {
    height: 36px; }
  footer .footer-topwrapper {
    background-color: #f0f2f4; }
    footer .footer-topwrapper .footer-top ul {
      list-style-type: none;
      padding: 0 10px 0 0;
      margin: 0; }
      footer .footer-topwrapper .footer-top ul li {
        display: inline-block;
        padding-left: 15px; }
    footer .footer-topwrapper .footer-top .pageslideup a {
      padding-left: 10px;
      /*width: 30px;
       height: 30px;
       padding-right: 4px;
       @include border-radius(5px);
       color: $color1 !important;
       background-color: $color20;*/ }
    footer .footer-topwrapper .footer-top .pageslideup a:hover {
      color: #363537 !important; }
  footer .footer-middlewrapper {
    color: #fff;
    background-color: #62bc46; }
    footer .footer-middlewrapper .footer-middle .copyright {
      padding: 0 0 0 10px; }
    footer .footer-middlewrapper .footer-middle .footer-corner {
      width: 0px;
      height: 0px;
      -webkit-transform: rotate(360deg);
      border-style: solid;
      border-width: 0 0 36px 36px;
      border-color: transparent transparent #fff transparent; }
  footer .footer-bottomwrapper .footer-bottom {
    margin-top: 20px; }

/*
 Document   : basic
 Created on : 15.01.2016
 Author	 : Jens.Degner
 Description:
 Purpose of the stylesheet follows.
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #363537;
  box-sizing: border-box !important;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar; }

.jsdata {
  display: none !important; }

.center-wrapper {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* ------------------------------------------------------------------
 fix content shifting when modal is opened
 ------------------------------------------------------------------ */
.modal-open {
  overflow: visible; }

.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  padding-right: 0px !important; }

/* ------------------------------------------------------------------
 Selection
 ------------------------------------------------------------------ */
::-moz-selection {
  background: #000;
  color: #fff; }

::-webkit-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

/* standard --------------------------------------------------------------------------------------*/
a:link {
  text-decoration: underline;
  color: #62bc46; }

a:visited {
  text-decoration: underline;
  color: #62bc46; }

a:hover {
  text-decoration: underline;
  color: #363537; }

.popover-link {
  display: inline-block;
  width: 100%;
  background-color: #62bc46;
  cursor: pointer; }

label.error, p.error {
  display: block;
  width: 100%;
  margin: 3px 0px 0px 0px;
  padding: 1px 5px 1px 5px !important;
  color: #f06 !important;
  background-color: #e7e7e7; }

.error {
  color: #f06 !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.firstparagraph, .no-margin-top {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

/* typography
 ------------------------------------------------------------- */
.content .center-content {
  text-align: center; }
.content .padding-bottom {
  padding-bottom: 30px !important; }
.content hr {
  border-color: #fff !important; }
.content h1 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #62bc46; }
.content h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 20px; }
.content h3 {
  font-size: 1.1em;
  font-weight: 400;
  color: #62bc46; }
.content h4 {
  font-size: 1.1em;
  font-weight: 300; }
.content p {
  line-height: 1.6em;
  margin-bottom: 10px; }
.content .hervorgehoben, .content .emphasized {
  font-weight: 700 !important; }
  .content .hervorgehoben.soft, .content .emphasized.soft {
    color: #fca212; }
.content .normal {
  font-weight: 400 !important; }
.content .label, .content label {
  color: #fff;
  font-size: inherit !important;
  font-weight: bold !important;
  /*padding-left: 0px;*/ }
.content ul {
  list-style-type: none;
  padding-left: 1.2em; }
  .content ul li {
    line-height: 1.8em; }
  .content ul li::before {
    content: "\2022";
    color: #62bc46;
    /*border-color: transparent $color3;
     border-style: solid;
     border-width: 0.35em 0 0.35em 0.45em;*/
    display: inline-block;
    height: 0;
    width: 0;
    left: -0.6em;
    top: 0.17em;
    position: relative;
    font-size: 28px;
    font-weight: bold; }
  .content ul.ul-2 {
    margin-top: 1em; }
    .content ul.ul-2 li {
      margin-bottom: 1em; }
.content li ul {
  /*margin-top: 8px;*/ }
.content ol {
  list-style: none;
  counter-reset: counter0;
  margin-left: 0;
  padding-left: 0; }
  .content ol > li {
    counter-increment: counter0;
    margin: 0 0 0.8rem 2rem; }
    .content ol > li::before {
      content: counter(counter0);
      background: #62bc46;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 50%;
      display: inline-block;
      line-height: 1.4rem;
      color: white;
      text-align: center;
      margin: 0 0.6rem 0 -2rem; }
  .content ol ul {
    margin: 0.5rem 0 0.5rem 0; }
  .content ol ol {
    counter-reset: counter0; }
    .content ol ol > li {
      counter-increment: counter1;
      margin: 0 0 0.8rem 2rem; }
      .content ol ol > li::before {
        content: counter(counter1);
        background: #f7f7a9;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        display: inline-block;
        line-height: 1.4rem;
        color: white;
        text-align: center;
        margin: 0 0.6rem 0 -2rem; }
    .content ol ol ol {
      counter-reset: counter2; }
      .content ol ol ol > li {
        counter-increment: counter2;
        margin: 0 0 0.8rem 2rem; }
        .content ol ol ol > li::before {
          content: counter(counter2);
          background: #f7f7a9;
          width: 1.4rem;
          height: 1.4rem;
          border-radius: 50%;
          display: inline-block;
          line-height: 1.4rem;
          color: white;
          text-align: center;
          margin: 0 0.6rem 0 -2rem; }

.widget-container-nospace h1, .widget-container-nospace h2, .widget-container-nospace h3, .widget-container-nospace h4 {
  /*margin-bottom: 0px !important;*/ }

/* tables
 -------------------------------------------------------------------------------------- */
/* basic
 -------------------------------------------------------------------------------------- */
.tdLeft {
  text-align: left; }

.tdCenter {
  text-align: center; }

.tdRight {
  text-align: right; }

.table-striped {
  border-collapse: separate;
  border-spacing: 0px 1px; }

.table-striped thead th {
  background-color: #e4e4e4; }

.table-striped .striped {
  background-color: #f2f2f2 !important; }

/* dataTables
 --------------------------------------------------------------------------------------- */
.dataTables_filter input:focus, .dataTables_filter select:focus {
  box-shadow: none; }

.dataTables_paginate ul.pagination li {
  list-style-type: none; }
  .dataTables_paginate ul.pagination li::before {
    content: none; }
  .dataTables_paginate ul.pagination li a {
    text-decoration: none; }

/* buttons
 --------------------------------------------------------------------------------------- */
.btn.focus, .btn:focus {
  box-shadow: none !important; }

button.is-checked {
  background-color: #f7f7a9; }

.grid-header-tools {
  margin-right: 15px;
  margin-bottom: 10px;
  height: 30px; }
  .grid-header-tools .btn-group {
    height: 100%; }

.btn-with-icon.btn-with-icon-right .btn-label {
  padding-right: 1.2em; }
.btn-with-icon.btn-with-icon-right .btn-icon {
  color: #62bc46;
  font-size: 16px; }
  .btn-with-icon.btn-with-icon-right .btn-icon.visible {
    display: inline; }
  .btn-with-icon.btn-with-icon-right .btn-icon.invisible {
    display: none; }

.input-group .input-group-prepend .input-group-text {
  color: #62bc46;
  border-color: #b6c2c8;
  background-color: #b6c2c8; }
.input-group input {
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0px 0px 0px 0px;
  -moz-box-shadow: inset 0px 0px 0px 0px;
  box-shadow: inset 0px 0px 0px 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.text-group {
  color: #62bc46;
  text-align: center;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  background-color: #e4e4e4;
  -webkit-border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

/* button groups with icons */
.btn-group .btn-group-prepend .btn-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #62bc46;
  text-align: center;
  white-space: nowrap;
  background-color: #b6c2c8;
  border: none;
  -webkit-border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.buttons {
  margin: 15px 0px 20px 0px; }

.buttons-bottom {
  /*width: 100%;*/
  margin: 20px 0px 0px 0px; }

.btn-default {
  border: none !important;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #b6c2c8; }

.btn-default:hover {
  background-color: #f7f7a9; }

.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px; }

.modal-body .btn-callback-submit {
  background-color: #29d4ff; }

.modal-header .close {
  font-size: 28px;
  color: #b6c2c8;
  opacity: 1; }

.modal-header .close:hover {
  color: #f7f7a9;
  opacity: 1; }

a.btn-default {
  color: #fff;
  font-size: 15px;
  text-decoration: none; }

a.btn-anchor {
  display: inline-block;
  width: 100%;
  height: 100%; }

.btn-default:hover a {
  color: #fff !important; }

.btn-small {
  padding-top: 3px;
  padding-bottom: 3px; }

.link-btn-int {
  display: inline-block;
  padding: 3px 7px 3px 7px;
  font-weight: normal;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #b6c2c8;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }
  .link-btn-int .svg-inline--fa {
    margin-left: 0.8em; }

.link-btn-int-pdf, .link-btn-int-pdf-100 {
  display: inline-block;
  padding: 3px 7px 3px 7px;
  font-weight: normal;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #b6c2c8;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }
  .link-btn-int-pdf .svg-inline--fa, .link-btn-int-pdf-100 .svg-inline--fa {
    margin-left: 0.8em; }
  .link-btn-int-pdf::after, .link-btn-int-pdf-100::after {
    display: none;
    font-family: "Font Awesome 5 Solid";
    content: "\f1c1"; }

.link-btn-int-pdf-100 {
  width: 100%; }

/*.link-btn-int-pdf::after {
 display: none;
 font-family: "Font Awesome 5 Solid";
 content: "\f1c1";
 }*/
.link-btn-int-100 {
  display: inline-block;
  width: 100%;
  padding: 0.18rem 0.5rem;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #b6c2c8;
  -webkit-border-top-left-radius: 0.2rem;
  -moz-border-radius-topleft: 0.2rem;
  border-top-left-radius: 0.2rem;
  -webkit-border-top-right-radius: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  border-top-right-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -moz-border-radius-bottomleft: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  -moz-border-radius-bottomright: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.link-btn-ext {
  display: inline-block;
  padding: 3px 7px 3px 7px;
  font-weight: normal;
  color: #363537 !important;
  text-decoration: none !important;
  background-color: #f7f7a9;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }
  .link-btn-ext .svg-inline--fa {
    margin-left: 0.8em; }

.link-btn-ext::after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f35d"; }

.link-btn-int:hover, .link-btn-ext:hover, .link-btn-int-pdf:hover, .link-btn-int-100:hover {
  color: #363537;
  background-color: #62bc46; }

.news .btn-default {
  border: none !important;
  width: 100%;
  color: #363537 !important;
  background-color: #f9a03f !important; }

.news .btn-default a {
  color: #363537 !important; }

.news .btn-default:hover a {
  color: #fff !important; }

/* ----------------------------------------------------------
 CSS for widgets and modules
 ------------------------------------------------------------- */
.highlighted-div {
  height: inherit;
  background-color: #f7f7a9;
  padding: 15px; }

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

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

.load-data {
  color: #62bc46;
  display: none; }

/* ----------------------------------------------------------
 invoice example (musterrechnung)
 ------------------------------------------------------------- */
#invoice {
  overflow: scroll;
  overflow-y: hidden; }
  #invoice table {
    background-color: #f8f8f8; }
  #invoice .logo-wrapper {
    width: 280px;
    max-width: 280px; }
    #invoice .logo-wrapper img {
      width: 100%; }

.popover-link {
  display: inline-block;
  width: 100%;
  background-color: #62bc46;
  cursor: pointer; }

.tooltip {
  width: 500px; }
  .tooltip .arrow {
    width: 500px; }
  .tooltip .tooltip-inner {
    width: 500px; }

.popover {
  max-width: 50%; }
  .popover .arrow::after {
    border-top-color: #b6c2c8;
    border-bottom-color: #b6c2c8; }
  .popover .popover-header {
    color: #fff;
    background-color: #b6c2c8; }
  .popover .popover-body {
    background-color: #cadfe9; }
  .popover .btn-popover-close {
    text-align: center;
    padding: 5px;
    color: #fff;
    background-color: #cadfe9;
    cursor: pointer; }
    .popover .btn-popover-close:hover {
      color: #363537; }
    .popover .btn-popover-close svg {
      width: 1.5em;
      height: 1.5em; }

/* ----------------------------------------------------------
 content-modal-languages
 ------------------------------------------------------------- */
.flag-wrapper {
  background-color: #62bc46;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  line-height: 26.25px;
  width: 100%;
  cursor: pointer; }
  .flag-wrapper:hover {
    background-color: #f7f7a9; }
  .flag-wrapper .flag-icon {
    height: 26.25px; }
    .flag-wrapper .flag-icon svg {
      width: 35px; }
  .flag-wrapper .flag-label {
    color: #fff; }

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

/* ----------------------------------------------------------
 widget-banner
 ------------------------------------------------------------- */
.wb .banner {
  position: relative;
  margin-bottom: 15px; }
  .wb .banner .banner-date {
    position: absolute;
    top: 20px;
    left: 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; }

/* ----------------------------------------------------------
 listviews
 ------------------------------------------------------------- */
.list-tools-top {
  margin-bottom: 20px; }

.listview .row {
  margin-bottom: 10px; }
  .listview .lv-row a, .listview .lv-row a span.itemImg {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    /* lv documents pi */ }
.listview.lv-journal-pi {
  /*column-count: 2;*/ }
  .listview.lv-journal-pi ul {
    width: 100%; }
    .listview.lv-journal-pi ul li {
      color: #62bc46; }
      .listview.lv-journal-pi ul li a {
        text-decoration: 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 p.card-list-label.label-level1 {
    padding-left: 1em;
    color: #62bc46; }
.card-list ul li {
  padding-left: 16px; }
.card-list ul li.card-list-label {
  color: #62bc46;
  font-weight: normal;
  margin-left: -18px; }
  .card-list ul li.card-list-label::before {
    content: none; }

/* ----------------------------------------------------------
 content lv-bvpi-members (bvpi members db search)
 ------------------------------------------------------------- */
#bvpi-members .nosearchresult {
  margin-top: 20px;
  display: none; }
  #bvpi-members .filter button {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }
    #bvpi-members .filter button:focus, #bvpi-members .filter button:active {
      outline: 0 !important; }
    #bvpi-members .filter button .label {
      font-weight: normal !important; }
  #bvpi-members .filter ul.dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    #bvpi-members .filter ul.dropdown-menu li {
      padding: 3px; }
      #bvpi-members .filter ul.dropdown-menu li::before {
        content: none; }
      #bvpi-members .filter ul.dropdown-menu li.divider {
        border-bottom: 1px dotted #62bc46; }
      #bvpi-members .filter ul.dropdown-menu li a {
        display: inline-block;
        width: 100%;
        text-decoration: none; }
        #bvpi-members .filter ul.dropdown-menu li a.current, #bvpi-members .filter ul.dropdown-menu li a:hover {
          background-color: #eee; }
#bvpi-members .lv-bvpi-members-grid .element-item {
  margin-bottom: 30px; }
  #bvpi-members .lv-bvpi-members-grid .element-item .card .card-body {
    padding: 5px; }
    #bvpi-members .lv-bvpi-members-grid .element-item .card .card-body .card-title {
      font-size: 1em; }
    #bvpi-members .lv-bvpi-members-grid .element-item .card .card-body p {
      margin-bottom: 10px; }
      #bvpi-members .lv-bvpi-members-grid .element-item .card .card-body p .card-list-label {
        margin-bottom: 3px; }
    #bvpi-members .lv-bvpi-members-grid .element-item .card .card-body a {
      text-decoration: none; }
      #bvpi-members .lv-bvpi-members-grid .element-item .card .card-body a:hover {
        text-decoration: none; }

/* ----------------------------------------------------------
 listview nas-members
 ------------------------------------------------------------- */
.nas-members-grid .grid-item .grid-item-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #62bc46;
  /*&.gridstripe {
   background-color: $color34;
   border-bottom: 1px solid $color20;
   }*/
  /*.grid-item:nth-child(odd) {
   background-color: $color34;
   border-bottom: 1px solid $color20;
   }*/ }

/* ----------------------------------------------------------
 lv ajax branches modal
 ------------------------------------------------------------- */
.lv-branches .lv-item-branch {
  /*padding: 10px;
   margin-bottom: 15px;*/
  background-color: #cadfe9; }
  .lv-branches .lv-item-branch .label {
    flex-basis: 20%; }

/* ----------------------------------------------------------
 widget team-member
 ------------------------------------------------------------- */
.tm {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between; }
  .tm .card {
    flex-basis: 31%;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 15px; }
    .tm .card h3 {
      font-size: 1em;
      font-weight: normal;
      color: #363537; }
      .tm .card h3 .firstname, .tm .card h3 .lastname {
        font-weight: bold; }

/* ----------------------------------------------------------
 widget org-member
 ------------------------------------------------------------- */
.wom h3 {
  font-size: 1em;
  font-weight: normal;
  color: #363537; }
  .wom h3 .firstname, .wom h3 .lastname {
    font-weight: bold; }

/* ----------------------------------------------------------
 timetables (tt)
 ------------------------------------------------------------- */
.time-table {
  display: table; }
  .time-table .tt-row {
    display: table-row; }
    .time-table .tt-row .tt-date {
      /*display: inline-block;
       margin-right: 15px;
       padding: 0 7px 0 7px;
       font-weight: normal;
       color: $color1;
       background-color: $color20;
       @include border-radius (3px, 3px, 3px, 3px);*/
      display: table-cell;
      width: 90px;
      padding-top: 15px;
      font-weight: bold; }
    .time-table .tt-row .tt-title {
      display: table-cell;
      padding-top: 15px;
      margin-bottom: 0;
      font-weight: bold; }
    .time-table .tt-row .tt-content {
      display: table-cell;
      margin-left: 90px; }

.tt-margin-left {
  margin-left: 90px; }

/* ----------------------------------------------------------
 tabs
 ------------------------------------------------------------- */
.nav-tabs {
  padding-left: 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #62bc46; }
  .nav-tabs li a {
    text-decoration: none; }
    .nav-tabs li a:hover {
      border-bottom-color: #62bc46 !important; }
    .nav-tabs li a.active {
      border-color: #62bc46 #62bc46 #f7f7a9 !important;
      background-color: #f7f7a9 !important; }
      .nav-tabs li a.active:hover {
        border-bottom-color: #f7f7a9 !important; }
  .nav-tabs li::before {
    content: none !important; }

/* ----------------------------------------------------------
 widget events-calendar
 ------------------------------------------------------------- */
.fullcalendar-wrapper .fc-unthemed .fc-content, .fullcalendar-wrapper .fc-unthemed .fc-divider, .fullcalendar-wrapper .fc-unthemed .fc-list-heading td, .fullcalendar-wrapper .fc-unthemed .fc-list-view, .fullcalendar-wrapper .fc-unthemed .fc-popover, .fullcalendar-wrapper .fc-unthemed .fc-row, .fullcalendar-wrapper .fc-unthemed tbody, .fullcalendar-wrapper .fc-unthemed td, .fullcalendar-wrapper .fc-unthemed th, .fullcalendar-wrapper .fc-unthemed thead {
  border-color: #fca212; }
.fullcalendar-wrapper .fc-header-toolbar {
  margin-bottom: 0 !important;
  padding: 4px;
  color: #363537;
  background-color: #fca212; }
  .fullcalendar-wrapper .fc-header-toolbar h2 {
    color: #fff;
    margin-top: 0.3em; }
  .fullcalendar-wrapper .fc-header-toolbar button {
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none;
    color: #62bc46;
    height: 1.8em;
    background-color: #e4e4e4; }
    .fullcalendar-wrapper .fc-header-toolbar button.fc-prev-button {
      margin-right: 4px; }
    .fullcalendar-wrapper .fc-header-toolbar button:hover {
      color: #fff;
      background-color: #62bc46; }
.fullcalendar-wrapper .fc-view-container .fc-view .fc-head .fc-head-container thead {
  color: #fff;
  background-color: #fca212; }
  .fullcalendar-wrapper .fc-view-container .fc-view .fc-head .fc-head-container thead th {
    border-color: #fca212;
    /*border: none !important;*/ }
.fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-scroller {
  overflow: hidden; }
  .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-bg .fc-day {
    border-color: #e4e4e4 !important; }
  .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-bg .fc-today {
    background-color: transparent !important; }
.fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-day-top {
  text-align: left;
  padding: 3px 3px 0px 3px; }
  .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-day-top .fc-day-number {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center; }
    .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
      padding: 0;
      color: #fff;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      border-bottom-right-radius: 3px;
      background-color: #faaf00; }
.fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container {
  text-align: left;
  padding: 0px 3px 0px 3px; }
  .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 3px 0 3px 0;
    border: none;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #fca212; }
    .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a.date-vpi {
      background-color: #518eb5; }
    .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a.date-home-vpi {
      background-color: #9c48f0; }
    .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a.date-external {
      background-color: #f9a03f; }
    .fullcalendar-wrapper .fc-view-container .fc-view .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a:hover {
      background-color: #62bc46;
      /* calendarsize size1: small / compact layout */ }
.fullcalendar-wrapper.size1 .fc-body .fc-day-grid .fc-row {
  height: auto !important;
  min-height: 44px !important; }
  .fullcalendar-wrapper.size1 .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a .fc-title {
    visibility: hidden; }
  .fullcalendar-wrapper.size1 .fc-body .fc-day-grid .fc-row .fc-event-container {
    text-align: left;
    padding: 0px 3px 0px 3px; }
    .fullcalendar-wrapper.size1 .fc-body .fc-day-grid .fc-row .fc-event-container a {
      display: inline-block;
      width: 100%;
      margin: 0 !important;
      padding: 0 !important;
      /* calendarsize size1: small / compact layout */ }
.fullcalendar-wrapper.size2 .fc-body .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container a .fc-title {
  white-space: normal; }

/* ----------------------------------------------------------
 widget events
 ------------------------------------------------------------- */
.lv-events {
  padding-left: 0 !important; }
  .lv-events .eventlink {
    background-color: #e4e4e4;
    margin-bottom: 8px;
    padding: 3px; }
    .lv-events .eventlink a {
      display: inline-block;
      width: 100%;
      color: #363537;
      text-decoration: none; }
    .lv-events .eventlink span {
      font-weight: 700; }
  .lv-events .eventlink:hover {
    background-color: #f7f7a9;
    cursor: pointer; }
  .lv-events .eventlink:before {
    content: none; }

.event-legend {
  padding: 0 !important;
  margin: 8px 0 8px 0 !important; }
  .event-legend li {
    display: inline-block;
    padding: 3px 5px 3px 5px;
    font-size: 10px;
    color: #fff;
    line-height: 10px; }
    .event-legend li::before {
      content: none !important; }
    .event-legend li.evl-bvpi {
      background-color: #fca212; }
    .event-legend li.evl-vpi {
      background-color: #518eb5; }
    .event-legend li.evl-home-vpi {
      background-color: #9c48f0; }
    .event-legend li.evl-ext {
      background-color: #f9a03f; }

/* ----------------------------------------------------------
 widget events-calendar (events overview page)
 ------------------------------------------------------------- */
.lv-events-calendar {
  /*margin-top: 30px;*/ }
  .lv-events-calendar .event-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px dashed #62bc46; }
    .lv-events-calendar .event-wrapper h2 {
      margin-top: 25px;
      color: #62bc46;
      font-size: 1.1em; }
    .lv-events-calendar .event-wrapper .event-date {
      color: #62bc46; }

/* ----------------------------------------------------------
 widget accordion list / lv faqs
 ------------------------------------------------------------- */
.accordion .card {
  margin-top: 10px; }
  .accordion .card .card-header {
    background-color: #f0f2f4;
    border-bottom: none;
    height: auto !important;
    padding: 0 5px 0 5px; }
    .accordion .card .card-header:hover {
      background-color: #62bc46; }
      .accordion .card .card-header:hover h5 button {
        color: #fff; }
    .accordion .card .card-header h5 button {
      width: 100%;
      margin: 0;
      padding: 0;
      color: #62bc46;
      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; }

/* ----------------------------------------------------------
 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: #f7f7a9; }

.na-country-svg {
  fill: #62bc46;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: 0.3s fill; }
  .na-country-svg.na-ap-without-bvs {
    fill: #fca212; }

.na-country-svg.no-stroke {
  stroke-width: 0; }

.na-link:hover .na-country-svg {
  fill: #f7f7a9; }

.na-card-legend {
  margin-top: 10px; }
  .na-card-legend .nacl-with-bvs {
    color: #62bc46; }
  .na-card-legend .nacl-without-bvs {
    color: #fca212; }

/* ----------------------------------------------------------
 listview search results: document search
 ------------------------------------------------------------- */
.lv-documents .category-header {
  color: #62bc46;
  background-color: #f7f7a9; }
  .lv-documents .category-header .category {
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 3px 10px; }
  .lv-documents .category-header .category-info {
    display: inline-block;
    margin-left: 25px;
    font-size: 0.8em;
    font-weight: normal; }
.lv-documents .lv-documents-table th {
  white-space: nowrap;
  color: #62bc46; }
  .lv-documents .lv-documents-table th.col0 {
    /* doctype */
    width: 9%; }
  .lv-documents .lv-documents-table th.col1 {
    /* number */
    width: 9%; }
  .lv-documents .lv-documents-table th.col2 {
    /* standard */
    width: 13%; }
  .lv-documents .lv-documents-table th.col3 {
    /* doctopic */
    width: 25%; }
  .lv-documents .lv-documents-table th.col4 {
    /* description */
    width: 35%; }
  .lv-documents .lv-documents-table th.col5 {
    /* publish-date */
    width: 9%; }
.lv-documents .lv-documents-table a {
  text-decoration: none !important; }
.lv-documents .page-item.active .page-link {
  background-color: #62bc46;
  border-color: #62bc46; }

/* ----------------------------------------------------------
 widget document search
 ------------------------------------------------------------- */
.fs-widget-wrapper {
  margin-bottom: 30px; }

/* ----------------------------------------------------------
 content widget-lv-accounting-procedures
 ------------------------------------------------------------- */
.lv-accounting-procedures .lv-ap-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #62bc46; }
  .lv-accounting-procedures .lv-ap-wrapper .ap-state {
    color: #62bc46; }
  .lv-accounting-procedures .lv-ap-wrapper .ap-bvs-name {
    color: #62bc46; }

/* ----------------------------------------------------------
 content lv-news
 ------------------------------------------------------------- */
.lv-news .news-date {
  /*background-color: $color21;
   padding: 3px 5px 3px 5px;
   text-align: center;*/
  color: #62bc46; }
.lv-news .news-content-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #62bc46; }
  .lv-news .news-content-wrapper .news-content h2 {
    margin: 0;
    padding: 0;
    color: #62bc46;
    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: #f7f7a9;
    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: #989da1; }
      .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 #f9a03f transparent transparent; }
        .widget-news .news-wrapper .news-topline span.news-datelink-wrapper .news-datelink {
          position: absolute;
          top: 0;
          width: 100px;
          background-color: #f9a03f; }
          .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 #62bc46 transparent transparent; }
        .widget-news .news-wrapper .news-topline span.news-datelink-wrapper:hover .news-datelink {
          background-color: #62bc46; }
  .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: #62bc46; }

/* ----------------------------------------------------------
 widget builders wb
 ------------------------------------------------------------- */
.wb-linklist {
  margin-top: 15px; }
  .wb-linklist .wb-linklistwrapper {
    border-top: 1px solid #62bc46; }
    .wb-linklist .wb-linklistwrapper .col {
      height: 50px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .wb-linklist .wb-linklistwrapper .col a {
        display: inline-block;
        height: 40px;
        line-height: 40px; }
    .wb-linklist .wb-linklistwrapper .wb-link-picto a {
      width: 40px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 40px 80px; }
    .wb-linklist .wb-linklistwrapper .wb-link-title a {
      text-decoration: none;
      color: #62bc46; }
    .wb-linklist .wb-linklistwrapper .wb-link-icon a {
      text-decoration: none;
      color: #62bc46;
      font-size: 25px;
      font-weight: bold; }

.wb-linklistwrapper:hover {
  cursor: pointer; }
  .wb-linklistwrapper:hover .wb-link-picto a {
    background-position: 0 -40px; }
  .wb-linklistwrapper:hover .wb-link-title a, .wb-linklistwrapper:hover .wb-link-icon a {
    color: #363537; }

/* ----------------------------------------------------------
 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: #f0f2f4;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .card.notswh {
    height: auto !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: #62bc46; }
    .card .card-header .ch-wrapper {
      height: 28px; }
      .card .card-header .ch-wrapper .ch-title {
        display: inline-block;
        margin: 0 !important;
        padding-top: 0;
        font-size: 1.1em;
        font-weight: 400;
        line-height: 28px;
        color: #fff; }
      .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 #f7f7a9 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; }

/* ----------------------------------------------------------
 widget-nav
 ------------------------------------------------------------- */
.widget-nav a {
  color: #f9a03f;
  text-decoration: none; }
.widget-nav li.active a {
  color: #62bc46; }
.widget-nav a:hover {
  color: #62bc46; }

/* ----------------------------------------------------------
 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; } }

/* ----------------------------------------------------------
 works grid hover effect
 ------------------------------------------------------------- */
.lv-row a, .lv-row a span.itemImg {
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.lv-row 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;*/ }

.lv-row a img: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); }

/* ----------------------------------------------------------
 works grid
 ------------------------------------------------------------- */
/*#portfolio #works-grid {
 .grid-item {
 margin-bottom: 30px;
 }
 @media (max-width: 768px) {
 .grid-item {
 float: left;
 margin-bottom: auto;
 }
 }
 .work-caption {
 position: absolute;
 width: 100%;
 bottom: 0px;
 left: 0px;
 margin: 0px;
 padding: 0px 15px 0px 15px;
 font-size: 1em;
 color: $color1;
 h3 {
 margin: 0px;
 padding: 4px;
 background-color: $color10;
 }
 }
 a:hover .work-caption h3 {
 background-color: $color2;
 }
 }*/
/* ----------------------------------------------------------
 content-project
 ------------------------------------------------------------- */
/*.project-top {
 background-color: $color13;
 }
 .project-bottom {
 background-color: $color1;
 }
 .bckgrdgallerybut {
 width: 30px;
 height: 30px;
 margin-right: 12px;
 padding: 0;
 background-repeat: no-repeat;
 background-position: 0px 0px;
 border: none;
 background-color: transparent;
 }
 .bckgrdgallerybut:hover {
 background-position: 0px -30px;
 }
 .bckgrdgallery-open {
 position: absolute;
 width: 30px;
 top: 5px;
 right: 5px;
 background-image: url(/pictures/assets/button-plus-01.png);
 background-color: transparent !important;
 z-index: 10;
 }
 #bckgrdgallerynav {
 position: fixed;
 width: 100%;
 top: 0px;
 padding: 10px 0px 10px 0px;
 background-color: $color8;
 border-bottom: 1px solid $color9 !important;
 z-index: 100;
 .bckgrdgallery-prev {
 background-image: url(/pictures/assets/button-back-01.png);
 }
 .bckgrdgallery-pause {
 background-image: url(/pictures/assets/button-pause-01.png);
 }
 .bckgrdgallery-next {
 background-image: url(/pictures/assets/button-forward-01.png);
 }
 .bckgrdgallery-close {
 background-image: url(/pictures/assets/button-close-01.png);
 }
 }*/
/* CSS Document */
/* general
 ----------------------------------------------------- */
form {
  height: 100%; }

.fieldset-wrapper {
  background-color: #cadfe9;
  padding: 15px; }

fieldset legend {
  font-size: 1.1rem;
  color: #62bc46; }

/* form validation
 ----------------------------------------------------- */
.has-error .error {
  color: #f06 !important; }
  .has-error .form-check label {
    color: #f06 !important; }

/* bvpi members search
 ----------------------------------------------------- */
#searchform {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #62bc46; }
  #searchform .filter .form-group {
    margin: 0; }
  #searchform .relations {
    width: 100%;
    /*background-image: url(/pictures/assets/bar.gif);*/
    background-image: url(/pictures/assets/relations-connector.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    padding: 10px 0 10px 0; }
    #searchform .relations label {
      padding: 1px 4px;
      width: 50px; }
      #searchform .relations label.btn {
        border: none;
        outline: none;
        background-color: #e4e4e4; }
      #searchform .relations label.active, #searchform .relations label.focus {
        border: none;
        outline: none;
        box-shadow: none;
        color: #fff !important;
        background-color: #62bc46; }
      #searchform .relations label:hover {
        background-color: #f7f7a9; }
  #searchform .btn-search {
    background-color: #62bc46; }
    #searchform .btn-search:hover {
      background-color: #f7f7a9; }

/* document search
 ----------------------------------------------------- */
.lv-documents-grid .card-text .icon {
  color: #62bc46; }

/* fast search
 ----------------------------------------------------- */
.list-all-tns {
  padding-top: 20px;
  border-top: 1px dotted #62bc46;
  margin-top: 20px; }

.slogan {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  color: #363537; }

.emphasized {
  font-weight: 700 !important; }

.emph-font-sized {
  font-weight: 700 !important;
  font-size: 1.2em; }

.quotation {
  font-style: italic; }

.pic-left {
  float: left;
  margin: 5px 15px 10px 0px; }

.pic-right {
  float: right;
  margin: 5px 0px 10px 15px; }

.label, label {
  color: #eee;
  font-size: 100%;
  font-weight: bold !important;
  color: inherit !important;
  line-height: inherit !important;
  /*padding: inherit !important;*/ }

.img-subline {
  font-style: italic;
  margin-bottom: 20px !important; }

table.table-1 {
  background-color: #f0f2f4;
  width: 100%; }
  table.table-1 td {
    padding: 5px;
    border: 1px dotted #fff; }
    table.table-1 thead td {
      font-weight: bold;
      white-space: nowrap; }

/* ----------------------------------------------------------
 timetables (tt)
 ------------------------------------------------------------- */
.time-table {
  display: table; }
  .time-table .tt-row {
    display: table-row; }
    .time-table .tt-row .tt-date {
      /*display: inline-block;
       margin-right: 15px;
       padding: 0 7px 0 7px;
       font-weight: normal;
       color: $color1;
       background-color: $color20;
       @include border-radius (3px, 3px, 3px, 3px);*/
      display: table-cell;
      width: 90px;
      padding-top: 15px;
      font-weight: bold; }
    .time-table .tt-row .tt-title {
      display: table-cell;
      padding-top: 15px;
      margin-bottom: 0;
      font-weight: bold; }
    .time-table .tt-row .tt-content {
      display: table-cell;
      margin-left: 90px; }

.tt-margin-left {
  margin-left: 90px; }

/*
 Document   : basic
 Created on : 15.08.2017
 Author	 : Jens.Degner
 Description:
 Purpose of the stylesheet follows.
 */
/* ------------------------------------------------------------------
 bckgrdColor1
 ------------------------------------------------------------------ */
.bckgrdColor1 {
  background-color: #fff; }

.bckgrdColor2 {
  background-color: #62bc46;
  color: #fff; }

.bckgrdColor3 {
  background-color: #e4e4e4;
  color: #fff; }

.bckgrdColor4 {
  background-color: #fca212; }

.bckgrdColor5 {
  background-color: #faaf00; }
