@charset "utf-8";

@font-face {
   font-family: 'Roboto Condensed';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
   src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
   font-family: 'Roboto Condensed';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/roboto-condensed-v25-latin-700.eot');
   src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   color: #6D6F71;
   font: 400 1.313em/1.3em 'Roboto Condensed', Arial, sans-serif;
}

h2,
strong {
   font-weight: 700;
}

#wrapper {
   position: relative;
   max-width: 600px;
   margin: 1rem auto;
   border: solid 1px #A7A9AC;
   background: #fff;
   overflow: hidden;
   padding: 0;
}

p {
   padding-bottom: 0.5rem;
   text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
}

h2 {
   margin-bottom: 0.75rem;
   font-size: 1em;
   line-height: 1.3em;
}

ul {
   padding: 0 0 0.5rem;
   list-style: none;
}

h1 {
   font-weight: 400;
   padding-left: 2rem;
   font-size: 1em;
   line-height: 1.3;
   background: url('../images/pfeil.jpg') top left no-repeat;
}

h1 span {
   font-weight: 700;
}

section :is(h1, h2, p) {
   text-align: left;
}

article {
   padding: 0.5rem 1.5rem 0;
}

.color {
   color: #AF2A42;
}

article .icon {
   display: flex;
   justify-content: flex-end;
   margin-right: 4.5rem;
}

section {
   padding-left: 2rem;
}

.qrc {
   display: flex;
   justify-content: center;
   position: absolute;
   bottom: 10rem;
   right: 1.6rem;
}

.box {
   padding: 0.5rem 1.5rem;
   margin: 0 -1.5rem;
   background: #AF2A42 url('../images/bg.jpg') top 3rem left 2rem no-repeat;
   color: #fff;
}

footer p {
   padding: 1rem;
   font-size: 0.6em;
   line-height: 1.3;
}

footer figure {
   display: flex;
   justify-content: center;
   margin: 1.5rem 0 0;
}

@media only screen and (max-width:599px) {
   body {
      font-size: 1em;
      line-height: 1.3em;
   }

   #wrapper {
      border: none;
      margin: 0 auto;
   }

   article br {
      display: none;
   }
   .block{
    display: block;
   }

  

   .box {
      background-image: none;
   }

   .qrc {
      position: static;
   }

   article .ml {
      padding-left: 4rem;
   }

   footer p {
      font-size: 0.875em;
      line-height: 1.3em;
   }

   p span {
      display: inline-block;
   }
}

@media only screen and (max-width:480px) {
   article .ml {
      padding-left: 0;
   }
}
