
.clear {
    clear   : both;
    padding : 0;
    margin  : 0;
}

/* *******************************************************
		Links
   *******************************************************/
/*a[href^="http:"] {*/
    /*text-decoration : none;*/
    /*color           : #006;*/
/*}*/
    /*background      : url(../images/link.png) right center no-repeat #fcfcfc;*/
    /*padding-right   : 15px !important;*/

/*a[href^="http:"]:active, a[href^="http:"]:hover {*/
    /*color           : #006;*/
    /*text-decoration : none;*/
/*}*/

/*a:link, a:visited, a:active {*/
    /*color           : #666;*/
    /*text-decoration : none;*/
/*}*/

/*a:hover {*/
    /*color           : #333;*/
    /*text-decoration : underline;*/
/*}*/

/* *******************************************************
		Suche Tag Cloud
   *******************************************************/
div#suche_tag_cloud  {
    /*display:block;*/
    margin-top: 1em;
    max-width: 100%;
    display:flex;
    flex-direction:row;
    justify-content: center; /* space-between;*/
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;

    /*overflow: scroll;*/
}
div#suche_tag_cloud a[href^="http"] {
    display          : block;

    padding          : 3px;
    margin           : 3px;

    text-decoration  : none;
    color            : #333;
    background-color : #fff;
    border           : 1px solid #ccc;
    border-radius    : 3px;

}

div#suche_tag_cloud a[href^="http:"]:active,
div#suche_tag_cloud a[href^="http:"]:hover {
    box-shadow : #999 2px 2px 1px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background  : transparent !important;
        color       : #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow  : none !important;
        text-shadow : none !important;
    }

    a,
    a:visited {
        text-decoration : underline;
    }

    a[href]:after {
        content : " (" attr(href) ")";
    }

    abbr[title]:after {
        content : " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content : "";
    }

    pre,
    blockquote {
        border            : 1px solid #999;
        page-break-inside : avoid;
    }

    thead {
        display : table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside : avoid;
    }

    img {
        max-width : 100% !important;
    }

    @page {
        margin : 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans : 3;
        widows  : 3;
    }

    h2,
    h3 {
        page-break-after : avoid;
    }
}