.content-box {
    background-color: rgba(38, 43, 36, 0.8);
    margin-top: 70px;
    margin-bottom: 80px;
    padding: 50px;
    color: white;
    border-radius: 50px;
    text-align: justify;
    font-size: 18px;
}

.schriftzug {
    float: left;
    padding-right: 100px;
    padding-bottom: 0;
          
}

.header {
    background-color: rgb(38, 43, 36);
    width: 100%;
    position: sticky;
    top: 0;
    border: 0;
    padding-bottom: 0;
}


.nav-link {
    color: white;
    vertical-align: bottom;
    font-size: 18px;
    
    
}

.nav-link:hover {
    color: #CB8547;
}

.footer {
    background-color: rgb(38, 43, 36);
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 50px;
    
}

.footer-kurz {
    background-color: rgb(38, 43, 36);
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 50px;
}

.bildtext {
    font-size: small;
    color: white;
    padding: 1%;
    position: fixed;
    right: 0;
    bottom: 0;
    writing-mode: sideways-lr;

}

.col {
    text-align: center;
    font-size: 16px;
    padding-right: 0.7%;
    padding-left: 0.7%;
}

.txt {
    margin-left: 1.5%;

}

.image-container {
  float: left; 
  margin-right: 20px; 
  margin-bottom: 8px;
  border-radius: 50px;
}

h2 {
    font-size: 30px;
    text-align: left;
}