/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  color: #271e6d;
  font-family: Verdana, Arial, Helvetica;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 6px;
  margin-bottom: 4px;
}

h2 {
  font-size: 19px;
  line-height: 28px;
  margin-top: 7px;
  margin-bottom: 4px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 7px;
  margin-bottom: 5px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 5px;
}

h5 {
  font-size: 15px;
  line-height: 22px;
  margin-top: 9px;
  margin-bottom: 6px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  margin-bottom: 6px;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

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;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

a {
  color: #271e6d;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #271e6d;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #191345;
  text-decoration: underline;
  outline: 0;
}
a:focus {
  color: #271e6d;
  outline: thin dotted;
}
a:active {
  color: #191345;
  outline: 0;
}
a img {
  border: 0;
}

.hidden, .invisible {
  display: none;
}

body {
  background-color: #afd1d8;
}
body > div.wrap {
  padding: 10px 10px 0 10px;
}
body div.header, body div.main {
  background-color: #afd1d8;
}

h1, h2, h3, h4, h5, h6 {
  color: #271e6d;
}

#main {
  background-color: #ffffff;
}

#main, div.content {
  padding: 0 10px;
}
#main table, div.content table {
  width: 100%;
}
#main table tr td:first-child, div.content table tr td:first-child {
  width: 60%;
}
#main table tr td:last-child, div.content table tr td:last-child {
  width: 40%;
}
#main ul, div.content ul {
  list-style-image: url("../../files/alles-sauber/dot.png");
}
#main ul li, div.content ul li {
  font-size: 19.6px;
  padding: 6px 0 6px 0;
}

.formbody fieldset {
  margin: 0;
  padding-bottom: 10px;
}
.formbody fieldset > div.widget {
  margin: 0;
  border: 0;
}
.formbody fieldset > div.widget:first-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.formbody fieldset > div.widget:last-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .formbody fieldset > div.widget:first-child {
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%;
  }
  .formbody fieldset > div.widget:last-child {
    width: 47.36842%;
    float: right;
    margin-right: 0;
  }
  .formbody fieldset > div.widget:last-child:first-child {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
.formbody fieldset > div.widget > label {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: inline;
  float: left;
}
.formbody fieldset.checkbox_container {
  margin-top: 10px;
}
.formbody fieldset.checkbox_container > span {
  display: block;
}
.formbody fieldset.checkbox_container input[type=checkbox] {
  display: inline;
  width: 20px;
}
.formbody fieldset.checkbox_container input[type=checkbox]:focus {
  background-color: #9ec1c3;
}
.formbody fieldset.checkbox_container input[type=checkbox]:focus + label {
  color: #9ec1c3;
}
.formbody fieldset.checkbox_container label {
  display: inline;
}
.formbody fieldset.checkbox_container label:focus {
  color: #9ec1c3;
}
.formbody fieldset > div.submit_container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.formbody fieldset > div.submit_container input {
  float: right;
}
.formbody fieldset > div.submit_container:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.formbody input, .formbody textarea {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  color: #271e6d;
  margin-top: 3px;
  padding: 4px;
  line-height: 20px;
  background-color: #ffffff;
  border-color: #cddfe0;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.formbody input:focus, .formbody textarea:focus, .formbody textarea.textarea:focus {
  border-color: #9ec1c3;
  outline: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.formbody legend {
  margin-top: 10px;
}
.formbody label {
  margin-top: 10px;
  display: inline;
  vertical-align: top;
}
.formbody span > label {
  clear: both;
  width: auto;
}
.formbody input {
  clear: both;
}
.formbody textarea {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.formbody input[type=reset], .formbody input[type=submit], .formbody input[type=button], .formbody button {
  width: 21.05263%;
  float: left;
  margin-right: 5.26316%;
  margin: 0;
}
.formbody input[type=reset]:hover, .formbody input[type=submit]:hover, .formbody input[type=button]:hover, .formbody button:hover {
  border-color: #9ec1c3;
}

#footer > div.inside {
  background-color: #ffffff;
}
#footer > div.inside p {
  font-size: 16px;
  padding: 10px 0 10px 0;
  text-align: center;
}
#footer > div.inside p a {
  font-size: inherit;
}

