/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 12 2025 | 12:49:50 (pm)
/*
/******* Do not edit this file *******/

header {
  position: relative;
}
header > a {
  top: 0;
  right: 0;
  position: absolute;
}

img.header-image {
  width: 123px;
}

.main-navigation li {
  margin-right: 1em;
}
.main-navigation ul#menu-hauptmenu {
  float: left;
  width: auto;
}

.site-content {
  float: right;
  width: 75%;
}

.widget-area {
  float: left;
  width: 24.99%;
}

.sticky > footer,
.featured-post {
  display: none;
}
footer.entry-meta {
  font-size: 0;
}
footer.entry-meta .edit-link,
footer.entry-meta time {
  font-size: 12px;
  margin-right: 1em;
}

aside > h3,
aside > ul > li,
aside .page_item > .children,
aside.widget_recent_entries > ul > li:last-child,
aside .page-item-140 .children .children {
  display: none;
}

aside.widget_recent_entries > ul > li,
aside.widget_recent_entries > h3,
aside > ul > li.current_page_ancestor,
aside > ul > li.current_page_item,
aside .current_page_item > .children,
aside .current_page_ancestor > .children {
  display: block;
}

.entry-header img.wp-post-image {
  float: right;
  max-width: 200px;
  margin: 0 0 1em 1ex;
}

.main-navigation ul li:hover > ul {
  display: none;
}

footer .site-info {
  display: none;
}

.site-content article {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0.7em;
}
.entry-content a:visited,
.comment-content a:visited,
a:visited {
    color: #21759b;
}