/*!
* Theme name: kalmaradvokatbyra.se
*/
/****************************************************************************** \
  TABLE OF CONTENTS
\ ******************************************************************************/
/******************************************************************************\
  GENERAL VARIABLES
\******************************************************************************/
/******************************************************************************\
  COLOR VARIABLES
\******************************************************************************/
/******************************************************************************\
  TYPOGRAPHY VARIABLES
\******************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Parisienne&family=Roboto:wght@400;500;700&display=swap");
/******************************************************************************\
  MEDIA QUERIES
\******************************************************************************/
/******************************************************************************\
  FUNCTIONS
\******************************************************************************/
/******************************************************************************\
  MIXINS
\******************************************************************************/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/******************************************************************************\
  BASE ELEMENTS
\******************************************************************************/
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  color: #000;
  height: 100%;
  background: #000; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/******************************************************************************\
  TYPOGRAPHY ELEMENTS
\******************************************************************************/
html {
  font-size: 100%; }

body {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", "Georgia", "Times New Roman", serif;
  line-height: 1.66; }
  @media (min-width: 400px) and (max-width: 900px) {
    body {
      font-size: -webkit-calc( 14px + 2 * ( ( 100vw - 400px) / 500 ));
      font-size: calc( 14px + 2 * ( ( 100vw - 400px) / 500 )); } }
  @media (min-width: 900px) and (max-width: 1200px) {
    body {
      font-size: -webkit-calc( 16px + 4 * ( ( 100vw - 900px) / 300 ));
      font-size: calc( 16px + 4 * ( ( 100vw - 900px) / 300 )); } }
  @media (min-width: 1200px) {
    body {
      font-size: 20px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0; }
  @media (min-width: 400px) and (max-width: 900px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: -webkit-calc( 14px + 2 * ( ( 100vw - 400px) / 500 ));
      font-size: calc( 14px + 2 * ( ( 100vw - 400px) / 500 )); } }
  @media (min-width: 900px) and (max-width: 1200px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: -webkit-calc( 16px + 4 * ( ( 100vw - 900px) / 300 ));
      font-size: calc( 16px + 4 * ( ( 100vw - 900px) / 300 )); } }
  @media (min-width: 1200px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 20px; } }

p {
  margin: 0 0 1rem; }

/******************************************************************************\
  LINK ELEMENTS
\******************************************************************************/
a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #102451;
  text-decoration: none; }
  a:active, a:visited {
    color: #102451; }
  a:hover {
    color: shade(#102451, 20%);
    text-decoration: underline; }

/******************************************************************************\
  FORM ELEMENTS
\******************************************************************************/
/******************************************************************************\
  LAYOUT SCAFFOLDING
\******************************************************************************/
@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background: #fff; }

.site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff; }

section.site-content {
  margin: 1rem 0; }
  @media screen and (min-width: 48rem) {
    section.site-content {
      margin: 2rem 0; } }

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  @media screen and (min-width: 64rem) {
    .container {
      padding: 2rem 2rem; } }
  .container--center {
    text-align: center; }

.container-x {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  @media screen and (min-width: 64rem) {
    .container-x {
      padding: 0 2rem; } }
  .container-x--center {
    text-align: center; }

.nopadding.container {
  padding-top: 0;
  padding-bottom: 0; }

.flex.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/******************************************************************************\
  HEADER SCAFFOLDING
\******************************************************************************/
.site-header > .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 64rem) {
    .site-header > .container {
      padding: 1rem 2rem; } }

.site-header.headroom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 100;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.site-header.headroom--unpinned {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px); }

.site-header.headroom--pinned, .site-header.headroom--top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.site-header.headroom--top {
  background-color: transparent; }

