@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/open-sans-regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-regular/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/open-sans-regular/OpenSans-Regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Italic";
  src: url("../fonts/open-sans-italic/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-italic/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/open-sans-italic/OpenSans-Italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/open-sans-semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/open-sans-semibold/OpenSans-Semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/open-sans-bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-bold/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/open-sans-bold/OpenSans-Bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ja zu Fra";
  src: url("../fonts/jazufra-icons/jazufra.eot?#iefix") format("embedded-opentype"), url("../fonts/jazufra-icons/jazufra.woff") format("woff"), url("../fonts/jazufra-icons/jazufra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ja zu Fra2";
  src: url("../fonts/jazufra2-icon/jazufra-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/jazufra2-icon/jazufra-icon.woff") format("woff"), url("../fonts/jazufra2-icon/jazufra-icon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[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.
 */
/* line 64, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/_normalize.scss */
body {
  margin: 0;
  background-color: red;
  font-family: Arial, sans-serif;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/_normalize.scss */
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.
 */
/* line 108, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 205, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/_normalize.scss */
fieldset {
  border: 1px solid silver;
  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.
 */
/* line 264, ../sass/_normalize.scss */
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.
 */
/* line 278, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
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.
 */
/* line 317, ../sass/_normalize.scss */
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.
 */
/* line 327, ../sass/_normalize.scss */
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.
 */
/* line 337, ../sass/_normalize.scss */
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).
 */
/* line 348, ../sass/_normalize.scss */
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.
 */
/* line 361, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../sass/_normalize.scss */
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.
 */
/* line 380, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Helferklassen */
/* Always polite to separate content sections even in "web 0.1 style". Won't hurt either. */
/* line 76, ../sass/_base.scss */
hr.fallback {
  display: none;
}

/* Image Replacement */
/* line 81, ../sass/_base.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

/* line 87, ../sass/_base.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Versteckt, aber für Screenreader erfassbar */
/* line 95, ../sass/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 107, ../sass/_base.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Colorscheme */
/* line 1, ../sass/_forms.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 7, ../sass/_forms.scss */
label {
  font-weight: normal;
}

/* line 12, ../sass/_forms.scss */
button[type="submit"],
input[type="submit"] {
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: normal;
  font-style: normal;
}

/* line 17, ../sass/_forms.scss */
input,
textarea {
  background: #f3f3f3;
  color: #3b393e;
  border: 1px solid #c2c2c2;
  border-radius: .125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

/* line 29, ../sass/_forms.scss */
textarea {
  min-height: 96px;
  min-height: 6rem;
  resize: vertical;
}

/* line 36, ../sass/_forms.scss */
.ie8 input,
.ie8 textarea {
  width: 96%;
  /* nicht 100%, da wir das Padding von der Maximalbreite abziehen müssen */
}

.clear{
	clear: both;
}
/* line 41, ../sass/_forms.scss */
[class*="module"].contact-full-width {
  padding: 46px 0 0;
  padding: 2.875rem 0 0;
}

/* line 48, ../sass/_forms.scss */
.module-contact input,
.module-contact textarea {
  background: #2d2b2f;
  border: 1px solid black;
  color: #fff;
}

/* line 54, ../sass/_forms.scss */
.module-contact .form-submit {
  color: #fff;
  border: 0;
  border-top: 1px solid #8c8d8e;
  background: #4f4f4f url(../img/fallback/gradient-submit-buttons.jpg) repeat-x;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #767676 0%, #4f4f4f 100%);
  background-image: -moz-linear-gradient(top, #767676 0%, #4f4f4f 100%);
  background-image: linear-gradient(top, #767676 0%, #4f4f4f 100%);
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
/* line 66, ../sass/_forms.scss */
.module-contact .form-submit:hover, .module-contact .form-submit:focus {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #363636 100%);
  background-image: -moz-linear-gradient(top, #5d5d5d 0%, #363636 100%);
  background-image: linear-gradient(top, #5d5d5d 0%, #363636 100%);
}

/* line 73, ../sass/_forms.scss */
#edit-submit.button.blue.top {
  float: right;
}

/* line 77, ../sass/_forms.scss */
#edit-actions h5 {
  display: inline;
}

/* line 81, ../sass/_forms.scss */
.form-item {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* meh. */
/* line 87, ../sass/_forms.scss */
.button.submit-tausend-gruende {
  padding: 0;
}

/* line 91, ../sass/_forms.scss */
.submit-tausend-gruende .form-submit {
  background: transparent;
  padding: 0 30px;
  padding: 0 1.875rem;
  border: 0;
  color: #fff;
}

/* line 100, ../sass/_forms.scss */
.contact-full-width .form-item-message {
  float: right;
  position: relative;
  width: 45%;
}

/* line 108, ../sass/_forms.scss */
.contact-full-width .form-item-name {
  width: 45%;
}

/* line 113, ../sass/_forms.scss */
.contact-full-width .form-item-mail {
  width: 45%;
}

/* line 117, ../sass/_forms.scss */
.contact-full-width .form-wrapper {
  float: right;
  right: 100px;
}
#grunde-teaser .span5.grunde-teaser-left{
	margin-left: 0;
	width: 560px;
}

#grunde-teaser .span5 .grunde-teaser-right, #grunde-teaser .span5.grunde-teaser-right{
	float: right;
	width: 420px;
	margin-left: 0;
}
.grunde-teaser-right a{
	display: block;
	float: left;
	margin-left: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 30.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grunde-teaser-right a:hover{
	-ms-transform: scale(1.3,1.3); /* IE 9 */
    -webkit-transform: scale(1.3,1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3,1.3);
    opacity: 1 !important;
    z-index: 50;
     -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 30.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grunde-teaser-right a:hover img{
	opacity: 1 !important;
}

@media (min-width: 600px) and (max-width: 767px) {
  /* line 125, ../sass/_forms.scss */
  [class*="module"].contact-full-width {
    padding: 46px 10px;
    padding: 2.875rem 0.625rem;
  }
  #grunde-teaser .span5.grunde-teaser-left {
	  width: auto !important;
  }
}
@media (max-width: 599px) {
  /* line 132, ../sass/_forms.scss */
  [class*="module"].contact-full-width {
    padding: 46px 10px;
    padding: 2.875rem 0.625rem;
  }
  /* line 138, ../sass/_forms.scss */
  [class*="module"].contact-full-width .form-item-message,
  [class*="module"].contact-full-width .form-item-name,
  [class*="module"].contact-full-width .form-item-mail {
    float: none;
    width: 100%;
    top: auto;
  }
  /* line 144, ../sass/_forms.scss */
  [class*="module"].contact-full-width .form-wrapper {
    position: static;
    right: auto;
  }
}
/* line 1, ../sass/_icon-font.scss */
[class*="icon-"]:before {
  font-family: "Ja zu Fra";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class*="icon2-"]:before {
  font-family: "Ja zu Fra2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 11, ../sass/_icon-font.scss */
.icon-check:before {
  content: "\e000";
}

/* line 14, ../sass/_icon-font.scss */
.icon-caret-down:before {
  content: "\e001";
}

/* line 17, ../sass/_icon-font.scss */
.icon-caret-up:before {
  content: "\e002";
}

/* line 20, ../sass/_icon-font.scss */
.icon-chevron-left:before {
  content: "\e003";
}

/* line 23, ../sass/_icon-font.scss */
.icon-chevron-right:before {
  content: "\e004";
}

/* line 26, ../sass/_icon-font.scss */
.icon-download-alt:before {
  content: "\e005";
}

/* line 29, ../sass/_icon-font.scss */
.icon-phone:before {
  content: "\e006";
}

/* line 32, ../sass/_icon-font.scss */
.icon-xing:before {
  content: "\e007";
}

/* line 35, ../sass/_icon-font.scss */
.icon-facebook:before {
  content: "\e008";
}

/* line 38, ../sass/_icon-font.scss */
.icon-twitter:before {
  content: "\e009";
}

/* line 41, ../sass/_icon-font.scss */
.icon-google-plus:before {
  content: "\e00a";
}

/* line 44, ../sass/_icon-font.scss */
.icon-aktuelles:before {
  content: "\e00b";
}

/* line 47, ../sass/_icon-font.scss */
.icon-kontakt:before {
  content: "\e00c";
}

/* line 50, ../sass/_icon-font.scss */
.icon-schallschutz:before {
  content: "\e00d";
}

/* line 53, ../sass/_icon-font.scss */
.icon-torzurwelt:before {
  content: "\e00e";
}

/* line 56, ../sass/_icon-font.scss */
.icon-ueberuns:before {
  content: "\e00f";
}

/* line 59, ../sass/_icon-font.scss */
.icon-wirtschaftsfaktor:before {
  content: "\e010";
}

/* line 62, ../sass/_icon-font.scss */
.icon-home:before {
  content: "\e011";
}

/* line 65, ../sass/_icon-font.scss */
.icon-question-sign:before {
  content: "\e012";
}

/* line 68, ../sass/_icon-font.scss */
.icon-picture:before {
  content: "\e013";
}
.icon2-instagram:before {
  content: "\e900";
}
.icon2-youtube:before {
  content: "\e901";
}
.icon2-youtube2:before {
  content: "\e902";
}

/* line 1, ../sass/_sharing.scss */
.sharing {
  display: inline-block;
}
/* line 6, ../sass/_sharing.scss */
.sharing ol,
.sharing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 13, ../sass/_sharing.scss */
.sharing li {
  display: inline-block;
  margin: 0 0 0 20px;
  margin: 0 0 0 1.25rem;
}
/* line 18, ../sass/_sharing.scss */
.sharing li:first-child {
  margin: 0;
}
/* line 24, ../sass/_sharing.scss */
.sharing a {
  color: #f3f3f3;
  background: #3b393e;
  display: inline-block;
  line-height: 1;
  border-radius: .5rem;
}
/* line 32, ../sass/_sharing.scss */
.sharing a:hover, .sharing a:focus {
  color: #f3f3f3;
  background: #00a0e1;
  text-decoration: none;
}

/* line 42, ../sass/_sharing.scss */
.masthead .sharing a:before {
  font-size: 48px;
  font-size: 3rem;
}

/* line 47, ../sass/_sharing.scss */
.region-footer .sharing {
  float: left;
}

/* line 51, ../sass/_sharing.scss */
.region-footer .sharing a {
  color: #3b393e;
  background: #f3f3f3;
}
/* line 56, ../sass/_sharing.scss */
.region-footer .sharing a:hover, .region-footer .sharing a:focus {
  color: #f3f3f3;
  background: #00a0e1;
}
/* line 61, ../sass/_sharing.scss */
.region-footer .sharing a:before {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 979px) {
  /* line 71, ../sass/_sharing.scss */
  .masthead.start .sharing {
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
  /* line 75, ../sass/_sharing.scss */
  .masthead.start .sharing a:before {
    font-size: 32px;
    font-size: 2rem;
  }

  /* line 81, ../sass/_sharing.scss */
  .region-footer .sharing {
    float: none;
    display: block;
  }
  
  #flughafen .span3{
		width: 290px !important;
	}
  
}/* END  */



/* line 1, ../sass/_nav-primary.scss */
.navbar {
  margin: 16px 0;
  margin: 1rem auto;
  position: relative;
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
/* line 62, ../sass/_base.scss */
.navbar:before, .navbar:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 67, ../sass/_base.scss */
.navbar:after {
  clear: both;
}
/* line 10, ../sass/_nav-primary.scss */
.navbar ol {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 16, ../sass/_nav-primary.scss */
.navbar a {
  color: #49474C;
}

/* line 22, ../sass/_nav-primary.scss */
.linksmoreimportantthantheothers li {
  margin: 0 0 0 20px;
  display: inline-block;
  float: none;
}
/* line 27, ../sass/_nav-primary.scss */
.linksmoreimportantthantheothers li:first-child {
  margin: 0;
}
/* line 31, ../sass/_nav-primary.scss */
.linksmoreimportantthantheothers li a {
  text-decoration: none;
}
/* line 34, ../sass/_nav-primary.scss */
.linksmoreimportantthantheothers li a:before {
  margin: 0 6px 0 0;
  margin: 0 0.375rem 0 0;
  color: #c8c8c8;
  position: relative;
  top: 1px;
  top: .0625rem;
}
/* line 44, ../sass/_nav-primary.scss */
.linksmoreimportantthantheothers li a:hover:before, .linksmoreimportantthantheothers li a:focus:before {
  color: #00a0e1;
}

/* line 53, ../sass/_nav-primary.scss */
.region-header.fixed .navbar {
  position: absolute;
  top: 18px;
  right: 120px;
  right: 7.5em;
  margin: 0;
}

/* line 61, ../sass/_nav-primary.scss */
.region-header.fixed .linksmoreimportantthantheothers li:first-child {
	margin-left: 0;
}
.region-header.fixed .linksmoreimportantthantheothers li {
  margin: 0 0 0 20px;
  margin: 0 0 0 1.2rem;
}
/* line 65, ../sass/_nav-primary.scss */
.region-header.fixed .linksmoreimportantthantheothers li a {
  color: #fff;
}
/* line 69, ../sass/_nav-primary.scss */
.region-header.fixed .linksmoreimportantthantheothers li a:hover, .region-header.fixed .linksmoreimportantthantheothers li a:focus {
  color: #3b393e;
}
/* line 73, ../sass/_nav-primary.scss */
.region-header.fixed .linksmoreimportantthantheothers li a:before {
  color: #fff;
}
/* line 78, ../sass/_nav-primary.scss */
.region-header.fixed .linksmoreimportantthantheothers li a:hover:before, .region-header.fixed .linksmoreimportantthantheothers li a:focus:before {
  color: #3b393e;
}

@media (min-width: 980px) and (max-width: 1169px) {
  /* line 87, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers {
    text-align: center;
  }
  /* line 90, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 98, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers {
    text-align: center;
  }
  /* line 101, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li {
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 110, ../sass/_nav-primary.scss */
  .navbar {
    margin-bottom: 6px;
    margin-bottom: .375rem;
  }

  /* line 117, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li {
    width: 47.5%;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    text-align: left;
  }
  /* line 123, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li:first-child {
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
  }
  /* line 128, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li:nth-child(odd) {
    float: left;
  }
  /* line 132, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li:nth-child(even) {
    float: right;
  }
  /* line 136, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li a {
    display: block;
    background: #00a0e1;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    color: #fff;
  }
  /* line 144, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li a:hover, .linksmoreimportantthantheothers li a:focus {
    color: #fff;
  }
}
@media (max-width: 479px) {
  /* line 156, ../sass/_nav-primary.scss */
  .navbar {
    margin-bottom: 6px;
    margin-bottom: .375rem;
  }

  /* line 163, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li {
    width: 100%;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    text-align: left;
  }
  /* line 169, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li:first-child {
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
  }
  /* line 174, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li a {
    display: block;
    background: #00a0e1;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    color: #fff;
  }
  /* line 182, ../sass/_nav-primary.scss */
  .linksmoreimportantthantheothers li a:hover, .linksmoreimportantthantheothers li a:focus {
    color: #fff;
  }
}
/* line 1, ../sass/_nav-secondary.scss */
.secondary-nav {
  float: left;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  /*font-family: "Open Sans Semibold", Arial, sans-serif;*/
  font-weight: 600;
  font-style: normal;
}
/* line 7, ../sass/_nav-secondary.scss */
.secondary-nav li {
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
  border-left: 1px solid #b1b1b1;
}
/* line 13, ../sass/_nav-secondary.scss */
.secondary-nav li:first-child {
  border: 0;
  padding-left: 0;
}
/* line 18, ../sass/_nav-secondary.scss */
.secondary-nav li:last-child {
  border-right: 1px solid #b1b1b1;
}
/* line 22, ../sass/_nav-secondary.scss */
.secondary-nav li a {
  color: #49474C;
}
/* line 25, ../sass/_nav-secondary.scss */
.secondary-nav li a:hover {
  color: #00a0e1;
}

/* Dafuq? */
/* line 35, ../sass/_nav-secondary.scss */
.ie8 .footer-navigations ol {
  list-style: none;
}

@media (max-width: 767px) {
  /* line 41, ../sass/_nav-secondary.scss */
  .secondary-nav {
    float: none;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    text-align: center;
  }
  /* line 47, ../sass/_nav-secondary.scss */
  .secondary-nav li {
    float: none;
    display: inline-block;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
  }
  /* line 53, ../sass/_nav-secondary.scss */
  .secondary-nav li:last-child {
    border-right: 0;
  }
}
/* line 1, ../sass/_header.scss */
.region-header {
  background: #fff;
  z-index: 100 !important;
}
/* line 62, ../sass/_base.scss */
.region-header:before, .region-header:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 67, ../sass/_base.scss */
.region-header:after {
  clear: both;
}

/* line 6, ../sass/_header.scss */
.logo-bar {
  background: #01a0e2 url(../img/fallback/gradient-logo-bar.jpg) repeat-y;
  /* IE8 und darunter */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODFiNSIvPjxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDE4ZGM4Ii8+PHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiMwMDhlYzYiLz48c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzAwOGZjYiIvPjxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjMDA5MGM5Ii8+PHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwMDkwY2MiLz48c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzAwOTFjYSIvPjxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjMDA5NGQyIi8+PHN0b3Agb2Zmc2V0PSIxOSUiIHN0b3AtY29sb3I9IiMwMDk0ZDAiLz48c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzAwOThkNCIvPjxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjMDFhMGUyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDFhMGUyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left, #0081b5 0%, #018dc8 11%, #008ec6 12%, #008fcb 13%, #0090c9 14%, #0090cc 14%, #0091ca 14%, #0094d2 18%, #0094d0 19%, #0098d4 21%, #01a0e2 33%, #01a0e2 100%);
  background-image: -moz-linear-gradient(left, #0081b5 0%, #018dc8 11%, #008ec6 12%, #008fcb 13%, #0090c9 14%, #0090cc 14%, #0091ca 14%, #0094d2 18%, #0094d0 19%, #0098d4 21%, #01a0e2 33%, #01a0e2 100%);
  background-image: linear-gradient(left, #0081b5 0%, #018dc8 11%, #008ec6 12%, #008fcb 13%, #0090c9 14%, #0090cc 14%, #0091ca 14%, #0094d2 18%, #0094d0 19%, #0098d4 21%, #01a0e2 33%, #01a0e2 100%);
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center;
}

/* line 15, ../sass/_header.scss */
.logo {
  display: inline-block;
  background: url(../img/logo.png) no-repeat;
  width: 275px;
  height: 62px;
}

/* line 22, ../sass/_header.scss */
.region-header.fixed {
  position: fixed;
  z-index: 2;
  width: 1170px;
  width: 73.125rem;
  height: 65px;
  background: #00a0e1;
  border-bottom: 1px solid #00577b;
}

/* line 32, ../sass/_header.scss */
.region-header.fixed .logo-bar {
  position: absolute;
  top: 10px;
  top: .625rem;
  left: 50px;
  left: 5%;
  background: transparent;
  padding: 0;
}

/* line 42, ../sass/_header.scss */
.region-header.fixed .logo {
  background: url(../img/logo-small.png) no-repeat;
  width: 180px;
  width: 11.25rem;
  height: 40px;
  height: 2.5rem;
}

/* New block with last new */

.masthead #masterhead-left{
	float:left;
	width: 50%;
	height: auto;
	margin: 0;
}
.masthead #masterhead-right{
	float:left;
	width: 50%;
	height: auto;
	margin: 0;
}
#masterhead-aktuelles-block{
	background-color: transparent;	
	text-align: left;
	margin-top: 11.3%
}
#masterhead-aktuelles-block div.span10{
	background: none repeat scroll 0% 0% rgba(64, 162, 222, 0.78);
	width: 354px;
	min-height: 255px;
	padding: 13px 13px 0px 13px;
}
#masterhead-aktuelles-block div.span10 h4{
	text-align: left;
	font-size: 24px;
	margin-bottom: 0;
}
#masterhead-aktuelles-block figure{
	margin-bottom: 0;
}
#masterhead-aktuelles-block div.content.row{
 	margin-left: 0;
}
#masterhead-aktuelles-block div.content.row .span5{
	width: 50%;
	float: left;
	margin-left: 0;

}

#masterhead-aktuelles-block div.content.row .span5 p{
	padding-left: 10px;	
	font-size: 13px;
}


#masterhead-aktuelles-block h2{
	background-color: transparent;
	font-size: 20px;
	text-align: left;
	padding: 0;
}

.masthead.start #masterhead-left h1 {
  font-size: 122px;
  font-size: 4.5rem;
}

.masthead.start #masterhead-left h2 {
  font-size: 66px;
  font-size: 1.6rem;
}


.masthead #masterhead-left .site-headings {
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 510px;
}

