/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@media only screen {
/*****************************************************************************/

/*
COLORS:
_ red: #cf171f

FONTS:
font-family: 'Quicksand', sans-serif;
font-weight: 300/400/700
*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-size: 0;
	line-height: 0;
	color: #000;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 100%;
}

::selection { color: #fff; background-color: #000; }
::-moz-selection { color: #fff; background-color: #000; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

body > header {
	position: fixed;
	width: 100%;
	height: 90px;
	margin: auto;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index: 21;
}

body > header > nav#main {
	position: absolute;
	left: 50%;
	margin-left: -595px;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 21;
}

/* CONTENT */

body > main {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 90px;
	z-index: 11;
}

body > main > section {
	position: relative;
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
	border-width: 1px 0;
	background: transparent url() scroll no-repeat center top;
	background-size: cover;
}

body > main > section.bgGradient {
	/*
	background-image: url('../images/main/bg-section-gradient.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 1px 700px;
	*/
	background: transparent url('../images/main/bg-section-gradient.png') scroll repeat-x left bottom;
	background-size: 1px 700px;
}

body > main > section > div.content {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	padding: 70px 0;
	font-size: 20px;
	line-height: 1.5em;
	text-align: left;
}

body > main > section > div.content > p:last-child,
body > main > section > div.content > ul:last-child {
	margin-bottom: 0;
}

/* FOOTER */

body > footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 40px 0;
	background-color: #4c4c4c;
	text-align: center;
	z-index: 21;
}

body > footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

body > footer > div#addressWrapper {
	position: relative;
	width: 100%;
	max-width: 1180px;
	height: auto;
	margin: auto;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
	z-index: 21;
}

body > footer > div#addressWrapper > div {
	position: relative;
	display: inline-block;
	width: auto;
	padding-right: 40px;
}

body > footer > div.logo img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

/* LOGO */

body > header > div.logo,
body > footer > div.logo {
	position: absolute;
	right: 50%;
	margin-right: -590px;
	top: 50%;
	margin-top: -22px;
	width: 280px;
	height: 45px;
	z-index: 21;
}

body > header > div.logo img,
body > footer > div.logo img {
	width: 100%;
	max-width: 280px;
	height: auto;
}

body > footer > div.logo { opacity: 0.25; }

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* GALLERY */

div.galleryWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	margin: auto;
	text-align: left;
	overflow: hidden;
	z-index: 11;
}

div.galleryWrapper div.galleryPictsWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}

div.galleryWrapper div.galleryPictsWrapper.over { cursor: pointer; }

div.galleryWrapper div.galleryPictsWrapper div.item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	opacity: 0;
	z-index: 12;
}

div.galleryWrapper div.galleryPictsWrapper div.item:first-child { opacity: 1; }
div.galleryWrapper div.galleryPictsWrapper div.item.act { z-index: 13; }

div.galleryWrapper div.galleryPictsWrapper div.item div.text { display: none; }

div.galleryWrapper div.galleryDotsWrapper {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 15;
}

div.galleryWrapper div.galleryDotsWrapper div.item {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	/*
	background: transparent url('../images/main/gallery-dot.png') scroll no-repeat center center;
	background-size: 10px 10px;
	*/
	background-color: #000;
	margin: 0 3px;
	opacity: 0.25;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

div.galleryWrapper div.galleryDotsWrapper div.item.over {
	opacity: 1 !important;
	cursor: pointer;
}

div.galleryWrapper div.galleryArrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 80px 60px;
	z-index: 14;
}

div.galleryWrapper div.galleryArrow.over { cursor: pointer; }

div.galleryWrapper div.galleryArrowLeft { left: 0; }
.touchOK div.galleryWrapper div.galleryArrowLeft,
div.galleryWrapper div.galleryArrowLeft:hover {
	background-image: url('../images/main/arrow-gallery-left.png');
	background-position: left center;
}

div.galleryWrapper div.galleryArrowRight { right: 0; }
.touchOK div.galleryWrapper div.galleryArrowRight,
div.galleryWrapper div.galleryArrowRight:hover {
	background-image: url('../images/main/arrow-gallery-right.png');
	background-position: right center;
}

.touchOK div.galleryWrapper div.galleryArrow:hover { background-image: none; }

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.667%;
	overflow: hidden;
}

