@charset "UTF-8";
/*!
Theme Name: LTB Lasertechnik Berlin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ltb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ltb is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* From: https://google-webfonts-helper.herokuapp.com/fonts/hind?subsets=latin */
/* hind-300 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/hind-v5-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Hind Light"), local("Hind-Light"), url("./fonts/hind-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/hind-v5-latin-300.woff2") format("woff2"), url("./fonts/hind-v5-latin-300.woff") format("woff"), url("./fonts/hind-v5-latin-300.ttf") format("truetype"), url("./fonts/hind-v5-latin-300.svg#Hind") format("svg");
  /* Legacy iOS */ }
/* hind-600 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/hind-v5-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Hind Semibold"), local("Hind-Semibold"), url("./fonts/hind-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/hind-v5-latin-600.woff2") format("woff2"), url("./fonts/hind-v5-latin-600.woff") format("woff"), url("./fonts/hind-v5-latin-600.ttf") format("truetype"), url("./fonts/hind-v5-latin-600.svg#Hind") format("svg");
  /* Legacy iOS */ }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: 600; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 600; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -20px; }
  .grid > * {
    max-width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 20px; }
  .grid.narrow > * {
    margin-bottom: 0; }

.grid-1-4 {
  width: 225px; }

.grid-1-2,
.grid-2-4 {
  width: 470px; }

.grid-3-4 {
  width: 715px; }

.grid-1-1,
.grid-4-4 {
  width: 960px; }

@media screen and (max-width: 1000px) {
  .grid {
    margin-right: 0; }

  .grid > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

  .grid-1-2,
  .grid-2-4 {
    width: 100%; }

  .grid-1-4 {
    max-width: calc(33% - 20px); } }
@media screen and (max-width: 754px) {
  .grid-1-4 {
    max-width: 50%; } }
@media screen and (max-width: 680px) {
  .grid-1-4 {
    min-width: 100%; } }
