/*!
Theme Name: funddo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funddo
*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* cairo-300 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 300;
  src: url("./css/cairo-v6-latin/cairo-v6-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Cairo Light"), local("Cairo-Light"), url("./css/cairo-v6-latin/cairo-v6-latin-300.eot?#iefix") format("embedded-opentype"), url("./css/cairo-v6-latin/cairo-v6-latin-300.woff2") format("woff2"), url("./css/cairo-v6-latin/cairo-v6-latin-300.woff") format("woff"), url("./css/cairo-v6-latin/cairo-v6-latin-300.ttf") format("truetype"), url("./css/cairo-v6-latin/cairo-v6-latin-300.svg#Cairo") format("svg");
  /* Legacy iOS */ }

/* cairo-regular - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url("./css/cairo-v6-latin/cairo-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Cairo"), local("Cairo-Regular"), url("./css/cairo-v6-latin/cairo-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("./css/cairo-v6-latin/cairo-v6-latin-regular.woff2") format("woff2"), url("./css/cairo-v6-latin/cairo-v6-latin-regular.woff") format("woff"), url("./css/cairo-v6-latin/cairo-v6-latin-regular.ttf") format("truetype"), url("./css/cairo-v6-latin/cairo-v6-latin-regular.svg#Cairo") format("svg");
  /* Legacy iOS */ }

/* cairo-600 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url("./css/cairo-v6-latin/cairo-v6-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Cairo SemiBold"), local("Cairo-SemiBold"), url("./css/cairo-v6-latin/cairo-v6-latin-600.eot?#iefix") format("embedded-opentype"), url("./css/cairo-v6-latin/cairo-v6-latin-600.woff2") format("woff2"), url("./css/cairo-v6-latin/cairo-v6-latin-600.woff") format("woff"), url("./css/cairo-v6-latin/cairo-v6-latin-600.ttf") format("truetype"), url("./css/cairo-v6-latin/cairo-v6-latin-600.svg#Cairo") format("svg");
  /* Legacy iOS */ }

/* cairo-700 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url("./css/cairo-v6-latin/cairo-v6-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Cairo Bold"), local("Cairo-Bold"), url("./css/cairo-v6-latin/cairo-v6-latin-700.eot?#iefix") format("embedded-opentype"), url("./css/cairo-v6-latin/cairo-v6-latin-700.woff2") format("woff2"), url("./css/cairo-v6-latin/cairo-v6-latin-700.woff") format("woff"), url("./css/cairo-v6-latin/cairo-v6-latin-700.ttf") format("truetype"), url("./css/cairo-v6-latin/cairo-v6-latin-700.svg#Cairo") format("svg");
  /* Legacy iOS */ }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.35em;
  color: #8C800C; }

h3 {
  font-size: 1.2em; }

h4, h5, h6 {
  font-size: 1em; }

a {
  color: #8C800C; }

ul {
  padding-left: 1.5em; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mt4 {
  margin-top: 4rem; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem; }

.mb4 {
  margin-bottom: 4rem; }

ul.checked {
  list-style: none;
  margin-left: 0rem;
  padding-left: 36px; }
  ul.checked li {
    position: relative;
    padding-bottom: 1rem; }
  ul.checked li:before {
    background-image: url(./assets/iconKlein_100_500_alignCenterTop.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: -35px -100px;
    content: '';
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px; }

ol.closed-brackets {
  list-style: none;
  margin-left: 0em;
  padding-left: 36px;
  counter-reset: item; }
  ol.closed-brackets li {
    position: relative;
    counter-increment: item;
    margin-bottom: 1rem; }
  ol.closed-brackets li:before {
    content: "(" counter(item) ")";
    position: absolute;
    left: -36px; }

.contact .white {
  line-height: 2; }

span.email, span.fon {
  display: block;
  padding-left: 2.5em; }

span.email {
  background-image: url(./assets/iconKlein_100_500_alignCenterTop.svg);
  background-size: 5em auto;
  background-repeat: no-repeat;
  background-position: -1.6em -9.6em; }

span.fon {
  background-image: url(./assets/iconKlein_100_500_alignCenterTop.svg);
  background-size: 5em auto;
  background-repeat: no-repeat;
  background-position: -1.7em -14.3em; }

body.page-template-news #page .entry-title {
  margin-bottom: 2em; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Cairo', sans-serif;
  line-height: 1.4; }

html {
  scroll-behavior: smooth; }

img {
  max-width: 100%;
  height: auto; }

#page {
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  height: 100vh;
  /*    overflow: auto;   */ }

.skip-link {
  display: none; }

.site-branding {
  padding-right: 1.5rem;
  padding-top: 0.5rem; }
  .site-branding a {
    display: block; }

.logo {
  width: 160px;
  margin-left: auto; }

.mobile #slogan {
  display: none; }

