/* GZFruffie */
.site-wrapper {
    max-width: 96%;
    min-width: 200px;
    margin: 0 auto;
}
/*.archive .site-content {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}*/
.menu-men1-container {
    background-color: #fff;
}
#category_rss_widgets .widget-title,
#authors-5 .widget-title,
#categories-5 .widget-title,
#archives-4 .widget-title {
   /* display: none;*/
font-size: 16px;
margin-top: 20px;
margin-left: 5px;
}
div.cat_specific_rss ul, ol {
    padding-left: 0px;
}
#authors-5,
#categories-5,
#archives-4 {
    border: 1px solid #000;
    border-radius: 40px;
    padding-left: 6px;
    padding-right: 14px;
    background-color: #eee;
}
.textautor {
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
}
.entry-meta a {
    color: #777;
}
.textautor a {
   color:#000;
}
.entry-meta span i {
    display: none;
}
.content-header h3 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px;
}
.author-bio {
    margin-top: 80px;
    height: 0px;
}
.author-bio > div {
    position: relative;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 25px 50px 25px 125px;
    top: -104px;
    height: auto;
}
.nav-links {
margin-top: -70px !important;
}
.nav-links .post-title {
    display: none;
}
.addlinks {
    color: #000;
    font-style: italic;
    font-weight: bold;
/*    font-size: 10pt;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;*/
}
.addlinks a:hover {
    color: #f00;
}
.author-bio__title {
  text-transform: uppercase;
  font-weight: 800;
  width: 800px;
}
.author-bio__description {
  padding-bottom: 60px;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
  padding-bottom: 40px;
}
/* Ende GZFruffie */

.pt-cv-view .pt-cv-ifield {
    margin-bottom: 0 !important;
    border-top: #ccc 1px solid;
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 1px;
}
.pt-cv-view .pt-cv-title a {
    font-weight: bold !important;
}
.pt-cv-wrapper .author {
    font-size: 16px;
    font-weight: bold;
}
.addlinks .text {
    margin: 0px !important;
}
.archive-entry-header h3 {
    line-height: 1em;
    margin-bottom: 20px;
}

/* ------------------------------
# silbentrennung:
# ------------------------------*/
.silben {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}


/* ------------------------------
# zwei- und mehrspaltig:
# ------------------------------
# bei wordpress 5 ohne elementor:*/
article {
    column-count: 1;
}
.einsp {
    column-count: 1;
  line-height: 1.6em;
}
/* ------------------------------
# auch bei elementor:
# ------------------------------*/
.zweisp,
.viersp {
/*  widows: 3 !important;
  orphans: 3 !important;*/
/*    column-count: 4;*/
    column-count: 1;
  line-height: 1.6em;
}
@media screen and (max-width: 1600px) {
.zweisp,
.viersp {
/*    column-count: 3;*/
    column-count: 1;
}
}
@media screen and (max-width: 1000px) {
.zweisp,
.viersp {
    column-count: 2;
}
}
@media screen and (max-width: 700px) {
.zweisp,
.viersp {
    column-count: 1;
}
}
/* ------------------------------*/
.dreisp {
/*    column-count: 3;*/
    column-count: 1;
  line-height: 1.6em;
}
@media screen and (max-width: 1000px) {
.dreisp {
/*    column-count: 2;*/
    column-count: 1;
}
}
@media screen and (max-width: 700px) {
.dreisp {
    column-count: 1;
}
}
/* ------------------------------*/
/*.zweisp {
    column-count: 2;
  line-height: 1.6em;
}
@media screen and (max-width: 1430px) {
.zweisp {
    column-count: 1;
}
}*/

/* ------------------------------
# bei wordpress 5 ohne elementor:*/
.home article {
      column-count: 1;
}
@media screen and (min-width: 800px) {
/*.home .site-content {
max-width: 60%;
margin-left: auto;
margin-right: auto;
}*/
  .archive .site-content {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
}