#backtolist {
	display: block;
	clear:both;
    margin-bottom: 1em;
}
#filters {
	width: 100%;
	background-color: #9f9c9a;
}
@media (max-width: 991px) {
    .tx-mms select#orte {
		width: 100%;
	}
	.tx-mms select#kategorien {
		width: 100%;
	}
}
.flexInfoLast .termin {
	float: none;
    margin-right: 0.3em;
}
.flexInfoLast p:last-of-type, .flexInfoLast ul:last-of-type  {
	margin-bottom: 0 !important;
}
h2.accHeader {
  display:block;
  cursor: pointer;
  margin: 1px 0px 0px 0px;
  position: relative;
  color: #ffffff;
  outline: 0 none;
  padding: 0.2em 0.5em;
  text-decoration: none;
  background-color: #c0b5af;
}
div.accContent  {
  /*padding: 1em;*/
  padding: 0;
  margin: 0;
  background-color: #dcd1cc;
}
div.standortAcc  {
  width:100%;
}
div.accContent a.anfahrt  {
  padding-top:46px;
  float: right;
  font-size: 1em;
  background-image: url(../images/marker.png);
  background-position:center;
  background-repeat:no-repeat;
}
p.standortAngebote  {
  margin:15px 0 0 0;
  padding:0px;
  font-size: 0.85em;
}
#massTermine {
  position: absolute;
  padding:4px 7px 4px 7px;
  background-color:#ffffff;
  top:108px;
  left:450px;
}

/*----------------------- Buchungsteil ----------------------*/

.ui-autocomplete {
	z-index: 99999;
}
#remember{
	display:none;
}
img.waiting {
	height:16px;
	width:16px;
	padding-top:7px;
	padding-left:10px;
}
span.waiting {
	margin:0px !important;
	font-size: 0.8em;
	padding-top:5px;
	clear:none;
	float:left;
}
.waiting {
	display:none;
}
.formdivide{
  margin-bottom: 20px;
}
legend{
	color: #E3000F;
	display: block;
	font-family: Calibri,Arial,Sans-serif;
	font-size: 1.3em;
	font-weight: bold !important;
}
#datenschutzlink { 
	text-decoration: underline;
    cursor: pointer;
	}
/*#buchungsformular {
	width: auto;
}
#buchungsformular label {
	width:150px;
	clear:left;
	float:left;
}
#buchungsformular input[type="text"] {
	width:300px;
	clear:right;
	float:left;
}
#buchungsformular select {
	clear:right;
	float:left;
}
#buchungsformular textarea {
	float: right;
	width:99%;
	height:100px;
	margin-bottom:20px;
}-------*/
.formfield label {
    display: block;
    float: left;
    width: 160px;
}
label.checkboxlabel {
    float: left;
    width: auto !important;
}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
p.ansprechpartner {
	margin: 0 10px 20px 0;
}

fieldset.kontaktaufnehmen {
	clear:both;
	border:none;
	margin: 0 10px 20px 0;
}
fieldset.kontaktaufnehmen fieldset {
	border:none;
	margin:0px;
}


.card {
  background-color: transparent;
}
a.btn, .btn-pf-primary {
  color: #fff !important;
  background-color: #e3000f !important;
  border-color: #e3000f !important;
  margin: 0 0 .5rem 0;
}
@media (min-width: 576px) {
  a.btn, input.btn {
    margin: 0 0 0 .5rem;
  }
}
#outputlist a {
  font-size: 1.3rem;
}
#outputlist div {
  padding: 0.5rem !important;
	border-bottom: 1px solid rgba(0,0,0,0.125);
}
.groupHeading {
  font-size: 1.69rem;
  color: #6c757d;
  margin: 10px 0;
  padding: 0.5rem !important;
  border-bottom: 0px !important;
}
#locationFilter  {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}