.mo-detail i.fa-solid {
	margin-right: 10px;
}

form.ksaddress_searchform label {
	display: block;
}

form.ksaddress_searchform input.submit,
form.ksaddress_searchform input.button_reset {
	width: 100%;
}
form.ksaddress_searchform input.button_reset {
    border: 1px solid #dee2e6;
	border-radius: .375rem;
}

form.ksaddress_searchform input.button_reset:hover {
 text-decoration: none;
  cursor: pointer;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
}

form.ksaddress_searchform {
	margin-top: .5rem;
}

form.ksaddress_searchform fieldset {
  border: 1px solid #CFCFCF;
  padding: 1em;
}

div.ksadress_search .searchCR {
   display: flex;
}

div.ksadress_search div.input input#fulltext.fulltext {
	width: 317px; 
}

div.ksadress_search .submitreset {
	margin-top: 1rem;
	display: flex;
	width: 317px;
	justify-content: space-between;
	gap: 40px;
}

div.ksadress_search select.angebotsprofil,
div.ksadress_search select.zielgruppen,
div.ksadress_search select#searchLand {
  width: 317px;
}
div.tx-ksaddress .listview table {
	width: 100%; 
	margin-bottom: 1.5rem;
}

.ksaddress_azbrowser span {
  font-family: 'Open Sans', sans-serif;
  padding:2px;
}

.ksaddress_azbrowser {
  padding-left: 10px;
}

div.ksadress_search select.bundesland,
div.ksadress_search input#fulltext.fulltext {
  width:180px;
  margin-right: 10px;
}

div.ksadress_search .region {
	margin-left: 10px;
}

div.tx-ksaddress table.mo-detail {
  width: 100%;
}

.tx-ksaddress div.listview table a, div.listview table a:visited {
    color: #000000;
}

.tx-ksaddress div.listview thead tr {
   text-align:left;
}

.tx-ksaddress div.listview table th .first {
   padding: 3px 0 !important;
}
.tx-ksaddress div.listview table tbody tr {
   text-align: left;
}

.tx-ksaddress iv.listview table td,
.tx-ksaddress iv.ksadress_search.listview table tbody tr td {
    font-size: 0.9rem !important;
}

.tx-ksaddress div.listview table th {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #d9002b;
    padding: 3px 15px 3px 10px;
    vertical-align: top;
 } 
  
  
.tx-ksaddress table.mo-detail th {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  padding: 3px 0;
  white-space: nowrap;
  vertical-align: top;
}

.tx-ksaddress tr th.mo-detail {
  text-align:left;
}

.tx-ksaddress table.mo-detail td {
  border-bottom: 1px solid #cccccc;
  padding: 3px 0;
  line-height: 1.75em;
}

.tx-ksaddress div.listview table td {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    padding: 5px 15px 5px 10px;
}

.detail-flex {
	display: flex;
	margin-bottom: .75rem;
}

.detail-label {
	min-width: 240px;
	font-weight: bold;
}

.mo-detail i.fa-solid {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
	div.ksadress_search .searchCR {
		flex-direction: column;
	}
	
	div.ksadress_search .region {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.detail-flex {
		flex-wrap: wrap;
	}
	
	.detail-content {
		width: 100%;
	}
}