/**
 * HTML5 ✰ Boilerplate
 *
 ******************** normalize styles ********************
 */
html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	height: auto !important;
	min-height: 100%;
	position: relative;
}

fieldset,
p {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
em {
	font-style: italic;
}

#fe_toolbar {
	display: none !important;
}

/**
 ******************** primary styles :: mobile first ********************
 *
 * author :: janik tschanz
 */

/* use inverted box model */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.75em;
	letter-spacing: 0em;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
}

body.cke_editable {
	width: 98%;
}

::-moz-selection {
	background: #000;
	text-shadow: none;
}
::selection {
	background: #000;
	text-shadow: none;
}

.montserrat-extrabold {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

/**
 * grid system
 *
 *
 */
.grid-container {
	width: 100%;
	clear: both;
	position: relative;
}
.grid-elm {
	vertical-align: top;
}

.grid-align-1-1 {
	width: 100%;
	display: inline-block;
}
.grid-align-1-2 {
	width: 100%;
	display: inline-block;
}
.grid-align-1-3 {
	width: 100%;
	display: inline-block;
}
.grid-align-1-3 {
	width: 100%;
	display: inline-block;
}
.grid-align-2-3 {
	width: 100%;
	display: inline-block;
}
.grid-align-1-4 {
	width: 50%;
	display: inline-block;
}
.grid-align-3-4 {
	width: 100%;
	display: inline-block;
}
.grid-align-1-6 {
	width: 50%;
	display: inline-block;
}
.grid-align-5-6 {
	width: 100%;
	display: inline-block;
}
.grid-align-1-8 {
	width: 25%;
	display: inline-block;
}
.grid-align-3-8 {
	width: 50%;
	display: inline-block;
}
.grid-align-7-8 {
	width: 100%;
	display: inline-block;
}

.grid-offset {
	padding: 10px 10px;
}
.grid-offset.large {
	padding: 20px 20px;
}
.grid-offset.medium {
	padding: 15px 15px;
}
.grid-offset.small {
	padding: 5px 5px;
}

.grid-offset-top {
	padding-top: 10px;
}
.grid-offset-large-top {
	padding-top: 20px;
}
.grid-offset-medium-top {
	padding-top: 15px;
}
.grid-offset-small-top {
	padding-top: 5px;
}

.grid-offset-bottom {
	padding-bottom: 10px;
}
.grid-offset-large-bottom {
	padding-bottom: 20px;
}
.grid-offset-medium-bottom {
	padding-bottom: 15px;
}
.grid-offset-small-bottom {
	padding-bottom: 5px;
}

.grid-offset-left {
	padding-left: 10px;
}
.grid-offset-large-left {
	padding-left: 20px;
}
.grid-offset-medium-left {
	padding-left: 15px;
}
.grid-offset-small-left {
	padding-left: 5px;
}

.grid-offset-right {
	padding-right: 10px;
}
.grid-offset-large-right {
	padding-right: 20px;
}
.grid-offset-medium-right {
	padding-right: 15px;
}
.grid-offset-small-right {
	padding-right: 5px;
}

/**
 * globals
 *
 *
 */
.no-mobile {
	display: none;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.align-right {
	float: right;
}
.align-center {
	margin: 0 auto;
}
.align-left {
	float: left;
}

.show-on-tablet,
.show-on-screen {
	display: none;
}

.show-on-phone {
	display: inline-block;
}

/**
 * layout
 *
 *
 */
header {
	height: 60px;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

header #logo {
	width: 50%;
}

header #logo img {
	height: 60px;
	width: auto;
}

header #open-mobile-navigation,
header #contact {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 999;
}

header #contact {
	right: 70px;
}

header #open-mobile-navigation a,
header #contact a {
	border: 1px solid #000000;
	text-decoration: none;
	color: #fff;
	padding: 0px 11px;
	line-height: 30px;
	font-size: 1.5em;
	text-transform: uppercase;
}

header #open-mobile-navigation a:hover,
header #close-mobile-navigation a:hover,
header #contact a:hover {
	text-decoration: none;
	color: #ccc;
}

#mobile-navigation {
	width: 80%;
	max-width: 350px;
	position: fixed;
	height: 100%;
	background-color: #333333;
	z-index: 1000;
	right: -350px;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: auto;
	-webkit-box-shadow: inset 15px 0px 10px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 15px 0px 10px -10px rgba(0, 0, 0, 1);
	box-shadow: inset 15px 0px 10px -10px rgba(0, 0, 0, 1);
}

