@charset "UTF-8";

/* ############################################################################## */
/* # Allgemeine Einstellungen                                                   # */
/* ############################################################################## */
html {
    margin: 0;
    padding: 0;
    background: #FAFAFA;
    height: 100% !important;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 170px 0 50px 0;
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    color: #666666;
    height: 100%;
    background-color: #FAFAFA;
}

.start-header-image {
    margin-top: -20px;
}

h1 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

h2 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

h3 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-family: CorporateSPro-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-family: CorporateSPro-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

hr {
    height: 2px;
    border: 0;
    border-top: 1px solid #666666 !important;
}

hr.card-inserat-header-divider {
    margin-bottom: 0.6em;
}

a {
    font-size: 16px;
    color: #207ac3;
    text-decoration: none;
}

.fa-angle-right {
    font-size: 16px;
    color: #207ac3;
    text-decoration: none;
    padding-left: 15px;
    margin-left: -15px;
}

.textlink:after {
    font-family: FontAwesome, serif;
    font-weight: 100;
    content: " \f105";
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
}

.textlink::AFTER:HOVER {
    text-decoration: none;
    display: inline-block;
}

.smalltextlink {
    font-size: 13px;
}

.smalltextlink:after {
    font-family: FontAwesome, serif;
    font-size: 14px;
    font-weight: 100;
    content: "\f054";
    margin-left: 15px;
    text-decoration: none;
}

a:hover {
    color: #207ac3;
    text-decoration: underline;
}

a:active, a:visited {
    color: #004680;
    text-decoration: underline;
}

a.not-highlight.card-inserat-action-element:hover,
a.not-highlight.card-inserat-action-element:active,
a.not-highlight.card-inserat-action-element:visited,
a.not-highlight.card-inserat-action-element:focus {
    color: #207ac3;
    text-decoration: none;
}

.not-highlight.fa-star:active {
    color: #207ac3;
}

a:disabled {
    color: #d4d4d4;
}

label {
    font-family: CorporateSPro-Regular, sans-serif !important;
    font-size: 16px !important;
    color: #666666;
}

table {
    border-collapse: separate !important;
    table-layout: auto;
}

