body {
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-style: normal;
}

h1 {
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
}

h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 42px;
    text-align: center;
}

h3 {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    color: #7897a8;
}

h4 {
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
}

.headerBox {
    color: #000;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.headerBoxTop {
    color: #000;
    background-color: #fff;
    font-size: 24px;
}

.headerBoxBottom {
    color: #7897a8;
    background-color: #fff;
    font-size: 24px;
    font-family: veneer-three, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    /*rotate: z -6deg;*/
    opacity: 0.75;
}

.noFloat {
    clear: both;
}


.claimBox {
    color: #000;
    background-color: #fff;
    margin-top: 50px;
}


.claimSubtext {
    font-family: veneer-three, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9;
    padding-top: 30px;
    rotate: z -6deg;
    color: #7897a8;
    opacity: 0.75;
}

.companyHeader {
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 72px;
    margin-bottom: 20px;
}

.addressBox {
    color: #000;
    background-color: #fff;
    margin-bottom: 0px;
    padding-top: 100px;
}

.addressSubtext {
    font-size: 21px;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}

.addressText {
    font-size: 18px;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
}

.footerBox {
    color: #000;
    background-color: #7897a8;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
}

.footerBox a:link {
    color: #000;
}

.footerText {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.datenschutzBox {
    width: 70%;
    margin-left: 14%;
    margin-right: 14%;
    background-color: #fff;
    text-align: center;
    padding-top: 100px;
}

.datenschutzBox ul {
}

.datenschutzBox ul li {
    list-style-type: none;
    padding-bottom: 10px;
}




