/*
Theme Name: Athena
Theme URI: http://athena.smartcatdev.wpengine.com/
Author: Smartcat
Author URI: https://smartcatdesign.net
Description: Build your site Athena with ease. Athena is a feature-loaded, user-friendly, fully responsive, Parallax modern WordPress theme built with care and SEO in mind. It is a Woocommerce ready, multi-purpose theme with a design that can be used by a business, restaurant, freelancers, photographers, bloggers, musicians and creative agencies. Athena features a full width frontpage slider, animated callouts with over 600 icons to choose from. The blog is an attractive masonry grid. It comes with many color options, left and right sidebars, 6 widget areas, primary and footer menus, mobile responsive menu and links to your social media sites . Athena allows you to fully customize your site without having to work with code. Athena also features a live customizer, allowing you to change settings and preview them live. 
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athena
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,grid-layout,custom-colors,custom-logo,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,portfolio,e-commerce,photography


Athena WordPress Theme, Copyright (C) 2018, Smartcat

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.

Athena 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  overflow-x: hidden;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  font-family: "Titillium Web", sans-serif !important;
  overflow-x: hidden;
}

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;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

div,
p,
a,
b,
span,
strong {
  font-size: 16px;
  font-weight: 900;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000050;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

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

body {
  background: transparent; /* Fallback for when there is no custom background color defined. */
  background-color: transparent !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px;
  color: #fff;
  background: #c8c8c8;
  background: rgba(0, 0, 30, 0.5);
  margin-right: 10px !important;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  outline: none;
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #000050;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  /*	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #000050;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000050;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: #000050;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#athena-header .header-inner,
#athena-header .header-inner #athena-logo img,
#athena-header .header-inner .hamburger {
  transition: all 0.3s ease;
}

#athena-header .header-inner #athena-logo a {
  display: flex;
}

#athena-header .header-inner .athena-branding {
  max-height: 85px;
}

#athena-header .slicknav_menu {
  display: none !important;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li.current_page_item a {
  color: #fff !important;
  text-shadow: 0 0 #fff !important;
}

.main-navigation a,
.main-navigation a:focus,
.main-navigation a:active {
  display: block;
  outline: 0 none;
  text-decoration: none;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

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

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

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Main Menu */
.main-navigation.is--desktop {
  display: none;
}

.main-navigation.is--mobile {
  display: block;
}

@media (min-width: 1024px) {
  .main-navigation.is--desktop {
    display: block;
  }

  .main-navigation.is--mobile {
    display: none;
  }
}

.main-navigation.is--desktop:hover li a,
.main-navigation.is--desktop li .sub-menu:hover a,
.main-navigation.is--desktop li .sub-menu li .sub-menu:hover a {
  color: rgba(255, 255, 255, 0.5);
}

.main-navigation.is--desktop li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding: 10px 10px;
  transition: height 0.3s ease-in-out;
}

.main-navigation.is--desktop li:last-child {
  padding: 10px 30px;
}

.main-navigation.is--desktop li a,
.main-navigation.is--desktop li .sub-menu li a,
.main-navigation.is--desktop li .sub-menu li .sub-menu li a {
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .main-navigation.is--desktop li a,
  .main-navigation.is--desktop li .sub-menu li a,
  .main-navigation.is--desktop li .sub-menu li .sub-menu li a {
    font-size: 10px;
  }
}

@media (min-width: 1250px) {
  .main-navigation.is--desktop li a,
  .main-navigation.is--desktop li .sub-menu li a,
  .main-navigation.is--desktop li .sub-menu li .sub-menu li a {
    font-size: 16px;
  }
}

.main-navigation.is--desktop li:hover > a,
.main-navigation.is--desktop li .sub-menu li:hover > a,
.main-navigation.is--desktop li .sub-menu li .sub-menu li:hover > a {
  color: #eee;
}

.main-navigation.is--desktop .sub-menu {
  background: #000050;
  top: 85px;
}

.frontpage.sticky .main-navigation.is--desktop .sub-menu {
  top: 50px;
}

.main-navigation.is--desktop .sub-menu li {
  height: auto;
  max-width: 182px;
  padding: 10px;
  transition: color 0.3s;
}

.main-navigation.is--desktop .sub-menu li .sub-menu,
.frontpage.sticky .main-navigation.is--desktop .sub-menu li .sub-menu {
  background: #000050;
  top: 0;
}

.main-navigation.is--desktop .sub-menu li .sub-menu li {
  padding: 10px 20px;
}

.main-navigation.is--desktop li.menu-item-has-children > a {
  pointer-events: none;
}

/* Mobile-Menu */
.main-navigation.is--mobile .main-navigation-flyout.is-active .sub-menu {
  right: -999em;
  left: unset;
}

.main-navigation.is--mobile
  .main-navigation-flyout.is-active
  .sub-menu.is-active {
  position: relative;
  left: 15px;
  top: 10px;
  transition: right 0.5s;
}

.main-navigation.is--mobile .main-navigation-flyout li.is-active {
  opacity: 1;
}

.main-navigation.is--mobile .main-navigation-flyout li.is-inactive {
  opacity: 0.5;
}

.main-navigation.is--mobile .main-navigation-flyout li a {
  font-size: 18px;
}

.main-navigation.is--mobile .main-navigation-flyout li.current_page_item > a {
  font-weight: bold;
}

.main-navigation.is--mobile > .athena-search {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}

.main-navigation.is--mobile .main-nav > .menu-item:last-child {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.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;
  text-align: right;
  width: 50%;
}

