@charset "UTF-8";
/*
Theme Name: eaD
Theme URI: http://www.thorstenbreyer.de/
Author: Thorsten Breyer
Author URI: http://www.thorstenbreyer.de/
Version: 1.0
Description: Website eaD.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ead
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* GLOBAL SETTINGS */
/* BASE */
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "open_sansregular";
  font-size: 15px;
  line-height: 24px;
  color: #091433;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.browserupgrade {
  text-align: center;
  background: #cbcfdb;
  color: #1b398f;
  padding: 80px;
  font-size: 18px; }
  .browserupgrade a {
    color: #1b398f;
    text-decoration: underline; }
  .browserupgrade a:hover {
    text-decoration: none; }

*, b, strong, em, i {
  font-weight: normal;
  font-style: normal; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #1b398f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a:hover {
  text-decoration: underline; }

a:active, a:focus {
  outline: none; }

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  font: 25px "open_sanssemibold";
  color: #172346;
  margin: 0;
  margin-bottom: 20px; }

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline; }

h2, h2 a, h2 a:visited {
  font-size: 18px; }

h3, h3 a, h3 a:visited {
  font-size: 15px; }

p {
  padding-bottom: 20px;
  margin: 0; }

strong, b {
  font-family: "open_sanssemibold"; }
  strong em, strong i, b em, b i {
    font-family: "open_sansitalic"; }

em, i {
  font-family: "open_sansitalic"; }
  em strong, em b, i strong, i b {
    font-family: "open_sanssemibold_italic"; }

button, .button, .wpcf7-submit, #creat-directory-button {
  background: #1b398f;
  border: 0 !important;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  font-family: "open_sanssemibold"; }

button:hover, .button:hover, .wpcf7-submit:hover, #creat-directory-button:hover {
  background: #172346;
  text-decoration: none; }

.page-home button {
  text-transform: none; }

header input[type=text], header input[type=search], footer input[type=text], footer input[type=search] {
  background: #e2e5eb;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  border: none;
  height: 40px;
  padding: 0 40px 0 20px;
  font-size: 13px; }

#searchsubmit, .wysija-submit {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "ead";
  background: #1b398f;
  color: #FFF;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  border: none;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#searchsubmit:hover, .wysija-submit:hover {
  background: #172346; }

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

.newsletter-info {
  overflow: hidden;
  width: 100%;
  font-size: 10px;
  line-height: 16px;
  margin-top: 20px;
  text-align: right;
  font-weight: bold;
  float: right; }

header, footer, #main {
  position: relative; }

#bodywrap {
  overflow: hidden; }

.container {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.more, .nextpagi, .prevpagi {
  font-size: 13px;
  font-family: "open_sanssemibold"; }

.nextpagi {
  float: right; }

.prevpagi {
  float: left; }

.prevpagi a:before {
  float: left;
  content: "\e908";
  font-family: "ead"; }

/* FONTS */
@font-face {
  font-family: 'open_sansregular';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'open_sanssemibold';
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url("fonts/OpenSans-SemiboldItalic-webfont.eot");
  src: url("fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("fonts/OpenSans-BoldItalic-webfont.eot");
  src: url("fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ead';
  src: url("fonts/ead.eot?hknfrz");
  src: url("fonts/ead.eot?hknfrz#iefix") format("embedded-opentype"), url("fonts/ead.ttf?hknfrz") format("truetype"), url("fonts/ead.woff?hknfrz") format("woff"), url("fonts/ead.svg?hknfrz#ead") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ICONS */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ead' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconblock {
  display: block; }

.icon-link:before {
  content: "\e900"; }

.icon-map:before {
  content: "\e901"; }

.icon-lock:before {
  content: "\e902"; }

.icon-unlock:before {
  content: "\e903"; }

.icon-envelope:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e905"; }

.icon-dropdown:before {
  content: "\e906"; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-up2:before {
  content: "\e909"; }

.icon-arrow-down2:before {
  content: "\e90a"; }

.icon-redo2:before {
  content: "\e90b"; }

.icon-menu:before {
  content: "\e90c"; }

.icon-checkmark:before {
  content: "\e90d"; }

.icon-arrow-up:before {
  content: "\e90e"; }

.icon-arrow-down:before {
  content: "\e90f"; }

.icon-share:before {
  content: "\e910"; }

.icon-cross:before {
  content: "\e911";
  font-size: 11px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.wp-caption {
  background: #e2e5eb;
  margin-bottom: 20px; }
  .wp-caption img {
    width: 100%;
    height: auto;
    display: block; }
  .wp-caption .wp-caption-text {
    font-size: 13px;
    padding: 10px; }

.gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }
  .gallery br {
    display: none !important;
    visibility: hidden !important; }

dl.gallery-item {
  padding: 0;
  margin: 0 2.8571428571% 2.8571428571% 0 !important;
  display: block;
  float: left;
  width: 22.7142857143% !important; }
  dl.gallery-item dt {
    margin: 0 !important;
    padding: 0 !important; }
  dl.gallery-item img {
    border: 1px solid #1b398f !important;
    width: 100%;
    height: auto;
    display: block; }

dl.gallery-item:nth-child(4n) {
  margin-right: 0 !important; }

#swipebox-overlay {
  z-index: 99999999999999999999999 !important; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

p.view {
  display: none !important; }

#signup-content {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 940px;
  margin: 60px auto; }

/* HEADER */
header {
  height: 115px; }
  header .wrap {
    float: right; }
    header .wrap #main {
      float: left; }
    header .wrap #search {
      float: right; }

#logo {
  background: url("img/logo.png") no-repeat center center;
  background: url("img/logo_ead.svg") no-repeat center center, linear-gradient(transparent, transparent);
  position: absolute;
  width: 275px;
  height: 100%;
  top: 0;
  left: 20px;
  display: block;
  float: left; }

#search {
  float: right;
  margin: 30px 20px 0 0; }
  #search .icon {
    background: #31af49;
    float: right;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #search .icon-cross {
    line-height: 35px; }
  #search .icon:hover {
    background: #258036; }
  #search .wrap {
    float: left;
    position: relative;
    margin-left: 20px;
    display: none; }

