@import 'https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Serif|Lato:300';

.body {
  font-size: 16px;
  font-family: serif;
}


/* ------------------------------------------------------- */


/* BOOTSTRAP STYLING */


/* ------------------------------------------------------- */

.navbar {
  border: 0px;
  border-radius: 0px;
  font-family: 'Droid Serif', serif;
  /*  background-color: transparent;*/
}

.navbar ul>li>a {
  color: white !important;
  /*  font-family: Peddana;*/
  font-size: 1.2em;
  letter-spacing: 0.04em;
}

h1,
h2,
h3,
h4,
h5 {
  color: #14647A;
  font-family: 'Droid Serif', serif;
}

.navbar-nav li:hover {
  background-color: #14647A;
}

.navbar li>.active {
  background-color: #14647A;
}

.navbar-inverse {
  background-color: #000000;
}

.navbar-inverse .navbar-toggle {
  border-color: white;
  border-radius: 0;
}

.navbar-inverse .navbar-toggle:hover {
  background-color: #14647A;
  border-radius: 0;
}

.navbar-inverse .navbar-toggle:active {
  background-color: #14647A;
  border-radius: 0;
}

.wrap {
  width: 100%;
}

@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #232323;
  }
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: rgba(0, 0, 0, 0.0);
}

/* ------------------------------------------------------- */


/* CUSTOM CLASSES */


/* ------------------------------------------------------- */

#ab-navbar {
  margin-top: 70px;
}

.ab-content {
  /*  background-image: url(../assets/Webseite_HG_Holz_Brett.png);*/
  background-size: 100%;
  background-repeat: repeat-y;
  font-family: 'Lato', sans-serif;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  margin-top: -20px;
  padding-top: 20px;
}

.ab-transparent-bg {
  background-color: rgba(255, 255, 255, 0.95);
  width: 95%;
  margin: 0px 2.5%;
  padding: 20px;
}

.ab-footer-img {
  background-image: url(../assets/Webseite_HG_Holz_Brett.png);
  background-position: bottom;
  background-size: cover;
}

.ab-footer {
  font-family: 'Droid Serif', serif !important;
  padding-top: 9px;
  /*  margin: 20px 0.5% 0 0.5%; */
  /*  width: 99%;*/
  background: white;
}

#ab-footer-achse {
  margin-left: -1%;
  margin-top: 20px;
  width: 103%;
}

.ab-product-img {
  width: 90%;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #14647A;
  border: 0;
  border-radius: 0;
}

input {
  border-radius: 0 !important;
  border-color: black !important;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 0;
}

.form-group {
  margin: 10px 1px !important;
}

input[type="checkbox"] {
  border-radius: 0 !important;
}

textarea {
  border-radius: 0 !important;
  border-color: black !important;
}

p {
  font-size: 1em;
}

.ab-fb-container {
  position: fixed;
  top: 10px;
  right: -20px;
  z-index: 1000;
  width: 200px;
}

.ab-fb-container iframe {
  width: 180px
}

#lp_bg {
  background-image: url(../assets/bg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ab-goofy-pizza p {
  font-size: 14px
}

#ab-overview {
  width: 150px !important
}

#ab-overview {
  top: 0;
}

#sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none
}

#sidebar2 li {
  display: inline-block;
  float: none
}

#sidebar2 li:not(:first-child):before {
  content: " | ";
}

.text-right {
  color: #cc0066;
}

.btn-lieferdando {
  margin: 0px 10px 10px auto;
  width: 150px;
  display: inline-block;
}

.btn-deliveroo {
  margin: 0px auto 10px auto;
  width: 150px;
  display: inline-block;
}

.btn-happz {
  border: 2px solid black;
  background-color: black;
  color: white;
  padding: 3px 10px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
}

.btn-happz:hover {
  background-color: white;
  color: black;
  border-color: black;
}
