/*
Theme Name: Sympra
Theme URI: http://sympra.de
Author: Feedback Media Design
Author URI: http://feedbackmedia.de
Description:
Version: 1.0
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Add additional files here */
html {
  font-size: 16px; }

body {
  color: #000;
  font-family: 'San Francisco';
  font-weight: 200;
  line-height: 1.5;
  background-color: #f2f2f2;
  font-size: 1em; }

section {
  margin: 2.5rem 0; }
  section#title {
    margin-top: 2.5rem;
    margin-bottom: 0; }
    section#title h1 {
      margin: 0; }
    section#title .wrapper {
      padding: 0 0; }

.inside {
  display: block; }
  .inside::after {
    clear: both;
    content: "";
    display: block; }
  .inside .wrapper {
    padding: 1.875rem;
    background: #fff; }
  .inside .margin {
    margin-bottom: 1.875rem; }

html ::-moz-selection {
  background-color: #bd0b68;
  color: #fff; }
html ::selection {
  background-color: #bd0b68;
  color: #fff; }

.container, hr {
  /*    @include media($slg-min){
          @include outer-container($min-width-slg);
      } */ }
  @media screen and (min-width: 25rem) {
    .container, hr {
      max-width: 25rem;
      margin-left: auto;
      margin-right: auto; }
      .container::after, hr::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 48rem) {
    .container, hr {
      max-width: 48rem;
      margin-left: auto;
      margin-right: auto; }
      .container::after, hr::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 62rem) {
    .container, hr {
      max-width: 62rem;
      margin-left: auto;
      margin-right: auto; }
      .container::after, hr::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 75rem) {
    .container, hr {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto; }
      .container::after, hr::after {
        clear: both;
        content: "";
        display: block; } }
#navigation {max-width:85rem;}
#navigation .site-branding {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%; }
  #navigation .site-branding:last-child {
    margin-right: 0; }
#navigation .main-navigation {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 65.81197%; }
  #navigation .main-navigation:last-child {
    margin-right: 0; }
@media screen and (max-width: 62rem) {
  #navigation .site-branding {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 65.81197%; }
    #navigation .site-branding:last-child {
      margin-right: 0; }
  #navigation .main-navigation {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #navigation .main-navigation:last-child {
      margin-right: 0; } }
@media screen and (max-width: 25rem) {
  #navigation .site-branding {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 57.26496%; }
    #navigation .site-branding:last-child {
      margin-right: 0; } }

/* #portfolio > div > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 40.17094%; }
  #portfolio > div > div:last-child {
    margin-right: 0; }
#portfolio .wrapper:first-child {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 14.52991%; }
  #portfolio .wrapper:first-child:last-child {
    margin-right: 0; }
@media screen and (max-width: 62rem) {
  #portfolio > div > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #portfolio > div > div:last-child {
      margin-right: 0; }
  #portfolio .wrapper:first-child {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #portfolio .wrapper:first-child:last-child {
      margin-right: 0; } }*/

#blogpost img {
  width: 100%;
  height: auto; }
#blogpost .wrapper:first-child {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 14.52991%; }
  #blogpost .wrapper:first-child:last-child {
    margin-right: 0; }
/* #blogpost > div > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 25.89744%;
  background: #fff; }
  #blogpost > div > div:last-child {
    margin-right: 0; }
@media screen and (max-width: 62rem) {
  #blogpost > div > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #blogpost > div > div:last-child {
      margin-right: 0; }
  #blogpost .wrapper:first-child {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #blogpost .wrapper:first-child:last-child {
      margin-right: 0; } } */

#mitarbeiter .mitarbeiter .inside:first-child > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%; }
  #mitarbeiter .mitarbeiter .inside:first-child > div:last-child {
    margin-right: 0; }
#mitarbeiter .mitarbeiter .inside > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%; }
  #mitarbeiter .mitarbeiter .inside > div:last-child {
    margin-right: 0; }
  #mitarbeiter .mitarbeiter .inside > div:nth-child(3n) {
    margin-right: 0; }
  #mitarbeiter .mitarbeiter .inside > div:nth-child(3n+1) {
    clear: left; }
  #mitarbeiter .mitarbeiter .inside > div > div {
    padding: 1.875rem 0;
    text-transform: uppercase; }
    #mitarbeiter .mitarbeiter .inside > div > div h3 {
      display: block; }
    #mitarbeiter .mitarbeiter .inside > div > div .mail {
      color: #d9d9d9; }
@media screen and (max-width: 62rem) {
  #mitarbeiter .mitarbeiter .inside > div, #mitarbeiter .mitarbeiter .inside:first-child > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #mitarbeiter .mitarbeiter .inside > div:last-child, #mitarbeiter .mitarbeiter .inside:first-child > div:last-child {
      margin-right: 0; } }

#kompetenzen > section > div > div > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%;
  margin-bottom: 1.875rem; }
  #kompetenzen > section > div > div > div:last-child {
    margin-right: 0; }
  #kompetenzen > section > div > div > div:nth-child(2n) {
    margin-right: 0; }
  #kompetenzen > section > div > div > div:nth-child(2n+1) {
    clear: left; }
  #kompetenzen > section > div > div > div img {
    width: 100%;
    height: auto; }
@media screen and (max-width: 62rem) {
  #kompetenzen > div > div > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%;
    margin-bottom: 1.875rem; }
    #kompetenzen > div > div > div:last-child {
      margin-right: 0; } }

