
.navbar-brand img {
  height: 50px !Important;
}

.nonCap {
  text-transform: none !Important;
}

.top-header {
  display:none;
}


.owl-carousel .owl-item img {
    max-height: 250px !important;
    width: auto;
}

.ion-close {
  color: red;
}

.ThumbWkSmall {
/*
  width:auto; 
  height:51px;
*/
}
.wkKorrektur {
  font-size: 0.9em;
  font-style: italic;
  color: #ff4747;
}
/* Shop menü ########################################################################################## */
@media (min-width: 992px) {
  .dropdown-mega-menu {
    position: relative;
  }

  .dropdown-mega-menu > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  .dropdown-mega-menu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (min-width: 992px) {

  .categories_wrap .dropdown-mega-menu {
    position: relative;
  }

  .categories_wrap .dropdown-mega-menu > .dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% - 1px); /* leicht überlappen lassen */
    width: 900px;
    min-width: 900px;
    margin: 0;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.12s ease;
  }
  .categories_wrap .dropdown-mega-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;     /* Brücke */
    height: 100%;
    background: transparent;
  }  
  .categories_wrap .dropdown-mega-menu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .categories_wrap .dropdown-menu .mega-menu,
  .categories_wrap .dropdown-menu .mega-menu > li > ul.d-lg-flex {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }

  .categories_wrap .dropdown-menu .mega-menu-col.col-lg-4 {
    width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .categories_wrap .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .categories_wrap .dropdown-menu li {
    list-style: none;
  }

  .categories_wrap .dropdown-menu a {
    display: block;
    white-space: normal;
  }
}

.nav_item_low {
  font-size: 0.9em !Important;
  line-height: 0.9em; 
  margin-left: 5px;
}
.dropend > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .125rem;
}
.categories_wrap .your-wrapper-class {
  overflow: visible !Important;
}
.categories_wrap > div[style*="overflow:hidden"] {
  overflow: visible !important;
}
@media (max-width: 1200px) {
  .categories_wrap .dropdown-menu {
      min-width: 800px;
  }
}
@media (max-width: 900px) {
  .categories_wrap .dropdown-menu {
      min-width: 600px;
  }
  .dropdown-menu.show {
      min-width: 600px !Important;
  }
}
.dropdown-menu.show {
  min-width: 800px !Important;
  margin-left: 20px !Important;
  padding-left: 10px;   
}
li {
  list-style-type: none;
}
/* Bezugspunkt für das seitliche Dropdown */
.categories_wrap li.dropdown {
  position: relative;
}

/* Submenü rechts und auf gleicher Höhe */
.categories_wrap li.dropend > .dropdown-menu,
.categories_wrap li.dropdown.dropend > .dropdown-menu {
  top: -6px !important;
  left: 100% !important;
  margin-left: 0.25rem;
  transform: none !important;
}

.HeadOption {
  font-weight: bold;
}
select option:selected {
  font-weight: bold;
}
.bold {
  font-weight: bold !Important;
  color: rgb(17, 80, 108);
  text-decoration: underline !Important;
}
.dirty {
  background-color: #fdc100;
}

.couponError {
  padding: 10px;
  text-align: center;
  color: red;
  font-weight: lighter;
  font-style: italic;
  margin: 0 auto;
}
.couponAllesgut {
  padding: 10px;
  text-align: left;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 auto;
}
.priceGSC {
  color: #F44336;
  font-weight: 600;
}
.summeGSC {
  color: #F44336;
}
.WarenkorbBoxB2Bsender {
  margin-bottom: 10px;
}
.red {
  color: #F44336 !important;
}
.cart_total_amount {
  text-align: right;
}

