@charset "UTF-8";
/*!
Theme Name: game
Theme URI: http://underscores.me/
Author: destinationdesign
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: game
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

game is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: "RBGalanoNeue Light";
  src: url(fonts/RBGalanoNeue-Light.woff2) format("woff2"), url(fonts/RBGalanoNeue-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-display: swap;
  font-family: "RBGalanoNeue Regular";
  src: url(fonts/RBGalanoNeue-Regular.woff2) format("woff2"), url(fonts/RBGalanoNeue-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-display: swap;
  font-family: "RBGalanoNeue Medium";
  src: url(fonts/RBGalanoNeue-Medium.woff2) format("woff2"), url(fonts/RBGalanoNeue-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-display: swap;
  font-family: "RBGalanoNeue Bold";
  src: url(fonts/RBGalanoNeue-Bold.woff2) format("woff2"), url(fonts/RBGalanoNeue-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "RBGalanoNeue Regular";
  font-size: 20px;
  line-height: 140%; }
  @media screen and (max-width: 1000px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 18px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  color: #121926;
  font-size: 48px;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.96px;
  margin-top: 0px; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 24px; } }

.teaser-wrapper h1 {
  color: #ffffff; }

h2 {
  color: #121926;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 20px; } }

.publikation-text-wrapper h2, .searchresult h2, .masonry-grid.content-page h2 {
  font-size: 24px;
  line-height: 125%;
  margin-top: 10px; }
  @media screen and (max-width: 1000px) {
    .publikation-text-wrapper h2, .searchresult h2, .masonry-grid.content-page h2 {
      font-size: 20px; } }

.masonry-grid.content-page h2 {
  margin-bottom: -10px; }

figcaption h2 {
  text-align: left;
  color: #009ba5;
  margin-left: 20px; }

.tc-row h2 {
  color: #121926;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%; }
  @media screen and (max-width: 1000px) {
    .tc-row h2 {
      font-size: 20px; } }
.tc-row h3 {
  color: #121926;
  font-size: 24px;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 125%; }
  @media screen and (max-width: 1000px) {
    .tc-row h3 {
      font-size: 20px; } }

h3 {
  color: #697586;
  font-size: 20px;
  font-style: normal;
  font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 18px; } }

.section-wrapper .section h3 {
  font-family: "RBGalanoNeue Medium", Arial, Helvetica, sans-serif; }

.section-wrapper article .section h2,
.section-wrapper article .section h3 {
  color: #121926;
  font-size: 30px;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 125%; }
  @media screen and (max-width: 1000px) {
    .section-wrapper article .section h2,
    .section-wrapper article .section h3 {
      font-size: 20px; } }

h4 {
  color: #009BA5;
  font-size: 18px;
  font-style: normal;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 10px; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "RBGalanoNeue";
  line-height: 140%;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "RBGalanoNeue"; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #F2F5F8;
  font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif; }

.hide-desktop {
  display: none; }
  @media screen and (max-width: 1000px) {
    .hide-desktop {
      display: block; } }

.hide-all {
  display: none !important; }

header#masthead {
  background: white;
  position: relative;
  width: 100%;
  left: 0;
  max-width: 100%;
  z-index: 10;
  height: 210px;
  transition: height 0.3s ease;
  border-bottom: 1px solid #CDD5DF;
  top: 0; }
  @media screen and (max-width: 1440px) {
    header#masthead {
      padding: 0 16px; } }
  header#masthead.collapsed {
    position: fixed;
    height: 125px; }
    header#masthead.collapsed #header-wrapper #header-links #header-social-members {
      display: none; }
    header#masthead.collapsed #header-wrapper #membership-buttons {
      margin-bottom: 25px; }
    header#masthead.collapsed .site-branding {
      top: 28px; }
      header#masthead.collapsed .site-branding #logo-desktop {
        display: none; }
      header#masthead.collapsed .site-branding #logo-mobile {
        display: block;
        width: 160px;
        margin-top: 15px; }
      @media screen and (max-width: 1000px) {
        header#masthead.collapsed .site-branding {
          top: 20px; } }
      header#masthead.collapsed .site-branding + #primary {
        margin-top: 210px; }
  header#masthead img {
    transition: width 0.3s ease, height 0.3s ease; }
  header#masthead #logo-desktop {
    display: block;
    height: 90px;
    width: auto; }
  header#masthead #logo-mobile {
    display: none; }
  @media screen and (max-width: 1000px) {
    header#masthead #logo-desktop {
      display: none !important; }
    header#masthead #logo-mobile {
      display: block !important;
      margin-top: 5px !important;
      width: unset !important; } }
  header#masthead .site-branding {
    position: absolute;
    left: 0;
    top: 60px; }
    @media screen and (max-width: 1000px) {
      header#masthead .site-branding {
        top: 20px; } }
  header#masthead #header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin: auto;
    width: 1440px;
    max-width: 100%;
    padding: 12px 0 0 0;
    height: 100%; }
    header#masthead #header-wrapper #header-social-members {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1000px) {
        header#masthead #header-wrapper #header-social-members {
          display: none; } }
    header#masthead #header-wrapper .social-icons {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      position: relative;
      margin-bottom: 13px; }
      header#masthead #header-wrapper .social-icons .social-icons-container {
        display: flex;
        flex-direction: row; }
        header#masthead #header-wrapper .social-icons .social-icons-container .social-icon {
          margin-right: 12px; }
          header#masthead #header-wrapper .social-icons .social-icons-container .social-icon:last-child {
            margin-right: 0; }
          header#masthead #header-wrapper .social-icons .social-icons-container .social-icon img {
            filter: invert(77%) sepia(12%) saturate(365%) hue-rotate(176deg) brightness(85%) contrast(80%); }
            header#masthead #header-wrapper .social-icons .social-icons-container .social-icon img:hover {
              filter: invert(35%) sepia(90%) saturate(1982%) hue-rotate(158deg) brightness(95%) contrast(101%); }
      @media screen and (max-width: 1000px) {
        header#masthead #header-wrapper .social-icons {
          display: none; } }
    header#masthead #header-wrapper .social-icons-mobile {
      display: none; }
      @media screen and (max-width: 1000px) {
        header#masthead #header-wrapper .social-icons-mobile {
          display: flex; } }
    header#masthead #header-wrapper #membership-buttons {
      display: flex;
      margin-bottom: 49px;
      gap: 12px; }
    header#masthead #header-wrapper .wpml-ls-legacy-list-horizontal {
      padding: 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 700; }
      header#masthead #header-wrapper .wpml-ls-legacy-list-horizontal a {
        position: relative;
        top: -4px; }
    header#masthead #header-wrapper #membership-buttons {
      display: flex; }
    header#masthead #header-wrapper .site-title, header#masthead #header-wrapper .site-description {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px); }
    header#masthead #header-wrapper form[role="search"] {
      display: flex;
      align-items: center;
      position: absolute;
      right: -50px;
      top: -14px;
      padding: 20px; }
      header#masthead #header-wrapper form[role="search"] input[type="search"] {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #CDD5DF;
        border-radius: 25px;
        padding: 10px 30px 10px 10px;
        font-size: 80%;
        max-width: 850px !important;
        outline: none;
        position: relative;
        right: -20px;
        transition: width 0.3s ease, right 0.3s ease; }
      header#masthead #header-wrapper form[role="search"] input#search-button {
        display: none;
        position: absolute;
        right: 10px; }
      header#masthead #header-wrapper form[role="search"] #search-input {
        opacity: 0; }
      header#masthead #header-wrapper form[role="search"]:focus {
        border: 2px solid #0C55A6; }
    header#masthead #header-wrapper .searchform-header.expanded input[type="search"] {
      width: 50vw !important;
      padding-left: 45px !important;
      right: 30px; }
    header#masthead #header-wrapper .searchform-header.expanded input#search-button {
      display: block;
      right: calc(100% - 25px);
      top: 30px; }
    header#masthead #header-wrapper .wpml-floating-language-switcher a {
      font-family: "RBGalanoNeue Bold";
      font-size: 16px;
      line-height: 140%;
      color: #9AA4B2;
      position: relative;
      display: flex;
      align-items: center; }
      header#masthead #header-wrapper .wpml-floating-language-switcher a:hover {
        color: #009BA5; }
    header#masthead #header-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item {
      margin: 0 !important;
      height: 26px; }
      header#masthead #header-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item:nth-child(2) {
        border-left: 1px solid #000E52; }

#primary {
  z-index: 1; }

footer {
  background-color: #F8FAFC;
  color: #004F5E;
  font-size: 16px;
  border-top: 1px solid #CDD5DF;
  padding: 65px; }
  @media screen and (max-width: 1000px) {
    footer {
      padding: 55px 16px; } }
  footer .fab {
    font-size: 24px; }
  footer a:link, footer a:visited {
    color: #004F5E;
    text-decoration: none; }
  footer a:hover, footer a:active {
    color: #000000; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      font-size: 18px;
      list-style-type: none; }
      footer ul li a {
        font-weight: 600; }
  footer ul#menu-footerde li a:link, footer ul#menu-footerde li a:visited, footer ul#menu-footeren li a:link, footer ul#menu-footeren li a:visited {
    color: #009BA5;
    text-decoration: none; }
  footer ul#menu-footerde li a:hover, footer ul#menu-footerde li a:active, footer ul#menu-footeren li a:hover, footer ul#menu-footeren li a:active {
    color: #007E8A; }
  footer .footer-nav-margin {
    margin-bottom: 30px; }
  footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: auto; }
  footer .footer-widget-center,
  footer .footer-widget-left,
  footer .footer-widget-right {
    flex: 1 1 33%; }
    @media screen and (max-width: 1024px) {
      footer .footer-widget-center,
      footer .footer-widget-left,
      footer .footer-widget-right {
        flex: 1 1 50%;
        max-width: 50%; } }
    @media screen and (max-width: 1000px) {
      footer .footer-widget-center,
      footer .footer-widget-left,
      footer .footer-widget-right {
        flex: 1 1 100%;
        max-width: 100%; } }
  footer .footer-widget-center,
  footer .footer-widget-right {
    padding-top: 94px; }
    @media screen and (max-width: 1024px) {
      footer .footer-widget-center,
      footer .footer-widget-right {
        padding-top: 0;
        margin-top: -100px; } }
  @media screen and (max-width: 1000px) {
    footer .footer-widget-right {
      margin-top: 40px; }
      footer .footer-widget-right .button-game {
        margin: unset; } }
  footer .footer-widget-center {
    display: flex; }
    @media screen and (max-width: 1024px) {
      footer .footer-widget-center {
        padding-top: 105px;
        margin-top: 0px; } }
    @media screen and (max-width: 1000px) {
      footer .footer-widget-center {
        padding-top: 0px;
        margin-top: 15px; } }
    footer .footer-widget-center .footer-centered {
      margin: auto; }
      @media screen and (max-width: 1000px) {
        footer .footer-widget-center .footer-centered {
          margin: unset; } }
    footer .footer-widget-center .social-links {
      display: flex; }
      footer .footer-widget-center .social-links .social-icon {
        margin-right: 12px; }
        footer .footer-widget-center .social-links .social-icon:hover {
          scale: 1.2;
          transform-origin: center; }
        footer .footer-widget-center .social-links .social-icon img {
          filter: invert(77%) sepia(12%) saturate(365%) hue-rotate(176deg) brightness(85%) contrast(80%); }
          footer .footer-widget-center .social-links .social-icon img:hover {
            filter: invert(35%) sepia(90%) saturate(1982%) hue-rotate(158deg) brightness(95%) contrast(101%); }
  footer .footer-widget-left img {
    max-width: 185px !important;
    height: auto; }
  footer .footer-widget-left .headline {
    font-family: "RBGalanoNeue Bold";
    color: #009BA5; }
  footer .footer-widget-bottom {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      footer .footer-widget-bottom {
        margin: 50px 0 80px; } }
    @media screen and (max-width: 1000px) {
      footer .footer-widget-bottom {
        flex-direction: column-reverse;
        margin-bottom: 0px; } }
    footer .footer-widget-bottom .widget_nav_menu ul {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 1000px) {
        footer .footer-widget-bottom .widget_nav_menu ul {
          flex-direction: column; } }
    footer .footer-widget-bottom img {
      max-width: 190px !important;
      height: auto; }
    footer .footer-widget-bottom li {
      margin: 0 20px;
      font-size: 16px; }
      @media screen and (max-width: 1000px) {
        footer .footer-widget-bottom li {
          margin: 0; } }
    footer .footer-widget-bottom li:first-child {
      margin-left: 0px; }
    footer .footer-widget-bottom li:last-child {
      margin-right: 0px; }

.star-rating-half .b-forms select, .star-rating-half svg:not(:root) {
  width: 25px;
  height: 25px; }

.focus .focus-main-content-wrap .focus-main-content p:nth-child(5) {
  display: none; }

.focus .focus-main-content-wrap .focus-main-content p:nth-child(6) {
  display: none; }

.entry-content figure figcaption, .entry-content img figcaption {
  font-size: 12px; }

.menu-item.hidden {
  display: none; }

.circle {
  border-radius: 100px; }

.fullwidth_section {
  background: #006775;
  left: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  padding: 80px 0; }

.fullwidth_inner {
  max-width: 750px;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .fullwidth_inner {
      padding: 0 20px; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fbx-caption-title h3 {
  color: #ffffff; }

.wpdm_custom_download {
  position: relative;
  margin-bottom: 13px;
  background: #fff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 15px 20px 25px;
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
  display: block;
  color: #555558; }

.wpdm_custom_download:after {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: url(https://www.game.de/wp-content/themes/exozet-wordpress/dist/img/icon_download_dlm.svg);
  content: '';
  right: 0;
  margin-right: 20px;
  margin-top: -28px; }

/** Home Kacheln 2020 **/
.content-tile-area.has-featured .content-tile-wrap.featured .content-tile.media-embed .content-tile-main-part {
  align-items: flex-end;
  background: white;
  display: flex;
  top: 0; }

.content-tile-wrap .content-tile.media-embed .embed-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
  z-index: 3; }

@supports (display: grid) {
  @media (min-width: 800px) {
    .content-tile-area {
      display: grid;
      grid-template-columns: repeat(4, minmax(25%, 1fr));
      grid-auto-flow: dense;
      grid-gap: 10px; }

    .content-tile-area.x-row::before, .content-tile-area.x-row::after {
      display: none; }

    .content-tile-area .content-tile-wrap {
      width: 100%; }

    .content-tile-area.has-featured .content-tile-wrap.featured {
      grid-column: auto / span 2;
      width: 100%; }

    .content-tile-button-wrapper {
      grid-column: 1/-1; } } }
@media (min-width: 800px) {
  .content-footer-meta-wrap .content-tile-area {
    display: block; }

  .content-footer-meta-wrap .content-tile-area .content-tile-wrap {
    width: calc(25% - 12px); } }
/*.content-tile.media-embed.vimeo-embed iframe {
	top: -4px !important;
	left: unset !important;
	width: 100% !important;
}
.content-tile-area .content-tile .content-tile-overlay:hover{
	z-index: 5;
}*/
/** Open/Close **/
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 102.66%;
  max-width: 100%;
  height: 0; }

.resp-container iframe, .resp-container object, .resp-container embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0; }

dd {
  display: none;
  margin-left: 20px; }

/** End Open/Close **/
/** GC Floorplan **/
.gc_section_white {
  background: #ffffff;
  padding: 1px 20px 20px 20px; }

.gc_section_grey {
  background: #eee;
  padding: 1px 20px 20px 20px; }

.gc_img_gal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.gc_img_gal a {
  margin: 10px; }

.game-floorplan-widget g.data-contaner g.bookable {
  cursor: pointer; }

