@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "jugendfeuerwehr";
  src: url("../Fonts/jugendfeuerwehr.eot");
  src: url("../Fonts/jugendfeuerwehr.eot?#iefix") format("embedded-opentype"), url("../Fonts/jugendfeuerwehr.woff") format("woff"), url("../Fonts/jugendfeuerwehr.ttf") format("truetype"), url("../Fonts/jugendfeuerwehr.svg#jugendfeuerwehr") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "jugendfeuerwehr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "jugendfeuerwehr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-next:before {
  content: "n"; }

.icon-play:before {
  content: "p"; }

h1 {
  font-weight: 400;
  color: #f45f0b;
  font-size: 2em;
  line-height: 1; }

h2 {
  font-weight: 400;
  font-size: 2em;
  line-height: 1; }

h3 {
  font-size: 1.3em;
  font-weight: 400;
  color: #f45f0b;
  line-height: 1; }

h4 {
  font-size: 1.1em;
  color: #00469d;
  font-weight: 400;
  line-height: 1; }

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

a:hover {
  text-decoration: underline; }

/* Bold */
#news h4,
#liste_news h4,
footer a {
  font-weight: bold; }

/* Condensed Line Heights */
#services h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

#services h4,
#liste_news h4 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

#services p,
#liste_news p {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

.tag {
  font-size: 1.1em;
  background: #00469d;
  color: #fff;
  line-height: 2em;
  padding: 0 .5em;
  display: inline-block;
  text-transform: uppercase; }

/* Clear styles ul */
.social-media ul,
#action ul,
#partners ul,
footer .grid ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-media li {
  float: left; }

.grid {
  margin: 0 auto;
  width: 990px; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left; }

.pad-col {
  margin-left: -5px;
  margin-right: -5px; }

.pad-col > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-3-5 {
  width: 60%; }

.col-2-5 {
  width: 40%; }

.col-1-8 {
  width: 12.5%; }

.grid section,
.gallery {
  margin-top: 1.2em;
  margin-bottom: 1.2em; }

.table {
  display: table; }

.cell {
  display: table-cell;
  font-size: 1em; }

#pre-footer #news [class*="col-"] {
  float: right;
  padding-right: 30px; }

nav > ul {
  position: relative; }

nav > ul > li:hover > ul {
  display: block; }

nav > ul > li > ul {
  position: absolute;
  width: auto;
  background: #00469d;
  border-top: 10px solid #00469d;
  border-bottom: 10px solid #00469d;
  margin-top: 8px;
  display: none;
  z-index: 21; }

nav > ul > li:after {
  content: '';
  width: 100%;
  display: block;
  height: 20px;
  position: absolute; }

nav > ul > li > ul > li {
  display: block;
  clear: both;
  width: 194px; }

nav > ul > li > ul > li a {
  border: none;
  padding: 5px 20px;
  text-align: left; }

nav > ul > li > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00469d;
  margin-left: 90px;
  position: absolute;
  top: -20px;
  left: 0; }

nav > ul > li > ul > li:hover > ul {
  display: block; }

nav > ul > li > ul > li > ul {
  background: #155BB1;
  display: none;
  position: absolute;
  right: -100%;
  margin-top: -40px; }

nav > ul > li > ul > li > ul:before {
  content: '';
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: -100%; }

nav > ul > li > ul > li ul > li {
  background: #155BB1;
  display: block;
  clear: both;
  min-width: 200px; }

/* Corrections */
body {
  overflow-x: hidden; }

#hero-bg {
  position: absolute; }

nav li {
  position: relative; }

/* TP */
.no-link {
  cursor: default; }

.no-link:hover {
  text-decoration: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #fff;
  /* TP */
  border: 10px solid #fff;
  /* TP */ }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
  /* TP */ }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  /*background: transparent;*/
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  /*-webkit-box-shadow: none;
  box-shadow: none;*/
  /* TP */ }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  /*top: 0;*/
  bottom: 0;
  /* TP */
  text-decoration: none;
  text-align: center;
  /*opacity: 0.65;
  filter: alpha(opacity=65);*/
  padding: 0 0 18px 10px;
  color: #666;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  /*opacity: 1;
  filter: alpha(opacity=100);*/
  color: #000; }

.mfp-close:active {
  /*top: 1px;*/
  /* TP */ }

.mfp-close-btn-in .mfp-close {
  /*color: #333;*/ }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  /*color: white;
  /*color: #333;
  /*right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;*/
  width: auto;
  line-height: 50px;
  background: #fff;
  /* TP */ }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  display: none;
  /* TP */ }

.mfp-arrow {
  position: absolute;
  /*opacity: 0.65;
  filter: alpha(opacity=65);*/
  /* TP */
  margin: 0;
  top: 50%;
  /*margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;*/
  margin-top: -35px;
  padding: 0;
  width: 50px;
  height: 70px;
  /* TP */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  /* TP */ }

