﻿

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'adelle', sans-serif;
    overflow-x: hidden;
  background-image: url(../img/mg_white_bg.png);

   
}
#head {
  max-width: 100%;
  overflow: hidden;
}
#home {
  padding-top: 210px;
}
.fass {
 display: inline-block;
float: left;
margin-top: -10px;
margin-right: 10px;
z-index: 9999
}
.fass img {
  max-height: 90px;
}
.slug {
  padding: 8px 0;
font-size: 16px;
font-weight: 300
}
#shop-carousel {height: 350px}
.news-feed {
  min-height: 300px;
}
.blue-content > strong{
  color: #fdc310 !important;
}
.feed-img {
  margin: 30px;
}
.carousel-control {
  position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 30px;
color: #fdc310;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
filter: alpha(opacity=100);
opacity: 1;
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent !important;
  font-weight: bold;
  color: #0c1f42 !important;
}
.hinweis .panel-heading {
  border-bottom: 3px solid #0c1f42;
}

.hinweis .list-group-item {
  border: 1px solid #0c1f42;
}
.hinweis {
  margin-bottom: 20px;
  color: #545e69 !important;
background-color: #fdc310 !important;
border: 3px solid #fdc310;
border-radius: 0px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.hinweis h6 {
  color: #0c1f42 !important;
}
.hinweis > .list-group .list-group-item:first-child {
  border-top: 1px solid #0c1f42 !important;
}
.hinweis > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #0c1f42 !important;

}
.hinweis .list-group-item {
  color: #0c1f42;
}
.hinweis a{color: #0c1f42 !important}
i.fa {
    padding:5px;
}
section {
    padding-top:120px;
    background: #fff;
      
  background-image: url(../img/mg_white_bg.png);

}

p {
    font-weight:300;
    line-height:30px;
}
.pad-row {
    padding-top:40px;
    padding-bottom:40px;
}
.pad-bottom {
    padding-bottom:50px;
}

/* NAVBAR STYLE */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  text-align: center;
  margin-left: -20px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #fdc310;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a {
text-align: center;
color: #FFF;
font-weight: 300;
letter-spacing: 0.5px;
text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
color: #fff;
text-decoration: none;
}