.game-floorplan-widget g.data-contaner g.bookable rect {
  fill: #fff; }

.game-floorplan-widget g.data-contaner g.lounge.bookable rect {
  fill: #d0b8dc; }

.game-floorplan-widget g.data-contaner g.lounge.bookable.selected rect,
.game-floorplan-widget g.data-contaner g.selected rect {
  fill: #009ba4; }

.game-floorplan-widget svg {
  height: auto;
  margin-bottom: 20px;
  user-select: none; }

#game_gamescom_submit {
  top: 20px;
  margin-bottom: 40px; }

.game-floorplan-widget-form input[type="checkbox"] {
  margin: 0; }

.game-floorplan-widget-form label {
  margin-bottom: 10px;
  hyphens: auto;
  display: block;
  cursor: pointer; }

.game-floorplan-widget-form input[type="text"] {
  margin-bottom: 10px;
  display: block; }

.game-floorplan-widget-form h2 {
  margin-top: 35px; }

.game-floorplan-widget-form input[type="text"]:first-child {
  margin-top: 25px; }

.game-floorplan-widget-form input[type="email"] {
  margin-bottom: 25px; }

.game-floorplan-save-message.success {
  color: #00ac28; }

.game-floorplan-save-message.error {
  color: #ac0000; }

/** /GC Floorplan **/
/** Fontfix **/
blockquote, cite, q,
.contact-person .person-inner-wrap .person-name, .contact-person-top .person-name, .content-tile-area .content-tile .content-tile-img-replacement .content-tile-img-replacement-content, .network-box .network-content-box-wrap .network-cite-box .quote, .partner-headline, .social-media-posting .social-media-posting-content {
  font-family: "RBGalanoNeue Regular"; }

/** /Fontfix **/
/** Tile Fix **/
.content-tile-area .content-tile .content-tile-excerpt {
  display: none; }

/** /Tile Fix **/
.persons-breaker {
  display: block;
  width: 100%; }

.berichte-content-wrapper .module, .berichte-content-wrapper .wp-caption, .berichte-content-wrapper img.alignright, .berichte-content-wrapper img.alignleft,
.berichte-two-columns .tc-row img, .abteilung-mitarbeiter {
  opacity: 0; }

a.noclick {
  cursor: default; }

.come-in {
  transform: translateY(150px);
  animation: come-in 1s ease forwards; }

.come-in.delay1 {
  animation-delay: .25s; }

.come-in.delay2 {
  animation-delay: .5s; }

.wp-caption.alignright.come-in {
  transform: translateX(150px); }

.german_games_guide_20_21 .wp-caption.aligncenter.come-in {
  transform: translateY(150px); }

.berichte-kachel.come-in:nth-child(odd) {
  animation-duration: 0.6s; }

.wp-caption.come-in {
  transform: translateX(-150px);
  opacity: 1;
  animation: come-in 1s ease forwards; }

.already-visible,
.wp-caption.already-visible {
  transform: translateY(0);
  transform: translateX(0);
  animation: none;
  opacity: 1; }

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1; } }
a[name="anchor"] {
  top: -120px;
  position: relative;
  display: block;
  visibility: hidden; }

.x-col.x-large-4.x-medium-12.contact-persons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: unset; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 102.66%;
  max-width: 100%;
  height: 0; }

.resp-container iframe, .resp-container object, .resp-container embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0; }

dd {
  display: none;
  margin-left: 20px; }

#header-bar .b-header .social-language-wrap .social-links {
  float: right;
  top: 0;
  margin-top: 0;
  line-height: 16px;
  padding-top: 5px; }

.topic-area .topic-wrap .topic .topic-overlay {
  background-color: #009ba5; }

.topic-area .topic-wrap .topic:hover .topic-overlay, .topic-area .topic-wrap.active .topic-overlay {
  background-color: #006774; }

.focus .focus-related-content-wrap {
  float: right; }

#header-bar.full .logo, #home-link .logo.full {
  margin-top: 8px; }

#home-link .logo.shrinked {
  margin-top: 56px;
  height: 110px; }

.login-button-top {
  margin-right: 10px;
  position: relative; }

.social-links .newsletter-button svg {
  fill: #D9DDDE;
  width: 24px;
  height: 18px;
  margin-right: 23px;
  position: relative; }

