/*! 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; }
/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/source-sans-pro-v13-latin-regular.eot');
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
			 url('../_fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v13-latin-regular.woff') format('woff'),
			 url('../_fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'),
			 url('../_fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('../_fonts/source-sans-pro-v13-latin-italic.eot');
	src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
			 url('../_fonts/source-sans-pro-v13-latin-italic.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/source-sans-pro-v13-latin-italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v13-latin-italic.woff') format('woff'),
			 url('../_fonts/source-sans-pro-v13-latin-italic.ttf') format('truetype'),
			 url('../_fonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-700 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/source-sans-pro-v13-latin-700.eot');
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
			 url('../_fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v13-latin-700.woff') format('woff'),
			 url('../_fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'),
			 url('../_fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-700italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: url('../_fonts/source-sans-pro-v13-latin-700italic.eot');
	src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'),
			 url('../_fonts/source-sans-pro-v13-latin-700italic.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/source-sans-pro-v13-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v13-latin-700italic.woff') format('woff'),
			 url('../_fonts/source-sans-pro-v13-latin-700italic.ttf') format('truetype'),
			 url('../_fonts/source-sans-pro-v13-latin-700italic.svg#SourceSansPro') format('svg');
}

@media only screen {
/*****************************************************************************/

/*
COLORS:
_ blue: 		#0069b4
_ gray (bg): 	#ddd
_ gray (text):	#333

FONTS:
font-family: 'Source Sans Pro', 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;
	z-index: 1;
}

body {
	height: 100%;
	background-color: #ddd;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 0;
	line-height: 0;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

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

::selection { color: #ddd; background-color: #0069b4; }

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

/* HEADER */

header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	/*
	background: #333 url('../images/picts/1500x1000/mayr-peter@2x.jpg') fixed no-repeat center center;
	background-size: cover;
	*/
	background-color: #333;
	border: 5px solid #0069b4;
	border-width: 5px;
	overflow-y: hidden;
	z-index: 31;
}

header > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../images/picts/1500x1000/mayr-peter@2x.jpg') scroll no-repeat center center;
	background-size: cover;
	z-index: 11;
}

header > div.logo {
	position: absolute;
	left: calc(50% - 190px / 2);
	top: calc(50% - 160px / 2);
	width: 190px;
	height: 160px;
	margin-top: -3px;
	z-index: 13;
}
.jsOK > header > div.logo { position: fixed; }

header.logoOff > div.logo { display: none; }

header > div.logo img {
	width: 100%;
	height: 100%;
}

header > nav.main {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: #000;
	text-align: center;
	z-index: 15;
}

header.navFixed > nav.main {
	position: fixed;
	bottom: auto;
	top: 0;
}

header > nav.burger {
	position: fixed;
	display: none;
	right: 20px;
	top: 20px;
	width: fit-content;
	z-index: 16;
}

header > nav.burger svg {
	position: relative;
	width: 40px;
}

header > nav.burger svg path {
	fill: #fff;
}

header > nav.burger:hover svg path {
	fill: #0069b4;
	cursor: pointer;
}

header > nav.burger svg g.lines {
	opacity: 1;
}

header > nav.burger svg g.cross {
	opacity: 0;
}

.navOK header > nav.burger svg g.lines {
	opacity: 0;
}

.navOK header > nav.burger svg g.cross {
	opacity: 1;
}

/* CONTENT */

main {
	position: relative;
	width: 100%;
	height: auto;
	border: 5px solid #0069b4;
	border-width: 0 5px;
	overflow: hidden;
	z-index: 11;
	hyphens: auto;
	word-wrap: break-word;
}

main > section {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 5px solid #0069b4;
	text-align: center;
}

main > section:nth-child(1) { border-top: 5px solid #0069b4; }
.pageHomeOK main > section:nth-child(1) { border-top: 0; }

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

main > section > div.content {
	position: relative;
	width: 100%;
	max-width: 900px;
	padding: 60px 40px;
	margin: auto;
	font-size: 17px;
	line-height: 1.333em;
}

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

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50px;
	background-color: #000;
	/*border: 5px solid #0069b4;*/
	border-width: 0 5px 5px 5px;
	z-index: 21;
}

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

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

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	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%);
}

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

h1, h2 {
	display: block;
	font-size: 26px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0.5em 0;
}

h1 > span, h2 > span {
	display: block;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1em;
	color: #0069b4;
}

div.servicesWrapper h2 {
	font-weight: 400;
	text-transform: none;
}

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

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

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

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

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 > div.text a,
footer > div.text a:link,
footer > div.text a:visited {
	color: #fff;
}

footer > div.text a:hover,
footer > div.text a:focus,
footer > div.text a:active,
footer > div.text a:visited:hover,
footer > div.text a:visited:focus,
footer > div.text a:visited:active {
	color: #878787;
}
*/

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

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

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

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

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

