:root {
    --p123search-ci-1: #0f1b5f;
    --p123search-ci-2: #CC071E;
}

.noVBM {
    display: none !important;
}

.vbmimage {
    /*background-size: 68% auto !important;*/
    background-size: contain !important;
    margin-right: 0px !important;
    max-height: 199px !important;
}

*:first-child + html .tx-p123search-pi3 {
    width: 100%;
}

/* IE7 */

.tx-p123search-pi3 {
    max-height: 90000000px;
    min-height: 0;
    padding-top: 5px;
    -moz-transition: max-height 0s linear;
    -ms-transition: max-height 0s linear;
    -o-transition: max-height 0s linear;
    -webkit-transition: max-height 0s ease;
    transition: max-height 0s ease;
}

.tx-p123search-pi3 .showview {
    background: var(--btn-select-background) !important;
    background: -moz-linear-gradient(top, var(--btn-select-background) 0%, var(--btn-select-background-to) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--btn-select-background-to)), color-stop(100%, var(--btn-select-background-to))) !important;
    background: -webkit-linear-gradient(top, var(--btn-select-background) 0%, var(--btn-select-background-to) 100%) !important;
    background: -o-linear-gradient(top, var(--btn-select-background) 0%, var(--btn-select-background-to) 100%) !important;
    background: -ms-linear-gradient(top, var(--btn-select-background) 0%, var(--btn-select-background-to) 100%) !important;
    background: linear-gradient(to bottom, var(--btn-select-background) 0%, var(--btn-select-background-to) 100%) !important;
    background-color: var(--btn-select-background) !important;
    -webkit-box-shadow: inset 0 1px 0 var(--btn-select-box-shadow) !important;
    -moz-box-shadow: inset 0 1px 0 var(--btn-select-box-shadow) !important;
    box-shadow: inset 0 1px 0 var(--btn-select-box-shadow) !important;
    /*border: 1px solid var(--p123search-ci-2) !important;*/
    /*color: var(--p123search-ci-2) !important;*/
    color: var(--p123search-ci-1) !important;
}

.tx-p123search-pi3 .showview div {
    /*color: var(--p123search-ci-2) !important;*/
    color: var(--p123search-ci-1) !important;
}

#tx-p123search-pi3-search .tooltip span {
    width: 200px;
}

html.mm-opened .tx-p123search-pi3-overlay-wrapper,
html.mm-opened .tx-p123search-pi3-overlay,
html.mm-opened .tx-p123search-pi3-overlay-button{
    visibility: hidden;
}

.tx-p123search-pi3-overlay-bg {
    display: none;
}

html.tx-p123search-pi3-overlay-open .tx-p123search-pi3-overlay-bg {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 312;
    background-color: rgba(0,0,0,.6);
}


/* info-symbol */
.tx-p123search-pi3 span.info-symbol {
    display: inline-block;
}

.tx-p123search-pi3 .info-symbol i {
    display: inline-block;
    text-decoration: none;
    font-style: normal;
}

.tx-p123search-pi3 .info-symbol i:before,
.tx-p123search-pi3 .info-symbol a:before,
.tx-p123search-pi3-overlay .info-symbol a:before,
.tx-p123search-pi3 .view-symbol a:before,
.tx-p123search-pi3-overlay .view-symbol a:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2em;
    -webkit-font-smoothing: antialiased;
    /*noinspection CssInvalidPropertyValue*/
    -moz-osx-font-smoothing: grayscaled;
    padding-right: .19em;
    text-rendering: auto;
    vertical-align: middle;
    text-decoration: none;
}

.tx-p123search-pi3 .info-symbol i:before,
.tx-p123search-pi3 .info-symbol a:before,
.tx-p123search-pi3-overlay .info-symbol a:before {
    content: "\f05a";
     color: var(--color-info);
}

/* view-symbol */
.tx-p123search-pi3 .view-symbol a:before,
.tx-p123search-pi3-overlay .view-symbol a:before {
    content: "\f21d";
}

.tx-p123search-pi3-overlay-button {
    display: none;
    position: fixed;
    /*noinspection CssUnknownTarget*/
    /*background: rgba(0, 0, 0, 0.5) url(../typo3conf/ext/p123search/res/map-icon.png) 8px 46px no-repeat;*/
    background: rgba(0, 0, 0, 0.5) url(../../typo3conf/ext/p123search/res/map-icon.png) 8px 46px no-repeat;
    cursor: pointer;
    height: 90px;
    left: 0;
    top: 195px;
    width: 45px;
    z-index: 20;
    margin-top: 0 !important;
    -webkit-background-size: 2.3em;
    -moz-background-size: 2.3em;
    background-size: 2.3em;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

.tx-p123search-pi3-overlay-button::before {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-white);
    content: "\f002";
    display: block;
    font: normal normal normal 24px/45px FontAwesome;
    text-align: center;
}

.tx-p123search-pi3-overlay-button-close {
    position: fixed;
    display: none;
    width: 45px;
    height: 45px;
    background: var(--color-white);
    top: var(--header-height);
    z-index: 401;
}

html.tx-p123search-pi3-overlay-open .tx-p123search-pi3-overlay-button-close {
    display: block;
}
.tx-p123search-pi3-overlay-button-close span {
    position: relative;
    display: block;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}


.tx-p123search-pi3-overlay-button.is-opened,
.header-fixed .tx-p123search-pi3-overlay-button {
    display: block;
    z-index: 400;
}

.tx-p123search-pi3-overlay-button.is-opened {
    left: 260px;
}

.tx-p123search-pi3-overlay {
    position: fixed;
    /*noinspection CssUnresolvedCustomProperty*/
    top: var(--header-height);
    bottom: 0;
    left: -260px;
    width: 260px;
    margin-top: 0;
    margin-bottom: 0;
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
    /*noinspection CssUnresolvedCustomProperty*/
    border-right: 1px solid var(--border-color);
    overflow: hidden;
    overflow-y: visible;
    z-index: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    padding-left: 5px;
    padding-bottom: 3em;
}

.tx-p123search-pi3-overlay {
    /*min-height: 311px;*/
    /*min-height: -moz-calc(100% - 72px);*/
    /*min-height: -webkit-calc(100% - 72px);*/
    /*min-height: calc(100% - 72px);*/
    /*max-height: -moz-calc(100% - 110px);*/
    /*max-height: -webkit-calc(100% - 110px);*/
    /*max-height: calc(100% - 110px);*/
}


.tx-p123search-pi3-overlay-button.is-opened + .tx-p123search-pi3-overlay {
    left: 0 !important;
}

.tx-p123maps-pi1-fullscreen-open .tx-p123search-pi3-overlay,
.tx-p123maps-pi1-fullscreen-open .tx-p123search-pi3-overlay-button {
    display: none;
}

#tx-p123search-pi3-scroll {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*noinspection CssUnresolvedCustomProperty*/
    border-top: 1px solid var(--border-color);
    /*noinspection CssUnresolvedCustomProperty*/
    border-bottom: 1px solid var(--border-color);
}

#tx-p123search-pi3-scroll > div.flex-container {
    justify-content: space-around;
}

#tx-p123search-pi3-scroll .pi3-button a {
    display: inline-block;
    height: 100%;
    line-height: 2em;
    padding: 0 .5em;
}

#tx-p123search-pi3-scroll .pi3-button a:hover {
    background-color: #e3e1dc;
}

#tx-p123search-pi3-scroll .pi3-button .tx-p123search-pi3-map-icon a:before,
#tx-p123search-pi3-scroll .pi3-button a i {
    margin-right: .5em;
}

.tx-p123search-pi3 .tx-p123search-pi3-permanentEnabled .fixed-n5 {
    width: auto;
}

.tx-p123search-pi3 .tx-p123search-pi3-permanentEnabled .variable-n5 {
    width: auto;
}

/* topselection */
.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-green);
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-white);
    padding: 10px 7px;
}

.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection .tx-p123search-pi3-overlay-headline {
    border: none;
    padding: 0;
    margin-top: 5px;
}

.tx-p123search-pi3-topselection-form {
    order: 2 !important;
    width: 100%;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.tx-p123search-pi3-topselection-hint {
    order: 1 !important;
    width: 100%;
}


.tx-p123search-pi3-topselection-link {
    font-size: 25px;
    color: #fff;
    float: right;
    margin-bottom: -25px;
}

.tx-p123search-pi3-topselection-text {
    display: none;
}

.tx-p123search-pi3-topselection-address {
    order: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-flex-grow: 1 !important;
    -ms-flex-grow: 1 !important;
    flex-grow: 1 !important;
    margin-bottom: 20px;
}

.tx-p123search-pi3-subline {
    display: inline-block;
    width: 100%;
}

.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection #txp123searchpi3-budget,
.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection #txp123searchpi3-poi {
    /*width: 190px;*/
    width: 100%;
}

.tx-p123search-pi3-info-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection .tx-p123search-pi3-search-submit {
    margin: 0;
}

.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection .tx-p123search-pi3-search-submit input[type="submit"] {
    background: none;
    height: 26px;
    opacity: 0;
    position: absolute;
    width: 95%;
    z-index: 1;
}

.tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection .tx-p123search-pi3-search-submit:after {
    display: inline-block;
    content: "\f054\f054";
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--p123search-ci-1);
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-white);
    font: normal normal normal 10px FontAwesome;
    height: 31px;
    text-align: center;
    width: 100%;
    /*width: 55px;*/
    line-height: 31px;
}

.tx-p123search-pi3-topselection-perimeter {
    position: relative;
    order: 2 !important;
    width: 100%;
    margin-bottom: 5px;
}

.tx-p123search-pi3-topselection-perimeter select {
    height: 31px;
    width: 100%;
    line-height: 10px;
}

.tx-p123search-pi3-topselection-perimeter label {
    position: absolute;
    top: -19px;
}

.tx-p123search-pi3-topselection-budget {
    order: 3 !important;
    width: 100%;
}

.tx-p123search-pi3-topselection-form .tx-p123search-pi3-subline {
    order: 4 !important;
    margin-bottom: 5px;
}

.tx-p123search-pi3-topselection-form .tx-p123search-pi3-search-submit {
    order: 5 !important;
    width: 100%;
}

.tx-p123search-pi3-topselection-form .tx-p123search-pi3-search-submit input {
    width: 100%;
}

/* tx-p123search-pi3-overlay-headline */
.tx-p123search-pi3-overlay-headline {
    font-size: 16px;
    font-weight: normal;
    line-height: 2em;
    /*padding: 11px 7px;*/
    margin: 10px 0;
    text-align: left;
}

.tx-p123search-pi3-overlay-headline a {
    display: block;
    height: 100%;
    width: 100%;
}

/* tx-p123search-pi3-locations */
#tx-p123search-pi3-locations {
    position: relative;
    font-size: .8em;
    /*font-size: 12px;*/
    /*line-height: 13px;*/
}

/* tx-p123search-pi3-locationItem */
.tx-p123search-pi3-locationItem .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: flex-start;
}

.tx-p123search-pi3-locationItem {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
    /*noinspection CssUnresolvedCustomProperty*/
    border: 1px solid var(--border-color);
    margin-bottom: 5px;
}

.tx-p123search-pi3-locationItem:after {
    clear: both;
    content: "";
    display: table;
    zoom /*\**/: 1 \9; /* IE6-8 */
}

.tx-p123search-pi3-locationItem.highlight {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
}

.tx-p123search-pi3-locationItem .tooltip span {
    text-align: center;
}

.tx-p123search-pi3-locationItem .csc-mailform-button {
    width: inherit !important;
    padding: 0 !important;
}

.tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationDetails,
.tx-p123search-pi3-locationItemBody .tx-p123search-pi3-Navigation,
.tx-p123search-pi3-locationInfosFooter {
    display: none;
}

/* tx-p123search-pi3-locationItemHeader */
.tx-p123search-pi3-locationItemHeader {
    padding: 5px 5px 3px 5px;
}

/* tx-p123search-pi3-locationName */
.tx-p123search-pi3-locationName {
    order: 0;
    width: 100%;
    font-weight: bold;
    padding-right: 10px;
}

/* tx-p123search-pi3-city */
.tx-p123search-pi3-city {
    order: 1;
    width: 100%;
    margin-top: 5px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 2px;
    font-weight: bold;
}

/* tx-p123search-pi3-price */
.tx-p123search-pi3-price {
    order: 2;
    -webkit-flex-grow: 1 !important;
    -moz-flex-grow: 1 !important;
    -ms-flex-grow: 1 !important;
    flex-grow: 1 !important;
    margin-right: auto;
    margin-top: 5px;
    text-align: start;
    font-weight: bold;
}

/* tx-p123search-pi3-price-summary */
.tx-p123search-pi3-price-summary {
    order: 3;
    margin-top: 5px;
    margin-left: 15px;
    text-align: right;
    font-weight: bold;
    color: #00295f;
    min-height: 20px;
}

.tx-p123search-pi3-locationItemBody {
    position: relative;
    margin: 0 5px 3px 5px;
}

/* tx-p123search-pi3-locationImage */
.tx-p123search-pi3-locationImage {
    position: relative;
    order: 0;
    height: -moz-calc(90vw * 0.7);
    height: -webkit-calc(90vw * 0.7);
    height: calc(90vw * 0.7);
    width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin: 0 -5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tx-p123search-pi3-locationImage:before {
    content: none !important;
}

.tx-p123search-pi3-locationImage a {
    display: inline-block;
    position: relative;
    width: inherit;
    height: inherit;
}

.tx-p123search-pi3-locationSitePlanView .tx-p123search-pi3-locationImage a {
    width: 100%;
    height: 100%;
}

.tx-p123search-pi3-locationImage a:before {
    content: none !important;
}

.tx-p123search-pi3-locationImage.empty {
    /*noinspection CssUnknownTarget*/
    /*background-image: url(../typo3conf/ext/p123search/res/media-empty.png);*/
    background-image: url(../../typo3conf/ext/p123search/res/media-empty.png);
    -moz-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    -o-background-size: 50% auto;
    background-size: 50% auto;
    border-width: 1px 0;
    border-style: solid;
    /*noinspection CssUnresolvedCustomProperty*/
    border-color: var(--border-color);
}


/* tx-p123search-pi3-locationImage-zoom */
.tx-p123search-pi3-locationImage-zoom {
    display: none;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    align-items: center;
    justify-content: center;
}

.tx-p123search-pi3-locationSitePlanView .tx-p123search-pi3-locationImage .tx-p123search-pi3-locationImage-zoom {
    display: block;
    top: 5px;
    right: 2px;
}


.tx-p123search-pi3-locationImage-zoom:after {
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 2em;
}

.tx-p123search-pi3-locationImage.empty .tx-p123search-pi3-locationImage-zoom {
    display: none;
}

/* tx-p123search-pi3-locationImage-rating */
.tx-p123search-pi3-locationImage-rating {
    display: inline-flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
}

/* tx-p123search-pi3-rating */
.tx-p123search-pi3-rating .star {
    display: inline-block;
    height: 24px;
    width: 130px;
    text-indent: -99999em;
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/stars-rating-big@2x.png) 0 0 no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/stars-rating-big@2x.png) 0 0 no-repeat;
    -moz-background-size: 260px 48px;
    -webkit-background-size: 260px 48px;
    background-size: 260px 48px;
    margin-top: -4px;
}

.tx-p123search-pi3-rating .star.star0-0, .tx-p123search-pi3-rating .star.star9-9 {
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40);
}

@media all and (min-width: 0\0) {
    .tx-p123search-pi3-rating .star.star0-0, .tx-p123search-pi3-rating .star.star9-9 {
        -ms-filter: none;
        filter: none;
    }
}

/* IE9+ */
.tx-p123search-pi3-rating .star.star1-0 {
    background-position: 0px 0px;
}

.tx-p123search-pi3-rating .star.star1-5 {
    background-position: 0px -24px;
}

.tx-p123search-pi3-rating .star.star2-0 {
    background-position: -25px 0px;
}

.tx-p123search-pi3-rating .star.star2-5 {
    background-position: -25px -24px;
}

.tx-p123search-pi3-rating .star.star3-0 {
    background-position: -52px 0px;
}

.tx-p123search-pi3-rating .star.star3-5 {
    background-position: -52px -24px;
}

.tx-p123search-pi3-rating .star.star4-0 {
    background-position: -78px 0px;
}

.tx-p123search-pi3-rating .star.star4-5 {
    background-position: -78px -24px;
}

.tx-p123search-pi3-rating .star.star5-0 {
    background-position: -104px 0px;
}

.tx-p123search-pi3-rating .star.star5-5 {
    background-position: -104px -24px;
}

.tx-p123search-pi3-rating .star.star6-0 {
    background-position: -130px -0px;
}

/* tx-p123search-pi3-locationDetails */
.tx-p123search-pi3-locationDetails {
    width: 100%;
    margin-top: 10px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    line-height: 1.5em;
}

/* tx-p123search-pi3-locationDetailsTop */
.tx-p123search-pi3-locationDetailsTop {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    margin-bottom: 5px;
}

/* tx-p123search-pi3-locationInfosLeft */
.tx-p123search-pi3-locationInfosLeft {
    margin-right: 10px;
    pointer-events: none;
}

/* tx-p123search-pi3-locationIcon */
.tx-p123search-pi3-locationIcon span {
    display: inline-block;
    /*noinspection CssUnknownTarget*/
    /*background: url('../typo3conf/ext/p123search/res/media-icons.png') no-repeat;*/
    background: url('../../typo3conf/ext/p123search/res/media-icons.png') no-repeat;
    height: 55px;
    width: 55px;
}

.tx-p123search-pi3-locationIcon .icon-GF {
    background-position: 0 0;
}

.tx-p123search-pi3-locationIcon .icon-SP {
    background-position: 0 -55px;
}

.tx-p123search-pi3-locationIcon .icon-ZZ {
    background-position: 0 -120px;
}

.tx-p123search-pi3-locationIcon .icon-GZ {
    background-position: 0 -182px;
}

.tx-p123search-pi3-locationIcon .icon-GV {
    background-position: 0 -242px;
}

.tx-p123search-pi3-locationIcon .icon-PF {
    background-position: 0 -298px;
}

