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

_ #c2d5d7 ... creme
_ #113455 ... blue
_ #c2d5d7 ... petrol
_ #80849a ... bluegray

FONTS:

font-family: 'Arial', sans-serif;
font-weight: 400/700;

*/

/* ==========================================================================
   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: #c2d5d7;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	color: #113455;
	/*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%;
	overflow-x: hidden;
}

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

::selection { color: #fff; background-color: #113455; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #c2d5d7;
	z-index: 13;
}

header > div.logo {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 150px;
	height: auto;
	font-weight: 400px;
	font-size: 40px;
	line-height: calc(1em * (37 / 40));
	z-index: 2;
}

header > div.title {
	position: absolute;
	left: 50px;
	top: 170px;
	width: auto;
	height: auto;
	font-weight: 400px;
	font-size: 22px;
	line-height: calc(1em * (28 / 22));
	letter-spacing: 1px;
	z-index: 2;
}

/*header > div.title,*/
/*
header > nav.main > div.title,
footer > div.title {
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: calc(1em * (37 / 40));
	color: #113455;
}
*/

header > div.picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../images/content/2000x1334/gespraech-1.jpg') scroll no-repeat top right;
	background-size: cover;
	mix-blend-mode: multiply;
	z-index: 1;
}

header > nav.main {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #113455;
	z-index: 3;
}

header.navON > nav.main { display: block; }

header > nav.main > div.title {
	position: absolute;
	left: 50px;
	top: 15px;
	width: auto;
	height: auto;
	z-index: 1;
}

header > nav.main > div.logo {
	position: absolute;
	right: 50px;
	bottom: 150px;
	width: 100px;
	height: auto;
	z-index: 1;
}

header > nav.main > div.logo img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

header > nav.main > div.list {
	position: absolute;
	left: 250px;
	top: 200px;
	width: auto;
	height: auto;
	z-index: 2;
}

header > nav.button {
	position: fixed;
	display: none;
	-webkit-transform: translateZ(0);
	right: 40px;
	top: 25px;
	width: 50px;
	height: 50px;
	background: transparent url('../images/main/burger/lines-blue.svg') scroll no-repeat center center;
	background-size: 30px 30px;
	cursor: pointer;
	z-index: 3;
}

header.navON > nav.button { background-image: url('../images/main/burger/cross-creme.svg'); }
.jsOK header > nav.button { display: block; }

/* MAIN */

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

main > section {
	position: relative;
	width: 100%;
	height: auto;
	padding: 70px 0 80px 0;
	font-size: 18px;
	line-height: calc(1em * (24 / 18));
	color: #113455;
	/*background-color: #c2d5d7;*/
}

.textSizeSmall {
	font-size: 14px;
	line-height: calc(1em * (24 / 18));
}

main > section:nth-last-of-type(1) {
	min-height: calc(100vh - 80px - 80px);
}

main > section.bgColor2 {
	/*color: #c2d5d7;*/
	color: #fff;
	background-color: #113455;
	/*margin: 80px 0;*/
	margin-top: 80px;
	padding: 120px 0;
}

section.bgColor2 + section {
	margin-top: 80px;
}

section.bgColor2 + section.bgColor2 {
	margin-top: 0 !important;
}

.jsOK main > section.poster {
	min-height: 50vw;
	margin: 70px 0 80px 0;
}

main > section.poster {
	/*background-color: #c2d5d7;*/
	background-color: #c2d5d7;
}

main > section.poster > div,
main > section.poster > picture {
	mix-blend-mode: multiply;
}

main > section > a.anchor {
	position: absolute;
	left: -1px;
	top: -100px;
	width: 1px;
	height: 1px;
	z-index: 1;
}

main > section:nth-of-type(1) > a.anchor { top: -80px; }

main > section > div.text {
	position: relative;
	left: 250px;
	/*width: 580px;*/
	width: 720px;
	height: auto;
}

main > section > div.pict {
	position: absolute;
	right: 0;
	top: 70px;
	width: 400px;
	height: auto;
}

/* FOOTER */

footer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #c2d5d7;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
	        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
	z-index: 12;
}

footer > div.logo {
	position: fixed;
	right: 50px;
	bottom: 150px;
	width: 100px;
	height: auto;
	z-index: 1;
}

.jsOK footer > div.logo:hover {
	cursor: pointer;
}

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

footer > nav.back {
	position: absolute;
	right: 40px;
	top: 34px;
	width: 50px;
	height: auto;
	z-index: 3;
}

footer > nav.back a {
	display: inline-block;
	padding: 10px;
}

footer > nav.back img {
	width: 30px;
	height: auto;
}

