/*! 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:
– gray: 	#3b3940
_ gray:		#626166 (footer, 80%)
_ gray:		#9d9c9f (navigation, 50%)
_ blue: 	#143c5a

FONTS:
font-family: 'Vollkorn', serif;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
font-weight: 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-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	color: #3b3940;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	text-align: center;
}

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

::selection { color: #fff; background-color: #3b3940; }

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

/* HEADER */

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 95px;
	background-color: #fff;
	z-index: 21;
}

header > div#logoLayer {
	position: absolute;
	right: 50%;
	margin-right: -590px;
	bottom: 15px;
	width: 380px;
	height: auto;
	z-index: 21;
}

header > div#logoLayer img {
	width: 100%;
	max-width: 380px;
	height: auto;
}

header > nav#language,
header > nav#main {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 22;
}

header > nav#language {
	bottom: auto;
	top: 10px;
	margin-left: calc(-600px + 5px);
	z-index: 23;
}

header > div#lineLayer {
	position: absolute;
	left: 50%;
	margin-left: -590px;
	bottom: 0;
	width: 1180px;
	height: 0;
	border-bottom: 1px solid #d8d7d9;
	z-index: 21;
}

/* MAIN */

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

main > section {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff url() scroll no-repeat center top;
	background-size: cover;
	z-index: 12;
}

main > section.bgColorGray { background-color: #f0eff0; }

main > section > div.content {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: auto;
	padding: 80px 0;
	font-size: 16px;
	line-height: 1.667em;
	text-align: left;
	z-index: 13;
}

/*main > section:nth-child(1) > div.content { padding-top: 110px; }*/

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

main > section > div.background {
	position: absolute;
	left: 50%;
	margin-left: -590px;
	top: 0;
	width: 1180px;
	height: 100%;
	background: transparent url() scroll no-repeat left top;
	opacity: 0.1;
	z-index: 12;
}

/*main > section > div.background.pict1 {
	background-image: url('../images/backgrounds/1.png');
	background-size: 356px 390px;
}*/

main > section > div.background.home {
	background-image: url('../images/backgrounds/93362985-1@2x.jpg');
	background-size: 300px 270px;
	background-position: 540px 80px;
}
main > section > div.background.advokatur1 {
	background-image: url('../images/backgrounds/117739185-1@2x.jpg');
	background-size: 211px 200px;
	background-position: 590px 80px;
}
main > section > div.background.advokatur2 {
	background-image: url('../images/backgrounds/117739185-2@2x.jpg');
	background-size: 169px 176px;
	background-position: 0px 40px;
}
main > section > div.background.advokatur3 {
	background-image: url('../images/backgrounds/175332662-1@2x.jpg');
	background-size: 432px 280px;
	background-position: 640px 80px;
}
main > section > div.background.rechtsgebiete {
	background-image: url('../images/backgrounds/176420403-1@2x.jpg');
	background-size: 361px 210px;
	background-position: right 80px;
}
main > section > div.background.kontakt {
	background-image: url('../images/backgrounds/79087916@2x.jpg');
	background-size: 429px 310px;
	background-position: 640px 30px;
}

/*
main > section > div.background.posLeftTop { background-position: left top; }
main > section > div.background.posLeftCenter { background-position: left center; }
main > section > div.background.posLeftBottom { background-position: left bottom; }
main > section > div.background.posRightTop { background-position: right top; }
main > section > div.background.posRightCenter { background-position: right center; }
main > section > div.background.posRightBottom { background-position: right bottom; }
*/

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 50px 0 50px 0;
	background-color: #626166;
	text-align: center;
	z-index: 21;
}

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

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

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

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

/* STATEMENT */

p.statement {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: auto;
	border-left: 1px solid #3b3940;
	padding-left: 100px;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2em;
	margin: 55px 0 45px 0;
}

/* TEAM */

div.vcard { min-height: 600px; }

div.vcard > div.anchor {
	position: absolute;
	left: 0;
	top: -95px;
	width: 1px;
	height: 1px;
}

div.vcard > div.text {
	position: relative;
	width: 100%;
	padding-left: calc(100% - 380px);
}

