/*
Theme Name: blank
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blank is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 255, 0.004); }

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

html, body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  position: relative; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.col-s-1, .col-m-1, .col-l-1, .col-s-2, .col-m-2, .col-l-2, .col-s-3, .col-m-3, .col-l-3, .col-s-4, .col-m-4, .col-l-4, .col-s-5, .col-m-5, .col-l-5, .col-s-6, .col-m-6, .col-l-6, .col-s-7, .col-m-7, .col-l-7, .col-s-8, .col-m-8, .col-l-8, .col-s-9, .col-m-9, .col-l-9, .col-s-10, .col-m-10, .col-l-10, .col-s-11, .col-m-11, .col-l-11, .col-s-12, .col-m-12, .col-l-12 {
  float: left;
  position: relative;
  padding: 0 20px; }

.row {
  margin: 0 20px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row {
    zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  .col-s-center {
    margin: 0 auto;
    float: none; }

  .col-s-left {
    float: left; }

  .col-s-right {
    float: right; }

  .col-s-hide {
    display: none; }

  .col-s-show {
    display: block; } }
@media only screen and (min-width: 750px) {
  .col-m-center {
    margin: 0 auto;
    float: none; }

  .col-m-left {
    float: left; }

  .col-m-right {
    float: right; }

  .col-m-hide {
    display: none; }

  .col-m-show {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

  .col-m-12 {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .col-l-center {
    margin: 0 auto;
    float: none; }

  .col-l-left {
    float: left; }

  .col-l-right {
    float: right; }

  .col-l-hide {
    display: none; }

  .col-l-show {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

  .col-l-12 {
    width: 100%; } }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../blank/assets/fonts/icomoon.eot?k98pu3");
  src: url("../blank/assets/fonts/icomoon.eot?k98pu3#iefix") format("embedded-opentype"), url("../blank/assets/fonts/icomoon.woff2?k98pu3") format("woff2"), url("../blank/assets/fonts/icomoon.ttf?k98pu3") format("truetype"), url("../blank/assets/fonts/icomoon.woff?k98pu3") format("woff"), url("../blank/assets/fonts/icomoon.svg?k98pu3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-logo:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e900"; }

.icon-google-plus:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-behance:before {
  content: "\e904"; }

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Adobe Caslon W08', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2218em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'onum=1','calt=0';
  -moz-font-feature-settings: "onum" 1,"calt" 0;
  -webkit-font-feature-settings: "onum" 1,"calt" 0;
  -ms-font-feature-settings: 'onum=1','calt=0';
  -o-font-feature-settings: "onum" 1,"calt" 0;
  font-feature-settings: "onum" 1,"calt" 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0; }

p {
  margin: 0 0 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

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

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

big {
  font-size: 125%; }

.hidden {
  position: absolute !important;
  right: -9000em !important; }

.capitalize {
  text-transform: capitalize; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff; }

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s; }

img.fadein {
  opacity: 1; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  outline: none; }

a:visited {
  color: #000; }

a:hover,
a:focus,
a:active {
  color: #cacaca;
  text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin: 40px 0 30px; }

.main-navigation ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left; }

.main-navigation ul ul {
  float: none;
  margin: -22px 0 0 130px; }

.main-navigation ul ul ul {
  position: absolute; }

.main-navigation a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap; }

.main-navigation .menu-categories-container,
.main-navigation .menu-kategorien-container {
  position: relative;
  z-index: 6; }

.main-navigation .menu-categories-container.clone,
.main-navigation .menu-kategorien-container.clone {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 4;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  opacity: 0;
  pointer-events: none; }

.navigation-fixed #masthead:hover .menu-categories-container.clone,
.navigation-fixed #masthead:hover .menu-kategorien-container.clone,
.navigation-fixed-banner:hover + #masthead .menu-categories-container.clone,
.navigation-fixed-banner:hover + #masthead .menu-kategorien-container.clone {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; }

.main-navigation .menu-categories-container.clone > ul,
.main-navigation .menu-kategorien-container.clone > ul {
  float: none;
  width: 83.33333%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px; }

.menu-right-container,
.menu-rechts-container {
  position: fixed;
  margin: 0 auto;
  padding-right: 20px;
  width: 83.33333%;
  max-width: 1380px;
  z-index: 5; }
  .menu-right-container ul,
  .menu-rechts-container ul {
    float: right; }
  .menu-right-container li,
  .menu-rechts-container li {
    float: left;
    margin-left: 10px; }
  .menu-right-container #menu-item-52,
  .menu-right-container #menu-item-1859,
  .menu-right-container .social,
  .menu-rechts-container #menu-item-52,
  .menu-rechts-container #menu-item-1859,
  .menu-rechts-container .social {
    padding-left: 30px; }
  .menu-right-container .social + .social,
  .menu-rechts-container .social + .social {
    padding: 0; }

.social-icon {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: -3px; }

.toggle-menu,
.show-mobile {
  display: none; }

.navigation-fixed-banner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 5;
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  transform: translateY(-130px); }

#page.navigation-fixed .navigation-fixed-banner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
#page.navigation-fixed .site-branding {
  position: fixed;
  margin: 0 auto;
  max-width: 1380px;
  top: 38px;
  z-index: 6; }
  #page.navigation-fixed .site-branding h1 {
    font-size: 21px;
    font-size: 2.1rem; }

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active,
.back-top-top,
.menu-categories-container,
.menu-kategorien-container,
.current-menu-item a:after,
.current-menu-item a:hover:after,
.navigation-fixed-banner,
.main-navigation .menu-categories-container.clone,
.main-navigation .menu-kategorien-container.clone {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  margin-bottom: 50px; }

.site-branding h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1; }
  .site-branding h1 a:before {
    font-family: 'icomoon' !important;
    content: "\e902"; }

.col-l-10 {
  max-width: 1400px; }

.current-menu-item a:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000;
  top: 19px;
  width: 100%;
  left: 0; }
.current-menu-item a:hover:after {
  border-bottom: 1px solid #cacaca; }
.current-menu-item li a:after,
.current-menu-item li a:hover:after {
  border-bottom: 0 solid; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#main > h2 {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 40px; }

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider {
  overflow-x: hidden;
  max-width: 1024px;
  margin: 0 auto 50px;
  /*min-height: 300px;
  max-height: 800px;*/ }
  .slider:focus {
    outline: none; }
  .slider img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 100%; }