.tx-p123search-pi3-locationIcon .icon-VI,
.tx-p123search-pi3-locationIcon .icon-VN {
    background-position: 0 -362px;
}

/* tx-p123search-pi3-locationInfosRight */
.tx-p123search-pi3-locationInfosRight {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
}

.tx-p123search-pi3-locationText {
    order: 0;
    font-weight: bold;
}

.tx-p123search-pi3-locationPpS {
    order: 1;
    /*noinspection CssUnknownTarget*/
    /*background: url('../typo3conf/ext/p123search/res/media-pps.png') no-repeat;*/
    background: url('../../typo3conf/ext/p123search/res/media-pps.png') no-repeat;
    padding-left: 25px;
}

.tx-p123search-pi3-locationPpS span {
    font-weight: bold;
    margin-left: 5px;
}

.tx-p123search-pi3-locationLock {
    order: 2;
    /*noinspection CssUnknownTarget*/
    /*background: url('../typo3conf/ext/p123search/res/media-lock.png') no-repeat;*/
    background: url('../../typo3conf/ext/p123search/res/media-lock.png') no-repeat;
    background-position: 0 2px;
    padding-left: 25px;
}

.tx-p123search-pi3-locationLock del {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-red);
    text-decoration: none;
    margin-right: 5px;
}

.tx-p123search-pi3-locationPermanentAd {
    order: 3;
    /*noinspection CssUnknownTarget*/
    /*background: url('../typo3conf/ext/p123search/res/checkbox-checked.png') left bottom no-repeat;*/
    background: url('../../typo3conf/ext/p123search/res/checkbox-checked.png') left bottom no-repeat;
    padding-left: 25px;
}

.tx-p123search-pi3-locationMarket {
    order: 4;
    /*noinspection CssUnknownTarget*/
    /*background: url('../typo3conf/ext/p123search/res/market-icon.gif') left bottom no-repeat;*/
    background: url('../../typo3conf/ext/p123search/res/market-icon.gif') left bottom no-repeat;
    padding-left: 25px;
}

/* tx-p123search-pi3-locationSitePlan + tx-p123search-pi3-locationDetailsBottom */
.tx-p123search-pi3-locationDetails .toggle-wrapper {
    flex-direction: column !important;
}


.tx-p123search-pi3-locationSitePlanView,
.tx-p123search-pi3-locationDetailsBottom {
    display: none;
    margin-bottom: 5px;
}

.tx-p123search-pi3-locationDetailsBottom {
    padding: 5px;
}

/* tx-p123search-pi3-locationSitePlan + tx-p123search-pi3-locationInfosFooter */
.tx-p123search-pi3-locationSitePlan.disabled {
    display: none;
}

.tx-p123search-pi3-locationSitePlan,
.tx-p123search-pi3-locationInfosFooter {
    width: 100%;
}

.tx-p123search-pi3-locationSitePlanLink,
.tx-p123search-pi3-locationDetailLink a {
    display: inline-block;
    line-height: 2.5em;
    vertical-align: middle;
}

.tx-p123search-pi3-locationSitePlanLink a:before,
.tx-p123search-pi3-locationDetailLink a:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .185em 0 0;
    text-rendering: auto;
    vertical-align: middle;
    text-decoration: none;
}

.tx-p123search-pi3-locationSitePlanLink a:before {
    content: "\f279";
    font-size: 1.7em;
    padding-right: .3em;
}

.tx-p123search-pi3-locationDetailLink a:before {
    content: "\f05a";
    font-size: 2em;
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-info)
}

.tx-p123search-pi3-locationSitePlanLink a:after,
.tx-p123search-pi3-locationDetailLink a:after {
    content: "\f204";
    font-size: 1.2em;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.5em;
    text-rendering: auto;
    vertical-align: middle;
}

.tx-p123search-pi3-locationSitePlanLink a.active:after,
.tx-p123search-pi3-locationDetailLink a.active:after {
    content: "\f205";
}

/* tx-p123search-pi3-Navigation */
.tx-p123search-pi3-Navigation {
    bottom: 0;
    right: 0;
    width: 100%;
}

/* tx-p123search-pi3-NavigationButtons */
.tx-p123search-pi3-NavigationButtons {
    margin-top: 3px;
    width: inherit;
}

.tx-p123search-pi3-NavigationButtons .csc-mailform-button.open:after {
    content: "\f103";
}

.tx-p123search-pi3-TermineHeader {
    display: none;
}

.tx-p123search-pi3-Termine {
    margin-top: 1px;
    background: white;
    /*line-height: 1.4em;*/
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore {
    display: none;
    width: 100%;
    padding: .4em 0;
    margin-top: .3em;
    text-align: center;
    cursor: pointer;
    /*box-shadow: inset 0 1px 0 0 #fff;*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#ededed),color-stop(1,#dfdfdf));*/
    /*background: -moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);*/
    /*background: -webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);*/
    /*background: -o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);*/
    /*background: -ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);*/
    /*background: linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);*/
    /*background-color: rgba(0, 0, 0, 0);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf', GradientType=0);*/
    /*background-color: #ededed;*/
    /*border: 1px solid #dcdcdc;*/
}
/*.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore:hover {*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#dfdfdf),color-stop(1,#ededed));*/
    /*background: -moz-linear-gradient(top,#dfdfdf 5%,#ededed 100%);*/
    /*background: -webkit-linear-gradient(top,#dfdfdf 5%,#ededed 100%);*/
    /*background: -o-linear-gradient(top,#dfdfdf 5%,#ededed 100%);*/
    /*background: -ms-linear-gradient(top,#dfdfdf 5%,#ededed 100%);*/
    /*background: linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);*/
    /*background-color: rgba(0, 0, 0, 0);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed', GradientType=0);*/
    /*background-color: #dfdfdf;*/
/*}*/

.tx-p123search-pi3-Termine.checked .tx-p123search-pi3-Termine-btnmore {
    display: none;
}
.tx-p123search-pi3-Termine.checked.checked-1 .tx-p123search-pi3-Termine-btnmore,
.tx-p123search-pi3-Termine.checked.checked-2 .tx-p123search-pi3-Termine-btnmore,
.tx-p123search-pi3-Termine.checked.checked-3 .tx-p123search-pi3-Termine-btnmore,
.tx-p123search-pi3-Termine.checked.checked-4 .tx-p123search-pi3-Termine-btnmore,
.tx-p123search-pi3-Termine.checked.checked-5 .tx-p123search-pi3-Termine-btnmore {
    display: block;
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore span.text {
    display: block;
    width: 100%;
    margin-top: -20px;
    font-size: 1.1em;
    /*color: #0f1b5f;*/
}
.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore.on span.text {
    display: block;
}
.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore.off span.text {
    display: none;
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore span.icon {
    display: block;
    width: 100%;
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore span.icon:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscaled;
    padding: 0 .185em;
    text-rendering: auto;
    vertical-align: middle;
    color: #b1b9b9;
    top: -3px;
    opacity: .3;
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore:hover span.icon:before {
    opacity: .6;
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore span.icon.on:before {
    content: "\f107";
}
.tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore span.icon.off:before {
    content: "\f106"
}

.tx-p123search-pi3-Termine .tx-p123search-pi3-Termin.permanent-advertising.disabled {
    display: none;
}

.tx-p123search-pi3-Termine.hide {
    display: none;
}

.tx-p123search-pi3-Termin {
    /*width: calc((100% - (2 * 2px) - (3 * 2px)) / 3);*/
    width: calc((100% - (2 * 2px)) / 3);
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-self: stretch;
    -moz-align-self: stretch;
    -webkit-align-self: stretch;
    -ms-align-self: stretch;
}

/*.tx-p123search-pi3-Termine .tx-p123search-pi3-Termin.disabled {*/
/*    width: 0;*/
/*    margin-right: 0;*/
/*}*/

/*.tx-p123search-pi3-Termine .enabled:nth-of-type(3n) {*/
.tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(3n) {
    margin-right: 0;
}

.tx-p123search-pi3-Termin a {
    text-decoration: none !important;
}

.tx-p123search-pi3-Termin-cell {
    width: 100%;
    text-align: center;
}

.tx-p123search-pi3-Termin-cell:nth-last-child(2) {
    width: 100%;
}

.tx-p123search-pi3-Termin-basket {
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
}

.tx-p123search-pi3-Termin-basket:before,
.tx-p123search-pi3-Termin-basket:after {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.7em;
    -webkit-font-smoothing: antialiased;
    /*noinspection CssInvalidPropertyValue*/
    -moz-osx-font-smoothing: grayscaled;
    padding: 0 .185em;
    text-rendering: auto;
    vertical-align: middle;
}

.tx-p123search-pi3-Termin-basket:before {
    content: "\f07a";
}

.tx-p123search-pi3-locationCheckbox {
    position: relative;
}

.tx-p123search-pi3-locationCheckbox .crossbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.tx-p123search-pi3-locationCheckbox .cross {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.tx-p123search-pi3-locationCheckbox .cross.cross-1 {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    border: 1px solid var(--deactivated-color);
}

.tx-p123search-pi3-locationCheckbox .cross.cross-2 {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    border: 1px solid var(--deactivated-color);
}

.tx-p123search-pi3-locationCheckbox.checked .tx-p123search-pi3-Termin-basket:before {
    right: -16px;
}

.tx-p123search-pi3-locationCheckbox.checked .tx-p123search-pi3-Termin-basket:after {
    content: "\f00c";
    left: -5px;
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--btn-select-color);
}

.tx-p123search-pi3-locationCheckbox.checked.express .tx-p123search-pi3-Termin-basket:after {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-express);
}

.tx-p123search-pi3-locationCheckbox {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.tx-p123search-pi3-locationCheckbox.express {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-express);
}

.tx-p123search-pi3-locationCheckbox.express .tx-p123search-pi3-Termin-cell:first-child {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-express);
    font-weight: bold;
}

/* show all dates */
/*.tx-p123search-pi3-locationCheckbox.disabled {*/
/*    display: none;*/
/*}*/

.tx-p123search-pi3 .tx-p123search-pi3-permanentEnabled .fixed-n5,
.tx-p123search-pi3 .tx-p123search-pi3-permanentEnabled .variable-n5 {
    width: auto;
}

/* 768px */
.tx-p123search-pi3-tableFooter div {
    width: auto;
}

/* table */
.tx-p123search-pi3-pageNav {
    color: #000000;
    margin-left: 120px;
    text-align: right;
}

.tx-p123search-pi3-tableHeader,
.tx-p123search-pi3-tableFooter {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/table-header.gif) repeat-x;*/
    background: url(../../typo3conf/ext/p123search/res/table-header.gif) repeat-x;
    color: #000000;
}

.tx-p123search-pi3-tableHeader,
.tx-p123search-pi3-tableFooter {
    font-size: 12px;
    line-height: 13px;
    /*padding-left: 12px;*/
    /*padding-right: 15px;*/
}


.tx-p123search-pi3-tableHeader {
    padding-top: 30px;
}

#txp123searchpi3-permanent-window .tx-p123search-pi3-tableHeader {
    padding-top: 14px;
}

#tx-p123search-pi3-sort ~ .tx-p123search-pi3-tableHeader,
#tx-p123search-pi3-search ~ .tx-p123search-pi3-tableHeader {
    padding-top: 5px;
}