#mobile-navigation.open {
	right: 0px;
}

#intro {
	z-index: 900;
	margin-top: 60px;
	height: 200px;
	position: relative;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% auto;

	/*
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;     */
}

#intro img {
	display: none;
}

#bikes-skis {
	margin: 0;
	padding: 0;
	margin-top: 60px;
}

#bikes-skis .grid-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

#bikes-skis .grid-elm {
	padding: 0;
	display: flex;
	flex-direction: column; /* mobile: vertical */
	align-items: stretch;
	gap: 0;
}

/* From tablet: two columns */
@media (min-width: 768px) {
	#bikes-skis .grid-elm {
		flex-direction: row;
	}
}

/* Each card as a full clickable link */
#bikes-skis .grid-elm > a {
	display: flex;
	flex-direction: column; /* title above image */
	text-decoration: none;
	color: inherit;
	flex: 1 1 100%;
	position: relative;
	transition: transform 0.3s ease-in-out;
}

#bikes-skis .grid-elm > a:hover {
	text-decoration: none;
	transform: scale(1.05);
}

#bikes-skis .grid-elm > a:hover .title {
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}

/* Tablet: two equal columns */
@media (min-width: 768px) {
	#bikes-skis .grid-elm > a {
		flex-basis: 50%;
	}
}

/* Title above image */
#bikes-skis .grid-elm > a .title,
#bikes-skis .grid-elm > a .bs-title {
	transition: transform 0.3s ease-in-out;
	display: block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(40px, 8vw, 62px);
	padding: 16px 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #fff;
}

/* Image fills width; consistent height; cover crop */
#bikes-skis .grid-elm > a img {
	display: block;
	width: 100%;
	height: clamp(240px, 40vw, 560px);
	object-fit: cover;
}

#title-home,
#title-sub {
	position: absolute;
	top: 115px;
	z-index: 910;
	width: 100%;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 920;
}

#title-sub {
	top: 135px;
}

#eyecatcher-top {
	margin-top: 60px;
	height: 175px;
}

#content {
	z-index: 920;
	position: relative;
	background-color: #ffffff;
}

#eyecatcher-top,
#eyecatcher-bottom {
	z-index: 920;
	height: 150px;
	overflow: hidden;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#intro.shadow,
#eyecatcher-top.shadow,
#events .event.shadow,
#eyecatcher-bottom.shadow {
	-webkit-box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.8);
}

footer {
	z-index: 920;
	position: relative;
	background-color: #000000;
	color: #ffffff;
}

footer .copy {
	white-space: nowrap;
}

footer .social-icons {
	display: inline-flex;
	margin-left: 30px;
	gap: 6px;
}

footer .social-icons a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	padding: 4px;
	border-radius: 4px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1000;
	border: 1px solid transparent;
}

footer .social-icons a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none !important;
	border-color: #fff;
	transition: all 0.2s ease-in-out;
}

/**
 * icons
 *
 *
 */

/**
 * navigation
 *
 *
 */
#close-mobile-navigation {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 999;
}

#close-mobile-navigation a {
	color: #b1b3b4;
	padding: 0;
	font-size: 1.6em;
}

#search {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 999;
	border: 1px solid #000000;
	color: #000000;
	padding: 0px 11px;
	line-height: 30px;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}

nav#mobile ul {
	padding: 0;
	margin: 60px 0 0 0;
}

nav#mobile ul ul {
	margin-top: 0;
}

nav#mobile ul li.level-1 > a {
	padding: 11px 20px;
	display: block;
	font-size: 1.3em;
	color: #ffffff;
	font-weight: 600;
	background-color: #222222;
	margin-bottom: 1px;
	-webkit-box-shadow: inset 15px 0px 10px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 15px 0px 10px -10px rgba(0, 0, 0, 1);
	box-shadow: inset 15px 0px 10px -10px rgba(0, 0, 0, 1);
}

nav#mobile ul li.level-2 > a {
	padding: 6px 20px;
	display: block;
	color: #ffffff;
	font-size: 1.1em;
	border-bottom: 1px solid #0e0e0e;
}

nav#mobile ul li.level-3 > a {
	padding: 5px 20px 5px 40px;
	display: block;
	color: #b1b3b4;
	font-size: 1em;
}

nav#mobile ul li.active > a,
nav#mobile ul li.starter_active > a {
	color: #000000;
	text-decoration: underline;
}

/**
 * elements / fonts
 *
 *
 */
h1 {
	font-size: 3.5em;
	font-weight: 700;
}