.mfp-arrow:active {
  /*margin-top: -54px;*/ }

.mfp-arrow:hover, .mfp-arrow:focus {
  /*opacity: 1;
  filter: alpha(opacity=100);*/ }

/*.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a*/
.mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0;
  background: #fff url(../images/ui/mfp-arrow-left.png) no-repeat center center; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0;
  background: #fff url(../images/ui/mfp-arrow-right.png) no-repeat center center; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  /* TP */ }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  border-bottom: 50px solid #fff;
  /* TP */ }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  /* TP */
  bottom: -47px;
  background: #fff;
  padding: 10px;
  line-height: 1;
  right: -10px;
  opacity: 1; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  /*overflow: hidden;*/
  /* TP */
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
  /* TP */
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 40px 0 40px;*/
  /* TP */
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  /*content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;*/
  /* TP */ }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-figure figcaption {
  min-height: 44px;
  max-width: 1000px; }

.mfp-bottom-bar {
  /*margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;*/
  /* TP */ }

.mfp-title {
  text-align: left;
  /*line-height: 18px;*/
  line-height: 20px;
  /* TP */
  /*color: #f3f3f3;*/
  color: #333;
  /* TP */
  word-wrap: break-word;
  /*padding-right: 36px;*/
  padding: 18px 25px 0 0;
  /* TP */ }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  /*cursor: pointer;*/
  /* TP */ }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.dropdown {
  position: absolute;
  z-index: 2;
  display: none; }

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
  min-width: 160px;
  max-width: 260px;
  width: 260px;
  list-style: none;
  background: #FFF;
  /*border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  overflow: visible;
  padding: 4px 0;
  margin: -3px 0px 0px 0px;*/
  padding: 0;
  margin: 0; }

.default .dropdown .dropdown-menu,
.default .dropdown .dropdown-panel {
  width: 320px;
  max-width: 320px; }

.dropdown .dropdown-panel {
  padding: 10px; }

/*
.dropdown.dropdown-tip {
  margin-top: 8px;
}
*/
.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px; }

.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto; }

.dropdown .dropdown-menu LI {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px; }

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
  /*font-size: 14px;
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 1px 15px;*/
  white-space: nowrap;
  line-height: 1.4em; }

.dropdown .dropdown-menu li > a.active,
.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
  color: #f45f0b;
  cursor: pointer; }

.dropdown .dropdown-menu .dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #E5E5E5;
  padding: 0;
  margin: 5px 0; }

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
  padding-left: 30px;
  background-position: 8px center;
  background-repeat: no-repeat; }

.dropdown .undo A {
  background-image: url(icons/arrow-curve-180-left.png); }

.dropdown .redo A {
  background-image: url(icons/arrow-curve.png); }

.dropdown .cut A {
  background-image: url(icons/scissors.png); }

.dropdown .copy A {
  background-image: url(icons/document-copy.png); }

.dropdown .paste A {
  background-image: url(icons/clipboard.png); }

.dropdown .delete A {
  background-image: url(icons/cross-script.png); }

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

.navbar-toggle,
.navborder,
.hide-md {
  display: none; }

.clearfix:before, .clearfix:after,
#action article:before, #action article:after {
  content: " ";
  display: table; }

.clearfix:after,
#action article:after {
  clear: both; }

.clearfix,
#action article {
  zoom: 1; }

.clearboth {
  clear: both; }

body {
  font-family: 'Open-sans', 'Myriad Pro', 'Helvectica', Arail, Sans-Serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #363636;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  /* TP */
  vertical-align: top; }

#bg-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

#bg-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

#main-logo {
  margin: 10px 0;
  margin-left: 30px; }

#main {
  padding: 10px 10px 20px 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfffffff', GradientType=1);
  /* IE6-8 */ }

.ie8 #main {
  background: #fff; }

nav {
  font-size: 1.1em;
  position: relative;
  z-index: 3; }

nav ul {
  width: 100%;
  background: #f45f0b;
  padding: 8px 0;
  margin: 0;
  list-style: none; }

nav li {
  float: left;
  width: 20%; }

nav a {
  text-align: center;
  display: block;
  color: #fff;
  padding: 15px 0;
  border-right: 1px solid #f4884c;
  border-left: 1px solid #da5307; }

nav a.active {
  text-decoration: underline; }

nav li:fist-child a {
  border-left: none; }

nav li:last-child a {
  border-right: none; }

#hero {
  margin-top: 0;
  position: relative;
  width: 100%;
  height: 310px;
  margin-bottom: 0; }

#hero article {
  vertical-align: middle;
  z-index: 1;
  position: relative;
  left: -1px; }

#hero .module {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  vertical-align: middle;
  width: 40%; }

.ie8 #hero-bg {
  width: 970px;
  height: 310px; }

.social-media {
  /*text-align: right;*/ }

