@import url("normalize.css");
@import url("boilerplate.css");
@import url("vendor/idangerous.swiper.css");
@import url("steps.css");

@import url("style_mini.css")  (max-width: 440px);
@import url("style_small.css") (min-width: 441px) and (max-width: 800px);
@import url("style_mid.css")   (min-width: 801px) and (max-width: 1280px);
@import url("style_large.css") (min-width: 1281px);

@font-face {
	font-family: 'Special Elite';
	src: url('../fonts/SpecialElite-Regular.eot');
	src: url('../fonts/SpecialElite-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SpecialElite-Regular.woff2') format('woff2'),
		 url('../fonts/SpecialElite-Regular.woff') format('woff'),
		 url('../fonts/SpecialElite-Regular.svg#SpecialElite-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	background: url('../img/street.jpeg') no-repeat center center fixed;
	background-color: #f5f5f5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.browsehappy {
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: lightyellow;
	color: #222222;
	border: 1px solid black;
}

.title {
	font-family: 'Special Elite';
	font-style: normal;
	font-weight: bold;
}

#focusCatcher {
	display: none;
	position: fixed;
	z-index: 25;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

#footer {
	cursor: pointer;
}

#footer_impressum {
	position: relative;
	float: left;	
}

#footer_impressum a:hover {
	color: orange;
}

#footer_copyright {
	position: relative;
	float: right;
}

/* some corrections if javascript is disabled */

.no-js .swiper-container {
	overflow: auto;
}

.no-js a {
	color: white;
	text-decoration: none;
	text-underline: none; 
}

.no-js a:hover {
	color: orange;
}

@media (max-width: 999px) {
	.no-js .print {
		visibility: hidden;
	}
}

@media (min-width: 1000px) {
	.no-js .print {
		display: block;
	}
}

.no-js #impressum {
	display: none;
}
