@charset "UTF-8";
@import url("roboto4357.css");
@import url("roboto-condensed43.css");
.no-pad {
  padding: 0 !important; }

/* ---------------------------------------------------------
   Variablen
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   MediaQuery Größen
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   Body
   ---------------------------------------------------------*/
body {
  font-size: 17px;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #000;
  font-weight: 300;
  line-height: 1.6em;
  /* Fuer Webfonts */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* ---------------------------------------------------------
   Includes
   ---------------------------------------------------------*/
/*! normalize.css v2.1.0 | 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,
main {
  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 styling not present in IE 8/9.
 */
[hidden] {
  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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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"],
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.
 * 2. Remove excess padding in IE 8/9.
 */
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; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

/* gridelements:uid:5 */
.rowflex.cf {display:flex;justify-content: space-between;}

/* fsc: space-before & space-after */
.frame-space-before-extra-small {margin-top:30px !important;}
.frame-space-before-small {margin-top:60px !important;}
.frame-space-before-medium {margin-top:90px !important;}
.frame-space-before-large {margin-top:120px !important;}
.frame-space-before-extra-large {margin-top:150px !important;}
.frame-space-after-extra-small {margin-bottom:30px !important;}
.frame-space-after-small {margin-bottom:60px !important;}
.frame-space-after-medium {margin-bottom:90px !important;}
.frame-space-after-large {margin-bottom:120px !important;}
.frame-space-after-extra-large {margin-bottom:150px !important;}

.row.no-gutter [class*='g-']:not(:first-child),
.row.no-gutter [class*='g-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 770px; } }
  @media (min-width: 992px) {
    .container {
      width: 990px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1190px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -25px;
  margin-right: -25px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.g-xs-1, .g-sm-1, .g-md-1, .g-lg-1, .g-xl-1, .g-xs-2, .g-sm-2, .g-md-2, .g-lg-2, .g-xl-2, .g-xs-3, .g-sm-3, .g-md-3, .g-lg-3, .g-xl-3, .g-xs-4, .g-sm-4, .g-md-4, .g-lg-4, .g-xl-4, .g-xs-5, .g-sm-5, .g-md-5, .g-lg-5, .g-xl-5, .g-xs-6, .g-sm-6, .g-md-6, .g-lg-6, .g-xl-6, .g-xs-7, .g-sm-7, .g-md-7, .g-lg-7, .g-xl-7, .g-xs-8, .g-sm-8, .g-md-8, .g-lg-8, .g-xl-8, .g-xs-9, .g-sm-9, .g-md-9, .g-lg-9, .g-xl-9, .g-xs-10, .g-sm-10, .g-md-10, .g-lg-10, .g-xl-10, .g-xs-11, .g-sm-11, .g-md-11, .g-lg-11, .g-xl-11, .g-xs-12, .g-sm-12, .g-md-12, .g-lg-12, .g-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px; }

.g-xl-1, .g-xl-2, .g-xl-3, .g-xl-4, .g-xl-5, .g-xl-6, .g-xl-7, .g-xl-8, .g-xl-9, .g-xl-10, .g-xl-11, .g-xl-12 {
  float: left; }

.g-xl-1 {
  width: 8.33333%; }

.g-xl-2 {
  width: 16.66667%; }

.g-xl-3 {
  width: 25%; }

.g-xl-4 {
  width: 33.33333%; }

.g-xl-5 {
  width: 41.66667%; }

.g-xl-6 {
  width: 50%; }

.g-xl-7 {
  width: 58.33333%; }

.g-xl-8 {
  width: 66.66667%; }

.g-xl-9 {
  width: 75%; }

.g-xl-10 {
  width: 83.33333%; }

.g-xl-11 {
  width: 91.66667%; }

.g-xl-12 {
  width: 100%; }

.g-xl-pull-0 {
  right: auto; }

.g-xl-pull-1 {
  right: 8.33333%; }

.g-xl-pull-2 {
  right: 16.66667%; }

.g-xl-pull-3 {
  right: 25%; }

.g-xl-pull-4 {
  right: 33.33333%; }

.g-xl-pull-5 {
  right: 41.66667%; }

.g-xl-pull-6 {
  right: 50%; }

.g-xl-pull-7 {
  right: 58.33333%; }

.g-xl-pull-8 {
  right: 66.66667%; }

.g-xl-pull-9 {
  right: 75%; }

.g-xl-pull-10 {
  right: 83.33333%; }

.g-xl-pull-11 {
  right: 91.66667%; }

.g-xl-pull-12 {
  right: 100%; }

.g-xl-push-0 {
  left: auto; }

.g-xl-push-1 {
  left: 8.33333%; }

.g-xl-push-2 {
  left: 16.66667%; }

.g-xl-push-3 {
  left: 25%; }

.g-xl-push-4 {
  left: 33.33333%; }

.g-xl-push-5 {
  left: 41.66667%; }

.g-xl-push-6 {
  left: 50%; }

.g-xl-push-7 {
  left: 58.33333%; }

.g-xl-push-8 {
  left: 66.66667%; }

.g-xl-push-9 {
  left: 75%; }

.g-xl-push-10 {
  left: 83.33333%; }

.g-xl-push-11 {
  left: 91.66667%; }

.g-xl-push-12 {
  left: 100%; }

.g-xl-offset-0 {
  margin-left: 0%; }

.g-xl-offset-1 {
  margin-left: 8.33333%; }

.g-xl-offset-2 {
  margin-left: 16.66667%; }

.g-xl-offset-3 {
  margin-left: 25%; }

.g-xl-offset-4 {
  margin-left: 33.33333%; }

.g-xl-offset-5 {
  margin-left: 41.66667%; }

.g-xl-offset-6 {
  margin-left: 50%; }

.g-xl-offset-7 {
  margin-left: 58.33333%; }

.g-xl-offset-8 {
  margin-left: 66.66667%; }

.g-xl-offset-9 {
  margin-left: 75%; }

.g-xl-offset-10 {
  margin-left: 83.33333%; }

.g-xl-offset-11 {
  margin-left: 91.66667%; }

.g-xl-offset-12 {
  margin-left: 100%; }

@media (max-width: 1220px) {
  .g-lg-1, .g-lg-2, .g-lg-3, .g-lg-4, .g-lg-5, .g-lg-6, .g-lg-7, .g-lg-8, .g-lg-9, .g-lg-10, .g-lg-11, .g-lg-12 {
    float: left; }

  .g-lg-1 {
    width: 8.33333%; }

  .g-lg-2 {
    width: 16.66667%; }

  .g-lg-3 {
    width: 25%; }

  .g-lg-4 {
    width: 33.33333%; }

  .g-lg-5 {
    width: 41.66667%; }

  .g-lg-6 {
    width: 50%; }

  .g-lg-7 {
    width: 58.33333%; }

  .g-lg-8 {
    width: 66.66667%; }

  .g-lg-9 {
    width: 75%; }

  .g-lg-10 {
    width: 83.33333%; }

  .g-lg-11 {
    width: 91.66667%; }

  .g-lg-12 {
    width: 100%; }

  .g-lg-pull-0 {
    right: auto; }

  .g-lg-pull-1 {
    right: 8.33333%; }

  .g-lg-pull-2 {
    right: 16.66667%; }

  .g-lg-pull-3 {
    right: 25%; }

  .g-lg-pull-4 {
    right: 33.33333%; }

  .g-lg-pull-5 {
    right: 41.66667%; }

  .g-lg-pull-6 {
    right: 50%; }

  .g-lg-pull-7 {
    right: 58.33333%; }

  .g-lg-pull-8 {
    right: 66.66667%; }

  .g-lg-pull-9 {
    right: 75%; }

  .g-lg-pull-10 {
    right: 83.33333%; }

  .g-lg-pull-11 {
    right: 91.66667%; }

  .g-lg-pull-12 {
    right: 100%; }

  .g-lg-push-0 {
    left: auto; }

  .g-lg-push-1 {
    left: 8.33333%; }

  .g-lg-push-2 {
    left: 16.66667%; }

  .g-lg-push-3 {
    left: 25%; }

  .g-lg-push-4 {
    left: 33.33333%; }

  .g-lg-push-5 {
    left: 41.66667%; }

  .g-lg-push-6 {
    left: 50%; }

  .g-lg-push-7 {
    left: 58.33333%; }

  .g-lg-push-8 {
    left: 66.66667%; }

  .g-lg-push-9 {
    left: 75%; }

  .g-lg-push-10 {
    left: 83.33333%; }

  .g-lg-push-11 {
    left: 91.66667%; }

  .g-lg-push-12 {
    left: 100%; }

  .g-lg-offset-0 {
    margin-left: 0%; }

  .g-lg-offset-1 {
    margin-left: 8.33333%; }

  .g-lg-offset-2 {
    margin-left: 16.66667%; }

  .g-lg-offset-3 {
    margin-left: 25%; }

  .g-lg-offset-4 {
    margin-left: 33.33333%; }

  .g-lg-offset-5 {
    margin-left: 41.66667%; }

  .g-lg-offset-6 {
    margin-left: 50%; }

  .g-lg-offset-7 {
    margin-left: 58.33333%; }

  .g-lg-offset-8 {
    margin-left: 66.66667%; }

  .g-lg-offset-9 {
    margin-left: 75%; }

  .g-lg-offset-10 {
    margin-left: 83.33333%; }

  .g-lg-offset-11 {
    margin-left: 91.66667%; }

  .g-lg-offset-12 {
    margin-left: 100%; } }
@media (max-width: 1020px) {
  .g-md-1, .g-md-2, .g-md-3, .g-md-4, .g-md-5, .g-md-6, .g-md-7, .g-md-8, .g-md-9, .g-md-10, .g-md-11, .g-md-12 {
    float: left; }

  .g-md-1 {
    width: 8.33333%; }

  .g-md-2 {
    width: 16.66667%; }

  .g-md-3 {
    width: 25%; }

  .g-md-4 {
    width: 33.33333%; }

  .g-md-5 {
    width: 41.66667%; }

  .g-md-6 {
    width: 50%; }

  .g-md-7 {
    width: 58.33333%; }

  .g-md-8 {
    width: 66.66667%; }

  .g-md-9 {
    width: 75%; }

  .g-md-10 {
    width: 83.33333%; }

  .g-md-11 {
    width: 91.66667%; }

  .g-md-12 {
    width: 100%; }

  .g-md-pull-0 {
    right: auto; }

  .g-md-pull-1 {
    right: 8.33333%; }

  .g-md-pull-2 {
    right: 16.66667%; }

  .g-md-pull-3 {
    right: 25%; }

  .g-md-pull-4 {
    right: 33.33333%; }

  .g-md-pull-5 {
    right: 41.66667%; }

  .g-md-pull-6 {
    right: 50%; }

  .g-md-pull-7 {
    right: 58.33333%; }

  .g-md-pull-8 {
    right: 66.66667%; }

  .g-md-pull-9 {
    right: 75%; }

  .g-md-pull-10 {
    right: 83.33333%; }

  .g-md-pull-11 {
    right: 91.66667%; }

  .g-md-pull-12 {
    right: 100%; }

  .g-md-push-0 {
    left: auto; }

  .g-md-push-1 {
    left: 8.33333%; }

  .g-md-push-2 {
    left: 16.66667%; }

  .g-md-push-3 {
    left: 25%; }

  .g-md-push-4 {
    left: 33.33333%; }

  .g-md-push-5 {
    left: 41.66667%; }

  .g-md-push-6 {
    left: 50%; }

  .g-md-push-7 {
    left: 58.33333%; }

  .g-md-push-8 {
    left: 66.66667%; }

  .g-md-push-9 {
    left: 75%; }

  .g-md-push-10 {
    left: 83.33333%; }

  .g-md-push-11 {
    left: 91.66667%; }

  .g-md-push-12 {
    left: 100%; }

  .g-md-offset-0 {
    margin-left: 0%; }

  .g-md-offset-1 {
    margin-left: 8.33333%; }

  .g-md-offset-2 {
    margin-left: 16.66667%; }

  .g-md-offset-3 {
    margin-left: 25%; }

  .g-md-offset-4 {
    margin-left: 33.33333%; }

  .g-md-offset-5 {
    margin-left: 41.66667%; }

  .g-md-offset-6 {
    margin-left: 50%; }

  .g-md-offset-7 {
    margin-left: 58.33333%; }

  .g-md-offset-8 {
    margin-left: 66.66667%; }

  .g-md-offset-9 {
    margin-left: 75%; }

  .g-md-offset-10 {
    margin-left: 83.33333%; }

  .g-md-offset-11 {
    margin-left: 91.66667%; }

  .g-md-offset-12 {
    margin-left: 100%; } }
@media (max-width: 767px) {
  .g-sm-1, .g-sm-2, .g-sm-3, .g-sm-4, .g-sm-5, .g-sm-6, .g-sm-7, .g-sm-8, .g-sm-9, .g-sm-10, .g-sm-11, .g-sm-12 {
    float: left; }

  .g-sm-1 {
    width: 8.33333%; }

  .g-sm-2 {
    width: 16.66667%; }

  .g-sm-3 {
    width: 25%; }

  .g-sm-4 {
    width: 33.33333%; }

  .g-sm-5 {
    width: 41.66667%; }

  .g-sm-6 {
    width: 50%; }

  .g-sm-7 {
    width: 58.33333%; }

  .g-sm-8 {
    width: 66.66667%; }

  .g-sm-9 {
    width: 75%; }

  .g-sm-10 {
    width: 83.33333%; }

  .g-sm-11 {
    width: 91.66667%; }

  .g-sm-12 {
    width: 100%; }

  .g-sm-pull-0 {
    right: auto; }

  .g-sm-pull-1 {
    right: 8.33333%; }

  .g-sm-pull-2 {
    right: 16.66667%; }

  .g-sm-pull-3 {
    right: 25%; }

  .g-sm-pull-4 {
    right: 33.33333%; }

  .g-sm-pull-5 {
    right: 41.66667%; }

  .g-sm-pull-6 {
    right: 50%; }

  .g-sm-pull-7 {
    right: 58.33333%; }

  .g-sm-pull-8 {
    right: 66.66667%; }

  .g-sm-pull-9 {
    right: 75%; }

  .g-sm-pull-10 {
    right: 83.33333%; }

  .g-sm-pull-11 {
    right: 91.66667%; }

  .g-sm-pull-12 {
    right: 100%; }

  .g-sm-push-0 {
    left: auto; }

  .g-sm-push-1 {
    left: 8.33333%; }

  .g-sm-push-2 {
    left: 16.66667%; }

  .g-sm-push-3 {
    left: 25%; }

  .g-sm-push-4 {
    left: 33.33333%; }

  .g-sm-push-5 {
    left: 41.66667%; }

  .g-sm-push-6 {
    left: 50%; }

  .g-sm-push-7 {
    left: 58.33333%; }

  .g-sm-push-8 {
    left: 66.66667%; }

  .g-sm-push-9 {
    left: 75%; }

  .g-sm-push-10 {
    left: 83.33333%; }

  .g-sm-push-11 {
    left: 91.66667%; }

  .g-sm-push-12 {
    left: 100%; }

  .g-sm-offset-0 {
    margin-left: 0%; }

  .g-sm-offset-1 {
    margin-left: 8.33333%; }

  .g-sm-offset-2 {
    margin-left: 16.66667%; }

  .g-sm-offset-3 {
    margin-left: 25%; }

  .g-sm-offset-4 {
    margin-left: 33.33333%; }

  .g-sm-offset-5 {
    margin-left: 41.66667%; }

  .g-sm-offset-6 {
    margin-left: 50%; }

  .g-sm-offset-7 {
    margin-left: 58.33333%; }

  .g-sm-offset-8 {
    margin-left: 66.66667%; }

  .g-sm-offset-9 {
    margin-left: 75%; }

  .g-sm-offset-10 {
    margin-left: 83.33333%; }

  .g-sm-offset-11 {
    margin-left: 91.66667%; }

  .g-sm-offset-12 {
    margin-left: 100%; } }
@media (max-width: 480px) {
  .g-xs-1, .g-xs-2, .g-xs-3, .g-xs-4, .g-xs-5, .g-xs-6, .g-xs-7, .g-xs-8, .g-xs-9, .g-xs-10, .g-xs-11, .g-xs-12 {
    float: left; }

  .g-xs-1 {
    width: 8.33333%; }

  .g-xs-2 {
    width: 16.66667%; }

  .g-xs-3 {
    width: 25%; }

  .g-xs-4 {
    width: 33.33333%; }

  .g-xs-5 {
    width: 41.66667%; }

  .g-xs-6 {
    width: 50%; }

  .g-xs-7 {
    width: 58.33333%; }

  .g-xs-8 {
    width: 66.66667%; }

  .g-xs-9 {
    width: 75%; }

  .g-xs-10 {
    width: 83.33333%; }

  .g-xs-11 {
    width: 91.66667%; }

  .g-xs-12 {
    width: 100%; }

  .g-xs-pull-0 {
    right: auto; }

  .g-xs-pull-1 {
    right: 8.33333%; }

  .g-xs-pull-2 {
    right: 16.66667%; }

  .g-xs-pull-3 {
    right: 25%; }

  .g-xs-pull-4 {
    right: 33.33333%; }

  .g-xs-pull-5 {
    right: 41.66667%; }

  .g-xs-pull-6 {
    right: 50%; }

  .g-xs-pull-7 {
    right: 58.33333%; }

  .g-xs-pull-8 {
    right: 66.66667%; }

  .g-xs-pull-9 {
    right: 75%; }

  .g-xs-pull-10 {
    right: 83.33333%; }

  .g-xs-pull-11 {
    right: 91.66667%; }

  .g-xs-pull-12 {
    right: 100%; }

  .g-xs-push-0 {
    left: auto; }

  .g-xs-push-1 {
    left: 8.33333%; }

  .g-xs-push-2 {
    left: 16.66667%; }

  .g-xs-push-3 {
    left: 25%; }

  .g-xs-push-4 {
    left: 33.33333%; }

  .g-xs-push-5 {
    left: 41.66667%; }

  .g-xs-push-6 {
    left: 50%; }

  .g-xs-push-7 {
    left: 58.33333%; }

  .g-xs-push-8 {
    left: 66.66667%; }

  .g-xs-push-9 {
    left: 75%; }

  .g-xs-push-10 {
    left: 83.33333%; }

  .g-xs-push-11 {
    left: 91.66667%; }

  .g-xs-push-12 {
    left: 100%; }

  .g-xs-offset-0 {
    margin-left: 0%; }

  .g-xs-offset-1 {
    margin-left: 8.33333%; }

  .g-xs-offset-2 {
    margin-left: 16.66667%; }

  .g-xs-offset-3 {
    margin-left: 25%; }

  .g-xs-offset-4 {
    margin-left: 33.33333%; }

  .g-xs-offset-5 {
    margin-left: 41.66667%; }

  .g-xs-offset-6 {
    margin-left: 50%; }

  .g-xs-offset-7 {
    margin-left: 58.33333%; }

  .g-xs-offset-8 {
    margin-left: 66.66667%; }

  .g-xs-offset-9 {
    margin-left: 75%; }

  .g-xs-offset-10 {
    margin-left: 83.33333%; }

  .g-xs-offset-11 {
    margin-left: 91.66667%; }

  .g-xs-offset-12 {
    margin-left: 100%; } }
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

@media (max-width: 420px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left; }

  .col-xxs-1 {
    width: 8.333333333333332%; }

  .col-xxs-2 {
    width: 16.666666666666664%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.33333333333333%; }

  .col-xxs-5 {
    width: 41.66666666666667%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-7 {
    width: 58.333333333333336%; }

  .col-xxs-8 {
    width: 66.66666666666666%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-10 {
    width: 83.33333333333334%; }

  .col-xxs-11 {
    width: 91.66666666666666%; }

  .col-xxs-12 {
    width: 100%; }

  .col-xxs-push-1 {
    left: 8.333333333333332%; }

  .col-xxs-push-2 {
    left: 16.666666666666664%; }

  .col-xxs-push-3 {
    left: 25%; }

  .col-xss-push-4 {
    left: 33.33333333333333%; }

  .col-xxs-push-5 {
    left: 41.66666666666667%; }

  .col-xxs-push-6 {
    left: 50%; }

  .col-xxs-push-7 {
    left: 58.333333333333336%; }

  .col-xxs-push-8 {
    left: 66.66666666666666%; }

  .col-xxs-push-9 {
    left: 75%; }

  .col-xxs-push-10 {
    left: 83.33333333333334%; }

  .col-xxs-push-11 {
    left: 91.66666666666666%; }

  .col-xxs-pull-1 {
    right: 8.333333333333332%; }

  .col-xxs-pull-2 {
    right: 16.666666666666664%; }

  .col-xxs-pull-3 {
    right: 25%; }

  .col-xxs-pull-4 {
    right: 33.33333333333333%; }

  .col-xxs-pull-5 {
    right: 41.66666666666667%; }

  .col-xxs-pull-6 {
    right: 50%; }

  .col-xxs-pull-7 {
    right: 58.333333333333336%; }

  .col-xxs-pull-8 {
    right: 66.66666666666666%; }

  .col-xxs-pull-9 {
    right: 75%; }

  .col-xxs-pull-10 {
    right: 83.33333333333334%; }

  .col-xxs-pull-11 {
    right: 91.66666666666666%; }

  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-xxs-offset-3 {
    margin-left: 25%; }

  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-xxs-offset-6 {
    margin-left: 50%; }

  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-xxs-offset-9 {
    margin-left: 75%; }

  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%; } }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* div, section {
         @include transition(all, .5s, ease-in-out);
 } */
img {
  display: block; }

p {
  margin-top: 0; }

hr {
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d2d2d2; }

.visible-mobile {
  display: none; }

.visible-small {
  display: none; }

.visible-middle {
  display: none; }

.visible-large {
  display: none; }

.hidden-mobile {
  display: block; }

.hidden-small {
  display: block; }

.hidden-middle {
  display: block; }

.hidden-large {
  display: block; }

.fullwidth > .frame-layout-0, .fullwidth > div > .frame-layout-0, #keyvisual .fullimg > div > .frame-layout-0, .frame-layout-1 .row1 > div > .frame-layout-0, .frame-layout-1 .row1 > div > div.article > .frame-layout-0,
.wrappit, #main.wrapper, .fullwidth > .layout-0, .fullwidth > div > .layout-0, #keyvisual .fullimg > div > .layout-0, .layout-1 .row1 > div > .layout-0,
.fullwidth > .frame-layout-0, #keyvisual .fullimg > .frame-layout-0, .frame-layout-1 .row1 > .frame-layout-0, .frame-layout-1 .row1 > div.article > .frame-layout-0,
.fullwidth > .layout-0, #keyvisual .fullimg > .layout-0, .layout-1 .row1 > .layout-0 {
  margin: 0 auto;
  width: 1160px;
  position: relative; }

.fullwidth > .frame-layout-1, .fullwidth > div > .frame-layout-1,
.fullwidth > .layout-1, .fullwidth > div > .layout-1 {
  margin: 0;
  width: 100%; }

.fullwidth > .frame-layout-4, .fullwidth > div > .frame-layout-4,
.fullwidth > .layout-4, .fullwidth > div > .layout-4 {
  margin: 0;
  width: 100%;
  background: #ecf0f1; }

.fullwidth > .frame-layout-2, .fullwidth > div > .frame-layout-2,
.fullwidth > .layout-2, .fullwidth > div > .layout-2 {
  margin: 0;
  width: 100%;
  padding: 20px; }

.fullwidth > .frame-layout-3, .fullwidth > div > .frame-layout-3,
.fullwidth > .layout-3, .fullwidth > div > .layout-3 {
  margin: 0;
  width: 100%; }
  .fullwidth > .frame-layout-3 > div > div, .fullwidth > div > .frame-layout-3 > div > div,
  .fullwidth > .layout-3 > div > div, .fullwidth > div > .layout-3 > div > div {
    padding: 20px; }

@media (max-width: 1220px) {
  .fullwidth > .frame-layout-0, .fullwidth > div > .frame-layout-0, #keyvisual .fullimg > div > .frame-layout-0, .frame-layout-1 .row1 > div > .frame-layout-0,
  .wrappit, #main.wrapper, .fullwidth > .layout-0, .fullwidth > div > .layout-0, #keyvisual .fullimg > div > .layout-0, .layout-1 .row1 > div > .layout-0 {
    width: 960px; }

  .visible-large {
    display: block; }

  .hidden-large {
    display: none; } }
@media (max-width: 1020px) {
  .fullwidth > .frame-layout-0, .fullwidth > div > .frame-layout-0, #keyvisual .fullimg > div > .frame-layout-0, .frame-layout-1 .row1 > div > .frame-layout-0,
  .wrappit, #main.wrapper, .fullwidth > .layout-0, .fullwidth > div > .layout-0, #keyvisual .fullimg > div > .layout-0, .layout-1 .row1 > div > .layout-0 {
    width: 707px; }

  .hidden-middle {
    display: none; }

  .visible-large {
    display: none; }

  .visible-middle {
    display: block; } }
@media (max-width: 767px) {
  .fullwidth > .frame-layout-0, .fullwidth > div > .frame-layout-0, #keyvisual .fullimg > div > .frame-layout-0, .frame-layout-1 .row1 > div > .frame-layout-0,
  .wrappit, #main.wrapper, .fullwidth > .layout-0, .fullwidth > div > .layout-0, #keyvisual .fullimg > div > .layout-0, .layout-1 .row1 > div > .layout-0 {
    width: 90%;
    margin: 0 5%; }

  .hidden-small {
    display: none; }

  .visible-middle {
    display: none; }

  .visible-small {
    display: block; } }
@media (max-width: 480px) {
  .fullwidth > .frame-layout-0, .fullwidth > div > .frame-layout-0, #keyvisual .fullimg > div > .frame-layout-0, .frame-layout-1 .row1 > div > .frame-layout-0,
  .wrappit, #main.wrapper, .fullwidth > .layout-0, .fullwidth > div > .layout-0, #keyvisual .fullimg > div > .layout-0, .layout-1 .row1 > div > .layout-0 {
    width: 100%;
    margin: 0;
    padding: 0 25px; }

  .visible-mobile {
    display: block; }

  .hidden-mobile {
    display: none; }

  .visible-small {
    display: none; } }
