@charset "utf-8";

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 200;
	src: url('/template/font/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	src: url('/template/font/SourceSansPro-Light.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	src: url('/template/font/SourceSansPro-Regular.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	src: url('/template/font/SourceSansPro-SemiBold.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700;
	src: url('/template/font/SourceSansPro-Bold.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900;
	src: url('/template/font/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 200;
	src: url('/template/font/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 300;
	src: url('/template/font/SourceSansPro-LightItalic.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 400;
	src: url('/template/font/SourceSansPro-RegularItalic.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 600;
	src: url('/template/font/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 700;
	src: url('/template/font/SourceSansPro-BoldItalic.ttf') format('truetype');
}


@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 900;
	src: url('/template/font/SourceSansPro-BlackItalic.ttf') format('truetype');
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
/*@font-face {
	font-family: 'Square721'; font-style: normal; font-weight: normal;
	src: url('/template/font/SQR721DN.ttf');
}*/
html, body { margin:0; padding: 0; }
html, button, input, select, textarea {
	font-family: /*'Square721',*/ 'Source Sans Pro', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 300;
	color: #4946c1;
}
html {
    font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
	font-size: 1.125em; line-height: 1.231;
	background-color: #0F0C90;
}

::selection {
	background: #4946c1;
	color: white; text-shadow: none;
}

/* Links */
a { color: #4946c1; }
a:hover { color: #0F0C90; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #630; text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.4em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
blockquote { margin: 1em 2.5em; }
dfn { font-style: italic; }
hr {
	border: none;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 2.5em; }
menu, ol, ul { padding: 0 0 0 2.5em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */

figure { margin: 0; }

/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
input { border: 1px solid #fff; padding: 0.2em; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 14px; *width: 14px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; border: none; }

/* Tables */

table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */
.verysmall { 
	font-size: 60%;
	font-style: italic;
}

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror *, .msgerror h2 { color: #c00!important; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #26239a;
	border: 0;
	color: white; line-height: 140%; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.5em;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #4946c1;
}
a.button:active { background: #4946c1; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

#langselect {
	position: absolute; top: 8px; right: 0;
	text-transform: uppercase;
	font-size: 80%;
}
#langselect a {
	color: #fff;
	background-color: #26239a ;
	padding: 0.15em;
	text-decoration: none;
	border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px;
	display: inline-block;
} 
#langselect a:hover, #langselect a.active { background-color: #4946c1; color: #ffec00; }

/* PRIMARY STYLES [layout] */
  /* LAYOUT */
.wrapper {
	max-width: 1040px;
	margin: 0 auto;
}
.maximage {
	top: 110px; right: 0; bottom: 0; left: 0;
	position: fixed;
	background-repeat:  no-repeat;
	background-position: center center; 
    background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
    z-index: -1;
}
/* HEADER */
#header {
	position: fixed;
	left: 0; top: 0; right: 0;
	background-color: #0F0C90;
	color: #fff;
	height: 110px;
	z-index: 1;
}
#showhide { display: none; }
#header .wrapper {
	width: 100%;
	display: table;
	position: relative;
}
#logo, #nav_main { display: block; }
#logo {
	display: inline-block;
	width: 368px; height: 60px;
	margin-top: 10px; margin-bottom: 10px;
}
#logo a {
	display: inline-block;
	width: 368px; height: 50px;
}
#logo a img { width: 100%; height: auto; }

/* Mobiles CTA */
#mobile_cta {
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 160%;
	
	margin-left: 1em;
	vertical-align: 18px;
}
#mobile_cta a {
	color: #fff;
	text-decoration: none;
}
#mobile_cta span {
	line-height: 160%; 
	vertical-align: middle;
}
#mobile_cta a span.icon-phone { margin-right: 0.2em; }

/* NAV */
#nav_mobile { display: none;}
#nav_main {	
	font-size: 84%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#nav_main.ru { font-size: 81%; }
#nav_main > ul > li { display: table-cell; padding: 0 0.1em; }
#nav_main li a {
	color: #fff;
	padding: 0.4em 1.1em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
}
#nav_main li.active > a { background-color: #26239a!important; color: #ffec00; }
#nav_main li a:hover, #nav_main > ul > li:hover > a, #nav_main > ul > li.active:hover > a { background-color: #26239a; color: #ffec00; }
#nav_main li:hover ul { display: block; }
#nav_main li ul { 
	display: none; 
	opacity: 1;
	position: absolute;
	z-index: 200;
	margin-top: 7px;
}
#nav_main ul li.active ul li a, #nav_main li ul li {
	background-color: #fff;
	display: block;
}
#nav_main li ul li a { 
	color: #333;
	display: block;
	line-height: 1.231;
}
#nav_main li ul li a:hover { background-color: #fff; }
#nav_main ul li ul li ul { position: static; margin-top: 0; }
#nav_main ul li ul li ul li {
	text-indent: 1em;
	font-size: 80%;
}
#nav_main ul li ul li ul li, #nav_main ul li ul li ul li a {
	background-color: #4946c1!important;
	color: #fff;
}
#nav_main ul li ul li a:hover,
#nav_main ul li ul li ul li a:hover {
	background-color: #26239a!important;
}