.main-navigation .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 4px !important;
  transition: height, background 0.25s ease;
  z-index: 100;
}

@media (min-width: 992px) {
  .main-navigation .hamburger {
    margin: 18px 0;
  }
}

.main-navigation .hamburger:hover {
  background: transparent;
}

.main-navigation .hamburger .hamburger-inner,
.main-navigation .hamburger .hamburger-inner:before,
.main-navigation .hamburger .hamburger-inner:after,
.main-navigation .hamburger.is-active .hamburger-inner,
.main-navigation .hamburger.is-active .hamburger-inner:before,
.main-navigation .hamburger.is-active .hamburger-inner:after {
  background: #eee;
}

.main-navigation .main-navigation-flyout {
  background: #000050;
  height: 100vh;
  padding: 50px 30px;
  position: fixed;
  right: -999em;
  top: 0;
  transition: right 0.25s ease;
  width: 320px;
  z-index: 50;
}

.main-navigation .main-navigation-flyout li {
  font-size: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
}

.main-navigation .main-navigation-flyout li a {
  color: #fff;
}

.main-navigation .main-navigation-flyout.is-active {
  overflow-y: auto;
  right: 0;
}

#athena-header.frontpage {
  position: relative !important;
}

#athena-header.frontpage.sticky .main-navigation .hamburger {
  top: 0;
  right: 0;
}

header .chw-widget-area {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  width: 100%;
}

header .chw-widget-area .chw-title {
  display: none;
}

header .chw-widget-area .textwidget p {
  margin: 0;
  text-align: center;
}

.athena-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
}

#athena-stage {
  position: relative;
  width: 100vw;
  height: 100vh;
}

@media (min-width: 1024px) {
  #athena-stage {
    height: calc(100vh - 85px);
  }
}

#athena-stage .athena-stage-image {
  display: none;	
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('https://petkuser-sv.de/wp-content/themes/athena/images/banner/banner2024.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#athena-stage .athena-stage-image-mobile {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('https://petkuser-sv.de/wp-content/themes/athena/images/banner/banner2024mobile.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 480px) {
  #athena-stage .athena-stage-image {
	display: block;
  }
  
  #athena-stage .athena-stage-image-mobile {
	display: none;
  }
}

#athena-stage .athena-stage-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 18;
}

@media (min-width: 1024px) {
  #athena-stage .athena-stage-overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    max-width: 640px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  }
}

#athena-stage .athena-stage-headline {
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #athena-stage .athena-stage-headline {
    font-size: 44px;
  }
}

#athena-stage .athena-button {
  background: #000050;
  max-width: 300px;
  text-align: center;
}

#athena-jumbotron .cameraContent:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 100;
}

@media (min-width: 480px) {
  #athena-jumbotron .cameraContent:before {
    width: 50%;
  }
}

#athena-jumbotron .cameraContent .overlay {
  z-index: 102;
}

#athena-jumbotron h2.header-text {
  font-size: 22px !important;
  text-align: left;
}

@media (min-width: 768px) {
  #athena-jumbotron h2.header-text {
    font-size: 40px !important;
    text-align: left;
  }
}

.post-template-default .entry-header {
	display: none;
}	

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: 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 {
  content: "";
  display: table;
}

.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%;
  color: #4d5051;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/* Search Form */
.search-form .search-submit {
  background: #eee;
  color: #000050;
  transition: all 0.25s ease-in-out;
}

.search-form .search-submit:hover {
  background: #ddd;
  color: #000050;
}

/* Slider */
#main #athena-slider {
  padding-bottom: 10px;
}

#main #athena-slider .parallax {
  padding: 0 80px;
}

/* Features Boxes */
#main #athena-featured {
  background: transparent;
  padding: 32px 0;
}

#main #athena-featured .featured-box {
  background: #fff;
  height: 360px !important;
  overflow-y: auto !important;
  padding: 0;
  border-bottom: 0.5px solid #e8e8e8;
}

@media (max-width: 1260px) {
  #main #athena-featured .featured-box {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

/* Left Box */
#main #athena-featured .featured-box1 {
  border-bottom: 0.5px solid #e8e8e8;
  border-right: 0.5px solid #e8e8e8;
  overflow: hidden;
}

#main #athena-featured .featured-box .mec-search-form,
#main #athena-featured .mec-event-footer {
  display: none;
}

#main #athena-featured .mec-calendar {
  margin-bottom: 0;
}

#main #athena-featured .mec-calendar-events-side {
  padding: 40px 20px;
}

#main #athena-featured .mec-box-calendar {
  border: none;
  box-shadow: none;
}

#main #athena-featured .mec-table-side-title {
  margin: 0 0 18px;
}

#main #athena-featured .mec-color.mec-table-side-day {
  border: none;
}

/* Single-Event */
.mec-single-event {
  margin-top: 100px !important;
}

.mec-event-content {
  padding: 0 !important;
}

/* Right Box */

/*
#main #athena-featured .featured-box2 {
  height: 430px;
  overflow: auto;
}

@media (min-width: 480px) {
  #main #athena-featured .featured-box2 {
    height: 350px;
    padding: 30px 20px;
  }
}

@media (min-width: 768px) {
  #main #athena-featured .featured-box2 {
    height: 554px;
  }
}
*/

#main #athena-featured #next-games {
  overflow-y: hidden;
  height: 350px;
}

#main #athena-featured .featured-box iframe {
  border: none !important;
  min-height: 350px;
  overflow-y: hidden;
  width: 100%;
}

