@charset "UTF-8";
/*
    BW Portal Styles

    (c) 2020, 2023 Boland Werbung

    Created on : 28.01.2020, 18:06:16
    Author     : Mark Boland <mark.boland@boland.de>
*/
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer; }

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10; }

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10; }

.jssora093:hover {
  opacity: .8; }

.jssora093.jssora093dn {
  opacity: .6; }

.jssora093.jssora093ds {
  opacity: .3;
  pointer-events: none; }

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000; }

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1; }

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden; }

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent; }

.jssort101 .p:hover {
  padding: 2px; }

.jssort101 .p:hover .cv {
  background-color: black;
  opacity: .35; }

.jssort101 .p:hover.pdn {
  padding: 0; }

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35; }

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35; }

.jssort101 .pav .a, .jssort101 .p:hover .a {
  visibility: visible; }

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6; }

.jssort101 .pav .t, .jssort101 .p:hover .t {
  opacity: 1; }

/*
    Created on : 17.11.2020, 16:15:21
    Author     : Mark Boland <mark.boland@boland.de>
*/
.uploader {
  background-color: #f8f8f8;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 20px 0 60px 14px;
  min-height: 500px;
  background-image: url("../Images/image-dragndrop.svg");
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat; }
  .uploader.dragover {
    background-color: #33aa33; }
  .uploader .uploadbutton {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center; }
    .uploader .uploadbutton .mobileUploadButton {
      padding: auto;
      text-align: center;
      display: inline-block; }
      .uploader .uploadbutton .mobileUploadButton input[type="file"] {
        /*				display: inline-block!important;
        				opacity:1!important;*/ }
  .uploader .filecard {
    background-color: white;
    border: 1px solid #999;
    display: inline-block;
    width: 250px;
    height: 230px;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative; }
    .uploader .filecard .image {
      width: 230px;
      height: 130px;
      vertical-align: middle;
      background-color: #f8f8f8;
      border: 1px solid #999;
      border-radius: 5px;
      overflow: hidden; }
      .uploader .filecard .image img {
        width: 100%;
        height: auto;
        margin: auto 0; }
    .uploader .filecard .progress {
      position: absolute;
      top: 120px;
      left: 30px;
      right: 30px; }
    .uploader .filecard .title {
      font-size: 0.9em;
      height: 40px;
      overflow: hidden; }
      .uploader .filecard .title span {
        white-space: nowrap; }
      .uploader .filecard .title .filename {
        width: 230px;
        height: 20px;
        overflow: hidden; }
    .uploader .filecard:nth-child(3) .title:after {
      content: "Vorschaubild";
      background-color: orange;
      color: white;
      padding: 5px 10px;
      font-size: 0.9em;
      border-radius: 5px;
      position: absolute; }
    .uploader .filecard .fileRemove {
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 2;
      border: 1px solid #666;
      border-radius: 12px;
      background-color: white;
      color: #666;
      width: 23px;
      height: 23px;
      text-align: center;
      padding: 0 0 0 2px;
      line-height: 1;
      font-size: 1.3rem; }
      .uploader .filecard .fileRemove span {
        position: absolute;
        left: 5px;
        top: -1px; }

/*.pull-left {
	float: left;
}*/
.tx-bwportal-pi1-start .card, .topic-select .card {
  width: 260px;
  height: 360px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer; }
  .tx-bwportal-pi1-start .card img, .topic-select .card img {
    max-width: 100%;
    height: auto; }
  .tx-bwportal-pi1-start .card .card-title, .topic-select .card .card-title {
    color: #999; }
  .tx-bwportal-pi1-start .card .card-body, .topic-select .card .card-body {
    text-align: center;
    color: #999; }
  .tx-bwportal-pi1-start .card:hover, .topic-select .card:hover {
    background-color: #FF8C00; }
    .tx-bwportal-pi1-start .card:hover .topic-icon, .topic-select .card:hover .topic-icon {
      background-image: url(../Images/topic-iconset-white.svg); }
    .tx-bwportal-pi1-start .card:hover .card-title, .topic-select .card:hover .card-title {
      color: white; }
    .tx-bwportal-pi1-start .card:hover .card-body, .topic-select .card:hover .card-body {
      color: white; }

.features .description, .facets .description {
  font-size: 0.9em; }
.features .set, .facets .set {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .features .set ul, .facets .set ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
  .features .set + .set, .facets .set + .set {
    margin-top: 20px; }

.tx-bwportal-pi1-select #topictabs {
  overflow-x: auto;
  height: 125px;
  flex-wrap: nowrap; }
  .tx-bwportal-pi1-select #topictabs .nav-item {
    margin-top: 20px;
    flex-shrink: 0; }
    @media screen and (min-width: 1200px) {
      .tx-bwportal-pi1-select #topictabs .nav-item {
        width: 158.5px; } }
    .tx-bwportal-pi1-select #topictabs .nav-item.active {
      background-color: #f0f0f0;
      border-bottom: none; }
.tx-bwportal-pi1-select #topictabsContent {
  border-left: 1px solid #dee2e6;
  padding: 20px;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: #f0f0f0; }
.tx-bwportal-pi1-select .description {
  border: 1px solid #ccc;
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.1em; }

.tx-bwportal-apply .submit {
  overflow: hidden; }
  .tx-bwportal-apply .submit input[type="submit"] {
    margin-right: 10px; }

.tx-bwportal-apply .input-group-text.maxlength, .tx-bwportal-pi1-contact .input-group-text.maxlength {
  width: 35px;
  font-size: 0.8rem;
  color: #999;
  display: block;
  padding: 7px 5px 5px 5px !important;
  height: 38px;
  text-align: center; }

.tx-bwportal-apply-start input[type=radio]:checked + .card, .tx-bwportal-apply-start .card:hover, .topic-select input[type=radio]:checked + .card, .topic-select .card:hover, .tx-bwportal-apply-subscription input[type=radio]:checked + .card, .tx-bwportal-apply-subscription .card:hover, .tx-bwportal-profile-payment input[type=radio]:checked + .card, .tx-bwportal-profile-payment .card:hover, .tx-bwportal-profile-wallet input[type=radio]:checked + .card, .tx-bwportal-profile-wallet .card:hover {
  background-color: #FF8C00; }
  .tx-bwportal-apply-start input[type=radio]:checked + .card .topic-icon, .tx-bwportal-apply-start .card:hover .topic-icon, .topic-select input[type=radio]:checked + .card .topic-icon, .topic-select .card:hover .topic-icon, .tx-bwportal-apply-subscription input[type=radio]:checked + .card .topic-icon, .tx-bwportal-apply-subscription .card:hover .topic-icon, .tx-bwportal-profile-payment input[type=radio]:checked + .card .topic-icon, .tx-bwportal-profile-payment .card:hover .topic-icon, .tx-bwportal-profile-wallet input[type=radio]:checked + .card .topic-icon, .tx-bwportal-profile-wallet .card:hover .topic-icon {
    background-image: url(../Images/topic-iconset-white.svg); }
  .tx-bwportal-apply-start input[type=radio]:checked + .card .card-title, .tx-bwportal-apply-start .card:hover .card-title, .topic-select input[type=radio]:checked + .card .card-title, .topic-select .card:hover .card-title, .tx-bwportal-apply-subscription input[type=radio]:checked + .card .card-title, .tx-bwportal-apply-subscription .card:hover .card-title, .tx-bwportal-profile-payment input[type=radio]:checked + .card .card-title, .tx-bwportal-profile-payment .card:hover .card-title, .tx-bwportal-profile-wallet input[type=radio]:checked + .card .card-title, .tx-bwportal-profile-wallet .card:hover .card-title {
    color: white; }
  .tx-bwportal-apply-start input[type=radio]:checked + .card .card-body, .tx-bwportal-apply-start .card:hover .card-body, .topic-select input[type=radio]:checked + .card .card-body, .topic-select .card:hover .card-body, .tx-bwportal-apply-subscription input[type=radio]:checked + .card .card-body, .tx-bwportal-apply-subscription .card:hover .card-body, .tx-bwportal-profile-payment input[type=radio]:checked + .card .card-body, .tx-bwportal-profile-payment .card:hover .card-body, .tx-bwportal-profile-wallet input[type=radio]:checked + .card .card-body, .tx-bwportal-profile-wallet .card:hover .card-body {
    color: white; }
.tx-bwportal-apply-start .card, .topic-select .card, .tx-bwportal-apply-subscription .card, .tx-bwportal-profile-payment .card, .tx-bwportal-profile-wallet .card {
  width: 260px;
  height: 360px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer; }
.tx-bwportal-apply-start input[type=radio], .topic-select input[type=radio], .tx-bwportal-apply-subscription input[type=radio], .tx-bwportal-profile-payment input[type=radio], .tx-bwportal-profile-wallet input[type=radio] {
  display: none; }

.tx-bwportal-profile-wallet .card {
  width: 545px; }

.tx-bwportal-apply-subscription .card, .tx-bwportal-profile-payment .card {
  width: 340px;
  height: auto; }
  @media screen and (min-width: 768px) {
    .tx-bwportal-apply-subscription .card, .tx-bwportal-profile-payment .card {
      width: 330px;
      height: 300px;
      overflow: auto; } }
  @media screen and (min-width: 992px) {
    .tx-bwportal-apply-subscription .card, .tx-bwportal-profile-payment .card {
      width: 455px;
      height: 240px; } }
  @media screen and (min-width: 1200px) {
    .tx-bwportal-apply-subscription .card, .tx-bwportal-profile-payment .card {
      width: 545px; } }
@media screen and (min-width: 768px) {
  .tx-bwportal-apply-subscription .paymentmethods .card, .tx-bwportal-profile-payment .paymentmethods .card {
    height: 410px; } }
@media screen and (min-width: 992px) {
  .tx-bwportal-apply-subscription .paymentmethods .card, .tx-bwportal-profile-payment .paymentmethods .card {
    height: 290px; } }

.filtertoggle .triangle {
  content: "&#9658;";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  animation: transform;
  transform: rotate(-90deg);
  transform-origin: 50% 45%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='12' height='12' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
.filtertoggle.collapsed .triangle {
  transform: rotate(180deg); }

.tx-bwportal-pi1-search, .tx-bwportal-pi1-list, .tx-bwportal-latest {
  display: flex;
  vertical-align: top; }
  .tx-bwportal-pi1-search .searchpanel, .tx-bwportal-pi1-list .searchpanel, .tx-bwportal-latest .searchpanel {
    display: inline-block;
    padding: 10px;
    background-color: #eee;
    vertical-align: top; }
    .tx-bwportal-pi1-search .searchpanel #location, .tx-bwportal-pi1-list .searchpanel #location, .tx-bwportal-latest .searchpanel #location {
      width: 240px; }
    .tx-bwportal-pi1-search .searchpanel #filtertoggle, .tx-bwportal-pi1-list .searchpanel #filtertoggle, .tx-bwportal-latest .searchpanel #filtertoggle {
      margin-top: -8px;
      margin-bottom: 8px; }
      .tx-bwportal-pi1-search .searchpanel #filtertoggle .triangle, .tx-bwportal-pi1-list .searchpanel #filtertoggle .triangle, .tx-bwportal-latest .searchpanel #filtertoggle .triangle {
        content: "&#9658;";
        display: inline-block;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        animation: transform;
        transform: rotate(-90deg);
        transform-origin: 50% 45%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='12' height='12' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
      .tx-bwportal-pi1-search .searchpanel #filtertoggle.collapsed .triangle, .tx-bwportal-pi1-list .searchpanel #filtertoggle.collapsed .triangle, .tx-bwportal-latest .searchpanel #filtertoggle.collapsed .triangle {
        transform: rotate(180deg); }
  .tx-bwportal-pi1-search .output, .tx-bwportal-pi1-list .output, .tx-bwportal-latest .output {
    padding-left: 15px; }
  .tx-bwportal-pi1-search .result, .tx-bwportal-pi1-list .result, .tx-bwportal-latest .result {
    display: flex;
    justify-content: space-between; }
    .tx-bwportal-pi1-search .result.row, .tx-bwportal-pi1-list .result.row, .tx-bwportal-latest .result.row {
      margin-left: 0; }
    .tx-bwportal-pi1-search .result .card, .tx-bwportal-pi1-list .result .card, .tx-bwportal-latest .result .card {
      width: 260px;
      height: 240px;
      margin-right: 10px;
      margin-bottom: 10px;
      cursor: pointer;
      align-items: center; }
      .tx-bwportal-pi1-search .result .card .card-image, .tx-bwportal-pi1-list .result .card .card-image, .tx-bwportal-latest .result .card .card-image {
        display: inherit;
        width: 100%;
        height: 146px;
        background-color: white;
        text-align: center;
        vertical-align: middle;
        flex-shrink: 0; }
        .tx-bwportal-pi1-search .result .card .card-image.placeholder, .tx-bwportal-pi1-list .result .card .card-image.placeholder, .tx-bwportal-latest .result .card .card-image.placeholder {
          padding: 0 20px; }
         .tx-bwportal-pi1-list .result .card .card-image img, .tx-bwportal-latest .result .card .card-image img {
          max-width: 100%;
          height: auto;
          margin: auto;
          max-height: 165px;
          object-fit: cover;
          object-position: 0 0
        }

