@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
sup {
  top: -0.5em; }

/* line 201, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 267, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/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 306, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 328, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
/* line 2, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 60, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.round_button, .section_border a .button, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play, .video .video-wrapper .video_overlay .play, .video_jw .video_jw_wrapper .video_jw_overlay a .play {
  width: 56px;
  height: 56px;
  background: #3f85c2;
  border-radius: 0;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  /* line 70, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .round_button i, .section_border a .button i, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play i, .video .video-wrapper .video_overlay .play i, .video_jw .video_jw_wrapper .video_jw_overlay a .play i {
    width: 56px;
    height: 56px;
    text-align: center;
    padding-top: 12px;
    color: #ffffff;
    cursor: pointer; }
  /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .round_button:hover, .section_border a .button:hover, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play:hover, .video .video-wrapper .video_overlay .play:hover, .video_jw .video_jw_wrapper .video_jw_overlay a .play:hover {
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px  0px transparent;
    box-shadow: 0px 0px 0px 0px transparent; }
    /* line 80, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
    .round_button:hover i, .section_border a .button:hover i, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play:hover i, .video .video-wrapper .video_overlay .play:hover i, .video_jw .video_jw_wrapper .video_jw_overlay a .play:hover i {
      color: #ffffff; background-color: #96c6e8; }

/* line 86, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.section {
  position: relative; }

/* line 90, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.section_border {
  position: relative;
  height: 0px;
  width: 100%;
  top: -28px;
  margin-bottom: 0px;
  z-index: 99999999;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0); }
  /* line 101, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .section_border a .button {
    position: absolute;
    left: 50%;
    margin-left: -28px; }
  /* line 108, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .section_border a:focus .button {
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent }
    /* line 110, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
    .section_border a:focus .button i {
      color: #ffffff; }
  /* line 116, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .section_border:first-of-type {
    display: none; }

/* line 121, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.spacer + .section_border {
  display: none; }

/* line 125, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.border + .section {
  margin-top: -30px;
  padding-top: 30px; }

/* line 131, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.link {
  display: inline-block;
  color: #FFF;
  margin: 20px auto 0px;
  width: auto;
  text-align: center;
  z-index: 1;
  position: relative;
  background: #00519e;
  padding: 7px 21px;
  text-decoration: none;
  font-family: serif;
  font-style: italic; }

/* line 148, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
* {
  padding: 0;
  margin: 0; }

/* line 153, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
html, body {
  height: 100%;
  font-family: Tahoma, Verdana,  sans-serif; }

/* line 159, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.skrollr-desktop body {
  height: 100% !important; }

/* line 167, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
body {
  -webkit-overflow-scrolling: none;
  -webkit-tap-highlight-color: transparent;
  font-family: Tahoma, Verdana,  sans-serif;
  font-size: 16px;;
  line-height: 1.65em;
  letter-spacing: 0px;
  background: #00519e; }

/* line 175, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
div {
  box-sizing: border-box; }

/* line 179, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
ul {
  margin: 0px;
  padding: 0px; }

/* line 184, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
#load_icon {
  position: fixed;
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
  top: 40%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  color: #FFF;
  line-height: 24px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: .7;
  background-size: contain;
  background-image: url("../images/webapp_dfg/loader.gif"); }

/* line 205, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.full_bg, .featured ul li .bg_wrapper .bg, #preloader #preloader_logo, .quiz_qa .slick-slide .bg, .quiz_qa .slider_wrapper .slide .bg, .slider_gallery .slick-slide .bg, .slider_large .slick-slide .bg, .slider_large .slider_wrapper .slide .bg, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay, .video .video-wrapper .video_overlay, .video_jw .video_jw_wrapper .video_jw_overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* line 211, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.clear {
  clear: both; }

/* line 215, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.container {
  height: 100%; }

/* line 218, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
#page_wrapper {
  position: relative;
  top: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  background-color: #3f85c2; }

/* line 229, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.content {
  height: auto;
  position: relative;
  /*
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    */ }

