@charset "UTF-8";
/*
Theme Name: Esidog
Description: Theme for "Esidog"
Author: Themory Team
Author URI: http://www.themory.com
Version: 1.0

License:
License URI:
*/
/*
|--------------------------------------------------------------------------
| Normalize
| normalize.css v2.1.2 | MIT License | git.io/normalize
|--------------------------------------------------------------------------
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main Color */
/* Darker Main Color */
/* Text */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
|--------------------------------------------------------------------------
| Base
| Base styles for element selectors only
|-------------------------------------------------------------------------- */
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/pt-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/pt-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/pt-sans-v17-latin-regular.woff2") format("woff2"), url("assets/fonts/pt-sans-v17-latin-regular.woff") format("woff"), url("assets/fonts/pt-sans-v17-latin-regular.ttf") format("truetype"), url("assets/fonts/pt-sans-v17-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */ }
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/pt-sans-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/pt-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/pt-sans-v17-latin-italic.woff2") format("woff2"), url("assets/fonts/pt-sans-v17-latin-italic.woff") format("woff"), url("assets/fonts/pt-sans-v17-latin-italic.ttf") format("truetype"), url("assets/fonts/pt-sans-v17-latin-italic.svg#PTSans") format("svg");
  /* Legacy iOS */ }
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/pt-sans-v17-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/pt-sans-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/pt-sans-v17-latin-700italic.woff2") format("woff2"), url("assets/fonts/pt-sans-v17-latin-700italic.woff") format("woff"), url("assets/fonts/pt-sans-v17-latin-700italic.ttf") format("truetype"), url("assets/fonts/pt-sans-v17-latin-700italic.svg#PTSans") format("svg");
  /* Legacy iOS */ }
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/pt-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/pt-sans-v17-latin-700.woff2") format("woff2"), url("assets/fonts/pt-sans-v17-latin-700.woff") format("woff"), url("assets/fonts/pt-sans-v17-latin-700.ttf") format("truetype"), url("assets/fonts/pt-sans-v17-latin-700.svg#PTSans") format("svg");
  /* Legacy iOS */ }
html {
  font-size: 62.5%; }

