@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);



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

.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_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; 
}

.impressum_link a {
	color: #222 !important;
	text-decoration: none;
	text-underline: none; 
}

#link_flegl {
	color:#222222;
}

#link_flegl:hover {
	color: orange;
}

#link_sublte_patterns {
	color:#222222;
}

#link_sublte_patterns:hover {
	color: orange;
}

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

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

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