@media print {
  body {
    font-size: 14px; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 0;
  color: #496077;
  font-family: 'Roboto Condensed';
  font-weight: 300; }

h1, h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: .5em; }
  @media (max-width: 480px) {
    h1, h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: .5em; }

@media (max-width: 767px) {
  .row > .g-sm-12 {
    padding-bottom: 30px; } }
@media (max-width: 1220px) {
  .main .article .csc-textpic-imagewrap img {
    width: 100%;
    max-width: 100%;
    height: auto; } }
@media (max-width: 1020px) {
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; } }
.check {
  position: relative;
  padding-left: 15px; }
  .check:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -10px; }

.bg-grey {
  background: #ecf0f1; }

.bg-blue {
  background: #496077; }

.left {
  float: left; }

.right {
  float: right; }

.spalten {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
}
@media (max-width: 767px) {
        .spalten {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1;
                -webkit-column-gap: 50px;
                -moz-column-gap: 50px;
                column-gap: 50px;
        }
}

a {
  text-decoration: none;
  color: #496077; }

a:visited, a:focus {
  color: #496077; }

a:hover {
  color: #496077; }

.btn, .btn-orange, .btn-blau {
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block; }

.btn-orange {
  background: #f58431;
  color: #fff;
  padding: 7px 40px 7px 20px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem; }
  .btn-orange:visited, .btn-orange:focus, .btn-orange:hover {
    color: #fff; }
  .btn-orange:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 21px;
    top: 7px;
    font-size: 26px;
    color: #fff; }

.btn-blau {
  background: #496077;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem; }
  .btn-blau:visited, .btn-blau:focus, .btn-blau:hover {
    color: #fff; }

.arrow-right-before, .footerlinkliste a {
  position: relative;
  display: block;
  padding-left: 15px;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  .arrow-right-before:before, .footerlinkliste a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    top: 0;
    left: 0;
    color: #f58431;
    font-size: 18px;
    font-size: 1.125rem; }
  .arrow-right-before:hover, .footerlinkliste a:hover {
    padding-left: 18px; }

.footerlinkliste a {
  display: inline-block; }

.ico-link {
  position: relative; }
  .ico-link:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: -16px;
    bottom: -4px;
    font-size: 26px;
    color: #f58431; }

.link-orange, .link-orange:visited, .link-orange:focus {
  color: #f58431;
  font-weight: 400; }

.ico-base, .ico-check, .ico-download {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #496077; }
  .ico-base:before, .ico-check:before, .ico-download:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    color: #496077; }

.ico-check:before {
  content: "\f058"; }

.help .ico-check, .help .ico-download {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0px 0 10px 40px;
  margin-top: 10px;
  border-bottom: 1px solid #e2e2e2; }
  .help .ico-check:before, .help .ico-download:before {
    font-size: 27px;
    font-size: 1.6875rem;
    top: 1px; }
  .help .ico-check:hover:before, .help .ico-download:hover:before {
    color: #f58431; }
  .help .ico-check:last-child, .help .ico-download:last-child {
    border-bottom: none; }

.ico-download:before {
  content: "\f019"; }

input, textarea {
  background: #fff;
  border: 1px solid #d2d2d2;
  width: 100%;
  margin-bottom: 10px;
  color: #333333;
  padding: 6px 10px;
    font-size: 17px;
  font-weight: 300; }

textarea {
  height: 120px; }

::-webkit-input-placeholder {
  color: #d2d2d2; }

::-moz-placeholder {
  color: #d2d2d2; }

:-ms-input-placeholder {
  color: #d2d2d2; }

input:-moz-placeholder {
  color: #d2d2d2; }

legend {
  margin-left: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #496077;
  padding: 0 10px; }

#anmeldeformular {
  margin-bottom: 40px;
  /**** Text- und Eingabefelder ****/
  /*Volunteerformular*/ }
  #anmeldeformular input {
    width: 65%; }
  #anmeldeformular #programm {
    width: 140px; }
  #anmeldeformular select {
    width: 120px;
    padding-left: 8px; }
  #anmeldeformular #wuensche {
    margin-top: 30px; }
  #anmeldeformular #language1, #anmeldeformular #language2, #anmeldeformular #language3 {
    margin-right: 15px;
    margin-left: 5px; }
  #anmeldeformular tr:nth-child(even) {
    background: transparent; }
  #anmeldeformular form {
    font-size: 0.9em;
    line-height: 1.5em;
    width: 100%;
    padding: 10px 0; }
  #anmeldeformular fieldset {
    width: 95%;
    margin-bottom: 40px;
    padding: 20px 30px;
    border: none; }
  #anmeldeformular legend {
    margin-left: 20px;
    padding: 0 5px;
    color: #496077;
    font-size: 1.4em; }
  #anmeldeformular label {
    margin-right: 5px; }
  #anmeldeformular .leftLabel, #anmeldeformular .LabelLeft {
    float: left;
    width: 220px; }
    @media (max-width: 1020px) {
      #anmeldeformular .leftLabel, #anmeldeformular .LabelLeft {
        width: 100%;
        margin-bottom: 4px; } }
  #anmeldeformular input, #anmeldeformular textarea {
    width: 65%;
    background: #e5e5e5;
    border: none;
    color: #737373;
    font-size: 17px;
    font-weight: 300; }
  #anmeldeformular input#htopf {
    display: none;
  }
  #anmeldeformular input#gruppenid, #anmeldeformular input#ausgewaehltesAngebot, input#ProgrammID {
    width: 20px; }
  #anmeldeformular textarea {
    width: 88%;
    height: 100px; }
  #anmeldeformular select {
    width: 120px;
    padding-left: 8px; }
  #anmeldeformular select.quelle {
    width: 180px; }
  #anmeldeformular option {
    padding: 0 0 1px 8px; }
  #anmeldeformular form h2 {
    margin-bottom: 10px; }
  #anmeldeformular p.form {
    width: 90%;
    margin: 5px auto;
    overflow: auto; }
  #anmeldeformular fieldset.ul li {
    list-style-type: disc;
    list-style-position: inside; }
  #anmeldeformular fieldset.ol li, #anmeldeformular fieldset.ul li {
    margin-bottom: 0.8em;
    line-height: 1.125em; }
  #anmeldeformular table.dbDaten {
    width: 100%;
    margin-top: 15px; }
  #anmeldeformular table.dbDaten th {
    margin-bottom: 10px;
    border-bottom: 1px solid #7994af;
    padding-left: 3px;
    text-align: left;
    color: #555;
    background-color: #f2f2f2; }
  #anmeldeformular table.dbDaten td {
    padding: 5px 3px;
    border-bottom: 1px solid #edf0f1; }
  #anmeldeformular table.dbDaten td td {
    font-size: 0.97em; }
  #anmeldeformular .dasangebot12 {
    font-size: 0.95em; }
  #anmeldeformular .pflicht {
    font-size: 0.95em;
    font-weight: bold;
    margin-top: 20px; }
  #anmeldeformular .text {
    background: #f2f2f2;
    margin: -5px 0 15px -10px;
    padding: 5px 10px;
    line-height: 1.25em; }
  #anmeldeformular .headlineGross {
    font-size: 1.6em; }
  #anmeldeformular .kleiner {
    font-size: 95%; }
  #anmeldeformular div.hinweis {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #f2f2f2; }
  #anmeldeformular .sendbutton {
    background-color: #587899;
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 50px;
    margin-bottom: 40px; }
  #anmeldeformular #anrede, #anmeldeformular #gender {
    width: 20px; }
  #anmeldeformular #plz {
    width: 85px;
    margin-right: 5px; }
  #anmeldeformular #ort {
    width: 213px; }
  #anmeldeformular .cb {
    float: left; }
  #anmeldeformular #dauer {
    margin-left: 46px; }
  #anmeldeformular #wuenschAbreisetermin {
    width: 63%; }
  #anmeldeformular #bestaetig label.error {
    margin-left: 140px;
    color: #FF5F00; }
  #anmeldeformular #submit, #anmeldeformular #reset {
    width: 100px;
    margin: 20px 10px;
    cursor: pointer; }
  #anmeldeformular #jahresprache, #anmeldeformular #notendurchschnitt {
    width: 64px; }
  #anmeldeformular #programm {
    width: 140px; }
  #anmeldeformular #place {
    width: 230px; }
  #anmeldeformular #language1Level, #anmeldeformular #language2Level, #anmeldeformular #language3Level {
    width: 120px; }
  #anmeldeformular #drogen, #anmeldeformular #allergien, #anmeldeformular #dietary, #anmeldeformular #operativeEingriff, #anmeldeformular #psychoKrankheit, #anmeldeformular #raucher, #anmeldeformular #behinderungen, #anmeldeformular #bestaetigung {
    width: 20px; }

