/***** RESET *****
--------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  overflow-x: hidden; }

article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */ }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a {
  -webkit-transition: .05s ease-in;
  transition: .05s ease-in; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0;
  -webkit-transition: .05s ease-in;
  transition: .05s ease-in; }

a img {
  border: 0; }

/***** FIXES *****
--------------- */
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button, input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

embed, iframe, object {
  max-width: 100%; }

@media screen and (min-width: 1220px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 1080px; } }

html {
  font-size: 62.5%; }

html,
body,
button,
input,
select,
textarea {
  font-family: "Oxygen", sans-serif; }

body {
  background: #fff;
  color: #494949;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  color: #494949;
  margin-bottom: 2%;
  line-height: 1.3; }

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  text-transform: uppercase; }
  @media only screen and (max-width: 739px) {
    h1 {
      font-size: 32px;
      font-size: 3.2rem; } }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (max-width: 739px) {
    h2 {
      font-size: 24px;
      font-size: 2.4rem; } }

h3 {
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 739px) {
    h3 {
      font-size: 21px;
      font-size: 2.1rem; } }

h4 {
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 739px) {
    h4 {
      font-size: 18px;
      font-size: 1.8rem; } }

h5 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (max-width: 739px) {
    h5 {
      font-size: 16px;
      font-size: 1.6rem; } }

h6 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 739px) {
    h6 {
      font-size: 14px;
      font-size: 1.4rem; } }

p {
  margin-bottom: 3rem;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 739px) {
    p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      margin-bottom: 2rem; } }

.the_content {
  margin-top: 5rem; }

.read-more {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none; }
  .read-more::after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: ">";
    padding-left: 1rem;
    text-decoration: none; }
  .read-more:hover::after {
    padding-left: 1.5rem; }

.tabs_container {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 499px) {
    .tabs_container {
      flex-direction: column; } }

.fs-tabs-element {
  flex-grow: 1;
  text-align: center; }

