/* # Genesis Sample Child Theme
Theme Name: Tölzer Löwen
Theme URI: http://www.adlerpromedia.de/
Description: This is the Tölzer Löwen theme created for the Genesis Framework.
Author: Adler ProMedia
Author URI: http://www.adlerpromedia.de/
Template: genesis
Template Version: 2.1.0
Tags: translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen reader text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible menu
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }


/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
    font-size: 10px; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 20px;
    font-size: 2.0rem;
}

body {
	background-color: #000;
	color: #000;
	font-family: Play, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

.gd-full-width {
	background-color: #000 !important;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

.fl-heading a {
	text-decoration: none;
}

.entry-content p a:hover,
.entry-content p a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Play, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

select > option {
	-moz-padding-start: 18px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: 2px solid rgba( 0,0,0,0);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #fff;
	border-color: rgba(0,0,0,1);
	color: #000;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

.g-recaptcha {
	padding: 10px;
	background-color: #fff;
}

.ninja-forms-required-items .ninja-forms-req-symbol {
	font-weight: bold;
}

/* ## Lists
--------------------------------------------- */

dt {
	float: left;
	/*width: 100%;*/
	min-width: 210px;
	min-width: 10.5em;
	font-weight: bold;
}

dd {
	/*width: 100%;*/
	moz-margin-start: 0;
	margin-left: 0;
	overflow: hidden;
	word-wrap: break-word;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}




.table-container {
  margin: 5% 3%;
}

.box-gelb p,
.box-gelb a {
	color: #000 !important;
}

.box-gelb .b-schwarz a {
	color: #fff !important;
}

/* Graphen & Stadionvoting */
.form-voting h3 {
	font-weight: 700 !important;
	margin-bottom: 0;
}
.form-voting a {
	font-weight: 700 !important;
	color: #000;
	text-decoration: underline;
}
.form-voting .ff-el-input--label.ff-el-is-required.asterisk-right label:after, 
.form-voting .fluentform .ff-el-is-error .ff-el-form-check-label,
.form-voting .ff-el-is-error .ff-el-form-check-label a, 
.form-voting .text-danger {
    color: #f00 !important;
}
.form-voting .ff-el-is-error .ff-el-form-control {
    border-color: #f00 !important;
}

/* Top Bar */
.top-bar {
	background-color: #fd0;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.2px;
	padding: 2px 0;
	text-align: center;
	/*display: none;*/
}
.top-bar p {
	margin-bottom: 0;
}
.top-bar a {
	color: #000;
	text-decoration: none;
}
.top-bar a:hover {
	color: #222;
	text-decoration: underline;
}

@media (min-width: 48em) {
  .table-container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .table-container {
    margin: 2em auto;
    max-width: 75em;
  }
}

table img {
	vertical-align: middle;
}

