@font-face {
    font-family: 'Kniffel Gang';
    src: url('../fonts/BikersChurch.woff2') format('woff2'),
        url('../fonts/BikersChurch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Kniffel Gang Decorative';
    src: url('../fonts/Justice.woff2') format('woff2'),
        url('../fonts/Justice.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* { margin: 0; padding: 0; outline: none; }

#wrapper {margin: 50px auto; height: auto;}
	
.logo {width: 100%;}

img {-webkit-filter: drop-shadow( 0px 0px 17px rgba(0, 0, 0, .1));filter: drop-shadow( 0px 0px 17px rgba(0, 0, 0, .1));}

.golden-rule {
	width:25%;
	margin: 0px auto 50px auto;
	font-size:1em;
	font-family: "Kniffel Gang";
	text-align: center;
	border-top: 2px solid #121212;
	padding: 10px 0 5px 0;}

.golden-rule > span {font-size: 2.5em;}

.title {
	width:100%;
	margin: 10px auto 0px auto;
	font-size:1.5em;
	font-family: "Kniffel Gang";
	text-align: center;
	padding: 10px 0 5px 0;
	color: #000;}

.imprint {
	width:100%;
	font-size:1em;
	font-family: "Kniffel Gang";
	text-align: center;
	border-top: 2px solid #121212;
	padding: 10px 0 10px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;}
a, a:active, a:hover, a:visited {color: #000;text-decoration:underline;}
.imprint a,.imprint a:active,.imprint a:hover,.imprint a:visited {color: #fff;text-decoration:none;}

@media only screen and (min-width: 1400px) {#wrapper, .golden-rule {width: 30%;}}
@media only screen and (max-width: 1400px) {#wrapper, .golden-rule {width: 35%;}}
@media only screen and (max-width: 1200px) {#wrapper, .golden-rule {width: 45%;}}
@media only screen and (max-width: 992px) {#wrapper, .golden-rule {width: 50%;}}
@media only screen and (max-width: 768px) {#wrapper {width: 60%;} .golden-rule {width: 80%;}}
@media only screen and (max-width: 480px) { #wrapper, .golden-rule {width: 90%;}}