/*! normalize.css v8.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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* --- clearfix --- */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* --- presets --- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a:focus {
	outline: none;
}

/* --- general assumptions --- */

[data-action] {
	cursor: pointer;
}

/* --- helper --- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.font-size-0 {
	font-size: 0;
}

.visibility-hidden {
	visibility: hidden;
}

.vertical-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100vh;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #11365C;
}

p,
.p {
	margin: .6em 0
}

p:first-child, .p:first-child {
  margin-top: 0;
}

p:last-child, .p:last-child {
  margin-bottom: 0;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 90px;
	font-weight: 400;
	line-height: 1.1;
	// text-transform: uppercase;
	// animation: neon1 1.5s ease-in-out infinite alternate;
	// text-shadow: 0 0 10px #B6F6FF;
	letter-spacing: .02em
}

h2:hover {
  // color: #FF1177;
  // animation: none;
}

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 .8em 0;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.4em;
	margin-bottom: .5em
}

h4:first-child {
  margin-top: 0;
}

h5 {
	font-size: 18px;
	margin-top: 1.8em;
	margin-bottom: .6em;
}

h5:first-child {
	margin-top: 0;
}

.small {
	font-size: 15px
}

.small h4 {
  font-size: 21px;
}

.right {
	text-align: right;
}

a {
	color: inherit;
	text-decoration: underline
}

a:hover,
	a:focus,
	a:active {
  opacity: .7;
  text-decoration: none;
}

hr {
	margin: 1.8em 0;
	border: none;
	border-top: 1px solid #11365C;
}

.text-white {
	color: white
}

.text-white .btn {
  background: white;
  color: #11365C;
}

.text-white .btn:after {
  border-color: white;
  // box-shadow: 0 0 10px #B6F6FF;
}

.bg-hoehenlinien-creme {
	background-image:
		-webkit-gradient(linear, left top, right bottom, from(rgba(252, 252, 242, 0.8)), to(rgba(252, 252, 242, 0.7))),
		url('../img/hoehenlinien-schwarz.png');
	background-image:
		-o-linear-gradient(left top, rgba(252, 252, 242, 0.8), rgba(252, 252, 242, 0.7)),
		url('../img/hoehenlinien-schwarz.png');
	background-image:
		linear-gradient(to right bottom, rgba(252, 252, 242, 0.8), rgba(252, 252, 242, 0.7)),
		url('../img/hoehenlinien-schwarz.png');
	background-size:
		auto,
		300px;
}

/*
.bg-hoehenlinien-green {
	background-image:
		url('../img/hoehenlinien-weiss.png'),
		linear-gradient(to right bottom, var(--green-dark), var(--green));
	background-size:
		300px,
		auto;
}
*/