.social-media ul {
  float: right;
  height: 20px; }

.social-media ul li {
  margin-left: 5px; }

.social-media .fb-like {
  float: right;
  position: relative;
  top: 0;
  padding: 2px;
  margin-right: 10px; }
  .social-media .fb-like li {
    padding: 0 3px; }

#action {
  color: #fff; }

#action h2 {
  margin: 20px 0;
  /* TP */ }

#action a {
  background: #f45f0b;
  display: block;
  padding: 10px 0;
  height: 100%; }
  #action a:hover {
    background: #00469d;
    color: #fff; }
  #action a .content {
    background: url(../images/ui/separator-actions.png) repeat-y; }
  #action a.inverse {
    background: #00469d; }
    #action a.inverse .content {
      background: transparent; }
    #action a.inverse:hover {
      background: #47b4dd; }

#action [class*='col-']:first-child .content {
  background: none; }

#action a:hover .content {
  background: none; }

#action .content {
  padding: 0 25px;
  position: relative; }

#action a:hover .content {
  /*border-left: 1px solid transparent;
  border-right: 1px solid transparent;*/ }

#action a {
  text-decoration: none;
  color: #fff;
  position: relative; }

#action .cell.middle {
  /*vertical-align: middle;*/
  /* TP */
  width: 33px;
  position: relative; }

#action .icon-next {
  font-size: 33px;
  position: absolute;
  /* TP*/
  top: 65px; }

#news article, #liste_news article {
  border-top: 1px solid #dbdbdb;
  padding: 0.5em 0;
  width: 100%;
  float: right; }

#news .content, #liste_news .content {
  padding-right: 50px;
  vertical-align: top; }

#news .image, #liste_news .image {
  width: 150px;
  vertical-align: top; }

#news .image img, #liste_news .image img {
  display: block;
  margin: 5px auto;
  max-width: 150px; }

#news span.date, #liste_news span.date {
  color: #000;
  font-weight: normal; }

#pre-footer {
  background: #e9e9e9;
  padding: 2em 0; }

#partners {
  display: table;
  text-align: center;
  margin: 0 auto;
  font-size: 1.1em;
  padding: 0;
  max-width: 990px; }

#partners li {
  display: table-cell;
  /*padding: 0 30px;*/
  padding: 0;
  /* TP */
  vertical-align: middle; }

#partners a {
  text-align: center;
  width: 100%; }

#partners p {
  font-style: italic;
  margin: 0;
  line-height: 1.2em;
  margin-top: 5px; }

#partners .img {
  height: 95px;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.ie8 #partners img {
  width: 100%; }

footer {
  background: #f45f0b;
  padding: 2em 0; }

footer a {
  color: #fff;
  line-height: 1em;
  /* TP */
  margin-bottom: .5em;
  /* TP */
  display: block;
  /* TP */ }

footer strong {
  color: #fff;
  line-height: 1em;
  /* TP */
  margin-bottom: 1em;
  /* TP */
  display: block;
  /* TP */ }

footer .grid > ul {
  display: table;
  height: auto;
  width: 100%;
  float: left; }

footer li {
  width: 20%;
  float: left;
  padding-right: 15px;
  line-height: 1;
  /* TP */ }

footer li li {
  width: auto;
  clear: both; }

footer li li a {
  font-weight: normal;
  font-size: 14px; }

footer span.push-down {
  display: block;
  margin-top: 22px;
  /* TP */ }

/* Gefördert durch */
footer .promoted {
  display: block;
  width: 230px;
  height: auto;
  float: right;
  position: relative;
  padding: 8px;
  background: white;
  border-radius: 7px; }

footer .promoted p {
  color: white;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: bold; }

footer .promoted .bmfsfj {
  display: block;
  width: 100%;
  height: 90px;
  background: url(../Images/BMFSFJ_Logo_rgb_white.png) no-repeat top center;
  background-size: contain; }

ul.breadcrumb {
  float: left; }

ul.breadcrumb a {
  color: #A5A5A5;
  line-height: 31px;
  /* TP */ }

ul.breadcrumb li:after {
  content: ' \00bb';
  color: #A5A5A5; }

ul.breadcrumb li:last-child:after {
  display: none; }

/* Sidebar */
#sidebar-nav {
  background: #e9e9e9;
  margin: 0 20px 0 0;
  padding: 15px;
  margin-bottom: 30px; }

#sidebar-nav a {
  color: #363636;
  display: block;
  padding: 5px 0 3px; }

#sidebar-nav a.active,
#sidebar-nav a:hover {
  color: #f45f0b;
  /*color: #00469d;*/
  /*font-weight:bold;*/ }

#sidebar-nav > li > a, #sidebar-nav > li.has-sub > ul {
  border-bottom: 1px solid #dbdbdb; }

#sidebar-nav > li:last-child a, #sidebar-nav > li.has-sub > a {
  border-bottom: none; }

