.adress-block {
  padding: 20px;
  background-color: #eee;
}
.alignwide {
  max-width: var(--wp--custom--wide-width, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  // border: 1px solid #ccc;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 200px; /* Optional: Limit height and make scrollable */
  overflow-y: auto;  /* Optional: Enable scrolling */
}

.dropdown-menu li {

  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: #f1f1f1;
}

.dropdown-menu li span {
  display: block;
}

.btn-default.dropdown-toggle:after {
  content: '▼';
  margin-left: 10px;
}

.dropdown-menu.show {
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.table-responsive{
  border: 1px solid #ccc;
}

.table.table-striped{
  border-collapse: collapse;
  border-spacing: 0;
}
.table.table-striped td{
  padding: 1em;
  vertical-align: top;
}
#link-list_wrapper .form, #link-list_wrapper .dropdown {
  padding: 1em;
  background: #eee;
}
.dropdown {
  position: relative;
}
#link-list_wrapper .btn {
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#link-list_wrapper .btn:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 23px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#link-list_wrapper .dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  /* border: 1px solid rgba(0, 0, 0, .15); */
  border-top-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  display: none;
  font-size: 16px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  max-height: 400px;
  min-width: 160px;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  top: calc(100% - 19px);
  z-index: 1000;
  width: calc(100% - 38px);
  border: 1px solid #ccc;

}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 1em;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cc0000;
  outline: 0;
}


.table {
  width: 100%;
  max-width: 100%;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
.table-striped > tbody > tr{
  border-bottom: 1px solid #ccc;
}

#link-list_wrapper .entry {
  word-break: break-word;
}
.entry {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.entry .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.entry .excerpt{
  font-size: 16px;
}
#address-search-results .entry a {
  color: #CC0000;
  text-decoration: none;
  transition: 0.2s;

}
#address-search-results .entry a.link{
  display: flex;
  align-items: center;
}
#address-search-results .entry a.link::before{
  content: '';
  display: block;
  background-image: url('../../../assets/img/link.svg');
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

#address-search-results .sponsored_true .entry a{
  color:#006621;
  transition: 0.2s;
}
#address-search-results .entry a:hover{
  color: #444444!important;
}
.entry p {
  padding-bottom: 10px;
  margin: 0;
}
.anzeige {
  color: #222;
  display: inline-block;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  margin: 0px;
  width: 56px;
  min-height: 50px;
}

.dataTables_paginate {
  text-align: center;
  margin: 4px 0 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.dataTables_paginate .paginate_button.disabled {
  color: #999;
  cursor: default;
  text-decoration: none;
}
.dataTables_paginate .paginate_button:first-child {
  margin-left: 0;
}
.dataTables_paginate .paginate_button {
  color: #111;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  position: relative;
  text-decoration: underline;
}

.load-more-address, .on-the-top{
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #cc0000;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
}
.load-more-address{
  margin-bottom: 1em;
}
.load-more-address:hover,
.on-the-top:hover{
  cursor: pointer;
  border-color: #cc0000;  
  background-color: #cc0000;
  color: #fff;
}
.on-the-top{
  margin: 1em;
}
#link-list_wrapper #list .dataTables_filter, 
#link-list_wrapper #list .dataTables_length {
  float: none;
  margin: 0;
  padding: 0 1em 1em;
  background: #eee;
  text-align: left;
}


.dataTables_wrapper  input, .dataTables_wrapper  select {
  display: inline;

}
.dataTables_wrapper  input, .dataTables_wrapper  select {
  margin: 0 !important;
}
.dataTables_filter{
  padding: 0 1em 1em;
  background-color: #eee;

}
#link-list_wrapper input[type="search"] {
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 16px;
  line-height: 1.2;
  color: #555;
  background-color: #fff;
  background-image: none;
  // border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 0.5em;
  -webkit-appearance:none;
  margin-left: 0;
  margin-right: 0;
  border: none;
    border: 1px solid #ccc;
}
#link-list_wrapper input[type="search"]::-webkit-search-decoration,
#link-list_wrapper input[type="search"]::-webkit-search-cancel-button,
#link-list_wrapper input[type="search"]::-webkit-search-results-button,
#link-list_wrapper input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
#link-list_wrapper input[type="search"]:active,
#link-list_wrapper input[type="search"]:focus{
  border: none;
  outline: none;
}
 .sorting_asc:hover,
 .sorting_desc:hover{
  cursor:pointer;
}
.sorting_asc:after {
  content: "↑";
}
.sorting_desc:after {
  content: "↓";
}
.sorting_address_toggle{
  padding: 0.5em;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dataTables_wrapper table, 
.dataTables_wrapper tr,
.dataTables_wrapper td{
  border: none;
}