html {
  position: relative;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}

body {
  margin-bottom: 60px;
  background-color: whitesmoke;
  font-family: "Poppins", sans-serif;
  min-width: 300px;
}

.body_container{
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 50px;
}

nav{
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 1em;
  height: 50px;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.input_danger_style_1{
  font-size: 12px;
  padding: 2px 20px;
  color: darkred;
}

.input_danger_style_2{
  font-size: 12px;
  padding: 2px 10px;
  color: darkred;
}

.offer_fieldset{
  border: 1px solid cornflowerblue;
  border-radius: 15px;
  padding: 10px;
}

.offer_fieldset_legend{
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  margin-top: -20px;
  background:white;
  text-transform: uppercase;
}

.form-group_row{
  display: block;
  float: left;
  width: 100%;
}

.form-group {
  position: relative;
  width: 50%;
  padding: 5px 10px;
  float: left;
  margin-top: 5px;
}

.form-input {
  width: 100%;
  padding: 8px 10px 5px 10px;
  font-size: 12px;
  border: 1px solid gainsboro;
  border-radius: 5px;
  outline:none;
  background-color: white;
}

.form_group_wid_3{
  width: 33.33%;
}

.form-label {
  position: absolute;
  top: 12px;
  left: 20px;
  background:white;
  padding: 0 4px;
  color: #888;
  transition: 0.2s ease all;
  pointer-events: none;
  font-size: 12px;
}

.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
  top: -1px;
  font-size: 9px;
  padding-left: 6px;
  padding-right: 6px;
  color: dimgrey;
}

.top_preis_container{
  background-color: darkred;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 9px;
  color:white;
  float: right;
  margin-left: 5px;
  border-radius: 5px
}

.nav_drop_open{
  visibility: visible !important;
  opacity: 1 !important;
}

.img_nav{
  width: 16px;
  height: auto;
  margin-right: 5px;
  margin-top: -2px;
}

.Shadow{
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.nav_dopr{
  position: absolute;
  background-color: white;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  width: auto;
  right: 15px;
  top: 50px;
  z-index: 100;
  opacity: 0;
  transition: 0.2s ease-in;
  visibility: hidden;
}

.nav_dopr_item{
  width: 100%;
  padding: 10px 20px;
  /* float: left; */
  display: block;
  text-decoration: none;
  font-size: 12px !important;
  color: dimgray;
  transition: 0.3s ease-in-out;
}

.nav_dopr_item:hover{
  cursor: pointer;
  background-color: cornflowerblue;
  color: white;
}

#logo{
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  color: #ffff;
}

.nav_checkbox{
  appearance: none;
  -webkit-appearance: none;
}

nav ul{
  list-style: none;
  display: flex;
  gap:1em;
  margin-top: 15px;
}

nav ul li button{
  color: black;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0.5em;
  border: 0px;
  background: transparent;
  transition: color 0.3s ease-in-out;
}

nav ul li button:hover{
  /* background-color: #333333;
  border-radius: 0.5em; */
  cursor: pointer;
  color: cornflowerblue !important;
}

.active{
  border-bottom: 2px solid #ffffff;
}

nav label{
  display: none;
}

.nav_first_a{
  margin-top:0px;
}

.data_container{
  width: 100%;
  display: block;
  float: left;
}

.data_container_mn{
  overflow: auto;
  padding: 0px 10px;
  height: calc(100vh - 135px);
  width: 100%;
  display: block;
  float: left;
}

.inp_st_1{
  width: 150px;
  border-radius: 20px;
  padding: 6px 15px;
  background-color: white;
  border: 1px solid gainsboro;
  color: dimgray;
  font-size: 12px;
  transition: 0.2s ease-in;
  min-height: 31.6px;
}
/* 
.inp_st_2{
  width: 150px;
  border-radius: 20px;
  padding: 6px 15px;
  background-color: white;
  border: 1px solid gainsboro;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
} */

/* .inp_st_2 option{
  background-color: white;
  color: dimgray;
} */

.wid_200{
  width: 250px;
}

.stock_data_table th{
  padding: 0px 10px;
  color:dimgray;
  background-color: whitesmoke;
  position: sticky;
  top:0;
  z-index: 90;
  padding-bottom: 5px;
}