/* HEADER & FOOTER */

header > nav.main > div.title,
footer > div.title {
	position: fixed;
	left: 50px;
	top: 30px;
	width: auto;
	height: auto;
	font-family: 'Arial', sans-serif;
	font-weight: 400px;
	font-size: 22px;
	line-height: calc(1em * (28 / 22));
	color: #113455;
	z-index: 1;
}

.jsOK footer > div.title:hover {
	cursor: pointer;
}

header > nav.main > div.title > p:nth-of-type(1),
footer > div.title > p:nth-of-type(1) {
	font-size: 22.275px;
	line-height: calc(1em * (20.35 / 22.275));
}

header > nav.main > div.title > p:nth-of-type(2),
footer > div.title > p:nth-of-type(2) {
	font-size: 11px;
	line-height: calc(1em * (14 / 11));
}

header > nav.main > div.title > p { color: #fff; }

/*header > div.title > p,*/
header > nav.main > div.title > p,
footer > div.title > p {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

/*header > div.title > p:nth-of-type(1),*/
header > nav.main > div.title > p:nth-of-type(1),
footer > div.title > p:nth-of-type(1) {
	width: 200px;
}

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

/* PORTRAITS */

div.contactWrapper {
	position: relative;
	width: 100%;
}

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

div.contactWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

div.contactWrapper > div:nth-of-type(1) {
	width: calc(140px + 40px);
	font-size: 0;
	line-height: 0;
}

div.contactWrapper > div:nth-of-type(1) img {
	width: 100%;
	max-width: 140px;
}

div.contactWrapper > div:nth-of-type(2) {
	width: calc(100% - (140px + 40px));
	font-weight: 700;
	font-size: 19px;
	line-height: calc(1em * (27 / 19));
}

/* WISSENSWERTES */

div.articlesWrapper {
	position: relative;
	width: 100%;
	/*
	max-width: 720px;
	margin: 0 auto;
	*/
}

div.articlesWrapper > article {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	align-items: center;
	justify-items: center;
}

div.articlesWrapper > article:not(:nth-of-type(1)) {
	margin-top: 50px;
}

div.articlesWrapper > article > div {
	position: relative;
	width: 100%;
	z-index: 1;
}

div.articlesWrapper > article > div.pict {
	font-size: 0;
	line-height: 0;
}

/*div.articlesWrapper > article > div.text {
	background: red;
}*/

div.articlesWrapper > article > div.text > span {
	display: block;
}

div.articlesWrapper > article > div.text > span.date {
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
}

div.articlesWrapper > article > div.text > span.title {
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 700;
}

div.articlesWrapper > article > div.text > span.links {
	margin-top: 10px;
}

div.articlesWrapper > article > div.text > span.links > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

div.articlesWrapper > article > div.text > span.links > ul > li {
	padding-left: 0;
	font-size: 14px;
	line-height: calc(1em * (24 / 18));
}

div.introWrapper {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

/* VIDEO 16:9 */

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.jsNO .video { display: none; }

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

/* MAP */

div.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100% !important;
	padding-bottom: 56.25% !important;
	overflow: hidden;
}

.jsNO div.map { display: none; }

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

/* CITE */

cite {
	font-weight: 700;
	font-size: 62px;
	line-height: calc(1em * (74 / 62));
	color: #fff;
}

cite > span.quote {
	position: absolute;
	display: block;
	right: calc(100% + 0px);
}

cite > span.name {
	display: block;
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
	line-height: 1em;
	color: #113455;
	opacity: 0.5;
	margin-top: 10px;
}

/* JARALLAX */

.jsOK .jarallax {
	position: relative;
	z-index: 0;
}

.jsOK .jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	/*
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	*/
}

/* ETC */

.intro {
	color: #80849a;
	font-weight: 700;
	font-size: 28px;
	line-height: calc(1em * (24 / 18));
	opacity: 0.5;
	margin-bottom: 1em;
}

.fontColorBeige, .fontColorBeige h1 { color: #c2d5d7; }
.fontColorBrown, .fontColorBrown h1 { color: #113455; }

.fontSizeSmall {
	font-size: 14px;
	line-height: calc(1em * (24 / 18));
}

.maxChars {
	max-width: 35ch;
}

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

h1, .h1, h2, .h2, h3, .h3 {
	position: relative;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
	font-size: 54px;
	line-height: calc(1em * (60 / 54));
	color: #113455;
	text-align: left;
	text-transform: none;
	margin: 0 0 0.5em 0;
}

.bgColor2 h1, .bgColor2 .h1, .bgColor2 h2, .bgColor2 .h2, .bgColor2 h3, .bgColor2 .h3 {
	/*color: #c2d5d7;*/
	color: #fff;
}

h2, .h2, h3, .h3 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 1em;
}

h3, .h3 {
	font-size: 18px;
	line-height: 1.1em;
	margin-bottom: 5px;
}

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

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

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

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

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

main .bgColor2 a,
main .bgColor2 a:link,
main .bgColor2 a:visited {
	/*
	color: #c2d5d7;
	border-bottom-color: #c2d5d7;
	*/
	color: #fff;
	border-bottom-color: #fff;
}

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: #113455;
	border-bottom-width: 1px;
	border-bottom-color: #113455;
}

main .bgColor2 a:hover,
main .bgColor2 a:focus,
main .bgColor2 a:active,
main .bgColor2 a:visited:hover,
main .bgColor2 a:visited:focus,
main .bgColor2 a:visited:active {
	/*
	color: #c2d5d7;
	border-bottom-color: #c2d5d7;
	*/
	color: #fff;
	border-bottom-color: #fff;
}

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

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

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

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

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

/* NO BULLETS */

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

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

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

/* HEADER > MAIN */

nav.main ul {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 20px 0 0 0;
}

nav.main ul:nth-of-type(1) { margin-top: 0; }

nav.main ul > li {
	position: relative;
	display: block;
	width: auto;
	height: auto;
}

nav.main ul > li > a,
nav.main ul > li > a:link,
nav.main ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	border: 0;
}