.site-title,
.site-description {
  display: none; }

#primary-menu,
#publisher-menu {
  list-style: none; }
  #primary-menu a,
  #publisher-menu a {
    text-decoration: none;
    color: #1C2473; }
  #primary-menu .current-menu-item a,
  #publisher-menu .current-menu-item a {
    color: #8C800C; }

/* Hamburger Menu Animation*/
.hampath {
  fill: none;
  stroke: #1C2473;
  stroke-width: 3px; }

#hambottom, #hamtop {
  stroke-dasharray: 35 300; }

#hamtop {
  stroke-dashoffset: 227; }

.active #hamtop {
  animation-name: topactive;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.hamback #hamtop {
  animation-name: topback;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes topactive {
  0% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 227; }
  50% {
    stroke-dasharray: 75 260;
    stroke: #C2C018; }
  100% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 335;
    stroke: #1C2473; } }

@keyframes topback {
  100% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 227; }
  50% {
    stroke-dasharray: 5 330;
    stroke: #C2C018; }
  0% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 335;
    stroke: #1C2473; } }

#hambottom {
  stroke-dashoffset: 228; }

.active #hambottom {
  animation-name: bottomactive;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.hamback #hambottom {
  animation-name: bottomback;
  animation-duration: 0.5s;
  animation-fill-mode: backwards; }

@keyframes bottomactive {
  0% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 228; }
  50% {
    stroke-dasharray: 75 260;
    stroke: #8C800C; }
  100% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 335;
    stroke: #1C2473; } }

@keyframes bottomback {
  100% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 228; }
  50% {
    stroke-dasharray: 5 330;
    stroke: #8C800C; }
  0% {
    stroke-dasharray: 35 300;
    stroke-dashoffset: 335;
    stroke: #1C2473; } }

.active #hamcenter {
  animation-name: centeractive;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.hamback #hamcenter {
  animation-name: centerback;
  animation-duration: 0.5s;
  animation-fill-mode: backwards; }

@keyframes centeractive {
  0% {
    transform: rotate(0); }
  33% {
    stroke: #C2C018; }
  66% {
    stroke: #8C800C; }
  100% {
    transform: rotate(225deg); } }

@keyframes centerback {
  0% {
    transform: rotate(225deg); }
  33% {
    stroke: #C2C018; }
  66% {
    stroke: #8C800C; }
  100% {
    transform: rotate(0); } }

#hamcenter {
  transform-origin: 50px 50px; }

#nav-toggle {
  position: absolute;
  top: -19px;
  left: 0;
  padding: 0;
  overflow: visible;
  width: 84px;
  display: none; }

@media all and (max-width: 767px) {
  #nav-toggle {
    display: block; }
  #masthead {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
    height: 4.5rem;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 5000;
    border: 1rem solid #fff;
    border-bottom: 0rem solid #fff;
    display: flex;
    flex-direction: column; }
  .nav-container {
    flex-grow: 1; }
  #masthead.hide {
    top: -5rem; }
  #masthead:after {
    width: 100%;
    content: '';
    display: block;
    min-height: 0.5rem;
    background-image: linear-gradient(90deg, #C2C018, #1C2473); }
  #masthead.active {
    background-color: #F9F9F6;
    height: 100vh;
    max-height: 100vh;
    border: 1rem solid #fff;
    overflow: auto; }
    #masthead.active:after {
      transform: scaleY(1); }
  .menu-mainmenu-container {
    width: 100%;
    margin-top: 1rem; }
  #primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    margin-top: 5vh; }
    #primary-menu li {
      border-bottom: 1px solid #C2C018; }
    #primary-menu a {
      box-sizing: border-box;
      display: block;
      padding: 1rem 2rem;
      width: 215px;
      margin-left: auto; }
  #publisher-menu {
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    #publisher-menu a {
      box-sizing: border-box;
      display: block;
      padding: 0.5rem 2rem;
      width: 215px;
      margin-left: auto; }
  /* animated Navigation toggle */
  /*
    #navtoggle{
        position: absolute;
        top: 0rem; left: 1rem;
        
        padding: 0.5rem 0.5rem;
        overflow: visible;
        
        & > div{
            box-sizing: border-box;
            position: relative;
            width: 35px;
            height: 28px;
            max-width: 3.8rem;
            max-height: 3.5rem;
        }
        & > div:first-child{
            position: absolute;
        }

        & > div:before,
        & > div:after{
            position: absolute;
            background-color:$blue;
            content:'';
            height: 4px;
            width: 100%;
            top: calc(50% - 2px);

            transition: all 0.3s;
        }
        & > div:last-child:before{
            transition: all 0.3s 0.2s;
            top: 0;
        }
        & > div:last-child:after{
            transition: all 0.3s 0.2s;
            top: initial;
            bottom: 0;
        }        
    }
    #navtoggle.active{
        & > div:first-child:before{
            transform:rotate(-45deg);
            transition: all 0.3s 0.2s;
        }
        & > div:first-child:after{
            transform:rotate(45deg);
            transition: all 0.3s 0.2s;
        }

        & > div:last-child:before{
            top: calc(50% - 2px);
            opacity: 0;
            transition: all 0.3s;
        }
        & > div:last-child:after{
            bottom: calc(50% - 2px);
            opacity: 0;
            transition: all 0.3s;
        }
    }
    */ }

