/*
Theme Name: Seeatre
Author: dynameet
Text Domain: seeatre
Domain Path: /languages
Description: Seeatre is a blog theme in a movie theatre/cinema style. It features custom header video or image as well as featured images, customizable sections in the left and right sidebar (widget areas), a custom logo, featured images, custom header/footer navigation menus and more. Beside that it is ready for translation.
Version: 1.3
Tested up to: 6.6
Tags: one-column, flexible-header, left-sidebar, right-sidebar, custom-header, custom-menu, custom-logo, theme-options, threaded-comments, rtl-language-support, sticky-post, translation-ready, editor-style, blog, portfolio, custom-background, featured-images, featured-image-header

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:									
----------------------------------------------------------------
# General
# Header
# Alignments
# Captions
# Quotes
# Custom Header Menu
# Custom Footer Menu
# Curtain
# Posts
# Comments
# Blocks
# Sidebars and Widgets
# page.php
# archive.php
# author.php
# image.php
# 404.php
# search.php
# attachment.php
# Footer
# Accessibility
# WP Features

*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
*{
    padding: 0;
    margin: 0;
	-webkit-box-sizing: border-box;                /* -webkit-: Android/Chrome/iOS/Safari vendor extension */ 
	-moz-box-sizing: border-box;                   /* -moz-: Mozilla vendor extension */
	box-sizing: border-box;        
}
body{
	height: 100%;
}
.adm .custom-logo-link,
.adm header,
.adm .header-image{
	top: 32px;
}
.adm #header-menu-container{
	top: 22px;
}
.adm .site-title{
	top: 66px;
}

@font-face {
    font-family: 'hacks';
	src: 	url('../../assets/fonts/HVD_Comic_Serif_Pro.eot'); 									/* IE9 Compat Modes */
    src: 	url('../../assets/fonts/HVD_Comic_Serif_Pro.eot?iefix') format('embedded-opentype'),  	/* IE6-IE8 */
			url('../../assets/fonts/HVD_Comic_Serif_Pro.woff2'),  									/* Chrome, FF, Opera, Safari, Android, iOS */
			url('../../assets/fonts/HVD_Comic_Serif_Pro.woff'),									/* Chrome, FF */
			url('../../assets/fonts/HVD_Comic_Serif_Pro.ttf') format('truetype'); 					/* Chrome, FF, Opera, Safari, Android, iOS */ 
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.menu{
	font-family: "hacks", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}
p, div{
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word;	
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nojq{
	margin: 0;
}
blockquote p,
address{
	margin: 0 10px 0 5px;
}
table,
dl{
	margin-top: 10px;
	margin-bottom: 40px;
}
table th, 
table td,
blockquote p,
table{
	padding: 5px;
}
dd{
	margin-bottom: 5px;
}
dd{
	padding-left: 30px;
}
ul,
ol{
	margin-top: 5px;
	margin-bottom: 5px;
}
a{
	color: #707070; 
	text-decoration: underline;
	-webkit-transition: color 80ms ease-in, text-decoration 80ms;
	-moz-transition: color 80ms ease-in, text-decoration 80ms;
	transition: color 80ms ease-in, text-decoration 80ms;
}
a:hover{
	text-decoration: underline;
	color: #000;
}
code,
kbd,
tt{
	background: rgba(126, 59, 24, 0.05);
}
var{
	background: rgba(126, 59, 24, 0.2);	
}
code,
kbd,
tt,
var{
	border-radius: 5px;
	padding: 0 5px 0 5px;
}
pre{
    white-space: pre-wrap;       
    white-space: -moz-pre-wrap;  /* Mozilla */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       
}
img[class*="wp-image"]{
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-image{
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 30;
}
.custom-logo-link{
	z-index: 45;
	position: fixed;
	left: 3%;
	top: 15px;
	max-width: 70px;

}
.custom-logo-link img{
	max-width: 100%;
	height: auto;
}
.site-title{
	position: fixed;
	z-index: 45;
	text-align: center;
	max-width: 40%;
	left: 150px;
	top: 35px;	
}
.site-title a{
	color: #fff;
	font-size: 30px;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: color 80ms, text-decoration 80ms;
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;
}
.site-title a:hover,
.site-title a:focus{
	text-decoration: underline;
	color: #eee;
}
.custom-background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}
.bypostauthor{
	display: block;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	padding: 2px;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignright{
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.alignright img{
	margin-left: 20px;
}
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.5em;	
}
.alignleft img{
	margin-right: 20px;
}
.aligncenter{
	display: block;
	clear: both;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignwide{
	clear: both;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignfull,
.wp-block-cover[class*="alignfull"]{
	margin: 0;
}
div[class*="wp-caption aligncenter"] p[id*="caption-attachment"]{
	text-align: center;
}
.has-text-align-left,
.has-text-align-left p{
	text-align: left;
}
.has-text-align-right,
.has-text-align-right p{
	text-align: right;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-block-image{
	margin-top: 30px;
	text-align: center;
}
figcaption,
figure{
	display: block;
}
.wp-caption, .wp-caption-text{
	font-family: Tahoma, Arial, sans-serif;
	word-wrap: normal;
}
.wp-caption{	
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption-text{
	padding: 0 5px 0 5px;
}
.content-single-text > .gallery{
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.gallery-item .gallery-icon{
	text-align: center;
}
.gallery .gallery-item{
    float: left;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 6px;
	flex-basis: auto;
	
}
.gallery-columns-1 .gallery-item{
	width: 100%;
}
.gallery-columns-2 .gallery-item{
	width: 50%;
}
.gallery-columns-3 .gallery-item{
	width: 33.33333%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery-columns-5 .gallery-item{
	width: 20%;
}
.gallery-columns-6 .gallery-item{
	width: 16.66667%;
}
.gallery-columns-7 .gallery-item{
	width: 14.28571%;
}
.gallery-columns-8 .gallery-item{
	width: 12.5%;
}
.gallery-columns-9 .gallery-item{
	width: 11.11111%;
}
.gallery-columns-3 .wp-caption-text,
.gallery-columns-4 .wp-caption-text{
	font-size: 16px;
}
.gallery-columns-5 .wp-caption-text,
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text{
	font-size: 14px;
}
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text{
	font-size: 12px;
}
.gallery img{
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
}
.gallery-caption{
	max-width: 100%;
}
.wp-block-cover a{
	padding: 5px;
	border-radius: 5px;
}
.wp-block-cover a:hover{
	color: #e5af47;
	background:  url('../../assets/img/menu-background.png');	
}
.blocks-gallery-caption{
	margin-bottom: 40px;
}
.blocks-gallery-item__caption{
	padding: 0 !important;
}
.columns-8 .blocks-gallery-item__caption{
	font-size: 12px !important;
}
.alignright > .wp-caption-text{
	margin-left: 5px;
}
.align-left > .wp-caption-text{
	margin-right: 5px;
}

/*--------------------------------------------------------------
Quotes
--------------------------------------------------------------*/
cite{
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large{
	border-left: 4px solid #eee;
	text-indent: 10px;
}
blockquote[class*="has-text-align-right"], .wp-block-quote[class*="has-text-align-right"]{
	border-left: none;
	border-right: 4px solid #eee;
	padding-right: 10px;
}
.wp-block-pullquote blockquote{
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	border-left: none;
}
.wp-block-pullquote[class*="has-background"] blockquote{
	border: none;
}

/*--------------------------------------------------------------
Custom Header Menu
--------------------------------------------------------------*/
.header-menu-container,
.header-menu-container-open{
	z-index: 50;
	position: fixed;
	right: 2%; 
	top: 10px;
	float: right;
	background: #E5AF47;
	font-size: 23px;
	font-weight: bold;
	max-width: 59vw;
	max-height: 120px;
	border: 1px solid #000;
}
.header-menu-container ul,
.header-menu-container-open ul{
	max-width: 100%;
	text-align: center;
}
.header-menu-container li,
.header-menu-container-open li{
	margin: 3px;
}
.header-menu-container{
	opacity: 0;
}
.header-menu-container-open{
	opacity: 1;		
}
.reveal-checkbox:checked ~ .header-menu-container{
	-webkit-animation-name: appear;
	-moz-animation-name: appear;
	animation-name: appear;
	-webkit-animation-duration:	1.5s;
	-moz-animation-duration:	1.5s;
	animation-duration:	1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes appear{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
#header-menu{
	list-style: none;
}
#header-menu li,
#header-menu li li{
	display: inline-block;
	background: url('../../assets/img/menu-background.png');
	min-width: 148px;
	text-align: center;
	padding: 5px;
}
#header-menu li li:before{
	content: ">";
	color: #E5AF47;
	position: absolute;
	left: 10px;
	top: 10px;
}
#header-menu li a{
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 23px;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}
#header-menu li:hover > a,
#header-menu li a:focus{
	color: #F5DA81;
}
#label-custom-header-menu, #hamburger-checkbox{
	width: 50px;
	height: 55px;
	position: fixed;
	top: 20px;
	right: 4%;
	border-radius: 5px;
}
#hamburger-checkbox{
	cursor: pointer;
}
label[for="hamburger-checkbox"]{
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
.label-custom-header-menu{
	background: #E5AF47;
	z-index: 0;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.label-custom-header-menu-open{
	background: #E5AF47;
	color: #fff;
	text-align: center;
	opacity: 1;
}
.hamburger-checkbox{
	opacity: 0;
	display: none;
}
.hamburger-checkbox-open{
	background: #E5AF47;
	color: #fff;
	text-align: center;
	opacity: 0;
	display: none;
}
.reveal-checkbox:checked ~ #label-custom-header-menu{
	-webkit-animation-name: appear;
	-moz-animation-name: appear;
	animation-name: appear;
	-webkit-animation-duration:	1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration:	1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#header-menu ul{
	display: none;
	position: absolute; 
	margin-left: -4px;
	margin-top: 5px;
	background: #E5AF47;
}
#header-menu li:hover > ul,
#header-menu li:focus-within ul{
	display: block;	
}
#header-menu ul li{
	display: block;
	margin: 5px;
}

/*--------------------------------------------------------------
Custom Footer Menu
--------------------------------------------------------------*/
.footer-menu-container,
.footer-menu-container-open{
	z-index: 50;
	position: fixed;
	left: 0; 
	bottom: 1%;
	min-width: 100%;
	font-size: 23px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;	
}
.footer-menu-container{
	opacity: 0;
}
.footer-menu-container-open{
	opacity: 1;		
}
.reveal-checkbox:checked ~ .footer-menu-container{
	-webkit-animation-name: appear;
	-moz-animation-name: appear;
	animation-name: appear;
	-webkit-animation-duration:	1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration:	1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#footer-menu{
	list-style: none;
	min-width: 150px;
}
#footer-menu li,
#footer-manu li li{
	display: inline-block;
	background: black;
	border-radius: 5px;
	min-width: 148px;
	text-align: center;
	padding: 5px;
}
#footer-menu li a{
	color: lightgray;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 23px;
	text-decoration: none;
	white-space: nowrap;
}
#footer-menu li:hover > a,
#footer-menu li a:focus{
	color: #F5DA81;
}
#label-custom-footer-menu, #hamburger-checkbox-footer{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 1%;
	left: calc(50% - 25px);
	border-radius: 5px;
}
.label-custom-footer-menu{
	opacity: 0;
	z-index: 0;
	background: #E5AF47;
	color: #fff;
	text-align: center;	
}
.label-custom-footer-menu-open{
	background: #E5AF47;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.hamburger-checkbox-footer{
	opacity: 0;
	display: none;
}
.hamburger-checkbox-footer-open{
	background: #E5AF47;
	color: #fff;
	text-align: center;
	opacity: 0;
	display: none;
}
.reveal-checkbox:checked ~ #label-custom-footer-menu{
	-webkit-animation-name: appear;
	-moz-animation-name: appear;
	animation-name: appear;
	-webkit-animation-duration:	1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration:	1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;	
}
#hamburger-checkbox-footer{
	cursor: pointer;
}
label[for="hamburger-checkbox-footer"]{
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
#footer-menu ul{
	display: none;
	position: absolute; 
	margin-left: -4px;
	margin-top: 5px;
	background: #E5AF47;
}
#footer-menu li:hover > ul,
#footer-menu li:focus-within ul{
	display: block;
	bottom: 40px;
}
#footer-menu ul li{
	display: block;
	margin: 5px;
}

