/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

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

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

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

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

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

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

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

button,
html input[type="button"], /* 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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

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

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



/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 130%;
}
.hide {
  display: none;
}
a[href*="tel"] {
  text-decoration: none;
  color: inherit;
}
a[href*="tel"]:hover {
  color: #f8971d;
}
body {
  margin: 0;
  padding: 0;
  line-height: 130%;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  background-color: #d9ceb4;
}
body b,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
}
#root {
  position: relative;
  font-size: 1em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #root {
    font-size: 0.6819140625em;
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 530px) and (max-width: 679px) {
  #root {
    font-size: 0.62109375em;
  }
}
@media only screen and (min-width: 680px) and (max-width: 799px) {
  #root {
    font-size: 0.796875em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 949px) {
  #root {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1023px) {
  #root {
    font-size: 1.11328125em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1128px) {
  #root {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1129px) {
  #root {
    font-size: 1.323046875em;
    max-width: 1129px;
  }
}
#logo {
  position: absolute;
  z-index: 2;
  left: 13.518em;
  top: 4.310734463276836em;
  height: 4.689265536723164em;
  width: 41.5em;
  background: url("../img/icons/logo-bastian.svg") 0 0 no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #logo {
    left: 3.018em;
    top: 9.310734463276836em;
  }
}
#logo > * {
  display: none;
}
#main {
  position: relative;
  min-height: 54em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 1.5em 2em;
  background-color: #e8e2d2;
  padding-top: 10em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #main {
    margin: 5em 2em;
  }
}
#main > * {
  position: relative;
  z-index: 1;
}
#main:before {
  content: " ";
  position: absolute;
  width: 4.5em;
  left: 16em;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 0;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #main:before {
    left: 5.5em;
  }
}
#main:after {
  content: " ";
  position: absolute;
  width: 16em;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #e0d7c1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3em;
  -webkit-border-top-left-radius: 3em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3em;
  -moz-border-radius-topleft: 3em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3em;
  border-top-left-radius: 3em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 0;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #main:after {
    width: 5.5em;
  }
}
#content {
  margin-left: 20.5em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #content {
    margin-left: 0;
  }
}
#content > h2 {
  position: relative;
  top: -3.75em;
  height: 3.6em;
  width: auto;
  margin-left: 20em;
  margin-right: 4.65em;
  margin-bottom: -3.75em;
  background: #f8971d;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #content > h2 {
    margin-right: 0.15em;
  }
}
#content > h2 > span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
  line-height: 100%;
  padding: 0.25em 0.75em 0.4em 0.65em;
  background: #f8971d;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {

}
#content h3 {
  font-size: 200%;
  padding-bottom: 0.75em;
  padding-top: 0.7em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #content h3 {
    font-size: 200%;
  }
}
#content p,
#content ul {
  font-size: 200%;
  line-height: 140%;
  margin-right: 15%;
  padding-bottom: 0.75em;
}
#content li {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #content p {
    font-size: 200%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #content sub {
    font-size: 150%;
  }
}
#visual {
  position: absolute;
  left: 0;
  top: 0;
  height: 19.85em;
  width: 20em;
  border-top: 0.15em solid #ffffff;
  border-bottom: 0.15em solid #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #visual {
    height: 19.7em;
    width: 19.85em;
  }
}
#visual img {
  height: 100.1%;
  min-width: 20em;
}
#slogan {
  position: relative;
  height: 20em;
  margin-right: 4.5em;
  margin-left: 20em;
  background: #ffffff;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #slogan {
    margin-left: 0;
    margin-right: 0;
  }
}
#slogan > span {
  position: absolute;
  z-inde: 2;
  left: 0;
  bottom: 1.8em;
  color: #7E8083;
  display: block;
  font-family: 'Marck Script', cursive;
  font-size: 300%;
  font-weight: normal;
  line-height: 100%;
  padding: 0.75em 0.75em 0 0.4em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #slogan > span {
    left: 6.666666666666667em;
  }
}
#ct {
  margin-left: 20em;
  margin-right: 4.5em;
  line-height: 130%;
  padding: 1.5em 2em 3em 1em;
}

@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #ct {
    margin-left: 10em;
    margin-right: 0;
    padding-top: 3em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 530px) and (max-width: 949px) and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) and (orientation: landscape) {
  #ct > p,
  #ct > h3 {
    font-size: 1.8em;
  }
  #ct > sub {
    font-size: 1.3em;
  }
}
#opening {
  position: absolute;
  top: 30em;
  left: 0;
  width: 16em;
  padding-bottom: 4em;
  padding-top: 1.4em;
  text-align: right;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #opening {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: left;
  }
}
#opening h3 {
  color: #f8971d;
  font-size: 110%;
  line-height: 130%;
  padding: 0.8em 0.3em 0.25em 0;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #opening h3 {
    position: relative;
    left: 5em;
    font-size: 200%;
    padding-left: 0.3em;
  }
}
#opening p {
  font-size: 110%;
  line-height: 130%;
  padding: 0 0.3em 0 0;
}
#opening p b {
  display: block;
  font-weight: normal;
}
#opening p span {
  display: block;
  padding-bottom: 0.25em;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #opening p {
    position: relative;
    display: block;
    margin-left: 5em;
    padding-left: 0.3em;
    font-size: 200%;
  }
}
#nav {
  z-index: 4;
  position: absolute;
  top: 10em;
  left: 0;
  width: 16em;
  height: 19.85em;
  background-color: #e8e2d2;
  border-right: 0.15em solid #ffffff;
  border-bottom: 0.15em solid #ffffff;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #nav {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    box-shadow: 0 -0.5em 0.3em rgba(103, 103, 103, 0.3);
  }
}
#nav ul {
  border-top: 0.15em solid #ffffff;
  margin: 0;
  padding: 0;
  line-height: 130%;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #nav ul {
    display: table;
    width: 100%;
  }
}
#nav li {
  list-style: none;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #nav li {
    display: table-cell;
  }
  #nav li:nth-child(5) {
    display: none;
  }
}
#nav li.hi a {
  color: #F8971D;
  background: #f1eee4;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #nav li:first-child {
    border-right: 1.5em solid #fff;
  }
  #nav li:first-child span {
    display: inline-block;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
  }
  #nav li:first-child span:before {
    content: "b";
    display: inline;
    padding-left: 0.3em;
    padding-right: 2em;
    font-weight: bold;
  }
}
#nav li a {
  display: block;
  text-decoration: none;
  text-align: right;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 130%;
  color: #666666;
  border-bottom: 0.15em solid #d9ceb4;
  padding: 0.5em 0.25em 0.25em 0;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #nav li a {
    font-weight: 700;
    text-align: center;
    padding: 1.75em 0em 1.75em 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 530px) and (max-width: 949px) and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) and (orientation: landscape) {

}
#nav li a:hover {
  color: #0099FF;
  background: #f1eee4;
}
#subnav {
  position: absolute;
  left: 20.5em;
  top: 30em;
  z-index: 3;
  width: 19.85em;
  min-height: 3.6em;
  background: #7e8083;
  border-right: 0.15em solid #ffffff;
  border-bottom: 0.15em solid #ffffff;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #subnav {
    left: 0;
    min-height: 1.44em;
  }
}
/*
#sider{

  @media  @desktop-xl{
    position:absolute;
    width:25em;
    top:10em;
    left:86em;
  }

  @media @mobile {
    display: none; // DEVELOP
  }

  .ct{
    position: relative;
    height:20em;
    text-align: left;
    background: #fff;
  }

}
*/
/* 24.01.2017 */
#sider {
  position: relative;
  margin: 0 2em 13em 2em;
}
#sider .ct {
  border-radius: 3em;
  position: relative;
  min-height: 20em;
  text-align: left;
  background: #ffffff none repeat scroll 0% 0%;
  padding: 1em 1em 1.5em 4.5em;
  box-sizing: border-box;
  border: 1px solid red;
}
#sider h2 {
  color: red;
  font-size: 2em;
  font-family: "Oxygen", sans-serif;
}
#sider ul {
  padding-left: 1em;
}
#sider li {
  padding: 0.125em 0;
  line-height: 125%;
}
#sider p {
  padding: 0.125em 0;
}
#sider b {
  color: red;
}
#sider h2 {
  font-size: 2em;
}
#sider p,
#sider li {
  font-size: 1.5em;
}
@media only screen and (min-width: 530px) {
  #sider {
    padding-left: 16em;
    padding-right: 4.5em;
  }
  #sider .ct {
    max-width: 60em;
    border-top-left-radius: 0;
  }
}
@media only screen and (min-wdth: 680px) {

}
@media only screen and (min-width: 800px) {

}
@media only screen and (min-width: 950px) {
  #sider .ct {
    max-width: 40em;
  }
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1129px) {

}
@media only screen and (min-width: 1320px) {
  #sider {
    position: absolute;
    top: 10em;
    left: 86em;
    width: 80vw;
    width: calc(100vw - 1175px);
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #sider .ct {
    border-radius: 0;
    padding: 1em 1em 1.5em 1em;
  }
  #sider h2 {
    font-size: 1.5em;
  }
  #sider p,
  #sider li {
    font-size: 1.0em;
  }
}
@media only screen and (min-width: 1500px) {
  #sider {
    width: 25em;
  }
  #sider h2 {
    font-size: 2em;
  }
}
/* qypethanks
/* Stellenanzeige */
/*
#sider #qypethanks{position: relative;}
#sider .ct a {position: absolute; left: 0; top: 0; width: 24.8em; height: 19.8em; border:0.1em solid #FFF;}
#sider .ct a:hover{border-color: #0099FF;}
#sider img{border:none;}
#sider sub{display: block; margin-top: 0.2em; margin-left: 3.7em;}
* html sub {font-size: 110%;}
*+ html sub{font-size: 110%;}
#sider p {font-size: 110%; line-height:105%; padding-bottom: 0.4em; padding-right: 0.5em; margin-left: 3em;}
#sider p.top {padding-top: 7em;}
*/
/* Stellenanzeige */
/*
#sider #stellenanzeige{
  position: relative;
  margin-top: 6em;
  width: 35em;
  background: #fff;
  border: 0.1em solid #FFFFFF;
  border-radius: 8px;
  box-shadow: 3px 5px 8px #714b0e;
  background: #FFF;
  padding-bottom: 1em;
  overflow: visible;
}
#sider #stellenanzeige h3{
  color: #FFF;
  padding: 0.75em 0.75em 0.75em 3em;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #F8971D;
  border-bottom: 0.1em solid #FFF;
}
#sider #stellenanzeige h3 span{
  font-weight: bold;
  font-size: 1.5em;
}
#sider #stellenanzeige ul{
  padding: 1em 1em 1em 3em;
}
#sider #stellenanzeige p{
  font-size: 100%;
  line-height: 140%;
  margin-right: 15%;
}
#sider #stellenanzeige li{
  font-size: 110%;
  line-height: 120%;
  padding-bottom: 0.25em;
  padding-right: 0;
  color: #ed1848;
}
#sider #stellenanzeige li span{
  color: #000;
}
#sider #stellenanzeige .stoerer{
  position: absolute;
  right: -4em;
  top: 1em;
  width: 9em;
  background: #ed1848;
  color: #FFF;
  padding: 0.5em 1em 0.8em 1em;
  font-weight: bold;
  font-size: 100%;
  line-height: 120%;
  -moz-transform:rotate(-10deg);
  -webkit-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-10deg);
  border: 0.2em solid #fff;
  border-radius: 6px;
}
*/
/* page4 - "about us" */
#page4 #slogan > span {
  line-height: 85%;
  bottom: 1.4em;
}
/* Preisliste */
table.pricelist {
  position: relative;
  top: -1.5em;
  left: 0;
  border-collapse: collapse;
  vertical-align: bottom;
  font-size: 100%;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  table.pricelist {
    font-size: 200%;
    line-height: 120%;
  }
}
table.pricelist.last {
  margin-bottom: -4.4em;
}
table.pricelist.first {
  text-align: right;
  background: #fff;
  color: #7E8083;
  font-weight: bold;
  width: 3.5em;
  text-transform: none;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  table.pricelist.first {
    font-size: 300%;
    line-height: 120%;
  }
}
table.pricelist th {
  padding: 1.2em 0.2em 0.4em 0.2em;
  text-transform: uppercase;
  text-align: left;
  color: #7E8083;
  font-size: 170%;
  font-weight: bold;
}
table.pricelist th.first {
  padding-bottom: 0.4em;
  padding-top: 2em;
  padding-right: 0.4em;
  color: #F8971D;
  text-transform: none;
  font-weight: normal;
  font-size: 110%;
}
table.pricelist th .em {
  color: #fff;
}
table.pricelist td {
  padding: 0.2em 0.4em;
  font-size: 110%;
}
table.pricelist tr.bottom td {
  padding-bottom: 1em;
}
table.pricelist tr.bottom.last td {
  padding-bottom: 5em;
}
/* Kontaktformular */
#kontakt span.label {
  display: block;
  padding-top: 0.6em;
}
#kontakt .input_textarea,
#kontakt input.input_text {
  display: block;
  clear: left;
  width: 100%;
  border: 0.1em solid #D9CEB4;
  border-bottom: 0.1em solid #D9CEB4;
  padding: 0.2em;
  -moz-box-shadow: 2px 2px 2px #D9CEB4 inset;
}
#kontakt input:focus,
#kontakt input.input_text:focus {
  border-color: #F8971D;
}
* html #kontakt .input_textarea,
* html #kontakt input.input_text {
  width: 20em;
}
#kontakt #buttons {
  padding-top: 1em;
}
#kontakt #visual {
  background-color: #7E8083;
}
#kontakt #content h2 {
  overflow: visible;
}
#kontakt #content h2 a {
  border: 0.05em solid #EFBB77;
  text-decoration: none;
}
#kontakt #content h2 a {
  color: #EFBB77;
}
#kontakt #content h2 a span {
  display: inline;
  padding: 0.2em 0.4em;
}
#kontakt #content h2 a.hi,
#kontakt #content h2 a:hover {
  border-color: #fff;
}
#kontakt #content h2 a.hi span {
  color: #fff;
}