nav.main ul:nth-of-type(1) > li > a,
nav.main ul:nth-of-type(1) > li > a:link,
nav.main ul:nth-of-type(1) > li > a:visited {
	font-weight: 700;
	font-size: 27px;
	line-height: calc(1em * (32 / 27));
}

nav.main ul:nth-of-type(2) > li > a,
nav.main ul:nth-of-type(2) > li > a:link,
nav.main ul:nth-of-type(2) > li > a:visited {
	font-weight: 700;
	font-size: 12px;
	line-height: calc(1em * (16 / 12));
}

/* ==========================================================================
   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: 1px;
	margin: 80px auto;
	border: 0;
	border-top: 0.5px solid #113455;
	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 1em 0; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

table { position: relative; width: 100%; border-width: 0; margin: 0 0 1.5em 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; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; padding: 0; opacity: 1; font-size: 50%; line-height: 1.5em; text-transform: uppercase; }
img { border: 0; height: auto; max-width: 100%; }
picture > img { width: 100%; height: auto; }

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-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 { 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: -40px;
	width: calc(100% + 40px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

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

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }
div.subcolumns > div.col.center { float: none; margin: 0 auto; }

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

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

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

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



@media only screen and (min-aspect-ratio: 3/2) {
/*****************************************************************************/

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



/* @1.5x */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and ( min-device-pixel-ratio: 1.5),
only screen and ( min-resolution: 144dpi),
only screen and ( min-resolution: 1.5dppx) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/2000x1334/gespraech-1@1.5x.jpg'); }

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



/* @2x */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/2000x1334/gespraech-1@2x.jpg'); }

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



/* IE 10/11 */
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