/* MENÜS */
nav ul {
  display: block;
  position: relative;
  font-size: 16px; }
  nav ul li {
    float: left;
    position: relative; }
    nav ul li a {
      color: #172346;
      padding: 40px 20px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: block; }
    nav ul li a:hover {
      text-decoration: none; }
    nav ul li ul {
      top: -999em;
      left: 50%;
      margin-left: -80px;
      position: absolute;
      text-align: left;
      z-index: 900;
      background: #e2e5eb;
      font-size: 15px;
      width: 160px; }
      nav ul li ul li {
        float: none; }
        nav ul li ul li a {
          color: #172346 !important;
          border-bottom: 1px solid #cbcfdb;
          padding: 17px 20px; }
        nav ul li ul li ul {
          display: none;
          left: 160px;
          margin-left: 0;
          background: #1b398f; }
          nav ul li ul li ul li a {
            border-bottom: none !important;
            padding: 10px 20px;
            font-size: 13px; }
          nav ul li ul li ul li ul {
            display: none !important; }
          nav ul li ul li ul li:first-child a {
            padding-top: 20px; }
          nav ul li ul li ul li:first-child:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 8px 7.5px 0;
            position: absolute;
            display: block;
            top: 50%;
            margin-top: -2px;
            left: 0;
            border-color: transparent #1b398f transparent; }
          nav ul li ul li ul li:first-child:hover:before, nav ul li ul li ul li.current-menu-item:first-child:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 8px 7.5px 0;
            position: absolute;
            display: block;
            top: 50%;
            margin-top: -2px;
            left: 0;
            border-color: transparent #172346 transparent; }
          nav ul li ul li ul li:last-child a {
            padding-bottom: 20px; }
      nav ul li ul li:first-child:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 8px 7.5px;
        position: absolute;
        display: block;
        top: -8px;
        left: 50%;
        margin-left: -8px;
        border-color: transparent transparent #e2e5eb; }
      nav ul li ul li:first-child:hover:before, nav ul li ul li.current-menu-item:first-child:before, nav ul li ul li.current_page_ancestor:first-child:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 8px 7.5px;
        position: absolute;
        display: block;
        top: -8px;
        left: 50%;
        margin-left: -8px;
        border-color: transparent transparent #172346; }
      nav ul li ul li:hover, nav ul li ul li.current-menu-item, nav ul li ul li.current_page_ancestor {
        background: #172346; }
        nav ul li ul li:hover a, nav ul li ul li.current-menu-item a, nav ul li ul li.current_page_ancestor a {
          color: #FFF !important;
          border-bottom: 1px solid #172346; }
  nav ul li:nth-last-child(-n+2) ul li ul {
    left: -160px; }
    nav ul li:nth-last-child(-n+2) ul li ul li:first-child:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 8px;
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -7.5px;
      right: -8px;
      border-color: transparent transparent transparent #1b398f;
      left: auto; }
    nav ul li:nth-last-child(-n+2) ul li ul li:first-child:hover:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 8px;
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -7.5px;
      right: -8px;
      border-color: transparent transparent transparent #172346;
      left: auto; }
  nav ul li:hover ul {
    top: 80px; }
    nav ul li:hover ul li:hover ul {
      display: block;
      top: 0; }
  nav ul li:hover a, nav ul li.current-menu-item a, nav ul li.current-page-ancestor a, nav ul li.current_page_ancestor a {
    color: #31af49; }
  nav ul li.current-menu-item:hover {
    text-decoration: none; }

.single-post nav ul li.item-aktuelles a {
  color: #31af49; }

.single-post nav ul li.item-aktuelles ul li.item-news {
  background: #172346; }
  .single-post nav ul li.item-aktuelles ul li.item-news a {
    color: #FFF !important;
    border-bottom: 1px solid #172346; }

.single-termine nav ul li.item-aktuelles a {
  color: #31af49; }

.single-termine nav ul li.item-aktuelles ul li.item-termine {
  background: #172346; }
  .single-termine nav ul li.item-aktuelles ul li.item-termine a {
    color: #FFF !important;
    border-bottom: 1px solid #172346; }

.single-mitglieder nav ul li.item-der-ead a {
  color: #31af49; }

.single-mitglieder nav ul li.item-der-ead ul li.item-mitglieder {
  background: #172346; }
  .single-mitglieder nav ul li.item-der-ead ul li.item-mitglieder a {
    color: #FFF !important;
    border-bottom: 1px solid #172346; }

#mainmenu {
  float: left; }

.slicknav_menu {
  display: none; }

#sidemenu {
  float: left;
  width: 17.0212765957%;
  position: relative; }

.sister-pages ul, .menu-a-linkes-menue-container ul {
  background: #e2e5eb;
  width: 100%; }
  .sister-pages ul li, .menu-a-linkes-menue-container ul li {
    width: 100%; }
    .sister-pages ul li a, .menu-a-linkes-menue-container ul li a {
      color: #172346;
      border-bottom: 1px solid #cbcfdb;
      padding: 17px 20px;
      display: block; }
    .sister-pages ul li a:hover, .menu-a-linkes-menue-container ul li a:hover {
      text-decoration: none;
      background: #172346;
      color: #FFF; }
    .sister-pages ul li ul, .menu-a-linkes-menue-container ul li ul {
      display: none; }
  .sister-pages ul li.current-menu-item a, .sister-pages ul li.current-menu-ancestor a, .menu-a-linkes-menue-container ul li.current-menu-item a, .menu-a-linkes-menue-container ul li.current-menu-ancestor a {
    color: #FFF;
    border-bottom: 0;
    background: #172346; }
  .sister-pages ul li.current-menu-item ul, .sister-pages ul li.current-menu-ancestor ul, .menu-a-linkes-menue-container ul li.current-menu-item ul, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul {
    display: block;
    background: #172346;
    padding-bottom: 10px; }
    .sister-pages ul li.current-menu-item ul li, .sister-pages ul li.current-menu-ancestor ul li, .menu-a-linkes-menue-container ul li.current-menu-item ul li, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li {
      position: relative; }
      .sister-pages ul li.current-menu-item ul li a, .sister-pages ul li.current-menu-ancestor ul li a, .menu-a-linkes-menue-container ul li.current-menu-item ul li a, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li a {
        padding: 0 20px 10px 30px;
        font-size: 13px;
        line-height: normal; }
      .sister-pages ul li.current-menu-item ul li a:hover, .sister-pages ul li.current-menu-ancestor ul li a:hover, .menu-a-linkes-menue-container ul li.current-menu-item ul li a:hover, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li a:hover {
        font-family: "open_sanssemibold"; }
      .sister-pages ul li.current-menu-item ul li ul, .sister-pages ul li.current-menu-ancestor ul li ul, .menu-a-linkes-menue-container ul li.current-menu-item ul li ul, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li ul {
        display: none !important; }
    .sister-pages ul li.current-menu-item ul li:before, .sister-pages ul li.current-menu-item ul li:hover:before, .sister-pages ul li.current-menu-item ul li.current-menu-item:before, .sister-pages ul li.current-menu-ancestor ul li:before, .sister-pages ul li.current-menu-ancestor ul li:hover:before, .sister-pages ul li.current-menu-ancestor ul li.current-menu-item:before, .menu-a-linkes-menue-container ul li.current-menu-item ul li:before, .menu-a-linkes-menue-container ul li.current-menu-item ul li:hover:before, .menu-a-linkes-menue-container ul li.current-menu-item ul li.current-menu-item:before, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li:before, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li:hover:before, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li.current-menu-item:before {
      content: "\e907";
      color: #FFF;
      font-family: "ead";
      position: absolute;
      top: -3px;
      left: 15px; }
    .sister-pages ul li.current-menu-item ul li.current-menu-item a, .sister-pages ul li.current-menu-item ul li.current-menu-ancestor a, .sister-pages ul li.current-menu-ancestor ul li.current-menu-item a, .sister-pages ul li.current-menu-ancestor ul li.current-menu-ancestor a, .menu-a-linkes-menue-container ul li.current-menu-item ul li.current-menu-item a, .menu-a-linkes-menue-container ul li.current-menu-item ul li.current-menu-ancestor a, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li.current-menu-item a, .menu-a-linkes-menue-container ul li.current-menu-ancestor ul li.current-menu-ancestor a {
      font-family: "open_sanssemibold"; }
  .sister-pages ul li:first-child:before, .menu-a-linkes-menue-container ul li:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    position: absolute;
    display: block;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-color: transparent transparent #e2e5eb;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .sister-pages ul li:first-child:hover:before, .sister-pages ul li.current-menu-item:first-child:before, .sister-pages ul li.current-page-ancestor:first-child:before, .menu-a-linkes-menue-container ul li:first-child:hover:before, .menu-a-linkes-menue-container ul li.current-menu-item:first-child:before, .menu-a-linkes-menue-container ul li.current-page-ancestor:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    position: absolute;
    display: block;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-color: transparent transparent #172346;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .sister-pages ul li ul li:first-child:before, .sister-pages ul li ul li.current-menu-item:first-child:before, .sister-pages ul li ul li:first-child:hover:before, .menu-a-linkes-menue-container ul li ul li:first-child:before, .menu-a-linkes-menue-container ul li ul li.current-menu-item:first-child:before, .menu-a-linkes-menue-container ul li ul li:first-child:hover:before {
    border-style: none;
    left: 15px !important;
    margin: 0; }

.single-mitglieder #sidemenu .sister-pages > li, .single-post #sidemenu .sister-pages > li, .category #sidemenu .sister-pages > li, .tag #sidemenu .sister-pages > li, .single-termine #sidemenu .sister-pages > li {
  display: none; }

.single-mitglieder #sidemenu li.item-mitglieder a, .single-mitglieder #sidemenu li.item-news a, .single-mitglieder #sidemenu li.item-termine a, .single-post #sidemenu li.item-mitglieder a, .single-post #sidemenu li.item-news a, .single-post #sidemenu li.item-termine a, .category #sidemenu li.item-mitglieder a, .category #sidemenu li.item-news a, .category #sidemenu li.item-termine a, .tag #sidemenu li.item-mitglieder a, .tag #sidemenu li.item-news a, .tag #sidemenu li.item-termine a, .single-termine #sidemenu li.item-mitglieder a, .single-termine #sidemenu li.item-news a, .single-termine #sidemenu li.item-termine a {
  color: #FFF;
  border-bottom: 0;
  background: #172346; }

.single-mitglieder #sidemenu li.item-mitglieder ul, .single-mitglieder #sidemenu li.item-news ul, .single-mitglieder #sidemenu li.item-termine ul, .single-post #sidemenu li.item-mitglieder ul, .single-post #sidemenu li.item-news ul, .single-post #sidemenu li.item-termine ul, .category #sidemenu li.item-mitglieder ul, .category #sidemenu li.item-news ul, .category #sidemenu li.item-termine ul, .tag #sidemenu li.item-mitglieder ul, .tag #sidemenu li.item-news ul, .tag #sidemenu li.item-termine ul, .single-termine #sidemenu li.item-mitglieder ul, .single-termine #sidemenu li.item-news ul, .single-termine #sidemenu li.item-termine ul {
  display: block;
  background: #172346;
  padding-bottom: 10px; }
  .single-mitglieder #sidemenu li.item-mitglieder ul li, .single-mitglieder #sidemenu li.item-news ul li, .single-mitglieder #sidemenu li.item-termine ul li, .single-post #sidemenu li.item-mitglieder ul li, .single-post #sidemenu li.item-news ul li, .single-post #sidemenu li.item-termine ul li, .category #sidemenu li.item-mitglieder ul li, .category #sidemenu li.item-news ul li, .category #sidemenu li.item-termine ul li, .tag #sidemenu li.item-mitglieder ul li, .tag #sidemenu li.item-news ul li, .tag #sidemenu li.item-termine ul li, .single-termine #sidemenu li.item-mitglieder ul li, .single-termine #sidemenu li.item-news ul li, .single-termine #sidemenu li.item-termine ul li {
    position: relative; }
    .single-mitglieder #sidemenu li.item-mitglieder ul li a, .single-mitglieder #sidemenu li.item-news ul li a, .single-mitglieder #sidemenu li.item-termine ul li a, .single-post #sidemenu li.item-mitglieder ul li a, .single-post #sidemenu li.item-news ul li a, .single-post #sidemenu li.item-termine ul li a, .category #sidemenu li.item-mitglieder ul li a, .category #sidemenu li.item-news ul li a, .category #sidemenu li.item-termine ul li a, .tag #sidemenu li.item-mitglieder ul li a, .tag #sidemenu li.item-news ul li a, .tag #sidemenu li.item-termine ul li a, .single-termine #sidemenu li.item-mitglieder ul li a, .single-termine #sidemenu li.item-news ul li a, .single-termine #sidemenu li.item-termine ul li a {
      padding: 0 20px 10px 30px;
      font-size: 13px;
      line-height: normal; }
    .single-mitglieder #sidemenu li.item-mitglieder ul li a:hover, .single-mitglieder #sidemenu li.item-news ul li a:hover, .single-mitglieder #sidemenu li.item-termine ul li a:hover, .single-post #sidemenu li.item-mitglieder ul li a:hover, .single-post #sidemenu li.item-news ul li a:hover, .single-post #sidemenu li.item-termine ul li a:hover, .category #sidemenu li.item-mitglieder ul li a:hover, .category #sidemenu li.item-news ul li a:hover, .category #sidemenu li.item-termine ul li a:hover, .tag #sidemenu li.item-mitglieder ul li a:hover, .tag #sidemenu li.item-news ul li a:hover, .tag #sidemenu li.item-termine ul li a:hover, .single-termine #sidemenu li.item-mitglieder ul li a:hover, .single-termine #sidemenu li.item-news ul li a:hover, .single-termine #sidemenu li.item-termine ul li a:hover {
      font-family: "open_sanssemibold"; }
    .single-mitglieder #sidemenu li.item-mitglieder ul li ul, .single-mitglieder #sidemenu li.item-news ul li ul, .single-mitglieder #sidemenu li.item-termine ul li ul, .single-post #sidemenu li.item-mitglieder ul li ul, .single-post #sidemenu li.item-news ul li ul, .single-post #sidemenu li.item-termine ul li ul, .category #sidemenu li.item-mitglieder ul li ul, .category #sidemenu li.item-news ul li ul, .category #sidemenu li.item-termine ul li ul, .tag #sidemenu li.item-mitglieder ul li ul, .tag #sidemenu li.item-news ul li ul, .tag #sidemenu li.item-termine ul li ul, .single-termine #sidemenu li.item-mitglieder ul li ul, .single-termine #sidemenu li.item-news ul li ul, .single-termine #sidemenu li.item-termine ul li ul {
      display: none !important; }
  .single-mitglieder #sidemenu li.item-mitglieder ul li:before, .single-mitglieder #sidemenu li.item-mitglieder ul li:hover:before, .single-mitglieder #sidemenu li.item-mitglieder ul li.current-menu-item:before, .single-mitglieder #sidemenu li.item-news ul li:before, .single-mitglieder #sidemenu li.item-news ul li:hover:before, .single-mitglieder #sidemenu li.item-news ul li.current-menu-item:before, .single-mitglieder #sidemenu li.item-termine ul li:before, .single-mitglieder #sidemenu li.item-termine ul li:hover:before, .single-mitglieder #sidemenu li.item-termine ul li.current-menu-item:before, .single-post #sidemenu li.item-mitglieder ul li:before, .single-post #sidemenu li.item-mitglieder ul li:hover:before, .single-post #sidemenu li.item-mitglieder ul li.current-menu-item:before, .single-post #sidemenu li.item-news ul li:before, .single-post #sidemenu li.item-news ul li:hover:before, .single-post #sidemenu li.item-news ul li.current-menu-item:before, .single-post #sidemenu li.item-termine ul li:before, .single-post #sidemenu li.item-termine ul li:hover:before, .single-post #sidemenu li.item-termine ul li.current-menu-item:before, .category #sidemenu li.item-mitglieder ul li:before, .category #sidemenu li.item-mitglieder ul li:hover:before, .category #sidemenu li.item-mitglieder ul li.current-menu-item:before, .category #sidemenu li.item-news ul li:before, .category #sidemenu li.item-news ul li:hover:before, .category #sidemenu li.item-news ul li.current-menu-item:before, .category #sidemenu li.item-termine ul li:before, .category #sidemenu li.item-termine ul li:hover:before, .category #sidemenu li.item-termine ul li.current-menu-item:before, .tag #sidemenu li.item-mitglieder ul li:before, .tag #sidemenu li.item-mitglieder ul li:hover:before, .tag #sidemenu li.item-mitglieder ul li.current-menu-item:before, .tag #sidemenu li.item-news ul li:before, .tag #sidemenu li.item-news ul li:hover:before, .tag #sidemenu li.item-news ul li.current-menu-item:before, .tag #sidemenu li.item-termine ul li:before, .tag #sidemenu li.item-termine ul li:hover:before, .tag #sidemenu li.item-termine ul li.current-menu-item:before, .single-termine #sidemenu li.item-mitglieder ul li:before, .single-termine #sidemenu li.item-mitglieder ul li:hover:before, .single-termine #sidemenu li.item-mitglieder ul li.current-menu-item:before, .single-termine #sidemenu li.item-news ul li:before, .single-termine #sidemenu li.item-news ul li:hover:before, .single-termine #sidemenu li.item-news ul li.current-menu-item:before, .single-termine #sidemenu li.item-termine ul li:before, .single-termine #sidemenu li.item-termine ul li:hover:before, .single-termine #sidemenu li.item-termine ul li.current-menu-item:before {
    content: "\e907" !important;
    color: #FFF;
    font-family: "ead";
    position: absolute;
    top: -3px;
    left: 15px; }

.single-mitglieder #sidemenu .sister-pages > li.item-der-ead, .single-mitglieder #sidemenu .sister-pages > li.item-der-ead .sub-menu {
  display: block; }

.single-mitglieder #sidemenu .sister-pages > li.item-der-ead > a, .single-mitglieder #sidemenu .sister-pages > li.item-der-ead .sub-menu li .sub-menu {
  display: none; }

.single-post #sidemenu .sister-pages > li.item-aktuelles, .single-post #sidemenu .sister-pages > li.item-aktuelles .sub-menu, .category #sidemenu .sister-pages > li.item-aktuelles, .category #sidemenu .sister-pages > li.item-aktuelles .sub-menu, .tag #sidemenu .sister-pages > li.item-aktuelles, .tag #sidemenu .sister-pages > li.item-aktuelles .sub-menu, .single-termine #sidemenu .sister-pages > li.item-aktuelles, .single-termine #sidemenu .sister-pages > li.item-aktuelles .sub-menu {
  display: block; }

