/*

FARBEN:
helles Blau:
#134686

dunkles Blau:
#03326c

orange:
#fa8d29

SCHRIFTEN:
ITCAvantGardeStd-BoldCn,
ITCAvantGardeW01-CnMd

*/

/* MAIN */
html, body { min-height: 100%; position: relative; }
body {
    padding-bottom: 100px;
    font-family: ITCAvantGardeW01-CnMd, sans-serif;
    color: #fff;
    background: #134686;
}

body.home {
    padding-bottom: 150px;
}

nav.navbar {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.75);
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
    background-color: #03326c;
    border-color: #03326c;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover { background: transparent !important; color: #03326c !important;}

.headline {
    font-family: ITCAvantGardeStd-BoldCn, sans-serif;
}

.spacer {
    height: 250px;
}

.maxwidth {
    max-width: 100%;
}

.topicon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
}

.topicon img {
    width: 25px;
    height: auto;
}


/* NAVBAR */
div#navbar.navbar-collapse.collapse {
    float: right;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    border: none;
    padding-top: 50px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #03326c;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0 13px;
    font-family: ITCAvantGardeStd-BoldCn, sans-serif;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover {
    color: #f09b51;
    background-color: #fff;
    border-bottom: 2px solid #fa8d29;
}

.navbar-brand {
    padding: 0;
    position: relative;
    top: -50px;
}

.navbar-brand img {
    max-width: 250px;
}

/* FOOTER */
#footer { 
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-top: 50px; 
    padding: 15px 0; 
    background: #03326c;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.75);
    border-top: 1px solid #00326c; 
}
#footer p { text-align: center; margin: 0;}
#footer p a { text-decoration: none; color: #fff; }
#footer p a:hover { text-decoration: underline; color: #fff; }

/* Home */
.item img.big, .item a img.big {
        display: block;
}
    
.item img.mobile, .item a img.mobile {
        display: none;
}

#myCarousel {
    /* margin-top: 90px; */
}

body.home .model {
    position: fixed;
    bottom: 0;
    width: 450px;
    max-width: 30%;
    z-index: 999999;
}

