@font-face {
  font-family: 'Open Sans Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed Bold';
  font-style: bold;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
}
/* reset CSS */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em,
img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i,
center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption,
tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

img {
    width: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-family: 'Open Sans Condensed Bold', Verdana, Helvetica, sans-serif;
}

.clearfix {
    clear:both;
}

.left  {
    float: left;
}

.right {
    float: right;
}

.textRight {
    text-align: right;
}

.center {
    text-align: center;
}

a {
    outline: none;
}

.hide {
    display: none;
}

/* END reset CSS */

body {
    font-family:'Open Sans Condensed Light', Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.topPadding9 {
    padding-top: 9px;
}

.topPadding15,
.tnc p.topPadding15 {
    padding-top: 15px;
}

.topPadding20 {
    padding-top: 20px;
}

.topPadding25,
.tnc p.topPadding25 {
    padding-top: 25px;
}

.topPadding30 {
    padding-top: 30px;
}

.topPadding35,
.tnc p.topPadding35{
    padding-top: 35px;
}

.topPadding45 {
    padding-top: 45px;
}

.topPadding90 {
    padding-top: 90px;
}

.topPadding150 {
    padding-top: 150px;
}

.rightPadding20px {
    padding-right: 20px;
}

.leftPadding20 {
    padding-left: 20px;
}

.leftPadding43 {
    padding-left: 43px;
}

.leftPadding110 {
    padding-left: 110px;
}

.marginLeftM10 {
    margin-left: -10px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeftM11 {
    margin-left: -11px;
}

p.marginLeftM11 {
    padding-left: 2px;
}

.marginLeftM40 {
    margin-left: -50px;
}

.marginRight5 {
    margin-right: 5px;
}

.oneHalf {
    width: 50%;
}

.fourFourth {
    width: 100%;
}

.oneThird {
    width: 306px;
    float: left;
    margin-right: 20px;
}

.oneThird.last {
    margin-right: 0px;
}

.containerBg {
    background-image: url(../images/container-bg.png);
    background-repeat: repeat;
    padding: 35px;
    border-radius: 10px;
    z-index: 1;
}

.mainBoard {
    width:960px;
    margin: 0 auto;
    padding: 0;
}

#home {
    min-height: 853px;
    background-image: url(../images/tankmarg-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#maintainance {
    min-height: 600px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #0076BE;
}

#company {
    min-height: 694px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

#contact {
    min-height: 686px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: lightblue;
    padding-top: 88px;
}

#imprint {
    min-height: 760px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 35px;
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100px;
    background-color: #0451C0;
    box-shadow: 0px 0px 14px #000;
    z-index: 555;
}

#logoContainer {
    position: absolute;
    width: 247px;
    padding: 7px;
    border-radius: 7px;
    background-color: #fff;
    top:0.5rem;
    left: 10rem;
}

.mainNavi {
    position: fixed;
    top:1.6rem;
    right: 10rem;
}

.mainNavi.responsive {
    display: none;
}

.mainNavi.toTop.responsive ul li a {
    padding-left: 18px;
    padding-right: 0;
}

.mainNavi ul {
    list-style: none;
}

.mainNavi ul li {
    float: left;
}

.mainNavi ul li a, #openMainNavi {
    color:#fff;
    display: block;
    float: left;
    font-size: 25px;
    text-decoration: none;
    line-height: 52px;
    text-transform: uppercase;
    width:10rem;
    padding: 0 5px;
    text-align: center;
    font-family: 'Open Sans Condensed Bold';
    transition:color, background-color 0.4s;
    border-radius: 10px;
}

.mainNavi ul li a.active, .mainNavi ul li a:hover, #openMainNavi:hover {
    color: #0451C0;
    font-size: 25px;
    background-color: #fff;
}

.mainNavi ul li a.first {
    padding-left: 0;
}

.mainNavi ul li a.last {
    padding-right: 0;
}

.content {
    position: relative;
    padding-top: 150px;
}