.bg-hoehenlinien-green {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#186537), to(#3F9C4B));
	background-image: -o-linear-gradient(left top, #186537, #3F9C4B);
	background-image: linear-gradient(to right bottom, #186537, #3F9C4B)
}

.bg-hoehenlinien-green:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-image: url('../img/hoehenlinien-weiss.png');
  background-size: 300px;
}

.bg-hoehenlinien-green .container {
  position: relative;
  z-index: 1;
}

.bg-hoehenlinien-blue {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#11365C), to(#375F9C));
	background-image: -o-linear-gradient(left top, #11365C, #375F9C);
	background-image: linear-gradient(to right bottom, #11365C, #375F9C)
}

.bg-hoehenlinien-blue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-image: url('../img/hoehenlinien-weiss.png');
  background-size: 300px;
}

.bg-hoehenlinien-blue .container {
  position: relative;
  z-index: 1;
}

.bg-stars {
	position: relative;
	background-image: url('../img/world-bg.1024.jpg')
}

.bg-stars .container {
  position: relative;
  z-index: 1;
}

.container {
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
	max-width: 1280px;
}

.v-padding-s {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top-padding-s {
	padding-top: 50px;
}

.bottom-padding-s {
	padding-bottom: 50px;
}

.v-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}

.top-padding {
	padding-top: 70px;
}

.bottom-padding {
	padding-bottom: 70px;
}

.v-padding-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

.top-padding-l {
	padding-top: 100px;
}

.bottom-padding-l {
	padding-bottom: 100px;
}

.v-margin-s {
	margin-top: 50px;
	margin-bottom: 50px;
}

.top-margin-s {
	margin-top: 50px;
}

.bottom-margin-s {
	margin-bottom: 50px;
}

.v-padding {
	margin-top: 70px;
	margin-bottom: 70px;
}

.top-margin {
	margin-top: 70px;
}

.bottom-margin {
	margin-bottom: 70px;
}

.v-margin-l {
	margin-top: 100px;
	margin-bottom: 100px;
}

.top-margin-l {
	margin-top: 100px;
}

.bottom-margin-l {
	margin-bottom: 100px;
}

.v-margin {
	margin-top: 70px;
	margin-bottom: 70px;
}

.top-margin {
	margin-top: 70px;
}

.bottom-margin {
	margin-bottom: 70px;
}

.v-margin-s {
	margin-top: 50px;
	margin-bottom: 50px;
}

.top-margin-s {
	margin-top: 50px;
}

.bottom-margin-s {
	margin-bottom: 50px;
}

.width-100 {
	width: 100%;
	height: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	// justify-content: space-between;
	margin: 0 -10px
}

.row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  position: relative;
}

.row .col.grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.row .col.half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.row .col.one-fifth {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.row .col.one-fourth {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.row .col.three-fourth {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.row .col.one-third {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
  max-width: 33.333333%;
}

.row .col.two-third {
  -ms-flex-preferred-size: 66.666666%;
      flex-basis: 66.666666%;
  max-width: 66.666666%;
}

.row .col.three-eights {
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  max-width: 37.5%;
}

.row .col.five-eights {
  -ms-flex-preferred-size: 62.5%;
      flex-basis: 62.5%;
  max-width: 62.5%;
}

.row.auto {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row.auto .col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.row.gutter-30 {
  margin: 0 -15px;
}

.row.gutter-30 .col {
  padding: 0 15px;
}

.row.gutter-40 {
  margin: 0 -20px;
}

.row.gutter-40 .col {
  padding: 0 20px;
}

.row.v-gutter-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row.v-gutter-30 .col {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrapper {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.btn {
	display: inline-block;
	position: relative;

	border: none;
	padding: .5em 1.2em;
	background: #11365C;

	color: white;
	text-decoration: none;
	letter-spacing: .1em;
	cursor: pointer;

	// transition: .1s all;
	-webkit-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	        transform: translate(0px, 0px)
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #11365C;
  -webkit-transform: translate(6px, 6px);
      -ms-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  // transition: .1s all;
}

.btn:hover {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  opacity: 1;
}

.btn:hover:after {
  -webkit-transform: translate(4.5px, 4.5px);
      -ms-transform: translate(4.5px, 4.5px);
          transform: translate(4.5px, 4.5px);
}

.btn:active {
  // transform: translate(1px, 1px);
  left: 6px;
  top: 6px;
  opacity: 1;
  outline: none;
}

.btn:active:after {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.btn-row .btn {
  margin-right: 0.8em;
}

.btn-row .btn:last-child {
  margin-right: 0;
}

.message {
	border: 2px solid #11365C;
	padding: 1.7em 2em;
	margin-bottom: 50px

}

.message.success {
  border-color: #3F9C4B;
  color: #3F9C4B;
}

.message.error {
  border-color: #FF0000;
  color: #FF0000;
}

#page-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

#page-header .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 2px 15px 0px;
  border-bottom: 2px solid #11365C;
  font-size: 21px;
}

#page-header .container .inner img.visible-weiss {
  display: none;
}

#page-header .container .inner h1 {
  margin: 0;
  font-size: 0;
}

#page-header .container .inner h1 img {
  width: 130px;
  height: auto;
}

#page-header .container .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-header .container .inner nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-header .container .inner nav a {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 15px;
}

#page-header .container .inner nav a.user {
  margin-right: 0;
}

#page-header .container .inner nav li {
  position: relative;
}

#page-header .container .inner nav li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: calc(0.7em + 17px) 1em 0.7em 1em;
}