#sidebar ul {
  list-style: none; }

#sidebar-nav ul {
  padding-left: 0; }

#sidebar-nav ul ul {
  margin-left: 1em; }

#sidebar-nav ul li a {
  background: url(../images/ui/list-style-diamond.svg) no-repeat 0 10px;
  /*padding-left: 20px;*/
  padding-left: 15px;
  /* TP */ }

#sidebar-nav ul li a.active, #sidebar-nav ul li a:hover {
  /*color: #00469d;*/
  /*font-weight: bold;*/
  /*background: url(../images/ui/list-style-diamond-blue.svg) no-repeat 0 10px;*/ }

#sidebar-nav a:hover {
  text-decoration: none; }

#sidebar #partners {
  margin-right: 20px;
  /*background: #E9E9E9;*/
  /* TP */
  padding: 15px 0;
  text-align: center;
  margin-top: -4px;
  /* TP */
  padding-top: 0;
  /* TP */ }

#sidebar #partners li {
  display: block;
  max-width: 109px;
  float: left;
  padding: 0 10px 0;
  margin-bottom: 15px; }

#sidebar #partners p {
  line-height: 1.2em;
  font-size: 0.8rem; }

.ce-border img, .ce-border iframe {
  border: 1px solid #00469d;
  padding: 0px; }

/* Page */
#page h1 {
  line-height: 1.15em;
  margin: 0;
  margin-top: -3px;
  font-size: 2.6em; }

#page h2 {
  color: #00469d;
  font-size: 1.8em; }

#page article {
  float: none;
  margin-right: 20px; }

#page article > div {
  clear: both;
  margin-bottom: 20px; }

#page article .content {
  padding-right: 30px; }

#page article .content p:first-child {
  margin-top: 0; }

#page article .image img {
  float: right;
  display: block; }

#page .gallery {
  margin-left: -5px;
  display: inline-block;
  margin-bottom: -10px; }

.gallery a {
  display: block; }

.gallery img {
  display: block;
  margin: 0 auto 10px; }

.video {
  position: relative;
  /*background: #000;*/
  /* TP */
  display: inline-block; }

.video img {
  /*opacity: 0.8;
  display: block;*/
  /* TP */ }

.video .icon-play {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5; }

.video:hover .icon-play {
  color: #f45f0b; }

.csc-textpic-imagerow-cols-1 .video .icon-play {
  font-size: 100px; }

.csc-textpic-imagerow-cols-2 .video .icon-play {
  font-size: 75px; }

.csc-textpic-imagerow-cols-3 .video .icon-play {
  font-size: 60px; }

.csc-textpic-imagerow-cols-4 .video .icon-play,
.csc-textpic-intext-left .csc-textpic-imagerow-cols-2 .video .icon-play,
.csc-textpic-intext-right .csc-textpic-imagerow-cols-2 .video .icon-play {
  font-size: 50px; }

hr.service-border {
  border: 0;
  border-top: 1px solid #dbdbdb;
  height: 0;
  margin: 0; }

hr.service-border.top {
  margin-bottom: 1.1em; }

hr.service-border.bottom {
  margin-top: -0.4em;
  margin-bottom: -1.2em; }

#services {
  margin-top: 0;
  margin-bottom: 0; }

#services > .col-1-3 {
  margin-bottom: 1.2em; }

#services img {
  margin-bottom: 10px; }

/*#page #news article {
  width: auto;
}*/
/* !References
orange #f45f0b
trans-white rgba(255, 255, 255, 0.75);
blue #00469d
light grey #dbdbdb
med grey #e9e9e9
*/
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea {
  border: 1px solid #f45f0b;
  padding: 4px;
  outline: 0; }

#search {
  float: right;
  position: relative;
  margin-left: 10px; }

#search input {
  width: 194px;
  padding: 4px 30px 1px 4px;
  line-height: 21px; }

#search button {
  text-indent: -9999px;
  background: 0;
  border: 0;
  padding: 0;
  line-height: 20px;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 4px;
  right: 4px; }

#search button:after {
  content: "n";
  font-family: "jugendfeuerwehr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
  color: #f45f0b; }

#search button:active, #search button:focus {
  outline: none; }

.csc-textpic {
  min-width: 708px;
  max-width: 708px;
  width: 708px; }

DIV.csc-textpic DIV.csc-textpic-single-image .video IMG {
  margin-bottom: 0; }

DIV.csc-textpic a > .icon {
  display: none; }