.jsNO .mapWrapper { display: none; }

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	pointer-events: none;
}

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	background-color: #333;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* ETC */

.jsOK img.grayscale {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.textColorRed { color: #cf171f; }
.textSizeSmall { font-size: 75%; line-height: 1.5em; }

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, h2 {
	/*font-family: 'Quicksand', sans-serif;*/
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}

h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
}

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited { color: #000; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #cf171f; }

body > footer a,
body > footer a:link,
body > footer a:visited {
	color: #fff;
	text-decoration: none;
}
body > footer a:hover,
body > footer a:active,
body > footer a:visited:hover,
body > footer a:visited:active {
	color: #fff;
	text-decoration: underline;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 28px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 28px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

ul.bulletsNO,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.bulletsNO li,
ul.dotsNO li {
	padding-left: 0 !important;
	background: none !important;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* LIST NAVIGATION HORIZONTAL */

nav#main ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

nav#main ul li {
	/*float: left;*/
	display: inline-block;
	padding: 0 5px;
}

/* LINKS */

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: block;
	width: auto;
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
	color: #000;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 60px 5px 17px 5px;
	border-bottom: 3px solid #fff;
}
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active { border-bottom-color: #ccc !important; }
nav#main > ul > li.act a,
nav#main > ul > li.act a:link,
nav#main > ul > li.act a:visited,
nav#main > ul > li.act a:hover,
nav#main > ul > li.act a:active,
nav#main > ul > li.act a:visited:hover,
nav#main > ul > li.act a:visited:active { border-bottom-color: #cf171f !important; }

/* ==========================================================================
   GENERAL
   ========================================================================== */

.viewMobileOnly { display: none; }
.viewDesktopOnly { display: block; }

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*values: content-box|border-box|inherit*/
}

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost { display: none; }
.wrapNO { white-space: nowrap; }
.fontNO { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	border: 0; /* Firefox und Opera */
	border-top: 1px solid #ccc;
	border-bottom: transparent;
	margin: 2.5em 0 2.5em 0;
}

.subcolumns hr { width: calc(100% - 20px); }
hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-color: transparent;
}
div.space5 { height: 5px; }
div.space10 { height: 10px; }
div.space15 { height: 15px; }
div.space20 { height: 20px; }
div.space25 { height: 25px; }
div.space30 { height: 30px; }
div.space35 { height: 35px; }
div.space40 { height: 40px; }
div.space45 { height: 45px; }
div.space50 { height: 50px; }

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.alert { font-weight: 700; color: #c00; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.w10 { width: 9.999% !important; }
.w15 { width: 14.999% !important; }
.w20 { width: 19.999% !important; }
.w25 { width: 24.999% !important; }
.w30 { width: 29.999% !important; }
.w33 { width: 33.333% !important; }
.w35 { width: 34.999% !important; }
.w38 { width: 37.999% !important; }
.w40 { width: 39.999% !important; }
.w45 { width: 44.999% !important; }
.w50 { width: 49.999% !important; }
.w55 { width: 54.999% !important; }
.w60 { width: 59.999% !important; }
.w65 { width: 55.999% !important; }
.w66 { width: 66.666% !important; }
.w70 { width: 69.999% !important; }
.w75 { width: 74.999% !important; }
.w80 { width: 79.999% !important; }
.w85 { width: 84.999% !important; }
.w90 { width: 89.999% !important; }

p, .p { margin: 0 0 1.5em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

figure, figcaption { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
}

div.subcolumns > div.col {
	position: relative;
	padding-left: 20px;
}

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col > p:last-child,
div.subcolumns > div.col > ul:last-child,
div.subcolumns > div.col > table:last-child {
	margin-bottom: 0;
}

div.subcolumns > div.col.c1 { width: 8.33333%; }
div.subcolumns > div.col.c2 { width: 16.66667%; }
div.subcolumns > div.col.c3 { width: 25%; }
div.subcolumns > div.col.c4 { width: 33.33333%; }
div.subcolumns > div.col.c5 { width: 41.66667%; }
div.subcolumns > div.col.c6 { width: 50%; }
div.subcolumns > div.col.c7 { width: 58.33333%; }
div.subcolumns > div.col.c8 { width: 66.66667%; }
div.subcolumns > div.col.c9 { width: 75%; }
div.subcolumns > div.col.c10 { width: 83.33333%; }
div.subcolumns > div.col.c11 { width: 91.66667%; }
div.subcolumns > div.col.c12 { width: 100%; }

div.subcolumns > div.col.marginLeft1 { margin-left: 8.33333%; }
div.subcolumns > div.col.marginLeft2 { margin-left: 16.66667%; }
div.subcolumns > div.col.marginLeft3 { margin-left: 25%; }
div.subcolumns > div.col.marginLeft4 { margin-left: 33.33333%; }
div.subcolumns > div.col.marginLeft5 { margin-left: 41.66667%; }
div.subcolumns > div.col.marginLeft6 { margin-left: 50%; }
div.subcolumns > div.col.marginLeft7 { margin-left: 58.33333%; }
div.subcolumns > div.col.marginLeft8 { margin-left: 66.66667%; }
div.subcolumns > div.col.marginLeft9 { margin-left: 75%; }
div.subcolumns > div.col.marginLeft10 { margin-left: 83.33333%; }
div.subcolumns > div.col.marginLeft11 { margin-left: 91.66667%; }
div.subcolumns > div.col.marginLeft12 { margin-left: 100%; }

div.subcolumns > div.col.marginRight1 { margin-right: 8.33333%; }
div.subcolumns > div.col.marginRight2 { margin-right: 16.66667%; }
div.subcolumns > div.col.marginRight3 { margin-right: 25%; }
div.subcolumns > div.col.marginRight4 { margin-right: 33.33333%; }
div.subcolumns > div.col.marginRight5 { margin-right: 41.66667%; }
div.subcolumns > div.col.marginRight6 { margin-right: 50%; }
div.subcolumns > div.col.marginRight7 { margin-right: 58.33333%; }
div.subcolumns > div.col.marginRight8 { margin-right: 66.66667%; }
div.subcolumns > div.col.marginRight9 { margin-right: 75%; }
div.subcolumns > div.col.marginRight10 { margin-right: 83.33333%; }
div.subcolumns > div.col.marginRight11 { margin-right: 91.66667%; }
div.subcolumns > div.col.marginRight12 { margin-right: 100%; }

div.subcolumns > div.col.paddingLeft1 { padding-left: 8.33333%; }
div.subcolumns > div.col.paddingLeft2 { padding-left: 16.66667%; }
div.subcolumns > div.col.paddingLeft3 { padding-left: 25%; }
div.subcolumns > div.col.paddingLeft4 { padding-left: 33.33333%; }
div.subcolumns > div.col.paddingLeft5 { padding-left: 41.66667%; }
div.subcolumns > div.col.paddingLeft6 { padding-left: 50%; }
div.subcolumns > div.col.paddingLeft7 { padding-left: 58.33333%; }
div.subcolumns > div.col.paddingLeft8 { padding-left: 66.66667%; }
div.subcolumns > div.col.paddingLeft9 { padding-left: 75%; }
div.subcolumns > div.col.paddingLeft10 { padding-left: 83.33333%; }
div.subcolumns > div.col.paddingLeft11 { padding-left: 91.66667%; }
div.subcolumns > div.col.paddingLeft12 { padding-left: 100%; }

div.subcolumns > div.col.paddingRight1 { padding-right: 8.33333%; }
div.subcolumns > div.col.paddingRight2 { padding-right: 16.66667%; }
div.subcolumns > div.col.paddingRight3 { padding-right: 25%; }
div.subcolumns > div.col.paddingRight4 { padding-right: 33.33333%; }
div.subcolumns > div.col.paddingRight5 { padding-right: 41.66667%; }
div.subcolumns > div.col.paddingRight6 { padding-right: 50%; }
div.subcolumns > div.col.paddingRight7 { padding-right: 58.33333%; }
div.subcolumns > div.col.paddingRight8 { padding-right: 66.66667%; }
div.subcolumns > div.col.paddingRight9 { padding-right: 75%; }
div.subcolumns > div.col.paddingRight10 { padding-right: 83.33333%; }
div.subcolumns > div.col.paddingRight11 { padding-right: 91.66667%; }
div.subcolumns > div.col.paddingRight12 { padding-right: 100%; }

.columns-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

.columns-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 1219px) {
/*****************************************************************************/

/* HEADER */

body > header > nav#main {
	left: 15px;
	margin-left: 0;
}

/* CONTENT */

body > main > section > div.content { width: calc(100% - 40px); }

/* FOOTER */

body > footer > div#addressWrapper { width: calc(100% - 40px); }

/* LOGO */

body > header > div.logo,
body > footer > div.logo {
	right: 20px;
	margin-right: 0;
}

/*****************************************************************************/
}

@media only screen and (max-width: 879px) {
/*****************************************************************************/

/* HEADER */

body > header {
	position: relative;
	height: auto;
}

body > header > nav#main {
	position: relative;
	left: 0;
	width: 100%;
	padding: 0 15px;
}

nav#main > ul > li.home { display: none; }

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	padding: 17px 5px;
}

