@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/* Vendor styles */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fff;
}

.team-title {
  text-transform: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: visible;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(fonts/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-display: fallback;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px "" rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a, .flex-direction-nav a:before {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    right: 10px;
  }
}
/* Theme styles */
/* Base colors*/
/* $brand-80-color: rgba($color-brand, 0.8);*/
/* $accent-color: yellow;*/
/* Media queries*/
/*	.pure-u-sm-**/
/*	.pure-u-md-**/
/*.pure-u-lg-**/
/*.pure-u-xl-**/
.partners .flexslider .slides {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    max-width: 1024px;
    margin: 0 auto;
  }
}
/* font weights 300 (light), 400 (normal), 500 (medium), 700 (bold)*/
.pure-g [class*=pure-u], button, html, input, select, textarea {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 1px;
}

body, html {
  color: #64676f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-repeat: repeat-x;
}

aside, div, footer, header, input, nav, section {
  box-sizing: border-box;
}

a {
  color: #009EE2;
}

/* border-box for purecss grid*/
.pure-g > div {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
  font-weight: 400;
}

/* remove focus outline*/
:focus, input:focus, textarea:focus {
  outline: none;
}

a, h1, h2, h3, h4, li, p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading li, .wf-loading p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

#banner {
  background-position: 0 0;
  background-size: cover;
  height: 28em;
  text-align: center;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: all 0.7s ease;
}

@media (max-width: 1100px) {
  .Fachbegriffe #banner {
    background-position-x: -120px;
  }
}
@media (max-width: 750px) {
  .Fachbegriffe #banner {
    background-position-x: -300px;
  }
}
#banner .container {
  white-space: nowrap;
  text-align: left;
  height: 100%;
  padding: 0 16px;
  padding: 0 1rem;
}

@media screen and (min-width: 1100px) {
  #banner .container {
    padding: 0;
  }
}
#banner .container > :before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#banner .call-to-action {
  display: inline-block;
  vertical-align: middle;
  max-width: 415px;
  white-space: normal;
}

#banner .call-to-action h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

#banner .call-to-action h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#banner header h2 {
  display: inline-block;
  margin: 0;
  font-size: 1.25em;
  vertical-align: middle;
}

#banner header h2 em {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
}

#banner header h2 a {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

#banner header h2 a:hover {
  border-bottom-color: transparent;
}

#banner header .button {
  vertical-align: middle;
  margin-left: 1em;
}

.site-header {
  min-height: 90px;
  padding-top: 10px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 158, 226, 0.1);
  box-sizing: border-box;
  overflow: visible;
}

.logo {
  margin: 0;
  float: left;
}

.logoDiv {
  display: block;
  color: transparent;
  background-image: url(../img/animated_owl.svg);
  background-repeat: no-repeat;
  width: 115px;
  background-size: 100px;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin-top: -10px;
}

.plain-header {
  background: #f4f4f4;
  padding: 40px;
  text-align: center;
}

.plain-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e405d;
  margin: 0;
}

.plain-header h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0.5em 0 0;
}

content {
  min-height: 30vh;
}

.content-subhead {
  margin: 50px 0 20px;
  font-weight: 300;
  color: #888;
}

.content img {
  max-width: 100%;
  border-radius: 2px;
}

.content ul li {
  margin-bottom: 10px;
}

.content-narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  padding-top: 70px;
  background-color: #2f2f2f;
  margin-top: 60px;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer .copyright {
  background-color: #222;
  min-height: 70px;
}

.site-footer .copyright p {
  margin: 0;
  padding: 30px 0;
}

.site-footer .copyright p a {
  color: #fff;
}

.site-footer .footer-logo {
  max-width: 142px;
}

.site-footer .footer-col {
  text-align: left;
  margin-bottom: 70px;
}

.site-footer .footer-col h3 {
  margin: 0 0 0.7em;
  color: #eee;
  width: 75%;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
}

.site-footer .footer-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-col ul li {
  margin: 5px 0;
  line-height: 25px;
}

.site-footer .footer-col ul li a {
  color: rgba(238, 238, 238, 0.6);
}

.site-footer .footer-col ul li a:hover {
  text-decoration: underline;
}

#banner + .site-footer {
  margin-top: 0px;
}

.search-box {
  position: relative;
}

.search-box input {
  border: 1px solid #ae634f;
  border-radius: 4px;
  width: 100%;
}