.social-links .newsletter-button svg:hover {
  fill: #3765A3; }

.page-template-partners-page .x-col.x-medium-3 {
  height: 90px; }

.esports-logo-wrapper .logos-wrapper .logo-wrapper img {
  max-height: 80px; }

.ico-insta .instaicon:hover {
  fill: #262626 !important; }

.box_white {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
  margin: 15px 0; }

.box_white h2 {
  background: #009ba5;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: -10px;
  color: #ffffff;
  padding-left: 10px; }

.cta_button, .wpdm-download-link, input[type=submit] {
  background-color: #009ba5 !important;
  border: none;
  border-radius: 25px;
  color: white !important;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 10px 45px;
  text-transform: uppercase; }

.cta_button:hover, .wpdm-download-link:hover, input[type=submit]:hover {
  background-color: #006167 !important;
  text-decoration: none !important; }

.single-wpdmpro .content-wrapper .post-thumbnail {
  display: none; }

.newsletter-verteiler-wrapper {
  max-width: 850px;
  margin: auto; }

.newsletter-verteiler-wrapper input[name=newsletter_contact1_gender] {
  margin-right: 10px; }

.page-template-mitglieder-ansprechpartner h2 {
  color: #009ba5; }

.profil-setting button a {
  color: #ffffff; }

.profil-setting {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 80px; }

.profil-setting img {
  width: 57px;
  max-width: 57px;
  height: 57px;
  margin-right: 20px; }

.profil-setting-desc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.profil-setting-desc div {
  margin-bottom: 20px; }

.service-list-wrapper.verteiler .select_list {
  background: #FAFAFA;
  border: 1px solid #ccc;
  padding: 10px;
  height: 120px;
  overflow-y: scroll;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px; }

.service-list-wrapper.verteiler .row-wrapper {
  display: block; }

.service-list-wrapper.verteiler .row-wrapper input[type=checkbox], .service-wrapper .row-wrapper .label {
  display: inline-block; }

.undo-wrapper {
  display: inline-block;
  cursor: pointer; }

.delete-person {
  background: #ccc;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 80px;
  margin-left: calc(100% - 80px);
  margin-top: 10px;
  text-align: center; }

.delete-person:hover {
  background: #009ba5; }

.wpmem_msg, .verteiler_successmsg {
  color: #009ba5;
  padding: 20px !important;
  margin: auto;
  width: 100% !important;
  margin-bottom: 40px;
  background: #ffffff !important;
  border: 1px solid #009ba5 !important; }

.filter_small .ajax-date-picker-wrap,
.filter_small .ajax-search-wrap {
  display: none; }

.hauptvertreter {
  border: 2px solid #009ba5; }

.hauptvertreter-notice {
  position: relative;
  margin-top: -30px;
  line-height: 25px;
  text-align: center;
  display: block;
  flex: 1 1 100%;
  font-size: 12px;
  margin-left: -30px;
  margin-right: -30px;
  background: #009ba5;
  color: #fff;
  height: 25px;
  font-weight: bold; }

#tooltip {
  text-align: center;
  color: #fff;
  background: #009ba5;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  font-family: Frutiger,Arial,sans-serif; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009ba5;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #009ba5;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.b-footer .ico-insta {
  width: 18px;
  height: 18px;
  margin-left: 15px; }

a.tooltips {
  position: relative;
  display: inline; }

a.tooltips span {
  position: absolute;
  width: 140px;
  color: #ffffff;
  background: #009ba5;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px; }

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #009ba5;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*.page-template-partners-page .x-col.x-medium-3{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.page-template-partners-page .x-col.x-medium-3 a{ margin: auto; }*/
.hide-mobile-nav {
  display: none; }

.social-links a {
  margin-right: 10px;
  color: #D9DDDE; }

footer .social-links a {
  color: #9B9B9B; }

.social-links a :hover {
  color: #009ba5; }

.social-links a:hover .fa-facebook {
  color: #3765A3; }

.social-links a:hover .fa-twitter {
  color: #55ACEE; }

.social-links a:hover .fa-instagram {
  color: #000; }

.social-links .fa-user-slash, .social-links .fa-user {
  position: relative;
  font-size: 14px;
  top: -1px; }

.social-links .fa-envelope {
  position: relative;
  font-size: 19px;
  top: 1px; }

.entry-content details img {
  max-height: 300px;
  margin: 10px; }

.anchor {
  top: -150px;
  display: block;
  position: relative; }

.berichte-content-wrapper {
  max-width: 960px;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 50px;
  background: #ffffff;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    .berichte-content-wrapper {
      margin-top: 0px; }
      .berichte-content-wrapper img {
        margin: 5px 0px 20px 0px !important;
        width: 100% !important; } }

.berichte-fliestext-wrapper {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    .berichte-fliestext-wrapper img {
      margin: 5px 0px 20px 0px !important;
      width: 100% !important; } }

.berichte-content-wrapper.divided {
  margin-top: 0px;
  margin-bottom: 0px; }

.berichte-content-wrapper img.alignright {
  float: right;
  margin: 5px 0px 20px 20px; }

.berichte-content-wrapper img.alignleft {
  float: left;
  margin: 5px 20px 20px 0px; }

.berichte-content-wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.berichte-content-wrapper h2 {
  display: inline-block; }

.berichte-content-wrapper .berichte-einleitung h2,
.berichte-content-wrapper .berichte-fliestext h2 {
  display: block; }

.berichte-content-wrapper .berichte-icon_headline {
  display: flex;
  align-items: flex-start;
  flex-direction: row; }

.berichte-content-wrapper .berichte-icon_headline img {
  flex: 0 1 120px;
  width: 120px;
  height: auto;
  padding-left: 30px; }

.berichte-content-wrapper .berichte-icon_headline h2 {
  font-size: 30px;
  line-height: 32px;
  flex: 0 1 auto;
  max-width: 60%;
  margin-top: 0; }

.berichte-content-wrapper h3 {
  margin-bottom: 5px; }

.berichte-content-wrapper .berichte-infografik h3 {
  font-family: "RBGalanoNeue Bold";
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #121926; }

.berichte-content-wrapper h4 {
  margin-bottom: 5px; }

.berichte-content-wrapper ul {
  list-style-type: disc;
  margin-left: 30px; }

@media screen and (min-width: 1440px) {
  .berichte-content-wrapper blockquote {
    position: absolute;
    width: 11%;
    right: 5%;
    margin: 18px 0 0;
    font-size: 16px; }

  .berichte-content-wrapper blockquote img {
    max-width: 100% !important;
    height: auto; } }
@media screen and (min-width: 1921px) {
  .berichte-content-wrapper blockquote {
    right: 15%; } }
.berichte-content-wrapper figure.alignleft {
  float: unset; }

.berichte-content-wrapper figure a {
  color: #006775; }

.berichte-content-wrapper .berichte-kapitel-headline {
  padding: 0 47px  20px 47px; }

.berichte-content-wrapper .kapitelnummer {
  color: #121926;
  font-family: "RBGalanoNeue Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  display: inline-block; }

.berichte-content-wrapper .berichte-sub-headline {
  padding-left: 100px; }

.berichte-content-wrapper .berichte-sub-headline h2 {
  font-size: 25px;
  line-height: 30px; }

.berichte-content-wrapper .berichte-sub-headline .kapitelnummer {
  color: #006774;
  font-size: 60px;
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin-right: 10px; }

.berichte-content-wrapper a:hover {
  color: #006774;
  -webkit-transition: color 1s;
  transition: color 1s; }

.berichte-inhaltsverzeichnis,
.berichte-editorial,
.berichte-einleitung,
.berichte-fliestext {
  max-width: 960px;
  margin: auto;
  padding: 30px 47px  20px 47px;
  display: flex;
  flex-direction: column; }

.page-template-default .berichte-inhaltsverzeichnis,
.page-template-default .berichte-editorial,
.page-template-default .berichte-einleitung,
.page-template-default .berichte-fliestext {
  padding: 0 0 20px 0; }

.berichte-inhaltsverzeichnis {
  padding-bottom: 40px;
  /*background: #ffffff;*/
  padding-top: 20px;
  margin-top: 20px; }

.berichte-inhaltsverzeichnis ol {
  margin: 40px 0px 40px 60px; }

.berichte-inhaltsverzeichnis ol li:first-child {
  list-style-type: none; }

.berichte-inhaltsverzeichnis ol li ol li,
.berichte-inhaltsverzeichnis ol li ol li:first-child,
.jahresreport-2022 .berichte-inhaltsverzeichnis ol ul li {
  list-style-type: none; }

.berichte-inhaltsverzeichnis ol li ol {
  counter-reset: item; }

.berichte-inhaltsverzeichnis ol li ol li:before {
  content: "." counter(item) " ";
  counter-increment: item; }

.diversity_guide .berichte-inhaltsverzeichnis ol li ol li:before, .jahresreport-2022 .berichte-inhaltsverzeichnis ol li ol li:before
.diversity-guide .berichte-inhaltsverzeichnis ol li ol li:before {
  content: "5." counter(item) " ";
  counter-increment: item; }

.jahresreport-2022 .berichte-inhaltsverzeichnis ol ul li:before,
.jahresreport-2022 .berichte-inhaltsverzeichnis ol ul li:before {
  content: "03." counter(item) " ";
  counter-increment: item; }

.berichte-inhaltsverzeichnis ol li {
  list-style-type: decimal-leading-zero;
  padding-bottom: 10px; }

.berichte-inhaltsverzeichnis ol li ol {
  margin: 10px 0px 0px 40px; }

.berichte-fliestext ol {
  list-style-type: decimal; }

.berichte-fliestext ol li,
.berichte-fliestext ul li {
  margin-left: 20px;
  margin-bottom: 20px; }

.berichte-fliestext table tr {
  padding: 0 5px; }

.berichte-fliestext table td {
  padding: 5px;
  border: 1px solid grey; }

.berichte-fliestext table td:nth-child(3), .berichte-fliestext table td:nth-child(4), .berichte-fliestext table td:nth-child(5) {
  word-break: break-word;
  min-width: 65px; }

.berichte-fliestext table tr:nth-child(odd) {
  background: #ffffff; }

.berichte-titel {
  padding: 0 40px 20px 40px; }

.berichte-editorial {
  color: #00aaad; }

.berichte-einleitung {
  color: #009BA5; }

.berichte-infografik {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px; }

.jahresreport-2021 .berichte-infografik, .jahresreport-2022 .berichte-infografik {
  background: #ffffff; }

.jahresreport-2022 .berichte-infografik.small-centered img {
  max-width: 100%; }

.berichte-infografik.left {
  max-width: 400px;
  max-width: 250px;
  float: left;
  margin-right: 20px;
  margin-top: 0px;
  margin-left: 100px; }

.berichte-infografik.right {
  max-width: 400px;
  max-width: 250px;
  float: right;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 100px; }

.berichte-infografik.left h3, .berichte-infografik.right h3 {
  font-size: 15px;
  line-height: 16px; }

.berichte-infografik.left h4, .berichte-infografik.right h4 {
  font-size: 13px;
  line-height: 14px; }

.berichte-infografik.fullwidth img {
  max-width: 100%; }

.berichte-infografik img {
  margin: 0 auto;
  max-width: 85%;
  height: auto;
  padding: 0; }

.berichte-infografik.small-centered, .single-quelle {
  margin-left: 100px;
  margin-right: 100px; }

.berichte-infografik.small-centered img {
  max-width: 500px; }

.berichte-divider {
  clear: both;
  min-height: 20px; }

.berichte-content-wrapper figure {
  display: flex;
  margin-left: -90px;
  width: auto !important;
  margin-bottom: 20px;
  margin-top: 20px;
  clear: left;
  align-self: flex-start;
  align-items: center; }

.berichte-content-wrapper figure .h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: -9px;
  display: block; }

.berichte-content-wrapper figure.alignright {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  max-width: calc(100% - 290px);
  right: -90px;
  position: relative;
  z-index: -1; }

.berichte-content-wrapper figure.alignright figcaption {
  text-align: right; }

.berichte-content-wrapper figure.alignright img {
  margin-left: 20px; }

.berichte-content-wrapper figure img {
  display: inline-block;
  margin-right: 20px;
  max-width: 118px; }

.berichte-content-wrapper figure figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #009ba5;
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.berichte-quelle {
  font-size: 9px; }

.berichte-quelle sup {
  top: -2px;
  margin-right: 2px;
  display: inline-block; }

.berichte-kachellayout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.berichte-kachel {
  padding: 20px;
  margin: 10px;
  color: #ffffff;
  max-width: calc(50% - 20px);
  min-width: calc(50% - 20px);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25); }

.berichte-kachel h3 {
  color: #ffffff;
  min-height: 70px; }

.berichte-kachel .tile-number {
  font-size: 50px;
  float: left;
  margin-right: 10px;
  margin-top: -12px;
  height: 70px;
  font-weight: 700; }

.berichte-two-columns, .page-template-default .berichte-two-columns {
  width: 100%; }

.berichte-two-columns h2 {
  margin-bottom: 0px; }

.berichte-two-columns .tc-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  min-height: 125px; }
  @media screen and (max-width: 1000px) {
    .berichte-two-columns .tc-row {
      margin-bottom: 0; } }

.berichte-two-columns .tc-row.reversed {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.berichte-two-columns .tc-row .tc-row-image, .berichte-two-columns .tc-row img {
  width: 200px !important;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .berichte-two-columns .tc-row .tc-row-image, .berichte-two-columns .tc-row img {
      width: 100%;
      margin: 0 10px; } }
.berichte-two-columns .tc-row .tc-row-zero {
  width: 0px; }
.berichte-two-columns .tc-row.img-large .tc-row-image {
  width: 420px;
  max-width: 80%; }
  @media screen and (max-width: 1000px) {
    .berichte-two-columns .tc-row.img-large .tc-row-image {
      width: 100%;
      margin: 0 10px; } }

.berichte-iconinfoblock {
  max-width: 50%;
  position: relative;
  display: inline-block;
  top: 100px;
  margin-bottom: 40px; }

.berichte-iconinfoblocks div:nth-child(odd) {
  top: 0px; }

.berichte-iconinfoblocks .iconinfoblock-image {
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }

.berichte-iconinfoblocks .berichte-iconinfoblock.img_placeholder {
  width: 50%; }

.berichte-iconinfoblocks .berichte-iconinfoblock.img_placeholder .iconinfoblock-text {
  text-align: center; }

.berichte-iconinfoblocks .iconinfoblock-text {
  width: 100%; }

.berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image {
  text-align: right; }

.berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-text {
  padding-left: 20px;
  text-align: right;
  width: 95%;
  margin-left: 5%; }

.iconinfoblock-image img {
  max-width: 430px;
  height: auto; }

.iconinfoblock-text {
  font-size: 20px; }

@media screen and (max-width: 1023px) {
  .berichte-iconinfoblock {
    width: 100%;
    max-width: 100%;
    top: 0px !important; }

  .berichte-iconinfoblocks .iconinfoblock-text {
    width: 100%; } }
.berichte-content-wrapper .berichte-lr-pic-infoblock {
  max-width: 50%;
  display: inline-block;
  position: relative;
  top: 100px;
  margin-bottom: 40px;
  background-color: #009d9d; }

.berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-image {
  margin-bottom: 0px; }

.berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text {
  background-color: #009d9d;
  padding: 20px;
  color: #ffffff;
  width: 95%; }

.berichte-content-wrapper .berichte-lr-pic-infoblocks div:nth-child(odd) {
  top: 0px; }

.berichte-content-wrapper .lr-pic-infoblock-image img {
  max-width: 200px;
  height: auto; }

.diversity_guide .berichte-two-columns .tc-row .tc-row-image,
.diversity-guide .berichte-two-columns .tc-row .tc-row-image {
  text-align: right; }

@media screen and (max-width: 1159px) {
  .diversity_guide .berichte-two-columns .tc-row .tc-row-image,
  .diversity-guide .berichte-two-columns .tc-row .tc-row-image {
    text-align: center; } }
.berichte-two-columns .tc-row img {
  max-width: 100%;
  height: auto;
  max-height: auto; }

.berichte-two-columns .tc-row .tc-text {
  padding-left: 40px;
  -webkit-flex: 0 1 calc(100% - 200px);
  -ms-flex: 0 1 calc(100% - 200px);
  flex: 0 1 calc(100% - 200px);
  align-self: flex-start;
  font-size: 18px;
  display: flex;
  align-self: center;
  flex-direction: column; }
  @media screen and (max-width: 1000px) {
    .berichte-two-columns .tc-row .tc-text {
      -webkit-flex: 0 1 calc(100% - 100px);
      -ms-flex: 0 1 calc(100% - 100px);
      flex: 0 1 calc(100% - 100px); } }

.berichte-two-columns .tc-row .tc-row-zero + .tc-text {
  padding: 0px !important;
  flex: 0 1 100% !important; }

.berichte-two-columns .tc-row.img-large .tc-text {
  -webkit-flex: 0 1 calc(100% - 420px);
  -ms-flex: 0 1 calc(100% - 420px);
  flex: 0 1 calc(100% - 420px); }

.berichte-two-columns .tc-row .tc-text ul {
  margin-left: 50px;
  margin-top: 10px; }

.berichte-abteilungsbeschreibung {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 0 100px 20px 100px; }

.berichte-abteilungsbeschreibung .abteilung-text {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.berichte-abteilungsbeschreibung .abteilung-personen {
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  text-align: center;
  margin-top: -10px;
  position: absolute;
  margin-left: 90%; }

.berichte-abteilungsbeschreibung .abteilung-mitarbeiter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 20px; }

.berichte-abteilungsbeschreibung .mitarbeiterbild {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px; }

.berichte-abteilungsbeschreibung .mitarbeiterbild img {
  width: auto;
  height: 100%;
  max-width: unset; }

.berichte-abteilungsbeschreibung .mitarbeitertext {
  text-align: center;
  font-size: 12px;
  max-width: 250px; }

.berichte-content-wrapper.german_games_guide_20_21 h1 {
  hyphens: none; }

.berichte-content-wrapper.german_games_guide_20_21 figure {
  z-index: 1 !important; }

.berichte-content-wrapper.german_games_guide_20_21 figure figcaption {
  font-size: 18px; }

.berichte-content-wrapper.german_games_guide_20_21 figure.alignright {
  width: 100% !important;
  max-width: unset;
  text-align: right;
  margin-left: 0px; }

.berichte-content-wrapper.german_games_guide_20_21 figure.wp-caption.aligncenter {
  display: block;
  margin-left: unset; }

.berichte-content-wrapper.german_games_guide_20_21 figure.wp-caption.aligncenter figcaption {
  max-width: 760px;
  margin-left: -20px; }

.berichte-content-wrapper.german_games_guide_20_21 figure.wp-caption.aligncenter img {
  max-width: 100%;
  margin-bottom: 10px; }

.berichte-content-wrapper.german_games_guide_20_21 .berichte-inhaltsverzeichnis ol li:last-child {
  list-style-type: none; }

.berichte-content-wrapper.jahresreport-2022 dl, .berichte-content-wrapper.german_games_guide_20_22 dl, .berichte-content-wrapper.jahresreport-2021 dl, .berichte-content-wrapper.german_games_guide_20_21 dl, .berichte-content-wrapper.umweltguide dl, .berichte-content-wrapper.game-environmental-guide dl {
  background: #ffffff; }

.berichte-content-wrapper.jahresreport-2022 dt, .berichte-content-wrapper.german_games_guide_20_22 dt, .berichte-content-wrapper.jahresreport-2021 dt, .berichte-content-wrapper.german_games_guide_20_21 dt, .berichte-content-wrapper.umweltguide dt, .berichte-content-wrapper.game-environmental-guide dt {
  background: #009ba5; }

.berichte-content-wrapper.jahresreport-2022 dt h3, .berichte-content-wrapper.german_games_guide_20_22 dt h3, .berichte-content-wrapper.jahresreport-2021 dt h3, .berichte-content-wrapper.german_games_guide_20_21 dt h3, .berichte-content-wrapper.umweltguide dt h3, .berichte-content-wrapper.game-environmental-guide dt h3 {
  padding-left: 40px; }

.berichte-content-wrapper.jahresreport-2022 dt h3 a, .berichte-content-wrapper.german_games_guide_20_22 dt h3 a, .berichte-content-wrapper.jahresreport-2021 dt h3 a, .berichte-content-wrapper.german_games_guide_20_21 dt h3 a, .berichte-content-wrapper.umweltguide dt h3 a, .berichte-content-wrapper.game-environmental-guide dt h3 a {
  color: #ffffff; }

.berichte-content-wrapper.jahresreport-2022 dd, .berichte-content-wrapper.german_games_guide_20_22 dd, .berichte-content-wrapper.jahresreport-2021 dd, .berichte-content-wrapper.german_games_guide_20_21 dd, .berichte-content-wrapper.umweltguide dd, .berichte-content-wrapper.game-environmental-guide dd {
  padding: 10px 20px 20px 0px; }

.berichte-content-wrapper.jahresreport-2022 dt h3:before, .berichte-content-wrapper.german_games_guide_20_22 dt h3:before, .berichte-content-wrapper.jahresreport-2021 dt h3:before, .berichte-content-wrapper.german_games_guide_20_21 dt h3:before, .berichte-content-wrapper.umweltguide dt h3:before, .berichte-content-wrapper.game-environmental-guide dt h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 20px;
  position: absolute;
  font-weight: 600;
  color: #fff;
  margin-left: -20px;
  pointer-events: none; }

.berichte-content-wrapper.umweltguide dd img.aligncenter, .berichte-content-wrapper.game-environmental-guide dd img.aligncenter {
  max-width: 100%; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks-images figure figcaption, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks-images figure figcaption {
  color: #ffffff; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks-images figure img, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks-images figure img {
  display: block;
  margin-right: unset;
  max-width: 118px;
  margin: auto; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text {
  font-size: 18px; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text img, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text img {
  background: #ffffff;
  border: 5px white solid; }

.berichte-content-wrapper.german_games_guide_20_22 figure.nomargin, .berichte-content-wrapper.german_games_guide_20_21 figure.nomargin {
  margin-left: unset;
  margin-right: unset;
  right: unset;
  left: unset; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks div .iconinfoblock-image div,
.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks div .iconinfoblock-image div {
  position: absolute;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 30px;
  z-index: 2;
  color: #ffffff;
  width: calc(100% - 50px);
  margin-left: -10px;
  padding: 0 0 0 20px;
  max-width: 430px; }

.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text {
  color: #555558;
  background: #fff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25); }

.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks.berichte-iconinfoblocks-images,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks.berichte-iconinfoblocks-images {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 23100px; }

@-moz-document url-prefix() {
  .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks.berichte-iconinfoblocks-images,
  .berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks.berichte-iconinfoblocks-images {
    height: 24500px; } }
.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock {
  margin-bottom: 40px;
  width: 50%;
  position: relative;
  top: unset; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock:nth-child(2), .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock:nth-child(2) {
  margin-top: 150px; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock:last-child, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock:last-child {
  margin-bottom: 0px; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock:nth-child(2n+1), .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock:nth-child(2n+1) {
  order: 1; }

.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock:nth-child(2n), .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock:nth-child(2n) {
  order: 2; }

.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks.berichte-iconinfoblocks-images::before,
.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks.berichte-iconinfoblocks-images::after,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks.berichte-iconinfoblocks-images::before,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks.berichte-iconinfoblocks-images::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2; }

.lr_ankerlink {
  position: absolute;
  margin-top: -200px; }

.game-fokus-esport .lr_ankerlink {
  position: absolute;
  margin-top: -430px !important; }

.berichte-content-wrapper.game-fokus-esport figure figcaption {
  font-size: 20px;
  line-height: 22px; }

@media screen and (max-width: 1023px) {
  .berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock, .berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks.berichte-iconinfoblocks-images, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks.berichte-iconinfoblocks-images {
    display: block; }

  .berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock, .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock, .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text, .berichte-content-wrapper .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-text {
    width: 100%; }

  .berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblock:nth-child(2), .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblock:nth-child(2) {
    margin-top: unset; }

  .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-text {
    margin-left: unset; }

  .berichte-iconinfoblocks .berichte-iconinfoblock.img_placeholder {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .berichte-content-wrapper {
    width: 100% !important; }

  .berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks div .iconinfoblock-image div,
  .berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks div .iconinfoblock-image div {
    margin-left: unset;
    width: 100% !important;
    right: unset !important;
    max-width: 100%;
    bottom: 0; }

  .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-text {
    padding-left: 20px;
    text-align: right;
    width: 100%;
    margin-left: unset; } }
.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks div:nth-child(odd),
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks div:nth-child(odd) {
  top: unset; }

.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks a,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks a {
  color: #009ba5; }

.berichte-content-wrapper.german_games_guide_20_21 .berichte-iconinfoblocks a:hover,
.berichte-content-wrapper.german_games_guide_20_22 .berichte-iconinfoblocks a:hover {
  color: #006774; }

.berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image div {
  width: calc(100% - 50px);
  right: -10px;
  padding: 0 20px 0 0px; }

button img.alignleft.come-in {
  transform: translateX(-150px); }

@media screen and (max-width: 1400px) {
  .berichte-abteilungsbeschreibung .abteilung-personen {
    margin-left: 80%; } }
@media screen and (max-width: 1159px) {
  .berichte-abteilungsbeschreibung {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .berichte-abteilungsbeschreibung .abteilung-text,
  .berichte-abteilungsbeschreibung .abteilung-personen {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }

  .berichte-abteilungsbeschreibung .abteilung-personen {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    right: unset;
    margin-top: 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: unset; }

  .berichte-abteilungsbeschreibung .abteilung-mitarbeiter {
    width: 45%; }

  .berichte-abteilungsbeschreibung .mitarbeitertext {
    max-width: unset; }

  .berichte-two-columns .tc-row {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 10px; }

  .berichte-two-columns .tc-row .tc-row-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 15px; }

  .berichte-two-columns .tc-row .tc-text {
    padding-left: 0; }

  .berichte-content-wrapper .berichte-two-columns h2 {
    width: 100%;
    max-width: 100%;
    text-align: center; } }
.membersignup-form-content-wrapper .fullwidth_inner, .membership_options .fullwidth_inner {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.membership_category {
  padding: 20px 20px;
  background: #ffffff;
  margin: 0 25px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
  width: 33%;
  opacity: 0; }

.membership_category .table-wrapper .col1 {
  flex: 0 0 28%;
  padding-bottom: 10px; }

.membership_category .table-wrapper .col2 {
  flex: 0 0 33%;
  padding: 0 3% 0 0; }

.membership_category .table-wrapper .col3 {
  flex: 0 0 15%; }

@media screen and (max-width: 1439px) {
  .membersignup-form-content-wrapper .fullwidth_inner, .membership_options .fullwidth_inner {
    flex-direction: column; }

  .membership_category {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0; } }
@media screen and (max-width: 700px) {
  .berichte-abteilungsbeschreibung .abteilung-mitarbeiter {
    width: 100%; } }
body.guides-posting-template {
  background: #ffffff; }

.guides-posting-template article.has-post-thumbnail {
  position: absolute;
  margin-top: -80px; }
  .guides-posting-template article.has-post-thumbnail .hero {
    max-height: 750px;
    height: 750px;
    overflow: hidden; }
    .guides-posting-template article.has-post-thumbnail .hero img {
      width: 100vw;
      height: auto; }
    @media screen and (max-width: 1000px) {
      .guides-posting-template article.has-post-thumbnail .hero {
        height: auto;
        margin-bottom: -160px; } }
  @media screen and (max-width: 1000px) {
    .guides-posting-template article.has-post-thumbnail {
      position: relative;
      margin-top: 50px; } }

.kapitelnavi {
  position: fixed;
  width: 100%;
  transition: all .5s;
  z-index: 5;
  padding-top: 23px;
  max-width: max-content;
  margin: auto;
  right: 0;
  left: 0;
  margin-top: 10px; }
  @media screen and (max-width: 1000px) {
    .kapitelnavi {
      display: flex;
      flex-direction: column;
      position: relative;
      padding-top: 75px;
      margin-top: 30px; } }

.kapitel-prevback {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: max-content;
  border: 1px solid #CDD5DF;
  border-radius: 22px; }
  .kapitel-prevback a {
    width: 50%;
    color: #121926 !important; }
    .kapitel-prevback a:hover {
      color: #ffffff !important; }
      .kapitel-prevback a:hover div {
        background-color: #007E8A;
        border-color: #007E8A; }
      .kapitel-prevback a:hover img {
        filter: none; }
  @media screen and (max-width: 1000px) {
    .kapitel-prevback {
      position: relative;
      left: 0;
      right: 0;
      margin: auto; } }

.kapitelnavi.shrinked {
  padding-top: 35px; }

.kapitel-prev, .kapitel-next {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
  height: 100%; }
  .kapitel-prev img, .kapitel-next img {
    filter: invert(1); }

.kapitel-prev {
  text-align: right;
  border-right: 1px solid #CDD5DF;
  border-radius: 20px 0 0 20px; }
  .kapitel-prev img {
    rotate: 180deg; }
  .kapitel-prev:hover {
    border-radius: 20px 0 0 20px; }

.kapitel-next {
  text-align: left;
  border-left: 1px solid #CDD5DF;
  border-radius: 0 20px 20px 0; }
  .kapitel-next:hover {
    border-radius: 0 20px 20px 0; }

.kapitel-dropdown {
  display: flex; }
  @media screen and (max-width: 1000px) {
    .kapitel-dropdown {
      position: relative;
      left: 0px;
      right: 0px;
      margin: auto;
      margin-bottom: 0px !important; } }
  .kapitel-dropdown .button-game.loadmore {
    padding-right: 40px;
    width: max-content;
    border: none;
    height: auto;
    border-radius: unset;
    min-width: 450px; }
    @media screen and (max-width: 1000px) {
      .kapitel-dropdown .button-game.loadmore {
        max-width: calc(100vw - 138px);
        min-width: calc(100vw - 138px); } }

ol.guides-nav {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: none;
  background: #f8fafc;
  width: 100%;
  padding: 20px;
  color: #697586;
  outline: none;
  cursor: pointer;
  position: absolute;
  overflow-y: auto;
  max-height: calc(100vh - 180px);
  font-family: "RBGalanoNeue Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  list-style-type: none;
  min-width: max-content;
  margin: auto;
  left: 0;
  right: 0; }
  @media screen and (max-width: 1000px) {
    ol.guides-nav {
      position: absolute;
      top: 118px; } }

.kapitel-dropdown li {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-family: "RBGalanoNeue Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  list-style-type: decimal-leading-zero; }
  .kapitel-dropdown li a {
    color: #121926 !important; }
    .kapitel-dropdown li a:hover {
      color: #009BA5 !important; }
  .kapitel-dropdown li:nth-child(-n+2) {
    list-style-type: none; }

.lang-mobile {
  position: absolute;
  width: 60px;
  right: 20px;
  top: -1px;
  z-index: 20;
  height: 50px; }

.lang-mobile select {
  color: #C9C9C9;
  border-color: #D9DDDE;
  background: url(../img/dropdown_arrow.png) 34px 9px no-repeat;
  border-radius: 13px;
  padding-left: 14px;
  padding-right: 26px; }

@media screen and (min-width: 1161px) {
  .lang-mobile-hide {
    display: none; } }
@media screen and (max-width: 1160px) {
  .hide-mobile-nav {
    display: block; } }
@media screen and (min-width: 641px) {
  .focus-main-content-wrap {
    width: 66.66667% !important; }

  .focus-related-content-wrap {
    width: 33.333% !important; }

  .focus-related-content {
    width: 100% !important; } }
@media screen and (max-width: 800px) {
  .content-tile-area .content-tile-wrap {
    width: 100%; } }
.page-template-member-page .member-content {
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .page-template-member-page .member-content {
      width: 100%; } }

.page-template-member-page .member-content.closed {
  height: 0; }

.page-template-mitglieder-ansprechpartner .region-partner-container,
.page-template-regional-strukturen .region-partner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.page-template-mitglieder-ansprechpartner .region-partner,
.page-template-regional-strukturen .region-partner {
  display: block;
  flex: 1 1 calc(33% - 20px);
  align-self: stretch;
  margin-bottom: 20px;
  background: #ffffff;
  max-width: calc(33% - 20px);
  margin-right: 10px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25); }

.page-template-mitglieder-ansprechpartner .region-partner:first-child {
  flex: 1 1 100%;
  margin: 0 calc(33% - 10px) 20px; }

.page-template-mitglieder-ansprechpartner .region-partner-container,
.page-template-regional-strukturen .region-partner-container {
  margin-bottom: 20px; }

.page-template-mitglieder-ansprechpartner .region-image,
.page-template-regional-strukturen .region-image {
  width: 100%;
  max-height: 235px;
  overflow: hidden;
  text-align: center; }

.page-template-mitglieder-ansprechpartner .region-partner img,
.page-template-regional-strukturen .region-partner img {
  max-width: 100%;
  height: auto; }

.page-template-mitglieder-ansprechpartner .partner-info,
.page-template-regional-strukturen .partner-info {
  display: block;
  margin-bottom: 40px; }

.page-template-mitglieder-ansprechpartner .partner-img,
.page-template-regional-strukturen .partner-img {
  float: right;
  margin-left: 20px; }

.page-template-mitglieder-ansprechpartner .partner-img,
.page-template-regional-strukturen .partner-img {
  margin-left: 20px; }

.page-template-mitglieder-ansprechpartner .partner-img img,
.page-template-regional-strukturen .partner-img img {
  min-width: 300px; }

.page-template-mitglieder-ansprechpartner .region-partner-text,
.page-template-regional-strukturen .region-partner-text {
  padding: 10px 10px 10px; }

.page-template-mitglieder-ansprechpartner .region-firma,
.page-template-regional-strukturen .region-firma {
  font-size: 14px;
  color: #9B9B9B;
  width: 100%;
  display: block; }

.page-template-mitglieder-ansprechpartner .region-position,
.page-template-regional-strukturen .region-position {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  display: block; }

.page-template-mitglieder-ansprechpartner .region-mail,
.page-template-regional-strukturen .region-mail {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  display: block; }

.page-template-regional-strukturen #region-positionen {
  margin-bottom: 40px; }

.page-template-regional-strukturen #region-positionen li {
  margin: 0 0 10px 20px; }

.page-template-regional-strukturen #region-gallery ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  margin-bottom: 40px;
  margin-top: -20px;
  list-style: none; }

.page-template-regional-strukturen #region-gallery h2 {
  margin-bottom: 20px; }

.page-template-regional-strukturen #region-gallery li {
  margin: 10px;
  width: calc(33% - 20px);
  text-align: center; }

.page-template-regional-strukturen #region-gallery li img {
  max-height: 80px; }

.person-list-wrapper {
  display: flex;
  flex-flow: row wrap; }

.person {
  flex: 0 1 50%;
  padding-bottom: 20px; }

.person input {
  margin-bottom: 5px; }

.service-list-wrapper {
  display: flex;
  flex-flow: row wrap; }

.service-wrapper {
  flex: 0 1 50%; }

.service-wrapper select {
  margin-left: 20px;
  width: calc(100% - 20px); }

.person:nth-child(2n+1),
.service-wrapper:nth-child(2n+1) {
  padding-right: 10px; }

.person:nth-child(2n),
.service-wrapper:nth-child(2n) {
  padding-left: 10px; }

.newsletter-verteiler-wrapper {
  max-width: 1280px; }

.person-list-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.person-list-wrapper .person {
  background: #ffffff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: calc(50% - 20px);
  margin: 0px 0px 35px 0px;
  padding: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.person-list-wrapper .person input {
  background: #f2f2f2; }

.person-list-wrapper .person .vorname,
.person-list-wrapper .person .nachname {
  max-width: calc(50% - 15px);
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

.person-list-wrapper .person .gender,
.person-list-wrapper .person .email,
.person-list-wrapper .person .position {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.person-list-wrapper .person .gender {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 10px 0; }

.person-list-wrapper .person .gender label {
  font-size: inherit;
  margin-right: 10px; }

.biu-button.medium {
  font-size: 19px;
  padding: 14px 30px 11px; }

.service-list-wrapper option {
  padding: 5px; }

.service-list-wrapper option:checked {
  background: #35b5bd -webkit-linear-gradient(bottom, #35b5bd 0%, #35b5bd 100%); }

.member-edit-adress {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.member-edit-adress .plz {
  max-width: 100px;
  margin-right: 20px; }

.member-edit-adress .city {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.game-fokus-esport figure.alignleft.noblock {
  display: block;
  max-width: 300px;
  margin: unset;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 1;
  transform: none;
  animation: none; }

.game-fokus-esport figure.alignright.noblock {
  display: block;
  max-width: 300px;
  margin: unset;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 1;
  transform: none;
  animation: none; }

.game-fokus-esport figure.aligncenter.noblock {
  display: block;
  max-width: 100%;
  margin: auto;
  float: unset;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 1;
  transform: none;
  animation: none; }

.timeline-post h2.content-title {
  width: 100% !important;
  max-width: 100% !important; }

.cool-timeline .timeline-post .timeline-icon {
  z-index: 4 !important; }

.game-fokus-esport figure.noblock img {
  max-width: 100%; }

.game-fokus-esport figure.noblock img {
  max-width: 100%; }

.page-iconinfoblocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.page-iconinfoblocks .page-iconinfoblock {
  display: flex;
  flex-flow: column;
  flex: 1 1 calc(33.33% - 20px);
  align-self: stretch;
  margin-bottom: 20px;
  background: #ffffff;
  max-width: calc(33.33% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25); }

.page-iconinfoblocks .page-iconinfoblock.module .iconinfoblock-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: flex; }

.page-iconinfoblocks .page-iconinfoblock.module .iconinfoblock-image img {
  max-width: 100%;
  height: auto;
  bottom: unset;
  transition: scale 0.5s ease; }

.page-iconinfoblocks .page-iconinfoblock.module .iconinfoblock-image img:hover {
  max-width: 100%;
  height: auto;
  scale: 1.1; }

.page-iconinfoblocks .page-iconinfoblock.module .iconinfoblock-text {
  padding: 20px;
  display: flex;
  flex-flow: column;
  flex-grow: 1; }

.page-iconinfoblocks .page-iconinfoblock.module .iconinfoblock-text .iconinfoblock-textlink {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 10px; }

/* member signup */
@media screen and (min-width: 1023px) {
  .page-id-61549 .berichte-iconinfoblock,
  .page-id-116862 .berichte-iconinfoblock {
    max-width: 49%;
    position: relative;
    display: inline-block;
    top: 100px;
    margin-bottom: 40px;
    text-align: center; }

  .page-id-61549 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-image,
  .page-id-116862 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-image {
    width: 95%;
    background: #ffffff;
    text-align: center; }

  .page-id-61549 .iconinfoblock-image .iconinfoblock-image,
  .page-id-61549 .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image,
  .page-id-116862 .iconinfoblock-image .iconinfoblock-image,
  .page-id-116862 .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image {
    text-align: center; }

  .page-id-61549 .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image, .page-id-116862 .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image {
    margin-left: 5%; }

  .page-id-61549 .iconinfoblock-image img, .page-id-116862 .iconinfoblock-image img {
    max-width: 200px;
    margin: auto; } }
@media screen and (max-width: 1022px) {
  .page-iconinfoblocks .page-iconinfoblock {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px); }

  .page-id-61549 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-image,
  .page-id-116862 .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-image {
    width: 100%;
    background: #ffffff;
    text-align: center; }

  .page-id-61549 .iconinfoblock-image img,
  .page-id-116862 .iconinfoblock-image img {
    max-width: 150px;
    margin: auto; }

  .page-id-61549 .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-text,
  .page-id-116862 .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-text {
    width: 100%; } }
@media screen and (min-width: 1025px) {
  .x-col.x-large-4.x-medium-12.contact-persons {
    margin-top: 15px;
    margin-bottom: -40px; } }
@media screen and (max-width: 1024px) {
  .person-list-wrapper .person,
  .service-wrapper {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; }

  .service-wrapper:nth-child(2n+1),
  .service-wrapper:nth-child(2n),
  .service-wrapper {
    padding: 0; }

  .service-list-wrapper option {
    padding: 10px; } }
@media screen and (max-width: 800px) {
  .page-iconinfoblocks .page-iconinfoblock {
    flex: 1 1 100%;
    max-width: 100%; }

  .page-template-mitglieder-ansprechpartner .partner-info, .page-template-regional-strukturen .partner-info {
    flex-direction: column-reverse; }

  .page-template-mitglieder-ansprechpartner .partner-img, .page-template-regional-strukturen .partner-img {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px; }

  .page-template-mitglieder-ansprechpartner .region-partner, .page-template-regional-strukturen .region-partner {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px); }

  .page-template-regional-strukturen #region-gallery li {
    width: calc(50% - 20px); }

  .page-template-mitglieder-ansprechpartner .region-partner:first-child {
    margin: 0 calc(25% - 5px) 20px; }

  .berichte-less-margin {
    margin-top: -90px; }

  .berichte-content-wrapper {
    padding: 0 16px;
    margin: 30px 0 0 0; }

  .kapitel-dropdown {
    max-width: calc(100% - 32px); }
    .kapitel-dropdown.expanded {
      margin-bottom: 24px; }

  .berichte-inhaltsverzeichnis, .berichte-editorial, .berichte-einleitung, .berichte-fliestext, .berichte-abteilungsbeschreibung {
    padding: 0 0px 20px 0px; }

  .berichte-kachel {
    max-width: 100%;
    width: 100%;
    margin: 10px 0; }

  .berichte-fliestext img {
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 10px auto 10px auto !important;
    float: none !important;
    display: block; }

  .berichte-fliestext figure {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important; }

  .berichte-fliestext figure img {
    margin-bottom: 15px;
    display: block; }

  .berichte-fliestext figure figcaption {
    width: 100%; }

  .berichte-infografik img {
    max-width: 100%; }

  .berichte-kachel h3 {
    min-height: unset; }

  .berichte-kachel .tile-number {
    float: none;
    text-align: center; }

  .berichte-titel {
    padding: 0 0 20px 0px; }

  .berichte-inhaltsverzeichnis {
    padding-bottom: 40px;
    background: #ffffff;
    padding-top: 20px;
    margin-top: 20px;
    width: calc(100% + 120px);
    margin-left: -60px; }

  .berichte-content-wrapper h2 {
    font-size: 30px;
    line-height: 32px; }

  .berichte-content-wrapper p, .berichte-content-wrapper span, .berichte-content-wrapper div {
    hyphens: auto; }

  .berichte-content-wrapper a {
    word-wrap: break-word; }

  .berichte-infografik.right {
    margin-right: 0px;
    max-width: unset;
    width: 100%; }

  .berichte-infografik.left {
    margin-left: 0px;
    max-width: unset;
    width: 100%; }

  .berichte-infografik.small-centered {
    margin: auto; }

  .berichte-infografik.small-centered img {
    max-width: 100%; }

  .berichte-infografik.small-centered h3 {
    font-size: 15px;
    line-height: 16px; }

  .berichte-infografik.small-centered h4 {
    font-size: 13px;
    line-height: 14px; }

  .single-quelle {
    margin: auto; }

  .berichte-fliestext figure.alignright {
    display: block;
    width: 100% !important;
    margin: auto;
    max-width: 100%;
    right: unset; }

  .berichte-fliestext figure.alignright figcaption {
    text-align: center; } }
@media screen and (max-width: 800px) {
  .x-col.x-large-4.x-medium-12.contact-persons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (min-width: 601px) {
  .iconinfoblock-image img {
    bottom: -15px;
    position: relative; }

  .berichte-iconinfoblocks div:nth-child(even) .iconinfoblock-image img {
    right: -10px; }

  .berichte-iconinfoblocks div:nth-child(odd) .iconinfoblock-image img {
    left: -10px; } }
@media screen and (max-width: 600px) {
  .berichte-content-wrapper h2 {
    font-size: 20px;
    line-height: 22px; }

  .berichte-fliestext figure {
    display: flex;
    flex-flow: column; }

  .berichte-fliestext figure figcaption {
    padding-left: 20px; }

  .berichte-fliestext h2 {
    max-width: 100%; }

  .berichte-content-wrapper .iconinfoblock-image img {
    max-width: 100%; }

  .berichte-iconinfoblocks-images .berichte-iconinfoblock .iconinfoblock-text {
    width: 100%; } }
@media screen and (max-width: 450px) {
  .page-template-mitglieder-ansprechpartner .region-partner-container, .page-template-regional-strukturen .region-partner-container {
    flex-direction: column; }

  .page-template-mitglieder-ansprechpartner .region-partner, .page-template-regional-strukturen .region-partner {
    flex: 1 1 100%;
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%; }

  .page-template-mitglieder-ansprechpartner .region-image, .page-template-regional-strukturen .region-image {
    max-height: 100%; }

  .page-template-regional-strukturen #region-gallery li {
    width: 100%; }

  .page-template-mitglieder-ansprechpartner .partner-img img, .page-template-regional-strukturen .partner-img img {
    max-width: 100%;
    min-width: auto; }

  .page-template-mitglieder-ansprechpartner .region-partner, .page-template-mitglieder-ansprechpartner .region-partner:first-child {
    max-width: 300px;
    margin: 0 auto 20px auto; } }
@media only screen and (min-width: 1025px) {
  .filter-box .ajax-date-picker-wrap,
  .filter-box .tags-wrap {
    margin-top: 15px; }

  .filter-box .ajax-date-picker-wrap .x-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }
@media only screen and (min-width: 800px) and (max-width: 1290px) {
  .content-tile-area .content-tile.content-tile-full {
    align-items: center;
    display: flex; } }
@media only screen and (max-width: 799px) {
  .content-tile-area .content-tile.content-tile-full {
    display: flex;
    justify-content: center; }

  .content-tile-area .content-tile img.size-content-tile-full {
    height: 100%;
    width: auto; } }
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: 0px; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

.soliloquy-caption-inside {
  display: none !important; }

@media screen and (max-width: 1000px) {
  .stay-small {
    max-width: 100px !important; } }
.home .swiper .swiper-slide {
  background-size: cover; }
  .home .swiper .swiper-slide .slide-gradient {
    background: linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 60%), linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 70%), linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 70%), linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 60%);
    height: 600px;
    display: flex; }
  .home .swiper .swiper-slide .slide-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 5%; }
    @media screen and (max-width: 1000px) {
      .home .swiper .swiper-slide .slide-content {
        padding: 0 !important;
        justify-content: flex-start; } }
.home .swiper.focus-swiper .swiper-button-next, .home .swiper.focus-swiper .swiper-button-prev {
  color: #ccc; }
  .home .swiper.focus-swiper .swiper-button-next:hover, .home .swiper.focus-swiper .swiper-button-prev:hover {
    color: #002e33; }

.swiper-pagination-horizontal {
  position: relative !important;
  top: unset;
  bottom: unset;
  padding-top: 15px;
  text-align: center; }
  .swiper-pagination-horizontal .swiper-pagination-bullet {
    background-color: #9AA4B2;
    margin: 0 6px !important; }
  .swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #121926; }

.salesaward .swiper-button-next, .salesaward .swiper-button-prev {
  color: #ccc !important;
  z-index: 2; }
  .salesaward .swiper-button-next:hover, .salesaward .swiper-button-prev:hover {
    color: #002e33 !important; }

.salesaward .swiper-button-next {
  right: 0; }

.salesaward .swiper-button-prev {
  left: 0; }

.salesaward .swiper-pagination-horizontal {
  text-align: left;
  margin-bottom: 10px;
  display: flex; }

.salesaward .swiper-pagination-horizontal .swiper-pagination-bullet {
  width: auto;
  height: auto;
  min-height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #697586;
  opacity: 1;
  padding: 10px;
  background-color: #f2f5f8;
  border-radius: 20px; }

.home .salesaward .swiper-pagination-horizontal .swiper-pagination-bullet {
  min-height: unset; }

.home .salesaward .swiper-pagination-horizontal {
  justify-content: center; }

.salesaward .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  color: #000;
  background-color: #e3e8ef;
  font-weight: 700; }

.home .awards-swiper {
  display: flex;
  flex-direction: column-reverse; }

.home .awards-swiper-pagination {
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .home .awards-swiper-pagination {
      justify-content: center;
      margin-top: 20px; } }

.home .salesaward .swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
  background-color: #9AA4B2;
  margin: 0 6px !important;
  padding: 0px;
  font-size: 0px; }

.home .salesaward .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  color: #000;
  background-color: #121926; }

.topics-swiper .swiper-button-next, .topics-swiper .swiper-button-prev {
  color: #64C8CD; }
  .topics-swiper .swiper-button-next:hover, .topics-swiper .swiper-button-prev:hover {
    color: #BEE6EB; }

.month-picker-previous span.ui-icon, .month-picker-next span.ui-icon {
  background-image: url(images/chevron-left.svg) !important;
  background-size: auto;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  left: -10px;
  top: -2px; }

.month-picker-next span.ui-icon {
  rotate: 180deg; }

#BorlabsCookieBox ._brlbs-box {
  color: #000 !important; }
#BorlabsCookieBox .container {
  padding: 0 !important; }
#BorlabsCookieBox div[data-cookie-accordion] {
  margin-top: 10px; }
#BorlabsCookieBox ._brlbs-btn {
  border-radius: 20px !important; }
#BorlabsCookieBox .bcac-item, #BorlabsCookieBox .d-flex.justify-content-between {
  background-color: #f2f5f8 !important;
  padding: 20px 20px !important;
  margin: 0 !important; }
#BorlabsCookieBox .cookie-preference ._brlbs-btn {
  margin-right: 5px; }
#BorlabsCookieBox ._brlbs-flex-center {
  flex-direction: column;
  align-items: flex-start !important; }
  #BorlabsCookieBox ._brlbs-flex-center img {
    align-self: center; }
#BorlabsCookieBox .row.no-gutters .row.no-gutters, #BorlabsCookieBox #CookieBoxTextDescription {
  padding: 0px 20px; }
  #BorlabsCookieBox .row.no-gutters .row.no-gutters .row.no-gutters, #BorlabsCookieBox #CookieBoxTextDescription .row.no-gutters {
    padding: 0; }
#BorlabsCookieBox .container:not(.not-visible) ._brlbs-accept, #BorlabsCookieBox .container:not(.not-visible) ._brlbs-refuse-btn, #BorlabsCookieBox .container:not(.not-visible) ._brlbs-manage-btn {
  padding: 0px 20px; }
#BorlabsCookieBox span[role="heading"] {
  color: #121926;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  text-align: left; }
  @media screen and (max-width: 1000px) {
    #BorlabsCookieBox span[role="heading"] {
      font-size: 20px; } }
#BorlabsCookieBox .text-center {
  text-align: left !important; }
#BorlabsCookieBox .cookie-logo {
  max-width: 130px !important;
  margin-top: 10px;
  margin-bottom: 20px; }
#BorlabsCookieBox .cookie-preference ._brlbs-btn {
  border-radius: 20px !important; }
#BorlabsCookieBox span[data-cookie-accordion-status="show"]:after {
  background-color: #009BA5;
  content: '';
  position: absolute;
  -webkit-mask: url(images/chevron-down.svg) no-repeat 50% 50%;
  mask: url(images/chevron-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 20px;
  height: 20px;
  right: 15px; }
#BorlabsCookieBox span[data-cookie-accordion-status="hide"]:after {
  background-color: #009BA5;
  content: '';
  position: absolute;
  -webkit-mask: url(images/chevron-down.svg) no-repeat 50% 50%;
  mask: url(images/chevron-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 20px;
  height: 20px;
  right: 15px;
  rotate: 180deg; }

.foogallery {
  margin-bottom: 40px !important; }

.foogallery .fg-caption-title {
  box-sizing: content-box;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: .4em;
  height: 100%;
  min-height: 1.3em;
  line-height: 1.3em;
  position: relative;
  max-width: 100%;
  line-break: auto; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #009BA5;
  text-decoration: none; }
  a:visited {
    color: #009BA5; }
  a:hover, a:focus, a:active {
    color: #121926; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a:has(button) {
  text-decoration: none; }

.masonry-grid.content-page a {
  color: #121926; }

.masonry-grid.marktdaten a p {
  color: #121926; }
  .masonry-grid.marktdaten a p:hover, .masonry-grid.marktdaten a p:focus, .masonry-grid.marktdaten a p:active {
    color: #121926; }

li.nav-memberarea a:first-child span {
  color: #009BA5; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.button, a:hover, button, .nav-memberarea-mobile, .nav-memberarea-mobile::before {
  cursor: pointer; }

.two-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px; }
  @media screen and (max-width: 600px) {
    .two-buttons {
      flex-direction: column; } }

.button-game {
  background-color: #009BA5;
  border: 1px solid #009BA5;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
  line-height: 22px;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  .button-game a:link, .button-game a:visited {
    color: #fff; }
  .button-game:hover {
    background-color: #007E8A;
    border-color: #007E8A; }
  @media screen and (max-width: 1000px) {
    .button-game:not(.scroll-to-top) {
      margin: auto;
      width: 100%;
      max-width: 100%; } }
  .button-game .menu-title {
    color: #ffffff !important;
    font-size: 16px !important; }
  .button-game.login {
    background-color: #ffffff;
    border-color: #009BA5;
    color: #009BA5;
    position: relative;
    padding: 10px 41px 10px 16px;
    margin-right: 12px; }
    .button-game.login:hover {
      background-color: #007E8A;
      color: #fff;
      border-color: #007E8A; }
      .button-game.login:hover:after {
        background-color: #ffffff; }
      .button-game.login:hover .menu-title {
        color: #ffffff !important;
        font-size: 16px !important; }
    .button-game.login:after {
      background-color: #009BA5;
      content: '';
      position: absolute;
      -webkit-mask: url(images/button-arrow-right.svg) no-repeat 50% 50%;
      mask: url(images/button-arrow-right.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.login a .menu-title {
      font-size: 16px;
      color: #009BA5 !important;
      font-style: normal;
      font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
      line-height: 22px; }
      .button-game.login a .menu-title:hover {
        color: #ffffff; }
  .button-game.white {
    background-color: #ffffff;
    border-color: #ccc #ccc #bbb;
    color: #121926;
    font-size: 16px;
    font-style: normal;
    font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
    line-height: 22px;
    position: relative; }
    .button-game.white:hover {
      background-color: #007E8A;
      color: #fff;
      border-color: #007E8A; }
  .button-game.black-arrow {
    padding-right: 40px; }
    .button-game.black-arrow:after {
      background-color: #121926;
      content: '';
      position: absolute;
      -webkit-mask: url(images/arrow-narrow-right.svg) no-repeat 50% 50%;
      mask: url(images/arrow-narrow-right.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.black-arrow:hover:after {
      background-color: #ffffff; }
  .button-game.white-arrow {
    padding-right: 40px; }
    .button-game.white-arrow:after {
      background-color: #ffffff;
      content: '';
      position: absolute;
      -webkit-mask: url(images/arrow-narrow-right.svg) no-repeat 50% 50%;
      mask: url(images/arrow-narrow-right.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.white-arrow:hover:after {
      background-color: #ffffff; }
  .button-game.pressrelease {
    padding-right: 40px; }
    .button-game.pressrelease:after {
      background-color: #121926;
      content: '';
      position: absolute;
      -webkit-mask: url(images/pressrelease.svg) no-repeat 50% 50%;
      mask: url(images/pressrelease.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.pressrelease:hover:after {
      background-color: #ffffff; }
  .button-game.external {
    padding-right: 40px; }
    .button-game.external:after {
      background-color: #ffffff;
      content: '';
      position: absolute;
      -webkit-mask: url(images/link-external.svg) no-repeat 50% 50%;
      mask: url(images/link-external.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.external:hover:after {
      background-color: #ffffff; }
  .button-game.loadmore {
    padding-right: 40px; }
    .button-game.loadmore:after {
      background-color: #121926;
      content: '';
      position: absolute;
      -webkit-mask: url(images/chevron-down.svg) no-repeat 50% 50%;
      mask: url(images/chevron-down.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px; }
    .button-game.loadmore:hover:after {
      background-color: #ffffff; }
  .button-game.download {
    padding-right: 40px;
    height: auto; }
    .button-game.download:after {
      background-color: #ffffff;
      content: '';
      position: absolute;
      -webkit-mask: url(images/download.svg) no-repeat 50% 50%;
      mask: url(images/download.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.download:hover:after {
      background-color: #ffffff; }
  .button-game.read {
    padding-right: 40px; }
    .button-game.read:after {
      background-color: #121926;
      content: '';
      position: absolute;
      -webkit-mask: url(images/eye.svg) no-repeat 50% 50%;
      mask: url(images/eye.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
    .button-game.read:hover:after {
      background-color: #ffffff; }
  .button-game.button-logout {
    padding-right: 40px; }
    .button-game.button-logout:after {
      background-color: #ffffff;
      content: '';
      position: absolute;
      -webkit-mask: url(images/icon_logout.svg) no-repeat 50% 50%;
      mask: url(images/icon_logout.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: 20px;
      height: 20px;
      right: 15px;
      transition: right 0.3s ease; }
  .button-game.centered {
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .button-game.centered {
        width: 100%; } }
  .button-game.no-border {
    border: 0px; }
  @media screen and (max-width: 1000px) {
    .button-game :not(.scroll-to-top) {
      margin: auto;
      width: 100%;
      max-width: 100%; } }

@media screen and (max-width: 1000px) {
  button.mobile-hide {
    display: none !important; } }

button.desktop-hide {
  display: none !important; }
  @media screen and (max-width: 1000px) {
    button.desktop-hide {
      display: flex !important; } }

.load-more-wrapper {
  text-align: center; }

.icon-download {
  background: #009BA5;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }
  .icon-download:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    -webkit-mask: url(images/download.svg) no-repeat 50% 50%;
    mask: url(images/download.svg) no-repeat 50% 50%;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px; }
  .icon-download:hover {
    background-color: #007E8A; }

@media screen and (max-width: 1000px) {
  .masonry-grid.marktdaten .icon-download {
    bottom: unset;
    top: 50vw; } }

.readon {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif; }
  .readon:after {
    background-color: #009BA5;
    content: '';
    position: absolute;
    -webkit-mask: url(images/arrow-narrow-right.svg) no-repeat 50% 50%;
    mask: url(images/arrow-narrow-right.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 20px;
    height: 20px;
    right: -30px;
    top: 2px;
    transition: right 0.3s ease; }
  .readon:hover {
    color: #007E8A !important; }
    .readon:hover:after {
      background-color: #007E8A !important; }
  .readon a:link, .readon a:visited {
    color: #009BA5; }
  .readon a:hover {
    color: #007E8A; }
    .readon a:hover:after {
      background-color: #007E8A !important; }

.external-link {
  position: relative;
  padding-right: 40px; }
  .external-link:after {
    background-color: #009BA5;
    content: '';
    position: absolute;
    display: inline-block;
    -webkit-mask: url(images/link-external.svg) no-repeat 50% 50%;
    mask: url(images/link-external.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 20px;
    height: 20px;
    right: 15px;
    transition: right 0.3s ease; }
  .external-link:hover:after {
    background-color: #007E8A; }

.biu-button {
  border-radius: 40px;
  border: 1px solid;
  padding: 7px 20px;
  font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #009ba5;
  color: #fff;
  z-index: 1; }
  .biu-button:hover {
    background: #007E8A; }
  .biu-button.medium {
    font-size: 19px;
    padding: 14px 30px 11px; }
  .biu-button.clear {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0); }
    .biu-button.clear:hover {
      background: rgba(255, 255, 255, 0.2); }
  .biu-button.centered {
    margin: 30px auto;
    display: table; }
  @media screen and (max-width: 1000px) {
    .biu-button {
      display: flex;
      width: 100%;
      align-items: center; } }

.button-game.scroll-to-top {
  position: fixed;
  border: 1px solid #009BA5;
  bottom: 20px;
  right: 65px;
  z-index: 9;
  color: #007E8A; }
  @media screen and (max-width: 1000px) {
    .button-game.scroll-to-top {
      right: 16px; } }
  .button-game.scroll-to-top:after {
    background-color: #007E8A;
    transform: rotate(-90deg);
    top: 9px; }
  .button-game.scroll-to-top:hover:after {
    right: 15px; }

#search-close-button {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  cursor: pointer; }
  #search-close-button:hover rect {
    fill: #007E8A !important; }

.search-open {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #CDD5DF;
  border-radius: 25px; }
  .search-open #search-open-button {
    width: 20px;
    height: 20px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  align-items: center;
  display: flex;
  height: 40px;
  width: 100%;
  position: relative;
  margin-top: 0px;
  transition: margin-top 0.3s ease;
  justify-content: flex-end; }
  @media screen and (min-width: 1001px) {
    .main-navigation .hide-desktop {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .main-navigation #primary-menu li.button-game {
      max-width: 230px;
      align-self: center;
      height: 30px;
      padding: 10px 16px;
      z-index: 2; }
      .main-navigation #primary-menu li.button-game a {
        font-size: 16px;
        font-style: normal;
        font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
        line-height: 22px; }
      .main-navigation #primary-menu li.button-game.login, .main-navigation #primary-menu li.button-game.button-logout {
        margin-top: 24px !important; }
    .main-navigation #primary-menu li.button-game:last-child {
      margin-bottom: 110px !important; } }
  .main-navigation .menu-hauptmenue-container {
    position: relative;
    right: 50px; }
  .main-navigation #primary-menu {
    transition: opacity 0.3s ease; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 25px;
    margin-right: 16px;
    margin-left: 16px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-right: 10px;
    margin-top: 15px; }
    .main-navigation ul a .menu-title {
      color: #121926; }
      .main-navigation ul a .menu-title:hover {
        color: #009BA5; }
    .main-navigation ul .current a .menu-title {
      color: #009BA5; }
    .main-navigation ul ul {
      position: fixed;
      border-radius: 10px;
      background: #F8FAFC;
      display: none;
      margin-top: 10px;
      padding: 8px;
      width: fit-content;
      max-width: 1440px;
      max-height: calc(100vh - 110px);
      flex-wrap: wrap;
      gap: 10px;
      overflow-y: auto;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 15;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1); }
      .main-navigation ul ul ul {
        background-color: transparent;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 0;
        margin: 0px;
        width: unset;
        box-shadow: none; }
        .main-navigation ul ul ul li {
          padding: 0;
          border: none;
          display: block;
          width: unset;
          max-width: unset; }
          .main-navigation ul ul ul li a {
            width: unset;
            line-height: 21px;
            font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
            font-weight: 400; }
            .main-navigation ul ul ul li a .menu-title {
              color: #697586 !important;
              font-size: 16px;
              font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
              font-weight: 400;
              line-height: 17px;
              hyphens: auto; }
              .main-navigation ul ul ul li a .menu-title:hover {
                color: #364152 !important; }
          .main-navigation ul ul ul li:hover {
            background-color: transparent; }
            .main-navigation ul ul ul li:hover .menu-title {
              color: #009BA5; }
          .main-navigation ul ul ul li.current .menu-title {
            color: #009BA5 !important;
            font-weight: 600; }
      .main-navigation ul ul li {
        height: unset;
        border-bottom: 1px solid #E3E8EF;
        display: inline-flex;
        flex-direction: column;
        gap: 8px;
        padding: 10px 20px;
        width: 340px;
        /*&:hover{
        	background-color: #ffffff;
        }*/ }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: auto; }
      .main-navigation ul ul .menu-title {
        color: #009BA5;
        font-size: 18px;
        font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 25px; }
        .main-navigation ul ul .menu-title:hover {
          color: #007E8A; }
      .main-navigation ul ul .menu-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-left: 16px;
        margin-top: 0px;
        margin-bottom: 0px; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul img {
        margin-left: 15px; }
  .main-navigation li {
    position: relative;
    height: 40px; }
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
      display: flex; }
    .main-navigation li.nav-memberarea ul {
      background-color: #006774;
      color: #ffffff;
      			/*li:hover{
      				//background-color: #64C8CD;
      				color: #ffffff;
      
      				a .menu-title{
      					color: #ffffff;
      
      					&:hover{
      						color: #BEE6EB;
      					}
      				}
      
      				ul{
      					//background-color: #64C8CD;
      				}				
      				img{
      					//filter: brightness(5);
      				}
      			}*/
      /*li:hover{
      	color: #007E8A;
      }*/ }
      .main-navigation li.nav-memberarea ul a .menu-title {
        color: #64C8CD; }
        .main-navigation li.nav-memberarea ul a .menu-title:hover {
          color: #BEE6EB; }
      .main-navigation li.nav-memberarea ul li ul a .menu-title {
        color: #ffffff; }
        .main-navigation li.nav-memberarea ul li ul a .menu-title:hover {
          color: #BEE6EB; }
      .main-navigation li.nav-memberarea ul li ul li a .menu-title:hover {
        color: #006774; }
  .main-navigation ul li.nav-memberarea:hover ul ul li a .menu-title {
    color: #ffffff !important; }
  .main-navigation ul li.nav-memberarea:hover ul li ul li a:hover .menu-title {
    color: #BEE6EB !important; }

.menu-mitglieder.main-navigation {
  font-size: 16px;
  line-height: 22px; }
  .menu-mitglieder.main-navigation ul ul {
    margin-right: auto; }
    .menu-mitglieder.main-navigation ul ul li {
      border-color: #007E8A; }

.menu-mitglieder li.member-nav-last {
  flex: 1 1 100%;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  padding: 50px 24px 24px 0;
  border-bottom: none; }
  .menu-mitglieder li.member-nav-last a {
    width: unset; }

.menu-mitglieder .nav-memberarea a {
  margin-right: unset;
  font-size: 16px; }
.menu-mitglieder .nav-memberarea img.nav-memberarea-mobile-image {
  position: absolute;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-left: -50px;
  top: -7px; }
  @media screen and (max-width: 1000px) {
    .menu-mitglieder .nav-memberarea img.nav-memberarea-mobile-image {
      margin-left: unset; } }

.search-overlay {
  display: flex; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

#search-bg {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #F2F5F8;
  left: 0;
  right: 0;
  margin: auto; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
@media screen and (max-width: 1000px) {
  header#masthead {
    z-index: 20; }

  .search-overlay {
    transition: none; }

  #menu-mitgliederbereich li {
    display: block; }

  #menu-mitgliederbereich .button-game.login, #menu-mitgliederbereich .button-game.mitglied-werden {
    display: none; }

  header#masthead #header-wrapper #membership-buttons {
    position: absolute;
    right: 110px;
    top: 9px;
    margin-bottom: 0px !important; }

  #menu-mitgliederbereich.nav-menu .nav-memberarea-mobile {
    z-index: 1;
    width: 40px;
    height: 40px; }

  ul#menu-mitgliederbereich {
    display: block; }

  ul#menu-mitgliederbereich > .menu-item.menu-item-type-custom.menu-item-object-custom.nav-memberarea > ul.sub-menu {
    display: none;
    width: 100vw;
    border-radius: unset;
    top: 70px;
    min-height: calc(100vh - 70px); }

  .main-navigation #menu-mitgliederbereich .button-game.button-logout {
    margin-top: 45px; }

  .main-navigation #menu-mitgliederbereich .member-nav-last {
    display: none; }

  .main-navigation #menu-mitgliederbereich ul ul li {
    padding: 0px 0 0 40px;
    height: auto;
    width: 100%; }

  .main-navigation #menu-mitgliederbereich ul ul li:first-child {
    padding: 20px 0 0 40px; }

  .main-navigation #menu-mitgliederbereich ul ul li a .menu-title {
    color: #ffffff !important;
    line-height: 17px !important; }

  .main-navigation #menu-mitgliederbereich ul ul li a:hover span {
    color: #BEE6EB !important; }

  .menu-mitglieder .nav-memberarea-mobile a {
    font-size: 0px;
    width: 40px;
    height: 40px;
    position: absolute; }

  .menu-mitglieder .nav-memberarea-mobile .sub-menu a {
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 100px);
    height: auto;
    position: relative;
    line-height: 25px; }

  .menu-mitglieder .nav-memberarea-mobile .sub-menu img {
    display: inline-flex;
    top: 1px;
    position: relative;
    vertical-align: top; }

  header#masthead #header-wrapper form[role="search"] {
    right: 0px;
    top: -36px; }

  header#masthead #header-wrapper .searchform-header.expanded {
    width: 100vw;
    height: 100vh;
    background: #F2F5F8;
    display: flex;
    left: 16px;
    top: -30px;
    right: unset;
    z-index: 21; }
    header#masthead #header-wrapper .searchform-header.expanded #search-bg {
      display: block;
      position: fixed; }
    header#masthead #header-wrapper .searchform-header.expanded .search-overlay {
      display: flex;
      align-self: start;
      margin: 40px auto 0px auto;
      width: calc(100% + 0px);
      position: absolute;
      left: 0px;
      padding: 20px 20px;
      background: #ffffff;
      transition: margin-top .3s ease; }
    header#masthead #header-wrapper .searchform-header.expanded input[type="search"] {
      width: calc(100vw - 85px) !important;
      right: 0px; }
    header#masthead #header-wrapper .searchform-header.expanded #search-input {
      position: relative;
      transition: none; }
    header#masthead #header-wrapper .searchform-header.expanded .search-open, header#masthead #header-wrapper .searchform-header.expanded #search-close-button {
      right: 15px; }
    header#masthead #header-wrapper .searchform-header.expanded input#search-button {
      right: calc(100% - 55px);
      top: 30px; }

  /* Sichtbarkeit bei Verwendung der Klasse .visible */
  .sub-menu.visible {
    display: block; }

  .search-open {
    border: none; }

  .site-branding {
    max-width: 116px;
    z-index: 10; }

  header#masthead, header#masthead.collapsed {
    height: 80px;
    position: fixed; }

  header#masthead.collapsed + #primary {
    margin-top: unset; }

  header#masthead #header-wrapper {
    padding: 16px;
    position: absolute; }

  #header-wrapper .header-search-lang {
    z-index: 250; }

  header#masthead #header-wrapper #header-links {
    justify-content: center; }

  .main-navigation .menu-hauptmenue-container {
    margin-top: 14px;
    width: 100%;
    left: -48px; }

  .main-navigation.toggled .menu-hauptmenue-container {
    background: #ffffff;
    height: 100vh; }

  .menu-toggle {
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    font-size: 22px;
    cursor: pointer;
    color: #053A5D;
    outline: 0;
    padding: 0px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 5; }

  #nav-toggle {
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important; }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 1.9px;
    width: 18px;
    background: #053A5D;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }

  #nav-toggle span:before {
    top: -6px;
    height: 2px; }

  #nav-toggle span:after {
    bottom: -6px;
    height: 2px; }

  #nav-toggle.active span {
    background-color: transparent; }

  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0; }

  #nav-toggle.active span:before {
    transform: rotate(45deg); }

  #nav-toggle.active span:after {
    transform: rotate(-45deg); }

  header#masthead.collapsed .site-branding img {
    max-width: 100%; }

  header#masthead.collapsed .main-navigation {
    margin-top: unset; }

  #primary {
    margin-top: 35px; }

  .menu-item-has-children {
    cursor: default; }

  .main-navigation {
    width: 100%;
    align-items: flex-start; }
    .main-navigation .menu-desc {
      display: none; }
    .main-navigation a {
      margin-left: 8px;
      width: calc(100% - 10px);
      z-index: 2; }

  .main-navigation li:hover > ul, .main-navigation li.focus > ul {
    display: block; }

  .menu-mitglieder.main-navigation li:hover > ul, .menu-mitglieder.main-navigation li.focus > ul {
    display: flex; }

  #primary-menu {
    background: #ffffff;
    display: none;
    flex-direction: column;
    position: relative;
    left: 0px;
    margin: 50px 0 0 16px;
    padding: 30px 0 30px 16px;
    height: auto;
    overflow-y: auto;
    height: calc(100vh - 215px);
    max-height: calc(100vh - 215px);
    width: 100vw; }
    #primary-menu li {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0 !important;
      padding: 10px 0 10px 0;
      width: 100%;
      margin-bottom: 13px !important; }
      #primary-menu li a .menu-title {
        font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        color: #009BA5; }
      #primary-menu li.menu-item-has-children:after {
        background-color: #9AA4B2;
        content: '';
        position: absolute;
        display: inline-block;
        -webkit-mask: url(images/chevron-down.svg) no-repeat 50% 50%;
        mask: url(images/chevron-down.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        width: 24px;
        height: 24px;
        right: 24px;
        top: 14px;
        transform-origin: center;
        transition: transform 0.3s ease;
        pointer-events: none; }
      #primary-menu li.menu-item-has-children.open:after {
        transform: rotate(180deg); }
      #primary-menu li.nav-memberarea {
        margin-left: -16px !important;
        background-color: #006774;
        padding: 10px 0 10px 16px;
        width: calc(100% + 16px); }
        #primary-menu li.nav-memberarea ul, #primary-menu li.nav-memberarea ul ul {
          background: #006774; }
        #primary-menu li.nav-memberarea a:link .menu-title, #primary-menu li.nav-memberarea a:visited .menu-title {
          color: #64C8CD; }
        #primary-menu li.nav-memberarea ul li a:link .menu-title, #primary-menu li.nav-memberarea ul li a:visited .menu-title {
          color: #ffffff;
          font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
          font-weight: 400; }
        #primary-menu li.nav-memberarea:after {
          background-color: #64C8CD; }
    #primary-menu ul {
      background: #ffffff;
      padding: 0;
      margin: 0;
      position: relative;
      width: 100%;
      overflow: unset;
      max-width: unset;
      max-height: unset;
      box-shadow: none; }
      #primary-menu ul a {
        width: 100%; }
      #primary-menu ul li {
        display: block;
        padding: 20px 0;
        margin-bottom: 0px !important; }
        #primary-menu ul li:after {
          top: 22px !important; }
        #primary-menu ul li img {
          display: inline-flex;
          top: 1px;
          position: relative;
          vertical-align: top; }
        #primary-menu ul li a {
          display: inline-block;
          width: calc(100% - 65px);
          font-size: 18px;
          line-height: 25px; }
          #primary-menu ul li a .menu-title {
            font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 25px;
            color: #697586; }
        #primary-menu ul li.open a .menu-title {
          font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 25px;
          color: #009BA5; }
        #primary-menu ul li.open ul li {
          padding: 20px 0 0 40px; }
          #primary-menu ul li.open ul li a .menu-title {
            font-family: "RBGalanoNeue Regular", Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 25px; }

  header#masthead #header-wrapper .social-icons-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    width: 100vw;
    background: #ffffff;
    margin: 0;
    padding: 25px 0px 25px 0px;
    z-index: 10; }
    header#masthead #header-wrapper .social-icons-mobile .social-icons {
      display: flex; }
    header#masthead #header-wrapper .social-icons-mobile .wpml-floating-language-switcher {
      width: 48px;
      display: flex;
      justify-content: center; } }
.main-navigation.toggled #primary-menu {
  display: flex; }

#primary-menu .wpml-ls-item {
  display: none; }

@media screen and (max-width: 1000px) {
  #primary-menu .wpml-ls-item {
    display: block;
    position: absolute;
    bottom: 30px; }
    #primary-menu .wpml-ls-item a {
      font-size: 20px; }

  #primary-menu .wpml-ls-item + .wpml-ls-item:last-child {
    margin-left: 100px !important;
    border-left: 1px solid #000E52; }
    #primary-menu .wpml-ls-item + .wpml-ls-item:last-child a {
      padding-left: 15px; } }
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.excerpt_part {
  word-wrap: break-word;
  hyphens: auto; }

.updated:not(.published) {
  display: none; }

.centered {
  display: flex;
  justify-content: center; }

.float-left {
  display: inline-block;
  margin-right: 20px; }

.float-right {
  float: right;
  margin-left: 20px; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

@media screen and (max-width: 600px) {
  .entry-content img, .entry-content figure {
    float: unset;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto; } }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 16px; }

.section-wrapper {
  width: 100%;
  padding: 65px 65px; }
  @media screen and (max-width: 1000px) {
    .section-wrapper {
      padding: 40px 15px 40px; }
      .section-wrapper:first-child {
        padding-top: 60px; } }
  .section-wrapper.grey {
    background-color: #F2F5F8; }
  .section-wrapper.white {
    background-color: #ffffff; }
  .section-wrapper .section {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    position: relative; }
    .section-wrapper .section details summary {
      margin-bottom: 10px;
      cursor: pointer; }
    .section-wrapper .section details p {
      padding-left: 20px; }
  .section-wrapper .section.small {
    width: 910px; }
    @media screen and (max-width: 1000px) {
      .section-wrapper .section.small {
        width: 100%; } }

.section.contacts-top, .contact-person {
  display: flex;
  justify-content: flex-end;
  margin: 24px auto;
  padding: 0px 24px;
  max-width: calc(1440px + 48px); }
  @media screen and (max-width: 1000px) {
    .section.contacts-top, .contact-person {
      justify-content: flex-start;
      position: relative;
      overflow-x: scroll;
      padding-bottom: 10px;
      margin: 104px auto 14px auto; } }
  .section.contacts-top .contact-person-top, .contact-person .contact-person-top {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    margin-right: 16px;
    padding: 16px; }
    .section.contacts-top .contact-person-top:last-child, .contact-person .contact-person-top:last-child {
      margin-right: unset; }
  .section.contacts-top .person-image, .contact-person .person-image {
    background-size: cover;
    border-radius: 50%;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 8px; }
  .section.contacts-top .contact-person-top-wrap, .contact-person .contact-person-top-wrap {
    color: #697586;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; }
    .section.contacts-top .contact-person-top-wrap .person-name, .contact-person .contact-person-top-wrap .person-name {
      color: #000000;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 19px; }

.section-wrapper.white .contact-person-top {
  background-color: #F2F5F8; }

.contact-person {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center; }
  .contact-person .person-name {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; }

.load-more-wrapper {
  margin-top: 70px; }

.slide-content {
  width: 49%; }
  @media screen and (max-width: 1000px) {
    .slide-content {
      background-color: #004F5E;
      width: 100%; } }
  .slide-content .slider-img-mobile {
    display: none; }
    @media screen and (max-width: 1000px) {
      .slide-content .slider-img-mobile {
        display: block; } }
  .slide-content .post-date {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; }
    @media screen and (max-width: 1000px) {
      .slide-content .post-date {
        font-size: 14px;
        line-height: 19px;
        padding-left: 5%;
        margin-top: 30px; } }
  .slide-content h2.post-title {
    color: #00B4BE;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-left: -3px;
    margin-top: 15px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1000px) {
      .slide-content h2.post-title {
        font-size: 30px;
        line-height: 37px;
        padding-left: 5%;
        padding-right: 5%; } }
  .slide-content .post-excerpt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; }
    @media screen and (max-width: 1000px) {
      .slide-content .post-excerpt {
        display: none; } }
  .slide-content a.read-more {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-decoration: none; }
    @media screen and (max-width: 1000px) {
      .slide-content a.read-more {
        font-size: 16px;
        padding-left: 5%; } }
    .slide-content a.read-more:after {
      content: '';
      background: url("images/arrow-narrow-right.svg") no-repeat center center;
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      margin-left: 8px;
      transition: margin-left 0.3s ease;
      margin-top: -1px; }
    .slide-content a.read-more:hover:after {
      margin-left: 15px; }

.masonry-grid {
  margin-top: 35px; }
  @media screen and (max-width: 1000px) {
    .masonry-grid {
      height: auto !important;
      margin-top: 0px; } }

.grid-item,
.grid-sizer {
  width: 32%; }

.masonry-grid.marktdaten .grid-item,
.masonry-grid.marktdaten .grid-sizer {
  width: 49%; }
  @media screen and (max-width: 1000px) {
    .masonry-grid.marktdaten .grid-item,
    .masonry-grid.marktdaten .grid-sizer {
      width: 100%; }
      .masonry-grid.marktdaten .grid-item .headline,
      .masonry-grid.marktdaten .grid-sizer .headline {
        font-size: 20px;
        line-height: 25px; } }

@media screen and (max-width: 1000px) {
  .masonry-grid.marktdaten .grid-item-content {
    padding: 24px 0px 20px; } }

.gutter-sizer {
  width: 2%; }

.grid-item {
  background-color: #ffffff;
  margin-bottom: 26px;
  transition: scale 0.3s ease, box-shadow 0.3s ease;
  position: relative; }
  .grid-item .grid-item-content {
    padding: 24px 20px 20px; }
    .grid-item .grid-item-content .headline {
      color: #121926;
      margin-top: 0px;
      font-size: 24px;
      font-family: "RBGalanoNeue Bold";
      line-height: 30px;
      hyphens: auto; }
    .grid-item .grid-item-content .date {
      color: #697586 !important;
      font-family: "RBGalanoNeue Regular";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 19px; }
  .grid-item:hover {
    scale: 1.05; }
  @media screen and (max-width: 1000px) {
    .grid-item {
      width: 100%;
      position: relative !important;
      left: unset !important;
      top: unset !important;
      transform: translate3d(0px, 0px, 0px) !important;
      transition-property: scale !important;
      transition-duration: 0.3s !important;
      transition-delay: 0ms !important; } }

.grid-item.grid-item-position:hover {
  scale: unset; }

@media screen and (min-width: 1000px) {
  .masonry-grid.marktdaten .grid-item .headline {
    max-width: calc(100% - 60px); } }
.masonry-grid.content-page .grid-item {
  background: #F2F5F8;
  max-width: unset;
  font-size: 18px;
  line-height: 140%; }

.section-wrapper.grey .masonry-grid.content-page .grid-item {
  background: #ffffff; }

.grid-item img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.grid-quote {
  background-color: #007E8A;
  padding: 1px 24px 24px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; }
  .grid-quote h3, .grid-quote a:link, .grid-quote a:visited {
    color: #ffffff !important; }
  .grid-quote .quote-contact {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .grid-quote .quote-contact .quote-image {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      margin-right: 15px;
      overflow: hidden; }

.section.position .grid-item {
  background: transparent;
  border-top: 1px solid #CDD5DF; }

.section.position .grid-item.grid-item-fw {
  width: 100%;
  border: none; }
  .section.position .grid-item.grid-item-fw .grid-item-content .date {
    font-size: 20px;
    font-family: "RBGalanoNeue Regular";
    font-weight: 500;
    line-height: 28px; }
    @media screen and (max-width: 1000px) {
      .section.position .grid-item.grid-item-fw .grid-item-content .date {
        font-size: 14px;
        line-height: 18px; } }
  .section.position .grid-item.grid-item-fw .grid-item-content .headline {
    font-size: 48px;
    font-family: "RBGalanoNeue Bold";
    line-height: 60px;
    letter-spacing: -0.96px; }
    @media screen and (max-width: 1000px) {
      .section.position .grid-item.grid-item-fw .grid-item-content .headline {
        font-size: 30px;
        line-height: 37px; } }
  .section.position .grid-item.grid-item-fw .grid-item-content .text {
    font-size: 20px;
    font-family: "RBGalanoNeue Regular";
    font-weight: 400;
    line-height: 28px; }
    @media screen and (max-width: 1000px) {
      .section.position .grid-item.grid-item-fw .grid-item-content .text {
        font-size: 18px;
        line-height: 25px; } }

div[data-charts] {
  position: relative; }

.chart-chip-container {
  display: flex;
  margin: 0 auto 20px;
  max-width: 900px; }
  @media screen and (max-width: 1000px) {
    .chart-chip-container {
      position: relative;
      width: auto;
      overflow-y: scroll;
      padding-bottom: 10px; } }

.chart-chip-container > div {
  background-color: #f0f5f9;
  border-radius: 50px;
  color: #70757b;
  cursor: pointer;
  font-family: "RBGalanoNeue Bold";
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  padding: 10px 20px; }
  @media screen and (max-width: 1000px) {
    .chart-chip-container > div {
      min-width: fit-content; } }

.chart-chip-container > div.active {
  background-color: #e3e8ee;
  color: black; }

.chart-download-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 900px; }

.chart-download-container > #chart-download {
  background-color: #009BA5;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-family: "RBGalanoNeue Bold";
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  display: flex;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .chart-download-container > #chart-download {
      width: 100%;
      max-width: 100%;
      text-align: center; } }

.charts-month-select-wrapper {
  border: 1px solid #e3e8ee;
  border-radius: 4px;
  padding: 5px 5px 5px 20px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.charts-monthpicker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8; }

#charts-desc {
  font-size: 16px;
  line-height: 20px; }

div[data-salesaward] {
  position: relative; }

.salesaward-download-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 900px; }

.salesaward-download-container > #salesaward-download {
  background-color: #009BA5;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-family: "RBGalanoNeue Bold";
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  margin: auto;
  display: flex; }
  @media screen and (max-width: 1000px) {
    .salesaward-download-container > #salesaward-download {
      width: 100%;
      max-width: 100%;
      text-align: center; } }

.salesaward-month-select-wrapper {
  border: 1px solid #e3e8ee;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  padding: 5px 5px 5px 20px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.salesaward-monthpicker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8; }

.charts-month-select-wrapper, .salesaward-month-select-wrapper {
  border: 1px solid #009BA5 !important;
  border-radius: 4px !important;
  color: #009BA5;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 125%;
  padding: 5px 5px 5px 20px;
  cursor: pointer;
  z-index: 9;
  position: relative;
  height: 42px;
  max-width: 970px;
  margin: auto;
  margin-bottom: 40px; }
  .charts-month-select-wrapper:after, .salesaward-month-select-wrapper:after {
    background-color: #009BA5;
    content: '';
    position: absolute;
    -webkit-mask: url(images/chevron-down.svg) no-repeat 50% 50%;
    mask: url(images/chevron-down.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 32px;
    height: 32px;
    right: 15px;
    transition: rotate 0.3s ease; }
  .charts-month-select-wrapper:hover, .salesaward-month-select-wrapper:hover {
    color: #009BA5; }
    .charts-month-select-wrapper:hover:after, .salesaward-month-select-wrapper:hover:after {
      background-color: #009BA5; }
  .charts-month-select-wrapper.open:after, .salesaward-month-select-wrapper.open:after {
    rotate: 180deg; }

.charts {
  color: #000;
  margin: auto;
  max-width: 900px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  min-height: 500px; }
  .charts tr {
    align-items: center;
    border-top: 1px solid #cdd5df;
    display: flex;
    padding: 8px 0; }
    @media screen and (max-width: 1000px) {
      .charts tr {
        flex-direction: row;
        flex-wrap: wrap; } }
    .charts tr td {
      display: block;
      text-align: center; }
    .charts tr td:first-child {
      width: 42px; }
    .charts tr td:nth-child(2) {
      width: 30px;
      font-size: 14px; }
    .charts tr td:nth-child(3) {
      width: 38px; }
    .charts tr td:nth-child(4) {
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .charts tr td:nth-child(4) {
          width: calc(100% - 110px); } }
    .charts tr td:nth-child(5) {
      padding-left: 10px;
      width: 175px;
      text-align: left;
      font-size: 13px; }
  .charts tr:first-child {
    color: #00B4BE; }
  .charts tr:nth-child(2) {
    color: #009BA5; }
  .charts tr:nth-child(3) {
    color: #007E8A; }
  .charts tr:nth-child(4) {
    color: #006774; }
  .charts tr:nth-child(5) {
    color: #004F5E; }
  .charts .plattformen {
    color: #697586;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; }
    @media screen and (max-width: 1000px) {
      .charts .plattformen {
        display: none; } }
  .charts .publisher {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; }
    @media screen and (max-width: 1000px) {
      .charts .publisher {
        width: 100% !important;
        flex-grow: 1;
        margin-left: 100px; } }
  .charts .charts-same {
    background-color: #6a5ba3;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: auto; }
  .charts .charts-new {
    background-image: url(images/star.svg);
    display: block;
    width: 20px;
    height: 20px;
    margin: auto; }
  .charts .charts-up {
    background-image: url(images/arrow-narrow-up.svg);
    display: block;
    width: 20px;
    height: 20px;
    margin: auto; }
  .charts .charts-down {
    background-image: url(images/arrow-narrow-down.svg);
    display: block;
    width: 20px;
    height: 20px;
    margin: auto; }
  .charts .charts-reentry {
    background-image: url(images/flip-forward.svg);
    display: block;
    width: 20px;
    height: 20px;
    margin: auto; }
  .charts .charts-goto {
    display: flex;
    margin-top: 50px; }
    @media screen and (max-width: 1000px) {
      .charts .charts-goto {
        flex-direction: column;
        gap: 10px; }
        .charts .charts-goto .button-game {
          width: 100%;
          max-width: 100%; } }
    .charts .charts-goto button {
      margin-right: 15px; }

.cube-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px; }

.logos-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -20px 20px; }

.logos-wrapper .logo-wrapper {
  cursor: pointer;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
  margin: 10px 0;
  padding: 0 20px; }

.logos-wrapper .logo-wrapper img {
  max-height: 170px;
  width: auto; }

#MonthPicker_chart-month-input, .salesaward-monthpicker-container .month-picker, .charts-monthpicker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  border: none; }
  #MonthPicker_chart-month-input .ui-widget.ui-widget-content, #MonthPicker_chart-month-input.ui-widget.ui-widget-content, .salesaward-monthpicker-container .month-picker .ui-widget.ui-widget-content, .salesaward-monthpicker-container .month-picker.ui-widget.ui-widget-content, .charts-monthpicker-container .ui-widget.ui-widget-content, .charts-monthpicker-container.ui-widget.ui-widget-content {
    border: none; }
  #MonthPicker_chart-month-input .ui-widget-header, .salesaward-monthpicker-container .month-picker .ui-widget-header, .charts-monthpicker-container .ui-widget-header {
    background-color: #f2f5f8;
    border-radius: 0px;
    border: none;
    margin-top: 42px; }
  #MonthPicker_chart-month-input .month-picker-year-table, .salesaward-monthpicker-container .month-picker .month-picker-year-table, .charts-monthpicker-container .month-picker-year-table {
    margin: 0; }
    #MonthPicker_chart-month-input .month-picker-year-table .month-picker-title .ui-button, .salesaward-monthpicker-container .month-picker .month-picker-year-table .month-picker-title .ui-button, .charts-monthpicker-container .month-picker-year-table .month-picker-title .ui-button {
      color: #009BA5;
      background: none;
      border: none;
      cursor: pointer; }
      #MonthPicker_chart-month-input .month-picker-year-table .month-picker-title .ui-button:hover, .salesaward-monthpicker-container .month-picker .month-picker-year-table .month-picker-title .ui-button:hover, .charts-monthpicker-container .month-picker-year-table .month-picker-title .ui-button:hover {
        color: #000; }
  #MonthPicker_chart-month-input .month-picker-month-table, .salesaward-monthpicker-container .month-picker .month-picker-month-table, .charts-monthpicker-container .month-picker-month-table {
    border: none;
    margin: 0;
    background: #F8FAFC; }
    #MonthPicker_chart-month-input .month-picker-month-table .ui-button, .salesaward-monthpicker-container .month-picker .month-picker-month-table .ui-button, .charts-monthpicker-container .month-picker-month-table .ui-button {
      border: 1px solid #F8FAFC;
      background-color: #F8FAFC;
      border-radius: 25px;
      color: #697586;
      transition: color 0.3s ease, background-color 0.3s ease;
      width: auto; }
      #MonthPicker_chart-month-input .month-picker-month-table .ui-button:hover, .salesaward-monthpicker-container .month-picker .month-picker-month-table .ui-button:hover, .charts-monthpicker-container .month-picker-month-table .ui-button:hover {
        background-color: #009BA5;
        color: #ffffff; }
      #MonthPicker_chart-month-input .month-picker-month-table .ui-button.ui-state-highlight, .salesaward-monthpicker-container .month-picker .month-picker-month-table .ui-button.ui-state-highlight, .charts-monthpicker-container .month-picker-month-table .ui-button.ui-state-highlight {
        border: 1px solid #F8FAFC;
        background-color: #F8FAFC;
        color: #697586; }
      #MonthPicker_chart-month-input .month-picker-month-table .ui-button.ui-state-active, .salesaward-monthpicker-container .month-picker .month-picker-month-table .ui-button.ui-state-active, .charts-monthpicker-container .month-picker-month-table .ui-button.ui-state-active {
        background-color: #F8FAFC;
        border: 1px solid #009BA5; }
        #MonthPicker_chart-month-input .month-picker-month-table .ui-button.ui-state-active:hover, .salesaward-monthpicker-container .month-picker .month-picker-month-table .ui-button.ui-state-active:hover, .charts-monthpicker-container .month-picker-month-table .ui-button.ui-state-active:hover {
          background-color: #F8FAFC;
          border: 1px solid #009BA5;
          color: #000; }

.awards-swiper {
  overflow: hidden;
  max-width: 970px;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .awards-swiper {
      padding-bottom: 20px; } }
  .awards-swiper .swiper-slide {
    display: flex;
    align-items: center; }
  .awards-swiper .awards-slide-background {
    max-width: 90%; }
    @media screen and (max-width: 1000px) {
      .awards-swiper .awards-slide-background {
        max-width: 100%; } }
  @media screen and (max-width: 1000px) {
    .awards-swiper .awards-swiper-pagination {
      display: flex;
      flex-direction: row;
      overflow-x: scroll;
      padding-bottom: 10px; }
      .awards-swiper .awards-swiper-pagination .swiper-pagination-bullet {
        min-width: fit-content; } }
  .awards-swiper .awards-slide-content {
    position: absolute;
    background: #009ba5;
    border-radius: 20px;
    right: 0;
    width: 25%;
    min-width: 135px;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    box-shadow: 0px 3px 6px -2px rgba(16, 24, 40, 0.03), 0px 8px 16px -4px rgba(16, 24, 40, 0.1); }
    @media screen and (max-width: 1000px) {
      .awards-swiper .awards-slide-content {
        right: 5%;
        bottom: -20px;
        margin-top: unset; } }
    .awards-swiper .awards-slide-content .awards-slide-date {
      color: #ffffff;
      font-size: 12px;
      font-weight: 600;
      position: absolute;
      right: 19px;
      top: 17px;
      background: #004f5e;
      padding: 0px 13px;
      border-radius: 38px;
      line-height: 24px; }
      @media screen and (max-width: 1000px) {
        .awards-swiper .awards-slide-content .awards-slide-date {
          scale: 0.7;
          right: 0px;
          top: 5px; } }
    .awards-swiper .awards-slide-content .awards-infos {
      padding: 20px; }
      @media screen and (max-width: 1000px) {
        .awards-swiper .awards-slide-content .awards-infos {
          padding: 10px; } }
    .awards-swiper .awards-slide-content .awards-slide-title {
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      line-height: 110%;
      margin-top: 40px;
      font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1000px) {
        .awards-swiper .awards-slide-content .awards-slide-title {
          font-size: 14px;
          margin-top: 5px; } }
    .awards-swiper .awards-slide-content .awards-slide-publisher {
      color: #005462;
      font-size: 17px;
      line-height: 18px;
      margin-top: 10px;
      font-weight: 700;
      font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif;
      letter-spacing: -0.8px; }
      @media screen and (max-width: 1000px) {
        .awards-swiper .awards-slide-content .awards-slide-publisher {
          font-size: 10px;
          line-height: 10px;
          margin-top: 5px; } }
    .awards-swiper .awards-slide-content .awards-slide-award {
      color: #ffffff;
      font-weight: 600;
      text-align: center;
      padding: 20px;
      font-size: 24px;
      font-family: "RBGalanoNeue Bold", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1000px) {
        .awards-swiper .awards-slide-content .awards-slide-award {
          padding: 10px;
          font-size: 14px; } }
    .awards-swiper .awards-slide-content .award-type-sonderpreis {
      background-color: #007E8A; }
    .awards-swiper .awards-slide-content .award-type-platin {
      background-color: #a2a9ae;
      color: #4d5357; }
    .awards-swiper .awards-slide-content .award-type-gold {
      background-color: #d2aa69;
      color: #644623; }
    .awards-swiper .awards-slide-content .award-units {
      font-size: 32px;
      line-height: 30px; }
      @media screen and (max-width: 1000px) {
        .awards-swiper .awards-slide-content .award-units {
          font-size: 18px;
          line-height: 18px; } }

.salesaward-download-container, .chart-download-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 900px;
  margin-top: 65px;
  flex-direction: column; }

.topics-swiper {
  overflow: hidden; }
  .topics-swiper a:link, .topics-swiper a:visited {
    color: #121926; }
  .topics-swiper a:hover {
    color: #121926; }
  .topics-swiper a {
    text-decoration: none; }

.topics-item {
  max-width: 420px;
  transition: scale 0.3s ease; }
  .topics-item:hover {
    scale: 1.05; }
  .topics-item .topic-icon {
    background-color: #007E8A;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 235px;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .topics-item .topic-icon {
        height: 165px; } }
  .topics-item .topics-text {
    background-color: #F2F5F8;
    padding: 24px; }
    .topics-item .topics-text h3 {
      color: #121926;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px; }
    .topics-item .topics-text p {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px; }

.home_about {
  display: flex; }
  @media screen and (max-width: 1000px) {
    .home_about {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .home_about .home_about_left {
    flex: 1 1 60%; }
    @media screen and (max-width: 1000px) {
      .home_about .home_about_left {
        flex: 1 1 100%; } }
    .home_about .home_about_left .home_about_text {
      max-width: 640px;
      padding-right: 20px; }
  .home_about .home_about_right {
    flex: 1 1 40%;
    width: 40%; }
    @media screen and (max-width: 1000px) {
      .home_about .home_about_right {
        flex: 1 1 100%;
        width: 100%; } }
    .home_about .home_about_right .facts-swiper {
      overflow: hidden;
      position: relative; }
      .home_about .home_about_right .facts-swiper .sb-facts-next, .home_about .home_about_right .facts-swiper .sb-facts-prev {
        width: 40px;
        height: 40px; }
        .home_about .home_about_right .facts-swiper .sb-facts-next:after, .home_about .home_about_right .facts-swiper .sb-facts-prev:after {
          content: '';
          background-image: url("images/facts-button.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          display: block;
          position: absolute;
          width: 40px;
          height: 40px; }
        .home_about .home_about_right .facts-swiper .sb-facts-next:hover::after, .home_about .home_about_right .facts-swiper .sb-facts-prev:hover::after {
          background-image: url("images/facts-button-hover.svg"); }
      .home_about .home_about_right .facts-swiper .sb-facts-prev::after {
        rotate: 180deg; }
    .home_about .home_about_right .fact_wrapper {
      text-align: center;
      max-width: 350px;
      margin: auto; }
      .home_about .home_about_right .fact_wrapper .fact_icon {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
        width: 200px;
        height: 200px; }
      .home_about .home_about_right .fact_wrapper .fact_number {
        color: #00B4BE;
        text-align: center;
        font-size: 72px;
        font-style: normal;
        font-weight: 700;
        line-height: 90px;
        letter-spacing: -1.44px;
        margin-top: 10px;
        margin-bottom: -15px; }
      .home_about .home_about_right .fact_wrapper .fact_text {
        color: #004F5E;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        hyphens: auto; }

.sb-facts-next, .sb-topics-next, .sb-related-next, .sb-facts-prev, .sb-topics-prev, .sb-related-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.sb-facts-next, .sb-topics-next, .sb-related-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.sb-facts-next, .sb-facts-prev, .sb-topics-next, .sb-topics-prev, .sb-related-prev, .sb-related-next, .sb-persons-next, .sb-persons-prev {
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .sb-facts-next:after, .sb-facts-prev:after, .sb-topics-next:after, .sb-topics-prev:after, .sb-related-prev:after, .sb-related-next:after, .sb-persons-next:after, .sb-persons-prev:after {
    content: '' !important;
    background-image: url("images/facts-button.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px; }
  .sb-facts-next:hover::after, .sb-facts-prev:hover::after, .sb-topics-next:hover::after, .sb-topics-prev:hover::after, .sb-related-prev:hover::after, .sb-related-next:hover::after, .sb-persons-next:hover::after, .sb-persons-prev:hover::after {
    background-image: url("images/facts-button-hover.svg"); }

.sb-facts-prev::after, .sb-topics-prev::after, .sb-related-prev::after, .sb-persons-prev::after {
  rotate: 180deg; }

.sb-topics-prev, .sb-persons-prev {
  top: 80px;
  right: 90px; }
  @media screen and (max-width: 1000px) {
    .sb-topics-prev, .sb-persons-prev {
      top: 50px;
      right: 50px; } }

.sb-topics-next, .sb-persons-next {
  top: 80px;
  right: 40px; }
  @media screen and (max-width: 1000px) {
    .sb-topics-next, .sb-persons-next {
      top: 50px;
      right: 0px; } }

.teaser-wrapper {
  background-color: #004F5E;
  color: #ffffff;
  display: flex;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .teaser-wrapper .teaser-gradient {
    background: linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 60%), linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 70%), linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 70%), linear-gradient(61deg, #004F5E 1%, rgba(0, 79, 94, 0) 60%);
    min-height: 600px;
    width: calc(100% - 65px);
    position: absolute; }
    @media screen and (max-width: 1000px) {
      .teaser-wrapper .teaser-gradient {
        display: none; } }
  .teaser-wrapper .teaser-img {
    height: 100%;
    width: auto;
    right: 0;
    position: absolute; }
    @media screen and (max-width: 1000px) {
      .teaser-wrapper .teaser-img {
        width: 100%;
        height: auto;
        position: relative; } }
  .teaser-wrapper .teaser-content {
    position: relative;
    padding: 65px; }
    @media screen and (max-width: 1000px) {
      .teaser-wrapper .teaser-content {
        padding: 15px; } }
  .teaser-wrapper .teaser-text {
    max-width: 50%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }
  .teaser-wrapper h2 {
    color: #00B4BE; }
  .teaser-wrapper h3 {
    color: #ffffff; }

.section-wrapper article .section {
  width: 900px;
  max-width: 100%; }
  .section-wrapper article .section img.size-content_width {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .section-wrapper article .section img.size-content_width {
        width: 100%;
        max-width: 100%;
        margin: auto;
        float: unset;
        display: flex; } }
  .section-wrapper article .section .post-date {
    color: #697586;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; }
  .section-wrapper article .section p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; }
    @media screen and (max-width: 1000px) {
      .section-wrapper article .section p {
        line-height: 32px; } }
  .section-wrapper article .section ol, .section-wrapper article .section ul {
    color: #009BA5;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 40px auto;
    max-width: 665px;
    padding: 0 20px; }
.section-wrapper article .header-caption {
  color: #697586;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: block;
  max-width: 910px;
  margin: auto; }
.section-wrapper article .article-headerimage {
  margin: auto;
  max-width: 910px;
  text-align: center; }
  .section-wrapper article .article-headerimage img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto; }

.single-perks-posting .section-wrapper article .section ol, .single-perks-posting .section-wrapper article .section ul {
  color: #000; }

blockquote {
  color: #009BA5 !important;
  font-size: 24px;
  font-family: "RBGalanoNeue Bold";
  font-weight: 700;
  line-height: 30px;
  margin: 130px auto 40px;
  max-width: 665px;
  padding: 0 20px; }
  blockquote p {
    color: #009BA5 !important;
    font-size: 30px !important;
    font-family: "RBGalanoNeue Bold";
    font-weight: 700 !important;
    line-height: 37px !important; }
  blockquote:before {
    content: '»';
    display: block;
    position: absolute;
    color: #009BA5;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin-top: -60px; }
  blockquote p:after {
    content: '«';
    display: inline-block;
    color: #009BA5;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -1.44px; }

blockquote + figure {
  display: flex;
  width: unset !important;
  gap: 20px;
  margin-left: 120px;
  top: -60px;
  position: relative; }
  blockquote + figure figcaption.wp-caption-text {
    text-align: left; }

.zitat-bild {
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.zitat-person {
  display: flex;
  align-items: center;
  max-width: 665px;
  padding: 0 20px;
  margin: -15px auto 55px; }
  .zitat-person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 16px; }
  .zitat-person h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0; }
  .zitat-person p {
    color: #697586;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0; }

.wrapper-publikation {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid #CDD5DF;
  gap: 24px;
  margin-bottom: 17px;
  padding-top: 24px; }
  @media screen and (max-width: 910px) {
    .wrapper-publikation {
      flex-direction: column; } }
  .wrapper-publikation .publikation-image {
    max-width: 420px;
    height: auto; }
    @media screen and (max-width: 910px) {
      .wrapper-publikation .publikation-image {
        width: 100%;
        max-width: 100%; } }
  .wrapper-publikation .publikation-date {
    color: #697586;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; }
  .wrapper-publikation .publikation-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; }

.company-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .company-list .company-letter {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 16px 0;
    border-top: 1px solid #CDD5DF;
    width: 100%; }
    .company-list .company-letter h2 {
      font-size: 30px;
      font-weight: 700;
      line-height: 37px;
      margin: 0; }
      .company-list .company-letter h2:after {
        background-color: #121926;
        content: '';
        position: absolute;
        display: inline-block;
        -webkit-mask: url(images/chevron-down.svg) no-repeat 50% 50%;
        mask: url(images/chevron-down.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        width: 36px;
        height: 36px;
        right: 0px;
        transform-origin: center;
        transition: transform  0.3s ease; }
      .company-list .company-letter h2.rotate:after {
        transform: rotate(180deg); }
  .company-list .company-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px; }
  .company-list .firma {
    margin-bottom: 10px;
    padding: 5px 20px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    .company-list .firma a {
      font-weight: bold; }

.single-wpdmpro .card.hide_empty {
  border: none;
  height: 0px; }

.single-wpdmpro .card img {
  display: none; }

.member-tabs ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .member-tabs ul {
      position: relative;
      overflow-y: scroll;
      padding-bottom: 10px; } }
  .member-tabs ul li {
    background-color: #e3e8ee;
    border-radius: 50px;
    color: #697586;
    cursor: pointer;
    margin-right: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; }
    @media screen and (max-width: 1000px) {
      .member-tabs ul li {
        min-width: fit-content;
        display: flex;
        align-self: center;
        text-align: center; } }
    .member-tabs ul li.active {
      color: #000000; }

.member-filter-wrapper {
  display: inline-flex;
  flex-direction: row; }
  @media screen and (max-width: 600px) {
    .member-filter-wrapper {
      flex-direction: column;
      gap: 10px; } }
  .member-filter-wrapper select {
    border: 1px solid #ccc;
    background-color: #e3e8ee;
    border-radius: 50px;
    color: #697586;
    cursor: pointer;
    margin-right: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    align-self: flex-start;
    max-width: 200px; }

.member-list .ajax-search-wrap {
  width: 100%; }
  .member-list .ajax-search-wrap input {
    height: 40px;
    background-color: #fff;
    border: 1px solid #CDD5DF;
    border-radius: 25px;
    padding: 10px 30px 10px 10px;
    font-size: 80%;
    outline: none;
    width: 100%; }
  .member-list .ajax-search-wrap button {
    background: none;
    outline: none;
    border: none;
    position: absolute;
    right: 0; }
.member-list .filter-box {
  margin-top: 24px; }

.member-tab-content {
  display: flex;
  flex-direction: column; }
  .member-tab-content .member-row {
    max-width: 1280px;
    margin: 0x auto;
    padding: 24px 0;
    border-top: 1px solid #CDD5DF; }
    @media screen and (max-width: 600px) {
      .member-tab-content .member-row {
        display: flex;
        flex-direction: column; } }
    .member-tab-content .member-row .member-image-wrap {
      width: 25%;
      float: left;
      padding-right: 10px;
      padding-left: 10px; }
      @media screen and (max-width: 600px) {
        .member-tab-content .member-row .member-image-wrap {
          float: unset;
          margin: auto;
          display: flex;
          justify-content: center;
          margin-bottom: 24px; } }
      .member-tab-content .member-row .member-image-wrap img {
        max-width: 200px;
        height: auto;
        max-height: 115px; }
    .member-tab-content .member-row .member-name h2 {
      margin-top: 0px;
      max-width: 90%; }
    .member-tab-content .member-row .member-content-wrap {
      float: right;
      width: 75%;
      padding-right: 10px;
      padding-left: 10px; }
      @media screen and (max-width: 1000px) {
        .member-tab-content .member-row .member-content-wrap {
          width: 100%;
          padding-right: 20px; } }
    .member-tab-content .member-row .member-content-toggle {
      display: block;
      width: 36px;
      height: 36px;
      background: url(images/chevron-down.svg) center no-repeat;
      background-size: cover;
      rotate: 180deg;
      transition: rotate 0.3s ease;
      right: 0;
      position: absolute;
      cursor: pointer; }
      .member-tab-content .member-row .member-content-toggle.closed {
        rotate: 0deg; }

.searchresult {
  margin: 0;
  padding: 0; }
  .searchresult .date {
    color: #697586;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.714%; }
  .searchresult .searchtext {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%; }
  .searchresult hr {
    margin-top: 10px; }
  .searchresult .readon {
    top: -10px; }

.searchresult-setting {
  color: #121926;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .searchresult-setting {
      padding: 24px 0 40px;
      border-bottom: 1px solid #ccc; } }
  .searchresult-setting select {
    border-radius: 20px;
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 16px; }

.searchresult-form {
  display: flex;
  align-items: center; }
  .searchresult-form label {
    width: 100%; }
  .searchresult-form input[type="search"] {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #CDD5DF;
    border-radius: 35px;
    padding: 10px 30px 10px 50px;
    font-size: 80%;
    outline: none;
    position: relative; }
  .searchresult-form input[type="image"] {
    position: absolute;
    left: 20px; }
  @media screen and (max-width: 1000px) {
    .searchresult-form:hover {
      z-index: 1;
      border-radius: 25px;
      opacity: 1; } }
  .searchresult-form:focus {
    border: 2px solid #0C55A6; }
    @media screen and (max-width: 1000px) {
      .searchresult-form:focus {
        width: 200px;
        z-index: 1;
        border-radius: 25px;
        padding: 10px 30px 10px 10px;
        opacity: 1; } }

.game-person {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-bottom: 24px; }
  @media screen and (max-width: 600px) {
    .game-person {
      flex-direction: column; } }
  .game-person .titelbild {
    display: flex;
    width: 120px;
    min-width: 120px;
    height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .game-person .titelbild {
        margin: 24px auto; } }
    .game-person .titelbild img {
      border-radius: 200px; }
  .game-person .game-person-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 32px; }
    .game-person .game-person-infos .position {
      color: #121926;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 138.889%; }
    .game-person .game-person-infos .name, .game-person .game-person-infos .pronomen {
      color: #121926;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 125%;
      hyphens: auto;
      word-break: break-word; }
    .game-person .game-person-infos .pronomen {
      font-weight: 400; }
    .game-person .game-person-infos .beschreibung {
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 138.889%;
      hyphens: auto; }
    .game-person .game-person-infos .phone,
    .game-person .game-person-infos .email {
      color: #121926;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 138.889%; }
      @media screen and (max-width: 1000px) {
        .game-person .game-person-infos .phone,
        .game-person .game-person-infos .email {
          font-size: 16px;
          line-height: 125%; } }
    .game-person .game-person-infos .email {
      margin-bottom: 14px; }

.game-person:last-child {
  border-bottom: none; }

.contact-person .person-outer-wrap .person-inner-wrap .person-name, .contact-person .person-outer-wrap .person-inner-wrap .person-position, .contact-person .person-outer-wrap .person-inner-wrap .person-phone, .contact-person .person-outer-wrap .person-inner-wrap .person-mail {
  color: #697586;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
.contact-person .person-outer-wrap .person-inner-wrap .person-name {
  color: #000;
  font-family: "RBGalanoNeue Bold";
  font-style: normal;
  font-weight: 700; }

.contact-person.has-thumbnail {
  padding: 0; }

body.page-template-topic-page h1 img {
  width: 270px !important;
  margin: 20px 0px 20px 0px; }

.topic-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .topic-area .topic-wrap {
    flex: 1 1 50%; }
    @media screen and (max-width: 1000px) {
      .topic-area .topic-wrap {
        flex: 1 1 100%; } }
    .topic-area .topic-wrap .topic {
      background-color: #006774;
      text-align: center;
      margin: 20px;
      height: 313px;
      cursor: pointer;
      position: relative;
      background-position: center center;
      background-size: cover;
      box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25); }
      .topic-area .topic-wrap .topic .topic-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #009BA5;
        z-index: 0; }
      .topic-area .topic-wrap .topic .topic-tile-content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        margin: auto;
        text-align: center;
        bottom: 0;
        z-index: 1;
        width: 80%;
        font-size: 28px;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
        word-break: break-word; }
        .topic-area .topic-wrap .topic .topic-tile-content .banderole {
          width: 125%;
          margin-left: -12.3%;
          background: white;
          line-height: 0px; }
          .topic-area .topic-wrap .topic .topic-tile-content .banderole img {
            height: 55px; }
    .topic-area .topic-wrap .topic:hover .topic-overlay, .topic-area .topic-wrap .topic-area .topic-wrap.active .topic-overlay {
      background-color: #009BA5; }
    .topic-area .topic-wrap .topic:hover .topic-overlay, .topic-area .topic-wrap.active .topic-overlay {
      background-color: #007E8A; }
  .topic-area .topic-content-wrap.shrinked {
    opacity: 0; }
  .topic-area .topic-content-wrap {
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .topic-area .topic-content-wrap .knob {
      position: absolute;
      margin-top: -100px;
      width: 100px;
      height: 100px;
      overflow: hidden; }
      .topic-area .topic-content-wrap .knob:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: white;
        transform: rotate(45deg);
        /* Prefixes... */
        top: 93px;
        left: 25px;
        -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25); }
    .topic-area .topic-content-wrap .topic-content {
      pointer-events: auto;
      margin-left: 30px;
      margin-right: 30px;
      background: white;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      overflow: hidden;
      box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25); }
      .topic-area .topic-content-wrap .topic-content > div {
        padding: 30px 0px; }
        .topic-area .topic-content-wrap .topic-content > div > div {
          padding: 0px 30px; }
          .topic-area .topic-content-wrap .topic-content > div > div:first-child {
            border-right: 1px solid #D9DDDE; }
          .topic-area .topic-content-wrap .topic-content > div > div ul li {
            margin-bottom: 15px; }
    @media screen and (max-width: 600px) {
      .topic-area .topic-content-wrap .topic-right-side {
        margin-top: 30px; } }
  .topic-area .x-col:last-child:not(:first-child) {
    float: left; }

.content-bucket {
  display: none; }

.full-size-slider {
  overflow-x: hidden; }
  .full-size-slider .swiper-wrapper {
    height: auto !important;
    padding-top: 2vw; }
  .full-size-slider .slide-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .full-size-slider .swiper-slide {
    transform: scale(1);
    transition: transform 0.5s ease; }
    .full-size-slider .swiper-slide img {
      opacity: 0; }
    .full-size-slider .swiper-slide .slide-description {
      color: #99a4b2;
      bottom: -25px;
      font-size: 12px;
      text-align: right;
      position: absolute;
      width: 100%;
      pointer-events: none; }
  .full-size-slider .swiper-slide.slide-image.swiper-slide-active {
    transform: scale(1.1); }
  .full-size-slider .swiper-pagination-horizontal {
    margin-top: 30px; }

.guides-authors {
  background-color: #f8fafc;
  max-width: 650px;
  border-radius: 32px;
  margin: 90px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 32px; }
  .guides-authors .author-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: -110px auto 20px; }
    .guides-authors .author-image img {
      border-radius: 50%;
      padding-top: unset; }
  .guides-authors h2.author-name {
    color: #009ba5;
    margin-top: 15px;
    margin-bottom: 0px; }
  .guides-authors .author-desc {
    color: #009ba5;
    font-size: 16px;
    line-height: 22px; }

.membersignup-form-content-wrapper form input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px; }
.membersignup-form-content-wrapper label {
  margin-right: 20px; }
.membersignup-form-content-wrapper p, .membersignup-form-content-wrapper form > p {
  font-size: 16px !important; }

.membersignup-form-content-wrapper form .col1 label, .membersignup-form-content-wrapper form .col2 label, .membersignup-form-content-wrapper form .split.regular label, .membersignup-form-content-wrapper form .firstlevel-checkbox-wrapper label, .membersignup-form-content-wrapper form .regulartext-nomargin label {
  font-size: 17px; }

@media screen and (max-width: 1000px) {
  .membersignup-form-content-wrapper input[type="submit"], .membersignup-form-content-wrapper .wpcf7-submit {
    display: block;
    margin-bottom: 20px;
    text-align: center; } }
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #F2F5F8;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*# sourceMappingURL=style.css.map */
