.klick
{
	background: #f60;
	color: #fff !important;
	background-image: linear-gradient(top,#ffb326 0,#fb7319 100%);
	background-image: -o-linear-gradient(top,#ffb326 0,#fb7319 100%);
	background-image: -moz-linear-gradient(top,#ffb326 0,#fb7319 100%);
	background-image: -webkit-linear-gradient(top,#ffb326 0,#fb7319 100%);
	background-image: -ms-linear-gradient(top,#ffb326 0,#fb7319 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffb326),color-stop(1,#fb7319));
	border: 1px solid #f60;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb326',endColorstr='#fb7319');
	min-height: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	min-width:100px;
}

.klick:hover
{
	background-image: linear-gradient(top,#fb7319 0,#ffb326 100%);
	background-image: -o-linear-gradient(top,#fb7319 0,#ffb326 100%);
	background-image: -moz-linear-gradient(top,#fb7319 0,#ffb326 100%);
	background-image: -webkit-linear-gradient(top,#fb7319 0,#ffb326 100%);
	background-image: -ms-linear-gradient(top,#fb7319 0,#ffb326 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fb7319),color-stop(1,#ffb326));
}

h1 {
 color: #66676a;
 font-weight: 600;
 font-size: 22px; 
}

h2, h3 {
 color: #66676a;
 font-weight: 600;  
}

.entry-content ul {
  padding-left: 20px;
  list-style-type: square;
}

header nav {
	display: none;
    clear: both;
}

header #logo {
 	float: left; 
}

header .menu-btn {
    display: block;
    float: right;
    margin: 30px 0 0 20px;
    cursor: pointer;
    background: url(https://www.auslandsabhebung.de/wp-content/uploads/menu.jpg) no-repeat center;
    width: 28px;
    height: 25px;
}
@media only screen and (min-width: 768px) {
.header .menu-btn {
    display: none;
}

.header nav {
    display: block;
    clear: none;
}
}in */