body {
  font-family: "PT Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.715;
  background-color: #f1f1f1; }

.hidden {
  display: none; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

a,
a:visited {
  color: #000000;
  font-family: "PT Sans", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  padding-bottom: 1px;
  font-weight: 700;
  border-bottom: 2px solid #0473A5; }

a:hover,
a:active,
li.active a,
li.current_page_item a {
  border-bottom: none; }

a img {
  border: none; }

a.nb {
  border: none;
  padding-bottom: 0;
  margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

hr {
  border: 2px solid #0473A5;
  margin: 0; }

b, strong {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
  border: 0 none; }

.nb {
  border: none !important;
  padding-bottom: 0;
  margin: 0; }

a:hover img {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=5); }

/*
|--------------------------------------------------------------------------
| Typographie
|--------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0473A5;
  font-family: "PT Sans", "Helvetica", "Arial", sans-serif; }

h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 34px; }

h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 34px; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.20;
  color: #000000;
  text-transform: uppercase; }

h5 {
  font-size: 12px;
  color: #000000;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 16px;
  color: #000000; }

/* Anpassungen für den Sidebar*/
.widget_contact_info h2.widgettitle {
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: none; }

#text-7.widget_text {
  padding: 30px 35px 0px; }
  #text-7.widget_text h2 {
    margin: 0; }

/* Anpassungen für den Footer*/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #FFFFFF; }

footer.site-footer a:link, footer.site-footer a:visited {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF; }
footer.site-footer a:hover, footer.site-footer a:active {
  color: #FFFFFF;
  border-bottom: none; }
footer.site-footer .site-info,
footer.site-footer .footer-nav {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  padding: 10px 0 20px; }
  footer.site-footer .site-info p,
  footer.site-footer .footer-nav p {
    margin: 0; }
  footer.site-footer .site-info a:link, footer.site-footer .site-info a:hover, footer.site-footer .site-info a:active, footer.site-footer .site-info a:visited,
  footer.site-footer .footer-nav a:link,
  footer.site-footer .footer-nav a:hover,
  footer.site-footer .footer-nav a:active,
  footer.site-footer .footer-nav a:visited {
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: none; }
footer.site-footer .footer-nav {
  list-style: none;
  padding: 0px; }
  footer.site-footer .footer-nav li {
    float: right;
    margin-right: 10px; }

/*
|--------------------------------------------------------------------------
| Formular
|--------------------------------------------------------------------------
 */
input,
input[type="password"],
input[type="search"] {
  border: none;
  border-bottom: 3px solid #0473A5;
  padding: 0 10px;
  background-image: -moz-linear-gradient(90deg, #f4f4f4 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4f4 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f4f4f4 0%, white 100%);
  -moz-box-shadow: inset 1px 0 4px #d9d9d9;
  -webkit-box-shadow: inset 1px 0 4px #d9d9d9;
  box-shadow: inset 1px 0 4px #d9d9d9;
  width: 255px;
  height: 32px; }

textarea {
  border: none;
  border-bottom: 3px solid #0473A5;
  padding: 10px;
  background-image: -moz-linear-gradient(90deg, #f4f4f4 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4f4 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f4f4f4 0%, white 100%);
  -moz-box-shadow: inset 1px 0 4px #d9d9d9;
  -webkit-box-shadow: inset 1px 0 4px #d9d9d9;
  box-shadow: inset 1px 0 4px #d9d9d9;
  width: 255px;
  height: 107px; }

input:hover,
textarea:hover {
  background-image: none;
  background-color: #FFFFFF; }

input[type="submit"] {
  border: none;
  background-image: none;
  background-color: #0473A5;
  color: #FFFFFF;
  text-transform: uppercase;
  -moz-box-shadow: inset 1px 0 4px #d9d9d9;
  -webkit-box-shadow: inset 1px 0 4px #d9d9d9;
  box-shadow: inset 1px 0 4px #d9d9d9;
  width: 132px;
  height: 32px; }

/*
|--------------------------------------------------------------------------
| Layout
| CSS for the main layout
|-------------------------------------------------------------------------- */
#l-masthead {
  width: 100%;
  height: 212px;
  border-bottom: 0px solid #0473A5;
  background: url(assets/images/header-small.jpg) no-repeat 50% 50% #0473A5;
  background-size: 45%;
  background-position-x: none; }

.home #l-masthead {
  height: 500px;
  background-size: cover;
  background: url(assets/images/header.jpg) no-repeat 50% 50% #0473A5; }

@media screen and (max-width: 1470px) {
  #l-masthead {
    background-size: cover; } }
@media screen and (max-width: 905px) {
  #l-masthead {
    height: 212px; }

  .home #l-masthead {
    background-image: url(assets/images/header-small.jpg);
    height: 300px; } }
@media screen and (max-width: 700px) {
  #l-masthead {
    background-position-x: 100px; } }
@media screen and (max-width: 490px) {
  #l-masthead {
    height: 150px; }

  .home #l-masthead {
    height: 300px; } }
.logo-area {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .logo-area::after {
    clear: both;
    content: "";
    display: table; }
  .logo-area .logo {
    position: absolute;
    margin-top: -90px;
    width: auto;
    background-color: #FFFFFF;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 13px;
    margin-top: 13px;
    height: 150px; }
  .logo-area .logo a:hover img {
    opacity: 1; }
  @media screen and (max-width: 1045px) {
    .logo-area .logo {
      top: 0; } }

.site {
  padding-right: 10px;
  padding-left: 10px; }

.home .site,
.page .site,
.archive .site,
.single .site {
  margin-top: 68px; }

#l-main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  #l-main::after {
    clear: both;
    content: "";
    display: table; }

#l-widgets-top {
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 100%;
  margin-right: 0; }
  #l-widgets-top:last-child {
    margin-right: 0; }
  @media screen and (max-width: 490px) {
    #l-widgets-top {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      #l-widgets-top:last-child {
        margin-right: 0; }
      #l-widgets-top .widget {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%; }
        #l-widgets-top .widget:last-child {
          margin-right: 0; }
        #l-widgets-top .widget:nth-child(2n) {
          margin-right: 0; }
        #l-widgets-top .widget:nth-child(2n+1) {
          clear: left; } }