input[type=checkbox] {
  width: inherit !important;
  margin-right: 10px; }

.formright {
  margin-left: 225px; }

input[type=submit] {
  width: inherit !important; }

#bestaetig h2 {
  margin: 0px 0 23px 0; }
#bestaetig #anmeldeformular h2:first-child {
  margin-top: 0; }

#anmeldeformular .kon-mitteilung {
  width: 623px; }
  @media (max-width: 1020px) {
    #anmeldeformular .kon-mitteilung {
      width: 100%; } }

.dv {
  margin-left: 220px;
  width: 66%; }
  .dv input {
    float: left; }
  @media (max-width: 1020px) {
    .dv {
      margin-left: 0px;
      width: 100%; } }

.dv-txt {
  margin-left: 30px;
  margin-top: -4px; }

.kon-sendbutton {
  margin-left: 220px; }

#anmeldeformular #broschuere, #anmeldeformular #newsletter {
  float: none; }

#anmeldeformular .formwrap {
  background: #E6E9ED;
  padding: 40px 40px;
  margin-bottom: 40px; }
  #anmeldeformular .formwrap input, #anmeldeformular .formwrap textarea {
    background: #fff; }

#formanfrage input.error {
  border: 1px solid #e81818; }
#formanfrage label.error {
  display: block;
  margin-left: 230px; }