#title-home h1,
#title-sub h1 {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5em;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline;
	margin: 0 0 0 16.66%;
	font-size: 1.5em;
}

#title-sub h1 {
	margin: 0 0 0 0;
}

h2 {
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.2em;
}

#content h2:first-of-type {
	margin-top: 0;
}

h3 {
	font-size: 1.7em;
	font-weight: 400;
	line-height: 1.2em;
}

h4 {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2em;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:not(.more) {
	text-decoration: underline;
}

a.fa-brands {
	text-decoration: none;
}

footer a.more {
	font-size: 1em;
}

footer a:not(.more) {
	text-decoration: none;
}

footer a:not(.more):hover {
	text-decoration: underline;
	color: #ffffff;
}

.more a {
	color: #ffffff;
	display: block;
}

#calendar .export,
#calendar .map,
#calendar .mail,
#calendar .website {
	font-size: 2em;
	margin-right: 10px;
}

strong {
	font-weight: 600;
}

address {
	font-style: normal;
}

del {
	color: #d41424;
	text-decoration: line-through;
}

figure {
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 20px 0;
}

#title-home p {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5em;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	margin: 0;
	font-size: 2em;
	padding: 0;
	clear: both;
}

hr {
	border: 0;
	width: 100%;
	color: #d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
	margin: 20px 0;
}

.cke_editable hr.backend-only {
	border: 0;
	width: 100%;
	color: #ff0000;
	background-color: #ff0000;
	height: 5px;
	margin: 20px 0;
	clear: both;
	display: block;
}

hr.backend-only {
	display: none;
}

img {
	display: block;
	max-width: 100%;
}

#content .grid-elm img,
#news-content img {
	height: auto !important;
}

#content {
	height: auto !important;
}

header img {
	max-width: 100%;
	height: auto;
}

ul {
	/* empty */
}

ul li {
	/* empty */
}

table {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
	border-collapse: unset;
}

.staticContainer {
	visibility: hidden;
}

table tr:nth-child(even) {
}

table tr:nth-child(odd) {
}

.responsiveTableContainer {
	clear: both;
}

table tr th {
	padding: 10px;
	font-weight: 600;
	border-bottom: 1px solid #3c3c3b;
	background-color: transparent;
	text-align: left;
	font-size: 1.7em;
	white-space: nowrap;
	color: #3c3c3b;
}

table tr td {
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;
}

article.box {
	color: #000000;
	position: relative;
	height: auto;
	overflow: hidden;
}

article.box img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

article.box a {
	display: inline-block;
	max-height: 230px;
	overflow: hidden;
	width: 100%;
}

article.box p {
	padding: 10px 0 0 0;
}

article.box h2 {
	position: absolute;
	right: -10px;
	margin: 0;
	top: 0px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 20px;
	min-width: 65%;
	max-width: 100%;
	width: auto;
	font-size: 1.7em;
	word-wrap: break-word;
}

article.box h2 a {
	color: #ffffff;
}

#events .event {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 150px;
	background-image: url(/images/content/events/headlines/event_2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#events article.event:first-of-type {
	background-image: url(/images/content/events/headlines/event_1.jpg);
}

#events .event h3 {
	position: absolute;
	margin: 0;
	top: -47px;
	height: 47px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px 20px;
	min-width: 50%;
	max-width: 85%;
	width: auto;
	font-size: 1.7em;
	word-wrap: break-word;
}

#events .event .data {
	background-color: #ffffff;
	width: 100%;
	position: relative;
}

#events .event .data .grid-elm {
	padding-right: 0;
}

#events .event .data time {
	font-weight: 700;
}

#events .event .data figure {
	display: none;
}

#calendar .description {
	padding-right: 0;
}

#calendar figure {
	padding-left: 0;
}

#events .event .data .more,
#calendar .registration a,
a.more {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 700;
	background-color: #000000;
	padding: 5px 20px;
	width: auto;
	font-size: 1.5em;
	word-wrap: break-word;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #000000;
}

#events .event .data .more.invert,
#calendar .registration a.invert,
footer .functions a.more,
a.more.invert {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

#events .event .data .more.invert:hover,
#calendar .registration a.invert:hover,
footer .functions a.more:hover,
a.more.invert:hover {
	background-color: #000000;
	color: #ffffff;
	border-color: #ffffff;
}

#content article.event,
#content article.headline,
#content article.product,
#content #gallery article.image,
#content article.category {
	color: #ffffff;
	position: relative;
	max-height: 230px;
	min-height: 200px;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.8);
}

