button[data-balloon] {
	overflow: visible
}
[data-balloon] {
	position: relative
}
[data-balloon]:before, [data-balloon]:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.18s ease-out 0.18s;
	-o-transition: all 0.18s ease-out 0.18s;
	transition: all 0.18s ease-out 0.18s;
	bottom: 100%;
	left: 50%;
	position: absolute;
	z-index: 10;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	-o-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top
}
[data-balloon]:after {
	background: rgba(17,17,17,0.9);
	border-radius: 4px;
	color: #fff;
	content: attr(data-balloon);
	font-size: 12px;
	padding: .5em 1em;
	white-space: nowrap;
	margin-bottom: 11px
}
[data-balloon]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 6px;
	width: 18px;
	content: "";
	margin-bottom: 5px
}
[data-balloon]:hover:before, [data-balloon][data-balloon-visible]:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
[data-balloon][data-balloon-break]:after {
	white-space: normal
}
[data-balloon-pos="down"]:before, [data-balloon-pos="down"]:after {
	bottom: auto;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	-o-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px)
}
[data-balloon-pos="down"]:after {
	margin-top: 11px
}
[data-balloon-pos="down"]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0
}
[data-balloon-pos="down"]:hover:before, [data-balloon-pos="down"][data-balloon-visible]:before, [data-balloon-pos="down"]:hover:after, [data-balloon-pos="down"][data-balloon-visible]:after {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
[data-balloon-pos="left"]:before, [data-balloon-pos="left"]:after {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	-o-transform: translate(10px, -50%);
	transform: translate(10px, -50%)
}
[data-balloon-pos="left"]:after {
	margin-right: 11px
}
[data-balloon-pos="left"]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 18px;
	width: 6px;
	margin-right: 5px;
	margin-bottom: 0
}
[data-balloon-pos="left"]:hover:before, [data-balloon-pos="left"][data-balloon-visible]:before, [data-balloon-pos="left"]:hover:after, [data-balloon-pos="left"][data-balloon-visible]:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
[data-balloon-pos="right"]:before, [data-balloon-pos="right"]:after {
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	-o-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%)
}
[data-balloon-pos="right"]:after {
	margin-left: 11px
}
[data-balloon-pos="right"]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 18px;
	width: 6px;
	margin-bottom: 0;
	margin-left: 5px
}
[data-balloon-pos="right"]:hover:before, [data-balloon-pos="right"][data-balloon-visible]:before, [data-balloon-pos="right"]:hover:after, [data-balloon-pos="right"][data-balloon-visible]:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
[data-balloon-length]:after {
	white-space: normal
}
[data-balloon-length="small"]:after {
	width: 80px
}
[data-balloon-length="medium"]:after {
	width: 150px
}
[data-balloon-length="large"]:after {
	width: 260px
}
[data-balloon-length="xlarge"]:after {
	width: 90vw
}

@media screen and (min-width: 768px) {
[data-balloon-length="xlarge"]:after {
	width: 380px
}
}
[data-balloon-length="fit"]:after {
	width: 100%
}

@media all {
.lightbox {
	display: none
}
.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: transparent
}
.featherlight:last-of-type {
	background: rgba(0,0,0,0.8)
}
.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}
.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 50px 50px 0;
	border-bottom: 50px solid transparent;
	margin-left: 15%;
	margin-right: 15%;
	max-height: 75%;
	background: #fff;
	cursor: auto;
	white-space: normal
}
.featherlight .featherlight-inner {
	display: block
}
.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 15px;
	right: 15px;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff;
	background: rgba(255,255,255,0.3);
	color: #000
}
.featherlight .featherlight-image {
	width: 100%
}
.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0
}
.featherlight iframe {
	border: none
}
}

