@charset "UTF-8";
/*
Theme Name: Twenty Sixteen Child SRLabs
Author: Michael Müller
Author URI: http://youcantgoogle.me/
Version: 0.1
Tags: 
Description: 
*/
/* DIAGNOSTIC CSS 
  http://meyerweb.com/eric/tools/css/diagnostics/index.html
*/
/*
div:empty, span:empty,
li:empty, p:empty,A
td:empty, th:empty {padding: 0.5em; background: yellow;}

*[style], font, center {outline: 5px solid red;}
*[class=""], *[id=""] {outline: 5px dotted red;}

img[alt=""] {border: 3px dotted red;}
img:not([alt]) {border: 5px solid red;}
img[title=""] {outline: 3px dotted fuchsia;}
img:not([title]) {outline: 5px solid fuchsia;}

table:not([summary]) {outline: 5px solid red;}
table[summary=""] {outline: 3px dotted red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}

a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/
/* NORMALIZE  
  ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: helvetica;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  /*   background: transparent; */ }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover, a:focus, button:focus {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

b, strong {
  font-weight: bold; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  border: 0;
  border-top: 1px solid #e8eaec;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  width: auto;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default;
  opacity: 0.5; }

input[type="checkbox"], input[type="radio"] {
  float: left;
  margin: 2px 10px 0 0;
  box-sizing: border-box;
  padding: 0;
  vertical-align: top; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

.button-row {
  display: inline-block;
  width: 100%; }

a.button-disabled,
button.button-disabled {
  opacity: 0.5; }

 /*  Reset & Init
-------------------------------------------------- */
/* 

*   Wordpress 2014 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; }

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%; }

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

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1;
  color: #111;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #111;
  text-decoration: none; }

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

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  font-style: italic;
  margin-bottom: 24px; }

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help; }

b,
strong {
  font-weight: 700; }

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

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

p {
  margin-bottom: 20px; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

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

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0; }

legend {
  white-space: normal; }

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%; }

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

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

del {
  color: #767676; }

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: rgba(0, 0, 0, 0.1);
  color: none;
  text-shadow: none; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  color: none;
  text-shadow: none; }

del {
  text-decoration: line-through; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

.hidden {
  display: none;
  visibility: hidden; }

@font-face {
  font-family: markot-regular;
  src: url(../fonts/markot.otf), url("../fonts/markot.woff") format("woff");
  font-weight: normal; }
@font-face {
  font-family: markot-bold;
  src: url(../fonts/markot-bold.otf), url("../fonts/markot-bold.woff") format("woff");
  font-weight: bold; }
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #D22832;
  text-decoration: none; }
  a:hover, a:focus {
    color: #921c23;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #000; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1410px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1440px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left; }

  .col-xlg-1 {
    width: 8.33333%; }

  .col-xlg-2 {
    width: 16.66667%; }

  .col-xlg-3 {
    width: 25%; }

  .col-xlg-4 {
    width: 33.33333%; }

  .col-xlg-5 {
    width: 41.66667%; }

  .col-xlg-6 {
    width: 50%; }

  .col-xlg-7 {
    width: 58.33333%; }

  .col-xlg-8 {
    width: 66.66667%; }

  .col-xlg-9 {
    width: 75%; }

  .col-xlg-10 {
    width: 83.33333%; }

  .col-xlg-11 {
    width: 91.66667%; }

  .col-xlg-12 {
    width: 100%; }

  .col-xlg-pull-0 {
    right: auto; }

  .col-xlg-pull-1 {
    right: 8.33333%; }

  .col-xlg-pull-2 {
    right: 16.66667%; }

  .col-xlg-pull-3 {
    right: 25%; }

  .col-xlg-pull-4 {
    right: 33.33333%; }

  .col-xlg-pull-5 {
    right: 41.66667%; }

  .col-xlg-pull-6 {
    right: 50%; }

  .col-xlg-pull-7 {
    right: 58.33333%; }

  .col-xlg-pull-8 {
    right: 66.66667%; }

  .col-xlg-pull-9 {
    right: 75%; }

  .col-xlg-pull-10 {
    right: 83.33333%; }

  .col-xlg-pull-11 {
    right: 91.66667%; }

  .col-xlg-pull-12 {
    right: 100%; }

  .col-xlg-push-0 {
    left: auto; }

  .col-xlg-push-1 {
    left: 8.33333%; }

  .col-xlg-push-2 {
    left: 16.66667%; }

  .col-xlg-push-3 {
    left: 25%; }

  .col-xlg-push-4 {
    left: 33.33333%; }

  .col-xlg-push-5 {
    left: 41.66667%; }

  .col-xlg-push-6 {
    left: 50%; }

  .col-xlg-push-7 {
    left: 58.33333%; }

  .col-xlg-push-8 {
    left: 66.66667%; }

  .col-xlg-push-9 {
    left: 75%; }

  .col-xlg-push-10 {
    left: 83.33333%; }

  .col-xlg-push-11 {
    left: 91.66667%; }

  .col-xlg-push-12 {
    left: 100%; }

  .col-xlg-offset-0 {
    margin-left: 0%; }

  .col-xlg-offset-1 {
    margin-left: 8.33333%; }

  .col-xlg-offset-2 {
    margin-left: 16.66667%; }

  .col-xlg-offset-3 {
    margin-left: 25%; }

  .col-xlg-offset-4 {
    margin-left: 33.33333%; }

  .col-xlg-offset-5 {
    margin-left: 41.66667%; }

  .col-xlg-offset-6 {
    margin-left: 50%; }

  .col-xlg-offset-7 {
    margin-left: 58.33333%; }

  .col-xlg-offset-8 {
    margin-left: 66.66667%; }

  .col-xlg-offset-9 {
    margin-left: 75%; }

  .col-xlg-offset-10 {
    margin-left: 83.33333%; }

  .col-xlg-offset-11 {
    margin-left: 91.66667%; }

  .col-xlg-offset-12 {
    margin-left: 100%; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

body {
  position: relative;
  font-size: 10px;
  font-family: markot-regular, sans-serif;
  overflow-x: hidden; }

body::-webkit-scrollbar {
  display: none; }

.site-inner {
  width: 100%;
  margin: auto; }

.container-fluid {
  padding: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

img {
  width: 100%; }

a:active, a:hover, a:focus, button:focus {
  outline: 0;
  text-decoration: inherit;
  color: inherit; }

.logo {
  height: 73px;
  width: 69px;
  overflow: visible; }
  @media (max-width: 767px) {
    .logo {
      height: 50px; } }
  @media (max-width: 550px) {
    .logo {
      width: 35px;
      height: auto; } }

.logo-text {
  position: absolute;
  display: inline-block;
  left: 90px;
  margin-top: -5px;
  width: 250px;
  z-index: 99999;
  font-family: markot-bold, sans-serif;
  font-size: 2.88rem;
  font-weight: bold;
  color: #D22832;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .logo-text {
      left: 80px;
      width: 200px;
      margin-top: -14px;
      font-size: 1.872rem; } }
  @media (max-width: 550px) {
    .logo-text {
      left: 40px;
      font-size: 1.44rem; } }

.logo-text-duplicate {
  position: absolute;
  display: inline-block;
  left: 90px;
  bottom: 30px;
  margin-top: -15px;
  width: 250px;
  z-index: 99999;
  font-family: markot-bold, sans-serif;
  font-size: 2.88rem;
  font-weight: bold;
  color: #D22832;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .logo-text-duplicate {
      left: 80px;
      width: 200px;
      margin-top: -14px;
      font-size: 1.872rem; } }
  @media (max-width: 550px) {
    .logo-text-duplicate {
      left: 40px;
      font-size: 1.44rem; } }

.fixed {
  position: fixed !important;
  top: 64px !important;
  margin: 0;
  opacity: 1; }
  @media (max-width: 767px) {
    .fixed {
      top: 62px !important; } }
  @media (max-width: 550px) {
    .fixed {
      top: 57px !important; } }

.hidden {
  opacity: 0; }

.error-404 {
  padding-top: 180px; }
  .error-404 .page-title {
    padding: 80px 0 5px 0; }
  .error-404 .page-content {
    font-size: 1.8rem;
    margin-bottom: 60px; }
  .error-404 h1 {
    color: #D22832;
    font-family: markot-bold, sans-serif;
    line-height: 1.1; }

/** 
	TYPOGRAPHY
*/
h1, h1 a {
  font-family: sabon-ltstd-roman, serif;
  font-size: 2.4rem;
  color: #000;
  line-height: 1.25; }
  h1:hover, h1 a:hover {
    color: #D22832; }

h3, h3 a {
  font-family: sabon-ltstd-roman, serif;
  font-size: 3rem;
  line-height: 1.2;
  color: #fff; }
  @media (max-width: 1199px) {
    h3, h3 a {
      font-size: 2.4rem; } }
  @media (max-width: 767px) {
    h3, h3 a {
      font-size: 1.8rem; } }
  @media (max-width: 480px) {
    h3, h3 a {
      font-size: 1.65rem; } }

/** 
	HEADER
*/
.site-header-main {
  height: 123px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999; }
  @media (max-width: 767px) {
    .site-header-main {
      height: 95px; } }
  @media (max-width: 550px) {
    .site-header-main {
      height: 70px; } }

#header-logo img {
  height: auto; }
  @media (max-width: 767px) {
    #header-logo img {
      height: 100%; } }
@media (max-width: 767px) {
  #header-logo {
    left: 25px;
    top: 22px; } }

#header-logo-fade {
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: 35px; }
  @media (max-width: 767px) {
    #header-logo-fade {
      bottom: 50px; } }
  @media (max-width: 550px) {
    #header-logo-fade {
      bottom: 20px; } }