.col-orange {
  color: #FD9932 !important; }

.col-rot {
  color: #EA1B1B; }

.col-gruen {
  color: #5FC358; }

label.error {
  display: block;
  color: #f58431; }

.breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px !important; }
  .breadcrumb a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem; }

#start .fullimg {
  height: 500px !important; }
  @media (max-width: 767px) {
    #start .fullimg {
      height: 230px !important; } }
#start .select-style {
  cursor: pointer;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 18px;
  width: 60%;
  background-color: #fff;
  position: relative; }
  @media (max-width: 767px) {
    #start .select-style {
      width: 100%; } }
  #start .select-style:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
    top: 12px;
    color: #f58431;
    font-size: 40px;
    font-size: 2.5rem; }
  #start .select-style select {
    cursor: pointer;
    padding: 0px 6px 0px 16px;
    height: 51px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    margin-bottom: 0px;
    font-weight: normal;
    position: relative;
    z-index: 300;
    color: #496077; }
    #start .select-style select::-ms-expand {
      display: none; }
    #start .select-style select:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  #start .select-style .angle {
    top: -2px; }

.country-home h2 {
  color: #fff; }
.country-home a {
  color: #fff; }
@media (max-width: 767px) {
  .country-home .country-home-inner {
    padding: 40px 20px; } }

.angebotsteaser {
  position: relative;
  display: block;
  height: 370px; }
  .angebotsteaser h2 {
    color: #fff;
    margin-bottom: 5px; }
  .angebotsteaser p {
    margin-bottom: 0; }
  .angebotsteaser .angebotsteaser-inner {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    padding: 20px;
    z-index: 20; }
  .angebotsteaser:hover {
    opacity: .9; }
  .angebotsteaser .angebotsteaser-over-link {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-top: 10px; }
    .angebotsteaser .angebotsteaser-over-link:before {
      font-family: "FontAwesome";
      position: absolute;
      top: -1px;
      left: 0;
      content: "\f105";
      color: #f58431; }
  .angebotsteaser .angebotsteaser-over {
    display: block;
    text-indent: -9999;
    position: absolute;
    width: 100%;
    height: 370px;
    color: #fff;
    padding: 20px;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+46,000000+46,000000+100&amp;0+47,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 46%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 46%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 46%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-8 */ }

.angebotsteaser {overflow:hidden;}
.angebotsteaser .angebotsteaser-over {
    transform:translate(0,370px);
    transition:transform ease-in-out 0.5s;
}
.angebotsteaser:hover .angebotsteaser-over {
    transform:translate(0,0);
}
.angebotsteaser .angebotsteaser-inner {
    transform:translate(0,0);
    transition:transform ease-in-out 0.5s;
}
.angebotsteaser:hover .angebotsteaser-inner {
    transform:translate(0,-370px);
}
.angebotsteaser .angebotsteaser-inner,
.angebotsteaser .angebotsteaser-over {
 /*   text-shadow:0 0 2px rgba(0,0,0,0.7);*/
    background-color: rgba(0, 0, 0, 0.5);
}

.auszeichnungen-home img {
  margin-bottom: 10px;
  border: 1px solid #b5b5b5 !important;
  margin: 1px;
  width: 220px !important;
  height: auto; }
  @media (max-width: 1220px) {
    .auszeichnungen-home img {
      width: 200px !important; } }
  @media (max-width: 1020px) {
    .auszeichnungen-home img {
      width: 134px !important; } }
  @media (max-width: 767px) {
    .auszeichnungen-home img {
      width: 80% !important; } }

.messe-auszeichnungen .row .row > div {
  width: 50%; }
@media (max-width: 510px) {
  .messe-auszeichnungen .row .row > div {
    width: 100%; } }

.csc-menu,
.frame-type-menu_subpages {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0;
}
.csc-menu li,
.frame-type-menu_subpages li {
    display: inline-block;
    padding-bottom: 30px;
    width: 25%;
}
.csc-menu li a,
.frame-type-menu_subpages li a {
    position: relative;
    font-weight: 400;
}
.csc-menu li a span, .frame-type-menu_subpages li a span {
        display:inline-block;
    padding: 0 65px 0px 45px;
}
      .csc-menu li a:before,
      .frame-type-menu_subpages li a:before {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f05d";
        left: 0;
        top: -2px;
        font-size: 40px;
        font-size: 2.5rem;
        color: #f58431; }
    @media (max-width: 1020px) {
      .csc-menu li,
      .frame-type-menu_subpages li {
        width: 50%; } }
    @media (max-width: 767px) {
      .csc-menu li,
      .frame-type-menu_subpages li {
        width: 100%; } }

.ka-handler {
  padding: 0  0 2px 34px;
  margin: 8px 0;
  position: relative;
  cursor: pointer; }
  .ka-handler:before {
    content: '+ ';
    color: #f58431;
    font-family: Arial;
    position: absolute;
    font-weight: 200;
    left: 0;
    -webkit-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out; }

.ka-panel {
  border-bottom: 1px solid #dfdfdf; }
  .ka-panel.open .ka-handler:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.ka-content {
  padding-left: 27px; }

.g16galerie {
  overflow: hidden;
  position: relative; }

.g16galerie > div {
  position: relative !important;
  width: 100%;
  float: left;
  margin-right: -100%; }

.bthr {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 14px; }
  .bthr button {
    background: #496077;
    border: none;
    color: #fff;
    font-weight: 300;
    border-right: 1px solid #fff;
    padding: 6px 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .bthr button:hover, .bthr button.ac {
    background: #f58431; }

.starttabs .bthr {
  float: right;
  width: 40%;
  border: none; }
  .starttabs .bthr button {
    width: 100%;
    background: #fff;
    color: #496077;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2; }
    .starttabs .bthr button:first-child {
      border-top: 1px solid #d2d2d2; }
    .starttabs .bthr button:hover {
      background: #f0f0f0; }
    .starttabs .bthr button.ac {
      background: #496077;
      color: #fff;
      position: relative; }
      .starttabs .bthr button.ac:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 20px 17px 0;
        border-color: transparent #496077 transparent transparent;
        position: absolute;
        left: -20px;
        content: '';
        top: 0px;
        z-index: 600; }
.starttabs .dotab {
  float: left;
  width: 60%;
  padding: 20px;
  border: 1px solid #d2d2d2; }

.ico-teaser {
  position: relative; }
  .ico-teaser.col-orange i {
    background: #f58431; }
  .ico-teaser i {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    font-size: 32px;
    width: 62px;
    height: 62px;
    color: #fff;
    background: #496077;
    border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px; }
    .ico-teaser i:before {
      position: absolute;
      top: 15px;
      margin-left: 15px; }
  .ico-teaser.ico-hg-none {
    padding-left: 58px !important; }
    .ico-teaser.ico-hg-none i {
      background: transparent !important;
      color: #496077;
      top: -8px; }
    .ico-teaser.ico-hg-none.col-orange i {
      background: transparent !important;
      color: #f58431;
      top: -8px; }
  .ico-teaser.ico-teaser-small {
    padding-left: 90px; }
  .ico-teaser.ico-teaser-middle {
    padding-left: 115px; }
    .ico-teaser.ico-teaser-middle i {
      font-size: 55px;
      width: 80px;
      height: 80px;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px; }
      .ico-teaser.ico-teaser-middle i:before {
        top: 13px;
        left: 50%;
        margin-left: -25px; }

.laender .laender-item {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 10px 30px 10px 5px;
  width: 300px; }
  .laender .laender-item img {
    float: left;
    margin-right: 10px; }
  .laender .laender-item:hover {
    background: #eee; }

#start .owl-slider .owl-controls {
  margin-top: -50px;
  z-index: 400;
  position: relative; }
  @media (max-width: 767px) {
    #start .owl-slider .owl-controls {
      margin-top: -40px; } }
  #start .owl-slider .owl-controls .owl-page span {
    background: #f58431;
    opacity: 1;
    width: 14px;
    height: 14px; }
    @media (max-width: 767px) {
      #start .owl-slider .owl-controls .owl-page span {
        width: 12px;
        height: 12px; } }
  #start .owl-slider .owl-controls .owl-page.active span {
    background: #496077; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.col-gelb {
  color: #f5c031; }

.ww-projekt {
  padding: 25px 30px;
  background: #fff;
  margin: 50px 0; }

.programm {
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  .programm tr:nth-child(even) {
    background: transparent; }
  .programm tr:nth-child(odd) {
    background: transparent; }

.programm-outer {
  margin-bottom: 40px;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  .programm-outer:hover {
    /*-webkit-box-shadow: 0px 2px 1px -1px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 2px 1px -1px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 2px 1px -1px rgba(50, 50, 50, 0.31);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5); }
  .programm-outer:hover .programm {
    background: #fafafa; }
  .programm-outer:hover .bild img {
    /*transform: scale(1.2) rotate(1deg);*/
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15); }

.programm_cont {
  padding: 20px;
  float: left;
  width: 80%; }
  .programm_cont .bild {
    height: 200px;
    width: 25%;
    float: left;
    overflow: hidden; }
    .programm_cont .bild img {
      width: 100%;
      height: auto;
      transform: scale(1.1);
      -webkit-transition: all, 2s, ease-in-out;
      -o-transition: all, 2s, ease-in-out;
      transition: all, 2s, ease-in-out; }
  @media (max-width: 1020px) {
    .programm_cont {
      width: 73%; } }
  .programm_cont .infos {
    float: left;
    width: 75%; }
    .programm_cont .infos ul {
      margin: 0;
      list-style-type: none; }
    .programm_cont .infos li {
      padding: 0 0px 0 11px;
      line-height: 1.3em;
      margin-bottom: 9px;
      font-size: 15px;
      font-size: 0.9375rem;
      position: relative; }
      .programm_cont .infos li:before {
        content: "\002022";
        position: absolute;
        left: -12px;
        top: 0;
        font-size: 40px;
        font-size: 2.5rem;
        color: #f58431;
        content: "\f00c";
        position: absolute;
        left: -12px;
        top: 0;
        font-size: 16px;
        /* font-size: 2.5rem; */
        color: #f58431;
        font-family: "FontAwesome"; }
      @media (max-width: 1020px) {
        .programm_cont .infos li {
          width: 100%;
          float: none; } }
    .programm_cont .infos .ttip {
      display: none; }

.preise {
  width: 20%;
  float: left;
  background: #496077;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  color: #fff;
  color: #000; }
  .preise .leistungen {
    margin: 20px 20px; }
    .preise .leistungen h3, .preise .leistungen h4 {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Roboto';
      margin-bottom: 9px; }
    .preise .leistungen h2 {
      color: #fff; }
  @media (max-width: 1020px) {
    .preise {
      width: 27%; } }

.leistungen_icons {
  background: #f5f5f5;
  padding: 10px 20px 10px 20px;
  font-size: 13px;
  font-size: 0.8125rem; }
  .leistungen_icons span {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    padding-left: 25px; }
  .leistungen_icons i {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 4px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #f58431; }

.leistungen_icons_left {
  float: left;
  width: 280px;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (max-width: 1220px) {
    .leistungen_icons_left {
      float: none;
      width: 100%;
      margin-bottom: 4px; } }

.maplink {
  margin-top: 5px;
  float: none;
  margin: 0 0 22px 0;
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #496077;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  cursor: pointer;
  display: inline-block;
  top: -8px; }
  .maplink:before {
    font-family: 'FontAwesome';
    content: "\f14e";
    position: absolute;
    top: 0;
    left: 0;
    color: #f58431;
    font-size: 30px;
    font-size: 1.875rem;
    -webkit-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out; }
  .maplink:hover {
    color: #f58431; }
    .maplink:hover:before {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg); }

.highlight {
  background: #f58431;
  display: none; }

.programm .btn-blau, .programm .btn-orange {
  width: 100%;
  text-align: left !important;
  padding-left: 38px !important;
  position: relative; }
  .programm .btn-blau:before, .programm .btn-orange:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 7px;
    left: 17px;
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    -webkit-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out; }
  .programm .btn-blau:after, .programm .btn-orange:after {
    display: none; }

.programm table {
  width: 100%;
  color: #fff; }

.programm td, .programm tr {
  margin: 0;
  padding: 7px 0 5px 0; }

.programm td {
  border-bottom: 1px solid #e5e5e5; }

.tx-gproducts table {
  border-spacing: 0; }

.programm .table-left {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: bottom; }

.programm .table-right {
  text-align: right;
  font-size: 16px;
  font-size: 1rem; }

.programm .btn-orange {
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 50px;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  .programm .btn-orange:hover {
    color: #fff;
    background: #FF6c00; }
  @media (max-width: 1220px) {
    .programm .btn-orange {
      font-size: 16px;
      font-size: 1rem; } }

.profilbutton, .videolink {
  display: none; }

@media (max-width: 767px) {
  .programm_cont, .preise {
    width: 100%;
    float: none; }

  .programm h2 {
    font-size: 30px;
    font-size: 1.875rem; }

  .programm_cont .bild {
    width: 35%; }
  .programm_cont .infos {
    width: 65%; }

  .preise {
    padding-top: 10px; } }
@media (max-width: 767px) {
  .programm_cont .bild {
    width: 100%; }
  .programm_cont .infos {
    width: 100%;
    margin-top: 20px; }
    .programm_cont .infos ul {
      margin-left: 0;
      padding-left: 10px; }

  .programm h2 {
    font-size: 27px;
    font-size: 1.6875rem; } }
.sb {
  background: #ecf0f1;
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .sb span {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 150px;
    left: 0;
    font-size: 20px;
    font-size: 1.25rem; }
  .sb:before {
    font-family: 'FontAwesome';
    content: "\f059";
    color: #f58431;
    font-size: 80px;
    font-size: 5rem;
    position: relative;
    top: 70px;
    -webkit-transition: all, 1s, ease-in-out;
    -o-transition: all, 1s, ease-in-out;
    transition: all, 1s, ease-in-out; }
  .sb.downloads:before {
    content: "\f01a"; }
  .sb.erfahrungen:before {
    content: "\f004"; }
  .sb.finanzierung:before {
    content: "\f1ec"; }
  .sb.flugzeug:before {
    content: "\f072"; }
  .sb.star:before {
    content: "\f005"; }
  .sb:hover:before {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  @media (max-width: 1020px) {
    .sb {
      height: 150px;
      font-size: 18px;
      font-size: 1.125rem; }
      .sb:before {
        font-size: 60px;
        font-size: 3.75rem;
        top: 50px; }
      .sb span {
        top: 110px; } }
  @media (max-width: 480px) {
    .sb {
      height: 120px; }
      .sb:before {
        font-size: 45px;
        font-size: 2.8125rem;
        top: 30px; }
      .sb span {
        top: 80px;
        font-size: 16px;
        font-size: 1rem; } }

.nav-horizontal {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

table.contenttable { width: 100%; }

table.contenttable td {
  padding: 5px 30px;
  vertical-align: top;
}

tr:nth-child(even) { background: #fff; }

tr:nth-child(odd) { background: transparent; }

@media (max-width: 480px) {
  table.contenttable td, table.contenttable tr {display: block;}
}
.csc-textpic-text ul,
.frame-type-text ul,
.frame-type-textpic ul { list-style-type: none; }
.csc-textpic-text ul li,
.frame-type-text ul li,
.frame-type-textpic ul li { position: relative; }
.csc-textpic-text ul li:before,
.frame-type-text ul li:before,
.frame-type-textpic ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 20px;
  color: #f58431;
  left: -35px;
  top: -1px;
}

.bilderos .item {
  width: 33.333%;
  float: left; }

.vid {
  margin-top: 40px; }

.vid > div * {
  width: 100%;
  height: auto;
  min-height: 250px; }

.mixme .mix {
  display: none; }

.angebote .filter {
  display: inline-block;
  padding: 5px 10px;
  background: #f58431;
  color: #fff;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 7px; }
  .angebote .filter.active {
    background: #496077; }

.angebote .filter2 {
  margin-left: 4px;
  margin-right: 0;
  background: #D26E24; }

.filterwrap {
  margin: 4px 0 30px 25px; }

.angDBform {
  width: 570px !important; }

.profil .beschreibung {
  padding: 40px 0; }
.profil .ort {
  padding: 40px 0; }
.profil .leistungen {
  padding: 40px 0; }
.profil .angebote {
  padding: 40px 0; }
  .profil .angebote .mixme {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -1%; }
.profil .angebot_wrap {
  margin: 1%;
  margin-bottom: 20px;
  width: 31.33333%;
  background: #496077;
  position: relative; }
  @media (max-width: 767px) {
    .profil .angebot_wrap {
      width: 48%; } }
  @media (max-width: 480px) {
    .profil .angebot_wrap {
      width: 99%; } }
.profil .angebot {
  color: #fff;
  padding: 24px 24px 64px 24px;
  margin-bottom: 42px; }
  .profil .angebot .name, .profil .angebot .preis {
    font-size: 20px;
    font-size: 1.25rem; }
  .profil .angebot h3 {
    color: #fff;
    font-size: 31px;
    font-size: 1.9375rem; }
  .profil .angebot h4 {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 7px; }
  .profil .angebot .btn-orange {
    padding: 4px 20px;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 86%;
    margin: 0 24px;
    text-align: center; }
    .profil .angebot .btn-orange:hover {
      color: #fff;
      opacity: .85; }
.profil ul {
  list-style-type: none;
  margin-left: 0px;
  position: relative;
  margin: 0;
}
.profil ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #f58431;
    position: absolute;
    left: 10px;
}
.profil .videos { margin: 20px 0 10px 0; }

.owl-imagesliderprofil { margin-bottom: 4px; }

.owl-imagesliderprofil .owl-buttons i:before {
  font-size: 25px;
  background-color: #496077;
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 25px;
  padding: 3px 0px 0 0;
}

.owl-imagesliderprofil.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  margin: -3px;
  opacity: 1;
}
.owl-imagesliderprofil.owl-theme .owl-controls .owl-buttons div:hover { opacity: .7; }

.owl-imagesliderprofil.owl-theme .owl-controls { margin-top: 0px; }

.icontext {
  padding-left: 60px;
  position: relative;
  margin-bottom: 35px; }
  .icontext i {
    font-size: 38px;
    color: #f58431;
    left: 0;
    top: 0;
    position: absolute; }
  .icontext h3 {
    margin-bottom: 5px; }

#map_profil {
  width: 100%;
  height: 450px; }

.nav {
  margin-top: 5px;
  float: right;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  font-family: 'Roboto Condensed'; }
  .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 48px; }
    .nav ul li {
      position: relative;
      float: left; }
      .nav ul li > a {
        color: #1c1f41;
        display: inline-block;
        font-size: 22px;
        font-size: 1.375rem;
        text-decoration: none;
        padding: 0px 10px;
        white-space: nowrap;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .nav ul li a:hover {
        color: #f58431; }
      .nav ul li:hover .sub01 {
        display: block; }
      .nav ul li.current > a, .nav ul li.activeHasSub > a {
        color: #f58431; }
    .nav ul > li {
      padding-bottom: 10px; }
  .nav .sub01 {
    display: none;
    position: absolute;
    padding-top: 15px;
    padding: 15px;
    width: 600px;
    background: #496077;
    opacity: .95;
    top: 37px;
    z-index: 999;
    margin-top: 0; }
    .nav .sub01 > ul {
      float: left;
      width: 50%;
      margin-top: 0;
      padding: 10px 20px; }
      @media (max-width: 1020px) {
        .nav .sub01 > ul {
          float: none;
          width: 100%; } }
      .nav .sub01 > ul > li {
        padding-bottom: 0; }
    .nav .sub01 > ul > li {
      width: 100%; }
      .nav .sub01 > ul > li h2 {
        color: #fff; }
      .nav .sub01 > ul > li a {
        border: none;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        text-transform: none;
        font-size: 18px; }
  .nav .sub02 {
    display: none;
    margin-top: 0; }
    .nav .sub02 li {
      border-top: 1px solid #fff; }
      .nav .sub02 li a {
        padding-left: 70px !important; }

@media screen and (min-width: 768px) {
  #nav > ul > li:hover > .sub01 {
    display: block !important; } }
.ico-menu, .navresp {
  display: none; }

/*  SUBNAV  */
#subnav {
  margin-bottom: 50px; }
  #subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #subnav ul li a {
      padding: 8px 20px;
      color: #496077;
      border-bottom: 1px solid #70747e;
      display: block;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #subnav ul li a:hover {
        background: #496077;
        color: #fff; }
    #subnav ul li.current a, #subnav ul li.active > a {
      color: #496077; }
    #subnav ul ul li a {
      padding-left: 35px; }

.plus {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  box-sizing: content-box;
  padding: 9px 9px 8px 9px;
  font-family: sans-serif;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 33px;
  font-size: 2.0625rem;
  cursor: pointer;
  z-index: 900;
  text-align: center;
  background: #718192;
  border-left: 1px solid #fff; }
  .plus:before {
    font-family: 'FontAwesome';
    content: "\f107";
    display: block;
    -webkit-transition: all, 0.4s, ease-in-out;
    -o-transition: all, 0.4s, ease-in-out;
    transition: all, 0.4s, ease-in-out; }
  .plus.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 1020px) {
    .plus {
      display: block; } }

.sub01 {
  top: 5px; }

.sub01 .plus {
  top: 0; }

.burger {
  display: none !important;
  cursor: pointer;
  margin: 10px;
  display: block;
  width: 20px;
  height: 20px;
  width: 21.6px;
  height: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #496077;
  float: left;
  margin-right: 70px;
  padding-left: 25px; }
  .burger span, .burger span:before, .burger span:after {
    display: block;
    width: 100%;
    height: 3.6px;
    background: #909aa3;
    transition: all 0.5s;
    backface-visibility: hidden; }
  .burger span {
    position: absolute;
    margin: 7.2px 0 0;
    left: -10px;
    top: 3px; }
  .burger span:before, .burger span:after {
    position: absolute;
    content: ""; }
  .burger span:before {
    top: -7.2px; }
  .burger span:after {
    top: 7.2px; }
  @media (max-width: 1020px) {
    .burger {
      display: block !important; } }

.burger.selected span:before {
  transform: translate(0px, 7.2px) rotate(90deg); }
.burger.selected span:after {
  transform: translate(0px, -7.2px) rotate(90deg); }
.burger.selected span {
  transform: rotate(-45deg); }

@media (max-width: 1020px) {
  #subnav ul li a {
    text-transform: none; } }
@media (min-width: 1021px) {
  .nav > ul > li:nth-last-child(-n+3) .sub01 {
    right: 0; } }
.col2-nav #content {
  float: right;
  width: 71.5%; }

.col2-nav #col-left {
  float: left;
  width: 23.404%; }

.col2-aside #content {
  float: left;
  width: 71.5%; }

.col2-aside #aside-right {
  float: right;
  width: 23.404%; }

.col1 #content {
  float: none;
  width: 100%; }

.col3 #col-left {
  float: left;
  width: 23.404%; }

.contentpart {
  float: right;
  width: 71.5%; }

.col3 #content {
  width: 65.714%;
  float: left; }

.col3 #aside-right {
  width: 31.428%;
  float: right; }

.kv-outer {
  margin-bottom: 50px; }

.logo {
  width: 154px;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  margin-top: 10px;
  display: inline-block; }
  .logo:hover {
    -webkit-transform: rotate(0deg) scale(1.05);
    transform: rotate(0deg) scale(1.05); }
  @media (max-width: 767px) {
    .logo {
      width: 112px; } }

/*.logolink {
  width: 50%; }*/

.header {
  background: #fff;
  height: 90px;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  @media (max-width: 767px) {
    .header {
      height: 70px; } }

.js-header-fixed .header {
  position: fixed;
  width: 100%;
  z-index: 800;
  border-bottom: 1px solid #eee;
  opacity: .97; }

.js-header-fixed .kv-outer {
  padding-top: 90px; }

.js-header-small .header {
  height: 70px; }
.js-header-small .logo {
  width: 110px; }
.js-header-small .nav {
  margin-top: -11px; }

.kv-outer {
  min-height: 1px; }

#keyvisual > div > div {
  height: 470px; }
  @media (max-width: 767px) {
    #keyvisual > div > div {
      height: 200px; } }

#keyvisual h1, #keyvisual h2, #keyvisual h2.likeh1, #keyvisual h3.likeh2 {
  color: #496077;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 1px 10px;
  font-size: 37px;
  font-size: 2.3125rem;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    #keyvisual h1, #keyvisual h2, #keyvisual h2.likeh1, #keyvisual h3.likeh2 {
      font-size: 25px;
      font-size: 1.5625rem; } }

.small #header {
  position: fixed;
  width: 100%;
  margin-top: -25px;
  z-index: 888;
  top: 0;
  left: 0;
  border-bottom: 1px solid #333;
  padding-bottom: 15px; }

.offcanvas-nav.small #header {
  position: absolute; }

.header-content {
  padding-top: 80px;
  z-index: 799;
  position: relative; }
  @media (max-width: 767px) {
    .header-content {
      padding-top: 20px; } }

.bluebox {
  background: rgba(73, 96, 119, 0.9);
  width: 40%;
  color: #fff;
  padding: 18px 10px;
  margin-bottom: 10px; }
  .bluebox p {
    margin-bottom: 0; }
  @media (max-width: 1020px) {
    .bluebox {
      width: 70%; } }
  @media (max-width: 767px) {
    .bluebox {
      display: none; } }

#keyvisual .btn-orange {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px        40px 5px 15px;
  display: table; }
  #keyvisual .btn-orange:after {
    top: 5px;
    right: 18px; }
  #keyvisual .btn-orange:hover:after {
    right: 16px; }

@media (max-width: 767px) {
  .kvmap {
    display: none; } }

.footer {
  background: #ecf0f1;
  padding-top: 40px;
  border-bottom: 1px solid #d8dcdd; }
  .footer h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 26px; }

.footer-inner > div > div {
  margin-bottom: 30px; }

.footer-subline {
  background: #ecf0f1;
  padding: 12px 0; }
  .footer-subline .fa-heart-o {
    color: #f58431;
    font-size: 15px;
    font-size: 0.9375rem; }
  .footer-subline .left {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .footer-subline .right, .footer-subline .left {
      float: none;
      width: 100%; } }

.galimgbig {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 33%;
  height: 150px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important; }
  @media (max-width: 1020px) {
    .galimgbig {
      height: 300px; } }
  @media (max-width: 660px) {
    .galimgbig {
      height: 217px; } }
  @media (max-width: 450px) {
    .galimgbig {
      width: 50%; } }

.galimgbig:hover {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: rotate(0deg) scale(1.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3); }

figcaption,
.thumbnail .caption {
  font-size: 14px; }

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 30px; }
  @media (max-width: 767px) {
    div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
      margin-right: 15px; } }

.csc-textpic-caption {
  font-size: 13px;
  font-size: 0.8125rem; }

@media (max-width: 767px) {
  /* Golden Grid Layout für Bild im Text*/
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
    width: 38%;
    /* Bildcontainer Breite */ }

  DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 40%;
    /* Textblock */ }

  DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 40%;
    /* Textblock */ } }