#kompetenz .left, #kunde .left, #blog .left, #archive .left, #projekt .left, #jobs .left, .page .inside .left{
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 65.81197%; }
  #kompetenz .left:last-child, #kunde .left:last-child, #blog .left:last-child, #archive .left:last-child, #projekt .left:last-child, #jobs .left:last-child {
    margin-right: 0; }
#kompetenz .right, #kunde .right, #blog .right, #archive .right, #projekt .right, .page .inside .right {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%; }
  #kompetenz .right:last-child, #kunde .right:last-child, #blog .right:last-child, #archive .right:last-child, #projekt .right:last-child, .page .inside .right:last-child {
    margin-right: 0; }
#kompetenz img, #kunde img, #blog img, #archive img, #projekt img {
  width: 100%;
  height: auto; }
#jobs img
{
	width:80%;
	height:auto;
	    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 62rem) {
  #kompetenz .left, #kunde .left, #blog .left, #archive .left, #projekt .left, #jobs .left, .page .inside .left {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #kompetenz .left:last-child, #kunde .left:last-child, #blog .left:last-child, #archive .left:last-child, #projekt .left:last-child, #jobs .left:last-child, .page .inside .left:last-child {
      margin-right: 0; }
  #kompetenz .right, #kunde .right, #blog .right, #archive .right, #projekt .right, .page .inside .right {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #kompetenz .right:last-child, #kunde .right:last-child, #blog .right:last-child, #archive .right:last-child, #projekt .right:last-child, .page .inside .right:last-child {
      margin-right: 0; } }

#archive article {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%;
  margin-bottom: 1.875rem; }
  #archive article:last-child {
    margin-right: 0; }
  #archive article:nth-child(2n) {
    margin-right: 0; }
  #archive article:nth-child(2n+1) {
    clear: left; }
@media screen and (max-width: 62rem) {
  #archive article {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%;
    margin-bottom: 1.875rem; }
    #archive article:last-child {
      margin-right: 0; }
    #archive article:nth-child(1n) {
      margin-right: 0; }
    #archive article:nth-child(1n+1) {
      clear: left; } }

#referenzen .left, #referenzen .right {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%; }
  #referenzen .left:last-child, #referenzen .right:last-child {
    margin-right: 0; }
  #referenzen .left > section > div, #referenzen .right > section > div {
    margin-bottom: 1.875rem; }
@media screen and (max-width: 62rem) {
  #referenzen .left {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #referenzen .left:last-child {
      margin-right: 0; }
  #referenzen .right {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #referenzen .right:last-child {
      margin-right: 0; } }
#referenzen img {
  width: 100%;
  height: auto; }

#galerie .wrapper {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 23.07692%; }
  #galerie .wrapper:last-child {
    margin-right: 0; }
  #galerie .wrapper:nth-child(4n) {
    margin-right: 0; }
  #galerie .wrapper:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 62rem) {
    #galerie .wrapper {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 48.71795%; }
      #galerie .wrapper:last-child {
        margin-right: 0; }
      #galerie .wrapper:nth-child(2n) {
        margin-right: 0; }
      #galerie .wrapper:nth-child(2n+1) {
        clear: left; } }

#colophon .wrapper {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%; }
  #colophon .wrapper:last-child {
    margin-right: 0; }

#kunde .projekte > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%; }
  #kunde .projekte > div:last-child {
    margin-right: 0; }
  #kunde .projekte > div:nth-child(3n) {
    margin-right: 0; }
  #kunde .projekte > div:nth-child(3n+1) {
    clear: left; }
@media screen and (max-width: 62rem) {
  #kunde .projekte > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #kunde .projekte > div:last-child {
      margin-right: 0; } }
#jobs .projekte > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%; }
  #jobs .projekte > div:last-child {
    margin-right: 0; }
  #jobs .projekte > div:nth-child(3n) {
    margin-right: 0; }
  #jobs .projekte > div:nth-child(3n+1) {
    clear: left; }
@media screen and (max-width: 62rem) {
  #jobs .projekte > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #jobs .projekte > div:last-child {
      margin-right: 0; } }
#kontakt section .wpcf7-form .inside div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%; }
  #kontakt section .wpcf7-form .inside div:last-child {
    margin-right: 0; }

#buro .wrapper {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%; }
  #buro .wrapper:last-child {
    margin-right: 0; }

.agentur .wrapper {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%; }
  .agentur .wrapper:last-child {
    margin-right: 0; }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.home {
  margin-top: 0; }

.item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block; }
  .item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%; }
  .item > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .item .wrapper-slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    min-height: inherit;
    margin: 0 auto;
    text-align: center; }
    .item .wrapper-slider p {
      background: rgba(255, 255, 255, 0.7);
      padding: 1.875rem; }
      .item .wrapper-slider p strong {
        color: #bd0b68;
        font-weight: inherit; }