#main #athena-featured .featured-box-content ul {
  list-style-type:none;
  margin: 0px auto;
  padding: 0px;
}

#main #athena-featured .featured-box-content ul li {
  padding: 8px 0;
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#main.athena-post #athena-page-jumbotron {
	height: 530px;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  opacity: 0.025;
  z-index: -1;
}

.background-image .is--mobile {
  display: block;
  margin: auto;
}

@media (min-width: 480px) {
  .background-image .is--mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .background-image .is--mobile {
    display: block;
  }
}

@media (min-width: 1024px) {
  .background-image .is--mobile {
    display: none;
  }
}

.background-image .is--desktop {
  display: none;
  margin: auto;
}

@media (min-width: 480px) {
  .background-image .is--desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .background-image .is--desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .background-image .is--desktop {
    display: block;
  }
}

.blur-effect {
  filter: blur(0) brightness(1);
}

.parallax-window.blur-effect {
  backdrop-filter: blur(0) brightness(1);
}

.scroll-to-top {
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  right: 20px;
  padding: 10px 10px 12px;
  background: #000050;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

canvas.particles {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main .row {
  padding: 16px 0;
  width: 100%;
}

.site-main .row.social {
  padding: 16px 0 0;
  width: 100%;
}

.site-main .row.is--dark {
  background: #000050;
}

.type-page
  .wp-block-columns:not(.table-membership-wrapper):not(.table-contact-tt) {
  background: #fff;
  box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.type-page .wp-block-columns.fb-results {
  padding: 16px;
}

.type-page .wp-block-column .wp-block-table {
  padding: 12px 10px;
}

.type-page .wp-block-column .wp-block-image {
  margin-bottom: 0;
}

.type-page ul {
  margin: 0 0 10px 10px;
}

.type-page li > ul {
  margin-left: 10px;
}

.type-page li {
  margin: 5px 0;
}

.type-page p {
  margin: 5px 0;
}

.single-post p {
  margin: 12px 0;
}

/* Post Galleries */
.jx-carousel-title {
  display: none !important;
}

.photonic-level-1-container.photonic-standard-layout {
  justify-content: center;
}

.page-post-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
}

@media (min-width: 480px) {
  .page-post-row {
    display: block;
  }
}

.page-post-row .entry-title {
  font-size: 20px;
}

@media (min-width: 480px) {
  .page-post-row .entry-title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .page-post-row .entry-title {
    font-size: 20px;
  }
}

.site-main .page-post-row a {
  display: flex;
  justify-content: center;
}

.site-main .page-post-row a {
  margin-top: 0;
}

@media (min-width: 480px) {
  .site-main:not(.athena-blog-search) .page-post-row a:nth-child(4n + 1) {
    margin-top: 0;
  }
  .site-main:not(.athena-blog-search) .page-post-row a:nth-child(4n + 2) {
    margin-top: 20px;
  }
  .site-main:not(.athena-blog-search) .page-post-row a:nth-child(4n + 3) {
    margin-top: 40px;
  }
  .site-main:not(.athena-blog-search) .page-post-row a:nth-child(4n + 4) {
    margin-top: 60px;
  }
}

.athena-blog-page-post-wrapper .page-post-row a {
  display: inline-block;
}

.athena-blog-page-post-wrapper .page-post-row .fa {
  margin: 0 5px 0 0;
}

.page-post-container {
  display: inline-block;
  background: #fff;
  box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

@media (min-width: 480px) {
  .page-post-container {
    max-width: 150px;
    width: calc(100% - 20px);
  }
}

@media (min-width: 1024px) {
  .page-post-container {
    max-width: 236px;
    width: calc(100% - 20px);
  }
}

.page-post-container .page-post-thumbnail {
  overflow: hidden;
  width: 100%;
}

.page-post-container img {
  transition: all 0.25s ease-in-out;
  transform: scale(1);
  width: 100%;
}

.page-post-container:hover img {
  transform: scale(1.1);
}

.page-post-container .page-post-meta {
  color: #000050;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.page-post-container .page-post-title {
  color: #000050;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.athena-headline-wrapper {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  width: 100%;
}

@media (min-width: 1260px) {
  .athena-headline-wrapper.is--widget {
    display: none;
  }
}

.athena-section-headline {
  display: block;
  color: #000050;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.athena-section-headline.is--dark {
  color: #000050;
}

.athena-section-headline.is--light {
  color: #ffffff;
}

@media (min-width: 480px) {
  .athena-section-headline {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .athena-section-headline {
    font-size: 50px;
  }
}

.athena-section-subline {
  display: block;
  color: #000050;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.athena-sportcenter-content img {
  margin-bottom: 32px;
  width: 100%;
}

/* Frontpage - Slider */
#athena-overlay-trigger {
  display: none;
}

/* Frontpage Post-Slider */
.athena-post-content.slick-slider {
  max-height: 530px;
}

.athena-post-content.slick-slider .slick-arrow {
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 40%;
  height: 40px;
  width: 40px;
  z-index: 1000;
}

.athena-post-content.slick-slider .slick-arrow:before {
	color: #000050;
  }

.athena-post-content.slick-slider .slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
}

.athena-post-content.slick-slider .slick-prev {
  left: -6px;
}

.athena-post-content.slick-slider .slick-next {
  right: -16px;
}

.athena-post-content.slick-slider .slick-prev:before,
.athena-post-content.slick-slider .slick-next:before {
	font-size: 32px;
}

/*TOO*/
@media (min-width: 768px) {
  .athena-post-content.slick-slider .slick-prev:before,
  .athena-post-content.slick-slider .slick-next:before {
	font-size: 48px;
  }
}

/* Frontpage - Post-List */
.site-main:not(.athena-blog-search) .athena-post-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.site-main.athena-blog-search .athena-post-content {
  display: inline-block;
}

.site-main.athena-blog-search .athena-post-content h2 a {
  color: #000050;
}

.site-main.athena-blog-search .athena-post-content .meta-detail > div {
  text-align: center;
}

.site-main.athena-blog-search .athena-post-content .meta-detail > .author {
  display: none;
}

.athena-pagination {
  display: flex;
  justify-content: center;
}

.athena-pagination span,
.athena-pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #000050;
  height: 40px;
  width: 40px;
  background: #fff;
}

.athena-pagination .prev,
.athena-pagination .next {
  width: 80px;
}

.athena-pagination .current {
  color: #000050;
}

.site-main:not(.athena-blog-search) .athena-post-content-post {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px;
  box-shadow: 0 0 12px #ccc;
  width: 100vw;
}

@media (min-width: 1024px) {
  .athena-post-content-post {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px;
    box-shadow: 0 0 30px #ccc;
  }
}

.athena-post-content-post .post-headline {
  color: #000050;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.athena-post-content-post img {
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

.athena-post-content-post:hover img {
  transform: scale(1.1);
  transition: transform 0.25s ease-in;
}

.athena-post-content-post .info-wrapper {
  background: #fff;
  height: 100%;
  padding: 20px 25px;
  text-align: left;
  width: 100%;
}

.athena-post-content-post .left-col,
.athena-post-content-post .right-col {
  overflow: hidden;
  width: 100%;
}

.athena-post-content-post .right-col {
  height: 220px;
}

.athena-post-content-post .info-wrapper > div {
  position: absolute;
  width: calc(100% - 50px);
  bottom: 20px;
  box-sizing: border-box;
  left: 25px;
}

.athena-post-content-post .post-author {
  display: none;
  align-items: center;
  color: #000050;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
}

.athena-post-content-post .post-author .post-avatar {
  border-radius: 50%;
  margin-right: 10px;
}

.athena-post-content-post .post-date {
  display: none;
  align-items: center;
  color: #000050;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
}

.athena-post-content-post .post-headline {
  color: #000050;
  display: flex;
  font-size: 20px;
  margin: 10px 0;
  width: 100%;
}

.athena-post-content-post .post-excerpt {
  color: #000050;
  display: none;
  font-size: 16px;
  margin: 10px 0;
  height: 120px;
  width: 100%;
}

.athena-post-content-post .athena-button {
  background: #000050 !important;
  text-align: center;
  width: 100%;
}

/* Video */
.video-wrapper {
  display: flex;
}

.video-wrapper video {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .video-wrapper video {
    width: auto !important;
    height: 586px !important;
  }
}

/* Frontpage - Social and Support */
.social .athena-social {
  display: flex;
  flex-direction: column;
  width: 100%; 
  margin: 32px auto 16px;
}

@media (min-width: 768px) {
  .social .athena-social {
    flex-direction: row;
  }

  .social .athena-social a {
    display: flex;
    width: 100%;
  }
}

.athena-social-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 20px;
  width: 100%;
}

.athena-social-content .athena-support {
  display: flex;
  justify-content: center;
  background: transparent;
  margin: 10px 0 0;
  max-width: 650px;
  width: auto;
}

.athena-social-content .athena-social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0 0;
  max-width: 650px;
  width: auto;
}