@media only screen and (max-width: 1024px) {
.featherlight .featherlight-content {
	margin-left: 10px;
	margin-right: 10px;
	max-height: 98%;
	padding: 10px 10px 0;
	border-bottom: 10px solid transparent
}
}/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template, [hidden] {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button, input, select, textarea {
	font: inherit
}
optgroup {
	font-weight: bold
}
button, input, select {
	overflow: visible
}
button, input, select, textarea {
	margin: 0
}
button, select {
	text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer
}
[disabled] {
	cursor: default
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
button:-moz-focusring, input:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
	-webkit-appearance: textfield
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}

@media print {
*, *::before, *::after, *::first-letter, *::first-line {
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}
a, a:visited {
	text-decoration: underline
}
abbr[title]::after {
	content: " (" attr(title) ")"
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
.navbar {
	display: none
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000 !important
}
.tag {
	border: 1px solid #000
}
.table {
	border-collapse: collapse !important
}
.table td, .table th {
	background-color: #fff !important
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important
}
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
@-ms-viewport {
width:device-width
}
html {
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;
	background-color: #fff
}
[tabindex="-1"]:focus {
	outline: none !important
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #818a91
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0
}
dt {
	font-weight: bold
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
a {
	color: #006891;
	text-decoration: underline
}
a:hover {
	color: #006891;
	text-decoration: none
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: none
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle
}
[role="button"] {
	cursor: pointer
}
a, area, button, [role="button"], input, label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
table {
	border-collapse: collapse;
	background-color: transparent
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #818a91;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: left
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
input, button, select, textarea {
	margin: 0;
	line-height: inherit;
	border-radius: 0
}
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
	cursor: not-allowed
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox
}
textarea {
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}
input[type="search"] {
	-webkit-appearance: none
}
output {
	display: inline-block
}
[hidden] {
	display: none !important
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
h1, .h1 {
	font-size: 4em
}
h2, .h2 {
	font-size: 2.4em
}
h3, .h3 {
	font-size: 1.6em
}
h4, .h4 {
	font-size: 1.25em
}
h5, .h5 {
	font-size: 1.25rem
}
h6, .h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1)
}
small, .small {
	font-size: 80%;
	font-weight: normal
}
mark, .mark {
	padding: 0.2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: 5px
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: 0.25rem solid #eceeef
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #818a91
}
.blockquote-footer::before {
	content: "\2014 \00A0"
}
.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: 0.25rem solid #eceeef;
	border-left: 0
}
.blockquote-reverse .blockquote-footer::before {
	content: ""
}
.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014"
}
dl.row>dd+dt {
	clear: left
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
body {
	font-family: "Titillium200", Arial, sans-serif !important;
	font-weight: normal;
	font-size: 15px !important;
	background-color: #D8D8D8 !important;
	padding-top: 75px
}
h1 {
	font-family: "Titillium200", Arial, sans-serif;
	font-size: 4em;
	font-weight: normal;
	line-height: 4em
}
h2 {
	font-family: "Titillium200", Arial, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.3em
}
h3 {
	font-family: "Titillium200", Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2.1em
}
h4 {
	font-family: "Titillium200", Arial, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.8em
}
h5 {
	font-family: "Titillium600", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.6em
}
p {
	font-family: "Titillium200", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em
}

img {
	width: 100%;
	height: auto
}

@media (min-width: 1070px) {
body {
	padding-top: 120px
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
@font-face {
	font-family: 'Titillium200';
	font-weight: normal;
	src: url("../fonts/titillium-web-v7-latin_latin-ext-200?#iefix") format("eot"), url("../fonts/titillium-web-v7-latin_latin-ext-200.woff") format("woff"), url("../fonts/titillium-web-v7-latin_latin-ext-200.woff2") format("woff2"), url("../fonts/titillium-web-v7-latin_latin-ext-200.ttf") format("truetype")
}
@font-face {
	font-family: 'Titillium200italic';
	font-weight: normal;
	font-style: italic;
	src: url("../fonts/titillium-web-v7-latin_latin-ext-200italic?#iefix") format("eot"), url("../fonts/titillium-web-v7-latin_latin-ext-200italic.woff") format("woff"), url("../fonts/titillium-web-v7-latin_latin-ext-200italic.woff2") format("woff2"), url("../fonts/titillium-web-v7-latin_latin-ext-200italic.ttf") format("truetype")
}
@font-face {
	font-family: 'Titillium600';
	font-weight: normal;
	src: url("../fonts/titillium-web-v7-latin_latin-ext-600?#iefix") format("eot"), url("../fonts/titillium-web-v7-latin_latin-ext-600.woff") format("woff"), url("../fonts/titillium-web-v7-latin_latin-ext-600.woff2") format("woff2"), url("../fonts/titillium-web-v7-latin_latin-ext-600.ttf") format("truetype")
}

@media (min-width: 1300px) {
.main-container {
	width: 1400px;
	margin: 0 auto;
	background-color: #fff
}
}
.tweet-box__list {
	list-style: none;
	padding: 0;
	max-width: 1200px;
	margin: auto
}
.tweet-box__item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
	padding: 0
}

@media (min-width: 960px) {
.tweet-box__item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
}
.tweet {
	background-color: #fff;
	padding: 30px 15px;
	margin-bottom: 20px;
	text-align: left;
	min-height: 190px
}
.tweet__meta {
	margin-bottom: 5px
}
.tweet__screen-name {
	display: inline-block;
	color: #999
}
.tweet__author {
	display: inline-block;
	font-weight: bold;
	color: #000
}
.tweet__text {
	margin-bottom: 10px;
	word-wrap: break-word
}
.tweet__image {
	margin-top: 15px
}
.tweet__time {
	color: #999;
	font-size: 13px
}
.tweet__link {
	text-decoration: none
}
.tweet__image {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-top: 20px
}
.tweet__image-src {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width: 960px) {
.tweet {
	position: relative;
	padding: 20px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.tweet__main {
	-webkit-flex-shrink: 5;
	-ms-flex-negative: 5;
	flex-shrink: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.tweet__image {
	margin-top: 0;
	-webkit-flex-basis: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px
}
.tweet__text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height
}
.copyline {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	color: #999;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	font-size: 13px
}
.copyline::after {
	content: "";
	display: table;
	clear: both
}
.copyline__impressum, .copyline__copyright, .copyline__spacer {
	margin: auto;
	display: inline-block
}
.copyline__impressum {
	color: #999;
	text-decoration: none
}
.copyline__impressum:hover {
	color: #999;
	text-decoration: underline
}
.copyline__up {
	display: none
}

@media (min-width: 560px) {
.copyline {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.copyline__impressum, .copyline__copyright, .copyline__spacer {
	margin: auto 10px;
	display: inline-block
}
.copyline__up {
	display: inline-block;
	margin: auto 10px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right
}
.copyline__up a {
	cursor: pointer
}
}
.newsletter {
	background-color: #006891;
	padding-top: 3em;
	padding-bottom: 3.5em;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}
.newsletter::after {
	content: "";
	display: table;
	clear: both
}
#newsletter-button {
	cursor: pointer
}
#newsletter-button span {
	padding-left: 0
}
.newsletter__header {
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	max-width: 800px;
	margin: auto;
	margin-bottom: 40px;
	font-size: 1.6em
}
.newsletter__form {
	text-align: center
}

@media (min-width: 960px) {
.newsletter input[type=text] {
	width: 450px;
	margin-bottom: 0;
	display: inline-block
}
.newsletter input[type=submit] {
	width: 130px;
	display: inline-block;
	margin-left: 10px
}
.newsletter__header {
	font-size: 2.4em
}
}
.footer {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}
.footer::after {
	content: "";
	display: table;
	clear: both
}
.publications__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 2em;
	max-width: 1200px !important
}
.publications__inner::after {
	content: "";
	display: table;
	clear: both
}
.publications__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.publications__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.publications__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.publications__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.publications__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.publications__inner {
	max-width: 1400px
}
}
.publications__location, .publications__date {
	position: relative;
	text-align: center;
	padding: 5px 0
}
.publications__location .symbol, .publications__date .symbol {
	margin-right: 10px;
	width: 20px;
	height: 20px
}
.publications__info-text {
	font-size: 1.25em;
	vertical-align: text-bottom
}
.publications__info {
	margin-bottom: 40px
}
.publications__images {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px
}
.publications__images::after {
	content: "";
	display: table;
	clear: both
}
.publications__text {
	margin-bottom: 50px;
	overflow: hidden
}
.publications__video {
	margin-top: 3em
}
.publications__image {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

@media (min-width: 960px) {
.publications__text {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.publications__media {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.publications__image {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.publications__inner .button {
	margin: 0
}
.publications__video {
	margin-top: 0
}
}
.topics {
	background-color: #ebebe9 !important
}
.topics__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}
.topics__inner::after {
	content: "";
	display: table;
	clear: both
}
.topics__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.topics__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.topics__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.topics__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.topics__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.topics__inner {
	max-width: 1400px
}
}
.topics__image {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px
}
.topics__image::after {
	content: "";
	display: table;
	clear: both
}
.topics__image-src {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}


@media (min-width: 960px) {
.topics__image {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.topics .accordeon__panel-collapse {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px
}
.topics .accordeon__text {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
	
/* Custom CSS MF - Publikationen Thumbnails  */

}
.topics2 {
	background-color: #f5f5f5 !important
}

.governance {
	background-color: #ebebe9 !important
}


.topics2__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}
.topics2__inner::after {
	content: "";
	display: table;
	clear: both
}
.topics2__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.topics2__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.topics2__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.topics2__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.topics2__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.topics2__inner {
	max-width: 1400px
}
}
.topics2__image {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px
}
.topics2__image::after {
	content: "";
	display: table;
	clear: both
}
.topics2__image-src {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}


@media (min-width: 960px) {
.topics2__image {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.topics2 .accordeon__panel-collapse {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px
}
.topics2 .accordeon__text {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}


/* Ende */

	
	
}
.events__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}
.events__inner::after {
	content: "";
	display: table;
	clear: both
}
.events__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.events__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.events__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.events__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.events__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.events__inner {
	max-width: 1400px
}
}
.events__content {
	max-width: 1200px;
	margin: auto
}
.events__location, .events__date {
	position: relative;
	text-align: center;
	padding: 5px 0
}
.events__location .symbol, .events__date .symbol {
	margin-right: 10px;
	width: 20px;
	height: 20px
}
.events__date {
	margin-top: -.7em
}
.events__info-text {
	font-size: 1.25em;
	vertical-align: text-bottom
}
.events__info {
	margin-top: 10px;
	margin-bottom: 40px
}
.events__images {
	margin-left: -15px;
	margin-right: -15px
}
.events__images::after {
	content: "";
	display: table;
	clear: both
}
.events__text {
	margin-bottom: 50px;
	overflow: hidden
}
.events__image-wrapper {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}
.events__image {
	-webkit-transition: opacity 0.18s ease-out 0.18s;
	-o-transition: opacity 0.18s ease-out 0.18s;
	transition: opacity 0.18s ease-out 0.18s
}
.events__image:hover {
	opacity: 1
}

@media (min-width: 960px) {
.events__text {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.events__media {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
.events__image-wrapper {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 33.33333%
}
.events__content .events__image-wrapper {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
}
.news {
	background-color: #f5f5f5 !important
}
.news__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}
.news__inner::after {
	content: "";
	display: table;
	clear: both
}
.news__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.news__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.news__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.news__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.news__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.news__inner {
	max-width: 1400px
}
}
.news__sub-heading {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.5em;
	max-width: 1100px;
	margin: auto
}
.news__date {
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 40px
}
.news__text-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}
.news__text {
	margin-bottom: 50px !important;
	overflow: hidden
}

@media (min-width: 960px) {
.news__text-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
}
.button {
	display: block;
	background-color: #2b3942;
	border-radius: 5px;
	width: 320px;
	color: #fff;
	text-align: center;
	font-family: "Titillium600", Arial, sans-serif;
	text-decoration: none;
	padding: .8em 1em;
	margin: auto;
	clear: both
}
.button:hover, .button:focus {
	background-color: #005080;
	color: #fff
}
.button span {
	padding-left: 0em
}
.button .symbol {
	height: 1.2em;
	width: 1.2em;
	vertical-align: -0.3em
}
.navbar-fixed-top {
	z-index: 1000 !important
}
.navigation.navbar-default {
	max-width: 1400px;
	margin: auto;
	background-color: #fff;
	border: 0
}
.navigation.navbar-default .navbar-nav {
	margin: 20px 0px
}
.navigation.navbar-default .navbar-nav>li>a {
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px
}
.navigation.navbar-default .navbar-toggle {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff
}
.navigation.navbar-default .navbar-toggle:focus, .navigation.navbar-default .navbar-toggle:hover {
	background-color: #fff
}
.navigation.navbar-default .navbar-brand {
	height: 100%
}
.navigation__button {
	height: 100%;
	padding-right: 30px !important
}
.navigation__button .symbol, .navigation__button .symbol use {
	fill: #2b3942;
	height: 1.6em;
	width: 1.6em
}
.navigation__header {
	background-color: #fff;
	height: 75px
}
.navigation__collapse {
	background-color: #2b3942
}
.navigation__items {
	text-align: center
}
.navigation__link {
	color: #fff !important;
	font-family: "Titillium600", Arial, sans-serif;
	font-weight: normal !important;
	font-size: 1.13em;
	text-decoration: none;
	cursor: pointer
}
.navigation__language {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: #000 !important
}
.navigation__language .symbol {
	height: 19.5px;
	width: 26px
}
.navigation__language:focus {
	outline: none
}
.navigation__social-items {
	list-style: none;
	text-align: center;
	padding: 10px 0;
	margin: 0
}
.navigation__social-item {
	display: inline-block;
	padding: 0 .5em
}
.navigation__social-item .symbol, .navigation__social-item .symbol use {
	width: 26px;
	height: 26px;
	fill: rgba(255,255,255,0.5)
}
.navigation__social-item .symbol a, .navigation__social-item .symbol use a {
	fill: rgba(255,255,255,0.5)
}
.navigation__logo {
	width: 180px;
	margin-left: 20px !important
}
.navbar-fixed-top .navbar-collapse {
	max-height: initial !important
}

@media (min-width: 1070px) {
.navigation__header, .navigation.navbar-default .navbar-toggle {
	background-color: #fff
}
.navigation.navbar-default .navbar-toggle:focus, .navigation.navbar-default .navbar-toggle:hover {
	background-color: #fff
}
.navigation__collapse {
	background-color: #fff
}
.navigation__link {
	color: #333 !important;
	font-size: 1.13em !important;
	font-weight: normal !important;
	padding: 10px 1.4em 10px 0 !important
}
.navigation__language {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	padding-right: 30px !important
}
.navigation__header {
	height: 120px
}
.navigation__logo, .navigation__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.navigation__logo {
	width: 185px;
	margin-left: 30px !important
}
.navbar-brand {
	margin-left: 20px !important
}
.navigation__items {
	height: 120px !important;
	margin: 0 !important;
	float: right !important
}
.navigation__social-item .symbol, .navigation__social-item .symbol use {
	fill: rgba(0,0,0,0.5)
}
.navigation__social-items {
	padding-left: 20px;
	padding-right: 10px
}
}

@media (min-width: 1300px) {
.navigation.navbar-default {
	height: 177px
}
.navigation__link {
	padding: 10px 2.4em 10px 0 !important
}
.navigation__logo {
	width: 475px;
	margin-left: 30px !important
}
.navigation__social-items {
	padding-right: 30px
}
}

@media (max-width: 1070px) {
.navbar-header {
	float: none
}
.navbar-left, .navbar-right {
	float: none !important
}
.navbar-toggle {
	display: block
}
.navbar-collapse {
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-collapse.collapse {
	display: none !important
}
.navbar-nav {
	float: none !important;
	margin-top: 7.5px
}
.navbar-nav>li {
	float: none
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px
}
.collapse.in {
	display: block !important
}
}
.header {
	overflow: hidden
}
.header__logo {
	width: 113px;
	height: 47px;
	border: 1px solid red;
	float: left
}
.header__logo .logo {
	width: 113px;
	height: 47px
}
.header__social-box {
	float: right;
	padding-top: 64px
}
.header__social-item {
	display: block;
	border: 1px solid red;
	width: 21px;
	height: 36px;
	float: left
}
.header__social-item .symbol {
	fill: #999
}
.hero-slider {
	position: relative;
	background-color: #FFF;
	width: 100%
}
.hero-slider__image {
	position: relative;
	width: 100%
}
.hero-slider__dots {
	padding-left: 0;
	list-style: none;
	text-align: center;
	z-index: 9;
	position: absolute;
	margin-bottom: 0;
	bottom: 20px;
	width: 100%
}
.hero-slider__dots::after {
	content: "";
	display: table;
	clear: both
}
.hero-slider__dots li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px
}
.hero-slider__dot {
	border: 0;
	width: 10px;
	border-radius:100%;
	height: 10px;
	padding: 0;
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #f5f5f5;
}
}
.hero-slider__dot:hover {
	border-top-color: #2b3942
}
.hero-slider__dot:focus {
	outline: none
}
.slick-active>.hero-slider__dot {
	border-top-color: #006891;
	border-bottom-color: #006891;
}
.hero-slider__prev, .hero-slider__next {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-color: #;
	border: 0;
	overflow: hidden;
	padding: 0
}
.hero-slider__prev:focus, .hero-slider__next:focus {
	outline: 0
}
.hero-slider__prev:hover, .hero-slider__next:hover {
	background-color: #005080
}
.hero-slider__prev {
	left: 40px;
	
}
.hero-slider__next {
	right: 40px;
}
.hero-slider__arrow {
	width: 20px;
	height: 20px;
	fill: #fff;
	vertical-align: middle
}
.hero-slider__arrow--left {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: -.2em
}
.hero-slider__arrow--right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: .2em
}

@media (min-width: 960px) {
.hero-slider {
	max-height: 630px
}
}
.symbol {
	width: 1em;
	height: 6em
}
.symbol, .symbol use {
	fill: currentColor
}
.about__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}
.about__inner::after {
	content: "";
	display: table;
	clear: both
}
.about__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.about__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.about__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.about__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.about__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.about__inner {
	max-width: 1400px
}
}
.about {
	width: 100%;
	position: relative;
	background-color: #f5f5f5 !important
}
.about__headline {
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 50px;
	max-width: 1100px;
	margin: auto
}