@media screen and (max-width: 62rem) {
  .item {
    position: relative; }
    .item:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .item > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
.owl-controls {
  position: absolute;
  bottom: 1em;
  text-align: center;
  width: 100%; }

.owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-controls .owl-dots span {
  display: block;
  width: 14px;
  margin: 0 .5em;
  height: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff; }

.owl-controls .owl-dot.active span,
.owl-controls.clickable .owl-dot:hover span {
  background: #bd0b68; }

/* Navigation */
header {
  background: #fff; }
  header .site-branding, header .menu-top, header .imprint p {
    padding: 0 1.875rem; }

.pattern {
  background: url("assets/pattern.png"); }
  .pattern::after {
    clear: both;
    content: "";
    display: block; }
  .pattern .inside {
    background: #fff;
    display: inline-block;
    padding: 0.5em 1.875rem;
    margin: 1rem 0; }
    .pattern .inside ul {
      padding: 0; }
    .pattern .inside li {
      display: inline-block;
      margin-right: .75rem; }
  .pattern .left {
    float: left; }
  .pattern .right {
    float: right; }
    .pattern .right ul {
      display: inline-block; }
      .pattern .right ul li {
        margin-right: 0; }
      .pattern .right ul span {
        margin-left: 1.875rem; }

#navigation {
  vertical-align: middle; }

.site-branding {
  margin: 1.5rem 0;
  vertical-align: middle; }
  .site-branding a img {
    display: inline-block;
    padding: 1rem 0 0 0; }
  @media screen and (max-width: 25rem) {
    .site-branding img {
      width: 100%; } }

.main-navigation {
  display: inline-block;
  vertical-align: middle; }
  .main-navigation a {
    color: #383838; }
    .main-navigation a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .main-navigation .current-menu-item {
    background: #bd0b68; }
    .main-navigation .current-menu-item > a {
      color: #fff; }

.main-navigation {
  margin: 1.5rem 0; }
  .main-navigation li {
    display: inline-block; }
    .main-navigation li ul {
      display: none;
      position: absolute;
      z-index: 999;
      margin: 0;
      padding: 0; }
      .main-navigation li ul li {
        display: block;
        background: #fff; }
    .main-navigation li:hover > ul {
      display: block;
      border-top: 2px solid #bd0b68;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
  .main-navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 1rem;
    width: 100%; }
    .main-navigation a:hover {
      background: #bd0b68;
      color: #fff; }

.menu-toggle {
  outline: 0;
  padding: 0 1.875rem;
  margin: 2.5rem 0;
  display: inline-block;
  float: right; }

@media screen and (max-width: 62rem) {
  .hamburger, .menu-toggle {
    display: inline-block; }

  .not-active #site-navigation {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

  .is-active #site-navigation {
    visibility: visible;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

  .main-navigation {
    margin: 0; }
    .main-navigation ul {
      padding: 0; }
      .main-navigation ul li {
        display: block; }
        .main-navigation ul li a {
          padding: 1.875rem; }
        .main-navigation ul li ul {
          display: inline-block;
          padding-left: 1.875rem;
          position: relative;
          margin-bottom: 1.875rem; }
          .main-navigation ul li ul li a {
            padding: calc(1.875rem / 2) 1.875rem; }
        .main-navigation ul li:hover > ul {
          display: block;
          box-shadow: 0 0 0;
          border-top: none; } }
@media screen and (min-width: 62rem) {
  .hamburger, .menu-toggle {
    display: none; } }
/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("fonts/sanfranciscodisplay-ultralight-webfont.woff"); }
/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("fonts/sanfranciscodisplay-thin-webfont.woff"); }
/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("fonts/sanfranciscodisplay-regular-webfont.woff"); }
/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("fonts/sanfranciscodisplay-medium-webfont.woff"); }
/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("fonts/sanfranciscodisplay-semibold-webfont.woff"); }
/** Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("fonts/sanfranciscodisplay-bold-webfont.woff"); }
p {
  line-height: 1.8;
  letter-spacing: 0.025em;
  color: #383838;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #bd0b68; }
  a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.5;
    filter: alpha(opacity=50); }

p, #standort a, .tagcloud a {
  color: #383838; }

a, a:link, a:active, a:visited, .wrapper-slider p, p {
  text-decoration: none; }

a.more-link {
  color: #bd0b68;
  display: block;
  margin-top: 1.875rem; }

h1, h2, h3, h4 {
  font-weight: 200;
  color: #bd0b68;
  margin: 0;
  text-transform: uppercase; }

h1, #referenzen #title h2 {
  font-size: 2em;
  margin: .5rem 0 1rem 0; }

h2 {
  font-size: 1.2em;
  margin: .5rem 0 1rem 0; }

h3 {
  font-size: 1em;
  margin: .25rem 0; }

#referenzen h4 {
  color: #383838; }

.main-navigation, .wrapper-slider, .menu-top {
  text-transform: uppercase; }

.wrapper-slider p {
  font-size: 2em;
  font-weight: 200; }

hr {
  border-top: 1px solid #d9d9d9; }

ul {
  margin: 0;
  padding: 0 0 0 1em;
  color: #383838; }

.accordeon ul li {
  padding-bottom: 1em; }

#title .wrapper {
  background: transparent; }

#kunde .right .wrapper div div a, #kunde .tag, #kunde .prev-posts-link a, #kunde .next-posts-link a, #kunde a.more, #kunde .nav-links a, #blog .right .wrapper div div a, #jobs .right .wrapper div div a, #jobs .tag, #jobs .prev-posts-link a, #jobs .next-posts-link a, #jobs a.more, #jobs .nav-links a, #blog .right .wrapper div div a, #blog .tag, #blog .prev-posts-link a, #blog .next-posts-link a, #blog a.more, #blog .nav-links a, #referenzen .right .wrapper div div a, #referenzen .tag, #referenzen .prev-posts-link a, #referenzen .next-posts-link a, #referenzen a.more, #referenzen .nav-links a, #kompetenz .right .wrapper div div a, #kompetenz .tag, #kompetenz .prev-posts-link a, #kompetenz .next-posts-link a, #kompetenz a.more, #kompetenz .nav-links a, #fehler .right .wrapper div div a, #fehler .tag, #fehler .prev-posts-link a, #fehler .next-posts-link a, #fehler a.more, #fehler .nav-links a, #buro .right .wrapper div div a, #buro .tag, #buro .prev-posts-link a, #buro .next-posts-link a, #buro a.more, #buro .nav-links a, #archive .right .wrapper div div a, #archive .tag, #archive .prev-posts-link a, #archive .next-posts-link a, #archive a.more, #archive .nav-links a {
  border: 1px solid #bd0b68;
  color: #bd0b68;
  padding: .5em 1em;
  display: inline-block;
  margin: 1em 1em 0 0;
  border-radius: 10px; }
  #kunde .right .wrapper div div a:hover, #kunde .tag:hover, #kunde .prev-posts-link a:hover, #kunde .next-posts-link a:hover, #kunde a.more:hover, #kunde .nav-links a:hover, #jobs .right .wrapper div div a:hover, #jobs .tag:hover, #jobs .prev-posts-link a:hover, #jobs .next-posts-link a:hover, #jobs a.more:hover, #jobs .nav-links a:hover, #blog .right .wrapper div div a:hover, #blog .tag:hover, #blog .prev-posts-link a:hover, #blog .next-posts-link a:hover, #blog a.more:hover, #blog .nav-links a:hover, #referenzen .right .wrapper div div a:hover, #referenzen .tag:hover, #referenzen .prev-posts-link a:hover, #referenzen .next-posts-link a:hover, #referenzen a.more:hover, #referenzen .nav-links a:hover, #kompetenz .right .wrapper div div a:hover, #kompetenz .tag:hover, #kompetenz .prev-posts-link a:hover, #kompetenz .next-posts-link a:hover, #kompetenz a.more:hover, #kompetenz .nav-links a:hover, #fehler .right .wrapper div div a:hover, #fehler .tag:hover, #fehler .prev-posts-link a:hover, #fehler .next-posts-link a:hover, #fehler a.more:hover, #fehler .nav-links a:hover, #buro .right .wrapper div div a:hover, #buro .tag:hover, #buro .prev-posts-link a:hover, #buro .next-posts-link a:hover, #buro a.more:hover, #buro .nav-links a:hover, #archive .right .wrapper div div a:hover, #archive .tag:hover, #archive .prev-posts-link a:hover, #archive .next-posts-link a:hover, #archive a.more:hover, #archive .nav-links a:hover {
    color: #fff;
    background: #bd0b68;
    opacity: 1;
    filter: alpha(opacity=100); }

.agentur a {
  border: 1px solid #bd0b68;
  color: #bd0b68;
  padding: .5em 1em;
  display: inline-block;
  margin: 1em 1em 0 0;
  border-radius: 10px; }
  .agentur a:hover {
    color: #fff;
    background: #bd0b68;
    opacity: 1;
    filter: alpha(opacity=100); }

input, textarea {
  border: 1px solid #d9d9d9;
  padding: calc(1.875rem / 4);
  font-weight: 400;
  outline: 0;
  width: 100%; }

.wpcf7-submit, .submit {
  background-color: #bd0b68;
  color: #fff;
  border: 0; }

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  position: relative;
  display: block; }

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
  width: 100%;
  margin: 0;
  outline: none;
  padding: .6em .8em .5em .8em;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Font size must be 16px to prevent iOS page zoom on focus */
  font-size: 16px; }

select {
  border-radius: 0;
  border: none;
  padding: 10px 40px 10px 10px;
  color: #fff;
  font-family: 'San Francisco';
  background: #979797 url("assets/arrow-white.svg") no-repeat right 10px center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#content-page p {
#  -webkit-column-count: 2;
#  -moz-column-count: 2;
#  column-count: 2; }
@media screen and (max-width: 62rem) {
  #content-page p {
  #  -webkit-column-count: 1;
   # -moz-column-count: 1;
    #column-count: 1; } }

img {
  display: block; }

/*#portfolio > div > div img {
  width: 100%;
  height: auto; }*/

.accordeon {
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 1.875rem; }
  .accordeon .trigger {
    position: relative; }
  .accordeon h2 {
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    margin: 0; }
  .accordeon .toggle {
    width: 100%;
    clear: both;
    background: #fff; }
    .accordeon .toggle img {
      width: 100%;
      height: auto; }
    .accordeon .toggle p, .accordeon .toggle ul {
      margin: 0;
      padding-top: 1.5em;
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 65.81197%; }
  .kompetenztoggle p{
      margin: 0 !important;
      padding-top: 1.5em;
      float: left;
      display: block;
	  width: 100% !important;
	
       }
      .accordeon .toggle p:last-child, .accordeon .toggle ul:last-child {
        margin-right: 0; }
    .accordeon .toggle > div {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 31.62393%;
      z-index: 5;
      background-color: #e6e6e6;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      z-index: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .accordeon .toggle > div:last-child {
        margin-right: 0; }
      .accordeon .toggle > div img {
        width: 50%;
        height: auto;
        margin: 0 auto; }
    @media screen and (max-width: 62rem) {
      .accordeon .toggle p, .accordeon .toggle ul {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 100%; }
        .accordeon .toggle p:last-child, .accordeon .toggle ul:last-child {
          margin-right: 0; }
      .accordeon .toggle .helper {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 100%;
        position: relative;
        padding: 1.875rem;
        height: auto; }
        .accordeon .toggle .helper:last-child {
          margin-right: 0; } }

.close .toggle {
  display: none; }
.close h2::after {
  content: url("assets/arrow.svg");
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.close .helper, .close .helper img, .close p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.open .toggle {
  display: block; }
.open h2::after {
  content: url("assets/arrow.svg");
  float: right;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.open .helper, .open .helper img, .open p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }
  figure img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block; }
    figure img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

#galerie .wrapper {
  background: transparent;
  padding: 0;
  margin-bottom: 1.875rem; }

#mitarbeiter .mitarbeiter > div > div {
  background: #fff;
  text-align: center;
  margin-bottom: 1.875rem; }
  #mitarbeiter .mitarbeiter > div > div img {
    width: 100%;
    height: auto; }
  #mitarbeiter .mitarbeiter > div > div a div {
    padding: 1.875rem 0; }
