/*!
Theme Name: BertelsmannTHE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Trusted Health Ecosystems
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: bthe
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.

BertelsmannTHE 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

--------------------------------------------------------------*/
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lato-v23-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-regular.woff2") format("woff2"), url("fonts/lato-v23-latin-regular.woff") format("woff"), url("fonts/lato-v23-latin-regular.ttf") format("truetype"), url("fonts/lato-v23-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-v23-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-700.woff2") format("woff2"), url("fonts/lato-v23-latin-700.woff") format("woff"), url("fonts/lato-v23-latin-700.ttf") format("truetype"), url("fonts/lato-v23-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-medium - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Lato-Medium.ttf.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Medium.ttf.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Medium.ttf.woff") format("woff"), url("fonts/Lato-Medium.ttf") format("truetype"), url("fonts/Lato-Medium.ttf.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* epilogue-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/epilogue-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/epilogue-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/epilogue-v17-latin-regular.woff2") format("woff2"), url("fonts/epilogue-v17-latin-regular.woff") format("woff"), url("fonts/epilogue-v17-latin-regular.ttf") format("truetype"), url("fonts/epilogue-v17-latin-regular.svg#Epilogue") format("svg");
  /* Legacy iOS */ }
/* epilogue-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/epilogue-v17-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("fonts/epilogue-v17-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/epilogue-v17-latin-500.woff2") format("woff2"), url("fonts/epilogue-v17-latin-500.woff") format("woff"), url("fonts/epilogue-v17-latin-500.ttf") format("truetype"), url("fonts/epilogue-v17-latin-500.svg#Epilogue") format("svg");
  /* Legacy iOS */ }
/* epilogue-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/epilogue-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("fonts/epilogue-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/epilogue-v17-latin-600.woff2") format("woff2"), url("fonts/epilogue-v17-latin-600.woff") format("woff"), url("fonts/epilogue-v17-latin-600.ttf") format("truetype"), url("fonts/epilogue-v17-latin-600.svg#Epilogue") format("svg");
  /* Legacy iOS */ }
/*--------------------------------------------------------------
# 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: #053A5D;
  font-family: Lato, "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 16px;
      line-height: 140%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Epilogue';
  font-style: normal; }

h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 120%;
  color: #1EB4FF;
  margin: 60px 0px 15px -22px;
  text-shadow: 0px 0px 20px #f9f7f5, 0px 0px 20px #f9f7f5, 0px 0px 30px #f9f7f5, 0px 0px 30px #f9f7f5;
  hyphens: auto;
  -webkit-hyphens: auto; }
  @media screen and (max-width: 1280px) {
    h1 {
      font-size: 60px;
      line-height: 120%; } }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 27px;
      line-height: 140%; } }

.post.type-post h1, .type-page h1 {
  font-size: 50px;
  line-height: 120%;
  max-width: 70%;
  margin: 0px 55px 20px 120px; }
  @media screen and (max-width: 1000px) {
    .post.type-post h1, .type-page h1 {
      font-size: 26px;
      line-height: 140%;
      margin-left: 30px; } }

.page-template-glossary h1 {
  font-size: 60px;
  color: #000E52;
  margin-left: 90px; }
  @media screen and (max-width: 1000px) {
    .page-template-glossary h1 {
      margin-left: 0px; } }

.page-template-default h1, .search h1 {
  color: #053A5D; }

.search h1 {
  max-width: 70%;
  margin: 0px 55px 20px 120px;
  font-size: 50px;
  line-height: 120%; }
  @media screen and (max-width: 1000px) {
    .search h1 {
      margin-left: 30px; } }

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1EB4FF;
  margin: 10px 0;
  hyphens: auto;
  -webkit-hyphens: auto; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 30px;
      line-height: 120%; } }

@media screen and (max-width: 1280px) {
  .topics-container h2 {
    font-size: 30px;
    line-height: 120%; } }

.articles-overview-desc h1 {
  padding-left: 20px; }
  @media screen and (max-width: 1000px) {
    .articles-overview-desc h1 {
      padding-left: 40px; } }

#primary.Inspiration h1,
#primary.Inspiration h2,
#primary.Inspiration h3,
#primary.Inspiration blockquote,
#primary.Inspiration .overview-header ul.the-extensions-subcategories-block li a {
  color: #136F4E; }

#primary.Vision h1,
#primary.Vision h2,
#primary.Vision h3,
#primary.Vision blockquote,
#primary.Vision .overview-header ul.the-extensions-subcategories-block li a {
  color: #1EB4FF; }

#primary.Konzept h1,
#primary.Konzept h2,
#primary.Konzept h3,
#primary.Konzept blockquote,
#primary.Konzept .overview-header ul.the-extensions-subcategories-block li a,
#primary.Concept h1,
#primary.Concept h2,
#primary.Concept h3,
#primary.Concept blockquote,
#primary.Concept .overview-header ul.the-extensions-subcategories-block li a {
  color: #0C55A6; }

.kontakt-wrapper h2 {
  color: #053A5D;
  line-height: 120%;
  font-weight: 700; }
  @media screen and (max-width: 1000px) {
    .kontakt-wrapper h2 {
      font-size: 24px;
      line-height: 120%; } }

.home-articles-wrapper h2 {
  font-size: 50px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .home-articles-wrapper h2 {
      font-size: 30px;
      margin-top: 35px; } }

  /*.home-articles-wrapper h2.parked {
	margin-top: 90px !important;
	font-size: 50px !important;
	transform: translateY(0); 
	transition: transform 1s ease, font-size 1s ease;
  
	@media screen and (max-width: $size__small) {
	  font-size: 30px !important;
	  transform: translateY(0);
	  transition: transform 1s ease, font-size 1s ease;
	}
  }*/
.home-articles-wrapper .home_steps {
  position: relative; }
  @media screen and (max-width: 1000px) {
    .home-articles-wrapper .home_steps {
      margin-top: 20px; } }

/*.home-articles-wrapper .home_steps.parked {	
	margin-top: 60px !important;

	@media screen and (max-width: $size__small) {
		margin-top: 20px !important;
	}
}*/
.article-content-wrapper h2 {
  font-size: 25px;
  margin-top: 50px; }
  @media screen and (max-width: 1000px) {
    .article-content-wrapper h2 {
      font-size: 18px;
      line-height: 140%; } }

h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #053A5D;
  margin-top: 0px;
  hyphens: auto;
  -webkit-hyphens: auto; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 18px;
      line-height: 140%; } }

.article-wrapper h3 {
  margin-top: 60px; }

#learn-more-wrapper h3 {
  color: #053A5D;
  font-family: Epilogue;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; }
  @media screen and (max-width: 1000px) {
    #learn-more-wrapper h3 {
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      margin-bottom: 0px; } }

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #000E52;
  hyphens: auto;
  -webkit-hyphens: auto; }

.overview-header h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #878D96;
  margin-bottom: 20px; }

.intro-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #053A5D; }

p {
  margin-bottom: 15px !important; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin: 65px 80px 45px;
  hyphens: auto; }
  blockquote h5 {
    color: #000E52;
    font-family: Lato;
    font-size: 18px;
    font-style: normal !important;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0px;
    hyphens: auto; }
    @media screen and (max-width: 1000px) {
      blockquote h5 {
        font-size: 16px;
        line-height: 120%; } }
    blockquote h5 em {
      font-style: normal !important; }
  @media screen and (max-width: 1000px) {
    blockquote {
      margin: 45px 40px 25px;
      font-size: 16px;
      line-height: 120%; } }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: Lato;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Lato; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
html {
  height: -webkit-fill-available; }

body {
  background: #F9F7F5;
  background-image: url("images/tree1blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right top;
  overflow-x: hidden; }
  @media screen and (max-width: 1000px) {
    body {
      background-size: 320% auto; } }

@media screen and (max-width: 1000px) {
  body.grid1orange {
    background-size: 180% auto;
    background-position: -60px -175px; } }

@media screen and (max-width: 1000px) {
  body.tree1green {
    background-size: 210% auto;
    background-position: -10px -30px; } }

@media screen and (max-width: 1000px) {
  body.tree1indigo {
    background-size: 210% auto;
    background-position: -210px -180px; } }

#masthead {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  align-items: center;
  max-width: 100vw;
  z-index: 10; }

#header-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding: 10px 55px; }
  #header-wrapper .header-search-lang {
    display: flex; }

#masthead form[role="search"] {
  display: flex;
  align-items: center; }

#masthead form[role="search"] input[type="search"] {
  width: 200px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #C1C7CD;
  border-radius: 25px;
  padding: 10px 30px 10px 10px;
  font-size: 80%;
  outline: none;
  position: relative;
  transition: border-color 0.3s; }
  @media screen and (max-width: 1000px) {
    #masthead form[role="search"] input[type="search"] {
      width: 30px;
      z-index: 2;
      border: none;
      border-radius: 50%;
      padding: 0;
      transition: border 0.3s, width 0.3s, border-radius 0.3s, padding 0.3s, opacity 0.3s;
      opacity: 0; } }

#masthead form[role="search"] input[type="search"]:hover {
  border: 1px solid #C1C7CD; }
  @media screen and (max-width: 1000px) {
    #masthead form[role="search"] input[type="search"]:hover {
      width: 200px;
      z-index: 1;
      border-radius: 25px;
      padding: 10px 30px 10px 10px;
      opacity: 1; } }

#masthead form[role="search"] input[type="search"]:focus {
  border: 2px solid #0C55A6; }
  @media screen and (max-width: 1000px) {
    #masthead form[role="search"] input[type="search"]:focus {
      width: 200px;
      z-index: 1;
      border-radius: 25px;
      padding: 10px 30px 10px 10px;
      opacity: 1; } }

