@charset "UTF-8";
/* TYPO3 Extensions
 * Diese SCSS-Dateien sind Teil einer localen EXT.
 * Damit diese von Compass mit berücksichtigt werden, müssen die Pfade der EXT.
 * in die config.rb unter "additional_import_paths" mit aufgelistet werden.
 * -------------------------------------------------------------------------------------------------
 */
.zuh-login-form {
  background: #f2f2f2;
  border: 1px solid hsl(300, 1%, 81%);
  padding: 1rem;
}
.zuh-login-form h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .zuh-login-form h3 {
    font-size: 1.5rem;
  }
}
.zuh-login-form label {
  min-width: 120px;
}
.zuh-login-form input[type=submit] {
  margin-top: 1rem;
  margin-left: 124px;
}

body .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: inherit;
}
body #ke_search_sword {
  width: 282px;
  border-radius: var(--bs-border-radius);
}
body a.kesGreyButt,
body span.resetbutt a,
body span.submitbutt input,
body input.kesGreyButt,
body span.kesGreyButt,
body #ke_search_sword {
  box-shadow: none !important;
}
body span.resetbutt a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: whitesmoke;
  --bs-btn-bg: rgb(225, 225, 225);
  --bs-btn-border-color: rgb(173, 173, 173);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #b5b5b5;
  --bs-btn-focus-shadow-rgb: 184, 184, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e7e7e7;
  --bs-btn-active-border-color: #b5b5b5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(225, 225, 225);
  --bs-btn-disabled-border-color: rgb(173, 173, 173);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: whitesmoke;
  min-width: 150px;
  max-width: none;
  height: 35px;
}
@media (prefers-reduced-motion: reduce) {
  body span.resetbutt a {
    transition: none;
  }
}
body span.resetbutt a:hover {
  color: #212529;
  text-decoration: none;
}
body span.resetbutt a:focus, body span.resetbutt a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
body span.resetbutt a.disabled, body span.resetbutt a:disabled {
  opacity: 0.65;
}
body span.resetbutt a:hover, body span.resetbutt a:focus, body span.resetbutt a.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
body span.resetbutt a.disabled, body span.resetbutt a:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
}
body span.resetbutt a:not(:disabled):not(.disabled):active, body span.resetbutt a:not(:disabled):not(.disabled).active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
body span.resetbutt a span {
  line-height: 25px;
}
body span.submitbutt input {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #3760ae;
  --bs-btn-bg: #2D4F8F;
  --bs-btn-border-color: #2D4F8F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d69a0;
  --bs-btn-hover-border-color: #42619a;
  --bs-btn-focus-shadow-rgb: 47, 82, 148;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5772a5;
  --bs-btn-active-border-color: #42619a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D4F8F;
  --bs-btn-disabled-border-color: #2D4F8F;
  font-weight: 600;
  background-color: var(--bs-btn-bg);
  color: #fff;
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: #3760ae;
  min-width: 119px;
  height: 35px;
}
@media (prefers-reduced-motion: reduce) {
  body span.submitbutt input {
    transition: none;
  }
}
body span.submitbutt input:hover {
  color: #212529;
  text-decoration: none;
}
body span.submitbutt input:focus, body span.submitbutt input.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
body span.submitbutt input.disabled, body span.submitbutt input:disabled {
  opacity: 0.65;
}
body span.submitbutt input:hover, body span.submitbutt input:focus, body span.submitbutt input.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}
body span.submitbutt input.disabled, body span.submitbutt input:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: #fff;
}
body span.submitbutt input:not(:disabled):not(.disabled):active, body span.submitbutt input:not(:disabled):not(.disabled).active {
  border-color: var(--bs-btn-active-border-color);
  color: #fff;
}

.resetButton span {
  line-height: 1.2em;
}

/* Search box in header */
#searchBox #ke_search_sword {
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
}
#searchBox .resetbutt {
  display: none;
}
#searchBox .submitbutt {
  position: absolute;
  top: 1px;
  right: 0px;
}
#searchBox .submitbutt input {
  background-color: rgb(187, 187, 187);
  min-width: 0px;
  margin: 0px;
}