#header-logo-text {
  display: none;
  width: 95px;
  left: 120px;
  margin-top: -38px; }
  #header-logo-text h1 {
    font-family: markot-bold, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #D22832;
    line-height: 1.1; }
    @media (max-width: 767px) {
      #header-logo-text h1 {
        font-size: 1.56rem; } }
    @media (max-width: 550px) {
      #header-logo-text h1 {
        font-size: 1.2rem; } }
  #header-logo-text.fixed {
    left: 120px; }
    @media (max-width: 767px) {
      #header-logo-text.fixed {
        left: 105px; } }
    @media (max-width: 550px) {
      #header-logo-text.fixed {
        left: 65px; } }
  @media (max-width: 767px) {
    #header-logo-text {
      left: 105px; } }

#header-logo-text-duplicate {
  opacity: 0;
  width: 95px;
  left: 120px;
  margin-top: -38px;
  position: absolute;
  bottom: -70px;
  font-family: markot-bold, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #D22832;
  line-height: 1.1; }
  @media (max-width: 767px) {
    #header-logo-text-duplicate {
      left: 105px;
      bottom: -26px;
      font-size: 1.56rem; } }
  @media (max-width: 550px) {
    #header-logo-text-duplicate {
      left: 65px;
      font-size: 1.2rem; } }
  #header-logo-text-duplicate.visible {
    opacity: 1; }