.flickity-viewport,
.flickity-slider,
.flickity-slide,
.flickity-slide .entry-content {
  height: auto; }

.flickity-slide {
  width: 100%;
  cursor: grab; }

.home .flickity-viewport {
  z-index: 2; }

.flickity-viewport {
  position: relative;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/ }

.single-thumbnail .flickity-prev-next-button {
  display: none; }

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
  background-image: none; }

.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent; }

.flickity-page-dots {
  display: none; }

.flickity-slide {
  width: 100%; }

.flickity-prev-next-button {
  display: none;
  background-image: none;
  position: relative;
  height: 50px;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.flickity-prev-next-button svg {
  display: none; }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

/*--------------------------------------------------------------
# Home category overview
--------------------------------------------------------------*/
.home .grid {
  margin-bottom: 100px; }
  .home .grid .grid-item {
    margin: 0 0 40px; }
    .home .grid .grid-item .img-container {
      position: relative;
      height: 200px;
      margin: 0 0 20px; }
      .home .grid .grid-item .img-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: auto;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .home .grid .grid-item h2 {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      font-weight: normal;
      margin: 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 0;
  margin-top: 50px; }

.clients,
.contact {
  margin: 0 0 80px; }
  .clients h2,
  .contact h2 {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .clients ul,
  .contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-columns: 5 8em;
    -moz-columns: 5 8em;
    columns: 5 8em; }
    .clients ul li,
    .contact ul li {
      display: block; }
  .clients .contact-details .contact-address,
  .clients .contact-details .contact-infos,
  .contact .contact-details .contact-address,
  .contact .contact-details .contact-infos {
    float: left;
    width: 40.5%; }
    .clients .contact-details .contact-address p,
    .clients .contact-details .contact-infos p,
    .contact .contact-details .contact-address p,
    .contact .contact-details .contact-infos p {
      margin-top: 0; }
  .clients .contact-details .contact-location,
  .contact .contact-details .contact-location {
    float: left;
    width: 19%; }

.back-top-top {
  cursor: pointer;
  margin: 0 0 50px 20px;
  display: inline-block; }
  .back-top-top:hover {
    color: #cacaca; }

/*--------------------------------------------------------------
# Archive page / Category page
--------------------------------------------------------------*/
.archive .grid {
  margin-bottom: 100px;
  margin-left: -2%;
  margin-right: -2%; }
  .archive .grid .grid-item {
    padding: 0 2%;
    width: 49.9%;
    margin: 0 0 40px; }
    .archive .grid .grid-item .img-container {
      position: relative;
      height: 500px;
      margin: 0 0 20px; }
      .archive .grid .grid-item .img-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: auto;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .archive .grid .grid-item h2 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      text-align: center; }
.archive .archive-description {
  padding-left: 0; }

.page-header {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1203; }
  .page-header h2 {
    font-size: inherit;
    margin: 0 0 28px; }

/*--------------------------------------------------------------
# Single project
--------------------------------------------------------------*/
.single img,
.single video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 50px; }
.single video {
  position: relative;
  z-index: 1;
  cursor: default; }

.title-single,
.project-description {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1203; }

.title-single {
  margin: 0 0 40px; }

.project-description {
  padding-left: 0;
  margin-bottom: 50px; }

.entry-content > .project-description {
  padding: 0 20px; }