#company .oneHalf img {
    width: 275px;
    box-shadow: 2px 2px 7px #444;
    margin-top: 20px;
    margin-left: 130px;
}

#contact .content {
    padding-top: 92px;
}

.dotNavi {
    width: 17px;
    height: 175px;
    position: absolute;
    right: 8px;
    z-index: 555;
}

.dotNavi {
    top: 210px;
}

.dotNavi a {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    margin-bottom: 36px;
}

.dotNavi a.last {
    margin-bottom: 0;
}

a.dotWhiteFilled {
    background-image: url(../images/navi-point-sprite.png);
    background-position: bottom right;
}

a.dotWhiteFilled:hover {
    background-position: bottom left;
}

a.dotWhiteBorder {
    background-image: url(../images/navi-point-sprite.png);
    background-position: bottom left;
}

a.dotWhiteBorder:hover {
    background-position: bottom right;
}

a.dotBlueFilled {
    background-image: url(../images/navi-point-sprite.png);
    background-position: top right;
}

a.dotBlueFilled:hover {
    background-position: top left;
}

a.dotBlueBorder {
    background-image: url(../images/navi-point-sprite.png);
    background-position: top left;
}

a.dotBlueBorder:hover {
    background-position: top right;
}

.imageArrowLink {
    display: block;
    width: 113px;
    height: 113px;
    position: relative;
    bottom: -10px;
    left:43%;
}

#contactDirect {
    bottom: -100px;
}

h1 {
    color:#fff;
    font-family: 'Open Sans Condensed Bold', Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 5px 5px 7px #000;
    text-transform: uppercase;
    line-height: 1.2;
}

p {
    color:#fff;
    font-family: 'Open Sans Condensed Bold', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 30px;
}

.blue {
    color:#14267b;
    text-shadow: none;
}

.lightBlue {
    color:#6bc8ee;
    text-shadow: none;
}

.white {
    color:#fff;
}

.black {
    color:#000;
}

.footerBlue {
    color: #69c8f3;
}

.bold {
    font-family: 'Open Sans Condensed Bold', Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

p.bold {
    color:#fff;
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 2px 2px 2px #247095;
    text-transform: uppercase;
}

p.small {
    font-family: 'Open Sans Condensed Light', Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-shadow:none;
    margin-top: 20px;
    padding: 0 15px;
}


p.extraSmall {
    font-family: 'Open Sans Condensed Light', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-shadow:none;
    margin-top: 20px;
    padding: 0 15px;
}

p.shadow {
    text-shadow: 2px 2px 2px #247095;
}

#imprint p, #datenschutz p {
    padding: 15px 0;
    font-family: 'Open Sans Condensed Light', Arial, Helvetica, Verdana, sans-serif;
}

#datenschutz {
    background-color: #ADD8E6;
}

#imprint .disclaimer p, #datenschutz p {
    font-size: 16px;
}

#datenschutz p.last {
    padding-bottom: 80px;
}

.disclaimer {
    max-height: 375px;
    overflow: auto;
}

#imprint p.first {
    padding-top: 35px;
}

.uppercase {
    text-transform: uppercase;
}

p.size24 {
    font-size: 24px;
}

p.size24 {
    font-size: 33px;
}

.size60 {
    font-size: 60px;
}

h2, h3 {
    color:#0451C0;
    font-family: 'Open Sans Condensed Bold', Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-shadow: 2px 2px 3px #444444;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    margin-top: 75px;
    color: #000;
    text-shadow: none;
}

h2.center {
    margin-left: 0;
}

#contact h2, #datenschutz h2 {
    text-shadow: 2px 2px 2px #247095;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #0451C0;
}

#footer a {
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed Bold', Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    line-height: 50px;
}

#footer a:hover {
    text-decoration: underline;
}

#contact p {
    padding: 35px 0;
}

#tazForm {
    width:620px;
    margin: 0 auto;
    padding: 0px 0;
}