.tx-p123search-pi3-tableFooter {
    margin-top: 5px;
    padding-top: 5px;
}

.tx-p123search-pi3-tableHeader .variable,
.tx-p123search-pi3-tableFooter .variable {
    color: #000000;
}

.tx-p123search-pi3-tableHeader .variable {
    padding-bottom: 8px;
}


/* txp123searchpi3-permanent-window */
#txp123searchpi3-permanent-window .line {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/table-header.gif) repeat-x;*/
    background: url(../../typo3conf/ext/p123search/res/table-header.gif) repeat-x;
    border: none;
    height: 1px;
}

#txp123searchpi3-permanent {
    margin-top: 10px;
}

#txp123searchpi3-permanent fieldset {
    flex-direction: column !important;
}

#txp123searchpi3-permanent fieldset div {
    width: 100%;
    margin-bottom: 5px;
}

#txp123searchpi3-permanent fieldset .csc-mailform-text > * {
    width: 100%;
}

#txp123searchpi3-permanent fieldset .csc-mailform-button {
    float: right;
    margin-top: 10px;
}

#txp123searchpi3-permanent-window .tx-p123search-pi3-locationItemHeader {
    padding-right: 0;
}

#txp123searchpi3-permanent-window .tx-p123search-pi3-locationItemHeader label {
    display: none;
}

/* tx-p123qsearch-pi1-window */
.tx-p123qsearch-pi1-window #tx-p123search-pi3-reminder-check + label {
    display: block;
    margin-top: 15px;
}

#tx-p123search-pi3-campagne {
    padding-bottom: 11px;
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-green);
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-white);
}

#tx-p123search-pi3-campagne .tx-p123search-pi3-search-submit:after {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--btn-submit-background);
}

#txp123searchpi3-filterButton {
    display: none;
}