.logo-bildmarke {
  position: fixed;
  left: 30px;
  top: 29px;
  z-index: 99999; }
  @media (max-width: 767px) {
    .logo-bildmarke {
      top: 24px; } }
  @media (max-width: 550px) {
    .logo-bildmarke {
      top: 15px;
      left: 18px; } }

/** 
	NAVIGATION
*/
.navigation {
  padding: 50px 30px 50px 0px;
  height: 123px; }
  @media (max-width: 767px) {
    .navigation {
      padding: 30px 30px 30px 0px;
      height: 95px; } }
  @media (max-width: 550px) {
    .navigation {
      height: 70px; } }

#navigation {
  position: fixed;
  right: 20px;
  top: 48px; }
  @media (max-width: 767px) {
    #navigation {
      top: 40px; } }
  @media (max-width: 550px) {
    #navigation {
      display: none;
      height: 150px;
      background-color: rgba(255, 255, 255, 0.9);
      top: 95px;
      width: 100%;
      right: 0px; } }

ul.navigation-menu {
  float: right; }

.navigation-menu li {
  font-size: 1.5rem;
  color: #D22832;
  text-decoration: none;
  font-family: markot-regular, sans-serif;
  text-align: center;
  display: inline;
  padding: 0 15px; }
  .navigation-menu li a:hover {
    color: #D22832; }
  @media (max-width: 767px) {
    .navigation-menu li {
      font-size: 1.35rem; } }
  @media (max-width: 550px) {
    .navigation-menu li {
      text-align: right;
      display: block;
      line-height: 3rem; } }
@media (max-width: 550px) {
  .navigation-menu {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 17px; } }

.navigation-menu li.active a {
  color: #000;
  text-decoration: none; }

#mobile-navigation {
  display: none; }
  @media (max-width: 550px) {
    #mobile-navigation {
      display: block;
      width: 30px;
      height: 30px;
      position: fixed;
      top: 25px;
      right: 30px; } }
  @media (max-width: 550px) {
    #mobile-navigation {
      top: 18px; } }

/**
	FEATURED CONTENT
*/
#featured-post-section {
  position: relative;
  background: linear-gradient(to bottom right, #d22832 50%, #b8232d 100%);
  color: white;
  min-height: 75vh; }
  @media (max-width: 550px) {
    #featured-post-section {
      min-height: 50vh; } }

.feature {
  display: block;
  position: relative;
  padding-top: 123px;
  text-align: center;
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .feature {
      width: 80%; } }
  @media (max-width: 768px) {
    .feature {
      width: 90%; } }
  @media (max-width: 550px) {
    .feature {
      widht: 95%; } }
  .feature a {
    position: relative; }
    .feature a i {
      bottom: 1.5rem;
      right: 1.5rem;
      position: absolute; }
  .feature h2 {
    margin-bottom: 2rem;
    font-weight: 600; }
  .feature .header-wrapper {
    padding: 10rem 0;
    font-size: 4rem;
    animation-name: fade;
    animation-duration: 2s; }
    @media (max-width: 1100px) {
      .feature .header-wrapper {
        font-size: 3rem; } }
    @media (max-width: 550px) {
      .feature .header-wrapper {
        font-size: 2rem;
        padding: 5rem 0; } }
  .feature .row {
    display: flex;
    justify-content: space-around;
    text-align: left;
    min-height: 20rem;
    animation-name: fade;
    animation-duration: 2s; }
    @media (max-width: 550px) {
      .feature .row {
        min-height: 15rem;
        flex-wrap: wrap; } }
    .feature .row a {
      flex-basis: 30%;
      z-index: 100;
      position: relative;
      padding: 2rem;
      border: 3px solid white;
      color: white;
      transition: 0.4s;
      animation-name: wave;
      animation-duration: 0.75s;
      animation-delay: 0.35s; }
      @media (max-width: 550px) {
        .feature .row a {
          flex-basis: 100%;
          margin-bottom: 1rem;
          padding: 1rem; } }
      .feature .row a i {
        transition: 0.4s; }
      .feature .row a:hover {
        color: #262626;
        border-color: #262626; }
        .feature .row a:hover i {
          transform: scale(1.2); }
        .feature .row a:hover:before {
          opacity: 1; }
      .feature .row a#second {
        animation-delay: 0.45s; }
      .feature .row a#third {
        animation-delay: 0.55s; }