.masthead.start #masterhead-left .site-headings {
  position: static;
  margin: 112px 0 32px;
  margin: 7rem 0 2rem;
}

#flughafen .span3{
	width: 303px;
}

/* ======================== */
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 51, ../sass/_header.scss */
  .region-header.fixed {
    width: 940px;
    width: 58.75rem;
  }
  .region-header.fixed .navbar{
		float: right;
		right: 2.5% !important;
		margin-right: 0 !important;
	}

	.region-header.fixed .navbar .first-m-item{
		display: none;		
	}
	
	ul.archiv{
		margin-left: 0 !important;
	}
	ul.archiv li {
    	width: 163px !important;
		width: 10.5rem !important;
		margin: 0px 0px 15px 0.8em !important;
	}
	
	ul.archiv li.slider-sync.new-row  {
		margin-left: 0.8em !important;	
	}
  
}

@media (min-width: 980px) and (max-width: 1169px) {
  /* line 51, ../sass/_header.scss */
  .region-header.fixed {
    width: 940px;
    width: 58.75rem;
  }
  /* line 55, ../sass/_header.scss */
  .region-header.fixed .navbar {
    right: 80px;
    right: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 63, ../sass/_header.scss */
  .region-header.fixed {
    width: 724px;
    width: 45.25rem;
  }
  /* line 67, ../sass/_header.scss */
  .region-header.fixed .logo {
    width: 90px;
    width: 5.625rem;
    height: 20px;
    height: 1.25rem;
    background: url(../img/logo-mini.png) no-repeat;
  }
}
@media (max-width: 767px) {
  /* line 79, ../sass/_header.scss */
  .logo {
    background: url(../img/logo-small.png) no-repeat;
    width: 180px;
    width: 11.25rem;
    height: 40px;
    height: 2.5rem;
  }
}
/* line 1, ../sass/_masthead.scss */
.masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
/* line 9, ../sass/_masthead.scss */
.masthead .site-headings {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  
}
/* line 16, ../sass/_masthead.scss */
.masthead h1, .masthead h2 {
  display: inline-block;
  margin: 0;
  background: url(../img/fallback/rgba-064-162-222-078.png);
  background: rgba(64, 162, 222, 0.78);
  padding: 0 0.4em;
}

/* Ausnahme für Startseite */
/* line 29, ../sass/_masthead.scss */
.masthead.start .site-headings {
  position: static;
  margin: 112px 0 32px;
  margin: 7rem 0 2rem;
}
/* line 35, ../sass/_masthead.scss */
.masthead.start h1 {
  font-size: 130px;
  font-size: 8.125rem;
}
/* line 40, ../sass/_masthead.scss */
.masthead.start h1, .masthead.start h2 {
  line-height: 1;
}

@media (min-width: 980px) and (max-width: 1169px) {
  /* line 49, ../sass/_masthead.scss */
  .masthead.start .site-headings {
    margin: 72ox 0 32px;
    margin: 4.5rem 0 2rem;
  }
}
@media (max-width: 979px) {
  /* line 58, ../sass/_masthead.scss */
  
  .masthead {
    position: static;
    background: #00a0e1;
    height: auto;
  }
  .masthead.start {
    position: static;
    background: #00a0e1;
    height: 220px;
  }
  /* line 62, ../sass/_masthead.scss */
  .masthead .site-headings {
    position: static;
    width: auto;
    margin: 0;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }

  #masterhead-left .site-headings{
	  margin-top: 0 !important;
  }
  
  .masthead.start #masterhead-left h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .masthead.start #masterhead-left h1 {
    font-size: 64px;
    font-size: 4rem;
  }

  /* line 70, ../sass/_masthead.scss */
  .masthead h1, .masthead h2 {
    background: transparent;
    display: block;
    padding: 0;
  }
  /* line 76, ../sass/_masthead.scss */
  .masthead h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* line 85, ../sass/_masthead.scss */
  .masthead.start .site-headings {
    margin: 0;
  }
  /* line 89, ../sass/_masthead.scss */
  .masthead.start h1 {
    font-size: 64px;
    font-size: 4rem;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
  }
  /* line 96, ../sass/_masthead.scss */
  .masthead.start h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .masthead #masterhead-left {
  	width: 100% !important;
  }

  #masterhead-right{
	  display: none;
  }
}
@media (max-width: 479px) {
  /* line 108, ../sass/_masthead.scss */
  .masthead.start h1 {
    font-size: 40px;
    font-size: 2.2rem !important;
  }
  .masthead.start h2 {
    font-size: 48px;
    font-size: 0.8rem !important;
  }
  
  .masthead.start{
	  height: 170px;
  }
  a.button.blue {
	  padding: 0px 0.9rem;
	  font-size: 0.83rem;
  }
   a.button.blue strong{
	   position: relative;
	   z-index: 5;
   }
  a.button.blue.icon-question-sign{
	  padding: 0px 0.7rem 0px 0.3rem;
	  font-size: 0.72rem;
	  text-align: left
  }
  a.button.blue.icon-question-sign strong{
	  z-index: 5;
	  position: relative;
  }
}
/* Gallery Slider */
/* line 5, ../sass/_slider.scss */
.slider-gallery ul.jcarousel-list.jcarousel-list-horizontal li {
  margin-right: 40px;
  margin-right: 2.5rem;
  margin-left: 0;
  width: 265px;
}

/* line 13, ../sass/_slider.scss */
.slider-gallery .jcarousel-clip-horizontal {
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

/* line 19, ../sass/_slider.scss */
.slider-gallery.gallery-line .jcarousel-clip-horizontal {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid silver;
}

/* line 26, ../sass/_slider.scss */
.ie8 .slider-gallery .jcarousel-prev-horizontal {
  margin: -22px 0 0 -50px;
}
/* line 30, ../sass/_slider.scss */
.ie8 .slider-gallery .jcarousel-next-horizontal {
  margin: -22px 0 0 780px;
}
/* line 34, ../sass/_slider.scss */
.ie8 .jcarousel-prev-horizontal {
  left: -5px;
}

/* line 40, ../sass/_slider.scss */
.slider-gallery .jcarousel-prev-horizontal {
  /*background-color: $jazufra-mainblue;*/
  left: -3.5rem;
}

/* line 45, ../sass/_slider.scss */
.slider-gallery .jcarousel-next-horizontal {
  /*background-color: $jazufra-mainblue;*/
  right: -3.5rem;
}

/* line 51, ../sass/_slider.scss */
.jcarousel-next-horizontal {
  position: absolute;
  top: 40%;
  right: -55px;
  width: 28px;
  height: 44px;
  background: transparent url(../img/pfeile_slices.png) no-repeat 0 0;
}

/* line 61, ../sass/_slider.scss */
.jcarousel-prev-horizontal {
  position: absolute;
  top: 40%;
  left: -60px;
  width: 28px;
  height: 44px;
  background: transparent url(../img/pfeile_slices.png) no-repeat 0 0;
}

/* line 72, ../sass/_slider.scss */
.views-row-odd .jcarousel-prev-horizontal,
.has-lightgrey-background .jcarousel-prev-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -52px 0px transparent;
}
/* line 75, ../sass/_slider.scss */
.views-row-odd .jcarousel-prev-horizontal :hover,
.has-lightgrey-background .jcarousel-prev-horizontal :hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -97px 0px transparent;
}
/* line 80, ../sass/_slider.scss */
.views-row-odd .jcarousel-next-horizontal,
.has-lightgrey-background .jcarousel-next-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -52px -88px transparent;
}
/* line 83, ../sass/_slider.scss */
.views-row-odd .jcarousel-next-horizontal:hover,
.has-lightgrey-background .jcarousel-next-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -96px -88px transparent;
}
/* line 90, ../sass/_slider.scss */
.views-row-odd .jcarousel-next-horizontal[disabled="disabled"],
.views-row-odd .jcarousel-next-horizontal[disabled="true"],
.has-lightgrey-background .jcarousel-next-horizontal[disabled="disabled"],
.has-lightgrey-background .jcarousel-next-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -88px transparent;
}
/* line 95, ../sass/_slider.scss */
.views-row-odd .jcarousel-prev-horizontal[disabled="disabled"],
.views-row-odd .jcarousel-prev-horizontal[disabled="true"],
.has-lightgrey-background .jcarousel-prev-horizontal[disabled="disabled"],
.has-lightgrey-background .jcarousel-prev-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px 0px transparent;
}

/* line 103, ../sass/_slider.scss */
.views-row-even .jcarousel-prev-horizontal,
.has-blue-background .jcarousel-prev-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -53px -43px transparent;
}
/* line 106, ../sass/_slider.scss */
.views-row-even .jcarousel-prev-horizontal:hover,
.has-blue-background .jcarousel-prev-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -96px -43px transparent;
}
/* line 111, ../sass/_slider.scss */
.views-row-even .jcarousel-next-horizontal,
.has-blue-background .jcarousel-next-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -54px -136px transparent;
}
/* line 114, ../sass/_slider.scss */
.views-row-even .jcarousel-next-horizontal:hover,
.has-blue-background .jcarousel-next-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -97px -136px transparent;
}
/* line 121, ../sass/_slider.scss */
.views-row-even .jcarousel-next-horizontal[disabled="disabled"],
.views-row-even .jcarousel-next-horizontal[disabled="true"],
.has-blue-background .jcarousel-next-horizontal[disabled="disabled"],
.has-blue-background .jcarousel-next-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -136px transparent;
}
/* line 126, ../sass/_slider.scss */
.views-row-even .jcarousel-prev-horizontal[disabled="disabled"],
.views-row-even .jcarousel-prev-horizontal[disabled="true"],
.has-blue-background .jcarousel-prev-horizontal[disabled="disabled"],
.has-blue-background .jcarousel-prev-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -43px transparent;
}