@media screen and (min-width: 1480px) {
/*****************************************************************************/

/* MAIN */
main > section > div.pict { right: 250px; }

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



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

/* MAIN */
main > section > div.pict { position: relative; right: auto; left: 250px; top: 0; padding-top: 40px; }

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



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

/* HEADER */
header > nav.main > div.list { left: 50px; }
/*header > nav.button { top: 2px; }*/

/* MAIN */
main > section > div.text,
main > section > div.pict { left: 50px; width: calc(100% - (2 * 50px)); }
header > div.title > p:nth-of-type(1),
header > nav.main > div.title > p:nth-of-type(1),
footer > div.title > p:nth-of-type(1) { width: auto; padding-right: 50px; }
.jsOK main > section.poster { min-height: 67vw; }

/* FOOTER */
/*footer > nav.back { top: 11px; }*/

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



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

/* HEADER */
header > div.logo { width: 100px; }
header > nav.main > div.logo { bottom: 100px; width: 100px; }
header > nav.main > div.title { top: 10px; }
header > nav.button { top: 4px; }
header > div.title,
header > nav.main > div.title,
footer > div.title { font-size: 16px; line-height: calc(1em * (21 / 18)); }
header > nav.main > div.logo { bottom: 100px; width: 75px; }

/* FOOTER */
footer { height: 60px; }
footer > div.logo { bottom: 100px; width: 75px; }
footer > div.title { top: 10px; }
footer > nav.back { top: 13px; }

/* CONTENT PORTRAITS */
div.contactWrapper > div { display: block; }
div.contactWrapper > div:nth-of-type(1) { width: 100%; }
div.contactWrapper > div:nth-of-type(2) { width: 100%; margin-top: 10px; }

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


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

/* CONTENT */

div.introWrapper {
	grid-template-columns: repeat(1, 1fr);
}

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


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

/* HEADER */
header > div.logo { left: 25px; top: 25px; }
header > div.title { left: 25px; top: 120px; }
header > nav.main > div.list { left: 25px; }
header > nav.main > div.logo { right: 25px; bottom: 100px; }
header > nav.main > div.title { left: 25px; }
header > div.title > p:nth-of-type(1),
header > nav.main > div.title > p:nth-of-type(1),
footer > div.title > p:nth-of-type(1) { padding-right: 25px; }
header > nav.button { right: 15px; }

/* MAIN */
main > section { padding: 50px 0 60px 0; }
main > section.bgColor2 { margin-top: 60px; padding: 110px 0 120px 0; }
section.bgColor2 + section { margin-top: 60px; }
.jsOK main > section.poster { margin: 50px 0 60px 0; }
main > section > div.text,
main > section > div.pict { left: 25px; width: calc(100% - (2 * 25px)); }

/* FOOTER */
footer > div.logo { right: 25px; bottom: 100px; }
footer > div.title { left: 25px; }
footer > nav.back { right: 15px; }

/* FONT-SIZES */
main > section {
	font-size: 16px;
	line-height: calc(1em * (24 / 18));
}
.fontSizeSmall {
	font-size: 12px;
	line-height: calc(1em * (24 / 18));
}
cite {
	font-size: 48px;
	line-height: calc(1em * (60 / 54));
}
cite > span.name {
	font-size: 24px;
	line-height: 1em;
}
.intro {
	font-size: 24px;
	line-height: calc(1em * (24 / 18));
}
h1, .h1 {
	font-size: 48px;
	line-height: calc(1em * (60 / 54));
}
h2, .h2 {
	font-size: 21px;
	line-height: 1em;
}
h3, .h3 {
	font-size: 16px;
	line-height: 1em;
}

/* CONTENT */

/*div.articlesWrapper {
	grid-gap: 25px;
}*/

div.articlesWrapper {
	max-width: 330px;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
}

div.articlesWrapper > article {
	grid-template-columns: repeat(1, auto);
	grid-gap: 20px;
}

div.articlesWrapper > article > div.pict img {
	max-width: 240px;
}

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



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

/* HEADER */
header > div.title > p:nth-of-type(1),
header > nav.main > div.title > p:nth-of-type(1),
footer > div.title > p:nth-of-type(1) { padding-right: 0; }
/*header > div.title > p:nth-of-type(2),*/
header > nav.main > div.title > p:nth-of-type(2),
footer > div.title > p:nth-of-type(2) { display: none; }

header > div.title > p { display: block; }

/* MAIN */
section { padding: 30px 0 40px 0; }
section.bgColor2 { margin-top: 40px; padding: 50px 0 60px 0; }
section.bgColor2 + section { margin-top: 40px; }
.jsOK main > section.poster { margin: 30px 0 40px 0; }

/* FONT-SIZES */
main > section {
	font-size: 14px;
	line-height: calc(1em * (24 / 18));
}
cite {
	font-size: 36px;
	line-height: calc(1em * (60 / 54));
}
cite > span.name {
	font-size: 21px;
	line-height: 1em;
}
.intro {
	font-size: 21px;
	line-height: calc(1em * (24 / 18));
}
h1, .h1 {
	font-size: 36px;
	line-height: calc(1em * (60 / 54));
}
h2, .h2 {
	font-size: 18px;
	line-height: 1em;
}
h3, .h3 {
	font-size: 14px;
	line-height: 1em;
}

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



@media screen and (max-height: 509px) {
/*****************************************************************************/

/* HEADER */
header > nav.main > div.logo { bottom: 50px; }
header > nav.main > div.list { top: auto; bottom: 50px; }

/* FOOTER */
footer > div.logo { bottom: 100px; }

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



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

/* LOGO */
/*header > div.logo { width: 50px; }*/
header > nav.main > div.logo { width: 50px; }
footer > div.logo { width: 50px; }

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




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

/* LOGO */
/*header > div.logo { width: 50px; }*/
header > nav.main > div.logo { width: 50px; }
footer > div.logo { width: 50px; }

/* NAVIGATION */
nav.main ul:nth-of-type(1) > li > a,
nav.main ul:nth-of-type(1) > li > a:link,
nav.main ul:nth-of-type(1) > li > a:visited {
	font-size: 18px;
	line-height: calc(1em * (32 / 27));
}

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



@media screen and (max-height: 309px) {
/*****************************************************************************/

/* HEADER */
header > nav.main { display: none !important; }
header > nav.button { display: none !important; }

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



/* @1x */
@media screen and (max-width: 999px) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/1000x1000/gespraech-1.jpg'); }

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

/* HEADER */
header > div.picture { background-image: url('../images/content/500x500/gespraech-1.jpg'); }

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

/* HEADER */
header > div.picture { background-image: url('../images/content/500x1000/gespraech-1.jpg'); }

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

/* HEADER */
header > div.picture { background-image: url('../images/content/500x250/gespraech-1.jpg'); }

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



/* @1.5x */
@media
only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 999px) and ( min--moz-device-pixel-ratio: 1.5),
only screen and (max-width: 999px) and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and (max-width: 999px) and ( min-device-pixel-ratio: 1.5),
only screen and (max-width: 999px) and ( min-resolution: 144dpi),
only screen and (max-width: 999px) and ( min-resolution: 1.5dppx) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/1000x1000/gespraech-1@1.5x.jpg'); }

/*****************************************************************************/
}
@media
only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 499px) and ( min--moz-device-pixel-ratio: 1.5),
only screen and (max-width: 499px) and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and (max-width: 499px) and ( min-device-pixel-ratio: 1.5),
only screen and (max-width: 499px) and ( min-resolution: 144dpi),
only screen and (max-width: 499px) and ( min-resolution: 1.5dppx) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/500x500/gespraech-1@1.5x.jpg'); }