#masthead form[role="search"] input[type="image"] {
  position: relative;
  margin-left: -22px; }

.wpml-floating-language-switcher {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #053A5D;
  position: relative;
  display: flex;
  align-items: center; }

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin: 0 !important;
  height: 26px; }
  .wpml-ls-legacy-list-horizontal .wpml-ls-item:nth-child(2) {
    border-left: 1px solid #000E52; }

.wpml-ls-statics-shortcode_actions ul li a {
  word-break: normal; }

.wpml-ls-legacy-list-horizontal a {
  padding: 3px 10px 6px; }

.wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {
  font-weight: 400; }

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  font-weight: 600; }

.breadcrumbs {
  margin: 40px 55px 80px 60px;
  position: relative;
  color: #878D96;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%; }
  .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #878D96;
    text-decoration: none; }
  .breadcrumbs .brarrow {
    margin: 0 5px;
    font-size: 25px;
    font-family: 'Epilogue';
    top: 2px;
    position: relative; }
  @media screen and (max-width: 1000px) {
    .breadcrumbs {
      margin: 50px 30px 20px; } }

footer {
  background-color: #DDE1E6;
  padding: 50px  30px;
  position: relative;
  z-index: 1;
  margin-top: 60px; }
  @media screen and (max-width: 1000px) {
    footer {
      padding: 30px; } }

footer .site-info {
  max-width: 1440px;
  margin: auto;
  color: #0C55A6;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  padding: 0 70px; }
  @media screen and (max-width: 1000px) {
    footer .site-info {
      padding: 0; } }

footer .site-info a {
  text-decoration: none; }

footer .wp-block-column {
  align-items: center;
  display: flex;
  flex: 1 1 50%; }
  footer .wp-block-column:first-child {
    flex: 1 1 25%; }
  footer .wp-block-column:last-child {
    flex-direction: column;
    align-items: end;
    flex: 1 1 25%; }
    @media screen and (max-width: 1000px) {
      footer .wp-block-column:last-child {
        align-items: start; }
        footer .wp-block-column:last-child p {
          margin-left: 27px; } }

footer .wp-block-column:last-child ul {
  width: 100%;
  justify-content: end; }
  @media screen and (max-width: 1000px) {
    footer .wp-block-column:last-child ul {
      justify-content: start; } }

footer .widget {
  margin: 0; }

footer .menu-footermenu-container {
  display: flex;
  align-items: center; }

footer a:link, footer a:visited {
  word-break: initial;
  color: #0C55A6; }

footer ul {
  margin: 0;
  padding: 0; }

footer ul li {
  margin: 0 100px 0 0; }
  footer ul li:first-child {
    margin-left: 0px; }
    @media screen and (max-width: 1000px) {
      footer ul li:first-child {
        margin-left: 3px; } }
  footer ul li:last-child {
    margin-right: 0px; }
  @media screen and (max-width: 1000px) {
    footer ul li {
      margin: 0 30px 15px 3px;
      font-size: 16px;
      line-height: 140%; } }

@media screen and (max-width: 1000px) {
  footer .wp-block-columns, footer #menu-footermenu {
    flex-direction: column;
    padding-left: 28px; } }

@media screen and (max-width: 1000px) {
  footer .wp-block-social-links {
    margin-left: 27px; } }
footer .wp-block-social-links .wp-social-link {
  font-size: 20px; }

@media screen and (max-width: 1000px) {
  footer .widget.widget_nav_menu {
    margin: unset !important; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 10px; }
  @media screen and (max-width: 1000px) {
    ul,
    ol {
      margin: 0 0 1.5em 0; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-bottom: 20px !important; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

footer ul {
  list-style: none;
  display: flex;
  flex-direction: row; }

footer li {
  margin: 0 30px; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #000E52;
  word-break: break-word; }
  a:visited {
    color: #000E52; }
  a:hover, a:focus, a:active {
    color: #053a5d; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

.the-extensions-subcategories-block a {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 140%;
  color: #1EB4FF; }
  @media screen and (max-width: 1000px) {
    .the-extensions-subcategories-block a {
      font-size: 18px;
      line-height: 30px;
      hyphens: auto; } }

#secondary .the-extensions-subcategories-block a, ul.navpunkte a, ul.navpunkte-mobile a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #053A5D;
  text-decoration: none;
  hyphens: auto; }

.headline-link {
  text-decoration: none; }

/* 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; }
  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; }

.entry-link {
  height: 58px; }

button:not(nav button), .button, .infobox-btn, .eb-button-anchor, .eb-button a.eb-button-anchor, input.wpcf7-submit {
  background: #ffffff !important;
  color: #0C55A6 !important;
  height: 58px;
  border: 2px solid #0C55A6 !important;
  border-radius: 40px !important;
  padding: 15px 75px 15px 25px !important;
  cursor: pointer;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  letter-spacing: 0.01em;
  position: relative;
  transition: color 0.5s ease, background-color 0.5s ease !important;
  line-height: normal !important;
  text-decoration: none;
  display: inline-block !important; }
  @media screen and (max-width: 1000px) {
    button:not(nav button), .button, .infobox-btn, .eb-button-anchor, .eb-button a.eb-button-anchor, input.wpcf7-submit {
      font-size: 16px !important;
      line-height: 120% !important;
      height: 51px;
      padding: 15px 60px 15px 25px !important; } }
  button:not(nav button):visited, .button:visited, .infobox-btn:visited, .eb-button-anchor:visited, .eb-button a.eb-button-anchor:visited, input.wpcf7-submit:visited {
    border-color: #0C55A6 !important;
    background: #ffffff !important;
    color: #0C55A6 !important; }
  button:not(nav button):hover, button:not(nav button):active, button:not(nav button):focus, .button:hover, .button:active, .button:focus, .infobox-btn:hover, .infobox-btn:active, .infobox-btn:focus, .eb-button-anchor:hover, .eb-button-anchor:active, .eb-button-anchor:focus, .eb-button a.eb-button-anchor:hover, .eb-button a.eb-button-anchor:active, .eb-button a.eb-button-anchor:focus, input.wpcf7-submit:hover, input.wpcf7-submit:active, input.wpcf7-submit:focus {
    border-color: #0C55A6 !important;
    background: #0C55A6 !important;
    color: #ffffff !important; }
  button:not(nav button):after, .button:after, .infobox-btn:after, .eb-button-anchor:after, .eb-button a.eb-button-anchor:after, input.wpcf7-submit:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-mask: url(images/arrow-right.svg) no-repeat 50% 50%;
    mask: url(images/arrow-right.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0C55A6;
    width: 34px;
    height: 22px;
    margin-top: -25px;
    right: 0;
    margin-right: 25px;
    transition: background-color 0.5s ease; }
    @media screen and (max-width: 1000px) {
      button:not(nav button):after, .button:after, .infobox-btn:after, .eb-button-anchor:after, .eb-button a.eb-button-anchor:after, input.wpcf7-submit:after {
        margin-right: 22px;
        width: 26px;
        height: 16px;
        margin-top: -19px; } }
  button:not(nav button):hover:after, button:not(nav button):active:after, button:not(nav button):focus:after, .button:hover:after, .button:active:after, .button:focus:after, .infobox-btn:hover:after, .infobox-btn:active:after, .infobox-btn:focus:after, .eb-button-anchor:hover:after, .eb-button-anchor:active:after, .eb-button-anchor:focus:after, .eb-button a.eb-button-anchor:hover:after, .eb-button a.eb-button-anchor:active:after, .eb-button a.eb-button-anchor:focus:after, input.wpcf7-submit:hover:after, input.wpcf7-submit:active:after, input.wpcf7-submit:focus:after {
    background-color: #ffffff; }

.learn-more-button a, .learn-more-button a:focus, .learn-more-button a:active, .learn-more-button a:visited {
  background-color: #ffffff !important;
  border-color: #F0980A !important;
  color: #F0980A !important;
  padding: 15px 80px 15px 30px !important;
  text-align: left; }
  .learn-more-button a:after, .learn-more-button a:focus:after, .learn-more-button a:active:after, .learn-more-button a:visited:after {
    background-color: #F0980A;
    margin-top: -23px;
    margin-right: 30px; }
    @media screen and (max-width: 1000px) {
      .learn-more-button a:after, .learn-more-button a:focus:after, .learn-more-button a:active:after, .learn-more-button a:visited:after {
        margin-top: -19px; } }

.learn-more-button a:hover {
  background-color: #F0980A !important;
  border-color: #F0980A !important;
  color: #ffffff !important; }
  .learn-more-button a:hover:after, .learn-more-button a:hover:focus, .learn-more-button a:hover:active {
    background-color: #ffffff; }

input.wpcf7-submit {
  border-color: #0C55A6 !important;
  background: #0C55A6 !important;
  color: #ffffff !important;
  width: auto !important;
  padding: 15px 35px !important; }
  input.wpcf7-submit:visited {
    border-color: #0C55A6 !important;
    background: #0C55A6 !important;
    color: #ffffff !important; }
  input.wpcf7-submit:hover, input.wpcf7-submit:active, input.wpcf7-submit:focus {
    border-color: #1EB4FF !important;
    background: #1EB4FF !important;
    color: #ffffff !important; }

button svg, .button svg {
  margin-left: 20px;
  display: inline-block;
  stroke: #0C55A6;
  position: relative;
  top: 2px;
  transition: stroke 0.5s ease; }

button:hover .button-arrow-right, .button:hover .button-arrow-right {
  stroke: #ffffff !important; }

#load-more-container {
  max-width: 955px; }

#load-more-container #load-more {
  display: block !important;
  margin: 40px auto; }

#show-all-button {
  color: #F0980A;
  cursor: pointer;
  position: absolute;
  right: 60px;
  margin-top: -50px; }
  @media screen and (max-width: 1000px) {
    #show-all-button {
      position: relative;
      right: unset;
      margin-top: unset;
      text-align: right;
      padding-right: 30px;
      margin-bottom: 20px;
      text-decoration: underline;
      font-size: 20px;
      font-family: Lato;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.2px; } }

#show-all-button:before {
  content: '';
  display: block;
  background: url(images/arrow-orange.svg);
  width: 32px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: -45px;
  rotate: 0deg;
  transition: rotate 0.5s ease-in-out; }
  @media screen and (max-width: 1000px) {
    #show-all-button:before {
      background: unset; } }

#show-all-button.rotate-button:before {
  rotate: 180deg; }

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; }
  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%; }

/* Animations
--------------------------------------------- */
/* Animation Config */
.THEfadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.THEfadeInLeft {
  -webkit-animation-name: THEfadeInLeft;
  animation-name: THEfadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes THEfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-6.5%);
    transform: translateX(-6.5%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes THEfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-6.5%);
    transform: translateX(-6.5%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.stream-tile,
.overview-headline,
.tile-headline,
.autor,
.size-full {
  opacity: 0; }

/* Cursor */
#cursor {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #F6C26F;
  border-radius: 50%;
  top: calc(var(--y, 0) - 15px);
  left: calc(var(--x, 0) - 15px);
  z-index: 11;
  transition: scale 0.4s ease-out, opacity 0.4s ease-out;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: multiply; }

#cursor.circle-button {
  background: #ffffff;
  mix-blend-mode: overlay; }

#cursor.circle-button.inverted {
  background: #0C55A6;
  mix-blend-mode: color-dodge; }

#cursor.circle-button.btn-orange {
  background: dimgray;
  mix-blend-mode: overlay; }

#cursor.large {
  scale: 2.5;
  opacity: 1; }

a:not(.button, .eb-button, .eb-button-anchor, .fbx-close-caption, .fbx-close, .down_arrow):not(:has(img), img):hover {
  /*mix-blend-mode: difference;
  color: #ffffff !important;*/
  z-index: 4;
  position: relative; }

/* Home */
#the-home-animation {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%; }

#animation-puffer {
  height: 3500px;
  width: 100%; }

#the-home-animation svg {
  align-self: center;
  position: sticky;
  top: 100px;
  margin: auto; }
  @media screen and (min-width: 1930px) {
    #the-home-animation svg {
      scale: 1.15;
      top: 180px; } }
  @media screen and (max-width: 1000px) {
    #the-home-animation svg {
      height: calc(100vh - 100px) !important; } }