@keyframes wave {
  0% {
    color: #262626;
    border-color: #262626; }
  50% {
    transform: scaleY(1.2); }
  100% {
    color: white;
    transform: scaleY(1); } }
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .feature .col-md-12 {
    padding: 0; }
  @media (max-width: 767px) {
    .feature {
      padding-top: 95px; } }
  @media (max-width: 550px) {
    .feature {
      padding-top: 70px; } }

.feature-arrow-down {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 999; }
  @media (max-width: 991px) {
    .feature-arrow-down {
      bottom: 30px; } }

.feature-arrow-down-image:after {
  content: '';
  background: transparent url(../assets/srl_pfeil01_down_weiss.svg) no-repeat center center;
  display: inline-block;
  width: 27px;
  height: 27px;
  cursor: pointer; }
.feature-arrow-down-image:hover:after {
  background: transparent url(../assets/srl_pfeil01_down_rot.svg) no-repeat center center; }

#featured-image {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #featured-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: auto;
    overflow: auto;
    width: 100%;
    height: auto; }

#featured-description {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 100%;
  padding: 30px 133px; }
  @media (max-width: 1199px) {
    #featured-description {
      padding: 25px 133px; } }
  @media (max-width: 767px) {
    #featured-description {
      padding: 20px 25px 20px 95px; } }

@media (min-width: 992px) {
  #featured-description-text {
    max-width: 75%; } }

/** 
	STÖRER
*/
#inset-wrapper {
  position: relative;
  width: 100%; }

.inset {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  display: inline;
  position: absolute;
  right: 100px;
  bottom: -90px;
  z-index: 9999; }
  .inset a {
    text-decoration: none; }
  @media (max-width: 767px) {
    .inset {
      display: none; } }

.inset-x {
  display: inline-block;
  position: relative;
  left: 12px;
  top: 30px;
  z-index: 9999; }
  .inset-x:before {
    content: '';
    background: transparent url(../assets/srl_stoerer_X_01.svg) no-repeat center center;
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer; }
  .inset-x:hover:before {
    content: '';
    background: transparent url(../assets/srl_stoerer_X_02.svg) no-repeat center center; }

.inset-top {
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: 1.5px;
  background-color: #000;
  color: #fff;
  height: 36px;
  width: 215px;
  border: 1px solid #fff;
  border-radius: 7px 7px 0px 0px;
  padding: 5px 12px 8px 15px; }

.inset-bottom {
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  line-height: 1.666667;
  background-color: #000;
  color: #fff;
  height: 104px;
  width: 215px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 0px 0px 7px 7px;
  padding: 8px 15px; }

.cursor {
  background-color: #fff;
  height: 17px;
  width: 8px;
  margin-bottom: -2px;
  margin-left: 8px;
  display: inline-block; }

/** 
	KNOWLEDGE BITES
*/
#bites {
  margin-top: 102px;
  position: relative;
  padding-top: 18px; }
  #bites article {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%; }
    #bites article:last-of-type {
      border-bottom: none !important; }
    #bites article .row {
      max-width: 810px;
      margin: auto; }
      @media (max-width: 991px) {
        #bites article .row {
          max-width: 560px;
          padding-left: 3rem;
          padding-right: 3rem; } }
  #bites .knowledge-bites-wrapper {
    display: block;
    width: 100%;
    padding-top: 65px;
    margin: auto; }
    @media (max-width: 767px) {
      #bites .knowledge-bites-wrapper {
        padding-top: 45px; } }
  #bites img {
    height: auto; }
    @media (max-width: 767px) {
      #bites img {
        height: 100%; } }
  #bites #ajax-load-more article:first-of-type {
    border-top: 1px solid #e5e5e5; }
  @media (min-width: 992px) {
    #bites article:nth-of-type(even) .col-md-6:nth-child(1) {
      float: right; }
    #bites #ajax-load-more article:nth-of-type(even) .col-md-6:nth-child(1) {
      float: right; } }
  @media (max-width: 767px) {
    #bites {
      margin-top: 60px;
      padding-top: 10px; } }

#knowledge-bites-top {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute;
  bottom: -66px; }
  @media (max-width: 767px) {
    #knowledge-bites-top {
      bottom: -14px; } }
  @media (max-width: 550px) {
    #knowledge-bites-top {
      bottom: -26px; } }

#knowledge-bites-bottom {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute;
  bottom: 0px; }
  @media (max-width: 767px) {
    #knowledge-bites-bottom {
      bottom: 40px; } }

#knowledge-bites-logo {
  position: absolute;
  top: 18px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  @media (max-width: 767px) {
    #knowledge-bites-logo {
      left: 25px;
      top: 5px; } }
  #knowledge-bites-logo.fixed {
    margin-top: -10px; }
    @media (max-width: 550px) {
      #knowledge-bites-logo.fixed {
        margin-top: -17px; } }

#knowledge-bites-logo-duplicate {
  opacity: 0;
  position: absolute;
  bottom: -112px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  @media (max-width: 767px) {
    #knowledge-bites-logo-duplicate {
      left: 25px;
      bottom: -46px; } }
  @media (max-width: 550px) {
    #knowledge-bites-logo-duplicate {
      bottom: -60px; } }
  #knowledge-bites-logo-duplicate.visible {
    opacity: 1; }