/*--------------------------------------------------------------
Curtain
--------------------------------------------------------------*/
.reveal-checkbox{
	z-index: 50;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 0;
	min-width: 100vw;
	height: 100%;
	cursor: pointer;	
	opacity: 0;
}
.reveal-checkbox-openend{
	z-index: 41;
	position: absolute;
	box-sizing: border-box;
	left: calc(50% - 55px);
	width: 100px;
	height: 100px;
	cursor: pointer;
	top: -100%;
	opacity: 0;
}
.reveal-checkbox:checked{	
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 41;
}
.arrow{
	position: absolute;
	left: calc(50% - 30px);
	z-index: 25;
	top: 140px;
}
.arrow-opened{
	position: absolute;
	left: calc(50% - 30px);
	z-index: 25;
	top: -10px;
	
}
.arrow-title{
	color: #fff;
	position: absolute;
	left: calc(50% - 100px);
	min-width: 200px;
}
.reveal-checkbox:checked ~ .arrow{ 
	-webkit-transition: transform 1s ease-out; 
	-moz-transition: transform 1s ease-out; 
	transition: transform 1s ease-out; 
	-ms-transform: translateY(-400px);
	-webkit-transform: translateY(-400px);
	-moz-transform: translateY(-400px);
	transform: translateY(-400px);
}
.wrapper{
	min-width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20;
	top: 70px;
}
.wrapper-opened{
	min-width: 100%;
	height: 100%;
	position: fixed;
	margin-top: 40px;
	top: -97%;
	
}
.reveal-checkbox:checked ~ .wrapper{
	-webkit-transition: all 1s ease-out; 
	-moz-transition: all 1s ease-out; 
	transition: all 1s ease-out; 
	-ms-transform: translateY(-97%);
	-webkit-transform: translateY(-97%);
	-moz-transform: translateY(-97%);
	transform: translateY(-97%);
}
.curtain{
	position: relative;
	width: 100%;
	height: 100%;
}
.teaser-image{
	z-index: 55;
	position: relative;
	left: calc(50% - 200px);
	top: -465px;
}
#site-header{
	z-index: 60;
	position: absolute;
	top: 100px; 
	left: 100px;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/