table {
	clear: both;
	width: 100%;
	margin: 0 auto 1.5em;
	background-color: transparent;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
@media (min-width: 48em) {
  table {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  table {
    font-size: 0.9em;
  }
}

table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*@media (min-width: 48em) {*/
  table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
/*}*/
.fl-module-content .responsive-table thead {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

table thead th {
  background-color: #fff;
  border: 0;
  font-weight: bold;
  text-align: center;
  color: #000;
}
table thead th.numdata {
  text-align: center;
}
table thead th:first-of-type {
  text-align: left;
}

table thead th.loge {
  text-align: center;
}

.fl-rich-text .table-container {
	margin: 0 auto;
}

table thead th.platz {
	width: 6%;
	text-align: center;
}
table thead th.logo {
	width: 6%;
	padding: .75em 0 .75em 0;
}
table thead th.mannschaft {
	width: 17%;
	text-align: left;
}
table thead th.spiele {
	width: 8%;
}
table thead th.p3,
table thead th.p2,
table thead th.p1,
table thead th.p0 {
	width: 6%;
}
table thead th.tore {
	width: 12%;
}
table thead th.diff {
	width: 7%;
}
table thead th.punkte {
	width: 10%;
}
table thead th.strafen {
	width: 10%;
}
table tbody td.logo {
	padding: .75em 0 .75em 0;
}

table thead th.s-platz {
	width: 15%;
	text-align: center;
}
table thead th.s-mannschaft {
	width: 45%;
	text-align: left;
}
table thead th.s-spiele {
	width: 20%;
}
table thead th.s-punkte {
	width: 20%;
}

table tbody,
table tr,
table th,
table td {
  display: block;
  padding: 0;
  border: 0;
  line-height: 1.2;
  text-align: left;
  white-space: normal;
}
/*@media (min-width: 48em) {*/
  table tr {
    display: table-row;
  }
/*}*/
.fl-module-content .responsive-table tr {
  display: table-row;
}

table th,
table td {
  padding: .5em;
  vertical-align: middle;
}
/*@media (min-width: 30em) {*/
  table th,
  table td {
    padding: .75em .5em;
  }
/*}*/
.fl-module-content .responsive-table th,
.fl-module-content .responsive-table td {
  padding: .75em .5em;
}

/*@media (min-width: 48em) {*/
  table th,
  table td {
    display: table-cell;
    padding: .5em;
  }
/*}*/
.fl-module-content .responsive-table th,
.fl-module-content .responsive-table td {
  display: table-cell;
  padding: .4em;
}

@media (min-width: 62em) {
  table th,
  table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  table th,
  table td {
    padding: .75em;
  }
}
table caption {
  margin-bottom: 0.4em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  table caption {
    font-size: 1.5em;
  }
}
table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  table tfoot {
    font-size: .9em;
  }
}
/*@media (min-width: 48em) {*/
  table tbody {
    display: table-row-group;
  }
/*}*/
.fl-module-content .responsive-table tbody {
  display: table-row-group;
}

table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #000;
}
/*@media (min-width: 48em) {*/
  table tbody tr {
    display: table-row;
    border-width: 0;
  }
/*}*/
.fl-module-content .responsive-table tbody tr {
  display: table-row;
  border-width: 0;
}

table tbody tr:last-of-type {
  margin-bottom: 0;
}
/*@media (min-width: 48em) {*/
  table tbody tr:nth-of-type(even) {
    background-color: #fff199;
  }
/*}*/
.fl-module-content .responsive-table tbody tr:nth-of-type(even) {
  background-color: #fff199;
}

table tbody th[scope="row"] {
  background-color: #000;
  color: white;
}
/*@media (min-width: 48em) {*/
  table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
/*}*/
.fl-module-content .responsive-table tbody th[scope="row"] {
  background-color: transparent;
  color: #000;
  text-align: left;
}

table tbody td {
  text-align: right;
}
/*@media (min-width: 30em) {*/
  table tbody td {
    border-bottom: 0;
  }
/*}*/
.fl-module-content .responsive-table tbody td {
  border-bottom: 0;
}

/*@media (min-width: 48em) {*/
  table tbody td {
    text-align: center;
  }
  table tbody td.numdata {
    text-align: center;
  }
/*}*/
.fl-module-content .responsive-table tbody td {
  text-align: center;
}
.fl-module-content .responsive-table tbody td.numdata {
  text-align: center;
}


table tbody td[data-type=currency] {
  text-align: right;
}
table tbody td[data-title]::before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: #000;
}
@media (min-width: 30em) {
  table tbody td[data-title]::before {
    font-size: .9em;
  }
}
/*@media (min-width: 48em) {*/
  table tbody td[data-title]::before {
    content: none;
  }
/*}*/
.fl-module-content .responsive-table tbody td[data-title]::before {
  content: none;
}

.table-spielplan,
.table-extended,
.table-kader,
.table-spielplan-short,
.table-startpage {
	/*overflow-x: scroll;*/
	overflow-x: auto;
}
.table-spielplan table {
	min-width: 44em;
}
.table-extended table {
	min-width: 44em;
}

.table-kader table {
	min-width: 40em;
}
.table-spielplan-short table {
	min-width: 32em;
}

.table-startpage table {
	min-width: 32em;
}




table.spieltabelle thead th {
	font-weight: bold;
}

table.spieltabelle tbody {
	border-bottom: 0;
}

table.spieltabelle td,
table.spieltabelle th {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

table.spieltabelle td.numdata,
table.spieltabelle th.numdata {
 text-align: right;
}

table.spieltabelle tr.odd,
table.spieltabelle tr.odd td {
	background-color: #fd0;
}

table.spieltabelle tr.even,
table.spieltabelle tr.even td {
	background-color: #fff199;
}

table.spieltabelle td,
table.spieltabelle th {
	padding: 3px 10px;
	border: 0;
	/*border-color: #e0e0e0;*/
}

table.spieltabelle tr td:first-child {
	border-left-color: #c6c6c6;
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
    float: right;
}

/* ## Miscellaneous
--------------------------------------------- */

hr {
	height: 1px;
	border: 0 none;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
}

.bolded .fl-heading-text {
	font-weight: 700;
}

.frontpage-link-box .fl-heading {
	display: table-cell;
	height: 200px;
	vertical-align: middle;
}

.frontpage-link-box .fl-heading-text {
	font-weight: 700;
}

.faq {
	clear: both;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap, .content {
	max-width: 1140px;
	margin: 0 auto;
}

.site-inner,
.site-inner .wrap {
	max-width: none;
	margin: 0 auto;
}

.site-header .wrap,
.nav-primary .wrap,
.content-sidebar .site-inner {
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	float: none;
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

h2.entry-title,
h2.entry-title a {
	text-transform: uppercase;
}

.entry-title a:hover,
.entry-title a:focus  {
	color: #000;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-widgets .widget-area {
	font-size: 18px;
	font-size: 1.8rem;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	max-width: 40%;
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	max-width: 40%;
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Page Builder
--------------------------------------------- */


.fl-builder-content .startpage-block .fl-post-feed-title a:hover {
	color: #000;
}

.fl-builder-content .startpage-block.first-block .fl-post-feed-title a:hover {
	color: #fff;
}

.startpage-block .fl-post-feed-post {
	padding-bottom: 0;
	border-bottom: 0;
}

.startpage-block .fl-post-feed-more {
	padding: .5em .75em;
	background-color: #000;
	font-weight: bold;
}

.startpage-block.first-block .fl-post-feed-more {
	color: #333;
	background-color: #fff;
}

.main-head h3 {
	font-weight: bold;
}

.entry-content .logo-table {
	margin-left: 0;
}

.content .first-block.startpage-block .entry {
	padding-top: 0;
	background-color: transparent;
}


/* ## Lions Stuff
--------------------------------------------- */

/* ## Nächste / Vorherige Spiele
--------------------------------------------- */

.spalte-parent .fl-col-group-nested,
.col-parent .fl-col-group-nested,
.spalte-parent .fl-col-group-nested .fl-col,
.col-parent .fl-col-group-nested .fl-col {
	height: 100%;
}

.col-parent .fl-col .fl-col-content .fl-module .fl-col-group .fl-col .fl-col-content .fl-module {
	position: static;
}

.pn-opponent img,
.mannschaft img {
	/*width: 55%;*/
	width: auto;
	max-height: 120px;
}

.pos-rel {
	position: relative;
}

.col-parent .fl-col-content .fl-col-group .fl-col .fl-col-content {
	position: relative;
}

.pn-prevbox .fl-rich-text p
.pn-nextbox .fl-rich-text p {
	margin: 0;
}

.pn-nextbox .fl-rich-text p:first-child,
.pn-nextbox .fl-rich-text p:last-child {
	display: none;
}

.pn-type {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 175px;
	padding: 0 .5em;
	background-color: #fff;
	color: #000 !important;
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
}

.pn-weekday {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-transform: uppercase;
}

.pn-shortdate {
	margin-top: -.05em !important;
	margin-bottom: .05em !important;
	color: #fd0 !important;
	font-size: 68px;
	font-weight: bold;
	line-height: 1.0;
}

.pn-time {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-transform: uppercase;
}

.pn-opponent,
.logo-table {
	margin-top: 30px;
}

.pn-get-ticket,
.pn-watch-tv,
.pn-show-table {
	position: absolute;
	padding-left: .75em;
	padding-right: .75em;
	margin: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fd0;
}

.pn-get-ticket {
	background-color: #fd0;
}

.pn-watch-tv {
	background-color: #666;
}

.pn-show-table {
	background-color: #fd0;
}

.pn-get-ticket a,
.pn-watch-tv a,
.pn-show-table a {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}

.pn-get-ticket a {
	color: #000 !important;
}

.pn-watch-tv a {
	color: #bbb !important;
}

.pn-show-table a {
	color: #000 !important;
}

.entry-content p.pn-get-ticket a:hover,
.entry-content p.pn-watch-tv a:hover,
.entry-content p.pn-show-table a:hover {
	text-decoration: none;
}

/* */
.logo-table {
	display: table;
	width: 100%;
}

.logo-table li {
	display: table-cell;
}

.logo-table .mannschaft {
	width: 40%;
	vertical-align: middle;
}

.logo-table .ergebnis {
	width: 20%;
	vertical-align: middle;
	font-size: 36px;
	line-height: 1.1;
	font-weight: bold;
}

.logo-table .ergebnis .divider {
	padding: 0 5px;
	color: #ffdd00;
	font-size: 48px;
}

.logo-table .ergebnis .anmerkung {
	font-size: 20px;
	font-weight: normal;
}
/* */


#saison_form {
	margin-bottom: 20px;
}

#saison_form p {
	margin: 0px auto;
	color: rgb(255, 255, 255);
	text-align: right;
}

#saison_form select {
	width: auto;
	margin-left: 1.5rem;
}



/* ## Google Map
--------------------------------------------- */

.wpgmza_map {
	margin-top: 10px;
	margin-top: .5em;
	margin-bottom: 30px;
	margin-bottom: 2.5em;
}

.gm-style-iw .wpgmza_markerbox img.wpgmza_infowindow_image {
	display: block;
	float: none !important;
	margin: 3px auto !important;
}

.wpgmaps_blist_row {
	margin-bottom: 10px;
	margin-bottom: .5em;
}

.wpgmza-basic-list-item {
	line-height: 42px !important;
}

.wpgmza-basic-list-item.wpgmza_div_marker {
	height: 42px !important;
	width: 40px !important;
	max-height: 42px !important;
	max-width: 40px !important;
	margin-right: 8px;
}

.wpgmza_small_img {
	max-height: 32px !important;
	max-width: 40px !important;
}

.wpgmaps_directions_outer_div tbody {
	border-bottom: 0;
}

.wpgmaps_directions_outer_div td {
	border-top: 0;
	border-bottom: 0;
	vertical-align: text-top;
}

.wpgmaps_directions_outer_div select {
	width: 80%;
	padding: 8px 16px;
}

.wpgmaps_directions_outer_div td a {
	display: block;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.wpgmaps_directions_outer_div a[id^="wpgmaps_print_directions_"] {
	display: none !important;
}



/* ## bbPress
--------------------------------------------- */

body.forum-archive.logged-in .user-registration {
	display: none;
}

#bbpress-forums,
div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums ul.bbp-forums,
div.bbp-template-notice p,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 17px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 15px;
}

span.bbp-admin-links a {
	font-size: 13px;
	color: #999;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	 color: #999;
}

#bbpress-forums > span#subscription-toggle::before {
	content: " ";
	margin-left: 1rem;
}

.bbp-login-form button,
#bbpress-forums input[type="button"],
#bbpress-forums input[type="reset"],
#bbpress-forums input[type="submit"],
#bbpress-forums .button,
#bbp-search-form input {
	padding: 8px 12px;
}

