/*
Theme Name: Fonts
Theme URI: https://fontsplugin.com/theme
Author: FontsPlugin
Author URI: https://fontsplugin.com/
Description: Fonts is a minimal WordPress theme with a focus on Typography. It doesn't use any frameworks or libraries, this makes it fast, simple and easy to customize! The clean, fast, standards-compliant code ensures the theme is Search Engine Optimized (SEO). The header background color is customizable. Mobile-ready and responsive. Gutenberg compatible.
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: fonts
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog, theme-options

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.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1em;
	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;
	border-radius: 5px;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

#rand { border: 2px solid #242629; border-radius: 1px; padding: 3px;}
#orand { border: 0px solid #242629; border-radius: 0px;}
#grand {padding: 4px; border: 2px solid #2cb67d; border-radius: 3px;}

#strich { border-left: 20px solid #2c5784; padding-left: 10px; }

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

figure {
	margin: 0;
	padding-bottom: 25px;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	color: #606666;
	overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.25;
	color: #dcdcdc;
	margin-top: 10px;
}

h2.headline{
	font-size: 30px;
	margin: 0;
	color:#dcdcdc; 
	line-height: 0.9;
	margin-bottom: 25px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

h2.headline a{
	color:#dcdcdc;
	text-decoration: none;
	font-size: 30px;
	/*text-shadow: 1px 1px #e0e0e0; */
	letter-spacing: -1px;
}

h2.headline a:hover{
	color: #2cb67d;
}

h3 {margin-bottom: 15px;}
h5 {font-size: 22px; background-color: #242629; color: #2cb67d; padding: 10px 5px 10px 15px; border-radius: 5px; margin-bottom: 15px;}

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #242629;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border-radius: 5px;
}

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

abbr,
acronym {
	border-bottom: 0px 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-color: #16161a; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #242629;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
	width: 75%;
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 1em
}

.comments-area ol {
	list-style: none;
	padding: 0
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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. */
	vertical-align: bottom;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
	padding-bottom: 25px;}

