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

body
{
       font-family: 'Sarala', Verdana, 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;
}

#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: 0% 0% 2% 0%;
        margin: 0%;
        text-align: center;
}

#back {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        background: url(../Bilder/tee.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;
}

#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: #004c40;
}

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

b
{       color: #000;
}

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

h2
{       font-size: 160%;
        line-height: 140%;
        font-weight: bold;
        color: #7f001b;
        margin: 0px;
        margin-bottom: 6px;
        text-align: left;
}

h3
{       font-size: 140%;
        line-height: 140%;
        font-weight: bold;
        color: #066152;
        margin: 0px;
        margin-bottom: 6px;
        text-align: left;
}


h4
{       font-size: 110%;
        color: #7f001b;
        text-align: left;
        font-weight: bold;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 6px;
}

li
{       font-size: 100%;
        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: #066152;
        margin: 0px;
        text-decoration: none;
}
a:hover, a:active
{        color: #248a79;
}
a.aktiv, a.navi:hover, a.navi:active, a.aktiv:hover, a.aktiv:active
{       font-size: 110%;
        font-weight: bold;
        padding: 0% 1% 0% 1%;
        margin: 1%;
        color: #248a79;
}
a.navi
{       font-size: 110%;
        font-weight: bold;
        padding: 0% 1% 0% 1%;
        margin: 1%;
        color: #066152;
}
a.button
{       display: block;
        color: #fff;
        font-size: 120%;
        line-height: 120%;
        font-weight: bold;
        width: 44%;
        padding: 18% 2% 1% 2%;
        margin: 1% 1%;
        text-align: center;
        float: left;
        border-radius: 10px;
        background: #44766e bottom center;
}
a.jetzt
{       color: #fff;
        font-size: 100%;
        line-height: 100%;
        font-weight: bold;
        padding: 1.5% 3%;
        margin: 4% 0%;
        border-radius: 10px;
        background-color: #44766e;
}
a.button:hover, a.jetzt:hover
{       opacity: 0.7;
}

.rund
{
  border-radius: 10px;
}

a.social:hover
{       opacity: 0.7;
}

#fuss a
{
        font-size: 100%;
        color: #deffe8;
}
#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 h3
{       font-size: 130%;
        line-height: 130%;
        font-weight: normal;
        color: #eee;
        margin: 0px;
        margin-bottom: 12px;
        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%;
  animation: round 40s infinite;
  opacity: 0;
}

@keyframes round {
  0%  {opacity: 0;}
  10%  {opacity: 1;}
  25% {opacity: 1;}
  35%  {opacity: 0;}
}

img:nth-child(1) {
  animation-delay: 30s;
}

img:nth-child(2) {
  animation-delay: 20s;
}

img:nth-child(3) {
  animation-delay: 10s;
}

img:nth-child(4) {
  animation-delay: 0s;
}