/*.bulleted:before
{
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: black;
    font-size: 1.15em;
}
.bulleted
{
    background: none !important;
    padding-left: 0 !important;
}*/
#popupcontent {
    margin-top: 8%;
}

.navSupScrollTop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0.3em;
    left: auto;
    right: 0.3em;
    width: 3em;
    height: 3em;
    background-color: green;
    background-size: contain;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-transition: opacity .25s linear, visibility .1s linear;
    -webkit-transition: opacity .25s linear, visibility .1s linear;
    -o-transition: opacity .25s linear, visibility .1s linear;
    transition: opacity .25s linear, visibility .1s linear;
    border-radius: 100%;
}

    .navSupScrollTop.is-active {
        visibility: visible;
        opacity: 1;
    }

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}



/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    body {
        background: #fff;
        padding: 0;
        -webkit-font-smoothing: antialiased;
    }

        body.vfa_messenger_insertdlg {
            padding: 0;
        }

    form {
        width: 100%;
        margin: 0 auto;
    }

    .handheld-menu {
        display: block;
        position: relative;
        top: 0;
        z-index: 10000;
        border-bottom: 1px solid #ebe8e4;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #fff;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #ebe8e4;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                color: #858585;
                font-family: FuturaPT;
                font-size: 16px;
                font-weight: 600;
                line-height: 65px;
                padding-left: 0.6em;
                border: none;
                text-transform: uppercase;
                -webkit-font-smoothing: antialiased;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

    div.handheld-menu.top ul.handheldTopMenu li.expanded ul li.first.collapsed,
    div.handheld-menu.top ul.handheldTopMenu li.expanded ul li.first.expanded {
        border-top: 1px solid #ebe8e4;
    }

    handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #858585;
    }

    .handheld-menu .handheldTopMenu .expanded ul {
        padding-left: 0;
        width: 100%;
    }

        .handheld-menu .handheldTopMenu .expanded ul li a {
            padding-left: 10px;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li a {
            color: #858585;
            display: block;
            font-size: 16px;
            font-weight: normal;
            padding-left: 20px;
            text-transform: uppercase;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
            padding-left: 2em;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
            padding-left: 30em;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul {
            background: #fff;
            overflow: hidden;
            color: #404040;
        }

            .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                background: #f6f6f6;
                overflow: hidden;
                color: #404040;
            }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li {
                    border: none;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                        background: #fff;
                        overflow: hidden;
                        color: #404040;
                    }

    .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
        color: #000;
        padding-top: 0.615em;
    }

    .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
        margin: 0;
    }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 10px;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        box-sizing: border-box;
        padding-top: 0.3725em;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    div.handheld-menu.top ul.handheldTopMenu li i.fa.fa-bars {
        right: 16px;
        position: absolute;
        top: 11px;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
        font-size: 0.8em;
    }


    div.siteHeader, div.siteMain, div.siteFooter {
        width: 100%;
    }

    div.siteHeader-container {
    }

    div.siteHeader {
        position: relative;
        padding: 0;
        width: 100%;
    }

    div.siteLogo {
        display: block;
        margin-left: 14px;
        margin-top: 2px;
        position: relative;
        float: left;
    }



        div.siteLogo img {
        }

    div.global-authorization {
        background: transparent;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 100;
        width: auto;
    }

        div.global-authorization div div:nth-of-type(2n+1) {
            margin: 0;
        }

        div.global-authorization a {
            font-size: 13px;
            padding: 4px 10px;
        }



    div.siteMain {
        clear: both;
        display: block;
        float: left;
        padding: 30px 20px 20px;
        position: relative;
        box-sizing: border-box;
    }

    div.topmenu-container ul.topmenu li.last {
        display: block;
        visibility: visible;
    }

    div.siteContent .col25 .box:last-child {
        float: right;
    }

    div.siteContent .col25 .box {
        float: left;
        width: 100%;
    }

    div.siteMain-container div.siteMain div#ctl00_ctl01_div_content.siteContent div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl06_ucGoogleMap_map_canvas.map {
        width: 100% !important;
    }

    div.siteFooter {
        font-size: 13px;
        padding: 30px 20px;
        width: auto !important;
    }

        div.siteFooter .col25 {
            width: 42%;
        }

    div#popupcontent {
        margin-top: 18%;
    }

    div.errortext {
        width: auto;
    }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    div.col100.siteinfo ul {
        text-align: center;
    }

    h3.box-title, h3.box-title a {
        font-size: 24px;
    }


    h1.pagetitle, h2.pagetitle {
        font-size: 36px;
        line-height: 52px;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .objectlistFilters {
        padding: 17px 10px 3px;
    }

    ul.quickfilter li.full {
        width: 100%;
    }

    ul.quickfilter li table {
        width: 100%;
    }

    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom: 1px dotted #b1b1b1;
        line-height: 40px;
    }

    div.siteFooter div.col25 {
        width: 100%;
    }

        div.siteFooter div.col25.alignright.contact a img.logo-footer {
            top: 20px;
            right: 20px;
        }

    .mydivclass img {
        width: 100%;
    }

    div.article {
        min-height: unset;
    }


    div.siteHeader-container h1 {
        background: transparent;
    }
}