.navbar-inverse .navbar-brand {
color: #FFF;
padding: 5px 0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus {
  background: none;
  color: #fdc310;
  font-weight: bold;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 53px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-nav .open .dropdown-menu {
  background: rgba(253,195,16,0.8)
}
.dropdown-menu {
  background-color: rgba(12,31,66,0.8);
 background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);

-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu .divider {
  background-color: #0c1f42;
}

.dropdown-menu > li > a {
  
color: #fff;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  font-weight: bold;
  background: none;
  color: #fdc310;
}


/*BUTTONS*/
.btn {
  margin-top: 50px;
margin-bottom: 40px;
}

.btn-outline {
  color: #0c1f42;
background-color: transparent;
border: 3px solid #0c1f42;
-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
}

.btn-outline:hover {
  color: #fdc310;
background-color: #0c1f42;
border: 3px solid #0c1f42;

}

.btn-yellow {
  color: #0c1f42;
background-color: #fdc310;
border: 3px solid #fdc310;
-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
}

.btn-yellow:hover {
  color: #fdc310;
background-color: #0c1f42;
border: 3px solid #fdc310;

}


/* BLUE BOX */
.blue-box {
  background-image:-webkit-linear-gradient(3deg, rgb(9, 24, 52) 0%, rgb(10, 51, 89) 24%, rgb(10, 51, 89) 38%, rgb(9, 24, 52) 95%);
    background-image: linear-gradient(87deg, rgb(9, 24, 52) 0%, rgb(10, 51, 89) 24%, rgb(10, 51, 89) 38%, rgb(9, 24, 52) 95%);
    padding-bottom: 90px;
}
p.text-muted {
  padding-top: 15px;
padding-bottom: 0;
}
.blue-box h4 {
  color: #FFF;
}
.blue-box h6 {
  color: #fdc310;
  font-size: 30px;
  font-family: "caflisch-script-pro";
  font-weight: 100;
  padding-top: 15px;
}
.blue-content {

   margin: 15px 0;
  line-height: 1.9;
  font-size: 16px;
  color: #a3b7cc;
  padding-bottom: 40px;

}
.sortiment-content {
  margin-top: 40px;
  line-height: 1.9;
  font-size: 16px;
  color: #a3b7cc;
}
.gold-icon {
  float: left;
  margin-right: 25px;
}
.gold-headline {
  font-size: 40px;
  padding: 10px;
  font-family: "caflisch-script-pro", serif;
  color: #0c1f42;
  background-image: url(../img/underline.png );
  background-position: 20% 105%;
  background-repeat: no-repeat;
  transform: rotate(358deg);
  -webkit-transform: rotate(358deg);
  -moz-transform: rotate(358deg);
}

.gold-img {

  margin-left: -130px;
margin-top:-90px;
}
img .bottle-img { margin-top: -70px;}

.service-img {
  padding-top: 65px;
}
/* SPLASH */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1; 
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;
    

    -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;

}

.splash {
  background: url('../img/splash.png') center center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 360px;
  z-index: 999;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}


.splash-title {
  color: white;
  margin: 24% auto;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.splash-title  h6{
  color: #fff;
  font-family: "caflisch-script-pro";
  font-weight: 100;
  font-size: 32px;
  margin-bottom: -20px;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.splash-title  h1{
  color: #FFF;
  font-size: 72px;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.splash-title  h2{
  color: #FFF;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 100;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

a.splash-arrow {
  color: white;
  font-size: 1.2em;
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -25px;
  padding: 10px;

  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;

}

/* TABLES*/
.sortiment-bild {
    max-width: 220px;
 vertical-align: center; 
}
.table {
clear: left;
  margin-top: 60px !important;
  margin-bottom: 100px;
  width: 100%;
  table-layout: fixed
}
th {border: 0;}
td {border: 1px solid #a3b7cc;
  }


  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    table-layout: fixed;
    padding: 25px;
    vertical-align: middle;
  }
.table-top-row td {
  border-top: 0 !important;
}
.table-bottom-row td{
  border-bottom: 0 !important;
}
.table-cell-left  {
  border-left: 0 !important;
}
.table-cell-right {
border-right: 0 !important;

}

a.splash-arrow:hover {
  text-decoration: none;
  bottom: 50px;
}

@media all and (max-width: 767px) {
    .sortiment-content {
      margin-bottom: 40px;
    }
    .blue-content {
    padding-bottom: 0;
    margin: 30px 0 0;
  }

  .service-img {
    padding-top: 30px;
}
  .table-responsive {
    margin: 0px auto;
    border: 0;
    overflow: hidden;

    margin-bottom: 80px!important;
  }
  header h1 { width: 100%; text-align: center; }
  header nav { float: none; display: inline-block; margin: 0 auto; }
  .splash-title {font-size: 2em;}
}
@media (max-width: 1200px) {
  .bottle-img {
    margin-left: -12px;
  }
}
@media all and (max-width: 480px) {
  .blue-content {
    padding-bottom: 0;
    margin: 15px 0 0;
  }

  .service-img {
    padding-top: 30px;

  }
  .splash-title {font-size: 1.5em;}
}
/* ADDED PADDING IN NAVBAR */


.navbar {
    padding:25px 0 45px;
    min-height: 120px;
        background-image:-webkit-linear-gradient(3deg, rgb(9, 24, 52) 0%, rgb(10, 51, 89) 24%, rgb(10, 51, 89) 38%, rgb(9, 24, 52) 95%);
    background-image: linear-gradient(87deg, rgb(9, 24, 52) 0%, rgb(10, 51, 89) 24%, rgb(10, 51, 89) 38%, rgb(9, 24, 52) 95%);

border-bottom: 8px solid #fdc310 !important;
-webkit-box-shadow: 0px -5px 42px 9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -5px 42px 9px rgba(0,0,0,0.75);
box-shadow: 0px -5px 42px 9px rgba(0,0,0,0.75);
}
.navbar:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  border-bottom: solid 3px #fdc310;
width: 100%;
  min-height: 100%;
  z-index: 10;
}
.navbar-collapse {
  margin-top: 10px
}

/* FORM */

#kontakt {
  padding-bottom: 80px;
}

.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
margin-bottom: 15px;
font-size: 14px;
line-height: 1.428571429;
color: #667280;
background-color: transparent;
background-image: none;
border: 0px !important;
border-bottom: 2px solid #ccc !important;
border-radius: 0px;
box-shadow: none !important;
outline: none;

}
.form-control:focus {
  border: 0;
  border-radius: 0;
}

.form-tarea {
display: block;
width: 100%;
max-width: 100%;
height: 150px;
max-height: 160px;
padding: 6px 12px;
margin-bottom: 15px;
font-size: 14px;
line-height: 1.428571429;
color: #667280;
background-color: transparent;
background-image: none;
border: 1px solid #ccc;
border-bottom: 2px solid #ccc !important;
border-radius: 0px;
box-shadow: none !important;
outline: none;

}
.form-tarea:focus {
  border: 1px solid #ccc;
  border-radius: 0;
}
/* QUICKCONTACT*/
#schnellkontakt {
  padding-top: 60px;
  padding-bottom: 0 !important;
}
.quick-contact-img {
 padding: 25px;
 margin-right: 25px;
 border-right: 1px solid #a3b7cc;
 float: left;
 display: inline;
 min-height: 85px;

}
span.quick-contact-head {
  margin-top: 10px;
  display: block;
  text-align: left;
  color: #fdc310;
  font-size: 14pt;
  margin-bottom: 10px;
  text-transform: uppercase;
}
span.quick-contact-text {
   display: block;
  text-align: left;
  color: #a3b7cc;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/*MAPS*/

#myMap {
  width: 100%;
  height: 500px;
}