@media (min-width: 960px) {
.about__headline {
	font-size: 2.4em;
	line-height: 1.3em
}
}
.section-headline {
	color: #2b3942;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 1em
}
.section-headline:before {
	content: "";
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: .7em;
	height: 40px;
	left: 50%;
	border-left: 2px dotted #2b3942
}
.section-headline__heading {
	text-align: center;
	position: relative;
	font-size: 2.1em;
	max-width: 1100px;
	margin: auto
}
.section-headline__heading:after {
	content: "";
	position: relative;
	display: block;
	width: 60px;
	border-bottom: 5px solid #333;
	margin: .5em auto .5em auto
}
.publications__inner .section-headline__heading {
	margin-bottom: 55px
}

@media (min-width: 960px) {
.section-headline {
	font-size: 1.6em;
	padding-bottom: 1em
}
.section-headline:before {
	height: 75px
}
.section-headline__heading {
	font-size: 4em
}
}
.content {
	position: relative;
	width: 100%;
	overflow: hidden
}
.content__section {
	padding-top: 3.5em;
	padding-bottom: 6.5em;
	position: relative;
	background-color: #f5f5f5
}
.text {
	padding-bottom: 50px
}
.text::after {
	content: "";
	display: table;
	clear: both
}
.text__twocolumns {
	max-width: 1200px;
	margin: auto
}
.text__column-right {
	padding-top: 1em
}

