@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: #FFFCF6;
       text-align: center;
}

#kopf {
        position: relative;
        width: 100%;
        padding: 1% 0% 0% 0%;
        background: #FFFCF6;
}

#logo {
        position: relative;
        width: 40%;
        padding: 0.5% 0% 1% 5%;
        text-align: left;
        float: left;
}

#navi {
        position: relative;
        width: 40%;
        padding: 6% 5% 2% 10%;
        text-align: left;
        float: left;
}

#zu {
        position: relative;
        width: 98%;
        padding: 0% 1% 0% 1%;
        clear: both;
}

#bauch {
        position: relative;
        width: 92%;
        padding: 2% 4% 2% 4%;
        margin: 0%;
        text-align: left;
        background: #FFFCF6;
        clear: both;
}

#box2 {
        position: relative;
        width: 48%;
        margin: 1%;
        float: left;
        text-align: left;
}

#box3 {
        position: relative;
        width: 31.3%;
        margin: 1%;
        text-align: left;
        float: left;
}

#box4 {
        position: relative;
        width: 23%;
        margin: 1%;
        float: left;
        text-align: left;
}

#box5 {
        position: relative;
        width: 18%;
        margin: 1%;
        float: left;
        text-align: left;
}

#box6 {
        position: relative;
        width: 14.6%;
        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;
        clear: both;
}

#hell {
        position: relative;
        width: 45%;
        padding: 2% 2% 2% 2%;
        background: url(../bilder/light.png) repeat;
        border-radius: 15px;
        text-align: left;
}

#fuss {
        position: relative;
        bottom: 0px;
        width: 100%;
        padding: 2% 0% 2% 0%;
        text-align: center;
        clear: left;
        background: #416610;
}

#rahmen {
        position: relative;
        width: 100%;
        padding: 0%;
        clear: left;
        overflow: scroll;
}

#galerie {
        position: relative;
        width: 360%;
        padding: 2% 0% 2% 3%;
        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: 4px 0px 6px 0px;
        text-align: left;
}

h3
{       font-family: 'Changa One', cursive;
        font-size: 180%;
        line-height: 120%;
        font-weight: normal;
        color: #416610;
        margin: 4px 0px 6px 0px;
        text-align: left;
}


h4
{       font-size: 110%;
        color: #000;
        text-align: left;
        font-weight: bold;
        line-height: 130%;
        margin: 4px 0px 6px 0px;
}

li
{       font-size: 110%;
        line-height: 130%;
        color: #222;
        list-style-type: square;
}

ul
{       margin: 0px;
        margin-bottom: 12px;
        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: #d75711;
}

.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;
}


.photo {
  position: absolute;
  width: 100%;
  margin-bottom: 30%;
  animation: round 32s infinite;
  opacity: 0;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 24s;
}

img:nth-child(2) {
  animation-delay: 16s;
}

img:nth-child(3) {
  animation-delay: 8s;
}

img:nth-child(4) {
  animation-delay: 0s;
}