#mitarbeiter #overview {
  background: #fff; }
  #mitarbeiter #overview > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 65.81197%; }
    #mitarbeiter #overview > div:last-child {
      margin-right: 0; }
    #mitarbeiter #overview > div img {
      width: 100%;
      height: auto; }
  #mitarbeiter #overview .meta {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 31.62393%;
    text-align: center;
    margin-top: 1.875rem; }
    #mitarbeiter #overview .meta:last-child {
      margin-right: 0; }
    #mitarbeiter #overview .meta div {
      width: 100%; }
  #mitarbeiter #overview .mail {
    padding-top: 1.875rem; }
    #mitarbeiter #overview .mail::before {
      content: url("assets/mail.svg");
      width: 100%;
      display: block; }
  #mitarbeiter #overview .phone {
    padding-top: 1.875rem; }
    #mitarbeiter #overview .phone::before {
      content: url("assets/phone.svg");
      width: 100%;
      display: block; }
@media screen and (max-width: 62rem) {
  #mitarbeiter #overview > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%;
    float: none; }
    #mitarbeiter #overview > div:last-child {
      margin-right: 0; }
  #mitarbeiter #overview .meta {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%;
    padding: 1.875rem;
    float: none; }
    #mitarbeiter #overview .meta:last-child {
      margin-right: 0; }
    #mitarbeiter #overview .meta::after {
      clear: both;
      content: "";
      display: block; } }