.tx-bwportal-pi1-search .result .card .card-image img{
  max-width: 100%;
  margin: auto;
  max-height: 146px;
  object-fit: cover;
  object-position: 0 0
}
      .tx-bwportal-pi1-search .result .card .card-body, .tx-bwportal-pi1-list .result .card .card-body, .tx-bwportal-latest .result .card .card-body {
        /*			text-align:center;
                            color: #666;*/
        text-align: left;
        padding: 10px;
        overflow: hidden;
        font-size: 0.9em; }
        .tx-bwportal-pi1-search .result .card .card-body h5, .tx-bwportal-pi1-list .result .card .card-body h5, .tx-bwportal-latest .result .card .card-body h5 {
          font-weight: normal;
          overflow-style: marquee;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 65px;
          line-height: 1.4;
          text-align: center; }
        .tx-bwportal-pi1-search .result .card .card-body .card-distance, .tx-bwportal-pi1-list .result .card .card-body .card-distance, .tx-bwportal-latest .result .card .card-body .card-distance {
          position: absolute;
          right: 5px;
          bottom: 5px;
          color: #999;
          font-size: 0.9em; }
  .tx-bwportal-pi1-search nav, .tx-bwportal-pi1-list nav, .tx-bwportal-latest nav {
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .tx-bwportal-pi1-search, .tx-bwportal-pi1-list, .tx-bwportal-latest {
      display: block; }
      .tx-bwportal-pi1-search .searchpanel, .tx-bwportal-pi1-list .searchpanel, .tx-bwportal-latest .searchpanel {
        display: block;
        margin-bottom: 20px; }
      .tx-bwportal-pi1-search .output, .tx-bwportal-pi1-list .output, .tx-bwportal-latest .output {
        padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .tx-bwportal-pi1-search .searchpanel #filtertoggle, .tx-bwportal-pi1-list .searchpanel #filtertoggle, .tx-bwportal-latest .searchpanel #filtertoggle {
      display: none; }
    .tx-bwportal-pi1-search .searchpanel .collapse, .tx-bwportal-pi1-list .searchpanel .collapse, .tx-bwportal-latest .searchpanel .collapse {
      display: block; } }

