@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html, body {
    height: 100%;
    font-size: 20px;
    color: #211e1e;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/*
|--------------------------------------------------------------------------
| general
|--------------------------------------------------------------------------
*/
img {
  max-width: 100% !important;
  height: auto !important;
}

.page-header {
  margin: 0;
  border: none;
  padding: 0;
}

h1 {
  font-size: 36px;
  color: #fe0116;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 30px 0;
}

h2 {
  font-size: 25px;
  color: #fe0116;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 30px 0;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

h5 {
  color: #fe0116;
  margin: 0;
  font-size: 20px;
  line-height: 28px; 
  font-weight: 300;
}

a,
a:hover {
  color: #fe0116;
}

strong {
  font-weight: 700;
}

.navbar-brand {
  padding: 15px 0;
}

.header,
.hauptinhalt,
.zusatzinhalt,
.green,
.footer {
  position: relative;
  z-index: 4;
}
/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
.head-wrap {
  position: relative;
  overflow: hidden;
}


.header {
  border-top: 5px solid #fe0116;
  background: #fff;
  
}

.shortcuts {
  text-align: right;
}
.shortcuts ul,
.sprachwahl ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}

.shortcuts li,
.sprachwahl ul li {  
  display: inline;
  float: left;
}

.shortcuts a,
.sprachwahl a {
  font-size: 11px;
  color: #fe0116;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 10px;
  border-right: 1px solid #fe0116;
}

.shortcuts li:last-child a,
.sprachwahl li:last-child a {
  border: none;
  padding-right: 0;
}

.fb {
  float: right;
  margin-top: 11px;
}

.title-top h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  line-height: 36px;
  margin: 20px 0 0 0; 
}

.title-top h2.fr {
  font-size: 26px;
  line-height: 30px;
}

.gastro-login {
  text-align: right;
}

.gastro-login img {
  max-width: 100%;
}

.logo img {
  width: 100%;
}

.typisch-bern {
  width: 66.66666%;
  float: left;
  padding: 57px 10px 0;
}

.suisse-garantie {
  width: 33.33333%;
  float: left;
  padding: 57px 0 0 10px;
}