@media (min-width: 480px) {
  .athena-social-content .athena-social,
  .athena-social-content .athena-support {
    margin: 10px 10px 0 10px;
  }
}

@media (min-width: 768px) {
  .athena-social-content .athena-social,
  .athena-social-content .athena-support {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .athena-social-content .athena-social,
  .athena-social-content .athena-support {
    margin: 0;
  }
}

.athena-shop-banner {
  display: flex;
  margin: 32px auto 0;
  width: 100%;
}

.athena-shop-banner img {
  width: 100%;
}

.athena-social-content .fb_iframe_widget span {
  position: relative;
  box-shadow: 0 0 30px #ccc;
  width: 100%;
}

@media (min-width: 480px) {
  .athena-social-content .fb_iframe_widget span {
    box-shadow: 0 0 30px #ccc;
    width: calc((100vw / 2) - 30px) !important;
    height: 456px;
  }
}

@media (min-width: 1024px) {
  .athena-social-content .fb_iframe_widget span {
    box-shadow: 0 0 30px #ccc;
    width: 500px !important;
    height: 456px;
  }
}

.athena-social-content .fb_iframe_widget iframe {
  left: 50%;
  transform: translateX(-50%);
}

.athena-social-content img {
  max-width: 650px;
  width: 100%;
}

@media (min-width: 768px) {
  .athena-social-content {
    flex-direction: row;
  }

  .athena-facebook,
  .athena-support {
    width: 50%;
  }
}

.efbl-thumbnail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.efbl-profile-title-wrap h2 {
  text-align: left;
}

.athena-social-posts-wrapper {
  margin: 16px;
  width: calc(100% - 32px);
  max-width: 1024px;
}

/* Social-Media Posts */
.efbl-story-wrapper {
  box-shadow: 0 0 12px #ccc !important;
}

.efbl-description-wrap {
  font-size: 16px !important;
}

.efbl-post-footer,
.efbl-profile-story-text {
  display: none !important;
}

.efbl_feed_wraper {
  max-width: 1024px !important;
}

.efbl-thumbnail-col {
  padding-left: 0 !important;
}

@media (max-width: 480px) {
  .efbl-thumbnail-col {
    padding-right: 0 !important;
  }
}

.efbl_error_msg {
  display: none !important;
}

.sk-header-desc,
.sk-header-website,
.sk-header-right,
.sk-header-buttons,
.sk-posts-footer,
.sk-post-link,
.sk-post-share,
.sk-post-item:nth-child(n+7),
.sk-posts-loadmore.sk-footer-button {
  display: none !important;
}

.sk-posts-body {
  margin-bottom: -170px !important;
}

.sk-ww-facebook-page-posts {
  padding-bottom: 0 !important;
}

.sk-header-name,
.sk-header-username a,
.sk-post-username a {
  color: #000050 !important;
}

.sk-post-item {
    pointer-events: none !important;
    box-shadow: 0 0 12px #ccc !important;
}

@media (max-width: 480px) {
  .sk-post-item {
    width: 100% !important;
  }
}

@media (min-width: 480px) {
  .sk-posts-body {
    margin-bottom: 32px !important;
  }
}

.fts-error-m {
  display: none !important;
}

.fts-fb-more-photos-wrap {
  display: flex;
  flex-direction: column;
}

.fts-fb-more-photos-wrap a {
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 1024px) {
  .fts-jal-fb-right-wrap {
    width: 100vw !important;
  }

  .fts-jal-fb-picture {
    width: 100% !important;
  }

  .fts-jal-fb-top-wrap {
    padding: 32px !important;
  }

  .fts-jal-fb-top-wrap .fts-jal-fb-message {
    font-size: 20px;
    line-height: 28px;
  }
}

.fts-fb-location-wrap {
  display: none !important;
}

.fts-jal-fb-description-wrap.fts-photo-caption-text {
  display: none !important;
}

.fts-album-photos-wrap img {
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.fts-likes-shares-etc-wrap .fts-share-wrap,
.fts-likes-shares-etc-wrap .fts-jal-fb-see-more {
  display: none !important;
}

@media (min-width: 768px) {
  .athena-social-posts-wrapper {
    margin: 16px auto;
    width: 100%;
  }

  .athena-social-posts-wrapper .fts-jal-single-fb-post {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 16px 0 !important;
  }

  .athena-social-posts-wrapper .fts-jal-single-fb-post a {
    margin: 0 !important;
  }

  .fts-jal-fb-right-wrap {
    display: flex;
    column-gap: 16px;
  }

  .fts-jal-fb-top-wrap,
  .fts-jal-fb-link-wrap {
    width: 50%;
  }

  .fts-jal-fb-top-wrap {
    padding: 16px;
  }
}

/* Frontpage - Event */
.athena-event-content {
  display: flex;
  background-size: cover;
  flex-direction: row;
  font-size: 16px;
  margin: 10px auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.athena-event-content h4 {
  font-size: 24px;
  margin-top: 0;
}

/* Content-Page */
.site-content .athena-blog-search {
	margin-top: 80px;
}

.athena-blog-page,
.athena-post,
.athena-page {
  background: transparent;
}

.athena-blog-page .row,
.athena-post .row,
.athena-page .row {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 20px;
  width: 100%;
}
.athena-blog-page .page-title,
.athena-blog-page .entry-title,
.athena-post .entry-title,
.athena-page .entry-title {
  text-align: center;
}

/* Post Page */
.athena-post #athena-page-jumbotron .entry-title {
  font-size: 34px;
}

@media (min-width: 480px) {
  .athena-post #athena-page-jumbotron .entry-title {
    font-size: 46px;
  }
}

.athena-post .meta-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .athena-post .meta-detail {
    flex-direction: row;
  }
}

