@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,600,400italic,600italic,700italic,900italic); 

/*
Theme Name: ProDog
Theme URI: http://www.prodogwash.de
Author: Dirk Poelmann
Author URI: http://www.thebyte.de
Description: ProDog - Theme
*/


html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #000;
}

hr {
    height: 1px;
    color: #ccc;
    background: #ccc;
    border: 0;
}

td {
   vertical-align: top;
   text-align: left;
   padding: 5px;
   border: 1px solid #333;
}

.techspecimg {
   width: 50%;
   object-fit: contain;
}

.spacer {
    clear: both;
    display: block;
    width: 100%;
    height: 50px;
}

#pageWrapper {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #999;
}

#header {
    position: fixed;
    top: 0;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 70px;
    border-bottom: 1px solid #ccc;
    background-color: rgba(255,255,255,1);
    text-align: center;
}

#headerContent {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.logo {
    float: left;
    padding: 10px 0px 10px 3%;
}

.madeingermany {
    float: right;
    margin: 0 3% 0 0;
}

@media (max-width: 1100px) {
    .madeingermany {
        display: none;
    }
}

#stickyNav {
    float: left;
    margin: 0 auto;
    margin-left: 50px;
    text-align: center;
}

#stickyNav ul {
    list-style-type: none;
}

#stickyNav a {
    margin: 0 15px 0 0;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
    font-weight: bold;
    line-height: 70px;
    color: #333;
    text-decoration: none;
}

@media (max-width: 950px) {
    #stickyNav {
        display: none;
    }
}

#stickyNav a:hover {
    color: #ccc;
}


#navsmall {
    display: none;
}

@media (max-width: 950px) {
    #navsmall {
        display: inline;
    }
}

#navsmall img {
    float: right;
    margin: 22px 3% 0 0;
    height: 26px;
}

#navbox {
    position: fixed;
    top: 70px;
    left: 0;
    display: none;
    width: 100%;
}

#navbox a {
    display: block;
    padding: 0 3%;
    background-color: #666;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
    font-weight: 300;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

#navbox a:hover {
    background-color: #333;
    color: #ccc;
}

#mainContent {
    margin: 0 auto;
    padding-top: 70px;
    width: 100%;
    min-height: 500px;
    background-color: #fff;
}

#mainContent img {
    /*width: 100%;  20180411 Thomas TEST */
}

#mainContent .halfSizeBox {
    width: 48%;
    padding: 1%;
    display: block;
    text-align: center;
    float: left;
}

#mainContent .halfSizeBox a {
    color: #369;
    text-decoration: none;
}

@media (max-width: 900px) {
    #mainContent .halfSizeBox {
        width: 100%;
        padding: 2% 0;
        display: block;
        text-align: center;
        float: none;
}
}

#mainContent img.halfSize {
    width: 100%;
}

#theGrid {
    clear: both;
    margin: 0 auto;
    width: 90%;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
    line-height: 1.6em;
    color: #333;
}

h1 {
    font-size: xx-large;
    font-weight: normal;
    line-height: 1.5em;
    padding: 15px 0 5px 0;
    color: #369;
}

h2 {
    margin: 0;
    font-size: x-large;
    font-weight: normal;
    padding: 0 0 5px 0;
    color: #369;
}

h3 {
    font-size: x-large;
    font-weight: normal;
    padding: 0 0 5px 0;
    color: #369;
}

.gridOne {
    display: block;
    float: left;
    width: 30%;
    margin: 0 2.5% 0 2.5%;
}

.gridTwo {
    display: block;
    float: left;
    width: 65%;
}

.gridThree {
    display: block;
    float: left;
    width: 100%;
}

.gridHalf {
    display: block;
    float: left;
    width: 45%;
    margin: 0 2.5% 0 2.5%;
}

@media (max-width: 900px) {
    .gridOne, .gridTwo, .gridThree, .gridHalf {
        clear: both;
        display: block;
        width: 100%;
        min-height: 70px;
        margin: 0;
    }
}

.herobar {
    width: 111%;
    min-height: 300px;
    background: #e79237;
    margin-left: -5.5%;
}

@media (max-width: 900px) {
    .herobar {
        width: 100%;
        margin: 0;
        min-height: 600px;
    }
}

.herobarContentFourth {
    display: block;
    float: left;
    width: 23%;
    min-height: 200px;
    padding: 1%;
    color: #fff;
    font-size: large;
    text-align: center;
}

