﻿ :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-family: 'Roboto', Arial, sans-serif;
     color: #FFF;
     line-height: 18px;
     font-size: 13px;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 750px;
     margin: 1rem auto;
     border: 1px solid #000;
     overflow: hidden;
     background: #fff url(background.jpg) no-repeat;
     height: 677px;
 }

 header {
     margin: 0;
 }

 article {
     padding: 7px 362px 0 36px;
 }

 footer {
     padding: 0 0 0 32px;
     display: flex;
     gap: 17px;
 }

 footer p {
     margin: 0 0 5px;
 }

 :is(strong, h1, h2, h3, h4) {
     font-weight: 700;
 }

 h1 {
     margin: 1rem 0 1rem -20px;
     font-size: 20px;
     line-height: 22px;
     color: #000;
     background: url(iconlist.jpg) no-repeat 0 4px;
     padding: 0 0 0 20px;
 }

 h1 span {
     font-weight: normal;
 }

 h2 {
     font-size: 34px;
     margin: 10px 0;
     line-height: 1;
     font-weight: 500;
 }

 h3 {
     font-size: 0.8125rem;
     margin: 1rem 0;
     line-height: 1.125rem;
 }

 h3 {
     font-size: 20px;
     margin: 30px 0 6px;
     line-height: 1.2;
 }

 h4 {
     color: #d64332;
     font-size: 24px;
     line-height: 30px;
     font-weight: 600;
     margin: 0 0 29px;
 }

 h4 span {
     font-weight: normal;
     font-size: 17px;
     display: block;
 }

 p {
     margin: 0 0 10px;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #FFF;
     white-space: nowrap;
     text-decoration: none;
 }

 ul {
     margin: 0;
     list-style: none;
 }

 ul li {
     padding-left: 1.25rem;
 }

 ul li:before {
     content: "\2022";
     float: left;
     font-family: Arial, sans-serif;
     font-size: 1.5625rem;
     text-indent: -1.25rem;
 }

 img {
     max-width: 100%;
 }

 .title {
     position: absolute;
     top: 412px;
     left: 469px;
     width: 275px;
 }

 .headerbild {
     display: none;
 }

 @media all and (max-width:749px) {
     #wrapper {
         margin: 0 auto;
         border: none;
         height: auto;
         background: #DF6B5E;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty;
     }

     .title {
         background: url(title.png) no-repeat;
         width: 328px;
         padding: 105px 18px 10px 53px;
         right: 0;
         left: auto;
         top: auto;
         bottom: 0;
         background-size: cover;
     }

     .headerbild {
         display: block;
         position: absolute;
         top: 0;
         right: 0;
         width: 381px;
     }

     article {
         padding: 0 362px 0 1rem;
     }

     footer {
         padding: 0 0 6px 1rem;
         flex-wrap: wrap;
     }

     br:not(footer br) {
         display: none;
     }

     h4 br {
         display: inline !important;
     }
 }

 @media all and (max-width:720px) {
     header {
         display: flex;
         justify-content: space-between;
     }

     .headerbild {
         width: 200px;
         position: static;
     }

     article {
         padding: 1rem;
     }

     .title {
         position: static;
         background: #FFF;
         width: auto;
         padding: 1rem;
     }

     h1 {
         margin: 1rem 0
     }

     h4 br {
         display: none !important;
     }
 }