/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* always the same as team__picture height! */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #5c6b80;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  /*color: $link-color;*/
  outline: 0;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #495565;
    outline: 0; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

#content {
  margin-top: 1.5em; }

.hentry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #ccc; }
  .hentry header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5em; }
  .hentry footer {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
/*********************
  CUSTOM CSS!!! 0510
*********************/
/* FIXES */
* {
  text-shadow: none; }
.hidden {
  display: none;
}
.ui-page {
  overflow: initial !important;
  background-color: white;
  /** fix top corners background **/ }

div.wpcf7-validation-errors {
  border: 2px solid #419274;
  margin-top: -20px; }

#preload-partner {
  background-image: url(../images/logo_partner_01.png), url(../images/logo_partner_02.png), url(../images/logo_partner_03.png), url(../images/logo_partner_04.png), url(../images/logo_partner_05.png), url(../images/logo_partner_06.png), url(../images/logo_partner_07.png), url(../images/logo_partner_08.png), url(../images/logo_partner_09.png), url(../images/logo_partner_10.png), url(../images/logo_partner_11.png), url(../images/logo_partner_12.png), url(../images/logo_partner_13.png), url(../images/logo_partner_14.png), url(../images/logo_partner_15.png), url(../images/logo_partner_16.png);
  width: 0px;
  height: 0px; }

html,
body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  background-color: white; }

.wrap, .slider, .portfolio, .partner, .team, .footer {
  width: 320px;
  margin: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between; }

#container {
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  position: relative; }

#bg-image {
  position: fixed;
  top: 61px;
  background: transparent;
  z-index: 0;
  width: 600px;
  height: 600px;
  background-size: 600px 600px;
  background: url(../images/bg-kreis.svg) no-repeat;
  background-position: 52% center;
  overflow: hidden; }

.stretch {
  width: 100%; }

.fixed-div {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center; }

.header {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  /*position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
  top: 0;
  z-index: 100;
  position: fixed;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
  border-left: 1px solid white;
  border-right: 1px solid white; }

.header__logo {
  background: url(../images/logo-small.png) top left no-repeat;
  background-size: 200px 64px;
  height: 72px;
  width: 200px;
  margin-left: 10px;
  cursor: pointer; }

.header__nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
  left: auto;
  height: auto;
  width: 450px;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white;
  border-bottom: 3px solid #419274; }

.header__nav__item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #419274; }
  .header__nav__item:last-child {
    border-bottom: 0; }

.nav-icon {
  background: url(../images/nav_icon.jpg) center center no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 10px; }

.top-separator {
  height: 5px;
  width: 100%;
  margin: auto;
  background-color: #419274;
  position: fixed;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  -webkit-backface-visibility: hidden;
  z-index: 100; }

.content__title {
  display: inline-block;
  border-bottom: 4px solid #419274;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0; }

.slider {
  margin-top: 77px;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  position: relative; }

.slider__image, .slider__overlay {
  position: absolute;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  width: 100%;
  height: 150px;
  background-size: cover;
  left: 0; }

.slider__overlay {
  display: flex;
  display: -webkit-flex;
  display: flex;
  z-index: 50;
  justify-content: space-between;
  box-sizing: content-box;
  border-right: 1px solid white;
  border-left: 1px solid white;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */ }

.slider__left-arrow, .slider__right-arrow {
  width: 40%;
  height: auto;
  background-color: rgba(100, 100, 100, 0);
  cursor: pointer; }

.slider__hidden-left, .slider__hidden-right {
  display: none;
  position: absolute;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */ }

.feature-box__icon--bodenbelaege {
  background: url(../images/icon_boden.png) center center no-repeat;
  background-color: #419274; }

.feature-box__icon--polster {
  background: url(../images/icon_polster.png) center center no-repeat;
  background-color: #419274; }

.feature-box__icon--sonnenschutz {
  background: url(../images/icon_sonnenschutz.png) center center no-repeat;
  background-color: #419274; }

.feature-box__icon--deko {
  background: url(../images/icon_deko.png) center center no-repeat;
  background-color: #419274; }

/*** MOBILE FEATURE BOX **/
.wrap--m-feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px; }

.m-feature-box, .m-feature-box__main-row, .m-feature-box__sub-row {
  width: 320px; }

.m-feature-box__main-row {
  background-color: #419274;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.m-feature-box__icon {
  width: 30px;
  height: 30px;
  background-size: contain; }

.m-feature-box__title {
  font-weight: bold;
  text-align: left;
  width: auto;
  color: white; }

.m-feature-box__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: white transparent transparent transparent; }

.m-feature-box__sub-row {
  padding: 10px;
  background: rgba(65, 146, 116, 0.2);
  display: none; }

/*.portfolio {
    @extend .wrap;
    background-color: #419274;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    margin-bottom: 40px;
}*/
.portfolio {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
  background-color: #419274;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 40px; }

.portfolio__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }

.portfolio__button {
  width: 200px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 5px;
  background: url(../images/pf_btn.svg) center center no-repeat;
  background-size: 200px 50px;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  outline: 0; }

.wrap--firma {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 15px 55px 15px;
  flex-direction: column;
  justify-content: flex-start; }

.instagram-feed {
  width: 320px;
  margin: 20px auto 40px auto; }

.partner {
  margin-bottom: 50px;
  width: 320px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center; }

.partner__overlay {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  width: 320px;
  height: 150px;
  display: flex;
  z-index: 50;
  justify-content: space-between;
  box-sizing: content-box;
  /*border-right: 1px solid white;
  border-left: 1px solid white;*/
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */ }

.partner__slider {
  height: 160px;
  width: 100%;
  justify-content: center;
  align-items: center; }

.partner__left-arrow, .partner__right-arrow {
  width: 40px;
  height: auto;
  /*background-color: rgba(100,100,100,0.5);
  cursor: pointer;*/ }

.partner__hidden-left, .partner__hidden-right {
  display: none;
  height: 160px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */ }

.partner__image {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  height: 160px;
  width: 160px;
  background-size: 160px 160px;
  background-position: center center;
  background-repeat: no-repeat; }

.partner__image--1 {
  background-image: url(../images/logo_partner_01.png); }

.partner__image--2 {
  background-image: url(../images/logo_partner_02.png); }

.partner__image--3 {
  background-image: url(../images/logo_partner_03.png); }

.partner__image--4 {
  background-image: url(../images/logo_partner_04.png); }

.partner__image--5 {
  background-image: url(../images/logo_partner_05.png); }

.partner__image--6 {
  background-image: url(../images/logo_partner_06.png); }

.partner__image--7 {
  background-image: url(../images/logo_partner_07.png); }

.partner__image--8 {
  background-image: url(../images/logo_partner_08.png); }

.partner__image--9 {
  background-image: url(../images/logo_partner_09.png); }

.partner__image--10 {
  background-image: url(../images/logo_partner_10.png); }

.partner__image--11 {
  background-image: url(../images/logo_partner_11.png); }

.partner__image--12 {
  background-image: url(../images/logo_partner_12.png); }

.partner__image--13 {
  background-image: url(../images/logo_partner_13.png); }

.partner__image--14 {
  background-image: url(../images/logo_partner_14.png); }

.partner__image--15 {
  background-image: url(../images/logo_partner_15.png); }

.partner__image--16 {
  background-image: url(../images/logo_partner_16.png); }

.team {
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center; }

/*.team__picture {
    background: url(../images/koepfe.png) no-repeat;
    background-size: 230px 730px;
    width: 230px;
    height: $team-height;
}
.team__member-container {
    height: $team-height;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/
.team__member {
  padding: 20px;
  width: 375px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 20px; }

.member__picture, .picture__shadow {
  width: 151px;
  height: 149px;
  position: relative; }

.picture__shadow {
  box-shadow: 26px 26px 3px -23px gray;
  transform: rotate(45deg);
  position: absolute;
  background: transparent;
  border: 0;
  z-index: 5;
  top: -33px; }

.member__text {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .member__text p:first-of-type {
    font-size: 16px; }
  .member__text p {
    margin: 0;
    font-size: 13px; }

.teambild {
  background: url("../images/teambild.jpg") center center no-repeat;
  width: 100%;
  height: 150px;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 5px -1px rgba(128, 128, 128, 0.75), 0px -2px 5px -1px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 5px 5px -1px rgba(128, 128, 128, 0.75), 0px -2px 5px -1px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 5px 5px -1px rgba(128, 128, 128, 0.75), 0px -2px 5px -1px rgba(128, 128, 128, 0.75); }

.wrap--teambild {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 10%);
  padding: 30px 0; }

.bg-main {
  background-color: #419274; }

.bg-footer {
  background-color: rgba(50, 50, 50, 0.75); }

.footer {
  justify-content: flex-start;
  flex-wrap: wrap; }

.footer-box {
  height: auto;
  color: #FFF;
  width: 100%;
  padding: 10px; }

.footer-box--impressum {
  order: 2; }

.gmap {
  width: 100%;
  height: 300px;
  border: 0; }

.anfahrt {
  background: url(../images/anfahrt.png) center center no-repeat;
  width: 100%;
  height: 236px;
  background-size: contain; }

input[type="text"],
input[type="email"] {
  background-color: white; }

/********************/
/** BROWSER FIXING **/
/********************/
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /** IE9 - IE11 **/
  .slider {
    justify-content: flex-start; }

  .slider__overlay {
    border: 0; } }
/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { */
/** Safari 7.1+ **/
     /*.slider { 
          justify-content: flex-start;
         left: -1px;
      } 
      .slider__overlay {
           border: 0;
     }
     
}*/
_::-webkit-full-page-media, _:future, :root
.slider {
  justify-content: flex-start;
  left: -1px; }

_::-webkit-full-page-media, _:future, :root
.slider__overlay {
  border: 0; }

/** FIREFOX (any) **/
_:-moz-tree-row(hover),
.slider__overlay {
  border: 0; }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .datenschutz-close {
    max-width: 1024px;
  }
  #bg-image {
    top: 131px;
    left: 200px;
    width: 1000px;
    height: 1000px;
    background-size: 1000px 1000px; }

  .wrap, .slider, .portfolio, .partner, .team, .footer {
    width: 750px; }

  .slider {
    margin-top: 101px;
    width: 768px;
    height: 288px; }

  .slider__image, .slider__overlay {
    width: 768px;
    height: 288px; }

  .slider__left-arrow, .slider__right-arrow {
    height: 288px; }

  .slider__right-arrow {
    height: 288px; }

  /*.slider__image--1{
      background-size: $medium-width $slider-height-m;
  }
  .slider__image--2{
      background-size: $medium-width $slider-height-m;
  }
  .slider__image--3{
      background-size: $medium-width $slider-height-m;
  }
  .slider__image--4{
      background-size: $medium-width $slider-height-m;
  }*/
  .header, .datenschutz-text {
    width: 768px; }

  .header__logo {
    background: url(../images/logo.png) top left no-repeat;
    background-size: 275px 88px;
    height: 96px;
    width: 275px; }

  .top-separator {
    top: 96px;
    width: 768px; }

  .header__nav {
    position: relative;
    height: auto;
    z-index: 1;
    flex-direction: row;
    border-bottom: 0;
    left: 0; }

  .header__nav__item {
    border-bottom: 0; }

  .wrap--feature-box {
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.5); }

  .feature-box {
    width: 90%;
    margin: 20px auto 40px auto;
    vertical-align: top; }

  .feature-box__icon-container {
    height: 130px;
    width: 130px;
    margin: 20px auto 30px auto;
    background-color: #419274;
    display: flex;
    align-items: center;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    cursor: pointer; }

  .feature-box__icon {
    height: 80px;
    width: 80px;
    margin: auto;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

  .feature-box__icon-container.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

  .feature-box__title {
    font-weight: bold;
    text-align: center;
    margin: 12px auto; }

  .feature-box__preview {
    font-size: 14px; }

  .feature-box__text {
    font-size: 14px;
    padding-top: 5px; }

  .feature-box__toggle-button {
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: underline; }

  .feature-box__icon-container.active > .feature-box__icon {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

  .partner,
  .partner__overlay {
    width: 768px;
    height: 180px; }

  .partner__image {
    height: 180px;
    width: 180px;
    background-size: 180px 180px; }

  .partner__slider {
    height: 180px;
    width: 180px; }

  .partner__hidden-left, .partner__hidden-right {
    height: 180px; }

  .teambild {
    height: 275px; }

  .member__text p:first-of-type {
    font-size: 18px; }
  .member__text p {
    font-size: 14px; }

  .portfolio {
    padding: 0;
    height: 140px;
    flex-direction: row; }

  .portfolio__text {
    font-size: 18px;
    font-weight: 500;
    margin-left: 30px;
    margin-bottom: 0; }

  .portfolio__button {
    width: 240px;
    height: 60px;
    margin-right: 30px;
    margin-bottom: 0;
    background-size: 240px 60px; }

  .wrap--feature-box {
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .feature-box {
    width: 45%; }

  .instagram-feed {
    width: 768px; }

  .footer-box {
    width: 50%; }

  .footer-box--impressum {
    order: 1; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1024px) {
  .datenschutz-close {
    max-width: 1024px;
  }
  #bg-image {
    top: -20px;
    left: 40%;
    width: 1536px;
    height: 1536px;
    background-size: 1536px 1536px;
    background-position: center center; }

  .wrap, .slider, .portfolio, .partner, .team, .footer {
    width: 1024px; }

  .header, .datenschutz-text {
    width: 1024px; }

  .header__logo {
    margin-left: 0; }

  .top-separator {
    width: 1024px; }

  .slider {
    width: 1024px;
    height: 384px; }

  .slider__overlay {
    width: 1024px; }

  .slider__image, .slider__overlay {
    width: 1024px;
    height: 384px; }

  .slider__left-arrow, .slider__right-arrow {
    height: 384px; }

  .slider__right-arrow {
    height: 384px; }

  /*.slider__image--1{
      background-size: $large-width $slider-height-l;
  }
  .slider__image--2{
      background-size: $large-width $slider-height-l;
  }
  .slider__image--3{
      background-size: $large-width $slider-height-l;
  }
  .slider__image--4{
      background-size: $large-width $slider-height-l;
  }*/
  .partner,
  .partner__overlay {
    width: 1024px;
    height: 230px; }

  .partner__image {
    height: 230px;
    width: 230px;
    background-size: 230px 230px; }

  .partner__slider {
    height: 230px;
    width: 230px; }

  .partner__hidden-left, .partner__hidden-right {
    height: 230px; }

  .wrap--feature-box {
    flex-direction: row;
    flex-wrap: nowrap; }

  .feature-box {
    width: 22%; }

  .wrap--firma {
    padding-right: 280px; }

  .teambild {
    height: 400px; }

  .portfolio {
    padding: 0;
    height: 140px; }

  .portfolio__button {
    width: 280px;
    height: 70px;
    margin-right: 30px;
    background-size: 280px 70px; }
    .portfolio__button:hover {
      -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
      background: url(../images/pf_btn.svg) center center no-repeat;
      width: 290px;
      height: 72.5px;
      background-size: 290px 72.5px;
      background-color: #FFF;
      margin-right: 25px; }

  .instagram-feed {
    width: 1024px;
    margin: 20px auto 40px auto; }

  .footer-box {
    width: 25%; }

  .footer-box--large {
    width: 50%; }

  .footer-box--impressum {
    order: 0; }

  .gmap {
    height: 492px; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {

	// styles in 2x.scss
	@import "breakpoints/2x"; 

}*/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

    .datenschutz {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
    }

    .datenschutz-text {
      position: relative;
      margin: 0 auto;
      padding: 30px 60px 30px 30px;
      background-color: white;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
    }
    .datenschutz-text p:first-of-type {
      margin-top: 0;
    }
    .datenschutz-close {
      position: fixed;
      top: 110px;
      width: 100%;
      height: 30px;
      cursor: pointer;
    }

    .datenschutz-close:after {
      content: '';
      background-image: url(../images/close.svg);
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      right: 45px;

    }


/*# sourceMappingURL=style.css.map */
