body {
  font-family: Fira Sans, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #04495E;
  background-color: OldLace;
  width: 100%; /* Stellt die Breite auf 80% der Gesamtbreite des Viewports ein */
  margin: 0 auto; /* Zentriert den Inhalt horizontal */
}
html,body {
  scroll-behavior: smooth;
}
.border{ border: 1px solid #bbb; }
.bbt{ 
  border-top: 1px solid #dee2e6; 
  border-bottom: 1px solid #dee2e6; 
}
.border-bottom{ border-bottom: 1px solid #dee2e6;  }
.border-success{ border: 1px solid #458955 ; }
.border-radius{ border-radius: 5px;}
.b_rad025em{  border-radius: 0.25em; }
.font13{  font-size: 13px; }
.font14{  font-size: 14px; }
.font15{  font-size: 15px; }
.font16{  font-size: 16px; }
.font18{  font-size: 18px; }
.color-red{  color:red; }
.bold{  font-weight: 700; }
.d-flex{  display: center; }
.d-none{ display: none; }
.d-block{ display: block; }
.space-between{  justify-content: space-between; }
.space-around{ justify-content: space-around; }
.align-center{  align-items: center; }
.box-shadow{ box-shadow: 0 0 20px rgb(0 0 0 / 35%); }
.desktop-nowrap{ white-space: nowrap; }
.nowrap{ white-space: nowrap; }
.color-gray{ color:#818a91; }
.text-right{ text-align: right; }
.backlightgray{ background-color: #f9f9f9;}
.padding10{ padding:10px; }
.padding5-10{ padding: 5px 10px; }
.height100{ height:100%; }
.height100-mb{ height : calc(90% - 10px); }
.width100{ width:100%; }
.m-bot10{ margin-bottom: 10px; }
.m-bot5{ margin-bottom: 5px; }
.m-lr5{ margin-left: 5px;margin-right: 5px;}
.m-tb10{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ========= cookie banner ===================== */
.padding13-20 {
    padding: 13px 20px;
}    
.padding20 {
    padding: 20px;
}    
.align-center {
    display: flex;
    align-items: center;
}
.spaceBetween {
    display: flex;
    justify-content: space-between;
}
.myCheck {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    margin-top: -8px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.myCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #04495E;
    border-radius: 50%;
}

.myCheck:hover input~.checkmark {
    background-color: coral;
}

.myCheck input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.myCheck input:checked~.checkmark:after {
    display: block;
}

.myCheck .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#payment #paypalBtn{
  display: inline-block;
  width: 200px;
}
.cartIn:disabled{
  background-color: #d2d2d2 !important;
  border-color: #a5a5a5 !important;
}
.product-star:disabled i{
  color: #d2d2d2 !important;
}
.product-star:disabled{
  border-color: #a5a5a5 !important;
}
.hr-small-margin{
  margin-top: 5px;
  margin-bottom: 5px;
}
.htmleditor p{
  margin-bottom: 2px !important;
}
.success-message{
  margin-bottom: 10px;
  padding:10px;
  background: #e9f9e8;
  border-color: #b3ecbf;
  color: #00a005;
}
.error-message{
  margin-bottom: 10px;
  padding:10px;
  background-color: #fae8e8;
  border-color: #faa19f;
  color: #a94442;
}
.info-message{
  margin-bottom: 10px;
  padding:10px;
  background-color: #daf3ff;
  border-color: #93dbff;
  color: #004567;
}
.bg-primary{
  color: #fff !important;
  background-color: #04495E !important;
}
.bg-success{
  color: #fff !important;
  background-color: Teal !important;
}
.sm-btn{
  padding:1px 15px;
}
.btn-primary{
  background-color: #04495E;
  border-color: Teal;
}
.btn-primary:hover{
  background-color: DarkCyan;
  border-color: #314661;
}
.btn-success{
  background-color: #04495E;
  border-color: #458955;
}
.btn-success:hover{
  background-color: Teal;
  border-color: #23442b;
}
.btn-success:disabled{
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
}
.btn-primary-custom{
  padding: 6px 10px;
  background-color: #04495E;
  border-color: #2d6da3;
  color: white;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-primary-custom:hover{
  color: white;
  background-color: black;
}
.btn-primary-custom:disabled{
  background-color: #04495E !important;
  border-color: #191919 !important;
}
a{
  color:SlateGrey;
}
a:hover{
  color: Coral;
  text-decoration: none !important;
}
.responsive_table table td{
  white-space: nowrap;
}
.responsive_table{
  padding: 0px 15px;
  overflow: auto;
}
#data_table td{
  vertical-align: middle;
  padding: 5px;
}
.mobile_show{
  display: none;
}
.ticket_status{
  padding:2px 8px;
  border-radius: 3px;
  color:white;
}
.red_status{
  background-color: #b36262;
}
.light_red{
    background-color: rgb(247, 55, 55);;
}
.blue_status{
  background-color: #8e969e;
}
.yellow_status{
  background-color: #d1ac54;
}
.green_status{
  background-color: #67a162;
}
.wdith100_img_div{
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
  background-color: FloralWhite !important;
}
.img_div{
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-color: FloralWhite !important;
}
.maxwh-100-img{
  max-height: 100%;
  max-width: 100%;
}
.left-border{
  border-left: 1px solid #bbb;
}
.main_parts{
  margin-top:20px;
  margin-bottom:20px;
}
.custom-link {
  color: #04495E;
}
.advertise iframe{
  max-width: 100%;
}
.pageup-btn{
  position: fixed;
  bottom:20px;
  left: 20px;
  padding:15px;
  background-color: snow;
  color: rgb(107, 107, 107);
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 12px 18px rgb(0 0 0 / 35%);
  display: none;
}
.pageup-btn.visible{
  display: block;
}
.featureUl{
  padding-left: 20px;
  margin-bottom: 2px;
}
.part-title{
  font-size: 20px;
  color:#04495E;
  font-weight: 600;
  margin-bottom:10px;
}
.product-marker{
  position: absolute;
  top:15px;
  left:0px;
  z-index: 50;
}
.marker{
  margin: 2px 0px;
  text-transform: uppercase;
  color:white;
  font-weight: 600;
  padding:1px 6px;
  display: inline-block;
  text-align: center;
}
.new-marker{
  background-color: #c8af7b;
  opacity: 0.8; /* Transparenz */
}

.top-marker{
  background-color: #46648c;
  opacity: 0.8; /* Transparenz */
}

.sale-marker{
  background-color: #b75a64;
  opacity: 0.8; /* Transparenz */
}

.fsk18-marker{
  background-color: #5d2e32;
  opacity: 0.8; /* Transparenz */
}

.saleBack{
  background-color: #b75a64 !important;
  color: white !important;
}
.newBack{
  background-color: #c8af7b !important;
  color: white !important;
}
.topBack{
  background-color: FireBrick !important;
  color: white !important;
}
#header_last .dropdown-toggle::after{
  display: none !important;
}
/* ============= stripe ======================= */
#payment_modal_responsive .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
#payment_modal_responsive .panel-default {
  border: 1px solid #ddd;
}
#payment_modal_responsive .panel-heading {
  padding: 10px 15px;
  background-color: #f5f5f5;
  display: flow-root;
}
#payment_modal_responsive .row {
  margin-bottom: 0px;
}
#payment_modal_responsive .row {
  display: flow-root;
}
#payment_modal_responsive .panel-title {
  font-size: 16px;
}
#payment_modal_responsive .pull-right {
  float: right;
}
#payment_modal_responsive .panel-body {
  padding: 15px;
}
#payment_modal_responsive .input-group-addon {
  background-color: #eee;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#payment_modal_responsive .col-xs-7.col-md-7 {
  float: left;
}
/* ============================================================= */
.leftHeader{
  border-radius: 0.25em 0.25em 0 0;
  background-color: NavajoWhite;
  font-weight: 600;
}
.leftFooter{
  border-radius: 0 0 0.25em 0.25em;
  background-color: #04495E;
}
.leftEach .sale-each:hover{
  border: none !important;
}
.leftEach .product-detail{
  height: auto !important;
  margin-bottom: 0px !important;
}
.leftEach .sale-each .product-title{
  height: auto !important;
}
.leftEach .product-main-img{
  height: 100px !important;
}
.leftItem{
  display: block;
  color:#04495E;
  border-bottom: 1px solid rgb(212, 212, 212);
}
.leftItem:hover{
  background-color: rgb(241 241 241);
  color:black;
}
/* ============= Pagenation and sorting ====================== */
.pagination-here {
  display: inline-block;
  margin-bottom: 0px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: Floralwhite;
  border: 1px solid #04495E;
  margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #04495E;
  border-color: #04495E;
  cursor: default;
}
.sort_order {
  display: flex;
  color: black;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.sort, .order {
  position: relative;
  margin-bottom: 10px;
}
.order{
  margin-left: 10px;
  margin-right: 10px;
}
.sort_title, .sort_value, .sort_icon, .order_title, .order_value {
  padding: 4px 10px;
}
.sort_title, .sort_icon, .order_title {
  background-color: NavajoWhite;
}
.sort_title, .order_title {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sort_value, .order_value {
  background-color: NavajoWhite;
}
.sort_detail {
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 5px;
  background-color: #04495E;
  display: none;
}
.sort_detail div {
  border: 1px solid lightgray;
  padding: 5px 10px;
}
.sort_detail div:hover {
  background-color: SandyBrown;
  cursor: pointer;
  color: black;
}
.sort_icon:hover, .sort_value:hover, .order_value:hover {
  cursor: pointer;
}
.design_btn{
  margin-right: 3px;
  padding: 4px 8px;
}
.design_btns{
  margin-bottom: 10px;
}
.product-main-img1 {
    width: 116%;
    max-height: 92px;
    /* object-fit: contain; */
}
/* Standard-Styles f�r Desktop-Ger�te */
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.btn{
  border: solid 1px;
}

/* Styles f�r mobile Geraete */
@media screen and (max-width: 768px){
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
}
@media (max-width: 540px){
  body {
    padding-top: 50px;
  }
  .mobile_show{
    display: block;
  }
  .mobile_hide{
    display: none;
  }
  .mobile-mb-10{
    margin-bottom: 10px;
  }
  .left-border{
    border-left: none;
  }
  .mobile-colum{
    flex-direction: column;
  }
  .mobile-mtb10{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .desktop-nowrap{ white-space: normal; }
  .sort_order{
    flex-direction: column;
  }
  .responsive_table{
      padding: 0px;
  }
}
@media (min-width: 540px){  
  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
}