.athena-post .meta-detail div {
  margin: 5px 0;
}

.athena-post .meta-detail div .fa {
  margin: 0 5px 0 0;
}

/* Archive Page */
.athena-blog-page .athena-blog-post {
  display: inline-block;
  background: #fff;
  box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
  width: calc(100% - 22px);
  vertical-align: top;
  height: 250px;
}

@media (min-width: 480px) {
  .athena-blog-page .athena-blog-post {
    width: calc((100% / 2) - 23px);
  }
}

@media (min-width: 1024px) {
  .athena-blog-page .athena-blog-post {
    width: calc((100% / 4) - 23px);
  }
}

#content {
  background: transparent;
  z-index: 2;
}

@media (min-width: 480px) {
  #content {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  #content {
    margin-top: 85px;
  }
}

.athena-page--header-image {
  z-index: 10;
}

.athena-page--header-image .is--mobile,
.img-holder-mobile {
  display: block;
}

.athena-page--header-image .is--desktop,
.img-holder-desktop {
  display: none;
}

@media (min-width: 480px) {
  .athena-page--header-image .is--mobile,
  .img-holder-mobile {
    display: none;
  }

  .athena-page--header-image .is--desktop,
  .img-holder-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .athena-page--header-image .is--mobile,
  .img-holder-mobile {
    display: block;
  }

  .athena-page--header-image .is--desktop,
  .img-holder-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .athena-page--header-image .is--mobile,
  .img-holder-mobile {
    display: none;
  }

  .athena-page--header-image .is--desktop,
  .img-holder-desktop {
    display: block;
  }
}

/* Vereins-Page */
.history-headline-left,
.history-headline-right {
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px;
}

.history-paragraph-left,
.history-paragraph-right {
  background: #fff;
  margin: 0 0 20px;
}