figcaption {
	padding-top: 5px;
	padding-left: 8px;
	font-size: 13px;
	color: #767676;
	letter-spacing: 0.3px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

table {
	font-family: 'Fira Sans', sans-serif;
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
}

table th {
	background-color: #2cb67d;
	padding: 12px 1px 12px 1px;
	color: #16161a;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
	border: 2px solid #16161a;
}

table th.tkopf {
	text-shadow: none;
}

table td {
	padding: 7px 7px 7px 7px;
	font-family: 'Fira Sans', sans-serif;
	border: 2px solid #16161a;
	vertical-align:middle;
	background-color: #242629;
}

td a {
	width: 100%;
}

td a.block {
	width: 100%;
	display: block;
}


td a:hover.block {
	text-decoration: none;
}

.bildtd {background-color: #16161a;}
.gamestd {background-color: #16161a; vertical-align: top;}

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

label {
	font-size: 14px;
	color: #9e9e9e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #3a3c3f;
	border-radius: 2px;
	background-color: #242629;
	padding: 8px;
	margin-top: 10px;
	font-family: 'Varela Round';
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #2cb67d;
	color: #2cb67d;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	padding: 20px;
	border: none;
	font-family: 'Fira Sans', sans-serif;
	border: 2px solid #3a3c3f;
	background: #242629;
	transition: background-color 0.2s ease-in-out;
	-webkit-appearance: none;
	border-radius: 0;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #2cb67d;
	outline: none;
	border: 2px solid #2cb67d;
}


textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {color: #2cb67d; text-decoration: none;}

a:hover,
a:focus,
a:active {color: #2cb67d; text-decoration: underline;}

a:focus {
	outline: thin dotted;
}

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

a.tlink {color: #2cb67d; background-color: #242629; border-radius: 3px; padding: 0px 2px 0px 2px;}
a.nlink {color: #2cb67d; border-radius: 3px;}
a.tlink:hover {text-decoration: underline;}

a.qlink {font-size: 75%; color: #2cb67d; padding: 0px 2px 0px 2px;}
a.qlink:hover {text-decoration: underline;}
.qlink {font-size: 75%; padding: 0px 2px 0px 2px;}

.sidebar-1 a {text-decoration: none}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.wrapper:after,
.navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.site-content {
	padding-bottom: 1px
}

.page-template-full-width .content-area,
.post-template-full-width .content-area {
	width: 100%;
}

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

.site-header {
	background: #242629;
	padding: 20px 0px 20px 0px;
	margin-bottom: 25px;
	border-bottom: solid 5px #3a3c3f;
}

.site-branding {
	text-align: center;
  	display:flex;
  	justify-content:center;
}

.site-title {
	font-family: 'Koulen', cursive;
	letter-spacing: 0px;
	margin: 0;
	color: #dcdcdc;
	font-size: 100px;
	letter-spacing: 5px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	padding-top: 0px;
}

.site-title a {
	text-decoration: none;
    color: #dcdcdc;
}
/*--------------------------------------------------------------
.site-title a:hover {
	text-decoration: none;
    color: #272822;
	border: 4px solid #272822;
	padding: 12px 30px;
	background: #f2f2f2;
}
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
	font-size: 14px
}

.menu-1 {
	float: right;
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-1 li {
	float: left;
	position: relative;
}

/* Align the navigation with the rest of the content. */
.menu-item:last-child {
	margin-right: -20px
}

.menu-1 a {
	display: block;
	text-decoration: none;
}

.menu-1 a {
	padding: 0 20px;
    color: #272822;
}

.menu-1 a:hover {
	color: white;
	color: rgba(255, 255, 255, 0.8);
}

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

.post-thumbnail {
	margin-bottom: 16px
}

.entry-header {
	margin-bottom: 1px;
	margin-top: 20px;	
}

.entry-title {
	font-size: 30px;
	margin: 0;
	color:#dcdcdc;
	margin-bottom: 25px;
	line-height: 1.1;
	font-family: 'Fira Sans', sans-serif;
	/* font-family: 'Varela Round'; */
	letter-spacing: -0.5px;
}

.entry-title a {
	text-decoration: none;
	color: #dcdcdc;
	font-weight: bold;
}

.entry-title a:hover {
	color: #dcdcdc;
}

.entry-meta {
	color: #929292;
}

.entry-meta a,
.entry-footer a {
	color: #929292;
	text-decoration: none
}

.entry-content {
	font-size: 22px;
	line-height: 1.6;
	color: #a0a0a0;
	margin-bottom: 10px;
	font-family: 'Fira Sans', sans-serif;
	-moz-hyphens: auto;
  	-o-hyphens: auto;
  	-webkit-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto; 
}

.more-link{
	font-family: 'Fira Sans', sans-serif;
	text-decoration: none;
	color: #ffffff;
	padding-left: 3px;
}

.more-link a:hover{
	color: #191919;
}


.entry-footer {
	margin: 0 0 50px;
	text-transform:uppercase;
	letter-spacing: 1.2px;
	font-weight: bold;
	margin-top: -50px;
}

.entry-footer span {
	display: block;
}

.cat-links a {
	margin-right: 8px;
}

.cat-links a:hover {
	text-decoration: underline;
}

svg {
	height: 14px;
	margin-right: 12px;
	vertical-align: middle;
	color: #929292;
}

.cat-links {
	float: left;
}

.social-links {
	float: right;
}

.social-links .fa-twitter:hover {
	color: #1da1f2
}

.social-links .fa-facebook-f:hover {
	color: #3b5998
}

.social-links .fa-pinterest-p:hover {
	color: #bd081c
}

.social-links svg {
	margin-left: 12px;
}

.comments-closed .entry-footer {
	margin-bottom: 0;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.single .hentry {
	margin-bottom: 50px;
}

.blog .hentry {
	margin-bottom: 0px;
	border-bottom: 0px solid #3a3c3f;
}

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

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

.blog .entry-meta {
	margin-bottom: 0
}

.blog .entry-header {
	margin-bottom: 27px
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

.archive-header {
	margin-bottom: 50px;
}

.archive-header .archive-title {
	font-size: 28px
}

.archive-header .archive-description {
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
	color: #929292
}

.archive .hentry,
.search .hentry {
	margin-bottom: 50px;
	border-bottom: 0px solid #3a3c3f;
}

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

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

.post-navigation,
.posts-navigation {
	margin-bottom: 0px;
}

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

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-previous {
	float: left
}

.nav-next {
	float: right
}

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

.comments-area {
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
}

.comments-area .comment-body {
	border-bottom: 0px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #242629;
	border-radius: 5px;
	font-size: 16px; 
}

.comments-area .comment-body {
	border-bottom: 0px solid #e4e4e4;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #242629;
	border-radius: 5px;
	font-size: 16px; 
}

.comments-area ul.children {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body  {
	padding: 0 0 25px 0;
	margin: 25px 0;
}

.comment-content {
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.3;
	font-size: 110%;
	padding-left: 10px;
	padding-right: 5px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 16px;
}

.comment-meta a {
	text-decoration: none
}

.comment-author {
	padding-left: 15px;
	color: #2cb67d;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 1px;
}
.comment-author a {
	color: #E4572E;
	text-decoration: none;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 1px;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-author cite {
	font-style: normal;
	color: #303135;
	font-weight: bold
}

.comment-metadata a {
	color: gray;
	font-size: 14px;
}

.logged-in-as a {
	text-decoration: none;
	color: gray;
	font-size: 14px
}

.comment-reply-link {
	text-decoration: none
}

.comdatum {font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-transform: uppercase; color: #bcbdb8; letter-spacing: 1.3px; padding: 10px 0px 10px 15px; margin-top: -3px;}

.comtext {font-size: 22px; line-height: 1.4; color: #a0a0a0; margin-bottom: 10px; font-family: 'Fira Sans', sans-serif; border-top: 3px solid #16161a; padding: 10px 0px 0px 5px; margin-bottom: -20px;}

.combesch {font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-transform: uppercase; color: #bcbdb8; letter-spacing: 1.3px;}

.leave {padding: 15px 0px 0px 10px;}

#cancel-comment-reply-link {
	text-decoration: none;
	color: #bb0404;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.comment-respond input {
	width: 100%;
}

.comment-form-author {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}
.comment-form-email {
	width: 47.5%;
	float: left;
}

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

.sub-footer {
	margin-top: -35px;
	margin-bottom: 30px;
}

.post-navigation,
.posts-navigation {
	margin: 25px 0;
}

.sub-footer,
.site-footer {
	color: #929292;
}

.sub-footer a,
.site-footer a {
	color: #c1c1c1;
	font-weight: bold;
}

.sub-footer a:hover,
.site-footer a:hover {
	color: #272822;
}

.site-footer {
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 0px;
	border-top: solid 0px #fff;
	border-bottom: solid 0px #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #bcbdb8;
}

.site-info {
	color: #bcbdb8;
	text-align: center;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	border-top: 2px solid #3a3c3f;
	margin-top: 55px;
	border-width: 90%;
	padding-top: 30px;
	}
.site-info a {
	text-decoration:none; 
	color: #2cb67d;
	/* color:#bcbdb8; */
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	border-top: solid 0px #ff0000;
	border-bottom: solid 0px #ff0000;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 12px;}

.site-info a:hover {text-decoration:none; color: #bcbdb8;}

/*--------------------------------------------------------------
# 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;
	font-size: 14px
}

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

h4{
	letter-spacing: 0.2px; 
	line-height: 1.2; 
	font-size: 22px;  
	/* font-family: 'Varela Round'; */
	font-family: 'Fira Sans', sans-serif;
	text-transform:uppercase; 
	color: #dcdcdc;
	margin-bottom: 12px;
}


/*--------------------------------------------------------------
# MATTE
--------------------------------------------------------------*/

.emoji { display: flex; justify-content: center;cursor: help; }

.sterne {font-size: 200%; text-shadow: 1px 1px 1px #3a3c3f; margin-bottom: 0px; margin-top: -20px; text-align: center; font-weight: bold; letter-spacing: 2px;}

.download {padding: 12px 15px 12px 15px; border-radius: 3px 3px 3px 3px; background-color: #2cb67d; font-weight: bold; color:#242629; margin-top: 20px;	margin-bottom: 30px; font-size: 80%; text-decoration: none;  letter-spacing: 0.7px;  line-height: 1.6;}

.box {color: #f6f6f6; padding: 17px 20px; border-radius: 4px; line-height: 1.3; margin-bottom: 20px;}
#rot {background-color: #E4572E;}
#grun {background-color: #2cb67d; color: #16161a;}
#blau {background-color: #477998;}
#orange {background-color: #FE9000; color: #16161a;}

.mehr {letter-spacing: -0.4px; background-color:#16161a; font-size: 0.8em; padding: 2px 5px 2px 4px; border-radius: 3px; color: #2cb67d; }	
.mehr:hover {text-decoration: none; background-color:#2cb67d; color: #242629; }	

.quelle {font-size: 75%; padding: 3px 5px 3px 5px; background-color: #242629; border-radius: 3px; cursor: help; font-weight: bold;}
.quelle a{color:#a09f9f; text-decoration: none;}
.quelle a:hover{color:#2c5784;}
#oradius {box-shadow: none; border-radius: 0px;}

fieldset {
	padding: 17px 20px;
	border: 0px solid #ddd;
	border-radius: 4px;
	background-color: #242629;
	margin-bottom: 20px;
}

fieldset legend {
	padding: 10px 12px;
	background: #2cb67d;
	border-radius: 3px;
	font-size: 110%;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0px;
	color: #242629;
	font-weight: bold;
}


a.one:link {text-decoration: none;font-size: 13px; letter-spacing: 1.6px; font-weight: bold; padding: 10px; color:#bcbdb8; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
a.one:visited {text-decoration: none;font-size: 13px; letter-spacing: 1.6px; font-weight: bold; padding: 10px; color:#bcbdb8; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
a.one:hover {text-decoration: none;font-size: 13px; letter-spacing: 1.6px; font-weight: bold; padding: 10px; color:#2cb67d; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
.cookie {	font-family: 'Fira Sans', sans-serif; font-size: 110%; }

#alex {font-size: 110%; background-color: #E85D75; color: #fff; letter-spacing: 2px;}
#alexn {font-size: 180%; background-color: #E85D75;}
#matte {font-size: 110%; background-color: #477998; color: #fff; letter-spacing: 2px;}
#ndatum {font-size: 105%; background-color: #2cb67d; color: #242629; font-weight: bold; font-family: 'Fira Sans', sans-serif;}
#matten {font-size: 180%; background-color: #477998;}
#kommentar {padding-bottom: 0px;}

.linkfrei { pointer-events: none; cursor: default; } 

.datum {color: #989898; font-family: 'Varela Round', sans-serif; margin-top: -15px; margin-bottom: -20px; }

.betreff a {font-size: 105%; background-color: #2cb67d; color: #242629; font-weight: bold; font-family: 'Fira Sans', sans-serif;}

.aufklappen {
	background-color:#2cb67d; 
	color: #242629; 
	padding: 10px; 
	font-weight: bold; 
	border-bottom: 0px solid #f6f6f6; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	outline: none;
}

.aufklappen::before {
   content: '\25BC ';
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
}

details[open] .aufklappen::before {
   content: '\25B2 ';
}

summary {
	background-color:#2cb67d; 
	color: #242629; 
	padding: 10px; 
	font-weight: bold; 
	border-bottom: 0px solid #f6f6f6; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

details > p {	
	font-size: 90%; 
	padding: 10px; 
	background-color: #242629;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	margin-bottom: 20px;
	padding-right: 20px;
}

details {margin-bottom: 25px;}
summary:focus{outline: none;cursor: pointer;}

#overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16161a;
  z-index: 2;
  cursor: pointer;
  padding-top: 50px;
  cursor: default;
}

.toverlay{
  position: absolute;
  color: white;
  transform: translate(-10%,-10%);
  -ms-transform: translate(-10%,-10%);
}

.buttonm {border: none; color: #bcbdb8; font-size: 13px; letter-spacing: 1.6px; font-weight: bold; padding: 10px; font-family: 'Roboto', sans-serif; text-transform: uppercase;}

.mmenu{color: #2cb67d; font-family: 'Secular One', sans-serif; font-size: 60px; font-weight: bold; letter-spacing: 3px; padding: 10px 25px 10px 25px; border-bottom: 1px solid #242629; opacity: 100%; }
.mpunkte a {font-size: 45px; color: #cdcdcd; font-family: 'Secular One', sans-serif; letter-spacing: 3px; font-weight: bold; padding: 5px 0px 5px 0px;}
.mpunkte a:hover {text-decoration: none; color: #E4572E;}
.mdesign {border: 2px solid #242629; max-width: 700px; margin: 0px 25px 20px 25px; background: #242629; border-radius: 3px; padding: 5px 0px 5px 0px;}
.schulnote {font-size: 600%; font-weight: bolder;cursor: help; color: #2cb67d;}

.vorwort {color: #c9c9c9; font-size: 80%; letter-spacing: 0.5px; font-weight: bold;}

.like {color: #c9c9c9; font-size: 200%; letter-spacing: 0.5px; line-height: 1.5; font-weight: bold; font-family: 'Secular One', sans-serif; text-transform: uppercase;}
h4 {letter-spacing: 0.5px;font-family: 'Secular One', sans-serif; text-transform: uppercase;font-size: 120%;}
.neu {background-color: #E4572E; color: #f6f6f6; cursor: help; border-radius: 2px; padding: 3px 4px 2px 4px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 12px;letter-spacing: 1.1px;}
.staffel {background-color: #16161a; color: #2cb67d; cursor: help; padding: 3px 6px 3px 6px; border-radius: 1px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 13px; font-style: normal;}
.schwarzgrun {background-color: #16161a; color: #2cb67d; padding: 3px 6px 3px 6px; border-radius: 1px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 13px; font-style: normal;}
.graugrun {background-color: #242629; color: #2cb67d; padding: 3px 6px 3px 6px; border-radius: 1px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 13px; font-style: normal;}
.ketchup {background-color: #16161a; color: #2cb67d; padding: 3px 6px 3px 6px; border-radius: 1px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 13px;}
.akt {background-color: #477998; color: #f6f6f6; cursor: help; border-radius: 2px; padding: 3px 4px 2px 4px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 12px;letter-spacing: 1.1px;}
.transtd {background-color: #16161a; vertical-align: top;}
.lupdate {font-size: 75%; padding: 3px 5px 3px 6px; background-color: #242629; cursor: help; border-radius: 3px; font-weight: bold; letter-spacing: 1.5px;}
.lupdatetext {font-size: 75%; padding: 3px 5px 3px 5px; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;}
.spielstand{line-height: 1.2; font-size: 150%;  font-family: 'Secular One', sans-serif;	text-transform:uppercase; margin-bottom: 12px;}
.spieltext{	line-height: 1.2; font-size: 150%;  font-family: 'Secular One', sans-serif;	text-transform:uppercase; color: #2cb67d;margin-bottom: 12px;}
.legende {font-size: 65%; line-height: 1.3;}

.matto {
	color: #bcbdb8;
	text-align: right;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: bold;
	font-size: 65%;
	cursor: help;
	}

/*--------------------------------------------------------------
# /* Navigation Menu */
--------------------------------------------------------------*/

/* Navigation Menu */
.main-navigation {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    text-align: center;
}
.main-navigation li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
}
.main-navigation a {
    color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
 
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}
 
// CSS to use on mobile devices
 
@media screen and (min-width: 600px) {
 
.main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        color: #6a6a6a;
        line-height: 3.692307692;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .main-navigation li a:hover,
    .main-navigation li a:focus {
        color: #000;
    }
    .main-navigation li {
        margin: 0 40px 0 0;
        margin: 0 2.857142857rem 0 0;
        position: relative;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: #e3e3e3;
        color: #444;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        color: #636363;
        font-weight: bold;
    }
    .menu-toggle {
        display: none;
    }
     	.like { font-size: 180%; }
    }

/*--------------------------------------------------------------
# How to make an embedded YouTube video responsive
--------------------------------------------------------------*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
margin-bottom: 15px;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 800px) {
	.site-content,
	.content-area {
		width: 100%;
		float: none;
	}
	

	.wrapper {
		padding: 0 20px;
	}
	
	.site-branding,
	.menu-1 {
		float: none;
	}

	.site-branding {
		margin-bottom: 0px;
	}
	.menu-1 a {
		padding-left: 0;
	}
	.entry-content {font-size: 16px; letter-spacing:-0.4px; line-height: 1.6;}
	h2.headline a{font-size: 26px;}
	.entry-title {font-size: 26px;}
	h4 {font-size: 16px;}
	h5 {font-size: 16px;}
	table {font-size: 11px;}
	table th {font-size: 15px; letter-spacing: -1.0px;}
	table td {padding: 5px;}
	.punkt  { letter-spacing: 0.9px;}
	.punkt a {font-size: 13px; letter-spacing: 1.6px; font-weight: bold; padding: 10px; color:#2cb67d; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
	.box { font-size: 15px;}
	.mpunkte a {font-size: 30px;}
	.mmenu{font-size: 50px;  }
	.like { font-size: 180%; }
	.vorwort {font-size: 90%;}
}
@media screen and (max-width: 800px) {
.site-title {font-size: 50px; letter-spacing: 3px;}
.entry-title {font-size: 26px; letter-spacing: -0.1px; 	line-height: 1.3;}
h2.headline a{font-size: 23px; letter-spacing: -0.1px;}
.mehr {padding: 0px 5px 2px 5px;}
.datum {font-size: 90%}
.sterne {margin-top: -10px;}
figcaption {font-size: 0.7em; letter-spacing: 0.3px;}
		.comtext {font-size: 110%; }
		.like { font-size: 180%; }
}

@media only screen and (max-width: 600px) {
  body {    }
  	.mabula {font-size: 38px;}
    .site-title {font-size: 50px; letter-spacing: 3px;}
	.main {	font-size: 16px;}
	th {padding: 8px 0px 8px 0px; font-size: 14px; letter-spacing: -1.0px;}
	td {padding: 5px; font-size: 14px;}
	.menu { font-size: 11px;padding: 5px; letter-spacing: 0.5px;}
	.postname{padding-left: 3px;}
	.postcontent{padding: 8px;}
	.datum {font-size: 80%}
	.sterne {margin-top: -10px;}
	.alignleft {font-size: 13px; letter-spacing: 1.3px; font-weight: bold; color:#bcbdb8; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
	.alignright {font-size: 13px; letter-spacing: 1.3px; font-weight: bold; color:#bcbdb8; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
	.site-info {padding-top: 20px; padding-bottom: 0px;}
	.like { font-size: 160%; }
	
	.comdatum {font-size: 12px;}
	.comtext {font-size: 100%; }
	.combesch {font-size: 12px;}
	.comarea {font-size: 220%;}
	.leave {padding: 15px 0px 0px 10px;}
	.comment-author {font-size: 120%;}
	.comment-author a {font-size: 120%;}
}

/*--------------------------------------------------------------
# MAT_PIELESCH
--------------------------------------------------------------*/,

.says { display: none; }

.postwrapper
{
	border:1px solid #a4a4a4;
	padding:3px;
	margin-bottom: 10px;
}

.posttopbar
{
	background-color: #2cb67d;
	padding: 8px 8px 8px 8px;
    color: #242629;
}

.postname
{
	font-size: 90%;
	width: auto;
	float:left;
	padding-left: 2px;
}

.postcontent
{
	padding: 6px;
	font-size: 92%;
    line-height: 1.8;
    text-align: justify;
	letter-spacing: -0.5px;
}

	.neualt{
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
	padding: 2px 2px;
}
	.neualt a {
	text-decoration:none;
	color: #ababab;
	padding: 10px 9px 10px 9px;
	border-radius: 3px;
	background-color:#242629;
}
	.neualt a:hover {
	text-decoration:none;
	color: #2cb67d;
}

	.ende a {
	text-decoration:none;color: #6c6e76;
}


::-moz-selection { 
	color: #2cb67d; 
	background-color: #242629; 
	padding: 0px 2px 0px 2px;
	text-shadow: none; 
}

::selection { 
	color: #2cb67d; 
	background-color: #242629; 
	padding: 0px 2px 0px 2px;
	text-shadow: none; 
}

.iks {color: #2cb67d; font-weight: bold;}

/* koulen-regular - latin */
@font-face {
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/koulen-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/koulen-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/fira-sans-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/fira-sans-v16-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/fira-sans-v16-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/fira-sans-v16-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/fira-sans-v16-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/varela-round-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/varela-round-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* secular-one-regular - latin */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/secular-one-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/secular-one-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fonts/fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