.search-box .icon-search {
  position: absolute;
  color: #009EE2;
  right: 12px;
  top: 12px;
}

.search-box.search-box-lg {
  width: 400px;
  margin: 40px auto;
}

.search-box.search-box-lg input {
  padding: 10px 40px 10px 20px;
  font-size: 20px;
}

.search-box.search-box-lg .icon-search {
  font-size: 29px;
}

.search-box.search-box-sm {
  width: 300px;
  margin: 10px 0;
  float: right;
}

.search-box.search-box-sm input {
  padding: 5px 35px 5px 10px;
  font-size: 15px;
}

.search-box.search-box-sm .icon-search {
  top: 9px;
  font-size: 18px;
}

.doc-edit {
  float: right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  font-size: 20px;
}

.doc-edit:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.expanding-faq {
  padding: 12px 20px;
  background-color: #f3f3f3;
  margin: 10px 0;
  border-radius: 3px;
  cursor: pointer;
}

.expanding-faq.hover {
  background-color: #eee;
}

.expanding-faq:first-child {
  margin-top: 30px;
}

.expanding-faq h2 {
  margin: 0;
  font-size: 18px;
}

.expanding-faq h2 a {
  text-decoration: none;
  display: block;
  color: #061828;
}

.expanding-faq h2 .icon {
  float: right;
}

.expanding-faq .answer {
  display: none;
}

.section-heading {
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-weight: 700;
  color: #009EE2;
  margin-bottom: 2em;
}

hr {
  margin: 2em auto;
  border-width: 0;
  height: 1px;
  background: #eee;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul a {
  text-decoration: none;
}

.main-nav ul {
  float: right;
  margin-top: 14px;
}

.main-nav li {
  float: left;
  margin: 0;
  margin-left: 30px;
}

.main-nav li a {
  color: #061828;
  padding: 3px 12px;
  display: inline-block;
  letter-spacing: 1px;
  transition: color 0.4s ease;
}

.main-nav li a .fa {
  font-size: 10px;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: -10px;
  width: 11px;
}

.side-nav {
  margin-top: 5px;
  padding: 20px 20px 20px 0;
}

.side-nav a {
  display: block;
}

.breadcrumbs {
  border-top: 1px solid #eee;
  overflow: auto;
  background: #f8f8f8;
  margin-bottom: 40px;
}

.breadcrumbs ul {
  float: left;
  margin-top: 0;
}

.breadcrumbs ul li {
  line-height: 50px;
  float: left;
  margin-bottom: 0;
  margin-right: 7px;
  font-size: 14px;
  font-weight: 300;
}

.breadcrumbs ul li a {
  color: #1e405d;
}

.breadcrumbs ul li i {
  margin-left: 5px;
  color: #788c9e;
  font-size: 7px;
  margin-top: -4px;
  top: -2px;
  position: relative;
}

/* dropdown main nav from http://ermauliks.github.io/2014/04/21/multilevel-navigation-using-jekyll/*/
.navigation {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
  list-style-type: none;
}

.navigation li {
  float: left;
  position: relative;
  list-style: none;
}

.navigation li a {
  color: #333;
  font-weight: 700;
  font-size: 17px;
  border-radius: 0;
  padding: 5px;
  display: block;
  white-space: nowrap;
  line-height: 25px;
}

.navigation ul li a {
  border-radius: 0;
  padding: 5px 10px;
  text-transform: none;
  text-transform: initial;
}

.navigation li > ul {
  background: #fff;
  position: absolute;
  list-style-type: none;
  top: 30px;
  padding-top: 5px !important;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  left: 0;
  display: none;
  min-width: 100%;
  z-index: 999;
  border: 1px solid rgba(0, 158, 226, 0.2);
  border-top: 0;
  top: 65px;
}

.navigation li:hover > ul {
  /* display: block;*/
  list-style: none;
}

.navigation li ul li {
  display: block;
  float: none;
  margin-left: 0;
}

.navigation li ul li:last-child {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}

.navigation li ul li a {
  padding: 10px 15px;
}

.navigation li ul li a:hover {
  color: #009EE2;
  background: #f9f9f9;
}

.navigation li.current > a {
  color: #009EE2;
  border-bottom: 2px solid #009EE2;
}

.navigation > li > a:hover {
  color: #009EE2;
}

.navigation li.current > a {
  font-weight: 700;
}

.navigation .second-level {
  left: 100%;
  top: 0;
}

