
/*Me Start*/

.cookiesBox {
	position: fixed;	
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	width: 450px;
	height: 250px;
    bottom: 60px;
	right: 30px;
	
}

.formatHeading {
	font-size: 30px;
	font-family: arial;
}

.textFormat{
	font-size: 18px;
	font-family: arial;
	color: white;	
	
}


.cookiesBoxbutton{
	height: 50px;
	background: #232323;
	font-size: 20px;
	font-family: arial;
	color: white;
}

.cookiesBoxbutton:hover {background: #3E9B67;}

#btnPosition{
	position: relative;
	top: 60px;
	left: 5px;
} 

.datenschutzBox{
	position: relative;
	background: #232323;
	color: white;
	position: fixed;
    bottom: 160px;
	right: 295px;
}

#datenschutzhinweise{
	color: white;
}

#datenschutzhinweise:hover {background: grey;}