@charset "utf-8";

@font-face {
    font-family: 'Sparkasse Rg Regular';
    src: url('Sparkasse Rg Regular.eot?#iefix') format('embedded-opentype'), url('Sparkasse Rg Regular.woff') format('woff'), url('Sparkasse Rg Regular.ttf') format('truetype'), url('Sparkasse Rg Regular.svg#Sparkasse Rg Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    font: 1em/1.3em 'Sparkasse Rg Regular', Calibri, sans-serif;
    color: #666;
    background: #F0F0F0;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 900px;
    border: solid 0 #000;
    background: #F0F0F0;
}

p {
    padding-bottom: 1rem;
}

h1, h2, h4 {
    color: #ee0000;
}

h1 {
    margin: 0 0 1rem;
    font-size: 1.250em;
    line-height: 1.1em;
    text-align: center;
}

h2 {
    font-size: 1.9em;
    line-height: 1.2;
    padding: 1rem;
}

h3 {
    font-size: 1em;
    line-height: 1.3;
    padding-bottom: 1rem;
}

h4 {
    font-size: 1.6em;
    line-height: 1.3;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p a.link{
    color: #EE0000;
}
ul {
    padding: 0;
    list-style: none;
}

li {
    padding: 0 0 1rem 30px;
    background: url('check.png') no-repeat -1px 3px;
}





figure {
    padding: 0.5rem 1rem;
    background: #EE0000;
}

section {
    padding: 1rem;
    background: #fff;
    width: 600px;
}

.apply {
    text-align: right;
    color: #fff;
}

.button {
    background: #ee0000;
    padding: 9px 20px;
    border-radius: 4px;
    font-weight: bold;

    font-size: 16px;
    line-height: 24px;

}

.button img {
    vertical-align: -7px;
}

footer span {
    display: block;
    font-size: 1.188em;
}

footer {
    padding: 1rem;
    background: #fff;
    width: 30%;
    position: absolute;
    right: 0;
    top: 42rem;
}



img {
    max-width: 100%;
    height: auto;

}

@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

   
    section,footer{
      width: 100%;
      position: static;
    }
}