/*!
Theme Name: Lorenz Goesta Beutin
Theme URI: http://underscores.me/
Author: Brückner und Brückner
Author URI: http://www.brueckner.studio
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lorenz_goesta_beutin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Lorenz Goesta Beutin is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Webfonts
# Normalize
# Typography
# Layout
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# ACF Content Parts
--------------------------------------------------------------*/

/* Webfont
   ========================================================================== */
/**
 * @license
 * MyFonts Webfont Build ID 3786269, 2019-07-16T09:37:57-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Swiss911CmBTWXX-Regular by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/swiss-911/swiss-911/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3786269
 *
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/39c61d");*/

@font-face {
    font-family: 'Swiss911CmBTWXX-Regular';

    src: url('webfonts/39C61D_0_0.eot');
    src: url('webfonts/39C61D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39C61D_0_0.woff2') format('woff2'),url('webfonts/39C61D_0_0.woff') format('woff'),url('webfonts/39C61D_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  src: url("webfonts/Inter-Light-BETA.woff2") format("woff2"),
       url("webfonts/Inter-Light-BETA.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 300;
  src: url("webfonts/Inter-LightItalic-BETA.woff2") format("woff2"),
       url("webfonts/Inter-LightItalic-BETA.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  src: url("webfonts/Inter-Regular.woff2") format("woff2"),
       url("webfonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  src: url("webfonts/Inter-Italic.woff2") format("woff2"),
       url("webfonts/Inter-Italic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  src: url("webfonts/Inter-Medium.woff2") format("woff2"),
       url("webfonts/Inter-Medium.woff") format("woff");
}


@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  src: url("webfonts/Inter-Bold.woff2") format("woff2"),
       url("webfonts/Inter-Bold.woff") format("woff");
}


@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 800;
  src: url("webfonts/Inter-ExtraBold.woff2") format("woff2"),
       url("webfonts/Inter-ExtraBold.woff") format("woff");
}




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html
{
    line-height: 1.15; /* 1 */

    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body
{
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr
{
    overflow: visible; /* 2 */

    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre
{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]
{
            text-decoration: underline; /* 2 */
            text-decoration: underline dotted; /* 2 */

    border-bottom: none; /* 1 */

    -webkit-text-decoration: underline dotted;
       -moz-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong
{
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp
{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}


/* Layout
   ========================================================================== */
/**
 * Header
 */
.site-header
{
    background: #f1f1f1;
}
.custom-logo
{
    padding: 0 24px;
}
.site-branding
{
    margin-top: 20px;
}
.site-title,
.site-description{
  display: none;
}
.dl-header-widget
{
    font-size: 14px;

    position: absolute;
    top: 10px;
    right: 16px;
}
.dl-header-widget ul.menu
{
    float: right;

    margin: 0;
    padding: 0;

    list-style: none;
}
.dl-header-widget .menu li
{
    display: inline-block;
}
.dl-header-widget .menu li:nth-child(n+2)
{
    margin-left: 2px;
}
.dl-header-widget .menu a
{
    text-decoration: none;

    color: #949494;
}
.dl-header-widget .menu li:nth-child(n+2) a
{
    padding-left: 5px;

    border-left: 1px solid #ccc;
}
.dl-header-widget .menu a:hover,
.dl-header-widget .menu a:active
{
    color: #d8232a;
}
/**
 * Navigation
 */
.menu-main-navigation-container > ul > li:first-child > a
{
    display: block;

    width: 28px;
    margin-top: -1px;
    padding: 0;
    padding-right: 20px;
    padding-left: 30px;

    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-indent: -9999px;

    color: #fff;
    background: transparent url(img/icon-home.svg) no-repeat 25px center;
    -webkit-background-size: auto auto;
            background-size: auto;
}
.main-navigation
{
    background-color: #006fb2;
}
.main-navigation a,
.main-navigation a:visited
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;

    padding: 25px 15px;

    -webkit-transition: all ease-in-out  .2s;
         -o-transition: all ease-in-out  .2s;
            transition: all ease-in-out  .2s;
    letter-spacing: .025em;

    color: #fff;
}
.main-navigation a:hover,
.main-navigation .icon-home a:hover
{
    -webkit-transition: all ease-in-out  .2s;
         -o-transition: all ease-in-out  .2s;
            transition: all ease-in-out  .2s;

    opacity: .7;
    color: #fff;
}
.main-navigation .sub-menu
{
    -webkit-transition: all ease-in-out  .2s;
         -o-transition: all ease-in-out  .2s;
            transition: all ease-in-out  .2s;
    /** background: url(img/icon-arrow-down--filled.svg) no-repeat top left #58A6D5;*/

    background-color: #58a6d5;
    -webkit-background-size: 25px 10px;
            background-size: 25px 10px;

    box-shadow: 3px 3px 5px #0000001c;
}
.main-navigation .sub-menu a,
.main-navigation .sub-menu .sub-menu a
{
    padding-top: 15px;
    padding-bottom: 15px;

    border-top: 1px solid #006fb2;
}
.main-navigation .sub-menu li:first-child a
{
    border-top: none;
}

/* Button to toggle mobile navigation */

.navigation-button
{
    position: relative;
    z-index: 100;

    display: none;

    width: 85px;
    height: 50px;
    padding-left: 16px;

    cursor: pointer;
    -webkit-transition: opacity .25s ease;
         -o-transition: opacity .25s ease;
            transition: opacity .25s ease;
}
.navigation-button #mobile-menu-toggle
{
    padding: 0;
}
.navigation-button:hover
{
    opacity: .7;
}
.mm-opened .navigation-button .top
{
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(45deg);
         -o-transform: translateY(7px) translateX(0) rotate(45deg);
            transform: translateY(7px) translateX(0) rotate(45deg);

    background: #fff;
}
.mm-opened  .navigation-button .middle
{
    opacity: 0;
    background: #fff;
}
.mm-opened .navigation-button .bottom
{
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
         -o-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);

    background: #fff;
}
.navigation-button span
{
    width: 15px;
    height: 2px;

    cursor: pointer;
    -webkit-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

    border: none;
    background: #fff;
}
.navigation-button .burger
{
    position: absolute;
    top: 50%;

    height: 50px;

    -webkit-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
         -o-transform: translateY(-18%);
            transform: translateY(-18%);
}
.navigation-button .burger span
{
    position: absolute;
    top: 0;
    left: 0;
}
span.text
{
    font-family: 'Inter', Neue Helvetica, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 50px;

    left: inherit;

    width: auto;
    padding-left: 25px;

    text-transform: uppercase;

    color: #fff;
    background: none;
}
.navigation-button .burger .top
{
    top: 1px;
}
.navigation-button .burger .middle
{
    top: 8px;
}
.navigation-button .burger .bottom
{
    top: 15px;
}

/* mmmenu / Mobile Navigation */

#mobile-navigation
{
    color: #fff;
    background: #006fb2;
}

#mobile-navigation .mm-panels > .mm-panel
{
    padding-left: 0;
}

#mobile-navigation .mm-listview .mm-vertical .mm-panel,
#mobile-navigation .mm-vertical .mm-listview .mm-panel
{
    padding: 0;
}

#mobile-navigation .mm-listview .mm-vertical .mm-panel a,
#mobile-navigation .mm-vertical .mm-listview .mm-panel a
{
    padding-left: 70px;
}

#mobile-navigation .mm-listview > li:not(.mm-divider):after
{
    left: 0;
}

#mobile-navigation .mm-listview > li.mm-vertical > .mm-next,
#mobile-navigation .mm-vertical .mm-listview > li > .mm-next
{
    height: 54px;
}

#mobile-navigation .mm-listview > li.mm-vertical > .mm-next:after,
#mobile-navigation .mm-vertical .mm-listview > li > .mm-next:after
{
    top: 23px;
}

#mobile-navigation .mm-listview
{
    font-size: 21px;
}

#mobile-navigation .mm-listview > li > a,
#mobile-navigation .mm-listview > li > span
{
    font-family: 'Inter', Neue Helvetica, Helvetica, Arial, sans-serif;

    padding: 17px 10px 17px 30px;
}

.mm-menu .mm-listview li a:hover,
.mm-menu .mm-listview li a:active,
.mm-menu .mm-listview li a:focus,
.mm-menu .mm-listview li.current-menu-item a,
.mm-menu .mm-listview li.current-menu-parent a,
.mm-menu .mm-listview li ul li.current-menu-item a,
.mm-menu .mm-listview li ul li a:hover,
.mm-menu .mm-listview li.current-menu-parent ul li a:hover,
.mm-menu .mm-listview li.current-menu-item ul li a:hover,
.mm-menu .mm-listview li.current-menu-parent ul li a:hover
{
    color: #006fb2;
    background-color: #fff;
}
/**
 * Content
 */
.site-content,
.site-footer
{
    padding: 0 16px;
    hyphens: auto;
}
.dl-wrapper,
.site-content,
.above-footer
{
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.site-header .dl-wrapper
{
    position: relative;
}
.above-footer .dl-wrapper,
.site-footer .dl-wrapper,
.site-content .dl-wrapper,
.site-content
{
    position: relative;

    overflow-x: hidden;
}

#site-navigation .dl-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    height: 75px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

/* / SLIDER / */

.home .swiper
{
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding-bottom: 10px;
    margin-left: -16px;
    width: calc( 100% + 32px);
}
.swiper-slide
{
    font-size: 18px;

    position: relative;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:    -moz-box;
    display:         flex;

    text-align: center;

    background: #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.swiper-slide--wrapper-maintext
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
}
.swiper-slide--wrapper-maintext .rotate
{
    width: 109%;
    margin-bottom: 4%;

    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
}
.swiper-slide--wrapper-maintext h2
{
    line-height: 1.1;

    margin-bottom: .7em;

    text-align: left;
}
.swiper-slide--wrapper-maintext h2 span
{
    font-family: 'Swiss911CmBTWXX-Regular', Neue Helvetica, Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: normal;

    display: inline;

    padding: 4px 12px;

    letter-spacing: .025em;

    color: #fff;
    background: #d8232a;
            box-decoration-break: clone;

    -webkit-box-decoration-break: clone;
}
.swiper-slide a
{
    display: block;

    text-decoration: none;
}
.swiper-slide:after
{
    position: absolute;
    z-index: 1;
    bottom: -22%;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 23%;

    content: '';
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
         -o-transform: skewY(-5deg);
            transform: skewY(-5deg);
    -webkit-transform-origin: 3% 0;
        -ms-transform-origin: 3% 0;
         -o-transform-origin: 3% 0;
            transform-origin: 3% 0;
    pointer-events: none;

    background: #fff;
}
.swiper-slide--wrapper-maintext p
{
    margin-bottom: 9%;
    margin-left: 5%;
    padding: 20px 15px 20px 30px;

    text-align: left;

    color: #fff;
    background: #006fb2;
}
.home .swiper-button-next,
.home .swiper-container-rtl .swiper-button-prev
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.home .swiper-button-prev,
.home .swiper-container-rtl .swiper-button-next
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.home .swiper-pagination-bullet-active
{
    background: #006fb2;
}

.home .swiper-button-prev,
.home .swiper-button-next
{
    top: 40%;
}

/* Themen Teaser */

.themen-teaser
{
    margin-bottom: 80px;
}
.themen-teaser:hover .rotate
{
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
}
.themen-teaser-item
{
    position: relative;

    background-color: rgba(0,111,178,.6);
}
.themen-teaser-item img
{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    mix-blend-mode: screen;
}
.themen-teaser .wrap .col:nth-child(even) .themen-teaser-item
{
    padding-left: 10%;
}
.themen-teaser-item .rotate
{
    width: 109%;
    margin-bottom: 4%;

    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
}
.themen-teaser-item h3
{
    font-family: 'Swiss911CmBTWXX-Regular', Neue Helvetica, Helvetica, Arial, sans-serif;
    font-size: 45px;
    line-height: 1.1;

    position: absolute;
    bottom: 0;
    left: -25px;

    display: inline;

    margin-bottom: 0;
    padding: 5px 10px;

    text-align: left;
    letter-spacing: .025em;

    color: #fff;
    background: #d8232a;
            box-decoration-break: clone;
    /*box-shadow: 10px 0px 0 #D8232A, -10px 0 0 #D8232A;*/

    -webkit-box-decoration-break: clone;
}

/* Home Teaser */

.home-teaser h3
{
    font-family: 'Swiss911CmBTWXX-Regular', Neue Helvetica, Helvetica, Arial, sans-serif;
    font-size: 45px;
    line-height: 1.1;

    display: inline;

    margin-top: 5px;
    padding: 5px 10px;

    text-align: left;
    letter-spacing: .025em;

    color: #fff;
    background: #d8232a;
            box-decoration-break: clone;

    -webkit-box-decoration-break: clone;
}
.home-teaser .rotate
{
    padding: 10px 0 20px 4px;

    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
}

/* Home Terminliste */

.termine-item
{
    position: relative;

    margin: 0 0 29px 0;
    padding: 0 0 30px 0;

    border-bottom: 1px solid #d4d4d4;
}
.termine-item .event-title
{
    font-size: 18px;
    font-weight: 500;
}
.termine-item .event-date,
.posted-on
{
    text-align: center;
}
.termine-item .event-venue
{
    display: block;

    color: #006fb2;
}
.termine-item .event-date span,
.posted-on span
{
    font-size: 18px;
    font-weight: 700;

    display: block;

    color: #006fb2;
}
.termine-item .event-date span:nth-child(1):after,
.posted-on span:nth-child(1):after
{
    display: block;

    width: 12px;
    height: 0;
    margin: 3px auto 2px;

    content: ' ';

    border-bottom: 1px solid #006fb2;
}
.termine-item a
{
    position: absolute;
    right: 0;
    bottom: 5px;

    display: block;
}
.termine-item a::before
{
    font-size: 0;

    position: relative;
    top: -4px;

    width: 0;
    height: 0;
    margin: 0 3px 0 0;

    content: '';

    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent #006fb2;
}
.termine-home .read-more
{
    display: block;

    padding-top: 20px;
}
.entry-meta
{
    position: absolute;
    top: 0;
    left: -50px;

    display: inline-block;

    width: auto;
}

/* Seite Themen */

.weitere-themen ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.weitere-themen ul li
{
    display: inline-block;

    margin-right: 20px;
}
.weitere-themen ul li a
{
    font-size: 36px;
    line-height: 1;

    display: block;

    margin: 0 0 20px 0;

    color: #006fb2;;
}
.weitere-themen ul li a:hover
{
    text-decoration: underline;
}
.weitere-themen ul li a:before
{
    font-size: 0;

    position: relative;
    top: -12px;
    left: -1em;

    width: 0;
    height: 0;
    margin: 0 5px 0 0;

    content: '';

    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent #006fb2;
}

/* Social media icons header Widget */

.site-header .widget-socialmedia-icons
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.widget-socialmedia-icons
{
    margin: 5px 0 5px 0;
}

.widget-socialmedia-icons a
{
    display: inline-block;
    float: left;

    margin-right: 7px;
}
#footer-right .widget-socialmedia-icons a
{
    margin-right: 10px;
}

.widget-socialmedia-icons a:last-child
{
    margin-right: 0;
}



/* Newsletter Widget */
.newsletter .mailpoet_form
{
    padding-top: 20px;
}
.newsletter h3
{
    line-height: 1.2;

    padding-top: 40px;
    padding-left: 10px;

    color: #006fb2;
}
.newsletter #mailpoet_form_1 .mailpoet_text,
.newsletter #mailpoet_form_1 .mailpoet_textarea
{
    width: 100%;
    padding: 10px 5px;

    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: #f2f2f2;
}
.newsletter #mailpoet_form_1 .mailpoet_text_label
{
    font-weight: normal;

    margin-bottom: 5px;

    color: #bfbfbf;
}

/*Footer*/
.site-footer
{
    padding-top: 50px;
    padding-bottom: 80px;

    color: #fff;
    background: #d8232a;
}
.site-footer .col
{
    font-size: .8rem;
}
.site-footer .widget-title
{
    font-family: 'Inter', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;

    margin-top: 0;
    margin-bottom: 30px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #b1070e;
}
.site-footer a,
.site-footer a:visited
{
    text-decoration: none;

    color: #fff;
}
.site-footer a:hover,
.site-footer a:active
{
    color: rgba(255,255,255, .7);
}
.site-footer ul,
.site-footer li
{
    margin: 0;
    padding-left: 0;

    list-style: none;
}
.site-footer .menu-sitemap-navigation-container a
{
    font-size: 20px;
    line-height: 31px;
}
.above-footer
{
    padding: 0 16px;
}
/*
© Zeile
 */
.site-info
{
    padding-top: 50px;
}
.footer-nav li
{
    display: inline-block;

    padding-right: 5px;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img
{
    display: block;

    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea
{
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */

    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input
{
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select
{
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset
{
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend
{
    display: table; /* 1 */

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */

    white-space: normal; /* 1 */

    color: inherit; /* 2 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress
{
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea
{
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio']
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search']
{
    outline-offset: -2px; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button
{
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details
{
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary
{
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template
{
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden]
{
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea
{
    font-family: 'Inter', Neue Helvetica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.5;

    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Inter', Neue Helvetica, Helvetica, Arial, sans-serif;

    clear: both;

    margin: 0;
}

h2,
h3
{
    font-size: 28px;
    font-weight: 500;

    margin-bottom: 1.5em;

    color: #333;
}

.copytext
{
    font-family: 'Inter', Neue Helvetica, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

p
{
    margin-top: 0;
    margin-bottom: 1.5em;
    hyphens: auto;
}

dfn,
cite,
em,
i
{
    font-style: italic;
}
blockquote
{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;

    position: relative;

    max-width: 640px;
    margin: 0 auto;
    padding: 20px 0 0 50px;

    color: #d8232a;
    border-top: 1px solid #d8232a;
    border-bottom: 1px solid #d8232a ;
}
blockquote::before
{
    font-family: Georgia, serif;
    font-size: 4em;
    line-height: 1;

    position: absolute;
    top: -25px;
    left: 0;

    content: '\201E';

    color: #bbb;
}
blockquote::after
{
    font-family: Georgia, serif;
    font-size: 4em;
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: -25px;

    content: '\201C';

    color: #bbb;
}

address
{
    margin: 0 0 1.5em;
}

pre
{
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;

    overflow: auto;

    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;

    background: #eee;
}

code,
kbd,
tt,
var
{
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 15px;
    font-size: .9375rem;
}

abbr,
acronym
{
    cursor: help;

    border-bottom: 1px dotted #666;
}

mark,
ins
{
    text-decoration: none;

    background: #fff9c0;
}

big
{
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after
{
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
}

body
{
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr
{
    height: 1px;
    margin-bottom: 1.5em;

    border: 0;
    background-color: #ccc;
}

ul,
ol
{
    margin: 0 0 15px 0;
}

ul
{
    list-style: none;
}

ol
{
    list-style: decimal;
}
.dl-text ul
{
    margin: 0;
    padding: 0 0 20px 20px;
}
.dl-text li
{
    position: relative;
}
.dl-text li::before
{
    position: absolute;
    top: 6px;
    left: -15px;

    width: 7px;
    height: 13px;

    content: ' ';

    background: url('img/bullet-arrow.png') no-repeat;
    background-position: bottom center;
    -webkit-background-size: 7px 13px;
            background-size: 7px 13px;
}

.dl-text li
{
    padding-bottom: 10px;

    list-style: none;
}
li > ul,
li > ol
{
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1.5em 1.5em;
}

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

figure
{
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
/* Tabellen */
table
{
    width: 100%;
    margin: 0 0 1.5em;

    table-layout: auto;
}
td
{
    vertical-align: top;
}
td:first-child
{
    min-width: 12%;
    margin-right: 10px;

    color: #006fb2;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit']
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 20px;
    padding: 20px 20px;

    cursor: pointer;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background: #006fb2;
}

button.primary a,
button.primary a:hover{
  color: #fff;
  padding: 20px 20px;
}

.button a,
.button a:hover,
.entry-content button a,
button a:hover
{
    color: #fff;
}

.zweispaltig button a
{
    display: block;

    width: 100%;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover
{
    background: #d8232a;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea
{
    padding: 3px;

    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
            border-radius: 0;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus
{
    color: #111;
}

select
{
    border: 1px solid #ccc;
}

textarea
{
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a
{
    text-decoration: none;

    color: #006fb2;
}

a:visited
{
    color: #006fb2;
}

a:hover,
a:focus,
a:active
{
    color: #006fb2;
}

a:focus
{
    outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-navigation-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.main-navigation
{
    display: block;
    overflow-y: visible;

    width: 100%;
}

.main-navigation ul
{
    display: inline-block;

    margin: 0;
    padding-left: 0;

    list-style: none;
}


/*.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}*/

.main-navigation ul li ul
{
    position: absolute;
    z-index: 2;
    left: 0;

    display: none;
    visibility: hidden;

    min-width: 5rem;

    -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    opacity: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li ul:hover
{
    display: block;
    visibility: visible;

    opacity: 1;
}

.main-navigation ul li ul li
{
    clear: both;

    width: 100%;
}

/*.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}*/

/*.main-navigation ul ul a {
  width: 200px;
}*/

/*.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}*/

.main-navigation li
{
    position: relative;

    display: inline-block;

    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}

.main-navigation a
{
    display: block;

    text-decoration: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation
{
    overflow: hidden;

    margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous
{
    float: left;

    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next
{
    float: right;

    width: 50%;

    text-align: right;
}
.post-navigation
{
    margin: 80px 0 0 0;

    border-top: 1px solid #d8232a;
}
.post-navigation .nav-previous,
.post-navigation .nav-next
{
    margin: 0 0 30px 0;
    padding-top: 30px;
}
.post-navigation .nav-next a
{
    padding-right: 10px;
}
.nav-next a:after
{
    font-size: 0;

    position: relative;
    top: -5px;
    right: 0;

    width: 0;
    height: 0;
    margin: 0 0 0 10px;

    content: '';

    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent #006fb2;
}
.nav-previous a:before
{
    font-size: 0;

    position: relative;
    top: -5px;
    right: 0;

    width: 0;
    height: 0;
    margin: 0 10px 0 0;

    content: '';

    border-width: 7px 7px 7px 0;
    border-style: solid;
    border-color: transparent #006fb2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text
{
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

    border: 0;

    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
}

.screen-reader-text:focus
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    line-height: normal;

    z-index: 100000;
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    color: #21759b;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);

    -webkit-clip-path: none;
            clip-path: none;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus
{
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft
{
    display: inline;
    float: left;

    margin-right: 1.5em;
}

.alignright
{
    display: inline;
    float: right;

    margin-left: 1.5em;
}

.aligncenter
{
    display: block;
    clear: both;

    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------------------------------
# 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
{
    display: table;

    table-layout: fixed;

    content: '';
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget
{
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select
{
    max-width: 100%;
}
.widget-title
{
    font-family: 'Inter', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;

    letter-spacing: 0;

    color: #006fb2;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky
{
    display: block;
}

.single #primary
{
    margin-top: 3em;
}

.single .entry-title
{
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2;

    margin: 30px 0;
}

/* Responsive Video */

.single .video { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
} 

.single .video iframe,
.single .video object,
.single .video embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post,
.page
{
    margin: 0 ;
}

article.post {
    padding-bottom: 70px;
}

.updated:not(.published)
{
    display: none;
}

.page-content,
.type-page .entry-content,
.entry-summary,
.archive .site-main,
.blog .site-main {
	 margin: 3em 0 0;
}

.page-links
{
    clear: both;

    margin: 0 0 1.5em;
}

.loop-article .post-thumbnail,
.post .post-thumbnail
{
    display: block;

    margin-bottom: 25px;
}

.category-links a,
.category-links span
{
    font-size: 16px;
}

.loop-article .post-type,
.post .post-type
{
    font-weight: 700;
}

.loop-article a .entry-title,
.post a .entry-title
{
    line-height: 1.25;

    margin: 15px 0 20px;

    color: #000;
}

.loop-article a:hover .entry-title,
.post a:hover .entry-title
{
    color: #006fb2;
}

.loop-article .post-text{
	position: relative;
}

.loop-article
{
    margin-bottom: 90px;
}

.loop-container .loop-article:nth-child(odd)
{
    padding-right: 4.166665%;
}

.loop-container .loop-article:nth-child(even)
{
    padding-left: 4.166665%;
}

.loop-article .wp-post-image
{
  transition: all ease 0.3s;
}

.loop-article .wp-post-image:hover
{
  opacity: 0.8;
}

.read-more
{
    font-size: 16px;
    font-weight: 800;

    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.read-more:hover
{
    text-decoration: underline;
}

.rotation-wrapper-outer
{
    display: table;
}
.rotation-wrapper-inner
{
    height: 0;
    padding: 50% 0;
}
.element-to-rotate
{
    display: block;

    margin-top: -53%;
    margin-left: -2px;

    -webkit-transform: rotate(-90deg) translate(-100%);
        -ms-transform: rotate(-90deg) translate(-100%);
         -o-transform: rotate(-90deg) translate(-100%);
            transform: rotate(-90deg) translate(-100%);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    text-align: right;
}
.marginaltext
{
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;

    min-width: 200px;

    letter-spacing: .03em;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: #d8232a;
}
.block
{
    padding-top: 40px;
    padding-bottom: 20px;

    border-top: 1px solid #d8232a;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a
{
    word-wrap: break-word;
}

.bypostauthor
{
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer
{
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer
{
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object
{
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link
{
    display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption
{
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*='wp-image-']
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text
{
    margin: .8075em 0;
}

.wp-caption-text
{
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery
{
    margin-bottom: 1.5em;
}

.gallery-item
{
    display: inline-block;

    width: 100%;

    text-align: center;
    vertical-align: top;
}

.gallery-columns-2 .gallery-item
{
    max-width: 50%;
}

.gallery-columns-3 .gallery-item
{
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item
{
    max-width: 25%;
}

.gallery-columns-5 .gallery-item
{
    max-width: 20%;
}

.gallery-columns-6 .gallery-item
{
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item
{
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item
{
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item
{
    max-width: 11.11%;
}

.gallery-caption
{
    display: block;
}


/*--------------------------------------------------------------
## ACF Content Parts
--------------------------------------------------------------*/
.dl-image img
{
    padding-bottom: 40px;
}
.dl-gallery img
{
    padding-bottom: 15px;
}

/**
 * Search Form in header
 *
 */
/*
Search
 */
#site-navigation input[type='search']
{
    width: auto;
    max-width: 210px;

    color: #fff;
    border: inherit;
    border-bottom: 2px solid rgba(255,255,255, .8);
    border-bottom-width: inherit;
    border-bottom-style: inherit;
    border-bottom-color: inherit;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: transparent;
}
#site-navigation input[type='search']:active
{
    color: #fff;
}
#site-navigation input[type='search']::-webkit-input-placeholder
{
    color: rgba(255,255,255, .8);
}
#site-navigation input[type='search']:-moz-placeholder
{
    color: rgba(255,255,255, .8);
}
#site-navigation input[type='search']::-moz-placeholder
{
    color: rgba(255,255,255, .8);
}
#site-navigation input[type='search']:-ms-input-placeholder
{
    color: rgba(255,255,255, .8);
}
#site-navigation input[type='search']::-ms-input-placeholder
{
    color: rgba(255,255,255, .8);
}
#site-navigation input[type='search']::placeholder
{
    color: rgba(255,255,255, .8);
}
#site-navigation input[type='search']::hover::-webkit-input-placeholder,
#site-navigation input[type='search']::active::-webkit-input-placeholder
{
    color: #fff;
}
#site-navigation input[type='search']::hover:-moz-placeholder,
#site-navigation input[type='search']::active:-moz-placeholder
{
    color: #fff;
}
#site-navigation input[type='search']::hover::-moz-placeholder,
#site-navigation input[type='search']::active::-moz-placeholder
{
    color: #fff;
}
#site-navigation input[type='search']::hover:-ms-input-placeholder,
#site-navigation input[type='search']::active:-ms-input-placeholder
{
    color: #fff;
}
#site-navigation input[type='search']::hover::-ms-input-placeholder,
#site-navigation input[type='search']::active::-ms-input-placeholder
{
    color: #fff;
}
#site-navigation input[type='search']::hover::placeholder,
#site-navigation input[type='search']::active::placeholder
{
    color: #fff;
}

#site-navigation .search-toggle
{
    float: right;

    width: 54px;
    height: 54px;
    margin-right: 20px;
    padding: 12px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}

#site-navigation .search-toggle:hover,
#site-navigation .search-toggle.active
{
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

/*--------------------------------------------------------------
# 404 Seite
--------------------------------------------------------------*/
.error404 .page-title
{
    padding-top: 5%;
}
.error404 .page-content input[type='search']
{
    padding: 15px;
}
.error404 .widget_categoriess h2
{
    color: #000;
}
.error404 .widget_recent_entries ul,
.error404 .widget_categories ul
{
    padding: 0;
}

@media screen and (max-width: 600px)
{
    .search-toggle
    {
        position: absolute;
        top: 0;
        right: 0;

        margin-right: 0;
    }
}

/*--------------------------------------------------------------
## Header Search Bar
--------------------------------------------------------------*/
#site-navigation input[type='submit'].search-submit
{
    display: inline-block;
    overflow: hidden;

    margin-left: -25px;

    text-indent: -9999px;

    background: transparent url('img/icon-search.svg') no-repeat left center;
}

#site-navigation input[type='submit'].search-submit:active
{
    position: relative;
    top: 1px;

    opacity: .7;
}
#site-navigation .search-form
{
    display: inline-block;

    padding: 5px 0;
}
#site-navigation .search-toggle
{
    float: right;

    width: 54px;
    height: 54px;
    margin-right: 20px;
    padding: 12px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}

#site-navigation .search-toggle:hover,
#site-navigation .search-toggle.active
{
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

@media screen and (max-width: 600px)
{
    .search-toggle
    {
        position: absolute;
        top: 0;
        right: 0;

        margin-right: 0;
    }
}

/*--------------------------------------------------------------
## Search Results Page
--------------------------------------------------------------*/

.search-results .entry-meta
{
    position: relative;
    top: inherit;
    left: inherit;
}
.search-results .page-header
{
    margin-top: 60px;
}


/*--------------------------------------------------------------
## Termin Detail Seite
--------------------------------------------------------------*/
.eo-event-meta
{
    margin-left: 0 !important;
    padding: 0;
    margin-bottom: 27px;
}
.eo-venue-map
{
    margin-bottom: 30px;
}
.single-event .post-thumbnail{
    margin-bottom: 40px;
}

body.single-event #page .eo-event-venue-map{
  width: 100%;
  float: none;
}

body.single-event #page .eo-event-meta{
  width: 100%;
  margin: 0 0 20px 0;
}

body.single-event .eventorganiser-event-meta h4{
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px)
{
    /* .block ACF Content parts*/
  .block{
    padding-bottom:60px;
    display: block;
  }
}
@media (min-width: 1300px){
	/* xl */
  .swiper-slide--wrapper-maintext h2{
    font-size: 55px;
  }
  .swiper-slide--wrapper-maintext h2 p{
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) {
  .site-header .sm-wrap{
    display: flex;
    flex-flow: column;
  }
  .sm-wrap a{
    margin: 0 0 7px 0;
  }
  .dl-header-widget .menu li{
    display:block;
    text-align:right;
  }
  .dl-header-widget .menu li a{
    border-left: inherit;
  }
  .main-navigation a{
    padding:17px 10px;
    font-size:14px;
  }

}

@media (max-width: 1024px) {
  /* lg */
  .main-navigation a{
  	font-size: 16px;
  }
}
@media (min-width:768px) and (max-width: 875px) {
  #site-navigation input[type="search"]{
    width: 120px;
  }
}

@media (max-width: 768px) {
  /* md */
  /*Header*/
  /*SocialMedia icons*/
  .dl-header-widget{
    top:-10px;
  }
  /*Suchbar*/
  #site-navigation .dl-wrapper{
    height:50px;
  }

  #site-navigation .search-form{
    padding: 7px 0 0 0;
  }
  #site-navigation .search-submit{
    padding:2px 14px;
  }
  /*Thementeaser*/
  .themen-teaser {
    margin-bottom: 35px;
  }
  .themen-teaser-item img{
	width: 100%;
  }
  .themen-teaser-item h3{
  	bottom: 30px;
	left: 0;
  }
  /*Marginaltext*/
  .element-to-rotate {
  	transform: none;
  	margin: 0 0 20px 0;
  	padding: 0;
  	text-align: left;
  }
  .rotation-wrapper-inner{
  	padding: 0;
  	height: auto;
  }
  .rotation-wrapper-outer {
  	display: block;
  }
  .widget-area{
    width:100%;
  }
  .navigation-button {
    display: block;
  }
  .menu-main-navigation-container{
  	display: none;
  }
  .swiper-slide {
	display: block;
  }
  .swiper-slide--wrapper-maintext{
  	margin-left: 0;
    position: relative;
    margin-top: -3%;
  }
  .swiper-slide:after{
  	display: none;
  }
  .swiper-slide--wrapper-maintext p{
  	margin-left: 0;
    margin-top: -4%;
    padding-top: 5%;
  }
  .swiper-slide--wrapper-maintext h2{
  	font-size: 35px;
  }
  .swiper-slide--wrapper-maintext .rotate {
    transform: rotate(-3deg);
    width: 100%;
  }
  .loop-container .loop-article:nth-child(odd){
	padding-right: 8px;
  }
  .loop-container .loop-article:nth-child(even){
	padding-left: 8px;
  }
  .category-links {
    width: 80%;
  }
  .entry-meta {
    top: 0;
    right: 0;
    left: auto;
  }
  .posted-on span{
  	display: inline-block;
  }
  .posted-on span:nth-child(1){
	margin-right: 2px;
  }
  .posted-on span:nth-child(1):after{
  	content: "/";
    border: none;
    width: auto;
    margin: 0 0 0 2px;
    display: inline;
  }
=======
    .block
    {
        display: block;

        padding-bottom: 60px;
    }
}

@media (min-width: 1300px)
{
    /* xl */
    .swiper-slide--wrapper-maintext h2
    {
        font-size: 55px;
    }
    .swiper-slide--wrapper-maintext h2 p
    {
        font-size: 1.2rem;
    }
}

@media (max-width: 960px)
{
    .site-header .sm-wrap
    {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .sm-wrap a
    {
        margin: 0 0 7px 0;
    }
    .dl-header-widget .menu li
    {
        display: block;

        text-align: right;
    }
    .dl-header-widget .menu li a
    {
        border-left: inherit;
    }
    .main-navigation a
    {
        font-size: 14px;

        padding: 17px 10px;
    }
}

@media (max-width: 1024px)
{
    /* lg */
    .main-navigation a
    {
        font-size: 16px;
    }
}
@media (min-width:768px) and (max-width: 875px)
{
    #site-navigation input[type='search']
    {
        width: 120px;
    }
}

@media (max-width: 768px)
{
    /* md */
    /*Header*/
    /*SocialMedia icons*/
    .dl-header-widget
    {
        top: -10px;
    }
    /*Suchbar*/
    #site-navigation .dl-wrapper
    {
        height: 50px;
    }

    #site-navigation .search-form
    {
        padding: 7px 0 0 0;
    }
    #site-navigation .search-submit
    {
        padding: 2px 14px;
    }
    /*Thementeaser*/
    .themen-teaser
    {
        margin-bottom: 35px;
    }
    .themen-teaser-item img
    {
        width: 100%;
    }
    .themen-teaser-item h3
    {
        bottom: 30px;
        left: 0;
    }
    /*Marginaltext*/
    .element-to-rotate
    {
        margin: 0 0 20px 0;
        padding: 0;

        -webkit-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        text-align: left;
    }
    .rotation-wrapper-inner
    {
        height: auto;
        padding: 0;
    }
    .rotation-wrapper-outer
    {
        display: block;
    }
    .widget-area
    {
        width: 100%;
    }
    .navigation-button
    {
        display: block;
    }
    .menu-main-navigation-container
    {
        display: none;
    }
    .home .swiper
    {

        margin-left: -16px;
        width: calc( 100% + 32px);
    }
    .swiper-slide
    {
        display: block;
    }
    .swiper-slide--wrapper-maintext
    {
        position: relative;

        margin-top: -3%;
        margin-left: 0;
    }
    .swiper-slide:after
    {
        display: none;
    }
    .swiper-slide--wrapper-maintext p
    {
        margin-top: -4%;
        margin-left: 0;
        padding-top: 5%;
    }
    .swiper-slide--wrapper-headline{
        background: #006fb2;
    }
    .swiper-slide--wrapper-maintext h2
    {
        margin-top: -10px;
        padding: 0 4px 0 10px;
        /*line-height: 1;*/
    }
    .swiper-slide--wrapper-maintext h2 span
    {
        /*font-size: 30px;*/
    }
    .swiper-slide--wrapper-maintext .rotate
    {
        width: 100%;

        -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
             -o-transform: rotate(-3deg);
                transform: rotate(-3deg);
    }
    .loop-container .loop-article:nth-child(odd)
    {
        padding-right: 8px;
    }
    .loop-container .loop-article:nth-child(even)
    {
        padding-left: 8px;
    }
    .entry-meta
    {
        top: 0;
        right: 0;
        left: auto;
    }
    .posted-on span
    {
        display: inline-block;
    }
    .posted-on span:nth-child(1)
    {
        margin-right: 2px;
    }
    .posted-on span:nth-child(1):after
    {
        display: inline;

        width: auto;
        margin: 0 0 0 2px;

        content: '/';

        border: none;
    }
}

@media (max-width: 667px)
{
    /* sm */

    /* Footer */
    .site-footer .widget-title
    {
        margin: 35px 0 15px 0;
    }
    .custom-logo 
    {
        padding: 0 5px;
    }
    .swiper-slide--wrapper-maintext h2
    {
        line-height: 1;
    }
    .swiper-slide--wrapper-maintext h2 span
    {
        font-size: 30px;
    }
    .home .swiper-button-prev, .home .swiper-button-next
    {
      top: 30%;
    }
}

@media (max-width: 375px)
{
    #site-navigation input[type='search']
    {
        width: 150px;
    }
    .home .swiper-button-prev, .home .swiper-button-next
    {
      display: none;
    }
}
