@charset "utf-8";
/* ********************
  ColoScheme System
  ******************** */
/* BREAKPOINTS */
/* COLORS */
/* BOOTSTRAP */
/*
@gapSlim: 2px;
@gapSlimDbl: 4px;


.slimgap{
	.margin-right(-@gapSlim);
	.margin-left(-@gapSlim);
 [class*="col-"] {
    .padding-left( @gapSlim ) !important;
    .padding-right( @gapSlim) !important;

  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/
/* ********************
  BASICS
  ******************** */
html,
body {
  /*    font-family: 'Lato', sans-serif;*/
  font-size: 100%;
  color: #212529;
}
html {
  -webkit-font-smoothing: antialiased;
}
/* compatibility */
.img-responsive {
  width: 100%;
  height: auto;
}
.pull-right {
  float: right;
}
.btn-block {
  width: 100%;
}
.container-fluid {
  max-width: 2000px;
}
/* Links */
html a,
a {
  color: #009ee3;
}
html a:hover,
a:hover,
html a:active,
a:active,
html a:focus,
a:focus {
  color: #ff00fe;
}
/* Buttons */
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  background: #00bff3 !important;
  border-color: #00bff3 !important;
}
.btn-primary:hover {
  background: #ff00fe !important;
  border-color: #ff00fe !important;
}
.btn-more {
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
}
.btn-more i {
  font-size: 90%;
}
.btn-more-inline {
  margin-left: 1rem;
}
.card-body .btn-direct {
  padding: 0 0.5rem;
  float: right;
  text-decoration: none;
  white-space: nowrap;
}
/* Keyboard trigered btns */
.btn-triggered {
  background: #ca3951 !important;
}
.btn-arrow {
  line-height: 4rem;
  height: 4rem;
  padding: 0 1rem;
  background: #00bff3;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.btn-arrow:after {
  position: absolute;
  right: -2rem;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2rem 0 2rem 2rem;
  border-color: transparent transparent transparent #00bff3;
}
.btn-arrow:hover {
  text-decoration: none;
  color: #ffffff;
  background: #73dcf8;
}
.btn-arrow:hover:after {
  border-color: transparent transparent transparent #73dcf8;
}
.wrap-btn-arrow .btn-arrow,
.head-layer .btn-arrow {
  float: right;
  margin-right: 2rem;
  margin-top: -2rem;
  z-index: 100;
}
/* Images */
.img-fluid-w,
.img-fluid {
  width: 100%;
  height: auto;
}
.img-fluid-h {
  width: auto;
  height: 100%;
}
.wrap-imgc {
  text-align: center;
}
.img-landscape-resp {
  width: 100%;
  height: auto;
}
.img-square-resp,
.img-portrait-resp {
  height: 100%;
  width: auto;
}
.bgimage {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*a lighbox */
.lightbox {
  display: block;
  margin-bottom: 1rem;
}
/* TYPO */
h1,
.h1 {
  font-size: 2rem!important;
}
h2,
.h2 {
  font-size: 1.8rem!important;
}
/* ********************
  SECTIONS
  ******************** */
.navbar .navbar-brand {
  padding-right: 0rem;
}
.navbar .navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 110px;
}
@media (max-width: 991px) {
  #navbarTop {
    padding: 1rem;
    border-bottom: 2px solid #000000;
  }
  #navbarTop .dropdown-menu {
    padding: 0 1rem ;
  }
  #navbarTop .nav-link i {
    display: none;
  }
}
.loginInfo {
  margin-right: 2rem;
}
.plattformLoginInfo {
  margin-right: 1rem;
  margin-left: 1rem;
}
.plattformLoginInfo a {
  color: #b1b1b1;
}
.plattformLoginInfo a:hover {
  color: #000000;
}
main {
  min-height: 60rem;
  margin-top: 3.8rem;
  padding-bottom: 4em;
}
main a {
  text-decoration: none;
}
main a:hover,
main a:active,
main a:focus {
  text-decoration: underline;
}
.breadcrumb {
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  margin-bottom: 0!important;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .active {
  color: #000000;
}
.breadcrumb .breadcrumb-item:before {
  color: #000000;
}
.breadcrumb a {
  font-weight: 500;
  text-decoration: none;
}
.nav-nodes {
  margin-bottom: 2rem;
}
.nav-nodes a {
  white-space: nowrap;
}
.nav-nodes i {
  font-ize: 1rem;
}
.nav-nodes .btn {
  padding: 0;
}
.nav-nodes .btn:hover {
  text-decoration: none;
  color: #009ee3;
}
.social-bar {
  max-width: 90rem;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}
@media (min-width: 991px) {
  .social-bar {
    margin-top: 1.3rem;
  }
}
.social-bar a {
  color: #000000;
  text-decoration: none;
}
.social-bar a i {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.social-bar a:hover {
  color: #009ee3;
}
.wrap-pagination {
  margin-top: 3rem;
}
.wrap-pagination .pagination .page-link {
  color: #000000;
}
.wrap-pagination .pagination .disabled span {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
  color: #6c757d;
  pointer-events: none;
  background-color: #e5e5e5;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.wrap-pagination .pagination .page-link:hover {
  text-decoration: none;
}
.wrap-pagination .pagination .active .page-link {
  background-color: #00bff3;
  border-color: #00bff3;
}
.footer .footer-top {
  background: #000000;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer .footer-top a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-top a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .footer-top .logo img {
  margin-bottom: 0.2rem;
  max-width: 8rem;
}
.footer .footer-top .logo figcaption {
  font-size: 0.87rem;
}
.footer .footer-top .footer-pages h3 {
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
  margin-bottom: 0.9rem;
}
.footer .footer-top .nav li {
  padding: 0;
}
.footer .footer-top .nav i {
  margin-right: 0.5em;
}
.footer .footer-top .nav a {
  padding: 0.4rem 0;
}
.footer .footer-top .nav a:hover {
  background: none;
}
.footer .footer-top .nav-social {
  max-width: 8rem;
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.footer .footer-top .nav-social li {
  padding: 0.1rem;
  font-size: 2.0rem;
}
.footer .footer-top .nav-social a {
  padding: 0 0.3rem;
  margin: 0;
}
.footer .footer-top .nav-social a i {
  margin: 0;
}
.footer .footer-top .nav-social li:first-child {
  padding-left: 0;
}
.footer .footer-bottom {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
/* ********************
  ELEMENTS
  ******************** */
.teaser {
  font-style: italic;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block {
  margin: 2rem 0;
  padding: 1rem 2rem;
  border-left: 4px solid #00bff3;
}
.code {
  border: 1px solid #b1b1b1;
  background: #efefef;
  white-space: pre-wrap;
  padding: 1rem 1rem;
  font-family: courier, monospace;
  font-size: 0.8rem;
  line-height: 1.2rem;
  /*    width: min-content;*/
}
.code p {
  margin: 0;
  padding: 0;
}
blockquote {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
blockquote:before {
  font-style: normal;
  font-family: Times, serif;
  color: #b1b1b1;
  content: open-quote;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0em;
  /*        position: absolute;
                top: -0.5rem;
                left: 0.5rem; */
}
blockquote .quote-inner {
  padding: 0rem 1rem 1rem 5rem;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote .author {
  text-align: right;
  font-size: 90%;
  font-style: italic;
  float: right;
  padding-right: 8rem;
}
blockquote .src {
  color: #b1b1b1;
  margin-top: 0.5rem;
  text-align: right;
  font-size: 80%;
  position: relative;
  margin-top: 1rem;
}
blockquote .src:before {
  content: '';
  border-top: 1px solid #b1b1b1;
  width: 20%;
  height: 1px;
  position: absolute;
  top: -0.1rem;
  right: 0rem;
}
blockquote:hover {
  background: #efefef;
}
blockquote:hover:before {
  color: #565656;
}
blockquote:hover .quote-inner {
  color: colorWhite;
}
/* Sections */
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
  margin-top: 1.4rem;
}
.col-sect {
  margin-bottom: 1rem;
  /*    h1, h2, .h1, .h2{
            font-size:1.6rem;
            line-height:1.2;
            padding:0;
            margin: 1.6rem 0 0.6rem 0;

        } */
}
.sect-label {
  font-size: 1.2rem!important;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin: 1.6rem 0 0.6rem 0;
}
/* ********************
  SECTION
  ******************** */
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section .section-title {
  text-align: center;
}
.section .section-title span {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.section .section-title h2 {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.section .section-title h2 a {
  text-decoration: none;
  color: inherit;
}
.section .section-title h2 a:hover {
  color: #00bff3;
}
.section .section-title h2:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  height: 3px;
  width: 50px;
  background: #00bff3;
  content: "";
}
.tiles-section .section-title {
  position: relative;
}
.tiles-section .section-title .btn-more {
  right: 2rem;
  position: absolute;
  bottom: 0.5rem;
}
/* ********************
  carousel
  ******************** */
.node-tile-solution .card-title {
  height: 3.8rem;
  overflow: hidden;
}
.carousel-control-next,
.carousel-control-prev {
  width: 3rem!important;
  opacity: 100%!important;
}
.carousel-control-next span,
.carousel-control-prev span {
  color: #ffffff;
  background: #00bff3;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
}
.carousel-control-next span i,
.carousel-control-prev span i {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.carousel-indicators button {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1199px) {
  .carousel-control-prev {
    left: -3rem !important;
  }
  .carousel-control-next {
    right: -3rem !important;
  }
}
.hero-inner .carousel .carousel-indicators [data-bs-target] {
  background: #dddddd;
}
.hero-inner .carousel .carousel-control-prev,
.hero-inner .carousel .carousel-control-next {
  width: 5%;
  min-width: 3rem;
}
.hero-inner .carousel .carousel-control-prev span,
.hero-inner .carousel .carousel-control-next span {
  color: #ffffff;
  background: #00bff3;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
}
.hero-inner .carousel .carousel-control-prev span i,
.hero-inner .carousel .carousel-control-next span i {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media (min-width: 991px) {
  .hero-inner .carousel .carousel-control-prev {
    left: -5%;
  }
  .hero-inner .carousel .carousel-control-next {
    right: -5%;
  }
}
@media (min-width: 991px) {
  .hero-inner .carousel .carousel-inner {
    min-height: 20rem;
  }
}
.hero-inner .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
.carousel-type1 .carousel-control-prev,
.carousel-type1 .carousel-control-next {
  /*    width: 5%;
        min-width: 3rem;*/
}
.carousel-type1 .carousel-control-prev span,
.carousel-type1 .carousel-control-next span {
  color: #ffffff;
  background-color: #00bff3;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-type1 .carousel-indicators [data-bs-target] {
  background-color: #FFF;
}
.carousel-type1 .carousel-indicators {
  margin-bottom: 0;
}
.carousel-type1 .carousel-caption1 {
  /* opacity: 0;*/
  width: 100%;
  background: rgba(25, 197, 244, 0.8);
  background: rgba(255, 255, 255, 0.85);
  /*        border-top: 2px solid @colorPrim;*/
  background: #ff00fe;
  width: 50%;
  color: #000;
  padding: 1rem;
  margin: 0;
  bottom: 10%;
  left: 0;
  text-align: left;
}
.carousel-type1 .carousel-caption1 h5,
.carousel-type1 .carousel-caption1 p {
  line-height: 1.1;
}
.carousel-type1 .carousel-caption1 p {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .carousel-type1 .carousel-caption {
    display: block;
    bottom: 0;
    width: 100%;
    scale: 0.7;
  }
}
.carousel-type1 .carousel-caption {
  /* opacity: 0;*/
  background: rgba(25, 197, 244, 0.8);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
  background: #ff00fe;
  color: #FFF;
  padding: 1rem;
  margin: 0;
  bottom: 0;
  width: 90%;
  left: 5%;
  text-align: left;
}
.carousel-type1 .carousel-caption h5,
.carousel-type1 .carousel-caption p {
  line-height: 1.1;
}
.carousel-type1 .carousel-caption p {
  font-size: 1.1rem;
}
.carousel-type1 .carousel-caption:hover {
  opacity: 0.2!important;
  cursor: default;
}
@media (max-width: 767px) {
  .carousel-type1 .carousel-caption {
    scale: 0.7;
  }
}
.carousel-type1:hover .carousel-caption {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
}
.nodes-slider {
  padding-top: 2rem;
}
.nodes-slider .carousel .carousel-inner {
  min-height: 13rem;
}
.nodes-slider .carousel .carousel-control-prev {
  left: 0.5%;
}
.nodes-slider .carousel .carousel-control-next {
  right: 0.5%;
}
@media (min-width: 991px) {
  .nodes-slider .carousel .carousel-control-prev {
    left: -2.5%;
  }
  .nodes-slider .carousel .carousel-control-next {
    right: -2.5%;
  }
}
.nodes-list {
  padding-top: 2rem;
}
/*
.slide   .img-square,
.slide   .img-portrait,
.slide   .wrap-img .card-img-top{
   max-height: 100px!important;
} */
.node-tile .card-body {
  padding: 0.5rem 1.0rem 1.0rem 1.0rem!important;
}
.node-tile .card-title {
  font-size: 1.0rem;
  font-weight: 700;
}
.node-tile .img-square,
.node-tile .img-portrait {
  max-height: 100px!important;
}
.study-section .card:hover {
  border-color: #ffffff;
  background: #ffffff !important;
}
/* ********************
  TAGS
  ******************** */
.tag-list,
.tag-box {
  margin: 0;
  padding: 0rem;
  list-style-type: none;
}
.tag-list li,
.tag-box li {
  display: inline-block;
  margin: 0.2rem;
  padding: 0;
}
.tag-list li a,
.tag-box li a {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 0.2rem 0.5rem;
  background: #dddddd;
  text-decoration: none;
  color: #000000;
}
.tag-list li a:hover,
.tag-box li a:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.tag-box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.tag-list {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.list-literatur {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-literatur li {
  margin-bottom: 1.0rem;
}
.list-literatur a {
  color: #000000;
  text-decoration: underline;
}
.list-literatur a:hover {
  color: #00bff3;
}
.row-galnav-single,
.row-galnav {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.row-galnav-single .label,
.row-galnav .label {
  position: absolute;
  bottom: 1rem;
  right: 0rem;
  background: #00bff3;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
  padding: 0.3rem 0.8rem;
}
.row-galnav-single a,
.row-galnav a {
  display: inline-block;
  position: relative;
}
.row-galnav-single a:hover .label,
.row-galnav a:hover .label {
  background: #FFF;
  color: #009ee3;
}
/* ********************
  ADMIN
  ******************** */
#bar-editor {
  position: fixed;
  top: 25%;
  right: 0;
  width: 12rem;
  background: #cdcdcd;
  z-index: 9999;
}
/* ********************
  SEARCH
  ******************** */
.form-switch.form-switch-md {
  margin-bottom: 1rem;
  /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2.75rem);
  border-radius: 3rem;
}
.form-switch.form-switch-lg {
  margin-bottom: 1.5rem;
  /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3.75rem);
  border-radius: 4rem;
}
#search-form {
  margin-top: 3rem;
}
#search-form #qsterm2 {
  height: 3rem;
  font-size: 1.8rem;
}
#search-form .accordion-button {
  padding: 0;
  margin-top: 0.5rem;
  border: none;
  background: none;
  box-shadow: none;
  /*   color: @colorAlert!important;*/
  font-weight: 400;
  font-size: 1rem;
}
#search-form .accordion-button:after {
  color: #ff00fe !important;
}
#search-form .search-options {
  padding: 0 1rem;
}
@media (min-width: 479px) {
  #search-form .search-options {
    column-count: 3;
  }
}
#search-form .accordion-item {
  border: none;
}
#search-form .accordion-body {
  border: 1px solid #e5e5e5;
}
#search-form #acc-search-options {
  margin-bottom: 0.5rem;
}
#search-form #acc-search-options .accordion-button:after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
}
#search-form .form-check-label {
  font-weight: 700;
}
@media (max-width: 479px) {
  #qsearch-form {
    max-width: 12rem;
  }
}
@media (max-width: 350px) {
  #qsearch-form {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 350px) {
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .loginInfo {
    display: none;
  }
}
.searchFocused {
  width: 25rem!important;
  height: 3rem!important;
  max-width: 90%!important;
  font-size: 1.8rem!important;
}
.autocomplete-suggestions {
  background: #ffffff;
  border: 2px solid #000000;
  overflow-y: scroll;
}
.autocomplete-suggestions strong {
  color: colorPrim;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.25rem;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #dddddd;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #dddddd;
}
/* ********************
  RESULTS
  ******************** */