.single-post #sidemenu .sister-pages > li.item-aktuelles > a, .category #sidemenu .sister-pages > li.item-aktuelles > a, .tag #sidemenu .sister-pages > li.item-aktuelles > a, .single-termine #sidemenu .sister-pages > li.item-aktuelles > a {
  display: none; }

.single-post #sidemenu .sister-pages li.item-termine a, .category #sidemenu .sister-pages li.item-termine a, .tag #sidemenu .sister-pages li.item-termine a, .single-termine #sidemenu .sister-pages li.item-termine a {
  color: #172346;
  background: #e2e5eb; }

.single-post #sidemenu .sister-pages li.item-termine a:hover, .category #sidemenu .sister-pages li.item-termine a:hover, .tag #sidemenu .sister-pages li.item-termine a:hover, .single-termine #sidemenu .sister-pages li.item-termine a:hover {
  color: #FFF;
  background: #172346; }

.single-post li.item-news a:before, .category li.item-news a:before, .tag li.item-news a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  position: absolute;
  display: block;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #172346; }

.single-termine li.item-news a {
  color: #172346 !important;
  background: #e2e5eb !important; }

.single-termine li.item-news a:hover {
  color: #FFF !important;
  background: #172346 !important; }

.single-termine li.item-termine a {
  color: #FFF !important;
  background: #172346 !important; }

.single-termine li.item-termine a:hover {
  color: #172346 !important;
  background: #e2e5eb !important; }

/* START */
.startimg img {
  width: 100%;
  height: auto;
  display: block; }

#start-intro {
  margin: -175px auto 40px auto;
  overflow: inherit !important; }
  #start-intro h1, #start-intro h2 {
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    margin: 0; }
  #start-intro h1 {
    background: #172346;
    font-size: 15px;
    font-family: "open_sansregular"; }
  #start-intro h2 {
    background: #1b398f;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #start-intro h2:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.25px 0 11.25px;
    position: absolute;
    display: block;
    bottom: -11.25px;
    left: 30px;
    border-color: #1b398f transparent transparent; }

#start-intro:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

#start-wrap {
  float: left;
  width: -moz-calc(70% - 25px);
  width: -webkit-calc(70% - 25px);
  width: calc(70% - 25px); }

