/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* mapsearch page */
.tx-mapsearch-dealer #mapApp {
    width: 100%;
    padding: 0;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 {
    position: relative;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .maparea {
    position: relative;
    z-index: 1;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .maparea #map_canvas {
    height: 69vh;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .maparea #map_canvas .leaflet-control-container .leaflet-top.leaflet-left {
    display: none;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar {
    background: var(--bg-grey);
    border-radius: var(--box-radius);
    position: absolute;
    bottom: -200px;
    z-index: 5;
    left: 15px;
    right: 15px;

    box-shadow: var(--txt-shadow);}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox {
    padding: 15px;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox h1 {
    margin-bottom: 30px;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ input,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ select,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ .button a {
    padding: 0px 5px;
    width: 100%;
    height: 38px;
    border: 2px solid var(--light-white);
    border-radius: var(--button-radius);
    background: transparent;
    margin-bottom: 15px;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ input::placeholder,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ select,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ input {
    color: var(--txt_color-white);}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form /* ... */ select option {
    color: var(--txt_color);}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form div.form-fields-submit /* ... */ a {
    border-color: var(--fendt-caravan_blau);
    background-color: var(--fendt-caravan_blau);}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form div.form-fields-submit /* ... */ a i {
    font-size: 22px;
    color: var(--txt_color-white);
    padding-top: 5px;
    margin-right: 0px;
    display: block;}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search {
    margin-bottom: 15px;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search:after {
    content: '';
    display: block;
    clear: both;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-fields-search,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-field.select,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-fields-submit {
    float: left;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-fields-search,
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-field.select {
    width: calc(50% - 19px - 5px);
    margin-right: 5px;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-fields-submit {
    width: 38px;
    float: right;}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.dealername-search {
    margin-bottom: 15px;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.dealername-search:after {
    content: '';
    display: block;
    clear: both;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.dealername-search .form-field-dealername {
    width: calc(100% - 38px - 5px);
    margin-right: 5px;
    float: left;}
.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.dealername-search .form-fields-submit {
    width: 38px;
    float: right;}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox #print_data a {
    display: block;
    margin-bottom: 15px;}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox #print_data a#pdf-country {
    display: none;
}

.tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox #print_data a#pdf-dealerList {
  display: inline-block;
}

#error-text-dealersearch {
    display: none;
}

.tx-mapsearch-dealer #mapApp #result {
    background: var(--bg-grey);
    padding-top: 220px;
    padding-bottom: 30px;}
.tx-mapsearch-dealer #mapApp #result .table {
    padding: 0px 15px 0px 15px;}
.tx-mapsearch-dealer #mapApp #result .table > a {
    background: var(--txt_color-white);
    border-radius: var(--box-radius);
    display: block;
    margin-bottom: 15px;
    text-decoration: none;}
.tx-mapsearch-dealer #mapApp #result .table > a .result {
    padding: 15px;
    position: relative;}
.tx-mapsearch-dealer #mapApp #result .table > a .result .company {
    padding: 0px;}
.tx-mapsearch-dealer #mapApp #result .table > a .result .company,
.tx-mapsearch-dealer #mapApp #result .table > a .result .company > div:last-child {
    color: var(--fendt-caravan_blau);
    font-family:  'Roboto Regular';
    font-weight: 400;}
.tx-mapsearch-dealer #mapApp #result .table > a .result .company > div {
    color: var(--txt_color);
    font-family:  'Roboto light';
    font-weight: 300;}
.tx-mapsearch-dealer #mapApp #result .table > a .result .buttons {
    display: none;}

.vis-hidden {
    display:none;
}

@media(min-width: 576px) {
    .tx-mapsearch-dealer #mapApp #result .table > a .result .company > div:last-child {
        position: absolute;
        top: 15px;
        right: 15px;}
}