/* ARTICLE */
#main {
	background-color: #fff; background-color: rgba(255,255,255,0.9);
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	display: table;
	width: 100%;
	margin-top: 5em;
	margin-top: 80%;
	z-index: 3;
	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
	transition: background-color 0.35s linear; -webkit-transition: background-color 0.35s linear; -moz-transition: background-color 0.35s linear; -o-transition: background-color 0.35s linear;
}
#main.ontop {
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	background-color: transparent;
}
#main.ontop h1 {
	color: #fff;
	text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.9);
	display: block;
	font-family: 'Yellowtail';
	text-transform: none;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 1px;
	font-size: 250%;
	margin-bottom: 0.7em;
}
#main.ontop #aside dl { display: none; }
#main.ontop #aside { display: table-cell; vertical-align: top; }
#main.ontop a.arrowup {
    width: 1em;
    display: block;
    float: right;
    background-color: #26239a;
    color: #fff;
    padding: 0.5em 0.75em;
    text-shadow: none;
    position: relative;
    text-decoration: none;
    transition: background-color linear 250ms;  
	position: absolute;
	margin-left: 900px;
	z-index: 50000;

}
#main.ontop a.arrowup:hover { background-color: #ffec00; color: #26239a; }
#main .arrowup { display: none; }

#article {
	padding: 2.5em;
	display: table-cell;
	line-height: 1.65em;
	width: 70%;
	font-weight: 300;
	color: #444;
}
#article.maxwidth {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: block;
	width: 100%;
}

#article .section {
	clear: both;
	overflow: auto;
}
#article .section header h2, #article .articleheader.withsubheadline h1 { margin-bottom: 0; }
#article .section header p, #article .articleheader.withsubheadline p {
	color: #4946c1;
	font-style: italic;
	margin-top: 5px;
}
#article .articleheader.withsubheadline p { font-size: 130%; }
		
#article h1, #article h2, #article h3, #article h4 {
	text-align: left;
	font-weight: 600;
	color: #26239a;
	text-transform: uppercase;
}
#article h1 {
	line-height: 110%;
	font-size: 1.85em;
	margin: 0 0 1em 0;
}
#article h2 { font-size: 1.5em; }
#article h3 { font-size: 1.25em; }
#article h4 { font-size: 1em; }
#article ul { list-style-type: square; }
#article strong { font-weight: 600; color: #26239a; }
#article textarea { border: none; } 
#article figure { margin: 1em 0; width: 100%; }
#article figure img { width: 100%; height: auto!important;  }

#articleimage > * { 
	margin-left: 1%;
	width: 32.66%; height: auto;
}
#articleimage img { width: 100%!important; height: auto; }
#articleimage > *:first-child, #articleimage > *:nth-child(4n) { margin-left: 0; }

/* ASIDE */
#aside {
	display: table-cell;
	width: 30%;
	padding-right: 2.5em;
	position: relative;
}
#aside .asidecontainer { width: 100%; }
#aside .asidecontainer.fixed {
	position: fixed;
	margin-top: 0;
}
#aside dl, dl.box {
	background-color: #ddd;
	font-style: normal;
	padding: 1em;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#aside dt, #aside dd, .box dt, .box dd {
	margin: 0;
	padding: 0;
}
#aside dt, .box dt { font-weight: bold; padding-bottom: 0.5em; }
#aside dl dt a, .box dt { color: #8C654C; text-decoration: none; }
#aside .asidecontainer dl:first-child { margin-top: 0; }