div.vcard > div.text > p > span { display: inline-block; }
.jsNO div.vcard > div.text > p > span { display: none; }
.jsNO div.vcard > div.text > p > a.life { display: none; }

div.vcard > div.portrait {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 550px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

div.vcard > div.portrait > img {
	width: auto;
	height: 100%;
}

div.vcard > div.quote {
	position: absolute;
	left: 40%;
	bottom: 0;
	width: 60%;
	height: auto;
	border-left: 1px solid #3b3940;
	padding-left: 100px;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2em;
	margin: 55px 0 45px 0;
}

div.vcard > div.quote > span {
	position: absolute;
	right: calc(100% - 100px);
	top: 0;
	width: auto;
	height: auto;
}

/* ATTRIBUTES */

div#attributesWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 41;
}

div#attributesWrapper > div.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3a393f;
	opacity: 1;
	z-index: 41;
}

div#attributesWrapper > div.buttonClose {
	position: absolute;
	right: calc(50% - 450px - 10px);
	top: calc(50% - 210px - 20px);
	width: 40px;
	height: 40px;
	background: transparent url('../images/attributes/elements/button-close.png') scroll no-repeat center center;
	background-size: cover;
	opacity: 0.20;
	z-index: 42;
}

div#attributesWrapper > div.buttonClose:hover {
	opacity: 1;
	cursor: pointer;
}

div#attributesWrapper > div.buttonArrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 21px;
	height: 40px;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	opacity: 0.20;
	z-index: 42;
}

div#attributesWrapper > div.buttonArrow.left { left: calc(50% - 440px - 10px); background-image: url('../images/attributes/elements/button-arrow-left.png'); }
div#attributesWrapper > div.buttonArrow.right { right: calc(50% - 440px - 10px); background-image: url('../images/attributes/elements/button-arrow-right.png'); }

div#attributesWrapper > div.buttonArrow:hover {
	opacity: 1;
	cursor: pointer;
}

div#attributesWrapper > div.pictsWrapper {
	position: absolute;
	left: calc(50% - 410px);
	top: calc(50% - 210px + 30px);
	width: 820px;
	height: 410px;
	z-index: 42;
}

div#attributesWrapper > div.pictsWrapper > div.item {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 42;
}
div#attributesWrapper > div.pictsWrapper > div.item:nth-child(1) { display: block; }
div#attributesWrapper > div.pictsWrapper > div.item.act { z-index: 43; }

div#attributesWrapper > div.pictsWrapper > div.item > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 42;
}

div#attributesWrapper > div.pictsWrapper > div.item > div.pict > img {
	width: 100%;
	height: auto;
}

div#attributesWrapper > div.pictsWrapper > div.item > div.text {
	position: absolute;
	left: 0;
	/*bottom: calc(100% + 8px);*/
	bottom: 100%;
	width: 100%;
	height: auto;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.2em;
	color: #fff;
	text-align: left;
	z-index: 42;
}

div#attributesWrapper > div.logo {
	position: absolute;
	right: 50%;
	margin-right: -590px;
	top: 55px;
	width: 380px;
	height: auto;
	opacity: 0.10;
	z-index: 45;
}

div#attributesWrapper > div.logo > img {
	width: 100%;
	max-width: 380px;
	height: auto;
}

/* TOPICS */