.pure-button {
  padding: 0.5em 1.5em;
}

.button-xsmall {
  font-size: 70%;
}

.button-small {
  font-size: 85%;
}

.button-large {
  font-size: 110%;
}

.button-xlarge {
  font-size: 100%;
  padding: 1em 3em;
}

.button-error, .button-secondary, .button-success, .button-warning {
  color: #fff;
  border-radius: 4px;
  text-shadow: none;
}

.button-success {
  background: #009EE2;
}

.button-error {
  background: #ca3c3c;
}

.button-warning {
  background: #df7514;
}

.button-secondary {
  background: #42b8dd;
}

.button-outline {
  background: transparent;
  border: 1px solid #999;
  color: #555;
  transition: all 0.2s ease;
}

.button-outline:hover {
  background: #009EE2;
  color: #fff;
  border-color: #009EE2;
}

.meta {
  overflow: hidden;
}

.meta .post-date, .post-author {
  font-size: 12px;
}

.meta .meta-separator, .meta .post-date {
  float: left;
  margin-right: 10px;
}

.meta .tags-list {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.meta .tags-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 2em;
  font-size: 12px;
}

.meta .tags-list li a {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
}

.main-message {
  text-align: center;
  padding: 30px 0;
  background: #f4f4f4;
  color: #1e405d;
}

.main-message h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.about {
  padding: 40px 0;
}

.contact {
  margin-bottom: -60px;
}

.services {
  text-align: center;
  padding: 40px 0;
  color: #1e405d;
}

.services h2 {
  font-weight: 700;
  font-size: 20px;
}

.services .service-icon img {
  width: 100%;
}

.services p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.3em;
}

.feature {
  background: url(../img/background-image.jpg);
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0;
  height: 400px;
}

.feature h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.feature p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.news-twitter {
  background: #f4f4f4;
  color: #1e405d;
  padding: 50px 0;
}

.news-twitter h2 {
  font-weight: 700;
}

.news-twitter .container > div:last-child {
  border-left: 1px solid #ddd;
}

.news-twitter .col-wrap {
  padding: 0 50px;
}