/* tx-p123search-pi3-overlay */
.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAllSitePlan,
.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll {
    float: none;
    margin: 15px 0px 0px 0px;
    min-width: 0px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAllSitePlan a,
.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll a {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--link-color);
    display: block;
    height: 100%;
    width: 100%;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAllSitePlan a:before,
.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll a:before {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    vertical-align: middle;
    font-size: 1.7em;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .185em;
    text-decoration: none;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAllSitePlan a:before,
.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll a:before {
    content: "\f204";
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAllSitePlan a.active:before,
.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll a.active:before {
    content: "\f205";
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-sort-label,
.tx-p123search-pi3-overlay .tx-p123search-pi3-search-label,
.tx-p123search-pi3-overlay #tx-p123search-pi3-search {
    float: none;
    /*margin: 0px;*/
}

/*.tx-p123search-pi3-overlay .tx-p123search-pi3-search-label,*/
/*.tx-p123search-pi3-overlay .tx-p123search-pi3-searchFilter-label,*/
/*.tx-p123search-pi3-overlay .tx-p123search-pi3-sort-label {*/
/*    border-top: 1px solid var(--border-top-color);*/
/*}*/

.tx-p123search-pi3-overlay .box-area {
    border-top: 1px solid var(--border-top-color);
}

.tx-p123search-pi3-overlay .box-area fieldset {
    padding-bottom: 5px;
}


.tx-p123search-pi3-overlay .tx-p123search-pi3-search-label.tx-p123search-pi3-overlay-headline:before {
    content: "\f002";
    display: inline-block;
    font: 24px/45px FontAwesome;
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--link-color);
}

/*.tx-p123search-pi3-overlay .tx-p123search-pi3-search-field,*/
.tx-p123search-pi3-overlay .tx-p123search-pi3-subline {
    margin-left: 7px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-search-field {
    width: 85%;
}

/*.tx-p123search-pi3-overlay #txp123searchpi3-search,*/
/*.tx-p123search-pi3-overlay #txp123searchpi3-budget {*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    padding: 3px;*/
/*}*/

.tx-p123search-pi3-overlay #txp123searchpi3-budget {
    width: 190px;
}

.tx-p123search-pi3-overlay #txp123searchpi3-search {
    width: 100%;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-search-submit {
    margin: 0px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-search-submit:after {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--icon-fa-btn-after);
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--icon-fa-btn-after-color);
    content: "\f054\f054";
    display: inline-block;
    font: normal normal normal 10px/26px FontAwesome;
    /*height: 28px;*/
    text-align: center;
    width: 28px;
    padding: 4px 0;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-search-submit input[type="submit"] {
    background: none;
    height: 26px;
    opacity: 0;
    position: absolute;
    width: 26px;
    z-index: 1;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort {
    float: none;
    height: auto;
    margin: 0px 7px 0px 7px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-sort-wrapper {
    background: none;
    border: none;
    min-width: 0px;
    position: static;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort-options {
    display: block;
    min-width: 0px;
    position: static;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort-options .empty {
    display: none;
}

/*.tx-p123search-pi3-overlay .tx-p123search-pi3-sort-label {*/
/*    margin: 15px 0px 0px 0px;*/
/*}*/

.tx-p123search-pi3-overlay .tx-p123search-pi3-sort-current {
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
    width: auto;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort span {
    margin-left: 46px;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.up,
.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.down {
    /*background: none;*/
    /*color: #ffffff;*/
    height: 18px;
    margin-right: 5px;
    width: 18px;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.up:after,
.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.down:after {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--icon-fa-btn-after);
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--icon-fa-btn-after-color);
    display: inline-block;
    font: normal normal normal 10px/18px FontAwesome;
    height: 18px;
    text-align: center;
    width: 18px;
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.up:after {
    content: "\f077";
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.down:after {
    content: "\f078";
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.up.active:after,
.tx-p123search-pi3-overlay #tx-p123search-pi3-sort a.down.active:after {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--icon-fa-btn-before);
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--icon-fa-btn-before-color);
}

.tx-p123search-pi3-overlay #tx-p123search-pi3-sort-options .option {
    border: none;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    padding: 0px;
}

.tx-p123search-pi3-map-icon a:before {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/map-icon.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/map-icon.png) no-repeat;
    content: "";
    display: inline-block;
    height: 27px;
    vertical-align: -35%;
    width: 25px;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-map-icon a:before {
    margin-right: 5px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll,
.tx-p123search-pi3-overlay .tx-p123search-pi3-politics {
    /*noinspection CssUnresolvedCustomProperty*/
    border-top: 1px solid var(--border-color);
    position: static;
    width: auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-politics {
    padding-top: 10px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll {
    padding-top: 15px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-politics h4 {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.tx-p123search-pi3-overlay-link {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 7px;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-searchFilter-item {
    height: 1.8em;
    font-size: 16px;
    margin: 0 0 6px 0;
}

.tx-p123search-pi3-overlay .tx-p123search-pi3-searchFilter-item input[type="checkbox"] + label:before {
    width: 1em !important;
}

/* tx-p123search-pi3-media-item */
#tx-p123search-pi3-media .tx-p123search-pi3-media-label.tx-p123search-pi3-overlay-headline {
    display: none;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item-wrapper {
    flex-direction: row;
    width: 100%;
    padding-top: .8em;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item {
    position: relative;
    width: calc(( (100% - 1px) - (1 * 2px)) / 2);
    height: 5em;
    font-size: 16px;
    margin-right: 2px;
    margin-bottom: .25em;
    cursor: pointer;
    pointer-events: all;
    box-sizing: border-box;
}
#tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(2n) {
    margin-right: 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item input[type="checkbox"] ~ label,
#tx-p123search-pi3-media .tx-p123search-pi3-searchFilter-item input[type="checkbox"] + label {
    font-size: 14px;
    margin-left: 0;
    text-indent: 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item input[type="checkbox"] ~ label {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2.5em .1em 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item input[type="checkbox"]:checked ~ label {
    font-weight: bold;
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--input-background);
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item .tx-p123search-pi3-media-item-icon {
    position: absolute;
    display: inline-block;
    height: 28px;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-position: 0 0;
    border: none;
    content: "";
    -moz-background-size: 74px 161px;
    -webkit-background-size: 74px 161px;
    background-size: 74px 161px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    pointer-events: none;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="GF"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-gf.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-gf.png) no-repeat;
    width: 28px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="SP"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-sp.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-sp.png) no-repeat;
    width: 34px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="ZZ"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-zz.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-zz.png) no-repeat;
    width: 28px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="GZ"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-gz.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-gz.png) no-repeat;
    width: 14px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="GV"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-gv.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-gv.png) no-repeat;
    width: 28px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="CS"] .tx-p123search-pi3-media-item-icon {
    background-position: 0px -92px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="PF"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-pf.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-pf.png) no-repeat;
    width: 48px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="VN"] .tx-p123search-pi3-media-item-icon,
#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="VI"] .tx-p123search-pi3-media-item-icon {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/media-vn.png) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/media-vn.png) no-repeat;
    width: 19px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item input[type="checkbox"]:checked ~ label:before {
    content: "";
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="GF"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -74px 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="SP"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -58px 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="ZZ"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -74px 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="GZ"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -72px 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="GV"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -46px 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="CS"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -37px -92px;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="PF"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -72px 0;
}

#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="VI"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon,
#tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="VN"] input[type="checkbox"]:checked ~ .tx-p123search-pi3-media-item-icon {
    background-position: -108px 0;
}

/* tx-p123search-pi3-searchFilter-item */
#tx-p123search-pi3-media .tx-p123search-pi3-searchFilter-item input[type="checkbox"] + label:before {
    display: none;
}

#tx-p123search-pi3-media .tx-p123search-pi3-searchFilter-item input[type="checkbox"]:checked + label {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--link-color);
    font-weight: bold;
}


/* #txp123searchpi3-more */
#txp123searchpi3-more {
    padding: .5em 0;
    text-align: center;
}

#txp123searchpi3-more .moreLoad {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/loading.gif) left 22px no-repeat, url(../typo3conf/ext/p123search/res/loading.gif) right 22px no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/loading.gif) left 22px no-repeat, url(../../typo3conf/ext/p123search/res/loading.gif) right 22px no-repeat;
    display: inline-block;
    padding: 20px 26px;
    pointer-events: none;
}

#txp123searchpi3-filterButton {
    text-align: center;
}

/*****/
.tx-p123search-pi3.map-open {
    max-height: 0px;
    overflow: hidden;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/* map integration */
.tx-p123search-pi3-map {
    display: none;
    height: 1px !important;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    -moz-opacity: 0.01;
    opacity: 0.01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=1)";
    filter: alpha(opacity=1);
}

@media all and (min-width: 0\0) {
    .tx-p123search-pi3-map {
        -ms-filter: none;
        filter: none;
    }
}

/* IE9+ */
.tx-p123search-pi3-map .tx-p123maps-pi1-icon {
    display: none;
}

/* politics icon */
.tx-p123search-pi3-politics {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
    /*noinspection CssUnresolvedCustomProperty*/
    border: 1px solid var(--border-color);
    border-left: none;
    left: 639px;
    position: absolute;
    top: 166px;
    width: 120px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

.tx-p123search-pi3-politics h4 {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
    margin: 0px;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

.tx-p123search-pi3-politics a {
    display: block;
    height: 100%;
    width: 100%;
}

/* toggle, sort & search */
.tx-p123search-pi3-toggleAll {
    float: left;
    line-height: 17px;
    margin: 0px 50px 5px 0px;
    min-width: 135px;
}

.tx-p123search-pi3-toggleAll:empty {
    margin: 0px;
    min-width: 0px;
}

.tx-p123search-pi3-toggleAll a {
    color: #555659;
    color: inherit;
}

.tx-p123search-pi3-sort-label {
    float: left;
    /*line-height: 17px;*/
    /*margin: 0px 5px 5px 0px;*/
}

#tx-p123search-pi3-sort {
    float: left;
    height: 17px;
    line-height: 13px;
    margin-bottom: 5px;
    position: relative;
}

.tx-p123search-pi3-sort-wrapper {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
    /*noinspection CssUnresolvedCustomProperty*/
    border: 1px solid var(--border-color);
    left: 0px;
    min-width: 152px;
    position: absolute;
    top: 0px;
}

.tx-p123search-pi3-sort-current {
    padding: 1px;
    position: relative;
    width: 150px;
}

#tx-p123search-pi3-sort span {
    cursor: default;
    display: block;
    margin-left: 25px;
}

#tx-p123search-pi3-sort-options {
    display: none;
    left: 0px;
    position: relative;
    top: -1px;
    min-width: 152px;
}

#tx-p123search-pi3-sort-options div.option {
    /*noinspection CssUnresolvedCustomProperty*/
    border-top: 1px dotted var(--border-top-color);
    margin-top: 1px;
    padding: 1px 2px 0px 2px;
}

#tx-p123search-pi3-sort-options div.empty {
    font-size: 0px;
    height: 1px;
    line-height: 0px;
}

#tx-p123search-pi3-sort a.up, #tx-p123search-pi3-sort a.down {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/icon-list.gif) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/icon-list.gif) no-repeat;
    display: inline;
    float: left;
    height: 13px;
    width: 8px;
}

#tx-p123search-pi3-sort a.up {
    background-position: 0px -120px;
    margin-right: 3px;
}

#tx-p123search-pi3-sort a.down {
    background-position: 0px 0px;
}

#tx-p123search-pi3-sort a.up:hover, #tx-p123search-pi3-sort a.up:active, #tx-p123search-pi3-sort a.up.active {
    background-position: 0px -180px;
}

#tx-p123search-pi3-sort a.down:hover, #tx-p123search-pi3-sort a.down:active, #tx-p123search-pi3-sort a.down.active {
    background-position: 0px -60px;
}

#tx-p123search-pi3-search {
    float: right;
}

.tx-p123search-pi3-search-label {
    float: left;
    line-height: 17px;
    margin: 0px 5px 5px 0px;
}

.tx-p123search-pi3-search-field {
    float: left;
}

.tx-p123search-pi3-search-field.tooltip span {
    pointer-events: auto;
}

.tx-p123search-pi3-search-submit {
    float: left;
    line-height: 12px;
    margin: 5px 0px 0px 5px;
}

.tx-p123search-pi3-search-submit input[type="submit"] {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/search-submit.gif) no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/search-submit.gif) no-repeat;
    border: none;
    font-size: 0px;
    height: 8px;
    line-height: 8px;
    margin: 0px;
    padding: 0px;
    width: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.tx-p123search-pi3-search-submit input[type="submit"]:hover, .tx-p123search-pi3-search-submit input[type="submit"]:focus {
    background-position: 0px -8px;
}

.tx-p123search-pi3-tableHeader .fixed dl, .tx-p123search-pi3-tableFooter .fixed dl {
    color: #000000;
    display: inline;
    float: left;
    margin: 0px;
    min-height: 1px;
    padding: 0px;
}

.tx-p123search-pi3-tableHeader .fixed dl dt, .tx-p123search-pi3-tableFooter .fixed dl dt {
    float: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

a.tx-p123search-pi3-datesHeader {
    color: #000000;
}

a.tx-p123search-pi3-datesHeader:hover {
    text-decoration: none;
}

a.tx-p123search-pi3-datesHeader span {
    text-align: left;
}

.tx-p123search-pi3-tableHeader .fixed dl dt .tooltip {
    color: #000000;
}

.tx-p123search-pi3-locationListItem {
    margin: 0px -15px;
    padding: 3px 15px;
}

.tx-p123search-pi3-locationListItem.highlight {
    /*noinspection CssUnresolvedCustomProperty*/
    background: var(--color-white);
}

.tx-p123search-pi3-locationListImage {
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 58px;
    -moz-background-size: auto 58px;
    -webkit-background-size: auto 58px;
    background-size: auto 58px;
}

.tx-p123search-pi3-locationListImage a {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/image-expand.gif) bottom right no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/image-expand.gif) bottom right no-repeat;
    display: block;
    height: 70px;
    width: 58px;
}

.tx-p123search-pi3-locationListDetails {
    margin-left: 66px;
}

.tx-p123search-pi3 table.details span.caption {
    display: block;
}

.tx-p123search-pi3-locationLoading {
    /*noinspection CssUnknownTarget*/
    /*background: url(../typo3conf/ext/p123search/res/loading.gif) center center no-repeat;*/
    background: url(../../typo3conf/ext/p123search/res/loading.gif) center center no-repeat;
    display: inline-block;
    float: right;
    height: 13px;
    width: 16px;
}

