/**
 * The introspecion thing...
 */

.extbase-debugger {
    margin: 0;
    border-radius: 0;
    border-bottom: 3px solid #f00;
    position: relative;
    z-index: 1;
    width:100%;
}


/**
 * Das Font-Menü
 */

.menu_fontsize {
    display: none;
}


/**
 * Suche nach dem T3-Update auf 9.x
 */

#tx_indexedsearch legend {
    display: none;
}

.tx-indexedsearch-form {
    float: left;
    padding-right: 0.5em;
}

label.tx-indexedsearch-searchbox-sword {
    padding-right: 0.5em;
}

.tx-indexedsearch-info-sword {
    display: none;
}

/**
 * Suche / Page browser
 */

ul.tx-indexedsearch-browsebox {
    list-style-type: none;
}
ul.tx-indexedsearch-browsebox li {
    float: left;
    background: none;
    background: transparent;
    padding-left: 0;
}
ul.tx-indexedsearch-browsebox li + li {
    padding-left: 0.5em;
}
ul.tx-indexedsearch-browsebox::after {
    content: "";
    display: block;
    clear: both;
}

/**
 * Suchergebnisse
 */
.tx-indexedsearch-res {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
    background-color: #f6f6f6;
    color: #000;
    font-size: 80%;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.tx-indexedsearch-res .tx-indexedsearch-info dt, .tx-indexedsearch-res .tx-indexedsearch-info dd {
    float: left;
}
.tx-indexedsearch-res .tx-indexedsearch-info dt::after {
    content: ":";
    margin-right: 0.5em;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd::after {
    content: "–";
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.tx-indexedsearch-res .tx-indexedsearch-info dl::after {
    content: "";
    display: block;
    clear: both;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-mtime {
    float: none;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-mtime::after {
    content: " ";
}
.tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path::after {
    content: " ";
    display: block;
    clear: both;
}
.tx-indexedsearch-res .tx-indexedsearch-info p {
    margin: 0;
}

/**
 * Headline der Resultate
 */
.tx-indexedsearch-res h3 .tx-indexedsearch-icon > img {
    display: none;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-icon {
    background: url(/typo3/sysext/indexed_search/Resources/Public/Icons/FileTypes/pages.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    display: inline-block;
    height: 1em;
}

.tx-indexedsearch-res h3 .tx-indexedsearch-percent {
    float: right;
}


/**
 * Basic Style der Bilder (geklaut von fluid_styled_contents)
 */
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

.ce-left .ce-gallery, .ce-column { float: left; }
.ce-center .ce-outer { position: relative; float: right; right: 50%; max-width: 100%; }
.ce-center .ce-inner { position: relative; float: right; right: -50%; max-width: 100%; }
.ce-right .ce-gallery { float: right; }

.ce-gallery figure { display: table; margin: 0; }
.ce-gallery figcaption { display: table-caption; caption-side: bottom; }
.ce-gallery img { display: block; }
.ce-gallery iframe { border-width: 0; }
.ce-border img,
.ce-border iframe {
    border: 2px solid #000000;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px;
}
.ce-intext.ce-right .ce-gallery { margin-left: 10px; }
.ce-intext.ce-left .ce-gallery { margin-right: 10px; }
.ce-below .ce-gallery { margin-top: 10px; }

.page-marginal .ce-intext.ce-right .ce-gallery, .page-marginal .ce-intext.ce-left .ce-gallery, .page-marginal .ce-above .ce-gallery {
    margin: 0;
}

.page-marginal .ce-left .ce-gallery, .page-marginal .ce-right .ce-gallery {
    float: none;
}


/**
 * Bildergallerien
 */
.ce-gallery { margin-right: -10px; }
.ce-row { display: flex; flex-direction: row; }
.ce-column { display: flex; }
.ce-row._num_cols_2 .ce-column { width: 50%; }
.ce-row._num_cols_3 .ce-column { width: 33.333%; }
.ce-row._num_cols_4 .ce-column { width: 25%; }
.ce-row._num_cols_5 .ce-column { width: 20%; }
.ce-row._num_cols_6 .ce-column { width: 16.666%; }
.ce-row._num_cols_7 .ce-column { width: 14.2857%; }
.ce-row._num_cols_8 .ce-column { width: 12.5%; }
.ce-row .ce-column { padding-right: 10px; }
.ce-gallery img { margin-bottom: 10px; }

/* gallerien mit nur einem image */
.ce-gallery._num_cols_1 { margin-right: 0; }
.ce-gallery._num_cols_1 .ce-row._num_cols_1 .ce-column { padding-right: 0; width: 100%; }
.ce-gallery._num_cols_1 .ce-row._num_cols_1 .ce-column figure { width: 100%; }
.ce-gallery._num_cols_1 .ce-row._num_cols_1 .ce-column figure .img-responsive{ width: 100%; }

/**
 * Grids
 */
main .row.row-gridelements {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}
main .row.row-gridelements .frame-default:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media print{
    .no-print {
        display: none;
    }
}
