@charset "UTF-8";
/* ############################################################################## */
/* # Corona Dialog                                                  # */
/* ############################################################################## */
.corona-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 60%;
  max-height: 60%;
  overflow: auto;
}


/* ############################################################################## */
/* # Allgemeine Einstellungen                                                   # */
/* ############################################################################## */
html, 
body {
    margin: 0;
    background-color: #fafafa;
    height: 100% !important;
}

html {
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666666;
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 18px;
    padding: 165px 0 50px 0;
}

.start-header-image {
    margin-top: -20px;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-size: 54px;
    line-height: 62px;
}

h3 {
    font-size: 48px;
    line-height: 56px;
}

h4 {
    font-family: CorporateSPro-Bold, sans-serif;
    font-size: 30px;
    line-height: 38px;
}

h5 {
    font-family: CorporateSPro-Bold, sans-serif;
    font-size: 22px;
    line-height: 26px;
}

.headline {
    font-size: 48px;
    line-height: 56px;
}

.input-headline {
    margin-top: 0;
}

hr {
    height: 2px;
    border: 0;
    border-top: 1px solid #666666 !important;
}

a {
    font-size: 22px;
    color: #009933;
    text-decoration: none;
}

.fa-angle-right {
    font-size: 22px;
    color: #009933;
    text-decoration: none;
    padding-left: 15px;
    margin-left: -15px;
}

.textlink:after {
    font-family: FontAwesome;
    font-weight: 100;
    content: " \f105";
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
}

.textlink::after:hover {
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #009933;
    text-decoration: underline;
}

a:active,
a:visited {
    color: #076f29;
    text-decoration: underline;
}

a:disabled {
    color: #d4d4d4;
}

label {
    font-family: CorporateSPro-Regular, sans-serif !important;
    font-size: 20px !important;
    color: #666666;
}

table {
    border-collapse: separate !important;
    table-layout: auto;
}