label {
    text-align: right;
    float: left;
    padding-right: 30px;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 125px;
    font-size: 26px;
    margin: 10px 0;
}

label a {
    color:#000;
}

input {
    width: 444px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    border:none;
    outline: none;
    box-shadow: none;
    font-family: 'Open Sans Condensed Light', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 24px;
    padding: 7px 8px;
    border-radius: 5px;
    border:1px solid #999;
    display: block;
    float: left;
    margin: 10px 0;
}


input[type=checkbox] {
    width: 20px;
    height: 20px;
    float: left;
    display: none;
}

input[type=text].error, input[type=email].error, textarea.error {
    background-color: #ffeeee;
    border: 1px solid red;
}

textarea {
    resize: none;
    width: 444px;
    height:150px;
    border:none;
    outline: none;
    box-shadow: none;
    font-family: 'Open Sans Condensed Light', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 24px;
    padding: 7px 8px;
    border-radius: 5px;
    border:1px solid #999;
    display: block;
    float: left;
    margin: 10px 0;
}

input#submitNow {
    padding: 10px 35px;
    float: right;
    font-family: 'Open Sans Condensed Bold', Arial, Helvetica, Verdana, sans-serif;
    margin: 10px 0px;
    width: 250px;
    height: 75px;
    margin-right: 3px;
    box-shadow: 2px 2px 7px #247095;
    background-color: #0451C0;
    background: linear-gradient(#3399FF, #0451C0);
    color:#fff;
    border-radius: 15px;
    transition: all 0.2s;
}

input#submitNow:hover, input#submitNow:active {
    cursor:pointer;
    background-color: #00aa00;
    background: linear-gradient(#00FF00, #006600);
    box-shadow: 1px 1px 5px #444;
}

span.checkbox {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/bg-checkbox-sprite.png);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
}

span.checkbox.checked, span.checkbox.error.checked {
    background-position: 0 -30px;
}

span.checkbox.error {
    background-position: bottom left;
}

img.captchaImg {
    display: block;
    width: 152px;
    height: 50px;
}

p#errorMessage {
    color:red;
    margin-bottom: 15px;
    display: none;
}

img.loader {
    width: 60px;
    height: 60px;
    margin-left: 120px;
    display: none;
}

a.emailDingens {
    cursor: pointer;
    text-decoration: underline;
    color:blue;
}

a.emailDingens::after {
    content: attr(data-domain);
}
a.emailDingens::before {
    content: attr(data-user) "\0040";
}

ul.service {
    margin-top: 35px;
    font-size: 25px
    
}

ul.service li {
    line-height: 2;
    padding-left: 35px;
    background-image: url(../images/haeckchen.png);
    background-position: 0 14px;
    background-repeat: no-repeat;
}

#openMainNavi {
    display: none;
    float: right;
    margin-top: 1.6rem;
    
}

.success {
    display: none;
    color: green;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

#errorMessage {
    display: none;
    color: red;
    font-size: 16px;
    float: left;
}
@media only screen and (max-height: 767px) {
    #home {
        min-height: 650px;
    }
    
}

@media only screen and (max-width: 1400px) {
    #logoContainer {
        left:3%;
    }
    
    .mainNavi {
        right:3%;
    }
}

@media only screen and (max-width: 1150px) {
    .mainNavi, .mainNavi.main {
        display: none;
    }
    
    #openMainNavi {
        display: block;
    }
    
    .mainNavi {
        position: fixed;
        top:100px;
        right:0;
        margin-top: 0;
        width: 100%;
        z-index: 1000;
        background-color: #0076BE;
    }
    
    .mainNavi.main ul li, .mainNavi.main ul li a {
        float: none;
        text-align: right;
        border-radius: 0;
    }
    
    .mainNavi.main ul li {
        height: 62px;
        background-image: url("../images/bg-navi-middle.png");
        background-position: left top;
        background-repeat: repeat-x;
    }
    
    .mainNavi.main ul li a[name="home"],
    .mainNavi.main ul li a[name="company"],
    .mainNavi.main ul li a[name="referenzen"],
    .mainNavi.main ul li a[name="bottom"],
    .mainNavi.main ul li a[name="contact"],
    .mainNavi.main ul li a.last {
        width:95%;
        padding-right: 5%;
        text-align: right;
    }
    
}