#mitarbeiter #content > div > div {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 65.81197%; }
  #mitarbeiter #content > div > div:last-child {
    margin-right: 0; }
@media screen and (max-width: 62rem) {
  #mitarbeiter #content > div > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    #mitarbeiter #content > div > div:last-child {
      margin-right: 0; } }

#kompetenz > div > div img {
  width: 100%;
  height: auto; }

#blog .entry-content img {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem; }
#blog article .entry-content a {
  border-bottom: 1px #d9d9d9 dashed; }
  #blog article .entry-content a:hover {
    color: #bd0b68;
    border-bottom: 1px #bd0b68 dashed; }
#blog article img {
  width: 100%;
  height: auto; }
#blog .comments div {
  margin-top: calc( 2 * $gutter ); 
}
  #blog .comments div > p {
    padding-left: 1.875rem;
    border-left: 1px solid #d9d9d9; }
#blog .comments .meta {
  width: 100%; }
  #blog .comments .meta h3, #blog .comments .meta p {
    display: inline;
    padding-left: 0; }

.widget_search {
  margin-top: 0; }

#kontakt input, #kontakt textarea {
  width: 100%;
  display: inline-block; }
#kontakt img {
  width: auto; }

#referenzen .right .wrapper a h4:hover {
  color: #bd0b68; }

#kunde img {
  width: 100%;
  height: auto; }

.widget {
  margin-bottom: 1.875rem;
  display: block; }

.search-form span {
  display: block; }
.search-form input {
  width: 70%;
  float: left; }
.search-form .search-submit {
  width: 30%; }
.search-form::after {
  clear: both;
  content: "";
  display: block; }

#back div .wrapper {
  background: transparent; }
#back a:hover {
  color: #bd0b68; }
#back a::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  content: url("assets/arrow.svg");
  margin-right: calc(1.875rem / 2); }

#map {
  margin-top: 0;
  position: relative; }
  #map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%; }
  #map > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@media screen and (max-width: 62rem) {
  #map {
    position: relative; }
    #map:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    #map > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
.dcwss.dc-wall .stream li .icon {
  bottom: 6px; }

.stream li.dcsns-twitter .section-intro {
  background-color: #3a96ff !important; }

#colophon {
  background: #fff;
  text-align: center;
  margin-top: 1.875rem; }
  #colophon .social {
    padding: 2em 0; }
  #colophon .social-icon {
    display: inline-block;
    padding: 1.875rem;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    #colophon .social-icon:hover {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  #colophon .pattern .imprint {
    padding: 0 1.875rem; }
    #colophon .pattern .imprint a {
      color: #818181; }
    #colophon .pattern .imprint a:hover {
      color: #bd0b68; }

@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.9); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    color: #bd0b68; }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }

  .featherlight iframe {
    /* styling */
    border: none; }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
html {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */ }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.dcwss.dc-wall.col-4 .stream li {
  background: #fff;
  width: 30%;
  margin-right: 3%;
  border: 1px solid #d9d9d9; }
  @media screen and (max-width: 62rem) {
    .dcwss.dc-wall.col-4 .stream li {
      width: 100%;
      margin-right: 0; } }

.dcwss.dc-wall.col-4 .stream li, #show-more {
  margin-bottom: 1.875rem;
  font-family: San Francisco;
  font-size: 16px; }

.dcwss-content ul {
  width: 100%; }

.dcwss.dc-wall .stream li .section-text {
  margin-bottom: 20px; }

.dcwss .stream li .section-share {
  bottom: 40px; }