.news-twitter .posts {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.news-twitter .posts li {
  margin-bottom: 1.5em;
}

.news-twitter .posts li a {
  text-decoration: none;
  color: #1e405d;
  font-size: 18px;
}

.news-twitter .posts li date {
  display: block;
  font-size: 14px;
  color: rgba(30, 64, 93, 0.5);
}

.news-twitter a.button-outline i {
  font-size: 10px;
}

.partners {
  margin: 60px 200px;
}
.partners .pure-u-md-1-3 {
  width: 32% !important;
}
.partners .partner picture, .partners .partner img {
  max-width: 100%;
  max-height: 200px;
}

.partners .container {
  max-width: 800px;
}

.partners h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1e405d;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .partners {
    margin: 60px auto;
  }
}
.list-layout {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.list-layout:last-child {
  border-bottom: 0;
}

.list-layout h2 {
  margin: 0;
}

.list-layout h2 a {
  color: #1e405d;
  text-decoration: none;
}

.list-layout div {
  font-size: 0.9em;
  line-height: 1.4em;
}

.list-layout div p {
  margin: 0.6em auto;
}

.list-layout date {
  font-size: 12px;
  color: rgba(30, 64, 93, 0.3);
}

.column-list-layout .post {
  margin: 0 1em;
  margin-bottom: 2em;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.column-list-layout .post .post-header {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.column-list-layout .post .post-header:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.column-list-layout .post .post-header img {
  width: 100%;
  display: block;
}

.column-list-layout .post .post-body {
  padding: 10px;
  box-sizing: border-box;
  min-height: 160px;
}

.column-list-layout .post .post-body h3 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.column-list-layout .post .post-body h3 a {
  text-decoration: none;
}

.column-list-layout .post .post-body .subtitle {
  font-size: 12px;
  font-weight: 500;
}

.column-list-layout .post .post-body p {
  font-size: 14px;
}

.grid-layout .card {
  margin: 0 1em;
  border-radius: 3px;
  background-color: #f7f7f7;
  margin-bottom: 2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.grid-layout .card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.23);
}

.grid-layout .card .card-header {
  max-height: 100px;
  overflow: hidden;
}

.grid-layout .card .card-body {
  padding: 10px;
  box-sizing: border-box;
  min-height: 160px;
}

.grid-layout.terms .card .card-body {
  text-align: center;
  min-height: 115px;
  display: flex;
  align-items: center;
}
.grid-layout.terms .card .card-body h2 {
  margin: 0;
  flex: 1;
}
.grid-layout.terms .card .card-body a {
  color: #333;
}

.grid-layout .card .card-body h3 {
  font-size: 14px;
}

.grid-layout .card .card-body h3 a {
  text-decoration: none;
}

.grid-layout .card .card-body p {
  font-size: 14px;
}

.profile-photo {
  border-radius: 50%;
  margin: 1em auto;
  overflow: hidden;
  max-width: 200px;
}

.profile-photo img {
  display: block;
  width: 100%;
}

/* Search box*/
.dataTables_filter {
  position: relative;
  float: right;
}

.dataTables_filter input {
  border: 1px solid rgba(30, 64, 93, 0.3);
  border-radius: 20px;
  width: 100%;
  width: 260px;
  margin: 0 0 10px;
  padding: 5px 35px 5px 20px;
  line-height: 1.5em;
  font-size: 14px;
}

.dataTables_filter input:focus {
  border-color: rgba(30, 64, 93, 0.6);
}

.dataTables_filter label:after {
  font-family: FontAwesome;
  content: "";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  color: #1e405d;
  right: 10px;
  top: 4px;
  position: absolute;
  font-size: 20px;
  color: rgba(30, 64, 93, 0.5);
}

.dataTables_filter label.focus:after {
  color: rgba(30, 64, 93, 0.8);
}

.table-layout table {
  border-radius: 3px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #eee;
  border-collapse: separate;
  border-collapse: initial;
  width: 100%;
}

.table-layout table thead {
  background: #f4f4f4;
}

.table-layout table thead th {
  color: #1e405d;
}

.table-layout table thead th .fa:after {
  content: "";
  font-size: 12px;
  vertical-align: middle;
}

.table-layout table thead th.headerSortDown .fa:after {
  content: "";
}

.table-layout table thead th:hover {
  background: #eee;
}

.table-layout table td, .table-layout table th {
  padding: 16px;
}

.table-layout table tr {
  border-bottom: 1px solid #eee;
}

.table-layout table tr td {
  padding: 15px;
  font-size: 14px;
  color: rgba(30, 64, 93, 0.5);
  white-space: nowrap;
}

.table-layout table tr td a {
  text-decoration: none;
  font-weight: 700;
  color: #1e405d;
}

.table-layout table tr td a:hover {
  text-decoration: underline;
}

.table-layout table tr td:first-child {
  font-size: 16px;
  white-space: normal;
}

.table-layout table tbody tr:hover {
  background: rgba(30, 64, 93, 0.03);
  cursor: pointer;
}

.table-layout table tbody tr:hover a {
  text-decoration: underline;
}

.dataTables_paginate {
  margin-top: 2em;
}

.paginate_button {
  display: inline-block;
  padding: 5px 10px;
}

.paginate_button:hover {
  cursor: pointer;
}

.paginate_button.current {
  background: #cbcccf;
}

.paginate_button.next, .paginate_button.previous {
  color: #64676f;
}

.posts-list {
  list-style-type: none;
  padding: 0;
}

.posts-list li {
  margin: 20px 0 30px !important;
}

.posts-list li h3 {
  margin-bottom: 0;
}

.posts-list li date {
  font-size: 70%;
}

.posts-list li p {
  margin: 0;
}

.posts-list li a {
  text-decoration: none;
  font-weight: 500;
}

#contact .contactInput {
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border-left: 0 !important;
}
#contact .input-group-prepend {
  flex: 1;
}

@media (max-width: 1050px) {
  .Blog .container {
    margin: 0 2em;
  }
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) and (max-width: 980px) {
  .main-nav {
    text-align: center;
  }
  .main-nav ul {
    float: none !important;
    margin-top: 14px !important;
    display: inline-block;
    height: 47px;
  }
}
@media (max-width: 980px) {
  .logoDiv {
    display: none !important;
  }

  .logo {
    text-align: center;
    float: none !important;
  }
}
@media (max-width: 768px) {
  .container {
    margin: 0 2em;
  }
}
@media (max-width: 700px) {
  #main-nav {
    display: none !important;
  }
}
@media (min-width: 701px) {
  #mm-main-nav {
    display: none !important;
  }

  .hamburger {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .hamburger {
    left: 3px;
  }

  .news-twitter .col-wrap {
    padding: 0 !important;
  }
  .news-twitter .container > div:last-child {
    border-left: 0;
  }

  .flexslider .slides > li {
    margin-right: 10px !important;
  }
}
@media (max-width: 320px) {
  .hamburger {
    left: -5px;
  }
}
.hamburger {
  float: left;
  position: absolute;
  top: 25px;
}