#primary {
  border-top: 3px solid #0473A5;
  padding: 35px;
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 74.7368421053%; }
  #primary .post {
    margin-bottom: 60px; }
  #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    #primary {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      #primary:last-child {
        margin-right: 0; } }

#secondary {
  border-top: 3px solid #0473A5;
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 24.2105263158%;
  margin-right: 0; }
  #secondary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    #secondary {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      #secondary:last-child {
        margin-right: 0; }
      #secondary .widget {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%; }
        #secondary .widget:last-child {
          margin-right: 0; }
        #secondary .widget:nth-child(2n) {
          margin-right: 0; }
        #secondary .widget:nth-child(2n+1) {
          clear: left; } }

#footer-outer {
  background-color: #0473A5;
  color: #ffffff;
  padding-top: 80px;
  border-top: 1px solid #0f4c67; }

#colophon {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  #colophon::after {
    clear: both;
    content: "";
    display: table; }

/*
|--------------------------------------------------------------------------
| Modules
| Styles for all modules
|-------------------------------------------------------------------------- */
.assistive-text {
  display: none; }

.toggle-primary-navigation {
  display: none;
  padding: 37px 22px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #FFF;
  color: #0473A5;
  width: 90px;
  height: 90px;
  right: 0px;
  width: 100%;
  position: relative;
  text-align: right;
  padding-right: 40px;
  position: relative;
  width: 100%;
  text-align: center;
  text-align: right;
  padding-right: 60px; }

a:link.toggle-primary-navigation,
a:visited.toggle-primary-navigation {
  color: #0473A5; }

.nav-menu-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 1em;
  width: 30px;
  height: 2px;
  background-color: #0473A5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%); }

.nav-menu-icon::before,
.nav-menu-icon:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0473A5;
  -webkit-transition: -webkit-transform .3s,top .3s,background-color 0s;
  transition: transform .3s,top .3s,background-color 0s; }

.nav-menu-icon::before {
  top: -7px; }

.nav-menu-icon::after {
  top: 7px; }