/* input[type="checkbox"]:DISABLED:PARENT{
    color: red;
} */
.input-error-icon {
    color: #d0021b;
    float: right;
    font-size: 16px;
    margin-right: 20px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.input-success-icon {
    color: #207ac3;
    float: right;
    font-size: 16px;
    margin-right: 20px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.textarea-validation-icon {
    position: absolute;
    right: 14px;
    top: 71px;
}

/* ############################################################################## */
/* # Akzente                                                                    # */
/* ############################################################################## */
.akzent-a1 {
    font-family: CrimsonText-Italic, cursive;
    font-size: 16px;
    line-height: 20px;
}

.akzent-a2 {
    font-family: CrimsonText-Italic, cursive;
    font-size: 16px;
    line-height: 20px;
}

.akzent-a3 {
    font-family: CrimsonText-Italic, cursive;
    font-size: 16px;
    line-height: 20px;
}

.akzent-a4 {
    font-family: CrimsonText-Italic, cursive;
    font-size: 16px;
    line-height: 20px;
}

.bodycopy-b1 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.bodycopy-b2 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.bodycopy-b3 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.copytext-c1 {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 14px;
    line-height: 16px;
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.icon {
    color: #666666;
}

.presentation_homepage {
    background-color: #207ac3;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: center;
}

.presentation_portal {
    background-color: #3a4f72;
    color: #ffffff;
}

.presentation_intranet {
    background-color: #6a334f;
    color: #ffffff;
}

.primary-color-1 {
    background-color: #207ac3;
    color: #ffffff;
}

.primary-color-2 {
    background-color: #666666;
    color: #ffffff;
}

.secondary-color-1 {
    background-color: #004680;
    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;
}

.akzent-homepage {
    background-color: #e5f4e8;
}

.akzent-portal {
    background-color: #e4edf5;
}

.akzent-portal {
    background-color: #f2ecf1;
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.boerse_navigation {
    width: 100%;
}

.boerse_navigation .header {
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    white-space: nowrap;
}

.boerse_navigation .header span.caption {
    padding-left: 20px;
}

.boerse_navigation .header span.content {
    padding-right: 20px;
    font-weight: bold;
}

.boerse_navigation > .center {
    padding: 10px 30px;
}

.boerse_navigation > hr {
    margin: 0 30px;
}

.boerse_navigation > .menu {
    height: 36px;
}

.dropdown-menu > li > a {
    font-size: 16px;
}

.boerse_footer {
    height: 60px;
    color: #ffffff;
    background-color: #666666;
    padding: 10px 30px;
    display: block;
}

/* ############################################################################## */
/* # MS Routenplaner Einstellungen                                              # */
/* ############################################################################## */
.ms-maps-loading div {
    padding-top: 5px;
}

.ms-route-container {
    width: 100%;
}

.ms-route-header {

}

.ms-route-header-title {
    font-family: CorporateSPro-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ms-route-button-panel {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.ms-route-button-panel button {
    padding: 5px;
}

.ms-button-icon {
    border: none;
    padding: 0;
    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%;
}

.ms-route-from-input > input, .ms-route-to-input > input {
    height: 70px;
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.ms-route-from-input > span, .ms-route-to-input > span {
    width: 100%;
}

.ms-route-from-input > span > input, .ms-route-to-input > span > input {
    height: 70px;
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.ms-route-print {

}

.ms-route-print > a > i {
    color: #666666;
    font-size: 16px;
}

.ms-route-maps-container {
    width: 100%;
    height: 500px;
    margin: 0 auto 0 auto;
    display: flex;
}

.ms-route-overview-map {
    height: 100%;
    width: calc(100% - 400px);
    float: left;
}

.pac-item span {
    font-size: 16px !important;
}

.pac-item {
    font-size: 16px !important;
}

.ms-route-button-travel-mode-selected {
    color: #207ac3;
}

.ms-route-direction {
    position: relative;
    width: 390px;
    height: 100%;
    overflow: auto;
    float: right;
}

.ms-route-icon-travel-transit:before {
    content: "\f207";
    font-family: FontAwesome, serif;
    font-size: 16px;
}

.ms-route-icon-travel-bicycling:before {
    content: "\f206";
    font-family: FontAwesome, serif;
    font-size: 16px;
}

.ms-route-icon-pin-goal:before,
.ms-route-icon-pin-depart:before {
    content: "\f3c5";
    font-family: 'Font Awesome 6 Free', serif;
    font-size: 1.5em;
}

.ms-route-icon-pin-goal {
    color: #1c8000;
}

.ms-route-icon-pin-depart {
    color: #800035;
}

.ms-route-icon-travel-walking:before {
    content: "\f183";
    font-family: FontAwesome, serif;
    font-size: 16px;
}

.ms-route-icon-travel-driving:before {
    content: "\f1b9";
    font-family: FontAwesome, serif;
    font-size: 16px;
}

.ms-route-icon-print:before {
    content: "\f02f";
    font-family: FontAwesome, serif;
    font-size: 16px;
}

.ms-route-icon-print:hover {
    color: #207ac3;
}


@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 {
    .ms-route-button-panel {
        display: none;
    }

    .ms-route-no-map {
        display: none;
    }

    .ms-route-direction {
        width: 100%;
        margin-top: 10px;
        float: left;
        height: auto;
    }

    .ms-route-from-input > span > input, .ms-route-to-input > span > input {
        height: 30px;
        width: 100%;
        border: none;
        font-weight: 400;
    }

    .ms-route-maps-container {
        width: 100%;
        height: 500px;
        display: block;
        margin: 0 auto 0 auto;
    }

    a[href]:after {
        content: none !important;
    }
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.boerse_content {
    width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
    min-height: 100%;
}

/* ############################################################################## */
/* #                                                                            # */
/* ############################################################################## */
.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: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 100;
}

.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 0 rgba(73, 143, 226, 0.75), inset 1px 1px 2px 0 rgba(73, 143, 226, 0.75);
}

.floating-inline-group.focused .floating-inline-label {
    padding-left: 20px;
    padding-top: 10px;
    transform: scale(0.75);
    color: #444;
    font-weight: 700;
}

.floating-inline-group {
    margin-bottom: 20px;
}

.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 {
    height: 10.5em !important;
    overflow: visible !important;
}

.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;
}

.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: #207ac3;
    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: #207ac3;
}

.button:HOVER {
    background: #004680;
}

.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: #207ac3 !important;
}

.btn-secondary-no-focus:hover {
    color: #ffffff !important;
    background-color: #207ac3 !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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn-disabled {
    background-color: #d4d4d4 !important;
    border-radius: 3px !important;
    color: #F1F1F1 !important;
}

.btn-disabled:hover {
    background-color: #d4d4d4 !important;
    border-radius: 3px !important;
    color: #F1F1F1 !important;
}

.btn-disabled:active {
    background-color: #d4d4d4 !important;
    border-radius: 3px !important;
    color: #F1F1F1 !important;
}

.btn-disabled:focus {
    background-color: #d4d4d4 !important;
    border-radius: 3px !important;
    color: #F1F1F1 !important;
}

.btn-disabled:active:focus {
    background-color: #d4d4d4 !important;
    border-radius: 3px !important;
    color: #F1F1F1 !important;
}

.btn-disabled:active:hover {
    background-color: #d4d4d4 !important;
    border-radius: 3px !important;
    color: #F1F1F1 !important;
}

.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-icon.ui-icon-closethick:before {
    color: #fff;
    font-family: FontAwesome, serif;
    content: "\f00d";
}

.floating {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    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: #004680;
}

.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: 0;
    width: calc(100% - 160px);
}

.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: 1.5em;
    font-size: 1em;
    height: 11em;
    padding: 0.2em;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #444;
    white-space: pre-wrap;
}

.text-scrollable-impressum {
    line-height: 1.5em;
    font-size: 1em;
    padding: 0.2em;
    overflow: auto;
    white-space: pre-wrap;
}

.card {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0 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-cards {

}

.card-inserat-list-item {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.card-inserat-list-item-content {
    background-color: #207ac3;
    padding-left: 45px;
    margin-bottom: 0 !important;
}

.card-inserat-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
}

.card-inserat-action {
    width: 100%;
    margin-bottom: 0;
    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: 16px;
}

.card:last-child {
    border-radius: 0 0 2px 2px;
}

.card:first-child {
    border-radius: 2px 2px 0 0;
}

.card-datalist .ui-datalist-content {
    background-color: transparent;
}

.information-area {

}

.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: 0;
    padding-top: 0;
}

.header-inserat > h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.header-inserat > h2 {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.header-inserat > h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #666666;
}

.card-inserat-header {
    margin-top: 0;
    padding-top: 0;
}

.card-inserat-header > h3 {
    display: inline-block;
    font-size: 1.0em;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #666666;
}

.card-inserat-header-topic {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-weight: 600;
}

.card-inserat-header-addinfo {
    color: #444444;
    font-size: 14px;
    line-height: normal;
    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%;
    word-wrap: break-word;
}

.card-inserat-view .card-inserat-header-addinfo {
    padding-bottom: 0;
}

.header-topic {
    font-size: 16px;
    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: ")";
}

.card > * {
    margin-bottom: 10px;
}

.coopChoice {
    width: 100%;
    margin-left: 14px;
}

#inseratForm\:inseratKoopIsTaetigkeitMVZChoice > tbody > tr > td > label {
    font-weight: normal;
    font-size: 16px !important;
    font-style: italic;
}

#inseratForm\:inseratKoopIstAngestelltChoice > tbody > tr > td > label {
    font-weight: normal;
    font-size: 16px !important;
    font-style: italic;
}

