.mask{
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 80%;
    background-color: #ffffff;
    font-family: Arial,sans-serif;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 18px;
}
.header{
    float: left;
    width: 100%; 
    background-color: #ffffff;
    height: 270px;
    
}
.colleft{
    position: relative;
    width: 100%;
    right: 80%;
    background-color: #ffffff
}
.col1{
    position: relative;
    overflow: hidden;
    float: left;
    width: 78%;
    left: 101%;
    background-color: #ffffff
}
.col2{
    position: relative;
    overflow: hidden;
    margin: 20px;
    float: left;
    width: 10%;
    left: 3%;
    background-color: #ffffff;

}
.footer{
    float: left;
    width: 100%;
    margin: 5px;
    background-color:rgb(70, 70, 70);
    color: rgb(255, 255, 255);
}

.Hervorhebung {
    font-weight: bold;
}

.lang {
    font-weight: bold;
    float: right;
    /*left: 25 px;*/
}

div.title strong {
    font-size: 18px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    font-weight: normal;
}

body {
    padding: 20px;
    margin: 0px;
    font-size: 90%;
    background-color: #ffffff
}

img {
  width: 65%;
  height: auto;
  top: 60px;
  left: 0;
}

