@import url('https://fonts.googleapis.com/css?family=Quicksand');

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

#ani {
        position: absolute;
        position: fixed;
        width: 100%;
        background: #000;
}

#kopf {
        position: relative;
        width: 100%;
        padding: 0%;
        background: #FFF;
}

#logo {
        position: relative;
        width: 30%;
        padding: 2% 10% 2% 10%;
        float: left
}

#lang {
        position: relative;
        width: 10%;
        padding: 2% 10% 0% 30%;
        float: left
}

#navi {
        position: relative;
        width: 80%;
        padding: 1% 10% 1% 10%;
        text-align: left;
        background: #333;
        clear: left
}

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

.wir {
        background: url(../bilder/tasten1.jpg) center center;
        background-size: cover;
}

.produkte {
        background: url(../bilder/capsi.jpg) center center;
        background-size: cover;
}

.vorteil {
        background: url(../bilder/more.jpg) center center;
        background-size: cover;
}

.service {
        background: url(../bilder/schwamm.jpg) center center;
        background-size: cover;
}

.karriere {
        background: url(../bilder/caps.jpg) center center;
        background-size: cover;
}

.impressum {
        background: url(../bilder/tasten3.jpg) center center;
        background-size: cover;
}

#text {
        position: relative;
        width: 80%;
        padding: 5% 10% 5% 10%;
        margin: 0%;
        text-align: left;
        background: #EEE;
}

#sprachen {
        position: relative;
        width: 100%;
        padding: 2% 0% 0% 0%;
        margin: 0%;
        text-align: center;
        background: #333;
}

#logu {
        position: relative;
        width: 20%;
        padding: 1% 40% 2% 40%;
}

#box {
        position: relative;
        width: 17%;
        padding: 0% 1% 2% 2%;
        text-align: left;
        float: left;
}

#fuss {
        position: relative;
        bottom: 0px;
        width: 100%;
        padding: 1% 0% 1% 0%;
        text-align: center;
        clear: left;
        background: #000;
}


p
{       font-size: 120%;
        color: #333333;
        text-align: left;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 18px;
}

b
{       color: #111111;
}

h1
{       font-size: 180%;
        line-height: 120%;
        font-weight: bold;
        color: #E60004;
        margin: 0px;
        margin-bottom: 16px;
        text-align: left;
}

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

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

h4
{       font-size: 120%;
        line-height: 130%;
        font-weight: bold;
        color: #999;
        margin: 0px;
        text-align: left;
}

h5
{       font-size: 90%;
        line-height: 130%;
        font-weight: normal;
        color:  #CCC;
        margin: 0px;
        text-align: center;
}

li
{       font-size: 100%;
        line-height: 130%;
        color: #333333;
        list-style-type: square;
}

ul
{       margin: 0px;
        margin-bottom: 5px;
        padding-left: 5px;
}

a
{       font-size: 100%;
        line-height: 130%;
        font-weight: normal;
        color: #fff;
        margin: 0px;
        text-decoration: none;
}
a:hover
{       font-weight: bold;
}
a:active
{       font-weight: bold;
}
.aktiv
{       font-weight: bold;
        padding: 0% 4% 0% 0%;
}
.navi
{       padding: 0% 4% 0% 0%;
        font-weight: normal;
}
.dunkel
{       color: #990000;
}

#text a
{       color: #777;
}

#box a
{       font-size: 90%;
        color: #999;
}

h5 a
{
        font-size: 100%;
        color: #CCC;
}

.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;
}