body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
}

header {
    background-color: #ff8c00;
    padding: 20px;
    text-align: center;
    width: 100%;
}

nav img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

nav {
    background-color: #f05404;
    padding: 10px;
    text-align: center;
    width: 270px;
    position: fixed;
    height: 100%;
}

nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 15px 0;
    font-weight: bold;
}

section {
    padding: 40px;
    margin-left: 300px;
    width: calc(100% - 220px);
    box-sizing: border-box;
}


.section{
    padding: 40px;
    margin-left: 300px;
    width: calc(100% - 220px);
    box-sizing: border-box;
}


footer {
    background-color: #f05404;
    padding: 10px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
}


.section2 {
    padding: 40px;
    margin-left: 300px;
    width: calc(100% - 220px);
    box-sizing: border-box;
}


.blocksatz_r {
    hyphens: auto;
    text-align: justify; /* für Edge */

  
}

.container {
    max-width: 850px; /* Set the maximum width of the container */

  }

  .container2 {
    max-width: 850px; /* Set the maximum width of the container */
    border: 5px solid rgb(255, 81, 0);
    border-radius: 10px; 
    padding: 10px 20px;
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    text-align: justify;

  }

  .container1{
    max-width: 1100px; /* Set the maximum width of the container */

  }
 #read-more-btn {
    background-color: #f05404;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto; /* Center the button horizontally */

}

#read-more-btn:hover {
    background-color: #d94e04;
}

