@font-face {
	font-family: "Encode Sans Expanded";
	font-style: normal;
	font-weight: 400;
	src: local("Encode Sans Expanded"),
	url(encode-sans-expanded.woff2) format("woff2"),
	url(encode-sans-expanded.woff) format("woff"),
	url(encode-sans-expanded.ttf) format("truetype"),
	url(encode-sans-expanded.svg) format("sgv"),
	url(encode-sans-expanded.eot) format("eot");
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	font: normal 14px "Encode Sans Expanded", Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}

a {
	color: #0062b2;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: underline;
}

div {
	/*border: solid 1px #f00;
	margin: -1px;*/
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding-top: 84px;
	margin-top: -84px;
}

h2 {
	padding-top: 10px;
}

h3 {
	padding-top: 10px;
	font-size: 16px;
}

ul {
	padding: 0;
	padding-left: 15px;
	margin: 0;
}

li {
	padding-bottom: 10px;
}

.none {
	background: none;
}

.white {
	background-color: #fff;
}

.gray {
	background-color: #eee;
}

.dark {
	background-color: #333;
}

.transparent {
	background-color: rgba(255, 255, 255, 0.75);
}

.red {
	color: #f00;
}

.shadow, .header, .footer {
	width: 100%;
	display: block;
	float: left;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.center {
	text-align: center;
}

.right {
	float: right;
}

/* Layout */

.container  {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.header {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
}

.content {
	overflow: auto;
	position: relative;
	padding: 64px 0;
}

.limited {
	position: relative;
	width: 1160px;
	margin: 0 auto;
}

.full {
	position: relative;
	width: 100%;
	float: left;
}

.space {
	height: 150px;
	width: 100%;
}

.space2 {
	padding: 20px;
}

.footer {
	position: absolute;
	height: 64px;
	width: 100%;
	bottom: 0;
}

.background {
	position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url("brigitte-stegmann-seguret-1.jpg");
}

/* Menu */

.logo {
	padding-left: 4px;
	float: left;
}

.logo img {
	height: 40px;
	width: auto;
}

.logo a {
	float: left;
	line-height: 32px;
	padding: 16px;
	text-decoration: none;
}

.logo a:hover {
	background: #ccc;
	color: #000;
}

.menu {
	float: right;
}

.lines {
	display: none;
}

.links a {
	font-size: 16px;
	float: left;
	line-height: 32px;
	padding: 16px;
	text-decoration: none;
}

.links {
	float: right;
}

.links a:hover {
	background: #ccc;
	color: #000;
}

.links a.select {
	background-color: #333;
	color: #fff;
}

/* Content */

.title {
	width: 100%;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.col3, .col5, .col6 {
	float: left;
	text-align: justify;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.col3 {
	width: 33.333%;
	padding: 20px 0;
}

.col3 .icon {
	font-size: 64px;
	text-align: center;
	width: 100%;
}

.col5 {
	width: 50%;
}

.col6 {
	width: 66.666%;
}

.error .icon {
	font-size: 64px;
}

img {
	width: 100%;
	height: auto;
}

.pic {
	width: 347px;
	/*height: auto;*/
	height: 347px;
	overflow: hidden;
	background-color: #eee;
	padding: 10px;
	/*box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.5);*/
}

.pic img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
	transform-origin: 50% 50%;
	transition: transform .25s, visibility .25s ease-in;
}

.pic:active img {
	transform: scale(2);
}

/* Responsive Layout */

@media only screen and (max-width: 1200px) {
	.limited {
		width: 952px;
	}
	
	.pic {
		width: 277px;
		width: 277px;
	}
}

@media only screen and (max-width: 992px) {
	.logo {
		padding-left: 10px;
	}
	
	.logo a {
		padding: 16px 8px;
	}

	.links a {
		padding: 16px 10px;
	}

	.limited {
		width: 728px;
	}
	
	.pic {
		width: 202px;
		width: 202px;
	}
}

@media only screen and (max-width: 768px) {
	.menu {
		position: absolute;
		width: 64px;
		right: 10px;
	}

	.menu:hover > .links {
		display: block;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
	}
	
	.menu:hover > .lines {
		background-color: #333;
	}
	
	.menu:hover .line {
		background-color: #fff;
	}

	.lines {
		display: block;
	}

	.links {
		display: none;
	}
	
	.links a {
		width: 200px;
		background-color: #eee;
	}
	
	.lines {
		display: block;
		padding: 14px;
		float: right;
	}

	.lines:hover {
		background-color: #333;
	}

	.line {
		border: none;
		background-color: #333;
		width: 32px;
		height: 5px;
		margin: 5px 0;
	}

	.lines:hover .line {
		background-color: #fff;
	}

	.limited {
		width: 100%;
	}
	
	.col3, .col5, .col6 {
		width: 100%;
	}

	.title {
		height: 20vw;
	}
	
	.pic {
		width: 100%;
	}
}