.history-paragraph-left,
.history-paragraph-right {
  padding: 10px 20px 20px;
}

.history-headline-left,
.history-paragraph-left {
  width: 100%;
}

@media (min-width: 480px) {
  .history-headline-left,
  .history-paragraph-left {
    width: 50%;
  }
}

.history-headline-right,
.history-paragraph-right {
  width: 100%;
}

@media (min-width: 480px) {
  .history-headline-right,
  .history-paragraph-right {
    margin-left: 50%;
    width: 50%;
  }
}

/* Sportfacility-Page */
.facilty-wrapper {
  margin: 0 auto;
  max-width: 650px;
  width: calc(100% - 40px);
}

@media (min-width: 768px) {
  .facilty-wrapper {
    width: 100%;
  }
}

.photonic-more-button.photonic-more-dynamic {
  display: flex;
  justify-content: center;
  background: #000050;
  margin: 20px auto;
  width: 200px;
}

/* Management-Page */
.gremium-wrapper {
  margin: 0 auto;
  max-width: 650px;
}

.gremium-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 480px) {
  .gremium-row {
    flex-direction: row;
    justify-content: center;
  }
}

.gremium-item-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.gremium-item-wrapper b {
	margin: 8px auto -10px;
	font-weight: bold;
}

.gremium-item-wrapper p {
	font-weight: normal;
}

.gremium-item {
  position: relative;
  border-radius: 50%;
  margin: 5px;
  height: 200px;
  width: 200px;
  overflow: hidden;
}

.gremium-item:hover .gremium-item-overlay {
  opacity: 1;
}

.gremium-item img {
  max-width: 200px;
  width: 100%;
}

.gremium-item .gremium-item-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
}

.gremium-item .gremium-item-overlay p {
  margin: 0;
}

.gremium-item .gallery-item-text {
  display: none;
}

.satzungs-wrapper {
  margin: 0 auto;
  max-width: 650px;
  width: calc(100% - 40px);
}

@media (min-width: 768px) {
  .satzungs-wrapper {
    width: 100%;
  }
}

.satzungs-wrapper h2 {
  margin: 30px 0 10px;
  text-align: center;
  width: 100%;
}

.pdfemb-toolbar {
  display: table !important;
}

div.pdfemb-viewer {
  margin: 40px auto !important;
}

.pdfemb-reference {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

/* Membership-Page */
.membership-wrapper {
  margin: 0 auto;
  max-width: 650px;
  width: calc(100% - 40px);
}

@media (min-width: 768px) {
  .membership-wrapper {
    width: 100%;
  }
}

.pdfemb-toolbar {
  display: table !important;
}

div.pdfemb-viewer {
  margin: 40px auto !important;
}

#pdfemb-reference {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.membership-info-box {
  background: #fff;
  box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  max-width: 650px;
  padding: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .membership-info-box {
    margin: 20px auto;
  }
}

.membership-info-box table th,
.membership-info-box table td {
  color: #000050;
  padding: 5px;
  min-width: 72px;
}

.membership-info-box p {
  color: #000050;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.membership-info-box table td span {
  display: block;
  color: #000050;
  width: 100%;
}

.membership-info-box table td b {
  color: #000050;
  text-decoration: underline;
  line-height: 40px;
}

/* Divisions-Page */
.page-template header h1 {
  color: #000050;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.psac-post-short-content {
  height: 115px;
}

/* Kegeln & Volleyball have just 1 post so far -> remove cloned items */
.page-template-page-division.page-id-60 .owl-item.cloned.active,
.page-template-page-division.page-id-60 .owl-item,
.page-template-page-division.page-id-62 .owl-item.cloned.active,
.page-template-page-division.page-id-62 .owl-item {
  visibility: hidden;
}

.page-template-page-division.page-id-60 .owl-item.active,
.page-template-page-division.page-id-62 .owl-item.active {
  visibility: visible;
}

.psac-post-carousel-wrp {
  margin: 20px 0;
}

.psac-post-carousel.psac-design-1 .psac-post-content {
  background: #fff;
  box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 20px;
  height: 208px;
}

.page-template .psac-slider-and-carousel .owl-nav .owl-next,
.page-template .psac-slider-and-carousel .owl-nav .owl-prev {
  padding: 0 15px 4px !important;
}

.owl-next span,
.owl-prev span {
  font-size: 24px;
}

.eds-animate {
  width: 100%;
}

/* Football */
div:has(> div[data-testid="profileCard"]) { 
  padding: 0 !important;
}

.ProfileCard_profileCard__jGCMK {
  inline-size: none !important;
  --avatar-dimensions: none !important;
  --font-size-result: none !important;
  --line-height-result: none !important;
  width: 100% !important;
}

div[data-testid="profileCard"] {
  inline-size: none !important;
  --avatar-dimensions: none !important;
  --font-size-result: none !important;
  --line-height-result: none !important;
  width: 100% !important;
}


.fb-result {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .fb-result {
    flex-direction: row;
  }
}

.fb-result #matchday,
.fb-result #table {
  margin: 10px 0;
  width: 100%;
}

.fb-result #matchday iframe,
.fb-result #table iframe {
  width: 100%;
}

.fb-result #matchday,
.fb-result #table {
  margin: 10px 0;
}

@media (min-width: 1024px) {
  .fb-result {
    flex-direction: row;
  }

  .fb-result #matchday,
  .fb-result #table {
    margin: 10px 5px;
  }
}

