@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');

body
{
       font-family: 'Exo 2', Helvetica, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       background: #FFF;
       text-align: center;
}

#kopf {
        position: relative;
        width: 100%;
        padding: 0%;
        background: #fff;
}

#logo {
        position: relative;
        width: 90%;
        padding: 2% 5% 0% 5%;
        text-align: center;
}

#navi {
        position: relative;
        width: 100%;
        padding: 1% 0% 2% 0%;
        text-align: center;
}

#zu {
        position: relative;
        width: 98%;
        padding: 0% 1% 0% 1%;
        clear: both;
}

#bauch {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        margin: 0%;
        text-align: left;
        background: #FFF;
}

#box2 {
        position: relative;
        width: 98%;
        margin: 0% 1%;
        text-align: left;
}

#box3 {
        position: relative;
        width: 48%;
        margin: 1%;
        text-align: left;
        float: left;
}

#box4 {
        position: relative;
        width: 48%;
        margin: 1%;
        float: left;
        text-align: left;
}

#box5 {
        position: relative;
        width: 31.3%;
        margin: 1%;
        float: left;
        text-align: left;
}

#box6 {
        position: relative;
        width: 31.3%;
        margin: 1%;
        float: left;
        text-align: left;
}

#back {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        background: url(../bilder/pusteblume.jpg) center center;
        background-size: cover;
}

#hell {
        position: relative;
        width: 90%;
        padding: 2% 5% 2% 5%;
        background: url(../bilder/light.png) repeat;
        border-radius: 15px;
        text-align: left;
}

#fuss {
        position: relative;
        bottom: 0px;
        width: 96%;
        padding: 5% 2% 3% 2%;
        text-align: center;
        clear: left;
        background: #416610;
}

#rahmen {
        position: relative;
        width: 100%;
        padding: 0%;
        clear: left;
        overflow: scroll;
}

#galerie {
        position: relative;
        width: 1000%;
        padding: 5% 0% 2% 5%;
        text-align: left;
        background: #000;
}

#slide {
        position: relative;
        width: 3.5%;
        padding: 0% 2% 0% 0%;
        text-align: left;
        float: left;
        background: #000;
}

p
{       font-size: 110%;
        color: #111;
        text-align: left;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 16px;
}

#galerie p {
        font-size: 110%;
        color: #ccc;
        text-align: left;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 16px;
}

b
{       color: #111;
}


h1
{       font-family: 'Changa One', cursive;
        font-size: 300%;
        line-height: 120%;
        font-weight: normal;
        color: #416610;
        margin: 12px 0px 16px 0px;
}

h2
{
        font-family: 'Changa One', cursive;
        font-size: 240%;
        line-height: 120%;
        font-weight: normal;
        color: #95033d;
        margin: 0px 0px 6px 0px;
        text-align: left;
}

h3
{       font-family: 'Changa One', cursive;
        font-size: 180%;
        line-height: 120%;
        font-weight: normal;
        color: #416610;
        margin: 0px;
        margin-bottom: 6px;
        text-align: left;
}


h4
{       font-size: 110%;
        color: #000;
        text-align: left;
        font-weight: bold;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 6px;
}

li
{       font-size: 110%;
        line-height: 130%;
        color: #222;
        list-style-type: square;
}

ul
{       margin: 0px;
        margin-bottom: 5px;
        padding-left: 20px;
}

a
{       font-size: 100%;
        line-height: 130%;
        font-weight: bold;
        color: #95033d;
        margin: 0px;
        text-decoration: none;
}
a:hover, a:active
{        color: #6b8808;
}

a.button:hover
{       opacity: 0.7;
}

.navi
{
        font-size: 120%;
        line-height: 180%;
        font-weight: bold;
        padding: 0% 2%;
}

.aktiv
{
        font-size: 120%;
        line-height: 180%;
        font-weight: bold;
        padding: 0% 2%;
        color: #d75711;
}

#fuss a
{
        font-size: 100%;
        font-weight: normal;
        color: #eeeebb;
}
#fuss a:hover, #fuss a:active
{        color: #fff;
}

#fuss h1
{       font-size: 240%;
        line-height: 130%;
        font-weight: normal;
        color: #eee;
        margin: 0px;
        margin-bottom: 6px;
        text-align: center;
}

#fuss p
{       font-size: 100%;
        line-height: 130%;
        font-weight: normal;
        color:  #eee;
        margin: 0px;
        margin-bottom: 6px;
        text-align: center;
}