ul.tx-p123search-pi3-empty div.button {
    float: right;
}

ul.tx-p123search-pi3-empty a {
    margin-bottom: 4px;
}

ul.tx-p123search-pi3-empty a:last-child {
    margin-bottom: 0px;
}

ul.tx-p123search-pi3-empty span {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-error);
    display: block;
    font-weight: bold;
    margin-right: 150px;
}

*:first-child + html ul.tx-p123search-pi3-empty span {
    display: inline-block;
    margin-right: 14px;
}

/* IE7 */
.tx-p123search-pi3-subtitle {
    font-size: 10px;
    padding-top: 16px;
}

#txp123searchpi3-permanent-price, #txp123searchpi3-permanent-priceComplete {
    border-color: transparent transparent #868686;
    width: auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.tx-p123search-pi3-permanent-require li {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--color-error);
    font-weight: bold;
}

.tx-p123maps-pi1-infoWindow-permanent-close {
    bottom: 0px;
    height: 19px;
    position: absolute;
    right: 193px;
    width: 30px;
}

.tx-p123maps-pi1-infoWindow-permanent-close:before, .tx-p123maps-pi1-infoWindow-permanent-close:after {
    content: "";
    left: 0px;
    position: absolute;
}

.tx-p123maps-pi1-infoWindow-permanent-close:before {
    border: 0px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-width: 0px 15px 15px 15px;
    content: "";
    bottom: 4px;
    height: 0px;
    width: 0px;
}

.tx-p123maps-pi1-infoWindow-permanent-close:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    height: 2px;
    line-height: 2px;
    right: 0px;
}

@media print {
    .tx-p123search-pi3-politics {
        display: none;
    }

    .tx-p123search-pi3-sort-wrapper {
        background: none;
        border: none;
        top: 1px;
    }

    #tx-p123search-pi3-sort span {
        margin-left: 0px;
    }

    #tx-p123search-pi3-sort a.up {
        display: none;
    }

    #tx-p123search-pi3-sort a.down {
        display: none;
    }

    .tx-p123search-pi3-tableHeader, .tx-p123search-pi3-tableFooter {
        background: none;
        border-top: 1px dotted #F4F4F4;
        page-break-before: avoid;
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    body.wide #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child, body.wide-toggle #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child {
        background: none;
        page-break-before: avoid;
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    body.wide #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > *, body.wide-toggle #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > * {
        color: #000000;
    }

    body.wide #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > *:first-child, body.wide-toggle #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > *:first-child {
        margin-right: 0px;
        max-width: inherit;
        overflow: visible;
        padding-right: 5px;
        white-space: normal;
    }

    body.wide #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > h2, body.wide-toggle #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > h2 {
        display: none;
    }

    body.wide #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > * > a, body.wide-toggle #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > * > a {
        background: none;
        color: #000000;
        padding-right: 5px;
    }
}

@media screen {
    .tx-p123search-pi3-locationListImage {
        content: none !important;
    }
}


