.box-leiste-suche {
    color: white;
    background-color: #2c70bb;
    padding: 0.5em 1em;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
   /* margin-left:15px;
    margin-right:15px;
    margin-top:0px;*/
}

#autocomplete ul li {
    width:100%;
}

.col-md-12 .navlist {
    /*margin-top:-20px;*/
    margin-bottom:30px;
}


ul.admin-list li {
    width:45%;
    
}

/* pro und kontra einführung */
.einfuehrung_beschreibung table td {
    vertical-align: top;
}

.einfuehrung_beschreibung table tbody {
    border-top: 0px solid #ccc; 
}

.block-menu .menu li.expanded,.menu ul li .expanded {
    clear:both;
}

.block-menu .menu li  {
    clear:both;
}


/*
für die Drupal content edit seiten
*/
.field-items {
    vertical-align: top;
}

/* node type page */ 
.main-content .tabs {
    height:60px;
}
/* node type page */
.article-detail ul {

    float:left;
    margin-bottom:20px;
    padding-left:20px;
}
.article-detail ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: square;
}
/*
.contextual-links-region  {
    margin-left: 25%;
}
*/

/* bullet points in panel texten*/
.einfuehrung_beschreibung ul,.einfuehrung_beschreibung td ul {
    float:left;
    margin-bottom:20px;
    padding-left:20px;
}

.einfuehrung_beschreibung ul li,.einfuehrung_beschreibung td ul li,
.einfuehrung_beschreibung div div ul li,.einfuehrung_beschreibung div div td ul li,
.einfuehrung_beschreibung div ul li,.einfuehrung_beschreibung div td ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: square;
    float:none;
}


/* für die debug ausgaben */
div.messages ul li {
    clear: both;
}

/* bild upload kram navtree*/

#navigation-tree li {
    float: left;
    clear: both;
}


.contextual-links-region .contextual-links-wrapper {
    display: inline-block;
}