/**
 * Created by Alex G on 12.08.2016.
    Edit Bulb by Tom on 26.5.2021.
 */


body.light{
background-color:#ccc;
margin-top: 0px;
margin-bottom: 0px;		
}	
	
body.light .content-wrapper{	
background-color:#ccc;
margin-bottom: 0px;		
}



body.dark{
background-color:#222;
margin-top: 0px;
margin-bottom: 0px;	


}

body.dark .content-wrapper{
background-color:  #222;
margin-top: 0px;
margin-bottom: 0px;		
}  	


.btn-color-toggle{
	position:fixed;
	left:45px;
	top:15px;
	cursor:pointer;
	z-index:100
}@media only screen and (max-width:1080px)
{
	
.btn-color-toggle{
	left:inherit;
	left:45px;
	top:15px
	}}@media only screen and (max-width:0px)
{
	
.btn-color-toggle{
	display:none 
	!important}
}



