/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.col,
.col0,
.col-left {
  -o-background-clip: padding-box !important;
     background-clip: padding-box !important;
  border: 0 solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.row .col, .row-fixed .col,
.footer .col,
.teaser .col,
.pageinntertext .col,
.row-fixed-blue .col,
.page-headline .col {
  padding-left: 16px;
  padding-left: 1rem;
}
.row .col0, .row-fixed .col0,
.footer .col0,
.teaser .col0,
.pageinntertext .col0,
.row-fixed-blue .col0,
.page-headline .col0 {
  padding-left: 0;
}
.row .col:first-child, .row-fixed .col:first-child,
.footer .col:first-child,
.teaser .col:first-child,
.pageinntertext .col:first-child,
.row-fixed-blue .col:first-child,
.page-headline .col:first-child {
  padding-left: 0;
}
.row .span1, .row-fixed .span1,
.footer .span1,
.teaser .span1,
.pageinntertext .span1,
.row-fixed-blue .span1,
.page-headline .span1 {
  width: 16.6666666667%;
}
.row .span2, .row-fixed .span2,
.footer .span2,
.teaser .span2,
.pageinntertext .span2,
.row-fixed-blue .span2,
.page-headline .span2 {
  width: 33.3333333333%;
}
.row .span3, .row-fixed .span3,
.footer .span3,
.teaser .span3,
.pageinntertext .span3,
.row-fixed-blue .span3,
.page-headline .span3 {
  width: 50%;
}
.row .span4, .row-fixed .span4,
.footer .span4,
.teaser .span4,
.pageinntertext .span4,
.row-fixed-blue .span4,
.page-headline .span4 {
  width: 66.6666666667%;
}
.row .span5, .row-fixed .span5,
.footer .span5,
.teaser .span5,
.pageinntertext .span5,
.row-fixed-blue .span5,
.page-headline .span5 {
  width: 83.3333333333%;
}
.row .span6, .row-fixed .span6,
.footer .span6,
.teaser .span6,
.pageinntertext .span6,
.row-fixed-blue .span6,
.page-headline .span6 {
  margin-left: 0;
  width: 100%;
}

.row-fixed,
.footer,
.teaser,
.pageinntertext,
.row-fixed-blue,
.page-headline {
  *zoom: 1;
}
.row-fixed:before, .row-fixed:after,
.footer:before,
.teaser:before,
.pageinntertext:before,
.row-fixed-blue:before,
.page-headline:before,
.footer:after,
.teaser:after,
.pageinntertext:after,
.row-fixed-blue:after,
.page-headline:after {
  content: "";
  display: table;
}
.row-fixed:after,
.footer:after,
.teaser:after,
.pageinntertext:after,
.row-fixed-blue:after,
.page-headline:after {
  clear: both;
}

/*
@media screen and (max-width: 768px) {
  .moblie-none {
    display: none;
  }

  .row {
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6 {
      padding-left: 0;
      width: 100%;
    }
  }
}*/
html,
body {
  background-color: #fff;
  border: 0;
  color: #333;
  font-family: "futura-pt", sans-serif;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -webkit-font-feature-settings: "liga";
     -moz-font-feature-settings: "liga";
          font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
}

.wrapper,
.navigation {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 24px;
  padding: 0 1.5rem;
}

.wrapper-inner,
.footer-content,
.teaser,
.pageinntertext,
.page-headline {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 24px;
  padding: 0 1.5rem;
}

img {
  max-width: 100%;
}

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

.page-headline {
  color: #fff;
  margin-bottom: 160px;
  margin-bottom: 10rem;
  margin-top: 104px;
  margin-top: 6.5rem;
  text-align: center;
}
.page-headline p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.page-headline .button {
  margin-top: 44px;
  margin-top: 2.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  border-width: 0;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
       -o-transform-origin: left top 0;
          transform-origin: left top 0;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 44px;
  line-height: 2.75rem;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  line-height: 2rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
}

.mt05 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.mt1 {
  margin-top: 16px;
  margin-top: 1rem;
}

.mt2 {
  margin-top: 32px;
  margin-top: 2rem;
}

.mt3 {
  margin-top: 48px;
  margin-top: 3rem;
}

.mt4 {
  margin-top: 64px;
  margin-top: 4rem;
}

.mb1 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.my1 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.my2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.my3 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-top: 48px;
  margin-top: 3rem;
}