.content{
	width: 60%;
	height: 65%;
	left: 20%;
	background: #fff;
	z-index: 12;
	top: 14%;
	position: fixed;
	overflow: auto;
	box-sizing: border-box;
	border-radius: 15px;
	border: 4px ridge gray;
	padding: 0 2% 0 2%;
}
.read-more-link{
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms ease-in, text-decoration 80ms;
	-moz-transition: color 80ms ease-in, text-decoration 80ms;
	transition: color 80ms ease-in, text-decoration 80ms;
}
.read-more-link:hover{
	color: #000;
	text-decoration: underline;
}
.sticky{
	-webkit-box-shadow: 0px 3px 8px rgba(2,117,216,1);
	-moz-box-shadow: 0px 3px 8px rgba(2,117,216,1);
	box-shadow: 0px 3px 8px rgba(2,117,216,1);
	width: 98%;
	margin-left: 1%;
}
.div-thumbtack{
	position: absolute;
	margin-bottom: 98%;
	margin-left: 80%;
}
.thumbtack{
	width: 40px;
	height: 60px;
}
.index-head{
	text-align: center;
	font-size: 21px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 1;
}
.index-head a{
	
}
.post{
	padding-top: 5px;
	margin-top: 45px;
	background: rgba(255,245,245,0.5);
	border-radius: 5px;
}
.post p{
	text-align: center;
	text-justify: inter-word;	
}
.t2{
	color: #eee;
}
.post-title{
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.post-title-no-thumb{
	padding: 4px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;		
	min-height: 40px;
}
.post-title a{
	color: #707070;
	text-decoration: none;
	font-size: 30px;
	-webkit-transition: color 80ms ease-in, text-decoration 80ms;	
	-moz-transition: color 80ms ease-in, text-decoration 80ms;	
	transition: color 80ms ease-in, text-decoration 80ms;	
}
.post-title a:hover,
.post-title a:focus{
	text-decoration: underline;
	color: #000;
}
.post-meta{
	text-transform: uppercase;
	float: right;
	margin-right: 5%;
	margin-right: 5%;
}
.post-meta a{
	color: #707070;
	-webkit-transition: color 80ms;
	-moz-transition: color 80ms;
	transition: color 80ms;
	text-decoration: underline;
}
.post-meta a:hover,
.post-meta a:focus{
	color: #000;
	text-decoration: underline;
}
.post-excerpt{
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
.blog-post-title{
	font-size: 40px;
}
.content strong,
.content-page strong,
.content-single strong{
	font-family: Arial, Helvetica, sans-serif;
}
.content-single{
	width: 80%;
	height: 64%;
	left: 20%;
	background: #fff;
	z-index: 10;
	top: 14%;
	position: fixed;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	border: 5px ridge black;	
}
#content-single-title{
	text-align: center;
}
.content-single-text{
	font-size: 18px;
}
.content-single-text > p{
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-single-text p,
.content-single-text h1,
.content-single-text h2,
.content-single-text h3,
.content-single-text h4,
#comments p,
#comments h1,
#comments h2,
#comments h3,
#comments h4{
	margin-top: 20px;
	margin-bottom: 10px;
}
.content-single-text h5,
.content-single-text h6,
#comments h5,
#comments h6{
	margin-top: 15px;
	margin-bottom: 5px;
}
.content-single-text ol ol,
.content-single-text ol ul,
.content-single-text ul ol,
.content-single-text ul ul,
.content-page-text ol ol,
.content-page-text ol ul,
.content-page-text ul ol,
.content-page-text ul ul,
#comments ol ol,
#comments ol ul,
#comments ul ol,
#comments ul ul{
	margin-left: 25px;
}
#comments ol li{
	list-style: decimal;
}
.post-single{
	margin: 0 5% 0 5%;
	padding: 20px 2% 20px 2%;
}
.post-taxo-wrapper{
	width: 100%;
	display: inline-block;
	padding: 0 20px 0 20px;
}
.tags{
	float: left;
	font-style: italic;
}
.tags a{
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 80ms;
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;	
}
.tags a:hover,
.tags a:focus{
	color: #000;
	text-decoration: underline;
}
.post-single-category{
	margin-left: 40px;
	margin-right: 40px;
}
.post-single-category a{
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 80ms;	
	-moz-transition: color 80ms, text-decoration 80ms;	
	transition: color 80ms, text-decoration 80ms;	
}
.post-single-category a:hover,
.post-single-category a:focus{
	color: #000;
	text-decoration: underline;	
}
.post-category{
	float: right;
	margin-right: 10px;
}
.post-category a{
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 80ms;	
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;	
}
.post-category a:hover,
.post-category a:focus{
	color: #000;
	text-decoration: underline;	
}
.content-thumb-wrapper{
	text-align: center;
	margin-top: 10px;
	width: 100%;
	text-align: center;	
	padding-top: 4px;
	padding-bottom: 4px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;	
}
.content-thumb-wrapper-sticky{
	text-align: center;
	margin-top: 23px;
	width: 100%;
	text-align: center;	
	padding-top: 4px;
	padding-bottom: 4px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;	
}
	