.fs-light.fs-tabs-tab.fs-tabs-enabled {
  border: none;
  background: none;
  color: #AAAAAA;
  position: relative; }
  .fs-light.fs-tabs-tab.fs-tabs-enabled::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    content: "";
    width: 40px;
    border-bottom: 2px solid #CCC; }
  .fs-light.fs-tabs-tab.fs-tabs-enabled:hover {
    background: none !important;
    color: #3A5777; }
    .fs-light.fs-tabs-tab.fs-tabs-enabled:hover::after {
      border-color: #3A5777; }

.fs-light.fs-tabs-tab.fs-tabs-active {
  color: #494949; }
  .fs-light.fs-tabs-tab.fs-tabs-active::after {
    border-color: #3A5777; }

p.prequel {
  display: block;
  max-width: 60%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 6rem 0 4rem 0; }
  @media only screen and (max-width: 979px) {
    p.prequel {
      max-width: 70%; } }
  @media only screen and (max-width: 739px) {
    p.prequel {
      max-width: 80%; } }

p.highlight {
  font-weight: bold;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 3.5rem;
  position: relative; }
  p.highlight::before, p.highlight::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #3A5777;
    top: 1rem; }
  p.highlight::before {
    left: 0; }
  p.highlight::after {
    right: 0; }

.icons {
  display: flex;
  justify-content: space-between;
  margin: 7.5rem 0 5rem; }
  @media only screen and (max-width: 499px) {
    .icons {
      flex-direction: column; } }
  .icons .icon {
    flex-grow: 1;
    text-align: center; }
    .icons .icon h4 {
      font-family: "Abel", sans-serif;
      text-transform: uppercase;
      font-weight: bold; }
    .icons .icon p {
      padding: 0;
      color: #666666;
      font-size: 12px;
      font-size: 1.2rem; }
      .icons .icon p::before {
        content: none; }

a.button {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1rem;
  margin: 2rem 0;
  border: 3px solid #3A5777;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold; }
  a.button:hover {
    color: white;
    background: #3A5777; }

ul,
ol {
  margin: 0 0 3rem 7.5rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul li,
ol li {
  margin-bottom: .5rem;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 739px) {
    ul li,
    ol li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6; } }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5rem; }

dt {
  font-weight: bold; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

blockquote {
  position: relative;
  margin-bottom: 4rem;
  font-family: "Oxygen", sans-serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 5.5rem;
  color: #494949; }
  blockquote p {
    padding: 2rem 5rem 1rem 5rem; }

pre {
  position: relative;
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 3% 10% 1% 5%;
  overflow: auto;
  max-width: 100%;
  tab-size: 4; }
  pre:before {
    position: absolute;
    overflow: none;
    left: 0;
    top: 0;
    width: 8px;
    content: "";
    height: 100%;
    background: #BBC3CC;
    z-index: 5; }

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 66%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #494949; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse; }

th,
td {
  border: 1px solid #ddd;
  padding: 4px 10px; }

th {
  font-weight: bold; }

nav {
  outline: none; }

input:focus {
  border-color: #3A5777; }

img {
  max-width: 100%;
  height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    display: inline; }
    @media only screen and (max-width: 739px) {
      img.alignleft, img.alignright, img.aligncenter {
        width: 100%; } }

.alignleft {
  float: left;
  margin: 0 4% 3% 0; }

.alignright {
  float: right;
  margin: 0 0 3% 4%; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.alignnone {
  margin-bottom: 3%; }

p .alignnone {
  margin-bottom: 0; }

hr,
.hr {
  border: 0;
  height: 1px;
  margin: 3.5rem 0;
  border-top: 1px dashed #ececec; }

a {
  text-decoration: none;
  color: #494949;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #3A5777;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

p a {
  text-decoration: underline; }

main {
  padding: 4%; }

body.error404 main {
  text-align: center; }
  body.error404 main svg {
    max-width: 200px;
    fill: #494949; }
    @media only screen and (max-width: 979px) {
      body.error404 main svg {
        max-width: 150px; } }
  body.error404 main p a {
    display: inline-block;
    padding: 10px 30px;
    background: #3A5777;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

header #logo {
  margin-top: 3.75rem;
  max-width: 200px; }
  @media only screen and (max-width: 739px) {
    header #logo {
      margin-top: 3.5rem;
      margin-bottom: 1.5rem; } }

header #mobile_menu {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-align: right;
  padding: 1rem 35px 1rem 0;
  margin-top: 3.5rem; }
  header #mobile_menu span::after {
    position: absolute;
    right: 0;
    top: 23px;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #494949;
    box-shadow: 0 -6px 0 #494949, 0 6px 0 #494949; }

header nav {
  text-align: right; }
  header nav ul {
    list-style: none;
    margin: 0; }
  header nav ul li {
    font-family: "Abel", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    text-transform: uppercase;
    margin: 4rem 2rem; }
    header nav ul li.current-menu-item {
      border-bottom: 3px solid #3A5777; }
  header nav ul.sub-menu {
    text-align: left;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    position: absolute;
    background: white;
    margin-top: -1rem;
    margin-left: -2rem;
    box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease; }
    header nav ul.sub-menu li {
      display: block;
      margin: 1rem 2rem; }
  header nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease; }
  @media only screen and (max-width: 739px) {
    header nav {
      display: none; }
      header nav ul li {
        display: block;
        border-right: 3px solid #ececec;
        padding-right: 1rem; }
        header nav ul li.current-menu-item {
          border-bottom: none;
          border-right-color: #3A5777; }
      header nav ul.sub-menu {
        text-align: right;
        position: relative;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        margin: 0; }
        header nav ul.sub-menu li {
          margin: 1rem 0;
          border: none;
          padding-right: 0; }
        header nav ul.sub-menu li a {
          color: #aaa;
          font-size: 16px;
          font-size: 1.6rem; } }

footer .menu {
  text-align: center;
  list-style: none;
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem; }
  footer .menu li {
    display: inline-block;
    padding: 0 1rem; }
  footer .menu li a {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase; }
    footer .menu li a:hover {
      color: #3A5777; }

body.home .intro {
  /* background-image: url("../img/nikola-knorr-portrait.jpg"); */
  background-image: url("../img/nikola-knorr-portrait-2025.jpg");
  background-size: cover;
  /* background-position: 50% 48%; */
  background-position: 50% 25%;
  background-repeat: no-repeat;
  height: 400px;
}
  @media only screen and (max-width: 739px) {
    body.home .intro {
      background-position: 50% 50%;
      height: 325px;
    } }
  body.home .intro h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 25rem 7.5rem 5rem; }
    body.home .intro h1 span {
      display: block;
      font-size: 36px;
      font-size: 3.6rem; }
    @media only screen and (max-width: 979px) {
      body.home .intro h1 {
        margin-bottom: 2.5rem;
        margin-left: 5rem; } }
    @media only screen and (max-width: 739px) {
      body.home .intro h1 {
        font-size: 18px;
        font-size: 1.8rem; }
        body.home .intro h1 span {
          font-size: 28px;
          font-size: 2.8rem; } }
    @media only screen and (max-width: 739px) {
      body.home .intro h1 {
        text-align: left;
        margin: 25rem 2rem 2rem; } }

body.home h1 {
  color: grey; }

body.home .consulting {
  background: #f0f3f6;
  border-bottom: 5px solid #3A5777; }
  body.home .consulting svg {
    margin-bottom: 3.9rem;
    max-height: 60px; }
  body.home .consulting svg, body.home .consulting path, body.home .consulting polygon, body.home .consulting rect {
    fill: #3A5777; }
  body.home .consulting h2, body.home .consulting p {
    color: #3A5777; }

body.home .mensch-im-fokus {
  background: #f9f8ed;
  border-bottom: 5px solid #ef7b4c; }
  body.home .mensch-im-fokus svg {
    margin-top: 3.9rem;
    max-height: 60px; }
  body.home .mensch-im-fokus svg, body.home .mensch-im-fokus path, body.home .mensch-im-fokus polygon, body.home .mensch-im-fokus rect {
    fill: #ef7b4c; }
  body.home .mensch-im-fokus h2, body.home .mensch-im-fokus p {
    color: #ef7b4c; }

body.home .consulting,
body.home .mensch-im-fokus {
  padding: 5rem;
  text-align: center; }

body.home img {
  height: 6rem; }

body.home h2 {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  margin-top: 5rem; }
  body.home h2::after {
    content: none; }

body.home p {
  margin-top: 5rem;
  color: white; }

body.home .intro-text {
	background-color: #e3edf1;
	padding: 50px 75px;
}
body.home .intro-text h1,
body.home .intro-text p,
body.home .intro-text ul {
	color: #142831;
	margin: 0;
}
body.home .intro-text p,
body.home .intro-text ul {
	margin-top: 15px;
}
body.home .intro-text h1 {
	font-size: 32px;
}
body.home .intro-text ul {
	padding-left: 20px;
}
@media only screen and (max-width: 739px) {
	body.home .intro-text {
		padding: 30px 15px;
	}
}