 @font-face {
     font-display: swap;
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/open-sans-v40-latin-regular.eot');
     src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/open-sans-v40-latin-700.eot');
     src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     line-height: 1.375rem;
     font-size: 1rem;
     font-family: 'Open Sans', Arial, sans-serif;
     color: #000;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 992px;
     margin: 1rem auto;
     border: 1px solid #CBCBCB;
     overflow: hidden;
     background-color: #fff;
 }

 header {
     margin: 0;
 }

 article {
     padding: 0 38px;
 }

 .margin-top {
     margin-top: 20px;
 }

 footer {
     margin: 0 16px;
 }

 :is(strong, h1) {
     font-weight: 700;
 }

 .title {
     position: absolute;
     top: 265px;
     left: 0;
     width: 77%;
 }

 .title p {
     background: rgba(255, 104, 0, 0.6) none repeat scroll 0 0;
     padding: 10px 25px 10px 70px;
     color: #FFF;
 }

 h1 {
     margin: 1rem -217px 1rem 70px;
     font-size: 24px;
     line-height: 28px;
     color: #FFF;
 }

 h2 {
     font-size: 16px;
     margin: 1rem 0 0;
     line-height: 21px;
     font-weight: bold;
 }

 h3 {
     text-align: center;
     font-weight: normal;
     font-size: 1rem;
     border-bottom: 1px solid #A6A6A6;
     margin: 0 0 21px;
 }

 h3 span {
     background: #FFF;
     padding: 10px;
     position: relative;
     bottom: -10px;
 }

 p {
     margin: 0 0 10px;
     text-align: justify;
     hyphens: auto;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     white-space: nowrap;
     text-decoration: none;
 }

 img {
     max-width: 100%;
     vertical-align: bottom;
 }

 ul {
     margin: 0 0 24px;
     list-style: none;
 }

 ul li {
     padding-left: 1.25rem;
 }

 ul li:before {
     content: "\2022";
     float: left;
     font-family: Arial, sans-serif;
     font-size: 1.425rem;
     text-indent: -1.25rem;
 }

 .infor {
     display: flex;
     gap: 10px;
     justify-content: space-between;
     align-items: center;
     padding: 1rem 40px 10px;
 }

 .infor p {
     width: 47%;
     text-align: left;
     padding: 0 0 0 32px;
     position: relative;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
 }

 .padding {
     padding-top: 8px;
     display: block;
 }

 .infor p img {
     position: absolute;
     left: 0;
     top: calc(50% - 17px);
 }

 .kontakt {
     position: relative;
     padding: 0 0 0 166px;
 }

 .img {
     position: absolute;
     bottom: 0;
     left: 0;
 }

 .flexbox {
     display: flex;
     justify-content: space-between;
 }

 .column-left {
     width: 42%;
 }

 .column-right {
     width: 45%;
 }

 .small {
     font-size: 12px;
     text-align: left;
     line-height: 1.2;
 }

 .icon {
     margin: 0 10px 0 -40px;
 }

 p span {
     white-space: nowrap;
 }

 .logo {
     justify-content: space-around;
     display: flex;
     align-items: center;
     margin: 16px;
     flex-wrap: wrap;
     gap: 1rem;
 }

 @media all and (max-width:991px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(p, ul, h1) {
         hyphens: auto;
         text-wrap: pretty;
     }

     .margin-top {
         margin-top: 1rem;
     }

     .hidden {
         display: none;
     }

     p {
         text-align: left;
     }

     article {
         padding: 0 1rem;
     }

     .title {
         top: 9%;
     }
 }

 @media all and (max-width:890px) {
     .kontakt {
         padding: 0;
     }

     .kontakt p {
         text-align: center;
     }

     .img {
         position: static;
         display: flex;
         justify-content: center;
         margin: 0 0 1rem;
     }

     .small {
         text-align: center;
     }

     .icon {
         margin-left: 0;
     }
 }

 @media all and (max-width:767px) {
     .title {
         position: static;
         width: auto;
         margin: 0 -1rem;
     }

     .title p {
         padding: 1rem;
     }

     h1 {
         color: #000;
         margin: 1rem;
     }

     .infor {
         padding: 0;
     }

     .flexbox {
         display: block;
     }

     :is(.column-left, .column-right) {
         width: 100%;
     }
 }

 @media all and (max-width:480px) {
     .infor p {
         width: 100%;
     }

     .infor {
         display: block;
     }

     h3 {
         border: none;
     }
 }