/* Waschstrasse */
body.waschstrasse {
    background: url(../img/bg-w.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.waschstrasse .nomargin {
    margin-top: 60px;
}

.btn.wlink {
    float: right;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

body.waschstrasse a.imglink {
    position: relative;
    display: block;
    text-align: center;
    min-height: 40px;
}

body.waschstrasse a.imglink img {
    width: 90%;
    margin: 60px auto 0 auto;
}

body.waschstrasse a.imglink img.hover {
    position: absolute;
    top: 0;
    left: 5%;
    display: none;
    margin-top: 0 !important;
}

body.waschstrasse a.imglink:hover img.hover{
    display: block;
}

body.waschstrasse a.kfz {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
    color: #fff;
    text-align: center;
    font-family: ITCAvantGardeStd-BoldCn, sans-serif;
    position: relative;
}

body.waschstrasse a.kfz:hover {
    text-decoration: none;
}

body.waschstrasse a.kfz:hover span {
    color: #f09b51;
}

body.waschstrasse a.kfz img {
    display: none;
    width: 100%;
    max-width: 500px;
    magin-bottom: 15px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    bottom: 30px;
}

body.waschstrasse a.kfz:hover img {
    display: inline;
}

/* Preise */
body.preise {
    background: url(../img/bg-p.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.preise p {
    padding: 15px;
}

body.preise .headline {
    font-size: 150%;
    color: #fa8d29;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.preise span.preis {
    font-family: 'Lobster', cursive;
    font-size: 200%;
}

body.preise span.preis > span.eurozeichen {
    font-family: 'Pacifico', cursive;
    font-size: 80%;
}

body.preise p span {
    color: #fa8d29;
}

/* Tomcard */
body.tomcard {
    background: url(../img/bg-t.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img.big { display: block; }
img.mobile { display: none; }

body.tomcard a.imglink {
    position: relative;
    display: block;
    text-align: center;
}

body.tomcard a.imglink img {
    width: 90%;
    margin: 60px auto 0 auto;
}

body.tomcard img.hover {
    position: absolute;
    left: 1.3%;
    top: 0;
    display: none;
    pointer-events: none;
}

area {
    border: 0;
    outline: 0;
}

body.tomcard img.rabatttafel {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -136px;
    top: 40%;
}

body.tomcard a.imglink:hover img.hover, .show{
    display: block;
    pointer-events: none;
}

body.tomcard .hide {
    display: none;
}

body.tomcard .ablink {
    position: absolute;
    display: block;
    height: 80px;
    width: 55%;
    bottom: 27%;
    right: 0;
    z-index: 9999999;
}

/* Wann Wo */
body.wannwo {
    background: url(../img/bg-ww.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.wannwo .headline {
    color: #fa8d29;
}

body.wannwo .map iframe {
    width: 100%;
    min-height: 400px;
    height: 100%;
}

/* AGB */
a.kfzagb {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
    color: #fff;
    text-align: center;
    font-family: ITCAvantGardeStd-BoldCn, sans-serif;
    position: relative;
}

a.kfzagb:hover {
    text-decoration: none;
}

a.kfzagb:hover span {
    color: #f09b51;
}

a.kfzagb img {
    display: none;
    width: 100%;
    max-width: 500px;
    magin-bottom: 15px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    bottom: 30px;
}

a.kfzagb:hover img {
    display: inline;
}

/* Impressum */
body.impressum {
    background: url(../img/bg-i.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.impressum .headline {
    color: #fa8d29;
}

body.impressum p > a{
    color: #fff;
    text-decoration: underline;
}

body.impressum a:hover {
    color: #eee;
}

/* Kontakt */
body.kontakt {
    background: url(../img/bg-k.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.kontakt p > a{
    color: #fff;
    text-decoration: underline;
}

body.kontakt .slogankontakt {
     max-width: 380px;
     position: relative;
     left: -96px;
}

body.kontakt .model {
    position: fixed;
    bottom: 0;
    width: 400px;
    max-width: 25%;
}

div.i4ewOd-pzNkMb-haAclf {
    background-color: #03326c !important;
}

form {
    width: 100%;
    max-width: 550px;
}

input {
    width: 40%;
}

input.wide {
    width: calc(80% + 10px);
}

textarea {
    width: calc(80% + 10px);
}

input, textarea {
    margin: 10px 10px 0 0;
    background: transparent !important;
    border: solid 1px #fff;
    padding: 4px;
    color: #fff;
    outline: none;
    text-transform: uppercase;
}

#meldung {
    background: #fff;
    padding: 25px;
    margin: 25px 0 0 0;
    z-index: 999999;
    color: #000;
    float: left;
}

.webmedia {
     float: left;
     margin-left: 25px;
}

@media (max-width: 750px) {
    
    body.kontakt .model {
        display: none;
    }
    
    .webmedia {
        float: left;
        margin-left: 0;
   }
   
   .spacer {
    height: 100px;
   }
   
   img.maxwidth.nomargin.mobile {
    margin-top: 50px !important;
   }
   
   body.waschstrasse a.kfz img {
        display: none;
        width: 100%;
        max-width: 500px;
        magin-bottom: 15px;
        position: absolute;
        left: 0;
        margin-left: 0;
        bottom: 50px;
    }
    
}

@media (max-width: 1024px) {
    .navbar-wrapper {
        position: inherit;
    }
    
    .navbar-brand img {
        max-width: 130px;
    }
    
    #myCarousel {
        margin-top: 0;
    }
    
    body.waschstrasse .nomargin {
        margin-top: 0px;
    }
    
    .item img.big, .item a img.big {
        display: none;
    }
    
    .item img.mobile, .item a img.mobile {
        display: block;
    }
    
    img.big { display: none; }
    img.mobile { display: block; }
    
    body.waschstrasse a.imglink:hover img.hover{
        display: none;
    }
    
    body.tomcard a.imglink:hover img.hover{
        display: none;
    }
    
    body.kontakt .slogankontakt {
        width: 380px;
        position: relative;
        left: 0;
        max-width: 100%;
    }
    
    body.home .model {
        display: none;
    }
       
}

@media (max-width: 1191px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}