@font-face {
  font-family: 'lemon_sans_rndlight';
  src: url('../../assets/fonts/supertype_-_lemonsansrnd-light-webfont.woff2') format('woff2'), url('../../assets/fonts/supertype_-_lemonsansrnd-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lemon_sans_rnduni_thin';
  src: url('../../assets/fonts/supertype_-_lemonsansrnduni-thin-webfont.woff2') format('woff2'), url('../../assets/fonts/supertype_-_lemonsansrnduni-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 36px;
  line-height: 1.34em;
  padding: 0;
  margin: 0; }
  @media (max-width: 991px) {
  html {
    font-size: 28px; } }
  @media (max-width: 767px) {
  html {
    font-size: 24px; } }
  @media (max-width: 575px) {
  html {
    font-size: 20px; } }

body {
  background-color: #fff;
  color: #000;
  font-family: 'lemon_sans_rndlight', sans-serif;
  font-weight: 200;
  height: 100%;
  width: 100%; }

.bg-white {
  background-color: #fff;
  color: #000; }

.bg-darkblue {
  background-color: #053c5a;
  color: #fff; }

.bg-blue {
  background-color: #4181af;
  color: #fff; }

.bg-highlight {
  background-color: #5aa;
  color: #fff; }

.bg-muster {
  background-image: url('../../images/hintergrund_mondry-consulting-strategieberatung_wellen-abstrakt_dunkel-blau-01.svg');
  background-size: cover;
  background-repeat: no-repeat; }

.bg-muster-hell {
  background-image: url('../../images/hintergrund_mondry-consulting-strategieberatung_wellen-abstrakt_ozean-blau-01.svg');
  background-size: cover;
  background-repeat: no-repeat; }

.bg-muster-grau {
  background-image: url('../../images/Content-Hintergrund_Wellen-Muster-Frei_exklusive-betreuung_ohne-empathie-geht-nichts.svg');
  background-size: cover;
  background-repeat: no-repeat; }

.bg-muster-top {
  background-position: 0 -14vw;
  background-size: contain; }
  @media (max-width: 1199px) {
  .bg-muster-top {
    background-position: 0 -34vw; } }

.bg-muster-bottom {
  background-position: 0 100%;
  background-size: contain; }

.btn-mondry {
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  padding-right: 70px; }
  .btn-mondry:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../images/arrow-right-circle.svg');
    display: block;
    position: absolute;
    right: 25px;
    top: calc(50% - 12.5px);
    transition: right 0.2s ease-in-out; }
  .btn-mondry:hover:after {
    right: 20px; }

.btn-dark {
  background-color: #053c5a; }
  .btn-dark:hover {
    background-color: #03293d; }

.container {
  max-width: 1350px; }

a {
  color: #000; }
  a:hover {
    color: #000;
    text-decoration: none; }

ul {
  padding-left: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  text-align: center; }
  h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    font-weight: lighter; }

h1, .h1 {
  color: #4181af;
  text-transform: uppercase;
  font-family: 'lemon_sans_rnduni_thin', sans-serif;
  font-weight: 100;
  font-size: 2.78rem;
  line-height: 0.86em;
  margin-bottom: 0.8em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.5rem; } }
  @media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.3rem; } }
  @media (max-width: 575px) {
  h1, .h1 {
    font-size: 2.1rem; } }

h2, .h2 {
  color: #5aa;
  font-family: 'lemon_sans_rndlight', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.04em; }
  @media (max-width: 991px) {
  h2, .h2 {
    font-size: 1.2rem; } }
  @media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.1rem; } }
  .white {
    color: #fff !important; }

.highlight {
  color: #5aa !important; }

nav {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 20px;
  z-index: 1001; }
  @media (max-width: 767px) {
  nav {
    font-size: 16px; } }
  @media (max-width: 545px) {
  nav {
    font-size: 14px; } }
  nav .logo {
    display: block;
    max-width: calc(100vw - 200px);
    position: relative;
    top: 1em;
    padding-left: 3em; }
    @media (max-width: 575px) {
  nav .logo {
    padding-left: 1em; } }
    nav .logo img {
      max-width: 400px;
      min-width: 200px; }
      @media (max-width: 1300px) {
  nav .logo img {
    max-width: 300px; } }
      @media (max-width: 1199px) {
  nav .logo img {
    max-width: 400px; } }
  nav #navigation {
    right: 0;
    position: absolute;
    top: 0;
    background-color: #4181af;
    overflow: hidden;
    border-bottom-left-radius: 2.5em;
    font-size: 1em;
    width: 10em;
    max-width: 100vw;
    height: 5em;
    transition: width 0.4s ease-in-out 0.4s, height 0.4s ease-in-out; }
    @media (max-width: 575px) {
  nav #navigation {
    width: 7em;
    height: 4em; } }
    nav #navigation .navbar-toggler {
      position: absolute;
      top: 0.55em;
      right: 1.5em;
      z-index: 101;
      font-size: 1em;
      padding: 0.25em 0.75em; }
      @media (max-width: 575px) {
  nav #navigation .navbar-toggler {
    top: 0.2em;
    right: 0.8em; } }
      nav #navigation .navbar-toggler span {
        background-color: #fff;
        height: 0.25em;
        width: 3em;
        border-radius: 0.25em;
        display: block;
        position: relative;
        transition: all 0.4s ease-in-out; }
        nav #navigation .navbar-toggler span:first-child {
          margin-bottom: 0.6em;
          margin-top: 0.5em;
          top: 0;
          left: 0; }
        nav #navigation .navbar-toggler span:last-child {
          margin-top: 0.6em;
          margin-bottom: 0.5em;
          top: 0;
          left: 0; }
    nav #navigation ul {
      list-style: none;
      padding-left: 0;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      top: 7.5em;
      opacity: 0;
      transition: opacity 0.4s ease-in-out; }
      @media (max-width: 1199px) {
  nav #navigation ul {
    text-align: center; } }
      nav #navigation ul li {
        font-size: 2em;
        padding-top: 0.2em;
        padding-bottom: 0.2em; }
        nav #navigation ul li.current:after {
          content: "";
          width: 80%;
          height: 1px;
          background-color: #fff;
          display: block;
          margin-top: -5px;
          margin-right: auto;
          margin-left: auto; }
        nav #navigation ul li a {
          color: #fff;
          text-transform: lowercase; }
    nav #navigation.shownav {
      width: 25em;
      height: 100vh;
      transition: width 0.4s ease-in-out, height 0.4s ease-in-out 0.4s; }
      nav #navigation.shownav .navbar-toggler span:first-child {
        transform: rotate(45deg);
        transform-origin: 0%;
        top: -0.2em;
        left: 0.4em; }
        nav #navigation.shownav .navbar-toggler span:last-child {
          transform: rotate(-45deg);
          transform-origin: 0%;
          top: 0.2em;
          left: 0.4em; }
        nav #navigation.shownav .navbar-toggler span:nth-child(2) {
          opacity: 0; }
      nav #navigation.shownav ul {
        opacity: 1;
        transition: opacity 0.4s ease-in-out 0.8s; }
    @media (min-width: 1200px) {
  nav #navigation {
    width: 40em; }
    nav #navigation .navbar-toggler {
      display: none; }
    nav #navigation ul {
      top: 0;
      opacity: 1;
      transition-delay: 0.8s;
      display: flex;
      justify-content: flex-end;
      padding-right: 1em;
      margin-top: 1em;
      margin-bottom: 1em; }
      nav #navigation ul li {
        font-size: 1.7em;
        padding-left: 0.4em;
        padding-right: 0.4em; } }