@media (min-width: 768px) {

    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.initial-search .form-fields-submit {
        width: 38px;}
    
    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.dealername-search > div.form-field-dealername {
        width: calc(100% - 38px - 5px);}
    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox form.dealername-search > div.form-fields-submit {
        width: 38px;}

    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox #print_data:after {
        content: '';
        display: block;
        clear: both;}
    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar .searchbox #print_data a {
        display: inline-block;}

    .tx-mapsearch-dealer #mapApp #result .table:after {
        content: '';
        display: block;
        clear: both;}
    .tx-mapsearch-dealer #mapApp #result .table > a {
        float: left;
        width: calc(50% - 7.5px);
        margin-right: 15px;}
    .tx-mapsearch-dealer #mapApp #result .table > a:nth-child(even) {
        margin-right: 0px;}

}


@media (min-width: 992px) {

    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .maparea #map_canvas {
        height: 690px;}

    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar {
        right: 15px;
        bottom: 15px;
        top: auto;}

    .tx-mapsearch-dealer #mapApp #result {
        padding-top: 30px;}

}


@media (min-width: 1200px) {

    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .maparea #map_canvas {
        height: 80vh;}

    .tx-mapsearch-dealer #mapApp .nnn-mapsearch-2025 .searchbar {
        width: 33%;
        right: auto;
        top: 150px;}

}





.tx-mapsearch-dealer #mapApp .searchbox a[aria-expanded="true"] span{
    -webkit-transform: rotate(180deg);  /* Chrome, Safari, Opera */
    -moz-transform: rotate(180deg);  /* Firefox */
    -ms-transform: rotate(180deg);  /* IE 9 */
    transform: rotate(180deg);  /* Standard syntax */}
.tx-mapsearch-dealer #mapApp .searchbox a.btn.btn-primary span.glyphicon.glyphicon-menu-down {
    position: absolute;
    right: 8px;
    top: 8px;}

    .tx-mapsearch-dealer #mapApp #result .company{
        font-weight:bold;
        color:#1c3c64;
    }
    .tx-mapsearch-dealer #mapApp .searchbar .fade-out{
        height: 26px;
        width: 100%;
        background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
        z-index: 10;
        position: absolute;
        bottom: 67px;
        left: -16px;
    }
    .tx-mapsearch-dealer #mapApp .maparea {
        padding-left: 0;
    }

    .tx-mapsearch-dealer #mapApp #result  .buttons  {
        margin-top: 2.5em;
    }
    .tx-mapsearch-dealer #mapApp #result  .buttons a {
        border: solid 1px #000;
        margin-right: 0.7em;
        padding: 0.2em 0.7em;
    }
    .tx-mapsearch-dealer #mapApp #result  .buttons .phone {
        display:none;
    }

    /* Werkstatt/Verkauf/Vermietung icon + text rules moved to
       EXT:mapsearch/Resources/Public/Css/dealer-icons.css so the sprite path
       resolves relative to mapsearch's published assets. */


  .tx-mapsearch-dealer #mapApp form select,
  .tx-mapsearch-dealer #mapApp form select option { background: #ffffff; }
  .tx-mapsearch-dealer #mapApp form button,
  .tx-mapsearch-dealer #mapApp form select { cursor: pointer; }
  .tx-mapsearch-dealer #mapApp form select { border: none; }

  .tx-mapsearch-dealer #mapApp form a.click{
    display: block;
    color: #000;
    text-align: center;
  }

/* detail pages */

@media (max-width: 767px) {
    section.h-vid.haendler-version .cont-nnn .h-vid-el .button-row-header .nnn-btn_white,
    section.s-header.haendler-version .cont-nnn .s-header-text .button-row-header .nnn-btn_white {
        font-size: 16px;}
}

section.h-vid.haendler-version {
    height: 70vh;
    margin-bottom: 100px;}
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster {
    text-align: left;
    overflow: hidden;}

section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster::before,
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster::after {
    display: block;
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    right: 0px;
    left: 0px;}
/*
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster::before {
    top: 0px;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(255,255,255,0.8)), to(transparent));
    background: -o-linear-gradient(right, rgba(255,255,255,0.8) 40%, transparent);
    background: linear-gradient(to left, rgba(255,255,255,0.8) 40%, transparent);}
*/

