/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.bewerbertag {
  overflow: hidden;
}
.bewerbertag .message h2 {
  padding: 15px;
  border: 1px solid #222;
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 45px;
  color: #222;
  text-transform: none;
}
.bewerbertag label {
  color: #202020;
  font-size: 18px;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 26px;
  display: block;
  border: 2px solid #6082ad;
  padding: 10px 12px;
  width: 160px;
  font-weight: 700;
  background-color: #eef1f4;
  cursor: pointer;
}
.bewerbertag input:checked + label {
  border-color: #27313b;
  background-color: #88abd1;
  color: #fff;
}
.bewerbertag label p {
  margin: 0;
}
.bewerbertag label p.availability {
  font-weight: 400;
}
.bewerbertag .timeslot input {
  opacity: 0.01;
  position: absolute;
  height: 1px;
  width: 1px;
  left: -10px;
  top: -10px;
}
.bewerbertag .timeslot {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
}

.bewerbertag-formular {
  margin-top: 30px;
}
.bewerbertag-formular label {
  color: rgb(29, 29, 29);
  margin: 0;
  display: block;
}
.bewerbertag-formular input[type="text"],
.bewerbertag-formular input[type="email"] {
  border-color: #6082ad;
  color: #404040;
  background-color: #eef1f4;
  padding-left: 15px;
  padding-right: 15px;
  margin: 5px 0;
  box-sizing: border-box;
  width: 100%;
}
.bewerbertag-formular input[type="submit"] {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  padding: 4px 10px;
}

.bewerbertag-formular span.application_timeslot {
  display: none;
}