/* Slider Text */
/* line 135, ../sass/_slider.scss */
.slider-text {
  margin-bottom: 20px;
}
/* line 138, ../sass/_slider.scss */
.slider-text .jcarousel-clip-horizontal {
  width: 1070px;
  height: auto;
  padding-right: 40px;
  padding-right: 2.5rem;
  margin: 0 0 0 -30px;
  margin: 0 0 0 1.875rem;
}
/* line 147, ../sass/_slider.scss */
.slider-text .jcarousel-item-horizontal {
  width: 1070px;
  margin: 0;
}
/* line 152, ../sass/_slider.scss */
.slider-text .jcarousel-prev-horizontal {
  position: absolute;
  top: 40%;
  left: -60px;
  width: 28px;
  height: 44px;
  background: transparent url(../img/pfeile_slices.png) no-repeat 0 0;
}
/* line 163, ../sass/_slider.scss */
.slider-text .views-row-odd .jcarousel-prev-horizontal,
.slider-text .has-lightgrey-background .jcarousel-prev-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -52px 0px transparent;
}
/* line 166, ../sass/_slider.scss */
.slider-text .views-row-odd .jcarousel-prev-horizontal:hover,
.slider-text .has-lightgrey-background .jcarousel-prev-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -97px 0px transparent;
}
/* line 171, ../sass/_slider.scss */
.slider-text .views-row-odd .jcarousel-next-horizontal,
.slider-text .has-lightgrey-background .jcarousel-next-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -52px -88px transparent;
}
/* line 174, ../sass/_slider.scss */
.slider-text .views-row-odd .jcarousel-next-horizontal:hover,
.slider-text .has-lightgrey-background .jcarousel-next-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -96px -88px transparent;
}
/* line 181, ../sass/_slider.scss */
.slider-text .views-row-odd .jcarousel-next-horizontal[disabled="disabled"],
.slider-text .views-row-odd .jcarousel-next-horizontal[disabled="true"],
.slider-text .has-lightgrey-background .jcarousel-next-horizontal[disabled="disabled"],
.slider-text .has-lightgrey-background .jcarousel-next-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -88px transparent;
}
/* line 186, ../sass/_slider.scss */
.slider-text .views-row-odd .jcarousel-prev-horizontal[disabled="disabled"],
.slider-text .views-row-odd .jcarousel-prev-horizontal[disabled="true"],
.slider-text .has-lightgrey-background .jcarousel-prev-horizontal[disabled="disabled"],
.slider-text .has-lightgrey-background .jcarousel-prev-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px 0px transparent;
}
/* line 192, ../sass/_slider.scss */
.slider-text .views-row-even .jcarousel-prev-horizontal,
.slider-text .has-blue-background .jcarousel-prev-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -53px -43px transparent;
}
/* line 195, ../sass/_slider.scss */
.slider-text .views-row-even .jcarousel-prev-horizontal:hover,
.slider-text .has-blue-background .jcarousel-prev-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -96px -43px transparent;
}
/* line 200, ../sass/_slider.scss */
.slider-text .views-row-even .jcarousel-next-horizontal,
.slider-text .has-blue-background .jcarousel-next-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -54px -136px transparent;
}
/* line 203, ../sass/_slider.scss */
.slider-text .views-row-even .jcarousel-next-horizontal:hover,
.slider-text .has-blue-background .jcarousel-next-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -97px -136px transparent;
}
/* line 210, ../sass/_slider.scss */
.slider-text .views-row-even .jcarousel-next-horizontal[disabled="disabled"],
.slider-text .views-row-even .jcarousel-next-horizontal[disabled="true"],
.slider-text .has-blue-background .jcarousel-next-horizontal[disabled="disabled"],
.slider-text .has-blue-background .jcarousel-next-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -136px transparent;
}
/* line 215, ../sass/_slider.scss */
.slider-text .views-row-even .jcarousel-prev-horizontal[disabled="disabled"],
.slider-text .views-row-even .jcarousel-prev-horizontal[disabled="true"],
.slider-text .has-blue-background .jcarousel-prev-horizontal[disabled="disabled"],
.slider-text .has-blue-background .jcarousel-prev-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -43px transparent;
}
/* line 220, ../sass/_slider.scss */
.slider-text li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
}

/* Slider Jury */
/* line 233, ../sass/_slider.scss */
.slider-jury h4 {
  margin: 0;
}
/* line 237, ../sass/_slider.scss */
.slider-jury ul.jcarousel-list.jcarousel-list-horizontal li {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 0;
}

/* line 244, ../sass/_slider.scss */
.slider-jury .jcarousel-clip-horizontal {
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

/* line 252, ../sass/_slider.scss */
.slider-jury .jcarousel-prev-horizontal {
  background-color: #00a0e1;
  left: -4.5rem;
}

/* line 257, ../sass/_slider.scss */
.slider-jury .jcarousel-next-horizontal {
  background-color: #00a0e1;
  right: -4.5rem;
}

/* line 266, ../sass/_slider.scss */
.module-slider h4, .module-checklist h4 {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}

/* line 271, ../sass/_slider.scss */
.module-slider h5, .module-checklist h5 {
  color: #abdef3;
}

/* line 275, ../sass/_slider.scss */
.module-slider li img {
  height: auto;
}

/* Slider */
/* line 282, ../sass/_slider.scss */
.slider-fa-gallery ul.jcarousel-list.jcarousel-list-horizontal li {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 0;
  width: 215px;
}
/* line 289, ../sass/_slider.scss */
.slider-fa-gallery .jcarousel-prev-horizontal {
  left: -55px;
}
/* line 293, ../sass/_slider.scss */
.slider-fa-gallery .jcarousel-clip-horizontal {
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
/* line 299, ../sass/_slider.scss */
.slider-fa-gallery img {
  width: auto;
}
/* line 303, ../sass/_slider.scss */
.slider-fa-gallery .fa-thumb {
  display: inline-block;
  float: left;
  margin: 7px 9px 0 0;
  padding: 0;
}
/* line 310, ../sass/_slider.scss */
.slider-fa-gallery .fruehere-slider-text {
  padding: 0;
  margin: -0.25em 0 0 0;
  float: right;
  width: 50%;
}
/* line 317, ../sass/_slider.scss */
.slider-fa-gallery blockquote.fruehere-slider-text-desc {
  font-style: italic;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ABDEF3;
}
/* line 327, ../sass/_slider.scss */
.slider-fa-gallery .fruehere-slider-text h4 {
  margin: 0 0 0.25em;
}

/* line 1, ../sass/_slider-news.scss */
.module-slider .jcarousel-container-horizontal {
  position: relative;
}

/* line 5, ../sass/_slider-news.scss */
.module-slider .jcarousel-clip-horizontal {
  width: 970px;
  overflow: hidden;
}

/* line 10, ../sass/_slider-news.scss */
.module-slider .jcarousel-item-horizontal {
  width: 970px;
  /* ### kann wieder raus wenn die allgemeinen Styles sinnvoll ausgemistet & umgeschrieben sind */
  margin: 0 !important;
}

/* line 16, ../sass/_slider-news.scss */
.jcarousel-prev-horizontal,
.jcarousel-next-horizontal {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 44px;
  margin: -22px 0 0;
  cursor: pointer;
}

/* line 28, ../sass/_slider-news.scss */
.jcarousel-prev-horizontal[disabled="disabled"],
.jcarousel-next-horizontal[disabled="disabled"],
.jcarousel-prev-horizontal[disabled="true"],
.jcarousel-next-horizontal[disabled="true"] {
  opacity: .3;
}

/* line 37, ../sass/_slider-news.scss */
.views-row-odd .module-slider .jcarousel-prev-horizontal,
.has-lightgrey-background .module-slider .jcarousel-prev-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -52px 0px transparent;
}
/* line 40, ../sass/_slider-news.scss */
.views-row-odd .module-slider .jcarousel-prev-horizontal:hover,
.has-lightgrey-background .module-slider .jcarousel-prev-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -97px 0px transparent;
}
/* line 45, ../sass/_slider-news.scss */
.views-row-odd .module-slider .jcarousel-next-horizontal,
.has-lightgrey-background .module-slider .jcarousel-next-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -52px -88px transparent;
}
/* line 48, ../sass/_slider-news.scss */
.views-row-odd .module-slider .jcarousel-next-horizontal:hover,
.has-lightgrey-background .module-slider .jcarousel-next-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -96px -88px transparent;
}
/* line 55, ../sass/_slider-news.scss */
.views-row-odd .module-slider .jcarousel-next-horizontal[disabled="disabled"],
.views-row-odd .module-slider .jcarousel-next-horizontal[disabled="true"],
.has-lightgrey-background .module-slider .jcarousel-next-horizontal[disabled="disabled"],
.has-lightgrey-background .module-slider .jcarousel-next-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -88px transparent;
}
/* line 60, ../sass/_slider-news.scss */
.views-row-odd .module-slider .jcarousel-prev-horizontal[disabled="disabled"],
.views-row-odd .module-slider .jcarousel-prev-horizontal[disabled="true"],
.has-lightgrey-background .module-slider .jcarousel-prev-horizontal[disabled="disabled"],
.has-lightgrey-background .module-slider .jcarousel-prev-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px 0px transparent;
}

/* line 66, ../sass/_slider-news.scss */
.views-row-even .module-slider .jcarousel-prev-horizontal,
.has-blue-background .module-slider .jcarousel-prev-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -53px -43px transparent;
}
/* line 69, ../sass/_slider-news.scss */
.views-row-even .module-slider .jcarousel-prev-horizontal :hover,
.has-blue-background .module-slider .jcarousel-prev-horizontal :hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -96px -43px transparent;
}
/* line 74, ../sass/_slider-news.scss */
.views-row-even .module-slider .jcarousel-next-horizontal,
.has-blue-background .module-slider .jcarousel-next-horizontal {
  background: url("../img/pfeile_slices.png") no-repeat scroll -54px -136px transparent;
}
/* line 77, ../sass/_slider-news.scss */
.views-row-even .module-slider .jcarousel-next-horizontal:hover,
.has-blue-background .module-slider .jcarousel-next-horizontal:hover {
  background: url("../img/pfeile_slices.png") no-repeat scroll -97px -136px transparent;
}
/* line 84, ../sass/_slider-news.scss */
.views-row-even .module-slider .jcarousel-next-horizontal[disabled="disabled"],
.views-row-even .module-slider .jcarousel-next-horizontal[disabled="true"],
.has-blue-background .module-slider .jcarousel-next-horizontal[disabled="disabled"],
.has-blue-background .module-slider .jcarousel-next-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -136px transparent;
}
/* line 89, ../sass/_slider-news.scss */
.views-row-even .module-slider .jcarousel-prev-horizontal[disabled="disabled"],
.views-row-even .module-slider .jcarousel-prev-horizontal[disabled="true"],
.has-blue-background .module-slider .jcarousel-prev-horizontal[disabled="disabled"],
.has-blue-background .module-slider .jcarousel-prev-horizontal[disabled="true"] {
  background: url("../img/pfeile_slices.png") no-repeat scroll -8px -43px transparent;
}

@media (min-width: 980px) and (max-width: 1169px) {
  /* line 103, ../sass/_slider-news.scss */
  .module-slider .jcarousel-clip-horizontal {
    width: 780px;
    width: 48.75rem;
  }
  /* line 107, ../sass/_slider-news.scss */
  .module-slider .jcarousel-clip-horizontal .jcarousel-item-horizontal {
    width: 780px;
    width: 48.75rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 115, ../sass/_slider-news.scss */
  .module-slider .jcarousel-clip-horizontal {
    width: 600px;
    width: 37.5rem;
  }
  /* line 119, ../sass/_slider-news.scss */
  .module-slider .jcarousel-clip-horizontal .jcarousel-item-horizontal {
    width: 600px;
    width: 37.5rem;
  }

  /* line 126, ../sass/_slider-news.scss */
  .module-slider .jcarousel-prev-horizontal,
  .module-slider .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 31px;
    margin: -15px 0 0;
  }

  /* line 134, ../sass/_slider-news.scss */
  .module-slider .jcarousel-prev-horizontal {
    left: -40px;
    left: -2.5rem;
    background: transparent url(../img/pfeil_links-klein.png) no-repeat;
  }

  /* line 140, ../sass/_slider-news.scss */
  .module-slider .jcarousel-next-horizontal {
    right: -40px;
    right: -2.5rem;
    background: transparent url(../img/pfeil_rechts-klein.png) no-repeat;
  }
}
@media (max-width: 767px) {
  /* line 148, ../sass/_slider-news.scss */
  .module-slider .jcarousel-clip-horizontal {
    width: 100%;
  }
  /* line 151, ../sass/_slider-news.scss */
  .module-slider .jcarousel-clip-horizontal .jcarousel-item-horizontal {
    width: 100%;
  }

  /* line 157, ../sass/_slider-news.scss */
  .module-slider .jcarousel-prev-horizontal,
  .module-slider .jcarousel-next-horizontal {
    position: absolute;
    top: -42px;
    top: -2.625rem;
    width: 20px;
    height: 31px;
  }

  /* line 165, ../sass/_slider-news.scss */
  .module-slider .jcarousel-prev-horizontal {
    left: 0;
    background: transparent url(../img/pfeil_links-klein.png) no-repeat;
  }

  /* line 170, ../sass/_slider-news.scss */
  .module-slider .jcarousel-next-horizontal {
    right: 0;
    background: transparent url(../img/pfeil_rechts-klein.png) no-repeat;
  }
}