.bbp-login-form fieldset {
	margin-bottom: 25px;
	border-color: #000;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums fieldset.bbp-form {
	border-color: #000;
}

.bbp-login-form fieldset p,
.bbp-login-form fieldset label,
.bbp-login-form fieldset input {
	font-size: 17px;
}

.bbp-login-form label {
	width: 200px;
}

.bbp-login-form button:hover,
.bbp-login-form .button:hover,
.bbp-topic-form button:hover,
.bbp-topic-form .button:hover,
.bbp-reply-form button:hover,
.bbp-reply-form .button:hover,
.bbp-search-form button:hover,
.bbp-search-form .button:hover,
.bbp-login-form button:focus,
.bbp-login-form .button:focus,
.bbp-topic-form button:focus,
.bbp-topic-form .button:focus,
.bbp-reply-form button:focus,
.bbp-reply-form .button:focus,
.bbp-search-form button:focus,
.bbp-search-form .button:focus {
	background-color: #fd0;
	color: #000;
}

.acf-field.user-terms {
	overflow: hidden;
}

.acf-field.user-terms .acf-label {
	margin-top: 35px;
}

.acf-field.user-terms .acf-label label {
	width: auto;
}

div.bbp-template-notice,
div.indicator-hint {
	background-color: #fff090;
}