.start-intro-txt, #map {
  background: #172346;
  color: #FFF;
  border-left: 10px solid #FFF;
  border-top: 10px solid #FFF;
  padding: 20px; }

#news-teaser {
  margin-top: 20px; }

#news {
  float: left;
  width: 46.7716535433%;
  padding-left: 1.5748031496%; }

.news-item {
  display: block;
  color: #091433;
  position: relative; }
  .news-item h3 {
    font-size: 18px;
    margin-bottom: 10px; }

.news-item:hover {
  text-decoration: none; }

.news-item:hover .news-date {
  background: #172346; }

.news-date {
  background: #1b398f;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase; }

.more:after, .events-item:after, .nextpagi a:after {
  content: "\e907";
  font-family: "ead"; }

#events {
  float: right;
  margin-right: 3.1496062992%;
  width: 45.1968503937%; }

.events-item {
  background: #e2e5eb;
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 13px;
  padding-right: 20px; }
  .events-item p {
    padding: 10px 0 0 0;
    line-height: normal; }

.events-item:after {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 20px; }

.events-item:hover {
  text-decoration: none;
  background: #cbcfdb; }
  .events-item:hover .events-date {
    background: #172346; }

.events-date {
  background: #1b398f;
  color: #FFF;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  float: left;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 50px;
  padding-top: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.events-date-day {
  font-family: "open_sansbold";
  font-size: 22px;
  line-height: 0;
  padding-top: 10px; }

.events-date-month {
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase; }

#map {
  float: right;
  width: -moz-calc(30% - 25px);
  width: -webkit-calc(30% - 25px);
  width: calc(30% - 25px);
  border-left: none;
  border-right: 10px solid #FFF;
  border-top: 10px solid #FFF; }

#map-de {
  margin-bottom: 20px;
  position: relative; }
  #map-de svg {
    overflow: visible;
    box-sizing: content-box; }
  #map-de img {
    width: 100%;
    height: auto; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #map-de svg {
    height: 350px; }
  *::-ms-backdrop, .page-der-ead #map-de svg {
    height: 670px; } }

.map-point {
  position: absolute;
  display: none;
  margin-top: -15px;
  margin-left: -7px; }