/* line 1, ../sass/_slider-nav.scss */
.slider-nav-wrapper {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2NhZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #00a0e1 0%, #007cae 100%);
  background-image: -moz-linear-gradient(top, #00a0e1 0%, #007cae 100%);
  background-image: linear-gradient(top, #00a0e1 0%, #007cae 100%);
  -webkit-backface-visibility: hidden;
  box-shadow: 0 2px 5px #333333;
  float: left;
  height: 70px;
  left: 325px;
  margin-top: 10px;
  position: absolute;
  top: -39px;
  width: 205px;
  z-index: 10;
}

/* Gradients und Rotate vertragen sich nicht, der Verlauf wird falsch gerendet- daher eine einfarbige Hintergrundfläche */
/* line 19, ../sass/_slider-nav.scss */
.ie9 .slider-nav-wrapper,
.ie8 .slider-nav-wrapper {
  background: #008ec8;
}

/* line 23, ../sass/_slider-nav.scss */
.slider-nav {
  width: 155px;
  height: 50px;
  left: 25px;
  top: 7px;
}
/* line 29, ../sass/_slider-nav.scss */
.slider-nav li.jcarousel-item.jcarousel-item-horizontal {
  position: relative;
  margin-left: 0;
  line-height: 1.25;
  padding: 8px 0;
  padding: 0.5rem 0;
  width: 155px;
}

/* line 39, ../sass/_slider-nav.scss */
.slider-nav a {
  position: relative;
  left: 35px;
}
/* line 44, ../sass/_slider-nav.scss */
.slider-nav a:hover, .slider-nav a:focus {
  text-decoration: none;
}
/* line 48, ../sass/_slider-nav.scss */
.slider-nav a:before {
  color: #666;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  left: -25px;
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 59, ../sass/_slider-nav.scss */
.slider-nav ul {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #d9d9d9 100%);
  background-image: linear-gradient(top, #f3f3f3 0%, #d9d9d9 100%);
}

/* Gradients und Rotate vertragen sich nicht, der Verlauf wird falsch gerendet- daher eine einfarbige Hintergrundfläche */
/* line 65, ../sass/_slider-nav.scss */
.ie9 .slider-nav ul,
.ie8 .slider-nav ul {
  background: #f3f3f3;
}

/* line 69, ../sass/_slider-nav.scss */
.slider-nav .jcarousel-container-horizontal {
  position: relative;
}

/* line 73, ../sass/_slider-nav.scss */
.slider-nav .jcarousel-clip-horizontal {
  width: 155px;
  height: 55px;
  overflow: hidden;
  vertical-align: bottom;
}

/* line 81, ../sass/_slider-nav.scss */
.slider-nav .jcarousel-prev-horizontal,
.slider-nav .jcarousel-next-horizontal {
  position: absolute;
  top: 75%;
  width: 28px;
  height: 44px;
  margin: -22px 0 0;
  cursor: pointer;
}

/* line 90, ../sass/_slider-nav.scss */
.slider-nav .jcarousel-prev-horizontal {
  background-color: #00a0e1;
  left: -1.25rem;
  background: transparent url(../img/pfeil_links_small.png) no-repeat;
}

/* line 96, ../sass/_slider-nav.scss */
.slider-nav .jcarousel-next-horizontal {
  background-color: #00a0e1;
  right: -2.25rem;
  background: transparent url(../img/pfeil_rechts_small.png) no-repeat;
}

/* line 102, ../sass/_slider-nav.scss */
.slider-nav > li a {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  padding: 0 0 0 -30px;
  padding: 0 0 0 -2.35rem;
}

/* line 3, ../sass/_download.scss */
.module-download ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 9, ../sass/_download.scss */
.module-download li {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}
/* line 13, ../sass/_download.scss */
.module-download li a {
  text-decoration: none;
}
/* line 18, ../sass/_download.scss */
.module-download .download-link {
  display: block;
  padding: 10px 20px 10px 8px;
  padding: 0.625rem 1.25rem 0.625rem 0.5rem;
}
/* line 23, ../sass/_download.scss */
.module-download .download-link > img {
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
  width: auto;
}
/* line 29, ../sass/_download.scss */
.module-download .download-link > .button {
  width: 320px;
  width: 20rem;
  text-align: left;
}

/* line 39, ../sass/_download.scss */
.module-download.views-row-odd .download-link {
  background: #d9d9d9;
}

/* line 43, ../sass/_download.scss */
.module-download.views-row-even .download-link {
  background: #007cae;
}

/* line 1, ../sass/_faq.scss */
.faqs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 7, ../sass/_faq.scss */
.question {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

/* line 12, ../sass/_faq.scss */
.answer {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  padding: 20px;
  padding: 1.25rem;
  background-color: #dfdfdf;
  box-shadow: 1px 3px 5px silver;
  color: #666;
  position: relative;
}
/* line 22, ../sass/_faq.scss */
.answer:after {
  content: '';
  height: 12px;
  height: .75rem;
  border-left: 22px solid #f3f3f3;
  border-right: 22px solid #f3f3f3;
  border-bottom: 22px solid #dfdfdf;
  position: absolute;
  top: -34px;
  top: -2.125rem;
  left: 70px;
  left: 4.375rem;
}

/* line 1, ../sass/_pagination.scss */
.module-pagination {
  font-size: 25px;
  font-size: 1.5625rem;
}
/* line 6, ../sass/_pagination.scss */
.module-pagination a:hover {
  color: #000;
  text-decoration: none;
}
/* line 11, ../sass/_pagination.scss */
.module-pagination a:active {
  color: 000;
  text-decoration: underline;
}
/* line 16, ../sass/_pagination.scss */
.module-pagination .go-to.active {
  color: #000;
}
/* line 20, ../sass/_pagination.scss */
.module-pagination .item-list ul li {
  margin: 0 0 0.25em 0.5em;
}

/* line 25, ../sass/_pagination.scss */
ul.pagination {
  list-style-type: none;
  font-size: 1.1875rem;
  font-size: 19px;
}
/* line 30, ../sass/_pagination.scss */
ul.pagination li.go-to {
  color: #00a0e1;
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: bold;
  font-style: normal;
  float: left;
}
/* line 35, ../sass/_pagination.scss */
ul.pagination li.go-to.active {
  color: #000;
}

/* line 1, ../sass/_imprint.scss */
.imprint {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 6, ../sass/_imprint.scss */
.imprint > li {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem;
  position: relative;
}
/* line 13, ../sass/_imprint.scss */
.imprint > li:before {
  color: #737373;
  position: absolute;
  top: 4px;
  top: .25rem;
  left: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 25, ../sass/_imprint.scss */
.imprint .icon-phone small {
  color: #c8c8c8;
  /*font-family: "Open Sans Italic", Arial, sans-serif;*/
  font-weight: normal;
  font-style: italic;
}

/*
Theme Name: MACCACO
Theme URI: http://www.projekktor.com/downloads
Description: this theme is a screenr clone
Version: 1.0
Author: Michel Maillard
Author URI: http://www.porkhead.org
*/
/***************************************
general
***************************************/
/* line 14, ../sass/_videoplayer.scss */
.projekktor {
  background-color: #000;
  /*font-family: "Lucida Grande", "Trebuchet MS", Arial, Sans-Serif;*/
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0c0c0c;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
float: left;
}

/* line 27, ../sass/_videoplayer.scss */
.projekktor img {
  left: auto!important;
  width: 100%!important;
}

/* line 32, ../sass/_videoplayer.scss */
.pptestcard {
  background: url("../img/projekktor/noise.gif") center center repeat;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
}

/* line 41, ../sass/_videoplayer.scss */
.pptestcard p {
  background-color: #3b393e;
  width: 60%;
  margin: auto;
  line-height: 25px;
  position: relative;
  top: 25%;
  padding: 10px;
  border: 5px solid black;
  text-align: center;
}

/***************************************
New check list
***************************************/
#schallschutz-checklist{
	
}
/***************************************
display plugin
***************************************/
/* line 57, ../sass/_videoplayer.scss */
.ppdisplay {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 70, ../sass/_videoplayer.scss */
.ppdisplay .inactive,
.ppstart.inactive,
.ppbuffering.inactive {
  display: none;
}

/* line 74, ../sass/_videoplayer.scss */
.ppstart {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -45px;
  margin-bottom: -38px;
  cursor: pointer;
  height: 84px;
  width: 84px;
  display: block;
  padding: 0px;
  background: url("../img/projekktor/start.png") no-repeat left top transparent;
}

/* line 88, ../sass/_videoplayer.scss */
.ppstart:hover {
  background: url("../img/projekktor/start.png") no-repeat left bottom transparent;
}

/* line 91, ../sass/_videoplayer.scss */
.ppstart:active {
  background: url("../img/projekktor/start.png") no-repeat left -169px transparent;
}

/* line 95, ../sass/_videoplayer.scss */
.ppbuffering {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -45px;
  margin-bottom: -38px;
  display: block;
  z-index: 9010;
  padding: 0px;
  background: url("../img/projekktor/buffering.gif") no-repeat center center black;
  height: 84px;
  width: 84px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/***************************************
controlbar plugin
***************************************/
/* line 116, ../sass/_videoplayer.scss */
.ppcontrols {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 36px;
  background: url("../img/projekktor/player.png") repeat-x scroll 0 0 #0f0e0e;
  border-style: solid;
  border-color: #413e3e;
  border-width: 1px 0;
  padding: 0;
  margin: 0;
}

/* line 132, ../sass/_videoplayer.scss */
.ppcontrols .active {
  display: block;
}

/* line 136, ../sass/_videoplayer.scss */
.ppcontrols .inactive {
  display: none;
}

/* line 140, ../sass/_videoplayer.scss */
.projekktor.notransitions .ppcontrols.active {
  display: block;
}

/* line 144, ../sass/_videoplayer.scss */
.projekktor.notransitions .ppcontrols.inactive {
  display: none;
}

/* line 149, ../sass/_videoplayer.scss */
.ppcontrols.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* line 160, ../sass/_videoplayer.scss */
.ppcontrols.inactive {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* line 172, ../sass/_videoplayer.scss */
.ppcontrols ul {
  list-style-type: none;
}

/* line 176, ../sass/_videoplayer.scss */
.ppcontrols ul.left {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* line 184, ../sass/_videoplayer.scss */
.ppcontrols ul.right {
  background: url("../img/projekktor/player.png") repeat-x scroll 0 0 #0f0e0e;
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

/* line 193, ../sass/_videoplayer.scss */
.ppcontrols ul.bottom {
  position: relative;
  top: 31px;
  left: 0;
  padding: 0;
  margin: 0;
}

/* line 201, ../sass/_videoplayer.scss */
.ppcontrols ul.left li {
  float: left;
  position: relative;
}

/* line 206, ../sass/_videoplayer.scss */
.ppcontrols ul.right li {
  float: right;
  position: relative;
}

/* line 211, ../sass/_videoplayer.scss */
.pptitle {
  padding: 0 10px;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  line-height: 30px;
  height: 30px;
  border-left: 1px solid #413e3e;
  font-size: 11px;
  width: 100%;
}

/* PLAY / PAUSE - left */
/* line 226, ../sass/_videoplayer.scss */
.ppplay,
.pppause {
  background: url("../img/projekktor/maccaco.png") no-repeat left top transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-right: 1px solid black;
}

/* line 234, ../sass/_videoplayer.scss */
.ppplay:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat left -35px transparent;
}

/* line 237, ../sass/_videoplayer.scss */
.ppplay:active {
  background: url("../img/projekktor/maccaco.png") no-repeat left -36px transparent;
}

/* line 241, ../sass/_videoplayer.scss */
.pppause {
  background: url("../img/projekktor/maccaco.png") no-repeat left -70px transparent;
}

/* line 245, ../sass/_videoplayer.scss */
.pppause:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat left -105px transparent;
}

/* line 249, ../sass/_videoplayer.scss */
.pppause:active {
  background: url("../img/projekktor/maccaco.png") no-repeat left -106px transparent;
}

/* Enter / Exit Fullscreen - right */
/* line 255, ../sass/_videoplayer.scss */
.projekktor.audio .ppfsenter,
.projekktor.audio .ppfsexit {
  display: none;
}

/* line 260, ../sass/_videoplayer.scss */
.ppfsenter,
.ppfsexit {
  width: 30px;
  height: 30px;
  background: url("../img/projekktor/maccaco.png") no-repeat right top transparent;
  cursor: pointer;
  border-left: 1px solid #413e3e;
}

/* line 267, ../sass/_videoplayer.scss */
.ppfsenter:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat right -35px transparent;
}

/* line 270, ../sass/_videoplayer.scss */
.ppfsenter:active {
  background: url("../img/projekktor/maccaco.png") no-repeat right -36px transparent;
}

/* line 273, ../sass/_videoplayer.scss */
.ppfsexit {
  background: url("../img/projekktor/maccaco.png") no-repeat right -70px transparent;
}

/* line 276, ../sass/_videoplayer.scss */
.ppfsexit:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat right -105px transparent;
}

/* line 279, ../sass/_videoplayer.scss */
.ppfsexit:active {
  background: url("../img/projekktor/maccaco.png") no-repeat right -106px transparent;
}

/* Unmute / Max volume - right */
/* line 284, ../sass/_videoplayer.scss */
.ppvmax {
  width: 30px;
  height: 30px;
  border-right: 1px solid black;
  border-left: none;
  background: url("../img/projekktor/maccaco.png") no-repeat -842px top transparent;
}

/* line 292, ../sass/_videoplayer.scss */
.ppvmax:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat -842px -35px transparent;
}

/* line 295, ../sass/_videoplayer.scss */
.ppvmax:active {
  background: url("../img/projekktor/maccaco.png") no-repeat -842px -36px transparent;
}

/* Mute / Min volume - right */
/* line 300, ../sass/_videoplayer.scss */
.ppmute {
  width: 29px;
  height: 30px;
  border-left: 1px solid #413e3e;
  background: url("../img/projekktor/maccaco.png") no-repeat -750px top transparent;
}

/* line 306, ../sass/_videoplayer.scss */
.ppmute:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat -750px -35px transparent;
}

/* line 309, ../sass/_videoplayer.scss */
.ppmute:active {
  background: url("../img/projekktor/maccaco.png") no-repeat -750px -36px transparent;
}

/* volume slider - right */
/* line 314, ../sass/_videoplayer.scss */
.ppvslider {
  margin: 13px 5px;
  height: 16px;
  width: 60px;
  background: url("../img/projekktor/maccaco.png") no-repeat -781px -13px transparent;
}

/* line 321, ../sass/_videoplayer.scss */
.ppvmarker {
  position: relative;
  right: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: url("../img/projekktor/maccaco.png") no-repeat -634px -13px transparent;
}

/* line 330, ../sass/_videoplayer.scss */
.ppvknob {
  cursor: pointer;
  z-index: 201;
  position: relative;
  background: url("../img/projekktor/maccaco.png") no-repeat -699px -5px transparent;
  top: -13px;
  left: 0;
  width: 6px;
  height: 20px;
  padding: 0;
}

/* time / time left */
/* line 343, ../sass/_videoplayer.scss */
.pptimeleft {
  color: #fff;
  width: 130px;
  line-height: 30px;
  height: 30px;
  border-left: 1px solid #413e3e;
  border-right: 1px solid black;
  text-align: center;
  overflow: hidden;
}

/* special for single
.pptimeleft {
background: url("../img/projekktor/maccaco.png") no-repeat -91px top transparent;
}
*/
/* lo / hi quality toggle */
/* line 363, ../sass/_videoplayer.scss */
.pploquality, .pphiquality {
  background: url("../img/projekktor/maccaco.png") no-repeat -60px -72px transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-left: 1px solid #413e3e;
  border-right: 1px solid black;
}

/* line 372, ../sass/_videoplayer.scss */
.pphiquality:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px -106px transparent;
}

/* line 376, ../sass/_videoplayer.scss */
.pploquality {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px -72px transparent;
}

/* line 380, ../sass/_videoplayer.scss */
.pploquality:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px -106px transparent;
}

/* line 384, ../sass/_videoplayer.scss */
.pphiquality:active, .pploquality:active {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px -105px transparent;
}

/* previous / next item */
/* line 393, ../sass/_videoplayer.scss */
.ppnext,
.ppprev {
  display: block;
  background: url("../img/projekktor/maccaco.png") no-repeat -59px top transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-left: 1px solid #413e3e;
  border-right: 1px solid black;
}

/* line 402, ../sass/_videoplayer.scss */
.ppnext {
  border-right: none;
}

/* line 403, ../sass/_videoplayer.scss */
.ppnext:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat -59px -35px transparent;
}

/* line 406, ../sass/_videoplayer.scss */
.ppnext:active {
  background: url("../img/projekktor/maccaco.png") no-repeat -59px -36px transparent;
}

/* line 410, ../sass/_videoplayer.scss */
.ppprev {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px top transparent;
}

/* line 414, ../sass/_videoplayer.scss */
.ppprev:hover {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px -35px transparent;
}

/* line 417, ../sass/_videoplayer.scss */
.ppprev:active {
  background: url("../img/projekktor/maccaco.png") no-repeat -32px -36px transparent;
}

/* Scrubber, Playhead and fluff */
/* line 424, ../sass/_videoplayer.scss */
.ppscrubber {
  position: absolute;
  height: 5px;
  width: 100%;
  background: url("../img/projekktor/maccaco-load.gif") repeat-x left top transparent;
  left: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

/* line 435, ../sass/_videoplayer.scss */
.audio .ppscrubber {
  background: url("../img/projekktor/maccaco-load-static.png") repeat-x left top transparent;
}

/* line 441, ../sass/_videoplayer.scss */
.ppscrubberdrag {
  cursor: pointer;
  z-index: 302;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
}

/* line 452, ../sass/_videoplayer.scss */
.ppplayhead, .pploaded {
  position: relative;
  display: block;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 1px;
  background-color: #fff;
  cursor: pointer;
  z-index: 301;
}

/* line 464, ../sass/_videoplayer.scss */
.ppcuepoint {
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: yellow;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 302;
}

/* line 476, ../sass/_videoplayer.scss */
.ppcuepoint:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

/* line 481, ../sass/_videoplayer.scss */
.pploaded {
  position: relative;
  z-index: 10;
  background: #413e3e;
  opacity: 0.8;
  /* ie7 */
  filter: alpha(opacity=80);
  /* ie8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* line 492, ../sass/_videoplayer.scss */
.ppplayhead {
  margin-top: -5px;
}

/* line 496, ../sass/_videoplayer.scss */
.ppcontextmenu.active {
  display: block;
}

/* line 499, ../sass/_videoplayer.scss */
.ppcontextmenu.inactive {
  display: none;
}

/* line 502, ../sass/_videoplayer.scss */
.ppcontextmenu {
  background: none repeat scroll 0 0 white;
  list-style: none outside none;
  border: 1px solid #cccccc;
  border-radius: 2px 2px 2px 2px;
  margin: 4px 0;
  outline: medium none;
  overflow: auto;
  padding: 6px 0;
  position: absolute;
  z-index: 2147483647;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

/* line 519, ../sass/_videoplayer.scss */
.ppcontextmenu li {
  color: #333;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 6px 20px;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 530, ../sass/_videoplayer.scss */
.ppcontextmenu li:hover {
  color: #fff;
  background-color: #333;
}

/* line 535, ../sass/_videoplayer.scss */
.module-video h5 {
  display: block;
  padding-top: 20px;
  padding-top: 1.25rem;
  font-size: 12px;
  font-size: 0.875rem;
}

/* line 543, ../sass/_videoplayer.scss */
.module-video .content > p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}


/******************************************/

				/* new Video seite */

/******************************************/
#stimmen {
	padding-top: 0;
	margin-top: -25px;
}

#second-video-line .module-video-seite .span10.offset1{
    margin-left: 30px !important;
}

#stimmen .video-item{
	width: 23.5%;
	margin-right: 2%; 
	float: left;
	min-height: 235px;
	margin-bottom: 10px;
}
#stimmen .video-item:nth-child(4) {
	margin-right: 0;
}
#stimmen .video-item:last-child{
	margin-right: 0;
}

#stimmen .video-item h3{
font-size: 16px;
margin-bottom: 2px;

}
#stimmen .video-item h4{
font-size: 11px;
margin-bottom: 1px;
}

@media (max-width: 979px) {
	#stimmen .video-item{
		width: 32%;
		min-height: 242px;
	}
	#stimmen .video-item:nth-child(3), #stimmen .video-item:nth-child(6) {
		margin-right: 0;
	}
	#stimmen .video-item:nth-child(4) {
	margin-right: 2%;
	}
}
@media (max-width:510px) {
	#stimmen .video-item{
		width: 48%;
		min-height: 242px;
	}
	#stimmen .video-item:nth-child(3) {
		margin-right: 2%; 
	}
}
p.video-desc{
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #d9d9d9;
	width: 98%;
	display: block; 
	margin-left: 1%;
	position: relative;
}
div.video-desc{
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #d9d9d9;
	width: 96%;
	display: block; 
	margin-left: 1%;
	position: relative;
	margin-bottom: 10px; 
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/******************************************/

				/* ADD This  */

/******************************************/

#addthis-home-1, #addthis-home-2, #addthis-home-3, #addthis-home-4{
    padding: 0;
}