.new_added_cnt{
  background-color: darkgreen;
  position: absolute;
  top: -5px;
  font-size: 8px;
  padding: 0px 5px;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
}

.st_table_ico{
  color: dimgray;
  font-size: 18px;
  transition: 0.1s ease-in;
}

.lang_ico_2{
  margin-left: 3px;
  font-size: 14px;
}

.st_table_ico:hover{
  cursor: pointer;
}

#st1_b{
  color: cornflowerblue;
}

#st2_b{
  color: darkgreen;
}

#st1_b:hover{
  color: cadetblue;
  transform: scale(1.05);
  cursor: pointer;
}

#st2_b:hover{
  color: green;
  transform: scale(1.05);
  cursor: pointer;
}

#st3_b{
  color: cornflowerblue;
}

#st3_b:hover{
  color: cadetblue;
  cursor: pointer;
}

.st_l_mn_c{
  float: left;
  width: auto;
}

.fl_r{
  float: right;
}

.dt_height{
  height: 85px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.options_h1{
  width: 100%;
  height: auto;
  float: left;
  display: block;
}

.mrg_t_pagging{
  margin-top: 10px;
}

.cstm_inp{
  border: 1px solid gainsboro;
  background-color: white;
  border-radius: 20px;
  padding: 2px 10px;
  width: 250px;
  transition: 0.2s ease-in;
  height: 31.6px;
}

.cstm_inp i{
  font-size: 14px;
  color: cornflowerblue;
}

.cstm_inp input{
  border: none;
  outline: none !important;
  background-color: transparent;
  font-size: 12px;
  color: dimgray;
  vertical-align: middle;
  width: calc(100% - 30px);
  padding-left: 5px;
}

.stPh_fl{
  display: none !important;
}

.st_2_mn_c{
  float: right;
  width: auto;
}


.pdg_top_10{
  padding-top: 10px;
}

.text_paging{
  font-size: 12px;
  color: dimgray;
  font-weight: bold;
  vertical-align: top;
  height: 18px;
  display: inline-block;
  padding-top: 3px;
}

.str_btns{
  font-size: 18px;
  background-color: transparent;
  color: dimgray;
  transition: 0.10s ease;
}

.details_kontakt_cnt1{
  width: 100%;
  margin-top: 10px;
  float: left;
  display: block;
}

.kontakt_input_style{
  border: 1px solid gainsboro;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 13px;
  width: 100%;
}

.img_details_container{
  width: 50%;
  float: left;
}


.konakt_mn_ln_cnt{
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Container_title_contact{
  width: 100%;
  float: left;
  /* margin-top: 20px; */
  margin-bottom: 10px;
  padding:15px;
}

.Title_contact_bg{
  font-size: 22px;
  color: dimgray;
  font-weight: bold;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.Title_contact_sm{
  font-size: 14px;
  color: gray;
  width: 100%;
  float: left;
}

.kontakt_form_send_button{
  margin-top: 15px;
}

.kontakt_ph_cn1t{
  width: 100%;
  float: left;
  display: block;
  margin-top: 10px;
}

.kontakt_name_srname{
  display: flex;
  justify-content: center;
}

.kontakt_name_srname_inner{
  width: auto;
  background: whitesmoke;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  margin-top: -25px;
  box-shadow: 0 .25rem .75rem dimgray;
}

.ERROR_send_message{
  display: block;
  width: 100%;
  float: left;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 12px;
  color: white;
}

.kontakt_form_container{
  width: 50%;
  float: left;
  padding: 30px;
}

.recaptcha_cnt{
  display: block;
  float: left;
  width: 100%;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.kontakt_form_container_inner{
  padding: 30px;
  float: left;
  margin: auto;
  border: 1px solid gainsboro;
  background: whitesmoke;
  border-radius: 5px;
  margin-top: 10px;
}

.kontakt_img{
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}

#Outer_StFl{
  float: left;
  width: calc(100% - 190px);
}

.str_btns:hover{
  cursor: pointer;
  color: cornflowerblue;
}

.pagination_disabled{
  pointer-events: none;
  color: gainsboro;
}

.pdl_10{
  padding-left: 10px;
}

.disabled{
  pointer-events: none;
  background-color: gainsboro;
}

/* .inp_st_1:focus{
  border-color: cornflowerblue;
  cursor: pointer;
}  */

.inp_st_1:hover{
  border-color: cornflowerblue;
  cursor: pointer;
} 


.fl_ph_btn_ct{
  margin-bottom: 30px;
}

.fl_ph_btn_ct button{
    float: right;
    border: 1px solid gainsboro;
    border-radius: 10px;
    padding: 6px 20px;
    color: white;
    margin-right: 15px;
    transition: 0.2s ease-in;
    font-size: 14px;
}

.contact_formular_title{
  width: 100%;
  float: left;
  color: dimgray;
  font-size: 15px;
  margin-bottom:15px;
}

.contact_ph_xc1{
  width: auto;
  padding: 10px 20px;
  float: left;
  background-color: whitesmoke;
  border-radius: 20px;
  margin:10px;
  transition: 0.3s ease-in;
  text-decoration: none !important;
  font-size: 14px;
  color: dimgrey;
  font-weight: bold;
}

.contact_ph_xc1:hover{
  transform: scale(1.05);
  cursor: pointer;
  color: cornflowerblue;
}

.contact_ph_xc1 i{
  margin-right: 10px;
}

.det_btn_of{
  margin-top: 0px;
  float: left;
  color: dimgray;
  background:whitesmoke;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid gainsboro;
  border-radius: 10px;
  padding: 6px 20px;
  margin-right: 10px;
  transition: 0.2s ease-in;
  font-size: 14px;
}

.det_btn_of:hover{
  cursor: pointer;
  background: gainsboro;
}

.close_details_button{
  float: right;
  border: 1px solid gainsboro;
  border-radius: 10px;
  padding: 6px 20px;
  color: white;
  margin-right: 15px;
  transition: 0.2s ease-in;
  font-size: 14px;
  background-color: cornflowerblue;
  margin-top: 30px;
  margin-bottom: 5px;
}

.disp_inline{
  display: inline;
}

.close_details_button:hover{
  cursor: pointer;
  background-color: cadetblue;
}

.fl_ph_clear_btn{
  background-color: whitesmoke;
  color: black !important;
}

.fl_ph_close_btn{
  background-color: cornflowerblue;
}

.fl_ph_clear_btn:hover{
  background-color: gainsboro !important;
}

.fl_ph_close_btn:hover{
  background-color: cadetblue !important;
}

.stock_data_table{
  width: 100%;
  color: dimgray;
  font-size: 10px;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.stock_data_table .tr_hover{
  background-color: white;
  transition: 0.12s ease-in;
}

.stock_data_table .tr_hover:hover{
  transform: scale(1.003);
  box-shadow: 0 .25rem .75rem gainsboro;
}

.stock_data_table td{
  padding: 10px;
  border: none;
}

.stock_data_table_pricetd{
  color: darkred;
  font-weight: bold;
  font-size: 11px;
}

.customtooltip {
  position: relative;
}

.captchat{
  transform: scale(0.95);
  margin-left: -10px;
}

.customtooltip .customtooltiptext {
  visibility: hidden;
  width: max-content;
  max-width: 200px;
  min-width: 40px;
  background-color: gainsboro;
  color: black;
  font-weight: normal;
  opacity: 0.95;
  text-align: left;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 150;
  top: 10px;
  display: block;
  padding: 5px 8px;
  right: 18px;
}


#Sort_cnt{
  width: 180px;
}

.FilterBtnPh{
  width: 100%;
  padding: 6px 15px;
  background-color: white;
  border: 1px solid gainsboro;
  color: dimgray;
  font-size: 12px;
  color: black;
  font-weight: bold;
  text-align: center;
  height: 40px;
}

.FilterBtnPh:hover{
  border-color: cornflowerblue;
  cursor: pointer;
}

.refresh_btn_st1{
  border-radius: 15px;
  padding: 2px 12px;
  background-color: darkgreen;
  color:white;
  border: 1px solid gainsboro;
  font-size: 12px;
  margin-top: 10px;
  transition: 0.2s ease-in;
}

.refresh_btn_st1:hover{
  cursor: pointer;
  background-color: green;
}

.export_btn_st1{
  border-radius: 15px;
  padding: 2px 12px;
  background-color: whitesmoke;
  color:dimgray;
  border: 1px solid gainsboro;
  font-size: 12px;
  margin-top: 10px;
  transition: 0.2s ease-in;
  margin-left: 10px;
}

.export_btn_st1:hover{
  cursor: pointer;
  background-color: gainsboro;
}

.refresh_ico{
  color:white;
  margin-right: 4px;
}


.customtooltip .customtooltiptext ul{
  margin-bottom: 0px;
  padding-left: 15px;
}

.customtooltip:hover .customtooltiptext {
  visibility: visible;
}

.ph_fot_x1{
  display: none !important;
  width: 50%;
  float: left;
}

.report_table_data_header{
  font-size: 11px;
  font-weight:bold;
  color:dimgray;
  width: 100%;
  padding:10px;
  display:block;
  float: left;
  text-transform: uppercase;
  margin-top: 10px;
}

.title_details{
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

.report_tables_container{
  display: block;
  float: left;
  width: 100%;
  padding:10px;
  padding-top: 0px;
}

.report_grid{
  display: grid;
  width: 100%;
  grid-template-columns: 20% 28% 4% 20% 28%;
}

.report_grid_eq{
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
}

.report_grid_eq_child{
  font-size: 11px;
  border-bottom: 1px solid gainsboro;
  padding:5px;
  text-align: left;
}

.report_grid_child_header{
  color:dimgray;
  font-size: 12px;
  border-bottom: 1px solid gainsboro;
  padding:5px;
}

.report_grid_child{
  font-size: 12px;
  border-bottom: 1px solid gainsboro;
  padding:5px;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1250px)
{
  .hide1250{
    display: none;
  }

  #Model_Select{
    width: 200px;
  }

  #Version_Select{
    width: 200px;
  }

  .cstm_inp{
    width: 200px;
  }

  .dt_height{
    padding-left: 10px;
    padding-right: 10px;
  }

  .wid_200{
    width: 200px;
  }
}

@media screen and (max-width: 1150px)
{
  .kontakt_form_container{
    padding-top: 0px;
  }
}

@media screen and (max-width: 1050px)
{
  .img_details_container{
    width: 100%;
  }

  .kontakt_form_container{
    width: 100%;
    padding-top: 20px;
  }

  .wid_200{
    width: 170px;
  }
}



@media screen and (max-width: 1000px)
{
  .hide1000{
    display: none !important;
  }

  .A38h_1000{
    height: 38.6px !important;
  }

  .inp_st_1{
    transition: unset;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .FilterBtnPh{
    font-size: 14px;
  }

  #Ref_inp{
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pdr_10{
    padding: 0px;
    width: 50%;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  }

  #Sort_cnt{
    width: 100%;
    border-radius: 0px;
    color: black;
    font-weight: bold;
    text-align: center;
    height: 40px;
  }

  .dt_height{
    padding: 0px;
  }

  .stPh_fl{
    display: block !important;
    width: 50%;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  }

  nav{
    box-shadow: unset;
  }

  .padg_op_2{
    padding-left: 10px;
    padding-right: 10px;
  }

  #Outer_StFl{
    width: unset;
  }

  #StFl{
    width: 100%;
    float: left;
    visibility: hidden;
  }

  .fl_wid_100{
    width: 100%;
    padding:0px;
    padding-bottom: 20px;
  }

  .inp_1_flP{
    width: 100% !important;
  }

  .refresh_btn_st1{
    display: none;
  }

  .str_btns{
    font-size: 23px;
  }
  .text_paging{
    font-size: 13px;
  }

  .st_table_ico{
    font-size: 18px;
  }

}