.bbp-template-notice.info {
	display: none;
}

#bbpress-forums div.bbp-search-form {
	margin-bottom: 15px;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #444;
}

.bbp-reply-ip {
	display: none;
	position: absolute;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
	border-color: #000;
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
	background-color: #000;
	color: #fff;
}

.bbp-login-form .acf-field-text {
	margin-top: 20px;
	margin-bottom: 0;
}

.bbp-login-form .acf-field[data-width] + .acf-field[data-width] {
	margin-bottom: 15px;
	/*border-left: 1px solid transparent;*/
	border-left-color: transparent;
}

.bbp-login-form .acf-field .acf-label {
	margin-bottom: 0;
}

.bbp-login-form .acf-field .acf-label label {
	font-size: 17px;
	font-weight: normal;
}

.bbp-login-form .acf-label .acf-required {
	display: none;
}


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline-style: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: transparent;
	min-height: 80px;
}

.site-header .wrap {
	padding: 10px 0 20px 155px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	position: relative;
	float: left;
	padding: 0;
	width: 400px;
}

.header-full-width .title-area {
	position: relative;
	width: 100%;
}

.header-image .site-logo {
	position: absolute;
	left: -154px;
	z-index: 999;
}

.header-image .site-logo a {
	/*display: block;*/
	font-size: 0;
	text-decoration: none;
	/*position: relative;*/
	/*z-index: 99;*/
}

.header-image .site-logo a:hover {
	 cursor: pointer;
}

.header-image .site-logo object,
.header-image .site-logo img {
	width: 140px;
}

.header-image .site-logo object {
	position: relative;
	display:inline-block;
	vertical-align: middle;
	overflow:hidden;
}

.header-image .site-logo object::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title h1,
.header-image .site-title p {
	overflow: hidden;
	height: 0;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description h1{
	margin-bottom: 0;
	margin-top: 19px;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.1;
}

.site-description em {
	color: #fd0;
	font-size: 32px;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	display: block;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	position: relative;
	float: right;
	top: 5px;
	/*width: 160px;*/
	width: auto;
	min-width: 430px;
	text-align: right;
}

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

.site-header object {
	position: relative;
	display:inline-block;
	vertical-align: middle;
	overflow:hidden;
}

.site-header object,
.site-header img {
	width: 24px;
	margin-right: 20px;
}

.site-header .facebook object,
.site-header .facebook img {
}

.site-header .youtube object,
.site-header .youtube img {
	width: 63px;
}

.site-header .twitter object,
.site-header .twitter img {
}
/*.site-header .instagram object,
.site-header .instagram img {
	margin-right: 0;
}*/

.site-header .del2 img {
	width: auto;
	height: 24px;
	vertical-align: middle;
	margin-top: 5px;
}

.weesponsor {
	max-width: 650px;
}

.wee-header {
	float: left;
	/*background-color: #fff;*/
	margin-right: 10px;
	/*border-radius: 4px;*/
}
.wee-header .textwidget {
	font-size: 0;
}
.wee-header img {
	height: 75px;
	width: auto;
	/*max-width: 110px;*/
	/*padding: 10px;*/
	margin: 0;
}

.ehliz-header {
	display: none;
	float: left;
	margin-right: 10px;
	/*border-radius: 4px;*/
}
.ehliz-header .textwidget {
	font-size: 0;
}
.ehliz-header img {
	height: 93px;
	width: auto;
	/*max-width: 110px;*/
	/*padding: 10px;*/
	margin: 0;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.menu-primary > .current-menu-item,
.menu-primary > .menu-item:hover,
.menu-primary .current-menu-ancestor {
	background-color: #000;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 9px 6px;
	text-decoration: none;
}

.nav-primary .menu-primary > .current-menu-item a,
.nav-primary .menu-primary > .menu-item:hover > a,
.nav-primary .menu-primary .current-menu-ancestor a {
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 235px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	position: relative;
	width: 235px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 5px solid #fff;
	background-color: #fd0;
}

.nav-primary .wrap {
	padding-left: 175px;
}

.nav-primary .genesis-nav-menu a {
	color: #000;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #000;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #fd0;
	color: #000;
	text-decoration: none;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

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

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 40px;
}

.fl-builder .entry,
.dslc-page .entry {
	padding-left: 0;
	padding-right: 0;
}

.fl-builder .entry-header {
	padding-left: 40px;
	padding-right: 40px;
}

.content .entry {
	background-color: #fd0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.fl-post-carousel-more {
	font-size: 1.6rem;
	background-color: #fd0;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-top-color: #fd0;
	border-right-color: #fd0;
	border-bottom-color: #fd0;
	border-left-color: #fd0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 0 0 0 0;
}

.fl-post-carousel-more:hover,
.fl-post-carousel-more:focus {
	background-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #fd0;
}

.fl-post-carousel-content {
	margin-top: 20px;
	text-align: center;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	color: #444;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 0;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.fl-module-sidebar h4 {
	padding-left: 10px;
	margin-top: 30px;
	background-color: #fd0;
	font-weight: bold;
}

.fl-module-sidebar .widget_text:first-of-type h4 {
	margin-top: 0;
}


/* # Footer Banner
---------------------------------------------------------------------------------------------------- */

.footer-banner {
	background-color: #fd0;
	clear: both;
	padding-top: 25px;
	margin-top: 85px;
	border-top: 5px solid #fff;
	font-size: 25px;
	font-size: 2.5rem;
}

.footer-logo {
	position: relative;
	margin: 0 auto;
}

.footer-logo-wrapper {
	position: absolute;
	top: -120px;
}

.footer-banner object {
	position: relative;
	display:inline-block;
	vertical-align: middle;
	overflow:hidden;
}

.footer-logo,
.footer-banner object,
.footer-banner img {
	width: 184px;
}

.footer-banner .powered-by object,
.footer-banner .powered-by img {
	width: 260px;
}

/*
.footer-banner .widget {
	float: left;
}
*/
.left-banner-widgets {
	float: left;
}

/*
.footer-banner .powered-by {
	float: right;
}
*/
.right-banner-widgets {
	float: right;
}
/*
.footer-banner .subnav {
	clear: both;
}
*/
.footer-banner .menu-item {
	display: inline-block;
	float: left;
}

.footer-banner .menu-item+.menu-item::before {
	content: "|";
	display: inline-block;
	width: 20px;
	text-align: center;
}

.footer-banner a {
	/*padding-right: 8px;*/
	color: #000;
	text-decoration: none;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fd0;
	clear: both;
	padding-top: 50px;
}

.footer-widgets,
.footer-widgets a {
	color: #000;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a {
	text-decoration: none;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #444;
}

.footer-widgets li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 15%;
}

.footer-widgets-1 {
	/*margin-right: 60px;*/
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	float: left;
	margin-right: 2%;
}

.footer-widgets-6 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Ebay-Auktionen */
#auction-box.hide {
	display: none;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

body.logged-in.admin-bar #auction-box,
#auction-box.show {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
}
body.logged-in.admin-bar #auction-box.hide {
	background-color: #f00;
	opacity: .4;
}