#addthis-home-1 .headline, #addthis-home-2 .headline, #addthis-home-3 .headline, #addthis-home-4 .headline {
    display: none;
}

#addthis-home-1 .content > p, #addthis-home-2 .content > p, #addthis-home-3 .content > p, #addthis-home-4 .content > p {
    margin: 0;
}

#addthis-tool1, #addthis-tool2, #addthis-tool3, #addthis-tool4, #addthis-tool5, #addthis-tool6, #addthis-tool7, #addthis-tool8, #addthis-tool9, #addthis-tool10{
	padding: 0;
}

#addthis-tool1 .headline, #addthis-tool2 .headline, #addthis-tool3 .headline, #addthis-tool4 .headline, #addthis-tool5 .headline, #addthis-tool6 .headline, #addthis-tool7 .headline, #addthis-tool8 .headline, #addthis-tool9 .headline, #addthis-tool10 .headline{
	display: none;
}
#addthis-tool1 p, #addthis-tool2 p, #addthis-tool3 p, #addthis-tool4 p, #addthis-tool5 p, #addthis-tool6 p, #addthis-tool7 p, #addthis-tool8 p, #addthis-tool9 p, #addthis-tool10 p{
	display: none;
}

.addthis-format{
	clear: both;
	width: 100%;
	float: left;
	margin: 20px 0 10px;
}
.addthis-format span.share-label{
	float: right;
	font-size: 12px;
	line-height: 22px;
	margin-right: 10px;
}
.addthis-format .addthis_sharing_toolbox{
	float: right;
}
.at-share-tbx-element .at-share-btn {
	float: left; 
}
.addthis-format.button-w-addthis{
	padding-left: 0 !important;
	box-shadow: none !important;	
}

.button-w-addthis .button{
	float: left;
}

.button-w-addthis .addthis_sharing_toolbox{
	/* margin-top: 8px: */
	margin-top: 14px;	
}

.button-w-addthis span.share-label{
	margin-top: 12px;
}

.at4-share-title {
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 6, ../sass/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 7, ../sass/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 8, ../sass/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 9, ../sass/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10, ../sass/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 11, ../sass/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 12, ../sass/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 13, ../sass/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 14, ../sass/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 15, ../sass/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 22, ../sass/_colorbox.scss */
#cboxOverlay {
  background: #fff;
}

/* line 23, ../sass/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 24, ../sass/_colorbox.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

/* line 25, ../sass/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 26, ../sass/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

/* line 27, ../sass/_colorbox.scss */
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

/* line 28, ../sass/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

/* line 29, ../sass/_colorbox.scss */
#cboxLoadingOverlay {
  background: #000;
}

/* line 30, ../sass/_colorbox.scss */
#cboxTitle {
  position: absolute;
  bottom: 28px;
  left: 0px;
  color: #000;
}

/* line 31, ../sass/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 34, ../sass/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -35px;
  background: url(../img/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 37, ../sass/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 39, ../sass/_colorbox.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

/* line 40, ../sass/_colorbox.scss */
#cboxPrevious:hover {
  background-position: 0px -25px;
}

/* line 41, ../sass/_colorbox.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

/* line 42, ../sass/_colorbox.scss */
#cboxNext:hover {
  background-position: -25px -25px;
}

/* line 43, ../sass/_colorbox.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

/* line 44, ../sass/_colorbox.scss */
#cboxClose:hover {
  background-position: -50px -25px;
}

/* line 45, ../sass/_colorbox.scss */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 46, ../sass/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

/* line 47, ../sass/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

/* line 48, ../sass/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

/* line 49, ../sass/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* line 51, ../sass/_colorbox.scss */
#cboxTitle {
  bottom: 0;
}

/* line 54, ../sass/_colorbox.scss */
.bauchbinde {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  color: #000000;
  height: 25px;
  left: 0;
  padding: 25px;
  position: absolute;
  width: 100%;
}