.site-header.headroom--not-top.headroom--pinned {
  background-color: #000; }

.navigation-active .site-header {
  background-color: #000; }

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
  text-align: center;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .headroom--not-top .site-branding {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .navigation-active .headroom--top .site-branding {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media screen and (min-width: 64rem) {
    .site-branding {
      height: 60px;
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px);
      padding-left: 8px; } }
  @media screen and (min-width: 87.5rem) {
    .site-branding {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  .site-branding svg {
    height: 50px;
    width: auto;
    color: #fff;
    padding: 10px;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear; }
    @media screen and (min-width: 64rem) {
      .headroom--top .site-branding svg {
        height: 70px; } }

.navigation-active .site-branding {
  z-index: 100; }

.site-navigation {
  height: auto;
  z-index: 7;
  width: 100%;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 87.5rem) {
    .site-navigation {
      height: 60px; } }

/******************************************************************************\
  FOOTER SCAFFOLDING
\******************************************************************************/
.site-footer {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff; }
  .site-footer a {
    color: #fff;
    font-weight: 700; }
  .site-footer .wlsn {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 0.7rem; }
  .site-footer .anfang {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-transform: none;
    text-align: center;
    z-index: 0;
    font-family: "Parisienne", "Georgia", "Times New Roman", serif;
    font-size: 6em;
    color: #0d1e48;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden; }
    @media screen and (min-width: 64rem) {
      .site-footer .anfang {
        font-size: 12em;
        line-height: 1em; } }
    @media screen and (min-width: 87.5rem) {
      .site-footer .anfang {
        font-size: 16em; } }
  .site-footer .site-branding {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    padding: 2rem 3rem; }
    @media screen and (min-width: 64rem) {
      .site-footer .site-branding {
        padding: 3rem 3rem; } }
    .site-footer .site-branding svg {
      height: 40px;
      width: auto;
      color: #fff; }
      @media screen and (min-width: 64rem) {
        .site-footer .site-branding svg {
          height: 50px; } }
      @media screen and (min-width: 87.5rem) {
        .site-footer .site-branding svg {
          height: 70px; } }

.link-up {
  background-color: #102451;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .link-up p {
    margin: 0; }

.footer-content {
  background: #000;
  padding-top: 2rem;
  padding-bottom: 4rem; }
  @media screen and (min-width: 87.5rem) {
    .footer-content {
      padding-top: 4rem;
      padding-bottom: 12rem; } }
  .footer-content .footer-parts {
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff; }
    @media screen and (min-width: 64rem) {
      .footer-content .footer-parts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 2rem; } }
    .footer-content .footer-parts .footer-part {
      margin-bottom: 2rem; }
      @media screen and (min-width: 64rem) {
        .footer-content .footer-parts .footer-part {
          margin-bottom: 1rem;
          -webkit-box-flex: 3;
              -ms-flex-positive: 3;
                  flex-grow: 3;
          margin-bottom: 0; } }
    .footer-content .footer-parts > :nth-child(3) {
      display: none; }
      @media screen and (min-width: 30rem) {
        .footer-content .footer-parts > :nth-child(3) {
          display: block; } }

.site-content {
  overflow: hidden; }
  .site-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 48rem) {
      .site-content .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .site-content__post a {
    text-decoration: underline; }
  .site-content__post > *:first-child, .site-content__sidebar > *:first-child {
    margin-top: 0 !important; }
  .site-content .link-pdf::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("img/file.png");
    background-size: 100%;
    vertical-align: -20%;
    margin-right: 0.5rem; }
  .site-content .link-pdf::after {
    content: " (PDF)"; }
  .site-content__post {
    width: 100%;
    position: relative; }
    .site-content__post h1,
    .site-content__post h2,
    .site-content__post h3,
    .site-content__post h4,
    .site-content__post h5,
    .site-content__post h6 {
      margin: 2em 0 1em; }
    .site-content__post p {
      line-height: 1.8;
      margin-bottom: 2rem; }
    @media screen and (min-width: 48rem) {
      .site-content__post {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%; } }
    .site-content__post strong {
      font-weight: 600; }
    .site-content__post .post-content {
      position: relative;
      z-index: 1; }
    .site-content__post .anfang {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      -webkit-transform: translate(-40%, -10%);
          -ms-transform: translate(-40%, -10%);
              transform: translate(-40%, -10%);
      line-height: 1;
      font-family: "Parisienne", "Georgia", "Times New Roman", serif;
      font-size: 18em;
      color: #fff; }
      @media screen and (min-width: 48rem) {
        .site-content__post .anfang {
          font-size: 18em;
          font-size: 20vw; } }
  .site-content__sidebar {
    width: 100%; }
    @media screen and (min-width: 48rem) {
      .site-content__sidebar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        margin-left: 10%; } }

.section-services {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .section-services__heading {
    text-align: center;
    margin-bottom: 2rem;
    color: #fff; }
  .section-services__service-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section-services__service-wrapper + .heading, .site-content__post .section-services__service-wrapper + h1,
    .site-content__post .section-services__service-wrapper + h2,
    .site-content__post .section-services__service-wrapper + h3,
    .site-content__post .section-services__service-wrapper + h4,
    .site-content__post .section-services__service-wrapper + h5,
    .site-content__post .section-services__service-wrapper + h6 {
      margin-top: 2rem; }
  @media screen and (min-width: 48rem) {
    .section-services {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.section-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1rem; }
  @media screen and (min-width: 30rem) {
    .section-staff {
      margin-bottom: -2rem; } }
  @media screen and (min-width: 48rem) {
    .section-staff {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .section-staff__employee {
    margin-bottom: 1rem; }
    @media screen and (min-width: 30rem) {
      .section-staff__employee {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 2rem; }
        .section-staff__employee:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 87.5rem) {
      .section-staff__employee {
        width: 31%;
        margin-right: 3.5%; }
        .section-staff__employee:nth-child(2n) {
          margin-right: 3.5%; }
        .section-staff__employee:nth-child(3n) {
          margin-right: 0; } }

.section-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48rem) {
    .section-object {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .section-object__image, .section-object__map {
    width: 100%;
    height: 300px; }
    @media screen and (min-width: 48rem) {
      .section-object__image, .section-object__map {
        width: 50%;
        height: 500px; } }
  .section-object__image {
    background-position: center;
    background-size: cover; }
  .section-object__map img {
    max-width: inherit !important; }
  @media screen and (min-width: 48rem) {
    .section-object__map {
      width: -webkit-calc(50% + 1px);
      width: calc(50% + 1px);
      margin-left: -1px; } }

.single-files__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: .5em 0; }

.icon {
  display: inline-block;
  fill: currentColor;
  stroke: currentColor;
  vertical-align: middle;
  position: relative;
  top: -.0625em; }

.icon--inline {
  width: 1em;
  height: 1em; }
  .icon--inline.icon--left {
    margin-right: .5em; }
  .icon--inline.icon--right {
    margin-left: .5em; }

.icon--small {
  width: 16px;
  height: 16px; }

.icon--medium {
  width: 24px;
  height: 24px; }

.icon--large {
  width: 32px;
  height: 32px; }

.icon--xlarge {
  width: 48px;
  height: 48px; }

/******************************************************************************\
  BUTTON
\******************************************************************************/
.button {
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
  cursor: pointer;
  display: inline-block;
  padding: 1.7em 2em 1.5em;
  overflow: hidden;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1rem;
  margin: 0 1em 1em 0;
  text-transform: uppercase;
  border: 0;
  line-height: 1.2; }
  .button:hover {
    text-decoration: none !important; }
  @media screen and (min-width: 48rem) {
    .button {
      padding: 1.7em 3em 1.5em; } }
  .button:focus {
    outline: none; }

.button--medium {
  font-size: 12px; }
  @media (min-width: 400px) and (max-width: 900px) {
    .button--medium {
      font-size: -webkit-calc( 12px + 1 * ( ( 100vw - 400px) / 500 ));
      font-size: calc( 12px + 1 * ( ( 100vw - 400px) / 500 )); } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .button--medium {
      font-size: -webkit-calc( 13px + 3 * ( ( 100vw - 900px) / 300 ));
      font-size: calc( 13px + 3 * ( ( 100vw - 900px) / 300 )); } }
  @media (min-width: 1200px) {
    .button--medium {
      font-size: 16px; } }

.button--large {
  font-size: 14px; }
  @media (min-width: 400px) and (max-width: 900px) {
    .button--large {
      font-size: -webkit-calc( 14px + 2 * ( ( 100vw - 400px) / 500 ));
      font-size: calc( 14px + 2 * ( ( 100vw - 400px) / 500 )); } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .button--large {
      font-size: -webkit-calc( 16px + 4 * ( ( 100vw - 900px) / 300 ));
      font-size: calc( 16px + 4 * ( ( 100vw - 900px) / 300 )); } }
  @media (min-width: 1200px) {
    .button--large {
      font-size: 20px; } }

.button--brand {
  background: transparent;
  color: #102451;
  border: solid 1px #102451;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .button--brand:visited, .button--brand:active {
    color: #102451; }
  .button--brand:hover {
    background: #102451;
    color: #fff;
    border: solid 1px #102451; }
    .button--brand:hover:visited, .button--brand:hover:active {
      color: #fff; }

.button--orange {
  background: #f56c23;
  color: #fff; }
  .button--orange:hover {
    background: #dd6120; }
  .button--orange:visited, .button--orange:active {
    color: #fff; }

.button--border {
  color: #fff;
  border: solid 1px #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .button--border:hover {
    background-color: #102451;
    border: solid 1px #102451; }
  .button--border:visited, .button--border:active {
    color: #fff; }

/******************************************************************************\
  HEADING
\******************************************************************************/
.heading, .site-content__post h1,
.site-content__post h2,
.site-content__post h3,
.site-content__post h4,
.site-content__post h5,
.site-content__post h6 {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  @supports ((-webkit-hyphens: manual) or (-ms-hyphens: manual) or (hyphens: manual)) {
    .heading, .site-content__post h1,
    .site-content__post h2,
    .site-content__post h3,
    .site-content__post h4,
    .site-content__post h5,
    .site-content__post h6 {
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; } }
  .heading--xxs,
  .site-content__post h4 {
    font-size: 12px;
    line-height: 1.4; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--xxs,
      .site-content__post h4 {
        font-size: -webkit-calc( 12px + 1 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 12px + 1 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--xxs,
      .site-content__post h4 {
        font-size: -webkit-calc( 13px + 3 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 13px + 3 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--xxs,
      .site-content__post h4 {
        font-size: 16px; } }
  .heading--xs,
  .site-content__post h3 {
    font-size: 14px;
    line-height: 1.4; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--xs,
      .site-content__post h3 {
        font-size: -webkit-calc( 14px + 2 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 14px + 2 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--xs,
      .site-content__post h3 {
        font-size: -webkit-calc( 16px + 4 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 16px + 4 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--xs,
      .site-content__post h3 {
        font-size: 20px; } }
  .heading--s,
  .site-content__post h2 {
    font-size: 17px;
    line-height: 1.4; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--s,
      .site-content__post h2 {
        font-size: -webkit-calc( 17px + 3 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 17px + 3 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--s,
      .site-content__post h2 {
        font-size: -webkit-calc( 20px + 5 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 20px + 5 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--s,
      .site-content__post h2 {
        font-size: 25px; } }
  .heading--m, .site-content__post h1 {
    font-size: 20px;
    line-height: 1.4; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--m, .site-content__post h1 {
        font-size: -webkit-calc( 20px + 5 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 20px + 5 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--m, .site-content__post h1 {
        font-size: -webkit-calc( 25px + 6 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 25px + 6 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--m, .site-content__post h1 {
        font-size: 31px; } }
  .heading--l {
    font-size: 24px;
    line-height: 1.4; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--l {
        font-size: -webkit-calc( 24px + 7 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 24px + 7 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--l {
        font-size: -webkit-calc( 31px + 8 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 31px + 8 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--l {
        font-size: 39px; } }
  .heading--xl {
    font-size: 29px; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--xl {
        font-size: -webkit-calc( 29px + 10 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 29px + 10 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--xl {
        font-size: -webkit-calc( 39px + 10 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 39px + 10 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--xl {
        font-size: 49px; } }
  .heading--xxl {
    font-size: 35px; }
    @media (min-width: 400px) and (max-width: 900px) {
      .heading--xxl {
        font-size: -webkit-calc( 35px + 14 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 35px + 14 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .heading--xxl {
        font-size: -webkit-calc( 49px + 12 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 49px + 12 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .heading--xxl {
        font-size: 61px; } }

.cookie-info {
  display: none;
  text-align: left;
  position: fixed;
  z-index: 102;
  background-color: #000;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 1em;
  font-size: 0.8em; }
  .cookie-info p {
    margin: 0;
    max-width: 90%; }
    @media screen and (min-width: 48rem) {
      .cookie-info p {
        max-width: 80%; } }
    @media screen and (min-width: 64rem) {
      .cookie-info p {
        max-width: 60%; } }
  .cookie-info a {
    color: #fff;
    text-decoration: underline; }

.cookie-close-button {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  position: absolute;
  right: 1em;
  padding: 0.1em 0.6em;
  top: 1em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2; }
  .cookie-close-button:hover {
    background-color: #e6e6e6; }
  .cookie-close-button:after, .cookie-close-button:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #081536;
    border-radius: 0;
    top: 20px;
    z-index: 0; }
  .cookie-close-button:before {
    right: 7px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .cookie-close-button:after {
    left: 7px;
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }

.hero {
  position: relative;
  overflow: hidden; }
  .hero__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 48rem) {
      .home .hero__content-wrapper,
      .hero--image .hero__content-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (min-width: 48rem) {
      .hero__content-wrapper {
        min-height: 500px; } }
    @media screen and (min-width: 87.5rem) {
      .hero__content-wrapper {
        min-height: 700px; } }
  .hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 160px 0 60px; }
    @media screen and (min-width: 48rem) {
      .home .hero__content,
      .hero--image .hero__content {
        text-align: left; } }
  .hero__heading {
    margin-bottom: 1.5rem;
    text-transform: none;
    font-weight: 500;
    font-size: 29px; }
    @media (min-width: 400px) and (max-width: 900px) {
      .hero__heading {
        font-size: -webkit-calc( 29px + 10 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 29px + 10 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .hero__heading {
        font-size: -webkit-calc( 39px + 10 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 39px + 10 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .hero__heading {
        font-size: 49px; } }
    .home .hero__heading,
    .hero--image .hero__heading {
      max-width: 660px; }
  .hero--mockimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 101vh;
    width: 101vh;
    pointer-events: none; }
  .hero__text p {
    font-size: 14px;
    display: block;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5; }
    @media (min-width: 400px) and (max-width: 900px) {
      .hero__text p {
        font-size: -webkit-calc( 14px + 2 * ( ( 100vw - 400px) / 500 ));
        font-size: calc( 14px + 2 * ( ( 100vw - 400px) / 500 )); } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .hero__text p {
        font-size: -webkit-calc( 16px + 4 * ( ( 100vw - 900px) / 300 ));
        font-size: calc( 16px + 4 * ( ( 100vw - 900px) / 300 )); } }
    @media (min-width: 1200px) {
      .hero__text p {
        font-size: 20px; } }
    .home .hero__text p,
    .hero--image .hero__text p {
      margin-left: 0;
      margin-right: 0; }
  .hero__text .button {
    width: 300px;
    margin: 0.5em auto;
    display: inline-block; }
    @media screen and (min-width: 30rem) {
      .hero__text .button {
        width: auto;
        margin: 2em 1em 0 0; } }
  .hero__anfang {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -15%);
        -ms-transform: translate(-40%, -15%);
            transform: translate(-40%, -15%);
    line-height: 1;
    font-family: "Parisienne", "Georgia", "Times New Roman", serif;
    font-size: 10em;
    color: #102451;
    padding-right: 0.4em; }
    @media screen and (min-width: 48rem) {
      .hero__anfang {
        font-size: 18em;
        font-size: 20vw;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-40%, -35%);
            -ms-transform: translate(-40%, -35%);
                transform: translate(-40%, -35%); } }
  .hero--image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .hero--image .hero__content-wrapper {
      min-height: 90vh; }
      @media screen and (min-width: 48rem) {
        .hero--image .hero__content-wrapper {
          min-height: 100vh; } }
    .hero--image .hero__anfang {
      display: none; }
    .hero--image::after {
      content: "";
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      @media screen and (min-width: 48rem) {
        .hero--image::after {
          background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%); } }
  .hero--no-image {
    background-color: #081536; }
  .hero--blue {
    background-color: #081536; }
    .hero--blue .hero__anfang {
      color: #102451; }
  .hero--orange {
    background-color: #f56c23; }
    .hero--orange .hero__anfang {
      color: #ff762d; }
  .hero--grey {
    background-color: #c3c1bc; }
    .hero--grey .hero__anfang {
      color: #fff; }

.news {
  background: rgba(16, 36, 81, 0.8);
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 1; }
  .news .container {
    padding: 2em;
    text-align: center; }
    @media screen and (min-width: 64rem) {
      .news .container {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
    .news .container .heading, .news .container .site-content__post h1, .site-content__post .news .container h1,
    .news .container .site-content__post h2, .site-content__post .news .container h2,
    .news .container .site-content__post h3, .site-content__post .news .container h3,
    .news .container .site-content__post h4, .site-content__post .news .container h4,
    .news .container .site-content__post h5, .site-content__post .news .container h5,
    .news .container .site-content__post h6, .site-content__post .news .container h6 {
      color: #fff;
      margin: 0 0 1em; }
      @media screen and (min-width: 64rem) {
        .news .container .heading, .news .container .site-content__post h1, .site-content__post .news .container h1,
        .news .container .site-content__post h2, .site-content__post .news .container h2,
        .news .container .site-content__post h3, .site-content__post .news .container h3,
        .news .container .site-content__post h4, .site-content__post .news .container h4,
        .news .container .site-content__post h5, .site-content__post .news .container h5,
        .news .container .site-content__post h6, .site-content__post .news .container h6 {
          display: inline;
          margin: 0; } }
      @media screen and (min-width: 64rem) {
        .news .container .heading, .news .container .site-content__post h1, .site-content__post .news .container h1,
        .news .container .site-content__post h2, .site-content__post .news .container h2,
        .news .container .site-content__post h3, .site-content__post .news .container h3,
        .news .container .site-content__post h4, .site-content__post .news .container h4,
        .news .container .site-content__post h5, .site-content__post .news .container h5,
        .news .container .site-content__post h6, .site-content__post .news .container h6 {
          margin: 0 2em 0 0; } }
    .news .container .entry-content,
    .news .container p {
      display: inline; }

.section-teaser {
  position: relative;
  clear: both;
  overflow: hidden;
  background: #fff; }
  .section-teaser .anfang {
    position: absolute;
    z-index: 0;
    top: -40px;
    font-family: "Parisienne", "Georgia", "Times New Roman", serif;
    font-size: 20em; }
  .section-teaser .image {
    background-size: cover;
    height: 250px; }
    @media screen and (min-width: 48rem) {
      .section-teaser .image {
        height: 450px; } }
    @media screen and (min-width: 64rem) {
      .section-teaser .image {
        position: absolute;
        height: auto;
        top: 0;
        bottom: 0;
        width: 50%; } }
  .section-teaser .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-teaser .body .heading, .section-teaser .body .site-content__post h1, .site-content__post .section-teaser .body h1,
    .section-teaser .body .site-content__post h2, .site-content__post .section-teaser .body h2,
    .section-teaser .body .site-content__post h3, .site-content__post .section-teaser .body h3,
    .section-teaser .body .site-content__post h4, .site-content__post .section-teaser .body h4,
    .section-teaser .body .site-content__post h5, .site-content__post .section-teaser .body h5,
    .section-teaser .body .site-content__post h6, .site-content__post .section-teaser .body h6 {
      margin-bottom: 1rem; }
    .section-teaser .body .teaser__text {
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 2rem;
      position: relative;
      color: #000; }
      @media screen and (min-width: 64rem) {
        .section-teaser .body .teaser__text {
          width: 50%; } }
      .section-teaser .body .teaser__text a:not(.button) {
        color: #000; }
      .section-teaser .body .teaser__text p {
        display: block;
        margin-bottom: 2em; }
      .section-teaser .body .teaser__text .text,
      .section-teaser .body .teaser__text h3,
      .section-teaser .body .teaser__text .button {
        position: relative;
        z-index: 1; }
    .section-teaser .body .button {
      display: block;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (min-width: 30rem) {
        .section-teaser .body .button {
          display: inline-block; } }
  .section-teaser:nth-child(odd) .anfang {
    color: #fdf8e8;
    left: 50px; }
  .section-teaser:nth-child(odd) .image {
    right: 50%;
    left: 0; }
  .section-teaser:nth-child(odd) .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (min-width: 64rem) {
      .section-teaser:nth-child(odd) .body .teaser__text {
        padding: 2rem; } }
    @media screen and (min-width: 87.5rem) {
      .section-teaser:nth-child(odd) .body .teaser__text {
        padding: 4rem 0 4rem 4rem; } }
    @media screen and (min-width: 112rem) {
      .section-teaser:nth-child(odd) .body .teaser__text {
        padding: 4rem 0 6rem 8rem; } }
  .section-teaser:nth-child(even) {
    background: #fff; }
    .section-teaser:nth-child(even) .anfang {
      color: #fff;
      left: -50px; }
    .section-teaser:nth-child(even) .image {
      right: 0;
      left: 50%; }
    .section-teaser:nth-child(even) .body {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media screen and (min-width: 64rem) {
        .section-teaser:nth-child(even) .body .teaser__text {
          padding: 2rem; } }
      @media screen and (min-width: 87.5rem) {
        .section-teaser:nth-child(even) .body .teaser__text {
          padding: 4rem 4rem 4rem 0; } }
      @media screen and (min-width: 112rem) {
        .section-teaser:nth-child(even) .body .teaser__text {
          padding: 4rem 8rem 6rem 0; } }

.responsive-menu {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  @media screen and (min-width: 87.5rem) {
    .responsive-menu {
      position: relative;
      font-weight: 500; } }
  .responsive-menu__menu {
    -webkit-transform: translateY(-130%);
        -ms-transform: translateY(-130%);
            transform: translateY(-130%);
    padding: 40px 0 40px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    background: #fff;
    z-index: 90;
    width: 100%;
    top: 66px;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 0 #e7e6e4;
            box-shadow: 0 3px 0 #e7e6e4; }
    @media screen and (min-width: 64rem) {
      .responsive-menu__menu {
        top: 92px; } }
    @media screen and (min-width: 87.5rem) {
      .responsive-menu__menu {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        position: relative;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none;
        width: auto;
        top: auto;
        right: auto;
        left: auto;
        padding: 0; } }
    .responsive-menu__menu ul {
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 87.5rem) {
        .responsive-menu__menu ul {
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .responsive-menu__menu ul li {
        font-size: 1.1em;
        padding: 1.5em 0 1em 0; }
        .responsive-menu__menu ul li a {
          -webkit-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
          color: #fff; }
          .navigation-active .responsive-menu__menu ul li a {
            color: #000; }
        .responsive-menu__menu ul li:hover a {
          text-decoration: none;
          opacity: 0.6; }
        @media screen and (min-width: 87.5rem) {
          .responsive-menu__menu ul li {
            padding: 0;
            font-size: 0.7em;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0; } }
        @media screen and (min-width: 87.5rem) {
          .responsive-menu__menu ul li {
            margin-right: 2em; }
            .responsive-menu__menu ul li:last-child {
              margin-right: 0; } }
  .responsive-menu__icon {
    height: 40px;
    position: absolute;
    z-index: 10000;
    right: 1rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: 10px;
    cursor: pointer; }
    @media screen and (min-width: 48rem) {
      .responsive-menu__icon {
        top: 0; } }
    @media screen and (min-width: 64rem) {
      .responsive-menu__icon {
        top: 18px;
        right: 3.5rem; } }
    @media screen and (min-width: 87.5rem) {
      .responsive-menu__icon {
        display: none; } }
    .responsive-menu__icon .icon {
      width: 40px;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .responsive-menu__icon .line,
    .responsive-menu__icon .line2,
    .responsive-menu__icon .line3 {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      right: 0;
      height: 3px;
      display: block;
      background: #fff;
      width: 40px; }
    .responsive-menu__icon .line {
      top: 0;
      right: 0; }
    .responsive-menu__icon .line2 {
      top: 10px;
      right: 0; }
    .responsive-menu__icon .line3 {
      top: 21px;
      right: 0; }

.navigation-active .responsive-menu__icon .line,
.navigation-active .responsive-menu__icon .line3 {
  width: 40px; }

.navigation-active .responsive-menu__icon .line2 {
  opacity: 0; }

.navigation-active .responsive-menu__icon .line {
  -webkit-transform: rotate(-45deg) translate(0px, 13px);
      -ms-transform: rotate(-45deg) translate(0px, 13px);
          transform: rotate(-45deg) translate(0px, 13px); }

.navigation-active .responsive-menu__icon .line3 {
  -webkit-transform: rotate(45deg) translate(-2px, -15px);
      -ms-transform: rotate(45deg) translate(-2px, -15px);
          transform: rotate(45deg) translate(-2px, -15px); }

.navigation-active .responsive-menu__menu {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.service {
  margin-bottom: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 1.5rem;
  color: #000; }
  .service:hover {
    text-decoration: none; }
  .service:visited {
    color: #000; }
  .service.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .service .button {
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0; }
  @media screen and (min-width: 30rem) {
    .service {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 2rem; }
      .service:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 87.5rem) {
    .service {
      width: 31%;
      margin-right: 3.5%; }
      .service:nth-child(2n) {
        margin-right: 3.5%; }
      .service:nth-child(3n) {
        margin-right: 0; } }
  .service__heading {
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    word-break: break-all; }
  .service__heading-text {
    position: relative;
    z-index: 1; }
  .service__anfang {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    font-size: 8rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Parisienne", "Georgia", "Times New Roman", serif;
    color: #fdf8e8; }

.employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .employee img {
    width: 100%;
    height: auto; }
  .employee__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem; }
  .employee__name {
    margin: 0 0 0.5rem; }
  .employee__info {
    display: block;
    color: #000; }
  .employee__button {
    width: 100%;
    text-align: center;
    margin: 1rem 0 0 0; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e7e6e4;
  font-size: 12px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 400px) and (max-width: 900px) {
    .card {
      font-size: -webkit-calc( 12px + 1 * ( ( 100vw - 400px) / 500 ));
      font-size: calc( 12px + 1 * ( ( 100vw - 400px) / 500 )); } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .card {
      font-size: -webkit-calc( 13px + 3 * ( ( 100vw - 900px) / 300 ));
      font-size: calc( 13px + 3 * ( ( 100vw - 900px) / 300 )); } }
  @media (min-width: 1200px) {
    .card {
      font-size: 16px; } }
  .card a:hover {
    text-decoration: underline; }

/******************************************************************************\
  IMPORTANT HELPERS THAT TRUMPHS EVERYTHING ELSE
\******************************************************************************/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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