.topics {
	display: block;
	width: 100%;
	border-left: 1px solid #3b3940;
	padding-left: 100px;
	padding-right: 50px;
	margin: 55px 0 45px 0;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	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: #75160f; }

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

h1, h2 {
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2em;
	margin: 0 0 0.667em 0;
	text-transform: none;
}

h2 {
	font-size: 24px;
	line-height: 1.2em;
}

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

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

main a,
main a:link,
main a:visited { color: #3b3940; text-decoration: none; border-bottom: 1px solid #3b3940; }
main a:hover,
main a:active,
main a:visited:hover,
main a:visited:active { color: #143c5a; border-bottom-color: #143c5a; }

.vcard a,
.vcard a:link,
.vcard a:visited { text-transform: uppercase; text-decoration: none; border-bottom: none; }

.topics > a,
.topics > a:link,
.topics > a:visited { position: relative; /*display: inline-block;*/ color: #9d9c9f; text-transform: uppercase; text-decoration: none; border-bottom: none; }
.topics > a:hover,
.topics > a:active,
.topics > a:visited:hover,
.topics > a:visited:active { color: #143c5a; }

.topics a[data-title]:hover:after {
	position: absolute;
	left: 10px;
	bottom: calc(100% - 4px);
	content: attr(data-title);
	padding: 5px 20px 15px 20px;
	color: #fff;
	/*background-color: #143c5a;*/
	background: transparent url('../images/graphics/bubble.png') scroll no-repeat left bottom;
	background-size: 400px 110px;
	white-space: nowrap;
	z-index: 21;
}

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

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

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

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

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

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 */

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

nav#language ul li,
nav#main ul li {
	display: inline-block;
	padding: 0;
}

nav#language > ul > li > a,
nav#language > ul > li > a:link,
nav#language > ul > li > a:visited,
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: block;
	width: auto;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	color: #9d9c9f;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 18px 10px;
}
nav#language > ul > li > a,
nav#language > ul > li > a:link,
nav#language > ul > li > a:visited {
	font-size: 10px;
	line-height: 1em;
	padding: 5px 5px;
}
nav#language > ul > li > a:hover,
nav#language > ul > li > a:active,
nav#language > ul > li > a:visited:hover,
nav#language > ul > li > a:visited:active,
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 { color: #143c5a !important; }
nav#language > ul > li.act a,
nav#language > ul > li.act a:link,
nav#language > ul > li.act a:visited,
nav#language > ul > li.act a:hover,
nav#language > ul > li.act a:active,
nav#language > ul > li.act a:visited:hover,
nav#language > ul > li.act a:visited:active,
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: #143c5a !important; }

/* ==========================================================================
   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; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	max-width: 500px;
	border: 0; /* Firefox und Opera */
	border-top: 1px solid #dedede;
	border-bottom: transparent;
	margin: 2em auto 2em auto;
}

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

.colsWidth1 { width: 8.33333%; }
.colsWidth2 { width: 16.66667%; }
.colsWidth3 { width: 25%; }
.colsWidth4 { width: 33.33333%; }
.colsWidth5 { width: 41.66667%; }
.colsWidth55 { width: 45.83333%; }
.colsWidth6 { width: 50%; }
.colsWidth7 { width: 58.33333%; }
.colsWidth8 { width: 66.66667%; }
.colsWidth9 { width: 75%; }
.colsWidth10 { width: 83.33333%; }
.colsWidth11 { width: 91.66667%; }
.colsWidth12 { width: 100%; }

.colsPaddingLeft1 { padding-left: 8.33333%; }
.colsPaddingLeft2 { padding-left: 16.66667%; }
.colsPaddingLeft3 { padding-left: 25%; }
.colsPaddingLeft4 { padding-left: 33.33333%; }
.colsPaddingLeft5 { padding-left: 41.66667%; }
.colsPaddingLeft6 { padding-left: 50%; }
.colsPaddingLeft7 { padding-left: 58.33333%; }
.colsPaddingLeft8 { padding-left: 66.66667%; }
.colsPaddingLeft9 { padding-left: 75%; }
.colsPaddingLeft10 { padding-left: 83.33333%; }
.colsPaddingLeft11 { padding-left: 91.66667%; }
.colsPaddingLeft12 { padding-left: 100%; }

.colsMarginLeft1 { margin-left: 8.33333%; }
.colsMarginLeft2 { margin-left: 16.66667%; }
.colsMarginLeft3 { margin-left: 25%; }
.colsMarginLeft4 { margin-left: 33.33333%; }
.colsMarginLeft5 { margin-left: 41.66667%; }
.colsMarginLeft6 { margin-left: 50%; }
.colsMarginLeft7 { margin-left: 58.33333%; }
.colsMarginLeft8 { margin-left: 66.66667%; }
.colsMarginLeft9 { margin-left: 75%; }
.colsMarginLeft10 { margin-left: 83.33333%; }
.colsMarginLeft11 { margin-left: 91.66667%; }
.colsMarginLeft12 { margin-left: 100%; }

p, .p { margin: 0 0 0.8em 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: -30px;
	width: calc(100% + 30px);
	height: auto;
	margin-bottom: 1.5em;
}

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

div.subcolumns > div.col > img { margin-top: 7px; }

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

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

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 (min-width: 1240px) {
/*****************************************************************************/

.topics a,
.topics a:link,
.topics a:visited { display: inline-block; }

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

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

/* HEADER */
header > div#logoLayer { right: 30px; margin-right: 0; }
header > nav#language,
header > nav#main { left: 30px; margin-left: -10px; }
header > nav#language { margin-left: -5px; }
header > div#lineLayer { left: 30px; margin-left: 0; width: calc(100% - 30px * 2); }

/* MAIN */
main > section > div.content { max-width: none; padding: 80px 30px; }
main > section > div.background { display: none; }

/* FOOTER */
footer { padding: 50px 30px; }

/* CONTENT TEAM */
div.vcard > div.quote { font-size: 3.2vw; line-height: 1.2em; padding-left: 8vw; }
div.vcard > div.quote > span { right: calc(100% - 8vw); }

/* CONTENT ATTRIBUTES */
div#attributesWrapper > div.logo { right: 30px; margin-right: 0; }

/* CONTENT TOPICS */
.topics { padding-left: 8vw; }

div.subcolumns > div.col { min-width: calc(50% - 30px); }

.colsWidth1 { width: 100%; max-width: 98px; }
.colsWidth2 { width: 100%; max-width: 197px; }
.colsWidth3 { width: 100%; max-width: 295px; }
.colsWidth4 { width: 100%; max-width: 393px; }
.colsWidth5 { width: 100%; max-width: 492px; }
.colsWidth55 { width: 100%; max-width: 541px; }
.colsWidth6 { width: 100%; max-width: 590px; }
.colsWidth7 { width: 100%; max-width: 688px; }
.colsWidth8 { width: 100%; max-width: 787px; }
.colsWidth9 { width: 100%; max-width: 885px; }
.colsWidth10 { width: 100%; max-width: 983px; }
.colsWidth11 { width: 100%; max-width: 1082px; }
.colsWidth12 { width: 100%; max-width: 1180px; }

.colsPaddingLeft1 { padding-left: 0; }
.colsPaddingLeft2 { padding-left: 0; }
.colsPaddingLeft3 { padding-left: 0; }
.colsPaddingLeft4 { padding-left: 0; }
.colsPaddingLeft5 { padding-left: 0; }
.colsPaddingLeft6 { padding-left: 0; }
.colsPaddingLeft7 { padding-left: 0; }
.colsPaddingLeft8 { padding-left: 0; }
.colsPaddingLeft9 { padding-left: 0; }
.colsPaddingLeft10 { padding-left: 0; }
.colsPaddingLeft11 { padding-left: 0; }
.colsPaddingLeft12 { padding-left: 0; }

.colsMarginLeft1 { margin-left: 0; }
.colsMarginLeft2 { margin-left: 0; }
.colsMarginLeft3 { margin-left: 0; }
.colsMarginLeft4 { margin-left: 0; }
.colsMarginLeft5 { margin-left: 0; }
.colsMarginLeft6 { margin-left: 0; }
.colsMarginLeft7 { margin-left: 0; }
.colsMarginLeft8 { margin-left: 0; }
.colsMarginLeft9 { margin-left: 0; }
.colsMarginLeft10 { margin-left: 0; }
.colsMarginLeft11 { margin-left: 0; }
.colsMarginLeft12 { margin-left: 0; }

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

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

/* CONTENT ATTRIBUTES */
div#attributesWrapper > div.logo { display: none; }

div#attributesWrapper > div.buttonClose {
	right: calc(50% - 10px);
	top: 30px;
	width: 20px;
	height: 20px;
	opacity: 1;
}

div#attributesWrapper > div.buttonArrow {
	top: 30px;
	width: 10px;
	height: 20px;
	opacity: 1;
}

div#attributesWrapper > div.buttonArrow.left { left: 30px; }
div#attributesWrapper > div.buttonArrow.right { right: 30px; }

div#attributesWrapper > div.pictsWrapper {
	left: 0;
	top: calc(50% - 25vw);
	width: 100%;
	height: 50vw;
}