.label {
  box-sizing:border-box;
  background-image:-webkit-linear-gradient(3deg, rgb(9, 24, 52) 0%, rgb(10, 51, 89) 24%, rgb(10, 51, 89) 38%, rgb(9, 24, 52) 95%);
    background-image: linear-gradient(87deg, rgb(9, 24, 52) 0%, rgb(10, 51, 89) 24%, rgb(10, 51, 89) 38%, rgb(9, 24, 52) 95%);
  box-shadow: 2px 2px 4px #333;
  border:5px solid #fdc310;
  height: 35px;
  width: 35px;
  border-radius: 17px;
  -webkit-animation: pulse 1s ease 1s 3;
  -moz-animation: pulse 1s ease 1s 3;
  animation: pulse 1s ease 1s 3;
}

/* ANIMATIONS */
@-webkit-keyframes pulse {
 40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
 40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
a {

color: #fdc310;
text-decoration: none;
}
a:hover {

color: #fdc310;
  text-decoration: none;
}
li {
  padding-left: 15px;
  text-align: center;
}
/*single page*/
.img-head-wir {
  background: url(../img/wir-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}
.img-head-schank {
  background: url(../img/schanktechnik-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}
.img-head-zeltverleih{
  background: url(../img/zelt-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}
.img-head-gold {
  background: url(../img/gold-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}
.img-head-bus{
  background: url(../img/bus-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}
.img-head-handel {
  background: url(../img/handel-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}
.img-head-lieferservice {
  background: url(../img/lieferservice-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 400px;
  margin-top: -30px;
}

.blue-text {
  text-align: justify;
   margin: 40px 0 90px;
  line-height: 1.9;
  font-size: 16px;
  color: #a3b7cc;
}
/* ABOUT */
.white-content {
  margin: 40px 0 90px;
  line-height: 1.9;
  font-size: 16px;
  color: #545e69;
}

#content-columns h3 {
  color: #FFF;
}

section h4, section h1, section h3 {
  font-size: 40px;
  padding: 10px;
  font-family: "caflisch-script-pro", serif;
  color: #0c1f42;
  background-image: url(../img/underline.png );
  background-position: bottom center;
  background-repeat: no-repeat;
  transform: rotate(358deg);
  -webkit-transform: rotate(358deg);
  -moz-transform: rotate(358deg);
}
/* CARUOSEL STYLE OR SLIDESHOW STYLE*/


.back-light {
    background-color:rgba(0, 0, 0, 0.50);
    padding:10px;
}
/*NOTE SECION STYLE*/
.note-sec {
  padding-top: 80px;
     padding-bottom:50px;
    background: url(../img/bus-inside-bg.png) no-repeat 50% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
    color:#fff;
}

/*HEADINGS IMAGE STYLE*/


.head-main-img {
     padding-bottom:50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
   min-height:300px;
    color:#fff;
}
    .head-main-img h1 {
        padding: 50px 2px 2px 10px;
        text-transform:uppercase;
    }


 /* PRICING STYLE */


 .plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.plan li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.price {
    font-size:14px!important;
}
.panel {
min-height: 260px; 
  margin-bottom: 40px;
background-color: transparent;
border: 3px solid #fdc310;
border-radius: 10px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
  background-color: #fdc310;
   padding: 0 0;
 border-top-left-radius: 0;
border-top-right-radius: 0;
margin-bottom: 20px;
}
.panel-heading h6 {
  color: #0c1f42;
  margin-top: 0;

}
p.lead {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}
.list-group-item {
  position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: transparent;
border: 1px solid #fdc310;
color: #a3b7cc;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 1px solid #fdc310;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #fdc310;
}
small {
    font-size:15px;
    padding-left:10px;
}

    .plan li i {
        padding-right:10px;
    }
.price-two {
    font-size:30px!important;
    padding: 15px 0px;
background-color: rgba(162, 188, 253, 1);
color: #fff;
border: none;
font-weight: 900;
}

.adjust-border-radius {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.adjust-border {
    border-top-left-radius: 0px;
 border-top-right-radius: 0px;
}


/*    PORTFOLIO STYLES*/

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
padding: 30px 0 30px 0;
background-color: #000;
color: #fff;
font-size: 20px;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(177, 166, 255, 1);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*CONTACT STYLES*/


.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
.add {
    font-size:20px;
    font-weight:800;
    padding:30px;
}
#contact-sec {
  padding-top:0px;
}


/* FOOTER STYLE*/


#footer-sec {
 padding: 10px;
}
    #footer-sec h4 {
        text-transform:uppercase;
        color:#fff;
    }

/* MEDIA QUERIES*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .dropdown-menu .divider {
  background-color: #fdc310 !important;
}

    .navbar-collapse {
        margin-top: 40px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background: rgba(0,0,0,0.4);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media (max-width: 360px){
  .navbar-brand {
    margin-top: 8px;
    max-width: 225px;
  }
  .navbar-brand img {max-width: 220px;
  }
.slug {
    font-size: 11px;
  }

.splash {
  background: url('../img/splash-mobile.png') center center;
  position: fixed;
   -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}

.splash-title {
  color: white;
  margin-top: 130px;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.splash-title  h6{
  color: #fff;
  font-family: "caflisch-script-pro";
  font-weight: 100;
  font-size: 32px;
  margin-bottom: -20px;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.splash-title  h1{
  color: #FFF;
  font-size: 42px;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.splash-title  h2{
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
a.splash-arrow {
  display: none;
}
a.splash-arrow:hover {
  text-decoration: none;
  bottom: 20px;
}
}
@media only screen and (min-width: 321px) and (max-width: 568px){
  .navbar-brand {
    margin-top: 5px;
  }
  .navbar-brand img {max-width: 200px;
  }
  .fass img {max-height: 75px
  }
  .slug {
    font-size: 10px;
  }
   .sortiment-bild {
    max-width: 110px;
  }

  table {
    margin: 40px auto;
  }
.splash-title {
  color: white;
  margin-top: 150px;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.splash {
  background: url('../img/splash-mobile.png') center center;
   -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}
.splash-title  h6{
  color: #fff;
  font-family: "caflisch-script-pro";
  font-weight: 100;
  font-size: 24px;
  margin-bottom: -20px;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.splash-title  h1{
  color: #FFF;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  margin-bottom: -10px;
}
.splash-title  h2{
  color: #FFF;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 100;
  text-shadow: 0 2px 10px #000;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
a.splash-arrow {
  display: none;   
  color: white;
  font-size: 1.2em;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  padding: 10px;

  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;

}

a.splash-arrow:hover {
  text-decoration: none;
  bottom: 15px;
}

.img-head-wir {
  background: url(../img/wir-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}
.img-head-schank {
  background: url(../img/schanktechnik-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}
.img-head-zeltverleih{
  background: url(../img/zelt-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}
.img-head-gold {
  background: url(../img/gold-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}
.img-head-bus{
  background: url(../img/bus-bg.png) no-repeat 20% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}
.img-head-handel {
  background: url(../img/handel-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}
.img-head-lieferservice {
  background: url(../img/lieferservice-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 200px;
  margin-top: 5px;
}

}
@media (max-width: 992px) {
  
  .form-tarea {
    margin-top: 20px;

  }

  .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
}
@media (max-width: 370px) {
  .fass img {
    display: none;
  }
}
@media (min-width: 569px) and (max-width: 998px) {
  
.img-head-wir {
  background: url(../img/wir-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
.img-head-schank {
  background: url(../img/schanktechnik-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
.img-head-zeltverleih{
  background: url(../img/zelt-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
.img-head-gold {
  background: url(../img/gold-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
.img-head-bus{
  background: url(../img/bus-bg.png) no-repeat 20% 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
.img-head-handel {
  background: url(../img/handel-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
.img-head-lieferservice {
  background: url(../img/lieferservice-bg.png) no-repeat 0 50%;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
  height: 300px;
  margin-top: 5px;
}
}
