/**
 * Header
 */ 
.site-header {
	border-top: .25rem solid #92c4c5
}

@media (min-width: 782px) {
	.middle-header-contain .wrapper {
		padding: 0.75rem 0;
	}
}

/* Mobile Navigation */
.site-header .top-header-contain,
.mobile-sidebar .nav3 {
	display: none;
}

/* Primary navigation */
.bottom-header-contain {
	background: #3f3f3f;
}

.bottom-header-contain,
.site-header .nav1 .main-menu > li > a {
	color: #fff;
}

.site-header #site-navigation .main-menu {
	position: relative;
	top: 2px;
}

.bottom-header-contain .wrapper {
	border: 0;
}

.nav1 .main-menu > li > a,
.mobile-sidebar li a {
	font-weight: 500;
	letter-spacing: -0.05em;
}

.site-header .nav1 .main-menu > li > a {
	font-size: 0.75rem;
}

/* Tertiary Menu */
.nav3 {
	text-transform: uppercase;align-items
}
body.h-db.h-dh .site-header .nav3 .menu-highlight a {
	background: #fcd651;
	color: #111;
}


/**
 * Content
 */ 
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.05em;
}


.accent-header:not(.widget-title)::before, 
.article-section-title::before, 
.cat-links::before, 
.page-title::before, 
.site-breadcrumb .wrapper > span::before { 
	display: none; 
}

.accent-header, 
.article-section-title {
	font-weight: 500;
	letter-spacing: -0.02em;
}

.entry-content a {
	color: #268a8c;
	text-decoration: none;
}

.cat-links,
.cat-links a {
	color: #d74447;
}

.entry-meta,
.entry-content .wpnbha .entry-meta {
	font-size: 0.75rem;
}

.avatar, 
.entry-content .wpnbha .avatar {
	border-radius: 100%;
}

/* Single posts */
.single .entry-header .entry-title {
 font-size: 1.6em;
}

@media only screen and (min-width: 600px) {
  .single .entry-header .entry-title {
    font-size: 2.2em;
  }
}

@media only screen and (min-width: 782px) {
  .single .entry-header .entry-title {
    font-size: 2.0em;
  }
}

@media only screen and (min-width: 1168px) {
  .single .entry-header .entry-title {
    font-size: 2.4em;
  }
}

.single .entry-header .cat-links {
  font-size: 0.9em;
}

.wp-block-pullquote {
  font-size: 0.8em;
}

/**
 * Sidebar
 */ 
#secondary .widget_top-posts p {
	font-size: 0.9em;
	font-style: italic;
}

#secondary .widget_top-posts li a {
	display: block;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.4;
}

/**
 * Footer
 */ 
.site-footer .footer-widgets {
	background: #3f3f3f;
	padding: 0.75rem 0;
}

.site-footer .footer-widgets .widget {
	margin: 0;
}

.site-footer .widget_nav_menu ul {
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
}

@media (min-width: 600px) {
	.site-footer .widget_nav_menu ul {
			text-align: left;
	}
}

@media (min-width: 600px) {
	.site-footer .widget_nav_menu ul {
		display: flex;
		gap: 10px;
	}
}

@media (min-width: 900px) {
	.site-footer .widget_nav_menu ul li:not(:last-child):after {
		color: #2a8a8c;
		content: '•';
		margin: 0 0 0 10px;
	}
}



/* Site Info */
.site-info .imprint {
	display: none;
}

.site-info .widget-area .wrapper,
.site-info .site-info-contain:first-child {
	border: 0;
}

.site-info .widget-area p {
	margin: 0.5em 0 0;
}

.site-info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0;
	margin: auto;
	max-width: 90vw;
	width: 1200px;
}

.site-info .wrapper {
	display: block;
	margin: unset;
	max-width: unset;
	width: unset;
}

.site-info .widget-area .wrapper {
	padding: 0;
}

.site-info a, 
.site-info .copyright {
	margin: 0;
}

.site-info .social-navigation {
	display: none;
}

.wp-block-details summary {
    font-weight: bold;
		font-size: larger;
    margin-left: -1rem;
}

.wp-block-details .r-to-l {
    direction: rtl;
}

.wp-block-details .no-border {
    border: 0;
		padding-bottom: 16px;
}