.content-thumb-wrapper img,
.content-thumb-wrapper-sticky img,
.content-single-thumb > .wp-post-image,
.content-single-custom-logo-container img{
	max-height: 200px;
	width: auto;
}
.content-thumb-link{
	max-height: 200px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content-single-thumb,
.content-single-custom-logo-container{
	width: 100%;
	text-align: center;	
	padding-top: 4px;
	padding-bottom: 4px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.content-single-custom-logo-container-empty{
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 40px;
}
.blog-post-single-meta, .blog-post-single-meta a{
	text-transform: uppercase;
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 80ms;
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;	
}
.blog-post-single-meta a:hover,
.blog-post-single-meta a:focus{
	color: #000;
	text-decoration: underline;
}
.posts-pagination nav h2{
	text-align: center;
	display: none;
}
.posts-pagination nav h2:focus{
	display: block;
}
.posts-pagination div{
	text-align: center;
	font-size: 18px;
	font-family: "hacks", Arial, Helvetica, sans-serif;
}
.posts-pagination{
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	border-top: 1px solid #eee;
}
.posts-pagination a{
	text-decoration: underline;
	color: #707070;
	-webkit-transition: color 80ms, text-decoration 80ms;
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;	
}
.posts-pagination a:hover,
.posts-pagination a:focus{
	text-decoration: underline;
	color: #000;
}
.single-post-pagination{
	text-align: center;
	font-size: 22px;
	font-family: "hacks", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #fafafa;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.single-post-pagination a{
	color: #707070;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: color 80ms ease-in;	
	-moz-transition: color 80ms ease-in;	
	transition: color 80ms ease-in;	
}
.single-post-pagination a:hover,
.single-post-pagination a:focus{
	color: #000;
	text-decoration: underline;
}
.single-post-pagination a:first-child{
	margin-right: 20px;
}
.single-post-pagination a:nth-child(2){
	margin-left: 20px;
}
.within-post-pagination p{
	text-align: center;
	font-size: 20px;
	font-family: "hacks", Arial, Helvetica, sans-serif;
}
.within-post-pagination{
	clear: both;
}
.content-single-text form input{
	display: block;
	margin: 0 auto 2px auto;
}
.content-single-text input[id*="pwbox"]{
	width: 200px;
	height: 38px;
	border-radius: 5px;	
}
.content-single-text input[type="submit"]{
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background: url('../../assets/img/menu-background.png');
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.content-single-text input[type="submit"]:hover,
.content-single-text input[type="submit"]:focus{
	opacity: 0.8;
	color: #F5DA81;
}
.go-to-post-link{
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments, #comment{
	margin: 0 5% 30px 5%;
	padding-top: 20px;
	padding-left:2%;
	padding-right: 2%;
}
.comment-list{
	margin-bottom: 5%;
}
.comment-list > li{
	border-top: 1px solid #eee;	
	border-bottom: 1px solid #eee;
}
.comment-list article{
	border-top: 1px solid #eee;	
}
.comment-list li{
	list-style: none;
	background: #fafafa;
	border-radius: 5px;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}
.comment-content ul li,
.comment-content ol li{
	margin-bottom: 0;
	list-style: circle;
	padding: 5px;
}
.comments-title{
	margin-bottom: 20px;
	text-align: center;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.comment-body{
	margin-bottom: 40px;
}
.comment-content{
	font-size: 18px;
}
.comment-notes{
	text-align: center;
	margin-bottom: 40px;	
}
.comment-author{
	float: left;	
	margin-right: 10px;
}
.comment-metadata{
	float: right;
	margin-top: 4px;
	margin-left: 20px;
	padding-left: 4px;
	padding-right: 4px;	
	font-size: 14px;
}
.comment-metadata > a{
	color: #707070;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: color 80ms ease-in;	
	-moz-transition: color 80ms ease-in;
	transition: color 80ms ease-in;
}
.comment-metadata a:hover,
.comment-metadata a:focus{
	text-decoration: underline !important;
	color: #000;
}
.comment-edit-link{
	color: black;
	text-decoration: underline;
}
.comment-edit-link{
	text-decoration: underline;
}
#comment{
	width: 60%;
	max-width: 95%;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
	text-align: center;
}
.comment-form-comment, #commentform > p[class*="form-submit"]{
	display: block;
	text-align: center;
}
#respond{
	text-align: center;
	padding-top: 2%;
	padding-bottom:	100px;
}
#reply-title{
	font-size: 20px;
}
.cal,
.cal a{
	color: #000;
	text-decoration: underline;
	font-size: 20px;
	font-family: "hacks", Arial, Helvetica, sans-serif;
}
.cal a:hover,
.cal a:focus{
	text-decoration: underline;
}
#commentform{

}
#commentform label{
	display: block;
}
#commentform p label{
	font-size: 20px;
	margin-top: 5px;
}
#commentform p input{
	line-height: 30px;
	font-size: 20px;
}

.comment-form-cookies-consent{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 10px;
	max-width: 400px;
	background: #E5AF47;
	padding: 5px;
	border-radius: 5px;
}
#wp-comment-cookies-consent{
	width: 25px;
	height: 25px;
	margin-left: calc(50% - 12px);
}
#commentform #submit{
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background: url('../../assets/img/menu-background.png');
	color: white;
	font-weight: bold;
}
#commentform #submit:hover,
#commentform #submit:focus{
	opacity: 0.8;
	color: #F5DA81;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}