@media (max-width: 1020px) {
  .bildwrap03 DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    width: 38% !important; }
  .bildwrap03 DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 45% !important;
    /* Textblock */ } }
@media (max-width: 1020px) {
  img {
    max-width: 100%;
    height: auto !important; }

  .col3 #col-left, .col3 .contentpart {
    width: 100%;
    float: none;
    margin-bottom: 40px; }

  #header .wrapper {
    position: static; }

  .nav {
    transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -webkit-transition: all, 0.6s, ease-in-out;
    -o-transition: all, 0.6s, ease-in-out;
    transition: all, 0.6s, ease-in-out;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 999;
    position: absolute;
    margin-top: 31px; }

  .header .wrappit {
    position: static; }

  .offcanvas-nav .nav {
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0.98;
    filter: alpha(opacity=98);
    z-index: 999; }

  .ico-menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 25px; }

  .nav {
    width: 100%;
    background: #496077;
    right: inherit;
    left: -100%;
    top: 90px;
    padding-bottom: 50px;
    margin-top: 0; }
    .nav a.navresp, .nav a:visited.navresp {
      color: #fff;
      display: block;
      margin: 22px 20px 15px 20px;
      padding: 0 0 0 20px;
      float: right;
      position: relative;
      z-index: 999;
      text-decoration: none; }
      .nav a.navresp:before, .nav a:visited.navresp:before {
        content: "\f00d";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0; }
    .nav ul li {
      float: none;
      border: none;
      padding-bottom: 0; }
      .nav ul li a {
        color: #fff;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 10px 10px 10px 20px;
        font-size: 20px; }
    .nav ul .sub01 {
      position: static;
      padding: 0px;
      width: 100%; }
      .nav ul .sub01 ul {
        padding: 0;
        margin: 0; }
      .nav ul .sub01 li {
        float: none;
        width: 100%;
        padding-bottom: 0; }
        .nav ul .sub01 li.hl {
          display: none; }
        .nav ul .sub01 li a {
          padding-left: 40px;
          padding-top: 10px;
          padding-bottom: 10px; }
    .nav > ul > li:first-child > .plus {
      top: 1px; }
    .nav > ul > li:first-child > a {
      border-top: 1px solid #fff; }

  #main-top ul.csc-menu li {
    width: 50%;
    border-bottom: 1px solid #fff; }
    #main-top ul.csc-menu li a {
      width: 100%; }
  #main-top ul.csc-menu li:nth-child(2n+1) {
    border-left: 1px solid #fff; }

  #subnav {
    text-align: left; } }