.map-point-tooltip {
  position: absolute;
  transform: translateX(-50%);
  margin-left: 8px;
  top: -50px;
  text-align: center;
  max-width: 100%;
  background: #31af49;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  padding: 5px 10px;
  font-size: 13px;
  font-family: "open_sansbold";
  color: #FFF;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 #091433;
  box-shadow: 0 0 5px 0 #091433;
  z-index: 999999999;
  line-height: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.map-point-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  position: absolute;
  display: block;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-color: #31af49 transparent transparent; }

.map-point:hover {
  text-decoration: none;
  color: #31af49;
  width: 100%; }
  .map-point:hover .map-point-tooltip {
    display: block; }

#map-choose, #map-choose-mobile {
  background: #FFF;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  position: relative;
  font-size: 13px;
  color: #091433; }
  #map-choose .slicknav_menu, #map-choose-mobile .slicknav_menu {
    display: block !important;
    height: 40px;
    position: relative; }
  #map-choose .slicknav_btn, #map-choose-mobile .slicknav_btn {
    font-family: "ead";
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    color: #FFF;
    background: #1b398f;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    position: absolute;
    right: -1px;
    top: 0; }
  #map-choose .slicknav_btn:hover, #map-choose .slicknav_btn.slicknav_open, #map-choose-mobile .slicknav_btn:hover, #map-choose-mobile .slicknav_btn.slicknav_open {
    text-decoration: none;
    background: #31af49; }
  #map-choose .slicknav_nav, #map-choose-mobile .slicknav_nav {
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 52px;
    width: 100%;
    padding: 5% 0;
    -webkit-box-shadow: 0 0 10px 0 gray;
    box-shadow: 0 0 10px 0 gray;
    z-index: 999999; }
    #map-choose .slicknav_nav a, #map-choose-mobile .slicknav_nav a {
      color: #091433; }
    #map-choose .slicknav_nav li, #map-choose-mobile .slicknav_nav li {
      padding: 0 5%; }
    #map-choose .slicknav_nav li.slicknav_open, #map-choose-mobile .slicknav_nav li.slicknav_open {
      background: #1b398f;
      color: #FFF;
      font-family: "open_sanssemibold"; }
      #map-choose .slicknav_nav li.slicknav_open a, #map-choose-mobile .slicknav_nav li.slicknav_open a {
        color: #FFF; }
      #map-choose .slicknav_nav li.slicknav_open li, #map-choose-mobile .slicknav_nav li.slicknav_open li {
        font-family: "open_sansregular"; }
      #map-choose .slicknav_nav li.slicknav_open li.slicknav_open, #map-choose-mobile .slicknav_nav li.slicknav_open li.slicknav_open {
        font-family: "open_sanssemibold"; }
  #map-choose .slicknav_nav:before, #map-choose-mobile .slicknav_nav:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    position: absolute;
    display: block;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-color: transparent transparent #FFF; }

#map-choose-mobile {
  display: none; }

#map-choose-txt, #map-choose-txt-mobile {
  position: absolute;
  left: 5%;
  top: 20%; }

.teaser {
  background: #e2e5eb;
  padding: 40px 0;
  text-align: center; }
  .teaser button {
    margin-top: 40px; }

.teaser-wrap {
  position: relative;
  overflow: hidden; }

.teaser-intro {
  font-size: 16px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto; }

.teaser-item, .teaser-bottomline {
  background: #FFF;
  position: relative;
  display: block;
  float: left;
  width: 27.6595744681%;
  margin-right: 2.1276595745%;
  color: #091433;
  padding: 2.1276595745%;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }
  .teaser-item img, .teaser-bottomline img {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    margin-bottom: 20px;
    width: 110px;
    max-width: 100%;
    height: auto; }

.teaser-item:hover {
  text-decoration: none;
  background: #cbcfdb; }

.teaser-item:last-child, .teaser-bottomline:last-child {
  margin-right: 0; }

.teaser-bottomline {
  background: #172346;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 5px; }

/* ARCHIVE */
.search #pagecontent, .search #news-posts {
  width: 100%; }

.search .news-date, .search .news-cat {
  display: none; }

.mitglieder-item {
  display: block;
  background: #e2e5eb;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 10px 40px 10px 10px;
  font-size: 13px;
  color: #091433;
  line-height: normal; }
  .mitglieder-item .mit-img-wrap {
    float: left;
    border: 1px solid #1b398f;
    margin-right: 20px;
    position: relative; }
    .mitglieder-item .mit-img-wrap img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 65px !important; }
  .mitglieder-item .mit-img-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -7.5px;
    right: -8px;
    border-color: transparent transparent transparent #172346; }
  .mitglieder-item .mit-img-wrap:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -7.5px;
    right: -8px;
    border-color: transparent transparent transparent #FFF;
    z-index: 9999;
    right: -7px; }
  .mitglieder-item .mit-img-txt {
    position: relative;
    overflow: hidden; }
  .mitglieder-item h2 {
    margin: -2px 0 0 0;
    font-size: 13px; }

.mitglieder-item:hover {
  text-decoration: none;
  background: #cbcfdb; }

.mitglieder-item:after {
  content: "\e907";
  font-family: "ead";
  font-size: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

#mitglieder-teaser button {
  margin-top: 0; }

#news-posts {
  float: left;
  width: 62.8571428571%; }
  #news-posts .news-date {
    margin-bottom: 0; }
  #news-posts .news-item {
    margin-bottom: 20px; }
    #news-posts .news-item p {
      padding-bottom: 0; }
  #news-posts .news-item:hover .news-content {
    background: #cbcfdb;
    position: relative; }

.news-cat {
  background: #e2e5eb;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #1b398f;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .news-cat a:before {
    content: "\e907";
    font-family: "ead"; }

.news-cat:hover a {
  text-decoration: underline; }

.news-content {
  background: #e2e5eb;
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden; }

.format-aside .news-content, .format-link .news-content, .site-id-2 .news-item .news-content {
  background: #e0f3e4; }
  .format-aside .news-content .icon, .format-link .news-content .icon, .site-id-2 .news-item .news-content .icon {
    background: #31af49;
    color: #FFF;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    margin-right: 10px; }
  .format-aside .news-content h3, .format-link .news-content h3, .site-id-2 .news-item .news-content h3 {
    margin: -4px 0 0 0; }

.format-aside .news-content:hover, .format-link .news-content:hover, .site-id-2 .news-item .news-content:hover {
  background: #258036; }

.format-aside .news-date, .format-link .news-date, .site-id-2 .news-item .news-date {
  background: #31af49; }

.format-aside .news-cat, .format-link .news-cat, .site-id-2 .news-item .news-cat {
  background: #e0f3e4; }
  .format-aside .news-cat a, .format-link .news-cat a, .site-id-2 .news-item .news-cat a {
    color: #31af49; }

.format-aside:hover .news-content, .format-link:hover .news-content, .site-id-2 .news-item:hover .news-content {
  background: #b2dcbb !important; }

.format-aside:hover .news-date, .format-link:hover .news-date, .site-id-2 .news-item:hover .news-date {
  background: #258036; }

.post-content-wrap {
  position: relative;
  overflow: hidden; }

.post-content-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999; }

#events-posts {
  margin-bottom: 20px; }
  #events-posts .news-cat {
    float: right; }
  #events-posts .noposts {
    background: #e2e5eb;
    padding: 20px; }

/* POSTS & PAGES */
.pageimg {
  width: 100%;
  height: auto;
  display: block; }

#mitglieder-pageimg {
  position: relative;
  width: 100%;
  height: auto; }
  #mitglieder-pageimg .container {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: visible; }

#mitglieder-headlogo {
  position: absolute;
  right: 0;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 10px 0 gray;
  box-shadow: 0 0 10px 0 gray;
  top: 50%;
  transform: translateY(-50%); }
  #mitglieder-headlogo img {
    position: relative;
    display: block;
    width: 220px;
    height: auto; }

#mitglieder-headlogo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  position: absolute;
  display: block;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-color: #FFF transparent transparent; }

#breadcrumbs {
  background: #e2e5eb;
  font-size: 12px;
  padding: 10px 0; }
  #breadcrumbs a {
    display: block;
    float: left; }
  #breadcrumbs .icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    float: left; }
  #breadcrumbs .icon:before {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 3px; }
  #breadcrumbs .current {
    font-family: "open_sanssemibold";
    color: #1b398f; }

#pagewrap {
  padding: 60px 0; }

#pagecontent {
  float: right;
  position: relative;
  overflow: hidden;
  width: 74.4680851064%; }
  #pagecontent ul, #pagecontent ol {
    margin: 0 0 20px 16px; }
    #pagecontent ul li, #pagecontent ol li {
      list-style: inherit;
      margin-bottom: 5px; }
  #pagecontent p a {
    text-decoration: underline; }
  #pagecontent img {
    max-width: 100%;
    height: auto; }