.mobile-navigation {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  color: #0473A5; }

.mobile-navigation a:link,
.mobile-navigation a:visited {
  border-bottom: none;
  padding: 15px;
  display: block;
  color: #0473A5; }

.mobile-navigation a:hover {
  background-color: #0473A5;
  color: #FFFFFF; }

.mobile-navigation li {
  width: 100%;
  border-top: 1px solid #0473A5;
  list-style: none;
  background-color: #FFF; }
  .mobile-navigation li.user {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(4, 115, 165, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(4, 115, 165, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(4, 115, 165, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#800473a5',GradientType=0 );
    /* IE6-9 */ }

.mobile-navigation ul {
  margin: 0;
  padding: 0; }

.mobile-navigation ul a:link {
  padding-left: 30px;
  background-color: #f1f1f1; }
  .mobile-navigation ul a:link:before {
    content: "-";
    margin-right: 4px; }
  .mobile-navigation ul a:link:hover {
    color: #0473A5; }

@media screen and (max-width: 1045px) {
  .primary-navigation {
    display: none; }

  .toggle-primary-navigation {
    display: block; } }
.site-navigation {
  background-color: #FFFFFF;
  border-bottom: 2px solid #0473A5; }

.primary-nav {
  margin: 0;
  padding: 0 22px 0 0;
  list-style-type: none;
  text-align: right;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .primary-nav::after {
    clear: both;
    content: "";
    display: table; }
  .primary-nav * {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .primary-nav li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s; }
    .primary-nav li:hover, .primary-nav li.sfHover {
      background: #ffffff; }
      .primary-nav li:hover > ul, .primary-nav li.sfHover > ul {
        display: block; }
      .primary-nav li:hover a, .primary-nav li.sfHover a {
        color: #0473A5; }
  .primary-nav li.user {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,0473a5+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(4, 115, 165, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(4, 115, 165, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(4, 115, 165, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#800473a5',GradientType=0 );
    /* IE6-9 */ }
  .primary-nav > li {
    margin-right: -3px; }
  .primary-nav > li.current-menu-item a,
  .primary-nav a:hover {
    border-top: 8px solid #0473A5;
    color: #0473A5; }
  .primary-nav a {
    display: block;
    position: relative;
    padding: 30px 15px;
    color: #0473A5;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 17px;
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    border-top: 8px solid transparent;
    letter-spacing: 0.5px; }
  .primary-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 99;
    background-color: #ffffff;
    text-align: left;
    padding: 15px; }
    .primary-nav ul li {
      display: block; }
    .primary-nav ul a:hover {
      background: #ffffff;
      color: #0473A5;
      padding: 10px 5px;
      border-top: none;
      border-top: 8px solid transparent; }
    .primary-nav ul a {
      padding: 10px 5px;
      color: #0473A5;
      border-bottom: 1px dotted #c2c8cb;
      font-family: "PT Sans", "Helvetica", "Arial", sans-serif;
      font-weight: 500;
      text-transform: none;
      border-top: 8px solid transparent; }
  .primary-nav .current-menu-item ul.sub-menu a,
  .primary-nav .current-menu-item ul.sub-menu a:hover {
    border-top: 8px solid transparent; }
  .primary-nav ul li ul.sub-menu {
    left: 100%;
    box-shadow: 5px 13px 47px 0px rgba(0, 0, 0, 0.37);
    top: -15px; }
  .primary-nav ul.sub-menu li {
    min-width: 210px;
    max-width: 230px; }
    .primary-nav ul.sub-menu li a {
      white-space: normal; }

.widget {
  padding: 30px 35px; }

.widget-top {
  border-top: 3px solid #0473A5;
  margin: 10px 0;
  text-align: left;
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 49.4736842105%; }
  .widget-top:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    .widget-top {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .widget-top:last-child {
        margin-right: 0; }
      .widget-top:nth-child(3n) {
        margin-right: 0; }
      .widget-top:nth-child(3n+1) {
        clear: left; }
      .widget-top img {
        width: 100%; } }
  .widget-top .jetpack-image-container {
    margin: 0 auto;
    /*width: 492px;*/ }
  .widget-top .wp-caption a {
    display: block;
    text-align: center;
    width: 157px;
    margin: 20px auto 0; }
    .widget-top .wp-caption a:hover {
      border-bottom: 2px solid #ffffff; }

.widget-footer {
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 49.4736842105%; }
  .widget-footer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 930px) {
    .widget-footer {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .widget-footer:last-child {
        margin-right: 0; }
      .widget-footer:nth-child(2n) {
        margin-right: 0; }
      .widget-footer:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 490px) {
    .widget-footer {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .widget-footer:last-child {
        margin-right: 0; } }

.site-info {
  border-top: 1px solid #ffffff;
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 100%;
  margin-right: 0; }
  .site-info:last-child {
    margin-right: 0; }

.footer-nav {
  float: left;
  display: block;
  margin-right: 1.0526315789%;
  width: 100%;
  margin-right: 0; }
  .footer-nav:last-child {
    margin-right: 0; }

#nav-below .nav-previous {
  float: left; }
#nav-below .nav-next {
  float: right; }

#home-nav div {
  width: 100%; }

#home-nav.above {
  margin-bottom: 40px; }

#home-nav.below {
  margin-top: 40px; }

/*** Member - Widget ***/
.widget.wp-members {
  border-bottom: 3px solid #0473A5;
  background-color: #0473A5;
  color: #FFFFFF; }
  .widget.wp-members h2 {
    color: #FFFFFF; }
  .widget.wp-members a:link, .widget.wp-members a:hover, .widget.wp-members a:visited {
    color: #FFFFFF; }

.widget #wp-members fieldset {
  border: none;
  margin: 20px 0 0;
  padding: 0; }
.widget #wp-members input {
  width: 100%; }
.widget #wp-members input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFFFFF;
  color: #0473A5;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px; }
.widget #wp-members .button_div {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }
  .widget #wp-members .button_div a:link {
    border-bottom: 2px solid #FFFFFF; }

/*
===
Cookie
===
*/
#cookie-notice .cookie-notice-container {
  max-width: 940px;
  margin: 0 auto; }
#cookie-notice #cn-notice-text {
  font-size: 12px; }
#cookie-notice a {
  color: #000000;
  text-decoration: underline; }
#cookie-notice .button {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.0;
  margin: 0 6px;
  padding: 5px 20px;
  text-decoration: none; }

.wpcf7 .cookie .wpcf7-list-item {
  background: #c2c2c2;
  padding: 10px;
  margin: 0; }
.wpcf7 .cookie input[type="checkbox"].cookie-check {
  border: none;
  box-shadow: none;
  width: 25px;
  height: 16px; }
.wpcf7 .cookie span {
  font-size: 14px; }

/*
|--------------------------------------------------------------------------
| States
| Styles for all states
|-------------------------------------------------------------------------- */
/*Google Map*/
#map2 {
  border-bottom: 3px solid #0473A5; }

.wp-caption-text {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  top: -24px;
  left: 10px;
  width: 80%; }

/*WP Members*/
#wpmem_reg {
  position: relative; }

#wpmem_reg form fieldset,
#wpmem_login form fieldset {
  border: none;
  padding: 45px 35px 35px;
  margin: 50px 0 0 0;
  background-color: #FFFFFF; }
  #wpmem_reg form fieldset legend,
  #wpmem_login form fieldset legend {
    color: #0473A5;
    font-family: "PT Sans", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #0473A5;
    display: block;
    width: 100%;
    position: relative;
    top: 50px; }
  #wpmem_reg form fieldset label,
  #wpmem_login form fieldset label {
    margin-top: 20px;
    display: inline-block; }
  #wpmem_reg form fieldset div.before-tos,
  #wpmem_login form fieldset div.before-tos {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 10px; }
  #wpmem_reg form fieldset input,
  #wpmem_login form fieldset input {
    width: 100%; }
    #wpmem_reg form fieldset input#tos,
    #wpmem_login form fieldset input#tos {
      width: 30px;
      height: 15px; }
  #wpmem_reg form fieldset label[for=subscribe],
  #wpmem_login form fieldset label[for=subscribe] {
    display: none; }
  #wpmem_reg form fieldset div.div_checkbox,
  #wpmem_login form fieldset div.div_checkbox {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 10px; }
    #wpmem_reg form fieldset div.div_checkbox #subscribe,
    #wpmem_login form fieldset div.div_checkbox #subscribe {
      box-shadow: none;
      height: 100%; }
      #wpmem_reg form fieldset div.div_checkbox #subscribe:after,
      #wpmem_login form fieldset div.div_checkbox #subscribe:after {
        content: "Ja, ich möchte über Veranstaltungen, Aktionen & Neuigkeiten per E-Mail informiert werden. Abmeldung jederzeit möglich.";
        margin-left: 30px;
        line-height: 19px;
        display: inline-block;
        font-weight: 700; }
  #wpmem_reg form fieldset .req,
  #wpmem_login form fieldset .req {
    float: left; }
  #wpmem_reg form fieldset div.captcha,
  #wpmem_login form fieldset div.captcha {
    text-align: right;
    margin-top: 20px; }
  #wpmem_reg form fieldset .button_div #rememberme,
  #wpmem_login form fieldset .button_div #rememberme {
    width: 30px;
    height: 15px;
    margin: 20px 0 10px; }
  #wpmem_reg form fieldset input[type="submit"],
  #wpmem_login form fieldset input[type="submit"] {
    max-width: 250px;
    width: 100%;
    margin-top: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0473A5;
    color: #ffffff;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: block; }

.wpmem_msg {
  background-color: red;
  color: #FFFFFF;
  padding: 20px;
  font-weight: 700; }

/* Content Two Columns */
.flex-content-boxes {
  width: 100%; }
  .flex-content-boxes::after {
    clear: both;
    content: "";
    display: table; }
  .flex-content-boxes .flex-one,
  .flex-content-boxes .flex-two {
    float: left;
    padding-right: 10px; }
    @media screen and (max-width: 600px) {
      .flex-content-boxes .flex-one,
      .flex-content-boxes .flex-two {
        width: 100%;
        padding-top: 10px; } }

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