.show-more-wrapper {
  width: 100%;
  text-align: center; }

#show-more {
  padding: 15px 40px;
  width: auto;
  display: inline-block; }
  #show-more:hover {
    background: #bd0b68; }
  @media screen and (max-width: 62rem) {
    #show-more {
      display: block;
      overflow: hidden; }
      #show-more a {
        word-break: break-all;
        width: 100%; } }

.latestevents a {
  font-weight: bold; }

.hamburger {
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-right: 5px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #d9d9d9;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -5px; }

.hamburger-inner::after {
  bottom: -5px; }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.is-active .hamburger--spin .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.is-active .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.is-active .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.is-active .hamburger--spin-r .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.is-active .hamburger--spin-r .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.is-active.hamburger--spin-r .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*# sourceMappingURL=style.css.map */


/*newsroom*/
.newsroom {
width: 25%;
float: left;
border: 1px solid #d9d9d9;
}

.socialstream {
width: 70%;
float: right;
}

.clear {
clear: both;
}

.dcsns-li.isotope-item.latestevents {
list-style-type: none;
}

/*themenseiten*/

.themen-beitragsbild {
max-width: 1200px;
height: 300px;
overflow: hidden;
margin: 0 0 20px 0;
}

.themen-img {
width: 100%;
height: auto;
margin: -20px 0 0 0;
}

.pt-cv-wrapper {
margin: 40px 0 0 0;
}

.pt-cv-ifield {
background-color: #fff;
}

._self.pt-cv-href-thumbnail.pt-cv-thumb-default {
width: 100%;
height: 180px;
overflow: hidden;
display: block;
}

.pt-cv-wrapper img {
width: 100%;
height: auto;
}

.pt-cv-title {
padding: 1.875rem 1.875rem 0.5rem 1.875rem;
}

.pt-cv-title .pt-cv-title a {
color: #bd0b68;
line-height: 1.5;
font-family: "San Francisco";
font-weight: 200;
font-size: 1.2em;
text-transform: uppercase;
}

.pt-cv-view .pt-cv-title a {
color: #bd0b68;
line-height: 1.5;
font-family: "San Francisco";
font-weight: 200;
font-size: 1.2em;
text-transform: uppercase;
}

.pt-cv-meta-fields {
color: #383838;
line-height: 1.8;
letter-spacing: 0.025em;
font-family: "San Francisco";
font-weight: 200;
font-size: 1em;
padding: 0 1.875rem;
}

.pt-cv-meta-fields time {
color: #818181!important;
}

.pt-cv-content {
color: #383838;
line-height: 1.8;
letter-spacing: 0.025em;
font-family: "San Francisco";
font-weight: 200;
font-size: 1em;
padding: 0 1.875rem 1.5rem 1.875rem;
}

._self.pt-cv-readmore.pt-cv-textlink {
color: #bd0b68;
line-height: 1.8;
letter-spacing: 0.025em;
font-family: "San Francisco";
font-weight: 200;
font-size: 1em;
display: block;
margin: 1.875rem 0;
}

/* Mobile ----------- */
@media screen and 
(max-width : 778px) {

.themen-beitragsbild {
max-width: 100%;
height: 250px;
overflow: hidden;
margin: 0 0 20px 0;
}

.themen-img {
width: auto;
height: inherit;
margin: -20px 0 0 0;
}
}

/* Tablet----------- */
@media screen and 
(min-width : 768px) and
(max-width : 991px) {

.themen-beitragsbild {
max-width: 100%;
height: 250px;
overflow: hidden;
margin: 0 0 20px 0;
}

.themen-img {
width: 100%;
height: auto;
margin: -20px 0 0 0;
}
}

/* Startseitenbeiträge ----------- */

._self.pt-cv-readmore.btn.btn-success {
border: 1px solid #bd0b68!important;
color: #bd0b68;
padding: .5em 1em;
display: inline-block;
border-radius: 10px;
background-color: #fff;
}

._self.pt-cv-readmore.btn.btn-success:hover {
color: #fff;
background: #bd0b68;
opacity: 1;
}

#topthemen .inside {
	margin: 0!important;
	width: 100% !important;
	
}

#topthemen .topthementeaser {
	
	float:left;
	
	
}
#topthemen .topthementeaser_right
{
	float:right;
	width:50%;
	color: #383838;
	line-height: 1.8;
letter-spacing: 0.025em;
}
.topthementeaser img{
	float:right;
	max-width: 500px;
}
@media screen and (max-width: 1200px){
.topthementeaser img{
max-width: 400px;
}
}
.topthementeaserahref{
	float:left;
	
}
#topthemen .wrapper:first-child {
float: left;
display: block;
/*margin-right: 2.5641%;
width: 14.52991%;*/
}
@media screen and (max-width: 62rem){
#topthemen .wrapper:first-child {
    float: left !important;
    display: block;
    width: 100%;
}
	#topthemen .topthementeaser_right
{
	float:none;
	width:100%;
	}
	#topthemen .topthementeaser {
    float: right;
    width: 50%; 
}
	#topthemen .inside{
		padding-top: 5%;
	}
}
#topthemen h3{
	padding-bottom: 10px;
}
	
	
@media screen and (max-width:767px){
	#topthemen .wrapper:first-child {
float: none;
display: block;
}
	
#topthemen .topthementeaser {
	
	float:right;
	/* width:70%; */
	
	
}
#topthemen .topthementeaser img{

max-width: 130px;

}
	
	}
	#topthemen .inside{
		/*padding-bottom: 5%;*/
		
	}