/* NO BULLETS */

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

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

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

/* LIST NAVIGATION HORIZONTAL */

nav.main > ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: auto;
	overflow: hidden;
	width: auto;
	height: auto;
}

nav.main > ul > li {
	display: inline-block;
	float: left;
	width: auto;
	height: 100%;
	padding: 0;
}

nav.main > ul > li:nth-child(1) { display: none; }

nav.main > ul > li.logo {
	display: none;
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	padding: 4px 10px;
}

nav.main > ul > li.logo > img { width: 50px; height: auto; }

header.logoOff > nav.main > ul > li.logo { display: block; }

nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	display: block;
	width: auto;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	color: #ddd;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 20px 20px;
	overflow: hidden;
	transition-duration: 0.25s;
	transition-property: color, background-color;
}

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: #fff !important;
	background-color: #0069b4 !important;
}
nav.main > ul > li.act > a,
nav.main > ul > li.act > a:link,
nav.main > ul > li.act > a:visited,
nav.main > ul > li.act > a:hover,
nav.main > ul > li.act > a:active,
nav.main > ul > li.act > a:visited:hover,
nav.main > ul > li.act > a:visited:active {
	color: #fff !important;
	background-color: #0069b4 !important;
}

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

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

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

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

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

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

hr.space,
hr {
	position: relative;
	width: 100%;
	height: 0;
	margin: 2em auto;
	border: 0;
	border-top: 1px solid #000;
	opacity: 0.5;
}

hr.space {
	border-top: 0;
	margin-bottom: 2em;
}

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

p, .p { margin: 0 0 1em 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; }

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

/*
body { background-color: pink; }
body > * { display: none; }
*/

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



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

nav.main > ul > li.logo {
	display: none !important;
}

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



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

.jsOK nav.burger {
	display: block;
}

nav.main {
	display: none;
}
.navOK header > nav.main {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #333;
	text-align: center;
	overflow-y: auto;
}
nav.main > ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	overflow: visible;
	width: 100%;
}
nav.main > ul > li {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
}
nav.main > ul:before,
nav.main > ul > li:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #fff;
}
nav.main > ul:before {
	bottom: 100%;
}
nav.main > ul > li:after {
	top: 100%;
}
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	font-size: 26px;
	line-height: 1em;
	color: #fff;
}
nav.main > ul > li > a:hover,
nav.main > ul > li > a:active,
nav.main > ul > li > a:visited:hover,
nav.main > ul > li > a:visited:active {
	color: #0069b4 !important;
	background-color: transparent !important;
}

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



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

nav.main {
	padding: 40px 0;
}

nav.main > ul {
	position: relative;
	top: 0;
	transform: none;
}

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

/* GALLERY */

div.galleryWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	/*border: 1px solid #999;*/
	margin: 80px 0;
	z-index: 11;
}

.jsNO div.galleryWrapper { margin-bottom: 25px; }

div.galleryWrapper > div.itemsWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	z-index: 11;
}

.jsNO div.galleryWrapper > div.itemsWrapper {
	height: auto;
	padding-bottom: 0;
}

div.galleryWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	z-index: 11;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div {
	position: relative;
	height: auto;
	margin-bottom: 25px;
	opacity: 1;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div:nth-last-child(1) { margin-bottom: 0; }

/*div.galleryWrapper > div.itemsWrapper > div:nth-child(1) { position: relative; }*/
div.galleryWrapper > div.itemsWrapper > div.act { z-index: 12; opacity: 1; }

div.galleryWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div > div.pict { position: relative; }

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

div.galleryWrapper > div.itemsWrapper > div > div.pict > table { width: 100%; height: 100%; }
div.galleryWrapper > div.itemsWrapper > div > div.pict > table td { text-align: center; vertical-align: middle; }

div.galleryWrapper > div.itemsWrapper > div > div.pict.landscape img {
	width: 100%;
	height: auto;
}

div.galleryWrapper > div.itemsWrapper > div > div.pict.portrait img {
	width: calc(100% * (550 / 820));
	height: auto;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div > div.pict img {
	width: 100%;
	height: auto;
}

div.galleryWrapper > div.itemsWrapper > div > div.text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	font-size: 16px;
	line-height: 1.333em;
	color: #fff;
	text-align: left;
}

div.galleryWrapper > div.arrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 13;
}

div.galleryWrapper > div.arrowLeft.over {
	cursor: url('../images/main/gallery/arrow-left.png') 27 55, pointer;
	cursor: -webkit-image-set(url('../images/main/gallery/arrow-left.png') 1x, url('../images/main/gallery/arrow-left@2x.png') 2x) 27 55, pointer;
}
div.galleryWrapper > div.arrowRight.over {
	cursor: url('../images/main/gallery/arrow-right.png') 27 55, pointer;
	cursor: -webkit-image-set(url('../images/main/gallery/arrow-right.png') 1x, url('../images/main/gallery/arrow-right@2x.png') 2x) 27 55, pointer;
}

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