/* only to 960px  */
@media only screen and (max-width: 959px) {
    /* tx-p123search-pi3-locationVisible */
    .tx-p123search-pi3-locationVisible {
        display: block;
    }

    .tx-p123search-pi3-locationVisible ~ .tx-p123search-pi3-locationItemHeader {
        position: relative;
        padding-right: 2.5em;
    }

    .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemHeader {
        float: right;
        width: 70%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-locationVisible ~ .tx-p123search-pi3-locationItemHeader label {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        min-height: -moz-calc(15vw * 0.7);
        min-height: -webkit-calc(15vw * 0.7);
        min-height: calc(15vw * 0.7);
    }

    .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemHeader label {
        left: -moz-calc(100% / -70 * 30);
        left: -webkit-calc(100% / -70 * 30);
        left: calc(100% / -70 * 30);
    }

    .tx-p123search-pi3-locationVisible ~ .tx-p123search-pi3-locationItemHeader label:after {
        display: inline-block;
        position: absolute;
        content: "\f0fe";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2.5em;
        right: 3px;
        top: 0;
        text-rendering: auto;
        /*noinspection CssUnresolvedCustomProperty*/
        color: var(--border-color);
        /*color: silver;*/
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .tx-p123search-pi3-locationVisible:checked ~ .tx-p123search-pi3-locationItemHeader label:after {
        content: "\f146";
    }

    .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody {
        float: left;
        margin: 0;
        pointer-events: none;
        width: 30%;
    }

    .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage-rating {
        padding: 0;
    }

    .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage-rating .tx-p123search-pi3-rating {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage {
        height: 75px;
        height: -moz-calc(30vw * 0.8);
        height: -webkit-calc(30vw * 0.8);
        height: calc(30vw * .8);
        width: 100%;
        margin: 0;
        border: none;
    }

    .tx-p123search-pi3-locationVisible:checked ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage,
    .tx-p123search-pi3-locationVisible:checked ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationDetails,
    .tx-p123search-pi3-locationVisible:checked ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-Navigation,
    .tx-p123search-pi3-locationVisible:checked ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationInfosFooter {
        display: block;
    }

    /* 428 */
    @media only screen and (min-width: 26.625em) {
        .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage {
            height: -moz-calc(25vw * 0.8);
            height: -webkit-calc(25vw * 0.8);
            height: calc(25vw * 0.8);
        }
    }

    /* 600 */
    @media only screen and (min-width: 37.5em) {
        .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage {
            height: -moz-calc(30vw * 0.7);
            height: -webkit-calc(30vw * 0.7);
            height: calc(30vw * 0.7);
        }
    }

    /* 768 */
    @media only screen and (min-width: 37.5em) {
        .tx-p123search-pi3-locationVisible:not(:checked) ~ .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationImage {
            height: -moz-calc(30vw * 0.6);
            height: -webkit-calc(30vw * 0.6);
            height: calc(30vw * 0.6);
        }
    }
}

/* 375px (374px)*/
@media only screen and (min-width: 23.375em) {
    .tx-p123search-pi3-locationItemHeader {
        padding-bottom: 10px;
    }

    .tx-p123search-pi3-topselection-perimeter select {
        height: 34px;
    }

    .tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection .tx-p123search-pi3-search-submit:after {
        height: 34px;
        line-height: 36px;
    }

    .header-fixed .tx-p123search-pi3-overlay-button {
        /*top: 197px;*/
        top: calc(var(--header-height) + var(--section-pagetop-top-margin) + var(--buttonareatop) + (2 * var(--pagetop-height)));
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item input[type="checkbox"] + label {
        height: 3em !important;
        line-height: 1.5em;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item[data-item="PF"] input[type="checkbox"] + label:before {
        width: 28px;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item input[type="checkbox"] + label:before {
        top: 10px;
    }
}

/* 400px */
@media only screen and (min-width: 25em) {
    .tx-p123search-pi3-tableHeader .variable {
        display: none;
    }
}

/* 428px */
@media only screen and (min-width: 26.625em) {
    .tx-p123search-pi3-Termin {
        /*width: calc((100% - (3 * 2px) - (4 * 2px)) / 4);*/
        width: calc((100% - (3 * 2px) ) / 4);
    }

    /*.tx-p123search-pi3-Termine .enabled:nth-of-type(3n) {*/
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(3n) {
        margin-right: 2px;
    }

    /*.tx-p123search-pi3-Termine .enabled:nth-of-type(4n) {*/
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(4n) {
        margin-right: 0;
    }
}

/* 456px */
@media only screen and (min-width: 29.063em) {
    .tx-p123search-pi3 .fixed dl.hide-phone {
        display: none;
    }

    .tx-p123search-pi3-tableHeader .fixed .dl-rating-row {
        display: none;
    }

    .tx-p123search-pi3-tableHeader .variable-n3, .tx-p123search-pi3-tableHeader .variable-n4, .tx-p123search-pi3-tableHeader .variable-n5, .tx-p123search-pi3-tableHeader .variable-n6, .tx-p123search-pi3-tableHeader .variable-n7, .tx-p123search-pi3-tableHeader .variable-n8, .tx-p123search-pi3-tableHeader .variable-n9 {
        display: none;
    }
}

/* 600px */
@media only screen and (min-width: 37.5em) {

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item-wrapper {
        padding-bottom: 0;
        justify-content: space-between;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item {
        width: calc(( (100% - 1px) - (3 * 4px)) / 3);
        margin-right: 4px;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(2n) {
        margin-right: 4px;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .tx-p123search-pi3-locationInfosRight {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        padding-right: 15px;
    }

    .tx-p123search-pi3-locationDetails .toggle-wrapper {
        width: 43% !important;
    }

    .tx-p123search-pi3-locationSitePlanView,
    .tx-p123search-pi3-locationDetailsBottom {
        width: 50%;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-locationDetailsBottom {
        float: left;
    }

    .tx-p123search-pi3-locationSitePlanView {
        float: right;
    }

    .tx-p123search-pi3-locationSitePlan,
    .tx-p123search-pi3-locationInfosFooter {
        width: auto;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        line-height: 3em;
    }

    .tx-p123search-pi3-locationSitePlanLink a,
    .tx-p123search-pi3-locationDetailLink a {
        line-height: inherit;
    }

    .tx-p123search-pi3-Termin {
        /*width: calc((100% - (4 * 2px) - (5 * 2px)) / 5);*/
        width: calc((100% - (4 * 2px) ) / 5);
    }

    /*.tx-p123search-pi3-Termine .enabled:nth-of-type(4n) {*/
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(4n) {
        margin-right: 2px;
    }

    /*.tx-p123search-pi3-Termine .enabled:nth-of-type(5n) {*/
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(5n) {
        margin-right: 0;
    }

    #txp123searchpi3-permanent fieldset {
        flex-direction: row !important;
        justify-content: space-between;
    }

    #txp123searchpi3-permanent fieldset > div {
        width: 45%;
    }
}

/* 648px */
@media only screen and (min-width: 40.5em) {
    .tx-p123search-pi3-Termin {
        /*width: calc((100% - (5 * 2px) - (6 * 2px)) / 6);*/
        width: calc((100% - (5 * 2px) ) / 6);
    }

    /*.tx-p123search-pi3-Termine .enabled:nth-of-type(5n) {*/
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(5n) {
        margin-right: 2px;
    }

    /*.tx-p123search-pi3-Termine .enabled:nth-of-type(6n) {*/
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin:nth-of-type(6n) {
        margin-right: 0;
    }
}

/* 768px */
@media only screen and (min-width: 48em) {
    .vbmimage {
        background-size: 78% auto !important;
        margin-right: 0px !important;
        max-height: 199px !important;
    }

    .tx-p123search-pi3 {
        min-height: 350px;
    }

    .tx-p123search-pi3-overlay {
        padding-bottom: 0;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item-wrapper {
        justify-content: flex-start;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item {
        width: calc(( (100% - 1px) - (3 * 4px)) / 4);
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(3n) {
        margin-right: 4px;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(4n) {
        margin-right: 0;
    }

    .tx-p123search-pi3-topselection-form {
        order: 1 !important;
        width: 65% !important;
    }

    .tx-p123search-pi3-topselection-hint {
        order: 2 !important;
        width: 35%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-topselection-text {
        display: block;
        padding-top: 45px;
    }

    .tx-p123search-pi3-topselection-address {
        width: calc(100% - 110px);
        padding-right: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-topselection-perimeter {
        width: 110px;
    }

    .tx-p123search-pi3-topselection-perimeter select {
        width: 100%;
    }

    .tx-p123search-pi3-topselection-budget {
        width: calc(100% - 110px);
        padding-right: 5px;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-topselection-form .tx-p123search-pi3-search-submit {
        order: 4 !important;
        width: 110px;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection .tx-p123search-pi3-search-submit input[type="submit"] {
        width: 110px;
    }

    .tx-p123search-pi3-topselection-form .tx-p123search-pi3-subline {
        order: 5 !important;
        width: 100%;
    }

    .tx-p123search-pi3-politics, .tx-p123search-pi3-toggleAll {
        display: none;
    }

    .tx-p123search-pi3-sort-label {
        /*line-height: 19px;*/
        margin-bottom: 10px;
    }

    #tx-p123search-pi3-sort {
        height: 19px;
        line-height: 15px;
        margin-bottom: 10px;
        margin-right: 25px;
    }

    .tx-p123search-pi3-sort-wrapper {
        min-width: 95px;
        position: relative;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tx-p123search-pi3-sort-current {
        width: 100%;
    }

    #tx-p123search-pi3-sort-options {
        min-width: 0px;
        width: 100%;
    }

    #tx-p123search-pi3-sort span {
        margin-right: 5px;
    }

    #tx-p123search-pi3-search {
        float: left;
        margin-bottom: 10px;
    }

    #txp123searchpi3-search[type="search"] {
        -webkit-appearance: none;
    }

    #tx-p123search-pi3-search .tooltip:before {
        left: calc(50% - 6px);
    }

    /*#tx-p123search-pi3-search .tooltip span {*/
    /*    left: 50%;*/
    /*    margin-left: 12px;*/
    /*    -moz-transform: translateX(-100%);*/
    /*    -webkit-transform: translateX(-100%);*/
    /*    transform: translateX(-100%);*/
    /*}*/

    /*#tx-p123search-pi3-search .tooltip:hover:before, #tx-p123search-pi3-search .tooltip:focus:before {*/
    /*    -moz-transform: translateY(8px);*/
    /*    -webkit-transform: translateY(8px);*/
    /*    transform: translateY(8px);*/
    /*}*/

    /*#tx-p123search-pi3-search .tooltip:hover span, #tx-p123search-pi3-search .tooltip:focus span {*/
    /*    -moz-transform: translateX(-100%) translateY(8px);*/
    /*    -webkit-transform: translateX(-100%) translateY(8px);*/
    /*    transform: translateX(-100%) translateY(8px);*/
    /*}*/

    .tx-p123search-pi3 .fixed dl.hide-tablet {
        display: none;
    }

    .tx-p123search-pi3 .fixed .rooms-row {
        width: 28px;
    }

    .tx-p123search-pi3 .fixed .seats-row {
        width: 32px;
    }

    .tx-p123search-pi3 .fixed .seconds-row {
        width: 40px;
    }

    .tx-p123search-pi3 .fixed dl.price-row {
        max-width: 71px;
    }

    .tx-p123search-pi3-tableHeader .variable {
        padding-top: 13px;
    }

    .tx-p123search-pi3-overlay .tx-p123search-pi3-toggleAll,
    .tx-p123search-pi3-overlay .tx-p123search-pi3-politics {
        display: block;
    }

    #tx-p123search-pi3-search .tooltip--top span {
        left: 10%;
        -moz-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    #tx-p123search-pi3-search .tooltip--top:hover::before,
    #tx-p123search-pi3-search .tooltip--top:focus::before {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .tx-p123search-pi3-locationSitePlanLink a:before,
    .tx-p123search-pi3-locationDetailLink a:before {
        padding: 0 .185em;
    }
}

/* 960px */
@media only screen and (min-width: 60em) {
    .vbmimage {
        background-size: 86% auto !important;
    }

    .tx-p123search-pi3-overlay-button {
        top: 360px;
        z-index: 999;
    }

    .header-fixed .tx-p123search-pi3-overlay-button {
        display: none;
    }

    .tx-p123search-pi3-overlay-button-close {
        top: 161px;
    }
    .header-fixed .tx-p123search-pi3-overlay-button-close {
        top: var(--header-height-desktop);
    }

    .header-fixed .tx-p123search-pi3-overlay-button.is-opened,
    .header-fixed.button-fixed .tx-p123search-pi3-overlay-button {
        display: block !important;
    }

    .header-fixed.button-fixed .tx-p123search-pi3-overlay-button {
        /*top: 160px;*/
        top: calc(var(--header-height-desktop) + var(--section-pagetop-top-margin) + var(--buttonareatop) + (1 * var(--pagetop-height)));
    }

    /* tx-p123search-pi3-scroll */
    #tx-p123search-pi3-scroll > div.flex-container {
        justify-content: left;
    }

    #tx-p123search-pi3-scroll .pi3-button {
        margin-right: .5em;
        margin-left: .5em;
        width: 15%;
    }

    #tx-p123search-pi3-scroll .pi3-button:first-child {
        margin-left: 0;
    }

    #tx-p123search-pi3-scroll .pi3-button a {
        width: 100%;
    }

    .tx-p123search-pi3-overlay {
        top: 161px;
        padding-top: 30px;
    }

    .header-fixed .tx-p123search-pi3-overlay {
        /*noinspection CssUnresolvedCustomProperty*/
        top: var(--header-height-desktop);
        padding-top: 0;
    }

    /* tx-p123search-pi3-media-item */
    #tx-p123search-pi3-media .tx-p123search-pi3-media-item-wrapper {
        padding-bottom: .8em;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item {
        width: calc(( (100% - 1px) - (6*4px)) / 7);
        margin-bottom: 0;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(4n) {
        margin-right: 4px;
    }

    #tx-p123search-pi3-media .tx-p123search-pi3-media-item:nth-of-type(7n) {
        margin-right: 0;
    }

    .tx-p123search-pi3-topselection-form {
        width: 60% !important;
    }

    .tx-p123search-pi3-topselection-hint {
        width: 40%;
    }

    .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-Navigation,
    .tx-p123search-pi3-locationItemBody .tx-p123search-pi3-locationDetails {
        display: block;
    }

    .tx-p123search-pi3-locationItemHeader {
        width: 100%;
        box-sizing: border-box;
        padding-right: 5px;
    }

    .tx-p123search-pi3-locationDetails {
        width: auto;
        margin-left: 10px;
        margin-top: 0;
    }

    .tx-p123search-pi3-locationInfosFooter {
        display: block;
    }

    #tx-p123search-pi3-locations .tx-p123search-pi3-locationItem {
        margin-bottom: 15px;
    }

    .tx-p123search-pi3-locationImage {
        height: 200px;
        width: 225px;
        margin-right: 0;
        margin-left: 0;
    }

    .tx-p123search-pi3-locationInfosRight {
        width: 47%;
        padding-right: 0;
    }

    .tx-p123search-pi3-locationSitePlanView .tx-p123search-pi3-locationImage {
        height: 250px;
        width: 100%;
    }
    .tx-p123search-pi3-locationSitePlanView .tx-p123search-pi3-locationImage-zoom:after {
        font-size: 2.5em;
    }

    .tx-p123search-pi3-locationImage.empty {
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        border-width: 1px;
    }

    .tx-p123search-pi3-city {
        width: auto;
    }

    .tx-p123search-pi3-price {
        text-align: right;
    }

    .tx-p123search-pi3-price-summary {
        margin-left: 0;
        padding-left: 15px;
    }

    .tx-p123search-pi3-city,
    .tx-p123search-pi3-price,
    .tx-p123search-pi3-price-summary {
        padding-bottom: 10px;
        /*noinspection CssUnresolvedCustomProperty*/
        border-bottom: 1px solid var(--border-color);
    }

    .tx-p123search-pi3-locationImage-zoom {
        display: inline-flex;
    }

    .tx-p123search-pi3-Termine {
        margin-top: 10px;
    }

    .tx-p123search-pi3-locationInfosFooter {
        width: 100%;
    }

    .tx-p123search-pi3-locationDetailLink a {
        line-height: 2.5em;
    }

    /* multiple periods */
    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin {
        display: none;
    }

    .tx-p123search-pi3-Termine.showall .tx-p123search-pi3-Termin.disabled {
        display: block;
        /*    order: 99999;*/
    }

    .tx-p123search-pi3-Termine.showall .tx-p123search-pi3-Termin.enabled {
        display: block;
    }

    /*.tx-p123search-pi3-Termine div.tx-p123search-pi3-Termin.enabled:nth-of-type(-n + 5) {*/
    .tx-p123search-pi3-Termine div.tx-p123search-pi3-Termin:nth-of-type(-n + 5) {
        display: block;
    }
    /*.tx-p123search-pi3-Termine.no-permanent-advertising div.tx-p123search-pi3-Termin.enabled:nth-of-type(-n + 6) {*/
    .tx-p123search-pi3-Termine.no-permanent-advertising div.tx-p123search-pi3-Termin:nth-of-type(-n + 6) {
        display: block;
    }

    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termin.permanent-advertising {
        display: block;
        margin-right: 0;
    }

    .tx-p123search-pi3-Termine .tx-p123search-pi3-Termine-btnmore {
        display: block;
    }

    .tx-p123search-pi3-Termine.count-1 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.count-2 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.count-3 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.count-4 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.count-5 .tx-p123search-pi3-Termine-btnmore {
        display: none !important;
    }

    .tx-p123search-pi3-Termine.enabled-1 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.enabled-2 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.enabled-3 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.enabled-4 .tx-p123search-pi3-Termine-btnmore,
    .tx-p123search-pi3-Termine.enabled-5 .tx-p123search-pi3-Termine-btnmore {
        display: none !important;
    }

    .tx-p123search-pi3-Termine.enabled-6.no-permanent-advertising .tx-p123search-pi3-Termine-btnmore {
        display: none;
    }

}

/* 1024px */
@media only screen and (min-width: 64em) {

    .tx-p123search-pi3-topselection-form {
        width: 55% !important;
    }

    .tx-p123search-pi3-topselection-hint {
        width: 45%;
    }

    #tx-p123search-pi3-locations {
        font-size: .9em;
    }
}

/* 1184px */
@media only screen and (min-width: 74em) {

    .tx-p123search-pi3-overlay-bg,
    .tx-p123search-pi3-overlay-button {
        display: none !important;
    }

    .tx-p123search-pi3-overlay {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 0 !important;
        float: left;
        margin-right: 15px;
        padding-top: 0;
    }

    .tx-p123search-pi3-overlay,
    .tx-p123search-pi3-locationItem-wrapper {
        margin-top: 15px;
    }

    .header-fixed .tx-p123search-pi3-overlay-button.is-opened,
    .header-fixed.button-fixed .tx-p123search-pi3-overlay-button {
        display: none !important;
    }

    .header-fixed.button-fixed .tx-p123search-pi3-overlay {
        position: fixed !important;
        /*noinspection CssUnresolvedCustomProperty*/
        top: calc(var(--header-height-desktop) + var(--pagetop-height) + var(--buttonareatop) ) !important;
        padding-top: 0;
        margin-top: 0;
    }

    .header-fixed.button-fixed.footer-in-viewport .tx-p123search-pi3-overlay {
        position: absolute !important;
        bottom: 0 !important;
        top: auto !important;
    }

    .tx-p123search-pi3-locationItem-wrapper,
    #tx-p123search-pi3-scroll,
    #tx-p123search-pi3-media,
    #tx-p123search-pi3-locations,
    .tx-p123search-pi3-tableFooter,
    .tx-p123search-pi3-subtitle,
    #txp123searchpi3-filterButton,
    .tx-p123search-pi3 .button-area-bottom {
        float: left;
        width: calc(100% - 260px - 15px) !important;
        box-sizing: border-box !important;
    }

    .header-fixed.button-fixed .tx-p123search-pi3-locationItem-wrapper,
    .header-fixed.button-fixed #tx-p123search-pi3-scroll,
    .header-fixed.button-fixed #tx-p123search-pi3-media,
    .header-fixed.button-fixed #tx-p123search-pi3-locations,
    .header-fixed.button-fixed .tx-p123search-pi3-tableFooter,
    .header-fixed.button-fixed .tx-p123search-pi3-subtitle,
    .header-fixed.button-fixed #txp123searchpi3-filterButton,
    .header-fixed.button-fixed .tx-p123search-pi3 .button-area-bottom {
        margin-left: calc(260px + 15px);
    }

    #tx-p123search-pi3-scroll > div.flex-container {
        justify-content: space-around;
        text-align: center;
    }

    #tx-p123search-pi3-locations {
        margin-top: 15px;
    }

    #tx-p123search-pi3-locations .tx-p123search-pi3-media-standortinfo.tx-p123search-pi3-overlay-headline {
        display: none;
    }

    .tx-p123search-pi3-locationItem.tx-p123search-pi3-topselection {
        padding-bottom: 0;
    }

    #tx-p123search-pi3-scroll .csc-header.csc-header-n1 {
        padding: 5px !important;
    }

    body.wide #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > *,
    body.wide-toggle #content-normal .csc-default .tx-p123search-pi3 .csc-header:first-child > * {
        height: 30px;
    }

    .tx-p123search-pi3-locationDetails {
        margin-left: 20px;
    }

    .tx-p123search-pi3-locationIcon {
        height: 85px;
        width: 85px;
    }

    .tx-p123search-pi3-locationIcon span {
        margin-left: 15px;
        margin-top: 15px;
        transform: scale(1.5);
    }

    .tx-p123search-pi3-locationInfosFooter {
        margin-top: 10px;
    }

    .tx-p123search-pi3-locationImage {
        height: 225px;
        width: 250px;
    }
    .tx-p123search-pi3-locationSitePlanView .tx-p123search-pi3-locationImage {
        height: 225px;
        width: 100%;
    }

    .tx-p123search-pi3-locationItemBody > .tx-p123search-pi3-locationImage {
        position: absolute;
    }

    .tx-p123search-pi3-locationDetails {
        margin-left: 0;
    }

    .tx-p123search-pi3-locationDetailsTop {
        padding-left: 265px;
    }

    .tx-p123search-pi3-locationDetailsTop,
    .tx-p123search-pi3-locationDetails {
        min-height: 230px;
    }

    .tx-p123search-pi3-locationInfosRight {
        width: 80%;
    }

    .tx-p123search-pi3-locationDetailsBottom {
        padding-top: 0;
    }
}