.knowledge-bites-date {
  color: #D22832;
  font-size: 1.4rem;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .knowledge-bites-date {
      padding: 20px 0px 20px; } }

.knowledge-bites-excerpt {
  font-family: markot-regular, sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.4; }
  .knowledge-bites-excerpt a:hover {
    color: #D22832; }
  @media (max-width: 991px) {
    .knowledge-bites-excerpt {
      padding-top: 20px; } }
  .knowledge-bites-excerpt p {
    margin-bottom: 0px; }

.alm-btn-wrap {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #262626;
  border-top: 1px solid #262626; }

.alm-load-more-btn {
  position: relative;
  display: inline-block;
  margin: auto;
  background-color: transparent;
  color: #000;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }
  .alm-load-more-btn:after {
    content: '';
    margin-left: 15px;
    margin-bottom: -7px;
    background: transparent url(../assets/srl_pfeil_down_schwarz.svg) no-repeat center 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .alm-load-more-btn:hover:after {
    background: transparent url(../assets/srl_pfeil_down_rot.svg) no-repeat center 10px; }
  .alm-load-more-btn:hover {
    color: #D22832;
    text-decoration: none; }

#no-more-bites {
  position: relative;
  display: none;
  margin: auto;
  background-color: transparent;
  color: #000;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none;
  height: 40px;
  cursor: default; }

/** 
	KNOWLEDGE PROJECTS
*/
#projects {
  margin-top: 87px;
  overflow: hidden;
  position: relative;
  padding-top: 33px; }
  #projects h1 {
    font-size: 2.4rem; }
  #projects article {
    padding-top: 90px;
    width: 100%;
    text-align: center; }
  @media (max-width: 767px) {
    #projects img {
      height: 100%; } }
  @media (max-width: 767px) {
    #projects {
      margin-top: 45px;
      padding-top: 5px; } }

#projects .col-xs-12, #projects .col-sm-6, #projects .col-lg-4 {
  position: relative;
  height: auto;
  padding: 60px 60px 70px;
  background-color: #f2f2f2; }
  #projects .col-xs-12:nth-child(even), #projects .col-sm-6:nth-child(even), #projects .col-lg-4:nth-child(even) {
    background-color: #e5e5e5; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #projects .col-xs-12:nth-child(even), #projects .col-sm-6:nth-child(even), #projects .col-lg-4:nth-child(even) {
        background-color: #f2f2f2; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    #projects .col-xs-12:nth-child(2), #projects .col-xs-12:nth-child(3), #projects .col-xs-12:nth-child(6), #projects .col-sm-6:nth-child(2), #projects .col-sm-6:nth-child(3), #projects .col-sm-6:nth-child(6), #projects .col-lg-4:nth-child(2), #projects .col-lg-4:nth-child(3), #projects .col-lg-4:nth-child(6) {
      background-color: #e5e5e5; } }
  #projects .col-xs-12 .knowledge-projects, #projects .col-sm-6 .knowledge-projects, #projects .col-lg-4 .knowledge-projects {
    max-width: 307px;
    margin: auto; }

#knowledge-projects-top {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute;
  bottom: -65px; }
  @media (max-width: 767px) {
    #knowledge-projects-top {
      bottom: -20px; } }
  @media (max-width: 550px) {
    #knowledge-projects-top {
      bottom: -30px; } }

#knowledge-projects-bottom {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute;
  bottom: 70px; }
  @media (max-width: 767px) {
    #knowledge-projects-bottom {
      bottom: 50px; } }

#knowledge-projects-logo {
  position: absolute;
  top: 33px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  #knowledge-projects-logo img {
    display: none; }
  @media (max-width: 767px) {
    #knowledge-projects-logo {
      left: 25px;
      top: 25px; } }
  #knowledge-projects-logo.fixed {
    margin-top: -10px; }
    @media (max-width: 550px) {
      #knowledge-projects-logo.fixed {
        margin-top: -17px; } }

#knowledge-projects-logo-duplicate {
  opacity: 0;
  position: absolute;
  top: 42px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  @media (max-width: 767px) {
    #knowledge-projects-logo-duplicate {
      left: 25px;
      top: 32px; } }
  @media (max-width: 550px) {
    #knowledge-projects-logo-duplicate {
      top: 50px; } }
  #knowledge-projects-logo-duplicate.visible {
    opacity: 1; }

.knowledge-projects-title {
  height: 2.5rem; }
  .knowledge-projects-title a {
    color: #000;
    text-decoration: none; }
    .knowledge-projects-title a:hover {
      color: #D22832; }

.knowledge-projects-description {
  height: 4.2rem;
  margin-top: 3rem;
  overflow: visible; }
  .knowledge-projects-description h2 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.4; }

#knowledge-projects-links {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 39px;
  margin-top: 30px; }