@media (min-width: 960px) {
.text__column-right {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%;
	padding-top: 0
}
.text__column-left {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}
}
.text__headline {
	font-size: 15px;
	line-height: .7em;
	margin-bottom: 1.7em;
	font-family: "Titillium600", Arial, sans-serif
}
.text__subparagraph {
	padding-top: 40px
}
.accordeon {
	padding-top: 3.5em;
	max-width: 790px;
	margin: auto
}
.accordeon__panel {
	border-top: 1px dotted #2b3942
}
.accordeon__panel:last-child {
	border-bottom: 1px dotted #2b3942
}
.accordeon__panel-heading .symbol, .accordeon__panel-heading .symbol use {
	position: absolute;
	bottom: 1.3em;
	right: 0;
	width: 1.4em;
	height: 1.4em;
	fill: #2b3942;
	margin-top: 1.4em;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s, -o-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s
}
.accordeon__panel-heading.collapsed .symbol {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.accordeon__panel-heading-hl {
	position: relative;
	display: block;
	padding-bottom: .4em;
	padding-top: 1em;
	color: #333;
	cursor: pointer
}
.accordeon__panel-heading-hl h3 {
	line-height: 1.4em
}
.collapsed .accordeon__panel-heading-hl {
	color: #2b3942
}
.accordeon__panel-collapse {
	width: 100%
}
.accordeon__panel-collapse:after {
	content: '';
	display: block;
	width: 100%;
	height: 2.6em;
	clear: both
}
.accordeon__text-subhead {
	padding-bottom: 1em
}
.accordeon__text--italic {
	font-style: italic;
	line-height: 1em;
	margin-bottom: 1.7em;
	margin-top: -1em
}
.accordeon__subtext img {
	border: 1px dotted #bfbfbf;
	margin-right: 20px;
	margin-bottom: 1.3em
}
.accordeon__image {
	margin-bottom: 20px;
	
}
.video {
	margin-bottom: 2.7em
}
.video__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px
}
.video__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video__caption {
	font-family: "Titillium600", Arial, sans-serif;
	font-size: 0.8em
}
.twitter {
	background-color: #E5EDF5;
	padding-bottom: 1em
}
.twitter__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center
}
.twitter__inner::after {
	content: "";
	display: table;
	clear: both
}
.twitter__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.twitter__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.twitter__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.twitter__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.twitter__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.twitter__inner {
	max-width: 1400px
}
}
.twitter__inner .symbol, .twitter__inner .symbol use {
	width: 2.3em;
	height: 1.8em;
	fill: #333
}
.twitter__headline {
	font-size: 2.1em;
	padding-top: .4em;
	padding-bottom: .8em
}