/* 1424px */
@media only screen and (min-width: 89em) {
    .tx-p123search-pi3-overlay-button {
        top: 380px;
    }

    .tx-p123search-pi3-overlay {
        width: 280px;
        transition: none;
    }

    .header-fixed.button-fixed .tx-p123search-pi3-overlay {
        left: calc(((100% - 89em) / 2) + 1%) !important;
    }

    .tx-p123search-pi3-locationItem-wrapper,
    #tx-p123search-pi3-scroll,
    #tx-p123search-pi3-media,
    #tx-p123search-pi3-locations,
    .tx-p123search-pi3-tableFooter,
    .tx-p123search-pi3-subtitle,
    #txp123searchpi3-filterButton,
    .tx-p123search-pi3 .button-area-bottom {
        width: calc(100% - 280px - 15px) !important;
    }

    .header-fixed.button-fixed .tx-p123search-pi3-locationItem-wrapper,
    .header-fixed.button-fixed #tx-p123search-pi3-scroll,
    .header-fixed.button-fixed #tx-p123search-pi3-media,
    .header-fixed.button-fixed #tx-p123search-pi3-locations,
    .header-fixed.button-fixed .tx-p123search-pi3-tableFooter,
    .header-fixed.button-fixed .tx-p123search-pi3-subtitle,
    .header-fixed.button-fixed #txp123searchpi3-filterButton,
    .header-fixed.button-fixed .tx-p123search-pi3 .button-area-bottom {
        margin-left: calc(280px + 15px);
    }

    .tx-p123search-pi3-topselection-text {
        line-height: 1.6em;
    }

    .tx-p123search-pi3-locationInfosLeft {
        margin-right: 15px;
    }
}