.project-link {
  position: absolute;
  display: inline-block;
  margin: auto;
  background-color: transparent;
  top: 0px; }
  .project-link:nth-of-type(1) {
    left: 0px;
    height: auto; }
    .project-link:nth-of-type(1):before {
      content: '';
      background: transparent url(../assets/srl_icon01_inactive.svg) no-repeat center center;
      display: inline-block;
      width: 39px;
      height: 35px;
      cursor: pointer; }
    .project-link:nth-of-type(1):hover:before {
      background: transparent url(../assets/srl_icon01_hover.svg) no-repeat center center; }
  .project-link:nth-of-type(2) {
    right: 0px;
    height: auto; }
    .project-link:nth-of-type(2):before {
      content: '';
      background: transparent url(../assets/srl_icon02_inactive.svg) no-repeat center center;
      display: inline-block;
      width: 39px;
      height: 28px;
      cursor: pointer; }
    .project-link:nth-of-type(2):hover:before {
      background: transparent url(../assets/srl_icon02_hover.svg) no-repeat center center; }
  .project-link:only-of-type {
    position: relative;
    display: inline-block; }
    .project-link:only-of-type:before {
      content: '';
      background: transparent url(../assets/srl_icon01_inactive.svg) no-repeat center center;
      display: inline-block;
      width: 39px;
      height: 35px;
      cursor: pointer; }
    .project-link:only-of-type:hover:before {
      background: transparent url(../assets/srl_icon01_hover.svg) no-repeat center center; }

/** 
	LAB & JOBS
*/
#lab {
  color: #fff;
  background-color: #262626;
  position: relative;
  padding-top: 123px; }
  #lab h1 {
    font-family: markot-regular, sans-serif;
    font-size: 3.6rem;
    line-height: 44 / 36;
    color: #fff; }
    @media (max-width: 1141px) {
      #lab h1 {
        font-size: 3.24rem; } }
    @media (max-width: 991px) {
      #lab h1 {
        font-size: 2.88rem; } }
  #lab img {
    height: auto; }
    @media (max-width: 767px) {
      #lab img {
        height: 100%; } }
  @media (max-width: 767px) {
    #lab {
      padding-top: 95px; } }

#lab-top {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute; }
  @media (max-width: 767px) {
    #lab-top {
      bottom: -12px; } }
  @media (max-width: 550px) {
    #lab-top {
      bottom: -25px; } }

#lab-bottom {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute;
  bottom: 25px; }
  @media (max-width: 767px) {
    #lab-bottom {
      bottom: 30px; } }

#lab-logo {
  position: absolute;
  top: 60px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  #lab-logo img {
    display: none; }
  @media (max-width: 767px) {
    #lab-logo {
      left: 25px;
      top: 65px; } }
  #lab-logo.fixed {
    margin-top: -10px; }
    @media (max-width: 550px) {
      #lab-logo.fixed {
        margin-top: -17px; } }

#lab-jobs-logo {
  position: absolute;
  top: 40px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  #lab-jobs-logo img {
    display: none; }
  @media (max-width: 767px) {
    #lab-jobs-logo {
      left: 25px;
      top: 65px; } }
  #lab-jobs-logo.fixed {
    margin-top: -10px; }
    @media (max-width: 550px) {
      #lab-jobs-logo.fixed {
        margin-top: -17px; } }

#lab-logo-duplicate-wrapper, #lab-jobs-logo-duplicate-wrapper {
  position: relative; }

#lab-logo-duplicate {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  #lab-logo-duplicate img {
    display: none; }
  @media (max-width: 767px) {
    #lab-logo-duplicate {
      left: 25px;
      top: 59px; } }
  @media (max-width: 550px) {
    #lab-logo-duplicate {
      top: 55px; } }
  #lab-logo-duplicate.visible {
    opacity: 1; }

#lab-jobs-logo-duplicate {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  #lab-jobs-logo-duplicate img {
    display: none; }
  @media (max-width: 767px) {
    #lab-jobs-logo-duplicate {
      left: 25px;
      top: 59px; } }
  @media (max-width: 550px) {
    #lab-jobs-logo-duplicate {
      top: 55px; } }
  #lab-jobs-logo-duplicate.visible {
    opacity: 1; }

section#lab-lab {
  background-color: #262626;
  padding: 20px 115px 145px; }

section#lab-jobs {
  padding: 0;
  padding-top: 132px; }

#lab-wrapper {
  max-width: 1255px;
  padding-top: 30px;
  padding-right: 130px;
  padding-bottom: 145px;
  padding-left: 5px;
  display: block;
  margin: auto;
  overflow: hidden; }
  @media (max-width: 991px) {
    #lab-wrapper {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    #lab-wrapper {
      margin-top: -10px;
      padding-right: 30px;
      padding-bottom: 60px;
      padding-left: 0px; } }

.about-title {
  max-width: 420px;
  padding-top: 10px;
  margin-left: 125px; }
  @media (max-width: 991px) {
    .about-title {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .about-title {
      padding-left: 30px;
      margin-left: 0px; } }

.about-content {
  font-family: markot-regular, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3125;
  max-width: 545px;
  padding-top: 10px; }
  .about-content a {
    color: #D22832; }
    .about-content a:hover {
      color: #D22832; }
  @media (max-width: 1141px) {
    .about-content {
      font-size: 2.16rem; } }
  @media (max-width: 991px) {
    .about-content {
      padding-left: 130px;
      padding-top: 30px;
      max-width: 100%;
      font-size: 1.92rem; } }
  @media (max-width: 767px) {
    .about-content {
      padding-left: 30px; } }

#lab-jobs {
  position: relative; }
  #lab-jobs:focus, #lab-jobs:active {
    outline: 0;
    border: 0; }
  #lab-jobs .col-md-3, #lab-jobs .col-md-4, #lab-jobs .col-md-6, #lab-jobs .col-lg-6 {
    border: #fff 1px solid; }

#lab-jobs-header {
  background-color: #737373;
  padding: 30px 0px 12px 30px;
  width: 100%;
  position: relative; }
  #lab-jobs-header h1 {
    font-family: markot-regular, sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff; }

