header {
    width: 100%;
    max-width: 4000px;
    display: inline-block;
    margin: auto;
    margin-top: 0%;
    background-image: url(../images/tree-growing.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 350px;
    border-bottom: 3px solid #f56600;
    background-color: #FFF;
}
header #logo {
    float: left;
    margin-left: 0;
}
header #logo img {
    width: 200px;
}
h1{
    text-align: center;
    padding: 20px 40px;
    margin: 0;
    
}
/* Site Navigation */
.site nav{
    margin-top: 20px;
}
.site-nav ul{
    margin: 0;
    padding: 0;
}
.site-nav li{
    list-style: none;
    float: right;
    margin-right: 0;
}
.signin {
    padding: 30px;
    border:5px solid lightgrey;
}
.site-nav a {
    display: block;
    color:#f56600;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 20px;
}
.site-nav a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 700px) {
    
    .site-nav li{
        width: 33.332%;
        margin-right: 0;
    }
    
    .site-nav a{
        font-size: 15px;
        text-align: right;
    }
}

@media screen and (max-width: 480px) {

    .site-nav li {
        width: 50%;
        margin-right: 0;
        }
    .site-nav a {
        font-size: 15px;
        text-align: right;
    }
    
}
/* End Site Navigation */
.content{
    background-color: #FFF;
}
body{
    font-family: Tahoma, sans-serif;
    background-color: #f56600;
    margin: 0;
    padding: 0;
}

.koerant_artikel{
    flex: 0 0 auto;
}
.koerant_artikel img{
    position: relative;
    width: 500px; /* Adjust as needed */
    height: auto;
    padding: 20px 40px;
}
@media screen and (max-width: 700px) {
    
    .koerant_artikel{
    flex: 0 0 auto;
}
.koerant_artikel img{
    position: relative;
    width: 250px; /* Adjust as needed */
    height: auto;
    padding: 20px 40px;
}
}

@media screen and (max-width: 480px) {

    .koerant_artikel{
    flex: 0 0 auto;
}
.koerant_artikel img{
    position: relative;
    width: 100px; /* Adjust as needed */
    height: auto;
    padding: 20px 40px;
}
    
}
.vergroot{
    flex: 1; /* Text takes remaining space */
    position: absolute;
    bottom: -350px;
    left: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 40px;
    text-align: center;
}
@media screen and (max-width: 700px) {
    
    .vergroot{
    flex: 1; /* Text takes remaining space */
    position: absolute;
    bottom: -25px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px 10px;
    text-align: center;
}
}
@media screen and (max-width: 480px) {

    .vergroot{
    flex: 1; /* Text takes remaining space */
    position: absolute;
    bottom: 220px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px 10px;
    text-align: center;
}   
}
.document_1{
    flex: 1; /* Text takes remaining space */
    position: absolute;
    top: 300px;
    left: 600px;
}
.document_1 img{
    width: 250px; /* Adjust as needed */
    height: auto;
}
@media screen and (max-width: 700px) {
    .document_1{
    flex: 1; /* Text takes remaining space */
    position: absolute;
    top: 300px;
    left: 280px;
}
.document_1 img{
    width: 150px; /* Adjust as needed */
    height: auto;
}
}
@media screen and (max-width: 480px) {
    .document_1{
    flex: 1; /* Text takes remaining space */
    position: absolute;
    top: 250px;
    left: 150px;
    text-align: center;
}
.document_1 img{
    width: 150px; /* Adjust as needed */
    height: auto;
}
}
a {
  text-decoration: none; /* Removes the underline */
  color: black;
}
a:visited {
  color: #f56600; /* Or any other desired color */
}
footer {
    text-align: center;
    padding: 50px;
    color: white; /* Ensure text is readable */
}
