﻿ :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-family: "Open Sans", sans-serif;
     color: #000;
     line-height: 24px;
     font-size: 1rem;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 650px;
     margin: 1rem auto;
     border: 1px solid #000;
     overflow: hidden;
     background-color: #fff;
     padding: 1rem 210px 0 1rem;
 }

 .positon {
     margin: 0;
     width: 192px;
     position: absolute;
     top: 0;
     color: #FFF;
     background: #1A1A1A;
     right: 0;
 }

 footer {
     margin: 0 -16px 0 -1rem;
 }

 footer p {
     line-height: 21px;
 }

 .box {
     padding: 5px 10px 10px;
 }

 .box p {
     text-align: center;
     font-size: 14px;
 }

 .box p strong {
     font-size: 16px;
 }

 :is(strong, h1, h2, h3) {
     font-weight: 700;
 }

 h1 {
     margin: 1rem 0 0 -1rem;
     font-size: 24px;
     line-height: 33px;
     background: #5FBB46;
     padding: 10px 16px;
     color: #FFF;
 }

 h2 {
     font-size: 16px;
     margin: 0.5rem 0;
     line-height: 21px;
     color: #5FBB46;
 }

 h3 {
     font-size: 1rem;
     margin: 10px 0;
     line-height: 21px;
     text-align: center;
 }

 h3 a {
     color: #FFF !important;
     word-break: break-all;
 }

 p {
     margin: 0 0 12px;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
 }

 ul {
     margin: 0 0 12px;
     list-style: none;
 }

 ul li {
     padding-left: 1rem;
     margin: 0 0 4px;
 }

 ul li:before {
     content: "\2022";
     float: left;
     font-family: Arial, sans-serif;
     font-size: 20px;
     text-indent: -1rem;
 }

 ul.color li:before {
     content: "\2022";
     float: left;
     color: #356AA6;
     font-family: Arial, sans-serif;
     font-size: 20px;
     text-indent: -1rem;
 }

 img {
     max-width: 100%;
     vertical-align: bottom;
 }

 .jus {
     text-align: justify;
 }

 .kontakt {
     background: #EEF6E8;
     color: #000;
     padding: 10px 24px 50px;
 }

 .kontakt p {
     display: flex;
     align-items: center;
     gap: 6px;
     padding: 0 0 5px;
 }

 .logo {
     display: flex;
     justify-content: center;
     margin: 0 0 18px;
 }

 .qrcode {
     display: flex;
     justify-content: center;
     margin: -51px 0 14px 0;
 }

 @media all and (max-width:649px) {
     #wrapper {
         margin: 0 auto;
         border: none;
         padding: 1rem 1rem 0;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty;
     }

     br:not(footer br) {
         display: none;
     }

     .jus {
         text-align: left;
     }

     a br {
         display: none;
     }

     .positon {
         margin: 0;
         width: 100%;
         position: static;
     }

     .kontakt p {
         width: 155px;
         margin: 0 auto;
     }

     span {
         white-space: nowrap;
     }

     .footerbild {
         background: #EEF6E9;
         display: flex;
         justify-content: center;
     }

     h1 {
         text-align: center;
     }
 }