@media only screen and (max-width: 959px) {
    .mainBoard {
        width:100%;
    }
    
    img#logoBig {
        width: 225px;
        height: inherit;
        margin-left: -55px;
    }
    
    .containerBg  {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    h1 {
        font-size: 60px;
    }
    
    h2, ul.service, #imprint .content p, #datenschutz .content p, #imprint h3 {
        margin-left: 20px;
    }
    
    
    .dotNavi {
        right: 15px;
    }
    
    .oneThird {
        width: 31%;
        float: left;
        margin-right: 20px;
    }
    
    #home .content {
        margin-top: 50px;
    }
    .oneHalf.leftPadding20 {
        padding-left: 0;
    }
    
    
}

@media only screen and (max-width: 799px) {
    
    #home h1 {
        font-size: 50px;
    }
    
    .oneHalf {
        width: 45%;
    }
    
    #footer ul {
        width: 90%;
    }
    
    #footer ul li {
        padding: 15px 12px;
    }
    
}

@media only screen and (max-width: 720px) {
    #footer ul li {
        padding: 15px 5px;
    }
    
    #company .oneHalf img {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 640px) {
    #home h1 {
        font-size: 44px;
    }
    
    #home h2 {
        font-size: 24px;
    }
    
    .dotNavi {
        display: none;
    }
    
    #footer ul li {
        font-size: 16px;
        padding: 15px 7px;
    }
    
    .oneThird {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 639px) {
    #contact .content {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 25px
    }
    
    #tazForm {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    label {
        text-align: left;
        float: none;
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        margin-top:15px;
        margin-bottom: 0px;
    }
    
    input, textarea {
        width:80%;
        margin-top: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: none;
    }
    
    input#submitNow {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 600px) {
    .oneThird, .oneThird.last  {
        width: 80%;
        margin: 10px auto;
        float: none;
        margin: 10px auto 80px auto;
    }
    
    #home h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .imageArrowLink {
        left:38%;
    }
    .oneHalf {
        width: 90%;
    }
    
    #footer ul li {
        font-size: 12px;
        padding: 22px 7px;
    }
    
    #home h1 {
        margin-top: 0;
        font-size: 30px;
    }
    
    .disclaimer {
        max-height: 100%;
        overflow: visible;
    }
    
    #company .oneHalf.image {
        margin-left: auto;
        margin-right: auto;
    }
    
    #company .oneHalf img {
        width: 97%;
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    #footer ul li {
        font-size: 12px;
        padding: 5px 7px;
    }
}

@media only screen and (max-width: 400px) {
    
    label.clicker {
        padding-right: 0;
    }
    
    #logoContainer {
        width: 50%;
        top: 15%;
    }
    .containerBg {
        padding: 15px;
    }
    label {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    input, textarea {
        width:90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 399px) {
    
    label.clicker {
        padding-right: 0;
        padding-left: 60px;
        margin-top: -32px;
    }
}

@media only screen and (max-width: 320px) {
    .imageArrowLink {
        left:33%;
    }
    .oneHalf {
        width: 98%;
    }
    
    .content {
        padding-top: 100px;
    }
    
    #contact .content {
        padding-top: 50px;
    }
    
    #home {
        min-height: 550px;
    }
    
    label {
        padding-left: 3%;
    }
    
    input, textarea {
        margin-left: 3%;
    }
    
}
@media only screen and (max-height: 768px) {
    #contactDirect {
        bottom: -50px;
    }
}

@media only screen and (max-height: 640px) {
    #contactDirect {
        bottom: -15px;
    }
}