.x {
  display: block;
  margin: 0 -30%;
  padding: 0 30%;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" style="font-size: 25px;"><text y="25" font-family="Helvetica">x</text></svg>'), auto; }
  .x:hover {
    color: inherit; }

/*--------------------------------------------------------------
# Page About
--------------------------------------------------------------*/
.about-content {
  margin-bottom: 50px;
  font-size: 21px;
  font-size: 2.1rem; }

.about-image {
  margin-bottom: 70px; }
  .about-image img {
    display: block;
    margin: auto; }

.about-disclaimer {
  padding-right: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.about-legal-notice {
  padding-right: 20px;
  padding-left: 0; }

.page-id-49 h2, .page-id-49 .about-content,
.page-id-369 h2,
.page-id-369 .about-content {
  padding-left: 0; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  margin-bottom: 100px; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .main-navigation .menu-categories-container.clone > ul,
  .main-navigation .menu-kategorien-container.clone > ul {
    width: 91.66667%; }

  .home .grid .grid-item img {
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@media screen and (max-width: 750px) {
  .main-navigation .menu-categories-container.clone,
  .main-navigation .menu-kategorien-container.clone {
    display: none; }

  h1,
  .project-description {
    font-size: 18px;
    font-size: 1.8rem; }

  .project-description {
    padding-left: 15px; }

  .single-post article {
    margin-top: 100px; }

  #wpadminbar {
    display: none; }

  .main-navigation {
    height: auto; }
    .main-navigation li {
      display: block; }

  .site-branding {
    position: fixed;
    top: 85px;
    z-index: 6;
    padding: 0 15px; }

  #page.navigation-fixed .site-branding {
    left: 50px; }

  .show-mobile {
    display: block; }

  .toggle-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 10px;
    float: right;
    width: 90px;
    height: 65px;
    cursor: pointer;
    z-index: 9999; }

  .toggle-menu span,
  .toggle-menu span:before,
  .toggle-menu span:after {
    height: 2px;
    width: 27px;
    margin: 0;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .toggle-menu span {
    top: 41px;
    left: 20px; }

  .toggle-menu span:after.active {
    top: 0; }

  .toggle-menu span:before {
    top: -10px; }

  .toggle-menu span:after {
    bottom: -10px; }

  .main-navigation.active .toggle-menu {
    position: fixed; }

  .main-navigation.active .toggle-menu span {
    background-color: transparent; }

  .main-navigation.active .toggle-menu span:before {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .main-navigation.active .toggle-menu span:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .main-navigation .menu-categories-container,
  .main-navigation .menu-kategorien-container {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
    margin-left: -15px;
    padding: 130px 40px 110px 30px;
    height: auto;
    max-height: 100vh;
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
    z-index: 4; }

  .main-navigation.active .menu-categories-container,
  .main-navigation.active .menu-kategorien-container {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px); }

  .main-navigation ul,
  .main-navigation ul ul,
  .main-navigation ul ul ul {
    position: relative;
    margin: 20px 0;
    left: 0; }

  .main-navigation .sub-menu .sub-menu {
    margin-left: 20px; }

  .navigation-fixed-banner {
    height: 68px; }

  .menu-right-container,
  .menu-rechts-container {
    display: none; }

  .main-navigation a {
    display: block; }

  .current-menu-item a:after {
    border-bottom: 0 solid; }
  .current-menu-item a:hover:after {
    border-bottom: 0 solid; }

  .site-branding h1 {
    /*margin-top: 70px;*/
    font-size: 25px;
    font-size: 2.5rem; }

  #main > h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 15px; }

  .slider {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto; }

  .contact ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2; }
    .contact ul.social {
      padding: 0 15px;
      -webkit-columns: 1;
      -moz-columns: 1;
      -ms-columns: 1;
      -o-columns: 1;
      columns: 1; }
      .contact ul.social li {
        display: inline;
        margin: 0 10px 0 0; }
  .contact .contact-details .contact-address,
  .contact .contact-details .contact-infos,
  .contact .contact-details .contact-location {
    width: 100%; }

  .back-top-top {
    margin-left: 15px; }

  .entry-content > .project-description,
  .col-s-12 {
    float: none;
    padding: 0 15px; }

  .clients {
    display: none; }

  .archive .grid {
    margin-top: 100px; }
    .archive .grid .grid-item {
      width: 100%; }
      .archive .grid .grid-item .img-container {
        position: relative;
        height: auto; }
        .archive .grid .grid-item .img-container img {
          position: static;
          margin: 0 auto;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
  .archive .archive-description {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 15px; }

  .page-header {
    font-size: 18px;
    font-size: 1.8rem; }

  .about-disclaimer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  .page-id-49 h2, .page-id-49 .about-content, .page-id-49 .about-legal-notice,
  .page-id-369 h2,
  .page-id-369 .about-content,
  .page-id-369 .about-legal-notice {
    padding-left: 15px; }
  .page-id-49 article,
  .page-id-369 article {
    margin-top: 100px; }

  .about-content {
    font-size: 18px;
    font-size: 1.8rem; }

  .error-404 {
    margin-left: 15px; }

  .x {
    pointer-events: none; } }
@media screen and (max-width: 400px) {
  .archive .grid .grid-item h2 {
    top: 70%; } }

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