#page-header .container .inner nav li ul.sub-menu li {
  margin-bottom: 6px;
}

#page-header .container .inner nav li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

#page-header .container .inner nav li ul.sub-menu li a {
  color: white;
  margin: 0;
  white-space: pre;
}

#page-header .container .inner nav li ul.sub-menu:before {
  content: '';
  position: absolute;
  background: rgba(17, 54, 92, 0.8);
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
}

#page-header .container .inner nav li ul.sub-menu.align-right {
  left: auto;
  right: -2px;
  text-align: right;
}

#page-header .container .inner nav li:hover ul.sub-menu {
  display: block;
}

#page-header .container .inner nav li.menu-item-object-custom {
  cursor: pointer;
}

body.header-white #page-header {
  color: white;
}

body.header-white #page-header .container .inner {
  border-color: white;
}

body.header-white #page-header .container .inner img.visible-weiss {
  display: inline;
}

body.header-white #page-header .container .inner img.visible-blau {
  display: none;
}

body.header-white #page-header .container .inner a {
  color: white;
}

.teaser .image {
  font-size: 0;
}

.teaser .image img {
  width: 100%;
  height: auto;
}

.teaser .text {
  padding: .9em 1.2em;
  background: #11365C;
  color: white;
}

.section-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}

.section-header h3 {
  margin-bottom: 0;
}

.section-header .more {
  margin-bottom: .4em;
}

.hero {
	position: relative;
	overflow: hidden;
	padding-top: 100px
}

.hero .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.hero .image img {
  width: 100%;
  height: auto;
}

.hero .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 54, 92, 0.4);
}

.hero h2 {
  position: relative;
  text-align: center;
  color: white;
  margin: 2em 0;
}

section.header-padded {
  padding-top: 100px;
}

section.border-top {
  border-top: 2px solid #11365C;
}

a.award-teaser {
	display: block;
	background: rgba(17, 54, 92, 0.4);
	text-align: center;
	padding: 2em;
	text-decoration: none
}

a.award-teaser .trophy {
  font-size: 7em;
}

ul.meta {
	list-style: none;
	margin-top: .6em;
	margin-left: 2em;
	margin-bottom: 0
}

ul.meta li {
  position: relative;
  margin-bottom: 0.4em;
}

ul.meta li .south {
  position: relative;
}

ul.meta li .south:before {
  content: '';
  position: absolute;
  left: -1em;
  top: .5em;
  width: 2em;
  bottom: -.3em;
  background-image:
					url('../img/icon-bridge-top.svg'),
					url('../img/icon-bridge-middle.svg');
  background-repeat:
					no-repeat,
					no-repeat;
  background-size:
					0.66667em 0.55556em,
					0.66667em calc(100% - 0.55556em);
  background-position:
					0% 0%,
					0% 0.55556em;
}

ul.meta li .north {
  position: relative;
}

ul.meta li .north:before {
  content: '';
  position: absolute;
  left: -1em;
  top: .2em;
  width: 2em;
  height: 0.55556em;
  background-image: url('../img/icon-bridge-bottom.svg');
  background-repeat: no-repeat;
  background-size: 0.66667em 0.55556em;
}

.text-white ul.meta li .south:before {
  background-image:
			url('../img/icon-bridge-white-top.svg'),
			url('../img/icon-bridge-white-middle.svg');
}

.text-white ul.meta li .north:before {
  background-image: url('../img/icon-bridge-white-bottom.svg');
}

#outro h1 {
  margin: 0;
  font-size: 0;
}

#outro h1 img {
  width: 130px;
  height: auto;
}

#outro h2 {
  font-size: 18px;
  line-height: 1.4;
}

#outro .logo {
  display: inline-block;
  margin: 5px;/*background: rgba(255,255,255,0.5); */
}

#outro .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
  max-width: 165px;
}

#outro nav a {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
}

#outro nav ul {
  list-style: none;
  padding: 0 2px;
  margin: 0;
}

#outro nav li {
  position: relative;
}

#outro nav li ul.sub-menu {
  display: none;
}

#outro nav li ul.sub-menu li {
  margin-left: 1em;
}