/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
.wp-block-latest-comments,
.wp-block-latest-posts{
	margin-top: 30px;
	margin-bottom: 50px;
}
.wp-block-latest-comments li,
.wp-block-latest-posts li{
	padding-top: 5px;
	margin-top: 10px;
	background: rgba(255,245,245,0.5);
	border-radius: 5px;
	padding: 5px;
}
.wp-block-latest-comments a,
.wp-block-latest-posts a,
.wp-block-tag-cloud a,
.wp-block-rss a{
	text-decoration: underline;
	color: #707070;
	-webkit-transition: color 80ms, text-decoration 80ms;	
	-moz-transition: color 80ms, text-decoration 80ms;	
	transition: color 80ms, text-decoration 80ms;	
}
.wp-block-latest-comments a:hover,
.wp-block-latest-posts a:hover,
.wp-block-tag-cloud a:hover,
.wp-block-rss a:hover{
	color: #000;
	text-decoration: underline;
}
.wp-block-rss{
	border: 1px solid #eee;
	border-radius: 5px;
	padding-left: 5%;
}
.wp-block-tag-cloud{
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px;
}
.wp-block-tag-cloud,
.content-single-text .wp-block-search{
	margin-top: 30px !important;
	margin-bottom: 50px !important;
}
.content-single-text .wp-block-search{
	padding: 5px 0 20px 0;
	border-radius: 5px;
	color: #fff;
	min-width: 220px;
	max-width: 60%;
	text-align: center;
	background: url('../../assets/img/menu-background.png');
}
.content-single-text .wp-block-search label{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}
.content-single-text .wp-block-search input{
	margin-left: auto;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
}
.content-single-text .wp-block-search .wp-block-search__button{
	margin-right: auto;
	background: #e5af47;
	border-radius: 5px;
	padding: 5px;
	font-size: 18px;
}
.wp-block-group{	
	border-radius: 5px;
	padding: 20px;
}
.wp-block-separator{
	margin-bottom: 10px;
}
.wp-block-code,
.wp-block-preformatted{
	margin: 20px 20px 40px 20px;
}
.wp-block-verse{
	border-left: 4px solid #eee;
	padding-left: 10px;
	margin: 30px 0 30px 0;
}
.wp-block-categories{
	margin-left: 20px;
}
.wp-block-categories li{
	margin: 5px 0 5px 0;
}
.wp-block-file a{
	padding: 2px;
	border-radius: 5px;
}
.wp-block-file a:hover{
	background: url('../../assets/img/menu-background.png');
	color: #fff;
}
figure.alignwide > div{
	width: 100% !important;
	max-width: 100% !important;
}
figure.wp-block-embed{
	background: #eee;
	border-radius: 5px;
	padding: 20px;
}
.columns-5 li{
	padding: 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/*--------------------------------------------------------------
Sidebars and Widgets
--------------------------------------------------------------*/
#sidebar-left{
	position: fixed;
	width: 18%;
	bottom: 10.5%;
	left: 10px;
	z-index: 10;
	height: 74%;
	padding: 15px;
	background: url('../../assets/img/box-links.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;	
	overflow-y: auto;
	overflow-x: hidden;
}
.sidebar-right{
	position: fixed;
	width: 18%;
	bottom: 10.5%;
	right: 10px;
	z-index: 10;
	height: 74%;
	padding: 15px;
	background: url('../../assets/img/box-rechts.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;	
	overflow-y: auto;
	overflow-x: hidden;
}
#sidebar-left *,
#sidebar-right *{
	text-align: center;
	list-style: none;
	color: #fff;
}
#sidebar-left aside,
#sidebar-right aside{
	background: url('../../assets/img/menu-background.png');
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 5px #eee;	
	margin-bottom: 10px;
	padding: 10px;
}
#sidebar-left aside h3,
#sidebar-right aside h3{
	margin-bottom: 5px;
}
#sidebar-left a,
#sidebar-right a{
	text-decoration: underline;
	-webkit-transition: color 80ms;
	-moz-transition: color 80ms;
	transition: color 80ms;
}
#sidebar-left a:hover,
#sidebar-right a:hover,
#sidebar-left a:focus,
#sidebar-right a:focus{
	text-decoration: underline;
	color: #eee;
}
.widget_search{
	margin-bottom: 20px;
	white-space: nowrap;
	width: 100%;
	margin-top: 2%;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #eee;
	-moz-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
	text-align: center;
	padding: 5px;	
}
.widget_search input{
	font-size: 18px;
	padding: 2px;
}
.widget_search input[type=text]{
	height: 32px;
	max-width: calc( 100% - 35px);
}
#s{
	color: #000;
}
.widget_search input[type=submit]{
	height: 33px;
}
.widget_archive{
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 5px #eee;
	-moz-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
	border-radius: 5px;	
	padding: 5px;	
}
.sidebar_archive > h3:nth-child(1){
	margin-bottom: 10px !important;
}
.sidebar_archive ul > div > a > h4{
	margin-bottom: 10px;
}
.archive-post{	
	border-bottom: 1px solid #afafaf;
	margin-bottom: 5px;
}
.archive-post-thumb{
	width: 100%;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;		
}
.archive-post a {
	display: block;
}
.archive-post-thumb img{
	margin-left: calc(35% - 30px);
	margin-right: auto;
}
.archive-post-date{
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 10px;
	color: gray !important;
}
.archive-post-date-without-thumb{
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 10px;
	color: gray !important;	
	background: #fafafa;
	border-radius: 5px;
	padding: 2px;
}
#sidebar-left aside[id*="calendar"],
#sidebar-right aside[id*="calendar"]{
	color: black;
	text-align: center;
	width: 100%;	
}
#calendar_wrap{
	width: 100%;
	height: auto;
}
.calendar_wrap table{
	width: 100%;
	table-layout: fixed;
	overflow-wrap: normal;
}
#sidebar-left aside[id*="calendar"] table,
#sidebar-right aside[id*="calendar"] table{
	width: 100%;
	margin: auto;
}
.wp-calendar-table td{
	padding: 0;
}
#today a{
	color: #e5af47;
	font-weight: bold;
}
#sidebar-right aside[id*="media_gallery"],
#sidebar-left aside[id*="media_gallery"]{
	display: table;
}
#sidebar-right aside[id*="media_gallery"] div[id*="gallery"],
#sidebar-left aside[id*="media_gallery"] div[id*="gallery"]{
	display: inline-block;
}
#sidebar-left aside[id*="media_gallery"] div[id*="gallery"] dl dt,
#sidebar-right aside[id*="media_gallery"] div[id*="gallery"] dl dt{
	margin-left: 2px;
	margin-right: 2px;
}
#sidebar-left aside[id*="media_gallery"] img,
#sidebar-right aside[id*="media_gallery"] img{
	width: 100%;
	height: auto;
	border: none;
}
#sidebar-left aside[id*="media_video"] div[class*="duration"],
#sidebar-right aside[id*="media_video"] div[class*="duration"],
#sidebar-left aside[id*="media_audio"] div[class*="duration"],
#sidebar-right aside[id*="media_audio"] div[class*="duration"],
#sidebar-left aside[id*="media_audio"] div[class*="time-rail"],
#sidebar-right aside[id*="media_audio"] div[class*="time-rail"]{
	display: none;
}
div.mejs-controls div.mejs-time{
	font-size: 10px;
}
div.mejs-controls{
	padding-left: 0;
	padding-right: 0;
	max-width: 100%; 
}
#sidebar-right aside[id*="media_video"],
#sidebar-left aside[id*="media_video"]{	
	padding-bottom: 0;
}
#sidebar-left aside[id*="rss"] li, 
#sidebar-left aside[id*="rss"] span,
#sidebar-right aside[id*="rss"] li,
#sidebar-right aside[id*="rss"] span{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 100%;
}
#sidebar-right aside[id*="rss"] li,
#sidebar-left aside[id*="rss"] li{
	padding: 8px;
}
#sidebar-right aside[id*="rss"] ul li span,
#sidebar-left aside[id*="rss"] ul li span,
#sidebar-right aside[id*="rss"] cite,
#sidebar-left aside[id*="rss"] cite{
	display: block;
	margin-top: 8px;
	font-size: 12px;
}
#sidebar-right aside[id*="rss"] ul li span,
#sidebar-left aside[id*="rss"] ul li span{
	color: #ccc;
}
#sidebar-right aside[id*="rss"] a,
#sidebar-left aside[id*="rss"] a{
	color: #e5af47;
}
#sidebar-right aside[id*="rss"] ul li div,
#sidebar-left aside[id*="rss"] ul li div{
	margin-top: 15px;
	font-size: 15px;
}


#sidebar-left aside[id*="text"] div > ul, 
#sidebar-left aside[id*="text"] div > ol,
#sidebar-left aside[id*="text"] p,
#sidebar-right aside[id*="text"] div > ul, 
#sidebar-right aside[id*="text"] div > ol,
#sidebar-right aside[id*="text"] p{
	margin: 5px 0 5px 0;
}
#sidebar-left aside[id*="text"] ol li,
#sidebar-right aside[id*="text"] ol li{
	list-style: upper-roman;
}
#sidebar-left aside[id*="text"] ul li,
#sidebar-left aside[id*="text"] ol li,
#sidebar-right aside[id*="text"] ul li,
#sidebar-right aside[id*="text"] ol li{
	font-size: 18px;
	border: none;
} 
#sidebar-left aside[id*="text"] ul li ul li,
#sidebar-left aside[id*="text"] ol li ol li,
#sidebar-right aside[id*="text"] ul li ul li,
#sidebar-right aside[id*="text"] ol li ol li{
	font-size: 13px;
} 
#sidebar-right aside[id*="media_image"] div{
	max-width: 100%;
}
#sidebar-left aside[id*="meta"] li,
#sidebar-right aside[id*="meta"] li{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
}
#sidebar-left aside ul li,
#sidebar-right aside ul li{
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#sidebar-left aside[id*="comments"] ul li{
	color: #e5af47;
}
[id*="tag_cloud"] > h2{
	margin-bottom: 10px;
}
[id*="tag_cloud"] div a{
	font-size: 16px !important;
	display: block;
}
#sidebar-left aside[class*="widget_recent_entries"] b,
#sidebar-right aside[class*="widget_recent_entries"] b{
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------
page.php
--------------------------------------------------------------*/
.page-title{
	font-size: 40px;
	white-space: nowrap;
	margin-top: 40px;
}
.page-meta{
	float: right;
}
.page-meta, .page-meta a{
	text-transform: uppercase;
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 8s;	
	-moz-transition: color 80ms, text-decoration 8s;	
	transition: color 80ms, text-decoration 8s;	
}
.page-meta a:hover,
.page-meta a:focus{
	color: #000;
	text-decoration: underline;
}
.page{
	margin: 0 5% 0 5%;
	padding: 20px 2% 20px 2%;
}
.content-page{
	width: 80%;
	height: 66%;
	left: 20%;
	background: #fff;
	z-index: 10;
	top: 14%;
	position: fixed;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	border: 5px ridge black;
	padding: 10px 5% 10px 5%;
}
.content-page-text{
	font-size: 18px;
}