/* Dauerkarten-Barometer */
.dk-baro {
	position: relative;
	background: url(images/Dauerkarten-Barometer.png) no-repeat center center;
	font-weight: 700;
	font-size: 70px;
	color: #000 !important;
	width: 230px;
	height: 136px;
	margin: 30px auto 15px;
}
.dk-baro-links, .dk-baro-mitte, .dk-baro-rechts {
	float: left;
	width: 33.3%;
	margin-top: -20px;
	text-align: center;
}

/* Headerbild Mobile */
.fl-node-5602a262489ec > .fl-row-content-wrap {
    padding-top: 210px;
}

.disco-banner {
	background-color: #000;
}
.disco-banner img {
	max-width: 300px;
	margin-top: 20px;
}

/* Dauerkarten-Zähler */
.karten-zaehler .fl-number-string {
    border-radius: 10px;
    margin: 0 auto;
    width: 55%;
	min-width: 190px;
	background-color: #fd0;
	padding-top: 15px;
	padding-bottom: 20px;
}
.karten-zaehler .fl-number-int {
	font-weight: 700;
	color: #000!important;
}

/* Versteigerung */
.button-versteigerung  .fl-icon-wrap{
	background-color: #fd0;
	border-radius: 10px;
	min-width: 190px;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 24px;
}

/* Letzte News Startseite Header */
.lastnews-start .fl-post-slider-post .fl-slide-bg-photo {
	background-position: 50% 20%;
}
.lastnews-start .fl-post-slider-content {
	text-align: center;
}
.lastnews-start h2 {
	font-size: 38px;
	font-size: 3.8rem;
}
.lastnews-start .fl-post-slider-feed-more {
	color: #000!important;
	background-color: #fd0;
	font-weight: 700;
	padding: .5em .75em;
}
.lastnews-start .fl-post-slider-feed-more:hover {
	color: #fd0!important;
	background-color: #000;
}

/* Vorletzte News Startseite */
.seclast-news-start .uabb-posted-on {
	background-color: #fd0;
	color: #000!important;
}
.seclast-news-start h4.uabb-post-heading a {
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
}
.seclast-news-start h4.uabb-post-heading a:hover {
	color: #fff!important;
}
.seclast-news-start .uabb-blog-posts-description {
	padding-top: 9px;
	font-size: 17px;
	line-height: 1.45;
}
.seclast-news-start .uabb-blog-post-content .uabb-button-wrap {
	padding-top: 9px;
	font-weight: 700;
}

/* Letzte 3 News Startseite */
.three-news-start .uabb-posted-on {
	background-color: #fd0;
	color: #000!important;
}
.three-news-start h4.uabb-post-heading a {
	font-weight: 700;
	color: #000;
}
.three-news-start .uabb-blog-posts-description {
	padding-top: 9px;
	font-size: 17px;
	line-height: 1.45;
	color: #000;
}
.three-news-start .uabb-blog-post-content .uabb-button-wrap {
	padding-top: 9px;
	font-weight: 700;
}
.wee-news img {
	/*border: 1px solid #ddd;*/
}

/* Tabelle und Winter Wiesn Startseite */
.tabelle-start {
	background-color: #fd0;
}
.wiesn-text {
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}
.wiesn-text a {
	color: #fd0;
}

/*seclast-news-start*/



/* # WooCommerce
---------------------------------------------------------------------------------------------------- */

