/* CSS Document */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
}
a {
  color: #94cfcc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7C5439;
  text-decoration: none;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 5px solid #94cfcc;
}
.feature-extended-extra .feature-desc a {
  color: #fff;
}
h4 {
  color: #94cfcc;
  margin-top: 0px;
}
h4 .fa {
  font-size: 24px;
}
h3 {
  font-size: 2.75em;
  letter-spacing: 0.1em;
}
em {
  font-style: normal;
  font-size: 1.3em;
}
sup,
sup a {
  color: #fff !important;
  top: 0em;
  font-size: 100%;
}
ul {
  padding-left: 20px;
}
.mouse-icon {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 8px;
  bottom: 5%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ie-transform: translateX(-50%);
}
.mouse-icon .wheel {
  position: relative;
  width: 6px;
  height: 9px;
  border-radius: 50%;
  top: 4px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: myfirst;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: myfirst;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@-webkit-keyframes myfirst {
  0% {
    top: 4px;
    opacity: 0;
  }
  30% {
    top: 9px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes myfirst {
  0% {
    top: 4px;
    opacity: 0;
  }
  30% {
    top: 9px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.navbar {
  border-radius: 0px;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border-color: #b2e600 !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error,
.checkbox-custom.parsley-error > i {
  border-color: #ff7b76 !important;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 0.9em;
  opacity: 0;
  color: #ff7b76 !important;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
  padding: 5px 0 10px;
}
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  padding-left: 0px;
  margin-left: -10px;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  border: 3px solid #a4d4d3;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
}
.lable_tradition {
  color: #412815 !important;
}
.lable_tradition::before {
  border: 3px solid #412815 !important;
}
.lable_exklusiv {
  color: #00213f !important;
}
.lable_exklusiv::before {
  border: 3px solid #00213f !important;
}
.lable_design {
  color: #868685 !important;
}
.lable_design::before {
  border: 3px solid #868685 !important;
}
.lable_modern {
  color: #056677 !important;
}
.lable_modern::before {
  border: 3px solid #056677 !important;
}
input[type='checkbox']:checked  + .lable_tradition::before,
input[type='radio']:checked  + .lable_tradition::before {
  background: #412815;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked  + .lable_exklusiv::before,
input[type='radio']:checked  + .lable_exklusiv::before {
  background: #00213f;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked  + .lable_design::before,
input[type='radio']:checked  + .lable_design::before {
  background: #868685;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked  + .lable_modern::before,
input[type='radio']:checked  + .lable_modern::before {
  background: #056677;
  box-shadow: inset 0 0 0 2px white;
}
input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}
input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
.item-brown {
  background-color: #412815 !important;
}
.item-blue {
  background-color: #00213f !important;
}
.item-gray {
  background-color: #868685 !important;
}
.item-tyrki {
  background-color: #056677 !important;
}
.img-default {
  position: absolute;
  background-color: rgba(164,212,211,0.8);
  height: 100%;
  width: 10%;
  right: 0px;
  z-index: 10;
}
.feature-img-container img {
  width: 100%;
}
.text-white {
  color: #fff;
}
.feature-img-container {
  background-color: #a4d4d3;
}
.img-brown {
  position: absolute;
  background-color: rgba(65,40,21,0.8);
  height: 100%;
  width: 10%;
  left: 0px;
  z-index: 10;
}
.img-brown-right {
  position: absolute;
  background-color: rgba(65,40,21,0.8);
  height: 100%;
  width: 10%;
  right: 0px;
  z-index: 10;
}
.img-blue {
  position: absolute;
  background-color: rgba(0,33,63,0.8);
  height: 100%;
  width: 10%;
  z-index: 10;
}
.img-gray {
  position: absolute;
  background-color: rgba(134,134,133,0.8);
  height: 100%;
  width: 10%;
  left: 0px;
  z-index: 10;
}
.img-gray-right {
  position: absolute;
  background-color: rgba(134,134,133,0.8);
  height: 100%;
  width: 10%;
  right: 0px;
  z-index: 10;
}
.img-tyrki {
  position: absolute;
  background-color: rgba(5,102,119,0.8);
  height: 100%;
  width: 10%;
  z-index: 10;
}
.back_tradition {
  background-color: #412815 !important;
  color: #fff;
}
.back_exklusiv {
  background-color: #00213f !important;
  color: #fff;
}
.back_design {
  background-color: #868685 !important;
  color: #fff;
}
.back_modern {
  background-color: #056677 !important;
  color: #fff;
}
.text-service {
  border-top: 10px #a4d4d3 solid;
  color: #fff;
}
.link-tradition {
  border: solid 1px #412815;
  padding: 5px 10px;
  color: #412815 !important;
  text-align: center;
  text-transform: uppercase !important;
}
.link-exklusiv {
  border: solid 1px #00213f;
  padding: 5px 10px;
  color: #00213f !important;
  text-align: center;
  text-transform: uppercase !important;
}
.link-design {
  border: solid 1px #868685;
  padding: 5px 10px;
  color: #868685 !important;
  text-align: center;
  text-transform: uppercase !important;
}
.link-modern {
  border: solid 1px #056677;
  padding: 5px 10px;
  color: #056677 !important;
  text-align: center;
  text-transform: uppercase !important;
}
.link-default {
  border: solid 1px #7c5435;
  padding: 5px 10px;
  color: #7c5435 !important;
  text-align: center;
  text-transform: uppercase !important;
}
.link-tradition:hover,
.link-tradition:focus {
  color: #fff !important;
  background-color: #412815;
}
.link-exklusiv:hover,
.link-exklusiv:focus {
  color: #fff !important;
  background-color: #00213f !important;
}
.link-design:hover,
.link-design:focus {
  color: #fff !important;
  background-color: #868685 !important;
}
.link-modern:hover,
.link-modern:focus {
  color: #fff !important;
  background-color: #056677 !important;
}
.link-default:hover,
.link-default:focus {
  color: #fff !important;
  background-color: #7c5435 !important;
}
.gallery-item-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #7c5435;
  background-color: #ffffff;
  border-color: #7c5435;
  cursor: default;
}
.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #7c5435 !important;
  background-color: #fff;
  border: 3px solid #a4d4d3;
  margin-left: 5px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border: none;
  color: #94cfcc;
  font-size: 20px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border: none;
  color: #94cfcc;
  font-size: 20px;
}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7c5435;
  background-color: #fff;
  background-image: none;
  border: 3px solid #a4d4d3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 10px;
}
.feature-extended-extra .feature-desc {
  transition: all 500ms ease-out;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 14%;
  padding-bottom: 14%;
  background-color: #a4d4d3;
}
.feature-extended-extra .item-label {
  text-align: left;
  margin-top: 1em;
}
.start-tradition {
  background-color: #412815;
  color: #fff;
  text-align: left;
  padding-left: 10%;
  padding-bottom: 5%;
}
.start-tradition p {
  margin-left: 0px;
}
.start-exklusiv {
  background-color: #00213f;
  color: #fff;
  text-align: left;
  padding-left: 10%;
  padding-bottom: 5%;
}
.start-exklusiv p {
  margin-right: 0px;
}
.start-design {
  background-color: #868685;
  color: #fff;
  text-align: left;
  padding-left: 10%;
  padding-bottom: 5%;
}
.start-design p {
  margin-left: 0px;
}
.start-modern {
  background-color: #056677;
  color: #fff;
  text-align: left;
  padding-left: 10%;
  padding-bottom: 5%;
}
.start-modern p {
  margin-right: 0px;
}
.text-small {
  margin-top: 10px;
}
.kontaktdata {
  padding-left: 5%;
  padding-right: 5%;
}
.form-component-container {
  padding: 5%;
}
.teaser-start {
  min-height: 130px;
  padding: 7%;
  margin-top: 10px;
}
.item-label-attention {
  font: 0.8em Dosis;
}
.item-label {
  line-height: 1.1;
}
.section-bordered {
  overflow: hidden;
}
.item-label {
  font: 2.5em Dosis;
  line-height: 0;
}
.feature-desc {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.jumbotron .masthead {
  font: 1.5em Dosis;
}
.item-label {
  margin-bottom: 0em;
  margin-top: 0em;
}
.feature-extended-extra .item-label {
  margin-top: -15px;
}
.start-tradition,
.start-exklusiv,
.start-design,
.start-modern {
  padding: 11%;
}
.p-abstand {
  margin-top: 30px;
}
.text-small {
  margin-top: 30px;
}
.right {
  text-align: left;
}
.feature-desc {
  padding-left: 8%;
  padding-right: 7%;
  padding-top: 14%;
  padding-bottom: 8%;
}
.feature-group.feature-desc {
  padding-top: 0%;
  margin-top: 0px;
}
h3 {
  margin-top: 0px;
}
.gallery-gutter .metadata-body {
  width: 75%;
  top: 25%;
  left: 10%;
}
.neu-teas {
  margin-top: -10px;
}
.border-right {
  border-right: none;
}
.border-left {
  border-left: none;
}
.border-bottom {
  border-bottom: solid #a4d4d3 10px;
}
.form-horizontal {
  margin-bottom: 50px;
}
.jumbotron .subheading-list {
  font-size: 0.8em;
}
.item-label-before {
  margin-top: -20px;
}
.head-karriere {
  margin-bottom: 80px;
}
.karriere .item-label-attention {
  font: 0.6em Dosis;
}
.impressum .feature-extended-extra .feature-desc {
  transition: all 500ms ease-out;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 14%;
  padding-bottom: 14%;
  background-color: #a4d4d3;
}
.jumbotron .subheading-list {
  padding: 1em 1em;
}
@media (min-width: 320px) {
  .jumbotron {
    height: 568px;
  }
  .jumbotron .masthead {
    padding: 0.5em;
    max-height: 100px;
    margin-top: 100px;
  }
  .jumbotron .subheading-list {
    margin-top: 0px;
  }
}
@media (min-width: 375px) {
  .jumbotron {
    height: 667px;
  }
}
@media (min-width: 568px) {
  .jumbotron {
    height: 320px;
  }
  .jumbotron .masthead {
    padding: 0.5em;
    max-height: 100px;
    margin-top: 150px;
  }
}
@media (min-width: 667px) {
  .jumbotron {
    height: 375px;
  }
  .jumbotron .masthead {
    padding: 0.5em;
    max-height: 100px;
    margin-top: 0px;
  }
  .jumbotron .subheading-list {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .jumbotron .subheading-list {
    padding: 1em 2em;
  }
  .impressum .feature-extended-extra .feature-desc {
    padding: 5% !important;
  }
  .karriere .item-label-attention {
    font: 0.8em Dosis;
  }
  .item-label-before {
    margin-top: 0px;
  }
  .teaser-start {
    min-height: 130px;
    padding: 3%;
    margin-top: 0px;
  }
  .feature-extended-extra .feature-desc {
    transition: all 500ms ease-out;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #a4d4d3;
  }
  .feature-extended-extra .item-label {
    text-align: left;
    margin-top: 1em;
  }
  .jumbotron {
    height: 100vh;
  }
  .jumbotron .masthead {
    font: 3em Dosis;
  }
  .jumbotron .masthead {
    padding: 0.5em;
    max-height: 50vh;
    margin-top: 0px;
  }
  .start-teas {
    margin-top: 5px;
    padding-left: 5%;
  }
  .item-label {
    margin-bottom: 0em;
    margin-top: 0em;
  }
  .feature-extended-extra .item-label {
    margin-top: -15px;
  }
  .start-teas {
    margin-top: 20px;
  }
  .start-tradition,
  .start-exklusiv,
  .start-design,
  .start-modern {
    padding-top: 11%;
  }
  .p-abstand {
    margin-top: 30px;
  }
  .text-small {
    margin-top: 30px;
  }
  .right {
    text-align: left;
  }
  .feature-desc {
    padding-left: 8%;
    padding-right: 7%;
    padding-top: 8%;
    padding-bottom: 5%;
  }
  .feature-group.feature-desc {
    padding-top: 0%;
    margin-top: -20px;
  }
  h3 {
    margin-top: 0px;
  }
  .gallery-gutter .metadata-body {
    width: 75%;
    top: 25%;
    left: 10%;
  }
  .neu-teas {
    margin-top: -10px;
  }
  .border-right {
    border-right: none;
  }
  .border-left {
    border-left: none;
  }
  .border-bottom {
    border-bottom: solid #a4d4d3 10px;
  }
  .form-horizontal {
    margin-bottom: 50px;
  }
  .head-karriere {
    margin-bottom: 100px;
  }
  .jumbotron .subheading-list {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .form-horizontal {
    margin-bottom: 0px;
  }
  .border-right {
    border-right: solid #a4d4d3 5px;
  }
  .border-left {
    border-left: solid #a4d4d3 5px;
  }
  .border-bottom {
    border-bottom: none;
  }
  .feature-group.feature-desc {
    padding-top: 5%;
    margin-top: 0px;
  }
  .right {
    text-align: right;
  }
  .neu-teas {
    margin-top: 0px;
  }
  .start-teas {
    padding-left: 0%;
  }
  h3 {
    font-size: 2.75em;
    letter-spacing: 0.1em;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .form-component-container {
    padding: 0%;
  }
  .text-small {
    margin-top: 30px;
  }
  .start-tradition {
    text-align: right;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 5%;
    padding-top: 0%;
  }
  .start-tradition p {
    margin-left: 50px;
  }
  .start-exklusiv {
    text-align: left;
    padding-left: 5%;
    padding-bottom: 0%;
    padding-top: 0%;
  }
  .start-exklusiv p {
    margin-right: 50px;
  }
  .start-design {
    text-align: right;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 5%;
    padding-top: 0%;
  }
  .start-design p {
    margin-left: 50px;
  }
  .start-modern {
    text-align: left;
    padding-left: 5%;
    padding-bottom: 0%;
    padding-top: 0%;
  }
  .start-modern p {
    margin-right: 50px;
  }
  .img-tyrki,
  .img-blue {
    right: 0px;
  }
  .feature-desc {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .feature-extended-extra .feature-desc {
    transition: all 500ms ease-out;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #a4d4d3;
  }
  .feature-extended-extra .item-label {
    text-align: left;
    margin-top: -5px;
  }
  .item-label {
    font: 2.5em Dosis;
    line-height: 0.7;
  }
  .gallery-gutter .metadata-body {
    width: 75%;
    top: 25%;
    left: 10%;
  }
}
@media (min-width: 1024px) {
  .start-teas {
    margin-top: 15px;
  }
  .p-abstand {
    margin-top: 30px;
  }
  .feature-extended-extra .feature-desc {
    transition: all 500ms ease-out;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 2%;
    background-color: #a4d4d3;
  }
  .start .feature-extended-extra .feature-desc {
    transition: all 500ms ease-out;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #a4d4d3;
  }
  .head-karriere {
    margin-bottom: 88px;
  }
}
@media (min-width: 1300px) {
  .start-teas {
    margin-top: 0px;
  }
  h3 {
    font-size: 3.75em;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .feature-desc {
    padding-left: 2%;
    padding-right: 2%;
  }
  .feature-extended-extra .feature-desc {
    transition: all 500ms ease-out;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
    background-color: #a4d4d3;
    font-size: 1em;
  }
  .feature-extended-extra .item-label {
    text-align: left;
    margin-top: 0px;
  }
  .feature-main-row {
    line-height: 1.5;
  }
  .item-label-attention {
    font: 0.8em Dosis;
  }
}
@media (min-width: 1650px) {
  .p-abstand {
    margin-top: 50px;
  }
  .text-small {
    margin-top: 40px;
  }
  .feature-desc {
    padding-left: 5%;
    padding-right: 5%;
  }
  .feature-extended-extra .feature-desc {
    transition: all 500ms ease-out;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
    background-color: #a4d4d3;
  }
  .feature-extended-extra .item-label {
    text-align: left;
    margin-top: 0px;
  }
  .feature-main-row {
    line-height: 1.75;
  }
  .item-label-attention {
    font: 0.8em Dosis;
  }
}

