/*! 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; }
/**
 * @license
 * MyFonts Webfont Build ID 3735728, 2019-03-18T23:37:28-0400
 * The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are explicitly restricted from using the Licensed Webfonts(s). You may obtain a valid license at the URLs below.
 *
 * Webfont: FoundryFormSans-Demi by The Foundry / URL: https://www.myfonts.com/_fonts/thefoundry/foundry-form-sans/demi/
 * Webfont: FoundryFormSans-Book by The Foundry / URL: https://www.myfonts.com/_fonts/thefoundry/foundry-form-sans/book/
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3735728
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; The digitally encoded machine readable outline data for producing the typefaces licensed to you is copyrighted &#x00A9;, 2008 by The Foundry, London. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/

@import url("//hello.myfonts.net/count/3900b0");

@font-face {
	font-family: 'FoundryFormSans-Demi';
	src: url('../_fonts/3900B0_0_0.eot');
	src: url('../_fonts/3900B0_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/3900B0_0_0.woff2') format('woff2'),
		 url('../_fonts/3900B0_0_0.woff') format('woff'),
		 url('../_fonts/3900B0_0_0.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'FoundryFormSans-Book';
	src: url('../_fonts/3900B0_1_0.eot');
	src: url('../_fonts/3900B0_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/3900B0_1_0.woff2') format('woff2'),
		 url('../_fonts/3900B0_1_0.woff') format('woff'),
		 url('../_fonts/3900B0_1_0.ttf') format('truetype');
	font-weight: 400;
}

@media only screen {
/*****************************************************************************/

/*

COLORS:

_ #1d1d1d ... gray
_ #e8e8e8 ... gray (10%)

_ #585756 ... gray (Logo)
_ #47859f / #7c7c7c ... blue
_ #2c6785 / #5c5c5c ... blue NEU > BARRIEREFREIHEIT
_ #ab2d29 / #5e5e5e ... red
_ #478a2b / #7b7b7b ... green

FONTS:
font-family: 'FoundryFormSans-Book', sans-serif;
font-weight: 400;
font-family: 'FoundryFormSans-Demi', sans-serif;
font-weight: 400;

*/

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

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

body {
	background-color: #fff;
	font-family: 'FoundryFormSans-Book', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.5px;
	color: #1d1d1d;
	text-align: center;
	font-variant-numeric: proportional-nums;
	-webkit-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum=1";
	-ms-font-feature-settings: "onum" 1;
	-o-font-feature-settings: "onum" 1;
	font-feature-settings: "onum" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #1d1d1d; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	padding: 45px 0 25px 0;
	text-align: center;
	z-index: 13;
}

header > div.cols {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

header > div.cols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	height: auto;
	z-index: 1;
}

header > div.cols > div > div.text {
	position: relative;
	width: 100%;
	height: auto;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	z-index: 1;
}

header > div.cols > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

header > div.cols > div > div.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

header > div.cols > div > div.logo {
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	top: -9px;
	z-index: 1;
}

header > div.cols > div > div.logo img {
	width: 125px;
	height: auto;
}

/*
header > nav.button {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 90px;
	height: 90px;
	background-color: red;
	cursor: pointer;
	z-index: 4;
}
header > nav#button.on { background-color: #00b8f1; }

.jsNO header > nav#button { display: none; }

header > nav#button > div.lines {
	position: absolute;
	left: calc(50% - (40px / 2));
	bottom: 15px;
	width: 40px;
	height: 0;
	padding-bottom: calc(40px * (3 / 4));
}

header > nav#button > div.lines > span {
	position: absolute;
	display: block;
	height: 6px;
	width: 50%;
	background: #2c3447;
	opacity: 1;
	transform: rotate(0deg);
	transition: 0.1s ease-in-out;
}
header > nav#button:hover > div.lines > span { background: #00b8f1; }
header > nav#button.on > div.lines > span { background: #ffea3d !important; }

header > nav#button > div.lines > span:nth-child(even) { right: 0; border-radius: 0 3px 3px 0; }
header > nav#button > div.lines > span:nth-child(odd) { left: 0; border-radius: 3px 0 0 3px; }

header > nav#button > div.lines > span:nth-child(1), header > nav#button > div.lines > span:nth-child(2) { top: 0px; }
header > nav#button > div.lines > span:nth-child(3), header > nav#button > div.lines > span:nth-child(4) { top: calc(50% - 3px); }
header > nav#button > div.lines > span:nth-child(5), header > nav#button > div.lines > span:nth-child(6) { top: calc(100% - 6px); }
*/

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow: hidden;
	text-align: left;
	font-size: 17px;
	line-height: calc(1em * (24 / 17));
}

main > section > a#inhalt {
	position: absolute;
	left: -1px;
	top: -260px;
	width: 1px;
	height: 1px;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #e8e8e8;
	z-index: 12;
}

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

footer > div.cols {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

footer > div.cols > div {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% / 4);
	height: auto;
	padding: 60px 0;
	z-index: 1;
}

footer > div.cols > div:nth-of-type(2) { padding-right: 10px; }

footer > div.cols > div.map {
	width: calc((100% / 4) * 2);
	height: auto;
	padding: 0 0;
	padding-left: 10px;
	background: transparent url('../images/main/map/map@2x.jpg') scroll no-repeat center center;
	background-size: cover;
}

/*
.colorBlue footer > div.cols > div.map { background-image: url('../images/main/map/map@2x.jpg'); }
.colorGreen footer > div.cols > div.map { background-image: url('../images/main/map/map@2x.jpg'); }
.colorRed footer > div.cols > div.map { background-image: url('../images/main/map/map@2x.jpg'); }
*/

footer > div.cols > div.map > a > img {
	width: 100%;
	height: 1px;
}

footer > div.cols > div > p.logo { margin-bottom: 1.6em; }
footer > div.cols > div > p.logo img { width: 125px; height: auto; }