/* CTA */
#aside  a.button { 
	display: block;
	text-transform: none;
}
#aside dl.cta dd { padding-top: 0; }
#aside dl.cta a.button {
	text-align: left;
	font-weight: bolder;
	font-size: 1.125em;
	margin-bottom: 0;
	line-height: 1.125em;
	vertical-align: middle;
}
#aside dl.cta a.phone span {
	transform: rotate(-270deg); -webkit-transform: rotate(-270deg); moz-transform: rotate(-270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
#aside dl.cta a.mail {
	font-size: 0.95em!important;
	line-height: 1.5em;
	white-space: nowrap;
}
#aside dl.cta a span {
	float: right;
	vertical-align: middle!important;
	font-size: 1em;
	display: block;
}
#aside dl.cta a.mail span {
	font-size: 1.25em!important;
	line-height: 1.25em;
}
#aside a.transparent {
	background-color: transparent;
	color: #333;
}
#aside a.transparent:hover { color: #4946C1; }
#aside a.request a:hover span { color: #26239a; }
#aside a.request, #aside a.book { background-color: #ffec00; color: #26239a; }
#aside a.request:hover, #aside a.book:hover { background-color: #fff35b; }

/* MITFAHRGELEGENHEIT */
#aside .lifts { clear: right; overflow: auto; }
#aside .lifts #lifttable { font-size: 93%; }
#aside .lifts th, #aside .lifts td { text-align: left; }
#aside .lifts #lifttable td:first-child { padding-right: 8px!important; }
#aside .lifts .button {
	display: inline-block;
	float: right;
	margin-top: 1.5em;
}

/* AGB */
#aside .agb dd { color: #333; }

/* AWARDS */
.awards { padding-left: 1em; }
.box ul {
	list-style: none;
	margin: 0.8em 0 0 0;
	padding: 0;
}
.box li { margin-bottom: 0.25em; }
.box li:last-child { margin-bottom: 0; }
.box li span { float: right; font-size: 1.5em; }
.box a.button, .awards a, .service a {
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 0.2em;
	color: #8c654c;
	text-decoration: none;
	display: block;
	text-indent: 0.5em
}
.box li.route a { background: #26239a url('/grafik/template/route.svg') no-repeat 96% center; }
.box li.newsletter a { background: #26239a url('/grafik/template/newsletter.svg') no-repeat 96% center; }
.box li.weather a { background: #26239a url('/grafik/template/weather.svg') no-repeat 96% center; }
.box li.holidaycheck a { background: #26239a url('/grafik/template/holidaycheck.svg') no-repeat 96% center; }
.box li.tripadvisor a { background: #26239a url('/grafik/template/tripadvisor.svg') no-repeat 96% center; }
#address a:hover { color: #ffec00!important; }
#logos a:hover { background: #ffec00!important; }

/* FOOTER */
#footer {
	padding: 1em 0 0 0;
	margin-top: 8em;
	background-color: #0F0C90;
	color: #fff;
}
#footer a { color: white; text-decoration: none;}
#footer a.active { color: #ffec00; }
#footer a:hover { color: #ffec00; }
#footer .wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#footer .wrapper .box {
	display: table-cell;
	vertical-align: top;
	min-height: 8em;
	width: 20%;
}
#footer .box.double {
	padding-left: 1em;
	width: auto;
	padding-right: 0;
}
#footer .box.double div {
	display: block;
	vertical-align: bottom;
	padding-left: 0.5em;
}
#footer .box.double div.hc {
	float: right;
	padding-left: 1em;
}
#footer .box.double div.top100 {
	width: 70%;
	float: left;
}
#footer .box.double div.top100 figure, #footer .box.double div.top100 p {
	display: table-cell;
	vertical-align: middle;
}
#footer .box.double div.top100 figure { padding-right: 0.5em; }