#outro nav li:hover ul.sub-menu {
  display: block;
}

#outro nav li.menu-item-object-custom {
  cursor: pointer;
}

[data-tab-nav] nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-tab-nav] nav ul li {
  margin-right: 2em;
}

[data-tab-nav] nav ul li a {
  display: block;
  padding-bottom: .5em;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

[data-tab-nav] nav ul li a:hover,
				[data-tab-nav] nav ul li a.active {
  opacity: 1;
  border-bottom: 2px solid #11365C;
}

[data-tab-nav] [data-tab] {
  display: none;
}

[data-tab-nav] [data-tab].active {
  display: block;
}

.profil-post {
	margin-bottom: 1em;
	padding: .9em 1.2em;
	background: #11365C;
	color: white
}

.profil-post:last-child {
  margin-bottom: 0;
}

.profil-post .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  letter-spacing: .1em;
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 1.5em -.6em
}

.gallery a {
  display: block;
  margin: .6em;
}

.gallery a img {
  height: 100%;
  width: auto;
}

.gallery.height-110 a {
  height: 110px;
}

.gallery.height-70 a {
  height: 70px;
}

body.home section#world {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

body.home section#world a {
  color: white;
}

body.home section#world .cesium-viewer {
  z-index: 1;
}

body.home section#world .intro-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
  -webkit-transition: 1s all ease-in;
  -o-transition: 1s all ease-in;
  transition: 1s all ease-in;/*cubic-bezier(0.550, 0.055, 0.675, 0.190) */
  pointer-events: none;
  background: transparent;
  text-align: center;
  color: white;
}

body.home section#world .intro-cover h2 {
  max-width: 950px;
  margin: 0 auto .5em auto;
}

body.home section#world.intro-cover-active .intro-cover {
  pointer-events: all;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  background: rgba(17, 54, 92, 0.4);
}

body.home section#world .ankuendigungen {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 3;
  width: 170px;
}

body.home section#world .ankuendigungen .ankuendigung {
  display: block;
  margin-top: 1.5em;
}

body.home section#world .auf-die-karte {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 3;
  width: 100px;
  text-align: center;
}

body.home section#world .scroll-down {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: calc(50% - 28px);
  font-size: 0;
}

body.home section#world [data-world-popover-viewport] {
  position: absolute;
  top: 110px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  pointer-events: none;
}

body.home section#world [data-world-popover-reference] {
  position: absolute;
  width: 1px;
  height: 1px;
}

body.home section#world [data-world-popover] {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 9999;
  width: 320px;
}

body.home section#world [data-world-popover] .image {
  height: 150px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right bottom, from(#11365C), to(#3F9C4B));
  background: -o-linear-gradient(top left, #11365C, #3F9C4B);
  background: linear-gradient(to bottom right, #11365C, #3F9C4B);
}

body.home section#world [data-world-popover] .image img {
  display: block;
  width: 100%;
  height: auto;
}

body.home section#world [data-world-popover] .text {
  background: rgba(255, 255, 255, .85);
  padding: .7em 1em;
}

body.home section#world [data-world-popover] .link {
  background: #11365C;
  display: block;
  padding: .5em 1.2em;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
}

body.home section#world [data-world-popover] .arrow {
  position: absolute;
  width: 12px;
  border-bottom: 2px solid white;
  tranform: translateX(-2);
}

body.home section#world [data-world-popover][x-placement^="left"] .arrow {
  right: -21px;
}

body.home section#world [data-world-popover][x-placement^="right"] .arrow {
  left: -21px;
}

body.home section#world [data-world-popover]:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid white;
}

body.home section#world [data-world-popover][x-placement^="left"]:after {
  -webkit-transform: translate(10px, 10px);
      -ms-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

body.home section#world [data-world-popover][x-placement^="right"]:after {
  -webkit-transform: translate(-10px, 10px);
      -ms-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}

body.home section#world.popover-active [data-world-popover] {
  opacity: 1;
  pointer-events: all;
}

body.home section#formate .format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single-profil .hero h2 {
  margin-bottom: 0.1em;
}

body,
#cesiumContainer {
	// height: 100vh;
}