/* line 2, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"] {
  padding: 0 24px;
  padding: 0 1.5rem;
  /* line-height: 40px; */
  /* line-height: 2.5rem; */
  position: relative;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 0.25rem 0.25rem rgba(88, 88, 88, 0.3);
  font-size: 14px;
  font-size: 0.9rem;
  cursor: pointer;
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: normal;
  font-style: normal;
}
/* line 17, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"]:hover, *:not(.vjs-big-play-button) [class*="button"]:focus {
  text-decoration: none;
}
/* line 21, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"] b, *:not(.vjs-big-play-button) [class*="button"] strong {
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: normal;
  font-style: normal;
}
/* line 28, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"].blue, [class*="module"].views-row-even *:not(.vjs-big-play-button) [class*="button"], [class*="module"].views-row-odd *:not(.vjs-big-play-button) [class*="button"].blue {
  border: solid 1px #007cae;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2NhZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #00a0e1 0%, #007cae 100%);
  background-image: -moz-linear-gradient(top, #00a0e1 0%, #007cae 100%);
  background-image: linear-gradient(top, #00a0e1 0%, #007cae 100%);
  color: #fff;
  text-shadow: 1px 1px #007cae;
  line-height: 40px;
}
/* line 35, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"].blue:hover, *:not(.vjs-big-play-button) [class*="button"].blue:focus, [class*="module"].views-row-even *:not(.vjs-big-play-button) [class*="button"]:hover, [class*="module"].views-row-even *:not(.vjs-big-play-button) [class*="button"]:focus, [class*="module"].views-row-odd *:not(.vjs-big-play-button) [class*="button"].blue:hover, [class*="module"].views-row-odd *:not(.vjs-big-play-button) [class*="button"].blue:focus {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2NhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTc3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #007cae 0%, #00577b 100%);
  background-image: -moz-linear-gradient(top, #007cae 0%, #00577b 100%);
  background-image: linear-gradient(top, #007cae 0%, #00577b 100%);
  color: #fff;
}
/* line 45, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"].gray, [class*="module"].views-row-odd *:not(.vjs-big-play-button) [class*="button"], [class*="module"].views-row-even *:not(.vjs-big-play-button) [class*="button"].gray {
  border: solid 1px #d9d9d9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #d9d9d9 100%);
  background-image: linear-gradient(top, #f3f3f3 0%, #d9d9d9 100%);
  color: #3b393e;
  text-shadow: 1px 1px brighten(#f3f3f3, 10%);
}
/* line 52, ../sass/_button.scss */
*:not(.vjs-big-play-button) [class*="button"].gray:hover, *:not(.vjs-big-play-button) [class*="button"].gray:focus, [class*="module"].views-row-odd *:not(.vjs-big-play-button) [class*="button"]:hover, [class*="module"].views-row-odd *:not(.vjs-big-play-button) [class*="button"]:focus, [class*="module"].views-row-even *:not(.vjs-big-play-button) [class*="button"].gray:hover, [class*="module"].views-row-even *:not(.vjs-big-play-button) [class*="button"].gray:focus {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #c0c0c0 100%);
  background-image: -moz-linear-gradient(top, #d9d9d9 0%, #c0c0c0 100%);
  background-image: linear-gradient(top, #d9d9d9 0%, #c0c0c0 100%);
}

/* line 61, ../sass/_button.scss */
.button {
  height: 40px;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: .25rem;
}
/* line 67, ../sass/_button.scss */
.button:before {
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}
/* line 72, ../sass/_button.scss */
.button:after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 28px;
  height: 28px;
  margin: -14px 0 0;
  border-radius: .25rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  border-top: inherit;
  border-right: inherit;
}
/* line 90, ../sass/_button.scss */
.button.blue:after, .module-download.views-row-even .button:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2NhZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left top, #00a0e1 0%, #007cae 100%);
  background-image: -moz-linear-gradient(left top, #00a0e1 0%, #007cae 100%);
  background-image: linear-gradient(left top, #00a0e1 0%, #007cae 100%);
}
/* line 97, ../sass/_button.scss */
.button.blue:hover:after, .button.blue:focus:after, .module-download.views-row-even .button:hover:after, .module-download.views-row-even .button:focus:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2NhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTc3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left top, #007cae 0%, #00577b 100%);
  background-image: -moz-linear-gradient(left top, #007cae 0%, #00577b 100%);
  background-image: linear-gradient(left top, #007cae 0%, #00577b 100%);
}
/* line 109, ../sass/_button.scss */
.button.gray:after, .module-download.views-row-odd .button:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left top, #f3f3f3 0%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(left top, #f3f3f3 0%, #d9d9d9 100%);
  background-image: linear-gradient(left top, #f3f3f3 0%, #d9d9d9 100%);
}
/* line 116, ../sass/_button.scss */
.button.gray:hover:after, .button.gray:focus:after, .module-download.views-row-odd .button:hover:after, .module-download.views-row-odd .button:focus:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left top, #d9d9d9 0%, #c0c0c0 100%);
  background-image: -moz-linear-gradient(left top, #d9d9d9 0%, #c0c0c0 100%);
  background-image: linear-gradient(left top, #d9d9d9 0%, #c0c0c0 100%);
}

/* line 127, ../sass/_button.scss */
.button-2 {
  height: 45px;
  height: 2.8125rem;
  border-radius: .1875rem;
}

/* Gradients und Rotate vertragen sich nicht, der Verlauf wird falsch gerendet- daher eine einfarbige Hintergrundfläche */
/* line 137, ../sass/_button.scss */
.ie9 .button.blue,
.ie9 .button.blue:after,
.ie9 .module-download.even .button,
.ie9 .module-download.even .button:after {
  background: #00a0e1;
}

/* line 144, ../sass/_button.scss */
.ie9 .button.gray,
.ie9 .button.gray:after,
.ie9 .module-download.odd .button,
.ie9 .module-download.odd .button:after {
  background: #f3f3f3;
}

/* Damit die Buttons in der kleinen Ansicht in eine Zeile passen */
/* line 149, ../sass/_button.scss */
.ie8 .button {
  padding: 0 10px;
  font-size: 14px;
}

/* line 154, ../sass/_button.scss */
.ie8 .button.top {
  display: block;
}

/* line 159, ../sass/_button.scss */
.ie8 a.button.top {
  color: #fff;
  padding-top: 7px;
}

/* Mangels Browsersupport für rotate und Css-Gradients ausgeblendet */
/* line 165, ../sass/_button.scss */
.ie8 .button:after {
  display: none;
}

/* Einbindung Fallback-Grafik für Verläufe */
/* line 173, ../sass/_button.scss */
.ie8 .button.blue,
.ie8 .button.blue:after,
.ie8 .module-download.even .button,
.ie8 .module-download.even .button:after {
  background: url(../img/fallback/gradient-button-blue.jpg) repeat-x;
}

/* line 180, ../sass/_button.scss */
.ie8 .button.gray,
.ie8 .button.gray:after,
.ie8 .module-download.odd .button,
.ie8 .module-download.odd .button:after {
  background: url(../img/fallback/gradient-button-gray.jpg) repeat-x;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 188, ../sass/_button.scss */
  .button {
    padding: 0 20px;
    padding: 0 1.25rem;
    font-size: 13px;
    font-size: .8125rem;
  }
}
@media (max-width: 767px) {
  /* line 197, ../sass/_button.scss */
  .button {
    padding: 0 20px;
    padding: 0 1.25rem;
    font-size: 13px;
    font-size: .8125rem;
  }
}
/* line 1, ../sass/_footer.scss */
.region-footer {
  background: #c8c8c8;
  font-size: 14px;
  font-size: .875rem;
}
/* line 6, ../sass/_footer.scss */
.region-footer .top {
  text-decoration: none;
  float: right;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
}

/* line 15, ../sass/_footer.scss */
.footer-navigations {
  float: left;
  max-width: 770px;
  max-width: 48.125rem;
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}

/* line 24, ../sass/_footer.scss */
.legal,
.disclaimer {
  font-size: 12px;
  font-size: .75rem;
}
/* line 62, ../sass/_base.scss */
.legal:before, .legal:after,
.disclaimer:before,
.disclaimer:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 67, ../sass/_base.scss */
.legal:after,
.disclaimer:after {
  clear: both;
}

/* line 30, ../sass/_footer.scss */
.disclaimer {
  color: #666;
  text-align: center;
  /*font-family: "Open Sans Italic", Arial, sans-serif;*/
  font-weight: normal;
  font-style: italic;
}

/* line 36, ../sass/_footer.scss */
.copyright {
  float: left;
}

/* line 40, ../sass/_footer.scss */
.legal-nav {
  float: right;
}
/* line 43, ../sass/_footer.scss */
.legal-nav li {
  border-left: 1px solid #b1b1b1;
  margin: 0;
  padding: 0 8px;
  padding: 0 0.5rem;
}
/* line 49, ../sass/_footer.scss */
.legal-nav li:first-child {
  border-left: 0;
  padding-left: 0;
}
/* line 54, ../sass/_footer.scss */
.legal-nav li:last-child {
  padding-right: 0;
}
/* line 60, ../sass/_footer.scss */
.legal-nav a {
  color: #00a0e1;
}

/* line 66, ../sass/_footer.scss */
.footer-mini {
  background: #c8c8c8;
  width: 970px;
  width: 60.625rem;
  margin: 0 auto;
  padding: 30px 0px 20px 0px;
  padding: 1.875rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #b1b1b1;
  position: relative;
}
/* line 62, ../sass/_base.scss */
.footer-mini:before, .footer-mini:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 67, ../sass/_base.scss */
.footer-mini:after {
  clear: both;
}
/* line 78, ../sass/_footer.scss */
.footer-mini.fixed {
  position: fixed;
  bottom: 0;
  z-index: 2;
  padding: 10px 100px;
  padding: 0.625rem 6.25rem;
  display: none;
}

/* line 89, ../sass/_footer.scss */
.ie8 .footer-mini {
  width: 760px;
}
/* line 92, ../sass/_footer.scss */
.ie8 .footer-mini .top {
  margin: 0;
}

/* line 99, ../sass/_footer.scss */
.ie8 .region-header.fixed,
.ie8 .footer-mini.fixed {
  width: 760px;
  padding: 10px 90px;
}

/* line 104, ../sass/_footer.scss */
.footer-extended {
  padding: 30px 100px;
  padding: 1.875rem 6.25rem;
  background: #c8c8c8;
}

@media (min-width: 980px) and (max-width: 1169px) {
  /* line 111, ../sass/_footer.scss */
  .footer-mini {
    width: 740px;
    width: 46.25rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 118, ../sass/_footer.scss */
  .footer-navigations {
    max-width: 360px;
    max-width: 22.5rem;
  }

  /* line 123, ../sass/_footer.scss */
  .footer-mini {
    width: 524px;
    width: 32.75rem;
  }
}
@media (max-width: 767px) {
  /* line 130, ../sass/_footer.scss */
  .region-footer {
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
  /* line 134, ../sass/_footer.scss */
  .region-footer .footer-mini {
    width: auto;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    text-align: center;
  }
  /* line 142, ../sass/_footer.scss */
  .region-footer .footer-mini .footer-navigations {
    max-width: 100%;
    margin: 0 0 20px 10px;
    margin: 0 0 1.25rem 0.625rem;
    float: none;
  }
  /* line 62, ../sass/_base.scss */
  .region-footer .footer-mini .footer-navigations:before, .region-footer .footer-mini .footer-navigations:after {
    content: "";
    display: table;
    line-height: 0;
  }
  /* line 67, ../sass/_base.scss */
  .region-footer .footer-mini .footer-navigations:after {
    clear: both;
  }
  /* line 150, ../sass/_footer.scss */
  .region-footer .footer-mini .top {
    float: none;
    margin: 0 auto;
  }
  /* line 157, ../sass/_footer.scss */
  .region-footer .footer-extended {
    width: auto;
    padding: 0;
  }
  /* line 161, ../sass/_footer.scss */
  .region-footer .footer-extended .legal {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    text-align: center;
  }
  /* line 167, ../sass/_footer.scss */
  .region-footer .footer-extended .copyright {
    float: none;
  }
  /* line 171, ../sass/_footer.scss */
  .region-footer .footer-extended .legal-nav {
    float: none;
    text-align: center;
  }
  /* line 175, ../sass/_footer.scss */
  .region-footer .footer-extended .legal-nav li {
    display: inline-block;
    float: none;
  }
  
  .footer-mini{
	  display: none;
  }
}
/* line 1, ../sass/_intro.scss */
[class*="module"].intro {
  padding: 20px 0;
  padding: 1.25rem 0;
}
/* line 5, ../sass/_intro.scss */
[class*="module"].intro p {
  /*font-family: "Open Sans Semibold", Arial, sans-serif;*/
  font-weight: 600;
  font-style: normal;
}
/* line 9, ../sass/_intro.scss */
[class*="module"].intro .intro-button {
  color: #fff;
  border: 0;
  border-top: 1px solid #8c8d8e;
  background: #4f4f4f url(../img/fallback/gradient-submit-buttons.jpg) repeat-x;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, #767676 0%, #4f4f4f 100%);
  background-image: -moz-linear-gradient(top, #767676 0%, #4f4f4f 100%);
  background-image: linear-gradient(top, #767676 0%, #4f4f4f 100%);
}
/* line 16, ../sass/_intro.scss */
[class*="module"].intro .intro-button.active {
  background: #28262a;
  border-top: 1px solid black;
  box-shadow: inset 0 0px 10px #141414;
}
/* line 21, ../sass/_intro.scss */
[class*="module"].intro .intro-button.active a {
  color: #858585;
}
/* line 26, ../sass/_intro.scss */
[class*="module"].intro .intro-button:hover {
  background: #28262a;
  border-top: 1px solid black;
  box-shadow: inset 0 0px 10px #141414;
  color: #858585;
}
/* line 33, ../sass/_intro.scss */
[class*="module"].intro .intro-button a {
  color: #fff;
}
/* line 38, ../sass/_intro.scss */
[class*="module"].intro ul {
  list-style-type: none;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
/* line 45, ../sass/_intro.scss */
[class*="module"].intro ul li {
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 10px 24px 10px 10px;
  padding: 0.3rem 1.5rem 0.3rem 0.625rem;
  position: relative;
}
/* line 57, ../sass/_intro.scss */
[class*="module"].intro ul li ul {
  display: none;
}
/* line 61, ../sass/_intro.scss */
[class*="module"].intro ul li:hover ul {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 40px;
  margin-top: 2.5rem;
  margin: 0;
  margin-left: -40px;
  margin-left: -2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  z-index: 99999;
  width: 170px;
}
/* line 75, ../sass/_intro.scss */
[class*="module"].intro ul li:hover ul li {
  padding-bottom: 18px;
  padding-bottom: 1.25rem;
  margin: 0;
  margin-right: -20px;
  margin-right: -1.5rem;
  height: 25px;
  background-color: #666;
  width: 115%;
  text-align: left;
}
/* line 88, ../sass/_intro.scss */
[class*="module"].intro ul li .icon-caret-down {
  border-left: 1px solid #3b393e;
  color: #3B393E;
  margin-left: 12px;
  margin-left: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

/* line 100, ../sass/_intro.scss */
.ie8 .intro ul li {
  padding: 10px 8px 10px 7px;
}

@media (max-width: 767px) {
  /* line 106, ../sass/_intro.scss */
  [class*="module"].intro {
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
}
/* line 5, ../sass/_news.scss */
.archiv-1,
.archiv-2,
.archiv-3,
.archiv-4,
.archiv-5 {
  display: none;
}

/* line 11, ../sass/_news.scss */
ul.arrow-line li {
  position: relative;
  background: transparent;
  width: 150px;
  border-top: 1px solid #0087bd;
  margin: 0;
}
/* line 19, ../sass/_news.scss */
ul.arrow-line li.active:after, ul.arrow-line li.active:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 29, ../sass/_news.scss */
ul.arrow-line li.active:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #00A0E1;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
/* line 37, ../sass/_news.scss */
ul.arrow-line li.active:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #0087bd;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}

/* line 48, ../sass/_news.scss */
ul.archiv {
  margin: 0;
  margin-left: 30px;
  padding: 0;
  list-style: none;
}
/* line 53, ../sass/_news.scss */
ul.archiv li {
  float: left;
  display: inline-block;
  border: 10px solid rgba(0, 160, 225, 0);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTc3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-linear-gradient(#00b2fb, #00577b);
  background: -moz-linear-gradient(#00b2fb, #00577b);
  background: linear-gradient(#00b2fb, #00577b);
  background-origin: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0 0 0 12px;
  margin: 0 0 0 0.78rem;
  padding: 0 0 10px 0;
  padding: 0 0 0.625rem 0;
  text-align: center;
  width: 164px;
  width: 10.25rem;
  min-height: 180px;
  margin-bottom: 15px;
}
/* line 70, ../sass/_news.scss */
ul.archiv li:first-child {
  margin: 0;
}
ul.archiv li.slider-sync.new-row{
	margin-left: 0;
}
/* line 74, ../sass/_news.scss */
ul.archiv li.active {
  border: 10px solid rgba(0, 160, 225, 0);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmE5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTc3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-linear-gradient(#006a95, #00577b);
  background: -moz-linear-gradient(#006a95, #00577b);
  background: linear-gradient(#006a95, #00577b);
  background-origin: border-box;
}
/* line 81, ../sass/_news.scss */
ul.archiv li:hover, ul.archiv li:focus {
  border: 10px solid rgba(0, 160, 225, 0);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmE5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTc3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-linear-gradient(#006a95, #00577b);
  background: -moz-linear-gradient(#006a95, #00577b);
  background: linear-gradient(#006a95, #00577b);
  background-origin: border-box;
}
/* line 87, ../sass/_news.scss */
ul.archiv li .thumbnail-holder {
  display: block;
}
/* line 91, ../sass/_news.scss */
ul.archiv li .thumbnail-holder:hover, ul.archiv li .thumbnail-holder:focus {
  text-decoration: none;
}
/* line 95, ../sass/_news.scss */
ul.archiv li .thumbnail-holder img {
  margin: 0 0 10px;
}
/* line 99, ../sass/_news.scss */
ul.archiv li .thumbnail-holder .thumbnail-headline {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
/* line 112, ../sass/_news.scss */
ul.archiv li a:hover {
  color: #DCECF3;
}
/* line 119, ../sass/_news.scss */
ul.archiv .to-archive-link {
  display: block;
  padding: 32px 0;
  padding: 2rem 0;
}
/* line 125, ../sass/_news.scss */
ul.archiv .archiv-wrapper {
  display: inline-block;
  width: 100%;
}
/* line 129, ../sass/_news.scss */
ul.archiv .archiv-wrapper .archiv-icon {
  background: url("../img/archivicon_sprite.png") no-repeat 0 0;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  margin: 15px auto 0px;
  margin: 0.9375rem auto 0;
}
/* line 140, ../sass/_news.scss */
ul.archiv .archiv-wrapper:hover .archiv-icon {
  background: url("../img/archivicon_sprite.png") no-repeat 0 -55px;
}

/* line 146, ../sass/_news.scss */
.ie8 ul.archiv .archiv-wrapper .archiv-icon {
  padding: 0;
}

/* line 154, ../sass/_news.scss */
.ie8 ul.archiv li {
  background-color: #00b2fb;
  padding: 10px;
  margin-right: 5px;
  width: 125px;
  height: 75px;
}
/* line 161, ../sass/_news.scss */
.ie8 ul.archiv li.active {
  background-color: #00577b;
}
/* line 167, ../sass/_news.scss */
.ie8 .row .video {
  width: 77%;
}
/* line 171, ../sass/_news.scss */
.ie8 .archiv-icon {
  margin: 3px auto 0;
}

@media (min-width: 980px) and (max-width: 1169px) {
  /* line 177, ../sass/_news.scss */
  ul.archiv {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 182, ../sass/_news.scss */
  ul.archiv li {
    width: 124px;
    width: 7.75rem;
  }
  /* line 187, ../sass/_news.scss */
  ul.archiv .to-archive-link {
    padding: 18px;
    padding: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 195, ../sass/_news.scss */
  ul.archiv {
    margin-left: 20px;
    padding: 0;
    list-style: none;
  }
  /* line 200, ../sass/_news.scss */
  ul.archiv li {
    width: 144px;
    margin: 0px 0px 15px 0.5rem;
	width: 7.75rem;
	min-height: 170px;
  }
   ul.archiv li.slider-sync.item-5 {
	   margin: 0px 0px 15px 0rem !important;
	   background-color: red;
   }
   ul.archiv li.slider-sync.item-9 {
	   margin: 0px 0px 15px 0rem !important;
   }
  ul.archiv li.slider-sync.new-row {
     margin: 0px 0px 15px 0.5rem;
	 }
  /* line 207, ../sass/_news.scss */
  ul.archiv .to-archive-link {
    padding: 18px;
    padding: 1.125rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 215, ../sass/_news.scss */
  ul.archiv {
	  margin: 0 auto;
    max-width: 582px;
  }
  	ul.archiv li {
		display: inline-block;
		width: 32.1%;
		margin: 0px 0px 15px 0.625rem;
		float: none;
		box-sizing: border-box;
		vertical-align: top;
		min-height: 205px;
	}
	
	ul.archiv li.slider-sync.item-4 {
	   margin: 0px 0px 15px 0rem !important;
   }
   
   ul.archiv li.slider-sync.item-7 {
	   margin: 0px 0px 15px 0rem !important;
   }
   
   ul.archiv li.slider-sync.new-row {
     margin: 0px 0px 15px 0.625rem;
	 }
  
  /* line 219, ../sass/_news.scss */
  /*
ul.archiv li {
    width: 215px;
    width: 12.18rem;
    margin: 0 10px 10px;
    margin: 0 0.625rem 0.625rem;
    min-height: 200px;
  }
  ul.archiv li.slider-sync.new-row {
     margin: 0 10px 10px;
    margin: 0 0.625rem 0.625rem;
	}
*/
  /* line 225, ../sass/_news.scss */
  ul.archiv li:first-child {
    margin-left: 0;
  }
  ul.archiv li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  /* line 236, ../sass/_news.scss */
  ul.archiv {
    margin: 0 -1.25%;
  }
  /* line 239, ../sass/_news.scss */
  ul.archiv li {
    display: inline-block;
    width: 47.5%;
    margin: 0 1.25% 10px;
    margin: 0 1.25% 0.625rem;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  /* line 248, ../sass/_news.scss */
  ul.archiv li:first-child {
    margin: 0 1.25% 10px;
    margin: 0 1.25% 0.625rem;
  }
}
/* line 2, ../sass/_checkbox.scss */
.has-blue-background ul.checkbox {
  background-color: #00577b;
  padding-top: 14px;
  paddubg-top: 0.875rem;
  padding-left: 108px;
  padding-left: 6.77rem;
}

/* line 13, ../sass/_checkbox.scss */
.has-lightgrey-background ul.checkbox.started {
  background-color: #c8c8c8;
  padding-top: 14px;
  paddubg-top: 0.875rem;
  padding-left: 60px;
  padding-left: 3.75rem;
}
/* line 20, ../sass/_checkbox.scss */
.has-lightgrey-background ul.checkbox.started li.unchecked h4 {
  color: #f3f3f3;
  margin: 0;
  padding: 0;
}
/* line 26, ../sass/_checkbox.scss */
.has-lightgrey-background ul.checkbox.started h5 {
  color: #fff;
}


/***************************************
New check list
***************************************/
#schallschutz-checklist{
	
}

/* line 33, ../sass/_checkbox.scss */
ul.checkbox {
  height: auto;
  overflow: auto;
  padding-right: 17px;
}
/* line 38, ../sass/_checkbox.scss */
ul.checkbox li.checked:before {
  content: url(../img/checked.png);
  position: relative;
  top: 35px;
  left: -40px;
  height: 28px;
  width: 28px;
}
/* line 47, ../sass/_checkbox.scss */
ul.checkbox li.checked {
  list-style-type: none;
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 26.3%;
  margin-right: 7%;
  float: left;
  min-height: 150px;
}


ul.checkbox li.checked:nth-last-child(2){
	clear: left;
}

@media (min-width: 980px) and (max-width: 1199px) {
	ul.checkbox li.checked:nth-child(7){
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	
	.has-blue-background ul.checkbox {
	  padding-left: 103px;
	  padding-left: 6.45rem;
	}
	
	ul.checkbox li.checked {
		width: 40%;
		margin-right: 10%;
		min-height: 184px;
	}
	ul.checkbox li.checked:nth-last-child(2){
	clear: none;
	}
}
@media (max-width: 767px) {
	ul.checkbox li.checked {
		width: 100%;
		margin-right: 0;
		min-height: 50px;
	}
	.has-blue-background ul.checkbox {
	  padding-left: 55px;
	  padding-left: 3.45rem;
	}
}

/* line 54, ../sass/_checkbox.scss */
ul.checkbox li.checked h4, ul.checkbox li.checked h5 {
  margin: 0;
  padding: 0;
}
/* line 60, ../sass/_checkbox.scss */
ul.checkbox li.unchecked:before {
  /* content: url("../img/unchecked.png"); */
  /* Hotfix! */
  content: url(../img/checked.png);
  position: relative;
  top: 35px;
  left: -40px;
  height: 28px;
  width: 28px;
}
/* line 71, ../sass/_checkbox.scss */
ul.checkbox li.unchecked {
  list-style-type: none;
  margin-top: -2px;
  margin-top: -1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/* line 78, ../sass/_checkbox.scss */
ul.checkbox li.unchecked h4 {
  color: #ACDBF2;
  margin: 0;
  padding: 0;
}
/* line 84, ../sass/_checkbox.scss */
ul.checkbox li.unchecked h5 {
  color: #ACDBF2;
  margin: 0;
  padding: 0;
}

/* line 93, ../sass/_checkbox.scss */
.ie8 ul.checkbox {
  height: 880px;
}

/* line 1, ../sass/_gruende.scss */
.tausend-gruende-form {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

/* line 6, ../sass/_gruende.scss */
[class*="module"].gruende {
  padding: 10px 0;
  padding: 0.625rem 0;
}
/* line 10, ../sass/_gruende.scss */
[class*="module"].gruende img {
  width: 43px;
  height: 43px;
  vertical-align: top;
}
/* line 17, ../sass/_gruende.scss */
[class*="module"].gruende a:hover img,
[class*="module"].gruende a:focus img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/* line 22, ../sass/_gruende.scss */
[class*="module"].gruende form.jetzt-mitmachen {
  display: inline-block;
  margin: 0 0 0 30px;
  margin: 0 0 0 1.875rem;
}
/* line 28, ../sass/_gruende.scss */
[class*="module"].gruende .mein-grund {
  position: relative;
  background-color: #2d2b2f;
  height: 38px;
  width: 480px;
  display: inline-block;
  padding: 5px 15px;
  left: 15px;
}
/* line 37, ../sass/_gruende.scss */
[class*="module"].gruende .mein-grund:after {
  content: " ";
  right: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(45, 43, 47, 0);
  border-right-color: #2d2b2f;
  border-width: 15px;
  top: 50%;
  margin-top: -15px;
}
/* line 52, ../sass/_gruende.scss */
[class*="module"].gruende .mein-grund h5 {
  font-size: 12px;
}

/* line 61, ../sass/_gruende.scss */
.tausend-gruende a:hover img,
.tausend-gruende a:focus img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/* line 66, ../sass/_gruende.scss */
.tausend-gruende img {
  width: 90px;
  height: 90px;
}
/* line 72, ../sass/_gruende.scss */
.tausend-gruende .image-row {
  margin-bottom: 5px;
}

/* line 77, ../sass/_gruende.scss */
.terms {
  width: 350px;
  display: inline-block;
}

/* line 83, ../sass/_gruende.scss */
.edit-image-upload img {
  width: 100%;
}

/* line 88, ../sass/_gruende.scss */
.module-gruende {
  background-color: #c8c8c8;
  color: #3b393e;
}

/* line 94, ../sass/_gruende.scss */
a.gruende-gallery {
  color: #00A0E1;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

/* line 103, ../sass/_gruende.scss */
.tausend-gruende-colorbox #cboxTitle {
  bottom: 28px;
}

@media (min-width: 768px) and (max-width: 1179px) {
	#grunde-teaser .span5.grunde-teaser-left{
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.span5.grunde-teaser-right {
		width: auto;
		float: none !important;
		margin-left: auto;
		margin-right: auto; 
	}
	
	.span5.grunde-teaser-right .grunde-teaser-right{
		float:none !important;
	}
	
  /* line 108, ../sass/_gruende.scss */
  [class*="module"].gruende .span5 {
    text-align: center;
  }

  /* line 114, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child a {
    display: inline-block;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    border: 2px solid #f3f3f3;
  }
  /* line 121, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child .mein-grund {
    margin: 0 10px 20px;
    margin: 0 0.625rem 1.25rem;
    width: auto;
    display: block;
    height: auto;
    left: auto;
  }
  /* line 129, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child .mein-grund:after {
    border-color: rgba(45, 43, 47, 0);
    border-bottom-color: #2d2b2f;
    border-width: 15px;
    top: -15px;
    left: 50%;
    margin-left: -15px;
  }
  /* line 138, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child .mein-grund h5 {
    margin: 0;
  }

  /* line 146, ../sass/_gruende.scss */
  [class*="module"].gruende form.jetzt-mitmachen {
    margin: 10px auto 0;
    margin: 0.625rem auto 0;
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 154, ../sass/_gruende.scss */
  [class*="module"].gruende {
    padding: 10px;
    padding: .625rem;
    text-align: center;
  }
  /* line 159, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child {
    margin-bottom: 10px;
    margin-bottom: .625rem;
  }
}
@media (max-width: 599px) {
	#grunde-teaser .span5.grunde-teaser-left {
	  width: auto !important;
  }
  .span5.grunde-teaser-right {
		width: auto;
		float: none !important;
		margin-left: auto;
		margin-right: auto; 
	}
	
	.span5.grunde-teaser-right .grunde-teaser-right{
		float:none !important;
	}
  /* line 169, ../sass/_gruende.scss */
  [class*="module"].gruende .span5 {
    text-align: center;
  }

  /* line 175, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child a {
    display: inline-block;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    border: 2px solid #f3f3f3;
  }
  /* line 182, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child .mein-grund {
    margin: 0 10px 20px;
    margin: 0 0.625rem 1.25rem;
    width: auto;
    display: block;
    height: auto;
    left: auto;
  }
  /* line 190, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child .mein-grund:after {
    border-color: rgba(45, 43, 47, 0);
    border-bottom-color: #2d2b2f;
    border-width: 15px;
    top: -15px;
    left: 50%;
    margin-left: -15px;
  }
  /* line 199, ../sass/_gruende.scss */
  [class*="module"].gruende .span5:first-child .mein-grund h5 {
    margin: 0;
  }

  /* line 207, ../sass/_gruende.scss */
  [class*="module"].gruende form.jetzt-mitmachen {
    margin: 10px auto 0;
    margin: 0.625rem auto 0;
    display: block;
  }
}
/* line 1, ../sass/_uploadsteps.scss */
.third-step {
  float: right;
}

/* line 6, ../sass/_uploadsteps.scss */
.first-step:after,
.second-step:after {
  content: ' ';
  border-bottom: 1px solid #9f9f9f;
  display: inline-block;
  margin-left: 5px;
  margin-top: 10px;
  float: right;
}

/* line 15, ../sass/_uploadsteps.scss */
.first-step:after {
  width: 53%;
}

/* line 19, ../sass/_uploadsteps.scss */
.second-step:after {
  width: 39%;
}

/* line 24, ../sass/_uploadsteps.scss */
.ie8 .first-step:after {
  width: 150px;
}

/* line 28, ../sass/_uploadsteps.scss */
.ie8 .second-step:after {
  width: 100px;
}

/* line 34, ../sass/_uploadsteps.scss */
.tausend-gruende-step-active,
.tausend-gruende-step-inactive {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
}

/* line 41, ../sass/_uploadsteps.scss */
.tausend-gruende-step-active {
  background-color: #40A2DE;
}

/* line 45, ../sass/_uploadsteps.scss */
.tausend-gruende-step-inactive {
  background-color: #9f9f9f;
}

/* line 1, ../sass/_infografik.scss */
#canvas-info {
  background: #009fe5;
  position: relative;
  /*font-family: "Open Sans", sans-serif;*/
  color: #fff;
  overflow: hidden;
  line-height: 1.4;
  width: 1090px;
  margin-left: -60px;
}
/* line 12, ../sass/_infografik.scss */
#canvas-info .scene {
  height: 520px;
  position: relative;
}
/* line 19, ../sass/_infografik.scss */
#canvas-info .animations,
#canvas-info .animations img {
  position: absolute;
  top: 0;
  left: 0;
  height: 540px;
  width: 1090px;
}
/* line 27, ../sass/_infografik.scss */
#canvas-info .animations {
  width: 1090px;
  height: 540px;
}
/* line 34, ../sass/_infografik.scss */
#canvas-info .animations img {
  display: none;
}
/* line 39, ../sass/_infografik.scss */
#canvas-info .legend {
  position: absolute;
  bottom: -22px;
  left: 1%;
  z-index: 100;
  display: none;
}
/* line 47, ../sass/_infografik.scss */
#canvas-info .legend li {
  float: left;
  list-style: none;
  padding-left: 20px;
  background: url("../img/infografik/ig_icons.png") no-repeat 0 -253px;
  font-size: 16px;
  font-weight: 300;
  margin: 15px 20px 0 0;
}
/* line 57, ../sass/_infografik.scss */
#canvas-info .legend li.pie {
  background-position: 0 -195px;
}
/* line 61, ../sass/_infografik.scss */
#canvas-info .menu {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
  clear: both;
  display: block;
  overflow: hidden;
}
/* line 69, ../sass/_infografik.scss */
#canvas-info .menu p.fact {
  margin-top: 16px;
  margin-top: 1rem;
}
/* line 75, ../sass/_infografik.scss */
#canvas-info li.menu-item {
  background: #00577b;
  float: left;
  width: 22.9%;
  height: 570px;
  margin: 1%;
  list-style: none;
  opacity: .9;
  cursor: pointer;
  transition: all ease-in 0.5s;
  /* explorer 10 */
  -webkit-transition: all ease-in 0.5s;
  /* chrome & safari */
  -moz-transition: all ease-in 0.5s;
  /* firefox */
  -o-transition: all ease-in 0.5s;
  /* opera */
  position: relative;
}
/* line 93, ../sass/_infografik.scss */
#canvas-info li.menu-item:hover,
#canvas-info li.menu-item.active {
  opacity: 1 !important;
}
/* line 97, ../sass/_infografik.scss */
#canvas-info li.menu-item.inactive {
  opacity: 0.5;
}
/* line 101, ../sass/_infografik.scss */
#canvas-info .menu-item .cite-wrapper {
  padding-top: 15px;
  background: url("../img/infografik/bubble.png") no-repeat center top;
  height: 190px;
  position: absolute;
  bottom: 0;
}
/* line 111, ../sass/_infografik.scss */
#canvas-info .menu-item .content,
#canvas-info .menu-item .cite {
  padding: 20px;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.667;
}
/* line 119, ../sass/_infografik.scss */
#canvas-info .menu-item .cite {
  font-weight: 300;
  font-style: italic;
  color: #3dbaf4;
  background: #00405b;
  margin: 0;
  height: 190px;
}
/* line 128, ../sass/_infografik.scss */
#canvas-info .menu-item .cite .from {
  color: #fff;
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  line-height: 2.4;
}
/* line 139, ../sass/_infografik.scss */
#canvas-info .menu-item .cite .from img {
  float: left;
  margin: 0 20px 10px 0;
  width: 30px;
}
/* line 145, ../sass/_infografik.scss */
#canvas-info .menu-item h3 {
  /*font-family: "PT Sans Narrow", sans-serif;*/
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #007bb0;
  margin: 0;
  padding: 0 0 10px 0;
}
/* line 156, ../sass/_infografik.scss */
#canvas-info .menu-item h3 span {
  background: url("../img/infografik/ig_icons.png") no-repeat 0 2px;
  padding: 0 27px;
}
/* line 161, ../sass/_infografik.scss */
#canvas-info .Passagiere.menu-item h3 span {
  background-position: 0 -43px;
}
/* line 162, ../sass/_infografik.scss */
#canvas-info .Airlines.menu-item h3 span {
  background-position: 0 -90px;
}
/* line 163, ../sass/_infografik.scss */
#canvas-info .Cargo.menu-item h3 span {
  background-position: 0 -140px;
}

/*
 * Project: Ja zu FRA
 * Author: compuccino
 * Editor: paul-christian@compuccino.com
 * Editor: anja@compuccino.com
 */
/* @group Global */
/* line 39, ../sass/style.scss */
html {
  text-rendering: optimizeLegibility;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 44, ../sass/style.scss */
body {
  background-color: #fff;
  color: #3b393e;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
}

/* line 52, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
}

/* line 57, ../sass/style.scss */
h1, h2 {
  font-size: 48px;
  font-size: 3rem;
}

/* line 62, ../sass/style.scss */
h1, h2, h3, h6 {
  /*font-family: "PT Sans Narrow", Arial, sans-serif;*/
  font-weight: bold;
  font-style: normal;
}

/* line 66, ../sass/style.scss */
h4 {
  /*font-family: "Open Sans Semibold", Arial, sans-serif;*/
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.263157895;
}

/* line 73, ../sass/style.scss */
h5 {
  /*font-family: "Open Sans Italic", Arial, sans-serif;*/
  font-weight: normal;
  font-style: italic;
}

/* line 77, ../sass/style.scss */
b, strong {
  /*font-family: "Open Sans Bold", Arial, sans-serif;*/
  font-weight: bold;
  font-style: normal;
}

/* line 81, ../sass/style.scss */
i, em {
  /*font-family: "Open Sans Italic", Arial, sans-serif;*/
  font-weight: normal;
  font-style: italic;
}

/* line 85, ../sass/style.scss */
address {
  font-style: normal;
}

/* line 89, ../sass/style.scss */
a {
  color: #00a0e1;
  text-decoration: none;
}

/* line 95, ../sass/style.scss */
a:hover,
a:focus {
  color: #00a0e1;
  text-decoration: underline;
  outline: none;
}

/* line 101, ../sass/style.scss */
p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}
/* line 105, ../sass/style.scss */
p:last-child {
  margin: 0;
}

/* line 111, ../sass/style.scss */
img {
  width: 100%;
  vertical-align: middle;
}

/* line 117, ../sass/style.scss */
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 62, ../sass/_base.scss */
nav ul:before, nav ul:after,
nav ol:before,
nav ol:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 67, ../sass/_base.scss */
nav ul:after,
nav ol:after {
  clear: both;
}
/* line 123, ../sass/style.scss */
nav ul li,
nav ol li {
  float: left;
  margin: 0 0 0 20px;
  margin: 0 0 0 1.25rem;
}
/* line 128, ../sass/style.scss */
nav ul li:first-child,
nav ol li:first-child {
  margin: 0;
}

/* line 136, ../sass/style.scss */
[class*="module"] {
  padding: 46px 0;
  padding: 2.875rem 0;
  position: relative;
}

/* line 142, ../sass/style.scss */
.module-image {
  padding: 0;
  text-align: center;
}
/* line 146, ../sass/style.scss */
.module-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg4OCwgODgsIDg4LCAwLjE1KSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwKSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, rgba(88, 88, 88, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(88, 88, 88, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(top, rgba(88, 88, 88, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 159, ../sass/style.scss */
.img {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  display: inline-block;
  position: relative;
}
/* line 165, ../sass/style.scss */
.img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(88, 88, 88, 0.38) inset;
}

/* line 179, ../sass/style.scss */
.has-blue-background,
[class*="module"].views-row-even {
  background: #00a0e1;
  color: #fff;
}
/* line 183, ../sass/style.scss */
.has-blue-background a,
[class*="module"].views-row-even a {
  color: #abdef3;
}
/* line 187, ../sass/style.scss */
.has-blue-background a:hover, .has-blue-background a:focus,
[class*="module"].views-row-even a:hover,
[class*="module"].views-row-even a:focus {
  color: #3b393e;
}

/* line 194, ../sass/style.scss */
.has-grey-background {
  background: #3b393e;
  color: #fff;
}

/* line 200, ../sass/style.scss */
.has-lightgrey-background,
[class*="module"].views-row-odd {
  background: #f3f3f3;
}

/* line 204, ../sass/style.scss */
.has-darkblue-background {
  color: #fff;
  background: #00577b;
}
/* line 208, ../sass/style.scss */
.has-darkblue-background input.form-text, .has-darkblue-background textarea {
  background: #004967 !important;
}

/* line 213, ../sass/style.scss */
.headline {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  text-align: center;
}
/* line 218, ../sass/style.scss */
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.166666667;
  margin: 0;
}

/* HTML5 - Module */
/* line 229, ../sass/style.scss */
.vernetzung {
  position: relative;
}
/* line 232, ../sass/style.scss */
.vernetzung h4 {
  padding: 0;
  margin: 0;
}
/* line 237, ../sass/style.scss */
.vernetzung [class^="mobile-"] {
  background: url("/../mobile.png") no-repeat;
  width: 42px;
  height: 68px;
}
/* line 242, ../sass/style.scss */
.vernetzung [class^="mobile-"] [class^="info-bubble-mobile-"] {
  background-color: #00a0e1;
  position: relative;
  top: -145px;
  left: -90px;
  width: 205px;
  height: 105px;
  padding: 10px;
  z-index: 1;
  display: none;
}
/* line 253, ../sass/style.scss */
.vernetzung [class^="mobile-"] [class^="info-bubble-mobile-"]:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 263, ../sass/style.scss */
.vernetzung [class^="mobile-"] [class^="info-bubble-mobile-"]:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00a0e1;
  border-width: 20px;
  left: 50%;
  margin-left: -20px;
}
/* line 272, ../sass/style.scss */
.vernetzung [class^="mobile-"]:hover [class^="info-bubble-mobile"] {
  display: inline-block;
}
/* line 278, ../sass/style.scss */
.vernetzung [class^="ring-"] {
  background: url("/../ring.png") no-repeat;
  width: 62px;
  height: 46px;
}
/* line 284, ../sass/style.scss */
.vernetzung [class^="ring-"] [class^="info-bubble-ring-"] {
  background-color: #00a0e1;
  position: relative;
  top: -145px;
  left: -82px;
  width: 205px;
  height: 105px;
  padding: 10px;
  z-index: 1;
  display: none;
}
/* line 295, ../sass/style.scss */
.vernetzung [class^="ring-"] [class^="info-bubble-ring-"]:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 303, ../sass/style.scss */
.vernetzung [class^="ring-"] [class^="info-bubble-ring-"]:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00a0e1;
  border-width: 20px;
  left: 50%;
  margin-left: -20px;
}
/* line 312, ../sass/style.scss */
.vernetzung [class^="ring-"]:hover [class^="info-bubble-ring"] {
  display: inline-block;
}
/* line 317, ../sass/style.scss */
.vernetzung [class^="card-"] {
  background: url("/../card.png") no-repeat;
  width: 68px;
  height: 51px;
}
/* line 322, ../sass/style.scss */
.vernetzung [class^="card-"] [class^="info-bubble-card"] {
  background-color: #00a0e1;
  position: relative;
  top: -145px;
  left: -75px;
  width: 205px;
  height: 105px;
  padding: 10px;
  z-index: 1;
  display: none;
}
/* line 333, ../sass/style.scss */
.vernetzung [class^="card-"] [class^="info-bubble-card"]:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 341, ../sass/style.scss */
.vernetzung [class^="card-"] [class^="info-bubble-card"]:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00a0e1;
  border-width: 20px;
  left: 50%;
  margin-left: -20px;
}
/* line 350, ../sass/style.scss */
.vernetzung [class^="card-"]:hover [class^="info-bubble-card"] {
  display: inline-block;
}

/* HTML5 - Module */
/* line 387, ../sass/style.scss */
.vernetzung {
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}
/* line 392, ../sass/style.scss */
.vernetzung p {
  font-size: 12px;
  font-size: .75rem;
}
/* line 398, ../sass/style.scss */
.vernetzung h4 {
  padding: 0;
  margin: 0;
}
/* line 404, ../sass/style.scss */
.vernetzung [class^="ux-hover"] {
  width: 32px;
  height: 32px;
  position: absolute;
}
/* line 410, ../sass/style.scss */
.vernetzung [class^="ux-hover"] [class^="speechbubble-2-"] {
  display: none;
}
/* line 415, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover .speechbubble-2-1 {
  background: url("../img/info-fenster-1.png") no-repeat;
}
/* line 419, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover .speechbubble-2-2 {
  background: url("../img/info-fenster-2.png") no-repeat;
}
/* line 423, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover .speechbubble-2-3 {
  background: url("../img/info-fenster-3.png") no-repeat;
}
/* line 427, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover .speechbubble-2-4 {
  background: url("../img/info-fenster-4.png") no-repeat;
}
/* line 431, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover .speechbubble-2-5 {
  background: url("../img/info-fenster-5.png") no-repeat;
}
/* line 435, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover .speechbubble-2-6 {
  background: url("../img/info-fenster-6.png") no-repeat;
}
/* line 441, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] {
  width: 97px;
  height: 78px;
  display: inline-block;
  position: relative;
  top: -20px;
  left: -20px;
}
/* line 450, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"]:hover [class^="info-bubble-speechbubble-2"] {
  display: inline-block;
}
/* line 454, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2"] {
  z-index: 1;
  display: none;
  position: relative;
  background: #00A0E1;
  border: 4px solid white;
  left: 105px;
  width: 200px;
  height: auto;
  padding: 10px;
  box-shadow: 2px 2px 3px silver;
  border-radius: 5px;
}
/* line 466, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2"]:after, .vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2"]:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 476, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2"]:after {
  border-color: rgba(0, 160, 225, 0);
  border-right-color: #00a0e1;
  /*border-width: 30px;*/
  border-width: 10px;
  top: 40%;
  margin-top: -30px;
}
/* line 485, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2"]:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  /*border-width: 36px;*/
  border-width: 16px;
  top: 40%;
  margin-top: -36px;
}
/* line 494, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2"] h3 {
  margin-bottom: 0;
}
/* line 499, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2-right"] {
  z-index: 1;
  display: none;
  position: relative;
  background: #00A0E1;
  border: 4px solid white;
  left: -233px;
  width: 200px;
  height: auto;
  padding: 10px;
  box-shadow: -2px 2px 3px silver;
  border-radius: 5px;
}
/* line 511, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2-right"]:after, .vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2-right"]:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 521, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2-right"]:after {
  border-color: rgba(0, 160, 225, 0);
  border-left-color: #00a0e1;
  /*border-width: 30px;*/
  border-width: 10px;
  top: 40%;
  margin-top: -30px;
}
/* line 530, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2-right"]:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  /*border-width: 36px;*/
  border-width: 16px;
  top: 40%;
  margin-top: -36px;
}
/* line 539, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] [class^="info-bubble-speechbubble-2-right"] h3 {
  margin-bottom: 0;
}
/* line 544, ../sass/style.scss */
.vernetzung [class^="ux-hover"]:hover [class^="speechbubble-2-"] .info-bubble-speechbubble-2-right-6 {
  width: 300px;
  left: -333px;
}

