.box-header {
    background: #0000003b;
    width: 29%;
    height: 150px;
    float: left;
    margin: 5px;
    padding: 20px;
    text-align: justify;
    overflow-y: scroll;
    color: #646464;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.box-header::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.box-header {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.title-header{
    text-align: center;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-size: 17px;
    color: #5c6672;
}

.header-frame {
    width: 100%;
    /* background: #fff; */
    height: 200px;
    margin: auto;
}

.header-usermenu {
    /* background: #fff; */
    width: 50%;
    float: right;
    text-align: right;
    font-size: 15px;
    font-family: 'Bebas Neue';
    letter-spacing: 3px;
}

.welcome {
    /* width: 61%; */
    /* background: #fff; */
    /* float: left; */
    display: flex;
    flex-direction: row;
    align-content: center;
    width: 210px;
}

.logofont {
    font-size: 170px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Alumni Sans';
    margin: 120px 0px 0px 0px;
}

.headline_headernews {
    color: #909090;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 25px;
    text-align: center;
}