section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster::before {
    height: 800px;
    width: 900px;
    left: auto;
    right: -400px;
    top: -400px;
    background: -o-radial-gradient(circle, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 69%);
    background: radial-gradient(circle, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 69%);}
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster::after {
    bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(31%, rgba(0,0,0,0.5)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.5) 31%, transparent);
    background: linear-gradient(to top, rgba(0,0,0,0.5) 31%, transparent);
    z-index: 2;}
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;}
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster .play-icon i {
    color: var(--txt_color-white);
    font-size: 42px;
    text-shadow: var(--txt-shadow);}

section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster h1 {
    bottom: var(--img-txt-pos);
    left: var(--container-padding);
    text-shadow: var(--txt-shadow);
    z-index: 5;}
section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster h1 span {
    font-size: var(--h4-size);
    font-family: 'Roboto Black Italic';
    font-style: italic;
    font-weight: 900;}
section.h-vid.haendler-version .cont-nnn .h-vid-el .button-row-header {
    position: absolute;
    top: var(--img-info-pos);
    right: var(--container-padding);
    width: 180px;}
section.h-vid.haendler-version .cont-nnn .h-vid-el .button-row-header a.nnn-btn_white,
section.s-header.haendler-version .cont-nnn .s-header-text .button-row-header .nnn-btn_white {
    display: block;}
section.h-vid.haendler-version .cont-nnn .h-vid-el .button-row-header .nnn-btn_white:last-child,
section.s-header.haendler-version .cont-nnn .s-header-text .button-row-header .nnn-btn_white:last-child {
    background-color: var(--lightest-white);}
section.h-vid.haendler-version .cont-nnn .h-vid-el .button-row-header .nnn-btn_white:last-child:hover,
section.s-header.haendler-version .cont-nnn .s-header-text .button-row-header .nnn-btn_white:last-child:hover {
    background-color: var(--txt_color);}
section.h-vid.haendler-version #videoModal .modal-dialog {
    margin-top: 150px;}
section.h-vid.haendler-version #videoModal .modal-dialog .modal-content {
    background-color: #000;}
section.h-vid.haendler-version #videoModal .modal-dialog .modal-content .modal-header {
    border-bottom-color: var(--light-white);}
section.h-vid.haendler-version #videoModal .modal-dialog .modal-content .modal-header button.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;}
section.h-vid.haendler-version #videoModal .modal-dialog .modal-content .modal-header button.btn-close:focus {
    -webkit-box-shadow: none;
            box-shadow: none;}
section.h-vid.haendler-version #videoModal .modal-dialog .modal-content .modal-body .videoModal-aspectwrapper {
    padding-top: 56.25%;
    position: relative;}
section.h-vid.haendler-version #videoModal .modal-dialog .modal-content .modal-body .videoModal-aspectwrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}
section.h-vid.haendler-version .haendler-logo,
section.s-header.haendler-version .haendler-logo {
    display: none;}

section.haendler-info-el {
    margin-bottom: 100px;}
section.haendler-info-el .cont-nnn .map-box {
    border: 2px solid var(--txt_color);
    padding: 30px;
    margin-bottom: var(--container-padding);}
section.haendler-info-el .cont-nnn .map-box .map-box-iframe-wrapper {
    padding-top: 50%;
    position: relative;
    margin-bottom: var(--button-margin);}
section.haendler-info-el .cont-nnn .map-box .map-box-iframe-wrapper iframe,
section.haendler-info-el .cont-nnn .map-box .map-box-iframe-wrapper .theme_osm_map {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;}
section.haendler-info-el .cont-nnn .map-box .buttons a.button {
    display: block;
    margin-bottom: var(--button-margin);}
section.haendler-info-el .cont-nnn .haendler-info-img .haendler-info-img-aspect {
    padding-top: 100%;
    position: relative;}
section.haendler-info-el .cont-nnn .haendler-info-img .haendler-info-img-aspect img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;}