/* line 553, ../sass/style.scss */
.ux-hover-1 {
  top: 161px;
  left: 206px;
}

/* line 554, ../sass/style.scss */
.ux-hover-2 {
  top: 334px;
  left: 327px;
}

/* line 555, ../sass/style.scss */
.ux-hover-3 {
  top: 283px;
  left: 516px;
}

/* line 556, ../sass/style.scss */
.ux-hover-4 {
  top: 110px;
  left: 568px;
}

/* line 557, ../sass/style.scss */
.ux-hover-5 {
  top: 145px;
  left: 689px;
}

/* line 558, ../sass/style.scss */
.ux-hover-6 {
  top: 352px;
  left: 774px;
}

/* line 561, ../sass/style.scss */
.ie8 .ux-hover-1 {
  top: 125px;
  left: 165px;
}
/* line 562, ../sass/style.scss */
.ie8 .ux-hover-2 {
  top: 268px;
  left: 263px;
}
/* line 563, ../sass/style.scss */
.ie8 .ux-hover-3 {
  top: 223px;
  left: 409px;
}
/* line 564, ../sass/style.scss */
.ie8 .ux-hover-4 {
  top: 84px;
  left: 455px;
}
/* line 565, ../sass/style.scss */
.ie8 .ux-hover-5 {
  top: 112px;
  left: 552px;
}
/* line 566, ../sass/style.scss */
.ie8 .ux-hover-6 {
  top: 282px;
  left: 623px;
}

