@charset "UTF-8";
/**
 *
 * @author Marcel Pommer <marcel.pommer@flane.de>
 *
 * @package Flaneweb
 *
 * @copyright Copyright (c) 2007-2023 Fast Lane Institute for Knowledge Transfer
 * @since 2007
 */

@media all {

    .fl-view-fac {
        margin-bottom: 10px;
    }

    .fl-view-fac .route iframe {
        width: 100%;
        height: 350px;
        border: 1px solid #aeaeae;
    }

    .fl-view-fac .route .fl-link-gmap,
    .fl-view-fac .route .directionslink {
        display: block;
        margin-bottom: 1em;
    }

    .fl-view-facs li {
        padding-bottom: 0.5em;
        margin-left: 10px;
        float: left;
        width: 20%;
    }

    .fl-h-sect-faclist {
        clear: both;
        margin-bottom: 14px;
        margin-left: -2em;
    }

    .fl-h-sect-faclist .cms-icon {
        top: 0.3em;
        margin-right: 0.8em;
    }

    .fl-faclist {
        margin-bottom: 14px;
        margin-left: 2.4em;
        clear: both;
    }

    .roundbox .fl-faclist-sect:not(:last-child) {
        border-bottom: 1px dotted #aaa;
        margin-bottom: 1em;
    }

    .fl-faclist .item {
        width: 25%;
        margin-bottom: 10px;
        float: left;
        vertical-align: middle;
    }

    .fl-view-gmaps-embed {
        margin-bottom: 14px;
    }

}



@media screen {

    .articledatahint:before {
        content: '(article data. edit article to change this. to add an article, ask websupport.)';
    }

}



@media print {

    * {
        overflow: visible !important;
    }

    #col3 .fl-view-facs {
        width: 100%;
    }

}