#primary {
  background-color: #F9F9F6;
  box-sizing: border-box;
  margin-top: 3.5rem;
  min-height: calc(100vh - 5.5rem);
  padding: 2rem 1.5rem 0rem 1.5rem; }

#main {
  box-sizing: border-box;
  overflow: hidden; }
  #main h1 {
    color: #1C2473; }

.entry-content {
  padding-bottom: 3rem; }

.post-thumbnail {
  color: #8C800C; }
  .post-thumbnail img {
    display: block; }
  .post-thumbnail .the-img:after {
    width: 100%;
    content: '';
    display: block;
    min-height: 1rem;
    background-image: linear-gradient(90deg, #C2C018, #1C2473); }

.icon-headline .entry-title,
body.page-template-news .entry-title {
  padding-left: 60px;
  position: relative; }

.icon-headline .entry-title:before,
body.page-template-news .entry-title:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 44px;
  left: -2px;
  top: 0px; }

.icon-headline .entry-title:before,
body.page-template-news .entry-title:before {
  background-image: url(./assets/kapitelSprite200_500_alignRightTop.svg);
  background-repeat: no-repeat;
  background-size: 80px auto; }

.eye .entry-title:before {
  background-position: -24px -75px; }

.complience .entry-title:before {
  background-position: -52px -35px; }

.about .entry-title:before {
  background-position: -38px 5px; }

.contact .entry-title:before {
  background-position: -29px -156px; }

body.page-template-news .entry-title:before {
  background-position: -50px -116px; }

body.page-template-news article {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 4rem; }

body.page-template-news article > div h2 {
  color: #000; }

.white-content-box .entry-content {
  background-color: #fff;
  padding: 1rem; }

.list-in-section {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #1C2473;
  padding: 0.5rem 1rem; }
  .list-in-section h1, .list-in-section h2, .list-in-section h3, .list-in-section h4, .list-in-section h5, .list-in-section h6 {
    color: #8C800C; }
  .list-in-section ul {
    list-style: none;
    padding-left: 1rem; }
  .list-in-section li {
    position: relative;
    margin-bottom: 1rem; }
  .list-in-section li:before {
    position: absolute;
    left: -1rem;
    top: 0.5rem;
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #8C800C; }

/* List in Section with lines*/
.list-in-section::before,
.list-in-section:nth-child(even):before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8C800C; }

.list-in-section:nth-child(even):before {
  background-color: #1C2473; }

.list-in-section:nth-child(even) {
  border-bottom: 1px solid #8C800C; }
  .list-in-section:nth-child(even) h1, .list-in-section:nth-child(even) h2, .list-in-section:nth-child(even) h3, .list-in-section:nth-child(even) h4, .list-in-section:nth-child(even) h5, .list-in-section:nth-child(even) h6 {
    color: #1C2473; }
  .list-in-section:nth-child(even) li:before {
    background-color: #1C2473; }

.arrow-table-title {
  display: flex; }
  .arrow-table-title h2 {
    font-size: 1rem; }
  .arrow-table-title .left {
    box-sizing: border-box;
    color: #8C800C;
    padding-right: 1rem;
    flex-basis: 50%; }
  .arrow-table-title .right {
    box-sizing: border-box;
    color: #1C2473;
    flex-basis: 50%;
    padding-left: 1rem; }
    .arrow-table-title .right h1, .arrow-table-title .right h2, .arrow-table-title .right h3, .arrow-table-title .right h4, .arrow-table-title .right h5, .arrow-table-title .right h6 {
      text-align: right; }

.arrow-table-content .left-content,
.arrow-table-content .right-content {
  box-sizing: border-box;
  width: 70%;
  height: 100px;
  background-color: #fff;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 0.9rem; }

.arrow-table-content .left-content {
  border-top: 1px solid #8C800C;
  padding-left: 1rem; }

.arrow-table-content .right-content {
  margin-left: auto;
  border-bottom: 1px solid #1C2473;
  padding-right: 1rem; }

.arrow-table-content .left-content:after,
.arrow-table-content .right-content:before {
  content: '';
  background-image: url(./assets/arrow-table-list.svg);
  background-repeat: no-repeat;
  background-size: 50px 200px;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100px; }

.arrow-table-content .left-content:after {
  background-position: left top;
  right: -50px; }

.arrow-table-content .right-content:before {
  background-position: left bottom;
  left: -50px; }

div.white {
  background-color: #fff;
  padding: 1rem; }
  div.white h2, div.white h3, div.white h4, div.white h5, div.white h6 {
    color: #1C2473; }

.wp-block-buttons {
  position: relative; }
  .wp-block-buttons div.is-style-read-more {
    display: block; }

div.is-style-read-more a:before {
  content: 'READ MORE';
  position: absolute;
  box-sizing: border-box;
  left: 16px;
  top: 16px;
  height: 60px;
  padding: 16px 0 0 50px;
  background-image: url(./assets/iconKlein_100_500_alignCenterTop.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: -35px -395px; }

div.is-style-read-more a {
  background-color: #C2C018;
  border: none;
  border-radius: initial;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 60px 1rem 1.5rem 66px;
  text-align: left;
  text-decoration: none;
  overflow-wrap: break-word; }

article:not(.single) .is-style-show-more {
  text-align: center; }
  article:not(.single) .is-style-show-more:before {
    color: #8C800C;
    content: 'READ MORE';
    display: inline-block;
    padding-bottom: 1rem;
    background-image: url(./assets/iconKlein_100_500_alignCenterTop.svg);
    background-size: 80px auto;
    background-repeat: no-repeat;
    background-position: center -375px;
    cursor: pointer;
    transition: all 0.5s; }
  article:not(.single) .is-style-show-more.active:before {
    opacity: 0; }
  article:not(.single) .is-style-show-more > div {
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s; }

.is-style-show-more:after {
  width: 100%;
  content: '';
  display: block;
  min-height: 10px;
  background-image: linear-gradient(90deg, #C2C018, #1C2473); }

.page-template-startpage #primary {
  background-image: url(./assets/bgforest1024.jpg);
  background-position: center bottom;
  background-size: cover;
  color: #fff; }

.page-template-startpage #main {
  padding-top: 4rem;
  padding-bottom: 5rem; }
  .page-template-startpage #main h1 {
    font-weight: 300;
    margin: 0;
    color: #fff; }

.page-template-startpage .entry-title {
  font-size: calc(1.2rem + 2vw); }

.page-template-startpage .entry-header,
.page-template-startpage .entry-content {
  padding: 1rem;
  background-image: linear-gradient(90deg, rgba(194, 192, 24, 0.9), rgba(28, 36, 115, 0.9));
  font-size: 1rem;
  font-size: 1.2rem; }

.page-template-startpage .entry-content {
  box-sizing: border-box;
  margin: 0.5rem 0; }

.page-template-startpage .entry-header {
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #C2C018, #1C2473); }

.page-template-startpage .news {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  border: 6px solid #fff;
  border-bottom: none;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 7px; }

.page-template-startpage .news-entry-title {
  font-size: 1.2rem;
  margin: 0.5rem 0 1.5rem 0; }
  .page-template-startpage .news-entry-title a {
    color: #1C2473;
    text-decoration: none; }

.page-template-startpage .news-label {
  color: #1C2473;
  margin: 0;
  font-size: 0.75rem; }

.page-template-startpage .read-more {
  color: #8C800C;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  padding-right: 2rem;
  background-image: url(./assets/iconKlein_100_500_alignCenterTop.svg);
  background-repeat: no-repeat;
  background-position: 60px 7px;
  background-size: 100px auto; }

.page-template-startpage .news:after {
  content: '';
  background-image: url(./assets/newsbox_end.png);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: top left;
  position: absolute;
  bottom: -60px;
  left: -6px;
  width: calc(100% + 12px);
  height: 60px; }

@media all and (min-width: 380px) {
  #masthead {
    height: 5rem; }
  /*
#navtoggle div{
    width: 44px;
    height: 35px;
}
*/
  #nav-toggle {
    top: -28px;
    left: -6px;
    width: 110px; }
  .logo {
    width: 206px; }
  #primary-menu a,
  #publisher-menu a {
    width: 261px; }
  #primary {
    margin-top: 4rem;
    min-height: calc(100vh - 6rem); }
  .arrow-table-title h2 {
    font-size: 1.2rem; } }

@media all and (min-width: 480px) {
  #masthead {
    height: 6rem; }
  .site-branding {
    padding-right: 2rem; }
  #nav-toggle {
    top: -38px;
    left: -6px;
    width: 140px; }
  .logo {
    width: 260px; }
  #primary-menu a,
  #publisher-menu a {
    width: 316px; }
  #primary {
    margin-top: 5rem;
    min-height: calc(100vh - 7rem);
    padding-left: 2rem;
    padding-right: 2rem; }
  .icon-headline .entry-title,
  body.page-template-news .entry-title {
    padding-left: 100px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    width: 100px;
    height: 50px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    background-size: 100px auto; }
  .eye .entry-title:before {
    background-position: -20px -96px; }
  .complience .entry-title:before {
    background-position: -20px -48px; }
  .about .entry-title:before {
    background-position: -20px 3px; }
  .contact .entry-title:before {
    background-position: -20px -200px; }
  body.page-template-news .entry-title:before {
    background-position: -20px -150px; }
  .arrow-table-title h2 {
    font-size: 1.3em; }
  .arrow-table-content .left-content,
  .arrow-table-content .right-content {
    font-size: 1em; } }

@media all and (min-width: 540px) {
  #primary-menu a,
  #publisher-menu a {
    width: 100%; }
  #nav-toggle {
    left: 4px; }
  .site-branding {
    padding-right: 3rem; }
  #primary {
    padding-left: 3rem;
    padding-right: 3rem; }
  .entry-title {
    font-size: 1.8rem; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    top: -4px; }
  h2 {
    font-size: 1.5em; }
  .contact .the-content {
    margin-left: 100px; }
  .arrow-table-title h2 {
    font-size: 1.5em; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    width: 100px;
    height: 60px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    background-size: 120px auto; }
  .eye .entry-title:before {
    background-position: -38px -111px; }
  .complience .entry-title:before {
    background-position: -46px -54px; }
  .about .entry-title:before {
    background-position: -44px 8px; }
  .contact .entry-title:before {
    background-position: -46px -233px; }
  body.page-template-news .entry-title:before {
    background-position: -46px -175px; } }

@media all and (min-width: 768px) {
  #slogan {
    display: block; }
  #masthead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    height: 75px; }
  .site-branding {
    padding-top: 0; }
  .logo {
    width: 250px;
    margin-left: auto; }
  .nav-container {
    flex-grow: 1; }
  #navtoggle {
    display: none; }
  #primary-menu {
    display: flex;
    list-style: none;
    margin: 0 1rem;
    padding: 0;
    padding-left: 1.5rem; }
    #primary-menu a {
      position: relative;
      width: initial;
      display: block;
      padding: 1rem 0.5rem; }
    #primary-menu a:after {
      content: '';
      position: absolute;
      bottom: 0.5rem;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #C2C018;
      opacity: 0;
      transform: scaleX(0);
      transition: all 0.5s; }
    #primary-menu li:not(.current-menu-item):hover a:after {
      opacity: 1;
      transform: scaleX(1); }
  #publisher {
    position: fixed;
    bottom: 0;
    right: 3rem;
    z-index: 1001; }
  #publisher-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #publisher-menu a {
      width: initial;
      display: block;
      padding: 0.5rem 1rem;
      margin-bottom: 1rem;
      background-color: #ffffffee;
      transition: all 0.5s; }
    #publisher-menu li:first-child a {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    #publisher-menu li:not(.current-menu-item) a:hover {
      background-color: #C2C018;
      color: white; }
  #publisher:before {
    content: '';
    width: 100%;
    height: 1rem;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0; }
  #primary {
    margin-top: 0;
    min-height: calc(100vh - 107px); }
  .icon-headline .entry-title,
  body.page-template-news .entry-title {
    box-sizing: border-box;
    width: 64%;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    font-size: 2rem; }
  .contact .the-content {
    box-sizing: border-box;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }
  .list-in-section {
    width: 66%; }
  .list-in-section:nth-child(even) {
    margin-left: auto; }
  .page-template-startpage #content {
    margin-top: 0; }
  .page-template-startpage #content-start {
    display: flex;
    flex-wrap: wrap; }
  .page-template-startpage .entry-header {
    order: 1;
    flex-basis: 50%; }
  .page-template-startpage .entry-content {
    order: 3;
    flex-basis: 50%; }
  .page-template-startpage .news {
    order: 2;
    flex-basis: 30%;
    margin-left: 0.5rem; }
  .page-template-startpage article {
    max-width: 50%; }
  .arrow-table-content {
    display: flex;
    flex-wrap: wrap; }
    .arrow-table-content .left-content,
    .arrow-table-content .right-content {
      flex-basis: calc(48% - 50px); }
  main.about .entry-content {
    display: flex;
    align-items: flex-start; }
  main.about .post-thumbnail {
    flex-basis: 30%;
    padding-top: 4.5em;
    margin-right: 1rem; }
  main.about .the-content {
    flex-basis: 60%; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    width: 150px;
    height: 75px;
    left: -50px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    background-size: 150px auto; }
  .eye .entry-title:before,
  body.page-template-news .entry-title:before {
    background-position: -27px -143px; }
  .complience .entry-title:before {
    background-position: -40px -72px; }
  .about .entry-title:before {
    background-position: -36px 4px; }
  .contact .entry-title:before {
    background-position: -40px -297px; }
  body.page-template-news .entry-title:before {
    background-position: -36px -223px; } }

