@charset "UTF-8";
/*!
Theme Name: gimborn
Theme URI: http://underscores.me/
Author: Visitmedia
Author URI: http://visitmedia.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gimborn
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

   *{
    font-family: Lato, sans-serif;
  }

  #accordions-597 .accordions-head{
    background:rgba(255,255,255, 1) none repeat scroll 0 0;
    margin:1px;
    padding:10px;
    font-family: Lato, sans-serif !important;
  }
  #accordions-597 .accordions-head-title{
    color:#191919;
    font-size:18px;
    font-family: Lato, sans-serif !important;
  }
  
  #header-text-0 {
    font-family: Lato, sans-serif !important;
  }

/*=======================================
Tabelle
========================================*/

.table table {
  width: 100%;
  border-collapse: collapse;
}

.table td, th {
  padding: 0;
  text-align: left;
  border: 1px solid #d2cece;
  padding: 10px !important;
}



/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

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

.selectors select {
  width: 100%; }

.selectors .reset-selectors {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }

.selectors .reset-selectors-wrapper:before {
  content: '';
  display: inline-block;
  height: 4em;
  vertical-align: middle; }

.select2-container.select2-container--gimborn.select2 {
  width: 100% !important; }

.select2-container.select2-container--gimborn .select2-selection, .select2-container.select2-container--gimborn .select2-dropdown {
  background-color: #e62333;
  color: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

.select2-container.select2-container--gimborn .select2-selection--single {
  height: 4em;
  font-weight: bold;
  position: relative; }
  .select2-container.select2-container--gimborn .select2-selection--single:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) scaleY(1);
    transition: transform 0.3s ease; }
  .select2-container.select2-container--gimborn .select2-selection--single:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .select2-container.select2-container--gimborn .select2-selection--single span {
    display: inline-block;
    vertical-align: middle; }
  .select2-container.select2-container--gimborn .select2-selection--single .select2-selection__rendered {
    padding-left: 1em; }

.select2-container.select2-container--gimborn .select2-dropdown {
  border: none; }

.select2-container.select2-container--gimborn .select2-results__option {
  padding: 0.8em 1em 0.8em 1em;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid none none none; }
  .select2-container.select2-container--gimborn .select2-results__option:last-child {
    border-style: solid none solid none; }

.select2-container.select2-container--gimborn.select2-container--open .select2-selection--single:after {
  transform: translateY(-50%) scaleY(-1); }