#kontakt #set_dsgvo {
  display: flex;
  padding: 0.5em 0 0 0;
}

#kontakt #set_dsgvo .input {
  padding: 0.5em 0.5em 0 0;
}

/* Anfahrt */
#anfahrt #slogan {
  width: 20em;
  margin-left: 0;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #anfahrt #slogan {
    display: none;
  }
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #anfahrt #subnav {
    display: none;
  }
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #anfahrt #visual {
    display: none;
  }
}
#anfahrt #googlemaps {
  position: absolute;
  top: 0;
  left: 20em;
  right: 2em;
  border: 0.1em solid #fff;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #anfahrt #googlemaps {
    position: relative;
    left: 0;
    right: 0;
  }
}
#anfahrt #googlemaps .ct {
  width: 100%;
  height: 40em;
}
#anfahrt #googlemaps p {
  font-size: 1em;
  padding-bottom: 0;
}
@media only screen and (max-width: 529px), only screen and (max-width: 529px) and (orientation: portrait), only screen and (max-width: 529px) and (orientation: landscape) {
  #anfahrt #googlemaps p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 679px) {
  #anfahrt #googlemaps p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 680px) and (max-width: 799px) {
  #anfahrt #googlemaps p {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 949px) {
  #anfahrt #googlemaps p {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1023px) {
  #anfahrt #googlemaps p {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1128px) {
  #anfahrt #googlemaps p {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1129px) {
  #anfahrt #googlemaps p {
    font-size: 1.0em;
  }
}

http://www.bastiancutandcolor.de/less/normalize.css

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

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

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

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

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

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

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

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

button,
html input[type="button"], /* 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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

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

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

.blah-2,
.blah-4,
.blah-5,
.blah-7 {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
