@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
* {
  padding: 0;
  margin: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  color: #222;
  background-color: #222;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[data-wenk]:after {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: none !important;
  color: #ccc !important;
}

h2 {
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}

p {
  font-size: 18px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #595959;
}

.wrapper {
  display: table;
  width: 100%;
  height: 500px;
}

.container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

form {
  position: relative;
}

.slider {
  position: absolute;
  left: 50%;
  margin-left: -101px;
  top: 10px;
  opacity: 0;
  cursor: e-resize !important;
}

.inputNumber {
  position: relative;
  margin-bottom: 20px;
  width: 200px;
  height: 35px;
  padding: 3px 6px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  cursor: e-resize !important;
}

.ui-slider {
  height: 40px !important;
  top: 0px !important;
  border-radius: 5px !important;
  cursor: e-resize !important;
}

.ui-slider-handle {
  background: red !important;
  height: 40px !important;
  top: -1px !important;
  outline: none !important;
  cursor: e-resize !important;
}

.black {
  border: 2px solid #333;
  background: #222;
  color: #fff;
}

.green {
  border: 2px solid #333;
  background: #407975;
  color: #fff;
}

.red {
  border: 2px solid #333;
  background: #794044;
  color: #fff;
}
