/*
Theme Name: AndreasHillerDE
Theme URI: https://andreashiller.de/themes/andreashillerde
Author: Andreas Hiller
Author URI: https://andreashiller.de
Description: Spezielles Theme für die Webseite AndreasHillerDE
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: andreashillerde
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    
}

h1 {
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 1.5em;
}

#content a:link, #content a:visited {
	color: navy;
	text-decoration: none;
}

#content a:hover {
	color:darkorange;
}

.btn-success:link, .btn-success:visited {
    color: white;
}

.container {
    max-width: 1024px;
}

#wrapper {
    height: auto !important; 
    min-height: 100% !important;
    width: 100%;
    margin: 0 auto -130px; 
}

#header {
    display:block;
    padding: 10px 0 10px 0;
}

#header-left {
    display: inline-block;
    width: 80px;
    float: left;   
}

#header-center {
    display: inline-block;
    padding-top: 10px;
}

#header-right {
    display: inline-block;
    width: 150px;
    float: right;
    text-align: right;
}

#sidebar-button {
    height: 62px;
}

#sidebar {
    
}

blockquote {
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid #DEE2E6;
    background-color: #F6F6F6;
    padding: 10px 15px;
    text-align: left;
}

#siteicon {
    display: block;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    border: 1px solid black;
    background-image: url(images/siteicon.png);
    background-repeat: no-repeat;
    background-size:cover;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

#content {
    margin-top: 35px;
    margin-bottom: 35px;
}

#content p {
    text-align: justify;
}

.epyt-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.epyt-video-wrapper::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.epyt-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.posting_thumbnail {
	width: 100px;
	height: 100px;
	display:block;
	float:left;
	margin-right: 15px;
	border: 1px solid #49515A;
	background-color: #DAE3E7;
	border-radius: 53px;
	overflow: hidden;
	box-shadow: 0 0 10px gray;
}

#sidebar .card:first-child {
    margin-top:0;
}

#sidebar .card {
    margin-top:15px;
}

#sidebar a:link, #sidebar a:visited {
    text-decoration: none;
    color: navy;
}

#sidebar a:hover {
    color: darkorange;
}

#calendar_wrap {
	width: 100%;
	margin-top: 0px;
}

#wp-calendar {
	width: 100%;
	margin-top:0;
	padding-top:0;
}

#wp-calendar tr td, #wp-calendar tr th {
	text-align: center;
	padding: 5px;
	border: 1px solid #49515A; 
	background-color: #DAE3E7;
}

#wp-calendar tr th {
	background-color: #49515A;
	color: white;
}

#wp-calendar a:link, #wp-calendar a:visited {
	color: navy;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: darkorange;
}

#wp-calendar caption {
	padding-top:0;
}

#wp-calendar #today {
	color: red;
	font-weight: bold;
}

#push, #footer {
    height: 130px;
}

#footer {
    padding-top: 5px;
}

#footer a:link, a:visited {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: orange;
}

.footermenu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.footermenu li:first-child {
    padding-left:0;
}

.footermenu li {
    margin-left:0;
    padding-left: 15px;
    float: left;
    display: inline;
    font-size: 18px;
}