footer {
  background-color: #5aa;
  font-size: 0.66rem;
  width: 575px;
  max-width: 100%;
  border-top-right-radius: 45px;
  padding: 45px;
  text-transform: lowercase;
  text-align: center;
  position: relative;
  margin-top: -125px; }
  @media (max-width: 767px) {
  footer {
    width: 100%;
    font-size: 1rem; } }
  @media (max-width: 575px) {
  footer {
    margin-top: -110px; } }
  footer ul {
    padding-left: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      display: inline-block;
      padding-left: 17px;
      padding-right: 17px; }
  footer a, footer a:hover {
    color: #fff; }

section.last-child {
  padding-bottom: 200px; }
  section.hero {
    background-image: url('https://picsum.photos/1920/1000');
    background-size: cover;
    background-position: center center;
    height: 75vh; }
    @media (max-width: 575px) {
  section.hero {
    margin-bottom: 0em; } }
    section.hero:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%), linear-gradient(-81deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 30%); }
  section.introduction img:nth-child(2) {
    margin-top: -100px;
    margin-right: -100px; }
    @media (max-width: 1199px) {
  section.introduction {
    margin-top: 50vw; }
    section.introduction .top-image img.rounded-circle:first-child {
      margin-top: -70vw;
      padding-left: 10vw;
      padding-right: 10vw; }
    section.introduction .d-xl-none {
      position: relative; }
      section.introduction .d-xl-none img {
        position: relative;
        z-index: 1; } }
  section.methode {
    border-top-right-radius: 8vw; }
    @media (max-width: 767px) {
    section.methode img {
      padding-left: 10vw;
      padding-right: 10vw; } }
    section.methode .h1 {
      text-align: left !important; }
  section.juengste-erfolge {
    position: relative; }
    section.juengste-erfolge .erfolge .erfolg {
      border: solid 1px #fff;
      border-top-right-radius: 25px;
      border-bottom-left-radius: 25px;
      padding: 20px 30px;
      color: #fff;
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1199px) {
    section.juengste-erfolge .erfolge .erfolg {
      margin-top: 1em; } }
      @media (max-width: 575px) {
    section.juengste-erfolge .erfolge .erfolg {
      padding: 20px 20px; } }
      section.juengste-erfolge .erfolge .erfolg .head p {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1em; }
      section.juengste-erfolge .erfolge .erfolg .head span {
        font-size: 0.77em; }
      section.juengste-erfolge .erfolge .erfolg .head .left {
        display: inline-block;
        width: 50%;
        border-right: solid 1px #fff;
        vertical-align: top; }
      section.juengste-erfolge .erfolge .erfolg .head .right {
        padding-left: 20px;
        display: inline-block;
        width: 45%;
        vertical-align: top; }
      section.juengste-erfolge .erfolge .erfolg p {
        margin-bottom: 0; }
  section.erfolge:before, section.juengste-erfolge:before {
    content: "";
    width: 100%;
    height: 500px;
    display: block;
    background-image: url('../images/section-before-top.svg');
    background-position: right;
    background-size: cover;
    position: absolute;
    top: -500px;
    z-index: 0; }
    @media (max-width: 575px) {
  section.erfolge:before, section.juengste-erfolge:before {
    top: -75vw; } }
  section.aboutme .image-col {
    position: relative; }
    section.aboutme .image-col img {
      position: relative;
      top: 5em;
      width: 500px; }
    @media (max-width: 1199px) {
      section.aboutme .image-col img {
        top: -2em;
        left: auto; } }
    @media (max-width: 575px) {
      section.aboutme .image-col img {
        top: -3em; } }
    section.aboutme .text-col {
      padding-top: 2em;
      padding-bottom: 1em; }
    @media (max-width: 1199px) {
    section.aboutme .text-col {
      padding-top: 0; } }
    section.aboutme .text-col2 {
      padding-top: 3em; }
  section.topiclist {
    padding-bottom: 10em; }
    @media (max-width: 991px) {
  section.topiclist {
    padding-bottom: 13em; } }
    @media (max-width: 575px) {
  section.topiclist {
    padding-bottom: 15em; } }
    section.topiclist .image-col {
      position: relative; }
    section.topiclist .image-col img {
      position: absolute;
      top: -5em; }
    section.topiclist ul {
      list-style: none; }
    @media (max-width: 1199px) {
    section.topiclist ul {
      margin-bottom: 0; } }
    section.topiclist ul li:before {
      content: "·";
      position: relative;
      margin-left: -0.2em;
      left: -0.2em; }
  section.profiles {
    position: relative;
    padding-bottom: 10em; }
    section.profiles .profile {
      width: 45%;
      border: solid 1px #4181af;
      padding: 1em 4em;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 50px;
      display: inline-block; }
    @media (max-width: 767px) {
    section.profiles .profile {
      padding: 1em 2em; } }
    @media (max-width: 1199px) {
      section.profiles .profile h3 {
        font-size: 1em; } }
    @media (max-width: 767px) {
      section.profiles .profile h3 {
        font-size: 1.2em; } }
    @media (max-width: 767px) {
    section.profiles .profile {
      width: 100vw;
      max-width: 80%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 2em;
      display: block; } }
  section.profiles:before {
    content: "";
    width: 100%;
    height: 500px;
    display: block;
    background-image: url('../images/section-before-top-white.svg');
    background-position: right;
    background-size: cover;
    position: absolute;
    top: -500px;
    z-index: 0; }
    @media (max-width: 767px) {
  section.profiles:before {
    top: -50%; } }
  section.halfs {
    margin-left: 0;
    margin-right: 0; }
    section.halfs .left-col div {
      max-width: 600px;
      margin-right: 120px;
      margin-left: auto;
      padding-top: 8vw; }
    @media (max-width: 1500px) {
    section.halfs .left-col div {
      padding-left: 1em; } }
    @media (max-width: 1199px) {
    section.halfs .left-col div {
      max-width: inherit;
      padding-left: 0;
      margin-right: 0; } }
    section.halfs .right-col div {
      max-width: 600px;
      margin-right: auto;
      margin-left: 120px;
      padding-top: 8vw; }
    @media (max-width: 1500px) {
    section.halfs .right-col div {
      padding-right: 1em; } }
    @media (max-width: 1199px) {
    section.halfs .right-col div {
      max-width: inherit;
      padding-right: 0;
      margin-left: 0;
      padding-bottom: 5em; } }
    @media (max-width: 575px) {
    section.halfs .right-col div {
      margin: 0;
      padding-right: 0; } }
  section.kontakt p {
    overflow-wrap: break-word; }
    section.kontakt .image-col {
      position: relative; }
    section.kontakt .image-col img {
      position: absolute;
      top: -10em; }
    @media (max-width: 1199px) {
      section.kontakt .image-col img {
        top: -50vw; } }
    @media (max-width: 575px) {
      section.kontakt .image-col img {
        top: -75vw;
        left: 0; } }

