.readmore {
 width: 360px; /* Breite des Buttons */
 height: 48px; /* Höhe des Buttons */
 border: 1px solid #aaa; /* Rahmen */
/* border-radius: 5px; /* Abgerundete Ecken */
 border-radius: 35px 5px 35px 5px;	
 background-color: green; /* Hintergundfarbe für ältere Browser */
/* background-image: linear-gradient(#cdffbc, #6ec153); /* Farbverlauf */
 display: block; /* Darstellung als Block-Element */
 text-align: center; /* Horizontale Text-Ausrichtung */
 text-decoration: none; /* Links nicht unterstrichen */
 color: black; /* Textfarbe */
 position: relative;
 float: left;	
/* position: relative;
 transition: .5s ease; 
 top: 100%;
 right: 50%; */		
}
	
.readmore:hover {
 background: #ccc; /* Alternative Hintergrundfarbe beim Überfahren */
 background-image: linear-gradient(#d3d3ff, #5656d8); /*Farbverlauf*/
}

.footer {
       background: rgb(2,0,36);
       background-image: none;
}

/*.items-leading {
    margin-top:30px; 
    border-top: 1px dotted #62A6D3;
    display: block;  
    width: 99%;
    margin-left: 10px;  
    border-style: solid; border-color: orange; padding: 15px; border-width: 5px; margin-bottom: 5px; border-radius: 35px 5px 35px 5px;
    background-color: lightgrey; 
} */

/* Rahmen um Blog-Beitrag */
/*.blog-item {
    margin-top:10px;
    border-top: 1px dotted #62A6D3;
    display: block;  
    width: 99%;
    margin-left: 10px;
    border-style: solid; border-color: orange; padding: 15px; border-width: 5px; margin-bottom: 5px; border-radius: 35px 5px 35px 5px;
    background-color: lightgrey; 
}*/

/* Rahmen um Einzel-Beitrag */
/* .com-content-article {    margin-top:10px;
    border-top: 1px dotted #62A6D3;
    display: block;  
    width: 99%;
    margin-left: 10px;
    border-style: solid; border-color: green; padding: 15px; border-width: 5px; margin-bottom: 5px; border-radius: 35px 5px 35px 5px;
    background-color: lightgrey;
} */

/* Rahmen um Sidebar links */
.container-sidebar-left {margin-top:10px;
    border-top: 1px dotted #62A6D3;
    display: block;  
    width: 99%;
    margin-left: 10px;
    border-style: solid; border-color: green; padding: 15px; border-width: 5px; margin-bottom: 5px; border-radius: 35px 5px 35px 5px;
    background-color: lightgrey;
}

/* Rahmen um Sidebar rechts */
.container-sidebar-right {margin-top:10px;
    border-top: 1px dotted #62A6D3;
    display: block;  
    width: 99%;
    margin-left: 10px;
    border-style: solid; border-color: green; padding: 15px; border-width: 5px; margin-bottom: 5px; border-radius: 35px 5px 35px 5px;
    background-color: lightgrey;
}

/*  Footermenü gestalten */
.metismenu-item {background-color: black;
                 border-radius: 35px 5px 35px 5px;
                 color: white; 
}

/* Schriftfarbe im Collapse-Munü */
.metismenu.mod-menu .mm-collapse .metismenu-item a {
    color: white;
}

.bottom-a {background-color: #010156;
}

/* Seitenleisten (Sitebars) */
/* .site-grid {
	grid-template-columns: [full-start] minmax(0, 1fr) [main-start] minmax(0, 16.875rem) repeat(2, minmax(0, 22.875rem)) minmax(0, 16.875rem) [main-end] minmax(0, 1fr) [full-end];
} */

.jstree-anchor {font-size: 14pt; 
            color: green;
}