@media (min-width: 960px) {
.twitter {
	padding-bottom: 3.5em
}
}
.governance__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}
.governance__inner::after {
	content: "";
	display: table;
	clear: both
}
.governance__inner::after {
	content: "";
	display: table;
	clear: both
}

@media (min-width: 768px) {
.governance__inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}
}

@media (min-width: 560px) {
.governance__inner {
	max-width: 520px
}
}

@media (min-width: 768px) {
.governance__inner {
	max-width: 710px
}
}

@media (min-width: 960px) {
.governance__inner {
	max-width: 900px
}
}

@media (min-width: 1200px) {
.governance__inner {
	max-width: 1400px
}
}
.container {
	width: 100%;
	padding: 0
}

@media (min-width: 1300px) {
.container {
	padding-top: 2em
}
}
.slick-list {
	margin-left: 1px
}
.bubble {
	background-color: #fff;
	width: 100%;
	padding: 2em 0
}
.bubble__inner {
	max-width: 260px;
	margin: auto;
	text-align: center
}
.bubble__year {
	margin: 0;
	padding: 1.3em 0 2em 0;
	width: 190px;
	text-align: center;
	margin: auto
}
.bubble__year img {
	width: 110%
}
.bubble__discover-text {
	text-decoration: none;
	cursor: pointer;
	color: #2b3942 !important
}
.bubble__discover-text:hover {
	color: #005080 !important
}
.bubble__discover-text .symbol {
	display: block;
	margin: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.bubble__text br {
	display: none
}

@media (min-width: 768px) {
.bubble {
	position: absolute;
	z-index: 10;
	opacity: 0.7;
	top: 15%;
	left: 50%;
	border-radius: 50%;
	width: 365px;
	height: 365px;
	-webkit-transform: translateX(-50.1%);
	-ms-transform: translateX(-50.1%);
	-o-transform: translateX(-50.1%);
	transform: translateX(-50.1%)
}
.bubble br {
	display: none
}
.bubble__inner {
	max-width: 220px
}
.bubble__text {
	font-size: 1.25em
}
.bubble__text br {
	display: block
}
.bubble__inner {
	padding-top: 1.8em
}
.bubble__year {
	width: 230px
}
.bubble__year img {
	width: 100%
}
}
.hero-box {
	position: relative
}

/* Custom CSS Mathias Fengler */


.accordeon_images_klein {
	margin-bottom: 20px;
	width: 33%;
	padding-right: 10px;
	
}

.bild3 {
    display: table;
    width: 100%;
}

figure.bilder {
    float: left;
    border: none;
    display: table-cell;
    max-width: 390px;
    text-align: left;
    vertical-align: middle;
	font-family: "Titillium600", Arial, sans-serif;
	font-size: 0.8em
}

figure.bilder img {
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Bilder Steering Committee */

figure.sc {
    float: left;
    border: none;
    display: table-cell;
    max-width: 350px;
    text-align: left;
    vertical-align: middle;
	font-family: "Titillium600", Arial, sans-serif;
	font-size: 0.8em
}

figure.sc img {
	padding-right: 10px;
	padding-bottom: 5px;
}


.text__sc {
	   display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center; 
}

/* Custom Akkrodeon */
.topics .accordeon__text_fullwidth {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}
	
	.topics .accordeon__text_fullwidth_small {
	
		font-size: 14px;
		position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}

/* Custom CSS Mathias Fengler */

.text_lightbox {
    max-width: 800px;
}

figure.bilder_lightbox {
    float: right;
    border: none;
    display: table-cell;
    max-width: 260px;
    text-align: left;
    vertical-align: middle;
	font-family: "Titillium600", Arial, sans-serif;
	font-size: 0.8em
}


/* textslider */

.slider_text {
	font-size: 1empx;
	line-height: 1.6em;
	text-align: left;
	padding-bottom: 50px;
	margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;

	
}

@media (min-width: 960px) {
.slider_text {
	font-size: 1em;
	line-height: 1.6em;
	max-width: 700px;
	margin: auto;
}
	}
	
	
	.slider_textheadline {
	font-size: 1em;
	font-family: "Titillium600", Arial, sans-serif;
	color: #006891;
	line-height: 1.6em;
	text-align: left;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;

	
}

@media (min-width: 960px) {
.slider_textheadline {
	font-size: 1em;
	font-family: "Titillium600", Arial, sans-serif;
	line-height: 1.6em;
	vertical-align: baseline;
	max-width: 700px;
	color: #006891;
	margin: auto;
}
	}
	
	.insights {
	width: 100%;
	position: relative;
	background-color: #FFFFFF !important
}
	
	
.slidenumber {
position: relative;
float: left;
margin-bottom: 0px;
margin-right: 30px;
max-height: 100%;
max-width: 100%;
}

@media (min-width: 960px) {
.slidenumber {
position: relative;
float: left;
margin-bottom: 270px;
margin-right: 30px;
max-height: 100%;
max-width: 100%;
}
	}