.my4 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  margin-top: 64px;
  margin-top: 4rem;
}

.pb1 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.mr1 {
  margin-right: 16px;
  margin-right: 1rem;
}

.pr05 {
  padding-right: 8px;
  padding-right: 0.5rem;
}

.pr1 {
  padding-right: 16px;
  padding-right: 1rem;
}

.pl1 {
  padding-left: 16px;
  padding-left: 1rem;
}

.pt1 {
  padding-top: 16px;
  padding-top: 1rem;
}

.pb1 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.pb05 {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.pb35 {
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}

.py1 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right,
.formfield-right {
  text-align: right;
}

.text-left,
.formfield-left {
  text-align: left;
}

/*.font-big {
  @include headlinetext($h1-font-size, .5, 400);
}*/
.font-large {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 36px;
  line-height: 2.25rem;
}

.font-medium {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 30px;
  line-height: 1.875rem;
}

aside {
  padding-left: 64px;
  padding-left: 4rem;
}
aside ul {
  list-style: none;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0;
}
aside ul h4 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.row-fixed-blue {
  background-color: #006fba;
  color: #fff;
}

.teaser {
  font-style: italic;
  text-align: center;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 52%;
  padding-top: 0;
  position: relative;
}
.video-wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-wrapper-16-9 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}
.video-wrapper-16-9 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.text-info {
  font-weight: 300;
  opacity: 0.8;
}