.product-nutrition table {
  border: 1px solid #eee; }
  .product-nutrition table tr:nth-child(2n+1) {
    background-color: #eee; }
  .product-nutrition table th, .product-nutrition table td {
    padding: 0.6em;
    text-align: left;
    width: 50%; }

.similar-products-headline {
  text-align: center; }

.gim-product-small .gim-product-inner {
  display: table;
  height: 100%; }

.gim-product-small .gim-product-image-wrapper, .gim-product-small .gim-product-text-wrapper, .gim-product-small .gim-product-buttons-wrapper, .gim-product-small .gim-product-headline-wrapper {
  display: table-row; }

.gim-product-small .gim-product-headline-wrapper {
  height: 100%; }

.gim-product-small .gim-product-image, .gim-product-small .gim-product-text, .gim-product-small .gim-product-buttons, .gim-product-small .gim-product-headline {
  display: table-cell; }

.gim-product-small .gim-product-text p {
  margin-top: 0;
  margin-bottom: 0.5em; }

.gim-product-small .gim-product-buttons {
  vertical-align: bottom; }

.gim-product-small .gim-product-headline {
  vertical-align: middle; }
  .gim-product-small .gim-product-headline h3 {
    margin-bottom: 0.5em; }

.gim-product-small h3 {
  margin-top: 0; }

.gim-product-small .gb-button {
  margin-top: 0.5em;
  text-align: center; }

.buying-button {
  text-align: center; }
  @media (max-width: 780px) {
    .buying-button {
      text-align: left; } }

.buying-button .gb-button, .facebook-button .gb-button {
  text-align: center;
  width: 10em; }

.gim-buy-links {
  display: inline-block;
  position: relative;
  width: 150px; }
  .gim-buy-links .gb-button {
    width: 150px; }

.gim-link-container {
  background-color: #fff;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  z-index: 2000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .gim-link-container a {
    border-bottom: 1px solid #a0a0a0;
    margin: 0;
    padding: 0; }
  .gim-link-container a:last-child {
    border-bottom: 0 none; }
  .gim-link-container img {
    margin: 0;
    padding: 0; }

.gim-buy-links:hover .gim-link-container, .gim-buy-links.open .gim-link-container {
  display: block; }

.gim-buy-links:hover button.gb-button, .gim-buy-links.open button.gb-button {
  background-color: transparent;
  color: #191919; }

.content-product .gim-product-image img {
  display: block;
  margin: auto; }

.gim-video-insert {
  text-align: center; }

.gim-video-wrapper {
  display: inline-block;
  margin: auto; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #191919;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

body {
  background: #e5e5e5;
  /* Fallback for when there is no custom background color defined. */ }

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

h1 {
  font-size: 24px;
  font-weight: 600; }

h2, h3, h4, h5, h6 {
  font-size: 22px;
  font-weight: 600; }
  h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

.ui-widget {
  font-family: Lato, sans-serif; }

.ui-state-active {
  border: 1px solid #c5c5c5; }

.accordions {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .accordions .accordion-icons {
    float: right !important;
    margin-top: -0.1em; }

.gb-panel-grid {
  margin-left: -15px;
  margin-right: -15px; }
  .gb-panel-grid::before {
    content: '';
    display: block; }
  .gb-panel-grid::after {
    content: '';
    display: table;
    clear: both; }

.gb-panel-grid-cell-50 {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  margin-bottom: 30px; }
  @media (max-width: 780px) {
    .gb-panel-grid-cell-50 {
      width: auto;
      float: none; } }

.gb-panel-grid-cell-33 {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33%;
  margin-bottom: 30px; }
  @media (max-width: 780px) {
    .gb-panel-grid-cell-33 {
      width: auto;
      float: none; } }

.gb-panel-grid-cell-25 {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
  margin-bottom: 30px; }
  @media (max-width: 780px) {
    .gb-panel-grid-cell-25 {
      width: auto;
      float: none; } }

.gb-panel-grid-cell-20 {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 20%;
  margin-bottom: 30px; }
  @media (max-width: 780px) {
    .gb-panel-grid-cell-20 {
      width: auto;
      float: none; } }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gb-button, a.gb-button {
  padding: 5px 15px;
  display: inline-block;
  background-color: #e62333;
  width: auto;
  margin: auto;
  border-radius: 3px;
  border: 1px solid #e62333;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none; }
  button, button:active, button:focus, button:visited,
  input[type="button"],
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="button"]:visited,
  input[type="reset"],
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:visited,
  input[type="submit"],
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:visited,
  .gb-button,
  .gb-button:active,
  .gb-button:focus,
  .gb-button:visited, a.gb-button, a.gb-button:active, a.gb-button:focus, a.gb-button:visited {
    color: #ffffff; }
  button.gb-facebook,
  input[type="button"].gb-facebook,
  input[type="reset"].gb-facebook,
  input[type="submit"].gb-facebook,
  .gb-button.gb-facebook, a.gb-button.gb-facebook {
    background-color: #3b5998;
    border-color: #3b5998; }
    button.gb-facebook, button.gb-facebook:active, button.gb-facebook:focus, button.gb-facebook:visited,
    input[type="button"].gb-facebook,
    input[type="button"].gb-facebook:active,
    input[type="button"].gb-facebook:focus,
    input[type="button"].gb-facebook:visited,
    input[type="reset"].gb-facebook,
    input[type="reset"].gb-facebook:active,
    input[type="reset"].gb-facebook:focus,
    input[type="reset"].gb-facebook:visited,
    input[type="submit"].gb-facebook,
    input[type="submit"].gb-facebook:active,
    input[type="submit"].gb-facebook:focus,
    input[type="submit"].gb-facebook:visited,
    .gb-button.gb-facebook,
    .gb-button.gb-facebook:active,
    .gb-button.gb-facebook:focus,
    .gb-button.gb-facebook:visited, a.gb-button.gb-facebook, a.gb-button.gb-facebook:active, a.gb-button.gb-facebook:focus, a.gb-button.gb-facebook:visited {
      color: #ffffff; }
  button.gb-instagram,
  input[type="button"].gb-instagram,
  input[type="reset"].gb-instagram,
  input[type="submit"].gb-instagram,
  .gb-button.gb-instagram, a.gb-button.gb-instagram {
    background-color: #999;
    border-color: #999; }
    button.gb-instagram, button.gb-instagram:active, button.gb-instagram:focus, button.gb-instagram:visited,
    input[type="button"].gb-instagram,
    input[type="button"].gb-instagram:active,
    input[type="button"].gb-instagram:focus,
    input[type="button"].gb-instagram:visited,
    input[type="reset"].gb-instagram,
    input[type="reset"].gb-instagram:active,
    input[type="reset"].gb-instagram:focus,
    input[type="reset"].gb-instagram:visited,
    input[type="submit"].gb-instagram,
    input[type="submit"].gb-instagram:active,
    input[type="submit"].gb-instagram:focus,
    input[type="submit"].gb-instagram:visited,
    .gb-button.gb-instagram,
    .gb-button.gb-instagram:active,
    .gb-button.gb-instagram:focus,
    .gb-button.gb-instagram:visited, a.gb-button.gb-instagram, a.gb-button.gb-instagram:active, a.gb-button.gb-instagram:focus, a.gb-button.gb-instagram:visited {
      color: #ffffff; }
  button.gb-youtube,
  input[type="button"].gb-youtube,
  input[type="reset"].gb-youtube,
  input[type="submit"].gb-youtube,
  .gb-button.gb-youtube, a.gb-button.gb-youtube {
    background-color: #cd201f;
    border-color: #cd201f; }
    button.gb-youtube, button.gb-youtube:active, button.gb-youtube:focus, button.gb-youtube:visited,
    input[type="button"].gb-youtube,
    input[type="button"].gb-youtube:active,
    input[type="button"].gb-youtube:focus,
    input[type="button"].gb-youtube:visited,
    input[type="reset"].gb-youtube,
    input[type="reset"].gb-youtube:active,
    input[type="reset"].gb-youtube:focus,
    input[type="reset"].gb-youtube:visited,
    input[type="submit"].gb-youtube,
    input[type="submit"].gb-youtube:active,
    input[type="submit"].gb-youtube:focus,
    input[type="submit"].gb-youtube:visited,
    .gb-button.gb-youtube,
    .gb-button.gb-youtube:active,
    .gb-button.gb-youtube:focus,
    .gb-button.gb-youtube:visited, a.gb-button.gb-youtube, a.gb-button.gb-youtube:active, a.gb-button.gb-youtube:focus, a.gb-button.gb-youtube:visited {
      color: #ffffff; }
  button.gb-green,
  input[type="button"].gb-green,
  input[type="reset"].gb-green,
  input[type="submit"].gb-green,
  .gb-button.gb-green, a.gb-button.gb-green {
    background-color: #90c23b;
    border-color: #90c23b; }
    button.gb-green, button.gb-green:active, button.gb-green:focus, button.gb-green:visited,
    input[type="button"].gb-green,
    input[type="button"].gb-green:active,
    input[type="button"].gb-green:focus,
    input[type="button"].gb-green:visited,
    input[type="reset"].gb-green,
    input[type="reset"].gb-green:active,
    input[type="reset"].gb-green:focus,
    input[type="reset"].gb-green:visited,
    input[type="submit"].gb-green,
    input[type="submit"].gb-green:active,
    input[type="submit"].gb-green:focus,
    input[type="submit"].gb-green:visited,
    .gb-button.gb-green,
    .gb-button.gb-green:active,
    .gb-button.gb-green:focus,
    .gb-button.gb-green:visited, a.gb-button.gb-green, a.gb-button.gb-green:active, a.gb-button.gb-green:focus, a.gb-button.gb-green:visited {
      color: #ffffff; }
  button:hover, button.gb-facebook:hover, button.gb-facebook:hover, button.gb-instagram:hover, button.gb-youtube:hover, button.gb-green:hover,
  input[type="button"]:hover,
  input[type="button"].gb-facebook:hover,
  input[type="button"].gb-facebook:hover,
  input[type="button"].gb-instagram:hover,
  input[type="button"].gb-youtube:hover,
  input[type="button"].gb-green:hover,
  input[type="reset"]:hover,
  input[type="reset"].gb-facebook:hover,
  input[type="reset"].gb-facebook:hover,
  input[type="reset"].gb-instagram:hover,
  input[type="reset"].gb-youtube:hover,
  input[type="reset"].gb-green:hover,
  input[type="submit"]:hover,
  input[type="submit"].gb-facebook:hover,
  input[type="submit"].gb-facebook:hover,
  input[type="submit"].gb-instagram:hover,
  input[type="submit"].gb-youtube:hover,
  input[type="submit"].gb-green:hover,
  .gb-button:hover,
  .gb-button.gb-facebook:hover,
  .gb-button.gb-facebook:hover,
  .gb-button.gb-instagram:hover,
  .gb-button.gb-youtube:hover,
  .gb-button.gb-green:hover, a.gb-button:hover, a.gb-button.gb-facebook:hover, a.gb-button.gb-facebook:hover, a.gb-button.gb-instagram:hover, a.gb-button.gb-youtube:hover, a.gb-button.gb-green:hover {
    background: transparent;
    color: #191919; }

.gb-button-wrapper {
  background: transparent;
  text-align: left;
  width: auto;
  margin: 15px; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.ninja-forms-form-wrap .ninja-forms-form .text-wrap.label-above label,
.ninja-forms-form-wrap .ninja-forms-form .textarea-wrap.label-above label,
.ninja-forms-form-wrap .ninja-forms-form .label-above label,
.ninja-forms-form-wrap .ninja-forms-form .label-below label {
  display: inline-block; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #191919; }
  a:visited {
    color: #191919; }
  a:hover, a:focus, a:active {
    color: #191919; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation.main-navigation {
  clear: both;
  padding: 0 0 0 2em;
  white-space: nowrap;
  height: 100%;
  vertical-align: middle; }
  #site-navigation.main-navigation ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    #site-navigation.main-navigation ul ul {
      float: left;
      position: absolute;
      top: 5.5em;
      left: -999em;
      z-index: 99999;
      background-color: #ffffff;
      white-space: normal;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
      #site-navigation.main-navigation ul ul::after {
        content: ' ';
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-width: 10px;
        border-color: transparent transparent white transparent;
        border-style: solid; }
      #site-navigation.main-navigation ul ul ul {
        left: -999em;
        top: 0;
        right: auto;
        border-right: 1px solid white;
        position: relative; }
      #site-navigation.main-navigation ul ul li {
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 0.3em;
        margin: 0;
        min-width: 14em; }
        #site-navigation.main-navigation ul ul li:hover > ul,
        #site-navigation.main-navigation ul ul li.focus > ul {
          left: -100%;
          right: auto; }
        #site-navigation.main-navigation ul ul li:last-child {
          border-bottom: none; }
      #site-navigation.main-navigation ul ul a {
        padding: 0.4em;
        color: #191919;
        font-weight: bold;
        white-space: nowrap;
        display: block; }
      #site-navigation.main-navigation ul ul :hover > a,
      #site-navigation.main-navigation ul ul .focus > a {
        color: #e62333;
        background-color: #f1f2f4; }
    #site-navigation.main-navigation ul li:hover > ul,
    #site-navigation.main-navigation ul li.focus > ul {
      left: 50%;
      transform: translateX(-50%); }
    #site-navigation.main-navigation ul.menu > li > a {
      font-weight: 800;
      font-size: 24px;
      text-transform: uppercase; }
    #site-navigation.main-navigation ul.menu > li.current-menu-item > a, #site-navigation.main-navigation ul.menu > li.current-menu-ancestor > a {
      color: #e62333; }
  #site-navigation.main-navigation li {
    display: inline-block;
    position: relative;
    padding: 2em 0;
    margin-left: 2em; }
    #site-navigation.main-navigation li:hover > a,
    #site-navigation.main-navigation li.focus > a {
      color: #e62333; }
  #site-navigation.main-navigation a {
    display: block;
    text-decoration: none; }
  #site-navigation.main-navigation .fa-chevron-down {
    font-size: 0.8em;
    vertical-align: 0.1em;
    margin-left: 0.5em; }
  #site-navigation.main-navigation .mobile-toggle {
    border: none;
    box-shadow: none;
    font-size: 30px;
    padding: 0;
    background: none; }
    #site-navigation.main-navigation .mobile-toggle, #site-navigation.main-navigation .mobile-toggle:hover {
      color: #191919; }
  #site-navigation.main-navigation .mobile-controls {
    display: none; }
  #site-navigation.main-navigation .language-selector img {
    height: 25px; }
  #site-navigation.main-navigation .language-selector .languages {
    font-size: 0; }
  #site-navigation.main-navigation .language-selector .fa-chevron-down {
    margin-left: 0.5em;
    vertical-align: top;
    font-size: 0.9em;
    margin-top: 0.2em; }

.mobile-main-navigation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  width: 100%;
  max-width: 500px;
  position: absolute;
  z-index: 1500;
  right: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .mobile-main-navigation .menu-hauptmenue-container {
    transition: height 0.6s ease-in-out 0s;
    background-color: #f1f2f4;
    position: relative;
    overflow: hidden; }
    .mobile-main-navigation .menu-hauptmenue-container ul.menu {
      padding: 1em; }
  .mobile-main-navigation .menu-top-bar-menue-container {
    background-color: #f1f2f4;
    padding: 0 1em; }
  .mobile-main-navigation .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 1em; }
  .mobile-main-navigation ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.6s ease-in-out 0s; }
    .mobile-main-navigation ul.menu li {
      border-top: 1px solid #fff; }
      .mobile-main-navigation ul.menu li:last-child {
        border-bottom: 1px solid #fff; }
      .mobile-main-navigation ul.menu li a {
        background-color: #e62333;
        display: block;
        padding: 1em;
        color: #ffffff;
        font-weight: 700;
        text-decoration: none; }
      .mobile-main-navigation ul.menu li.menu-item-has-children, .mobile-main-navigation ul.menu li.back {
        display: table;
        cursor: pointer; }
        .mobile-main-navigation ul.menu li.menu-item-has-children > a, .mobile-main-navigation ul.menu li.back > a {
          display: table-cell;
          vertical-align: middle;
          height: 100%;
          width: 100%; }
          .mobile-main-navigation ul.menu li.menu-item-has-children > a.previous-level, .mobile-main-navigation ul.menu li.back > a.previous-level {
            width: auto; }
      .mobile-main-navigation ul.menu li.menu-item-has-children > a {
        width: 100%; }
    .mobile-main-navigation ul.menu li.menu-item-has-children > a.next-level, .mobile-main-navigation ul.menu a.previous-level {
      background-color: white;
      color: #e62333;
      height: 100%;
      padding: 1em;
      font-weight: 700;
      display: table-cell;
      vertical-align: middle;
      cursor: pointer; }
  .mobile-main-navigation ul#top-bar-menu li a {
    font-weight: normal; }
  .mobile-main-navigation .search-form {
    padding: 1em 1em 0 1em;
    display: table;
    width: 100%;
    border-radius: 0;
    background-color: #f1f2f4; }
    .mobile-main-navigation .search-form .search-field {
      padding: 1em;
      border: none;
      border-radius: 0;
      width: 100%;
      background-color: #ffffff; }
    .mobile-main-navigation .search-form > label {
      display: table-cell;
      vertical-align: top;
      width: 100%;
      height: 100%;
      border-radius: 0;
      background-color: #ffffff; }
    .mobile-main-navigation .search-form .submit-wrapper {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      background-color: #ffffff; }
    .mobile-main-navigation .search-form .search-submit {
      background-color: #ffffff; }
      .mobile-main-navigation .search-form .search-submit, .mobile-main-navigation .search-form .search-submit:hover {
        font-size: 16pt;
        height: 100%;
        color: #e62333;
        background-color: #ffffff;
        border: none;
        border-radius: 0; }
  .mobile-main-navigation .language-switcher {
    padding: 0 1em 1em 1em;
    background-color: #f1f2f4; }
    .mobile-main-navigation .language-switcher a {
      background-color: #e62333;
      color: #ffffff;
      padding: 1em;
      margin-right: 1em;
      display: inline-block;
      text-decoration: none; }
      .mobile-main-navigation .language-switcher a.current_language {
        font-weight: 900; }

@media screen and (max-width: 1170px) {
  .main-navigation ul {
    display: none; }
  #primary-menu li {
    display: block; }
  #site-navigation.main-navigation .mobile-controls {
    display: inline-block; } }

@media screen and (min-width: 1171px) {
  .mobile-main-navigation {
    display: none !important; } }

.comment-navigation,
.posts-navigation,
.post-navigation {
  display: none; }

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 30px 0 30px;
  max-width: 1170px;
  margin: 0 auto;
  background-image: url("img/container_welle.png");
  background-size: cover;
  font-weight: bold; }
  .breadcrumbs a {
    text-decoration: none; }
  .breadcrumbs hr {
    background-color: #191919;
    height: 2px;
    width: 150px;
    margin: 10px 0 0 0; }

.content-area {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px; }
  .content-area.template-boxed {
    padding: 30px;
    max-width: 1170px;
    background-color: #ffffff; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-footer {
  display: none; }

body #page {
  overflow: visible; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

#primary.template-standard .panel-grid-cell .widget,
#primary.template-boxed .panel-grid-cell .widget_gimborn-teaser,
#primary.template-boxed .panel-grid-cell .widget_gimborn-imagetext,
#primary.template-boxed .panel-grid-cell .widget_gimborn-job {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  #primary.template-standard .panel-grid-cell .widget, #primary.template-standard .panel-grid-cell .widget .panel-widget-style, #primary.template-standard .panel-grid-cell .widget .sow-slider-image-wrapper img,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-teaser,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-teaser .panel-widget-style,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-teaser .sow-slider-image-wrapper img,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-imagetext,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-imagetext .panel-widget-style,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-imagetext .sow-slider-image-wrapper img,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-job,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-job .panel-widget-style,
  #primary.template-boxed .panel-grid-cell .widget_gimborn-job .sow-slider-image-wrapper img {
    border-radius: 3px; }

.widget_gimborn-teaser, .widget_gimborn-job {
  position: relative; }
  .widget_gimborn-teaser .gb-has-button, .widget_gimborn-job .gb-has-button {
    padding-bottom: 50px; }
  .widget_gimborn-teaser .gb-button-wrapper, .widget_gimborn-job .gb-button-wrapper {
    position: absolute;
    bottom: 0; }

.site-content .panel-grid-cell .widget {
  height: 100%;
  background-color: #ffffff;
  color: #191919; }
  .site-content .panel-grid-cell .widget iframe {
    display: block; }
  .site-content .panel-grid-cell .widget h1, .site-content .panel-grid-cell .widget h2, .site-content .panel-grid-cell .widget h3, .site-content .panel-grid-cell .widget h4, .site-content .panel-grid-cell .widget h5, .site-content .panel-grid-cell .widget h6 {
    text-align: left;
    font-weight: 800; }
  .site-content .panel-grid-cell .widget .gb-imagetext h1, .site-content .panel-grid-cell .widget .gb-teaser h1, .site-content .panel-grid-cell .widget .gb-job h1 {
    font-size: 24px; }
  .site-content .panel-grid-cell .widget .gb-imagetext h2, .site-content .panel-grid-cell .widget .gb-imagetext h3, .site-content .panel-grid-cell .widget .gb-imagetext h4, .site-content .panel-grid-cell .widget .gb-imagetext h5, .site-content .panel-grid-cell .widget .gb-imagetext h6, .site-content .panel-grid-cell .widget .gb-teaser h2, .site-content .panel-grid-cell .widget .gb-teaser h3, .site-content .panel-grid-cell .widget .gb-teaser h4, .site-content .panel-grid-cell .widget .gb-teaser h5, .site-content .panel-grid-cell .widget .gb-teaser h6, .site-content .panel-grid-cell .widget .gb-job h2, .site-content .panel-grid-cell .widget .gb-job h3, .site-content .panel-grid-cell .widget .gb-job h4, .site-content .panel-grid-cell .widget .gb-job h5, .site-content .panel-grid-cell .widget .gb-job h6 {
    font-size: 22px;
    text-align: center; }
  .site-content .panel-grid-cell .widget .gb-imagetext .img, .site-content .panel-grid-cell .widget .gb-teaser .img, .site-content .panel-grid-cell .widget .gb-job .img {
    position: relative; }
    .site-content .panel-grid-cell .widget .gb-imagetext .img img, .site-content .panel-grid-cell .widget .gb-teaser .img img, .site-content .panel-grid-cell .widget .gb-job .img img {
      display: block;
      margin: auto; }
  .site-content .panel-grid-cell .widget .gb-imagetext .img::after, .site-content .panel-grid-cell .widget .gb-teaser .img::after, .site-content .panel-grid-cell .widget .gb-job .img::after {
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    content: ' ';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #ffffff transparent; }
  .site-content .panel-grid-cell .widget .gb-imagetext.gb-order-textFirst .img::after {
    top: 0;
    bottom: auto;
    border-color: #ffffff transparent transparent transparent; }
  @media (min-width: 781px) {
    .site-content .panel-grid-cell .widget .gb-imagetext.gb-layout-horizontal.gb-order-imageFirst .img::after {
      right: 0;
      left: auto;
      top: 50%;
      transform: translateY(-50%);
      border-color: transparent #ffffff transparent transparent; }
    .site-content .panel-grid-cell .widget .gb-imagetext.gb-layout-horizontal.gb-order-textFirst .img::after {
      left: 0;
      right: auto;
      top: 50%;
      transform: translateY(-50%);
      border-color: transparent transparent transparent #ffffff; }
    .site-content .panel-grid-cell .widget .gb-imagetext.gb-layout-horizontal {
      display: table; }
      .site-content .panel-grid-cell .widget .gb-imagetext.gb-layout-horizontal .text, .site-content .panel-grid-cell .widget .gb-imagetext.gb-layout-horizontal .img {
        display: table-cell;
        vertical-align: middle;
        width: 50%; } }
  .site-content .panel-grid-cell .widget .gb-teaser .img, .site-content .panel-grid-cell .widget .gb-job .img {
    margin: 0; }
    .site-content .panel-grid-cell .widget .gb-teaser .img img, .site-content .panel-grid-cell .widget .gb-job .img img {
      display: block; }
  .site-content .panel-grid-cell .widget .gb-teaser p, .site-content .panel-grid-cell .widget .gb-job p {
    margin: 15px; }
  .site-content .panel-grid-cell .widget .gb-job p {
    margin: 15px; }
  .site-content .panel-grid-cell .widget .gb-job .gb-job-title {
    background-color: #58595b;
    color: #ffffff;
    position: relative;
    overflow: auto;
    padding: 0 15px 15px 15px; }
    .site-content .panel-grid-cell .widget .gb-job .gb-job-title::after {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-color: transparent transparent white transparent;
      width: 0;
      height: 0;
      border-width: 20px;
      border-style: solid;
      content: ' ';
      position: absolute; }
  .site-content .panel-grid-cell .widget .red-panel {
    height: 100%;
    background-color: #e62333;
    color: #ffffff; }
    .site-content .panel-grid-cell .widget .red-panel .gb-imagetext .img::after, .site-content .panel-grid-cell .widget .red-panel .gb-teaser .img::after, .site-content .panel-grid-cell .widget .red-panel .gb-job .img::after {
      width: 0;
      height: 0;
      border-width: 20px;
      border-style: solid;
      content: ' ';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-color: transparent transparent #e62333 transparent; }
    .site-content .panel-grid-cell .widget .red-panel .gb-imagetext.gb-order-textFirst .img::after {
      top: 0;
      bottom: auto;
      border-color: #e62333 transparent transparent transparent; }
    @media (min-width: 781px) {
      .site-content .panel-grid-cell .widget .red-panel .gb-imagetext.gb-layout-horizontal.gb-order-imageFirst .img::after {
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent #e62333 transparent transparent; }
      .site-content .panel-grid-cell .widget .red-panel .gb-imagetext.gb-layout-horizontal.gb-order-textFirst .img::after {
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #e62333; }
      .site-content .panel-grid-cell .widget .red-panel .gb-imagetext.gb-layout-horizontal {
        display: table; }
        .site-content .panel-grid-cell .widget .red-panel .gb-imagetext.gb-layout-horizontal .text, .site-content .panel-grid-cell .widget .red-panel .gb-imagetext.gb-layout-horizontal .img {
          display: table-cell;
          vertical-align: middle;
          width: 50%; } }
  .site-content .panel-grid-cell .widget .green-panel {
    height: 100%;
    background-color: #90c23b;
    color: #ffffff; }
    .site-content .panel-grid-cell .widget .green-panel .gb-imagetext .img::after, .site-content .panel-grid-cell .widget .green-panel .gb-teaser .img::after, .site-content .panel-grid-cell .widget .green-panel .gb-job .img::after {
      width: 0;
      height: 0;
      border-width: 20px;
      border-style: solid;
      content: ' ';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-color: transparent transparent #90c23b transparent; }
    .site-content .panel-grid-cell .widget .green-panel .gb-imagetext.gb-order-textFirst .img::after {
      top: 0;
      bottom: auto;
      border-color: #90c23b transparent transparent transparent; }
    @media (min-width: 781px) {
      .site-content .panel-grid-cell .widget .green-panel .gb-imagetext.gb-layout-horizontal.gb-order-imageFirst .img::after {
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent #90c23b transparent transparent; }
      .site-content .panel-grid-cell .widget .green-panel .gb-imagetext.gb-layout-horizontal.gb-order-textFirst .img::after {
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #90c23b; }
      .site-content .panel-grid-cell .widget .green-panel .gb-imagetext.gb-layout-horizontal {
        display: table; }
        .site-content .panel-grid-cell .widget .green-panel .gb-imagetext.gb-layout-horizontal .text, .site-content .panel-grid-cell .widget .green-panel .gb-imagetext.gb-layout-horizontal .img {
          display: table-cell;
          vertical-align: middle;
          width: 50%; } }
  .site-content .panel-grid-cell .widget .grey-panel {
    height: 100%;
    background-color: #58595b;
    color: #ffffff; }
    .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext .img::after, .site-content .panel-grid-cell .widget .grey-panel .gb-teaser .img::after, .site-content .panel-grid-cell .widget .grey-panel .gb-job .img::after {
      width: 0;
      height: 0;
      border-width: 20px;
      border-style: solid;
      content: ' ';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-color: transparent transparent #58595b transparent; }
    .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext.gb-order-textFirst .img::after {
      top: 0;
      bottom: auto;
      border-color: #58595b transparent transparent transparent; }
    @media (min-width: 781px) {
      .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext.gb-layout-horizontal.gb-order-imageFirst .img::after {
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent #58595b transparent transparent; }
      .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext.gb-layout-horizontal.gb-order-textFirst .img::after {
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #58595b; }
      .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext.gb-layout-horizontal {
        display: table; }
        .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext.gb-layout-horizontal .text, .site-content .panel-grid-cell .widget .grey-panel .gb-imagetext.gb-layout-horizontal .img {
          display: table-cell;
          vertical-align: middle;
          width: 50%; } }
  .site-content .panel-grid-cell .widget .yellow-panel {
    height: 100%;
    background-color: #fee60d;
    color: #191919; }
    .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext .img::after, .site-content .panel-grid-cell .widget .yellow-panel .gb-teaser .img::after, .site-content .panel-grid-cell .widget .yellow-panel .gb-job .img::after {
      width: 0;
      height: 0;
      border-width: 20px;
      border-style: solid;
      content: ' ';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-color: transparent transparent #fee60d transparent; }
    .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext.gb-order-textFirst .img::after {
      top: 0;
      bottom: auto;
      border-color: #fee60d transparent transparent transparent; }
    @media (min-width: 781px) {
      .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext.gb-layout-horizontal.gb-order-imageFirst .img::after {
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent #fee60d transparent transparent; }
      .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext.gb-layout-horizontal.gb-order-textFirst .img::after {
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #fee60d; }
      .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext.gb-layout-horizontal {
        display: table; }
        .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext.gb-layout-horizontal .text, .site-content .panel-grid-cell .widget .yellow-panel .gb-imagetext.gb-layout-horizontal .img {
          display: table-cell;
          vertical-align: middle;
          width: 50%; } }
  .site-content .panel-grid-cell .widget .red-panel .gb-button, .site-content .panel-grid-cell .widget .green-panel .gb-button, .site-content .panel-grid-cell .widget .grey-panel .gb-button, .site-content .panel-grid-cell .widget .yellow-panel .gb-button {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff; }
    .site-content .panel-grid-cell .widget .red-panel .gb-button:hover, .site-content .panel-grid-cell .widget .green-panel .gb-button:hover, .site-content .panel-grid-cell .widget .grey-panel .gb-button:hover, .site-content .panel-grid-cell .widget .yellow-panel .gb-button:hover {
      background-color: #ffffff;
      color: #e62333; }
  .site-content .panel-grid-cell .widget .gb-imagetext .img {
    margin: 0; }
  .site-content .panel-grid-cell .widget .gb-imagetext .text > p {
    margin-left: 15px;
    margin-right: 15px; }

.panel-grid-cell > .so-panel.widget_sow-slider {
  padding: 0; }

.panel-widget-style {
  overflow: hidden; }

.so-widget-sow-layout-slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .widget p {
  text-shadow: none;
  color: #191919;
  margin: 0 1.5em 0 0; }

.always-show-controls .sow-slider-pagination, .always-show-controls .sow-slide-nav {
  display: block !important;
  opacity: 1.0 !important; }

.top-bar {
  text-align: right;
  background-color: #58595b;
  font-size: 0.8rem;
  text-transform: uppercase; }
  .top-bar .columns {
    position: relative; }
  .top-bar a {
    color: white;
    text-decoration: none; }
  .top-bar #top-bar-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 12px 0; }
    .top-bar #top-bar-menu li {
      display: inline-block;
      border-right: 1px solid white;
      padding: 0 1em;
      line-height: 1em; }
      .top-bar #top-bar-menu li:last-child {
        border-right: none; }
  .top-bar .social-and-top-bar-menu {
    text-align: left;
    vertical-align: middle; }
  .top-bar .menu-top-bar-menue-container {
    margin-right: 3em;
    display: inline-block;
    vertical-align: middle; }
  .top-bar .search-form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; }
    .top-bar .search-form label {
      display: block;
      width: 100%;
      height: 100%; }
    .top-bar .search-form .search-submit {
      display: none; }
    .top-bar .search-form .search-field {
      display: block;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 0;
      padding-left: 1em; }
    .top-bar .search-form .search-close {
      font-size: 25px;
      padding-right: 10px;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      cursor: pointer; }
      .top-bar .search-form .search-close:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .top-bar .search-form .search-close .fa-times-circle {
        display: inline-block;
        vertical-align: middle; }
  .top-bar .search-open {
    color: white;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px;
    cursor: pointer; }
    .top-bar .search-open:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .top-bar .search-open .fa-search {
      display: inline-block;
      vertical-align: middle; }
  .top-bar .language-switcher {
    vertical-align: middle;
    display: inline-block;
    margin-right: 2em;
    padding: 12px 0; }
    .top-bar .language-switcher a {
      display: inline-block;
      outline: none; }
      .top-bar .language-switcher a.current_language {
        font-weight: 900; }
      .top-bar .language-switcher a::before {
        display: inline-block;
        content: '|';
        margin: 0 0.4em;
        font-weight: normal; }
      .top-bar .language-switcher a:first-child::before {
        display: none; }

.header-wrapper {
  padding-bottom: 20px; }

header#masthead {
  z-index: 200;
  width: 100%; }
  .page.home header#masthead .branding-and-navigation {
    background-color: transparent;
    width: 100%; }
  header#masthead .site-branding {
    width: 100%; }
    header#masthead .site-branding a {
      display: block; }
    header#masthead .site-branding img {
      display: block; }
  header#masthead.headroom {
    position: fixed;
    will-change: transform;
    transition: transform 200ms linear; }
  header#masthead.headroom--pinned {
    transform: translateY(0%); }
  header#masthead.headroom--unpinned {
    transform: translateY(-100%); }

@media screen and (max-width: 1170px) {
  .top-bar {
    display: none; } }

.bottom-bar {
  background-color: #58595b;
  border-bottom: 3px solid #e62333; }

#colophon {
  padding: 10px 0;
  vertical-align: middle; }
  #colophon, #colophon a, #colophon a:hover, #colophon a:active, #colophon a:focus {
    color: #ffffff; }
  #colophon .site-info {
    max-width: 1230px;
    margin: auto;
    text-align: right; }

#mastfoot {
  position: relative;
  z-index: 100; }
  #mastfoot .panel-grid {
    margin-bottom: 0; }

#page {
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #b0b0b0;
  position: relative;
  z-index: 200; }

#page {
  background-color: #f1f2f4;
  background-image: linear-gradient(to bottom, #ffffff 30px, #f1f2f4 100px, #ffffff 350px, #f1f2f4 600px); }

#secondary {
  background-color: #e5e5e5;
  overflow: auto; }

.columns-wrapper {
  max-width: 1230px;
  padding: 0 30px;
  margin: auto;
  height: 100%; }

.full-width .columns-wrapper {
  max-width: none; }

.columns {
  display: table;
  height: 100%;
  width: 100%; }

.columns > * {
  display: table-cell;
  vertical-align: top;
  height: 100%; }

.social-menu-wrapper {
  display: none;
  vertical-align: middle;
  text-align: left;
  list-style: none;
  padding: 0; }
  .social-menu-wrapper ul {
    margin: 0 0 5px 0;
    padding: 0; }
  .social-menu-wrapper li {
    margin: 5px 5px 0 0;
    display: inline-block; }
    .social-menu-wrapper li a {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-size: cover;
      font-size: 0;
      vertical-align: top; }
  .social-menu-wrapper .facebook-icon a {
    background-image: url("img/facebook_social_icon.png"); }
  .social-menu-wrapper .instagram-icon a {
    background-image: url("img/instagram_social_icon.png"); }
  .social-menu-wrapper .youtube-icon a {
    background-image: url("img/youtube_social_icon.png"); }

.selectors-and-results {
  position: relative; }

.ajax-overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 9999;
  display: none;
  background-color: rgba(255, 255, 255, 0.7); }

.ajax-spinner {
  display: block;
  margin: 10em auto 0 auto; }

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }


/*====================================

CUSTOM

=====================================*/

/*=======================================
iFrame
========================================*/


.iframeWrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 56.25%;
	}
	
.iframeWrapper iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.stellenanzeige {
  padding: 20px 0;
  border-top: 1px solid #e62333 !important;
  border-bottom: 1px solid #e62333 !important;
  max-width: 750px;
  /* margin: 20px auto; */
}

.stellenanzeige h3 {
  margin: 0!important;
}

.stellenanzeige h4 {
  margin: 0;
  font-size: 1.1em;
  color: #a29c9c;
  font-weight: 400!important;
}

.headlineLarge{
  font-size: 2.4em;
}

.stellenanzeige .gb-button-wrapper {
  margin-left: 0;
}

.initiativBewerbung {
  display: flex;
  flex-wrap: wrap;

}
.initiativBewerbung .initiativImage {
  width: 50%;
  min-width: 280px;
  max-width: 100%;
  flex: 1 0 0;
  background: #2393ca;

}.initiativBewerbung .initiativImage img {
  min-height: 100%;

}
.initiativBewerbung .initiativContent {
  position: relative;
  min-width: 280px;
  flex: 1 0 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  align-items: center;
    background: #e6e4e4;
  box-sizing: border-box!important;
}
.initiativBewerbung .initiativContent:before {
  content:"";
  position: absolute;
  width: 30px;
  height: 30px;
  background: inherit;
  left: 0;
  top: 50%;
  z-index: 99;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.initiativBewerbung .initiativContent div {
  padding: 20px 15%;


}

.initiativBewerbung h3 {
  margin: 0;
  position: relative;
  z-index: 999;
  text-transform: uppercase;
}.initiativBewerbung p {
  margin: 0!important;
    position: relative;
  z-index: 999;
}

@media (max-width: 619px) {
  .initiativBewerbung .initiativContent:before {

  left: 50%;
  top: 0;
  transform: translate(-50%,-50%) rotate(-45deg);
}
  
  .initiativBewerbung .initiativContent, .initiativBewerbung .initiativImage {
    min-width: 280px;
    max-width: 100%;
    
  } .initiativBewerbung .initiativContent div {
    padding: 15px;
    max-width: 100%;

}
  .initiativBewerbung {
    max-width: 100%;
  }
}
.stellenangebot ul {
  margin-left: 20px;
}
.stellenangebot li{
  margin-bottom: 10px!important;
}

.arrow::before {
  content: "\f054";
  display: inline-block;
  position: absolute;
  margin-right: 5px;
  left: -15px;
  font-family: "FontAwesome"
}

.arrow {
  list-style: none;
  position: relative;
}


/*contactform ZENDESK*/

.wps-form {
  /* width: 100% !important; */
  margin: 0 auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  background-color: #f2f2f2 !important;
  margin-right: -30px !important;
  margin-left: -30px !important;
  padding: 30px;
}

.wps-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wps-form-row .wpcf7-form-control {
  width: 100%;
}

.wps-form-column {
  flex: 1;
  padding: 0.5rem 0;
  /*! width: 100%; */
  max-width: 50% !important;
}

@media only screen and (max-width: 1000px){
.wps-form-column {
    max-width: 100% !important;
  }
}

.panel-row-style.panel-row-style-for-50-5 {
  background: #f2f2f2 !important;
}

span.wpcf7-list-item {

  display: inline-block;
  /* margin: 0 0 0 0 !important; */
}
.wpcf7-form-control-wrap text-350 {
  max-height: 120px !important;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
  .wps-form-row {
      flex-direction: row;
  }

  .wps-form-column {
      padding: 0.5rem 1rem;
  }
  .geschlecht_contact {
    padding-left: 17px;
  }
  
}
 
.wpcf7-form.wpcf7-acceptance-as-validation.invalid {
  background-color: #f2f2f2;

}
 /* Zendesk Ende */