section.haendler-services-el {
    margin-bottom: 100px;}
section.haendler-services-el .cont-nnn h3 {
    margin-bottom: 50px;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect {
    padding-top: 66.67%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;}
section.haendler-services-el .cont-nnn .row div:last-child .haendler-services-img-aspect {
    margin-bottom: 0px;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect h4 {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: var(--h1-span-size);
    color: var(--txt_color-white);
    z-index: 60;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect .tickbox {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: var(--txt_color-light);
    width: 75px;
    height: 75px;
    border: 3px solid var(--txt_color-white);
    text-align: center;
    padding-right: 5px;
    z-index: 60;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect .tickbox i {
    color: var(--txt_color-white);
    display: none;
    line-height: 69px;
    font-size: 45px;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect.service-checked .tickbox {
    background: var(--fendt-caravan_blau);}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect.service-checked .tickbox i.bi-check-lg {
    display: block;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect.service-unchecked .tickbox i.bi-x-lg {
    display: block;}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect.service-unchecked img {
    filter: blur(3px);
    -webkit-filter: blur(3px);}
section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect.service-unchecked:before {
    position: absolute;
    display: block;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: var(--overlay-black);
    z-index: 50;}

section.haendler-twin-form-el .cont-nnn .row div .twin-form-box {
    padding: 15px 15px 30px 15px;
    margin-bottom: 100px;}
section.haendler-twin-form-el .cont-nnn .row div .katalog-form-box {
    border: 2px solid var(--txt_color);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box {
    background-image: var(--background-gradient-always);
    color: var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box h3 {
    color: var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box  form fieldset .type-text input::-webkit-input-placeholder {
    background: transparent;
    border-color: var(--txt_color-white);
    color:  var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box  form fieldset .type-text input::-moz-placeholder {
    background: transparent;
    border-color: var(--txt_color-white);
    color:  var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box  form fieldset .type-text input:-ms-input-placeholder {
    background: transparent;
    border-color: var(--txt_color-white);
    color:  var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box  form fieldset .type-text input::-ms-input-placeholder {
    background: transparent;
    border-color: var(--txt_color-white);
    color:  var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-text select,
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-text input,
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-text input::placeholder,
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-text textarea {
    background: transparent;
    border-color: var(--txt_color-white);
    color:  var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-text select option {
    color:  var(--txt_color);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-check label a {
    color:  var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-button input {
    background: var(--txt_color-white);
    border-color: var(--txt_color-white);}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-button input:hover {
    background-color: var(--txt_color);
    border-color: var(--txt_color-white);}

section.haendler-vorteile .cont-nnn h3 {
    margin-bottom: 50px;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item-sizer,
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item {
    width: var(--packery-col);}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-gutter-sizer {
    width: var(--packery-gutter);}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item {
    padding-top: var(--packery-height);}

section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position h4 {
    font-size: var(--page-font-size);}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position h4,
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position p,
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item:hover .hover-content {
    color: var(--txt_color-white);}

section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
    z-index: 5;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.txt-top-item .text-position {
    top: 15px;
    bottom: auto;}

section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item::after {
    display: block;
    content: '';
    background-image: var(--background-gradient-black-lighter-bottom);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 160px;
    z-index: 4;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.txt-top-item::after {
    top: 0px;
    bottom: auto;
    background-image: var(--background-gradient-black-lighter);}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;}

section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.bg-item {
    background-image: var(--background-gradient-always);}

section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.overlay-txt-item::after {
    background-image: var(--background-gradient-blue);
    height: 100%;
    top: 0px;
    margin-left: 50%;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.overlay-txt-item::before {
    display: block;
    content: '';
    background: var(--fendt-caravan_blau);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 4;}

section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .hover-content {
    z-index: 500;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .hover-content,
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .hover-content,
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item:hover .text-position {
    visibility: hidden;
    opacity: 0;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item:hover .hover-content {
    visibility: visible;
    opacity: 1;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .hover-content {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--fendt-caravan_blau);
    padding: 15px;
    min-height: 100%;
    min-width: 100%;}
section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .hover-content p b {
    font-weight: bold;}

section.haendler-impressionen-slider-el {
    margin-bottom: 100px;}
section.haendler-impressionen-slider-el .cont-nnn h3 {
    margin-bottom: 50px;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont {
    position: relative;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide {
    position: relative;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect {
    padding-top: 100%;
    position: relative;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect.with-txt::before,
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect.with-txt::after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: var(--background-gradient-black-lighter);
    height: 60%;
    z-index: 4;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect.with-txt::after {
    background-image: var(--background-gradient-black-lighter-bottom);
    bottom: 0px;
    top: auto;
    height: 20%;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-text,
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button
 {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    color: var(--txt_color-white);
    z-index: 5;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-text h4 {
    margin-bottom: 0px;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
    bottom: 30px;
    top: auto;
    left: auto;
    right: 15px;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slider-arrows-nnn-prv {
    margin-left: -20px;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slider-arrows-nnn-nxt {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: -20px;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slick-arrow i:hover {
    cursor: pointer;}
section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slick-arrow.slick-disabled i:hover {
    cursor: auto;}

section.s-header.haendler-version .cont-nnn .s-header-text h1 {
    margin-bottom: 21px;}
section.s-header.haendler-version .cont-nnn .s-header-text {
    bottom: 0px;}

@media (min-width: 576px) {
    section.h-vid.haendler-version .haendler-logo,
    section.s-header.haendler-version .haendler-logo {
        display: block;
        width: 200px;
        height: 70px;
        position: fixed;
        position: absolute;/* nav should scroll away - see navigation.css */
        top: 30px;
        left: calc(var(--container-padding) + 200px + 10px);
        z-index: 9999;
        margin-left: 11px;
    
        /* for testing and positioning the second logo
        background-color: rgba(150, 0, 0, 0.1);*/}
    section.h-vid.haendler-version .haendler-logo:before,
    section.s-header.haendler-version .haendler-logo:before {
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: -10px;
        display: block;
        content: '';
        width: 1px;
        height: calc(100% + 20px);
        border-left: var(--txt_color-light) 1px solid;}
    section.h-vid.haendler-version .haendler-logo img,
    section.s-header.haendler-version .haendler-logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;}

    section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster .play-icon i {
        font-size: 58px;}

    /* wXhX classes first make sense from 1200px and up (below its just optimising for smaller breakpoints) */
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h3 {
        padding-top: 100%;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w3h1 {
        width: 100%;}
}

@media (min-width: 768px) {

    /* Händlersuche */
    .tx-mapsearch-dealer #mapApp .row .maparea #map_canvas {
        height: calc(100vh - var(--body-padding-nav));}
    .tx-mapsearch-dealer #mapApp .row .searchbar {
        height: calc(100vh - var(--body-padding-nav));}
    .tx-mapsearch-dealer #mapApp .row .searchbar #result {
        max-height: calc(100vh - 260px - 200px - var(--body-padding-nav));}
    .tx-mapsearch-dealer #mapApp .row .searchbar #print_data {
        height: 200px;}

    section.h-vid.haendler-version .haendler-logo,
    section.s-header.haendler-version .haendler-logo {
        left: calc(var(--container-padding) + 200px + 30px);
        margin-left: 31px;}
    section.h-vid.haendler-version .haendler-logo:before,
    section.s-header.haendler-version .haendler-logo:before {
        left: -30px;}

    section.h-vid.haendler-version .cont-nnn .h-vid-el button.videoPoster .play-icon i {
        font-size: 94px;}

    section.haendler-services-el .cont-nnn .row div .haendler-services-img-aspect {
        margin-bottom: 0px;}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h3 {
        padding-top: calc(var(--packery-height) * 2 + var(--packery-gutter));}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w3h1,
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h1 {
        width: calc(var(--packery-col) * 2 + var(--packery-gutter));}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.overlay-txt-item::before {
        width: 10%;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.overlay-txt-item::after {
        margin-left: 10%;
        right: 20%;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.overlay-txt-item.txt-top-item .text-position {
        right: 50%;}

    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont {
        margin-left: -7.5px;
        margin-right: -7.5px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider .impressionen-slider-slide {
        padding-left: 7.5px;
        padding-right: 7.5px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slick-arrow i {
        font-size: 50px;
        opacity: 0.6;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slider-arrows-nnn-prv {
        margin-left: -30px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .slider-arrows-nnn .slider-arrows-nnn-nxt {
        margin-right: -30px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-text,
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
        right: 25px;
        left: 25px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
        left: auto;}
    .center-md {
        transform: translateX(+25%);
    }
}
    
@media (min-width: 992px) {

    /* Händlersuche */
    .tx-mapsearch-dealer #mapApp .row .searchbar h1 {
        font-size: var(--page-font-size);
        line-height: var(--page-line-height);}

    section.h-vid.haendler-version .cont-nnn .h-vid-el .button-row-header,
    section.s-header.haendler-version .cont-nnn .s-header-text {
        bottom: 69px;}

    section.h-vid.haendler-version .modal .modal-dialog {
        max-width: 90vw;}

    section.haendler-info-el .cont-nnn .map-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;}
    section.haendler-info-el .cont-nnn .map-box .map-box-iframe-wrapper {
        height: 100%;
        padding-top: 100%;}

    section.haendler-twin-form-el .cont-nnn .row div .twin-form-box {
        padding: 30px 20px 50px 20px;}
    section.haendler-twin-form-el .cont-nnn .row div .twin-form-box.katalog-form-box .tx-form form .type-button {
        text-align: right;}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h3 {
        padding-top: calc(var(--packery-height) * 2 + var(--packery-gutter));
        width: calc(var(--packery-col) * 2 + var(--packery-gutter));}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w1h2 {
        padding-top: calc(var(--packery-height) * 2 + var(--packery-gutter));}
}

@media (min-width: 1200px) {
    .center{ 
        transform: translateX(-50%)!important;
        left: 50%!important;
        }
    .center-md {
        transform: unset;
    }
    section.h-vid.haendler-version {
        height: 720px;}

    section.h-vid.haendler-version .modal .modal-dialog {
        max-width: 60vw;}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h3,
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h2,
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h1 {
        width: calc(var(--packery-col) * 2 + var(--packery-gutter));}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w3h1 {
        width: calc(var(--packery-col) * 3 + 2 * var(--packery-gutter));}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w1h2,
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h2 {
        padding-top: calc(var(--packery-height) * 2 + var(--packery-gutter));}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.w2h3 {
        padding-top: calc(var(--packery-height) * 3 + 2 * var(--packery-gutter));}

        
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position h4 {
        font-size: 16px;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.overlay-txt-item.txt-top-item .text-position {
        right: 15px;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.overlay-txt-item::after {
        right: 0px;
        margin-left: 25%;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.img-item.overlay-txt-item::before {
        width: 25%;}

    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont {
        margin-left: -15px;
        margin-right: -15px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider .impressionen-slider-slide {
        padding-left: 15px;
        padding-right: 15px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect.with-txt::before {
        height: 80%;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-text,
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
        left: 33px;
        right: 33px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
        left: auto;}
}

@media (min-width: 1400px) {
    section.haendler-twin-form-el .cont-nnn .row div .twin-form-box.haendler-form-box {
        height: calc(100% - 100px);}
    section.twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-text textarea {
        height: 420px;}

    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position {
        left: 30px;
        right: 30px;
        bottom: 20px;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item.txt-top-item .text-position {
        top: 30px;}
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .hover-content {
        padding: 30px;}

    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-text,
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
        top: 30px;
        left: 45px;
        right: 45px;}
    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-content .slide-content-button {
        left: auto;
        top: auto;
        bottom: 30px;}
}

@media (min-width: 1900px) {

    section.haendler-twin-form-el .cont-nnn .row div .twin-form-box.katalog-form-box .tx-form form .type-button {
        text-align: left;}
  
    section.haendler-vorteile .cont-nnn .vorteile-packery .vorteile-packery-item .text-position h4 {
        font-size: var(--page-font-size);}

    section.haendler-impressionen-slider-el .cont-nnn .haendler-impressionen-slider-cont .impressionen-slider-slide .slide-img-aspect.with-txt::before {
        height: 30%;}
}

/* temp styles for testing - BEGIN */
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-button a.nnn-btn {
    background: var(--txt_color-white);
    border-color: var(--txt_color-white);
    margin-top: var(--button-margin);
    display: inline-block;}
section.haendler-twin-form-el .cont-nnn .row div .haendler-form-box /*.tx-form*/ form fieldset .type-button a.nnn-btn:hover {
    background-color: var(--txt_color);
    border-color: var(--txt_color-white);}

/* Suppress the EXT:form-generated form heading (`<h2>` from Form.html). */
.tx-form form > h2 {
    display: none;
}

/* Katalog Formular — moved from legacy_2022_layout.css 2026-05-14 so the
 * rules apply on /kataloge-anfordern and /caravan-modell (legacy_2022_layout.css
 * is scoped to a single dev preview page via TS condition). */
section.catalougue-form .header-catalougue {
    height: 300px;
    background-image: url('/fileadmin/images/teaser/2023/Fendt-Caravan_Kataloge-anfordern_Wohnwagen-Informationen.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;}
.cont-nnn .tx-form .submitted-form {
    margin-bottom: 100px;}
.cont-nnn .tx-form .submitted-form .downloads-extra {
    display: none;}

.tx-form form fieldset .type-text {
    position: relative;}
.tx-form form fieldset .type-text select,
.tx-form form fieldset .type-text input,
.tx-form form fieldset .type-text textarea {
    border: 2px solid var(--txt_color);
    width: 100%;
    padding: 10px 20px;
    margin-bottom: var(--button-margin);
    border-radius: 0px;
    background: transparent;}
.tx-form form fieldset .type-text select:focus,
.tx-form form fieldset .type-text input:focus {
    border-radius: 0px;}
/* Disabled submit button — production rendered the same rule inline in
 * the legacy `katalog.html` template; moved here so it applies under our
 * EXT:form-rendered `<button class="button submit button-2025" disabled>`. */
.button.submit:disabled,
.button.submit[disabled] {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}
@media (min-width: 768px) {
    /* `for` is `aufmerksam` in legacy formhandler, `katalog-<uid>-aufmerksam`
     * in EXT:form output — the suffix match covers both. */
    label[for$="aufmerksam"] {
        margin-bottom: 1rem;}
}
.tx-form form fieldset .anfordern-extra {
    margin-top: 30px;}
.tx-form form fieldset .anfordern-extra .type-check-katalog .download {
    display: none;}
.tx-form form fieldset .anfordern-extra .type-check-katalog input.kataloge {
    vertical-align: top;
    margin-top: 5px;}
.tx-form form fieldset .anfordern-extra .type-check-katalog label.kataloge {
    width: 90%;
    margin-bottom: 15px;}
.tx-form form .captcha-box {
    margin-top: var(--button-margin);
    margin-bottom: var(--button-margin);}

.tx-form form .downloads-extra {
    margin-top: 100px;
    margin-bottom: 100px;}
.tx-form form .downloads-extra .type-check-katalog input.kataloge,
.tx-form form .downloads-extra .type-check-katalog label.kataloge {
    display: none;}

.tx-form form fieldset .type-text.has-error input {
    border: 2px solid #dc3545;}
.catalougue-form .tx-form form .error-message {
    color: #ff6666;
    font-size: 16px;}
.catalougue-form .tx-form form .error-message.checkbox-error {
    padding-left: 35px;}
.catalougue-form .tx-form form .error-message.input-error {
    color: #dc3545;
    position: absolute;
    left: 15px;
    bottom: 2px;}