.input-error-icon {
    color: #d0021b;
    float: right;
    font-size: 22px;
    margin-right: 20px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.input-success-icon {
    color: #009933;
    float: right;
    font-size: 22px;
    margin-right: 20px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.textarea-validation-icon {
    position: absolute;
    right: 14px;
    top: 71px;
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.icon {
    color: #666666;
}

.presentation_homepage {
    background-color: #009933;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: center;
}

.primary-color-1 {
    background-color: #009933;
    color: #ffffff;
}

.primary-color-2 {
    background-color: #666666;
    color: #ffffff;
}

.secondary-color-1 {
    background-color: #076f29;
    color: #ffffff;
}

.secondary-color-2 {
    background-color: #444444;
    color: #ffffff;
}

.secondary-color-3 {
    background-color: #d4d4d4;
}

.secondary-color-4 {
    background-color: #ffffff;
}

.secondary-color-5 {
    background-color: #f1f1f1;
}

.secondary-color-6 {
    background-color: #fafafa;
}

.secondary-color-7 {
    background-color: #d00218;
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.ases-navigation {
    width: 100%;
}

.ases-navigation .header {
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    white-space: nowrap;
}

.ases-navigation .header span.caption {
    padding-left: 20px;
}

.ases-navigation .header span.content {
    padding-right: 20px;
    font-weight: bold;
}

.ases-navigation > .center {
    padding: 10px 30px;
}

.ases-navigation > hr {
    margin: 0 30px;
}

.ases-navigation > .menu {
    height: 36px;
}

.dropdown-menu > li > a {
    font-size: 16px;
}

.ases-footer {
    background-color: #666666;
    color: #ffffff;
    display: block;
    padding: 10px 30px;
}

/* ############################################################################## */
/* # MS Routenplaner Einstellungen                                              # */
/* ############################################################################## */
.ms-maps-loading div {
    padding-top: 5px;
}

.ms-route-container {
    width: 100%;
}

.ms-route-header-title {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
}

.ms-route-button-panel {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.ms-route-button-panel button {
    padding: 5px;
}

.ms-button-icon {
    border: none;
    padding: 0px;
    cursor: pointer;
    background-color: transparent;
    margin-left: 10px;
}

.ms-route-from-label,
.ms-route-to-label {
    display: none;
}

.ms-route-from-input,
.ms-route-to-input {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.buttonInput {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 70px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-weight: 400;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 45px;
}

.ms-route-to-input > input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-weight: 400;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.ms-route-print > a > i {
    color: #666666;
    font-size: 32px;
}

.ms-route-maps-container {
    width: 100%;
    height: 500px;
    margin: 0px auto;
}

.ms-route-overview-map {
    height: 100%;
    width: calc(100% - 400px);
    float: left;
}

.ms-route-button-travel-mode-selected {
    color: #009933;
}

.ms-route-direction {
    position: relative;
    width: 390px;
    height: 100%;
    overflow: auto;
    float: right;
}

.ms-route-icon-travel-transit {
    height: 30px;
    width: 30px;
}

.ms-route-icon-travel-transit:before {
    content: "\f207";
    font-family: FontAwesome;
    font-size: 32px;
}

.ms-route-icon-travel-bicycling {
    height: 30px;
    width: 30px;
}

.ms-route-icon-getgeo:before {
    content: "\f124";
    font-family: FontAwesome;
    font-size: 32px;
}

.ms-route-icon-travel-bicycling:before {
    content: "\f206";
    font-family: FontAwesome;
    font-size: 32px;
}

.ms-route-icon-travel-walking {
    height: 30px;
    width: 30px;
}

.ms-route-icon-travel-walking:before {
    content: "\f183";
    font-family: FontAwesome;
    font-size: 32px;
}

.ms-route-icon-travel-driving {
    height: 30px;
    width: 30px;
}

.ms-route-icon-travel-driving:before {
    content: "\f1b9";
    font-family: FontAwesome;
    font-size: 32px;
}

@media all and (max-width: 960px) {
    .ms-route-overview-map {
        width: 100%;
        display: inline-block;
    }
    .ms-route-direction {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        float: left;
        height: auto;
    }
}

@media print {
    .print-dropdown > .print-dropdown-content > a {
        display: none;
    }

    .ms-button-icon {
        display: none;
    }

    .buttonInside {
        display: none;
    }

    .print-dropdown {
        display: none;
    }

    .ms-route-no-map {
        display: none;
    }

    .ms-route-direction {
        width: 100%;
        height: 400px;
        margin-top: 10px;
        display: inline-block;
        float: left;
        height: auto;
    }

    .gmnoprint a,
    .gmnoprint span,
    .gm-style-cc {
        display: none;
    }

    .gmnoprint div {
        background: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.ases-content {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
    min-height: 100%;
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */

.result-count-text {
	font-weight:bold
}


.floating-inline-label {
    padding-top: 2px;
    padding-left: 15px;
    color: #999999;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    font-family: CorporateSPro-Bold, sans-serif;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 100;
    z-index: 1000;
    padding-right: 40px;
}

.floating-inline-label > small {
    font-size: 75%;
}

.floating-inline-label-header-textarea {
    left: 20px;
    top: 10px;
    height: 24px;
    right: 40px;
    position: absolute;
    background-color: #ffffff;
}

.floating-inline-label > small:before {
    content: "(";
}

.floating-inline-label > small:after {
    content: ")";
}

.floating-inline-control:focus {
    border: 1px solid #4a90e2;
    box-shadow: 1px 1px 2px 0px rgba(73, 143, 226, 0.75),
        inset 1px 1px 2px 0px rgba(73, 143, 226, 0.75);
}

.floating-inline-group.focused .floating-inline-label {
    padding-left: 20px;
    padding-top: 10px;
    transform: scale(0.75);
    color: #999999;
    transform: scale(0.75);
    font-weight: 700;
}

.floating-inline-group {
    margin-bottom: 0px;
}

.floating-inline-group .form-control {
    align-self: flex-end;
}

.floating-inline-group .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.floating-inline-group .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.floating-inline-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.configTextGreeting > div > textarea,
.configTextReminder > div > textarea {
    height: 10.5em !important;
    overflow: visible !important;
}

.configTextPrivacy > div > textarea {
    height: 21em !important;
    overflow: visible !important;
}

textarea.floating-inline-control {
    height: 6em;
    padding: 20px 10px 10px 10px;
}

.ui-autocomplete {
    width: 100%;
}

.ui-autocomplete-panel .ui-autocomplete-group {
    background-color: #009933;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
    line-height: 50px;
    height: auto;
    border-bottom: 1px solid #d4d4d4;
}

.ui-autocomplete-panel .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #f1f1f1;
    color: #666666;
}

.floating-inline-group.focused textarea.floating-inline-control {
    padding-top: 25px !important;
}

.ui-icon-alert {
    visibility: hidden !important;
}

.button {
    color: #fafafa;
    min-width: 12em;
    background: #009933;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1em;
    font-weight: 400;
    padding: 0.25em 0.5em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.button:active {
    background: #009933;
}

.button:hover {
    background: #076f29;
}

.btn-stack {
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn-secondary-no-focus:focus {
    background-color: #ffffff !important;
    color: #009933 !important;
}

.btn-secondary-no-focus:hover {
    color: #ffffff !important;
    background-color: #009933 !important;
}

p.page-desc-small {
    font-size: 1.1em;
}

.btn-right {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex-flow: row wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    flex-direction: row-reverse;
}

.btn-dialog-close {
    display: block;
    float: right;
}

.ui-icon.ui-icon-closethick {
    background: none !important;
    height: auto;
    text-indent: 0;
    width: auto;
}

.ui-icon.ui-icon-closethick:hover {
    background: none !important;
    text-decoration: none;
    color: #f4f4f4;
}

.ui-dialog-titlebar-icon.ui-dialog-titlebar-close.ui-corner-all.ui-state-hover {
    background: none !important;
    text-decoration: none;
    color: #f4f4f4;
}

.ui-dialog-titlebar-close {
		padding: 0 !important;
}

.ui-icon.ui-icon-closethick:before {
    color: #fff;
    font-family: FontAwesome;
    content: "\f00d";
}

.floating {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.map-home {
    width: 100%;
    height: 475px;
}

.main-action {
    margin-top: 2.5em;
}

.attr-box {
    max-height: 12em;
    max-width: 12em;
    margin-bottom: 0.25em;
}

.action-gt:hover {
    background-color: #076f29;
}

.control-section {
    padding-top: 0.2em;
}

.control-section > h2 {
    width: 100%;
    border-bottom: 1px #444444 solid;
}

.control-section > h3 {
    font-weight: bold;
}

.maps-section-sm {
    width: 100%;
}

.maps {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.info-inserat-all {
    min-height: 2em;
    margin-top: 0px;
    width: calc(100% -160px);
    min-height: 2em;
}

.info-inserat-all > p {
    white-space: pre-line;
}

.info-inserat {
    display: inline-block;
    height: 3.6em;
}
/* styles for '...' */
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
    /* points in the end */
    content: "...";
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
    /* points in the end */
    content: "";
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

.text-scrollable {
    line-height: 1em;
    font: 0.9em;
    height: 11em;
    padding: 0.2em;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #444;
    white-space: pre-wrap;
}

/* Card Start */

.card {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding-bottom: 15px;
}

.card-inserat-list-item {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.card-inserat-list-cards-text span {
    line-height: normal;
}

.card-inserat-list-cards-text {
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: space-between;
}

.card-inserat-list-item-content {
    background-color: #009933;
    padding-left: 45px;
    margin-bottom: 0px !important;
}

.card-inserat-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
}

.card-inserat-action {
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    background-color: #ffffff;
}

.card-inserat-action:hover {
    background-color: #f1f1f1;
}

.card-inserat-action-element {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.card:last-child {
    border-radius: 0px 0px 2px 2px;
}

.card:first-child {
    border-radius: 2px 2px 0px 0px;
}

/* verwendet in Detail, geplant für alle */
.card-head {
    margin-bottom: 1em;
}

.card-head h3 {
    font-size: 22px;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 0em;
}

/* Vorschläge zur Änderung/Überschreibung/Erweiterung von globalen Sachen */
.card {
    margin-bottom: 1em;
}

/* Card end */

.notEmpty {
    min-height: 320px;
}

.card-datalist .ui-datalist-content {
    background-color: transparent;
}

.information-praxis-area {
    width: 80%;
}

.information-area h2 {
    line-height: 1.5em;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.information-area h3 {
    line-height: 1.5em;
    font-size: 1.3em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-inserat {
    margin-top: 0px;
    padding-top: 0px;
}

.header-inserat > h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.header-inserat > h2 {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.header-inserat > h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 1.1em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #666666;
}

.card-inserat-header {
    margin-top: 0px;
    padding-top: 0px;
}

.card-inserat-header > h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 1.1em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #666666;
}

.card-inserat-header-topic {
    font-size: 22px;
    font-style: italic;
    line-height: 24px;
    font-weight: 600;
}

.card-inserat-header-addinfo {
    color: #444444;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 15px;
}

.card-inserat-header-addinfo:before {
    content: "(";
}

.card-inserat-header-addinfo:after {
    content: ")";
}

.card-inserat-view.card {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.card-inserat-view .card-inserat-header-addinfo {
    padding-bottom: 0px;
}

.header-topic {
    font-size: 22px;
    font-style: italic;
    line-height: 24px;
    font-weight: 600;
}

.header-subinfo {
    color: #444444;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 15px;
}

.header-subinfo:before {
    content: "(";
}

.header-subinfo:after {
    content: ")";
}

.height-100 {
    height: 175px;
}

.card > * {
    margin-bottom: 10px;
}

.information-area > .info-inserat {
    width: 65%;
}

.information-area > .info-contact {
    min-width: 5em;
    max-width: 30%;
    overflow: hidden;
    display: inline-block;
    margin: 0.5em;
}

.info-contact > div > p {
    margin: 0.1em;
    line-height: 1em;
}

.info-contact > p:first-child {
    font-weight: bold;
}

.ui-selectmanymenu {
    height: auto;
    overflow: auto;
}

.ui-selectlistbox-listcontainer {
    overflow: visible;
}

.error-message {
    color: #d0021b;
    display: block;
    width: 100%;
}

.alert-info > ul {
    list-style: none;
    width: auto;
    padding-left: 5px;
    display: inline-block;
}

.kachel {
    cursor: pointer;
    background-color: #ffffff;
    color: #666666;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.kachel-no-pointer {
    background-color: #ffffff;
    color: #666666;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.kachel-horizontal-layout {
    display: inline-block;
}

.kachel-lg {
    height: 150px;
    width: 320px;
    margin-right: 30px;
}

.kachel-xs,
.kachel-xs:visited {
    color: #666;
    height: 150px;
    width: 150px;
    text-decoration: none;
    padding: 1.5em 5px 5px 5px;
    overflow: hidden;
    font-size: 1em;
    text-align: center;
}

.kachel-xs .fa {
    font-size: 3em;
    width: 100%;
}

.kachel-xs:hover {
    color: #fff;
    background-color: #009933;
    text-decoration: none;
}

.kachel > .kennzeichnung,
.kachel-no-pointer > .kennzeichnung {
    background-color: #009933;
    color: #ffffff;
    float: left;
    height: 100%;
    width: 40px;
    margin-right: 10px;
    position: relative;
    left: 0px;
    z-index: 10;
}

.kachel > .kennzeichnung > i,
.kachel-no-pointer > .kennzeichnung > i {
    width: 100%;
    margin-top: 10px;
}

.kachel > .content > i,
.kachel-no-pointer > .content > i {
    font-size: 35px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.kachel > .header,
.kachel-no-pointer > .header {
    visibility: hidden;
    color: #444444;
    height: 2em;
    width: 100%;
    padding-left: 2em;
    background-color: #f1f1f1;
    z-index: 5;
    position: relative;
    top: 0em;
    color: #444444;
    font-family: CorporateSPro-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.kachel > .content,
.kachel-no-pointer > .content {
    padding-top: 30px;
    position: relative;
}

.kachel-link {
    padding: 0px 20px 20px;
}

.kachel-link:hover,
.kachel-link:visited {
    color: #666;
    text-decoration: none;
}

.kachel-link .action {
    color: #009933;
    font-size: 0.75em;
    position: absolute;
    bottom: -45px;
}

.kachel-link:hover .action {
    text-decoration: underline;
}

.kachel-link .action > .fa {
    font-size: 0.6em !important;
    padding-left: 5px;
}

.navbar .menu {
    height: 100%;
    margin: auto;
}

.navbar {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    background-color: #fff;
    color: #666;
}

.navbar > .menu > a {
    text-decoration: none;
    margin: 10px;
    color: #666;
}

.navbar-nav > li {
    float: right;
}

.navbar-nav > li > a {
    font-size: 16px;
}

.navbar .brand-logo-normal {
    display: inline;
}

.navbar .brand-logo-small {
    display: none;
}

.header-links {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 5px 60px 0px 60px;
    border-top: 1px solid;
    font-weight: bold;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.header-links > li > a {
    display: inline-block;
    color: #666666;
    font-size: 16px;
    padding: 10px 40px 10px 0px;
    white-space: nowrap;
}

.header-links > a:hover {
    color: #444;
    text-decoration: none;
}

.kachel > .content > .action-name,
.kachel-no-pointer > .content > .action-name {
    font-size: 22px;
    color: #666666;
    line-height: 24px;
}

.kachel > .content > .action-titel,
.kachel-no-pointer > .content > .action-titel {
    font-size: 22px;
    color: #666666;
    line-height: 24px;
}

.kachel > .content > .action-subtitel,
.kachel-no-pointer > .content > .action-subtitel {
    font-family: CrimsonText-Italic;
    font-size: 22px;
    color: #666666;
    line-height: 24px;
    font-style: italic;
}

.kachel > .footer,
.kachel-no-pointer > .footer {
    position: relative;
    bottom: 0px;
    height: 1em;
}

.kachel-section {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: flex-start;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.kachel-full-width {
    width: 100%;
}

.fachgebiet-highlight:after {
    content: ", ";
}

.fachgebiet-highlight:last-child:after {
    content: " ";
}

.tag {
    text-align: left;
    color: #666666;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    font: 18px;
    line-height: 18px;
    height: 30px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    display: inline-table;
}

.tag-primary {
    color: #009933;
    border-color: #009933;
}

.tag-secondary {
    color: #d4d4d4;
    border-color: #d4d4d4;
}

.tag:hover {
    color: #009933;
    border-color: #009933;
}

.tag-secondary:hover {
    color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
}

.btn-field {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.tag-header {
    color: #009933;
    padding-right: 10px;
}

.fachgruppen-header-search {
    color: #009933;
}

.fachgruppen-title-search {
    color: #009933;
    font-weight: bold;
}

.fachgruppen-number-search {
    margin-left: 15px;
}

.fachgruppen-inserattext-search {
    margin-left: 15px;
}

.ui-layout-pane {
    border: 0;
}

.fa-map-marker:active {
    color: #076f29;
}

.fa-star:active {
    color: #076f29;
}

.fa-print:active {
    color: #076f29;
}

.inserat {
    border: 0;
    border-style: none;
}

.kontakt {
    border: 0;
    border-style: none;
}

.kontakt .ui-panel {
    padding: 0;
}

.kontakt .ui-panel-content {
    padding: 0;
}

.search-list-content {
    border: 0;
    border-style: none;
}

.ui-datalist-content {
    border: 0;
    border-style: none;
}

.ui-datalist .ui-datalist-empty-message {
    padding: 0px;
}

.ui-selectcheckboxmenu {
    height: 45px;
}

.ui-selectcheckboxmenu-header {
    display: none;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    padding: 7px 55px 0px 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 100;
}

.date-picker-label {
    color: #999;
}

.ui-selectcheckboxmenu-label,
.ui-state-hover {
    background-color: #ffffff;
}

.multi-selected-label {
    color: #666 !important;
    font-weight: normal;
}

.ui-selectlistbox-item .ui-state-hover {
    background-color: #d4d4d4;
}

.ui-selectcheckboxmenu-trigger {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 50px;
    max-width: 50px;
}

.ui-selectcheckboxmenu-trigger:hover {
    background-color: #ffffff;
}

.ui-selectcheckboxmenu-trigger:before,
.ui-selectonemenu-trigger:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    margin-left: 12px;
    margin-top: 20px;
}

.ui-selectcheckboxmenu-trigger > span {
    background-image: none !important;
}

.ui-selectcheckboxmenu-panel {
    min-width: 300px;
}

.ui-selectcheckboxmenu-item,
.ui-selectcheckboxmenu-list-item {
    height: 50px;
}

.ui-selectcheckboxmenu-item:hover,
.ui-selectcheckboxmenu-list-item:hover {
    background-color: #f1f1f1;
}

.ui-selectcheckboxmenu-item > label,
.ui-selectcheckboxmenu-list-item > label {
    height: 50px;
    line-height: 1.5;
    min-height: 50px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    border-bottom: 1px solid #d4d4d4;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
    padding-left: 0px;
    padding-right: 2.6em;
}

.ui-selectcheckboxmenu-item .ui-chkbox-box {
    border: none;
    background-color: transparent;
}

.ui-selectcheckboxmenu-panel
    .ui-selectcheckboxmenu-list-item
    .ui-chkbox
    .ui-chkbox-box {
    margin-right: 0.2em;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox {
    margin-top: 0px;
    top: 15px;
    right: 0px;
}

.ui-selectcheckboxmenu-item span.ui-icon-check {
    margin-top: -5px;
}

.ui-icon-triangle-1-s {
    background-image: none !important;
    font-size: 22px;
    margin: 15px;
}

.ui-accordion-header .ui-icon-triangle-1-s:before {
    font-family: FontAwesome;
    content: "\f106";
}

.ui-accordion-header .ui-icon {
    font-family: FontAwesome;
    overflow: visible;
    text-indent: 0px;
    top: 5px !important;
    font-size: 22px;
    border-radius: unset;
    color: #009933;
    margin: 1px !important;
    background-image: none !important;
}

.ui-accordion-header .ui-icon-triangle-1-e:before {
    content: "\f107";
}

.mapMarkerOverlay {
    text-align: left;
}

.tableMapsInfos {
    border-collapse: separate;
    table-layout: auto;
    width: 100%;
    width: 100%;
}

.tableMapsInfos td {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 4px 10px;
}

.mapMarkerOverlayTitle {
    color: #009933;
    font-weight: bold;
}

.formchooser {
    height: 70px;
    padding-top: 15px;
    font-family: CorporateSPro-Bold, sans-serif;
    font-weight: bold;
    width: 100%;
}

.formchooser-select-one {
    padding-top: 0px;
    padding-left: 0px;
}

.checkbox-100 {
    width: 100%;
}

.right-paginator {
    margin-top: -89px;
}

.geocode-status {
    background: #d0021b;
    border-radius: 3px;
    color: #ffffff;
    font-size: 22px;
    padding: 15px;
}

.fa-times-circle {
    font-size: 30pt;
    padding-top: 15px;
    color: #666;
    text-align: left;
}

.deleteKommuneCol {
    text-align: center;
}

.h4-default-height {
    height: 40px;
}

.mobile {
    display: none;
}

.navigation-link-detail > a {
    display: block;
}

.text-left > .fa {
    padding-right: 5px;
}

.text-right > .fa {
    padding-left: 5px;
}

.inserat-action-area {
    margin-top: 50px;
}

.ases-routenplaner-print > a > i {
	color: gray;
	font-size: 2em;
}

.ases-routenplaner-print {
	float: right;
	position: relative;
	right: 16px;
	top: -225px;
}

.position-relative {
	position: relative;
}

.locationbutton-image {
    bottom: 12.5px;
    cursor: pointer;
    position: absolute;
    right: 28px;
}

.gps-image {
    bottom: 22.5px;
    cursor: pointer;
    position: absolute;
    right: 28px;
}

/* ############################################################################# */
/* # Autocomplete Wo Field Google                                                       # */
/* ############################################################################# */

.pac-item span {
    font-size: 20px !important;
}

/* ############################################################################# */
/* # HACKS                                                                     # */
/* ############################################################################# */
.jqplot-target {
    font-family: "CorporateSPro-Regular, sans-serif";
}

#form-alle-aktuelle-inserate .jqplot-highlighter-tooltip,
#form-alle-aktuellen-gesuche .jqplot-highlighter-tooltip,
#form-alle-aktuellen-angebote .jqplot-highlighter-tooltip,
#form-letzter-monat-inserat .jqplot-highlighter-tooltip {
    display: none !important;
}

table.jqplot-table-legend {
    width: 210px !important;
}

.jqplot-table-legend-label {
    padding-right: 10px;
    padding-left: 5px;
}

.checkbox-verhandelbar {
    padding-top: 35px;
}

.saveConfigTexts .ui-widget-content {
    border: none !important;
}

.gm-style-mtc > div > div > label {
    font-size: 9px !important;
}

/* ############################################################################## */
/* # Responsive Design                                                          # */
/* ############################################################################## */
@media screen and (max-width: 500px) {
    .navbar .brand-logo-normal {
        display: none;
    }

    .navbar .brand-logo-small {
        display: inline;
    }
}

@media all and (max-width: 800px) {
    body {
        padding-top: 70px;
    }

    .ases-navigation .header {
        display: none;
    }

    .menu-text {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .navbar {
        padding-bottom: 0;
    }

    .navbar-header {
        float: left;
    }

    .navbar-right > li {
        float: right;
    }

    .dropdown-menu > li {
        padding-right: 30px;
    }

    .navbar-nav > li > a,
    .dropdown-menu > li > a {
        font-size: 22px;
    }

    .dropdown-menu > li > a {
        padding-right: 20px;
        line-height: 35px !important;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }

    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        top: 62px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
        left: -180px;
    }

    .dropdown-menu .divider {
        border: 1px solid #e5e5e5;
    }

    .fa {
        font-size: 22px;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 5px;
    }

    .start-header-image {
        margin-top: 10px;
    }

    .inserat-action-area {
        margin-top: inherit;
    }
    
    .checkbox-verhandelbar {
        padding-top: 5px;
    }
}

/* ############################################################################## */
/* # MaplibreGl Popups                                                          # */
/* ############################################################################## */

.mapboxgl-popup, .maplibregl-popup {
    max-height: 200px;
}

.maplibregl-popup-content > ul {
    list-style: none;
    padding: 0px;
}

.mapboxgl-popup-content, .maplibregl-popup-content {
    overflow: auto;
}

.mapboxgl-map, .maplibregl-map {
	height: 500px;
	width: 100% !important;
}
.maplibregl-canvas, .mapboxgl-canvas {

}

.maplibregl-canvas {
  height: 500px;
}

