.sxsearch, #sxHiddenSearch{display:none !important;}

.breadcrumb {font-size:13px}
.container>.row{  margin-right: calc(-.0 * var(--bs-gutter-x));  margin-left: calc(-.0 * var(--bs-gutter-x));}
.sxHeader>.container{padding-right: var(--bs-gutter-x,1.5rem); padding-left: var(--bs-gutter-x,1.5rem);}
.navbar-expand-lg .navbar-nav .nav-item a.nav-link {padding-left:0; padding-right:0; margin-right:30px; font-weight: 600; color: #000}
.navbar{ padding: 0 1.5rem }

.wrapper { font-size: 20px }

/* Layout */
div[class*='col-'] img { max-width: 100% }
.container-bg-image > div.bg-image {max-width: 1400px; margin: auto}
.container-bg-image > div.bg-image > div.bg-image-container-desktop {background-size: auto; background-position: left bottom;}
.container-bg-image-right > div.bg-image {max-width: 1400px; margin: auto}
.container-bg-image-right > div.bg-image > div.bg-image-container-desktop {background-size: auto; background-position: right bottom;}

#bannerContentTop { display: none; }
.column-container-left {padding-left:0px; padding-right:0px;}
.column-container-right {padding-left:0px; padding-right:0px;}

.searchSuggestEntry b { font-size:14px; line-height: 135% }

/* Text */
body { font-family: "Open Sans"; font-size:17px; line-height:var(--bs-body-line-height); font-weight: 400; color: #090D0D}
b, strong { font-family: inherit; font-size:inherit; line-height:inherit; font-weight: 700; } 
small, .text-small { font-family: "Open Sans"; font-size:15px; line-height:20px; font-weight: 400; }

a {color: #333}

body div.bs5 h1 { font-size:36px; line-height:1.25; font-weight: 600; }
body div.bs5 h2 { font-size:30px; line-height:40px; font-weight: 600; }
body div.bs5 h3 { font-size:24px; line-height:32px; font-weight: 500; }
body div.bs5 h4 { font-size:20px; line-height:29px; font-weight: 500; }

body div.bs5.beitrag h2 { margin-top: 65px; margin-bottom: 15px; }
body div.bs5.beitrag h3 { margin-top: 42px; margin-bottom: 20px }
body div.bs5.beitrag div li { margin: 0 auto 0 -13px; padding-left: 10px;}
.beitrag .socialmedia-top .sxSocial { display:none; }

body .bs5 div a { text-decoration: none; color: #ef7f01; }
body .bs5 div a:hover { text-decoration: underline; color: #ef7f01; }
body .bs5 div li { margin: 5px auto}
.text-bold, .text-bold > * { font-weight: bold; }
.caption { color: #3A525E; }
.produkttip .info .price { font-weight: 500; }

.bs5 .card, .bs5 .hyphens {hyphens: auto;}
.bs5 .carousel a.title { color:#090D0D }
.bs5 .carousel a.title:hover { color:#ef7f01; text-decoration:none; }
.bs5 .produkttip h4 a { color:#090D0D }
.bs5 .produkttip h4 a:hover { color:#ef7f01; text-decoration:none; }
.bs5 .produkttip .caption a { color:#090D0D; }
.bs5 .produkttip .caption a:hover { color:#f60; text-decoration:none; }
.bs5 .produkttip .col-md-4 .caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs5 .nav-link .fa{ margin-left:8px }

.bs5 .list-type-check-ci ul{ list-style:none }
.bs5 .list-type-check-ci li{ text-indent:-20px }
.bs5 .list-type-check-ci li::before {
  content: '✓ ';
  color: #ef7f01;
}

.fas-icon.add-after::after, .fas-icon.add-before::before{
  font-weight:900;
  font-family: 'Font Awesome 6 Free';
  font-size:2em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.bs5 .detailContent, .bs5 #comments .commentContainer > div{line-height: var(--bs-body-line-height)}
.bs5 #comments input[type="text"], .bs5 #comments .commentEntryContainer textarea {
  font-size: var(--bs-body-font-size);
  color: var(--hjr-typo-blauschwarz); 
}
.bs5 #comments .loginStatus { color: var(--hjr-fond-blauschwarz-semi) }

.bs5 .rounded-standard { border-radius: 1rem }

@media (min-width: 768px){
  .column-container-left {padding-left:0px; padding-right:10px;}
  .column-container-right {padding-left:10px; padding-right:0px;}
}

@media (min-width: 992px){
  .hidden-lg{ display: none !important; }
  .column-container-left {padding-left:0px; padding-right:10px;}
  .column-container-right {padding-left:10px; padding-right:0px;}
}
@media (max-width: 991px){
.container-bg-image-right > div.bg-image > div.bg-image-container-desktop {background-size: auto; background-position: right bottom; opacity: 0.23;}
}
@media (max-width: 1199px){
  .container-bg-image > div.bg-image > div.bg-image-container-desktop {background-size: auto; background-position: right bottom; opacity: 0.23;}
}
@media (min-width: 1200px){
  .column-container-left {padding-left:0px; padding-right:15px;}
  .column-container-right {padding-left:15px; padding-right:0px;}
}

@media (min-width: 1400px){
  .column-container-left {padding-left:0px; padding-right:15px;}
  .column-container-right {padding-left:15px; padding-right:0px;}
}

/* Fixed height for lazy loaded images so that anchor position is calculated correctly */ 

@media (max-width: 767px){
  #startpage img.rounded-standard {
    min-height:308px;
    height:308px;
    display: block;
  }
}
@media (max-width: 575px){
  #startpage img.rounded-standard {
    min-height:56vw;
    height:56vw;
    display: block;
  }
}

@media (min-width: 992px){
  #startpage img.rounded-standard {
    min-height:231px;
    height:231px;
    display: block;
  }
}
@media (min-width: 1200px){
  #startpage img.rounded-standard {
    min-height:275px;
    height:275px;
    display: block;
  }
}
@media (min-width: 1400px){
  #startpage img.rounded-standard {
    min-height:322px;
    height:322px;
    display: block;
  }
}

