/* Backend Styles für System
 *
 *    ██████  
 *    ██   ██ 
 *    ██████  
 *    ██   ██ 
 *    ██████  
 *            
 *
 *  muß in der Datei '/config/config.yml' eingebunden werden.
 *
 *	contao:
 *	  backend:
 *	   custom_css:
 *	     - files/backend/css/BE.css
 *ff5e39
 */

body {
    background-color: #ffad64; 
		background-image: linear-gradient(#ffad64, white);
    background-size:  100% 150%;
    background-attachment: fixed;
}

#header {

	color: black;

	a,
	#tmenu .profile button {
		color: black;
	}
#tmenu a:hover, #tmenu a.hover, #tmenu li:hover .profile button, #tmenu .active .profile button, #tmenu .burger button:hover {
	background-color: #00e824;
}

	.inner {
		background: #69ff7f;
	}
}