.page-template-template-vollebreite #pagecontent, .error404 #pagecontent {
  float: left;
  width: 100%;
  max-width: 700px; }

.page-template-template-mitglieder-page #pagecontent, .page-template-template-mitglieder-page #pagewrap {
  position: static;
  overflow: visible; }

.page-template-template-mitglieder-page #pagewrap:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.page-template-template-mitglieder-page #map {
  background: #e2e5eb;
  width: 90%;
  border: none;
  float: none;
  padding: 5%; }
  .page-template-template-mitglieder-page #map #map-de {
    width: 90%;
    max-width: 500px;
    margin: 0 auto; }
  .page-template-template-mitglieder-page #map #map-choose {
    margin-bottom: 20px; }
    .page-template-template-mitglieder-page #map #map-choose .slicknav_nav {
      list-style: none;
      margin: 0 !important; }
    .page-template-template-mitglieder-page #map #map-choose li {
      list-style: none; }

.boxwrap > div:first-child {
  margin-top: 40px; }

.downloadbox, .contactbox {
  position: relative;
  font-size: 13px;
  padding: 2.8571428571%; }

.downloadbox:after, .contactbox:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.downloadbox {
  background: #e0f3e4;
  border-bottom: 3px solid #FFF;
  position: relative;
  z-index: 1; }

.downloadbox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  position: absolute;
  display: block;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #e0f3e4; }

.boxitem {
  float: left;
  width: 45.4545454545%;
  margin-right: 9.0909090909%;
  display: block;
  font-family: "open_sansregular" !important;
  color: #172346;
  line-height: 16px; }

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

.boxitem:nth-child(1n+3) {
  margin-top: 3.0303030303%; }

.boxitem.icon-arrow-down:before {
  font-family: "ead" !important;
  color: #FFF;
  background: #31af49;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.boxitem.icon-arrow-down:hover:before {
  background: #258036; }

.boxitem:nth-child(2n) {
  margin-right: 0; }

.contactbox {
  background: #e2e5eb;
  border-bottom: 3px solid #FFF;
  position: relative; }
  .contactbox .icon:before {
    color: #FFF;
    background: #1b398f;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 25px; }
  .contactbox h3 {
    margin-bottom: 5px;
    font-size: 13px; }
  .contactbox p {
    padding-bottom: 0; }

.contactbox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  position: absolute;
  display: block;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #e2e5eb;
  z-index: 0; }

.boxtxt {
  column-count: 2;
  column-gap: 0;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0; }

.contactbox.eventsbox .boxtxt {
  column-count: 1 !important;
  -moz-column-count: 1 !important;
  -webkit-column-count: 1 !important; }

.events-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .events-wrap h1 {
    margin: -6px 0 0 0; }

/* MITGLIEDER */
#nrw-energy4climate-gmbh {
  left: 9%;
  top: 50%;
  display: block; }

#hessische-landesenergieagentur-ha-hessen-agentur-gmbh {
  left: 26.1538461538%;
  top: 64.2857142857%;
  display: block; }

#energieagentur-heidekreis {
  left: 41.5384615385%;
  top: 26.5714285714%;
  display: block; }

#landesenergie-und-klimaschutzagentur-mecklenburg-vorpommern-leka {
  left: 76.9230769231%;
  top: 8.8571428571%;
  display: block; }

#energiebauzentrum-hamburg {
  left: 42.3076923077%;
  top: 19.4285714286%;
  display: block; }

#arge-solar-e-v {
  left: 11.5384615385%;
  top: 74.8571428571%;
  display: block; }

#asew-arbeitsgemeinschaft-fuer-sparsame-energie-und-wasserverwendung-asew-im-verband-kommunaler-unternehmen-vku {
  left: 10.3846153846%;
  top: 54.5714285714%;
  display: block; }

#bremer-energie-konsens-gmbh {
  left: 32.6923076923%;
  top: 24.2857142857%;
  display: block; }

#berliner-energieagentur-gmbh {
  left: 82.6923076923%;
  top: 32%;
  display: block; }

#wirtschaftsfoerderung-land-brandenburg-gmbh {
  left: 80%;
  top: 34%;
  display: block; }

#zebau-zentrum-fuer-energie-bauen-architektur-und-umwelt-gmbh {
  left: 45.7692307692%;
  top: 19.4285714286%;
  display: block; }

#thueringer-energie-und-greentech-agentur-thega {
  left: 56.9230769231%;
  top: 52%;
  display: block; }

#oeko-zentrum-nrw-gmbh {
  left: 18.8461538462%;
  top: 40%;
  display: block; }

#klimawerk-energieagentur {
  left: 52.6923076923%;
  top: 22.8571428571%;
  display: block; }

#klimaschutzagentur-region-hannover-ggmbh {
  left: 42.3076923077%;
  top: 33.4285714286%;
  display: block; }

#kek-karlsruher-energie-und-klimaschutzagentur {
  left: 25%;
  top: 81.4285714286%;
  display: block; }

#energie-ressourcen-agentur-goslar {
  left: 50.3846153846%;
  top: 40.5714285714%;
  display: block; }

#energie-beratungs-zentrum-stuttgart-e-v {
  left: 40.3846153846%;
  top: 80%;
  display: block; }

#energieagentur-rheinland-pfalz-gmbh {
  left: 19.2307692308%;
  top: 72.8571428571%;
  display: block; }

#energieagentur-region-goettingen-e-v {
  left: 45%;
  top: 45.4285714286%;
  display: block; }

#energieagentur-regio-freiburg-gmbh {
  left: 24.6153846154%;
  top: 86.8571428571%;
  display: block; }

#energieagentur-nordbayern-gmbh {
  left: 62.3076923077%;
  top: 73.7142857143%;
  display: block; }

#energie-2000-e-v-energieagentur-im-landkreis-kassel {
  left: 37.3076923077%;
  top: 46.2857142857%;
  display: block; }

#saechsische-energieagentur-saena-gmbh {
  left: 88.4615384615%;
  top: 51.4285714286%;
  display: block; }

#regionale-energieagentur-augsburg {
  left: 53.4615384615%;
  top: 85.4285714286%;
  display: block; }

#regionale-energieagentur-e-v {
  left: 51.5384615385%;
  top: 35.7142857143%;
  display: block; }

#proklima-der-enercity-fonds {
  left: 45.7692307692%;
  top: 33.4285714286%;
  display: block; }

#ortenauer-energieagentur-gmbh {
  left: 23.0769230769%;
  top: 84.5714285714%;
  display: block; }

#landesenergieagentur-sachsen-anhalt-gmbh {
  left: 64.2307692308%;
  top: 37.7142857143%;
  display: block; }

#klimaschutzagentur-weserbergland-ggmbh {
  left: 40%;
  top: 39.4285714286%;
  display: block; }

#klimaschutzagentur-mannheim-ggmbh {
  left: 26.9230769231%;
  top: 68.5714285714%;
  display: block; }

#klimaschutzagentur-landkreis-reutlingen-ggmbh {
  left: 38.4615384615%;
  top: 82.2857142857%;
  display: block; }

#kliba-klimaschutz-und-energie-beratungsagentur-heidelberg-rhein-neckar-kreis-ggmbh {
  left: 30.7692307692%;
  top: 72.2857142857%;
  display: block; }

#klimaschutz-und-energieagentur-niedersachsen {
  left: 38.8461538462%;
  top: 33.4285714286%;
  display: block; }

#kea-klimaschutz-und-energieagentur-baden-wuerttemberg-gmbh {
  left: 28.8461538462%;
  top: 81.4285714286%;
  display: block; }

#izes-ggmbh {
  left: 12.3076923077%;
  top: 71.4285714286%;
  display: block; }

