/*
Theme Name: Pauls Theme Child
Theme URI: https://paulbockting.de
Description: Child Theme twenty twenty 
Author: Paul Bockting
Author URI: https://paulbockting.de
Template: twentytwenty
Version: 1.0.0
*/

/* Add your custom styles here */

header .site-description {
	display:none;
}
.site-logo img {
    max-height: 6rem;
    margin: 0 auto;
    width: auto;
    height: 80px;
}
header#site-header{
	background-color:#0C0C0C;
}
#site-header .menu-item a{
	color:#EEFFFC;
	text-transform: lowercase;
}
html {
scroll-behavior: smooth;
}
.home header h1.entry-title{
	display: none
}
.arrowlink{
	position:relative;
}
.arrowlink a:after{
	content:'';
	height:1em;
	width:1em;
	background: red;
	display:inline-block;
	position:absolute;
	top:0.1em;
	right:-1.5em;
	background: url(https://paulbockting.de/wp-content/uploads/2024/03/.svg) no-repeat;
}
.arrowlink a{
	display:inline-block;
	position:relative;
	text-decoration:none;
}
.arrowlink a:hover{
	display:inline-block;
	position:relative;
	text-decoration:underline;
}

.footer-widgets.column-two.grid-item{
	display:flex;
	justify-content:space-evenly;
	align-items:baseline;
}

.footer-widgets.column-two.grid-item ul li a{
color:white!important;
}

.home .wp-block-latest-posts.is-grid li{
	border-top: 0;
}
@media screen and (max-width: 30em) {
	.footer-widgets.column-two.grid-item{
	display:block;
}
}

.archive.category .entry-categories-inner
{
	display:none;
}

.archive.category .archive-title .color-accent
{
display:none;
}

.post-author,.post-date{
	display:none!important;
}