/*--------------------------------------------------------------
archive.php
--------------------------------------------------------------*/
.content-archive{
	
}
.archive-head{
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid #eee;
}
.archive-head, .archive-head p{
	text-align: center;
}
.archive-taxonomy-request{
	font-style: italic;
}
.archive-pager{
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	border-top: 1px solid #eee;
	list-style: none;
}
.archive-pager nav div{
	list-style: none;
	text-align: center;
	font-family: "hacks", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.archive-pager nav div a{
	text-decoration: underline;
	color: #707070;
	-webkit-transition: color 80ms, text-decoration 80ms;
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;	
}
.archive-pager nav div a:hover,
.archive-pager nav div a:focus{
	text-decoration: underline;
	color: #000;
}

/*--------------------------------------------------------------
author.php
--------------------------------------------------------------*/
.authors_page_content{
	width: 80%;
	height: 65%;
	left: 20%;
	background: #fff;
	z-index: 10;
	top: 14%;
	position: fixed;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	border: 5px ridge black;
	padding: 0 2% 10px 2%;	
	white-space: nowrap;
}
.authors_page_title_wrapper{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #fff;
	z-index: 1;
	border-bottom: 1px solid #eee;
}
.authors_page_title{
	text-align: center;
}
.authors-page-column-wrapper{
	height: 100%;
}
.author-left-column{
	padding: 0 5px 5px 5px;
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	border-radius: 15px;
}
.author-left-column,
.author-right-column{
	min-width: 250px;
}
.author-left-column figure{
	margin: 5% auto;
}
.author-left-column figure img{
	width: 100px;
	height: 100px
}
.authors_page_about_box, .authors_page_website_box{
	width: 100%;
	margin: 5% auto;
	font-family: hacks;
	font-size: 25px;
}
.authors_page_about, .authors_page_website{
	font-size: 18px;
	border: 1px solid #eee;
	border-radius: 5px;
	min-width: 50%;
	margin: -12px auto;
	padding: 30px;
	white-space: normal;
}
.authors_page_website_box a{
	text-decoration: underline;
	color: #000;
	-webkit-transition: color 80ms;
	-moz-transition: color 80ms;
	transition: color 80ms;
}
.authors_page_website_box a:hover,
.authors_page_website_box a:focus{
	text-decoration: underline;
	color: #707070;
}

.author-right-column{
	padding: 0 35px 5px 35px;
	width: 47%;
	height: auto;
	float: left;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 165px;
	margin-bottom: 80px;
}
.authors_page_post{
	background: #fafafa;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	display: inline-block;
	width: 100%;	
	min-width: 150px;
	position: relative;
	margin-bottom: 30px;
}
.authors_page_post_link{
	text-decoration: underline;
	color: #707070;
	-webkit-transition: color 80ms;
	-moz-transition: color 80ms;
	transition: color 80ms;
}
.authors_page_post_link:hover,
.authors_page_post_link:focus{
	text-decoration: underline;
	color: #000;
}
.authors_page_post_left{
	text-align: center;
	float: left;
}
.authors_page_post_title{
	font-weight: bold;
}
.authors_page_post_link{
	max-width: 400px;
	float: left;
	white-space: normal;
	margin-bottom: 15px;
}
.authors_page_post_title a:hover,
.authors_page_post_title a:focus{
	text-decoration: underline;
}
.authors_page_post_thumb{

}
.authors_page_post_thumb img{
	width: 50px;
	max-height: 50px;
}
.authors_page_post_comments_link{
	color: #707070;
	-webkit-transition: color 80ms;
	-moz-transition: color 80ms;
	transition: color 80ms;
	text-decoration: underline;	
	position: absolute;
	right: 5%;
	bottom: 5%;
}
.authors_page_post_comments_link:hover,
.authors_page_post_comments_link:focus{
	color: #000;
	text-decoration: underline;
}
.authors_page_post_date{
	position: absolute;
	top: 5%;
	right: 5%;
	font-style: italic;
	font-size: 14px;
}

/*--------------------------------------------------------------
image.php
--------------------------------------------------------------*/
.image-single{
	margin: 0 5% 0 5%;
	padding: 20px 2% 20px 2%;
}

/*--------------------------------------------------------------
404.php
--------------------------------------------------------------*/
#h_404{
	margin: 1% 0 2% 0;
}
.wrapper_404{
	width:100%;
	border: 1px solid #eee;
	border-radius: 15px;
}
.content_404{
	width: 100%;
	text-align: center;
	background: lightgray;
	padding: 10px 0 15px 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.content_404 p{
	margin-top: 5px;
	text-align: center;
}
.content_404_search{
	text-align: center;
	border-radius: 15px;
	background: #E5AF47;
	white-space: nowrap;
	margin: 5% 5% 5% 5%;	
	padding: 10px;
}
.content_404_search div{
	border: none;
	text-align: center;
}
.content_404_search #s{
	padding: 5px;
}
.content_404_search input[type=submit]{
	background: url('../../assets/img/menu-background.png');
	color: white;
	padding: 5px;
}
.content_404_search input[type=submit]:hover,
.content_404_search input[type=submit]:focus{
	opacity: 0.8;
}