#topthemen .pt-cv-wrapper {
/*float: right;
width: 82.82052%;
margin: 0;*/
}

#topthemen .pt-cv-title a {
color: #bd0b68;
line-height: 1.5;
font-family: "San Francisco";
font-weight: 200;
font-size: 1em;
text-transform: uppercase;
}

@media screen and 
(max-width : 991px) {

#topthemen .wrapper:first-child {
float: none;
display: block;
margin-right: 0;
width: 100%;
	
	
}

#topthemen .pt-cv-wrapper {
float: none;
width: 100%;
margin: 0;
}
#topthemen h3
	{
		font-size: 1em;
	}

.pt-cv-content-item {
padding-bottom: 30px;
}

}

#accept_datenschutz{ 
	width: 2% !important;
}
.kompetenztoggle>p
{
	padding-bottom:20px;
}
/*
.menu-standorte-container .menu-item, .menu-standorte-englisch-container .menu-item {
    position: relative;
    bottom: 15px;
}

.pattern .inside.left {
    padding-bottom: 0.1em;
}

@media screen and (max-width: 767px){
	.menu-standorte-container .menu-item, .menu-standorte-englisch-container .menu-item{
    bottom: 5px;
	}	
}

.search .updated{
	display: none;	
}

.search-form .screen-reader-text{
	display: none;	
}

.search-form .search-submit:hover{
	cursor: pointer;
	cursor: hand;
}*/
.container.first
{
	margin-top: 0px !important;
}
.kompetenztoggle ul{
	margin:0px !important;
	width: 100% !important;
}
.kompetenztoggle > p:first-child
{
	padding:0px!important;
}
.kompetenztoggle > p:first-child + h3
{
	padding-top:10px!important;
}
.topthementeaser_right > h3
{
	margin-top: 0px !important;
}
#kompetenz .toggle p{
	width:60%
}
#kompetenz .helper{
	width: 40%;
}
#gallery-2 img
{
	max-height:178px;padding-bottom:5px;
}
.innerevents
{
	font-size: calc(0.5vw + 0.5vh + 0.5vmin) !important;
}



.innerevents a
{
	word-break: break-word;
}
 @media screen and (max-width: 767px) {
	.bildauswahl
	 {
		 display:none;
	 } 
}
 @media screen and (min-width: 768px) {
.bildauswahl
	 {
		 display:block;
	 }
}

.left.jobs{
	width:100% !important;
}
.inside.jobs{    margin-left: auto;
    width: 90%;
    margin-right: auto;}

.cc1 p, .fts-mashup p{
	    column-count: 1 !important;
}
.accordeon .toggle.ob p, .accordeon .toggle.ob ul {
      margin: 0;
      padding-top: 1.5em;
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; 
}

.fts-mashup img {
	max-width: 100%!important;
}

.fts-mashup a {
	margin-right: 0!important;
}


.fts-mashup {
    width:100% !important;
}
@media screen and (min-width:640px) {
    .fts-mashup-post-wrap {
        width: calc(50% - 10px) !important;
        margin:5px !important;
    }
}
@media screen and (min-width:960px) {
 /* 33.3333% is 3 posts in a row. -10px is the total margin from left to right we subtract considering we want a margin of 5px of spacing below
    If you wanted 4 columns it would be 25% and so on */
    .fts-mashup-post-wrap {
        width: calc(33.333% - 10px) !important;
/* margin 5px totals 10px if you add the left and right side that is why we do -10px above. */        
        margin:5px !important;
    }
}

.fts-jal-fb-message p{
	line-height: 18px!important;
}

.bildauswahl img{
	height: auto;
}
.grid-333
{
display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 3%;
margin-bottom: 20px;
}
.grid-133
{
display: grid;
    grid-template-columns: 1fr 3fr 3fr;
    gap: 3%;
margin-bottom: 20px;
}
.grid-1222
{
display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr;
    gap: 2%;
margin-bottom: 20px;
}
.teaserbox
{
background: #fff;
}
.teaserbox img
{
width: 100%;
height: auto;
vertical-align: middle;
object-fit: cover;
min-height: 300px;
}

@media screen and (max-width:850px) {
.grid-1222
{
display:block;
}
.grid-1222 > .teaserbox
{
margin-bottom:20px;
}

}
@media screen and (max-width:600px) {
.grid-333, .grid-133, .grid-1222
{
display:block;
}
.teaserbox
{
margin-bottom:20px;
}
}
.p-40
{
padding: 40px;
}
h3.pt-cv-title
{
font-size:18px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
max-width: 100%;
width: 600px;
left: 0;
right:0;
margin:auto;
}
footer img
{
max-width:50px;
}
.slider .karriere
{
	margin-top: 0px;
	margin-bottom: 20px:
}
.item.desktop 
{
 
}
.item.tablet
{
min-height: 390px;
}
.pd-10
{
	padding: 10px;
}
.bg-white {background-color:white !important;}