#blogTeaser {
    min-height: 250px;
}
/*===================================*
  09.START BLOG STYLE
*===================================*/
.blog_post {
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.blog_content {
  padding-top: 15px;
}
.blog_post .blog_img a {
  display: block;
  overflow: hidden;
}
.blog_img {
  position: relative;
  overflow: hidden;
}
.blog_img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.blog_meta {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.blog_meta li {
  float: left;
  margin-right: 15px;
}
.blog_meta li:last-child {
  margin-right: 0;
}
.blog_meta li a {
  text-transform: capitalize;
}
.blog_meta li a i {
  margin-right: 5px;
  vertical-align: middle;
  color: #006998;
}
.blog_title {
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
h6.blog_title {
  line-height: 24px;
}
.blog_text p {
  margin-bottom: 15px;
}
.blog_text p:last-child {
  margin: 0;
}
.fit-videos {
  background-color: #000000;
}
.blog_style1 {
  border-radius: 10px;
}
.blog_style1 .blog_content {
  padding: 15px 20px;
  border-radius: 10px;
}
.blog_style1 .blog_img + .blog_content {
  border-radius: 0 0 10px 10px;
}
.blog_style1 .blog_img {
  border-radius: 10px 10px 0 0;
}
.blog_style1 .blog_img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.blog_style1:hover .blog_img img,
.blog_style2:hover .blog_img img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blog_style1.radius_all_5 {
  border-radius: 5px;
}
.blog_style1.radius_all_5 .blog_img,
.blog_style1.radius_all_5 .blog_img img {
  border-radius: 5px 5px 0 0;
}
.blog_style1.radius_all_5 .blog_content {
  border-radius: 0 0 5px 5px;
}
.blog_style2 .blog_content {
  padding: 15px;
}
.blog_post.blog_style3 {
  position: relative;
}
.blog_style3 .blog_content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  left: 0;
  right: 0;
  z-index: 2;
}
.blog_style3 .blog_img img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.blog_style3 .blog_img::before {
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.0)), color-stop(100%, rgba(0,0,0,0.7)));
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=0 );
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.post_date {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  text-align: center;
  background-color: #006998;
  min-width: 60px;
  padding: 8px 10px;
  color: #ffffff;
  z-index: 2;
}
.blog_post.blog_style3 .blog_content a:hover {
  color: #006998;
}
.post_date strong {
  font-size: 30px;
  line-height: 1;
}
.blog_post.blog_style3 .blog_content a {
  color: #fff;
}
.blog_style4 .blog_title {
  margin-bottom: 10px;
}
.blog_img .owl-dots {
  position: absolute;
  top: 0;
  right: 15px;
}
.blog_thumbs .blog_post {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.single_post .blog_content {
  padding-top: 20px;
}
.single_post .blog_title {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}
.single_post .blog_meta {
  padding-bottom: 20px;
  margin-bottom: 0;
  width: 100%;
}
.post_author .author_img {
  float: left;
  padding-right: 15px;
}
.author_info {
  overflow: hidden;
}
.author_info .author_name {
  font-weight: 600;
}
.author_info p {
  font-size: 14px;
  line-height: 26px;
}
.author_info p:last-child {
  margin-bottom: 0;
}
.post_author {
  margin-top: 40px;
  margin-bottom: 40px;
}
.post_nav_home {
  display: table;
  margin: 0 auto;
  font-size: 20px;
}
.post_nav .nav_meta {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  color: #687188;
}
.post_nav {
  text-transform: capitalize;
}
.post_nav_prev {
  padding-left: 30px;
  position: relative;
}
.post_nav_next {
  padding-right: 30px;
  position: relative;
  text-align: right;
}
.post_nav_next i {
  right: 0;
  left: auto;
}
.post_nav i {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content_title * {
  margin-bottom: 30px;
  font-weight: 600;
}
.comment_user img {
    height: auto;
    max-width: 80px;
}
.comment_content .meta_data h6 {
  font-size: 16px;
}
.comment_info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.comment_info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comment_content p:last-child {
  margin-bottom: 0;
}
.children {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 60px;
}
.comment_content {
    padding-left: 20px;
}
.comment-time {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-style: italic;
}
.comment-reply i {
    margin-right: 5px;
}
.comment-area .comment_list {
    margin-bottom: 40px;
}
.comment-area {
  padding-top: 10px;
}
/*===================================*
  09.END BLOG STYLE
*===================================*/

/* Modal eigenes */
.blog-editor-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.blog-editor-modal.is-open {
    display: block;
}

.blog-editor-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.blog-editor-window {
    position: relative;
    z-index: 2;
    width: min(96vw, 1200px);
    height: min(92vh, 900px);
    margin: 4vh auto;
    background: #fff;
    border-radius: 12px;
    overflow: auto;
    padding: 20px;
}

.blog-editor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
}

.blog-editor-header h2 {
    margin: 0;
    font-size: 22px;
}

.blog-editor-close {
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.blog-editor-body {
    flex: 1;
    overflow: auto;
    padding: 24px;
}

.blog-editor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
}

.form-group input[type="text"],
.form-group input[type="datetime-local"],
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

#blogText {
    min-height: 360px;
}

.image-picker-row {
    display: flex;
    gap: 10px;
}

.image-picker-row input {
    flex: 1;
}

.image-picker-row button {
    white-space: nowrap;
}

.blog-editor-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #e5e5e5;
    background: #fafafa;
}

.blog-editor-status {
    font-size: 14px;
    color: #666;
}

.blog-editor-actions {
    display: flex;
    gap: 12px;
}

.btn-primary,
.btn-secondary {
    border: 0;
    border-radius: 8px;
    padding: 11px 18px;
    cursor: pointer;
    font-size: 15px;
}

.btn-primary {
    background: #1f6feb;
    color: #fff;
}

.btn-secondary {
    background: #e9e9e9;
    color: #222;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .blog-editor-window {
        width: 100vw;
        height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .blog-editor-grid {
        grid-template-columns: 1fr;
    }
}
.blog-image-picker {
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: 20px;
    align-items: start;
}