@media (max-width: 1020px) {
  .col2-aside #content, .col2-aside #aside-right, .col2-nav #content, .col2-nav #col-left {
    width: 100%;
    float: none;
    margin-bottom: 40px; }

  .col3 #content, .col3 #aside-right {
    width: 100%;
    float: none;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .nav {
    top: 70px; }

  .ico-menu {
    top: 15px; } }
@media (max-width: 480px) {
  #main-top ul.csc-menu li {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #fff !important; } }
/*


@import "icons";

@import        "header";

@import        "content";
@import "t3specials";
@import        "rte";

@import "js-plugins";
*/
@media (max-width: 1220px) {
  .wrapper {
    width: 960px; }

  .visible-large {
    display: block; }

  .hidden-large {
    display: none; } }
@media (max-width: 1020px) {
  .wrapper {
    width: 707px; }

  .hidden-middle {
    display: none; }

  .visible-large {
    display: none; }

  .visible-middle {
    display: block; } }
@media (max-width: 767px) {
  .wrapper {
    width: 90%;
    margin: 0 5%; }

  .hidden-small {
    display: none; }

  .visible-middle {
    display: none; }

  .visible-small {
    display: block; } }
@media (max-width: 480px) {
  .visible-mobile {
    display: block; }

  .hidden-mobile {
    display: none; }

  .visible-small {
    display: none; } }
/* ---------------------------------------------------------
   Extensions
   ---------------------------------------------------------*/

/* Powermail */
.tx-powermail .container-fluid {
        padding: 0;
}
.tx-powermail fieldset {
        margin: 0;
        padding: 0;
        border: none;
}
.tx-powermail legend {
        display: none;
}
.tx-powermail .powermail_fieldwrap {
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tx-powermail .powermail_fieldwrap {
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder {
    display: inline-block;
        width: 100%;
        margin-top: 10px;
}
.tx-powermail label.powermail_label,
.tx-powermail label.powermail_label + .powermail_field {
        width: 100%;
}
.tx-powermail label.powermail_label + .powermail_field input {
        background: #f9f9f9;
        border: 1px solid #ccc;
        color: #333333;
        font-size: 17px;
        font-weight: 300;
}
.tx-powermail .radio,
.tx-powermail .radio .powermail_radio {
        display: inline-block;
        width: auto;
        margin-right: 10px;
}
.tx-powermail .radio .powermail_radio {
        position: relative;
        top: -2px;
        margin-right: 5px;
}
.tx-powermail input.powermail_submit {
        margin-top: 20px;
        margin-bottom: 40px;
        padding: 14px 50px;
        background-color: #587899;
        color: #FFFFFF;
        text-decoration: none;
        border: none;
}
.tx-powermail input.powermail_checkbox {
        position: relative;
        top: -2px;
}

.tx-powermail .parsley-errors-list {
        margin-top: 0;
        padding: 0;
        list-style: none;
}
.tx-powermail .parsley-errors-list li {
        color: #ff0000;
}

@media(min-width: 768px) {
        .tx-powermail .powermail_fieldwrap {
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
        }
        .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder {
                width: 70%;
                margin-left: 30%;
        }
        .tx-powermail label.powermail_label {
                width: 30%;
        }
        .tx-powermail label.powermail_label + .powermail_field {
                width: 70%;
        }
}
@media(min-width: 1200px) {
        .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder {
                width: 80%;
                margin-left: 20%;
        }
        .tx-powermail label.powermail_label {
                width: 35%;
        }
        .tx-powermail label.powermail_label + .powermail_field {
                width: 80%;
        }
}

/* Powermail Form 1 */
.powermail_form_1 h3 {
        font-weight:400;
        margin-top:20px;
}
.tx-powermail .powermail_form_1 .powermail_fieldwrap.powermail_fieldwrap_type_check {
        webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
}
.tx-powermail .powermail_form_1 .powermail_fieldwrap_type_check > label,
.tx-powermail .powermail_form_1 .powermail_fieldwrap_type_check .powermail_field {
        width: 100%;
}
/* captcha */
.powermail_fieldwrap_23 {
        margin-top:20px;
}

/* Heise Shariff */
div.shariff {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
}
div.shariff ul.orientation-vertical li {
        height: 50px;
        margin: 0;
}
div.shariff ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
}
div.shariff ul li.print a {
        background: rgb(115, 138, 141);
}

div.shariff ul li.instagram a {
        background: #f9d877; /* Old browsers */
        background: -moz-linear-gradient(45deg, #f9d877 0%, #ef5230 33%, #b0197f 66%, #6e1fc6 100%, #6e1fc6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #f9d877 0%,#ef5230 33%,#b0197f 66%,#6e1fc6 100%,#6e1fc6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #f9d877 0%,#ef5230 33%,#b0197f 66%,#6e1fc6 100%,#6e1fc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d877', endColorstr='#6e1fc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
div.shariff ul li.youtube a {
        background: #ff0000;
}
div.shariff ul li.facebook .fa-facebook,
div.shariff ul li.print .fa-print {
        font-size: 20px;
}
div.shariff ul li.instagram .fa-instagram,
div.shariff ul li.youtube .fa-youtube-play {
        font-size: 22px;
}

@media(max-width: 767px) {
        div.shariff ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
        }
        div.shariff ul li.print {
                display: none;
        }
}
@media(min-width: 768px) {
        div.shariff {
                bottom: 50%;
                left: inherit;
        }
        div.shariff ul.orientation-vertical li {
                width: 50px;
        }
}
@media(min-width: 1025px) {
        div.shariff ul li.threema,
        div.shariff ul li.whatsapp {
                display: none;
        }
}

/* ---------------------------------------------------------
   Klaro
   ---------------------------------------------------------*/
.klaro .cookie-notice .cm-btn.cm-btn-danger {
        background:#496077 !important;
}
.klaro .cookie-modal, .klaro .cookie-notice {
  font-size: 20px !important;
}
@media (min-width: 990px) {
  .klaro .cookie-notice {
    bottom: 35% !important;
      right: 35% !important;
      max-width: 500px !important;
  }
}
.klaro .cookie-notice .cm-btn.cm-btn-danger {
  display:none!important;
}
.klaro .cookie-notice a {
  background: #496077 !important;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19) !important;
  color: #ecf0f1 !important;
  border-radius: 6px !important;
  padding: 0.5em !important;
  margin-right: 0.5em !important;
  border: 0 !important;
  display: block !important;

}
@media(min-width: 350px){
  .klaro .cookie-notice a {
    position: absolute !important;
    bottom: 2.5rem !important;
    left: 2.4rem !important;
  }
}
.klaro .cookie-notice .cn-body p.cn-ok{
        text-align:right;
}

/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important; }

  html {
    background-color: #fff; }

  /* Hide navigation */
  nav, .breadcrumb, .kv-outer, .burger.ico-menu, .angebotsteaser-link, .footer, .footer-subline, .specialofferstart, .noprint {
    display: none !important; }

  .js-header-fixed .header {
    position: static; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  figure {
    margin-bottom: 1em;
    overflow: hidden; }

  figure img {
    border: 1px solid #000; }

  .fullwidth > .frame-layout-0, .fullwidth > div > .frame-layout-0, #keyvisual .fullimg > div > .frame-layout-0, .frame-layout-1 .row1 > div > .frame-layout-0,
  .wrappit, #main.wrapper, .fullwidth > .layout-0, .fullwidth > div > .layout-0, #keyvisual .fullimg > div > .layout-0, .layout-1 .row1 > div > .layout-0 {
    width: 1030px; }

  .programm_cont .bild {
    height: 200px;
    width: 25%;
    float: left;
    overflow: hidden; }

  .programm_cont .infos {
    float: left;
    width: 75%; }

  .programm_cont {
    padding: 20px;
    float: left;
    width: 80%; }

  .preise {
    width: 20%;
    float: left;
    background: #496077;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    color: #fff;
    color: #000; }
}
/* ---------------------------------------------------------
   EXT:NEWS
   ---------------------------------------------------------*/
.news-list-view .row {
        margin:0 -15px;
        display:flex;
        align-items: stretch;
        justify-content:space-between;
        box-sizing:border-box;
}
.news-list-view .col-md-3,
.news-list-view .col-md-9 {
        width:100%;
        padding:0 15px;
        box-sizing:border-box;
}
@media screen and (min-width: 768px) {
        .news-list-view .col-md-3 {width:25%;}
        .news-list-view .col-md-9 {width:75%;}
}
.news-list-view .news-list-item > *{
        margin-bottom:15px;
}
.news-single .article,
.news-single .article > .btn-blau {
        margin-bottom:40px;
}
.news-single .article > .row {
        margin: 0 -15px;
}
.news-single .article > .row > * {
        box-sizing:border-box;
        padding-left:15px;
        padding-right:15px;
        margin-bottom:40px;
}
.news-single .article > .row > .col-md-8 {
        width:66%;
}
@media screen and (max-width: 991px) {
        .news-single .article > .row > .col-md-8 {width:100%;}
}
.news-single .article .thumbnail{
        margin-bottom:15px;
        padding:0 10px 0 0;
}
.news-list-view .img-responsive,
.news-single .article .thumbnail .img-responsive{
        max-width:100%;
        height:auto;
}

/* ---------------------------------------------------------
   TESTKRAMS
   ---------------------------------------------------------*/

/*# ssourceMappingURL=styles.css.map */