/**
 * This part contains styles for the ke_search_premium distancesearch
 */
#content input.ke_search_zip {
  padding: 10px;
}

#content .searchform-template-20 .distancesearch-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #3760ae;
  --bs-btn-bg: #2D4F8F;
  --bs-btn-border-color: #2D4F8F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d69a0;
  --bs-btn-hover-border-color: #42619a;
  --bs-btn-focus-shadow-rgb: 47, 82, 148;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5772a5;
  --bs-btn-active-border-color: #42619a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D4F8F;
  --bs-btn-disabled-border-color: #2D4F8F;
  font-weight: 600;
  background-color: var(--bs-btn-bg);
  color: #fff;
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: #3760ae;
  line-height: 1.5;
  margin-left: 20px;
  padding: 0.375rem 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
  #content .searchform-template-20 .distancesearch-button {
    transition: none;
  }
}
#content .searchform-template-20 .distancesearch-button:hover {
  color: #212529;
  text-decoration: none;
}
#content .searchform-template-20 .distancesearch-button:focus, #content .searchform-template-20 .distancesearch-button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#content .searchform-template-20 .distancesearch-button.disabled, #content .searchform-template-20 .distancesearch-button:disabled {
  opacity: 0.65;
}
#content .searchform-template-20 .distancesearch-button:hover, #content .searchform-template-20 .distancesearch-button:focus, #content .searchform-template-20 .distancesearch-button.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}
#content .searchform-template-20 .distancesearch-button.disabled, #content .searchform-template-20 .distancesearch-button:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: #fff;
}
#content .searchform-template-20 .distancesearch-button:not(:disabled):not(.disabled):active, #content .searchform-template-20 .distancesearch-button:not(:disabled):not(.disabled).active {
  border-color: var(--bs-btn-active-border-color);
  color: #fff;
}

#content .distancesearch-results {
  padding-left: 90px;
}

#content .distancesearch-results ul.searchResult {
  border-bottom: 1px solid #000;
  padding: 20px 0 20px 0;
  margin: 0;
}

#content .distancesearch-results ul.searchResult p {
  margin: 0;
}

#content .distancesearch-results ul.searchResult span.distance {
  position: absolute;
  margin: 0 0 0 -90px;
}

#content .distancesearch-results ul.searchResult:last-child {
  margin-bottom: 40px;
}

#content .distancesearch-results ul.searchResult li {
  list-style: none;
}

#content .distancesearch-results ul.searchResult ul li {
  list-style-type: disc; /*margin:0 0 10px 20px;*/
}

#content .pagebrowser-template-20 .li-prev,
#content .pagebrowser-template-20 .li-page {
  display: none;
}

#content .pagebrowser-template-20 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
}

#content .pagebrowser-template-20 .li-next {
  margin: auto;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: rgb(179, 216, 242);
  border-color: rgb(58, 116, 157);
  font-weight: bolder;
}

/* ################ powermail ################## */
.tx-powermail .powermail_field.powermail_input,
.tx-powermail .powermail_field.powermail_select {
  background: #fff;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_text {
  border: none;
  background: none;
}

/* Update 2017 #######################################  */
.tx-powermail .powermail_fieldset {
  clear: left;
  border: 1px solid #bbb;
  padding: 10px;
  margin: 0 0 20px 0;
  background: #eee;
}

.tx-powermail .powermail_fieldset .powermail_label {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  font-weight: 600;
  margin-bottom: 15px;
}

.tx-powermail .powermail_fieldset .powermail_field {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  color: #444;
  float: right;
  font-size: inherit;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .tx-powermail .powermail_fieldset .powermail_label {
    width: 100%;
  }
  .tx-powermail .powermail_fieldset .powermail_field {
    width: 100%;
  }
}
.tx-powermail .powermail_fieldset .powermail_legend {
  display: none;
}

