
html,body { height: 100%; }

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #440108;
    background-color: #f5e4ce;
    margin: 0;
    font-size: .875rem;
    line-height: 1.5;
}
body:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 35px;
    width: 100%;
    background: transparent url(../images/background_top.png);
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
}
img {
    max-width: 100%;
    height: auto;
}
a { color: #6b000c; }
h1 {
    color: #6b000c;
    line-height: 1.2;
    font-weight: normal;
}
h2 {
    font-size: 1.275em;
    color: #e05303;
    font-weight: normal;
}
h3 {
    color: #6b000c;
    font-weight: normal;
    margin: 0;
}
h2 + h1 { margin-top: -.5em; }
.secondary {
    color: #e05303;
}
ol {
    padding-left: 1rem;
}

#wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    min-height: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 280px 0 280px;
}
#wrap:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 217px;
    background: transparent url(../images/Balken_breit.png);
    background-position: top right;
}
#wrap:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    height: 100%;
    width: 101px;
    background: transparent url(../images/Balken_schmal.png);
    background-position: top left;
}
#header {
    margin-top: 60px;
    text-align: center;
}
#content {
    flex: 1;
    padding: 30px 30px 0 80px
}

#helena {
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 320px;
}
#helena img  { display: block }
#helena:after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -40px;
    width: 270px;
    height: 40px;
    background: transparent url(../images/Stuck_links.png);
    background-position: top right;
}

#helena1 {
    position: absolute;
    z-index: 20;
    right: 60px;
    top: 470px;
}
#helena1 img { display: block }

#helena1:after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -40px;
    width: 300px;
    height: 40px;
    background: transparent url(../images/Stuck_rechts.png);
    background-position: top left;
}

#helena2 {
    position: absolute;
    z-index: 20;
    left: 30px;
    top: 530px;
}
#helena2 img { display: block }
#helena2:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -40px;
    width: 270px;
    height: 40px;
    background: transparent url(../images/Stuck_links.png);
    background-position: top right;
}


footer {
    padding-top: 30px;
    text-align: center;
}

#nav {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #f6c175;
}
#nav li {
    display: inline-block;
    margin-right: 20px;
}
#nav a {
    text-decoration: none;
}
#nav a.active {
    font-weight: bold;
}

.col2 {
    padding-left: 1rem;
    column-count: 2;
    column-gap: 2em;
}


@media only screen and (max-width: 992px) {
    #wrap { padding: 0 40px; max-width: none }
    #wrap:before { width: 100px; }
    #wrap:after { width: 70px; }
    #helena, #helena1 {
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 49%;
    }
    #helena:before { left: 10px; bottom: -50px; }
    #helena1:before { left: 10px; bottom: -40px; }
    #helena:after, #helena1:after { display: none; }
    footer { padding-top: 100px; }
    #tulpe { display: none; }
}
@media only screen and (max-width: 576px) {
    #wrap { padding: 0 10px; }

    #logo { max-width: 90%; }

    #wrap:before, #wrap:after, #helena:after, #helena1:after { display: none; }
    #content { padding: 30px 10px;}
}