/* line 571, ../sass/style.scss */
.has-blue-background.infografik {
  margin: 58px 0;
  margin: -3.625rem 0;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}

/* line 578, ../sass/style.scss */
.ie8 .has-blue-background.infografik {
  margin: -58px 0;
}

/* line 584, ../sass/style.scss */
.row.gewinn {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

/* line 590, ../sass/style.scss */
.ie8 .row.gewinn .span5 {
  width: 100%;
}

/* line 594, ../sass/style.scss */
.ie8 [class^="ux-hover"] {
  background-color: #00577b;
}

@media (max-width: 767px) {
  /* line 600, ../sass/style.scss */
  body {
    font-size: 13px;
    font-size: .8125rem;
  }

  /* line 606, ../sass/style.scss */
  .headline,
  .content {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  
  #flughafen .span3{
		width: 100% !important;
	}
}

@media (max-width: 1199px) {
	.masthead.start #masterhead-left h1 {
	  font-size: 100px;
	  font-size: 4rem;
	}
	.masthead.start #masterhead-left h2 {
	  font-size: 38px;
	  font-size: 1.5rem;
	}
	
	#flughafen .span3{
		width: 246px;
	}
}
.competition-container {
  color: #fff;
  background-color: #009CE2;
  font-size: 16px; }
.competition-container .competition-social {
  margin-top: 20px;
  text-align: right; }

.no-padding {
  padding: 0 !important; }

.competition-header {
  position: relative; }
.competition-header .competition-header-image {
  background-color: #fff; }
.competition-header .competition-header-image img {
  width: 100%;
  opacity: 0.9; }
.competition-header .competition-header-caption {
  color: #fff;
  position: absolute;
  font-size: 76px;
  font-weight: bold;
  text-shadow: 2px 2px 14px #000;
  line-height: 87px;
  top: 66px;
  max-width: 950px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
.competition-header .competition-foto-credit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  text-shadow: 2px 2px 3px #000; }

.competition-inner-container {
  max-width: 950px;
  padding: 30px 20px 30px 20px;
  margin: 0 auto; }
.competition-inner-container label {
  margin-left: 3px; }
.competition-inner-container input:not([type="radio"]) {
  width: 100%; }
.competition-inner-container input[type="radio"] {
  margin-right: 10px; }
.competition-inner-container select {
  background: #f3f3f3;
  border: 1px solid #c2c2c2;
  border-radius: .125rem;
  padding: .25rem .5rem;
  box-sizing: border-box;
  color: #3B393E;
  height: 30px;
  width: 100%; }
.competition-inner-container .form-group {
  margin-bottom: 15px; }
.competition-inner-container .form-group.address {
  float: left;
  width: 80%; }
.competition-inner-container .form-group.age {
  float: left;
  margin-left: 2%;
  width: 18%;
  height: 30px; }
.competition-inner-container .form-group.btn-submit {
  float: right;
  margin-top: 15px; }
.competition-inner-container .competition-options {
  margin-right: 20px; }
.competition-inner-container .competition-question {
  margin-bottom: 10px; }
.competition-inner-container .competition-tipp {
  margin-top: 10px; }
.competition-inner-container .competition-footer {
  font-size: 14px; }
.competition-inner-container a, .competition-inner-container a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: bold; }

.conditions-modal {
  overflow: auto;
  padding: 30px;
  width: 600px;
  height: 350px; }
.conditions-modal .conditions-text {
  padding: 20px 0; }

.competition-options-wrapper {
  width: 50%;
  padding: 0;
  float: left; }

.competition-options {
  margin: 0 auto; }

.competition-form {
  width: 50%;
  padding: 0;
  float: left; }

.headline-conditions {
  font-size: 30px;
  color: #008CCC; }

.mbottom10 {
  margin-bottom: 10px; }

.mtop15 {
  margin-top: 15px; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #008CCC;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: #008CCC; }

/*
@media (min-width: 980px) and (max-width: 1169px) {
  .footer-mini {
    width: 740px;
    width: 46.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .footer-navigations {
    max-width: 360px;
    max-width: 22.5rem;
  }

  .footer-mini {
    width: 524px;
    width: 32.75rem;
  }
}
*/
@media (max-width: 1169px) {
  .competition-header .competition-header-caption {
    color: #fff;
    position: absolute;
    font-size: 44px;
    font-weight: bold;
    text-shadow: 2px 2px 14px #000;
    line-height: 50px;
    top: 36px;
    left: 20px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 767px) {
  .competition-header .competition-header-caption {
    color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 14px #000;
    line-height: 20px;
    top: 9px;
    left: 20px;
    margin-left: auto;
    margin-right: auto; }
  .competition-header .competition-foto-credit {
    position: absolute;
    bottom: 0px;
    right: 2px;
    font-size: 8px; }

  .competition-inner-container {
    padding: 30px 20px 30px 20px;
    margin: 0 auto; }
  .competition-inner-container label {
    margin-left: 3px; }
  .competition-inner-container input:not([type="radio"]) {
    width: 100%; }
  .competition-inner-container input[type="radio"] {
    margin-right: 10px; }
  .competition-inner-container select {
    background: #f3f3f3;
    border: 1px solid #c2c2c2;
    border-radius: .125rem;
    padding: .25rem .5rem;
    box-sizing: border-box;
    color: #3B393E;
    height: 30px;
    width: 100%; }
  .competition-inner-container .form-group {
    margin-bottom: 15px; }
  .competition-inner-container .form-group.address {
    float: left;
    width: 80%; }
  .competition-inner-container .form-group.age {
    float: left;
    margin-left: 2%;
    width: 18%;
    height: 30px; }
  .competition-inner-container .form-group.btn-submit {
    float: right;
    margin-top: 15px; }
  .competition-inner-container .competition-options {
    margin-right: 20px; }
  .competition-inner-container .competition-question {
    margin-bottom: 10px; }
  .competition-inner-container .competition-tipp {
    margin-top: 10px; }
  .competition-inner-container .competition-footer {
    font-size: 10px; }
  .competition-inner-container a, .competition-inner-container a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold; }

  .competition-container {
    color: #fff;
    background-color: #009CE2;
    font-size: 12px; }

  .competition-options-wrapper {
    width: 100%;
    padding: 0;
    float: left; }

  .competition-options {
    width: 100%;
    margin-left: 0 !important; }

  .competition-form {
    width: 100%;
    padding: 0;
    margin-top: 10px; }

  .competition-footer {
    margin-top: 10px; } }




.events-container {
  color: #fff;
  background-color: #009CE2;
  font-size: 16px; }
.events-container .events-social {
  margin-top: 20px;
  text-align: right; }

.no-padding {
  padding: 0 !important; }

.events-header {
  position: relative; }
.events-header .events-header-image {
  background-color: #fff; }
.events-header .events-header-image img {
  width: 100%;
  opacity: 0.9; }
.events-header .events-header-caption {
  color: #fff;
  position: absolute;
  font-size: 76px;
  font-weight: bold;
  text-shadow: 2px 2px 14px #000;
  line-height: 87px;
  top: 66px;
  max-width: 950px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
.events-header .events-foto-credit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  text-shadow: 2px 2px 3px #000; }

.events-inner-container {
  max-width: 950px;
  padding: 30px 20px 30px 20px;
  margin: 0 auto; }
.events-inner-container label {
  margin-left: 3px;
  float: left;
  width: 100%; }
.events-inner-container input:not([type="radio"]) {
  width: 100%; }
.events-inner-container input[type="checkbox"] {
  width: auto; }
.events-inner-container input[type="radio"] {
  margin-right: 10px; }
.events-inner-container select {
  background: #f3f3f3;
  border: 1px solid #c2c2c2;
  border-radius: .125rem;
  padding: .25rem .5rem;
  box-sizing: border-box;
  color: #3B393E;
  height: 28px;
  width: 100%; }
.events-inner-container .form-group {
  margin-bottom: 15px; }
.events-inner-container .form-group.address {
  float: left;
  width: 80%; }
.events-inner-container .form-group.age {
  float: left;
  margin-left: 2%;
  width: 18%;
  height: 30px; }
.events-inner-container .form-group.btn-submit {
  float: right;
  margin-top: 28px; }
.events-inner-container .events-options {
  margin-right: 20px; }
.events-inner-container .events-question {
  margin-bottom: 10px; }
.events-inner-container .events-tipp {
  margin-top: 10px; }
.events-inner-container .events-footer {
  font-size: 14px; }
.events-inner-container a, .events-inner-container a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: bold; }

.conditions-modal {
  overflow: auto;
  padding: 30px;
  width: 600px;
  height: 350px; }
.conditions-modal .conditions-text {
  padding: 20px 0; }

.events-options-wrapper {
  width: 50%;
  padding: 0;
  float: left; }

.events-options {
  margin: 0 auto; }

.events-form {
  width: 100%;
  padding: 0px 0px 25px;
  float: left; }
.events-form .width50 {
  width: 50%;
  float: left; }
.events-form .form-group {
  margin: 5px 7px; }

.headline-conditions {
  font-size: 30px;
  color: #008CCC; }

.mbottom10 {
  margin-bottom: 10px; }

.mtop15 {
  margin-top: 15px; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #008CCC;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: #008CCC; }

/*
@media (min-width: 980px) and (max-width: 1169px) {
  .footer-mini {
    width: 740px;
    width: 46.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .footer-navigations {
    max-width: 360px;
    max-width: 22.5rem;
  }

  .footer-mini {
    width: 524px;
    width: 32.75rem;
  }
}
*/
@media (max-width: 1169px) {
  .events-header .events-header-caption {
    color: #fff;
    position: absolute;
    font-size: 44px;
    font-weight: bold;
    text-shadow: 2px 2px 14px #000;
    line-height: 50px;
    top: 36px;
    left: 20px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .events-header .events-header-caption {
    color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 14px #000;
    line-height: 20px;
    top: 9px;
    left: 20px;
    margin-left: auto;
    margin-right: auto; }
  .events-header .events-foto-credit {
    position: absolute;
    bottom: 0px;
    right: 2px;
    font-size: 8px; }
  .events-inner-container {
    padding: 30px 20px 30px 20px;
    margin: 0 auto; }
  .events-inner-container label {
    margin-left: 3px; }
  .events-inner-container input:not([type="radio"]) {
    width: 100%; }
  .events-inner-container input[type="radio"] {
    margin-right: 10px; }
  .events-inner-container select {
    background: #f3f3f3;
    border: 1px solid #c2c2c2;
    border-radius: .125rem;
    padding: .25rem .5rem;
    box-sizing: border-box;
    color: #3B393E;
    height: 30px;
    width: 100%; }
  .events-inner-container .form-group {
    margin-bottom: 15px; }
  .events-inner-container .form-group.address {
    float: left;
    width: 80%; }
  .events-inner-container .form-group.age {
    float: left;
    margin-left: 2%;
    width: 18%;
    height: 30px; }
  .events-inner-container .form-group.btn-submit {
    float: right;
    margin-top: 15px; }
  .events-inner-container .events-options {
    margin-right: 20px; }
  .events-inner-container .events-question {
    margin-bottom: 10px; }
  .events-inner-container .events-tipp {
    margin-top: 10px; }
  .events-inner-container .events-footer {
    font-size: 10px; }
  .events-inner-container a, .events-inner-container a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold; }
  .events-container {
    color: #fff;
    background-color: #009CE2;
    font-size: 12px; }
  .events-options-wrapper {
    width: 100%;
    padding: 0;
    float: left; }
  .events-options {
    width: 100%;
    margin-left: 0 !important; }
  .events-form {
    width: 100%;
    padding: 0;
    margin-top: 10px; }
  .events-form .width50 {
    width: 100%;
    float: none; }
  .events-footer {
    margin-top: 10px; } }