.grid-view .summary,
.list-view .summary {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.card {
  border-color: #e5e5e5;
  border-radius: 0!important;
  text-decoration: none!important;
  /*

        .img-portrait{
            height: 100%;
            width: auto;
            max-height: 200px;
            margin: auto;
        }

        text-align: center;

    */
}
.card .wrap-img {
  background: #ffffff;
  text-align: center;
}
.card .wrap-img .card-img,
.card .wrap-img .card-img-top {
  border-radius: 0;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}
.card .wrap-img .img-landscape-resp,
.card .wrap-img .img-landscape {
  width: 100%!important;
  height: auto!important;
}
.card .wrap-img .img-square-resp,
.card .wrap-img .img-square,
.card .wrap-img .img-portrait-resp,
.card .wrap-img .img-portrait {
  height: 100%!important;
  width: auto!important;
}
.card .card-body {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  text-align: left;
}
.card .card-body .badge {
  background: #747474;
  color: #ffffff;
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  border-radius: 0;
  padding-top: 0.1rem;
}
.card .card-body .wrap-date {
  position: relative;
  padding: 0;
  margin: 0;
}
.card .card-body .date {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #000000;
  position: absolute;
  top: -1rem;
  right: 0rem;
  padding: 0.1rem 0.2rem;
}
.card .wrap-body-top {
  position: relative;
}
.card .wrap-body-top .plattforms {
  position: absolute;
  top: -0.2rem;
  right: -1rem;
}
.card .wrap-body-top .plattforms .plattform-badge {
  margin-left: 0.3rem;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background: #747474;
  color: #ffffff;
}
.card .card-footer a {
  display: block;
  color: #000000;
}
.card:hover {
  border-color: #cdcdcd;
  border-color: #00bff3;
  background: #efefef;
  text-decoration: none;
}
.card:hover .badge {
  background: #00bff3;
}
.card:hover .card-footer {
  background: #00bff3;
}
.card:hover .card-footer a {
  color: #ffffff;
}
.card .card-title .card-body {
  min-height: 16rem;
}
.card .card-title a {
  text-decoration: none;
  color: #212529;
}
.card .card-date {
  font-size: 90%;
  padding: 0;
  margin-bottom: 0.4rem;
}
.card .icon {
  background-color: #212529;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
  font-size: 25px;
  margin: 20px 0;
  position: relative;
}
.card .icon i {
  color: #ffffff;
}
/* TO CHECK */
.card-result .btn-outline {
  padding: 0;
}
.card-result:hover .btn-outline {
  color: #00bff3;
}
.card-ro .card:hover {
  background: #00bff3;
  color: #ffffff;
}
.card-ro .card:hover .card-title a {
  text-decoration: none;
  color: #ffffff;
}
.card-ro .card:hover .icon {
  background-color: #ffffff;
}
.card-ro .card:hover .icon i {
  color: #00bff3;
}
.card-ro .card:hover .bg-prim {
  background-color: #00bff3;
}
.card-ro .card:hover .bg-prim i {
  color: #ffffff;
}
/* ********************
  CONTENT
  ******************** */
.infobox {
  padding: 0.7rem 1rem 0.7rem 3rem;
  margin: 0 3rem 2rem 3rem;
  background: #dddddd;
  font-style: italic;
  position: relative;
}
.infobox-kurz:before {
  background: #000000;
  color: #ffffff;
  content: 'kurz';
  padding: 3px 5px 4px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  text-decoration: uppercase;
}
.box {
  padding: 1rem;
  border: 2px solid #dddddd;
  margin: 1rem 0;
}
.box .sect-label,
.box h1,
.box h2,
.box h3 {
  margin-top: 0!important;
}
.box-prim {
  border-color: #00bff3;
}
.accordion .accordion-button {
  font-weight: 500;
  color: #000000 !important;
  font-size: 1.2rem!important;
}
.accordion .accordion-header {
  margin: 0!important;
  display: block!important;
}
.accordion .accordion-header .hrefNewWindow {
  opacity: 0.7;
  margin: 0 0.5rem;
  color: #565656;
  font-size: 0.8rem;
}
.accordion .accordion-header:hover .hrefNewWindow {
  opacity: 1.0;
}
.accordion .accordion-header p {
  line-height: 1.4;
  width: 100%;
  display: block!important;
  margin-bottom: 0rem;
}
.accordion .accordion-header p .subtitle {
  font-weight: 400;
}
.accordion-sm .accordion-button {
  padding: 0.5rem;
  font-size: 1rem!important;
  font-weight: 500;
}
.acc-item-faq {
  border-color: #fff483 !important;
}
.acc-item-faq .accordion-button {
  border-color: #fff483 !important;
  padding: 0.5rem 1rem;
  background-color: #fffbdc !important;
}
.acc-item-tutorial {
  border-color: #fbbe76 !important;
}
.acc-item-tutorial .accordion-button {
  border-color: #fbbe76 !important;
  padding: 0.5rem 1rem;
  background-color: #feead4 !important;
}
.acc-item-approach {
  border-color: #6dbc85 !important;
}
.acc-item-approach .accordion-button {
  border-color: #6dbc85 !important;
  padding: 0.5rem 1rem;
  background-color: #d7ebda !important;
}
/* ********************
  TABS
  ******************** */
.nav-tabs {
  /*    border-bottom-color: @colorGrey5!important;
        border-color: @colorGrey5;*/
}
.nav-tabs .nav-link {
  background: #dddddd !important;
  border-radius: 0!important;
  color: #000000;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #000000;
  background: #ffffff !important;
  /*
                border-bottom-color: @colorGrey5!important; */
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link:active {
  background: #FFF!important;
  /* color: @colorGreyD;
                border-left-color: @colorGrey5!important;
                border-right-color: @colorGrey5!important;
                border-top-color: @colorGrey5!important;

                &:hover{
                    border-bottom-color: @colorWhite!important;
                }*/
}
.nav-tabs .is-empty .nav-link {
  color: #b1b1b1;
}
.nav-tabs .is-empty .nav-link:hover {
  background: #dddddd !important;
  border-color: #dddddd !important;
}
.tab-content-boxed {
  border-top: 1px solid #ffffff;
  border-top: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0.8rem 0.5rem 0.8rem;
  min-height: 30rem;
}
/* ********************
  CONTENT
  ******************** */
.node-view {
  /*
      a[target=_blank]:not(.hrefNewWindow){
          &:after{
              font-family: "Font Awesome 5 Free";
              content: "\f35d";
              padding-left:0.3rem;
              padding-right:0.3rem;
              font-size: 80%;
          }
      }
      a[href*="https://www.youtube.com/"] {
          background:url(https://youtube.com/favicon.ico) no-repeat left center;
          padding-left:1.2rem;
          &:after{
              content: ''!important;
              padding-right:0!important;
          }
      }
      a[href*="https://www.vimeo.com/"] {
          background:url(https://vimeo.com/favicon.ico) no-repeat left center;
          padding-left:1.2rem;
          &:after{
              content: ''!important;
              padding-right:0!important;
          }
      }
      a[href*="https://www.wiqqi.de/"] {
          background:url(https://www.wiqqi.de/img/favicon/16.png) no-repeat left center;
          padding-left:1.2rem;
          &:after{
              content: ''!important;
              padding-right:0!important;
          }
      }  */
}
.node-view header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.node-view header .img-head {
  margin-bottom: 0rem;
  /*max-height: 410px;*/
  max-height: 495px;
  z-index: 1;
}
.node-view header .img-landscape {
  width: 100%;
  height: auto;
}
.node-view header .img-square,
.node-view header .img-portrait {
  height: 100%;
  width: auto;
}
.node-view header .wrap-headline {
  padding: 0.8rem 1rem;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-bottom: 2px solid #dddddd;
  text-align: left;
}
.node-view header .wrap-headline .headline {
  color: #000000;
  padding: 0;
  margin: 0;
}
.node-view header .wrap-headline .subtitle {
  font-size: 1.6rem;
  margin-top: 0.6rem;
}
@media (min-width: 991px) {
  .node-view header.has-image .wrap-headline {
    margin-top: -3.2rem;
    padding: 1.4rem 1rem;
    border: 1px solid #dddddd;
  }
}
.node-view a[href$='.pdf']:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  padding-right: 0.4rem;
}
.node-view a[href$='.pdf']:after {
  content: '' !important;
}
.solution-view .img-portrait-resp {
  max-height: 400px!important;
}
.solution-view .table-list th {
  max-width: 10rem;
  width: 7rem;
}
/******************************************* */
/******************************************* */
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.chat li {
  display: inline-block;
  clear: both;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  max-width: 80%;
}
.chat .right,
.chat .left {
  position: relative;
}
.chat .right:after,
.chat .left:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: 0px;
}
.chat .right {
  margin-right: 20px;
  background: #eee;
  float: right;
  border-top-right-radius: 0;
}
.chat .right:after {
  border-width: 0px 0 20px 20px;
  right: -20px;
  border-color: transparent #eee;
}
.chat .left {
  margin-left: 20px;
  float: left;
  background: #00bff3;
  color: #fff;
  border-top-left-radius: 0;
}
.chat .left:after {
  border-width: 0px 20px 20px 0;
  left: -20px;
  border-color: transparent #00bff3;
}
.chat .left:before,
.chat .right:before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-style: italic;
  font-weight: 700;
  display: block;
  content: attr(data-type);
  white-space: pre;
  min-height: 24px;
}
/* */
.chat-label {
  /*	.trainer:before{
             content: 'Trainer:';
            }
            .trainee:before{
             content: 'Trainee:';
            }		*/
}
.chat-label .trainee:before,
.chat-label .trainer:before,
.chat-label .left:before,
.chat-label .right:before {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-style: italic;
  font-weight: 700;
  display: block;
  content: 'xxx';
}
.chat-alexa.chat-label .left:before {
  /* ALEXA */
  /*	content: 'Alexa:';*/
}
.chat-pic .left {
  margin-left: 60px;
  margin-left: 3.75rem;
}
.chat-pic .right {
  margin-right: 60px;
  margin-right: 3.75rem;
}
.chat-pic .left:before,
.chat-pic .right:before {
  content: ' ';
  background: #333;
  border-radius: 50%;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: inline-block;
  font-style: italic;
  font-weight: 700;
}
.chat-pic .left:before {
  margin-left: -85px;
  margin-left: -5.3125rem;
  float: left;
}
.chat-pic .right:before {
  margin-right: -85px;
  margin-right: -5.3125rem;
  float: right;
}
/* STUDY */
.card-pzr {
  background: #dddddd;
  border-color: #dddddd;
  line-height: 1.2;
}
.card-pzr:hover {
  border-color: #dddddd;
}
.card-pzr .card-body {
  padding: 1rem;
}
.card-pzr .card-title {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.card-pzr .card-title:after {
  content: "";
  overflow: hidden;
  background: #000000;
  height: 5px;
  height: 0.3125rem;
  width: 40px;
  width: 2.5rem;
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.event-view .nav-nodes {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .event-view .nav-nodes {
    margin-bottom: 0rem;
  }
}
.event-view .btn-nav-all {
  margin-bottom: 2rem;
}
/* EVENTS */
.event-date {
  text-align: center;
}
.event-date .day,
.event-date .month,
.event-date .year {
  display: block;
}
.event-date .day {
  padding-top: 1rem;
  font-size: 3.2rem;
  line-height: 0.9;
  font-weight: 700;
}
.event-date .month {
  font-size: 2.2rem;
  line-height: 1.2;
}
.event-date .year {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.event-list .card-title {
  font-size: 2rem;
  color: #00bff3;
}
.event-list .card-text {
  color: #000000;
}
.event-list a {
  text-decoration: none;
}
.event-list a:hover {
  text-decoration: none;
}
.event-list a:hover .event-date,
.event-list a:hover .card-title,
.event-list a:hover .card-text {
  color: #ffffff;
}
.event-list .card:hover {
  background: #00bff3;
}
.event:hover {
  background: #00bff3;
}
.event a {
  color: #000000;
  text-decoration: none;
}
.event a:hover {
  text-decoration: none;
}
.event a:hover .event-date,
.event a:hover .card-title,
.event a:hover .card-text {
  color: #ffffff;
}
.event .event-date {
  font-size: 90%;
}
.event .day {
  padding-top: 0.8rem;
  font-size: 2.0rem;
}
.event .month {
  font-size: 1.5rem;
}
.event .year {
  font-size: 1.2rem;
  padding-bottom: 0.8rem;
}
.col-event-details {
  padding-top: 0.2rem;
}
.col-event-details p,
.col-event-details h5 {
  font-size: 1.2rem;
}
.col-event-details h5 {
  margin-bottom: 0;
}
.col-event-details h3 {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .col-event-details p,
  .col-event-details h5 {
    display: inline;
  }
  .col-event-details h5 {
    margin-right: 0.5rem;
  }
  .col-event-details h5::after {
    content: ':';
  }
  .col-event-details p::after {
    content: "\a";
    white-space: pre;
  }
}
/* HOME */
.search-section {
  background: #00bff3;
}
.search-section h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.search-section .btn {
  background: #b1b1b1;
  border-color: #b1b1b1;
  border-radius: 0;
}
.search-section .form-control {
  border-radius: 0;
  border-color: #ffffff;
}
.numbers-section a,
.numbers-section a:hover,
.numbers-section a:active {
  text-decoration: none!important;
  color: #000000;
}
.numbers-section .card {
  text-align: center;
}
.numbers-section .card .icon {
  margin: 2px auto 1rem auto;
  display: inline-block;
}
.card-hl .bg-prim {
  background-color: #00bff3 !important;
}
.card-hl .bg-prim i {
  color: #ffffff;
}
.card-hl:hover .card {
  background-color: #ff00fe !important;
  border-color: #ff00fe !important;
}
.card-hl:hover .bg-prim {
  background-color: #ffffff !important;
}
.card-hl:hover .bg-prim i {
  color: #ff00fe !important;
}
.study-section {
  background: #00bff3;
}
.study-section .carousel-inner {
  background: #e5f5fc;
}
.study-section .section-title h2:before {
  background-color: #ffffff;
}
.study-section .card:hover {
  border-color: #ffffff;
}
.study-section .card:hover .badge {
  background-color: #ffffff;
  color: #000000;
}
.services-section .card:hover {
  border-color: #e5e5e5;
  background-color: #ffffff;
}
.card-noro:hover {
  border-color: #e5e5e5 !important;
  background-color: #ffffff !important;
}
.card-noro:hover .card-footer {
  background: #ffffff !important;
}
.card-noro:hover .card-footer a {
  color: #000000 !important;
}
.card-noro .card-footer a:hover {
  color: #00bff3 !important;
}
.cache-info {
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid #CCC;
  background: #cdcdcd;
  display: none;
}
.img-gal p {
  width: 30%;
  displaY: inline-block;
  padding: 1%;
}
.img-gal p img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .img-gal p {
    width: 100%;
  }
}
.wrap-svg-resp svg {
  width: 100%;
  height: auto;
}
.reqStarted {
  background: #f7e967 !important;
}
.reqStarted a {
  color: #000000;
}
/*
@csR1: #f1433f;
: #e8221f;
@csY1: #f7e967;
@csY2: #f2dc3e;
@csG1: #a9cf54;
@csG2: #83b52e;
@csB1: #70b7ba;
@csB2: #469498;
@csG1: #3d4c53;
@csG2: #1e282d;
*/
#map-info .title {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}
#map-info p {
  margin: 0;
  margin-bottom: 0.5rem;
}
#map-info .col1,
#map-info .col2 {
  width: 50%;
  display: inline-block;
}
#map-info .col2 {
  text-align: right;
}
.wrap-map .card-body {
  padding: 0;
}
.wrap-map .cntPoints {
  margin-bottom: 0!important;
}
#wrapOptShowRadius {
  display: none;
}
.wrap-map-single #wrapOptShowRadius {
  margin: 0.5rem!important;
}
.search-tile {
  border: 1px solid #FFF;
}
.search-tile a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.search-tile .col-imglist {
  column-count: 4;
  column-gap: 15px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: rgba(0, 0, 0, 0.1);
}
.search-tile .col-imglist .img-imglist {
  max-height: 110px;
  width: auto;
}
@media (max-width: 991px) {
  .search-tile .col-imglist {
    column-gap: 10px;
  }
  .search-tile .col-imglist .img-square {
    height: 100%;
    width: auto;
  }
}
.search-tile .card-body {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 0.5rem;
}
.search-tile .card-body .card-title {
  font-size: 1.5rem;
  line-height: 1.0;
  text-align: left;
  color: #000000;
}
.search-tile .card-body .card-title .resultCnt {
  display: inline-block;
  color: #00bff3;
  margin-right: 0.5rem;
}
.search-tile .card-body .card-wrapmore {
  color: #000000;
}
@media (max-width: 991px) {
  .search-tile .card-body {
    padding-bottom: 1rem;
  }
  .search-tile .card-body .card-wrapmore,
  .search-tile .card-body .card-title {
    display: inline-block;
  }
  .search-tile .card-body .card-wrapmore {
    float: right;
  }
}
.search-tile .card-body2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 5px #FFFFFF;
  font-weight: 700;
}
.search-tile .card-body2 .card-text {
  text-align: right;
}
.search-tile:hover,
.search-tile:focus {
  background-position: center center!important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  color: #000000;
}
.search-tile:hover a,
.search-tile:focus a {
  text-decoration: none!important;
}
.search-tile:hover .card-body,
.search-tile:focus .card-body {
  background-color: rgba(255, 255, 255, 0.6);
}
label.required:after {
  content: '*';
  color: #ca3951;
  font-weight: 700;
  padding-left: 0.2rem;
}
.accordion-body .tiles-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion-body .img-square-resp,
.accordion-body .wrap-imgc {
  max-width: 100%;
  height: auto;
}
.list-noborder li {
  border: none!important;
  padding: 0;
}
.map-filters .form-switch {
  display: inline-block;
  margin-right: 0.6rem;
}
.map-filters .accordion-item {
  border: none;
}
.map-filters .accordion-item .accordion-body {
  padding: 0.5rem 0.5rem;
  background: #EEE;
  border: 1px solid #747474;
}
.map-filters .accordion-item .accordion-button {
  padding: 0.2rem 0;
  font-size: 1rem!important;
  font-weight: 400;
  background: #747474;
  padding-right: 0.5rem;
  border-bottom: 1px solid #747474;
}
.map-filters .accordion-item .accordion-button .form-switch {
  padding-left: 0;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
  color: #ffffff;
}
.map-filters .accordion-item .accordion-button .counter {
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  font-weight: 400;
}
.map-filters .accordion-item .collapsed {
  background: #e5e5e5;
}
.map-filters .accordion-item .collapsed .form-switch {
  /*   color: @colorBlack!important;*/
  color: #000000;
}
.pwdinfo {
  background: #EFEFEF;
  padding: 0.2rem;
  font-size: 0.8rem;
  color: #b1b1b1;
}
.pwdinfo .title {
  font-size: 1rem;
  margin: 0;
}
.pwdinfo p {
  margin: 0;
}
.pwdinfo .wrap-btn {
  border-top: 1px solid #cdcdcd;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  text-align: center;
}
.pwdinfo .wrap-btn a {
  color: #b1b1b1;
}
#btn-scrolltop {
  color: #b1b1b1;
  background: #ffffff;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.2rem 0 0 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6rem;
  position: fixed;
  right: 2rem;
  bottom: 6rem;
  display: none;
}
#btn-scrolltop:hover {
  color: #000000 !important;
}
.hidden {
  display: none;
}
.btn-audio-record {
  margin-left: 1rem;
  border-radius: 50%!important;
  color: #ca3951;
  border: 2px solid #ca3951 !important;
  width: 2.5rem;
  height: 2.5rem;
}
.btn-audio-record:hover {
  color: #ffffff !important;
  background: #ca3951;
}
.btn-audio-record-download {
  display: none;
  color: #ca3951;
}
.wrap-audio {
  height: 4rem;
  text-align: left;
  position: relative;
  margin-top: 0.5rem;
}
.wrap-audio .btn-audio-record {
  position: absolute;
  top: 0.3rem;
}
.wrap-audio audio {
  display: none;
  position: absolute;
  top: 0;
  left: 6rem;
  bottom: 0;
  right: 0;
}
.wrap-audio .recording {
  animation: pulse 1s infinite;
}
.wrap-audio .uploading {
  border-color: #e85e1a !important;
}
.wrap-audio .uploaded {
  border-color: #39ca70 !important;
  background: #39ca70 !important;
}
.wrap-audio .error {
  border-color: #F00!important;
  background: #F00!important;
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 3px 1px #7eda88;
  }
  100% {
    box-shadow: 0px 0px 3px 10px #7eda88;
  }
}
.box hr {
  border-top: 2px solid #DDD;
  height: 1px;
  opacity: 1;
  padding: 0;
  margin: 2rem 0;
}
.form-fe .btn-default {
  background: #e5e5e5;
  border-color: #cdcdcd;
  border-radius: 0!important;
}
.form-fe .select2 {
  background: #ffffff !important;
}
form .control-label {
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #565656;
}
form .control-label {
  margin-top: 1rem;
}
form .box-title {
  font-size: 1rem;
}
form .help-block {
  color: #ca3951;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}
form .descr-block {
  color: #939393;
  font-size: 0.9rem;
  font-style: italic;
}
form .has-error input,
form .has-error select,
form .has-error texarea {
  border-color: #ca3951;
}
form .required label {
  position: relative;
}
form .required label:after {
  position: absolute;
  content: '*';
  color: #ca3951;
  top: -0.2rem;
  margin-left: 0.1rem;
}
.box-bg-grey {
  background-color: #e5e5e5;
  padding: 0.2rem 1rem 1rem 1rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 1rem;
}
.labelOff label {
  font-weight: 400;
}
.rate-view .btn-view {
  displaY: block;
  margin-bottom: 2rem;
}
.wrap-addFields h5 {
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.wrap-addFields .body-addFields {
  margin-bottom: 1.3rem;
}
.wrap-addFields .body-addFields label {
  margin-top: 0;
}
.btnInputGroup .label {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.btnInputGroup .fa-check-circle {
  color: #39ca70;
}
.btnInputGroup .fa-times-circle {
  color: #ca3951;
}
.btnInputGroup .btn-check[value="ja"]:checked + .btn-check-select {
  color: #ffffff;
  background-color: #39ca70;
  border-color: #39ca70;
}
.btnInputGroup .btn-check[value="ja"]:checked + .btn-check-select .fa-check-circle {
  color: #ffffff;
}
.btnInputGroup .btn-check[value="nein"]:checked + .btn-check-select {
  color: #ffffff;
  background-color: #ca3951;
  border-color: #ca3951;
}
.btnInputGroup .btn-check[value="nein"]:checked + .btn-check-select .fa-times-circle {
  color: #ffffff;
}
.thumbnail img,
.card-img-top,
.img-imglist,
.content-view .img-fluid {
  background: #333;
}
.navbar-mapfilter {
  border: solid #dee2e6;
  border-width: 0px 1px 2px 1px;
  background: #dee2e6;
  background: #ffffff;
}
.navbar-mapfilter .navbar-brand {
  padding: 0;
  margin: 0;
  font-size: 1.3rem!important;
}
.navbar-mapfilter .nav-linkFilter i,
.navbar-mapfilter .nav-linkFilter {
  text-decoration: none;
  color: #000000 !important;
}
.navbar-mapfilter .form-check {
  displaY: block;
}
.navbar .megamenu {
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.navbar .megamenu .map-filters {
  padding: 1rem 2rem;
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static!important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 25rem;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 0;
  }
}
.node-solby .tiles-section {
  padding-top: 1rem;
}
.node-solby .navbar-nav {
  padding: 0 15px;
  display: inline-block;
}
.dbFilter {
  border: 1px solid #dee2e6;
  background: #dee2e6;
  background: #00bff3;
  color: #ffffff;
}
.dbFilter .nav-linkFilter {
  padding: 8px 15px!important;
}
.dbFilter .dropdown-menu {
  min-width: 18rem;
  padding-top: 0!important;
}
.dbFilter .dropdown-menu .form-check {
  displaY: block;
  margin-bottom: 0.5rem;
}
.dbFilter .dropdown-menu .btn-useFilter {
  background: #dee2e6!important;
  margin-bottom: 0.2rem;
}
.dbFilter .dropdown-menu .filters {
  background: #ffffff;
  padding: 4px 8px;
  position: relative;
}
.dbFilter .nav-linkFilter i,
.dbFilter .nav-linkFilter {
  text-decoration: none;
  color: #000000 !important;
}
.list-chevron {
  list-style: none;
  padding: 0;
}
.list-chevron li {
  padding-left: 1.3em;
}
.list-chevron li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: calc(-1.3em);
  width: 1.3em;
}
.bg-greylight {
  background-color: #efefef !important;
}
.modInfo {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #666;
}
.modText {
  /*
    @media (min-width: @bp-lg) {
        column-count: 2;
        column-gap: 30px;
        column-rule-style: solid;
        column-rule-width: 3px;
        column-rule-color: rgba(0, 0, 0, .10);
    }*/
}
.modText h2 {
  margin-top: 0;
}
/*
    .search-options{
        padding: 0 1rem;


    }
    .col-imglist{
        column-count: 4;

        .img-imglist{
            max-height: 110px;
            width: auto;
        }

        @media (max-width: @bp-md) {
            column-gap: 10px;
        .img-square{
            height: 100%;
            width: auto;
        }
        }
    }
*/
.bg-tableHl {
  background: #00bff3;
  /* color: @colorWhite;*/
}
.stoerer {
  background: #ff00fe;
  color: #ffffff;
  position: relative;
  left: -2.5rem;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem  2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.2rem;
  z-index: 100;
}
.stoerer:before {
  content: '';
  background: #9900a0;
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  z-index: 1;
}
.sectionHasCFilter {
  margin-top: 0;
  padding-top: 0;
}
.wrap-cfilter {
  margin-left: 0.5rem;
}
.wrap-cfilter .fa-filter {
  margin-right: 0.2rem;
}
.wrap-cfilter .fa-check {
  margin-left: 1.5rem;
  margin-right: 0.2rem;
  color: #39ca70;
}
/* MERKLISTE */
.btn-mlist {
  color: #00bff3;
  position: absolute;
  top: 0rem;
  left: 0rem;
  border-radius: 0;
  padding: 0.2rem;
  font-size: 1.4rem;
}
.btn-mlist.onlist {
  color: #ca3951;
}
.grid-view .wrap-img img {
  background: linear-gradient(to bottom left, #333333 50%, #999999 50%);
}
.grid-view .wrap-img img {
  max-width: 100px;
}
.btn-nav-pill {
  border-color: #000;
  border-bottom: 1px solid #000!important;
  border-radius: 0!important;
}
.btn-nav-pill:hover {
  background: #00bff3 !important;
}
.btn-nav-pill .active {
  background: #00bff3 !important;
}
.merklist-map {
  margin-bottom: 6rem;
}
.table-shortlis2t a {
  color: #000000;
}
.table-shortlis2t a:hover {
  color: #00bff3;
  text-decoration: none;
}
.table-shortlis2t tr:hover td {
  background: #e5f5fc;
}
.table-flat {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: #FFF;
  border-color: rgba(0, 0, 0, 0.06);
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: initial;
  border-spacing: 2px;
  /*    td:first-child{
     border-left: 4px solid @colorBlue;
    }*/
  /* th:not(th:first-child){
        border-left-width: 2px;
    }*/
}
.table-flat td {
  padding: 0.5rem 0.7rem;
  border-bottom-width: 4px;
  /*   background-color: rgba( 0, 0, 0, 0.06);*/
  position: relative;
}
.table-flat td:not(td:first-child) {
  border-left-width: 4px;
}
.table-flat th {
  padding: 0.7rem 0.7rem;
  border-bottom-width: 4px;
}
.table-flat .list-thumb {
  height: 3rem!important;
}
.table-flat .title {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.table-flat .btn-delitem {
  color: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.table-flat .btn-delitem:hover {
  color: #ca3951;
}
.table-line td:first-child:before {
  background-color: #00bff3;
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
  width: 5px;
  /* border-radius: 5px;*/
}
.dateRows {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.dateRows span {
  text-align: center;
}
.dateRows .fmonth-F {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
}
.dateRows .fmonth-M {
  display: block;
}
.dateRowsDM .day,
.dateRowsDM .month {
  /*        float: left;
  display: block;*/
}
.dateRowsDM .year {
  width: 100%;
  display: block;
}
.dateRows-sm {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.wrap-btnAddSL {
  position: relative;
  margin-top: 1rem;
}
.wrap-btnAddSL .btn-mlist {
  position: relative;
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
}
.wrap-btnAddSL .btn-mlist i {
  margin-right: 0.5rem;
  color: #ca3951;
}
.wrap-btnAddSL .btn-mlist:hover i {
  color: #ff00fe !important;
}
aside .wrap-btnAddSL {
  margin-bottom: 3rem;
  margin-top: 0rem;
}
aside .wrap-btnAddSL .btn-mlist {
  font-size: 1rem;
}
.helpBox {
  padding: 0.8rem;
  margin-bottom: 1.5rem;
  background-color: #EFEFEF;
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.helpBox .helpHead {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.helpBox .helpText {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.helpP {
  display: block;
  font-style: italic;
  color: #6c757d;
  font-size: .875rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.helpP span {
  display: inline;
  padding: 0;
  margin: 0;
}
.helpP .helpHead {
  font-weight: 500;
  padding-right: 0.5rem;
}
.timeline {
  position: relative;
  margin: 0 0  0 9rem;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #CCC;
  left: -1rem;
  margin: 0;
  border-radius: 2px;
}
.timeline li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0.2rem;
}
.timeline li:before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -1.35rem;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  border: 4px solid #CCC;
  border-radius: 50%;
}
.timeline time {
  width: 7rem;
  position: absolute;
  left: -9rem;
  text-align: right;
}
/*
    &>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
    }

*/
.quotes-head {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.quotes {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  /*   margin-left: 2rem;*/
  /*    &:before{
        margin-top: 1rem;
        padding-top: 1rem;
        content: '';
        border-top: 1px solid @colorGrey5;
        width: 5rem;
        height: 1px;
        display: block;
    }*/
}
.quotes .quote {
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
.quotes .quote .quote-info {
  margin-top: 0.3rem;
  text-align: right;
}
.quotes .quote .quote-info .quoteid {
  color: #939393;
}
.quotes .quote .quote-info .source {
  font-weight: 700;
}
@media (min-width: 479px) {
  .contCol3 .form-group {
    column-count: 3;
  }
}
.has-image figure {
  position: relative;
}
.has-image figure footer {
  padding: 0.2rem 1rem;
  position: absolute;
  bottom: 2rem;
  right: 0;
  opacity: 0.5;
  font-size: 0.9rem;
  text-align: right;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}
.has-image figure footer:hover {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1.0;
}
.wrap-imgc figure {
  position: relative;
}
.wrap-imgc figure footer {
  padding: 0.2rem;
  font-size: 0.9rem;
  text-align: right;
  position: absolute;
  bottom: -0.7rem;
  right: 0.2rem;
  color: #AAA;
}
/* 2025 */
.section .prehead {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.section .head {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 1.3;
}
.btn-link {
  color: #000000 !important;
  text-underline-offset: 3px;
}
.btn-link i {
  font-size: 0.9rem;
  margin-left: 0.6rem;
  transition: transform 0.3s ease;
  transition: color 0.6s ease;
}
.btn-link:hover {
  color: #000000 !important;
  text-decoration: underline!important;
}
.btn-link:hover i {
  transform: translateX(0.4rem);
  color: #00bff3;
}
.bg-isinvers .btn-link {
  color: #ffffff !important;
}
.bg-isinvers .btn-link:hover {
  color: #ffffff !important;
}
.bg-isinvers .btn-link:hover i {
  color: #ffffff;
}
.boxed-section .col-title .head,
.boxed-section .col-title .subhead {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
}
.boxed-section .col-title .subhead {
  margin-bottom: 1rem;
}
.card-audience {
  border: none!important;
  background: none!important;
  transition: background 0.6s ease;
  color: #000000 !important;
}
.card-audience:hover {
  background: #f8f9fa !important;
}
.card-audience .card-title {
  font-size: 2rem;
}
.bg-blue {
  background: #00bff3;
  color: #ffffff;
}
.bg-bluelight {
  background: #7cdcf6;
}
.home-testimonial {
  background-color: #00bff3;
  height: 30rem;
}
.home-testimonial-bottom {
  background-color: #f8f8f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 3rem;
  margin-bottom: 0px;
  position: relative;
  height: 8rem;
  top: 15rem;
}
.home-testimonial h3 {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-testimonial h2 {
  color: white;
}
.testimonial-inner {
  position: relative;
  top: -14rem;
}
.testimonial-pos {
  position: relative;
  top: 2rem;
}
.testimonial-inner .tour-desc {
  border-radius: 0px;
  padding: 40px;
}
.testimonial-inner img.tm-people {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.link-name {
  font-size: 16px;
  color: #666666;
}
.link-position {
  font-size: 14px;
  color: #666666;
}
.wrap-info2col .card-body {
  padding-top: 0;
}
/*# sourceMappingURL=structure.css.map */