.mm-menu_offcanvas {
  z-index: 11 !important;
}
.mm-menu_offcanvas .mm-listview {
  float: none !important;
  text-align: center;
}
.mm-menu_offcanvas .mm-listitem {
  float: none !important;
  margin-left: 0 !important;
}
.mm-menu_offcanvas .mm-listitem a {
  line-height: 50px;
}
.mm-menu_offcanvas .mm-listitem:after {
  left: 0 !important;
}

.post .chatlog {
  background-color: #36393e;
  color: #ffffffb3;
  /* === INFO === */
  /* === CHATLOG === */
  /* === GENERAL === */
  /* === INFO === */
  /* === CHATLOG === */
}
.post .chatlog * {
  font-family: "Whitney", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.post .chatlog a {
  text-decoration: none;
}
.post .chatlog a:hover {
  text-decoration: underline;
}
.post .chatlog img {
  object-fit: contain;
}
.post .chatlog .pre {
  font-family: "Consolas", "Courier New", Courier, Monospace;
  white-space: pre-wrap;
}
.post .chatlog .pre--multiline {
  margin-top: 4px;
  padding: 8px;
  border: 2px solid;
  border-radius: 5px;
}
.post .chatlog .pre--inline {
  padding: 2px;
  border-radius: 3px;
}
.post .chatlog .emoji {
  width: 24px;
  height: 24px;
  margin: 0 1px;
  vertical-align: middle;
}
.post .chatlog .emoji--small {
  width: 16px;
  height: 16px;
}
.post .chatlog .emoji--large {
  width: 32px;
  height: 32px;
}
.post .chatlog .mention {
  font-weight: 600;
}
.post .chatlog .info {
  display: flex;
  max-width: 100%;
  margin: 0 5px 10px 5px;
}
.post .chatlog .info__guild-icon-container {
  flex: 0;
}
.post .chatlog .info__guild-icon {
  max-width: 88px;
  max-height: 88px;
}
.post .chatlog .info__metadata {
  flex: 1;
  margin-left: 10px;
}
.post .chatlog .info__guild-name {
  font-size: 1.4em;
}
.post .chatlog .info__channel-name {
  font-size: 1.2em;
}
.post .chatlog .info__channel-topic {
  margin-top: 2px;
}
.post .chatlog .info__channel-message-count {
  margin-top: 2px;
}
.post .chatlog .info__channel-date-range {
  margin-top: 2px;
}
.post .chatlog .chatlog {
  max-width: 100%;
}
.post .chatlog .chatlog__message-group {
  display: flex;
  margin: 0 10px;
  padding: 15px 0;
  border-top: 1px solid;
}
.post .chatlog .chatlog__author-avatar-container {
  flex: 0;
  width: 40px;
  height: 40px;
}
.post .chatlog .chatlog__author-avatar {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.post .chatlog .chatlog__messages {
  flex: 1;
  min-width: 50%;
  margin-left: 20px;
}
.post .chatlog .chatlog__author-name {
  font-size: 1em;
}
.post .chatlog .chatlog__timestamp {
  margin-left: 5px;
  font-size: 0.75em;
}
.post .chatlog .chatlog__content {
  padding-top: 5px;
  font-size: 0.9375em;
  word-wrap: break-word;
}
.post .chatlog .chatlog__edited-timestamp {
  margin-left: 5px;
  font-size: 0.8em;
}
.post .chatlog .chatlog__attachment {
  margin: 5px 0;
}
.post .chatlog .chatlog__attachment-thumbnail {
  max-width: 50%;
  max-height: 500px;
  border-radius: 3px;
}
.post .chatlog .chatlog__embed {
  display: flex;
  max-width: 520px;
  margin-top: 5px;
}
.post .chatlog .chatlog__embed-color-pill {
  flex-shrink: 0;
  width: 4px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.post .chatlog .chatlog__embed-content-container {
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
  border: 1px solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.post .chatlog .chatlog__embed-content {
  width: 100%;
  display: flex;
}
.post .chatlog .chatlog__embed-text {
  flex: 1;
}
.post .chatlog .chatlog__embed-author {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.post .chatlog .chatlog__embed-author-icon {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border-radius: 50%;
}
.post .chatlog .chatlog__embed-author-name {
  font-size: 0.875em;
  font-weight: 600;
}
.post .chatlog .chatlog__embed-title {
  margin-bottom: 4px;
  font-size: 0.875em;
  font-weight: 600;
}
.post .chatlog .chatlog__embed-description {
  font-weight: 500;
  font-size: 14px;
}
.post .chatlog .chatlog__embed-fields {
  display: flex;
  flex-wrap: wrap;
}
.post .chatlog .chatlog__embed-field {
  flex: 0;
  min-width: 100%;
  max-width: 506px;
  padding-top: 10px;
}
.post .chatlog .chatlog__embed-field--inline {
  flex: 1;
  flex-basis: auto;
  min-width: 150px;
}
.post .chatlog .chatlog__embed-field-name {
  margin-bottom: 4px;
  font-size: 0.875em;
  font-weight: 600;
}
.post .chatlog .chatlog__embed-field-value {
  font-size: 0.875em;
  font-weight: 500;
}
.post .chatlog .chatlog__embed-thumbnail {
  flex: 0;
  margin-left: 20px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 3px;
}
.post .chatlog .chatlog__embed-image-container {
  margin-top: 10px;
}
.post .chatlog .chatlog__embed-image {
  max-width: 500px;
  max-height: 400px;
  border-radius: 3px;
}
.post .chatlog .chatlog__embed-footer {
  margin-top: 10px;
}
.post .chatlog .chatlog__embed-footer-icon {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
}
.post .chatlog .chatlog__embed-footer-text {
  font-weight: 600;
  font-size: 0.75em;
}
.post .chatlog .chatlog__reactions {
  display: flex;
}
.post .chatlog .chatlog__reaction {
  margin: 6px 2px 2px 2px;
  padding: 2px 6px 2px 2px;
  border-radius: 3px;
}
.post .chatlog .chatlog__reaction-emoji {
  margin-left: 3px;
  vertical-align: middle;
}
.post .chatlog .chatlog__reaction-count {
  font-size: 0.875em;
  vertical-align: middle;
}
.post .chatlog a {
  color: #0096cf;
}
.post .chatlog .pre {
  background-color: #2f3136;
}
.post .chatlog .pre--multiline {
  border-color: #282b30;
  color: #839496;
}
.post .chatlog .mention {
  background-color: #738bd71a;
  color: #7289da;
}
.post .chatlog .info__guild-name {
  color: #ffffff;
}
.post .chatlog .info__channel-name {
  color: #ffffff;
}
.post .chatlog .info__channel-topic {
  color: #ffffff;
}
.post .chatlog .chatlog__message-group {
  border-color: #ffffff0a;
}
.post .chatlog .chatlog__author-name {
  color: #ffffff;
}
.post .chatlog .chatlog__timestamp {
  color: #ffffff33;
}
.post .chatlog .chatlog__edited-timestamp {
  color: #ffffff33;
}
.post .chatlog .chatlog__embed-content-container {
  background-color: #2e30364d;
  border-color: #2e303699;
}
.post .chatlog .chatlog__embed-author-name {
  color: #ffffff;
}
.post .chatlog .chatlog__embed-author-name-link {
  color: #ffffff;
}
.post .chatlog .chatlog__embed-title {
  color: #ffffff;
}
.post .chatlog .chatlog__embed-description {
  color: #ffffff99;
}
.post .chatlog .chatlog__embed-field-name {
  color: #ffffff;
}
.post .chatlog .chatlog__embed-field-value {
  color: #ffffff99;
}
.post .chatlog .chatlog__embed-footer {
  color: #ffffff99;
}
.post .chatlog .chatlog__reaction {
  background-color: #ffffff0a;
}
.post .chatlog .chatlog__reaction-count {
  color: #ffffff4d;
}

.posts .chatlog .chatlog__author-avatar {
  float: left;
  max-height: 67px;
  margin: 5px 10px 0 0;
}
.posts .chatlog .chatlog__timestamp, .posts .chatlog .chatlog__author-name {
  font-weight: 700;
}
.posts .chatlog .chatlog__messages {
  font-size: 14px;
}

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