#trees-animation {
  position: fixed;
  bottom: -10px;
  right: 0;
  /*@media screen and (max-width: $size__bigger) {
    right: 19%;
  }

  @media screen and (max-width: $size__big) {
    right: 19%;
  }*/ }
  @media screen and (min-width: 1920px) {
    #trees-animation {
      right: 12%; } }
  @media screen and (min-width: 2250px) {
    #trees-animation {
      right: 19%; } }
  @media screen and (max-width: 1000px) {
    #trees-animation {
      transform: scale(0.8);
      transform-origin: right bottom; } }

#trees-animation svg {
  /*@media screen and (max-width: $size__big) {
    width: 100vw;
    height: auto;
    max-height: 100vh;
  }*/ }
  @media screen and (max-width: 1280px) {
    #trees-animation svg {
      width: 1440px !important;
      height: 1080px !important; } }

/* Tiles */
.tile-headline,
.stream-tile,
.overview-headline {
  position: relative; }

/* Subnavi */
.the-extensions-subcategories-block, ul.navpunkte {
  position: relative; }

.the-extensions-subcategories-block li, ul.navpunkte li {
  margin-bottom: 10px;
  position: relative; }

.the-extensions-subcategories-block li a {
  display: block;
  padding-left: 20px;
  outline: none; }

.overview-header .the-extensions-subcategories-block li a {
  padding-left: 0; }

.the-extensions-subcategories-block .nav-line, ul.navpunkte .nav-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 43px;
  margin-top: -5px;
  background-color: #1EB4FF;
  border-radius: 10px;
  transform-origin: top;
  transition: transform 0.3s ease-in-out; }

#primary.Inspiration .the-extensions-subcategories-block .nav-line, #primary.Inspiration ul.navpunkte .nav-line {
  background-color: #136F4E; }

#primary.Konzept .the-extensions-subcategories-block .nav-line, #primary.Konzept ul.navpunkte .nav-line,
#primary.Concept .the-extensions-subcategories-block .nav-line, #primary.Concept ul.navpunkte .nav-line {
  background-color: #0C55A6; }

.page-template-default ul.navpunkte .nav-line {
  background-color: #F0980A; }

.misha_loadmore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }

.misha_loadmore:hover {
  background-color: #767676;
  color: #fff; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center; }
  .main-navigation #primary-menu {
    display: flex;
    justify-content: center; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 23px 23px rgba(0, 0, 0, 0.1);
      float: left;
      position: absolute;
      top: 40px;
      padding-top: 10px;
      left: -999em;
      z-index: 99999;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      background-color: #ffffff; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        background: #ffffff; }
        .main-navigation ul ul li:last-child {
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    align-items: center;
    position: relative;
    padding: 0 15px;
    margin: 0 !important;
    /* temp */
    min-height: 40px;
    line-height: 40px; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: rgba(5, 58, 93, 0.6); }
  .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
    color: #053a5d;
    text-shadow: 0px 0px 0 #053A5D, 0px 0px 0 #053A5D, 0px 0px 0 #053A5D, 0px 0px 0 #053A5D;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #053a5d;
    text-shadow: 0px 0px 0 #053A5D, 0px 0px 0 #053A5D, 0px 0px 0 #053A5D, 0px 0px 0 #053A5D;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.menu-toggle {
  display: none; }

@media screen and (max-width: 1000px) {
  #header-wrapper .header-search-lang {
    z-index: 250; }

  #header-wrapper {
    padding: 10px 30px; }

  .custom-logo-link {
    max-width: 30px;
    overflow-x: hidden;
    margin-left: -7px; }

  #masthead form[role="search"] {
    position: absolute;
    right: 75px;
    top: 17px; }

  .wpml-floating-language-switcher {
    position: absolute;
    top: 53px;
    right: 8px;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }

  .menu-toggle {
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    font-size: 22px;
    cursor: pointer;
    color: #053A5D;
    outline: 0;
    padding-top: 20px;
    position: absolute;
    right: 15px;
    top: 0px; }

  #nav-toggle {
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    padding-top: 20px;
    margin-top: -20px; }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 18px;
    background: #053A5D;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }

  #nav-toggle span:before {
    top: -5px; }

  #nav-toggle span:after {
    bottom: -5px; }

  #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); }

  .menu-item-has-children {
    cursor: default; }

  .main-navigation {
    position: absolute;
    width: 100%; }

  #primary-menu {
    margin-top: 40px;
    margin-left: -30px;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: calc(100vh - 50px);
    min-height: -webkit-fill-available; }

  .main-navigation ul {
    flex-direction: column;
    font-size: 18px;
    text-transform: uppercase;
    margin: auto;
    white-space: nowrap;
    height: auto;
    display: block;
    transform: scaleY(0); }

  .main-navigation li a {
    padding: 10px 15px 10px 20px; }

  .main-navigation ul li a {
    color: #053A5D;
    text-decoration: none;
    padding-left: 60px;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.54px;
    text-transform: initial;
    font-family: 'Epilogue'; }
  .main-navigation ul li ul li a {
    padding-left: 80px !important;
    width: 100%;
    color: #053A5D; }

  .main-navigation ul li a:hover {
    font-weight: 600; }

  .main-navigation li.current-menu-parent a {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.72px; }

  .main-navigation li.current_page_item ul li a,
  .main-navigation li.current_page_parent ul li a {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.54px; }

  .main-navigation li.current_page_parent ul li a:hover {
    font-weight: 600; }

  .main-navigation li.current_page_item a {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.54px; }

  .main-navigation ul ul {
    flex-direction: column;
    padding-top: 20px;
    height: auto;
    background: #ffffff;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-shadow: 4px 4px 14px -5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 4px 4px 14px -5px rgba(0, 0, 0, 0.65);
    box-shadow: 4px 4px 14px -5px rgba(0, 0, 0, 0.65); }

  .main-navigation.toggled {
    display: block;
    width: 100%; }

  .main-navigation.toggled ul {
    display: block;
    background: #ffffff url(images/tree1orange.svg);
    background-size: 320% auto;
    background-repeat: no-repeat;
    background-position: -320px -50px;
    height: auto;
    z-index: 20;
    width: auto;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.3s ease-out;
    padding-right: 20px;
    padding-top: 0;
    padding-left: 10%; }
    .main-navigation.toggled ul .sub-menu {
      background: unset;
      padding-left: unset; }

  .main-navigation li {
    float: unset; }

  .main-navigation.toggled ul li {
    display: block;
    width: calc(100% + 55px);
    padding-left: 0px;
    margin: 0 0 20px 0 !important; }

  .main-navigation ul ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: unset;
    box-shadow: none;
    padding-left: unset; }

  .main-navigation.toggled ul ul li {
    padding: 0px 20px 0px 20px;
    background: transparent;
    margin: 0 !important; }

  .main-navigation ul ul, .main-navigation ul ul ul {
    box-shadow: none;
    float: unset;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    z-index: 1; }

  .menu-toggle, .nav-menu .focus ul {
    display: block !important; }

  .main-navigation ul ul li.menu-item-has-children {
    border-bottom: none;
    padding-bottom: 0px; }

  .main-navigation ul ul li.menu-item-has-children a {
    border-bottom: #e6e6e6 1px solid;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px; } }
@media screen and (max-height: 480px) {
  .main-navigation ul li a, .main-navigation li.current_page_item a {
    font-size: 20px;
    line-height: 100%; }

  .main-navigation.toggled ul li {
    margin: 0 0 0px 0 !important; } }
.main-navigation ul ul li.menu-item-has-children ul a {
  border-bottom: none; }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: unset; }