#inseratForm\:inseratKoopIsAnstellungPraxisChoice > tbody > tr > td > label {
    font-weight: normal;
    font-size: 16px !important;
    font-style: italic;
}

.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%;
}

.warning-message {

}

.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: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.kachel-no-pointer {
    background-color: #ffffff;
    color: #666666;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 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: #207ac3;
    text-decoration: none;
}

.kachel > .kennzeichnung, .kachel-no-pointer > .kennzeichnung {
    background-color: #207ac3;
    color: #ffffff;
    float: left;
    height: 100%;
    width: 40px;
    margin-right: 10px;
    position: relative;
    left: 0;
    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: 16px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.kachel > .header, .kachel-no-pointer > .header {
    visibility: hidden;
    height: 2em;
    width: 100%;
    padding-left: 2em;
    background-color: #F1F1F1;
    z-index: 5;
    position: relative;
    top: 0;
    font-family: CorporateSPro-Regular, serif;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.kachel > .content, .kachel-no-pointer > .content {
    padding-top: 30px;
    position: relative;
}

.kachel-link {
    padding: 0 20px 20px;
}

.kachel-link:hover, .kachel-link:VISITED {
    color: #666;
    text-decoration: none;
}

.kachel-link .action {
    color: #207ac3;
    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;
}

.header-links {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 5px 60px 0 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 0;
    white-space: nowrap;
}

.header-links > a:hover {
    color: #444;
    text-decoration: none;
}

.label-username {
    font-size: 16px;
    color: #777;
    padding-top: 15px;
    line-height: 20px;
}

.kachel > .content > .action-name, .kachel-no-pointer > .content > .action-name {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.kachel > .content > .action-titel, .kachel-no-pointer > .content > .action-titel {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.kachel > .content > .action-subtitel, .kachel-no-pointer > .content > .action-subtitel {
    font-family: CrimsonText-Italic, serif;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    font-style: italic;
}

.kachel > .footer, .kachel-no-pointer > .footer {
    position: relative;
    bottom: 0;
    height: 1em;
}

.kachel-section {
    width: 100%;
    flex-wrap: wrap;
    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-size: 16px;
    line-height: 18px;
    height: 30px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    display: inline-table;
}

.tag-primary {
    color: #207ac3;
    border-color: #207ac3;
}

.tag-secondary {
    color: #d4d4d4;
    border-color: #d4d4d4;
}

.tag:hover {
    color: #207ac3;
    border-color: #207ac3;
}

.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: #207ac3;
    padding-right: 10px;
}

.fachgruppen-header-search {
    color: #207ac3;
}

.fachgruppen-title-search {
    color: #207ac3;
    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: #004680;
}

.fa-star:active {
    color: #004680;
}

.fa-print:ACTIVE {
    color: #004680;
}

.inserat {
    border: 0 none;
}

.kontakt {
    border: 0 none;
}

.kontakt .ui-panel {
    padding: 0;
}

.kontakt .ui-panel-content {
    padding: 0;
}

.search-list-content {
    border: 0 none;
}

.ui-datalist-content {
    border: 0 none;
}

.ui-datalist .ui-datalist-empty-message {
    padding: 0;
}

.ui-selectcheckboxmenu {
    height: 45px;
}

.ui-selectcheckboxmenu-header {
    display: none;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    padding: 7px 55px 0 0;
    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-token {
    background: none;
    border: none;
    font-size: 16px;
}

.ui-selectcheckboxmenu-token-label {
    padding: 7px 55px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 100;
}

.ui-selectcheckboxmenu-multiple-container.ui-inputfield {
    height: 68px;
}

.wrap-pagination-select::after {
    display: inline-block;
    height: 55px;
    color: #666;
    background-color: white;
    content: "\f078";
    top: -1px;
    margin-left: -32px;
    position: relative;
    padding: 2px 5px;
    text-decoration: none;
    z-index: 1;
    outline: 0;
    border-left: 1px solid #a8a8a8;
    font-family: FontAwesome, serif;
}

.wrap-pagination-select {
    margin-left: 25px;
    background-color: white;
    padding-left: 0 !important;
    height: 56px;
    width: 74px;
}

select.ui-paginator-rpp-options {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    width: 74px;
    z-index: 100;
    padding-left: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 16px !important;
    color: #444;
    position: relative;
    background: none !important;
}

select.ui-paginator-rpp-options > option[selected]::after {
    content: "\f00c";
    font-family: FontAwesome, serif;
    color: #207ac3;
    text-align: right;
    width: 50px;
    position: relative;
    right: -50px;
}

/*
select.ui-paginator-rpp-options>option:HOVER{
    background-color: red;
}
*/

select.ui-paginator-rpp-options > option {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px;
    position: relative;
}

select.ui-paginator-rpp-options::-ms-expand {
    display: none;
}

.ui-selectcheckboxmenu-trigger:before, .ui-selectonemenu-trigger:before {
    content: "\f078";
    font-family: FontAwesome, serif;
    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: 50px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    border-bottom: 1px solid #d4d4d4;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
    padding-left: 0;
}

.ui-selectcheckboxmenu-item .ui-chkbox-box {
    border: none;
    background-color: transparent;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox {
    margin-top: 0;
    top: 15px;
    right: 0;
}

.ui-selectcheckboxmenu-item span.ui-icon-check {
    margin-top: -5px;
}

.ui-icon-triangle-1-s {
    background-image: none !important;
    font-size: 16px;
    margin: 15px;
}

.ui-accordion-header .ui-icon-triangle-1-s:BEFORE {
    font-family: FontAwesome, serif;
    content: "\f106";
}

.ui-accordion-header .ui-icon {
    font-family: FontAwesome, serif;
    overflow: visible;
    text-indent: 0;
    top: 5px !important;
    font-size: 16px;
    border-radius: unset;
    color: #207ac3;
    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%;
}

.tableMapsInfos td {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 4px 10px;
}

.mapMarkerOverlayTitle {
    color: #207ac3;
    font-weight: bold;
}

.formchooser {
    height: 70px;
    padding-top: 15px;
    font-family: CorporateSPro-Bold, sans-serif;
    font-weight: bold;
    width: 100%;
}

.checkbox-100 {
    width: 100%;
}

.rowCountChooser {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 275px !important;
    float: right;
}

.right-paginator {
    margin-top: -89px;
}

.geocode-status {
    background: #d0021b;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
}

.fa-times-circle {
    font-size: 16px;
    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;
}

/* ############################################################################# */
/* # HACKS                                                                     # */
/* ############################################################################# */
.jqplot-target {
    font-family: "CorporateSPro-Regular, sans-serif", 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 all and ( max-width: 800px) {
    body {
        padding-top: 60px;
    }

    .boerse_navigation .header {
        display: none;
    }

    .menu-text {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .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: 16px;
    }

    .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 0;
    }

    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: fixed;
        right: 0;
        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: auto;
    }

    .dropdown-menu .divider {
        border: 1px solid #e5e5e5;
    }

    .fa {
        font-size: 16px;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px !important;
    }

    .start-header-image {
        margin-top: 10px;
    }

    .inserat-action-area {
        margin-top: inherit;
    }

    .checkbox-verhandelbar {
        padding-top: 5px;
    }
}

/* ############################################################################## */
/* # Allgemeine Druckeinstellungen                                              # */
/* ############################################################################## */
@media print {
    .boerse_navigation {
        display: none;
    }

    .container {
        width: 100%;
    }
}

.header-kontakt {
    font-size: 16px;
}

.header-kontakt a, .header-kontakt a[href^="tel"]:link, .header-kontakt a[href^="tel"]:visited, .header-kontakt a[href^="tel"]:hover,
.header-kontakt a[href^="mailto"]:link, .header-kontakt a[href^="mailto"]:visited, .header-kontakt a[href^="mailto"]:hover {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

div.choose-inserat-art-left-column {
    padding-right: 28px;
}

div.choose-inserat-art-right-column {
    padding-left: 28px;
}

div.h_4 {
    font-size: 1.0em;
    font-weight: bolder;
}

.view-inserent-contact > label {
    font-weight: normal;
}

.directions.container {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
    width: 100%;
}

.directions.container .divider {
    border-top: 1px solid rgba(187, 187, 187, 0.8);
    margin-top: 0;
    margin-bottom: 0;
}

.directions.container .icon {
    font-size: 20px;
    font-weight: bolder;
}

.directions.container .distance {
    margin-top: 10px;
    display: block;
}

.directions.container .instruction,
.directions.container .summary {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.directions.container .instruction.selected,
.directions.container .summary.selected {
    background-color: #f1f1f1;
}

.directions.container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.bficon.bficon-info,
.bficon.bficon-warning-triangle-o {
    display: inline-block;
    font-family: "FontAwesome", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: top;
}

.bficon.bficon-info:before {
    color: #5bc0de;
    content: "\f05a";
}

.bficon-warning-triangle-o::before {
    color: #f0ad4e;
    content: "\f071";
}
