#stoptisach_form input[type="text"],
#stoptisach_form textarea {
  background-color: #E9E9EA;
  width: 100%;
  resize:vertical;
}

#stoptisach_form input[type="text"]:focus,
#stoptisach_form textarea:focus {
  background-color: white;
}

#stoptisach_form p.fehler label {
  color: #F23628;
}

#stoptisach_form input[type="checkbox"] {
  height: 1em;
  margin-right: .5em;
}


.dankbox,
.fehlerbox {
  font-size: 1.5em;
  font-weight: bold;
  padding: 1em;
  border: 3px solid #F23628;
  color: white;
  background-color: #F45145;
}


/**
*
* Liste
*
**/
#stoptisach_list tr[title="nicht bestätigt"] td,
#stoptisach_list tr[title="pas confirmé"] td,
#stoptisach_list tr[title="non confermata"] td {
  font-weight: 300;
}


/**
*
* Widget-Menu
*
**/
#nav_menu-3:before {
  content: "";
  z-index: 2;

  background: #F45145;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-family: "Genericons";
  font-size: 3.5em;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin-left: -40px;
  position: absolute;
  text-align: center;
  top: -44px;
  width: 80px;
}

#nav_menu-3:after {
  border-top: 3px solid #F23628;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#nav_menu-3 {
  background-color: #FFFFFF;
  border-top: 8px solid #F45145;
  margin-top: 71px;
  padding: 44px 27px 22px;
  position: relative;
  overflow: visible;
}

#nav_menu-3 ul {
  margin-bottom: 0;
}

#nav_menu-3 .widget-title {
  color: #F45145;
}

#nav_menu-3 a {
  color: #242D36;
}