.jobs-show .job-wrapper {
  min-height: 184px; }

#lab-jobs article .row a {
  text-decoration: none !important; }
  #lab-jobs article .row a .col-md-3, #lab-jobs article .row a .col-md-4, #lab-jobs article .row a .col-md-6, #lab-jobs article .row a .col-lg-6 {
    background-color: #adadad;
    color: #fff; }
    #lab-jobs article .row a .col-md-3:hover, #lab-jobs article .row a .col-md-3.active, #lab-jobs article .row a .col-md-4:hover, #lab-jobs article .row a .col-md-4.active, #lab-jobs article .row a .col-md-6:hover, #lab-jobs article .row a .col-md-6.active, #lab-jobs article .row a .col-lg-6:hover, #lab-jobs article .row a .col-lg-6.active {
      color: #000;
      background-color: #f2f2f2; }
      #lab-jobs article .row a .col-md-3:hover .job-heading h1, #lab-jobs article .row a .col-md-3.active .job-heading h1, #lab-jobs article .row a .col-md-4:hover .job-heading h1, #lab-jobs article .row a .col-md-4.active .job-heading h1, #lab-jobs article .row a .col-md-6:hover .job-heading h1, #lab-jobs article .row a .col-md-6.active .job-heading h1, #lab-jobs article .row a .col-lg-6:hover .job-heading h1, #lab-jobs article .row a .col-lg-6.active .job-heading h1 {
        color: #000; }
  #lab-jobs article .row a .jobs {
    font-family: sabon-ltstd-roman, serif;
    padding: 30px 30px 40px; }
    #lab-jobs article .row a .jobs .job-heading h1 {
      font-family: sabon-ltstd-roman, serif;
      font-size: 2.8rem;
      line-height: 1.107;
      color: #fff; }
    #lab-jobs article .row a .jobs .job-location {
      font-family: markot-regular, sans-serif;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 0.25em;
      padding-top: 8px; }

#lab-jobs .job-details {
  display: none;
  position: relative;
  background-color: #f2f2f2;
  padding: 0 15px; }
  #lab-jobs .job-details .col-md-4 {
    border: none !important; }
  #lab-jobs .job-details a {
    color: #D22832; }
  #lab-jobs .job-details a:hover {
    color: #D22832; }
  #lab-jobs .job-details .job-details-wrapper {
    padding: 60px 30px; }
    #lab-jobs .job-details .job-details-wrapper .job-details-description {
      font-family: markot-regular, sans-serif;
      color: #000;
      font-size: 1.5rem;
      line-height: 1.4; }
      #lab-jobs .job-details .job-details-wrapper .job-details-description a {
        color: #D22832; }
    #lab-jobs .job-details .job-details-wrapper .job-details-headline {
      margin-bottom: 30px; }
      #lab-jobs .job-details .job-details-wrapper .job-details-headline h3 {
        font-family: sabon-ltstd-roman, serif;
        font-size: 2.4rem;
        color: #000; }

.job-details-hide {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99999; }
  .job-details-hide a:before {
    content: ' ';
    background: transparent url(../assets/srl_x1.svg) no-repeat center center;
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px; }
  .job-details-hide a:hover:before {
    background: transparent url(../assets/srl_x2.svg) no-repeat center center;
    position: relative; }

/** 
	CALENDAR
*/
#calendar {
  overflow: hidden;
  margin-top: 70px;
  padding-top: 123px;
  position: relative; }
  #calendar h1 {
    font-size: 2.88rem; }
    @media (max-width: 767px) {
      #calendar h1 {
        font-size: 1.872rem; } }
  #calendar article {
    border-bottom: 1px solid #000; }
  #calendar img {
    height: auto; }
    @media (max-width: 767px) {
      #calendar img {
        height: 100%; } }
  @media (max-width: 767px) {
    #calendar {
      margin-top: 40px;
      padding-top: 95px; } }

#calendar-top {
  height: 0px;
  width: 0px;
  display: inline-block;
  position: absolute;
  bottom: -45px; }
  @media (max-width: 767px) {
    #calendar-top {
      bottom: -12px; } }
  @media (max-width: 550px) {
    #calendar-top {
      bottom: -24px; } }

#calendar-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 350px;
  z-index: 99999; }
  #calendar-logo img {
    display: none; }
  @media (max-width: 767px) {
    #calendar-logo {
      left: 25px;
      top: 25px; } }
  #calendar-logo.fixed {
    margin-top: -10px; }
    @media (max-width: 550px) {
      #calendar-logo.fixed {
        margin-top: -17px; } }

