 @font-face {
     font-display: swap;
     font-family: 'Hind';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/hind-v16-latin-regular.eot');
     src: url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), url('../fonts/hind-v16-latin-regular.woff') format('woff'), url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Hind';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/hind-v16-latin-600.eot');
     src: url('../fonts/hind-v16-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-600.woff2') format('woff2'), url('../fonts/hind-v16-latin-600.woff') format('woff'), url('../fonts/hind-v16-latin-600.ttf') format('truetype'), url('../fonts/hind-v16-latin-600.svg#Hind') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Hind';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/hind-v16-latin-700.eot');
     src: url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-700.woff2') format('woff2'), url('../fonts/hind-v16-latin-700.woff') format('woff'), url('../fonts/hind-v16-latin-700.ttf') format('truetype'), url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Hind', Arial, sans-serif;
     font-size: 16px;
     line-height: 20px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 900px;
     margin: 1rem auto;
     border: 1px solid #000;
     background-color: #fff;
     position: relative;
 }

 header {
     padding: 34px 53px;
     position: relative;
 }

 .logo {
     display: flex;
     justify-content: flex-start;
 }

 header p {
     color: #d81c1c;
     font-weight: 600;
     border-top: 1px solid #0b377f;
     border-bottom: 1px solid #0b377f;
     padding: 7px 0;
     position: absolute;
     bottom: 41px;
     left: 218px;
     margin-right: 32px;
     font-size: 14px;
 }

 article {
     position: relative;
     padding: 10px 20px 0 218px;
 }

 .flex {
     display: flex;
     justify-content: space-between;
 }

 .left {
     width: 288px;
     background: #0a3780;
     padding: 16px;
 }

 .left p {
     text-align: justify;
 }

 .left :is(p, h1, h3) {
     color: #fff
 }

 .right {
     width: 325px;
     padding-bottom: 35px;
 }

 .bewerben {
     background: #d81d1f;
     padding: 10px 30px 5px;
     transform: scale(1) rotate(350deg) translateX(1px) skewX(1deg);
     margin: 10px -42px 55px;
 }

 footer {
     position: absolute;
     bottom: 0;
     left: 0;
 }

 footer img {
     width: 537px;
 }

 p:not(:first-of-type) {
     margin-top: 15px;
 }

 h1 {
     font-size: 51px;
     line-height: 1.3;
     margin: 15px 0 0;
 }

 h1 span {
     font-size: 37px;
     display: block;
 }

 h2 {
     font-size: 16px;
     line-height: 24px;
     color: #0a3780;
     font-weight: 400;
     padding-top: 15px;
 }

 h3 {
     font-size: 21px;
     line-height: 22px;
     text-align: center;
 }

 h3 span {
     display: block;
     font-size: 16px;
 }

 h4 {
     font-size: 100px;
     line-height: 1.2;
     transform: rotate(-90deg);
     color: #0a3780;
     font-weight: 400;
     position: absolute;
     top: 314px;
     left: -146px;
 }

 hr {
     margin: 10px -10px 0 0;
     border-top: 1px solid #d81d1f;
 }

 .font {
     font-size: 18px;
     line-height: 21px;
     font-weight: 700
 }

 ul {
     list-style: none;
     margin-top: 5px;
 }

 ul li {
     padding-left: 14px;
     font-size: 95%;
 }

 li:before {
     content: "\2022";
     color: #000;
     float: left;
     font-size: 18px;
     text-indent: -14px;
     margin-top: 2px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, h3, strong) {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: inherit;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:900px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     :is(p, ul) span {
         white-space: nowrap;
     }

     header {
         padding: 16px
     }

     header p {
         bottom: 10px;
         left: 182px;
     }

     .left p {
         text-align: left;
     }

     article {
         padding-left: 43px;
     }

     h4 {
         position: static;
         font-size: 80px;
         transform: none;
     }

     .right {
         width: 54%;
         padding-bottom: 35px;
     }

     footer img {
         width: 43%;
     }
 }

 @media only screen and (max-width: 744px) {
     .flex {
         display: block;
     }

     :is(.left, .right) {
         width: auto
     }

     article {
         padding: 16px
     }

     .bewerben {
         transform: none;
         margin: 16px 0 0;
         padding: 10px;
     }

     footer {
         position: static;
     }

     footer img {
         width: auto;
     }
 }

 @media only screen and (max-width:550px) {
     header p {
         position: static;
         margin-top: 16px
     }

     h3 span {
         display: block;
         font-size: 14px;
     }
 }