 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/montserrat-v25-latin-regular.eot');
     src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
 }

 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/montserrat-v25-latin-700.eot');
     src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     min-height: 100%;
 }

 body {
     font-family: 'Montserrat', Arial, sans-serif;
     font-size: 1rem;
     line-height: 1.5rem;
     color: #000;
     font-weight: 400;
 }

 #wrapper {
     margin: 0.75rem auto;
     padding: 0 6.5625rem;
     max-width: 937px;
     background: #fff url(../images/background.jpg) no-repeat left top;
     overflow: hidden;
     border: solid thin #cbcbcb;
 }

 header {
     margin: 0 -6.5625rem 2.5rem;
     display: flex;
 }

 header .logo-fibragruppe {
     position: relative;
     display: block;
 }

 header .logo-fibragruppe:before {
     content: "";
     position: absolute;
     right: -29px;
     top: 14%;
     background: url(../images/arrows.jpg) no-repeat left top;
     z-index: 999;
     height: 33px;
     width: 29px;
     display: block;
 }

 article>p:nth-of-type(2) {
     margin-bottom: 0.625rem;
 }

 .info {
     margin-top: 3.125rem;
 }

 .info p {
     margin-bottom: 0.625rem !important;
 }

 .info img {
     position: relative;
     top: 0.25rem;
     margin-right: 0.3125rem;
 }

 section {
     margin: 1.125rem -6.5625rem 0;
 }

 section img {
     display: block;
 }

 footer {
     margin: 0 -6.5625rem;
     padding: 1.125rem 5.9375rem 1.25rem;
     display: flex;
     justify-content: space-between;
     gap: 0.875rem;
     background: #fff;
 }

 p:not(:last-child) {
     margin: 0 0 1.5625rem;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
 }

 img {
     max-width: 100%;
 }

 :is(h1, h2, h3, strong) {
     font-weight: 700;
 }

 h1 {
     margin: 0 0 1.5625rem;
     font-size: 1.25rem;
     line-height: 1.75rem;
 }

 h1 span {
     font-weight: 400;
 }

 h2 {
     font-size: 1.5625rem;
     line-height: 1.75rem;
     margin: 1.25rem 0;
 }

 h3 {
     font-size: 1rem;
     line-height: 1.375rem;
     margin: 2.1875rem 0 0.125rem;
 }

 ins {
     color: #0000ff;
     font-weight: 700;
 }

 ul {
     margin: 0 0 2.1875rem 51px;
 }

 ul.margin-bottom li {
     margin-bottom: 0.625rem;
 }

 ul li {
     list-style: none;
     text-indent: -1.625rem;
 }

 ul li:before {
     font-size: 0.625rem;
     margin-right: 1.625rem;
     position: relative;
     top: -1px;
     float: left;
     content: "\2012";
     color: #231f20;
 }

 @media screen and (max-width: 937px) {
     #wrapper {
         border: none;
         margin: 0;
         hyphens: auto;
         padding: 0 1rem 1rem;
     }

     header {
         margin: 0 -1rem 1rem;
         justify-content: space-between;
     }

     section {
         margin: 1rem -1rem 0;
     }

     ul {
         margin-left: 40px;
     }

     :is(p a, p span) {
         white-space: nowrap;
     }

     br {
         display: none;
     }

     footer {
         padding: 1rem;
         margin: 0 -1rem;
     }
 }

 @media screen and (max-width: 630px) {
     header .logo-fibragruppe:before {
         display: none;
     }
 }

 @media screen and (max-width: 580px) {
     :is(header, footer) {
         flex-wrap: wrap;
         justify-content: center;
     }

     header {
         background: #fff;
     }
 }

 @media screen and (max-width: 560px) {
     header {
         gap: 0;
     }

     header .logo-fibragruppe {
         width: 100%;
         display: flex;
         flex-direction: column;
         align-items: center;
         margin-top: 1rem;
     }

     header>a {
         width: 46%;
     }
 }