.tx-powermail .powermail_field.powermail_input, .tx-powermail .powermail_field.powermail_select {
  background: #fff;
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""] {
  cursor: inherit;
}

.tx-powermail .powermail_fieldset .powermail_field input, .tx-powermail .powermail_fieldset .powermail_field textarea {
  line-height: 24px;
  width: 100%;
}

.powermail_fieldwrap_type_submit input {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #3760ae;
  --bs-btn-bg: #2D4F8F;
  --bs-btn-border-color: #2D4F8F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d69a0;
  --bs-btn-hover-border-color: #42619a;
  --bs-btn-focus-shadow-rgb: 47, 82, 148;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5772a5;
  --bs-btn-active-border-color: #42619a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D4F8F;
  --bs-btn-disabled-border-color: #2D4F8F;
  font-weight: 600;
  background-color: var(--bs-btn-bg);
  color: #fff;
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: #3760ae;
}
@media (prefers-reduced-motion: reduce) {
  .powermail_fieldwrap_type_submit input {
    transition: none;
  }
}
.powermail_fieldwrap_type_submit input:hover {
  color: #212529;
  text-decoration: none;
}
.powermail_fieldwrap_type_submit input:focus, .powermail_fieldwrap_type_submit input.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.powermail_fieldwrap_type_submit input.disabled, .powermail_fieldwrap_type_submit input:disabled {
  opacity: 0.65;
}
.powermail_fieldwrap_type_submit input:hover, .powermail_fieldwrap_type_submit input:focus, .powermail_fieldwrap_type_submit input.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}
.powermail_fieldwrap_type_submit input.disabled, .powermail_fieldwrap_type_submit input:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: #fff;
}
.powermail_fieldwrap_type_submit input:not(:disabled):not(.disabled):active, .powermail_fieldwrap_type_submit input:not(:disabled):not(.disabled).active {
  border-color: var(--bs-btn-active-border-color);
  color: #fff;
}

.powermail_fieldwrap_type_reset input {
  --bs-btn-color: whitesmoke;
  --bs-btn-bg: rgb(225, 225, 225);
  --bs-btn-border-color: rgb(173, 173, 173);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #b5b5b5;
  --bs-btn-focus-shadow-rgb: 184, 184, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e7e7e7;
  --bs-btn-active-border-color: #b5b5b5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(225, 225, 225);
  --bs-btn-disabled-border-color: rgb(173, 173, 173);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: whitesmoke;
  --bs-btn-color: #000;
}
.powermail_fieldwrap_type_reset input:hover, .powermail_fieldwrap_type_reset input:focus, .powermail_fieldwrap_type_reset input.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.powermail_fieldwrap_type_reset input.disabled, .powermail_fieldwrap_type_reset input:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
}
.powermail_fieldwrap_type_reset input:not(:disabled):not(.disabled):active, .powermail_fieldwrap_type_reset input:not(:disabled):not(.disabled).active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.news-latest-item h3,
.news-latest-item p {
  margin-bottom: 0;
}

.news-list-subheader p {
  display: inline;
}

.news-list-item {
  padding: 0.4em 0 1em;
  clear: both;
}

.news-list-container img {
  float: left;
  margin: 0 10px 10px 0;
}

.news-single-img {
  float: left;
  margin: 0 10px 10px 0;
}

.news-single .header > h1 {
  font-size: 1.7rem;
}

.news-list-category {
  font-size: 90%;
}

.news-list-view .article .header a {
  text-decoration: none;
  color: inherit;
}
.news-list-view .article .more {
  color: #2D4F8F;
}
.news-list-view .article .more:hover {
  text-decoration: underline;
}
.news-list-view .article h3 {
  font-size: 1.25rem;
  color: #2D4F8F;
  margin-bottom: 1rem;
}
.news-list-view .news-img-wrap {
  max-width: 30%;
}
.news-list-view .news-img-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.news-list-view .article .news-img-wrap {
  margin-bottom: 1rem;
}