/* Table-Tennis */
.tt-result {
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

.tt-result a {
  font-size: 24px;
}

.tt-result-frame {
  height: 500px;
  width: 100%;
}

/* Sponsors-Page */
#sponsors-table {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

.sponsors-table-row {
  display: flex;
  width: 100%;
}

.table-sponsors-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: calc(100% - 20px);
  transition: all 0.25s;
}

.table-sponsors-item a {
  display: flex;
}

.table-sponsors-item img {
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
  width: calc(100% - 10px);
}

.table-sponsors-item:hover img {
  transform: scale(1.1);
}

@media (min-width: 480px) {
  .table-sponsors-item {
    width: calc(50% - 20px);
    float: left;
  }
}

@media (min-width: 768px) {
  .table-sponsors-item {
    width: calc(25% - 20px);
  }
}

/* Contact-Page */
.contact-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  width: calc(100% - 40px);
}

.contact-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-box {
    flex-direction: row;
  }
}

#contact-map {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  width: 100%;
}

@media (min-width: 480px) {
  #contact-map {
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  #contact-map {
    min-height: 400px;
  }
}

.athena-contact-info {
  width: 300px;
}

.athena-contact-info p,
.athena-contact-info span {
  font-weight: normal;
}

.athena-contact .headline {
  font-size: 16px;
  margin: 0 16px 20px;
}

.athena-contact .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.athena-contact .item i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 25px;
}

.athena-contact .item i:before {
  font-size: 16px;
}

.athena-contact .item span {
  margin: 5px;
}

.athena-contact-map {
  margin: 0;
  width: 100%;
  height: 400px;
}

@media (min-width: 1024px) {
  .athena-contact-map {
    margin: 20px;
  }
}

.athena-contact-map .gm-style-iw.gm-style-iw-c {
  padding: 20px !important;
  min-width: 260px !important;
}

.athena-contact-map .gm-style-iw.gm-style-iw-c button {
  top: 4px !important;
  right: -6px !important;
}

.athena-contact-map .gm-style-iw-d {
  overflow: hidden !important;
}

#contact-info {
  padding: 20px;
  width: 100%;
}

.contact-info p {
  margin: 5px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: left;
}

.contact-info span {
  display: block;
  width: 100%;
}

.contact-info table {
  margin: 0;
}

.contact-info table td {
  padding: 5px 0;
}

.contact-box-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-box-row {
    flex-direction: row;
  }
}

.contact-box-row .contact-box-small {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 16px auto;
  padding: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-division.is-tt .contact-box-row .contact-box-small {
	flex-direction: row;
  }
}

.contact-box-row .contact-box-small .contact-box-image {
	margin-bottom: 16px;
	width: 50%;
}

@media (min-width: 480px) {
  .contact-box-row .contact-box-small .contact-box-image {
	margin-bottom: 0;
	margin-right: 16px;
	width: 30%;
  }
}

.contact-box-row .contact-box-small .contact-box-info {
	margin-right: 16px;
	width: 70%;
}

.contact-box-row .contact-box-small h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000050;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  text-align: left;
}

.contact-box-row .contact-box-small p {
  font-weight: bold;
  margin: 0;
  min-width: 290px;
}

.contact-box-row .contact-box-small .contact-box-info div {
  display: flex;
  min-width: 320px;
}

.contact-box-row .contact-box-small .contact-box-info div span {
  margin-left: 4px;
}

/* Imprint */
.imprint h4 {
  margin-bottom: 5px;
}

/* Privacy */
.privacy h2,
.privacy h4,
.privacy h5 {
  margin-bottom: 10px;
  text-align: left;
}

.privacy h5 {
  font-size: 16px;
}

.privacy p {
  margin-bottom: 20px;
  text-align: left;
}

/* Section-Page */
.table-section .wp-block-column {
  flex-basis: 100% !important;
}

@media (min-width: 768px) {
  .table-section .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
}

.table-section .wp-block-table.table-contact {
  width: 100%;
}

.table-section .wp-block-table.table-contact table {
  border: none;
  width: 100%;
}

.table-section .wp-block-table.table-contact td {
  padding: 10px;
  vertical-align: top;
}

.table-section .wp-block-table.table-contact td:nth-child(odd) {
  width: 30%;
}

.table-section .wp-block-table.table-contact td:nth-child(even) {
  width: 70%;
}

.fbde-widget {
  margin-top: 40px;
}

/* Tischtennis */
.table-contact-tt .wp-block-column {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .table-contact-tt .wp-block-column {
    margin: 10px;
  }
}

.table-tt-players td {
  padding: 10px;
}

.table-tt-players td img {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100% !important;
}

.tt-league-1 {
  margin-top: 20px;
  height: 600px;
  width: 100%;
}

.tt-roster {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin: 32px auto;
}

.tt-roster .tt-roster-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: -8px;
}

@media (min-width: 1024px) {
  .tt-roster .tt-roster-cell {
	width: 25%;
  }
}

.tt-roster .tt-roster-cell h4 {
  margin: 16px auto 8px;
}

.tt-roster .tt-roster-cell img {
  box-shadow: 0 5px 16px -1px #888888;
  max-height: 223px;
}

.tt-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 32px;
  width: 100%;
}

.tt-btn-link {
  background: #000050;
}

/* Footer */
footer {
  background: transparent;
}

/* Footer - Sponsors */
footer .athena-footer-sponsors {
  display: flex;
  flex-direction: row;
}

footer .athena-footer-sponsors-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 25px;
  outline: 0 none;
  height: 203px;
}

footer .athena-footer-sponsors-item a {
  outline: 0 none;
}