@media all and (min-width: 840px) {
  #primary-menu {
    padding-left: 1.2rem; }
    #primary-menu a {
      padding: 1rem 0.8rem; } }

@media all and (min-width: 940px) {
  #primary-menu {
    padding-left: 1rem; }
    #primary-menu a {
      font-size: 1.2rem;
      padding: 1rem; }
  .page-template-startpage .entry-header {
    padding: 2rem; }
  .page-template-startpage .entry-content {
    padding: 2rem;
    font-size: 1.5rem; }
  .page-template-startpage .news {
    padding: 2rem;
    flex-basis: 25%;
    font-size: 1.5rem; }
  .page-template-startpage .news-entry-title {
    font-size: 1.5rem; }
  .page-template-startpage .read-more {
    font-size: 1rem; }
  .icon-headline .entry-title,
  body.page-template-news .entry-title {
    padding-left: 150px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    width: 160px;
    height: 80px;
    left: -20px;
    top: -10px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    background-size: 160px auto; }
  .eye .entry-title:before,
  body.page-template-news .entry-title:before {
    background-position: -30px -152px; }
  .complience .entry-title:before {
    background-position: -35px -72px; }
  .about .entry-title:before {
    background-position: -30px 8px; }
  .contact .entry-title:before {
    background-position: -30px -311px; }
  body.page-template-news .entry-title:before {
    background-position: -30px -233px; }
  body.page-template-news .entry-title,
  .white-content-box .entry-title {
    max-width: 876px;
    margin-left: auto;
    margin-right: auto; }
  body.page-template-news article,
  .white-content-box .entry-content {
    box-sizing: border-box;
    max-width: 876px;
    padding: 1rem 2rem;
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 1240px) {
  article {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  #primary-menu {
    padding-left: 0.8rem; }
    #primary-menu a {
      font-size: 1.4rem;
      padding: 1rem 1.2rem; }
  #main {
    font-size: 1.2rem; }
  .icon-headline .entry-title:before, body.page-template-news .entry-title:before {
    left: -40px; }
  .news-title {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto; }
  .icon-headline .entry-title,
  body.page-template-news .entry-title {
    padding-left: 150px;
    font-size: 2.5rem; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    width: 200px;
    height: 100px; }
  .icon-headline .entry-title:before,
  body.page-template-news .entry-title:before {
    background-size: 200px auto; }
  .eye .entry-title:before,
  body.page-template-news .entry-title:before {
    background-position: -50px -188px; }
  .complience .entry-title:before {
    background-position: -60px -93px; }
  .about .entry-title:before {
    background-position: -60px 8px; }
  .contact .entry-title:before {
    background-position: -60px -393px; }
  body.page-template-news .entry-title:before {
    background-position: -60px -293px; }
  .icon-headline .entry-title, body.page-template-news .entry-title {
    width: 63%; } }

/*# sourceMappingURL=style.css.map */