DIV.csc-textpic a.video > .icon {
  display: block; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
  margin-top: 5px;
  font-style: italic; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption:empty {
  display: none; }

.tx-indexedsearch-searchbox {
  display: none; }

.csc-uploads, .csc-uploads li {
  margin: 0;
  padding: 0;
  list-style: none; }

.csc-uploads a {
  background: url(../Images/ui/list-style-arrow.png) no-repeat left 0px;
  line-height: 2em;
  padding-left: 25px;
  padding-top: 2px; }

.csc-uploads {
  margin-bottom: 2em; }

/* Powermail */
.frame-type-form_formframework fieldset,
.tx-powermail-pi1 fieldset {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0; }

.frame-type-form_formframework fieldset legend,
.tx-powermail-pi1 fieldset legend {
  display: none; }

.tx-powermail-pi1 fieldset label {
  float: left;
  display: block;
  width: 40%; }

.frame-type-form_formframework fieldset label {
  float: none;
  display: block;
  width: 100%; }

.frame-type-form_formframework input,
.frame-type-form_formframework textarea,
.frame-type-form_formframework select {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 6px 6px 6px; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea,
select {
  border: 1px solid #f45f0b;
  padding: 4px;
  outline: 0; }

input[type='checkbox'] {
  width: auto; }

input.checkbox {
  margin-top: 1rem; }

.btn.btn-primary,
.tx-powermail-pi1 input.powermail_submit,
.tx-powermail-pi1 button.powermail_submit {
  color: #fff;
  background: #f45f0b;
  padding: 10px;
  border: none;
  vertical-align: middle;
  float: right; }

.btn.btn-primary:after,
.tx-powermail-pi1 input.powermail_submit:after,
.tx-powermail-pi1 button.powermail_submit:after,
.tx_powermail_pi1_formconfirmation_back button.powermail_submit:before {
  content: "n";
  font-family: "jugendfeuerwehr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  vertical-align: middle;
  margin-left: 10px; }

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px; }

.tx-powermail-pi1 span.powermail_mandatory {
  color: red;
  margin-left: 3px; }

.tx-powermail-pi1_confirmation {
  margin-top: 20px; }

.tx_powermail_pi1_formconfirmation_back {
  float: left; }

.tx_powermail_pi1_formconfirmation_back button.powermail_submit {
  background: #00469d; }

.tx_powermail_pi1_formconfirmation_back button.powermail_submit:after {
  display: none; }

.tx_powermail_pi1_formconfirmation_back button.powermail_submit:before {
  content: "b";
  margin-left: 0;
  margin-right: 10px; }

.tx_powermail_pi1_formconfirmation_submit {
  float: right; }

.btn.btn-primary {
  float: right; }

.frame-type-form_formframework span.required {
  color: red;
  margin-left: 3px; }

/* error message */
.error {
  /* supply height to ensure consistent positioning for every browser */
  background-color: #FF0000;
  border: 1px solid #FF0000;
  font-size: 11px;
  color: #fff;
  padding: 3px 10px 5px 10px;
  margin-left: -2px;
  z-index: 10;
  text-align: left;
  height: auto;
  /* CSS3 spicing for mozilla and webkit */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd; }

fieldset .frame-type-text p {
  margin: 0; }

#ausweise-380-more-field,
#ausweise-382-more-field {
  display: none; }

.error p {
  margin: 0;
  padding: 0;
  font-weight: bold; }

/* pure CSS arrow */
html:root .error em {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #FF0000 transparent transparent;
  /* positioning */
  position: absolute;
  bottom: -10px;
  left: 5px;
  border-bottom: 0 none; }

/* jQuery jPages */
.tx-tsfeuernews .holder a {
  cursor: pointer;
  padding: 0 5px; }

.tx-tsfeuernews .holder a:first-child {
  margin-left: -5px; }

.tx-tsfeuernews .holder a.jp-disabled {
  /*display:none;*/
  color: #aaa;
  cursor: default; }

.tx-tsfeuernews .holder a.jp-disabled:hover {
  text-decoration: none; }

.tx-tsfeuernews .pad-col {
  margin-right: 0; }

.tx-tsfeuernews .pad-col .center {
  text-align: center; }

.tx-tsfeuernews .pad-col .right {
  text-align: right; }

.tx-tsfeuernews [class*="col-"] {
  float: left !important;
  padding-right: 0 !important; }

.tx-tsfeuernews .feuernews-additional-images {
  margin: -2px; }

.tx-tsfeuernews .feuernews-additional-images img {
  margin: 2px; }

.tx-tsfeuernews a.acc-header {
  color: #000; }

.tx-tsfeuernews a.acc-header:hover {
  color: #000;
  text-decoration: none; }

.tx-tsfeuernews a.acc-header span {
  color: #000 !important; }

.tx-tsfeuernews a.acc-header span.headline {
  color: #00469d !important; }

.tx-tsfeuernews .bildunterschrift {
  margin-top: 5px;
  display: block; }

/* jQuery dropdowns */
.filter_selection .filter_selection_main, .filter_selection .dropdown {
  display: inline-block;
  border: 1px solid #000;
  padding: 8px 8px 5px 9px;
  outline: 0;
  background: #FFF url(../Images/ui/filter_arrow.png) right 10px no-repeat;
  width: 300px;
  line-height: 1;
  color: #000; }

.filter_selection .dropdown {
  border-top: 0;
  display: none;
  background: #fff; }

.filter_selection .dropdown a {
  display: block;
  color: #000; }

.filter_selection .filter_selection_main:hover,
.filter_selection .dropdown a:hover {
  /*color: #00469d;*/
  color: #f45f0b;
  text-decoration: none; }

.filter_01,
.filter_02 {
  float: left;
  margin-right: 10px;
  margin-bottom: 2em; }

.filter_01 li,
.filter_02 li {
  background: none !important;
  padding: 0px !important; }

.tx-tsfeuernews h1 {
  padding-bottom: 20px; }

/* News DJF */
.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0;
  background: transparent; }

.news .article .news-img-wrap a,
.news .article .news-img-wrap span {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 10px; }

.news-single .article .news-text-wrap {
  margin-bottom: 10px;
  float: none;
  clear: both; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.1em;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px; }

.ce-gallery {
  margin-top: 15px; }

/* Tabellen */
.contenttable {
  border-top: 1px solid grey; }
  .contenttable tr td {
    border-bottom: 1px solid grey;
    padding: 7px 5px 4px 5px;
    vertical-align: top; }
  .contenttable tr:nth-of-type(odd) td {
    background: rgba(0, 70, 157, 0.2); }

/* Bilder */
figure.image {
  display: flex;
  flex-direction: column;
  max-width: 250px; }
  figure.image figcaption {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.1em;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px; }

.ce-top figure.image {
  max-width: 100%; }

.ce-center .ce-gallery {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.ce-center figure.image {
  max-width: 100%; }

.ce-column {
  margin-right: 15px; }

.ce-right {
  margin-left: 0;
  float: right; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: inherit; }

.ce-top {
  margin: 0;
  float: right; }
  .ce-top figure.image {
    max-width: 100%; }

@media only screen and (max-width: 990px) {
  nav {
    display: none;
    margin-bottom: 20px; }

  .navbar-toggle {
    display: block;
    float: right;
    margin: 50px 15px 8px 0;
    background: #f45f0b;
    border-radius: 7px;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0 0 0 7px; }

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

  .icon-bar {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: 1px;
    background: white;
    margin: 6px 0; }

  .navbar-toggle.open .middle {
    display: none; }

  .navbar-toggle.open .first {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0px;
    margin-top: 9px;
    -webkit-transition: all 40ms ease;
    -moz-transition: all 40ms ease;
    -ms-transition: all 40ms ease;
    -o-transition: all 40ms ease;
    transition: all 40ms ease; }

  .navbar-toggle.open .last {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -9px;
    -webkit-transition: all 40ms ease;
    -moz-transition: all 40ms ease;
    -ms-transition: all 40ms ease;
    -o-transition: all 40ms ease;
    transition: all 40ms ease; }

  /* navi */
  .navborder {
    display: block;
    width: 100%;
    height: 10px;
    background: #f45f0b; }

  nav a {
    text-align: left;
    padding: 15px 23px; }

  nav li {
    float: left;
    width: 100%; }

  nav ul {
    width: 100%;
    padding: 0;
    margin: 0; }

  nav > ul > li > ul,
  nav > ul > li:hover > ul {
    position: relative;
    width: 100%;
    background: #00469d;
    border-top: 10px solid #00469d;
    border-bottom: 10px solid #00469d;
    margin-top: 0;
    display: table;
    z-index: 21;
    height: auto; }

  nav > ul > li > ul::before {
    content: '';
    margin-left: 20px;
    top: -10px;
    left: 0; }

  nav > ul > li > ul > li {
    display: inline-block;
    clear: none;
    float: left;
    width: 25%;
    background: #00469d; }

  #hero {
    position: relative;
    width: 100%;
    height: 240px; }

  .grid {
    margin: 0 auto;
    width: 768px; }

  .cell {
    font-size: 1em;
    line-height: 1.1em; }

  #action .icon-next {
    font-size: 26px;
    position: absolute;
    top: 19px; }

  /* logo */
  #main-logo {
    height: 90px;
    width: auto; }

  /* partner */
  #partners {
    font-size: 0.9em;
    max-width: 768px; }

  #partners .img {
    height: 69px; }

  #partners p {
    margin-top: 5px;
    font-size: 11px; }

  /* footer */
  footer .grid > ul {
    display: table;
    border-right: 0px solid white;
    height: auto;
    width: 100%;
    float: left; }

  footer .promoted {
    float: left;
    padding-left: 0;
    margin-top: 20px; }

  #action .content {
    padding: 0 15px; }

  #hero .module {
    padding: 10px; }
  #hero h1 {
    margin: 5px 0 5px 0; }
  #hero p {
    margin: 0; }

  #pre-footer {
    padding: 10px 0; } }