p.footer-info {
	padding-top: .7em;
	font-size: 0.8em;
	color: #fd0;
}

.woocommerce .site-inner,
.woocommerce-page .site-inner,
.woocommerce .content .entry,
.woocommerce-page .content .entry {
	background-color: #fff;
}

.post-type-archive-product .content-sidebar-wrap,
.tax-product_cat .content-sidebar-wrap {
	padding-right: 20px;
	padding-left: 20px;
}

.woocommerce .entry,
.woocommerce-page .entry {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.woocommerce .footer-banner,
.woocommerce-page .footer-banner {
	padding-top: 75px;
	margin-top: 0;
}

.woocommerce .related.products {
	clear: both;
}

.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea {
	padding: 10px;
}

.woocommerce table tbody tr:nth-of-type(2n),
.woocommerce-page table tbody tr:nth-of-type(2n) {
	background-color: transparent;
}


.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: #fd0;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	color: #fd0;
}

.woocommerce div.product form.cart .cpf-section .reset_variations {
	display: none !important;
}

.woocommerce .woocommerce-products-header,
.woocommerce-page .entry-content > h2 {
	margin-bottom: 1.5em;
	color: #555;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #555;
	font-size: 1.0em;
}

.woocommerce ul.products li.product .price {
	/*font-size: 1.0em;*/
	color: #000;
}

.product p.wc-gzd-additional-info {
	margin: 0;
	font-size: 0.8em;
	color: #555;
}

.product p.delivery-time-info {
	margin-top: 10px;
	margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 0;
	font-size: 1.2em;
	color: #000;
}

.single-product .tax-info::after {
	content: ", ";
}

.woocommerce .entry-summary .entry-title {
	margin-bottom: 0;
	font-size: 2.8rem;
	text-transform: none;
	color: #555;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description li {
	list-style: disc inside;
}

.woocommerce .entry-summary .cart {
	margin-top: 25px;
}

.woocommerce .sku_wrapper {
	display: none;
}

.woocommerce .tabs.wc-tabs {
	display: none !important;
}

.tm-epo-required {
	padding-right: .5rem;
	color: #fd0;
}

.noUi-connect {
	background-color: #fd0;
}

.noUi-value-sub {
	color: inherit;
	font-size: inherit;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 15px;
}

.tc-price .amount::after {
	content: ' (inkl. MwSt.)';
}

.tm-epo-totals {
	border-top: 1px solid #ddd;
}

.tm-extra-product-options-totals.tm-custom-price-totals {
	margin-top: 0;
	margin-bottom: 0;
}

.tm-epo-field.tmcp-textfield.tm-error {
	border-color: #f30;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error,
.tm-extra-product-options ul.tmcp-ul-wrap + .tm-error {
	color: #f30;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 120px;
}

dl.variation dd {
	overflow: visible;
}

.tc-av-price::before {
	content: 'a';
	display: inline;
	visibility: visible;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: top;
}

.product-remove {
	width: 4em;
	vertical-align: middle !important;
}

.product-thumbnail {
	width: 144px;
}

.product-price {
	width: 8em;
}

.product-quantity {
	width: 6em;
}

.product-subtotal {
	width: 10em;
}

.product-name {
	text-align: left;
}

.product-name a {
	font-weight: bold;
}

/*
.product-price,
.product-quantity,
.product-subtotal {
	text-align: right;
}
*/

.shop_table tfoot td {
	text-align: center;
}


.product-name .delivery-time-info {
	font-size: 1.2rem;
}

.product-name .variation {
	margin-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.tm-cart-edit-options {
	display: none;
}

/*
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
}
*/

.cart_totals .shop_table {
	background-color: #fff8cb;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-top-color: #ffea65;
}

.cart_totals h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.cart_totals table tbody td {
	text-align: right;
}

.woocommerce-Address-title .edit {
	padding: .357em .714em;
	background-color: #fd0;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}

.woocommerce-Address-title .edit:hover,
.woocommerce-Address-title .edit:active,
.woocommerce-Address-title .edit:focus {
	background-color: #000;
	color: #fd0;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-EditAccountForm > p:last-child {
	text-align: right;
}

.woocommerce-EditAccountForm p .woocommerce-Button {
	margin-top: 15px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
	float: none;
}

.post-type-archive-product button,
.post-type-archive-product input[type="button"],
.post-type-archive-product input[type="reset"],
.post-type-archive-product input[type="submit"],
.post-type-archive-product .button
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	border-radius: 0;
	background-color: #fd0;
	color: #333;
	text-transform: none;
}

.post-type-archive-product button:hover,
.post-type-archive-product button:active,
.post-type-archive-product button:focus,
.post-type-archive-product input[type="button"]:hover,
.post-type-archive-product input[type="button"]:active,
.post-type-archive-product input[type="button"]:focus,
.post-type-archive-product input[type="reset"]:hover,
.post-type-archive-product input[type="reset"]:active,
.post-type-archive-product input[type="reset"]:focus,
.post-type-archive-product input[type="submit"]:hover,
.post-type-archive-product input[type="submit"]:active,
.post-type-archive-product input[type="submit"]:focus,
.post-type-archive-product .button:hover,
.post-type-archive-product .button:active,
.post-type-archive-product .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus {
	background-color: #333;
	color: #fd0;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #fd0;
}

.woocommerce-cart .woocommerce input.button:disabled,
.woocommerce-cart.woocommerce input.button[disabled]:disabled {
	opacity: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 1.25;
}

.woocommerce-checkout #order_comments {
	height: 5em;
}

.woocommerce form .form-row .required {
	color: #fd0;
	text-decoration: none;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #fd0;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #fd0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #eee;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.wc-gzd-edit-data-notice {
	background: #fff8cb;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: #fd0;
}

.entry-content ul > li.wc_payment_method {
	list-style-type: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #fd0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fd0;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;

}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-2 .woocommerce-additional-fields,
.woocommerce-page .col2-set .col-2 .woocommerce-additional-fields,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce-page .woocommerce-checkout-review-order {
	margin-top: 25px;
}

.woocommerce .col2-set #order_review_heading,
.woocommerce-page #order_review_heading {
	margin-top: 35px;
}