@media (max-width: 900px) {
   .herobarContentFourth {
        width: 48%;
   }
}

.testimonialPic {
    width: 80% !important;
    max-width: 125px !important;
    border: 0;
}

.testimonialName {
    font-size: medium;
    font-weight: bold;
}

.testimonialText {
    font-size: medium;
}

.bekanntaus {
    display: block;
    float: left;
    width: 20%;
    padding: 2%;
}

@media (max-width: 900px) {
    .bekanntaus {
        display: block;
        float: none;
        width: 100%;
        padding: 5% 0;
    }
}

.bekanntaus img {
    /* width: auto; THOMAS auskommentiert 20.04.2018 - Image were to large for div-box */ 
    height: auto;
    max-height: 70px;
    max-width: 100%;
    border: 0;
    object-fit: contain;
}


.testimonialAside {
    display: block;
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px dotted #ccc;
}

.testimonialAsideHide {
    display: block;
    margin: 0;
    padding: 15px 10px;
    background: #efefef;
}

.priceBox {
    margin: 0;
    background: #fff;
    border: 0;
    font-size: large;
}

.textCenter {
    width: 100%;
    text-align: center;
}

@media (max-width: 900px) {
    .testimonialAsideHide {
        display: none;
    }
}

.testimonialAsideTitle {
    display: block;
    margin-bottom: 15px;
    color: #666;
    font-size: medium;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonialAsideText {
    display: block;
    margin-bottom: 15px;
    color: #999;
    font-size: medium;
}

.testimonialAsideName {
    display: block;
    color: #666;
    font-size: medium;
}

.asideInfobox {
    display: block;
    padding: 15px;
}

.asideInfoboxTitle {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: large;
    color: #333;
}

.asideInfoboxText {
    text-align: left;
    font-size: medium;
    color: #666;
}

.homeInfoBoxThird {
    display: block;
    width: 26%;
    margin: 1%;
    padding: 2%;
    border: 1px solid #ccc;
    float: left;
}

.homeInfoBoxFourth {
    display: block;
    width: 18%;
    margin: 1%;
    padding: 2%;
    float: left;
}

.homeInfoBoxThird img {
    height: 120px;
    border: 0;
    object-fit: contain;
}

.homeInfoBoxFourth img {
    height: 200px;
    border: 0;
    object-fit: contain;
}

.homeInfoBoxThird a {
    color: #369;
}

@media (max-width: 900px) {
    .homeInfoBoxFourth {
        width: 100%;
        padding: 0;
        margin: 10px 0;
        float: none;
    }
    .homeInfoBoxThird {
        width: 96%;
        padding: 2%;
        margin: 10px 0;
        float: none;
    }
}

.ctaBlue {
    background: #369;
    color: #fff;
    font-size: large;
    text-decoration: none;
    padding: 15px 20px;
    border: 0;
    cursor: pointer;
}

.ctaOrange {
    background: #e79237;
    color: #fff;
    font-size: large;
    text-decoration: none;
    padding: 15px 20px;
    border: 0;
}

.flipLink {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #666;
}

.flipLinkText {
    margin: 10px 0;
}

.flipLinkTitle {
    font-size: medium;
}

#infoBoxMoreTwoSwitch {
    color: #0888d4;
    cursor: pointer;
}

#infoBoxMoreTwo {
    display: none;
}

.newsletterInput {
    width: 90%;
    font-size: large;
    line-height: 2.5em;
}

.formInputDescription {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: small;
    color: #999;
}

.contactInput {
    width: 90%;
    font-size: medium;
    line-height: 2.5em;
    background: #efefef;
    color: #333;
    border: 0;
}

.contactInputText {
    width: 90%;
    height: 300px;
    font-size: large;
    line-height: 2.5em;
    background: #efefef;
    color: #333;
    border: 0;
}

.contact

.proListe {
    list-style-image: url('proimage.png');
}

.proListe li {
    margin: 10px 0;
    font-size: medium;
}

.value {
    min-height: 250px;
    height: auto;
    display: block;
    width: 48%;
    padding: 1%;
    color: #333;
    text-align: left;
    float: left;
}

@media (max-width: 900px) {
    .value {
        min-height: 50px;
        height: auto;
        display: block;
        width: 100%;
        padding: 0;
        color: #333;
        float: none;
    }
}

.value img {
    text-align: center;
    width: auto;
    height: auto;
    max-height: 125px;
    border: 0;
    object-fit: contain;
}