#karriere .content{margin-bottom:40px;width:80%;margin-left:auto;margin-right:auto;font-weight:200;}
#karriere .content h2 {/*font-weight:500*/;margin:0;}
#karriere .trigger h2 {/*font-weight:500*/;margin:0;}
.outer-accordeon .accordeon h3 {/*font-weight:500*/;margin:0;font-size:1.2em;color:#383838;}
#karriere .content strong {color: #bd0b68;}
.grid-3 {display:grid;grid-template-columns:repeat(3,1fr);column-gap:10px; row-gap:20px;margin-top:20px;}
.grid-tile{text-align:center; display:flex; flex-direction:column;justify-content:center;align-items:center;}
.grid-tile img {margin-bottom: 5px; max-width:300px;}
#karriere .icon-text{color: #383838; margin-bottom:10px;flex-grow:1;max-width:40%;}
#karriere .mb-10{margin-bottom:10px !important;}
#karriere .text-center img{display:inline-block;}
#karriere .text-center{text-align:center;}
.outer-accordeon.close .toggle {
    display: none;
}

.outer-accordeon.close h2::after {
    content: url('https://www.sympra.de/wp-content/themes/sympra/assets/arrow.svg');
    float: right;
    transition: all .2s ease-in-out;
}

.outer-accordeon.close .helper,
.outer-accordeon.close .helper img,
.outer-accordeon.close p {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.outer-accordeon.open .toggle {
    display: block;
}

.outer-accordeon.open h2::after {
    content: url('https://www.sympra.de/wp-content/themes/sympra/assets/arrow.svg');
    float: right;
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}

.outer-accordeon.open .helper,
.outer-accordeon.open .helper img,
.outer-accordeon.open p {
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}
.outer-accordeon .accordeon.close .toggle {
    display: none !important;
}

.outer-accordeon .accordeon.close h3::after {
    content: url('https://www.sympra.de/wp-content/themes/sympra/assets/arrow.svg');
    float: right;
    transition: all .2s ease-in-out;
}

.outer-accordeon .accordeon.close .helper,
.outer-accordeon .accordeon.close .helper img,
.outer-accordeon .accordeon.close p {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.outer-accordeon .accordeon.open .toggle {
    display: block !important;
}

.outer-accordeon .accordeon.open h3::after {
    content: url('https://www.sympra.de/wp-content/themes/sympra/assets/arrow.svg');
    float: right;
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}

.outer-accordeon .accordeon.open .helper,
.outer-accordeon .accordeon.open .helper img,
.outer-accordeon .accordeon.open p {
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}
                

.outer-accordeon .accordeon
{
	background:none;
	padding: 0px;
}

.outer-accordeon .accordeon .inside
{
	background:#fff;
	
}
.job-kachel
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 5px white solid;
    padding: 10px;
    font-weight:200;
margin-bottom:20px;
}	
.job-list
{
	list-style: none;
}
.job-list li::before
{
	content:"";
	display:inline-block;
	background-repeat: no-repeat;
	background-image: url('https://www.sympra.de/wp-content/themes/sympra/assets/arrow-gray.svg');
	height: 15px;
    width: 13px;
    background-size: 15px 15px;
}
.job-link
{
	font-weight:500;
	font-size: 1.2em;
}
.job-kachel h2
{
	/*font-weight:500;*/
	font-size: 1.6em;
	margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .desktop{display:block !important;}
  .tablet{display:none !important;}
  .mobile{display:none !important;}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .desktop{display:none !important;}
  .tablet{display:block !important;}
  .mobile{display:none !important;}
#karriere .grid-tile img {max-width: 200px;}
#karriere .icon-text{max-width:100%;}

}
@media screen and (max-width: 767px) {
  .desktop{display:none !important;}
  .tablet{display:none !important;}
  .mobile{display:block !important;}
#karriere .grid-3{display:block;}
#karriere .content{width:100%;}
#karriere .content img{max-width:100vw;height:auto;}
.job-kachel {width: 90%}
#karriere .icon-text{max-width:100%;}
}
.content ul
{
	line-height: 1.8;
}
#karriere .content ul
{
margin-block-start: 1em;
margin-block-end: 1em;
}
.accordeon .toggle .acc-flex
{
display:flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
position: relative;
float:none;
justify-content: unset;
align-items: unset;
padding: 10px;
}
.accordeon .toggle .acc-content
{
display:flex;
float:none;
width: 66.67%;

position:relative;
height: auto;
justify-content: flex-start;
align-items: unset;
flex-direction: column;
flex-grow: 1;

}
.accordeon .toggle .acc-image
{
display:flex;
float:none;
width: 33.33%;

position:relative;
height: auto;
justify-content: center;
align-items: unset;
flex-direction: column;
}
.accordeon .toggle .acc-content > p, .accordeon .toggle .acc-content > ul
{
width: 100%;
}
.accordeon .toggle .acc-content + .accordeon .toggle .acc-image:empty
{
flex-basis:100%;
}
@media (max-width: 768px) {
 .accordeon .toggle .acc-flex {
    flex-direction: column-reverse; /* Change order of content */
  }

 .accordeon .toggle .acc-content,
 .accordeon .toggle .acc-image {
    flex-basis: 100%;
 width: 100%;
  }

 .accordeon .toggle .acc-image {
    margin-bottom: 20px; /* Add some spacing between image and content */
  }
}
#accordeon-galerie img
{
	width: 100%;
    height: auto;
    max-height: 100%; 
    object-fit: cover; 
}
#accordeon-galerie > .inside
{
	display: flex;
    gap: 10px;
}
#accordeon-galerie figure
{
	 padding: 0 5px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: stretch; 
}
@media (max-width: 768px) {
    .accordeon-w-gallery  .toggle .acc-flex {
        flex-direction: inherit;
    }
}
.page .outer-accordeon > .inside > .trigger 
{
	padding: 1.875rem;
}
@media screen and (max-width: 767px) {
	#buro .inside .wrapper
	{
		margin-right: 2.5641%;
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
		float:none;
		width: auto;
	}
	#kontakt .container .inside .wrapper img
	{
		width: 100%;
		height: auto;
		
	}
}