
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
}
  
body {
  color: #153071;
  font-family: Calibri, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  background-color: white;
}

#wrapper {
  background-color: #fff;
    background-image: url(../images/welle.png);
    background-repeat: no-repeat;
    background-position: top right;
  border: thin solid #afca0b;
    border-left: 3rem solid #afca0b;
  margin: 1rem auto;
  max-width: 850px;
  overflow: hidden;
  padding: 7rem 1.5rem 1.563rem;
  position: relative;
  box-shadow: 0 50px 100px -20px rgb(50, 50, 93, 0.25), 0 30px 60px -30px rgb(0, 0, 0, 0.3);
}

p + p {
  margin: 1rem 0 0 0;
}

p strong {
    font-weight: 900;
}

p {
    text-align: justify;
}

h1 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  margin: 1.25rem 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
    font-weight: bold;
}

h1 span {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin-top: 0.25rem;
}

h1 + p {
    margin-bottom: 2.5rem;
}

h2 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
    margin: 2.5rem 0 0.625rem;
  line-height: 1.2;
    display: inline-block;
    background-color: #dbe49b;
    font-weight: 900;
}

h2:first-of-type {
    margin-top: 5rem;
}

h3 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.2;
    font-weight: normal;
}

h3 span {
    color: #afca0b;
}

a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #afca0b;
  text-decoration: underline;
}

.heading {
  width: 70%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border: none;
}

hr {
  border: none;
  border-top: 0.063rem solid #000;
}


ul {
  padding-left: 0.875rem;
    margin-right: -3rem;
}

li {

  list-style-type:none;
  padding-bottom: 0.2rem;
}

li:before
{
  color: #afca0b;
  content: "\2022";
  float: left;    
  margin-left: -0.875rem;
}


.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

article {
    padding-right: 50px;
}

footer aside:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1.5rem 0 0;
    gap: 20px;
}

footer aside:last-of-type{
    margin-top: 1rem;
}

footer nav {
    display: flex;
    margin-bottom: 0.5rem;
}

footer nav p:first-of-type {
    width: 3rem;
}

footer nav p span {
    font-size: 0.70rem;
}

footer section:first-of-type nav:first-of-type {
    margin-bottom: 1.5rem;
}

footer section:last-of-type nav {
    font-size: 0.813rem;
    align-items: center;
    padding-right: 4rem;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

footer aside:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer p + p {
    margin: 0;
}

.titlte-qr {
    display: flex; 
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
    width: 70%;
}
.titlte-qr img {
  float: right;
    width: 15%;
    height: 10%;
    margin-top: 10px;
}

/* Responsive */
@media only screen and (max-width:850px) {
#wrapper {
  border: none;
  margin: 20px auto;
  padding: 0.625rem;
  width: 95%;
  background-image: none;
}

.logo-fh {
  display: block;
  margin: 0 auto;
  width: 40%;
}
.heading {
  width: 100%;
}
.titlte-qr {
  flex-direction: column;
  width: 100%;
}
.titlte-qr img { display: block; margin: 0 auto; width: 30%;}

a:link, a:active, a:visited {
  font-size: 1rem;
}
a:hover {
  text-decoration: none;
}
    
    h1, h3 {
        font-size: 1.25rem;
        font-weight: 600;
    }
    
    h1 span {
        font-size: 0.8rem;
    }
    
    h1 br, h3 br {
        display: none;
    }
    
    h2, h2:first-of-type {
        margin-top: 1.5rem;
    }
    
    p {
        text-align: left;
    }
    
    ul {
        margin-right: 0;
    }
    
    article {
        padding-right: 0;
    }
    
    footer p {
        text-align: center;
    }

    footer aside:first-of-type, footer aside:last-of-type {
        display: block;
    }
    
    footer aside:last-of-type p img {
        margin: 1rem auto 0;
    }
    
    footer section:last-of-type nav {
            padding-right: 0;
        }
    
    footer nav {
        display: block;
    }
    
    footer nav p:first-of-type {
        width: 100%;
    }
    
    footer nav p:first-of-type img {
        margin: 0 auto 0.5rem;
    }
    
    footer section:first-of-type nav:first-of-type {
    margin-bottom: 0.5rem;
}

}

/* Ende Responsive */