@media screen and (max-width: 750px)
{
  .new_added_cnt{
    display: none;
  }

  nav label{
    display: block;
  }

  nav ul{
    position: absolute;
    flex-direction: column;
    align-items: center;
    left: -100%;
    background-color: white;
    gap: 1em;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    transition: 0.5s;
    margin-top:0px;
    z-index: 105;
    padding: 0px;
  }

  .nav_first_a{
    margin-top:20px;
  }

  .nav_dopr{
    position: unset;
    box-shadow: unset;
    margin-top: 0px;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    color: black;
    background-color: whitesmoke;
    width: 100vw;
    transition: 0.3s ease-in;
    margin-top: 10px;
    visibility: none;
  }

  .nav_drop_open{
    visibility: visible !important;
    opacity: 1;
  }

  .nav_dopr_item:hover{
    background: transparent;
    color: cornflowerblue;
  }

  .nav_dopr_item{
    font-size: 16px !important;
  }

  /* nav ul a:hover{
    border-bottom: 1px solid white;
    transition: 0.2s;
    border-radius: 0px;
    background-color: unset;
    transform: unset;
  } */

  nav ul li{
    margin-top:10px;
  }

  .lang_ico_2{
    font-size: 16px;
  }

  nav ul li button{
    font-size: 18px;
  }

  nav ul a{
    font-size: 16px;
    cursor: pointer;
  }

  .nav_checkbox:checked ~ ul{
    left:0;
  }

  .stock_data_table{
    font-size: 13px;
  }

  .stock_data_table > thead{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .tr_hover{
    display: block;
    border: 1px solid var(--websitegrey);
    border-radius: 4px;
    border-top: 0px;
    margin:0px;
    padding: 10px;
    margin-top: 20px;
  }

  .tr_hover > td {
    display: block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid gainsboro;
  }
  
  .tr_hover > td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      color: var(--websitegrey2);
      font-size: 11px;
      padding-right: 6px;
  }

  .export_btn_st1 {
    background-color: darkgreen;
    font-size: 13px;
    padding: 3px 20px;
    color: white;
    font-weight: bold;
    margin-left: 0px;
  }

  .whi_1{
    color: white !important;
  }

  .export_btn_st1:hover{
    background-color: green;
  }

  .show750{
    display: block;
  }

  .dt_height{
    border-bottom: 1px solid gainsboro;
  }

  .hide_tooltip{
    display: none;
  }

  .ph_fot_x1{
    display: block !important;
  }

  .ph_fot_x1 button{
    width: 45%;
    float: left;
    border: 1px solid gainsboro;
    background-color: cornflowerblue;
    color: white;
    text-align: center;
    pad: 5px 5px;
    font-size: 14px;
    border-radius: 10px;
    padding: 6px;
    transition: 0.2s ease;
    white-space: nowrap;       
    overflow: hidden;           
    text-overflow: ellipsis;
  }

  .ph_fot_x1 button:hover{
    background-color: cadetblue;
  }
  
  .div_space{
    display: inline;
    float: left;
    width: 10%;
    height: 10px;
  }

  .brdr_top{
    border-top: 0px !important;
  }

  .img_nav{
    margin-top: -3px;
  }

  .stock_data_table_pricetd{
    font-size: 13px;
  }

  .report_data_disp_none{
    display: none;
  }

  .report_grid{
    grid-template-columns: 45% 55%;
  }

  .report_grid_eq{
    grid-template-columns: 100%;
  }

  .report_grid_eq_child{
    padding-left: 5px;
    padding-right: 5px;
  }



}


@media screen and (max-width: 550px)
{
  .img_details_container{
    width: 100%;
  }

  .form-group{
    width: 100% !important;
  }

  .kontakt_form_container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .contact_ph_xc1
  {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .kontakt_ph_cn1t{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 500px){
  .ph_fot_x1 button{
    width: 100%;
    margin-bottom: 5px;
  }
  .div_space{
    display: none;
  }
}


@media screen and (max-width: 450px){
  .data_container_mn{
    padding: 0px;
    overflow-x: hidden;
  }

  .report_table_data_header{
    padding-left: 5px;
    padding-right: 5px;
  }

  .report_tables_container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .top_preis_container{
    display: none;
  }

  .kontakt_form_container_inner{
    padding: 20px;
  }
}

@media screen and (max-width: 380px){
  .captchat{
    transform: scale(0.85);
    margin-left: -20px;
  }
}


@media screen and (max-width: 350px){
  .export_btn_st1{
    display: none;
  }

  .kontakt_form_container_inner{
    padding: 10px;
  }
}

@media screen and (max-width: 320px){
  .kontakt_form_container_inner{
    display: none;
  }
}




@keyframes Opacity {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}