body > header > div.logo {
	position: relative;
	right: auto;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
}

/* CONTENT */

body > main {
	padding-top: 0;
}

/* SUBCOLUMNS */

div.subcolumns {
	left: 0;
	width: 100%;
}

div.subcolumns > div.col {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none !important;
}

div.subcolumns > div.col > p:last-child,
div.subcolumns > div.col > ul:last-child,
div.subcolumns > div.col > table:last-child {
	margin-bottom: 1.5em;
}

/*****************************************************************************/
}

@media only screen and (max-width: 819px) {
/*****************************************************************************/

/* FOOTER */

body > footer > div#addressWrapper > div {
	display: block;
	padding-right: 0;
}

body > footer > div#addressWrapper > div:nth-child(1) { margin-bottom: 1.5em; }

/* CONTENT: GALLERY */

div.galleryWrapper div.galleryDotsWrapper {
	bottom: 10px;
}

div.galleryWrapper div.galleryDotsWrapper div.item {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

div.galleryWrapper div.galleryArrow {
	background-size: 40px 30px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 599px) {
/*****************************************************************************/

/* HEADER */

body > header { width: calc(100% - 40px); }
body > header > nav#main { padding: 0 0; }
body > header > nav#main > ul > li {
	width: 50%;
	padding: 0 0;
}

/* FOOTER */

body > footer > div#addressWrapper > div { text-align: center; }
body > footer > div#addressWrapper > div:nth-child(2) { margin-bottom: 1.5em; }
body > footer > div.logo {
	position: relative;
	right: auto;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: auto;
	padding: 0 20px;
	text-align: center;
}

/*****************************************************************************/
}

