*
{
	font-family: 'Open Sans', Roboto, "Helvetica Neue", sans-serif;
}

/*allgemeine Hintergrundfarbe und Textart*/
body {	background: #22292d; 	
		color: #ffffff;
		overflow-x: hidden;
		margin: 0px;
	
		margin-top:50px; 
		}


/*Überschriften*/			
h1 
{ 
	font-size: 38pt; 
	font-weight: bold; 
	color: #CEE0F9; 
	margin-bottom:27px; 
	text-align: center;
	margin-top: 0px;
}


h2 { 
	font-size: 1.3em; color: #CCCCCC; margin-bottom:27px; text-align: center;
	}
	

/*content*/
#content{		
	margin: auto; 
	margin-bottom: 0px; 
	width: 350px;}	


.subcontenttrenner{
	border-top: #444;
	border-top-style: none;
	border-top-width: medium;
	border-top-width: 1px;
	border-top-style: solid;
	width: 60%;
	margin: auto;
}
.subcontent{
	padding-top: 20px;
	padding-bottom: 20px;
}

a:link 		{	 text-decoration: none;}


.mailentry {
	height: 30px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
	
a.entrylink {
    line-height: 30px;
    height: 30px;
	color: hsl(0, 0%, 80%);
	}

.call2action{    
    color:hsl(199, 96%, 45%);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;  
    text-decoration: none;  
}


/* buymeacoffee */
.bmc-btn-text
{
	font-family: 'Cookie', cursive !important;
	color: hsl(0, 0%, 80%);
}