footer > div.cols > div > p.qrc { margin-bottom: 1.6em; }
footer > div.cols > div > p.qrc img { width: 108px; height: auto; }

footer > div.line {
	position: absolute;
	left: calc(50% - 10px);
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #fff;
	z-index: 2;
}

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

/* ETC */

.fontSmallCaps { font-feature-settings: "smcp" on; text-transform: lowercase; }

.colorBlue .fontColor, .colorBlue .fontColor h1 { color: #2c6785; }
.colorRed .fontColor, .colorRed .fontColor h1 { color: #ab2d29; }
.colorGreen .fontColor, .colorGreen .fontColor h1 { color: #478a2b; }

.fontColorBlue, .fontColorBlue h1 { color: #2c6785; }
.fontColorRed, .fontColorRed h1 { color: #ab2d29; }
.fontColorGreen, .fontColorGreen h1 { color: #478a2b; }

.fontSize17 { font-size: 17px; line-height: calc(1em * (24 / 17)); }
.fontSize22 { font-size: 22px; line-height: calc(1em * (30 / 22)); }
.fontSize24 { font-size: 24px; line-height: calc(1em * (32 / 24)); }
.fontSize54 { font-size: 54px; line-height: calc(1em * (66 / 54)); }

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

h1, .h1, h2, .h2, h3, .h3 {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: calc(1em * (32 / 24));
	color: #1d1d1d;
	text-transform: none;
	margin: 0 0 1em 0;
}

/*h1.small, .h1.small {
	font-size: 24px;
	line-height: calc(1em * (30 / 22));
}*/

h2, .h2, h3, .h3 {
	font-size: 17px;
	line-height: calc(1em * (24 / 17));
	margin: 0 0 0 0;
}

h3, .h3 {
	font-family: 'FoundryFormSans-Book', sans-serif;
}

h2 + h3 {
	margin-top: 1.333em;
}

div + h2, p + h2, ul + h2, ol + h2, h1 + h2,
div + h1, p + h1, ul + h1, ol + h1 { margin-top: 1.5em !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

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

a,
a:link,
a:visited {
	position: relative;
	text-decoration: none;
	border-bottom: 0;
}

.colorBlue .fontColor a, .colorBlue .fontColor a:link, .colorBlue .fontColor a:visited { color: #2c6785 !important; }
.colorRed .fontColor a, .colorRed .fontColor a:link, .colorRed .fontColor a:visited { color: #ab2d29 !important; }
.colorGreen .fontColor a, .colorGreen .fontColor a:link, .colorGreen .fontColor a:visited { color: #478a2b !important; }

main a,
main a:link,
main a:visited {
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: 0.5px solid #1d1d1d;
}

main a.borderNO,
main a.borderNO:link,
main a.borderNO:visited {
	border-bottom: 0 !important;
}

body[data-pixelratio='1'] main a,
body[data-pixelratio='1'] main a:link,
body[data-pixelratio='1'] main a:visited {
	border-bottom-width: 1px;
}

main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
	color: #1d1d1d;
	border-bottom-width: 1px;
	border-bottom-color: #1d1d1d;
}

body[data-pixelratio='1'] main a:hover,
body[data-pixelratio='1'] main a:focus,
body[data-pixelratio='1'] main a:active,
body[data-pixelratio='1'] main a:visited:hover,
body[data-pixelratio='1'] main a:visited:focus,
body[data-pixelratio='1'] main a:visited:active {
	border-bottom-width: 2px;
}

footer a,
footer a:link,
footer a:visited {
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
}

footer a.logo,
footer a.logo:link,
footer a.logo:visited {
	border-bottom: 0 !important;
}

footer a.map,
footer a.map:link,
footer a.map:visited {
	border-bottom: 0 !important;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #1d1d1d;
	border-bottom-color: #1d1d1d;
}

/* vcf */

footer a[href$='.vcf'] {
	position: relative;
	margin-left: 40px;
}

footer a[href$='.vcf']::after {
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: calc(26px * 0.635);
	background: transparent url('../images/main/etc/icon-contact.svg') scroll no-repeat left center;
	background-size: contain;
}

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

ul, ol, dl { position: relative; margin: 0 0 1.333em 0; }
ul > li, ol > li, dl > li { position: relative; }

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

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

/* NO BULLETS */

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

ul.dotsNO > li {
	padding-left: 0 !important;
}

/* LINE */

ul.lines { left: -17px; }

ul.lines > li {
	padding-left: 17px;
	background: transparent url('../images/main/etc/list-item@3x.png') scroll no-repeat left 17px;
	background-size: 10px 1px;
}

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

/* HEADER > MAIN */

/*nav.list > ul > li > ul,*/
nav.list > ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

/*
nav.list > ul > li > ul { display: none; }
nav.list > ul > li.act > ul { display: block; }
*/

/*nav.list > ul > li > ul > li,*/
nav.list > ul > li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}

/*
nav.list > ul > li > ul > li > a,
nav.list > ul > li > ul > li > a:link,
nav.list > ul > li > ul > li > a:visited,
*/
nav.list > ul > li > a,
nav.list > ul > li > a:link,
nav.list > ul > li > a:visited {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 0;
	color: #1d1d1d;
}

/*
nav.list > ul > li > ul > li > a,
nav.list > ul > li > ul > li > a:link,
nav.list > ul > li > ul > li > a:visited {
	margin-bottom: 0;
}
*/

/*
nav.list > ul > li > ul > li > a:hover,
nav.list > ul > li > ul > li > a:focus,
nav.list > ul > li > ul > li > a:active,
nav.list > ul > li > ul > li > a:visited:hover,
nav.list > ul > li > ul > li > a:visited:focus,
nav.list > ul > li > ul > li > a:visited:active,
*/
nav.list > ul > li > a:hover,
nav.list > ul > li > a:focus,
nav.list > ul > li > a:active,
nav.list > ul > li > a:visited:hover,
nav.list > ul > li > a:visited:focus,
nav.list > ul > li > a:visited:active {
	color: #000;
}
.colorBlue nav.list > ul > li > a:hover,
.colorBlue nav.list > ul > li > a:focus,
.colorBlue nav.list > ul > li > a:active,
.colorBlue nav.list > ul > li > a:visited:hover,
.colorBlue nav.list > ul > li > a:visited:focus,
.colorBlue nav.list > ul > li > a:visited:active {
	color: #2c6785;
}
.colorRed nav.list > ul > li > a:hover,
.colorRed nav.list > ul > li > a:focus,
.colorRed nav.list > ul > li > a:active,
.colorRed nav.list > ul > li > a:visited:hover,
.colorRed nav.list > ul > li > a:visited:focus,
.colorRed nav.list > ul > li > a:visited:active {
	color: #ab2d29;
}
.colorGreen nav.list > ul > li > a:hover,
.colorGreen nav.list > ul > li > a:focus,
.colorGreen nav.list > ul > li > a:active,
.colorGreen nav.list > ul > li > a:visited:hover,
.colorGreen nav.list > ul > li > a:visited:focus,
.colorGreen nav.list > ul > li > a:visited:active {
	color: #478a2b;
}

/*
nav.list > ul > li > ul > li.act > a,
nav.list > ul > li > ul > li.act > a:link,
nav.list > ul > li > ul > li.act > a:visited,
nav.list > ul > li > ul > li.act > a:hover,
nav.list > ul > li > ul > li.act > a:focus,
nav.list > ul > li > ul > li.act > a:active,
nav.list > ul > li > ul > li.act > a:visited:hover,
nav.list > ul > li > ul > li.act > a:visited:focus,
nav.list > ul > li > ul > li.act > a:visited:active,
*/
nav.list > ul > li.act > a,
nav.list > ul > li.act > a:link,
nav.list > ul > li.act > a:visited,
nav.list > ul > li.act > a:hover,
nav.list > ul > li.act > a:focus,
nav.list > ul > li.act > a:active,
nav.list > ul > li.act > a:visited:hover,
nav.list > ul > li.act > a:visited:focus,
nav.list > ul > li.act > a:visited:active {
	color: #000;
}
.colorBlue nav.list > ul > li.act > a,
.colorBlue nav.list > ul > li.act > a:link,
.colorBlue nav.list > ul > li.act > a:visited,
.colorBlue nav.list > ul > li.act > a:hover,
.colorBlue nav.list > ul > li.act > a:focus,
.colorBlue nav.list > ul > li.act > a:active,
.colorBlue nav.list > ul > li.act > a:visited:hover,
.colorBlue nav.list > ul > li.act > a:visited:focus,
.colorBlue nav.list > ul > li.act > a:visited:active {
	color: #2c6785;
}
.colorRed nav.list > ul > li.act > a,
.colorRed nav.list > ul > li.act > a:link,
.colorRed nav.list > ul > li.act > a:visited,
.colorRed nav.list > ul > li.act > a:hover,
.colorRed nav.list > ul > li.act > a:focus,
.colorRed nav.list > ul > li.act > a:active,
.colorRed nav.list > ul > li.act > a:visited:hover,
.colorRed nav.list > ul > li.act > a:visited:focus,
.colorRed nav.list > ul > li.act > a:visited:active {
	color: #ab2d29;
}
.colorGreen nav.list > ul > li.act > a,
.colorGreen nav.list > ul > li.act > a:link,
.colorGreen nav.list > ul > li.act > a:visited,
.colorGreen nav.list > ul > li.act > a:hover,
.colorGreen nav.list > ul > li.act > a:focus,
.colorGreen nav.list > ul > li.act > a:active,
.colorGreen nav.list > ul > li.act > a:visited:hover,
.colorGreen nav.list > ul > li.act > a:visited:focus,
.colorGreen nav.list > ul > li.act > a:visited:active {
	color: #478a2b;
}

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

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

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

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSize0 { font-size: 0; line-height: 0; }
.hyphenOK { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 60px auto;
	border: 0;
	border-top: 0.5px solid #ccc;
	opacity: 1;
}
body[data-pixelratio='1'] hr { border-top-width: 1px; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

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

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

.marginTopZero { margin-top: 0 !important; }
.marginBottomZero { margin-bottom: 0 !important; }

p, .p { margin: 0 0 1.333em 0; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

table { position: relative; width: 100%; border-width: 0; margin: 0 0 40px 0; border-collapse: collapse; empty-cells: hide; }
th, td { background-color: transparent; vertical-align: top; }

table.center { width: 100%; height: 100%; margin: 0; }
table.center > tbody > tr > td { width: 100%; height: 100% !important; text-align: center; vertical-align: middle; }

picture, figure { position: relative; display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; padding: 0; opacity: 1; font-size: 12px; line-height: 1.5em; text-transform: uppercase; }
img { border: 0; height: auto; max-width: 100%; }

video {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-appearance: none;
}

strong { font-family: 'FoundryFormSans-Demi', sans-serif; font-weight: 400; }
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 { border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 0; 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;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

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

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

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 20px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 20px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 20px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 20px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 20px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 20px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 20px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 20px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 20px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 20px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 20px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 20px); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; padding-top: 10px; }

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

/* ==========================================================================
   SVG
   ========================================================================== */

div.svg {
	display: none;
}

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



/* IE 10/11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fontSmallCaps { text-transform: uppercase; font-size: 75%; }
}

@media screen and (max-width: 1539px) {
/*****************************************************************************/

/* HEADER */
header > div.cols { max-width: none; }
header > div.cols > div { width: calc((100% - (3 * 20px) - (2 * 60px)) / 4); margin-left: 20px; }
header > div.cols > div:nth-of-type(1) { margin-left: 60px; }

/* MAIN */
main > section { max-width: none; padding-left: 60px; padding-right: 60px; }

/* FOOTER */
footer > div.cols { max-width: none; }
footer > div.cols > div { width: calc((100% - (3 * 20px) - (2 * 60px)) / 4); margin-left: 20px; }
footer > div.cols > div:nth-of-type(1) { margin-left: 60px; }
footer > div.cols > div.map { width: calc((100% - (3 * 20px) - (2 * 60px)) / 2 + 20px); padding-left: 0; }

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



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

/* HEADER */
header > div.cols > div { display: block; width: 280px; margin-top: 20px; margin-left: 60px; }
header > div.cols > div:nth-of-type(1) { margin-top: 0; }
header > div.cols > div:nth-of-type(3) { display: none; }
header > div.cols > div:nth-of-type(4) { position: absolute; right: 60px; top: 0; width: auto; height: auto; margin-top: 0; }
header > div.cols > div > div.logo { position: relative; top: 0; width: auto; height: auto; text-align: left; }

/* MAIN */
main > section { padding-bottom: 40px; }

/* FOOTER */
footer { padding: 60px 0; }
footer > div.cols > div { display: block; width: calc((100% - (2 * 60px)) / 1); margin-top: 20px; margin-left: 60px; padding: 0; }
footer > div.cols > div:nth-of-type(1) { margin-top: 0; }
footer > div.cols > div:nth-of-type(2) { padding-right: 0; }
footer > div.cols > div.map { display: none; }
/*footer > div.cols > div > p.logo { margin-bottom: 0; }*/
footer > div.line { display: none; }

/* NAVIGATION */
nav.list > ul { margin-bottom: 20px; }
nav.list > ul > li { padding-bottom: 0; }

/* FONT-SIZES */
.fontSize54 { font-size: 42px; line-height: calc(1em * (66 / 54)); }

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



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

/* HEADER */
header > div.cols > div:nth-of-type(4) { position: relative; right: auto; left: 0; margin-top: 20px; }

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



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

/* HEADER */
header > div.cols > div { margin-left: 20px !important; }

/* MAIN */
main > section { padding-left: 20px; padding-right: 20px; }

/* FOOTER */
footer > div.cols > div { width: calc((100% - (2 * 20px)) / 1); margin-left: 20px !important; }

/* LIST */
ul.line > li { padding-left: 20px !important; }
ul.line > li::before { right: auto; left: 0; }

/* FONT-SIZES */
.fontSize17 { font-size: 14px; line-height: calc(1em * (24 / 17)); }
.fontSize22 { font-size: 18px; line-height: calc(1em * (30 / 22)); }
.fontSize24 { font-size: 21px; line-height: calc(1em * (32 / 24)); }
.fontSize54 { font-size: 36px; line-height: calc(1em * (66 / 54)); }
h1, .h1 { font-size: 21px; line-height: calc(1em * (32 / 24)); }
h2, .h2 { font-size: 14px; line-height: calc(1em * (24 / 17)); }

/*****************************************************************************/
}

@media only screen {
/*****************************************************************************/

/* CONTENT COLS */

div.contentCols {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	height: auto;
}

div.contentCols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
}

div.contentCols > div:nth-of-type(1) { width: calc(100% * (1 / 4)); }
div.contentCols > div:nth-of-type(2) { width: calc(100% * (2 / 4)); }

/*div.contentCols > div.nav { padding-top: 3px; }*/

/* CONTENT TEAM */

div.contentTeam {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-right: 20px;
	height: auto;
}

div.contentCols + div.contentTeam { margin-top: 40px; }

div.contentTeam > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 20px);
	margin-left: 20px;
	margin-bottom: 40px;
}

div.contentTeam > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

div.contentTeam > div > div.pict {
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}

div.contentTeam > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.contentTeam > div > div.text {
	font-family: 'FoundryFormSans-Demi', sans-serif;
	padding-left: 115px;
}

/* CONTENT PICT */

div.contentPict {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	height: auto;
}

div.contentPict > img {
	width: 100%;
	height: auto;
	z-index: 1;
}

div.contentPict > div.line {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #fff;
	z-index: 2;
}

div.contentPict > div.line.n1 { left: calc((100% / 3) * 1 - 10px); }
div.contentPict > div.line.n2 { left: calc((100% / 3) * 2 - 10px); }

/* CONTENT PICTS */

div.contentPicts {
	position: relative;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	height: auto;
	font-size: 0;
	line-height: 0;
}

div.contentPicts img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

div.contentPicts img:nth-of-type(1) { margin-top: 0; }

/* NAV TILES */

nav.tiles {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}

nav.tiles > div.item {
	position: relative;
	display: block;
	width: calc(100% / 2 - 10px);
	height: auto;
	margin: 0;
	margin-bottom: 20px;
	z-index: 1;
}

nav.tiles > div.item:nth-of-type(1) { float: right; }
nav.tiles > div.item:nth-of-type(2) { float: left; }

.pageOnlineOK nav.tiles > div.item:nth-of-type(1) { float: left; }
.pageOnlineOK nav.tiles > div.item:nth-of-type(2) { float: right; }

nav.tiles > div.item > div.title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	text-align: center;
	color: #fff;
	z-index: 2;
}

nav.tiles > div.item > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #1d1d1d;
	aspect-ratio: 24 / 35;
	z-index: 1;
}

.colorBlue nav.tiles > div.item > div.pict { background-color: #47859f; }
.colorRed nav.tiles > div.item > div.pict { background-color: #ab2d29; }
.colorGreen nav.tiles > div.item > div.pict { background-color: #478a2b; }

nav.tiles > div.item > div.pict > img {
	width: 100%;
	height: auto;
}

nav.tiles > div.item > div.text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	text-align: center;
	color: #fff;
	opacity: 0;
	/*transform: translate(0,5%);*/
	transition-duration: 0.25s;
	z-index: 2;
}

.touchOK nav.tiles > div.item > div.text { opacity: 1; transform: none; }

.touchNO nav.tiles > div.item:hover > div.text/*,
.touchOK nav.tiles > div.item.hover > div.text*/ {
	transition-timing-function: ease-out;
	transition-property: /*transform,*/ opacity;
	transition-duration: 1s;
	/*transform: translate(0,0);*/
	opacity: 1;
}

nav.tiles > div.item > div.text > table > tbody > tr > td { padding: 20px; }

nav.tiles > div.item > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

nav.tiles > div.item > div.link > a,
nav.tiles > div.item > div.link > a:link,
nav.tiles > div.item > div.link > a:visited {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

/* NAV TOPICS & TOPICS ONLINE */

nav.topicsOnline,
nav.topics {
	position: relative;
	display: inline-block;
	width: 1400px;
	height: auto;
	margin: 0 auto;
}

nav.topicsOnline > ul,
nav.topics > ul {
	position: relative;
	display: block;
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

nav.topicsOnline > ul > li,
nav.topics > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 1px) / 8);
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 1;
}

nav.topicsOnline > ul > li {
	width: calc((100% - 1px) / 4);
}

nav.topics > ul > li.act { opacity: 0.25; }

nav.topicsOnline > ul > li > div.text,
nav.topics > ul > li > div.text {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

nav.topics > ul > li > div.text {
	padding-bottom: 20px;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	opacity: 0;
	transition-timing-function: ease-out;
	transition-property: opacity;
	transition-duration: 0.25s;
}

nav.topicsOnline > ul > li > div.text {
	padding-bottom: 20px;
	font-family: 'FoundryFormSans-Book', sans-serif;
	padding-top: 20px;
	padding-bottom: 0;
}

/*
.colorBlue nav.topicsOnline > ul > li.act > div.text,
.colorBlue nav.topicsOnline > ul > li:hover > div.text { color: #47859f; }
.colorRed nav.topicsOnline > ul > li.act > div.text,
.colorRed nav.topicsOnline > ul > li:hover > div.text { color: #ab2d29; }
.colorGreen nav.topicsOnline > ul > li.act > div.text,
.colorGreen nav.topicsOnline > ul > li.act > div.text { color: #478a2b; }
*/

.touchOK nav.topics > ul > li > div.text { opacity: 1; transform: none; }
.touchNO nav.topics > ul > li.act > div.text { opacity: 1; transform: none; }
.touchNO nav.topics > ul > li:hover > div.text { opacity: 1; /*transform: translate(0,0);*/ }

nav.topicsOnline > ul > li > div.pict,
nav.topics > ul > li > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	transform: translate(0,0);
	transition-timing-function: ease-out;
	transition-property: transform;
	transition-duration: 0.25s;
	z-index: 1;
}

nav.topics > ul > li:hover > div.pict { transform: translate(0,-10px); }
nav.topics > ul > li.act:hover > div.pict { transform: translate(0,0); }

nav.topics > ul > li > div.pict > svg,
nav.topics > ul > li > div.pict > img {
	width: 100%;
	max-width: 80px;
	height: auto;
}

nav.topics > ul > li > div.pict > svg path {
	fill: inherit;
}

.colorBlue nav.topics > ul > li:nth-of-type(1) > div.pict > svg use { fill: #47859f; }
.colorRed nav.topics > ul > li:nth-of-type(1) > div.pict > svg use { fill: #ab2d29; }
.colorGreen nav.topics > ul > li:nth-of-type(1) > div.pict > svg use { fill: #478a2b; }

nav.topicsOnline > ul > li > div.pict > svg {
	width: 100%;
	max-width: 160px;
	height: auto;
}

nav.topicsOnline > ul > li > div.pict > svg path {
	fill: inherit;
}

nav.topicsOnline > ul > li > div.pict > svg use { fill: #000; }

.colorBlue nav.topicsOnline > ul > li.act > div.pict > svg use,
.colorBlue nav.topicsOnline > ul > li:hover > div.pict > svg use {
	fill: #47859f;
}
.colorRed nav.topicsOnline > ul > li.act > div.pict > svg use,
.colorRed nav.topicsOnline > ul > li:hover > div.pict > svg use {
	fill: #ab2d29;
}
.colorGreen nav.topicsOnline > ul > li.act > div.pict > svg use,
.colorGreen nav.topicsOnline > ul > li:hover > div.pict > svg use {
	fill: #478a2b;
}

nav.topicsOnline > ul > li > div.link,
nav.topics > ul > li > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

nav.topicsOnline > ul > li > div.link > a,
nav.topicsOnline > ul > li > div.link > a:link,
nav.topicsOnline > ul > li > div.link > a:visited,
nav.topics > ul > li > div.link > a,
nav.topics > ul > li > div.link > a:link,
nav.topics > ul > li > div.link > a:visited {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

nav.topicsOnline > span.title {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 40px;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	z-index: 1;
}

/* FAQ */

div.faqWrapper {
	position: relative;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}

div.faqWrapper > article {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
}

.jsOK div.faqWrapper > article:hover {
	cursor: pointer;
}

.jsOK.colorBlue div.faqWrapper > article:hover > h2,
.jsOK.colorBlue div.faqWrapper > article.open > h2 {
	color: #47859f;
}
.jsOK.colorRed div.faqWrapper > article:hover > h2,
.jsOK.colorRed div.faqWrapper > article.open > h2 {
	color: #ab2d29;
}
.jsOK.colorGreen div.faqWrapper > article:hover > h2,
.jsOK.colorGreen div.faqWrapper > article.open > h2 {
	color: #478a2b;
}

.jsNO div.faqWrapper > article > h2,
.jsOK div.faqWrapper > article.open > h2 {
	margin-bottom: 1em;
}

div.faqWrapper > article > ul,
div.faqWrapper > article > ol,
div.faqWrapper > article > p {
	display: block;
}

.jsOK div.faqWrapper > article:not(.open) > ul,
.jsOK div.faqWrapper > article:not(.open) > ol,
.jsOK div.faqWrapper > article:not(.open) > p {
	display: none;
}


/*****************************************************************************/
}

/* CONTENT COLS */
@media screen and (max-width: 1439px) {
	div.contentCols { left: -20px; width: calc(100% + 20px); max-width: none; }
	div.contentCols > div { margin-left: 20px; max-width: 710px; }
	div.contentCols > div:nth-of-type(1) { width: calc(100% * (1 / 4) - 20px); }
	div.contentCols > div:nth-of-type(2) { width: calc(100% * (3 / 4) - 20px); }
}
@media screen and (max-width: 1199px) {
	div.contentCols { left: 0; width: 100%; }
	div.contentCols > div { margin-left: 0; margin-top: 20px; }
	div.contentCols > div:nth-of-type(1) { width: 100%; margin-top: 0; }
	div.contentCols > div:nth-of-type(2) { width: 100%; }
	div.contentCols > div.empty { display: none; }
	div.contentCols > div.empty + div { margin-top: 0; }
	/*
	div.contentCols > div.nav { display: none; }
	div.contentCols > div.nav + div { margin-top: 0; }
	*/
}



/* CONTENT PICT */
@media screen and (max-width: 1539px) {
	div.contentPict { max-width: none; width: 100vw; left: -60px; }
}
@media screen and (max-width: 649px) {
	div.contentPict > div.line { display: none; }
}
@media screen and (max-width: 499px) {
	div.contentPict { left: -20px; }
}



/* CONTENT TEAM */
@media screen and (max-width: 1019px) {
	div.contentTeam { left: -20px; width: calc(100% + 20px); max-width: none; padding-right: 0; }
	div.contentTeam > div { width: calc(100% / 2 - 20px); }
	div.contentTeam > div > div.text { padding-left: 0; }
}
@media screen and (max-width: 499px) {
	div.contentTeam > div { width: calc(100% / 1 - 20px); }
}



/* NAV TILES */
@media screen and (max-width: 819px) {
	nav.tiles > div.item { width: 100%; float: none; }
}



/* NAV TOPICS */
@media screen and (max-width: 1519px) {
	nav.topics, nav.topicsOnline { width: 100%; }
}
@media screen and (max-width: 1449px) {
	nav.topics { margin-top: -20px; }
	nav.topics > ul > li { margin-top: 20px; }
	nav.topics > ul > li { width: calc((100% - 1px) / 4); }
}
@media screen and (max-width: 799px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 2); }
}
@media screen and (max-width: 319px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 1); }
}
/*
@media screen and (max-width: 959px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 6); }
}
@media screen and (max-width: 799px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 3); }
}
@media screen and (max-width: 639px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 2); }
}
@media screen and (max-width: 374px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 1); }
}



/* NAV TOPICS ONLINE */
@media screen and (max-width: 1199px) {
	nav.topicsOnline > ul > li > div.pict > svg { max-width: calc(100vw * (160 / 1200)); }
}
@media screen and (max-width: 899px) {
	nav.topicsOnline > ul { margin-top: -20px; }
	nav.topicsOnline > ul > li { width: calc((100% - 1px) / 2); margin-top: 20px; }
}

@media only screen {
/*****************************************************************************/

/* GENERAL */

div.cFormWrapper {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}

div.cFormWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	padding: 20px;
	color: #fff !important;
	font-family: 'FoundryFormSans-Demi', sans-serif;
}

div.cFormWrapper > div.message > span {
	font-family: 'FoundryFormSans-Book', sans-serif;
}

.colorBlue div.cFormWrapper > div.message { background-color: #2c6785; }
.colorRed div.cFormWrapper > div.message { background-color: #ab2d29; }
.colorGreen div.cFormWrapper > div.message { background-color: #478a2b; }

div.cFormWrapper > form {
	position: relative;
	/*overflow: hidden;*/
	margin: 0;
}

div.message + form {
	margin-top: 40px;
}

div.cFormWrapper > form select,
div.cFormWrapper > form input,
div.cFormWrapper > form textarea,
div.cFormWrapper > form label {
	position: relative;
	width: 100%;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	color: #1d1d1d;
	font-size: 16px;
	line-height: 1.333em;
	text-align: left;
}

div.cFormWrapper > form label {
	font-family: 'FoundryFormSans-Book', sans-serif;
}

/* H2 */

div.cFormWrapper > form h2.collapsible {
	position: relative;
	display: block;
}

div.cFormWrapper > form h2.collapsible:hover {
	cursor: pointer;
}

div.cFormWrapper > form h2.collapsible::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

div.cFormWrapper > form h2.collapsible.act::after {
	border-color: #000 transparent transparent transparent;
	transform: translateY(-25%);
}

/* INPUTSET & LABEL */

div.cFormWrapper > form > div.block {
	position: relative;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-top: 20px;
}

div.cFormWrapper > form > div.block > h3 {
	padding-left: 20px;
	margin-bottom: 1.333em;
}

div.inputset + h3 {
	margin-top: 2em;
}

div.inputset {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: fit-content;
	height: auto;
	margin: 0;
	margin-bottom: 40px;
	margin-left: 20px;
}

div.inputset.detail,
div.inputset.related {
	display: none;
}
div.inputset.detail.act,
div.inputset.related.act {
	display: inline-block;
}

div.inputset.c1 { width: calc((100% / 12) * 1 - 20px); }
div.inputset.c2 { width: calc((100% / 12) * 2 - 20px); }
div.inputset.c3 { width: calc((100% / 12) * 3 - 20px); }
div.inputset.c4 { width: calc((100% / 12) * 4 - 20px); }
div.inputset.c5 { width: calc((100% / 12) * 5 - 20px); }
div.inputset.c6 { width: calc((100% / 12) * 6 - 20px); }
div.inputset.c7 { width: calc((100% / 12) * 7 - 20px); }
div.inputset.c8 { width: calc((100% / 12) * 8 - 20px); }
div.inputset.c9 { width: calc((100% / 12) * 9 - 20px); }
div.inputset.c10 { width: calc((100% / 12) * 10 - 20px); }
div.inputset.c11 { width: calc((100% / 12) * 11 - 20px); }
div.inputset.c12 { width: calc((100% / 12) * 12 - 20px); }

div.inputset label {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 2px;
	padding-top: 6px;
}

div.inputset label::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: 1;
}

/*div.inputset.error label {
	color: red;
}

div.inputset.error label::before {
	background-color: red;
}*/

/*div.inputset.error {
	border: 1px solid red;
}*/

div.inputset.error::after {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 1px solid #1d1d1d;
}

.colorBlue div.inputset.error::after { border-color: #2c6785; }
.colorRed div.inputset.error::after { border-color: #ab2d29; }
.colorGreen div.inputset.error::after { border-color: #478a2b; }

/* FORM FIELDS (HONEYPOT) */

input#website,
input#email {
	width: 1px;
	height: 1px;
	opacity: 0.01;
	overflow: hidden;
}

div.inputset span.message { font-family: 'FoundryFormSans-Demi', sans-serif; }
.colorBlue div.inputset span.message { color: #2c6785; }
.colorRed div.inputset span.message { color: #ab2d29; }
.colorGreen div.inputset span.message { color: #478a2b; }

/* FORM FIELDS */

/*input[type='file']::file-selector-button,*/
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 20px 9px 20px;
	border: 0;
	background-color: #e8e8e8;
	z-index: 1;
}

input[type='file']::file-selector-button {
	position: relative;
	width: auto;
	height: auto;
	padding: 11px 20px 9px 20px;
	border: 0;
	background-color: #e8e8e8;
	z-index: 1;
}

/*input[type='file']::file-selector-button {
	text-align: left;
}*/

.colorBlue input[type='file']::file-selector-button,
.colorBlue input[type='date'],
.colorBlue input[type='email'],
.colorBlue input[type='number'],
.colorBlue input[type='password'],
.colorBlue input[type='tel'],
.colorBlue input[type='text'],
.colorBlue input[type='url'],
.colorBlue textarea {
	background-color: #2c678520;
}
.colorRed input[type='file']::file-selector-button,
.colorRed input[type='date'],
.colorRed input[type='email'],
.colorRed input[type='number'],
.colorRed input[type='password'],
.colorRed input[type='tel'],
.colorRed input[type='text'],
.colorRed input[type='url'],
.colorRed textarea {
	background-color: #ab2d2920;
}
.colorGreen input[type='file']::file-selector-button,
.colorGreen input[type='date'],
.colorGreen input[type='email'],
.colorGreen input[type='number'],
.colorGreen input[type='password'],
.colorGreen input[type='tel'],
.colorGreen input[type='text'],
.colorGreen input[type='url'],
.colorGreen textarea {
	background-color: #478a2b20;
}

/*
input[type='date']::after,
input[type='email']::after,
input[type='number']::after,
input[type='password']::after,
input[type='tel']::after,
input[type='text']::after,
input[type='url']::after,
textarea::after {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 20px;
	height: 5px;
	background-color: #000;
	z-index: 1;
}
*/

textarea {
	height: 150px;
}

input[type='date']:focus,
input[type='date']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='number']:focus,
input[type='number']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='tel']:focus,
input[type='tel']:active,
input[type='text']:focus,
input[type='text']:active,
input[type='url']:focus,
input[type='url']:active,
textarea:focus,
textarea:active {
	outline: none !important;
	color: #fff !important;
	background-color: #1d1d1d;
	z-index: 3;
}

input[type='date'].filled,
input[type='email'].filled,
input[type='number'].filled,
input[type='password'].filled,
input[type='tel'].filled,
input[type='text'].filled,
input[type='url'].filled,
textarea.filled {
	z-index: 3;
}

input#ff_captchaCode {
	/*max-width: 0;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% 100%;
	margin-bottom: 3px;
}

/*input[type=checkbox] { margin-right: 10px; margin-top: 6px; }*/

input[type='button'],
input[type='submit'],
input[type='reset'] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 9px 20px;
	border: 0;
	border-radius: 3px;
	color: #fff !important;
	opacity: 0.75;
}

.colorBlue input[type='button'],
.colorBlue input[type='submit'],
.colorBlue input[type='reset'] {
	background-color: #2c6785;
}
.colorRed input[type='button'],
.colorRed input[type='submit'],
.colorRed input[type='reset'] {
	background-color: #ab2d29;
}
.colorGreen input[type='button'],
.colorGreen input[type='submit'],
.colorGreen input[type='reset'] {
	background-color: #478a2b;
}

input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
	opacity: 1;
	cursor: pointer;
}

/* SELECT */

select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;

	outline: none;
}

select::-ms-expand {
	display: none;
}

div.select {
	display: grid;
	grid-template-areas: 'select';
	align-items: center;
	position: relative;
	width: 100%;
	padding: 10px 20px 7px 20px;
	/*border: 1px solid #000;*/
	border: 0;
	background-color: #fff;
	white-space: nowrap;
	cursor: pointer;
}

.colorBlue div.select { background-color: #2c678520; }
.colorRed div.select { background-color: #ab2d2920; }
.colorGreen div.select { background-color: #478a2b20; }

div.select:has(select:focus) { border: 1px solid black; }
/*
.colorBlue div.select:has(select:focus) { border-color: #2c6785; }
.colorRed div.select:has(select:focus) { border-color: #ab2d29; }
.colorGreen div.select:has(select:focus) { border-color: #478a2b; }
*/

div.select > select,
div.select::after {
	grid-area: select;
	white-space: nowrap;
}

div.select::after {
	content: '';
	justify-self: end;
	width: 12px;
	height: 6px;
	background-color: #000;
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #000;
	border-radius: inherit;
}

.select--disabled {
	cursor: not-allowed;
	background-color: #eee;
	background-image: linear-gradient(to top, #ddd, #eee 33%);
}

/* CHECKBOXES */

/* input[type='checkbox'] + label {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	padding: 3px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.333em;
	letter-spacing: 0;
	text-transform: none;
	color: getColor('grayDark') !important;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type='checkbox']:checked + label,
input[type='checkbox']:not(:checked) + label,
input[type='radio']:checked + label,
input[type='radio']:not(:checked) + label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
}
input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before,
input[type='radio']:checked + label:before,
input[type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	background-color: getColor('white');
	border: 1px solid getColor('white');
	border-radius: 100%;
}
.error input[type='checkbox']:checked + label:before,
.error input[type='checkbox']:not(:checked) + label:before,
.error input[type='radio']:checked + label:before,
.error input[type='radio']:not(:checked) + label:before {
	border-color: getColor('red');
}
input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before {
	border-color: #getColor('gray') !important;
}
input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before {
	border-radius: 0;
}
input[type='checkbox']:checked + label:after,
input[type='checkbox']:not(:checked) + label:after,
input[type='radio']:checked + label:after,
input[type='radio']:not(:checked) + label:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: getColor('grayDark');
	border-radius: 100%;
	transition: all 0.25s ease;
}
input[type='checkbox']:checked + label:after,
input[type='checkbox']:not(:checked) + label:after {
	border-radius: 0;
}
input[type='checkbox']:not(:checked) + label:after,
input[type='radio']:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after {
	opacity: 1;
	transform: scale(1);
} */

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

	div.cFormWrapper > form > div.block {
		width: 100% !important;
		margin-left: 0 !important;
	}

	div.cFormWrapper > form > div.block > h3 {
		padding-left: 0;
	}

	div.inputset {
		margin-left: 0 !important;
	}

	div.inputset.c1,
	div.inputset.c2,
	div.inputset.c3,
	div.inputset.c4,
	div.inputset.c5,
	div.inputset.c6,
	div.inputset.c7,
	div.inputset.c8,
	div.inputset.c9,
	div.inputset.c10,
	div.inputset.c11,
	div.inputset.c12 {
		width: 100% !important;
	}

}

@media only screen {
/*****************************************************************************/

/* SLIDER */

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) { position: relative; }

div.sliderWrapper > div.itemsWrapper > div.act { z-index: 2; opacity: 1; }
div.sliderWrapper > div.itemsWrapper > div.fadeOut { z-index: 3 !important; }

div.sliderWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) > div.pict { position: relative; }

div.sliderWrapper > div.itemsWrapper > div > div.pict > picture,
div.sliderWrapper > div.itemsWrapper > div > div.pict > picture > img,
div.sliderWrapper > div.itemsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.sliderWrapper > div.arrow {
	position: absolute;
	display: none;
	bottom: 0;
	width: 50%;
	height: 100%;
	/*
	background: transparent url() scroll no-repeat center center;
	background-size: 44px 78px;
	*/
	z-index: 3;
}

.jsOK div.sliderWrapper > div.arrow { display: block; }

div.sliderWrapper > div.arrowLeft.over {
	cursor: pointer;
	cursor: url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-left.cur'), url('images/main/cursors/gallery-arrow-left.cur'), w-resize;
	/*cursor: url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-left.cur') 27 55, w-resize;*/
	cursor: url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-left.png') 27 55, w-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/gallery-arrow-left.png') 1x, url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-left@2x.png') 2x) 27 55, w-resize;
}
div.sliderWrapper > div.arrowRight.over {
	cursor: pointer;
	cursor: url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-right.cur'), url('images/main/cursors/gallery-arrow-right.cur'), e-resize;
	/*cursor: url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-right.cur') 27 55, e-resize;*/
	cursor: url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-right.png') 27 55, e-resize;
	cursor: -webkit-image-set(url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-right.png') 1x, url('../../notariat-feldkirch/images/main/cursors/gallery-arrow-right@2x.png') 2x) 27 55, e-resize;
}

div.sliderWrapper > div.arrow.arrowLeft { left: 0; }
div.sliderWrapper > div.arrow.arrowRight { right: 0; }

/*
.jsOK div.sliderWrapper > div.arrow.arrowLeft { background-image: url('../images/graphics/gallery-arrow-left@3x.png'); background-position: left 20px center; }
.jsOK div.sliderWrapper > div.arrow.arrowRight { background-image: url('../images/graphics/gallery-arrow-right@3x.png'); background-position: right 20px center; }
*/

div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 12px;
	z-index: 4;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.25;
	transition-duration: 1000ms;
	transition-property: opacity;
}

div.sliderWrapper > div.dotsWrapper > div.over,
div.sliderWrapper > div.dotsWrapper > div.act {
	opacity: 1;
}

div.sliderWrapper > div.dotsWrapper > div.over { cursor: pointer; }

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



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

div.sliderWrapper > div.dotsWrapper { padding-right: 37px; }

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



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

div.sliderWrapper > div.dotsWrapper { padding: 8px; }
div.sliderWrapper > div.dotsWrapper > div { width: 8px; height: 8px; margin: 0 2px; }

/*****************************************************************************/
}

@media print {
/*****************************************************************************/

body > * { display: none; }

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