div#attributesWrapper > div.pictsWrapper > div.item > div.text {
	left: 30px;
	width: auto;
	font-size: 5.26316vw;
	line-height: 1.2em;
}

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

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

/* HEADER */
header {
	position: relative;
	height: auto;
}
header > div#logoLayer {
	position: relative;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	padding: 55px 30px 15px 30px;
	text-align: center;
}
header > nav#main {
	position: relative;
	left: 0;
	margin-left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	height: auto;
}
header > div#lineLayer {
	position: relative;
	bottom: auto;
	top: 0;
}

/* MAIN */
main { padding-top: 0; }

/* FOOTER */
footer > div#addressWrapper { text-align: center; }
footer > div#addressWrapper > div {
	display: block;
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}
footer > div#addressWrapper > div:last-child { margin-bottom: 0; }

/* CONTENT */
div.subcolumns > div.col { min-width: calc(100% - 30px); }
p.statement { font-size: 4.44444vw; line-height: 1.2em; padding-left: 11.11111vw; }
.topics { padding-left: 11.11111vw; }

/* TEAM */
div.vcard { min-height: none; }
div.vcard > div.anchor { top: 0; }
div.vcard > div.text {
	position: relative;
	width: 100%;
	padding-left: 0;
	text-align: center;
}
div.vcard > div.portrait {
	position: relative;
	bottom: auto;
	top: 0;
	width: 100%;
	height: 60vw;
	border-bottom: 1px solid #9d9c9f;
	margin: 30px 0;
}
div.vcard > div.quote {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	border-left: 0;
	padding: 0 60px;
	text-align: center;
	margin: 30px 0;
	font-size: 30px;
	line-height: 1.2em;
}
div.vcard > div.quote > span { position: relative; display: inline-block; right: auto; left: 0; }

