#kwkk_table_app h2 {
  margin-bottom: 1.5rem;
}

#kwkk_table_app .step {
  padding: 1.75rem 0;
}

#kwkk_table_app button,
#kwkk_table_app div.button {
  background-color: rgb(16, 88, 229);
  cursor: pointer;
  padding: 0.25rem 1rem;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
}

#kwkk_table_app .btn-kwkk-back {
  border: 1px solid #808080;
  color: #808080;
  background-color: transparent;
  margin: 1rem 0;
}

#kwkk_table_app .chooseTemperature {
  padding-top: 1.5rem;
}

#kwkk_table_app .radioContainer label {
  display: block;
  margin-bottom: 1rem;
}

#kwkk_table_app .powerContainer {
  margin-bottom: 1.5rem;
  width: 100%;
}

#kwkk_table_app .powerContainer strong:first-child {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

#kwkk_table_app .powerContainer input {
  flex-shrink: 1;
  margin-right: 1rem;
  border: 1px solid rgb(16, 88, 229);
  border-radius: 5px;
  font-size: 16px;
  padding: 0.25rem;
}

#kwkk_table_app .powerTolerance {
  margin: 0.75rem 0;
}

#kwkk_table_app .powerTolerance label {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}

#kwkk_table_app .kwkkTable,
#kwkk_table_app .kwkkTableStatic {
  margin: 1.5rem auto;
  width: 100%;
}

#kwkk_table_app .kwkkTableHead {
  background-color: #808080;
  color: #fff;
}

#kwkk_table_app .th_kaelteleistung,
#kwkk_table_app .th_hersteller {
  cursor: pointer;
  position: relative;
}

#kwkk_table_app .th_kaelteleistung::after,
#kwkk_table_app .th_hersteller::after,
#kwkk_table_app .th_kaelteleistung.desc::after,
#kwkk_table_app .th_hersteller.desc::after {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  right: 1px;
  top: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
  border-bottom: 0px solid transparent;
}

#kwkk_table_app .th_kaelteleistung.active::after,
#kwkk_table_app .th_hersteller.active::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0px solid transparent;
}

#kwkk_table_app .th_kaelteleistung.active.asc::after,
#kwkk_table_app .th_hersteller.active.asc::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0px solid transparent;
}

#kwkk_table_app .th_kaelteleistung.active.desc::after,
#kwkk_table_app .th_hersteller.active.desc::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 5px solid #ffffff;
}