div.galleryWrapper > div.dotsWrapper {
	position: absolute;
	left: 0;
	top: calc(100% + 20px);
	width: 100%;
	height: 0;
	text-align: center;
	z-index: 13;
}

div.galleryWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	border-radius: 50%;
	background-color: #0069b4;
	opacity: 0.25;
	transition-duration: 1s;
	transition-property: opacity;
}

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

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

/* BLOG / NETWORK / SERVICES */

div.newsWrapper,
div.networkWrapper,
div.servicesWrapper {
	position: relative;
	left: -20px;
	/*top: -20px;*/
	width: calc(100% + 20px);
	height: auto;
	vertical-align: top;
	text-align: center;
	z-index: 11;
}

div.servicesWrapper.detail {
	left: 0;
	width: 100%;
}

div.newsWrapper > div,
div.networkWrapper > div,
div.servicesWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 20px);
	max-width: 260px;
	height: auto;
	margin: 20px 0 0 20px;
	background-color: #333;
	background-image: url('../images/main/etc/bg-box-plus-white.png');
	background-size: 11px 11px;
	background-position: left 7px bottom 7px;
	background-repeat: no-repeat;
}

div.servicesWrapper.detail > div { display: none; }
div.servicesWrapper.detail > div.act {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
}

div.newsWrapper > div:hover,
div.networkWrapper > div:hover { background-color: #0069b4; }
div.servicesWrapper > div:hover {
	background-color: #0069b4;
	cursor: pointer;
}

div.newsWrapper > div > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	background-color: #0069b4;
}

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

div.newsWrapper > div:hover > div.pict > img { opacity: 0.5; }

div.newsWrapper > div > div.link,
div.networkWrapper > div > div.link,
div.servicesWrapper > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.newsWrapper > div > div.link > a,
div.networkWrapper > div > div.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.newsWrapper > div:hover > div.link { border: 4px solid #0069b4; }

div.newsWrapper > div > div.title,
div.networkWrapper > div > div.title,
div.servicesWrapper > div > div.title {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 10px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.333em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

div.servicesWrapper > div > div.text {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
	padding: 30px 15px 0 15px;
	background-color: #fff;
	font-size: 13px;
	line-height: 1.333em;
	text-align: center;
	background-image: url('../images/main/etc/bg-box-minus-gray.png');
	background-size: 11px 11px;
	background-position: right 11px top 7px;
	background-repeat: no-repeat;
}

div.servicesWrapper > div.act > div.title { display: none; }
div.servicesWrapper > div.act > div.text { display: block; }

div.servicesWrapper > div > div.text > p > img.icon {
	width: 60px;
	height: 60px;
}

div.servicesWrapper > div > div.text > span.dog {
	position: relative;
	display: block;
	left: -15px;
	width: calc(100% + (2 * 15px));
	background-color: #333;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 8px 0;
	margin-top: 30px;
}

div.servicesWrapper > div > div.text > span.dog > img {
	width: 60px;
	height: 74px;
}

/* CLIENTS */

div.clientsWrapper {
	position: relative;
	width: 100%;
	z-index: 11;
}

div.clientsWrapper ul > li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

div.clientsWrapper ul > li:not(:nth-last-of-type(1))::after {
	content: ' • ';
	position: absolute;
	right: 7px;
	top: 0;
}

/*****************************************************************************/
}

/* NEWS / NETWORK / SERVICES */

@media screen and (max-width: 899px) {
	div.newsWrapper > div,
	div.networkWrapper > div,
	div.servicesWrapper > div {
		width: calc(100% / 2 - 20px);
	}
}
@media screen and (max-width: 619px) {
	div.newsWrapper > div,
	div.networkWrapper > div,
	div.servicesWrapper > div {
		width: calc(100% / 1 - 20px);
	}
}



/* GALLERY */

@media screen and (max-width: 899px) {
	div.galleryWrapper > div.arrowLeft.over {
		cursor: url('../images/main/gallery/arrow-left@0.5x.png') 14 28, pointer;
		cursor: -webkit-image-set(url('../images/main/gallery/arrow-left@0.5x.png') 1x, url('../images/main/gallery/arrow-left.png') 2x) 14 28, pointer;
	}
	div.galleryWrapper > div.arrowRight.over {
		cursor: url('../images/main/gallery/arrow-right@0.5x.png') 14 28, pointer;
		cursor: -webkit-image-set(url('../images/main/gallery/arrow-right@0.5x.png') 1x, url('../images/main/gallery/arrow-right.png') 2x) 14 28, pointer;
	}
	div.galleryWrapper > div.dotsWrapper > div {
		width: 10px;
		height: 10px;
	}
}

@media print {
/*****************************************************************************/

body > * { display: none; }

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