* {
  font-family: "bilo";
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/*header*/
header {
  width: 100%;
  height: 80px;
  display: flex;
  background-color: #ffffff;
}

/* Logo */
.Logo {
  padding: 10px;
  margin-right: 20px;
  margin-left: auto;
}

/* Responsive*/
.left {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.right {
  float: left;
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .left,
  .right {
    width: 100%;
  }
}

/* Progress bar Seite 1 */
.progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #5C82F1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step span {
  color: #5C82F1;
}

.connector {
  flex-grow: 1;
  height: 2px;
  background-color: #5C82F1;
}

.step.active {
  background-color: #5C82F1;
}

.step.completed {
  background-color: #5C82F1;
}

.step.completed span::after {
  content: '\2713';
  color: #ffffff;
}

.step.active span {
  color: #ffffff;
}
/*end Progress Bar Seite 1 */

/*Progress Bar Seite 2*/
.progress-bar-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.schritt {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #5C82F1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.schritt span {
  color: #5C82F1;
}

.connector-second {
  flex-grow: 1;
  height: 2px;
  background-color: #5C82F1;
}

.schritt.active {
  background-color: #5C82F1;
}

.schritt.finished {
  background-color: #5C82F1;
}

.schritt.finished span::after {
  content: '\2713';
  color: #ffffff;
}

.schritt.active span {
  color: #ffffff;
}
/*end Progress Bar Seite 2*/

/*Progress Bar Seite 3*/
.progress-bar-third {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #5C82F1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.seite span {
  color: #5C82F1;
}

.connector-third {
  flex-grow: 1;
  height: 2px;
  background-color: #5C82F1;
}

.active-third {
  background-color: #5C82F1;
}

.completed-third {
  background-color: #5C82F1;
}

.completed-third span::after {
  content: '\2713';
  color: #ffffff;
}

.active-third span {
  color: #ffffff;
}
/*end Progress Bar Seite 3*/

/*Progress Bar Seite 4*/
.progress-bar-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.last {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5C82F1;
  border: 2px solid #5C82F1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.last span {
  color: #ffffff;
}

.connector-last {
  flex-grow: 1;
  height: 2px;
  background-color: #5C82F1;
}

.last.completed-step span::after {
  content: '\2713';
  color: #ffffff;
}
/*end Progress Bar Seite 4*/

/*beschreibung*/
.beschreibung {
  color: #AAAAAA;
}

/*grafik*/
.designer {
  width: 100%;
  display: block;
}

/*checkbox*/
/* Styling für die Checkbox */
.checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-right: 10px;
}

/* Aussehen des Checkbox-Elements */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Anpassung des Aussehens des "Checkmarks" */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #DBE2F4;
    border-radius: 20%;
}

/* Beim Überqueren der Checkbox die Farbe ändern */
.checkbox:hover input ~ .checkmark {
    background-color: #C0D9FF;
}

/* Wenn die Checkbox ausgewählt ist, die Farbe ändern */
.checkbox input:checked ~ .checkmark {
    background-color: #5C82F1;
}

/* Pseudo-Element für die Darstellung des "Checkmarks" */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Darstellung des "Checkmarks" */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Anpassung des "Checkmarks" */
.checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Style the labels */
label {
  font-size: 1em;
}

/* Style the error messages */
.error-text {
  color: #f00;
  grid-column-start: 2;
}

/* Toggle Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dbe2f4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #5c82f2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5c82f2;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*footer*/
footer {
  width: 100%;
  height: 80px;
  display: flex;