#ib-sh-energieagentur {
  left: 43.4615384615%;
  top: 9.1428571429%;
  display: block; }

#hessenenergie-gesellschaft-fuer-rationelle-energienutzung-mbh {
  left: 25.3846153846%;
  top: 62.2857142857%;
  display: block; }

#energie-und-umweltzentrum-allgaeu-ggmbh {
  left: 49.2307692308%;
  top: 95.1428571429%;
  display: block; }

#energiereferat-der-stadt-frankfurt-am-main {
  left: 31.5384615385%;
  top: 63.7142857143%;
  display: block; }

#energieagentur-regensburg-e-v {
  left: 75.3846153846%;
  top: 78%;
  display: block; }

#landesagentur-fuer-energie-und-klimaschutz-lenk {
  left: 78.8461538462%;
  top: 78%;
  display: block; }

#klimaschutzagentur-mittelweser-e-v {
  left: 38.0769230769%;
  top: 31.4285714286%;
  display: block; }

#energieagentur-nrw {
  left: 8.8461538462%;
  top: 44%;
  display: block; }

#klimaschutzagentur-hildesheim-peine-ggmbh {
  left: 45%;
  top: 37.7142857143%;
  display: block; }

/* SIDEBAR */
#sidebar {
  float: right;
  width: 34.2857142857%; }

.sidebaritem {
  background: #e2e5eb;
  padding: 10px;
  margin-bottom: 20px;
  position: relative; }
  .sidebaritem h3 {
    margin-bottom: 10px; }

.sidebaritem:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -2px;
  left: 0;
  border-color: transparent #e2e5eb transparent;
  left: -8px;
  margin-top: -7.5px; }

.widget_categories a, .widget_tag_cloud a {
  font-size: 12px !important;
  background: #172346;
  color: #FFF;
  padding: 0 6px;
  margin: 2px;
  display: inline-block; }

.widget_categories a:hover, .widget_tag_cloud a:hover {
  background: #1b398f;
  text-decoration: none; }

.widget_categories ul, .widget_tag_cloud ul {
  margin: 0 !important; }
  .widget_categories ul li, .widget_tag_cloud ul li {
    display: inline-block;
    list-style: none; }

/* FORMULAR */
.page-kontakt #sidemenu {
  width: 37.2340425532%; }

.page-kontakt #pagecontent {
  width: 57.4468085106%; }

.wpcf7-form input[type=text], .wpcf7-form input[type=email], textarea {
  border: 1px solid #cbcfdb;
  padding: 15px 3.7037037037%;
  width: 91.8518518519%;
  border-radius: 0; }

.wpcf7-form input, .wpcf7-form textarea {
  -webkit-appearance: none;
  background-image: none; }

.wpcf7-form input[type=checkbox] {
  -webkit-appearance: checkbox; }

.field-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .field-item .left, .field-item .right {
    float: left;
    width: 44.6296296296%; }
    .field-item .left input, .field-item .right input {
      padding: 15px 7.4074074074%; }
  .field-item .left {
    margin-right: 7.1428571429%; }

.wpcf7-list-item {
  margin: 0 !important;
  display: block;
  margin-bottom: 10px !important; }

.wpcf7-list-item:last-child {
  margin-bottom: 0 !important; }

.wpcf7-submit {
  background: #31af49; }

.wpcf7-submit:hover {
  background: #258036; }

/* UPLOADER */
#the-file-directory {
  border: 0 !important;
  background: #e2e5eb;
  border-radius: 0 !important;
  margin: 0;
  padding: 0;
  font-family: "open_sansregular";
  margin-bottom: 20px;
  color: #091433 !important; }

.ui-tabs-nav {
  margin: 0 !important;
  background: #172346;
  border: 0;
  border-radius: 0;
  padding: 20px 20px 0 20px !important; }
  .ui-tabs-nav li {
    margin: 0 10px 0 0 !important;
    border: 0 !important;
    padding-bottom: 0 !important;
    background: #cbcfdb !important;
    font-family: "open_sanssemibold"; }
  .ui-tabs-nav li.ui-tabs-active {
    background: #e2e5eb !important; }
  .ui-tabs-nav a {
    color: #172346 !important; }

#tabs-file {
  padding: 20px; }

#form-save-new-file {
  border: 1px dashed #1b398f;
  padding: 20px;
  background: #FFF !important;
  display: block; }

.btn_center {
  font-size: 13px;
  line-height: normal; }
  .btn_center em {
    font-family: "open_sansregular"; }

#select-button {
  background: #1b398f !important;
  font-size: 15px;
  margin-bottom: 20px !important; }

#filelist-uploadfile {
  margin: 0 !important; }

#form-create-new-directory {
  background: transparent !important; }

#nm-create-directory {
  background: #e2e5eb; }
  #nm-create-directory label {
    font-size: 15px; }
  #nm-create-directory input, #nm-create-directory textarea {
    border: 0;
    padding: 10px; }

#directory-button-bar {
  background: #e2e5eb; }

#creat-directory-button {
  margin: 0 auto !important; }

#nm-saving-dir {
  margin: 0 !important;
  padding: 10px; }

.filemanager-breadcrumbs {
  display: none !important; }

table#user-files {
  font-size: 13px;
  line-height: normal;
  width: 100%;
  border: none !important; }
  table#user-files thead tr {
    background: #172346 !important;
    color: #FFF; }
  table#user-files thead th {
    text-align: left; }
  table#user-files tr td, table#user-files tr th {
    padding: 10px !important;
    border: none !important; }
    table#user-files tr td i, table#user-files tr th i {
      display: block; }
    table#user-files tr td .fa, table#user-files tr th .fa {
      display: inherit; }
    table#user-files tr td .fonticonfiles, table#user-files tr th .fonticonfiles {
      font-size: 20px; }
  table#user-files tr td:nth-child(2) {
    font-family: "open_sanssemibold"; }
  table#user-files tr td.sorting_1 {
    background: transparent !important; }
  table#user-files tr:nth-child(even) {
    background: #cbcfdb; }
  table#user-files tr:nth-child(odd) {
    background: #e2e5eb; }

.nm-file-thumb img {
  max-width: 40px;
  height: auto; }

#user-files_length, #user-files_filter {
  padding-bottom: 10px !important;
  font-size: 13px; }

#user-files_length select {
  width: auto !important; }

#user-files_info, #user-files_paginate {
  padding-top: 10px !important;
  font-size: 13px; }

.paginate_button {
  padding: 0 5px !important; }

.paginate_button.current {
  -webkit-border-radius: 200px !important;
  -moz-border-radius: 200px !important;
  -ms-border-radius: 200px !important;
  border-radius: 200px !important;
  background: #e2e5eb !important;
  border: none !important; }

/* FOOTER */
footer {
  background: #cbcfdb;
  padding: 40px;
  position: relative;
  overflow: hidden; }

.login {
  float: left;
  font-size: 13px;
  padding-top: 5px; }

.icon-lock, .icon-unlock {
  background: #1b398f;
  color: #FFF;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  width: 30px;
  height: 25px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  margin-right: 10px;
  font-size: 18px; }

#newsletter {
  float: right;
  position: relative; }
  #newsletter input[type=text] {
    background: #FFF; }
  #newsletter input[type=submit] {
    background: #31af49;
    margin: 0; }
  #newsletter input[type=submit]:hover {
    background: #258036; }
  #newsletter p {
    padding: 0; }

.formError {
  position: absolute !important;
  left: -190px !important;
  top: -10px !important; }

.formErrorContent {
  background: #ff0000 !important;
  border: none !important;
  color: #FFF !important;
  font-family: inherit !important;
  font-size: 11px;
  padding: 4px 10px;
  width: auto !important;
  position: absolute;
  top: 0 !important; }

