body
{
       font-family: 'quicksand', Verdana, Helvetica, sans-serif;
       src: url('../fonts/quicksand.woff2') format('woff2'),
         url('../fonts/quicksand.woff') format('woff');
       font-weight: normal;
       font-style: normal;
       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: 27%;
        padding: 2% 13% 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;
}

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

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

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

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

#logu {
        position: relative;
        width: 80%;
        padding: 1% 10% 3% 10%;
}

#fuss {
        position: relative;
        width: 60%;
        padding: 3% 20% 3% 20%;
        text-align: center;
        clear: left;
        background: #000;
}

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

#boxi {
        position: relative;
        width: 45%;
        padding: 0% 5% 2% 0%;
        text-align: left;
        float: left;
}

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


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

b
{       color: #111111;
}

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

h2
{       font-size: 130%;
        line-height: 130%;
        font-weight: bold;
        color: #222;
        margin: 10px 0px 5px 0px;
        text-align: left;
}

h3
{       font-size: 120%;
        line-height: 130%;
        font-weight: bold;
        color: #555;
        margin: 10px 0px 5px 0px;
        text-align: left;
}

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

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

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

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

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

#text a
{       color: #7e001b;
}

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

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

.halb
{       width: 50%;
}

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