.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-grid > *,
  .flex-grid .grid-single {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .flex-grid .grid-double {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }

.is-scrollable {
  overflow: auto; }
  .is-scrollable table {
    min-width: 680px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.push-left {
  margin-left: 20px; }

.push-right {
  margin-right: 20px; }

.dimmed {
  color: #9C9D9F; }

.blue {
  color: #006AA1; }

.inverse-blue {
  display: inline-block;
  padding: 7px 9px 4px;
  border: 1px solid #006AA1;
  background-color: #006AA1;
  color: #FFF; }
  .inverse-blue:before {
    content: "› ";
    padding-right: 3px;
    font-size: 20px; }
  .inverse-blue:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #006AA1; }

.dark {
  color: #313131; }

.nobr {
  white-space: nowrap; }

.milchglas {
  margin: 20px 0;
  padding: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8); }
  .milchglas h2 {
    margin-bottom: 12px; }
  .milchglas > *:last-child {
    margin-bottom: 0; }

.link-list {
  list-style: none;
  padding: 0; }
  .link-list li {
    margin: 0 0 10px;
    padding-left: 10px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23006BA1%22%20d%3D%22M7.418%206.356l-1.75%202.617h1.246L8.65%206.356l-1.736-2.63H5.67l1.748%202.63z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') -6px 1px no-repeat;
    text-transform: none; }

.accordion {
  margin-bottom: 20px; }
  .accordion-header {
    margin-bottom: 10px;
    padding-left: 10px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23006BA1%22%20d%3D%22M7.418%206.356l-1.75%202.617h1.246L8.65%206.356l-1.736-2.63H5.67l1.748%202.63z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') -3px 2px no-repeat;
    color: #006AA1;
    cursor: pointer; }
  .accordion[data-is-open] .accordion-header {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23006BA1%22%20d%3D%22M7.153%206.608l-2.617-1.75v1.246L7.153%207.84l2.63-1.736V4.86l-2.63%201.748z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') -3px 2px no-repeat; }
  .accordion-body {
    display: none; }
  :target .accordion-body, .accordion[data-is-open] .accordion-body {
    display: block; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px; }

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

.hide-text, .icon, .breadcrumbs .home {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (min-width: 680px) {
  .hide-when-large {
    display: none !important; } }
@media screen and (max-width: 980px) {
  .hide-when-medium {
    display: none !important; } }
@media screen and (max-width: 680px) {
  .hide-when-small {
    display: none !important; }

  .block {
    float: none;
    margin-left: auto;
    margin-right: auto; } }
.icon, .breadcrumbs .home {
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-pfeil-unten {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23006BA1%22%20d%3D%22M7.153%206.608l-2.617-1.75v1.246L7.153%207.84l2.63-1.736V4.86l-2.63%201.748z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E'); }

.icon-pfeil-rechts {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23006BA1%22%20d%3D%22M7.418%206.356l-1.75%202.617h1.246L8.65%206.356l-1.736-2.63H5.67l1.748%202.63z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E'); }

.icon-twitter {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2256.693%22%20viewBox%3D%220%200%2056.693%2056.693%22%20width%3D%2256.693%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%239C9D9F%22%20d%3D%22M52.837%2015.065c-1.81.805-3.76%201.348-5.805%201.59%202.088-1.25%203.69-3.23%204.444-5.59-1.953%201.158-4.115%202-6.418%202.453-1.843-1.964-4.47-3.192-7.377-3.192-5.58%200-10.102%204.525-10.102%2010.107%200%20.79.09%201.562.262%202.303-8.4-.422-15.85-4.445-20.834-10.56-.87%201.492-1.368%203.228-1.368%205.082%200%203.506%201.784%206.6%204.496%208.412-1.656-.053-3.215-.508-4.578-1.265v.128c0%204.896%203.483%208.98%208.107%209.91-.847.23-1.74.354-2.662.354-.65%200-1.283-.063-1.9-.182%201.287%204.015%205.02%206.938%209.44%207.02-3.46%202.71-7.815%204.326-12.55%204.326-.816%200-1.62-.044-2.412-.14%204.474%202.87%209.786%204.54%2015.493%204.54%2018.59%200%2028.756-15.4%2028.756-28.753%200-.438-.01-.875-.028-1.31%201.974-1.42%203.688-3.202%205.042-5.23z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.icon-linkedin {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2256.693%22%20viewBox%3D%220%200%2056.693%2056.693%22%20width%3D%2256.693%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M30.07%2027.1v-.076c-.015.026-.032.052-.05.077h.05z%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%239C9D9F%22%20d%3D%22M49.265%204.667H7.145c-2.016%200-3.65%201.596-3.65%203.563v42.613c0%201.966%201.634%203.562%203.65%203.562h42.12c2.02%200%203.654-1.597%203.654-3.562V8.23c0-1.968-1.64-3.563-3.658-3.563zm-30.79%2041.637H11.01v-22.46h7.465v22.46zm-3.732-25.527h-.05c-2.504%200-4.124-1.725-4.124-3.88%200-2.203%201.67-3.88%204.22-3.88%202.553%200%204.124%201.677%204.174%203.88%200%202.155-1.622%203.88-4.224%203.88zm30.65%2025.527H37.93V34.286c0-3.018-1.08-5.078-3.782-5.078-2.062%200-3.29%201.39-3.83%202.73-.198.48-.246%201.15-.246%201.822v12.543h-7.465s.098-20.354%200-22.46h7.465v3.18c.992-1.53%202.766-3.71%206.73-3.71%204.91%200%208.593%203.212%208.593%2010.11v12.88z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.icon-search {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%239C9D9F%22%20d%3D%22M5.776%2010.066c2.514%200%204.553-2.038%204.553-4.553S8.29.96%205.773.96%201.224%203%201.224%205.515s2.04%204.552%204.552%204.552zm2.998-1.03l4.323%204.322%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E'); }

.icon-plus {
  position: relative; }
  .icon-plus:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.66%22%20d%3D%22M7.087%2013.546c-3.562%200-6.46-2.898-6.46-6.46S3.525.626%207.087.626s6.46%202.898%206.46%206.46-2.898%206.46-6.46%206.46z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6.658%201.76v4.907H1.932v.798h4.726v4.946h.86V7.467h4.725v-.798H7.517V1.76h-.86z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') center center no-repeat;
    background-size: contain; }

.icon-home {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%239C9D9F%22%20d%3D%22M8%2017.5v-6h4v6h5v-8h3l-10-9-10%209h3v8h5z%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E'); }

.download {
  padding-left: 20px;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%23006BA1%22%20stroke-width%3D%221.327%22%20d%3D%22M2.932%2013.347h7.717M7.085.162v10.653m4.05-4.357l-4.05%204.357-4.05-4.357%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 no-repeat; }

.pdf {
  padding-left: 20px;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23006BA1%22%20d%3D%22M5.89%209.074c-.345.144-.79.274-1.396.274-1.21%200-2.146-.82-2.146-2.262-.014-1.282.792-2.276%202.146-2.276.634%200%201.05.13%201.34.274l.316-1.338c-.403-.173-1.066-.317-1.714-.317-2.462%200-3.9%201.62-3.9%203.723%200%202.175%201.423%203.585%203.612%203.585.878%200%201.613-.187%201.987-.36L5.89%209.07zm2.392%200c.346.144.792.274%201.397.274%201.21%200%202.14-.82%202.14-2.262.014-1.282-.79-2.276-2.146-2.276-.635%200-1.052.13-1.34.274L8.02%203.746c.404-.173%201.067-.317%201.715-.317%202.462%200%203.9%201.62%203.9%203.723%200%202.175-1.423%203.585-3.612%203.585-.878%200-1.613-.187-1.987-.36l.244-1.31z%22%2F%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%23006BA1%22%20stroke-width%3D%221.2%22%20d%3D%22M4.183%207.104h6.103%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 3px no-repeat; }

.mail {
  padding-left: 20px;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%20transform%3D%22translate%28-37.917%20-1298.746%29%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%230070BD%22%20d%3D%22M51.244%201310.555h-12.48v-9.445h12.48v9.445z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M50.43%201302.093l-5.594%205.593-5.593-5.593H50.43z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 2px no-repeat; }

.google-maps {
  position: relative;
  padding-bottom: 56.14%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.map-container {
  position: relative;
  height: 0;
  padding-bottom: 56.4%; }
  .map-container svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%; }

.site-header {
  background: #FFF url(images/header.jpg) center 73px no-repeat; }
  .site-header .site-branding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    padding-left: 20px; }
  .site-header .logo {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 53px;
    margin-right: 10px;
    background: url(images/logo.png) left center no-repeat;
    background-size: contain; }
    .site-header .logo:hover {
      text-decoration: none; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .site-header .logo {
        background-image: url(images/logo@2x.png); } }
  .site-header .slogan {
    margin: 15px 20px;
    color: #FFF; }
    .site-header .slogan span {
      display: block;
      width: 460px;
      max-width: 100%;
      background: url(images/slogan.png) left center no-repeat;
      background-size: contain; }
  .site-header .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #006AA1;
    width: 170px;
    /* IE 10 */ }
    .site-header .search-form button,
    .site-header .search-form input {
      border: 0;
      background-color: transparent;
      color: #313131;
      line-height: 24px; }
    .site-header .search-form button {
      width: 30px;
      padding: 0;
      background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%239C9D9F%22%20d%3D%22M5.776%2010.066c2.514%200%204.553-2.038%204.553-4.553S8.29.96%205.773.96%201.224%203%201.224%205.515s2.04%204.552%204.552%204.552zm2.998-1.03l4.323%204.322%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 5px 5px no-repeat;
      background-size: contain;
      color: transparent; }
    .site-header .search-form span {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@media screen and (min-width: 680px) {
  .site-header {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  body.sticky {
    padding-top: 168px; }
    body.sticky .site-header {
      z-index: 10;
      position: fixed;
      top: 0;
      width: 100%;
      border-bottom: 10px solid #FFF;
      background-position: 50% -55px; }
      body.sticky .site-header .site-branding,
      body.sticky .site-header .slogan {
        display: none; } }
@media screen and (max-width: 680px) {
  body {
    padding-top: 73px; }

  .site-header {
    background-position: 50% -55px; }
    .site-header .site-branding {
      z-index: 10;
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #FFF; }
    .site-header .mobile-navigation {
      z-index: 10;
      position: fixed;
      top: 73px;
      width: 100%; } }
.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .menu-toggle button {
    padding: 20px;
    border: 0;
    border-radius: 50%;
    background: #9C9D9F url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2018%2012%22%20width%3D%2218%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M0%2012h18v-2H0v2zm0-5h18V5H0v2zm0-7v2h18V0H0z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') center center no-repeat;
    background-size: 65%; }
    .menu-toggle button:focus {
      outline: none; }

.head-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px; }
  .head-navigation a {
    margin-right: 10px;
    display: inline-block;
    padding-top: 3px;
    text-transform: uppercase; }
  .head-navigation .lang-de {
    padding-right: 10px;
    border-right: 1px solid #9C9D9F; }
  .head-navigation .lang-active {
    color: #006AA1;
    font-weight: 600; }

.navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }
.navigation li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0; }
.navigation a {
  display: block;
  margin: 0 10px;
  padding: 12px 10px 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
  .navigation a:hover {
    text-decoration: none; }

.main-navigation li:hover a {
  background: none; }
.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a, .main-navigation li.current-page-ancestor a {
  background-color: transparent; }
.main-navigation.no-border li {
  border: 0; }

.mobile-navigation {
  background-color: #9C9D9F; }
  .mobile-navigation .search-form {
    width: 100%;
    background-color: #FFF; }
  .mobile-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .mobile-navigation li {
    border-bottom: 2px solid white;
    padding: 0 3px; }
  .mobile-navigation a,
  .mobile-navigation a:hover {
    font-size: 18px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.66%22%20d%3D%22M.627%207.087c0-3.562%202.898-6.46%206.46-6.46s6.46%202.898%206.46%206.46-2.898%206.46-6.46%206.46-6.46-2.898-6.46-6.46z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7.275%207.076L5.997%202.954h.91l1.267%204.122-1.267%204.144h-.91l1.278-4.144z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') right 5px no-repeat;
    background-size: contain; }

@media screen and (min-width: 680px) {
  .mobile-navigation,
  .menu-toggle {
    display: none; } }
@media screen and (max-width: 680px) {
  .head-navigation a,
  .head-navigation .search-form,
  .navigation {
    display: none; }

  .head-navigation .lang,
  .navigation.toggled {
    display: block; }

  .head-navigation .lang {
    font-size: 18px; }

  .head-navigation {
    right: 60px; }

  .navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .site-header .search-form input {
    padding: 10px 5px 7px; } }
.content-wrapper {
  position: relative; }

.site-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10px; }

@media screen and (max-width: 680px) {
  .site-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
.sidebar {
  width: 225px; }
  .sidebar:empty {
    display: none; }
  .sidebar > div:not(:last-child) {
    margin-bottom: 20px; }
  .sidebar img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .sidebar img:not(:last-child) {
      margin-bottom: 20px; }

.sidebar-top {
  margin-top: 10px; }

.sidebar-left {
  margin-right: 20px; }

.sidebar-right {
  margin-left: 20px; }

@media screen and (max-width: 680px) {
  .sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 20px auto 0; } }
.widget-title {
  color: #006AA1; }

.contact-menu li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none; }
.contact-menu .current-menu-item a {
  color: #006AA1;
  font-weight: 600; }

.menu-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu-description li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
  .menu-description a {
    display: block;
    color: #FFF; }
  .menu-description div {
    margin: 0 10px;
    padding: 10px;
    color: #FFF;
    background-color: #9C9D9F; }

@media screen and (max-width: 680px) {
  .menu-description {
    display: none; } }
.breadcrumbs {
  padding: 10px 10px 0;
  font-size: 17px;
  line-height: 15px;
  color: #9C9D9F; }
  .breadcrumbs span {
    font-size: 12px; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
  .breadcrumbs .home {
    display: block;
    float: left;
    height: 14px;
    margin-right: 2px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%239C9D9F%22%20d%3D%22M8%2017.5v-6h4v6h5v-8h3l-10-9-10%209h3v8h5z%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E'); }

@media screen and (max-width: 680px) {
  .breadcrumbs {
    display: none; } }
.site-main > article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%; }

@media screen and (max-width: 680px) {
  .site-main > article {
    -ms-flex-preferred-size: auto; } }
@media screen and (max-width: 680px) {
  .icon-plus:after {
    display: none; } }
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pagination a {
    color: #006AA1; }

.go-top {
  z-index: 2;
  position: fixed;
  right: 50%;
  bottom: 10px;
  width: 31px;
  height: 31px;
  -webkit-transform: translateX(511px);
      -ms-transform: translateX(511px);
          transform: translateX(511px);
  background: #FFF url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.897%22%20height%3D%2218.897%22%3E%0A%20%20%3CclipPath%20id%3D%22a%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20shape-rendering%3D%22crispEdges%22%20stroke%3D%22%23000%22%20d%3D%22M0%200h14.173v14.173H0z%22%2F%3E%0A%20%20%3C%2FclipPath%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22%239C9D9F%22%20stroke-width%3D%22.66%22%20d%3D%22M7.087%2013.546c-3.562%200-6.46-2.898-6.46-6.46S3.525.626%207.087.626s6.46%202.898%206.46%206.46-2.898%206.46-6.46%206.46z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%239C9D9F%22%20d%3D%22M7.28%206.536L3.156%207.814v-.91L7.28%205.637l4.143%201.267v.91L7.28%206.536z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 4px 4px no-repeat;
  background-size: contain;
  border-radius: 50%; }

@media screen and (max-width: 1000px) {
  .go-top {
    right: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }
.site-footer {
  color: #9C9D9F;
  font-size: 14px;
  line-height: 17px; }
  .site-footer a {
    color: #9C9D9F; }
  .site-footer .container {
    padding: 0 10px 10px; }
  .site-footer .icon, .site-footer .breadcrumbs .home, .breadcrumbs .site-footer .home {
    display: inline-block; }

@media screen and (max-width: 680px) {
  .site-footer .flex-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .site-footer .flex-grid > * {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      min-width: 150px;
      margin-top: 10px; } }
html {
  box-sizing: border-box;
  overflow-y: scroll; }

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

main {
  display: block; }

/* IE 10 */
body,
button,
input,
select,
textarea {
  color: #313131;
  font-size: 16px;
  line-height: 19px;
  font-family: "Hind", sans-serif;
  font-weight: 300; }

p {
  margin-top: 0;
  margin-bottom: 10px; }
  p:empty {
    display: none; }

h1, h2, h3, .link-list li, table th, h4, .recent-post-item a, h5, h6 {
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase; }

h1 {
  font-size: 30px;
  line-height: 34px; }

h2 {
  font-size: 24px;
  line-height: 26px; }

h2 ~ h2 {
  margin-top: 40px; }

h3, .link-list li, table th {
  font-size: 16px;
  line-height: 19px; }

h4, .recent-post-item a {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  color: #9C9D9F; }

a {
  color: #313131;
  text-decoration: none; }
  a.active, a:hover {
    text-decoration: underline; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

blockquote {
  margin: 0 1.5em; }

blockquote, q {
  quotes: '“' '”';
  font-style: italic; }
  blockquote > *:first-child, q > *:first-child {
    margin-top: 0; }
  blockquote cite, q cite {
    float: right; }
    blockquote cite:before, q cite:before {
      content: '– '; }

hr {
  margin-bottom: 20px;
  height: 1px;
  border: 0;
  background-color: #006AA1; }

figure {
  margin: 0; }

figcaption {
  text-align: right; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: 100%;
  /* Adhere to container width. */ }

table {
  border: 20px solid #ccc;
  background-color: #ccc;
  width: 100%; }
  table th,
  table td {
    padding: 5px; }
  table th {
    text-transform: none;
    text-align: left;
    border-bottom: 3px solid #006AA1; }
    table th:not(:last-child) {
      border-right: 2px solid #FFF; }
  table td:not(:last-child) {
    border-right: 2px solid #FFF; }
  table tr:nth-child(even) td {
    background-color: #FFF; }

ul,
ol {
  margin: 0;
  padding-left: 16px;
  margin-bottom: 20px; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px; }

dt {
  font-weight: 600; }

dd {
  margin: 0 20px 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
  width: 100%;
  color: #313131;
  border: 1px solid #313131;
  border-radius: 0;
  background-color: #FFF;
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
select {
  padding: 5px 5px 2px; }

textarea {
  padding-left: 3px;
  width: 100%; }

label {
  margin-left: 20px; }
  label input {
    margin-right: 5px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #9C9D9F;
  background: #006AA1;
  color: #FFF;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #313131; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #313131;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  width: auto;
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
.event-list-view,
.single-event-view,
.event {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none; }

.event-list-view > li:nth-child(n+16) {
  display: none; }

.event {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background-color: #ccc; }

.event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px; }
  .event-date .start-date,
  .event-date .end-date {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px 0 2px;
    background-color: #9C9D9F;
    text-align: center;
    color: #FFF; }
    .event-date .start-date div,
    .event-date .end-date div {
      line-height: 1;
      margin-bottom: 3px; }
      .event-date .start-date div:first-child,
      .event-date .end-date div:first-child {
        margin-top: 3px; }
  .event-date .start-date + .end-date {
    border-left: 1px solid #ccc; }
  .event-date .event-weekday {
    font-size: 0.8em;
    text-transform: uppercase; }
  .event-date .event-day {
    font-size: 1.3em;
    font-weight: 600; }
  .event-date .event-month {
    font-size: 1.0em;
    text-transform: uppercase; }
  .event-date .event-year {
    font-size: 0.8em;
    letter-spacing: 0.1em; }

.event-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 10px solid transparent;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 680px) {
    .event-info {
      background-size: 0; } }
  .event-info .event-title,
  .event-info .event-title a {
    color: #313131; }
  .event-info .event-title h3, .event-info .event-title .link-list li, .link-list .event-info .event-title li, .event-info .event-title table th, table .event-info .event-title th {
    margin: 0; }
  .event-info .event-time {
    padding-right: 0.8em;
    font-weight: 600; }
  .event-info .event-cat {
    font-size: 0.95em; }
  .event-info .event-details p {
    margin: 0;
    font-size: 0.8em; }
  .event-info .event-details figure,
  .event-info .event-details img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: calc(100% - 20px); }
  .event-info .event-details figure > img {
    height: 100%;
    top: initial;
    right: 0; }
  .event-info .event-details figcaption {
    display: none; }
  .event-info .event-details img + br {
    display: none; }

@media screen and (max-width: 470px) {
  .event-info .event-details img {
    display: none; } }
/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
.recent-posts time {
  color: #9C9D9F; }

.entry-title {
  margin: 5px 0 10px;
  color: #006AA1; }

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

.recent-post-item {
  margin-bottom: 20px;
  padding: 0;
  background: none; }
  .recent-post-item time {
    display: block; }
  .recent-post-item a {
    color: #006AA1;
    font-size: 16px;
    line-height: 19px; }

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #FFF url(images/ajax-loader.gif) center center no-repeat; }

.slick-slider {
  list-style: none;
  padding: 0;
  margin: 0 0 40px; }

.rslides {
  list-style: none;
  width: 100%; }

.metaslider:focus {
  outline: none; }

.slick-slide {
  position: relative; }
  .slick-slide a:focus,
  .slick-slide img:focus, .slick-slide:focus {
    outline: none; }

.gallery-caption {
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 40px;
  padding: 12px 10px 8px;
  background: #006AA1;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase; }

.caption-wrap {
  position: absolute;
  top: 0;
  left: 0; }

.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 40px;
  padding: 0;
  background: transparent center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background-color: rgba(255, 255, 255, 0.35); }

.slick-prev {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2226%22%20viewBox%3D%220%200%2015%2026%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%23006AA1%22%20d%3D%22M12.885.58l2.084%202.084L4.13%2013.5l10.84%2010.836-2.085%202.084L2.05%2015.584-.036%2013.5%22%2F%3E%0A%3C%2Fsvg%3E'); }

.slick-next {
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2226%22%20viewBox%3D%220%200%2015%2026%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%23006AA1%22%20d%3D%22M2.02.58L-.036%202.634l10.68%2010.682-10.68%2010.68%202.054%202.056%2012.735-12.736%22%2F%3E%0A%3C%2Fsvg%3E'); }

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots .slick-active button:before {
    color: #006AA1; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer; }
  .slick-dots button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
    .slick-dots button:hover, .slick-dots button:focus {
      outline: none; }
      .slick-dots button:hover:before, .slick-dots button:focus:before {
        color: #006AA1; }
    .slick-dots button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "•";
      width: 20px;
      height: 20px;
      font-size: 40px;
      line-height: 28px;
      text-align: center;
      color: #FFF;
      text-shadow: 0 0 1px #006AA1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #006AA1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background-color: #006AA1;
  background-color: rgba(0, 106, 161, 0.9);
  /* contains the content */ }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 960px;
    padding: 0;
    border: 0;
    background-color: transparent;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    /* reset white-space wrapping */
    white-space: normal; }
    .featherlight .featherlight-content img {
      width: 100%; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #006AA1;
    /* Set the background in case it overlaps the content */
    background-color: rgba(0, 106, 161, 0.3);
    color: #FFF; }

.lightbox-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .lightbox-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/*--------------------------------------------------------------
# Typeahead
--------------------------------------------------------------*/
.tt-menu {
  right: 0;
  padding-bottom: 0;
  background-color: #FFF; }

.tt-suggestion {
  padding: 5px;
  cursor: pointer; }
  .tt-suggestion:hover {
    background-color: #ccc; }

/*--------------------------------------------------------------
# Fetch Tweets
--------------------------------------------------------------*/
.fetch-tweets a {
  color: #006AA1; }

.fetch-tweets-text {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 14pt; }

  /* Headings */
  h1,
  h2,
  h3,
  .link-list li,
  table th,
  h4,
  .recent-post-item a,
  h5,
  h6 {
    page-break-after: avoid; }

  h1 {
    font-size: 19pt; }

  h2 {
    font-size: 17pt; }

  h3, .link-list li, table th {
    font-size: 15pt; }

  h4, .recent-post-item a,
  h5,
  h6 {
    font-size: 14pt; }

  p,
  h2,
  h3,
  .link-list li,
  table th {
    orphans: 3;
    widows: 3; }

  code {
    font: 12pt Courier, monospace; }

  blockquote {
    margin: 1.2em;
    padding: 1em;
    font-size: 12pt; }

  hr {
    background-color: #ccc; }

  /* Images */
  img {
    float: left;
    margin: 1em 1.5em 1.5em 0;
    max-width: 100% !important; }

  a img {
    border: none; }

  /* Links */
  a:link,
  a:visited {
    background: transparent;
    font-weight: 600;
    text-decoration: underline;
    color: #333; }

  a:link[href^="http://"]:after,
  a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* Don't show linked images  */
  a[href^="http://"] {
    color: #000; }

  a[href$=".jpg"]:after,
  a[href$=".jpeg"]:after,
  a[href$=".gif"]:after,
  a[href$=".png"]:after {
    content: " (" attr(href) ") ";
    display: none; }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  /* Table */
  table {
    margin: 1px;
    text-align: left; }

  th {
    border-bottom: 1px solid #333;
    font-weight: 600; }

  td {
    border-bottom: 1px solid #333; }

  th,
  td {
    padding: 4px 10px 4px 0; }

  tfoot {
    font-style: italic; }

  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  /* Hide various parts from the site */
  nav,
  aside,
  footer,
  .metaslider,
  .go-top,
  .menu-toggle {
    display: none; }

  .site-header {
    position: relative; }

  .content-wrapper {
    padding: 0; }

  .site-header .logo {
    text-indent: 0;
    width: auto;
    text-align: center; }
    .site-header .logo:after {
      font-size: 14px !important; }
    .site-header .logo h1 {
      margin-bottom: 0; } }
/*# sourceMappingURL=style.css.map */