.formErrorContent:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -7.5px;
  right: -8px;
  border-color: transparent transparent transparent #ff0000; }

#metamenu {
  float: right;
  display: block;
  height: auto; }
  #metamenu li a {
    padding: 10px 40px 0 0;
    font-size: 13px; }
  #metamenu li:hover a, #metamenu li.current-menu-item a {
    color: inherit !important; }
  #metamenu li:hover a {
    text-decoration: underline; }

/* MEDIA QUERIES */
@media screen and (max-width: 770px) {
  /* HEADER */
  header {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-bottom: 20px; }
    header .wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%; }
      header .wrap #search {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0; }
    header .slicknav_menu {
      display: block;
      position: relative;
      background: #172346;
      min-height: 60px;
      margin-bottom: 20px; }
    header .slicknav_btn {
      z-index: 9999;
      position: relative;
      display: block;
      overflow: hidden;
      color: #FFF;
      line-height: auto;
      top: 16px;
      margin-bottom: 20px; }
    header .slicknav_btn:hover {
      text-decoration: none; }
    header .slicknav_icon {
      display: none; }
    header .slicknav_menutxt {
      font-family: "ead";
      font-size: 40px;
      padding: 10px; }
    header ul.slicknav_nav {
      background: #1b398f; }
      header ul.slicknav_nav li {
        border-bottom: 1px solid #172346; }
        header ul.slicknav_nav li a {
          display: block;
          padding: 5%;
          color: #FFF; }
        header ul.slicknav_nav li a:hover {
          text-decoration: none !important; }
        header ul.slicknav_nav li a.slicknav_item a {
          display: inline;
          padding: 0; }
        header ul.slicknav_nav li ul li {
          background: #264ab3;
          border-bottom: 1px solid #1b398f; }
          header ul.slicknav_nav li ul li a {
            padding-left: 10%; }
          header ul.slicknav_nav li ul li ul li {
            background: #2d55cc; }
            header ul.slicknav_nav li ul li ul li a {
              padding-left: 15%; }
      header ul.slicknav_nav li:last-child {
        border-bottom: none; }
    header .slicknav_arrow {
      display: inline-block;
      width: 15px;
      height: 15px;
      background: #31af49;
      text-align: center;
      line-height: 15px;
      margin-left: 10px; }
  #logo {
    background: url("img/logo.png") no-repeat center left;
    background: url("img/logo_ead.svg") no-repeat center left, linear-gradient(transparent, transparent);
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 83px;
    left: 5%;
    display: block; }
  #mainmenu {
    float: none;
    display: none; }
  #search {
    height: 60px;
    width: 100%; }
    #search .icon {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 999999999; }
    #search .wrap {
      margin-left: 0;
      height: 100%;
      z-index: 999999;
      position: relative; }
  #searchfield {
    width: 90%;
    height: 60px;
    border-radius: 0;
    padding: 0 5%;
    -webkit-appearance: none; }
  #searchsubmit {
    position: absolute;
    right: 50px;
    top: 10px; }
  /* START */
  #start-intro {
    margin: 0 auto;
    position: static;
    width: 100%; }
    #start-intro #headline-wrap {
      position: absolute;
      top: 0;
      left: 5%;
      right: 5%; }
    #start-intro h1 {
      font-size: 13px; }
    #start-intro h2 {
      font-size: 18px; }
  #start-wrap {
    float: none;
    width: 100%; }
  .start-intro-txt {
    background: #e2e5eb;
    color: #172346;
    border: none;
    padding: 5%; }
  #news-teaser {
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    padding: 0 5%; }
  #news {
    padding-left: 0; }
  #news, #events {
    margin-right: 0; }
  #map {
    display: none; }
  #start-dropdown-mobile {
    background: #e2e5eb;
    padding-bottom: 20px; }
  #map-choose-mobile {
    display: block;
    width: 90%;
    margin: 0 auto; }
  /* POSTS & PAGES */
  #pagecontent {
    float: none;
    width: 100%; }
    #pagecontent ul {
      margin: 0 0 20px 18px; }
  #sidemenu {
    display: none; }
  #mitglieder-pageimg {
    margin-bottom: 130px; }
  #mitglieder-headlogo {
    width: 100%;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: auto;
    bottom: -130px;
    transform: none; }
    #mitglieder-headlogo img {
      text-align: center;
      width: auto;
      height: 130px;
      left: 50%;
      transform: translate(-50%, 0); }
  .page-template-template-mitglieder-page #map {
    display: block; }
  /* FORMULAR */
  .page-kontakt #sidemenu, .page-kontakt #pagecontent {
    width: 100%;
    display: block;
    float: none; }
  .page-kontakt #pagecontent {
    margin-top: 20px; }
  /* FOOTER */
  footer {
    text-align: center; }
  .login {
    float: none;
    position: relative;
    margin: 0 auto 20px auto;
    display: block; }
  #newsletter {
    float: none;
    width: 50%;
    margin: 0 auto 20px auto; }
    #newsletter input[type=text] {
      width: 90%;
      padding: 0 5%; }
  #metamenu {
    float: right;
    left: -50%;
    position: relative;
    text-align: left; }
    #metamenu ul {
      left: 50%;
      position: relative; }
      #metamenu ul li a {
        padding: 0 10px; }
  .newsletter-info {
    text-align: center; } }

@media screen and (max-width: 450px) {
  /* START */
  #start-intro #headline-wrap {
    position: relative;
    left: 0;
    right: 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  #start-intro h1, #start-intro h2 {
    font-size: 13px;
    width: 90%;
    margin: 0;
    padding: 10px 5%;
    text-align: center; }
  #start-intro h2 {
    font-size: 15px; }
  #start-intro h2:before {
    left: 50%;
    margin-left: -11.25px; }
  #news, #events {
    float: none;
    width: 100%; }
  #news {
    margin-bottom: 40px; }
  .events-item {
    background: #e2e5eb;
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    padding-right: 20px; }
    .events-item p {
      padding: 10px 0 0 0;
      line-height: normal; }
  .events-item:after {
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 20px; }
  .events-item:hover {
    text-decoration: none;
    background: #cbcfdb; }
    .events-item:hover .events-date {
      background: #31af49; }
  .events-date {
    background: #1b398f;
    color: #FFF;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    float: left;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 50px;
    padding-top: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .events-date-day {
    font-family: "open_sansbold";
    font-size: 22px;
    line-height: 0;
    padding-top: 10px; }
  .events-date-month {
    font-size: 13px;
    margin-top: 10px; }
  .teaser button {
    margin-top: 0; }
  .teaser-item {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
    border-bottom: 5px solid #172346; }
  .teaser-bottomline {
    display: none; }
  /* POSTS & PAGES */
  #pagewrap {
    padding: 40px 0; }
  .downloadbox, .contactbox {
    padding: 20px; }
  .boxitem {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; }
  .boxitem:last-child {
    margin-bottom: 0; }
  .boxitem:nth-child(1n+3) {
    margin-top: inherit; }
  .contactbox .icon:before {
    float: none;
    margin-bottom: 20px; }
  .boxtxt {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1; }
  /* ARCHIVE */
  #news-posts, #sidebar {
    float: none;
    width: 100%; }
  /* SIDEBAR */
  #sidebar {
    margin-top: 40px; }
  /* FORMULAR */
  .field-item .left, .field-item .right {
    float: none;
    width: 100%; }
    .field-item .left input, .field-item .right input {
      padding: 15px 3.7037037037%; }
  .field-item .left {
    margin: 0 0 20px 0; }
  /* FOOTER */
  #newsletter {
    width: 100%; } }