#sidebar-content .article::after {
  clear: none;
}
#sidebar-content .news-img-wrap {
  display: none !important;
}
#sidebar-content .footer {
  display: none;
}
#sidebar-content .teaser-text a.more {
  display: none !important;
}

ul.f3-widget-paginator {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 3rem;
}
ul.f3-widget-paginator li {
  margin-right: 0.5rem;
}
ul.f3-widget-paginator li.current a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

.testimonials-container {
  column-width: 350px;
  column-gap: 1em;
}
.testimonials-container .card {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  margin-bottom: 1em;
  page-break-inside: avoid;
}
.testimonials-container .card p:last-child {
  margin-bottom: 0;
}
.testimonials-container a {
  text-decoration: none;
}
.testimonials-container a:hover, .testimonials-container a:focus, .testimonials-container a.focus {
  text-decoration: underline;
}

/* mymap ################################################## */
#c1225 {
  width: 100%;
}

#c1228 {
  width: 100%;
}

.tx-mymap div.searchResultContainer {
  display: none;
}

.tx-mymap .ajaxSearch h1 {
  display: none;
}

.tx-mymap h1 {
  display: none;
}

.tx-mymap .ajaxSearch ul.categoryCheckBoxes {
  visibility: hidden;
}

.tx-mymap .searchFormContainer {
  background: none;
  padding: 20px 20px 40px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#mapContainer #map {
  width: 100% !important;
}

.tx-mymap .ajaxSearch input {
  float: left;
}

#tx_mymap_city {
  width: auto;
}

#content .tx-mymap #ajaxSearchButton {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #3760ae;
  --bs-btn-bg: #2D4F8F;
  --bs-btn-border-color: #2D4F8F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d69a0;
  --bs-btn-hover-border-color: #42619a;
  --bs-btn-focus-shadow-rgb: 47, 82, 148;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5772a5;
  --bs-btn-active-border-color: #42619a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D4F8F;
  --bs-btn-disabled-border-color: #2D4F8F;
  font-weight: 600;
  background-color: var(--bs-btn-bg);
  color: #fff;
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: #3760ae;
  line-height: 1.5;
  margin-left: 20px;
}
@media (prefers-reduced-motion: reduce) {
  #content .tx-mymap #ajaxSearchButton {
    transition: none;
  }
}
#content .tx-mymap #ajaxSearchButton:hover {
  color: #212529;
  text-decoration: none;
}
#content .tx-mymap #ajaxSearchButton:focus, #content .tx-mymap #ajaxSearchButton.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#content .tx-mymap #ajaxSearchButton.disabled, #content .tx-mymap #ajaxSearchButton:disabled {
  opacity: 0.65;
}
#content .tx-mymap #ajaxSearchButton:hover, #content .tx-mymap #ajaxSearchButton:focus, #content .tx-mymap #ajaxSearchButton.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}
#content .tx-mymap #ajaxSearchButton.disabled, #content .tx-mymap #ajaxSearchButton:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: #fff;
}
#content .tx-mymap #ajaxSearchButton:not(:disabled):not(.disabled):active, #content .tx-mymap #ajaxSearchButton:not(:disabled):not(.disabled).active {
  border-color: var(--bs-btn-active-border-color);
  color: #fff;
}

#content .tx-mymap .ajaxSearch input {
  padding: 10px;
}

#content .tx-mymap .searchResult {
  width: 100%;
}

#content .tx-mymap ul.odd li {
  background: none;
}

#content .tx-mymap ul.searchResult {
  border-bottom: 1px solid #000;
  padding: 20px 0 20px 0;
  margin: 0;
}

#content .tx-mymap ul.searchResult p {
  margin: 0;
}

#content .tx-mymap ul.searchResult span.distanceInfo {
  position: absolute;
  margin: 0 0 0 -90px;
}

#content .tx-mymap ul.searchResult:last-child {
  margin-bottom: 40px;
}

#content .tx-mymap .locationsList {
  padding-left: 90px;
}

#content .tx-mymap ul.searchResult li {
  list-style: none;
}

