.strich {
	display: none;
}

.navi {
	padding-left:27px;padding-top:20px;background-repeat:repeat-y; background-image: url(../img/links.jpg); max-width: 200px; position: relative; top: -6px; padding-right: 20px;
}

.handynavi {
	display: none;
	position: absolute !important;
	top: 120px;
}

@media (max-width: 980px) {
	body {
		overflow-x: hidden;
	}
	
	p {
		font-size: 1.5em !important;
	}

	.navi {
		display: none;
		position: relative;
		z-index: 3;
		background-image: none !important;
		background-color: rgba(255,122,20,0.75);
	}
	.navi img {
		width: 150px;
	}
	.navi img.pp {
		width: auto;
	}
	.strich {
		display: block;
		background-color: rgba(247, 208, 153, 0.5);
		cursor: pointer;
	}
	.content {
		position: relative;
	}
}