body {
     margin: 0;
     padding: 0;
     width: 100%;
     height: 100%;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 16px;
     line-height: 22px;
     color: #0b1b5b;
}

#header {
     width: 90%;
     padding-top: 2%;
     margin: auto;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     flex-wrap: wrap;
}

#messer-medical-logo {
     background-image: url('../images/messer-medical-logo.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     width: 400px;
     height: 150px;
}

#messer-gas-logo {
     background-image: url('../images/messer-gas-logo.png');
     background-size: cover;
     background-repeat: no-repeat;
     width: 322px;
     height: 130px;
}

.break {
     flex-basis: 100%;
}

.header-text {
     width: 100%;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
}

#content {
     width: 90%;
     margin: auto;
     padding-top: 25px;
}

#content-header {
     background-image: url('../images/messer-medical-header.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     width: 100%;
     height: 350px;
     display: flex;
     justify-content: flex-end;
}

#content-header-text {
     background: white;
     width: 400px;
     height: 210px;
     margin: 50px 15px 0 0;
     padding: 20px 5px;
     border: 1px solid #0b1b5b;
}

#content-header-text span {
     display: block;
}