@media only screen and (max-width: 499px) {
/*****************************************************************************/

/* FONT-SIZE */

body > main > section > div.content {
	font-size: 16px;
	line-height: 1.5em;
}

body > footer > div#addressWrapper {
	font-size: 14px;
	line-height: 1.5em;
}

h1, h2 {
	font-size: 48px;
	line-height: 1em;
}

h2 {
	font-size: 16px;
	line-height: 1.5em;
}

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	font-size: 14px;
	line-height: 1em;
}

/*****************************************************************************/
}

@media only screen and (max-width: 374px) {
/*****************************************************************************/

/* HEADER */

body > header { width: 100%; }
body > header > nav#main { padding: 0 0; }
body > header > nav#main > ul > li { width: 100%; }

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	background-color: #fff;
}
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active { background-color: #ccc !important; }
nav#main > ul > li.act a,
nav#main > ul > li.act a:link,
nav#main > ul > li.act a:visited,
nav#main > ul > li.act a:hover,
nav#main > ul > li.act a:active,
nav#main > ul > li.act a:visited:hover,
nav#main > ul > li.act a:visited:active { color: #fff !important; background-color: #cf171f !important; }

/*****************************************************************************/
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/quicksand-v30-latin-300.woff2') format('woff2'),
			 url('../_fonts/quicksand-v30-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/quicksand-v30-latin-regular.woff2') format('woff2'),
			 url('../_fonts/quicksand-v30-latin-regular.woff') format('woff');
}
/*
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/quicksand-v30-latin-500.woff2') format('woff2'),
			 url('../_fonts/quicksand-v30-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/quicksand-v30-latin-600.woff2') format('woff2'),
			 url('../_fonts/quicksand-v30-latin-600.woff') format('woff');
}
*/
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/quicksand-v30-latin-700.woff2') format('woff2'),
			 url('../_fonts/quicksand-v30-latin-700.woff') format('woff');
}