/*--------------------------------------------------------------
search.php
--------------------------------------------------------------*/
.label_search_results{
	margin-top: 2%;
	margin-bottom: 10px;
	padding: 6px;
	font-size: 20px;
	border: 1px solid #eee;
	background: #fafafa;
	font-style: italic;
	font-weight: bold;
	color: #e5af47;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	text-align: center;	
}
.search_results{
	text-align: center;
	margin-top: 3%;
	font-size: 25px;
}
.pager-search{
	text-align: center;
	position: absolute;
	width: 300px;
	left: calc(50% - 150px);
	list-style: none;
}
.pager-search li{
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "hacks", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.pager-search li a{
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 80ms;	
	-moz-transition: color 80ms, text-decoration 80ms;	
	transition: color 80ms, text-decoration 80ms;		
}
.pager-search li a:hover,
.pager-search li a:focus{
	color: #000;
	text-decoration: underline;
}

/*--------------------------------------------------------------
attachment.php
--------------------------------------------------------------*/
.content-attachment{
	width: 80%;
	height: 65%;
	left: 20%;
	background: #fff;
	z-index: 10;
	top: 14%;
	position: fixed;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	border: 5px ridge black;
	padding: 10px 5% 10px 5%;
	text-align: center;
}
.entry-attachment div[class="attachment-wrapper"] img{
	max-height: 100%;
	width: auto;
	margin-bottom: 20px;
}
.attachment-title{
	margin-top: 30px;
	margin-bottom: 30px;	
}
.attachment-date{
	float: right;
}
.attachment-wrapper{
	text-align: center;
}
.attachment-text{
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.entry-caption{
	margin-bottom: 50px;
}
.entry-caption p{
	text-align: center;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.bottom{
	position: fixed;
	bottom: -20px;
	width: 100%;
	left: 0;
	z-index: 5;
	max-height: 200px;
}

.zuschauer{
	width: 100%;
	position: fixed;
	bottom: -22px;
	left: 0;
	max-height: 173px;
	min-height: 70px;
	z-index: 13;
}
.privacy-policy-link{
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 55;
	color: #707070;
	text-decoration: underline;
	-webkit-transition: color 80ms, text-decoration 80ms;
	-moz-transition: color 80ms, text-decoration 80ms;
	transition: color 80ms, text-decoration 80ms;	
}
.privacy-policy-link:focus,
.privacy-policy-link:hover{
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	font-family: Arial, Helvetica, sans-serif;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: underline;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
a:focus,
#search input:focus,
.content_404_search input:focus,
.content-single-text .wp-block-search input:focus,
.content-single-text input:focus{
	border: 2px solid red; 	
}
.content-single-text div[class*="gallery"] a{
	display: inline-block;
}
#searchform-label{
	display: block;
	position: absolute;
	left: 110%;
}

/*--------------------------------------------------------------
WP Features
--------------------------------------------------------------*/
a.wp-block-button__link{
	border: 2px solid #32373c !important;
}
.wp-block-button a:hover,
.wp-block-button a:focus{
	background: url('../../assets/img/menu-background.png');
	color: #fff !important;	
	text-decoration: underline;
}

@media screen and (max-width: 1370px){
	.site-title{
		/* left: calc(3% + 170px); */
		left: 150px;
	}	
	.site-title a{
		font-size: 25px;
	}
}


@media screen and (max-width: 1199px){   /* lg (desktops) */
	.reveal-checkbox:checked ~ .header-menu-container{
		animation: none !important;
	}
	.reveal-checkbox:checked ~ .label-custom-header-menu{
		opacity: 1;
		z-index: 55;
	}
	.reveal-checkbox:checked ~ .hamburger-checkbox{
		opacity: 1;
		display: block;
		z-index: 55;		
	}
	.label-custom-header-menu-open{
		opacity: 1;
		z-index: 55;
	}
	.hamburger-checkbox-open{
		opacity: 1;
		display: block;	
		z-index: 54;
	}
	.adm #label-custom-header-menu{
		top: 32px;
	}
	#header-menu-container{	
		opacity: 0;
		z-index: 0;
		display: block;
		top: 70px;
		min-width: 30%;
		border-radius: 5px;
	}
	#hamburger-checkbox:checked ~ #header-menu-container{
		opacity: 1;
		z-index: 30;
		border: 2px solid black;
		-webkit-animation-name: appear;
		-moz-animation-name: appear;
		animation-name: appear;
		-webkit-animation-duration: 250ms;
		-moz-animation-duration: 250ms;
		animation-duration: 250ms;
		margin-top: 5px;	
	}
	#header-menu-container:focus-within{
	 	opacity: 1;
		z-index: 30;
	}		
	#header-menu li{
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#header-menu .sub-menu{
		right: 95%;
		margin-top: -43px;
		border: 2px solid #000;
		border-radius: 5px;
	}
	.zuschauer{
		max-height: 105px;
	}
	#sidebar-left,
	#sidebar-right{
		bottom: 8%;
	}
	aside[id*="calendar"] div table,
	#today a{
		font-size: 9px !important;
	}
	.content,
	.content-page,
	.authors_page_content,
	.content-attachment{
		height: 70%;
	}
	aside[id*="media_video"] div[class*="time-rail"],
	aside[id*="media_audio"] div[class*="volume-button"]{
		display: none;
	}	
	#sidebar-left aside[id*="media_audio"] div[class*="playpause"]{
		margin-right: -8px;
	}
	.sidebar-right aside[id*="media_audio"] div[class*="playpause"]{
		margin-left: -8px;
	}
	
	#sidebar-right aside h2,
	#sidebar-left aside h2,
	#sidebar-right aside[id*="rss"] h2[class*="widget-title"] a,
	#sidebar-left aside[id*="rss"] h2[class*="widget-title"] a{
		font-size: 23px;
	}
	#sidebar-right aside a,
	#sidebar-left aside a,
	#sidebar-right aside p,
	#sidebar-right aside p,
	#sidebar-right aside input,
	#sidebar-left aside input,
	#sidebar-right aside[id*="rss"] div,
	#sidebar-left aside[id*="rss"] div{
		font-size: 15px;
	}
	#sidebar-right aside[id*="rss"] ul li div,
	#sidebar-left aside[id*="rss"] ul li div,
	#sidebar-right aside[id*="rss"] ul:nth-child(2) li:nth-child(1) div{
		font-size: 13px;
	}	
	.columns-6 .blocks-gallery-item__caption, 
	.columns-7 .blocks-gallery-item__caption,
	.columns-8 .blocks-gallery-item__caption,
	.columns-9 .blocks-gallery-item__caption,
	.gallery-columns-6 .wp-caption-text,
	.gallery-columns-7 .wp-caption-text,
	.gallery-columns-8 .wp-caption-text,
	.gallery-columns-9 .wp-caption-text{
		font-size: 10px !important;
	}
}