.projects {
  column-count: 2;
  column-gap: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1199px) {
  .projects {
    column-count: 1;
    grid-template-columns: 1fr; } }
  .projects .project {
    border-top-right-radius: 100px;
    padding: 140px 75px;
    break-inside: avoid; }
    @media (max-width: 575px) {
  .projects .project {
    padding: 60px 30px; } }
    .projects .project .head {
      border: solid 1px #5aa;
      border-top-right-radius: 25px;
      border-bottom-left-radius: 25px;
      padding: 10px 25px;
      color: #5aa;
      margin-bottom: 1em; }
    @media (max-width: 575px) {
    .projects .project .head {
      padding: 10px 15px; } }
    .projects .project .head p {
      margin: 0;
      font-size: 1.17rem;
      line-height: 1em; }
    .projects .project .head span {
      font-size: 0.77em; }
    .projects .project .head .left {
      display: inline-block;
      width: 50%;
      border-right: solid 1px #5aa;
      vertical-align: top; }
    .projects .project .head .right {
      padding-left: 20px;
      display: inline-block;
      width: 45%;
      vertical-align: top; }
    @media (max-width: 575px) {
      .projects .project .head .right {
        padding-left: 10px; } }
    .projects .project ul li {
      list-style: none; }
    .projects .project ul li:before {
      content: "";
      display: inline-block;
      height: 4px;
      width: 4px;
      position: relative;
      background-image: url(../../assets/images/dot.svg);
      bottom: 0.2em;
      right: 0.2em; }