#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; }

.fixed {
  position: fixed;
  top: 100px; }

.pinned {
  position: absolute;
  bottom: 910px !important; }

.pinned-article {
  position: absolute !important; }

.hide {
  display: none !important; }

.overview-header .down_arrow {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: initial !important; }

#article-inner-wrapper.fixed {
  top: 150px;
  width: 350px;
  max-width: 23%; }

.page #article-inner-wrapper.fixed {
  top: 365px;
  width: 350px;
  max-width: 23%; }

#page, .kontakt-wrapper {
  max-width: 1440px;
  margin: auto;
  position: relative; }

.post {
  margin: 0 0 30px; }
  @media screen and (max-width: 1000px) {
    .post {
      margin: 0 0 40px; } }

.updated:not(.published) {
  display: none; }

.page-content,
.tile-wrapper .entry-content,
.entry-summary {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 25px; }

.single .entry-content {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px; }

.page-links {
  clear: both;
  margin: 0 0 30px; }

.site-main {
  padding-top: 50px; }

#page .site-main {
  position: relative; }

span {
  line-height: 21px; }

.home #home-articles-nav {
  position: fixed;
  left: 130px;
  bottom: calc(0px + 10vh - 50px);
  height: 80vh;
  width: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5; }
  @media screen and (max-width: 1440px) {
    .home #home-articles-nav {
      left: 30px; } }
  @media screen and (max-width: 1000px) {
    .home #home-articles-nav {
      left: 10px;
      width: 36px; } }
  @media screen and (max-height: 900px) {
    .home #home-articles-nav {
      bottom: calc(0px + 20vh - 50px);
      height: 70vh; } }
  .home #home-articles-nav #articles-union {
    background-color: #9AC311;
    width: 51px;
    height: 60px;
    display: block;
    position: absolute;
    -webkit-mask-image: url(images/union.svg);
    mask-image: url(images/union.svg);
    z-index: 1;
    top: 30%;
    transition: top 0.3s, bottom 0.3s, background-color 0.3s, opacity 0.3s ease;
    pointer-events: none; }
    @media screen and (max-width: 1000px) {
      .home #home-articles-nav #articles-union {
        scale: 0.8;
        left: -7px;
        margin-top: -5px; } }
  .home #home-articles-nav #home-articles-nav-track {
    height: 100%;
    width: 5px;
    background-color: #DDE1E6;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0; }
    @media screen and (max-width: 1000px) {
      .home #home-articles-nav #home-articles-nav-track {
        width: 3px; } }
  .home #home-articles-nav .circle {
    background-color: #F9F7F5;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 5px #DDE1E6 solid;
    border-radius: 50%;
    position: absolute;
    transition: top 0.3s; }
    @media screen and (max-width: 1000px) {
      .home #home-articles-nav .circle {
        width: 36px;
        height: 36px;
        border-width: 3px; }
        .home #home-articles-nav .circle.active ~ div {
          margin-top: 14px; } }
    .home #home-articles-nav .circle.first {
      top: 30%; }
      .home #home-articles-nav .circle.first .indicator {
        background-color: #9AC311; }
    .home #home-articles-nav .circle.second {
      top: calc(80% - 50px); }
      .home #home-articles-nav .circle.second .indicator {
        background-color: #136F4E; }
    .home #home-articles-nav .circle.third {
      top: calc(90% - 50px); }
      .home #home-articles-nav .circle.third .indicator {
        background-color: #1EB4FF; }
    .home #home-articles-nav .circle.fourth {
      top: calc(100% - 50px); }
      .home #home-articles-nav .circle.fourth .indicator {
        background-color: #0C55A6; }
    .home #home-articles-nav .circle .new-dot {
      background-color: #F0980A;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      left: 30px;
      top: -7px;
      display: none;
      z-index: 5;
      color: #ffffff;
      font-size: 13px;
      line-height: 18px;
      font-weight: 800;
      transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, padding 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .home #home-articles-nav .circle .new-dot {
          width: 12px;
          height: 12px;
          left: 24px;
          top: -5px; } }
      .home #home-articles-nav .circle .new-dot span {
        display: none; }
    @media screen and (min-width: 1000px) {
      .home #home-articles-nav .circle.active .new-dot {
        width: auto;
        height: auto;
        border-radius: 20px;
        padding: 0 10px; }
        .home #home-articles-nav .circle.active .new-dot span {
          display: block; } }
    .home #home-articles-nav .circle .indicator {
      font-size: 16px;
      font-style: normal;
      font-weight: 800;
      line-height: 16px;
      text-transform: uppercase;
      color: #ffffff;
      padding: 10px 15px 10px 29px;
      position: absolute;
      border-radius: 20px;
      margin-left: 0px;
      top: 3px;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.3s ease, margin-left 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .home #home-articles-nav .circle .indicator {
          display: none; } }
    .home #home-articles-nav .circle:hover.first {
      border-color: #9AC311; }
    .home #home-articles-nav .circle:hover.second {
      border-color: #136F4E; }
    .home #home-articles-nav .circle:hover.third {
      border-color: #1EB4FF; }
    .home #home-articles-nav .circle:hover.fourth {
      border-color: #0C55A6; }
    .home #home-articles-nav .circle:hover .indicator {
      opacity: 1;
      margin-left: 25px; }
  @media (hover: none) {
    .home #home-articles-nav .circle.first:hover, .home #home-articles-nav .circle.second:hover, .home #home-articles-nav .circle.third:hover, .home #home-articles-nav .circle.fourth:hover {
      border-color: #DDE1E6; } }
  .home #home-articles-nav #end-dot, .home #home-articles-nav #start-dot {
    background: #DDE1E6;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0; }
  .home #home-articles-nav #start-dot {
    bottom: unset;
    top: 0%; }
.home .section-wrapper {
  background: #ffffff;
  border-radius: 10px;
  width: 56%;
  left: 15%;
  padding: 75px 65px;
  position: relative;
  max-height: 580px;
  overflow: hidden;
  margin-bottom: 50vh; }
  @media screen and (max-width: 1024px) {
    .home .section-wrapper {
      left: 20%;
      width: 75%; } }
  @media screen and (max-width: 1000px) {
    .home .section-wrapper {
      left: 55px;
      width: calc(100% - 65px);
      padding: 20px; } }
  .home .section-wrapper:last-child {
    margin-bottom: 20vh; }
.home .home_content_link {
  float: right;
  padding-right: 20px;
  margin-top: -100px; }
  @media screen and (max-width: 1024px) {
    .home .home_content_link {
      padding-right: 55px;
      margin-top: -3px; } }
  @media screen and (max-width: 1000px) {
    .home .home_content_link {
      margin-top: -76px;
      margin-right: -20px; } }
  @media screen and (max-width: 1024px) {
    .home .home_content_link a {
      font-size: 16px !important;
      line-height: 120%; } }
.home .home_steps {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: -10px;
  max-width: 45%; }
  @media screen and (max-width: 1024px) {
    .home .home_steps {
      font-size: 12px;
      line-height: 140%;
      margin-bottom: 10px; } }
.home .yt-videothumb img {
  max-width: unset; }
.home .home_content_link a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-decoration: none;
  position: static !important; }
.home .home_content_link a:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-mask: url(images/arrow-right.svg) no-repeat 50% 50%;
  mask: url(images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0C55A6;
  width: 30px;
  height: 20px;
  margin-top: -25px;
  right: 0;
  margin-right: 25px; }
  @media screen and (max-width: 1024px) {
    .home .home_content_link a:after {
      width: 25px;
      height: 16px;
      margin-top: -19px; } }
.home .notice {
  border: 3px solid #F9F7F5;
  border-radius: 10px;
  padding: 20px 50px;
  text-align: left;
  max-width: 75%; }
  @media screen and (max-width: 1024px) {
    .home .notice {
      max-width: 100%;
      padding: 20px 20px 20px 50px; } }
  @media screen and (max-width: 1000px) {
    .home .notice {
      border-width: 2px; } }