#calendar .row > div {
  box-shadow: inset 1px 1px #000;
  height: 144px; }

.calendar-date {
  font-family: markot-bold, sans-serif;
  padding: 40px 0px 30px 125px;
  font-weight: bold; }
  .calendar-date a {
    color: #000;
    text-decoration: none; }
  .calendar-date :hover {
    color: #D22832; }
  @media (max-width: 767px) {
    .calendar-date {
      padding-left: 60px; } }
  .calendar-date .calendar-date-headline {
    font-size: 4.7rem;
    line-height: 0.8; }
  .calendar-date .calendar-date-subline {
    font-size: 1.8rem;
    padding-top: 15px; }

.calendar-description {
  padding-left: 25px;
  padding-top: 35px; }
  @media (max-width: 767px) {
    .calendar-description {
      padding-left: 60px; } }
  @media (max-width: 550px) {
    .calendar-description {
      padding-top: 15px; } }

.calendar-description-headline h1, .calendar-description-headline h1 a {
  color: #D22832;
  font-family: sabon-ltstd-roman, serif;
  font-size: 2.4rem;
  line-height: 0.9; }
  .calendar-description-headline h1 :hover, .calendar-description-headline h1 a :hover {
    color: #D22832; }

.calendar-description-content {
  padding-top: 15px; }
  .calendar-description-content h2 {
    font-size: 1.5rem;
    line-height: 1.4; }

/** 
	SINGLE POST
*/
.entry-content {
  font-family: markot-regular, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  color: #000;
  margin-top: 30px;
  padding-bottom: 40px; }
  .entry-content a {
    color: #D22832; }
  .entry-content img {
    width: 100%;
    height: auto; }

#single-wrapper {
  padding: 123px 20px 100px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #single-wrapper {
      padding: 123px 50px 100px; } }

.back-link {
  background-color: transparent;
  font-family: markot-regular, sans-serif;
  font-size: 1.6rem; }
  .back-link a {
    color: #D22832; }
    .back-link a:hover {
      color: #D22832; }
    .back-link a:before {
      content: " ";
      background: url(../assets/srl_pfeil01_down_rot.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 15px;
      height: 15px;
      display: inline-block;
      transform: rotate(90deg); }

#single-title {
  padding: 20px 0; }
  #single-title h1, #single-title h1 a {
    font-family: sabon-ltstd-roman, serif;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000; }

#single-image {
  max-width: 100%;
  overflow: hidden; }
  #single-image img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    width: 100%;
    height: auto; }

.full-width {
  width: 100%;
  height: auto;
  display: inline-block; }

.half-width {
  width: 49.5%;
  height: auto;
  display: inline-block; }
  .half-width:nth-of-type(odd) {
    padding-right: 10px; }
  .half-width:nth-of-type(even) {
    padding-left: 10px; }

figure {
  vertical-align: top; }
  figure img {
    height: auto;
    width: 100%; }

.wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.25;
  padding: 10px 0 20px; }

.entry-footer {
  background-color: #fff;
  display: none; }

/** 
	FOOTER
*/
footer {
  background-color: #262626;
  position: relative; }

section#imprint {
  padding-top: 130px;
  font-weight: 500; }

.scrollup {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  height: 60px;
  width: 60px; }
  .scrollup:before {
    content: '';
    background: transparent url(../assets/srl_pfeil_up_weiss.svg) no-repeat center center;
    display: inline-block;
    width: 58px;
    height: 58px;
    cursor: pointer; }
  .scrollup:hover:before {
    content: '';
    background: transparent url(../assets/srl_pfeil_up_rot.svg) no-repeat center center; }

.imprint-title {
  height: 40px;
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-top: solid 1px #fff; }

#imprint-wrapper {
  position: relative;
  display: inline-block;
  margin: auto;
  background-color: #262626;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  /* disable selection */
  user-select: none; }
  #imprint-wrapper:after {
    content: '';
    margin-left: 15px;
    margin-bottom: -7px;
    background: transparent url(../assets/srl_pfeil_down_weiss.svg) no-repeat center 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  #imprint-wrapper:hover:after {
    background: transparent url(../assets/srl_pfeil_down_rot.svg) no-repeat center 10px; }
  #imprint-wrapper:hover {
    text-decoration: none;
    color: #D22832; }
  #imprint-wrapper.rotate:after {
    background: transparent url(../assets/srl_pfeil_down_weiss_rotate.svg) no-repeat center 10px; }
  #imprint-wrapper.rotate:hover:after {
    background: transparent url(../assets/srl_pfeil_down_rot_rotate.svg) no-repeat center 10px; }

.imprint-info-wrapper-outer {
  width: 100%;
  background-color: #262626;
  border-top: solid 1px #fff;
  display: none; }

.imprint-info-wrapper-inner {
  font-family: markot-regular, sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  background-color: #262626;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  float: left;
  position: relative;
  left: 50%; }

#imprint-info {
  float: left;
  position: relative;
  left: -50%; }
  #imprint-info address, #imprint-info h1 {
    font-family: markot-regular, sans-serif;
    font-size: 1.4rem;
    line-height: 1.25;
    background-color: #262626;
    color: #fff;
    font-style: normal;
    margin: 0; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite; }

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