nav input.open-menu, nav label.open-menu-label {
  display: none;
}
nav ul {
  list-style-type: none;
  background-color: #afd1d8;
  display: block;
  width: auto;
}
nav li {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
  background-color: #afd1d8;
}
nav li > a, nav li > span {
  display: block;
  white-space: inherit;
  padding: 10px;
}
nav > ul li:hover {
  background-color: #9ec7d0;
}
nav > ul li:hover > ul {
  display: block;
  visibility: visible;
}
nav > ul li ul {
  display: none;
  visibility: hidden;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 1001;
}
nav > ul > li > ul li {
  min-width: 150px;
  float: none;
  position: relative;
  background-color: #8dbdc7;
}
nav > ul > li > ul li > ul {
  top: 0;
  left: 100%;
  z-index: 1002;
}
nav > ul > li > ul li > ul > li {
  background-color: #7cb3bf;
}
nav > ul:after {
  clear: both;
  float: none;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
nav.horizontal {
  background-color: #afd1d8;
  margin-bottom: 10px;
}
nav.horizontal > ul {
  display: block;
  float: left;
  width: 100%;
}
nav.horizontal > ul.pull-right {
  float: right;
  text-align: right;
}
nav.horizontal > ul.pull-right > li {
  position: relative;
  text-align: left;
}
nav.horizontal > ul.pull-right > li > ul {
  left: auto;
  right: 0;
}
nav.horizontal > ul.pull-right > li > ul > li ul {
  left: auto;
  right: 100%;
}
nav.horizontal > ul > li {
  float: left;
}
nav.horizontal:after {
  clear: both;
  float: none;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
nav.vertical > ul > li {
  position: relative;
  float: none;
}
nav.vertical > ul > li > ul {
  left: 100%;
  top: 0;
}

/* This stylesheet has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* mobile */
/** Anpassungen Checkbox+Label (Button) **/
nav.mobile label.open-menu-label {
  display: block;
  padding: 10px;
  background-color: #afd1d8;
}
nav.mobile label.open-menu-label:hover {
  background-color: #a5cbd3;
}
nav.mobile.horizontal > ul {
  display: none;
  float: left;
  width: 100%;
}
nav.mobile.horizontal > ul.pull-right {
  float: left;
  text-align: right;
}
nav.mobile.horizontal > ul.pull-right > li > ul > li ul {
  left: auto;
  right: auto;
}
nav.mobile.horizontal > ul > li {
  position: relative;
  float: left;
  width: inherit;
}
nav.mobile.horizontal > ul > li > ul {
  display: block;
  visibility: visible;
  position: relative;
  float: left;
  width: inherit;
  left: auto;
  right: auto;
}
nav.mobile.horizontal > ul > li > ul > li, nav.mobile.horizontal > ul > li > ul li {
  float: left;
  width: inherit;
  left: auto;
  right: auto;
}
nav.mobile.horizontal > ul > li > ul > li ul, nav.mobile.horizontal > ul > li > ul li ul {
  position: relative;
  display: block;
  visibility: visible;
  float: left;
  width: inherit;
  left: auto;
  right: auto;
}
nav.mobile.horizontal:after {
  clear: both;
  float: none;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
nav.mobile .navbar-toggle {
  overflow: visible;
  background-color: #accfd6;
  background-image: none;
  border: 0;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
  cursor: pointer;
}
nav.mobile .navbar-toggle > .icon-bar {
  background-color: #563d7c;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 4px;
}
nav.mobile .navbar-toggle > .icon-bar:first-child {
  margin-top: 0;
}
nav.mobile .navbar-toggle:hover {
  background-color: #a5cbd3;
}
nav.mobile .navbar-toggle:focus {
  background-color: #b2d3da;
}
nav.mobile input[type=checkbox]:checked ~ ul {
  display: block;
}

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

          .navbar-brand {
            float: left;
            font-size: 18px;
            height: 50px;
            line-height: 20px;
            padding: 15px;
          }
          > .icon-bar {
            background-color: #563d7c;
            border-radius: 1px;
            display: block;
            height: 2px;
            width: 22px;
            margin-top: 4px;
            &:first-child {
              margin-top: 0;
            }
          }
        }
    */
/* table */
nav.footer ul {
  width: 100%;
  background-color: #9ec7d0;
  margin-bottom: 10px;
}
nav.footer ul > li {
  display: inline-block;
  background-color: inherit;
}
nav.footer ul > li:hover {
  background-color: #94c1cb;
}

/* desktop */
figure {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.header:after {
  content: " ";
  display: block;
  clear: both;
}
.header img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}
@media (min-width: 768px) {
  .header div.logo {
    width: 24.13793%;
    float: left;
    margin-right: 1.14943%;
  }
  .header div.image {
    width: 74.71264%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header div.logo {
    text-align: center;
  }
  .header div.image {
    display: none;
  }
}

.main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.main:after {
  content: " ";
  display: block;
  clear: both;
}

.footer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.footer:after {
  content: " ";
  display: block;
  clear: both;
}

/* mobile */
@media (max-width: 767px) {
  nav.desktop, nav.tablet {
    display: none;
  }
}
nav.desktop > ul, nav.tablet > ul {
  float: right;
  width: auto;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  nav.desktop, nav.mobile {
    display: none;
  }

  #main {
    width: 74.71264%;
    float: left;
    margin-right: 1.14943%;
  }

  #right {
    width: 24.13793%;
    float: right;
    margin-right: 0;
  }

  .main > #main:last-child {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* desktop */
@media (min-width: 1025px) {
  nav.tablet, nav.mobile {
    display: none;
  }

  #left {
    width: 24.13793%;
    float: left;
    margin-right: 1.14943%;
  }

  #main {
    width: 49.42529%;
    float: left;
    margin-right: 1.14943%;
  }

  #right {
    width: 24.13793%;
    float: right;
    margin-right: 0;
  }

  .main > #main:last-child {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