.home .notice h4 {
  text-align: left;
  font-size: 20px;
  color: #053a5d;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0; }
.home .notice p {
  margin-top: 0;
  margin-bottom: 0 !important; }
.home .notice-lightbulb {
  position: absolute;
  margin-left: -35px;
  margin-top: -4px; }
.home .arrow-open {
  border: solid #154668;
  border-width: 0 3px 3px 0;
  height: 17px;
  width: 17px;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.5s;
  top: 40px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .home .arrow-open {
      top: 25px; } }
.home .arrow-open-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(360deg, #FFFFFF 36.38%, rgba(255, 255, 255, 0) 83.13%);
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .home .arrow-open-wrapper {
      height: 60px; } }
.home .arrow-open.open {
  transform: rotate(225deg); }
.home #learn-more-wrapper {
  border-radius: 15px;
  background: #E3E1DE;
  margin: 60px 70px 0;
  padding: 60px 100px 50px 100px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row; }
  .home #learn-more-wrapper p {
    font-size: 20px; }
  .home #learn-more-wrapper .learn-more-text {
    width: 60%; }
    @media screen and (max-width: 1024px) {
      .home #learn-more-wrapper .learn-more-text {
        width: 50%; } }
  .home #learn-more-wrapper .learn-more-button {
    width: 40%;
    align-self: center;
    text-align: right; }
    @media screen and (max-width: 1024px) {
      .home #learn-more-wrapper .learn-more-button {
        width: 50%; } }
  @media screen and (max-width: 1000px) {
    .home #learn-more-wrapper {
      flex-direction: column;
      padding: 30px;
      margin: 130px 10px 0; }
      .home #learn-more-wrapper p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; }
      .home #learn-more-wrapper .learn-more-text, .home #learn-more-wrapper .learn-more-button {
        width: 100%;
        text-align: left; }
      .home #learn-more-wrapper .learn-more-button {
        margin-top: 15px; } }

#secondary {
  display: block;
  float: left;
  width: 275px;
  padding-top: 90px;
  padding-left: 70px;
  transition: bottom 0.3s ease; }
  @media screen and (max-width: 1000px) {
    #secondary {
      /*display: block;
      position: relative !important;
      float: unset;
      width: unset;
      padding-top: unset;
      padding-left: 60px;
      margin-top: 60px;
      margin-bottom: 30px;
      top: unset;*/
      display: none; } }

#secondary ul.the-extensions-subcategories-block, ul.navpunkte, ul.navpunkte-mobile {
  padding-left: 20px; }

#secondary .the-extensions-subcategories-block li, ul.navpunkte li, ul.navpunkte-mobile li {
  padding-bottom: 10px; }

#secondary .widget {
  transition: transform 0.1s; }

.overview-header {
  margin: 0 55px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .overview-header {
      margin: 0 10px; }
      .overview-header .eb-column-inner, .overview-header p {
        font-size: 14px !important;
        line-height: 140%; }
      .overview-header .eb-infobox-wrapper {
        padding: 10px 10px 0;
        border-width: 2px; }
      .overview-header .eb-row-root-container {
        padding: 30px 20px 70px; }
      .overview-header .contents-wrapper .description {
        font-size: 14px;
        line-height: 140%; }
      .overview-header h3 {
        font-size: 16px !important;
        line-height: 140%; } }
  .overview-header .arrow {
    top: calc(100% - 50px);
    right: 40px;
    margin: unset;
    display: block; }

.eb-infobox-wrapper.eb-infobox-5wgkjam .infobox-wrapper-inner img {
  border-radius: unset; }

@media screen and (max-width: 1000px) {
  .overview-header .overview-header-wrapper .eb-row-inner {
    flex-flow: column; } }
@media screen and (max-width: 1000px) {
  .overview-header .overview-header-wrapper .eb-row-inner .eb-parent-wrapper {
    width: 100%;
    padding: 0; } }

.articles-overview {
  margin-left: 355px;
  position: relative;
  padding-right: 40px; }
  @media screen and (max-width: 1280px) {
    .articles-overview {
      margin-left: 315px; } }
  @media screen and (max-width: 1000px) {
    .articles-overview {
      margin-left: 10px;
      padding-right: 10px; } }

.autoren {
  display: flex;
  margin: 0 70px; }
  @media screen and (max-width: 1000px) {
    .autoren {
      flex-direction: column;
      margin: 0; } }

.content-autoren-wrapper {
  margin-top: 40px; }
  .content-autoren-wrapper h2 {
    margin-top: 20px; }

.autor-content {
  font-size: 18px;
  line-height: 120%;
  color: #000E52; }

.content-autoren-wrapper .autoren-images {
  display: flex; }

.content-autoren-wrapper .autor-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  margin-right: 20px;
  background-repeat: no-repeat; }

.articles-overview-desc {
  margin-bottom: 115px; }
  @media screen and (max-width: 1000px) {
    .articles-overview-desc {
      margin-bottom: 30px;
      padding: 0px; } }

.subcategory_description {
  max-width: 955px; }
  @media screen and (max-width: 1000px) {
    .subcategory_description {
      padding: 0 20px; } }

.tile-wrapper {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(415px, 1fr));
  grid-auto-rows: 30px;
  max-width: 955px;
  align-items: start; }
  @media screen and (max-width: 1280px) {
    .tile-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
      grid-gap: 35px; } }
  @media screen and (max-width: 1000px) {
    .tile-wrapper {
      display: flex;
      flex-direction: column;
      grid-gap: unset; } }

.stream-tile {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 30px 30px;
  line-height: 25px;
  position: relative;
  align-self: start; }
  @media screen and (max-width: 1000px) {
    .stream-tile {
      padding: 30px 20px;
      width: 100%; } }

#tile-search .stream-tile:nth-child(2),
.articles-overview .stream-tile:nth-child(2) {
  grid-row-end: span 1 !important; }
  @media screen and (max-width: 1000px) {
    #tile-search .stream-tile:nth-child(2),
    .articles-overview .stream-tile:nth-child(2) {
      display: none; } }

.article-content {
  height: auto; }

.article-spacer {
  padding-bottom: 100px; }
  @media screen and (max-width: 1000px) {
    .article-spacer {
      padding-bottom: unset; } }

.new-article {
  position: absolute;
  width: 75px;
  height: 37px;
  right: 15px;
  top: -17px;
  background: #F0980A;
  border-radius: 20px;
  line-height: 37px;
  color: #ffffff;
  text-align: center; }

.artikel-kurzfassung-wrapper {
  background: #fbfaf9;
  border: none;
  border-radius: 20px;
  margin-bottom: 10px; }

.artikel-kurzfassung-title {
  cursor: pointer;
  padding: 10px;
  background: #fbfaf9;
  border: none;
  border-radius: 20px;
  position: relative;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #000E52;
  padding-left: 50px; }

.artikel-kurzfassung-title:before {
  content: '';
  background: url(images/kurzfassung.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: -30px;
  margin-top: 7px; }

.artikel-social-mobile {
  margin-top: 70px; }

.artikel-social-mobile, .artikel-subnavi-mobile {
  display: none; }
  @media screen and (max-width: 1000px) {
    .artikel-social-mobile, .artikel-subnavi-mobile {
      display: block; } }

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  height: 17px;
  width: 17px;
  display: inline-block;
  padding: 3px;
  position: absolute;
  margin-top: -12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  transform: rotate(45deg); }

.arrow.arrow-up {
  transform: rotate(225deg); }

.article-wrapper {
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  padding: 60px;
  justify-content: space-between;
  margin: 0 70px; }
  @media screen and (max-width: 1000px) {
    .article-wrapper {
      margin: 0 10px;
      padding: 30px 20px; } }

#article-sidebar {
  width: 30%; }
  @media screen and (max-width: 1000px) {
    #article-sidebar {
      display: none; } }

@media screen and (max-width: 1000px) {
  .page-template-default .article-wrapper {
    flex-direction: column; } }
@media screen and (max-width: 1000px) {
  .page-template-default .article-wrapper #article-sidebar {
    display: block;
    width: 100%; } }
@media screen and (max-width: 1000px) {
  .page-template-default .article-wrapper #article-sidebar #article-inner-wrapper {
    position: relative !important;
    top: unset;
    max-width: unset; } }
@media screen and (max-width: 1000px) {
  .page-template-default .article-wrapper #article-sidebar #article-inner-wrapper .navpunkte {
    margin-bottom: 60px; } }
@media screen and (max-width: 1000px) {
  .page-template-default .article-wrapper #article-sidebar #article-inner-wrapper .social-sharing {
    display: none; } }

.article-content-wrapper {
  width: 65%; }
  @media screen and (max-width: 1000px) {
    .article-content-wrapper {
      width: 100%; } }

.articles-anchor, #articles_start {
  margin-top: -120px;
  position: absolute; }

.article-anchor {
  margin-top: -105px;
  position: absolute; }

ul.navpunkte, ul.navpunkte-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 60px;
  outline: none; }
  ul.navpunkte li, ul.navpunkte-mobile li {
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    outline: none; }

ul.navpunkte li {
  max-width: 335px; }

@media screen and (max-width: 1000px) {
  ul.navpunkte-mobile {
    margin-top: 25px; } }

.artikel-kurzfassung-content {
  display: none;
  padding: 0px 50px 20px; }
  @media screen and (max-width: 1000px) {
    .artikel-kurzfassung-content {
      padding: 0px 20px 20px; } }