@media only screen and (max-width: 790px) {
  .grid {
    width: 100%; }

  .hide-md {
    display: block; }

  #sidebar {
    width: 100%; }
    #sidebar #partners {
      display: none; }

  .col-3-4 {
    width: 100%; }

  #page article {
    margin-right: 0px; }

  #sidebar-nav {
    margin: 0 0 0 0;
    padding: 10px;
    margin-bottom: 30px; }
    #sidebar-nav li {
      float: left;
      width: auto;
      border: 0;
      padding: 0 7px;
      border-right: 1px solid rgba(0, 0, 0, 0.5); }
      #sidebar-nav li.first {
        padding-left: 0; }
      #sidebar-nav li.last {
        border-right: 0; }
      #sidebar-nav li a {
        border: 0;
        display: inline-block; }

  ul.breadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 15px; }

  h2 {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1; }

  #hero-bg {
    width: 100%;
    position: relative; }

  nav > ul > li > ul > li {
    width: 33.33%; }
    nav > ul > li > ul > li a {
      font-size: 0.8em; }

  #hero {
    height: auto;
    display: table; }
    #hero article {
      vertical-align: top;
      z-index: 1;
      position: relative;
      left: 0px;
      display: block;
      width: 100%; }
    #hero .module {
      background: #F45F0B;
      background: rgba(244, 95, 11, 0.2);
      padding: 10px;
      vertical-align: middle;
      width: 100%; }
    #hero h1 {
      color: #f45f0b;
      font-size: 1.5em; }
    #hero p {
      margin: 5px 0; }

  #action li {
    width: 100%; }
  #action a {
    border-bottom: 5px solid #00469d; }
  #action .content {
    height: auto !important;
    padding: 0 25px;
    position: relative; }
  #action h2 {
    margin: 10px 0; }
  #action .icon-next {
    top: 8px;
    right: 0px; }
  #action .cell {
    width: 100%; }
  #action .content {
    padding: 0 10px; }

  #partners {
    display: block; }
    #partners li {
      display: inline-block;
      padding: 0 20px;
      vertical-align: middle;
      margin-bottom: 20px; }
      #partners li img {
        max-width: 80%; }

  footer {
    padding: 2em 10px; }
    footer .grid > ul > .sub {
      width: 100%;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    footer li li {
      width: auto;
      clear: none;
      border-left: 1px solid rgba(255, 255, 255, 0.6);
      margin: 5px 0 0 0;
      padding: 7px; }
    footer span.push-down {
      display: block;
      margin-top: 0; }
    footer a {
      margin: 5px 0; } }