@media screen and (max-width: 991px){   /* md (laptops) */
	h1{
		font-size: 25px;
	}
	.wrapper{
		top: 70px;
	}
	.zuschauer{
		max-height: 95px;
	}
	.content,
	.content-page,
	.authors_page_content,
	.content-attachment{
		height: 72%;
	}
	.index-head h1{
		padding-top: 5px;
	}
	.sidebar-right, #sidebar-left{
		bottom: 5%;
	}
	#content-archive div h2 a{
		font-size: 25px;
	}
	#content-archive p,
	#content-archive div,
	#content-archive .post-category a,
	#content-archive .tags a{
		font-size: 15px;
	}
	#sidebar-right aside h2,
	#sidebar-left aside h2{
		font-size: 16px;
	}
	#sidebar-right aside a,
	#sidebar-left aside a,
	#sidebar-right aside p,
	#sidebar-left aside p,
	#sidebar-right aside input,
	#sidebar-left aside input,
	#sidebar-right aside ul li,
	#sidebar-left aside ul li{
		font-size: 14px;
	}
	#sidebar-left aside td,
	#sidebar-right aside td,
	#searchform *{
		font-size: 10px;
	}
	#sidebar-left aside[id*="meta"] a,
	#sidebar-right aside[id*="meta"] a{
		font-size: 11px;
	}
	#sidebar-right aside[id*="rss"] a{
		font-size: 12px;
	}
	#sidebar-right aside[id*="rss"] div,
	#sidebar-left aside[id*="rss"] div,
	#sidebar-right aside[id*="rss"] ul li span,
	#sidebar-left aside[id*="rss"] ul li span,
	#sidebar-right aside[id*="rss"] cite,
	#sidebar-left aside[id*="rss"] cite{
		display: none;
	}	
	#searchform div input[type="text"]{
		font-size: 12px;
	}
	[id*="tag_cloud"] div a{
		font-size: 14px !important;
	}
	.textwidget *{
		margin-left: 8px;
		font-size: 12px !important;
	}
	.textwidget > ul > li,
	.textwidget li{
		font-style: italic;
		list-style: circle !important;		
	}
	#sidebar-right aside[id*="media_video"],
	#sidebar-left aside[id*="media_video"]{
		display: none;
	}
	.comment-metadata{
		font-size: 12px;
	}
	aside[id*="calendar"] table td,
	aside[id*="calendar"] table td a{
		font-size: 8px !important;	
	}
	#today a{
		font-weight: normal;
	}
	.columns-7 .blocks-gallery-item__caption,
	.columns-8 .blocks-gallery-item__caption,
	.columns-9 .blocks-gallery-item__caption,
	.gallery-columns-7 .wp-caption-text,
	.gallery-columns-8 .wp-caption-text,
	.gallery-columns-9 .wp-caption-text
	.gallery-columns-8 .wp-caption-text{
		font-size: 8px;
	}
	.site-title a{
		font-size: 35px;
	}
}
@media screen and (max-width: 783px){ 
	.adm .custom-logo-link,
	.adm #label-custom-header-menu{
		top: 46px;
	}
}

@media screen and (max-width: 767px){   /* sm (tablets) */
	.site-title{
		top: 30px;
		left: 50%;
		transform: translate(-50%, 0);
		max-width: unset;
	}
	.site-title a{
		font-size: 30px;
	}
	#ti{
		display: none;	
	}	
	.reveal-checkbox:checked ~ .footer-menu-container{
		animation: none !important;
	}	
	.reveal-checkbox:checked ~ .label-custom-footer-menu{
		opacity: 1;
		z-index: 55;
	}
	.reveal-checkbox:checked ~ .hamburger-checkbox-footer{
		opacity: 1;
		display: block;
		z-index: 55;		
	}
	.label-custom-footer-menu-open{
		opacity: 1;
		z-index: 55;
	}
	.hamburger-checkbox-footer-open{
		opacity: 1;
		/* display: block;	 */
		z-index: 54;
	}	
	#footer-menu-container{
		opacity: 0;
		z-index: -10;
		display: block;
		border-radius: 5px;	
	}
	#hamburger-checkbox-footer:checked ~ #footer-menu-container{
		opacity: 1;
		z-index: 30;
		-webkit-animation-name: appear;
		-moz-animation-name: appear;
		animation-name: appear;
		-webkit-animation-duration: 250ms;
		-moz-animation-duration: 250ms;
		animation-duration: 250ms;	
	}	
	#footer-menu-container:focus-within{
		opacity: 1;
		z-index: 30;
	}	
	#footer-menu li{
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
	}	
	#footer-menu li .sub-menu{
		border: 2px solid #000;	
		z-index: 51;	
		height: 55px;
		top: -12px;
		left: 90%;
	}		
	#footer-menu{
		width: 50%;
		position: relative;
		margin-left: 25%;	
		border: 1px solid black;	
		border-radius: 5px;
		background: #E5AF47;
		margin-bottom: 40px;
	}
	#footer-menu > li{
		position: relative;
	}		
	#footer-menu .sub-menu:before{
		content: ">";
		position: absolute;
		left: 10px;
		top: 10px;
		font-size: 25px;
		color: #E5AF47;
	}	
	.content{
		max-height: 75%;
	}
	.zuschauer{
		max-height: 75px;
	}
	.sidebar-right, 
	#sidebar-left,
	#sidebar-footer{
		visibility: hidden;
	}
	.content,
	.content-page,
	.authors_page_content,
	.content-attachment,
	.content-single{
		width: 95%;
		height: 75%;
		left: 5%;
	}
	h2[class*="post-title"] a,
	.post-single h2,
	.content_404 h2,
	.page h2,
	.authors_page_content h2,
	.attachment-title{
		font-size: 25px;
	}
	.authors_page_about_box,
	.authors_page_website_box,
	.author-right-column h2{
		font-size: 20px;
	}
	.post-excerpt,
	.content-single-text,
	.post-single p,
	.post-single-category,
	.post-category *,
	.tags,
	.single-post-pagination,
	.cal a,
	.comment-content,
	.content_404 h3,
	.content_404 p,
	#searchform *,
	.page *,
	.authors_page_about,
	.authors_page_website,
	.content-attachment p *,
	.attachment-text{
		font-size: 15px;
	}
	.author-right-column,
	.author-left-column{
		width: 90%;
		margin-left: 5%;
	}
	.author-right-column{
		margin-top: 10px;
		border: none;
		border-bottom: 1px solid #eee;
		padding-top: 20px;
	}
	.attachment-medium{
		width: 50% !important;
		min-width: 120px;
		height: auto;
	}
	.content-single-text .wp-block-search .wp-block-search__button{
		margin-left: auto;
		margin-right: auto;
	}
	.content-single-text .wp-caption-text{
		font-size: 12px;
	}
	#wpadminbar{
		/* position: fixed !important; */
		left: -25px;
	}
}

@media screen and (max-width: 575px){   /* xs (phones) */
	h1{
		font-size: 20px;
	}
	.site-title{
		top: 32px;
		transform: unset;
		left: 100px;
	}
	.site-title a{
		font-size: 25px;
	}
	.custom-logo-link{
		max-width: 70px;
		top: 10px;
	}
	.custom-logo{	
		height: auto;
		margin-top: 0;
	}	
	#footer-menu{
		width: 30%;	
		margin-left: 35%;
	}
	#footer-menu > li{
		text-align: left;
	}	
	#footer-menu li a{
		font-size: 18px;
	}
	#footer-menu li .sub-menu{
		left: 85%;
	}	
}

@media screen and (max-width: 500px){   /* xxs */
	.site-title{
		top: 35px;
		max-width: 60vw;
	}
	.site-title a{
		font-size: 4.5vw;
		max-width: 60vw;
	}	
	.custom-logo{
		max-width: 80px;
		height: auto;
	}	
	.content-single-text .wp-caption-text{
		font-size: 10px;
	}
}

@media screen and (max-width: 409px){   /* xxxs */
	.site-title{
		top: 38px;
	}
	.site-title a{
		font-size: 20px;
	}
	.content_404_search input{
		max-width: 70%;
	}
	.privacy-policy-link{
		font-size: 10px;
	}
	.content-single-text .wp-caption-text{
		font-size: 8px;
	}
}

@media screen and (max-width: 334px){   /* xxxxs */	
	.site-title a{
		font-size: 14px;
	}
	.privacy-policy-link{
		display: none;
	}
}