.valueEuro {
    text-align: right;
    color: #0a0;
}

#footer {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 25px 0;
    width: 100%;
    background: #fff;
}

#footerDark {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 25px 0;
    width: 100%;
    background: #32424d;
}

#footer a {
    color: #69a;
}

#footerDark a {
    color: #fff;
}

.footerBox {
    display: block;
    float: left;
    width: 40%;
    padding: 0 4%;
    color: #999;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
    text-align: left;
}

.footerDarkBox {
    display: block;
    float: left;
    width: 17%;
    padding: 25px 2% 0 2%;
    color: #ccc;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
    text-align: left;
}

.footerDarkBox img {
    width: 80px;
    height: 80px;
    border: 0;
}

.copyr {
    color: #ccc;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
}

.footerDarkBox a {
    color: #ccc !important;
    text-decoration: none;
}

@media (max-width: 600px) {
    .footerBox {
        width: 96%;
        padding: 2%;
    }
}

@media (max-width: 600px) {
    .footerDarkBox {
        width: 96%;
        padding: 2%;
    }
}

.footerBoxTitle, .footerDarkBoxTitle {
    text-transform: uppercase;
    line-height: 2em;
}

.footerTel {
    color: #e79237;
    font-size: x-large;
}

.footerLink, .copyright {
    margin: 0 10px;
    font-family: 'Source Sans Pro', 'Lucida Grande', 'Helvetica Neue', Calibri, Verdana, sans-serif;
    font-size: medium;
    color: #369;
    text-decoration: none;
}

.footerLink:hover {
    color: #69a;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-80 {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.flt {
    -webkit-animation: floating 3s infinite;
    animation: floating 3s infinite;
    z-index: 100;
}

.productComparison {
    margin: 0 auto;
    padding: 0;
    border: 0;
    text-align: center;
}
.productComparisonRow {
    float: left;
    width: 150px;
    padding: 0;
    border: 0;
    text-align: center;
    border: 0;
}
.productComparisonRow:first-child {
    float: left;
    width: 310px;
    padding: 0;
    border: 0;
    text-align: center;
    border: 0;
}
.productComparisonRow:nth-child(4) {
    float: left;
    width: 150px;
    padding: 0;
    border: 0;
    text-align: center;
    border: 0;
    background: #def;
    box-shadow: 0 0 20px #333;
    position: relative;
    z-index: 2;
}
.productComparisonRow:hover {
    position: relative;
    border: 0;
    box-shadow: 0 0 20px #333;
    z-index: 2;
}
.productComparisonRow:first-child:hover {
    box-shadow: 0 0 0 #fff !important;
}
.productComparisonRecommendation {
    display: block;
    padding: 0;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #fc0;
    border: 0;
}
.productComparisonTitle {
    float: left;
    margin-top: 30px;
    width: 100%;
    height: 300px;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 900;
    color: #000;
}
.productComparisonRow img {
    margin-top: 60px;
    width: 130px !important;
    border: 0;
}
.productComparisonRow:nth-child(4) img {
    margin-top: 20px;
    width: 130px !important;
    border: 0;
}
.productComparisonList {
    clear: both;
    width: 100%;
    font-size: medium;
    line-height: 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #333;
}
.productComparisonList:nth-child(2n +1) {
    clear: both;
    width: 99%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #333;
    background: #cde;
    border: 1px solid #ccc;
}
.productComparisonListLast {
    clear: both;
    width: 100%;
    font-size: medium;
    line-height: 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #333;
}
.productComparisonList p {
    margin: 0;
    padding: 0;
}
.productComparisonContact {
    display: block;
    margin: 25px auto;
    padding: 5%;
    width: 80%;
    text-decoration: none;
    background: #fc0;
    color: #000;
    font-weight: 600;
    font-size: small;
    line-height: 1.1em;
    box-shadow: inset 0 0 3px #666;
}

.infoicon {
    padding: 2px 8px;
    background: #999;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    font-weight: 900;
    font-size: 10px;
    border-radius: 25px;
}

@keyframes floating {
0%{transform: translateY(0)}
50%{transform: translateY(4px)}
100%{transform: translateY(0)}
}

.tooltip {
    position: relative;
    color: #006080;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}

.tooltiplink {
    color: #fff;
    text-decoration: none;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
  top: -5px;
  left: 125%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
  top: -5px;
  bottom:auto;
  right: 128%;  
}
.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}