/* line 248, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.spacer {
  position: relative;
  width: 100%;
  height: 75px;
  background: #000; }

/* line 255, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.error_message {
  position: absolute;
  top: 25%;
  width: 200px;
  color: #FFF;
  font-family: Tahoma, Verdana,  sans-serif;
  font-size: 24px;
  margin-left: -100px;
  left: 50%;
  text-align: center; }

/* line 267, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.start_overlay {
  position: fixed;
  bottom: -120px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999999999;
  text-align: center;
  padding-top: 40px;
  -webkit-transition: bottom, 1s, ease;
  -moz-transition: bottom, 1s, ease;
  transition: bottom, 1s, ease; }
  /* line 278, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .start_overlay a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Verdana,  sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1em; }
    /* line 284, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
    .start_overlay a:hover {
      text-decoration: underline; }
  /* line 289, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .start_overlay .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/webapp_dfg/close.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  /* line 302, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
  .start_overlay.active {
    bottom: 0;
    -webkit-transition: bottom, 1s, ease;
    -moz-transition: bottom, 1s, ease;
    transition: bottom, 1s, ease; }

/* line 308, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
.language-switch {
  position: fixed;
  right: 0px;
  top: 100px;
  width: 40px;
  height: 40px;
  background: #000;
  z-index: 9999999; }

/* line 320, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/_general.scss */
html.ipad .slider_large h1, html.ipad .slider_large h2, html.ipad .pie_charts h1, html.ipad .pie_charts h2, html.ipad .bar_charts h1, html.ipad .bar_charts h2, html.ipad .img_header h1, html.ipad .img_header h2, html.ipad .text_image h1, html.ipad .text_image h2, html.ipad .text_two_col h1, html.ipad .text_two_col h2, html.ipad .video_jw h1, html.ipad .video_jw h2 {
  letter-spacing: -1px !important; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
.bar_charts {
  margin-bottom: -1px;
  padding: 100px 0px;
  background: #e6eff9; }
  /* line 7, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
  .bar_charts .wrapper {
    text-align: center; }
    /* line 9, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
    .bar_charts .wrapper h2 {
      margin: 0px 0px 30px;
      text-transform: none;
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 45px;
      letter-spacing: 0px;
      line-height: 1em;
      color: #00519e;
      font-weight: normal;}
    /* line 15, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
    .bar_charts .wrapper .bar_chart {
      width: 265px;
      display: inline-block; }
      /* line 18, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
      .bar_charts .wrapper .bar_chart h3 {
        text-align: left;
        text-transform: none;
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 1em;
        color: #00519e;
        font-weight: normal;}
      /* line 24, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
      .bar_charts .wrapper .bar_chart .chart {
        height: auto;
        width: 190px;
        margin: 13px 0 0 0; }
        /* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
        .bar_charts .wrapper .bar_chart .chart .bar {
          margin: 10px 0px;
          background: #b4d5ed;
          height: 16px; }
          /* line 31, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
          .bar_charts .wrapper .bar_chart .chart .bar span {
            display: block;
            height: 16px;
            width: 100%; }
  /* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts.scss */
  .bar_charts .legend {
    padding: 40px 0px 10px;
    text-align: center;
    color: #00519e;}

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
.bar_charts_vertical {
  margin-bottom: -1px;
  padding: 100px 0px;
  background: #F5F1EE; }
  /* line 7, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
  .bar_charts_vertical .wrapper {
    text-align: center;
    position: relative; }
    /* line 10, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
    .bar_charts_vertical .wrapper .labelY {
      position: absolute;
      top: 60px;
      left: 50%;
      margin-left: -350px;
      font-size: 12px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 19, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
    .bar_charts_vertical .wrapper .labelX {
      position: absolute;
      top: 450px;
      right: 50%;
      margin-right: -320px;
      font-size: 12px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 27, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
    .bar_charts_vertical .wrapper h2 {
      margin: 0px 0px 30px;
      text-transform: uppercase;
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 42px;
      letter-spacing: 0px;
      line-height: 1em;
      color: #333; }
    /* line 33, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
    .bar_charts_vertical .wrapper .bar_chart_vertical {
      width: 100%; }
      /* line 35, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
      .bar_charts_vertical .wrapper .bar_chart_vertical canvas {
        max-width: 600px;
        max-height: 400px; }
  /* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_bar_charts_vertical.scss */
  .bar_charts_vertical .legend {
    padding: 40px 0px 10px;
    text-align: center; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
.featured {
  background: #00519e;
  color: #FFF;
  padding: 100px 10%; }
  /* line 9, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
  .featured ul {
    margin: 0 auto;
    padding: 0;
    width: auto;
    list-style: none;
    max-width: 960px; }
    /* line 15, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
    .featured ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-bottom: 50px;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden; }
      /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_span-columns.scss */
      .featured ul li:last-child {
        margin-right: 0; }
      /* line 82, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_omega.scss */
      .featured ul li:nth-child(3n) {
        margin-right: 0; }
      /* line 87, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_omega.scss */
      .featured ul li:nth-child(3n+1) {
        clear: left; }
      /* line 23, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
      .featured ul li a {
        text-decoration: none; }
        /* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
        .featured ul li a:focus .bg_overlay {
          opacity: 0.5; }
      /* line 31, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
      .featured ul li .bg_wrapper {
        position: relative;
        width: 100%;
        height: 180px;
        overflow: hidden; }
        /* line 40, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
        .featured ul li .bg_wrapper .bg {
          width: 100%;
          height: 100%;
          -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.5s ease;
          -moz-transition: -moz-transform 0.2s ease, box-shadow 0.5s ease;
          transition: transform 0.2s ease, box-shadow 0.5s ease;
          -webkit-backface-visibility: hidden;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        /* line 54, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
        .featured ul li .bg_wrapper .bg_overlay {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          background: #FFF;
          opacity: 0; }
        /* line 64, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
        .featured ul li .bg_wrapper:hover .bg_overlay, .featured ul li .bg_wrapper:focus .bg_overlay {
          opacity: 0.5; }
      /* line 69, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
      .featured ul li .fc {
        -webkit-backface-visibility: hidden;
        color: #fff; }
      /* line 73, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
      .featured ul li h3 {
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 23px;
        letter-spacing: 0px;
        line-height: 1em;
        margin: 23px 0px 8px;
        text-transform: none; 
        font-weight: normal;}
        /* line 77, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
        .featured ul li h3 a {
          color: #FFF;
          text-decoration: none; }
          /* line 80, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
          .featured ul li h3 a:focus {
            text-decoration: underline; }
        /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
        .featured ul li h3:hover a {
          text-decoration: underline; }
      /* line 90, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_featured.scss */
      .featured ul li p {
        margin-top: 0;
        font-size: 16px;;
        line-height: 21px;
        font-style: normal; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer.scss */
footer {
  position: relative;
  /*height: 140px;*/
  height: auto;
  color: #FFF;
  box-sizing: border-box;
  background: #00519e;
  z-index: 99999; }
  /* line 9, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer.scss */
  footer > .wrapper {
    max-width: 100%;
    padding: 35px 10%; }
    /* line 14, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer.scss */
    footer > .wrapper p {
      display: inline-block;
      margin: 0 10px 0 20px;
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 14px;
      line-height: 1.3em; }
      /* line 19, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer.scss */
      footer > .wrapper p a {
        color: #FFF;
        text-decoration: none; }
        /* line 22, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer.scss */
        footer > .wrapper p a:hover {
          text-decoration: underline; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
.footer_binder {
  position: relative;
  background: #FFF;
  color: #00519e;
  padding: 80px 10% 80px;
  z-index: 2; }
  /* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder .wrapper {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-family:Tahoma;
    font-size: 16px;;
    line-height: 1.65em;
    letter-spacing: 0px;
    max-width: 960px;
    margin: 0 auto;
    text-align: left; }
    /* line 20, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
    .footer_binder .wrapper img {
      height: 100%; }
    /* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
    .footer_binder .wrapper p {
      margin: 10px 30px 10px 0;
      font-size: inherit; }
      /* line 29, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
      .footer_binder .wrapper p:first-child {
        margin-top: 0px; }
      /* line 32, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
      .footer_binder .wrapper p.ital {
        font-style: italic; }
  /* line 38, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder:after, .footer_binder:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  /* line 48, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #00519e;
    border-width: 20px;
    margin-left: -20px; }
  /* line 54, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #00519e;
    border-width: 20px;
    margin-left: -20px; }
  /* line 61, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder.one_col .wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center; }
  /* line 68, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder.left .wrapper {
    text-align: left; }
  /* line 71, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder.left img {
    float: left;
    padding-right: 20px; }
  /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder.right .wrapper {
    text-align: right; }
  /* line 81, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_footer_binder.scss */
  .footer_binder.right img {
    float: right;
    padding-left: 20px; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
header {
  position: fixed;
  top: -100px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: transparent;
  z-index: 999999999;
  -webkit-transition: top 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: top 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: top 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-overflow-scrolling: touch; }
  /* line 11, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header.loaded {
    top: 0px;
    -webkit-transition: top 1s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: top 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: top 1s cubic-bezier(0.7, 0, 0.3, 1); }
  /* line 17, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header #logo_wrapper, header #logo_wrapper_unlinked {
    position: absolute;
    padding: 25px 10px 0px;
    background: #FFF;
    top: 0px;
    left: 10%;
    height: 83px; }
    /* line 24, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    header #logo_wrapper img, header #logo_wrapper_unlinked img {
      vertical-align: top;
      height: auto; }
      /* line 28, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      header #logo_wrapper img.webapp_logo_large, header #logo_wrapper_unlinked img.webapp_logo_large {
        width: 180px; }
      /* line 31, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      header #logo_wrapper img.webapp_logo, header #logo_wrapper_unlinked img.webapp_logo {
        width: 160px; }
      /* line 34, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      header #logo_wrapper img.webapp_logo2, header #logo_wrapper_unlinked img.webapp_logo2 {
        width: 100px; }
  /* line 40, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header #logo_wrapper {
    display: block; }
  /* line 44, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header #mobile_menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
    padding: 30px 0px 20px;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    -webkit-user-drag: none; }
    /* line 60, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    header #mobile_menu > ul {
      padding-top: 0px;
      -webkit-transform: translateZ(0);
      -webkit-user-drag: none; }
      /* line 65, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      header #mobile_menu > ul > li {
        cursor: pointer;
        display: block;
        padding: 10px 10%;
        margin: 0;
        color: #00519e;
        font-family: sans-serif;
        font-size: 16px;;
        text-transform: none;
        letter-spacing: 1px;
        vertical-align: top;
        line-height: 36px;
        -webkit-user-drag: none; }
        /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        header #mobile_menu > ul > li > i {
          font-size: 1.8em;
          margin-left: 10px;
          -webkit-transition: -webkit-transform 0.5s ease;
          -moz-transition: -moz-transform 0.5s ease;
          transition: transform 0.5s ease; }
          /* line 82, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          header #mobile_menu > ul > li > i.fa-globe {
            margin-left: 0px; }
        /* line 86, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        header #mobile_menu > ul > li > ul {
          list-style: none;
          overflow: hidden;
          max-height: 0;
          -webkit-transition: max-height 0.5s ease;
          -moz-transition: max-height 0.5s ease;
          transition: max-height 0.5s ease;
          margin-left: -13%;
          margin-right: -13%;
          -webkit-user-drag: none; }
          /* line 94, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          header #mobile_menu > ul > li > ul > li {
            padding: 10px 15% 10px;
            line-height: 28px;
            background: #fffff;
            -webkit-user-drag: none; }
            /* line 99, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
            header #mobile_menu > ul > li > ul > li:first-child {
              margin-top: 10px; }
            /* line 102, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
            header #mobile_menu > ul > li > ul > li a {
              color: #00519e;
              text-decoration: none;
              font-family: sans-serif;
              font-size: 14px;
              font-weight: 100;
              text-transform: none;
              letter-spacing: 1px; }
        /* line 115, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        header #mobile_menu > ul > li.expanded > i {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
          /* line 117, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          header #mobile_menu > ul > li.expanded > i.fa-globe {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); }
        /* line 121, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        header #mobile_menu > ul > li.expanded > ul {
          max-height: 600px; }
  /* line 131, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header #mobile_menu_button {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 5px;
    border-radius: 0px;
    float: right;
    margin: 10px 10px 0px 0px;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    /* line 148, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    header #mobile_menu_button.close {
      background-image: url(../images/webapp_dfg/close_mobile.png); }
    /* line 151, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    header #mobile_menu_button.bars {
      background-image: url(../images/webapp_dfg/menu.png);
      padding-top: 3px; }
  /* line 157, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header nav {
    position: absolute;
    top: 33px;
    right: 6%; }
    /* line 162, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    header nav ul li {
      display: inline-block;
      color: #3f85c2;
      cursor: pointer;
      margin: 0px 13px; }
      /* line 167, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      header nav ul li button {
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: none;
        background: transparent;
        color: #00519e;
        border: none;
        outline: none; }
        /* line 176, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        header nav ul li button.home {
          width: 24px;
          height: 22px;
          background-image: url(../images/webapp_dfg/home.png);
          background-size: 22px 20px;
          background-repeat: no-repeat;
          background-position: center -1px;
          vertical-align: top; }
      /* line 187, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      header nav ul li.active, header nav ul li:hover, header nav ul li.hover {
        border-bottom: 2px solid #00519e; }
  /* line 194, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  header #header_bar {
    background: #FFFFFF;
    height: 80px;
    width: 100%; }

/* line 207, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
#sub_menu {
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 0px;
  background: #00519e;
  z-index: -50;
  overflow: hidden;
  -webkit-transform: translateY(-360px);
  -moz-transform: translateY(-360px);
  -ms-transform: translateY(-360px);
  -o-transform: translateY(-360px);
  transform: translateY(-360px);
  -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: height 0.3s ease, -moz-transform 0.3s ease;
  transition: height 0.3s ease, transform 0.3s ease; }
  /* line 219, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  #sub_menu .controls {
    position: absolute;
    top: 50px;
    cursor: pointer; }
    /* line 223, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    #sub_menu .controls svg {
      -webkit-transform: scale(0.5, 0.5);
      -moz-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      -o-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    /* line 227, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    #sub_menu .controls.prev {
      left: 30px; }
    /* line 231, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    #sub_menu .controls.next {
      right: 30px; }
    /* line 235, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    #sub_menu .controls.slick-disabled {
      display: none !important; }
  /* line 240, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  #sub_menu.expanded {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  /* line 244, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
  #sub_menu > .sub_menu_item {
    width: 100%;
    position: absolute;
    max-width: 960px;
    top: -300px;
    left: 50%;
    margin-left: -480px;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease; }
    /* line 254, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    #sub_menu > .sub_menu_item.active {
      -webkit-transform: translateY(300px);
      -moz-transform: translateY(300px);
      -ms-transform: translateY(300px);
      -o-transform: translateY(300px);
      transform: translateY(300px);
      -webkit-transition: -webkit-transform 0.3s ease 0.3s;
      -moz-transition: -moz-transform 0.3s ease 0.3s;
      transition: transform 0.3s ease 0.3s; }
    /* line 259, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
    #sub_menu > .sub_menu_item ul {
      width: 100%;
      max-width: 960px;
      margin-top: 50px; }
      /* line 264, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
      #sub_menu > .sub_menu_item ul li {
        position: relative;
        width: 200px;
        max-width: 300px !important;
        height: 200px;
        display: inline-block;
        margin: 0px 10px; }
        /* line 271, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li a {
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none; }
        /* line 278, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li .social {
          width: 100%;
          height: 160px;
          overflow: hidden;
          text-align: center;
          cursor: pointer; }
          /* line 284, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          #sub_menu > .sub_menu_item ul li .social i {
            color: #FFF;
            padding-top: 15%; }
        /* line 291, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li .bg_wrapper {
          width: 100%;
          height: 160px;
          overflow: hidden;
          position: relative; }
          /* line 296, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          #sub_menu > .sub_menu_item ul li .bg_wrapper .bg {
            position: relative;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-transition: -webkit-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            transition: transform 0.3s ease;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0); }
          /* line 306, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          #sub_menu > .sub_menu_item ul li .bg_wrapper .bg_overlay {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: #00519e;
            opacity: 0;
            z-index: 9999; }
        /* line 320, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li p {
          color: #FFF;
          padding: 5px 0;
          margin-top: 10px;
          font-family: Tahoma, Verdana,  sans-serif;
          font-size: 20px;
          letter-spacing: 1px;
          text-align: center; }
        /* line 328, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li:hover p, #sub_menu > .sub_menu_item ul li.hover p, #sub_menu > .sub_menu_item ul li.active p {
          text-decoration: underline; }
        /* line 331, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li:hover .bg_overlay, #sub_menu > .sub_menu_item ul li.hover .bg_overlay, #sub_menu > .sub_menu_item ul li.active .bg_overlay {
          opacity: 0.5; }
        /* line 334, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
        #sub_menu > .sub_menu_item ul li:hover .social, #sub_menu > .sub_menu_item ul li.hover .social, #sub_menu > .sub_menu_item ul li.active .social {
          background: #FFF; }
          /* line 336, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_header.scss */
          #sub_menu > .sub_menu_item ul li:hover .social i, #sub_menu > .sub_menu_item ul li.hover .social i, #sub_menu > .sub_menu_item ul li.active .social i {
            color: #000; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
.img_header {
  position: relative;
  width: 100%;
  height: -webkit-calc(100% - 75px);
  height: calc(100% - 75px);
  background: transparent center no-repeat;
  background: transparent !important;
  background-size: cover; }
  /* line 9, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
  .img_header .img_header_content {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    max-width: 480px;
    height: auto;
    padding: 0;
    text-align: left; }
    /* line 20, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content .wrapper {
      float: left;
      display: block;
      text-align: left;
      padding: 10% 0; }
    /* line 27, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content h1.black, .img_header .img_header_content p.black {
      color: #333; }
    /* line 30, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content h1.white, .img_header .img_header_content p.white {
      color: #FFF; }
    /* line 35, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content h1 {
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 45px;
      font-weight: normal;
      letter-spacing: 0px;
      line-height: 1em;
      margin-top: 0px;
      display: inline-block; }
    /* line 40, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content p {
      margin: 30px auto 0px;
      font-family:Tahoma;
      font-size: 16px;;
      line-height: 1.65em;
      letter-spacing: 0px; }
      /* line 44, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
      .img_header .img_header_content p a {
        color: #00519e;
        text-decoration: none;
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        background-image: url("../images/webapp_dfg/icon_link_intern.gif");
        background-size: 8px 12px;
        background-position: left center;
        background-repeat: no-repeat; }
        /* line 55, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
        .img_header .img_header_content p a:hover {
          text-decoration: underline; }
    /* line 61, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content i {
      display: block; }
    /* line 64, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
    .img_header .img_header_content a {
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      font-style: normal;
      margin: 30px 0 0 10px;
      background: transparent;
      border: 2px solid #ffffff;
      padding: 5px 28px}
      /* line 70, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_header.scss */
      .img_header .img_header_content a:hover, .img_header .img_header_content a:focus {
        text-decoration: none; 
        background: #ffffff!important;
        color: #3f85c2;}

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
.image_large {
  position: relative;
  width: 100%;
  background: transparent center no-repeat;
  margin-bottom: -1px;
  background-size: cover;
  overflow: hidden;
  height: -webkit-calc(100% - 75px);
  height: calc(100% - 75px); }
  /* line 11, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
  .image_large .gap, .image_large .gap-img {
    height: 85%; }
  /* line 15, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
  .image_large .gap-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  /* line 21, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
  .image_large a.enlarge {
    outline: none;
    display: block;
    position: absolute;
    bottom: 12%;
    right: 6%;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    padding-top: 8px; }
    /* line 34, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
    .image_large a.enlarge i {
      color: #FFF; }
    /* line 38, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
    .image_large a.enlarge:hover {
      cursor: pointer;
      background: white; }
      /* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
      .image_large a.enlarge:hover i {
        color: #000; }
  /* line 48, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
  .image_large .caption {
    background: #8f989d;
    text-align: left;
    font-size: 12px;
    height: 15%;
    color: #ffffff;
    padding: 0 11%;
    line-height: 15px;}
    /* line 54, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
    .image_large .caption p {
      padding: 35px 0px; }
  /* line 59, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
  .image_large.full .gap, .image_large.full .gap-img {
    height: 100%; }
  /* line 62, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_image_large.scss */
  .image_large.full a.enlarge {
    bottom: 20px; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0; }

/* line 8, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image-wrapper-50 {
  width: 50%;
  top: 0; }

/* line 13, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image-wrapper-100 {
  width: 100%;
  height: 100%;
  top: 0; }
  /* line 17, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
  .parallax-image-wrapper-100.pad {
    top: 20%; }

/* line 21, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* line 32, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image-50 {
  width: 100%;
  height: 120%;
  top: 0; }

/* line 37, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image-100 {
  width: 100%;
  height: 120%;
  top: 0; }

/* line 42, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.parallax-image.skrollable-between {
  display: block; }

/* line 45, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.no-skrollr .parallax-image-wrapper {
  display: none !important; }

/* line 48, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
#skrollr-body {
  padding-top: 0px;
  height: 100%;
  overflow: visible;
  position: relative; }

/* line 54, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.gap {
  background: transparent center no-repeat;
  background-size: cover;
  height: 100%; }

/* line 59, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.skrollr .gap {
  background: transparent !important; }

/* line 63, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.header, .content {
  background: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 70, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
.content-full {
  height: 90%; }

/* line 73, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_parallax.scss */
#done {
  height: 100%; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 500; } }
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 500; } }
@keyframes dash {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 500; } }
/* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
.pie_charts {
  margin-bottom: -1px;
  padding: 100px 0px;
  background: #e6eff9; }
  /* line 18, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
  .pie_charts .wrapper {
    text-align: center; }
    /* line 20, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
    .pie_charts .wrapper h2 {
      margin: 0px 0px 10px;
      text-transform: none;
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 45px;
      letter-spacing: 0px;
      line-height: 1em;
      color: #00519e; 
      font-weight: normal;}
    /* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
    .pie_charts .wrapper .pie_chart {
      width: 190px;
      display: inline-block;
      margin: 90px 70px 80px 10px;
      vertical-align: top; }
      /* line 31, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
      .pie_charts .wrapper .pie_chart h3 {
        text-align: left; }
      /* line 34, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
      .pie_charts .wrapper .pie_chart p {
        font-family:Tahoma;
        font-size: 16px;;
        line-height: 1.65em;
        letter-spacing: 0px;
        color: #00519e; }
      /* line 38, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
      .pie_charts .wrapper .pie_chart .chart {
        width: 100%;
        position: relative; }
        /* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
        .pie_charts .wrapper .pie_chart .chart .value {
          font-size: 1.5em;
          position: absolute;
          top: 40%;
          width: 80px;
          text-align: center;
          left: 55px;
          font-family: Tahoma, Verdana,  sans-serif;
          font-size: 28px;
          letter-spacing: 0px;
          line-height: 1em;
          color: #00519e; }
        /* line 51, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
        .pie_charts .wrapper .pie_chart .chart svg {
          width: 190px;
          height: 190px; }
          /* line 54, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
          .pie_charts .wrapper .pie_chart .chart svg circle.outer {
            fill: #b4d5ed; }
          /* line 57, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
          .pie_charts .wrapper .pie_chart .chart svg circle.inner {
            fill: #e6eff9; }
  /* line 79, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_pie_charts.scss */
  .pie_charts .legend {
    padding: 10px 10%;
    text-align: center;
    max-width: 960px;
    margin: 0 auto; 
    color: #00519e;}

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
#preloader {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #FFF;
  box-sizing: border-box;
  z-index: 5000; }
  /* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
  #preloader #preloader_logo {
    width: 200px;
    height: 75px;
    margin: 20% auto 30px;
    background-image: url(../images/webapp_dfg/dfg_logo.png);
    background-size: contain; }
  /* line 22, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
  #preloader #preloader_loader svg path {
    fill: none;
    stroke-width: 6; }
    /* line 25, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
    #preloader #preloader_loader svg path.preloader_loader_circlebg {
      stroke: #cccccc; }
    /* line 28, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
    #preloader #preloader_loader svg path.preloader_loader_circle {
      transition: stroke-dashoffset 0.2s;
      stroke-dashoffset: 20;
      stroke-dasharray: 20;
      stroke: #000; }
  /* line 36, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
  #preloader #preloader_loader .preloader_loader_inner {
    display: block;
    margin: 0 auto; }

/* line 44, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
body.loading #preloader_loader {
  opacity: 1;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation-delay: 0.2s; }

/* line 55, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
body.loaded #preloader {
  position: absolute;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1); }
/* line 65, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
body.loaded #preloader_loader {
  -webkit-transform: scale(0.3, 0.3);
  -moz-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  -o-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1); }

/* line 71, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_preloader.scss */
.layout-switch #preloader_loader {
  position: absolute; }

@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate(0, 800px); } }
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    transform: translate(0, -100%) scale(0.3, 0.3); } }
@keyframes animLoadedHeader {
  to {
    transform: translate(0, -100%); } }