/* NAVIGATION */
nav#main ul {
	position: relative;
	width: calc(100% - 15px * 2);
}
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	padding: 18px 15px;
}

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

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

/* CONTENT */
p.statement { font-size: 30px; line-height: 1.2em; padding-left: 30px; }
h1 { font-size: 30px; line-height: 1.2em; }
h2 { font-size: 21px; line-height: 1.2em; }

/* TOPICS */
.topics { padding-left: 30px; padding-right: 0; }
.topics > span { display: block; width: 1px; height: 1px; font-size: 0; line-height: 0; }
.topics > a,
.topics > a:link,
.topics > a:visited { display: inline-block; font-size: 12px; line-height: 1.667em; width: auto; }

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

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

/* HEADER */
header > nav#language {
	left: 0;
	width: 100%;
	margin-left: 0;
	padding: 0 30px;
}

/* NAVIGATION */
nav#main ul { width: calc(100% - 30px * 2); margin-top: 0; }
nav#main ul > li { width: 100%; border-bottom: 1px solid #d8d7d9; }
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited { padding: 12px 15px; }

/* CONTENT */
p.statement { font-size: 24px; line-height: 1.2em; padding-left: 30px; }
div.vcard > div.quote { font-size: 24px; line-height: 1.2em; }

/* TEAM */
div.vcard > div.portrait { height: 300px; }
div.vcard > div.quote { padding: 0; }

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

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

/* MAIN */
main > section > div.content { font-size: 14px; line-height: 1.667em; }

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-300.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-300italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-500.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-600.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-600italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-700.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-800.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-800italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-regular.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-italic.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-500.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-600.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-600italic.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-700.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-700italic.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-800.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-800italic.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-900.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/vollkorn-v20-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/vollkorn-v20-latin-900italic.woff') format('woff');
}
*/
@media print {
/*****************************************************************************/

body > * { display: none; }

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