.tx-bwportal-pi1-list .searchpanel {
  margin-right: 20px; }
.tx-bwportal-pi1-list .result {
  display: block;
  width: 100%; }
  .tx-bwportal-pi1-list .result .list-item {
    position: relative;
    display: block;
    min-height: 240px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer; }
    .tx-bwportal-pi1-list .result .list-item .list-item-image {
      width: 320px;
      height: 200px;
      float: left;
      margin-right: 20px;
      margin-bottom: 10px;
      background-color: #eee; }
    .tx-bwportal-pi1-list .result .list-item .lists {
      clear: both;
      overflow: hidden; }
      .tx-bwportal-pi1-list .result .list-item .lists .list-item-features, .tx-bwportal-pi1-list .result .list-item .lists .list-item-facets {
        display: inline-block;
        width: 49%;
        vertical-align: top; }
        .tx-bwportal-pi1-list .result .list-item .lists .list-item-features ul, .tx-bwportal-pi1-list .result .list-item .lists .list-item-facets ul {
          list-style: none;
          margin-bottom: 5px;
          overflow: hidden;
          column-count: 2;
          padding: 0; }
          .tx-bwportal-pi1-list .result .list-item .lists .list-item-features ul > li, .tx-bwportal-pi1-list .result .list-item .lists .list-item-facets ul > li {
            display: block;
            margin-right: 10px; }
            .tx-bwportal-pi1-list .result .list-item .lists .list-item-features ul > li:before, .tx-bwportal-pi1-list .result .list-item .lists .list-item-facets ul > li:before {
              content: '✓ ';
              color: green; }
    .tx-bwportal-pi1-list .result .list-item .card-distance {
      position: absolute;
      right: 5px;
      bottom: 5px;
      color: #999;
      font-size: 0.9em; }

.tx-bwportal-pi1-detail .slider, .tx-bwportal-pi1-contact .slider {
  margin-bottom: 40px; }

.tx-bwportal-pi1-detail button.btn.btn-primary {
  padding: 15px 25px;
  font-size: 19px; }

.tx-bwportal-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .tx-bwportal-gallery .tx-bwportal-gallery-preview {
    width: 800px;
    height: 600px;
    background-color: #f0f0f0;
    text-align: center;
    vertical-align: middle;
    display: inherit; }
    .tx-bwportal-gallery .tx-bwportal-gallery-preview img {
      margin: auto;
      display: none;
      object-fit: cover;
      max-height: 600px;
    }
      .tx-bwportal-gallery .tx-bwportal-gallery-preview img.active {
        display: block; }
  .tx-bwportal-gallery .tx-bwportal-gallery-list {
    overflow-y: auto;
    height: 600px; }
  .tx-bwportal-gallery .tx-bwportal-gallery-item {
    margin-bottom: 20px;
    cursor: pointer; }
    .tx-bwportal-gallery .tx-bwportal-gallery-item .tx-bwportal-gallery-item-image {
      display: table-cell;
      width: 160px;
      height: 160px;
      vertical-align: middle;
      text-align: center;
      background-color: #f0f0f0; }
      .tx-bwportal-gallery .tx-bwportal-gallery-item .tx-bwportal-gallery-item-image img {
        margin: auto; }
    .tx-bwportal-gallery .tx-bwportal-gallery-item .tx-bwportal-gallery-item-title {
      font-size: 0.9em; }
  @media screen and (max-width: 1199px) {
    .tx-bwportal-gallery .tx-bwportal-gallery-preview {
      width: 740px;
      height: 600px; }
    .tx-bwportal-gallery .tx-bwportal-gallery-list {
      height: 600px; }
    .tx-bwportal-pi1-search .result .card .card-image img, .tx-bwportal-pi1-list .result .card .card-image img, .tx-bwportal-latest .result .card .card-image img {
      max-height: 138px;
      object-fit: cover;
      object-position: 0 0
    }
  }
  @media screen and (max-width: 992px) {
    .tx-bwportal-gallery {
      display: initial;
      width: 100%; }
      .tx-bwportal-gallery .tx-bwportal-gallery-preview {
        width: 100%; }
      .tx-bwportal-gallery .tx-bwportal-gallery-list {
        margin-top: 20px;
        height: 200px;
        overflow-x: auto; }
        .tx-bwportal-gallery .tx-bwportal-gallery-list .tx-bwportal-gallery-pane {
          display: flex; }
          .tx-bwportal-gallery .tx-bwportal-gallery-list .tx-bwportal-gallery-pane .tx-bwportal-gallery-item {
            margin-right: 20px;
            display: initial;
            flex-shrink: 0; } }
  @media screen and (max-width: 767px) {
    .tx-bwportal-gallery .tx-bwportal-gallery-preview {
      height: inherit; }
    .tx-bwportal-gallery .tx-bwportal-gallery-item-image {
      width: 80px;
      height: 80px; } }

.tx-bwportal-map {
  margin-top: 20px; }

.tx-bwportal-latest {
  margin-top: 20px; }
  .tx-bwportal-latest .result {
    display: block; }
    .tx-bwportal-latest .result .card {
      max-width: 360px;
      height: 290px;
      margin-bottom: 10px;
      cursor: pointer; }
      .tx-bwportal-latest .result .card .card-image {
        height: 160px; }
      .tx-bwportal-latest .result .card img {
        max-width: 100%;
        height: auto; }
      .tx-bwportal-latest .result .card .card-body {
        /*			text-align:center;
                        color: #666;*/
        text-align: left;
        padding: 10px 5px 0 5px;
        overflow: hidden;
        font-size: 0.9em; }
        .tx-bwportal-latest .result .card .card-body h5 {
          font-weight: normal;
          text-align: center; }
    @media screen and (min-width: 768px) {
      .tx-bwportal-latest .result {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .tx-bwportal-latest .result .card {
          flex-wrap: wrap;
          width: 315px;
          height: 290px; } }
    @media screen and (min-width: 992px) {
      .tx-bwportal-latest .result .card {
        width: 210px;
        height: 250px; } }
    @media screen and (min-width: 1200px) {
      .tx-bwportal-latest .result .card {
        width: 250px;
        height: 260px; } }

.tags {
  overflow: hidden; }
  .tags .tag {
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 0.9em;
    white-space: nowrap;
    border: 1px solid #666;
    margin-bottom: 5px;
    display: inline-block; }
    .tags .tag.tag-ok {
      background-color: darkgreen;
      border: 1px solid darkgreen;
      color: white; }
    .tags .tag.tag-error {
      background-color: crimson;
      border: 1px solid crimson;
      color: white; }
    .tags .tag.tag-primary {
      background-color: #FF8C00;
      border: 1px solid #FF8C00;
      color: white; }
    .tags .tag.tag-secondary {
      background-color: #cc6600;
      border: 1px solid #cc6600;
      color: white; }
    .tags .tag.tag-hollow-ok {
      background-color: white;
      border: 1px solid darkgreen;
      color: darkgreen; }
    .tags .tag.tag-hollow-error {
      background-color: white;
      border: 1px solid crimson;
      color: crimson; }
    .tags .tag.tag-hollow-primary {
      background-color: white;
      border: 1px solid #FF8C00;
      color: #FF8C00; }
    .tags .tag.tag-hollow-secondary {
      background-color: white;
      border: 1px solid #cc6600;
      color: #cc6600; }

.topic-icon {
  display: inline-block;
  background-image: url(../Images/topic-iconset.svg);
  background-size: 770px 107px;
  width: 100px;
  height: 100px; }
  .topic-icon.lg {
    background-size: 1396px 193px;
    width: 192px;
    height: 192px;
    margin: 0 10px; }
    .topic-icon.lg.topic-location {
      background-position: -1px 0; }
    .topic-icon.lg.topic-food {
      background-position: -197px 0; }
    .topic-icon.lg.topic-music {
      background-position: -396px 0; }
    .topic-icon.lg.topic-entertainment {
      background-position: -595px 0; }
    .topic-icon.lg.topic-media {
      background-position: -794px 0; }
    .topic-icon.lg.topic-mobility {
      background-position: -993px 0; }
    .topic-icon.lg.topic-equipment {
      background-position: -1192px 0; }
  .topic-icon.sm {
    background-size: 335px 54px;
    width: 48px;
    height: 49px; }
    .topic-icon.sm.topic-location {
      background-position: 0 -1px; }
    .topic-icon.sm.topic-food {
      background-position: -47px 0; }
    .topic-icon.sm.topic-music {
      background-position: -95px 0; }
    .topic-icon.sm.topic-entertainment {
      background-position: -143px 0; }
    .topic-icon.sm.topic-media {
      background-position: -191px 0; }
    .topic-icon.sm.topic-mobility {
      background-position: -239px 0; }
    .topic-icon.sm.topic-equipment {
      background-position: -287px 0; }
  .topic-icon.xs {
    background-size: 166px 27px;
    width: 24px;
    height: 26px;
    margin: 0 5px; }
    .topic-icon.xs.topic-location {
      background-position: 0 0; }
    .topic-icon.xs.topic-food {
      background-position: -27px 0; }
    .topic-icon.xs.topic-music {
      background-position: -54px 0; }
    .topic-icon.xs.topic-entertainment {
      background-position: -81px 0; }
    .topic-icon.xs.topic-media {
      background-position: -108px 0; }
    .topic-icon.xs.topic-mobility {
      background-position: -135px 0; }
    .topic-icon.xs.topic-equipment {
      background-position: -162px 0; }
  .topic-icon.white {
    background-image: url(../Images/topic-iconset-white.svg); }
  .topic-icon.topic-location {
    background-position: 0 0; }
  .topic-icon.topic-food {
    background-position: -110px 0; }
  .topic-icon.topic-music {
    background-position: -220px 0; }
  .topic-icon.topic-entertainment {
    background-position: -330px 0; }
  .topic-icon.topic-media {
    background-position: -440px 0; }
  .topic-icon.topic-mobility {
    background-position: -550px 0; }
  .topic-icon.topic-equipment {
    background-position: -660px 0; }

.nav-item.nav-link {
  text-align: center; }

.icon-favorite {
  display: inline-block;
  background-image: url("../Images/icon-marker.svg?_=210316");
  background-size: auto 25px;
  background-position: 0 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat; }
  .icon-favorite.active {
    background-position: -25px 0; }

.tx-bwportal-pi1-search .card-image, .tx-bwportal-pi1-search .list-item-image, .tx-bwportal-pi1-list .card-image, .tx-bwportal-pi1-list .list-item-image, .tx-bwportal-latest .card-image, .tx-bwportal-latest .list-item-image, .tx-bwportal-favorites .card-image, .tx-bwportal-favorites .list-item-image {
  vertical-align: middle; }
.tx-bwportal-pi1-search .marker, .tx-bwportal-pi1-list .marker, .tx-bwportal-latest .marker, .tx-bwportal-favorites .marker {
  position: absolute;
  z-index: 5;
  right: 5px;
  vertical-align: top; }
  .tx-bwportal-pi1-search .marker .favorites, .tx-bwportal-pi1-list .marker .favorites, .tx-bwportal-latest .marker .favorites, .tx-bwportal-favorites .marker .favorites {
    vertical-align: top;
    font-size: 13px;
    display: inline-block;
    margin-top: 2px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 1px; }

.tx-bwportal-pi1-list .list-item-image, .tx-bwportal-favorites .list-item-image {
  position: relative; }
.tx-bwportal-pi1-list .marker, .tx-bwportal-favorites .marker {
  top: 5px; }

.wizard-progress {
  overflow: hidden;
  outline: 1px solid #FF8C00;
  width: auto; }
  .wizard-progress .step {
    background-color: #eee;
    border-right: 1px solid white;
    color: #999999;
    display: inline-block; }
    .wizard-progress .step a {
      color: #999;
      padding: 10px 20px; }
    .wizard-progress .step.enabled {
      color: #FF8C00; }
      .wizard-progress .step.enabled a {
        color: #FF8C00; }
    .wizard-progress .step.active {
      background-color: #FF8C00;
      color: white; }
      .wizard-progress .step.active a {
        color: white; }

h1.title .marker {
  display: inline-block;
  float: right; }
  h1.title .marker .icon-favorite {
    vertical-align: middle; }
  h1.title .marker .favorites {
    color: black;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle; }

.stepwizard {
  margin-bottom: 40px; }

.stepwizard-step p {
  margin-top: 0px;
  color: #666; }

.stepwizard-row {
  display: table-row; }

.stepwizard-row[data-steps="4"] .stepwizard-step {
  width: 25%; }

.stepwizard-row[data-steps="5"] .stepwizard-step {
  width: 20%; }

.stepwizard-row[data-steps="6"] .stepwizard-step {
  width: 16.7%; }

.stepwizard-row[data-steps="7"] .stepwizard-step {
  width: 14%; }

.stepwizard-row[data-steps="8"] .stepwizard-step {
  width: 12.5%; }

.stepwizard {
  display: table;
  width: 100%;
  position: relative; }

.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/ }

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
  pointer-events: none; }

.stepwizard .btn.btn-default {
  background-color: white;
  border-color: #666; }

.stepwizard .btn.disabled.btn-default, .stepwizard .btn[disabled].btn-default {
  background-color: white;
  border-color: #bbb; }

.stepwizard-row:before {
  top: 19px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0; }

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative; }

.btn-circle {
  width: 40px;
  height: 40px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px !important;
  text-align: center;
  vertical-align: middle; }

.plupload_header {
  display: none; }

@media screen and (max-width: 767px) {
  .stepwizard-row:before {
    top: 14px; }

  .stepwizard-step .btn-circle {
    width: 30px;
    height: 30px;
    font-size: 11px;
    border-radius: 15px !important; }
  .stepwizard-step p {
    display: none; } }

/*# sourceMappingURL=bwportal.css.map */
