#body.S6889 .text a.tbutton {
	background: #9dbc1d;
    font-size: 18px;
    padding: 10px 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #fff !important;
	text-align:center;
}


#body.S6889 .text a.tbutton:hover {
    background:#fff !important;
	color: #9dbc1d !important;
}

#body.S6889 .text a.tbutton.aktiv {
    background:#738915 !important;
}

.tbutton span {
    font-size: 42px;
    display: block;
}


div.bluehpaten {display:none;}
div.bluehpaten.aktiv {display:block;}

@media all and (max-width: 768px) {
	
	#body.S6889 .text a.tbutton {
		display: block;
    	margin-bottom: 5px;
	    padding: 0;
	}
	
	.tbutton span {
    	font-size: 18px;
		margin-right:20px;
	    display: inline;
	}
	
}