#content article.headline {
	min-height: 250px;
}

#content article.product,
#content article.category {
	min-height: 230px;
}

#content article.event img,
#content article.product img,
#content #gallery article.image img,
#content article.category img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#content article.headline img {
	width: 100% !important;
	height: 250px !important;
	object-fit: cover !important;
}

#content #gallery article.category img,
#content #gallery article.image img {
	min-height: 230px;
}

#content article.event h2,
#content article.headline h2,
#content article.product h2,
#content article.category h2 {
	position: absolute;
	left: 0px;
	margin: 0;
	bottom: 0px;
	color: #ffffff;
	line-height: 1.1em;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px 20px 20px 20px;
	min-width: 100%;
	max-width: 100%;
	width: auto;
	font-size: 1.3em;
	word-wrap: break-word;
}

#content article.category h2,
#content article.headline h2 {
	padding: 15px 20px 15px 20px;
	line-height: 1.3em;
}

#content article.headline h2 {
	min-height: 76px;
}

#content article.headline time,
#content article.event time,
#content article.product .price {
	position: absolute;
	left: 0px;
	margin: 0;
	bottom: 45px;
	color: #ffffff;
	line-height: 1.1em;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px 20px 5px 20px;
	min-width: 100%;
	max-width: 100%;
	width: auto;
	font-size: 0.9em;
}

#content article.product .price s,
#shop .price s {
	color: #000000;
}

.content-template p {
	padding-right: 0px;
	padding-bottom: 20px;
}

.content-template figure {
	padding-left: 0px;
}

.content-template figure iframe {
	width: 100% !important;
	min-height: 195px;
}

#content .social span {
	font-size: 0.9em;
	padding: 0 5px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	width: 65px;
}

#content .social a {
	font-size: 2em;
	padding: 0 5px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}

#content .social a:hover {
	text-decoration: none;
}

footer .copy,
footer .links,
footer .functions {
	text-align: center;
}

footer .copy,
footer .functions {
	width: 100%;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	list-style: none;
	display: inline-block;
}

footer ul li a {
	color: #ffffff;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer ul li a.active {
	color: #000000;
	text-decoration: underline;
}

footer #go-top {
	color: #ffffff;
	font-size: 2em;
	margin-left: 20px;
	margin-right: 20px;
}

footer #go-top:hover {
	text-decoration: none;
}

/**
 * forms
 *
 *
 */
form {
	clear: both;
}

fieldset {
	border: none;
}
legend {
	border: none;
	visibility: hidden;
}

#contactFormError {
	display: none;
	width: 100%;
	color: #e30613;
	padding: 20px 10px 20px 10px;
	line-height: 1.1em;
}

form p,
form > fieldset > div.row {
	display: inline-block;
	width: 100%;
	padding: 0 0 10px 0;
}

form .is_required {
	padding: 0 0 0 1%;
	color: #e30613;
}
form strong.is_required {
	margin-left: -4px;
}

form label {
	display: inline-block;
	padding: 0;
	width: 100%;
	font-weight: 600;
}

#shop .options label,
#shop .message label {
	width: auto;
	font-weight: 400;
}

form #captcha {
	width: 50%;
}

form label#coreCaptchaLabel {
	width: 100%;
	font-weight: normal;
	margin: 0px 0 10px 0;
}

form #coreCaptchaCode {
	width: 50%;
	vertical-align: top;
}

form #coreCaptchaImage {
	margin: 0px 0 0 10px;
	vertical-align: baseline;
	display: inline-block;
	height: 39px;
	width: auto;
}

form #captcha {
	overflow: hidden;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
}

form .contactFormGroup,
form .newsletterFormGroup,
form .shopFormGroup {
	display: inline-block;
	width: 100%;
}

fieldset {
	border: none;
}
legend {
	border: none;
	visibility: hidden;
}

form .contactFormGroup label,
form .newsletterFormGroup label,
form .shopFormGroup label {
	width: auto;
	font-weight: normal;
	margin: 0 20px 0 0;
}

form .contactFormGroup input,
form .newsletterFormGroup input,
form .shopFormGroup input {
	display: inline-block;
	margin: 0 10px 0 0;
	width: auto;
	border: 0px;
}

form input[type="submit"] {
	margin-top: 34px;
	margin-right: 7px;
}

input,
textarea,
select {
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #000000;
	background-color: rgba(255, 255, 255, 0.75);
}