@media only screen and (max-width: 520px) {
  #main-logo {
    height: 50px;
    width: auto; }

  #liste_news .content {
    padding-right: 0;
    float: left; }
  #liste_news .image {
    float: left; }

  nav > ul > li > ul > li {
    width: 50%; }
    nav > ul > li > ul > li a {
      font-size: 0.8em; }

  .navbar-toggle {
    display: block;
    float: right;
    margin: 16px 10px 8px 0;
    background: #f45f0b;
    border-radius: 3px;
    border: none;
    width: 40px;
    height: 40px; }

  .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 0px;
    background: white;
    margin: 6px 0; }

  #services > .col-1-3 {
    float: none;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px; }
  #services img {
    margin-bottom: 10px;
    max-width: 200px; }

  #services p,
  #liste_news p {
    line-height: 1.2em; } }
#kesearch_num_results {
  color: #A5A5A5;
  margin-bottom: 1rem; }

.result_txt {
  color: #A5A5A5; }

.result-list-item {
  margin-bottom: 1.5rem; }

.result-number,
.result-title a {
  font-weight: bold;
  font-size: 1.1rem; }

.result-teaser .hit {
  font-weight: bold;
  color: red; }

.kesearch_pagebrowser p {
  float: left; }
.kesearch_pagebrowser ul {
  float: right; }
  .kesearch_pagebrowser ul li {
    float: left;
    display: block;
    padding: 0 2px;
    background: none; }
    .kesearch_pagebrowser ul li a {
      display: block; }

/* Accordion 2 */
.details {
  overflow: hidden;
  transition: height 300ms ease-in-out; }

.details:last-child {
  border-bottom: 0; }

.details__summary {
  color: #f45f0b;
  font-size: 1.25rem;
  padding: 1rem 2.75rem 1rem 0;
  border-top: 1px solid #dbdbdb; }

.details__summary:before,
.details__summary:after {
  content: "";
  position: absolute; }

.details__summary:before {
  right: 0.5rem;
  top: 16px;
  height: 2px;
  margin-top: -1px;
  width: 15px;
  background: #005ea8; }

@media (min-width: 1024px) {
  .details__summary:before {
    width: 30px;
    top: 50%;
    height: 3px;
    right: 1rem; } }
[open] .details__summary:before {
  transform: rotate(180deg);
  transition: transform 0.2s ease-out; }

.details__summary:after {
  right: calc(0.5rem + 6px);
  top: 23px;
  height: 15px;
  margin-top: -14px;
  width: 2px;
  background: #005ea8;
  transition: all 300ms ease-in-out; }

@media (min-width: 1024px) {
  .details__summary:after {
    right: calc(1rem + 13px);
    height: 30px;
    top: 50%;
    width: 3px; } }
[open] .details__summary:after {
  transform: rotate(90deg);
  transition: transform 0.2s ease-out; }

.details__summary {
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  transition: color 300ms ease-in-out; }

.details__summary::-webkit-details-marker {
  display: none; }

.details__summary:before,
.details__summary:after {
  content: "";
  position: absolute; }

.details__content {
  padding-bottom: 1rem; }

.glide__slides {
  margin: 0; }

.glide__track {
  position: relative; }

.hero {
  position: relative;
  margin-top: 0;
  height: 310px;
  background: #e9e9e9; }
  .hero .cell {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%; }
    .hero .cell .module {
      display: flex;
      align-items: center; }
      .hero .cell .module .inner {
        background: rgba(255, 255, 255, 0.75);
        padding: 10px 20px;
        vertical-align: middle;
        width: 380px; }
    .hero .cell .cta__mobile figure {
      margin-top: -20px;
      transform: rotate(5deg);
      text-align: right; }
    @media only screen and (min-width: 576px) {
      .hero .cell .cta__mobile {
        display: none; } }
    .hero .cell .cta {
      display: none; }
      @media only screen and (min-width: 576px) {
        .hero .cell .cta {
          display: flex;
          flex: 1 0 auto;
          padding: 2rem; } }
      .hero .cell .cta.cta__center {
        justify-content: center;
        align-items: center; }
      .hero .cell .cta.cta__left {
        justify-content: left;
        align-items: center; }
      .hero .cell .cta.cta__lefttop {
        justify-content: left; }
      .hero .cell .cta.cta__leftbottom {
        justify-content: left;
        align-items: flex-end; }
      .hero .cell .cta.cta__right {
        justify-content: flex-end;
        align-items: center; }
      .hero .cell .cta.cta__righttop {
        justify-content: flex-end;
        align-items: flex-start; }
      .hero .cell .cta.cta__rightbottom {
        justify-content: flex-end;
        align-items: flex-end; }
      .hero .cell .cta figure {
        display: flex;
        flex-direction: column;
        position: relative;
        transform: rotate(5deg); }
        @media only screen and (min-width: 768px) {
          .hero .cell .cta figure {
            background: rgba(255, 255, 255, 0.75); }
            .hero .cell .cta figure:before, .hero .cell .cta figure:after {
              z-index: 10;
              content: '';
              left: -19px;
              top: -5px;
              position: absolute;
              display: block;
              border: 1px solid rgba(244, 95, 11, 0.4);
              background: rgba(244, 95, 11, 0.2);
              width: 60px;
              height: 18px;
              transform: rotate(-15deg); }
            .hero .cell .cta figure:after {
              content: '';
              left: auto;
              right: -25px;
              transform: rotate(12deg); } }
        .hero .cell .cta figure img {
          box-shadow: -2px 0px 16px 0px rgba(255, 255, 255, 0.75);
          -webkit-box-shadow: -2px 0px 16px 0px rgba(255, 255, 255, 0.75);
          -moz-box-shadow: -2px 0px 16px 0px rgba(255, 255, 255, 0.75);
          position: relative;
          max-width: 50%; }
          @media only screen and (min-width: 768px) {
            .hero .cell .cta figure img {
              max-width: 100%; } }

.h-100 {
  height: 100%; }

.p-2 {
  padding: 0.5rem; }

.p-4 {
  padding: 1rem; }

.p-6 {
  padding: 1.5rem; }

.px-4 {
  padding: 0 0.5rem; }
  @media only screen and (min-width: 576px) {
    .px-4 {
      padding: 0 1rem; } }

.px-6 {
  padding: 0 1.5rem; }

.pt-16 {
  padding-top: 4rem; }

@media only screen and (min-width: 576px) {
  .-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

.-mx-4 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media only screen and (min-width: 576px) {
    .-mx-4 {
      margin-left: -1rem;
      margin-right: -1rem; } }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-2 {
  margin: 0.5rem 0; }

.my-4 {
  margin: 1rem 0; }

.my-6 {
  margin: 1.5rem 0; }

.mb-4 {
  margin-bottom: 1rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mt-6 {
  margin-top: 1.5rem; }

.mt-8 {
  margin-top: 2rem; }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.no_underline {
  text-decoration: none; }
  .no_underline:hover {
    text-decoration: none; }

.self-end {
  align-self: flex-end; }

.flex-1 {
  flex: 1 1 0%; }

.hidden {
  display: none; }

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

.word-break {
  word-break: break-word; }

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