#footer h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
}
#footer p {
	margin: 0.75em 0;
	padding: 0;
}
#footer address { font-style: normal; }
#footer #address { width: 42%; }
#footer #address a.facebook, #footer #address a.googleplus {
	padding: 8px 10px;
	display: inline-block;
	float: left;
	width: 48%; max-width: 100px;
	margin-top: 10px;
}
#footer #address a.googleplus { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin-left: 5px;
	max-width: 40px;
}
#footer #address a.facebook:hover, #footer #address a.googleplus:hover { background-color: #3c5a98; }
#footer #address a.facebook img, #footer #address a.googleplus img { width: 100%; height: auto; }
#footer #auszeichnung { 
	width: 100%; 
	margin-top: 15px;
}
#footer #auszeichnung img {
	width: 220px;
}
#footer #logos {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 58%;
}
#footer #logos a {
	background: #fff;
	display: inline-block;
	float: left;
	line-height: 40px;
	margin: 1%;
	min-height: 40px;
	width: 48%; max-width: 300px;
}
#footer #logos img {
	vertical-align: middle;
	width: 100%; height: auto;
}

#footer a.button {
	text-transform: none;
	background-color: #26239a;
	padding-right: 1em;
}
#footer span { margin: 0 3px; color: #98755e; }
#footer a.button span { color: #fff; line-height: 140%; }
#footer a.button:hover span { color: #c5bcb4; }

#footer .box.links { padding-left: 1em; }
#footer .box.links, #footer .box.double div { vertical-align: bottom; }
#footer .links a.button { display: block; }

/* COPYRIGHT */
nav#nav_copyright {
	padding: 2em 0 0.5em 0;
	font-size: 70%;
}
nav#nav_copyright span { color: #26239a; }

/* Tabelle */
.table {
	color: #333;
	width: 100%;
}
.table th, .table td {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0.6em 0;
}
.table td {
	border-top: 1px dashed #26239a;
	text-align: center;
}

/* CUSTOM */

/* imagebox */
#article .image {
	display: inline-block;
	float: left;
	margin-right: 1em;
}
#article .imagebox2, #article .imagebox3, #article .imagebox4, #article .imagebox5 { clear: both; margin: 1em 0;}
#article .imagebox2 a, #article .imagebox3 a, #article .imagebox4 a, #article .imagebox5 a { display: inline-block; margin-left: 1%; }
#article .imagebox2 img, #article .imagebox3 img, #article .imagebox4 img, #article .imagebox5 img { width: 100%; height: auto; }
#article .imagebox2 a:first-child, #article .imagebox3 a:first-child, #article .imagebox4 a:first-child, #article .imagebox5 a:first-child { margin-left: 0; }
#article .imagebox2 a { width: 49.5%; }
#article .imagebox3 a { width: 32.66%; }
#article .imagebox4 a { width: 24.25%; }
#article .imagebox5 a { width: 19.2%; }

#article .highlightbox {
	background-color: #EEEDEB;
	padding: 1em;
	margin: 1em 0;
}
#article .highlightbox h2 { margin-top: 0.25em; padding-top: 0; }
@media screen and (max-width: 550px) {
	#article .imagebox4 a:nth-child(3) { margin-left: 0; }
	#article .imagebox4 a { width: 49.5%; }
}
@media screen and (max-width: 450px) {
	#article .image {
		display: block;
		float: none;
		text-align: center;
	}

	#article .imagebox2 a, #article .imagebox3 a, #article .imagebox4 a, #article .imagebox5 a {
		display: block;
		float: none;
		margin: 0 auto!important;
		width: 100%; max-width: 240px;
	}
}


/* MEDIAQUERIES */

@media screen and (max-width: 1100px){
	#header, #footer { padding-left: 1em; padding-right: 1em; }
}

@media screen and (max-width: 1040px){
	#main.ontop a.arrowup {
	    position: absolute;
	    right: 1em;
		left: auto;
		z-index: 50000;
	}
	#aside .button { font-size: 90%; }
}