.text-icon {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.font-normal {
  font-style: normal;
}

.infobox {
  background-color: #fff;
  opacity: 0.8;
  padding: 32px;
  padding: 2rem;
}
.infobox p {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  line-height: 1.5rem;
}

.infotext-medium {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 22px;
  line-height: 1.375rem;
}

.infotext {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
  line-height: 1.375rem;
}

a {
  color: #333;
  text-decoration: none;
}
a.text {
  font-weight: 500;
}
a:hover {
  opacity: 0.6;
}

ol li {
  padding-top: 8px;
  padding-top: 0.5rem;
}
ol li::before {
  font-weight: 500;
}

.minus-style {
  list-style-type: "- ";
  margin-left: 0;
  padding-left: 16px;
  padding-left: 1rem;
}

.errorbox {
  background-color: #f2dede;
  color: #ba0012;
  padding: 16px;
  padding: 1rem;
}

.successbox {
  background-color: #dff0d8;
  color: #325300;
  padding: 16px;
  padding: 1rem;
}

.warningbox {
  background-color: #fcf8e3;
  color: #534b00;
  padding: 16px;
  padding: 1rem;
}

.graybox {
  background-color: #EEE;
  padding: 16px;
  padding: 1rem;
}

.bg-white {
  background-color: #fff;
}

.teaser-right {
  text-align: right;
}

.img-right {
  float: left;
  padding-right: 32px;
  padding-right: 2rem;
}

.bg-blue {
  background-color: #006fba;
}

.bg-gray {
  background-color: #e8e8e8;
}

.color-white {
  color: #fff;
}

.impressum ul {
  list-style: none;
  margin: 16px 0;
  margin: 1rem 0;
  padding: 0;
}
.impressum ul:first-child {
  margin-top: 0;
}
.impressum li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 2px 0;
  padding: 0.125rem 0;
}
.impressum li a {
  font-weight: 400;
}
.impressum p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 24px;
  line-height: 1.5rem;
}
.impressum p a {
  font-weight: 400;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .page-headline {
    margin-bottom: 8rem;
    margin-top: 4.5rem;
    max-width: 850px;
  }
  .page-headline p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
  }
  h1 {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.125rem;
  }
  h2 {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.875rem;
  }
  h3 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
  h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
  .font-big {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.125rem;
  }
  .font-large {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.875rem;
  }
  .font-medium {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
  .blog article {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper,
  .wrapper-inner {
    padding: 0 1.25rem;
  }
  .page-headline {
    margin-bottom: 4rem;
    margin-top: 1.75rem;
    max-width: 640px;
  }
  .page-headline p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-top: 1.375rem;
  }
  h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
  h2 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
  h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
  .font-big {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
  .font-large {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
  .font-medium {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
  }
  .mobile-top1 {
    margin-top: 1rem;
  }
  .mobile-top2 {
    margin-top: 2rem;
  }
  .mobile-bottom1 {
    margin-bottom: 1rem;
  }
  .mobile-bottom2 {
    margin-bottom: 2rem;
  }
  .teaser-right {
    padding-right: 0;
    text-align: center;
  }
  .teaser-left {
    margin-top: 2rem;
    text-align: center;
  }
  aside {
    padding-left: 0;
  }
  .blog article {
    margin-top: 2rem;
  }
}
.content {
  min-height: 100%;
}

.color-blue {
  color: #006fba;
}

.black {
  color: black;
}

#start {
  height: 100%;
  min-height: 100%;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
}
#start h1 {
  color: #fff;
  font-size: 58px;
  font-size: 3.625rem;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.standardseite {
  color: #fff;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
}
.standardseite h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.standardseite h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.white-section {
  background-color: white;
  color: black;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.white-section h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 16px 0 8px 0;
  padding: 1rem 0 0.5rem 0;
}
.white-section h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-style: italic;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.form-section .textfield-blue {
  background-color: #328bc7;
  color: #fff;
}

.btn-weiter {
  font-size: 19.2px !important;
  font-size: 1.2rem !important;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 240px;
  padding: 0 48px;
  padding: 0 3rem;
  width: 100%;
}

.btn-bottom {
  bottom: 40px;
  bottom: 2.5rem;
}

.datebox {
  font-weight: bold;
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  width: 75%;
}

.link-big {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 32px 16px 16px 16px;
  margin: 2rem 1rem 1rem 1rem;
  text-decoration: underline;
}

.link {
  font-style: italic;
  text-decoration: underline;
}

.headtext {
  font-style: italic;
  font-weight: bold;
  margin-top: 16px;
  margin-top: 1rem;
}

.font-big {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.font-very-big {
  font-size: 27.2px;
  font-size: 1.7rem;
  font-weight: 700;
}

.text-superbig {
  font-size: 48px;
  font-size: 3rem;
}

.quelle {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.border-left {
  border-left: 1px solid grey;
}

.input-row {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.button-box {
  border: 1px solid grey;
  background-color: #e8e8e8;
  color: black;
  font-size: 16px;
  font-size: 1rem;
  height: 80px;
  height: 5rem;
  line-height: 73.6px;
  line-height: 4.6rem;
  margin: 0 auto;
  padding: 0px 16px;
  padding: 0rem 1rem;
  text-align: center;
  width: 128px;
  width: 8rem;
  display: block;
}
.button-box:hover {
  cursor: pointer;
}

.box-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.15;
}

.blue-box {
  background-color: #328bc7;
  border: 0;
  color: white;
}

.button-active {
  background-color: grey;
  color: white;
}

.lightblue {
  background-color: #cce2f1 !important;
}

.nowrap {
  white-space: nowrap;
}

.spinner {
  border: none;
  float: left;
  font-size: 27.2px;
  font-size: 1.7rem;
  margin: 12px 32px 12px 32px;
  margin: 0.75rem 2rem 0.75rem 2rem;
  text-align: center;
  width: 80px;
  width: 5rem;
}

.spinner-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #e8e8e8;
  cursor: pointer;
  float: left;
  font-size: 32px;
  font-size: 2rem;
  height: 56px;
  height: 3.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  text-align: center;
  width: 56px;
  width: 3.5rem;
}
.spinner-button:hover {
  background-color: grey;
  color: white;
}

.line-height-big {
  line-height: 1.4;
}

.lined {
  border-bottom: 1px solid black;
  line-height: 0.1em;
}
.lined span {
  background: white;
  font-style: italic;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.kosten-uebersicht {
  margin: auto;
  max-width: 256px;
  max-width: 16rem;
}

.info-button {
  cursor: pointer;
}

.luecke-box {
  color: #ba0012;
  height: 22px;
  height: 1.375rem;
}

.sparen-label {
  height: 49px;
  height: 3.0625rem;
  position: relative;
}
.sparen-label p {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.radio-label {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .blue-box:hover {
    background-color: grey;
    color: white;
    cursor: pointer;
  }
}
@media screen and (max-width: 440px) {
  .standardseite h1 {
    font-size: 1.6rem;
  }
  .standardseite h2 {
    font-size: 1.6rem;
  }
  .white-section {
    font-size: 1.1rem;
  }
  .radio-label {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1rem;
  }
  .font-small {
    font-size: 1rem;
  }
  .font-very-small {
    font-size: 1rem;
  }
  .font-big {
    font-size: 1.4rem;
  }
  .font-very-big {
    font-size: 1.6rem;
  }
  h1.h1-small {
    font-size: 1.2rem;
  }
  .link-big {
    font-size: 1.5rem;
    margin: 1.5rem 1rem 0.5rem 1rem;
  }
  .button-box {
    font-size: 0.9rem;
    height: 3.7rem;
    line-height: 3.3rem;
    padding: 0 0.5rem;
    width: 6.5rem;
  }
  .sparen-label {
    height: 2.8125rem;
  }
}
@media screen and (max-width: 375px) {
  .font-very-small {
    font-size: 0.9rem;
  }
}
.dmf .row-fixed-blue {
  background-color: #84a214;
}
.dmf .bg-blue {
  background-color: #84a214;
}
.dmf .color-blue {
  color: #84a214;
}
.dmf .form-section .textfield-blue {
  background-color: #a2c617;
}
.dmf .blue-box {
  background-color: #a2c617;
}
.dmf .lightblue {
  background-color: #e6ecd0 !important;
}

.wf-din2014-n3-active html,
.wf-din2014-n3-active body {
  font-family: "din-2014", sans-serif;
}

.footer {
  background-color: #404040;
  color: #fff;
}
.footer h4 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.footer ul li {
  float: left;
  padding: 16px;
  padding: 1rem;
}
.footer a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.6;
}
.footer p {
  font-weight: 300;
}
.footer .textfield {
  width: 100%;
}
.footer .btn {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}
.footer .logo-left,
.footer .logo-right {
  line-height: 46px;
  line-height: 2.875rem;
}
.footer .logo-right {
  float: right;
}
.footer .logo-right li {
  float: left;
  font-size: 26px;
  font-size: 1.625rem;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
}
.footer .logo-right a {
  display: block;
  height: 40px;
  height: 2.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  width: 2.5rem;
}

.fa-facebook {
  background-color: #3b5998;
}
.fa-facebook:active {
  opacity: 0.5;
}

.fa-twitter {
  background-color: #4099ff;
}
.fa-twitter:active {
  opacity: 0.5;
}

.fa-youtube-play {
  background-color: #c4302b;
}
.fa-youtube-play:active {
  opacity: 0.5;
}

.fa-xing {
  background-color: #126567;
}
.fa-xing:active {
  opacity: 0.5;
}

.footer-left {
  text-align: center;
}

.footer-right {
  text-align: center;
}

.footer-content {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  margin-top: 64px;
  margin-top: 4rem;
  text-align: center;
}
.footer-content .subline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .logo-left {
    margin-top: 2rem;
    text-align: center;
  }
  .logo-left .siegel-telis-block {
    display: inline-block;
  }
  .footer .abobtn {
    margin-top: 1rem;
  }
  .footer .btn {
    padding: 0.625rem 2rem;
    width: auto;
  }
  .footer .logo-right {
    float: none;
  }
  .footer .logo-right ul {
    margin-top: 1rem;
    padding: 0;
  }
  .footer .logo-right li:first-child {
    padding-left: 0;
  }
}
.header {
  color: #fff;
}

.header.bg-blue .nav-collapse li {
  opacity: 1;
}

.headerlogo {
  background-image: url("/assets/images/telis/headerlogo@3x-f19c59d10a.png");
  -o-background-size: 210px 34px;
     background-size: 210px 34px;
  display: block;
  height: 34px;
  width: 210px;
}
.headerlogo:hover {
  opacity: 1;
}

.dmf .headerlogo {
  background-image: url("/assets/images/dmf/headerlogo@3x-6a7c9b9480.png");
  -o-background-size: 115px 46px;
     background-size: 115px 46px;
  height: 46px;
  width: 115px;
}

.navigation {
  padding-top: 32px;
  padding-top: 2rem;
}
.navigation .nav-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navigation .nav-toggle:hover {
  opacity: 0.6;
}
.navigation .nav-logo {
  width: 20%;
  position: relative;
  z-index: 1;
}
.navigation .nav-main {
  text-align: right;
  width: 80%;
}

.nav-collapse {
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1rem;
}
.nav-collapse ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-collapse li {
  display: block;
  float: left;
}
.nav-collapse li:last {
  padding-right: 0;
}
.nav-collapse a {
  color: #fff;
  display: block;
  opacity: 1;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-collapse a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-collapse a:hover::after {
  height: 1px;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-collapse a::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin-top: 4px;
  margin-top: 0.25rem;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.nav-collapse a.active::after {
  opacity: 0.6;
}
.nav-collapse.opened {
  max-height: 9999px;
}

.js .nav-collapse {
  position: relative;
}
.js .nav-collapse.closed {
  max-height: none;
}

.nav-toggle {
  display: none;
}

.navigation .nav-main {
  width: 100%;
}

.nav-menu {
  display: inline;
  padding: 8px 0;
  padding: 0.5rem 0;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.js-nav-active .nav-menu {
  background-color: #999;
  opacity: 0.8;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  zoom: 1;
}

.nav-collapse {
  float: none;
  position: absolute;
  z-index: 120;
}
.nav-collapse ul {
  padding-top: 8px;
  padding-top: 0.5rem;
}
.nav-collapse li {
  background-color: #999;
  float: none;
  opacity: 0.8;
  width: 100%;
}
.nav-collapse a {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  padding: 1rem;
}
.nav-collapse a::after {
  height: 0;
  opacity: 0;
}
.nav-collapse a:hover::after {
  height: 0;
  opacity: 0;
}

.nav-toggle {
  display: inline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-toggle:before {
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-rendering: auto;
  width: 1.28571429em;
}

.js-nav-active .nav-toggle:before {
  content: "\f077";
}

.nav-hidden {
  clip: rect(0 0 0 0);
  display: block;
  max-height: none;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .header {
    padding: 1.25rem 0;
  }
  .headerlogo {
    background-image: url("/assets/images/telis/headerlogo-mobile@3x-1ccfe113f2.png");
    -o-background-size: 148px 24px;
       background-size: 148px 24px;
    height: 24px;
    width: 148px;
  }
  .dmf .headerlogo {
    background-image: url("/assets/images/dmf/headerlogo-mobile@3x-7c2929b883.png");
    -o-background-size: 80px 32px;
       background-size: 80px 32px;
    height: 32px;
    width: 80px;
  }
  .navigation {
    padding: 0 1.25rem;
  }
  .navigation .nav-toggle {
    font-size: 1.2rem;
  }
  .navigation .nav-main {
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 501px) {
  .header {
    padding-bottom: 2rem;
  }
  .navigation .nav-main {
    margin-top: -2.125rem;
  }
}
.header h1 {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  margin: 24px 24px 24px 16px;
  margin: 1.5rem 1.5rem 1.5rem 1rem;
}
.header p {
  font-style: italic;
  margin-left: 16px;
  margin-left: 1rem;
}

.kontaktlabel {
  display: inline-block;
  width: 30px;
}

label.error {
  color: #ba0012;
}

.error-list ul {
  color: #ba0012;
  list-style: none;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding-left: 0;
}

.selectfield, .textfield {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  display: inline;
  font-size: 24px;
  font-size: 1.5rem;
  opacity: 0.7;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  -webkit-transition: border, opacity 0.3s ease-in-out 0s;
  -o-transition: border, opacity 0.3s ease-in-out 0s;
  transition: border, opacity 0.3s ease-in-out 0s;
  width: 80%;
}

.textfield:hover, .textfield:focus {
  opacity: 0.9;
}
.textfield:disabled {
  background-color: #ddd;
}
.textfield:disabled:hover {
  opacity: 0.7;
}
.textfield.error {
  border: 1px solid #ba0012;
}

select.selectfield {
  text-align: left;
}

select.textfield {
  text-align: left;
}

.selectfield:hover, .selectfield:focus {
  opacity: 0.9;
}

.checkboxfield {
  background-color: #fff;
  border: 0;
  color: #333;
  display: inline;
  font-size: 24px;
  font-size: 1.5rem;
  opacity: 0.7;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.checkboxfield:hover, .checkboxfield:focus {
  opacity: 0.9;
}

.formular .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  float: left;
  font-size: 1em;
  margin-right: 0.75em;
  width: auto;
}
.formular .checkbox:checked, .formular .checkbox:not(:checked) {
  background: transparent;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  width: 0;
}
.formular .checkbox:checked + label::before, .formular .checkbox:not(:checked) + label::before {
  background: #fff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  content: " ";
  display: inline-block;
  height: 18px;
  height: 1.125rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  position: relative;
  width: 18px;
  width: 1.125rem;
}
.formular .checkbox:checked:focus + label, .formular .checkbox:not(:checked):focus + label {
  border-bottom: 1px solid #006fba;
}
.formular .checkbox + label {
  cursor: pointer;
}
.formular .checkbox:hover + label::before {
  background: #ddd;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
.formular .checkbox:checked + label::before {
  background: #333;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.formular-login .checkbox:checked, .formular-login .checkbox:not(:checked) {
  display: none;
}
.formular-login .checkbox:checked ~ label, .formular-login .checkbox:not(:checked) ~ label {
  cursor: pointer;
}
.formular-login .checkbox:checked ~ label:before, .formular-login .checkbox:not(:checked) ~ label:before {
  cursor: pointer;
  font-family: "FontAwesome";
  font-style: normal;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}
.formular-login .checkbox:checked ~ label:before {
  content: "\f046";
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
.formular-login .checkbox:not(:checked) ~ label:before {
  content: "\f096";
  letter-spacing: 5px;
  letter-spacing: 0.3125rem;
}

.formular-head,
.formular-head-active {
  background-color: #bdd3e2;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 4px;
  padding: 0.25rem;
  text-align: center;
}

.formular-test {
  background-color: #bdd3e2;
  margin-right: 16px;
  margin-right: 1rem;
}

.formular-head-active {
  background-color: #006fba;
  font-weight: 500;
}

.formular-head-left {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.formular-head-middle {
  margin: 0 4px;
  margin: 0 0.25rem;
}

.formular-head-right {
  margin-left: 4px;
  margin-left: 0.25rem;
}

.formular-label {
  padding: 16px;
  padding: 1rem;
  text-align: right;
}
.formular-label label {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  line-height: 2rem;
}
.formular-label p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0 0 0 8px;
  margin: 0 0 0 0.5rem;
}

.formular-field,
.formular-field-check {
  padding: 16px;
  padding: 1rem;
  text-align: left;
}
.formular-field label,
.formular-field-check label {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (max-width: 1024px) {
  .formular-label label,
  .formular-field label,
  .formular-field-check label {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .formfield-right,
  .formfield-left {
    text-align: center;
  }
  .formular-head-left,
  .formular-head-middle,
  .formular-head-right {
    margin: 0;
  }
  .formular-label {
    text-align: center;
  }
  .formular-label label {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .formular-field,
  .formular-field-check {
    padding: 0.5rem 1rem;
  }
  .formular-field label,
  .formular-field-check label {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
  }
  .formular-field {
    text-align: center;
  }
  .formular-field-check {
    margin: 0 auto;
  }
}
.input-inactive {
  background-color: white;
  border: 0;
  max-width: 64px;
  max-width: 4rem;
  opacity: 1;
  text-align: center;
}

.error-list ul {
  margin: 8px 0;
  margin: 0.5rem 0;
}

span.ui-slider-handle.ui-state-active {
  border: 1px solid #006fba !important;
  background: #328bc7 !important;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  background-color: white;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #328bc7;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #328bc7;
          box-shadow: 0 0 1px #328bc7;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -o-transform: translateX(26px);
     transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.selectfield {
  background-color: #328bc7;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 440px) {
  .textfield, .selectfield {
    font-size: 1.3rem;
  }
  .selectfield {
    font-size: 1rem;
  }
}
select {
  -webkit-appearance: none;
}

.textfield, select {
  background-color: white !important;
  border-bottom: 1px solid #999999 !important;
  border-radius: 0;
  border-top: none;
  color: #333333 !important;
}

input.btn {
  font-family: "futura-pt", sans-serif;
}

.dmf .formular-head-active {
  background-color: #84a214;
}
.dmf span.ui-slider-handle.ui-state-active {
  border: 1px solid #84a214 !important;
  background: #84a214 !important;
}
.dmf input:checked + .slider {
  background-color: #84a214;
}
.dmf input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #84a214;
          box-shadow: 0 0 1px #84a214;
}
.dmf .selectfield {
  background-color: #a2c617;
}
.dmf input.btn {
  font-family: "din-2014", sans-serif;
}

.btn {
  background-color: #fff;
  border: medium none;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.8;
  padding: 16px 32px;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color, color 0.3s ease-in-out 0s;
  -o-transition: background-color, color 0.3s ease-in-out 0s;
  transition: background-color, color 0.3s ease-in-out 0s;
  vertical-align: middle;
}
.btn.primary {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #829dc2;
}
.btn.std {
  color: #333;
  font-weight: 500;
}
.btn.std:hover, .btn.std:focus {
  background-color: #545454;
  color: #fff;
}
.btn.text {
  color: #333;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.75rem;
}
.btn.text:hover, .btn.text:focus {
  background-color: #545454;
  color: #fff;
}
.btn.blue {
  background-color: #005aab;
  color: #fff;
  font-weight: 500;
}
.btn.blue:hover, .btn.blue:focus {
  background-color: #072c71;
}
.btn.gray {
  background-color: #545454;
  border: 1px solid #545454;
  color: #fff;
  font-weight: 500;
}
.btn.gray:hover, .btn.gray:focus {
  background-color: #fff;
  color: #545454;
}
.btn.wide {
  line-height: 14px;
  line-height: 0.875rem;
  padding: 16px 64px;
  padding: 1rem 4rem;
}
.btn:active {
  opacity: 0.5;
}

@media screen and (max-width: 320px) {
  .btn.wide {
    line-height: 0.875rem;
    max-width: 100%;
    padding: 1rem 2rem;
  }
}
.dmf .btn.blue {
  background-color: #84a214;
}

.dmf .background-start, .dmf .background-blue, .background-blue, .background-woman {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.background-woman {
  background-image: url("/assets/images/background-frau.jpg");
}

.background-blue {
  background-image: url("/assets/images/telis/background-blue-4928f51bcc.jpg");
}

.img-center {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}

.image {
  display: block;
  height: auto;
  margin: 8px auto;
  margin: 0.5rem auto;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  width: 100%;
}

.image-75 {
  width: 75%;
}

.dmf .background-blue {
  background-image: url("/assets/images/dmf/background-green-716927230d.jpg");
}
.dmf .background-start {
  background-image: url("/assets/images/dmf/background-green-start-08949082be.jpg");
}
/*# sourceMappingURL=site.min.css.map */