/*****************************************************************************/
}
@media
only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (max-width: 499px) and ( min--moz-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (max-width: 499px) and ( -o-min-device-pixel-ratio: 1.5/1) and (orientation: portrait),
only screen and (max-width: 499px) and ( min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (max-width: 499px) and ( min-resolution: 144dpi) and (orientation: portrait),
only screen and (max-width: 499px) and ( min-resolution: 1.5dppx) and (orientation: portrait) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/500x1000/gespraech-1@1.5x.jpg'); }

/*****************************************************************************/
}
@media
only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (max-width: 499px) and ( min--moz-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (max-width: 499px) and ( -o-min-device-pixel-ratio: 1.5/1) and (orientation: landscape),
only screen and (max-width: 499px) and ( min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (max-width: 499px) and ( min-resolution: 144dpi) and (orientation: landscape),
only screen and (max-width: 499px) and ( min-resolution: 1.5dppx) and (orientation: landscape) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/500x250/gespraech-1@1.5x.jpg'); }

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



/* @2x */
@media
only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 999px) and ( min--moz-device-pixel-ratio: 2),
only screen and (max-width: 999px) and ( -o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 999px) and ( min-device-pixel-ratio: 2),
only screen and (max-width: 999px) and ( min-resolution: 192dpi),
only screen and (max-width: 999px) and ( min-resolution: 2dppx) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/1000x1000/gespraech-1@2x.jpg'); }

/*****************************************************************************/
}
@media
only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 499px) and ( min--moz-device-pixel-ratio: 2),
only screen and (max-width: 499px) and ( -o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 499px) and ( min-device-pixel-ratio: 2),
only screen and (max-width: 499px) and ( min-resolution: 192dpi),
only screen and (max-width: 499px) and ( min-resolution: 2dppx) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/500x500/gespraech-1@2x.jpg'); }

/*****************************************************************************/
}
@media
only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (max-width: 499px) and ( min--moz-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (max-width: 499px) and ( -o-min-device-pixel-ratio: 2/1) and (orientation: portrait),
only screen and (max-width: 499px) and ( min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (max-width: 499px) and ( min-resolution: 192dpi) and (orientation: portrait),
only screen and (max-width: 499px) and ( min-resolution: 2dppx) and (orientation: portrait) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/500x1000/gespraech-1@2x.jpg'); }

/*****************************************************************************/
}
@media
only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 499px) and ( min--moz-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 499px) and ( -o-min-device-pixel-ratio: 2/1) and (orientation: landscape),
only screen and (max-width: 499px) and ( min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 499px) and ( min-resolution: 192dpi) and (orientation: landscape),
only screen and (max-width: 499px) and ( min-resolution: 2dppx) and (orientation: landscape) {
/*****************************************************************************/

/* HEADER */
header > div.picture { background-image: url('../images/content/500x250/gespraech-1@2x.jpg'); }

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

body > * { display: none; }

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