#shop .options input,
#shop .options textarea,
#shop .options select,
#shop table input,
#shop table textarea,
#shop table select {
	padding: 5px 10px;
}

#shop .product .grid-align-2-3 {
	padding-right: 0;
	padding-bottom: 20px;
}

#shop .product figure.grid-align-1-3 {
	padding-left: 0;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

input[type="submit"],
button {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 700;
	background-color: #000000;
	padding: 10px 20px;
	width: auto;
	font-size: 1.5em;
	word-wrap: break-word;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 10px;
	border: 0;
}

input[type="button"],
input[type="reset"] {
	color: #3c3c3b;
	line-height: 1.2em;
	font-weight: 400;
	background-color: #afafaf;
	border: 0;
	padding: 10px 20px;
	width: auto;
	font-size: 1.5em;
	word-wrap: break-word;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
}

footer form {
	display: inline-block;
}

footer input {
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #000000;
	background-color: rgba(0, 0, 0, 15);
	color: #ffffff;
}

/**
 * modules
 *
 *
 */
#sitemap ul {
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#sitemap ul li.sitemap_level_1 a {
	border-bottom: 1px solid #d3d3d3;
	display: block;
	font-size: 1.3em;
	padding: 10px 1px;
}

#sitemap ul li.sitemap_level_2 a {
	display: block;
	font-size: 1.1em;
	padding: 5px 20px;
}

#sitemap ul li.sitemap_level_3 a {
	display: block;
	font-size: 1em;
	padding: 3px 40px;
}

#sitemap ul li.sitemap_level_4 a {
	display: block;
	font-size: 0.9em;
	padding: 1px 60px;
}

/**
 ******************** media queries :: replace images for retina displays ********************
 *
 *
 */
@media only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2 / 1),
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
}

/**
 ******************** media queries :: tablet screen view ********************
 *
 *
 */