@media (max-width: 991px) {
  .typisch-bern {
    padding: 27px 5px 0; 

  }
  .suisse-garantie {
    padding: 27px 0 0 5px;
  }

  .sprachlink {
    width: 50%;
    float: left;
    text-transform: uppercase;
  }

  .flexnav .sprachlink.active a {
    background: #fe0116;
    color: #fff;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  .shortcuts a,
  .sprachwahl a {
    padding: 2px 5px;
    font-size: 10px;
  }
}


/*
|--------------------------------------------------------------------------
| navigation desktop
|--------------------------------------------------------------------------
*/
.navigation-desktop {
  min-height: 50px;
}

.navigation-desktop li {
  position: relative;
}

.navigation-desktop li a {
  color: #fe0116;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 15px; 
}

.navigation-desktop > li.first a {
  margin-left: -15px;
}

.navigation-desktop ul ul li {
  display: inline;
  width: auto;
}

.navigation-desktop ul ul a {
  font-size: 13px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 25px;
  left: auto;
  width: auto;
}

.navigation-desktop li a:hover,
.navigation-desktop li a:focus,
.navigation-desktop li.active a,
.navigation-desktop li.active_no_kids a {
  color: #039e2e;
  font-weight: 700;
  background: transparent;
}

.navigation-desktop .nav .nav {
  position: absolute;
  width: 500px;
}

.navigation-desktop .eintrag6 .nav,
.navigation-desktop .eintrag5 .nav {
  right: 0;
}

.navigation-desktop .eintrag6 .nav li,
.navigation-desktop .eintrag5 .nav li {
  float: right;
}
/*
|--------------------------------------------------------------------------
| navigation-mobile
|--------------------------------------------------------------------------
*/
.navigation-mobile {
  padding-bottom: 10px;
  background: #fff;
}

.menu-button {
  display: inline;
  background: url(/art/krebsgourmet/menu-button.png) no-repeat; 
  border: none;
  width: 50px;
  height: 29px;
  padding: 0;
  margin-top: -40px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.flexnav .touch-button {
  background-color: #fe0116;
  height: 49px;
}

.menu-button .navicon {
  display: none;  
}



.flexnav {
  padding: 20px 0 0 0;
}

.flexnav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.flexnav li a {
  background: transparent;
  text-align: left;
  padding: 10px 15px;
  border-bottom: none;
  color: #fe0116;
  text-decoration: none;
  font-weight: 400;
}

.flexnav li.active a {
  color: #039e2e;
}

.flexnav ul {
  padding: 0;
}

.flexnav ul li {
  border-bottom: none;
}

.flexnav .touch-button {
  background-image: url(/art/krebsgourmet/nav-pfili.png);
  background-repeat: no-repeat;
  background-position: center;
}

.flexnav .touch-button .navicon {
  display: none;
}

.flexnav ul li a {
  color: #fff !important;
}

.navi-mobile .flexnav li:last-child {
  border-bottom: none;
}

.flexnav li ul li a {
  background: #fe0116;
}

/*dv: behebt fehler im IE - warum auch immer...*/
.flexnav li a,
.flexnav li a:hover,
.flexnav li a:focus {
  overflow: visible;
}

/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/

.banner-wrap {
  position: relative;
}
/*
.banner {
  position: relative;
  background-size: 100%;
  top: -100px;
  margin-bottom: -100px;
}
*/
.slide_window div {
  width: 100%;
}
.slide_window img {
  width: 100%;
}

/*
|--------------------------------------------------------------------------
| boxen top
|--------------------------------------------------------------------------
*/
.boxes {
  position: absolute;
  width: 100%;
  font-size: 16px;
  z-index: 3;
  bottom: 20px;
}

.boxes .box {
  background: #f0ece4;
  padding-bottom: 10px;
}

.box-image,
.box-text,
.box-link {
  padding: 0 15px;
}

.box-title h2 {
  background: #fe0116;
  padding: 5px;
  text-align: center;
  color: #fff; 
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.box-image img {
  width: 100%;
}

.boxes ul.zusatz li {
  padding: 0;
}



/*
|--------------------------------------------------------------------------
| hauptinhalt
|--------------------------------------------------------------------------
*/
.hauptinhalt {
  padding-top: 30px;
  background: #fff;
}

/*
|--------------------------------------------------------------------------
| zusatzinhalte
|--------------------------------------------------------------------------
*/
.zusatzinhalt {
  background: #fff;
}

ul.zusatz {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.zusatz li {
  padding:  20px 0 40px;
}

.green {
  /*auf kundenwunsch nun auch grau*/
  background: #f0ece4;
}

.hauptinhalt .zusatz {
  padding: 50px 0;
}

/*
|--------------------------------------------------------------------------
| uebersicht
|--------------------------------------------------------------------------
*/
.kachel {
  margin-bottom: 20px;
}

.grey {
  background: #f0ece4;
  padding: 15px 0;
}

.uebersicht {
  font-size: 16px;
  text-align: center;
}

.uebersicht h2 {
  font-size: 16px;
  font-weight: 700;
  color: #211e1e;
  margin: 10px 0;
}

/*
|--------------------------------------------------------------------------
| bildergalerie
|--------------------------------------------------------------------------
*/
.imageGalleryfancyBox {
  padding: 0;
  list-style: 
}

.fancybox-inner h2 {
  margin: 0 0 15px 0;
}

.imagebox {
  margin-bottom: 15px;
}

/*
|--------------------------------------------------------------------------
| formular
|--------------------------------------------------------------------------
*/
.angebote-titel {
  padding: 10px;
  background-image: url(/art/krebsgourmet/angebot-titel-bg.png);
  background-size: cover;
  text-align: center;
}

.angebote-titel h1,
.angebote-titel h2 {
  margin: 10px 0;
}

.angebote-titel a {
  font-size: 14px;
  color: #039e2e;
}

.angebot {
  font-size: 17px;
  margin: 0 0 5px;
  color: #fff;
}

.angebot-code {
  font-size: 13px;
}

.angebot-bg {
  padding: 10px;
  background-image: url(/art/krebsgourmet/angebot-bg.png);
  background-size: cover;
}

.angebot-bg-schwarz {
  padding: 10px;
  background: #1d1d1b;
}

.angebot h3 {
  color: #ffed00;
  font-size: 24px;
  margin: 0 0 10px;
}

.angebot h4 {
  color: #ffed00;
  font-size: 17px;
  margin: 0 0 5px;
}

.bestellmenge {
  color: #fff;
  background: #039e2e;
  padding: 5px;
  margin-top: 20px;
  position: relative;
}

.bestellmenge-input input {
  float: right;
}

.bestellmenge p {
  margin: 0;
}

.bestellung-unten {
  padding: 20px 15px 50px;
  position: relative;
  z-index: 1;
  background: #f0ece4;
  color: #039e2e;
}
.bestellung-hinweis {
  font-weight: 700;
}

.bestellung-hinweis h3 {
}

.bestellung-input {
  font-size: 14px;
}

.bestellung-input p {
  margin: 0;
}

.bestellung-input input[type=text] {
  font-size: 36px;
  color: #039e2e;
  margin-bottom: 10px;
  width: 100%;
}

input.datepicker {
  color: #039e2e;
  border: none;
  border-radius: 0;
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 2px 2px 10px;
  background: #fff url(/art/krebsgourmet/arrow-down.png) no-repeat right center;
  height: 38px;
}

input.datepicker::-moz-placeholder {  /* Firefox 19+ */
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
} 

.bestellung-ladeninfo {
  background: #fff; 
  color: #039e2e;
  margin: 20px 0 0;
  font-size: 16px;
  padding: 10px; 
}

.bestellung-ladeninfo h3 {
  margin: 0;
}

.hinweis-auswahl h3 {
  margin: 20px 0;
}

.newsletter-anmeldung {
  font-size: 16px;
  font-weight: 700;
}
.newsletter-anmeldung input[type="checkbox"] {
  padding: 10px;
  margin-left: 10px;
}

@media(min-width: 1200px ) {
  .newsletter-anmeldung input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    
  }
}

.bestellung-unten input[type=submit] {
  background: #039e2e;
  border: none;
  color: #fff;
  line-height: 34px;
  padding: 2px 10px; 
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.bestellung-unten input[type=submit]:hover {
  opacity: 0.8;
}

.sbHolder {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}

.sbSelector {
  width: 100%;
  float: left;
  background: #fff url(/art/krebsgourmet/arrow-down.png) no-repeat right center;
  color: #039e2e;
  padding: 2px 10px;
  line-height: 34px;
}

.sbOptions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sbOptions li {
  padding-left: 5px;
}

.sbHolder a,
.sbHolder a:hover {
  color: #039e2e;
  text-decoration: none;
}

.sbDisabled {
  color: #888;
}

.fabrikladen-auswahl {
  margin-bottom: 10px;
  float: left;
}

textarea {
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| footer
|--------------------------------------------------------------------------
*/
.footer {
  background: #464343;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding: 30px 0;
  margin-top: 50px;
}

.footer a {
  color: #fff;
}

.footer img {
  margin-top: -30px;
}

@media(max-width: 1199px) {
  .navigation-desktop {
    margin-top: 0;
  }
  .navigation-desktop li a {
    padding: 10px;
  }
  .title-top h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .title-top h2.fr {
    font-size: 20px;
    line-height: 24px;
  }
}

@media(min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media(max-width: 992px) {
  
  .navbar-brand {
    padding: 0;
  }
  .logo {
    z-index: 1;
  }
  .logo img {
    width: 100%;
    padding-top: 25px;
  }
  .hauptinhalt {
    padding: 0;
  }

  .footer img {
    margin-top: 0;
  }
  /*
  .banner {
    top: 0;
    margin-bottom: 0;
  }
  */
  iframe {
    width: 100% !important;
  }
}

@media(max-width: 768px) {
  .title-top h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .green-select,
  .datepicker,
  input[type=submit] {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .datepicker-dropdown {
    left: 0 !important;
  }
}

@media(max-width: 530px) {
  .navigation-mobile {
    margin-top: 0;
  }

  .title-top h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.fabrikladen img {
  width: 100%;
}

.sfHover .nav {
  visibility: visible !important;
  display: block!important;
}