.blog-image-select-wrap select {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
}

.blog-image-preview-wrap {
    min-height: 220px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.blog-image-preview-wrap img {
    max-width: 100%;
    max-height: 260px;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}

.blog-image-preview-empty {
    color: #777;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 900px) {
    .blog-image-picker {
        grid-template-columns: 1fr;
    }
}
.form-group-small {
    max-width: 220px;
}
.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-row .form-group {
    flex: 0 0 auto;
    min-width: 200px;
}
label {
    margin-top: 14px;
}
.form-group input[type="date"]{
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    box-sizing: border-box;
}
.ck-editor__editable {
    min-height: 60vh;
}
#saveBlogEditor {
  border-radius: 5px;
  min-width: 150px;
  padding: 3px;
}
#cancelBlogEditor {
  border-radius: 5px;
  min-width: 150px;
  background-color: #ffc1c1;
  padding: 3px;
}
.newRow {
  display: block;
  margin-top: 15px;
}
.spaceOut {
  margin: 3px 15px;
    padding: 12px 14px;
    font-size: 15px;
}
.BlogVerwaltung {
  margin: 0px 15px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background-color: #00699829;
  padding: 12px 14px;
  font-size: 15px;
  box-sizing: border-box;
}       

/* Modal eigenes */

.fade-out {
  opacity: 0;
  transform: scale(0.98);
  height: 0;
  margin: 0;
  overflow: hidden;
  transition:
    opacity 0.4s ease !important,
    transform 0.4s ease !important,
    height 0.4s ease !important,
    margin 0.4s ease !important;  /* ← nur 0.4 Sekunden! */
}

.DateFloat {
  margin-top: 2px;
  float: right;
}

.FooterLogo {
  width:130px;
  height:auto;
}
.text_white {
  color: #fff;
}
.product_price_big {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.UserTop {
  font-size: 0.8em;
  line-height: 0.8;
  color: #687188;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;     /* macht den Kreis */
  display: inline-block;  /* damit width/height wirken */
}
.ampelText {
  font-size: 0.8em;
}
.red {
  background-color: red;  /* Wunschfarbe */
}
.orange {
  background-color: orange;  /* Wunschfarbe */
}
.green {
  background-color: green;  /* Wunschfarbe */
}

.breadcrumb_section.page-title-mini {
  padding: 7px 0;
  margin-top: -25px;
  margin-bottom: 15px;
}

.link-button {
  background: none;
  border: none;
  padding: 0 20px;
  margin: 0;
  color: #006998;          /* deine Linkfarbe */
  font-size: 1.2em !important;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.link-button:hover {
  text-decoration: underline;
  color: #006998;          /* optional Hoverfarbe */
}
.link-button.active {
  text-decoration: underline;
  color: #006998;          /* optional Hoverfarbe */
}
.link-list {
  display: flex;
  gap: 15px;        /* Abstand zwischen den Links */
  padding: 0;
  margin: 0;
  list-style: none;
}
li.page-item.akt {
  background-color: #999;
  color: red;
}
.button {
    color: #fff;
    font-weight: normal;
    height: 25px;
    width: 378px;
    margin: 0px 5px 1px 4px;
    padding: 3px 10px 3px 10px;
    background-color: #006998 !important;
    border: 2px solid #006998;
    border-radius: 10px;
}
.killWKContent {
    color: #fff;
    font-weight: normal;
    margin: 0px 5px 1px 4px;
    padding: 3px 10px 3px 10px;
    background-color: #ff4747 !important;
    border: 2px solid #006998;
    border-radius: 10px;
}

/* Zebra Dialog */
.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
    width: 450px;
    z-index: 1001;
    top: 220px !important;
    border: 1px solid #DEDEDE;
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
}

.ZebraDialog .ZebraDialog_Title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #FFF;
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
    background: #FFF;
}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 10px;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
    background: #FFF;
    padding: 10px 5px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.ZebraDialog .ZebraDialog_Buttons:after     { clear: both }
.ZebraDialog .ZebraDialog_Buttons           { zoom: 1 } /* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #444
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #888;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
    color: #000;
}

.ZebraDialogOverlay {
    background: #666;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body {
    overflow: auto;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 30px;
    min-height: 64px;
    _height: 64px;
}

/*
.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('confirmation.png'); background-position-y: 82px; }
.ZebraDialog .ZebraDialog_Error         { background-image: url('error.png'); background-position-y: 82px;        }
.ZebraDialog .ZebraDialog_Information   { background-image: url('information.png'); background-position-y: 82px;  }
.ZebraDialog .ZebraDialog_Question      { background-image: url('question.png'); background-position-y: 82px;     }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('warning.png'); background-position-y: 82px;      }
*/

.ZebraDialog .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #516270;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
    zoom: 1;
    display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('../styles/preloader.gif') no-repeat center center;
}