#content .tx-mymap ul.searchResult ul li {
  list-style-type: disc; /*margin:0 0 10px 20px;*/
}

.tx-mymap .categoryCheckBoxes {
  display: none;
}

#tx_mymap_more {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(179, 216, 242);
  --bs-btn-border-color: rgb(58, 116, 157);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bedef4;
  --bs-btn-hover-border-color: #4e82a7;
  --bs-btn-focus-shadow-rgb: 49, 99, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c2e0f5;
  --bs-btn-active-border-color: #4e82a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(179, 216, 242);
  --bs-btn-disabled-border-color: rgb(58, 116, 157);
  font-weight: bolder;
}
@media (prefers-reduced-motion: reduce) {
  #tx_mymap_more {
    transition: none;
  }
}
#tx_mymap_more:hover {
  color: #212529;
  text-decoration: none;
}
#tx_mymap_more:focus, #tx_mymap_more.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#tx_mymap_more.disabled, #tx_mymap_more:disabled {
  opacity: 0.65;
}
.tx-jhmagnificpopup-pi1 a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #3760ae;
  --bs-btn-bg: #2D4F8F;
  --bs-btn-border-color: #2D4F8F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d69a0;
  --bs-btn-hover-border-color: #42619a;
  --bs-btn-focus-shadow-rgb: 47, 82, 148;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5772a5;
  --bs-btn-active-border-color: #42619a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D4F8F;
  --bs-btn-disabled-border-color: #2D4F8F;
  font-weight: 600;
  background-color: var(--bs-btn-bg);
  color: #fff;
  border-color: var(--bs-btn-border-color);
  border-radius: 0.25rem;
  --bs-btn-hover-bg: #3760ae;
  text-decoration: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .tx-jhmagnificpopup-pi1 a {
    transition: none;
  }
}
.tx-jhmagnificpopup-pi1 a:hover {
  color: #212529;
  text-decoration: none;
}
.tx-jhmagnificpopup-pi1 a:focus, .tx-jhmagnificpopup-pi1 a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tx-jhmagnificpopup-pi1 a.disabled, .tx-jhmagnificpopup-pi1 a:disabled {
  opacity: 0.65;
}
.tx-jhmagnificpopup-pi1 a:hover, .tx-jhmagnificpopup-pi1 a:focus, .tx-jhmagnificpopup-pi1 a.focus {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}
.tx-jhmagnificpopup-pi1 a.disabled, .tx-jhmagnificpopup-pi1 a:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: #fff;
}
.tx-jhmagnificpopup-pi1 a:not(:disabled):not(.disabled):active, .tx-jhmagnificpopup-pi1 a:not(:disabled):not(.disabled).active {
  border-color: var(--bs-btn-active-border-color);
  color: #fff;
}

.dpnglossary dl {
  padding-left: 0px;
}

#hst3-cookieconsent-popup-toggle {
  display: none !important;
}

#hst3-cookieconsent-consent-popup {
  padding-top: 40px;
  left: 0px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories input {
  top: 1px;
}
#hst3-cookieconsent-consent-popup .btn {
  font-size: inherit;
}
#hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-detail::before {
  top: 7px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories {
  margin-bottom: 7px;
}

.frame-type-text .contenttable {
  width: 100%;
}
@media (max-width: 767.98px) {
  .frame-type-text .contenttable tr {
    display: flex;
    flex-direction: column;
  }
}
.frame-type-text .contenttable td {
  padding: 1rem 0.75rem;
}

.zuh-form {
  clear: left;
  border: 1px solid #bbb;
  padding: 10px;
  margin: 0 0 20px 0;
  background: #eee;
}
.zuh-form .form-group label {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  font-weight: 600;
}
.zuh-form .form-group .input {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.zuh-form .form-group .input textarea {
  height: 150px;
}
.zuh-form .clearfix {
  width: 50%;
  margin-left: 50%;
}
.zuh-form .btn-group {
  text-align: right;
}
.zuh-form .btn-group .btn {
  width: 50%;
  margin-bottom: 20px;
}