.pdf-download-link a, .social-sharing span, .navigationspunkte span {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #878D96; }

.navigationspunkte span {
  display: block;
  text-decoration: none;
  margin-bottom: 15px; }

.social-sharing span {
  display: block;
  margin-top: 15px;
  text-decoration: none; }

.social-sharing ul {
  margin-top: 15px; }
.social-sharing svg {
  scale: 0.8;
  filter: grayscale(100%); }
.social-sharing svg:hover {
  scale: 0.8;
  filter: grayscale(0%); }

.empfehlungen {
  max-width: 1260px;
  text-align: center;
  margin: 80px auto; }
  .empfehlungen .empfehlungen-intro {
    margin: auto;
    max-width: 620px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1000px) {
      .empfehlungen .empfehlungen-intro {
        padding: 0 40px; } }
  .empfehlungen .empfehlungen-wrapper {
    position: relative; }
    @media screen and (max-width: 1440px) {
      .empfehlungen .empfehlungen-wrapper {
        margin: 0 60px; } }
    @media screen and (max-width: 1000px) {
      .empfehlungen .empfehlungen-wrapper {
        margin: 0 10px; } }
    .empfehlungen .empfehlungen-wrapper :nth-child(2) {
      animation-delay: 0.2s; }
    .empfehlungen .empfehlungen-wrapper :nth-child(3) {
      animation-delay: 0.4s; }
    .empfehlungen .empfehlungen-wrapper :nth-child(4) {
      animation-delay: 0.6s; }
    .empfehlungen .empfehlungen-wrapper :nth-child(5) {
      animation-delay: 0.8s; }
    .empfehlungen .empfehlungen-wrapper :nth-child(6) {
      animation-delay: 1s; }
    .empfehlungen .empfehlungen-wrapper .empfohlener-beitrag, .empfehlungen .empfehlungen-wrapper .swiper-slide {
      background: #ffffff;
      border-radius: 40px;
      padding: 60px 60px 120px 60px;
      text-align: left;
      position: relative;
      min-height: 450px; }
      .empfehlungen .empfehlungen-wrapper .empfohlener-beitrag .entry-link, .empfehlungen .empfehlungen-wrapper .swiper-slide .entry-link {
        bottom: 40px;
        position: absolute; }
      @media screen and (max-width: 1000px) {
        .empfehlungen .empfehlungen-wrapper .empfohlener-beitrag, .empfehlungen .empfehlungen-wrapper .swiper-slide {
          padding: 30px 20px 120px 20px;
          margin-bottom: 30px;
          min-height: auto; } }
    .empfehlungen .empfehlungen-wrapper .swiper-button-next.swiper-button-ouside {
      right: -40px; }
    .empfehlungen .empfehlungen-wrapper .swiper-button-prev.swiper-button-ouside {
      left: -40px; }
  @media screen and (max-width: 1000px) {
    .empfehlungen {
      margin: 50px auto; } }

.kontakt-wrapper {
  display: flex;
  margin: 60px 70px 0;
  background: #ffffff;
  border-radius: 40px;
  padding: 60px;
  position: relative;
  text-align: left;
  font-family: 'Lato';
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  color: #053A5D; }
  @media screen and (max-width: 1000px) {
    .kontakt-wrapper {
      flex-direction: column;
      padding: 40px 20px;
      font-size: 14px;
      line-height: 140%;
      border-radius: 0px;
      width: 100%;
      margin: 60px 0 0; }
      .kontakt-wrapper form p {
        margin: 10px 0 0 0 !important; } }
  .kontakt-wrapper p {
    font-weight: 400; }
  .kontakt-wrapper input {
    margin-bottom: 10px; }
  .kontakt-wrapper input, .kontakt-wrapper textarea {
    background: #FFFFFF;
    border: 2px solid #053A5D;
    border-radius: 10px;
    width: 100%;
    max-width: inherit;
    font-size: 18px;
    padding: 10px; }
  .kontakt-wrapper label {
    padding-left: 10px;
    font-weight: 700;
    line-height: 40px; }
    @media screen and (max-width: 1000px) {
      .kontakt-wrapper label {
        font-size: 16px; } }
  @media screen and (max-width: 1000px) {
    .kontakt-wrapper .contact-message p {
      margin: 20px 0 0 0 !important; } }
  .kontakt-wrapper .kontakt-text, .kontakt-wrapper .kontakt-form {
    flex: 1 0 50%; }
  .kontakt-wrapper .kontakt-text {
    padding-right: 15%; }
  .kontakt-wrapper .form {
    display: flex; }
  .kontakt-wrapper .contact-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 1000px) {
      .kontakt-wrapper .contact-name {
        flex-direction: column; } }
  .kontakt-wrapper .contact-name > div {
    flex: 1;
    max-width: 48%; }
    @media screen and (max-width: 1000px) {
      .kontakt-wrapper .contact-name > div {
        max-width: 100%; } }
  .kontakt-wrapper .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 0;
    width: auto; }
    .kontakt-wrapper .wpcf7-list-item input {
      border-radius: 2px;
      width: 21px;
      height: 21px;
      position: absolute;
      margin-top: 2px;
      box-shadow: inset 0px 0px 0px 2px #0c55a6;
      top: 0; }
    .kontakt-wrapper .wpcf7-list-item .wpcf7-list-item-label {
      font-size: 14px;
      line-height: 140%;
      color: #0C55A6;
      padding-left: 30px;
      top: -1px; }
      @media screen and (max-width: 1000px) {
        .kontakt-wrapper .wpcf7-list-item .wpcf7-list-item-label {
          top: 3px; } }
  .kontakt-wrapper .wpcf7-not-valid-tip {
    color: #B9073C; }
  .kontakt-wrapper .accept-submit {
    display: flex;
    justify-content: space-between; }
    .kontakt-wrapper .accept-submit input.wpcf7-submit {
      font-size: 20px !important;
      font-weight: 800 !important;
      line-height: 15px !important;
      letter-spacing: 1.2px; }
      @media screen and (max-width: 1000px) {
        .kontakt-wrapper .accept-submit input.wpcf7-submit {
          margin-top: 15px; } }
    @media screen and (max-width: 1440px) {
      .kontakt-wrapper .accept-submit {
        flex-direction: column; } }
    .kontakt-wrapper .accept-submit label {
      display: flex;
      align-items: center; }
    .kontakt-wrapper .accept-submit label span {
      top: 2px;
      position: relative; }
  .kontakt-wrapper .wpcf7-form-control-wrap[data-name="your-message"] .wpcf7-not-valid-tip {
    margin-top: 0px; }
  .kontakt-wrapper .wpcf7 form.invalid .wpcf7-response-output {
    border-radius: 10px;
    border-color: #B9073C;
    margin-top: 30px; }
  .kontakt-wrapper .wpcf7 form .wpcf7-response-output {
    margin: 2em 0px 1em; }
  .kontakt-wrapper .accept-submit .wpcf7-not-valid-tip {
    margin-left: 41px; }

.personen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  .personen .person {
    flex: 0 0 30%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1000px) {
      .personen .person {
        flex: 0 0 50%;
        max-width: 47%; } }
  .personen .person-name, .personen .person-position {
    font-family: 'Epilogue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #053A5D; }
    @media screen and (max-width: 1000px) {
      .personen .person-name, .personen .person-position {
        font-size: 16px;
        line-height: 140%; } }

.glossary-wrapper {
  margin: 0 70px; }
  .glossary-wrapper .mobile-letter-navigation {
    display: none;
    margin-bottom: 10px; }
    @media screen and (max-width: 1000px) {
      .glossary-wrapper .mobile-letter-navigation {
        display: block; } }
    .glossary-wrapper .mobile-letter-navigation ul {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between; }
    .glossary-wrapper .mobile-letter-navigation li {
      text-align: center;
      z-index: 1; }
    .glossary-wrapper .mobile-letter-navigation li a {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 40px;
      padding: 0;
      width: 70px;
      height: 30px;
      line-height: 30px; }
  .glossary-wrapper .mobile-letter-navigation.fixed {
    position: fixed;
    top: 68px;
    width: 100vw;
    margin-left: -10px;
    padding: 20px 40px 10px;
    background: #F9F7F5; }
  @media screen and (max-width: 1000px) {
    .glossary-wrapper {
      margin: 0 10px; } }
  .glossary-wrapper .mobile-glossary-anchor {
    position: absolute;
    margin-top: -140px; }
  .glossary-wrapper .letter-navigation {
    display: block;
    float: left;
    text-align: center;
    width: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    padding: 20px 0px;
    transition: top 0.5s ease 0s;
    position: fixed;
    top: 255px; }
    @media screen and (max-width: 1000px) {
      .glossary-wrapper .letter-navigation {
        display: none; } }
  .glossary-wrapper .letter-navigation.fixed {
    top: 110px;
    position: fixed; }
    @media screen and (max-width: 1000px) {
      .glossary-wrapper .letter-navigation.fixed {
        display: none; } }
  .glossary-wrapper .letter-navigation.hidden {
    display: none; }
  .glossary-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .glossary-wrapper li {
    margin-bottom: 3px !important; }
  .glossary-wrapper li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 140%;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: block;
    margin: auto;
    outline: none; }
  .glossary-wrapper li a:hover, .glossary-wrapper li > a.active {
    background: #f2961e;
    color: #ffffff; }
  .glossary-wrapper .glossary-listing {
    display: block;
    margin-left: 90px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 60px; }
    @media screen and (max-width: 1000px) {
      .glossary-wrapper .glossary-listing {
        padding: 30px;
        margin-left: unset; } }
  .glossary-wrapper .glossary-listing h2 {
    padding-top: 100px;
    color: #053A5D;
    font-size: 65px; }
    @media screen and (max-width: 1000px) {
      .glossary-wrapper .glossary-listing h2 {
        font-size: 32px;
        line-height: 100%; } }
  .glossary-wrapper .glossary-listing h2:first-child {
    margin-top: -100px; }
  .glossary-wrapper .glossary-listing h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #000E52; }
    @media screen and (max-width: 1000px) {
      .glossary-wrapper .glossary-listing h3 {
        font-size: 22px;
        line-height: 140%; } }
  .glossary-wrapper .glossary-entry {
    margin-bottom: 60px;
    color: #000E52; }

.topics-container {
  display: flex;
  justify-content: space-between;
  /*.topics-main-categories ul.topics-show-all li{
  	//cursor: default;
  	//pointer-events: none;
  }*/ }
  .topics-container .gotoTopic {
    float: right;
    padding-right: 20px;
    display: none; }
    @media screen and (max-width: 1280px) {
      .topics-container .gotoTopic {
        padding-right: 55px;
        margin-top: -3px; } }
    @media screen and (max-width: 1000px) {
      .topics-container .gotoTopic {
        padding-right: 45px; } }
    @media screen and (max-width: 1280px) {
      .topics-container .gotoTopic a {
        font-size: 18px;
        font-family: Lato;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.18px;
        text-decoration: none;
        position: static !important; } }
    .topics-container .gotoTopic a:after {
      content: '';
      display: block;
      position: absolute;
      -webkit-mask: url(images/arrow-right.svg) no-repeat 50% 50%;
      mask: url(images/arrow-right.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: #0C55A6;
      width: 30px;
      height: 20px;
      margin-top: -22px;
      right: 0;
      margin-right: 45px; }
      @media screen and (max-width: 1000px) {
        .topics-container .gotoTopic a:after {
          right: -10px; } }
  .topics-container br {
    display: none; }
  @media screen and (max-width: 1280px) {
    .topics-container .active .gotoTopic, .topics-container .topic-wrapper .gotoTopic, .topics-container .active br, .topics-container .topic-wrapper br {
      display: block; } }
  @media screen and (max-width: 1000px) {
    .topics-container {
      margin: 0 10px; } }
  .topics-container .topics-main-categories {
    width: 40%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 70px 35px;
    min-height: 720px;
    z-index: 2;
    position: relative; }
    .topics-container .topics-main-categories ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-left: 90px;
      position: relative;
      display: flex;
      flex-direction: column;
      height: 300px;
      justify-content: space-between;
      transition: height 0.3s ease; }
    .topics-container .topics-main-categories ul:before {
      content: '';
      display: block;
      margin-top: 4px;
      position: absolute;
      background-image: none;
      background-color: #dde1e6;
      width: 5px;
      height: calc(100% - 60px);
      margin-left: -67px;
      top: 15px;
      transition: height 0.3s ease; }
    .topics-container .topics-main-categories li {
      margin-bottom: 50px !important;
      cursor: pointer;
      font-size: 50px;
      line-height: 140%;
      font-family: 'Epilogue';
      font-style: normal;
      font-weight: 600;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .topics-container .topics-main-categories li {
          font-size: 35px;
          line-height: 70px; } }
    @media screen and (max-width: 1280px) {
      .topics-container .topics-main-categories {
        display: none; } }
  .topics-container #topics-union {
    background-color: #136f4e;
    width: 51px;
    height: 60px;
    display: block;
    position: absolute;
    margin-top: 4px;
    -webkit-mask-image: url(images/union.svg);
    mask-image: url(images/union.svg);
    z-index: 1;
    transition: top 0.3s, background-color 0.3s, opacity 0.3s ease; }
  .topics-container .topics-main-categories ul li:first-child a,
  .topics-container .topics-list-wrapper:first-child ul li a,
  .topics-container .topics-sub-categories-all .topic-wrapper:first-child a,
  .topics-container .topics-sub-categories-all .topic-wrapper:first-child h2,
  .topics-container .topics-list-wrapper:first-child h2,
  .topics-container .topics-list-wrapper:first-child .gotoTopic a,
  .topics-container .topic-wrapper:first-child .gotoTopic a {
    color: #136F4E;
    text-decoration: none; }
  .topics-container .topics-main-categories ul li:nth-child(2) a,
  .topics-container .topics-list-wrapper:nth-child(2) ul li a,
  .topics-container .topics-sub-categories-all .topic-wrapper:nth-child(2) a,
  .topics-container .topics-sub-categories-all .topic-wrapper:nth-child(2) h2,
  .topics-container .topics-list-wrapper:nth-child(2) h2,
  .topics-container .topics-list-wrapper:nth-child(2) .gotoTopic a,
  .topics-container .topic-wrapper:nth-child(2) .gotoTopic a {
    color: #1EB4FF;
    text-decoration: none; }
  .topics-container .topics-main-categories ul li:nth-child(3) a,
  .topics-container .topics-list-wrapper:nth-child(3) ul li a,
  .topics-container .topics-sub-categories-all .topic-wrapper:nth-child(3) a,
  .topics-container .topics-sub-categories-all .topic-wrapper:nth-child(3) h2,
  .topics-container .topics-list-wrapper:nth-child(3) h2,
  .topics-container .topics-list-wrapper:nth-child(3) .gotoTopic a,
  .topics-container .topic-wrapper:nth-child(3) .gotoTopic a {
    color: #0C55A6;
    text-decoration: none; }
  .topics-container .topics-main-categories li:before {
    content: '';
    width: 51px;
    height: 60px;
    display: none;
    position: absolute;
    margin-left: -90px;
    margin-top: 4px;
    /*-webkit-mask: url(images/union.svg) no-repeat 50% 50%;
    mask: url(images/union.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;*/ }
  .topics-container .topics-main-categories ul.topics-show-all {
    height: 100%; }
  .topics-container .topics-main-categories ul.topics-show-all:before {
    height: calc(100% - 110px); }
  .topics-container .topics-main-categories ul li:before {
    display: block;
    background-color: transparent;
    background: url(images/grey_circle.svg) 9px 9px no-repeat;
    background-size: 34px 34px;
    -webkit-mask: none;
    mask: none; }
  .topics-container .topics-main-categories ul li:after {
    content: '';
    width: 51px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    margin-left: -90px;
    top: 4px;
    -webkit-mask: url(images/union.svg) no-repeat 50% 50%;
    mask: url(images/union.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .topics-container .topics-main-categories ul.topics-show-all li:after {
    opacity: 1; }
  .topics-container .topics-main-categories ul.topics-show-all li:first-child:after {
    background-color: #136F4E; }
  .topics-container .topics-main-categories ul.topics-show-all li:nth-child(2):after {
    background-color: #1EB4FF; }
  .topics-container .topics-main-categories ul.topics-show-all li:nth-child(3):after {
    background-color: #0C55A6; }
  .topics-container .topics-sub-categories, .topics-container .topics-sub-categories-all {
    width: 58%;
    position: relative;
    transition: opacity 0.3s ease; }
    .topics-container .topics-sub-categories .topics-list-wrapper, .topics-container .topics-sub-categories-all .topics-list-wrapper {
      opacity: 0;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 70px 55px;
      position: absolute;
      width: 100%;
      z-index: 0; }
      @media screen and (min-width: 1281px) {
        .topics-container .topics-sub-categories .topics-list-wrapper, .topics-container .topics-sub-categories-all .topics-list-wrapper {
          height: auto !important; } }
      .topics-container .topics-sub-categories .topics-list-wrapper h2, .topics-container .topics-sub-categories-all .topics-list-wrapper h2 {
        display: none; }
    .topics-container .topics-sub-categories .topics-list-wrapper.active, .topics-container .topics-sub-categories-all .topics-list-wrapper.active {
      z-index: 1; }
    .topics-container .topics-sub-categories ul, .topics-container .topics-sub-categories-all ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .topics-container .topics-sub-categories li, .topics-container .topics-sub-categories-all li {
      margin-bottom: 10px; }
      .topics-container .topics-sub-categories li a, .topics-container .topics-sub-categories-all li a {
        text-decoration: none; }
    .topics-container .topics-sub-categories .topic-wrapper, .topics-container .topics-sub-categories-all .topic-wrapper {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 70px 55px;
      position: relative;
      width: 100%;
      margin: 20px 0; }
      @media screen and (max-width: 1280px) {
        .topics-container .topics-sub-categories .topic-wrapper, .topics-container .topics-sub-categories-all .topic-wrapper {
          padding: 30px 30px 20px 30px; } }
      .topics-container .topics-sub-categories .topic-wrapper:first-child, .topics-container .topics-sub-categories-all .topic-wrapper:first-child {
        margin: 0 0 20px 0; }
      .topics-container .topics-sub-categories .topic-wrapper:last-child, .topics-container .topics-sub-categories-all .topic-wrapper:last-child {
        margin: 20px 0 0 0; }
      .topics-container .topics-sub-categories .topic-wrapper .subcategory-block, .topics-container .topics-sub-categories-all .topic-wrapper .subcategory-block {
        margin-bottom: 30px; }
        @media screen and (max-width: 1280px) {
          .topics-container .topics-sub-categories .topic-wrapper .subcategory-block, .topics-container .topics-sub-categories-all .topic-wrapper .subcategory-block {
            margin-bottom: 20px; } }
    .topics-container .topics-sub-categories .topic-wrapper .swiper-slide, .topics-container .topics-sub-categories-all .topic-wrapper .swiper-slide {
      width: fit-content;
      flex-shrink: unset; }
    .topics-container .topics-sub-categories .topic-wrapper .swiper-button-next, .topics-container .topics-sub-categories .topic-wrapper .swiper-button-prev, .topics-container .topics-sub-categories-all .topic-wrapper .swiper-button-next, .topics-container .topics-sub-categories-all .topic-wrapper .swiper-button-prev {
      margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
      top: var(--swiper-navigation-top-offset, 50%); }
    .topics-container .topics-sub-categories .topic-wrapper .swiper .swiper-pagination, .topics-container .topics-sub-categories-all .topic-wrapper .swiper .swiper-pagination {
      position: absolute; }
    .topics-container .topics-sub-categories .topic-wrapper .swiper h2, .topics-container .topics-sub-categories-all .topic-wrapper .swiper h2 {
      display: none; }
      @media screen and (max-width: 1280px) {
        .topics-container .topics-sub-categories .topic-wrapper .swiper h2, .topics-container .topics-sub-categories-all .topic-wrapper .swiper h2 {
          display: block; } }
    @media screen and (max-width: 1280px) {
      .topics-container .topics-sub-categories, .topics-container .topics-sub-categories-all {
        width: calc(100% - 110px);
        margin: auto; }
        .topics-container .topics-sub-categories .topics-list-wrapper, .topics-container .topics-sub-categories-all .topics-list-wrapper {
          position: relative;
          opacity: 1 !important;
          left: unset !important;
          margin-bottom: 20px;
          padding: 30px 30px 20px 30px;
          background-color: transparent;
          transition: background-color 0.5s;
          height: 100px;
          /*li{
          }*/ }
          .topics-container .topics-sub-categories .topics-list-wrapper ul, .topics-container .topics-sub-categories-all .topics-list-wrapper ul {
            opacity: 0;
            overflow: hidden;
            transition: opacity 0.3s, height 0.3s;
            pointer-events: none; }
          .topics-container .topics-sub-categories .topics-list-wrapper.active, .topics-container .topics-sub-categories-all .topics-list-wrapper.active {
            background-color: #ffffff;
            height: unset !important;
            pointer-events: initial;
            /*li{
            }*/ }
            .topics-container .topics-sub-categories .topics-list-wrapper.active ul, .topics-container .topics-sub-categories-all .topics-list-wrapper.active ul {
              opacity: 1;
              overflow: visible;
              pointer-events: initial; }
          .topics-container .topics-sub-categories .topics-list-wrapper h2, .topics-container .topics-sub-categories-all .topics-list-wrapper h2 {
            display: block;
            cursor: pointer; } }
    @media screen and (max-width: 1000px) {
      .topics-container .topics-sub-categories, .topics-container .topics-sub-categories-all {
        width: 100%; } }

.topics-list-wrapper:first-child .gotoTopic a:after,
.topic-wrapper:first-child .gotoTopic a:after,
.home_content_link.Inspiration a:after {
  background-color: #136F4E; }

.topics-list-wrapper:nth-child(2) .gotoTopic a:after,
.topic-wrapper:nth-child(2) .gotoTopic a:after,
.home_content_link.Vision a:after {
  background-color: #1EB4FF; }

.topics-list-wrapper:nth-child(3) .gotoTopic a:after,
.topic-wrapper:nth-child(3) .gotoTopic a:after,
.home_content_link.Konzept a:after,
.home_content_link.Concept a:after {
  background-color: #0C55A6; }

/* Akkordeon-Styling */
.accordion {
  border-top: 1px solid; }

.Konzept .accordion, .Concept .accordion {
  border-color: #0C55A6; }

.Vision .accordion {
  border-color: #1EB4FF; }

.Inspiration .accordion {
  border-color: #136F4E; }

.accordion-item {
  border-bottom: 1px solid;
  padding: 10px 10px 10px 0;
  transition: padding 0.3s, background-color 0.3s; }
  .accordion-item.active {
    padding: 10px 10px 17px 0; }
  .accordion-item p:first-child {
    margin-top: 0; }

.Konzept .accordion-item, .Concept .accordion-item {
  border-color: #0C55A6; }
  .Konzept .accordion-item.active, .Concept .accordion-item.active {
    background-color: rgba(12, 85, 166, 0.06); }

.Vision .accordion-item {
  border-color: #1EB4FF; }
  .Vision .accordion-item.active {
    background-color: rgba(30, 180, 255, 0.06); }

.Inspiration .accordion-item {
  border-color: #136F4E; }
  .Inspiration .accordion-item.active {
    background-color: rgba(19, 111, 78, 0.06); }

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px; }

.accordion-number {
  margin-right: 10px;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px; }

.accordion-title {
  flex-grow: 1;
  color: #053A5D;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
  hyphens: auto; }

.accordion-icon {
  background: #0C55A6;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url(images/plus.svg);
  mask-image: url(images/plus.svg);
  -webkit-mask-position: center;
  mask-position: center;
  margin-left: auto;
  width: 24px;
  height: 24px;
  transition: transform 0.5s ease;
  transform-origin: 50% 50%; }

.Konzept .accordion-icon, .Concept .accordion-icon {
  background-color: #0C55A6; }

.Vision .accordion-icon {
  background-color: #1EB4FF; }

.Inspiration .accordion-icon {
  background-color: #136F4E; }

.Konzept .accordion-number, .Concept .accordion-number {
  color: #0C55A6; }

.Vision .accordion-number {
  color: #1EB4FF; }

.Inspiration .accordion-number {
  color: #136F4E; }

.accordion-item.active .accordion-icon {
  transform: rotate(-45deg); }

.accordion-content {
  padding: 10px;
  font-size: 16px;
  padding: 0 45px;
  max-height: 0px;
  transition: max-height 0.5s ease;
  overflow: hidden; }

/* Akkordeon aktiviert */
.accordion-item.active .accordion-content {
  max-height: 1000px; }

.search #search-header {
  font-family: 'Epilogue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  max-width: 1440px;
  padding: 10px 55px 10px 120px;
  margin: auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 1000px) {
    .search #search-header {
      padding: 10px 30px; } }
.search .articles-overview {
  margin-left: 0px; }
  @media screen and (max-width: 1000px) {
    .search .articles-overview {
      margin: 0 10px; } }
  .search .articles-overview .tile-wrapper {
    max-width: 980px;
    margin: auto; }
@media screen and (max-width: 1280px) {
  .search .tile-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr));
    grid-auto-rows: 30px; } }
.search #load-more-container {
  margin: auto; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.infobox-wrapper-inner {
  display: flex !important;
  flex-direction: row !important; }

/* 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; }

.site-branding img {
  max-width: 133px;
  height: auto; }

.size-full {
  opacity: 0; }

.autor {
  display: flex;
  align-items: center;
  margin: 40px 0 50px 55px;
  opacity: 0; }
  @media screen and (max-width: 1000px) {
    .autor {
      margin: 20px 0 20px 40px; } }
  .autor .autor-image {
    display: flex;
    align-items: center;
    margin-right: 20px;
    border-radius: 50%;
    background-position: top center;
    background-size: cover;
    width: 60px;
    height: 60px; }

.person img {
  width: 215px;
  height: auto; }

.video_details {
  margin-bottom: 60px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yt_thumbnail {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 390px; }
  @media screen and (max-width: 1000px) {
    .yt_thumbnail {
      max-width: unset; } }

.yt-videothumb {
  position: relative; }

.yt-videothumb:before {
  content: '';
  background-image: url(images/video_thumbnail_playbutton.svg);
  background-size: cover;
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 15px;
  margin-right: 20px;
  pointer-events: none;
  right: 0; }

.home .yt-videothumb:before {
  background-image: url(images/video_playbutton.svg);
  height: 53px;
  width: 53px;
  bottom: calc(50% - 36px);
  margin-left: calc(50% - 36px);
  transition: scale 0.3s, height 0.3s; }

.home .yt-videothumb:hover.yt-videothumb:before {
  scale: 1.2; }

.swiper-wrapper {
  box-sizing: inherit !important; }
  @media screen and (max-width: 1280px) {
    .swiper-wrapper {
      flex-direction: column; } }

@media screen and (max-width: 1280px) {
  .empfehlungen-wrapper .swiper-wrapper {
    flex-direction: row; } }
@media screen and (max-width: 1000px) {
  .empfehlungen-wrapper .swiper-wrapper {
    flex-direction: column; } }

.swiper {
  padding: 20px 0 !important;
  width: 100%; }
  .swiper .swiper-pagination {
    margin-top: 20px;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .swiper .swiper-pagination {
        display: none; } }
  @media screen and (max-width: 1280px) {
    .swiper {
      padding: 0 !important; } }

@media screen and (max-width: 1280px) {
  .empfehlungen-wrapper .swiper {
    padding: 20px 0 !important; } }
@media screen and (max-width: 1000px) {
  .empfehlungen-wrapper .swiper {
    padding: 0 !important;
    overflow: unset; } }
@media screen and (max-width: 1280px) {
  .empfehlungen-wrapper .swiper .swiper-pagination {
    display: block; } }
@media screen and (max-width: 1000px) {
  .empfehlungen-wrapper .swiper .swiper-pagination {
    display: none; } }

.swiper-button-next.swiper-button-ouside, .swiper-button-prev.swiper-button-ouside {
  top: 50%;
  color: #0C55A6; }
  @media screen and (max-width: 1280px) {
    .swiper-button-next.swiper-button-ouside, .swiper-button-prev.swiper-button-ouside {
      display: none; } }

@media screen and (max-width: 1280px) {
  .empfehlungen-wrapper .swiper-button-next.swiper-button-ouside, .empfehlungen-wrapper .swiper-button-prev.swiper-button-ouside {
    display: block; } }
@media screen and (max-width: 1000px) {
  .empfehlungen-wrapper .swiper-button-next.swiper-button-ouside, .empfehlungen-wrapper .swiper-button-prev.swiper-button-ouside {
    display: none; } }

@media screen and (max-width: 1280px) {
  .fbx-close-caption {
    padding: 7px 3px 10px 10px; } }

/* 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: left;
  color: #000E52;
  font-size: 16px;
  line-height: 120%; }

/* 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; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  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: #F9F7F5;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #000E52;
    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 */