/* CSS Document */
/*GENERAL SETTINGS*/

/* Slider */
/* line 40, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 55, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 62, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 70, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 75, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 83, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 89, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 95, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 99, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 103, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 107, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 110, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 113, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 119, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 123, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 127, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 131, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
/* line 142, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  /* line 158, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    /* line 162, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 166, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

/* line 170, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 179, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-prev {
  left: 25px; }
  /* line 181, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 185, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-prev:before {
    content: "?"; }
    /* line 187, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
    [dir="rtl"] .slick-prev:before {
      content: "?"; }

/* line 192, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-next {
  right: 25px; }
  /* line 194, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 198, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-next:before {
    content: "?"; }
    /* line 200, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
    [dir="rtl"] .slick-next:before {
      content: "?"; }

/* Dots */
/* line 208, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-slider {
  margin-bottom: 30px; }

/* line 211, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  /* line 220, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 229, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 241, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 243, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 248, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 267, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slick.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
.slider_gallery {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background: #FFF;
  max-height: 95% !important; }
  /* line 8, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
  .slider_gallery .gallery_wrapper {
    width: 100%;
    height: 100%;
    margin: 0; }
    /* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
    .slider_gallery .gallery_wrapper > button {
      position: absolute;
      top: 31.5%;
      width: 40px;
      height: 80px;
      z-index: 600;
      opacity: 1;
      cursor: pointer;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: translate3d(0, 0, 0);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease;
      -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease;
      transition: transform 0.5s ease, opacity 0.3s ease; }
      /* line 22, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .gallery_wrapper > button::before {
        display: none;
        content: ""; }
      /* line 32, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .gallery_wrapper > button.slick-prev {
        left: 20px;
        background-image: url("../images/webapp_dfg/arrow_left.png"); }
      /* line 36, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .gallery_wrapper > button.slick-next {
        right: 20px;
        background-image: url("../images/webapp_dfg/arrow_right.png"); }
      /* line 40, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .gallery_wrapper > button:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
      /* line 43, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .gallery_wrapper > button.inactive {
        cursor: default;
        opacity: 0.3;
        -webkit-transform: scale(0.7, 1);
        -moz-transform: scale(0.7, 1);
        -ms-transform: scale(0.7, 1);
        -o-transform: scale(0.7, 1);
        transform: scale(0.7, 1); }
  /* line 52, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
  .slider_gallery .slick-list, .slider_gallery .slick-track, .slider_gallery .slick-slide {
    height: 100%; }
  /* line 56, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
  .slider_gallery .slick-dots {
    bottom: 25%;
    z-index: 99999;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0); }
    /* line 61, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
    .slider_gallery .slick-dots li, .slider_gallery .slick-dots li.slick-active {
      margin: 0 10px;
      background: transparent;
      color: transparent;
      width: 16px;
      height: 16px; }
      /* line 68, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .slick-dots li button::before, .slider_gallery .slick-dots li.slick-active button::before {
        content: "";
        color: #111;
        font-size: 45px;
        background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 0;
        opacity: 1;
        width: 18px;
        height: 2px; }
      /* line 79, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .slick-dots li button.focused, .slider_gallery .slick-dots li.slick-active button.focused {
        border: 1px dashed #111; }
      /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .slick-dots li.slick-active button::before, .slider_gallery .slick-dots li.slick-active.slick-active button::before {
        background: #111; }
  /* line 94, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
  .slider_gallery .slick-slide {
    position: relative; }
    /* line 99, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
    .slider_gallery .slick-slide .bg {
      position: relative;
      width: 100%;
      height: 70%;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    /* line 108, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
    .slider_gallery .slick-slide .caption {
      width: 80%;
      margin: 0 10%;
      height: 30%;
      position: relative;
      text-align: center; }
      /* line 114, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
      .slider_gallery .slick-slide .caption p {
        font-family:Tahoma;
        font-size: 14px;
        line-height: 1.65em;
        letter-spacing: 0px;
        line-height: 22px;
        width: 100%;
        display: none;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%); }
        /* line 123, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
        .slider_gallery .slick-slide .caption p a {
          color: #00519e;
          text-decoration: none;
          position: relative;
          padding-left: 15px; }
          /* line 128, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
          .slider_gallery .slick-slide .caption p a::before {
            content: "";
            background-image: url("../images/webapp_dfg/icon_link_intern.gif");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            width: 13px;
            height: 12px;
            position: absolute;
            top: 3px;
            left: 1px; }
          /* line 141, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
          .slider_gallery .slick-slide .caption p a:hover {
            text-decoration: underline; }
    /* line 148, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
    .slider_gallery .slick-slide.slick-active .bg {
      filter: none;
      /* IE6-9 */
      -webkit-filter: grayscale(0%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    /* line 153, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_gallery.scss */
    .slider_gallery .slick-slide.slick-active .caption p {
      display: block; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
.slider_large {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  height: -webkit-calc(100% - 75px);
  height: calc(100% - 75px); }
  /* line 8, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
  .slider_large .slick-list, .slider_large .slick-track, .slider_large .slick-slide {
    height: 100%; }
  /* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
  .slider_large .slick-dots {
    bottom: 10%;
    z-index: 99999;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0); }
    /* line 17, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
    .slider_large .slick-dots li, .slider_large .slick-dots li.slick-active {
      margin: 0 10px;
      background: transparent;
      color: transparent;
      width: 16px;
      height: 16px; }
      /* line 24, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slick-dots li button::before, .slider_large .slick-dots li.slick-active button::before {
        content: "";
        color: #FFF;
        font-size: 45px;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 0;
        opacity: 1;
        width: 18px;
        height: 2px; }
      /* line 35, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slick-dots li button.focused, .slider_large .slick-dots li.slick-active button.focused {
        border: 1px dashed #fff; }
      /* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slick-dots li.slick-active button::before, .slider_large .slick-dots li.slick-active.slick-active button::before {
        background: #ffffff; }
  /* line 50, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
  .slider_large .slick-slide {
    position: relative; }
    /* line 53, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
    .slider_large .slick-slide .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  /* line 64, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
  .slider_large .controls {
    position: absolute;
    top: 40%;
    width: 80px;
    height: 160px;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
    z-index: 99999;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease;
    transition: transform 0.5s ease, opacity 0.3s ease; }
    /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
    .slider_large .controls.prev {
      left: 40px; }
    /* line 81, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
    .slider_large .controls.next {
      right: 40px; }
    /* line 87, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
    .slider_large .controls.inactive {
      cursor: default;
      opacity: 0.3;
      -webkit-transform: scale(0.7, 1);
      -moz-transform: scale(0.7, 1);
      -ms-transform: scale(0.7, 1);
      -o-transform: scale(0.7, 1);
      transform: scale(0.7, 1); }
  /* line 93, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
  .slider_large .slider_wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    /* line 97, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
    .slider_large .slider_wrapper .slide {
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center; }
      /* line 102, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slider_wrapper .slide .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 0; }
      /* line 111, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slider_wrapper .slide h2 {
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1em;
        color: #FFF;
        margin: 17% auto 0;
        min-width: 400px;
        text-align: center;
        z-index: 1;
        position: relative;
        text-transform: uppercase;
        display: inline-block;
        padding: 5px 15px; }
      /* line 123, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slider_wrapper .slide p {
        color: #FFF;
        margin: 10px auto 35px;
        width: auto;
        text-align: center;
        z-index: 1;
        position: relative;
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 52px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 15px 15px 20px; }
      /* line 138, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slider_wrapper .slide a {
        display: inline-block;
        color: #FFF;
        margin: -5px auto 0px;
        width: auto;
        text-align: center;
        z-index: 1;
        position: relative;
        background: transparent;
        padding: 5px 28px;
        text-decoration: none;
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        font-style: normal; 
        border: 2px solid #ffffff;
        }
        /* line 153, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
        .slider_large .slider_wrapper .slide a:hover, .slider_large .slider_wrapper .slide a:focus {
          text-decoration: none;
          background-color: #ffffff;
          color: #00519e; }
      /* line 158, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
      .slider_large .slider_wrapper .slide.video_jw {
        max-height: 100%;
        height: 100%;
        overflow: hidden; }
        /* line 163, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
        .slider_large .slider_wrapper .slide.video_jw a {
          background: transparent; }
        /* line 166, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
        .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper {
          height: 100%;
          overflow: hidden;
          padding-bottom: 0;
          position: relative; }
          /* line 172, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
          .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_controls {
            display: none;
            position: absolute;
            top: 0;
            width: 100%;
            height: 60px;
            z-index: 9999999; }
            /* line 179, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
            .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_controls .close {
              float: right;
              cursor: pointer;
              width: 50px;
              height: 50px;
              border-radius: 25px;
              background: #00519e;
              margin-top: 20px;
              margin-right: 20px;
              padding-top: 10px;
              padding-left: 10px; }
              /* line 190, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
              .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_controls .close .img {
                width: 30px;
                height: 30px;
                background-image: url(../images/webapp_dfg/close.png);
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat; }
              /* line 199, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
              .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_controls .close:hover {
                background: #000; }
          /* line 205, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
          .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99; }
            /* line 214, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
            .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay .wrapper {
              text-align: center; }
            /* line 218, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
            .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay h2 {
              font-family: Tahoma, Verdana,  sans-serif;
              font-size: 20px;
              font-weight: normal;
              letter-spacing: 0px;
              line-height: 1em;
              display: inline-block;
              min-width: 200px;
              margin: 15% auto 0;
              text-align: center;
              text-transform: uppercase;
              color: #FFF;
              padding: 5px 15px; }
            /* line 229, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
            .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay p {
              font-style: normal;
              font-weight: normal;
              font-family: Tahoma, Verdana,  sans-serif;
              text-align: center;
              text-transform: none;
              font-size: 42px;
              padding: 15px 15px 40px;
              color: #FFF;
              display: inline-block; }
            /* line 240, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
            .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play {
              position: relative;
              left: 50%;
              margin-left: -20px;
              width: 60px;
              height: 60px;
              border-radius: 0px; }
              /* line 248, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
              .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play i {
                width: 54px;
                height: 54px;
                font-size: 24px;
                padding-left: 4px;
                padding-top: 8px; }
            /* line 257, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
            .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a:focus .play {
              -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
              -moz-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
              box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.5); }
              /* line 259, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
              .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a:focus .play i {
                color: #ffffff; }
          /* line 267, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_slider_large.scss */
          .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .jwplayer {
            max-height: 100%; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
.text_block {
  background: #00519e;
  text-align: center; }
  /* line 5, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block.left aside {
    float: left;
    padding-right: 0px; }
    /* line 8, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
    .text_block.left aside .wrapper {
      margin-right: 10%; }
  /* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block.left .text_content {
    float: left; }
  /* line 17, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block.right aside {
    float: right;
    padding-left: 0px; }
    /* line 20, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
    .text_block.right aside .wrapper {
      margin-left: 10%; }
  /* line 24, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block.right .text_content {
    float: left; }
  /* line 29, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block > .wrapper {
    display: inline-block;
    max-width: 960px;
    width: 80%;
    margin: 0px 10%;
    padding: 100px 0;
    text-align: left; }
  /* line 39, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    font-family: Tahoma, Verdana,  sans-serif;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1em; }
    /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_span-columns.scss */
    .text_block aside:last-child {
      margin-right: 0; }
    /* line 42, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
    .text_block aside .wrapper {
      border-top: 3px solid #ffffff;
      padding-top: 10px;
      line-height: 1.15em;
      text-transform: none;
      font-weight: normal;
      margin: 0;
      color: #ffffff; }
  /* line 52, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
  .text_block .text_content {
    margin-top: -12px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    max-width: 600px;
    margin-right: 0;
    color: #333; }
    /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_span-columns.scss */
    .text_block .text_content:last-child {
      margin-right: 0; }
    /* line 58, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
    .text_block .text_content.full {
      max-width: 100%;
      width: 100%; }
    /* line 62, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
    .text_block .text_content h1 {
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 42px;
      letter-spacing: 0px;
      line-height: 1em;
      margin-bottom: 24px; }
    /* line 66, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
    .text_block .text_content p {
      margin: 10px 0;
      font-family:Tahoma;
      font-size: 16px;;
      line-height: 1.65em;
      letter-spacing: 0px;
      color: #ffffff; }
      /* line 70, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
      .text_block .text_content p:first-child {
        margin-top: 0px; }
      /* line 73, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
      .text_block .text_content p a {
        color: #ffffff;
        text-decoration: none;
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        background-image: url("../images/webapp_dfg/icon_link_intern_w.gif");
        background-size: 8px 12px;
        background-position: left center;
        background-repeat: no-repeat; }
        /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_block.scss */
        .text_block .text_content p a:hover {
          text-decoration: underline; }

/* line 3, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image .first, .text_image .second {
  width: 50%;
  height: 100%; }
/* line 8, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image.left .first, .text_image.left .second {
  float: left; }
/* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image.left .second .wrapper {
  float: left; }
/* line 18, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image.right .first {
  float: right; }
/* line 21, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image.right .second {
  float: left; }
/* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image .gap-img {
  background-position: center center;
  background-size: cover; }
/* line 32, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image .first {
  position: relative;
  overflow: hidden; }
/* line 37, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
.text_image .second {
  position: relative;
  padding: 2% 0 0 10%;
  background: #ffffff;
  color: #00519e; }
  /* line 42, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
  .text_image .second .wrapper {
    float: right;
    max-width: 480px;
    padding-right: 20%; }
    /* line 46, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
    .text_image .second .wrapper h2 {
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 45px;
      font-weight: normal;
      letter-spacing: 0px;
      line-height: 1em;
      padding: 30px 0px 20px; }
    /* line 50, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
    .text_image .second .wrapper p {
      font-family:Tahoma;
      font-size: 16px;;
      line-height: 1.65em;
      letter-spacing: 0px; }
    /* line 55, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
    .text_image .second .wrapper a {
      display: inline-block;
      margin: 20px auto 0px;
      width: auto;
      text-align: left;
      z-index: 1;
      position: relative;
      background: #FFF;
      color: #00519e;
      padding: 5px 28px;
      text-decoration: none;
      font-family: Tahoma, Verdana,  sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      border: 2px solid #00519e; }
      /* line 69, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_image.scss */
      .text_image .second .wrapper a:hover, .text_image .second .wrapper a:focus {
        text-decoration: none;
        background-color: #00519e;
        color: #ffffff; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
.text_two_col {
  padding: 60px 10% 80px;
  color: #00519e;
  background: #ffffff;
  text-align: center; }
  /* line 10, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
  .text_two_col .wrapper {
    display: block;
    max-width: 960px;
    text-align: left;
    margin: 0 auto; }
    /* line 15, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
    .text_two_col .wrapper h1 {
      margin: 30px 0 40px;
      text-transform: none;
      padding-left: 0px;
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 45px;
      font-weight: normal;
      letter-spacing: 0px;
      line-height: 1em; }
    /* line 22, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
    .text_two_col .wrapper div {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 0px;
      -moz-column-gap: 0px;
      column-gap: 0px;
      font-family:Tahoma;
      font-size: 16px;;
      line-height: 1.65em;
      letter-spacing: 0px;
      margin: 0px 0;
      vertical-align: baseline; }
      /* line 29, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
      .text_two_col .wrapper div p {
        display: block;
        margin: 25px 0px;
        padding-right: 30px;
        line-height: 1.5em; }
        /* line 34, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
        .text_two_col .wrapper div p:first-child {
          margin-top: 0px; }
        /* line 37, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
        .text_two_col .wrapper div p a {
          line-height: 1.5em;
          color: #00519e;
          text-decoration: none;
          padding-left: 10px;
          cursor: pointer;
          background-image: url("../images/webapp_dfg/icon_link_intern.gif");
          background-size: 8px 12px;
          background-position: left center;
          background-repeat: no-repeat; }
          /* line 51, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_text_two_col.scss */
          .text_two_col .wrapper div p a:hover {
            text-decoration: underline; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
.video {
  position: relative; }
  /* line 6, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
  .video .video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
    /* line 13, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
    .video .video-wrapper .video_controls {
      display: none;
      position: absolute;
      top: 40px;
      right: 60px;
      width: 100%;
      height: 60px;
      z-index: 9999999; }
      /* line 21, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
      .video .video-wrapper .video_controls .close {
        float: right;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background: #00519e;
        padding-top: 10px;
        padding-left: 10px; }
        /* line 30, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
        .video .video-wrapper .video_controls .close .img {
          width: 30px;
          height: 30px;
          background-image: url(../images/webapp_dfg/close.png);
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        /* line 39, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
        .video .video-wrapper .video_controls .close:hover {
          background: #000; }
    /* line 46, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
    .video .video-wrapper .video_overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99; }
      /* line 55, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
      .video .video-wrapper .video_overlay h2 {
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 42px;
        letter-spacing: 0px;
        line-height: 1em;
        margin: 20% auto 30px;
        text-align: center;
        color: #FFF; }
      /* line 62, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
      .video .video-wrapper .video_overlay p {
        font-style: italic;
        font-weight: normal;
        font-family: serif;
        text-align: center;
        font-size: 20px;
        padding-top: 30px;
        color: #FFF; }
      /* line 72, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
      .video .video-wrapper .video_overlay .play {
        position: relative;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        border-radius: 20px; }
        /* line 80, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
        .video .video-wrapper .video_overlay .play i {
          width: 40px;
          height: 40px;
          font-size: 24px;
          padding-left: 4px;
          padding-top: 8px; }
    /* line 91, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video.scss */
    .video .video-wrapper iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%; }

/* line 1, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
.video_jw {
  max-height: 90%;
  overflow: hidden; }
  /* line 4, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
  .video_jw .video_jw_wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative; }
    /* line 10, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
    .video_jw .video_jw_wrapper .video_jw_controls {
      display: none;
      position: absolute;
      top: 0;
      width: 100%;
      height: 60px;
      z-index: 9999999; }
      /* line 17, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
      .video_jw .video_jw_wrapper .video_jw_controls .close {
        float: right;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background: #00519e;
        margin-top: 20px;
        margin-right: 20px;
        padding-top: 10px;
        padding-left: 10px; }
        /* line 28, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
        .video_jw .video_jw_wrapper .video_jw_controls .close .img {
          width: 30px;
          height: 30px;
          background-image: url(../images/webapp_dfg/close.png);
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        /* line 37, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
        .video_jw .video_jw_wrapper .video_jw_controls .close:hover {
          background: #00519e; }
    /* line 43, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
    .video_jw .video_jw_wrapper .video_jw_overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99; }
      /* line 52, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
      .video_jw .video_jw_wrapper .video_jw_overlay .wrapper {
        text-align: center; }
      /* line 56, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
      .video_jw .video_jw_wrapper .video_jw_overlay h2 {
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0px;
        line-height: 1em;
        display: inline-block;
        min-width: 200px;
        margin: 15% auto 0;
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
        padding: 5px 15px; }
      /* line 67, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
      .video_jw .video_jw_wrapper .video_jw_overlay p {
        font-style: normal;
        font-weight: none;
        font-family: Tahoma, Verdana,  sans-serif;
        text-align: center;
        text-transform: normal;
        font-size: 42px;
        padding: 15px 15px 40px;
        color: #FFF;
        display: inline-block; }
      /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
      .video_jw .video_jw_wrapper .video_jw_overlay a .play {
        position: relative;
        left: 50%;
        margin-left: -20px;
        width: 56px;
        height: 56px;
        border-radius: 20px; }
        /* line 86, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
        .video_jw .video_jw_wrapper .video_jw_overlay a .play i {
          width: 52px;
          height: 52px;
          font-size: 24px;
          padding-left: 0;
          padding-top: 15px; }
      /* line 95, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
      .video_jw .video_jw_wrapper .video_jw_overlay a:focus .play {
        -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.5); }
        /* line 97, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/elements/_video_jw.scss */
        .video_jw .video_jw_wrapper .video_jw_overlay a:focus .play i {
          color: #ffffff; }

@media only screen and (max-width: 767px) {

    .footer_binder:after, .footer_binder:before {
        border-bottom-color: transparent;
    }

   .image_large .caption p {
       padding: 5px 0px;
   }

   .pie_charts .wrapper h2 {
       font-size: 35px;
   }
   
   .pie_charts .wrapper .pie_chart {
       margin: 10px 10px 10px 10px;
   }
   
  .bar_charts .wrapper h2 {
      font-size: 35px;
  }

  .video_jw .video_jw_wrapper .video_jw_overlay p {
      line-height: 45px;
      padding: 15px 15px 30px;
  }
  
  .slider_large .slick-dots {
      bottom: 2%;
  }

  /* line 4, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .section_border {
    display: none; }

  /* line 8, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  #page_wrapper {
    top: 60px; }

  /* line 12, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .spacer {
    height: 0px; }

  /* line 16, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  header {
    height: 60px; }
    /* line 19, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #header_bar {
      height: 60px; }
    /* line 23, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #sub_menu, header nav {
      display: none; }
    /* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #mobile_menu {
      display: none; }
    /* line 31, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #logo_wrapper {
      left: 20px;
      height: 76px; }
      /* line 35, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      header #logo_wrapper img.webapp_logo {
        width: 120px; }
      /* line 38, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      header #logo_wrapper img.webapp_logo2 {
        width: 60px; }
    /* line 47, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #mobile_menu_button {
      display: block;
      top: 8px;
      right: 5px; }

  /* line 54, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  footer {
    height: auto; }
    /* line 56, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    footer > .wrapper {
      margin: 0px; }
      /* line 58, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      footer > .wrapper p {
        display: block;
        margin: 0 0 10px;
        font-size: 12px; }
       
  /* line 66, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .image_large {
    height: 70% !important; }
    /* line 68, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .image_large .gap {
      height: 80%; }
    /* line 71, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .image_large .caption {
      height: 20%; }
    /* line 74, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .image_large a.enlarge {
      bottom: 22%; }
    /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .image_large.full .gap, .image_large.full .gap-img {
      height: 100%; }
    /* line 81, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .image_large.full a.enlarge {
      bottom: 20px; }

  /* line 90, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .img_header .img_header_content h1 {
    font-size: 35px;
    color: #000 !important;
    background: transparent !important; }
  /* line 95, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .img_header .img_header_content p {
    color: #000 !important;
    background: transparent !important; }

  /* line 102, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .slider_large {
    height: 60% !important; }
    /* line 106, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .slider_large .slider_wrapper .slide h2 {
      font-size: 16px;
      min-width: 200px;
      max-width: 90%;
      text-align: center;
      margin-top: 10%; }
    /* line 113, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .slider_large .slider_wrapper .slide p {
      width: 90%;
      font-size: 35px;
      line-height: 35px;
      margin: 0 auto 10px; }
    /* line 117, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .slider_large .slider_wrapper .slide a {
      font-size: 14px; }
    /* line 123, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .slider_large .controls {
      display: none !important; }

  /* line 129, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .slider_gallery .controls {
    display: none !important; }
  /* line 132, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .slider_gallery .slick-slide .caption {
    width: 90%;
    margin: 0 20px; }

  /* line 139, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .featured {
    padding: 50px 10%; }
    /* line 141, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .featured ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_span-columns.scss */
      .featured ul li:last-child {
        margin-right: 0; }

  /* line 149, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .parallax-image-100 {
    height: 100%; }

  /* line 153, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .img_header {
    height: auto !important;
    background: #FFF !important; }
    /* line 157, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .img_header .bg.gap {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px; }
    /* line 165, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .img_header .img_header_content {
      position: relative;
      top: 0;
      right: 0;
      padding-top: 0%;
      padding-bottom: 20%;
      width: 80%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0 10%; }
      /* line 174, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      .img_header .img_header_content .wrapper {
        float: none; }
      /* line 177, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      .img_header .img_header_content h1, .img_header .img_header_content p {
        color: #333 !important; }

  /* line 184, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .text_image {
    height: auto !important; }
    /* line 186, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .text_image .first, .text_image .second {
      float: none !important;
      display: block;
      width: 100%;
      height: 100%; }
    /* line 192, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .text_image .first {
      height: 300px; }
    /* line 195, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .text_image .second {
      padding-bottom: 40px; }
      /* line 197, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      .text_image .second .wrapper {
        float: none !important; }
        /* line 199, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
        .text_image .second .wrapper h2 {
          font-size: 35px; }

  /* line 207, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .text_two_col {
    padding-top: 20px; }
    /* line 210, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .text_two_col .wrapper h1 {
      font-size: 35px; }
    /* line 215, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .text_two_col .wrapper > div {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }

  /* line 221, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .text_block {
    padding-bottom: 30px; }
    /* line 223, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .text_block .wrapper {
      padding: 20px 0; }
      /* line 225, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      .text_block .wrapper aside {
        float: none;
        width: 50%;
        margin: 20px 0;
        padding: 10px 0px 20px;
        font-family: Tahoma, Verdana,  sans-serif;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 1em; }
      /* line 232, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      .text_block .wrapper .text_content {
        float: none;
        width: 100%; }
        /* line 235, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
        .text_block .wrapper .text_content p {
          margin: 10px 0; }

  /* line 244, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .footer_binder .wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  /* line 249, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .video {
    min-height: 300px; }
    /* line 251, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .video .video-wrapper {
      min-height: 300px; }

  /* line 256, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .video_jw {
    min-height: 300px; }
    /* line 258, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .video_jw .video_jw_wrapper {
      min-height: 300px; }
    /* line 261, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    .video_jw .close {
      margin-top: 20px !important;
      margin-right: 20px !important; }

  /* line 270, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .bar_charts_vertical .wrapper .labelX {
    top: 390px;
    margin-right: -240px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 275, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .bar_charts_vertical .wrapper .labelY {
    top: 50px;
    margin-left: -250px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 281, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .bar_charts_vertical .wrapper .bar_chart_vertical canvas {
    max-width: 480px;
    max-height: 320px; } }
@media only screen and (max-width: 767px) and (max-width: 480px) {
  /* line 292, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .spacer {
    display: none; }

  /* line 299, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .bar_charts_vertical .wrapper .labelX {
    top: 270px;
    margin-right: -160px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 304, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .bar_charts_vertical .wrapper .labelY {
    top: 45px;
    margin-left: -160px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 310, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  .bar_charts_vertical .wrapper .bar_chart_vertical canvas {
    max-width: 300px;
    max-height: 200px; }

  /* line 320, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  header #mobile_menu_button {
    width: 24px;
    height: 24px; }
  /* line 325, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
  header #mobile_menu > ul > li {
    font-size: 14px;
    line-height: 14px; }
    /* line 328, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #mobile_menu > ul > li i {
      font-size: 1em; }
    /* line 331, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
    header #mobile_menu > ul > li > ul > li {
      line-height: 14px; 
      background: #ffffff;}
      /* line 333, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_mobile.scss */
      header #mobile_menu > ul > li > ul > li a {
        font-size: 14px;
        font-weight: 100; } }
@media only screen and (min-width: 769px) and (max-width: 1080px) and (orientation: landscape) {
  /* line 3, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  nav {
    display: none; }

  /* line 7, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  #mobile_menu_button {
    display: block !important; }

  /* line 11, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  #mobile_menu {
    top: 75px !important; }

  /* line 16, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  header nav {
    right: 2%; }

  /* line 21, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  .sub_menu_item {
    max-width: 800px !important;
    margin-left: -400px !important; }

  /* line 33, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  .featured ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_span-columns.scss */
    .featured ul li:last-child {
      margin-right: 0; }
    /* line 82, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_omega.scss */
    .featured ul li:nth-child(3n) {
      margin-right: 0; }
    /* line 87, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_omega.scss */
    .featured ul li:nth-child(3n+1) {
      clear: left; }

  /* line 42, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  .img_header .wrapper {
    max-width: 400px !important;
    float: right; }

  /* line 49, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  .image_large, .slider_large, .img_header {
    height: -moz-calc(100% - 75px) !important;
    /* WebKit */
    height: -webkit-calc(100% - 75px) !important;
    /* Opera */
    height: -o-calc(100% - 75px) !important;
    /* Standard */
    height: calc(100% - 75px) !important; }

  /* line 55, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  .slider_large h2 {
    margin-top: 25% !important; }

  /* line 60, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_landscape.scss */
  footer .copyright {
    display: block !important; } }
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 3, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  nav {
    display: none; }

  /* line 7, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  #mobile_menu_button {
    display: block !important; }

  /* line 13, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .slider_large {
    height: 70% !important; }
    /* line 15, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .slider_large h2 {
      margin-top: 40% !important;
      text-align: center; }

  /* line 20, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .controls {
    display: none; }

  /* line 26, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .featured ul {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    /* line 15, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/bourbon/addons/_clearfix.scss */
    .featured ul:after {
      content: "";
      display: table;
      clear: both; }
    /* line 30, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .featured ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      /* line 2, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mixins/_omage_reset.scss */
      .featured ul li:nth-child(3n) {
        margin-right: 2.35765%; }
      /* line 3, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mixins/_omage_reset.scss */
      .featured ul li:nth-child(3n+1) {
        clear: none; }
      /* line 85, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_span-columns.scss */
      .featured ul li:last-child {
        margin-right: 0; }
      /* line 82, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_omega.scss */
      .featured ul li:nth-child(2n) {
        margin-right: 0; }
      /* line 87, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/neat/grid/_omega.scss */
      .featured ul li:nth-child(2n+1) {
        clear: left; }

  /* line 40, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .text_image {
    height: 55% !important; }
    /* line 41, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .text_image .first, .text_image .second {
      height: 100% !important; }

  /* line 47, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .text_image {
    position: relative;
    height: auto !important; }
    /* line 50, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .text_image .first, .text_image .second {
      float: none !important;
      display: block;
      width: 100%;
      height: 100%; }
    /* line 56, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .text_image .first {
      height: 500px !important; }
    /* line 59, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .text_image .second {
      padding: 20px 0; }
      /* line 61, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
      .text_image .second .wrapper {
        float: none !important;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 40px; }
        /* line 66, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
        .text_image .second .wrapper h2 {
          font-size: 45px; }

  /* line 78, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .parallax-image-100 {
    height: 100%; }

  /* line 82, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .img_header, .image_large {
    height: 70% !important; }

  /* line 87, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .img_header .img_header_content {
    width: 60%;
    right: 26%; }

  /* line 95, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .text_two_col .wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  /* line 101, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .text_block .wrapper {
    max-width: 640px; }
    /* line 104, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .text_block .wrapper aside {
      float: none;
      width: 50%;
      max-width: 60%;
      margin-bottom: 50px;
      font-family: Tahoma, Verdana,  sans-serif;
      font-size: 20px;
      letter-spacing: 0px;
      line-height: 1em; }
    /* line 111, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
    .text_block .wrapper .text_content {
      float: none;
      width: 100%; }

  /* line 120, /Users/mattbook/Documents/Lab/Work/webapp_DFG/source/stylesheets/mediaqueries/_tablet_portrait.scss */
  .slider_gallery {
    height: 70% !important; } }

/* BMZIN-5860 Pflegbare Titel für Webapps */
header div.header {
    float: left;
    /*background: rgba(0, 0, 0, 0.8);*/
    background: transparent;
    position: absolute;
    top: 0;
    left: 255px;
    height: 70px;
}

header div.header.headerMargin {
    left: 360px;
}

header div.header h1 {
    font-family: Tahoma, Verdana,  sans-serif;
    font-size: x-large;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
}

header #logo_wrapper, header #logo_wrapper_unlinked {
    height: 80px;
    background: transparent;
    left: 180px;
}

header #logo_wrapper img.webapp_logo_large, header #logo_wrapper_unlinked img.webapp_logo_large {
    width: 274px; 
}

