@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap');

body
{
       font-family: 'Quicksand', Helvetica, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       background: #FFF;
       text-align: center;
}

#mittig {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: left;
}

#kopf {
        position: relative;
        width: 96%;
        padding: 2% 2% 0% 2%;
        background: #fff;
}

#logo {
        position: relative;
        width: 100%;
        padding: 0% 0% 0% 0%;
        text-align: center;
}

#navi {
        position: relative;
        width: 100%;
        padding: 0% 0% 2% 0%;
        text-align: center;
}

#zu {
        position: relative;
        width: 100%;
        clear: both;
}

#bild {
        position: relative;
        width: 100%;
}

#bauch {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        margin: 0%;
        text-align: left;
        background: #FFF;
}

#links {
        position: relative;
        width: 100%;
        padding: 0% 0% 1% 0%;
        margin: 0%;
        text-align: left;
}

#rechts {
        position: relative;
        width: 100%;
        padding: 2% 0% 2% 0%;
        margin: 0%;
        text-align: left;
}

#back {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        background: url(../bilder/nieste.jpg) center center;
        background-size: cover;
}

#hell {
        position: relative;
        width: 90%;
        padding: 2% 5% 2% 5%;
        background: url(../bilder/licht.png) repeat;
        border-radius: 15px;
}

#halb {
        position: relative;
        width: 90%;
        padding: 2% 5%;
        margin: 0% 2% 2% 0%;
        float: left;
        border-radius: 15px;
        background-color: #EEE;
}

#fuss {
        position: relative;
        bottom: 0px;
        width: 100%;
        padding: 5% 0% 3% 0%;
        text-align: center;
        clear: left;
        background: #6b7b29;
}

p
{       font-size: 110%;
        color: #111;
        text-align: left;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 16px;
}

b
{       color: #111;
}

h1
{       font-size: 200%;
        line-height: 140%;
        font-weight: extra bold;
        text-transform: uppercase;
        color: #6b7b29;
        margin: 12px 0px 16px 0px;
}

h2
{
        font-family: 'Euphoria Script', cursive;
        font-size: 300%;
        line-height: 110%;
        font-weight: normal;
        letter-spacing: 1px;
        color: #FFF;
        margin: 0px;
        margin-top: 10px;
        text-align: left;
}

h3
{       font-size: 140%;
        line-height: 140%;
        font-weight: bold;
        color: #6b7b29;
        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: normal;
        color: #6b7b29;
        margin: 0px;
        text-decoration: none;
}
a:hover, a:active
{        color: #a39e28;
}
.aktiv, .navi:hover, .navi:active, .aktiv:hover, .aktiv:active
{       font-weight: bold;
        line-height: 150%;
        padding: 2% 2% 2% 2%;
        color: #a39e28;
}
.navi
{
        font-weight: bold;
        line-height: 150%;
        padding: 2% 2% 2% 2%;
        color: #6b7b29;
}

.rund
{
  border-radius: 15px;
}

.flach
{
  border-radius: 15px;
  height: 36%;
  margin: 0% 0% 3% 0%;
}

#fuss a
{
        font-size: 100%;
        color: #dde4c2;
}
#fuss a:hover, #fuss a:active
{        color: #fff;
}

#fuss h1
{       font-size: 150%;
        line-height: 130%;
        font-weight: bold;
        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;
}

.klein {
  position: relative;
  width: 47%;
  padding: 0% 2% 2% 0%;
}

.photo {
  position: absolute;
  width: 100%;
  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;
}