footer .athena-footer-sponsors-item img {
  width: 100%;
}

footer .athena-footer-info {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0px 20px;
  box-shadow: 0px -140px 30px 40px rgb(255 255 255);
}

@media (min-width: 768px) {
  footer .athena-footer-info {
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    box-shadow: 0px -140px 30px 40px rgb(255 255 255);
  }
}

footer .athena-footer-row {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  footer .athena-footer-row {
    flex-direction: row;
  }
}

footer .athena-footer-row h4 {
  font-size: 26px;
  text-align: left;
}

@media (min-width: 480px) {
  footer .athena-footer-row h4 {
    font-size: 20px;
  }
}

footer .athena-footer-sites,
footer .athena-footer-links,
footer .athena-footer-address,
footer .athena-footer-social {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}

footer .athena-footer-sites a,
footer .athena-footer-links a {
  display: block;
  color: #070054;
  text-align: left;
}

footer .athena-footer-social .social-wrapper {
  display: flex;
  width: 100%;
}

footer .athena-footer-social img {
  margin: 0 10px 0 0;
  height: 75px;
  width: auto;
  transition: all 0.25s ease-in-out;
}

footer .athena-footer-social img:hover {
  transform: scale(1.1);
}

footer .athena-footer-visitors {
  display: none !important;
}

footer .athena-footer-visitors .visitors {
  display: flex;
}

footer .athena-footer-visitors .visitors div:first-child {
  display: flex;
}

footer .athena-footer-visitors .visitors div:first-child img {
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 5px;
  height: 25px;
  width: 25px;
}

footer .athena-footer-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

@media (min-width: 768px) {
  footer .athena-footer-links {
	justify-content: flex-end;
  }
}

footer .athena-footer-copyright {
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {
  footer .athena-footer-copyright {
	margin-bottom: 0px;
	text-align: left;
  }
}

footer .athena-footer-links a {
  text-decoration: underline;
}

footer .athena-footer-copyright,
footer .athena-footer-links a {
  color: #000050;
}

/* Posts */
section#widget {
  display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

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

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.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;
}

/* PSV100 Popup */
#psv-popup-overlay {
	display: none;
	position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 100;
  opacity: 0.9;
}

#psv-popup {
	display: none;
	position: fixed;
  margin: 0 auto;
  max-height: 100vh;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  justify-content: center;
  overflow-y: scroll;
}

@media (min-width: 1024px) {
  #psv-popup {
    width: auto;
    height: auto;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    left: 32px;
    right: 32px;
    top: 32px;
    bottom: 32px;
  }
}

#psv-popup-wrapper {
	display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #ffffff;
  overflow-y: scroll;
}

@media (min-width: 1024px) {
  #psv-popup-wrapper {
    display: flex;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    left: 32px;
    right: 32px;
    top: 32px;
    bottom: 32px;
    overflow-y: inherit;
  }
}

#psv-popup-wrapper img {
  display: flex;
	position: relative;
  margin: 0 auto;
  top: 0;
  height: auto;
  z-index: 101;
  max-height: 100vh;
}

@media (min-width: 1024px) {
  #psv-popup-wrapper img {
    top: 50%;
    transform: translateY(-50%);
  }
}

#psv-popup-close {
	position: fixed;
  top: 8px;
  right: 0;
  background: rgba(255,255,255,0.7);
  border: 0 none;
	font-size: 20px;
  outline: 0 none;
  color: #000050;
  text-align: center;
  z-index: 102;
  padding: 4px 10px;
}

@media (min-width: 1024px) {
  #psv-popup-close {
    position: absolute;
    right: 16px;
    background: transparent;
    color: #000050;
    padding: 10px;
  }
}

#psv-popup-text {
  margin: 48px 32px;
}

@media (min-width: 1024px) {
  #psv-popup-text {
    margin: 48px 0 48px 48px;
    overflow-y: scroll;
    padding-right: 60px;
  }
}

#psv-popup-text h2 {
  text-align: left;
}

#psv-popup-text p,
#psv-popup-text b {
  margin: 16px 0;
}

/* Sociable Kit Container */
.facebook-videos-user-root-container {
  display: none !important;
}

@media (max-width: 480px) {
  .sk-facebook-videos-all-posts {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .sk-ww-facebook-videos-item {
    margin: 8px 0 !important; 
  }

  .mfp-wrap.mfp-close-btn-in {
    position: fixed !important;
    top: 0 !important;
  }

  .mfp-bg.mfp-ready {
    position: fixed !important;
    max-height: 100vh !important;
  }

  .mfp-close {
    margin-top: 30px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
  }
}

.sk-facebook-videos-all-posts .sk-ww-facebook-videos-item:nth-child(n+3) {
  display: none !important;
}

.sk-fb-video-information {
  display: none !important;
}

.sk-solution-holder .tutorial_link {
  display: none !important;
}

/* Sociable Kit Modal */
.sk-fb-videos-white-popup {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
}

.sk-fb-videos-white-popup {
  max-height: 100vh !important;
}

.sk_fb_page_videos_sk_video_holder {
  max-height: 100vh !important;
}

.sk_fb_videos_pop_video_container {
  max-height: 100vh !important;
}

.sk-fb-videos-white-popup video {
  max-height: 100vh !important;
}

.sk-facebook-video-detail-holder {
  display: none !important;
}

.mfp-close {
  top: -6px !important;
}

.sk_fb_page_videos_prev_sk_post,
.sk_fb_page_videos_next_sk_post {
  display: none !important;
}