header #logo_wrapper img.g7_logo {
        background: #ffffff;
        padding: 3px;
        width: 90px;
        margin-left: 20px;
    }

header #logo_wrapper img.webapp_logo, header #logo_wrapper_unlinked img.webapp_logo {
    width: 274px;
}

header div.header h1 .dachzeile {
    font-weight: 300;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    header #logo_wrapper, header #logo_wrapper_unlinked {
        top: -5px;
        left: 10px;
    }    
    header #logo_wrapper img.webapp_logo_large, header #logo_wrapper_unlinked img.webapp_logo_large {
        width: 200px;
    }
    header #logo_wrapper img.webapp_logo, header #logo_wrapper_unlinked img.webapp_logo {
    width: 50px;
    }
    header div.header {
        top: -8px;
        left: 70px;
    }
    header #logo_wrapper img.g7_logo {
        display: none;
    }
    header div.header.headerMargin {
        left: 65px;
    }
    
    .img_header .img_header_content a {
        display: inline-block;
        margin: 20px auto 0px 10px;
        width: auto;
        text-align: left;
        z-index: 1;
        position: relative;
        background: #FFF;
        color: #00519e;
        padding: 5px 28px;
        text-decoration: none;
        font-family: Tahoma, Verdana, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        border: 2px solid #00519e;
    }
    .img_header .img_header_content a:hover, .img_header .img_header_content a:focus {
        text-decoration: none;
        background-color: #00519e;
        color: #ffffff;
    }
    
    .img_header .img_header_content h1, .img_header .img_header_content p {
        color: #00519e !important;
    }
    
    
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    header #logo_wrapper, header #logo_wrapper_unlinked  {
        left: 65px;
    }
    header div.header {
        left: 135px;
    }
    
    header div.header.headerMargin {
        left: 245px;
    }
    header #logo_wrapper img.g7_logo {
        background: #ffffff;
        padding: 3px;
        width: 90px;
        margin-left: 20px;
    }
}


footer .wrapper .footerServiceLinks {
    float: right;
}

.video_jw .video_jw_wrapper .video_jw_overlay a .play, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play {
    background: transparent;
}

.video_jw .video_jw_wrapper .video_jw_overlay a .play, .slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play {
    border-radius: 0;
    border: 2px solid #ffffff;
}

.video_jw .video_jw_wrapper .video_jw_overlay a .play:hover,
.video_jw .video_jw_wrapper .video_jw_overlay a .play:hover i,
.slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play:hover,
.slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play:hover i {
    background: #ffffff;
    color: #3f85c2;
}

.slider_large .slider_wrapper .slide.video_jw a {
    border: none;
}

.slider_large .slider_wrapper .slide.video_jw .video_jw_wrapper .video_jw_overlay a .play i {
    padding-top: 14px;
}

.text_two_col.white {
    background: #ffffff none repeat scroll 0 0;
    color: #101010;
}
.text_two_col.black {
    background: #101010 none repeat scroll 0 0;
    color: #ffffff;
}

.text_block li, .text_block li a {
    color: #ffffff;
}