@media only screen and (min-width: 768px) {
	/**
	 * grid system
	 *
	 *
	 */
	.grid-container {
		max-width: 1140px;
		margin: 0 auto;
	}
	.grid-elm {
		/* empty */
	}

	.grid-align-1-1 {
		width: 100%;
		display: inline-block;
	}
	.grid-align-1-2 {
		width: calc(50% - 4px);
		display: inline-block;
	}
	.grid-align-1-3 {
		width: 33.33%;
		display: inline-block;
	}
	.grid-align-2-3 {
		width: 100%;
		display: inline-block;
	}
	.grid-align-1-4 {
		width: 50%;
		display: inline-block;
	}
	.grid-align-3-4 {
		width: 100%;
		display: inline-block;
	}
	.grid-align-1-6 {
		width: 25%;
		display: inline-block;
	}
	.grid-align-5-6 {
		width: 100%;
		display: inline-block;
	}
	.grid-align-1-8 {
		width: 16.66%;
		display: inline-block;
	}
	.grid-align-3-8 {
		width: 50%;
		display: inline-block;
	}
	.grid-align-7-8 {
		width: 100%;
		display: inline-block;
	}

	/**
	 * globals
	 *
	 *
	 */
	.show-on-phone,
	.show-on-screen {
		display: none;
	}

	.show-on-tablet {
		display: inline-block;
	}

	/**
	 * layout
	 *
	 *
	 */

	header #logo {
		width: 33%;
	}

	#intro {
		height: 400px;
	}

	#title-home {
		top: 195px;
	}

	#title-sub {
		top: 195px;
	}

	#eyecatcher-top {
		height: 250px;
	}

	#eyecatcher-bottom {
		height: 225px;
	}

	footer .copy {
		width: 50%;
	}

	/**
	 * icons
	 *
	 *
	 */

	/**
	 * navigation
	 *
	 *
	 */

	/**
	 * elements / fonts
	 *
	 *
	 */

	#title-home h1,
	#title-sub h1 {
		font-size: 2.5em;
	}

	#title-home p {
		font-size: 3em;
	}

	#events .event {
		padding-top: 300px;
	}

	#events .event .data div.grid-elm {
		padding-right: 10px;
		width: 50%;
	}

	#events .event .data figure {
		display: inline-block;
		width: 50%;
	}

	#calendar .description {
		width: 50%;
		padding-right: 10px;
	}

	#calendar figure {
		padding-left: 10px;
		width: 50%;
	}

	#shop .product .grid-align-2-3 {
		padding-right: 10px;
		padding-bottom: 0px;
		width: 50%;
	}

	#shop .product figure.grid-align-1-3 {
		padding-left: 10px;
		width: 50%;
	}

	.content-template {
		float: left;
		width: 100%;
		height: auto;
	}

	.content-template p {
		padding-right: 10px;
		width: 50%;
		float: left;
	}

	.content-template figure {
		padding-left: 10px;
		width: 50%;
		/*float: right;       */
	}

	footer .copy {
		text-align: left;
	}

	footer .links {
		text-align: right;
	}

	/**
	 * forms
	 *
	 *
	 */
	form p,
	form > fieldset > div.row {
		display: inline-block;
		width: 100%;
		padding: 0 0 20px 0;
	}

	input,
	textarea,
	select {
		width: 66.66%;
	}

	form #coreCaptchaCode {
		width: 20%;
	}

	footer input[type="submit"] {
		width: auto;
	}
}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1025px) {
	/**
	 * grid system
	 *
	 *
	 */
	.grid-container {
		max-width: 1140px;
		margin: 0 auto;
	}
	.grid-elm {
		/* empty */
	}

	.grid-align-1-1 {
		width: 100%;
		display: inline-block;
	}
	.grid-align-1-2 {
		width: calc(50% - 4px);
		display: inline-block;
	}
	.grid-align-1-3 {
		width: 33.33%;
		display: inline-block;
	}
	.grid-align-2-3 {
		width: 66.66%;
		display: inline-block;
	}
	.grid-align-1-4 {
		width: 25%;
		display: inline-block;
	}
	.grid-align-3-4 {
		width: 75%;
		display: inline-block;
	}
	.grid-align-1-6 {
		width: 16.66%;
		display: inline-block;
	}
	.grid-align-5-6 {
		width: 83.33%;
		display: inline-block;
	}
	.grid-align-1-8 {
		width: 12.5%;
		display: inline-block;
	}
	.grid-align-3-8 {
		width: 37.5%;
		display: inline-block;
	}
	.grid-align-7-8 {
		width: 87.5%;
		display: inline-block;
	}

	.grid-offset {
		padding: 20px;
	}
	.grid-offset.large {
		padding: 40px 40px;
	}
	.grid-offset.medium {
		padding: 30px 30px;
	}
	.grid-offset.small {
		padding: 10px 10px;
	}

	.grid-offset-top {
		padding-top: 20px;
	}
	.grid-offset-large-top {
		padding-top: 40px;
	}
	.grid-offset-medium-top {
		padding-top: 30px;
	}
	.grid-offset-small-top {
		padding-top: 10px;
	}

	.grid-offset-bottom {
		padding-bottom: 20px;
	}
	.grid-offset-large-bottom {
		padding-bottom: 40px;
	}
	.grid-offset-medium-bottom {
		padding-bottom: 30px;
	}
	.grid-offset-small-bottom {
		padding-bottom: 10px;
	}

	.grid-offset-left {
		padding-left: 20px;
	}
	.grid-offset-large-left {
		padding-left: 40px;
	}
	.grid-offset-medium-left {
		padding-left: 30px;
	}
	.grid-offset-small-left {
		padding-left: 10px;
	}

	.grid-offset-right {
		padding-right: 20px;
	}
	.grid-offset-large-right {
		padding-right: 40px;
	}
	.grid-offset-medium-right {
		padding-right: 30px;
	}
	.grid-offset-small-right {
		padding-right: 10px;
	}

	/**
	 * globals
	 *
	 *
	 */

	.show-on-phone,
	.show-on-tablet {
		display: none;
	}

	.show-on-screen {
		display: inline-block;
	}

	/**
	 * layout
	 *
	 *
	 */
	header #logo {
		webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
		transition: height 2s;
	}

	header #logo img {
		height: 129px;
		width: auto;
		-webkit-transition: height 0.3s ease-in-out;
		-moz-transition: height 0.3s ease-in-out;
		-o-transition: height 0.3s ease-in-out;
		-ms-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
	}

	header #logo.scroll img {
		height: 60px;
		width: auto;
	}

	header #contact {
		right: 20px;
	}

	header #contact a {
		border: 0;
		padding-right: 0;
		font-size: 1.7em;
	}

	header #contact:hover,
	header #contact a:hover {
		border-color: #ccc;
		color: #ccc;
	}

	#intro {
		position: relative;
		overflow: hidden;
		background-position: top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#eyecatcher-top,
	#eyecatcher-bottom {
		position: relative;
		background-position: bottom center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#eyecatcher-top {
		background-position: top center;
	}

	footer .copy,
	footer .functions {
		width: calc(25% - 4px);
	}

	/**
	 * icons
	 *
	 *
	 */

	/**
	 * navigation
	 *
	 *
	 */

	nav#main ul {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 60px;
		width: auto;
	}

	nav#main ul li {
		display: inline-block;
	}

	nav#main ul li a {
		display: inline-block;
		font-weight: 400;
		color: #ffffff;
		line-height: 60px;
		padding: 0 20px 0 20px;
		font-size: 1.2em;
		margin-right: 1px;
		text-transform: uppercase;
		text-decoration: none;
	}

	nav#main ul li.level-1:focus > a,
	nav#main ul li.level-1:active > a,
	nav#main ul li.level-1.active > a,
	nav#main ul li.level-1.starter_active > a,
	nav#main ul li.level-1:hover > a {
		text-decoration: none;
		background-color: #ffffff;
		color: #000000;
		font-weight: 400;
	}

	nav#main ul li.level-1 li a:hover,
	nav#main ul li.level-1 li a:focus,
	nav#main ul li.level-1 li a:active,
	nav#main ul li.level-1 li a.active,
	nav#main ul li.level-1 li a.starter_active,
	nav#main ul li.level-2:hover > a,
	nav#main ul li.level-2:focus > a,
	nav#main ul li.level-2:active > a,
	nav#main ul li.level-2.active > a,
	nav#main ul li.level-2.starter_active > a {
		text-decoration: none;
		background-color: #ffffff;
		color: #000000;
		font-weight: 400;
	}

	nav#main ul li {
		position: relative;
	}

	nav#main a.level-1 {
		width: auto;
	}

	nav#main li.level-1 > ul {
		display: none;
		position: absolute;
		top: 60px;
		height: auto;
		left: -5px;
		padding: 0 0;
	}

	nav#main li.level-1:hover > ul,
	nav#main li.level-1:focus > ul {
		display: block;
	}

	nav#main li.level-1 > ul li {
		clear: both;
	}

	nav#main li.level-1 > ul li a {
		padding: 10px 20px;
		line-height: 1.3em;
		font-size: 1.1em;
		color: #ffffff;
		text-transform: none;
		background-color: rgba(0, 0, 0, 0.8);
		margin-bottom: 1px;
	}

	nav#main a.level-2 {
		width: 250px;
	}

	nav#main li.level-2 > ul {
		display: none;
		position: absolute;
		left: 250px;
		height: auto;
		top: 0;
		background-color: #ffffff;
		padding: 10px 0;
	}

	nav#main li.level-2:hover > ul,
	nav#main li.level-2:focus > ul {
		display: block;
		display: none;
	}

	nav#main li.level-2 > ul li {
		clear: both;
	}

	nav#main li.level-2 > ul li a {
		padding: 5px 20px;
		text-transform: none;
		font-family: "Calibri", sans-serif;
		font-size: 1em;
		letter-spacing: 0;
		line-height: 1em;
	}

	nav#main a.level-3 {
		width: 240px;
	}

	nav#main ul li.level-2 li a:hover,
	nav#main ul li.level-2 li a:focus,
	nav#main ul li.level-2 li a:active,
	nav#main ul li.level-2 li a.active,
	nav#main ul li.level-2 li a.starter_active,
	nav#main ul li.level-3:hover > a,
	nav#main ul li.level-3:focus > a,
	nav#main ul li.level-3:active > a,
	nav#main ul li.level-3.active > a,
	nav#main ul li.level-3.starter_active > a,
	nav#main ul li.level-3 li a:hover,
	nav#main ul li.level-3 li a:focus,
	nav#main ul li.level-3 li a:active,
	nav#main ul li.level-3 li a.active,
	nav#main ul li.level-3 li a.starter_active {
		text-decoration: none;
		color: #000000;
		background-color: #ffffff;
	}

	/**
	 * elements / fonts
	 *
	 *
	 */

	#title-home h1,
	#title-sub h1 {
		font-size: 3em;
	}

	#title-home p {
		font-size: 4em;
	}

	a:hover {
		color: #000000;
		text-decoration: none;
	}

	#title-home a:hover {
		color: #000000;
		text-decoration: none;
	}

	#events .event .data .more:hover,
	#events .event .data .more:hover a,
	#calendar .registration a:hover,
	a.more:hover {
		background-color: #ffffff;
		text-decoration: none;
		border-color: #000000;
		color: #000000;
	}

	article.box h2 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	#content article.event:hover a:before,
	#content article.headline:hover a:before,
	#content article.product:hover a:before,
	#content #gallery article.image:hover a:before,
	#content article.category:hover a:before {
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
		z-index: 940;
		content: "Mehr Infos";
		position: absolute;
		top: 0;
		left: 0;
		color: #ffffff;
		text-align: center;
		line-height: 230px;
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: 700;
	}

	#content article.headline:hover a:before {
		content: "zur Meldung";
	}

	#content article.category:hover a:before {
		content: "Produkte anzeigen";
	}

	#content #gallery article.category:hover a:before {
		content: "Medien anzeigen";
	}

	#content #gallery .images .image:hover a:before {
		content: "Grossansicht";
	}

	#content .social a:hover {
		color: #000000;
		text-decoration: none;
	}

	#calendar .export:hover,
	#calendar .map:hover,
	#calendar .mail:hover,
	#calendar .website:hover {
		color: #3c3c3b;
		text-decoration: none;
	}

	#calendar .description {
		width: 66.66%;
		padding-right: 20px;
	}

	#calendar figure {
		padding-left: 20px;
		width: 33.33%;
	}

	article.box:hover h2 {
		background-color: rgba(0, 0, 0, 1);
	}

	#events .event {
		position: relative;
		background-position: bottom center;
		overflow: hidden;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#events .event .data div.grid-elm {
		width: 66.66%;
		padding-right: 20px;
	}

	#events .event .data figure {
		padding-left: 20px;
		width: 33.33%;
	}

	#events .event h3 {
		font-size: 2.2em;
	}

	#shop .product .grid-align-2-3 {
		padding-right: 20px;
		width: 66.66%;
	}

	#shop .product figure.grid-align-1-3 {
		padding-left: 20px;
		width: 33.33%;
	}

	.content-template p {
		padding-right: 20px;
		width: 66.66%;
	}

	.content-template figure {
		padding-left: 20px;
		width: 33.33%;
	}

	input:focus,
	textarea:focus,
	select:focus {
		background-color: rgba(255, 255, 255, 1);
	}

	input[type="submit"]:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	button:hover {
		background-color: #3c3c3b;
		color: #fff;
	}

	footer .links {
		text-align: center;
	}

	footer .functions {
		text-align: right;
	}

	footer #go-top {
		margin-right: 0px;
	}

	footer #go-top:hover {
		text-decoration: none;
		color: #000;
	}

	footer input:focus {
		background-color: rgba(60, 60, 59, 1);
		color: #000000;
	}

	/**
	 * forms
	 *
	 *
	 */
}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1281px) {
	#intro {
		height: 600px;
	}

	#title-home {
		top: 305px;
	}

	#title-sub {
		top: 215px;
	}

	#eyecatcher-top,
	#eyecatcher-bottom {
		height: 300px;
	}

	#eyecatcher-top {
		height: 400px;
	}

	#events .event {
		padding-top: 450px;
	}
}