.woocommerce .col2-set table.woocommerce-checkout-review-order-table,
.woocommerce-page table.woocommerce-checkout-review-order-table {
	margin-top: 25px;
}

.woocommerce #order_review .legal,
.woocommerce-page #order_review .legal {
	float: none;
}

.woocommerce #place_order,
.woocommerce-page #place_order {
	padding-right: 3em;
	padding-left: 3em;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

/* Dauerkarten-Barometer */
.baro-count {
	margin: 5px;
}
.baro-count div {
	padding: 5px 0;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fd0;
}
.baro-count h2 {
	font-size: 80px;
}
.baro-count-zero .uabb-number-int {
	display: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {

	/*.nav-primary { background-color: yellow; }*/

	.site-header .wrap,
	.nav-primary .wrap,
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.nav-primary .wrap {
		padding-left: 0;
	}

	.title-area {
		width: 350px;
	}

	Element {

}

	.header-image .site-logo object,
	.header-image .site-logo img {
		width: 100px;
	}

	.site-description h1 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.site-description em {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.site-header .wrap {
		padding: 5px 0 30px 125px;
	}
	.header-image .site-logo {
		left: -124px;
	}

	.site-header .widget-area {
		min-width: 400px;
	}

	.site-header object,
	.site-header img {
		width: 26px;
		margin-right: 16px;
	}

	.site-header .facebook object,
	.site-header .facebook img {
	}

	.site-header .youtube object,
	.site-header .youtube img {
		width: 67px;
	}

	/*.wee-header img {
		width: auto;
		max-width: 90px;
		padding: 0;
		margin: 0;
        margin-right: 0px;
	}*/

	.wee-header img {
		height: 85px;
		width: auto;
		margin-right: 0;
	}
	.ehliz-header img {
		height: 93px;
		width: auto;
		margin-right: 0;
	}

	.genesis-nav-menu {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.footer-logo,
	.footer-banner object,
	.footer-banner img {
		width: 160px;
	}

	.footer-logo-wrapper {
		top: -100px;
	}

	body .fl-post-feed-header h2.fl-post-feed-title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 30px;
	}


/* ------------------------------------------------------------------------------------------------- */

	.site-inner {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}
*/

	.woocommerce .footer-banner,
	.woocommerce-page .footer-banner {
		padding-top: 65px;
	}
}



@media only screen and (max-width: 991px) {

	/*.nav-primary { background-color: red; }*/

	.site-header .wrap,
	.nav-primary .wrap,
	.site-inner,
	.wrap {
		max-width: 758px;
	}

	.site-header .wrap,
	.nav-primary .wrap,
	.footer-banner .wrap,
	.footer-widgets .wrap {
		max-width: 100%;
	}

	.site-header .wrap {
		padding: 10px 0 52px 105px;
	}

	.title-area {
		width: 280px;
		margin-left: 10px;
	}

	.header-image .site-logo {
		/*top: 8px;*/
		left: -104px;
	}

	.header-image .site-logo object,
	.header-image .site-logo img {
		width: 92px;
	}

	.site-description h1 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.site-description em {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.nav-primary .wrap {
		padding-left: 0;
	}

	.genesis-nav-menu {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 9px 4px;
	}

	.site-header .widget-area {
		min-width: 270px;
		margin-right: 10px;
	}
	.site-header object, .site-header img {
		width: 20px;
		margin-right: 10px;
	}
	.site-header .youtube object, .site-header .youtube img,
	.site-header .del2 img {
		width: auto;
		height: 20px;
	}

	/*.wee-header img {
		max-width: 60px;
		width: auto;
		margin-right: 0;
	}*/

	.wee-header img {
		height: 62px;
		width: auto;
		margin-right: 0;
	}

	.ehliz-header img {
		height: 62px;
		width: auto;
		margin-right: 0;
	}

	.lastnews-start h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.footer-banner {
		margin-top: 35px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer-banner .wrap,
	.footer-widgets .wrap {
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer-logo-wrapper {
		top: -75px;
	}

	.footer-logo,
	.footer-banner object,
	.footer-banner img {
		width: 140px;
	}

	.footer-banner .powered-by object,
	.footer-banner .powered-by img {
		width: 190px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-right: 5%;
	}

	.footer-widgets-3 {
		float: right;
		margin-right: 0;
	}

	.footer-widgets-4 {
		clear: both;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width: 30%;
	}

	table .logo {
		display: none;
	}

	.frontpage-link-box .fl-heading .fl-heading-text {
		font-size: 22px !important;
		font-size: 2.2rem !important;
	}

	.fl-module-heading.bolded h3.fl-heading {
		font-size: 32px;
		font-size: 3.2rem;
	}

/* ------------------------------------------------------------------------------------------------- */

/*
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
*/

	.woocommerce .site-inner,
	.woocommerce-page .site-inner {
		max-width: 100%;
	}

	.woocommerce .footer-banner, .woocommerce-page .footer-banner {
		padding-top: 45px;
	}

	#add_payment_method table.cart .product-thumbnail,
	.woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-checkout table.cart .product-thumbnail {
		width: 0px;
		min-width: unset;
		padding: 0;
	}
	#add_payment_method table.cart .product-thumbnail .attachment-shop_thumbnail,
	.woocommerce-cart table.cart .product-thumbnail .attachment-shop_thumbnail,
	.woocommerce-checkout table.cart .product-thumbnail .attachment-shop_thumbnail {
		display: none;
	}

	.wc-gzd-product-name-left {
		display: none;
	}
	
	.weesponsor {
		max-width: 100%;
	}
	
	.sponsoren-start .uabb-photo-gallery-item {
		padding: 15px;
	}
}



@media only screen and (max-width: 768px) {

	/*.nav-primary { background-color: blue; }*/

	.site-container.shiftnav-wrap {
		/*padding-top: 0 !important;*/
	}
	
	/* Top-Bar */
	.top-bar {
		position: absolute;
		z-index: 999999;
		font-size: 16px;
		width: 100%;
		min-height: 50px;
	}
	#shiftnav-toggle-main.shiftnav-toggle-position-absolute,
	.shiftnav.shiftnav-skin-custom.shiftnav-left-edge {
		top: 60px;
	}

	.entry {
		padding: 50px 4%;
	}

	body > div .content {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.main-with-sidebar {
		max-width: 650px;
	}

	.main-with-sidebar .fl-module {
		margin-right: 20px;
		margin-left: 20px;
	}

	.fl-row-bg-photo .wpb_wrapper h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.fl-col-small {
		width: 100% !important;
		max-width: 650px !important;
	}

	.lastnews-start .fl-post-slider-background .fl-post-slider-content {
		padding: 30px;
		border-bottom: 2px solid #fff;
	}

	.footer-logo {
		display: none;
	}

	.left-banner-widgets {
		margin-bottom: 10px;
	}

	.left-banner-widgets,
	.right-banner-widgets {
		float: none;
	}

	.left-banner-widgets .textwidget,
	.right-banner-widgets .textwidget {
		text-align: center;
	}

	.footer-banner .menu {
		text-align: center;
	}

	.footer-banner .menu-item {
		float: none;
	}

	.footer-widgets-1,
	.footer-widgets-3,
	.footer-widgets-5 {
		float: left;
		margin-right: 10%;
	}

	.footer-widgets-2,
	.footer-widgets-4 {
		float: right;
		margin-right: 0;
	}

	.footer-widgets-3,
	.footer-widgets-5 {
		/*clear: both;*/
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width: 45%;
		clear: none;
	}

	dt {
		float: none;
		min-width: auto;
	}

	a.alignleft, img.alignleft, .wp-caption.alignleft,
	a.alignright, img.alignright, .wp-caption.alignright {
		display: block;
		float: none;
		margin: 0 auto 24px;
		max-width: 65%;
		text-align: center;
	}

	.three-news-start .uabb-post-thumbnail, .three-news-start .uabb-blog-post-content {
		float: none;
		width: 100%;
	}



	.next-prev-games .col-parent .fl-col-group-nested .fl-col {
		height: auto;
		margin-bottom: 30px;
	}

	.next-prev-games .fl-rich-text {
		padding-top: 2em;
	}

/*
	.next-prev-games .col-parent .fl-col-group-nested:last-child .fl-col {
		margin-bottom: 0;
	}

	.fl-node-5c41ad43908c6.fl-col > .fl-col-content {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
*/

	.fl-col-group-equal-height .fl-col-content {
		max-width: 500px;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.fl-node-5c52f1af99ce3.fl-col-small {
		max-widthx: 710px !important;
	}

	.fl-node-5c52fc85c8046 > .fl-col-content,
	.fl-node-5c52fc85c8084 > .fl-col-content {
		border: 2px solid #fff !important;
	}

	.fl-node-5c5305962211f > .fl-col-content {
		border: 2px solid #ffdd00 !important;
	}

	.entry-content .logo-table {
		margin-bottom: 3.5em;
	}
/*
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
*/

	.woocommerce .site-inner,
	.woocommerce-page .site-inner {
		margin-top: 50px;
	}

	.woocommerce .footer-banner,
	.woocommerce-page .footer-banner {
		padding-top: 25px;
	}

	.product-remove,
	.product-name,
	.product-price,
	.product-quantity,
	.product-subtotal {
		width: auto;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		float: none;
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: auto;
		overflow: visible;
	}

	.woocommerce #place_order, .woocommerce-page #place_order {
		width: 100%;
	}
}

	@media only screen and (max-width: 479px) {

	/*.nav-primary { background-color: green; }*/
	/*body { background-color: green !important; }*/

	/* Headerbild Mobile */
	.fl-node-5602a262489ec > .fl-row-content-wrap {
		padding-top: 100px;
	}

	a.alignleft, img.alignleft, .wp-caption.alignleft,
	a.alignright, img.alignright, .wp-caption.alignright {
		display: block;
		float: none;
		margin: 0 auto 24px;
		max-width: 100%;
		text-align: center;
	}

	#shiftnav-toggle-main .shiftnav-toggle-main-block {
		font-size: 22px !important;
		font-size: 2.2rem !important;
	}

	.lastnews-start h2 {
		font-size: 23px;
		font-size: 2.3rem;
	}

}