/* kleiner als 980 */
@media screen and (max-width: 1000px) {
	.maximage { display: none; }
	#header { transition: top 1s ease-in-out; }
	#header.hide { top: -120px; }
	
	#main { background: #fff; }
	
	#aside .button { font-size: 100%; }
	#article, #aside {
		display: block;
		width: auto;
		padding: 1.5em;
	}
	#footer { margin-top: 0; }
	#footer .wrapper { overflow: auto; }
	#footer .wrapper .box {
		width: 50%;
		display: block;
		float: left;
		padding: 1em;
		box-sizing: border-box;
		min-height: 200px;
	}
	#footer .socialmedia ul { max-width: 100%; }
	#footer .wrapper .box:nth-child(2) { clear: right; }
	#main #aside dl.offer dd div.cycle_offer { min-height: auto; }
	#footer .box.double div.hc { display: none; }
}
@media screen and (min-width: 950px) {
	#header { top: 0!important; }
	#main { display: table!important; }
	#footer { display: block!important; }
}

/* kleiner als 950 */
@media screen and (max-width: 950px) {
	body { background-position: 0 70px; }
	#header, #header .wrapper { height: 70px; }
	#header {
		position: fixed;
		left: 0; top: 0; right: 0;
		color: #fff;
		z-index: 1;
	}
	#logo { display: none; }
	#nav_main { display: none; }
	#article { padding: 2em; padding-bottom: 0; }
	#langselect {
		position: relative;
		margin-top: 8px;
		vertical-align: top!important;
		width: 70px;
	}
	#showhide, #mobile_cta, #langselect {
		display: table-cell;
		vertical-align: middle;
	}
	#mobile_cta { text-align: center; }
	#showhide {
		width: 40px; height: 40px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		z-index: 10000;
	}
	#showhide a {
		display: block!important;
		width: 40px; height: 40px;
		background-color: #fff;
		background: #26239a url('/grafik/template/nav_icon.svg') no-repeat center center;
		text-indent: 99em;
		max-width: 60px;
	}
	#showhide a:hover { 
		background-color: #4946c1;
		color: #ffec00;
	}	
	#nav_mobile {
		display: block;
		position: fixed;
		top: 70px; left: -999px; bottom: 0;
		padding: 0;
		overflow: auto;
		background-color: #fff;
		width: 100%;
	}
	#nav_mobile li a {
		color: #333;
		padding: 0.5em 1.5em;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: 500;
		display: block;
	}
	#nav_mobile ul li.active ul li a, #nav_mobile li ul li {
		background-color: #4946c1;
		display: block;
	}
	#nav_mobile li > ul { display: none; }
	#nav_mobile li.active > ul { display: block; }
	#nav_mobile li ul li a { 
		color: #fff;
		display: block;
		line-height: 1.231;
	}
	#nav_mobile ul li ul li ul { position: static; margin-top: 0; }
	#nav_mobile ul li ul li ul li {
		text-indent: 1em;
		font-size: 80%;
	}
	#nav_mobile li a:hover, #nav_mobile li.active > a {
		background-color: #26239a!important;
		color: #ffec00;
	}
}

@media screen and (max-width: 800px) {
	#footer #logos { text-align: center; }
	#footer #logos > a {
		margin: 1% 0;
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 610px) {
	#articleimage > * { width: 49%; }
	#articleimage > *:nth-child(4n) { margin-left: 1%; }
	#articleimage > *:nth-child(3n) { margin-left: 0; }
}

/* kleiner als 600 */
@media screen and (max-width: 600px) {
	#footer .wrapper { display: block;}
	#footer .wrapper .box {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%!important; max-width: 300px
	}
	#footer .wrapper #address { max-width: 190px; }
}

/* kleiner als 560 */
@media screen and (max-width: 560px) {
	#showhide { top: 5px; }

	#main { display: block; }
	#article { padding: 1.5em; padding-bottom: 0; }
	#article h1 {
		font-size: 1.5em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}
	#article h2 { font-size: 1.25em; }
	#article h3 { font-size: 1em; }

}

/* kleiner als 440 */
@media screen and (max-width: 420px) {
	#mobile_cta { font-size: 120%; }
}

@media screen and (max-width: 360px) {
	#mobile_cta { font-size: 160%; }
	#mobile_cta .icon-phone { margin: 0!important; }
	#mobile_cta .nr { display: none; }
}
/* PRINT STYLES */

@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	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: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#aside { display: none!important;}
	#header, #aside, #footer, #copyright { display: none; }
	#main { box-shadow: none; margin: 0!important; padding-top: 1em; }
	#article  { display: block; font-size: 16pt; padding: 0; width: 100%!important; }
	.slidebox dd { display: block!important; }
}