/*
 ******************** helper classes ********************
 *
 *
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/**text-indent: -9999px;*/
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	/* *zoom: 1; */
}

/*
 ******************** print styles ********************
 *
 *
 */

@media print {
	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	table {
		page-break-after: auto;
	}
	tr {
		page-break-inside: avoid;
		page-break-after: auto;
	}
	td {
		page-break-inside: avoid;
		page-break-after: auto;
	}
	thead {
		display: table-header-group;
	}
	tfoot {
		display: table-footer-group;
	}
	div {
		page-break-inside: auto;
		page-break-after: auto;
	}
	header {
		page-break-after: auto;
	}
	section {
		page-break-inside: auto;
		page-break-after: auto;
	}
	footer {
		page-break-inside: auto;
		page-break-after: auto;
	}
	ul {
		page-break-inside: auto;
		page-break-after: auto;
	}
}

@page {
	margin: 1.5cm;
}

ul#news {
	display: inline-block;
	width: 60%;
}

.fb-page.fb_iframe_widget {
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
}

@media only screen and (max-width: 912px) {
	ul#news {
		width: 50%;
		display: inline-block;
	}

	.fb-page.fb_iframe_widget {
		margin-right: 10px;
	}
}

/* News Headline Styles */
.news-headline {
	text-align: center;
	margin-top: 40px;
}

.news-title {
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 50px 0;
}

.news-divider {
	width: 100%;
	height: 2px;
	display: flex;
}

.divider-left {
	width: 50%;
	height: 100%;
	background-color: #000000;
}

.divider-right {
	width: 50%;
	height: 100%;
	background-color: #808080;
}
