body {

  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: none;

}

.background-layer {

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #DFDBC3 url(BlogMedia/body-bg.png) top center repeat-y;
  background-attachment: scroll;
  z-index: -1;
  pointer-events: none;
  

}

.content {

  transform: translateX(calc((515px + 422px) * -1 + 50vw));
  font-size: 1em;
  font-family: Verdana, Arial, 'Times New Roman';
  color: #000;

}


body { 
    
    display: flex; 
    font-family: sans-serif; 

}

.sidebarbody {
    
      position: absolute;
      left: 1104px;
      top: 124px;
      width: 230px;
      height: 800px;

}

.SidebarSearch {

    position: absolute;
    top: 43px;
    background-image: url(BlogMedia/sidebar-h2.gif);
    height: 18px;
    width: 205px;
    left: -1px;
    text-align: right;
    color: #39170B;
    font-family: Verdana, Arial, 'Times New Roman';
    font-weight: bold;
    font-size: 15px;
    padding: 4px 25px 5px 0;
    
}

.SearchBar {

    position: absolute;
    top: 84px;
    left: 16px;
    width: 134px;
    height: 15px;
    padding: 1px 2px 1px 2px;

}

.SidebarORGERE {

    position: absolute;
    top: 120px;
    background-image: url(BlogMedia/sidebar-h2.gif);
    height: 18px;
    width: 205px;
    left: -1px;
    text-align: right;
    color: #39170B;
    font-family: Verdana, Arial, 'Times New Roman';
    font-weight: bold;
    font-size: 15px;
    padding: 4px 25px 5px 0;

}

.PrivacyPolicy {

    position: absolute;
    top: 158px;
    cursor: pointer;
    color: #102536;
    text-decoration: none;
    font-size: 0.8em;
    left: 20px;

}

.PrivacyPolicy:hover {

    text-decoration: underline;

}

.HeaderBody {

    background-image: url(BlogMedia/BlogBanner.png);
    position: absolute;
    left: 541px;
    width: 792px;
    height: 124px;

}

.HeaderTitleA {

    color: #39170B;
    font-size: 25.6px;
    text-decoration: none;
    display: block;
    padding: 3px 0 0 5px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 198px;

}

.HeaderTitleA:hover {

    color: #FFF;

}

.Logo {

    background-image: url(OrgereLogoBlog.jpg);
    background-size: cover;
    height: 70px;
    width: 267px;
    position: absolute;
    left: 15px;
    top: 5px;

}

#content { 

    flex: 1; 
    padding: 30px; 
    position: absolute; 
    left: 541px; 
    width: 502px;
    top: 124px;

}

.post {

    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative; /* ← neu hinzugefügt */
    overflow-wrap: break-word;
    
}

.post-date {

    position: absolute;
    top: 11px;
    right: 0;
    font-size: 0.6em;
    margin: 0;
    font-family: Verdana, Arial, 'Times New Roman';

}



.post img {

    display: block;
    max-width: 100%;
    height: auto;

}

img {

    padding: 1px;
    background: #fff;
    border: 2px solid #bbd17e;
    margin: 8px 12px 8px 0

}

img:hover {

    border-color: #4a5f12;

}

.FooterContent {

    font-size: 8pt;
    border-top: 1px solid #39170B;
    border-bottom: 1px solid #39170B;
    color: #777777;
    background: #D4CEAE;
    height: 31px;
    position: absolute;
    width: 482px;
    padding: 3px 10px 3px 10px;
    margin-top: 10px;
}

.certifiedpng {

    position: absolute;
    left: 0px;
    top: -17px;

}

.postedin {

    display: block;
    float: left;
    width: 401px;
    padding-top: 19px;

}

.Commentsoff {

    display: block;
    padding-top: 19px;
    float: right;

}

.footer {

    background: #816852 url(BlogMedia/footer.gif) repeat-x;
    font-size: 0.9em;
    height: 27px;
    position: absolute;
    width: 792px;
    bottom: 0;
    height: 27px;
    left: 0px;

}

.FooterInfoSpan {

    float: left;
    margin: 0;
    padding: 6px 5px 0 5px;
    color: #fff;
    font-size: 0.9em;
    
}

.rightsserved {

    float: right;
    width: 215px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    padding: 6px 5px 0 5px;
    
}

.SidebarMonth {

    position: absolute;
    top: 185px;
    background-image: url(BlogMedia/sidebar-h2.gif);
    height: 18px;
    width: 205px;
    left: -1px;
    text-align: right;
    color: #39170B;
    font-family: Verdana, Arial, 'Times New Roman';
    font-weight: bold;
    font-size: 15px;
    padding: 4px 25px 5px 0;

}

.month-btn {

    cursor: pointer;
    position: relative;
    top: 160px;
    color: #102536;
    text-decoration: none;
    font-size: 0.8em;
    left: 20px;

}

.month-btn:hover {

    text-decoration: underline;

}

h2 {
    
    margin: 0;
    font-size: 1.3em;
    background: url(icon.gif) 2px 14px no-repeat;
    color: #39170B;
    padding: 10px 0 0 20px;
    font-size: 16.64px;

}