/* Phone */
@media (max-width: 480px) {
    body {
        background: #fff;
        padding: 0;
        -webkit-font-smoothing: antialiased;
    }

        body.vfa_messenger_insertdlg {
            padding: 0;
        }

    form {
        width: 100%;
        margin: 0 auto;
    }

    a.siteLogo {
        display: block;
        position: absolute;
        right: 0;
        z-index: 11000;
    }

    .handheld-menu {
        display: block;
        position: relative;
        top: 0;
        z-index: 10000;
        border-bottom: 1px solid #ebe8e4;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #fff;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #ebe8e4;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                color: #000;
                font-family: FuturaPT;
                font-size: 16px;
                font-weight: 600;
                line-height: 65px;
                padding-left: 0.6em;
                border: none;
                text-transform: uppercase;
                -webkit-font-smoothing: antialiased;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

    div.handheld-menu.top ul.handheldTopMenu li.expanded ul li.first.collapsed,
    div.handheld-menu.top ul.handheldTopMenu li.expanded ul li.first.expanded {
        border-top: 1px solid #ebe8e4;
    }

    handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid gold;
    }

    .handheld-menu .handheldTopMenu .expanded ul {
        padding-left: 0;
        width: 100%;
    }

        .handheld-menu .handheldTopMenu .expanded ul li a {
            padding-left: 10px;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li a {
            color: #000;
            display: block;
            font-size: 16px;
            font-weight: normal;
            padding-left: 20px;
            text-transform: uppercase;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
            padding-left: 2em;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
            padding-left: 30em;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul {
            background: #fff;
            overflow: hidden;
            color: #404040;
        }

            .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                background: #f6f6f6;
                overflow: hidden;
                color: #404040;
            }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li {
                    border: none;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                        background: #fff;
                        overflow: hidden;
                        color: #404040;
                    }

    .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
        color: #000;
        padding-top: 0.615em;
    }

    .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
        margin: 0;
    }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 10px;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        box-sizing: border-box;
        padding-top: 0.3725em;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    div.handheld-menu.top ul.handheldTopMenu li i.fa.fa-bars {
        right: 16px;
        position: absolute;
        top: 11px;
    }

    .icon-minus-sign-alt:before
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
        font-size: 0.8em;
    }



    div.siteHeader, div.siteMain, div.siteFooter {
        width: 100%;
    }

    div.siteHeader-container {
    }

    div.siteHeader {
        position: relative;
        padding: 0;
        width: 100%;
    }

    div.siteLogo {
        display: block;
        margin-left: 14px;
        margin-top: 2px;
        position: relative;
        float: left;
    }



        div.siteLogo img {
        }

    div.global-authorization {
        background: transparent;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 100;
        width: auto;
    }

        div.global-authorization div div:nth-of-type(2n+1) {
            margin: 0;
        }

        div.global-authorization a {
            font-size: 13px;
            padding: 4px 10px;
        }



    div.siteMain {
        clear: both;
        display: block;
        float: left;
        padding: 30px 20px 20px;
        position: relative;
        box-sizing: border-box;
    }

    div.topmenu-container ul.topmenu li.last {
        display: block;
        visibility: visible;
    }

    div.siteContent .col25 .box:last-child {
        float: right;
    }

    div.siteContent .col25 .box {
        float: left;
        width: 100%;
    }

    div.siteMain-container div.siteMain div#ctl00_ctl01_div_content.siteContent div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl06_ucGoogleMap_map_canvas.map {
        width: 100% !important;
    }

    div.siteFooter {
        font-size: 13px;
        padding: 30px 20px;
        width: auto !important;
    }

        div.siteFooter .col25 {
            width: 42%;
        }

    div#popupcontent {
        margin-top: 18%;
    }

    div.errortext {
        width: auto;
    }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    div.col100.siteinfo ul {
        text-align: center;
    }

    h3.box-title, h3.box-title a {
        font-size: 24px;
    }


    h1.pagetitle, h2.pagetitle {
        font-size: 36px;
        line-height: 52px;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .objectlistFilters {
        padding: 17px 10px 3px;
    }

    ul.quickfilter li.full {
        width: 100%;
    }

    ul.quickfilter li table {
        width: 100%;
    }

    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom: 1px dotted #b1b1b1;
        line-height: 40px;
    }

    div.siteFooter div.col25 {
        width: 100%;
    }

        div.siteFooter div.col25.alignright.contact a img.logo-footer {
            top: 20px;
            right: 20px;
        }

    .mydivclass img {
        width: 100%;
    }

    div.article {
        min-height: unset;
    }


    div.siteHeader-container h1 {
        background: transparent;
    }
}

