/*--------------------------------------------------*/
/* Theme Name: Mayer Barbecue
/* Theme URI: https://www.mayergrill.com/
/* Author: Atilla Naldemir (Programming & Design), Paul Lauer (Screendesign), Tobias Kleinert (Content)
/* Author URI: https://www.schoenberger-group.com/
/* Description: 
/* Version: 1.0
/* Last Update: 01.02.2016
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/* 1. Document Setup
/*--------------------------------------------------*/

/* 1.1 Fonts Setup */

@font-face {
  font-family: "LeagueGothic-Regular";
  src: url("fonts/LeagueGothic-Regular.otf");
}

@font-face {
  font-family: "LeagueGothic-Italic";
  font-style: italic;
  src: url("fonts/LeagueGothic-Italic.otf");
}

@font-face {
  font-family: "FranklinGothicBook-Regular";
  src: url("fonts/FranklinGothicBook-Regular.ttf");
}

@font-face {
  font-family: "FranklinGothicDemiCond-Regular";
  src: url("fonts/FranklinGothicDemiCond-Regular.ttf");
}

/* 1.2 Fonts Assignment */

body {
  font-family: "FranklinGothicBook-Regular" !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "LeagueGothic-Regular" !important;
  text-transform: uppercase;
}

/* 1.3 Font Sizes */

h1 {
  font-size: 50px !important; /* 3.75rem */
}

h2 {
  font-size: 40px !important; /* 2.75rem */
}

h3 {
  font-size: 30px !important; /* 1.875rem */
}

h4 {
  font-size: 16px !important; /* 1.625rem */
}

h5 {
  font-size: 10px !important; /* 1.25rem */
}

h6 {
  font-size: 8px !important; /* 1.125rem */
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px !important; /* 3.75rem */
  }

  h2 {
    font-size: 40px !important; /* 2.75rem */
  }

  h3 {
    font-size: 30px !important; /* 1.875rem */
  }

  h4 {
    font-size: 26px !important; /* 1.625rem */
  }

  h5 {
    font-size: 20px !important; /* 1.25rem */
  }

  h6 {
    font-size: 18px !important; /* 1.125rem */
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 60px !important; /* 3.75rem */
  }

  h2 {
    font-size: 40px !important; /* 2.75rem */
  }

  h3 {
    font-size: 30px !important; /* 1.875rem */
  }

  h4 {
    font-size: 26px !important; /* 1.625rem */
  }

  h5 {
    font-size: 20px !important; /* 1.25rem */
  }

  h6 {
    font-size: 18px !important; /* 1.125rem */
  }
}

/* 1.4 Font Colors */

.color-red {
  color: #e40e20;
}

.color-black {
  color: #1d1d1b;
}

.color-grey {
  color: #999999;
}

.color-rind {
  color: #9ca195;
}

/*--------------------------------------------------*/
/* 2. Header Setup
/*--------------------------------------------------*/

/* 2.1 Global Setup */

@media (min-width: 1200px) {
  #header {
    height: 400px !important;
  }
}

@media (min-width: 992px) {
  #header {
    height: 400px !important;
  }  
}


#header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.header-about-us {
  background-image: url("img/about-us-header.jpg");  
}

.header-imprint,
.header-privacy {
  background-image: url("img/imprint-header.jpg");  
}

.header-service {
  background-image: url("img/service-header.jpg");  
}

.header-service2 {
  background-image: url("img/service-header2.jpg");  
}

.header-shop {
  background-image: url("img/shop-header.jpg");
}

.header-blog {
  background-image: url("img/blog-header.jpg");  
}

.header-zunda {
  background-image: url("img/zunda-header.jpg");
}

.header-raucha {
  background-image: url("img/raucha-header.jpg");
}

.header-brenna {
  background-image: url("img/brenna-header.jpg");
}

.header-heiza {
  background-image: url("img/heiza-header.jpg");
}

.header-spezial {
  background-image: url("img/spezial-header.jpg");  
}

.header-career {
  background-image: url("img/career-header.jpg");  
}

.header-presse {
  background-image: url("img/presse-header.jpg");  
}

.header-home {
  background-image: url("img/home-header.jpg");  
}

#footer-presse {
  background-image: url("img/presse-footer.jpg");
  background-position: center center;   
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

#footer-about-us {
  background-image: url("img/about-us-footer.jpg");
  background-position: center center;   
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

#footer-career {
  background-image: url("img/career-footer.jpg");
  background-position: center center;   
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

#footer-shop {
  background-image: url("img/shop-footer.jpg");
  background-position: center center;   
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

#footer-service {
  background-image: url("img/service-footer.jpg");
    background-position: center center;   
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

#footer-blog {
  background-image: url("img/blog-footer.jpg");
  background-position: center center;   
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.header {
  min-height: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .header {
    min-height: 200px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .header {
    min-height: 400px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .header {
    min-height: 600px;
    position: relative;
  }
}

.header-title {
  margin-top: 180px;
  position: relative;
  background-color: rgba(0,0,0,0.6);
  padding: 20px;
  display: inline-block;
  border-radius: 15px;
}

.header-title h1,
.header-title h2 {
  color: #ffffff;
}

.header-title h1 {
  margin: 0;
}

.header-title h2 {
  margin-left: 50px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 2.2 Logo */


/* 2.3 Navigation */

#main-header {
  position: relative;
}

#main-menu {
  background-color: rgba(0,0,0,0.9);
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999;
  padding: 10px 0;
}

/*
  background-image: url("img/icon_shop_mayer_barbecue.svg");
*/
/*--------------------------------------------------*/
/* 3. Main Setup
/*--------------------------------------------------*/

/* 3.1 Global Setup */

main a {
  color: #1d1d1b;
  text-decoration: none !important;
  transition: color .2s !important;
}

main a:hover, main a:focus {
  color: #e40e20;
}

.list {
  list-style: disc !important;
  list-style-position: inside !important;
}

.margin-20 {
  margin-bottom: 20px;
}

.margin-50 {
  margin-bottom: 50px;
}

.top-50 {
  margin-top: 50px;
}

.top-20 {
  margin-top: 20px;
}

.top-30 {
  margin-top: 30px;
}

.bottom-50 {
  margin-bottom: 50px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.bottom-30 {
  margin-bottom: 30px;
}

.top-bottom-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-content-section {
}

.mb-content-section h1,
.mb-content-section h2 {
  margin: 0;
  margin-bottom: 20px;
}

.mb-content-section h2 {
  text-transform: none;
}

.mb-content-section h3 {
  font-family: "FranklinGothicBook-Regular" !important;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}

.mb-content-section h3::after {
  font-size: 14px;
}


.mb-content-section h1 {
  font-size: 44px !important;
}

.mb-content-section h2 {
  font-size: 30px !important;
}

.mb-content-section h3 {
  font-size: 18px !important;
  color: rgb(96,96,96);
}

.mb-nav-sidebar-section h3,
.mb-content-section:first-child h3 {
  margin-top: 0;
}

.mb-content-section h4 {
  text-transform: none;
}

.mb-content-section p,
.mb-content-section ul li {
  font-size: 16px;
  color: rgb(96,96,96);
}

.mb-content-sidebar-section {
  margin-top: 85px;
}

.mb-content-description {

}

.mb-content-description img {
  margin-bottom: 20px !important;
  border-radius: 15px;
}

.mb-content-description p {
  font-size: 14px;
}

.mb-content-section img.rounded {
  border-radius: 15px;
}

.mb-sidebar-section h3 {
  margin-bottom: 20px;
}

.mb-sidebar-section h4 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: normal;
}

.mb-sidebar-section ul,
.mb-content-sidebar-section ul {
  list-style: none;
  list-style-position: inside;
  padding: 0;
}

.mb-content-sidebar-section ul li {
  font-size: 16px;
  font-weight: 700;
}



.mb-sidebar-section ul li a {

}

.mb-sidebar-section ul li a:hover {
  
}

.mb-sidebar-section ul li.current-menu-item a {
  color: red;
}

.mb-sidebar-section .sub-menu li a {
  margin-left: 10px;
}

.light-background {
  background-color: rgba(156,161,149,0.2);
}



.active {
  color: #e40e20;
}

.mb-background {
  background-color: rgba(0,0,0,0.1);
  margin-top: 50px;
  padding: 50px 0;
}

/*--------------------------------------------------*/
/* 4. Footer Setup
/*--------------------------------------------------*/

/* 4.1 Global Setup */

#footer {
  margin-top: 50px;
  color: #999999;
  text-align: center;
}



#company {
  padding: 20px 0;
}

/* 4.2 Footer Navigation */

#footer-menu {
  border-top: 1px solid #999999;
  padding-top: 20px;
}

#footer-menu ul {
  padding-left: 0;
  margin-bottom: 20px;
}

#footer-menu ul li {
  display: inline-block;
}

#footer-menu ul li:after {
  content: "\2022";
  padding: 0 10px;
}

#footer-menu ul li:last-child:after {
  content: "";
}

#footer-menu ul li a {
  color: #999999;
  padding: 0 5px;
  transition: color .2s;
}

#footer-menu ul li a:hover {
  color: #e40e20;
  text-decoration: none;
}



/* 4.3 Copyright */

#copyright p {
  font-size: 12px;
  padding: 20px 0;
  border-top: 2px solid #999999;
}

/* 4.3 Social Network */

#slogan p {
  font-family: "LeagueGothic-Regular";
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  letter-spacing: 5px;
}

hr {
  border-top: 2px solid #999999 !important;
}



.slider {
  min-height: 200px;
  background-color: black;
}

#content {
  background-color: #fff;
  height: 100%;
  padding-top: 20px;
}


.page {
  border-right: 1px solid #1d1d1b;
  color: #e40e20;
  padding-right: 5px;
}

.cross-title p {
  color: #1d1d1b;
  font-size: 14px;
  border-top: 1px solid #1d1d1b;
  margin: 0;
  padding: 5px 0;
}

.crosspromotion .vergleich { 
  border-top: 1px solid #1d1d1b;
  margin-top: 5px;
  padding: 5px 0;
}

.crosspromotion {
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  text-align: center;
}

.crosspromotion img {
  margin-top: 20px;
}

.crosspromotion p {
  font-size: 12px;
  color: #1d1d1b;
  margin-top: 5px;
  padding-bottom: 20px;
}

.all-products {
  margin-top: 20px;
  text-align: center;
}

.all-products img {
  margin-right: 5px;
}

.gallery {
  margin-top: 5px;
}

.gallery > div {
  background: #fff none repeat scroll 0% 0%;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}

.entry img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
}

.entry.with-image h4 {
  padding: 20px 20px 10px 20px;
  position: relative;
}

.entry.with-image h4 a {
  color: #1d1d1b;
  text-decoration: none;
  transition: color 0.2s;
}

.entry.with-image h4 a:hover {

}

.entry h4 {
  font-size: 26px;
  margin: 0px;
}

.entry.with-image .category {
  font-size: 20px;
  padding: 10px;
  position: absolute;
  right: 20px;;
  text-transform: none;
  top: -160px;
}

.blue {
  background-color: #555E7B;
  border-radius: 50%;
  color: #fff;
}

.grey {
  background-color: #90BC3B;
  border-radius: 50%;
  color: #fff;
}

.red {
  background-color: #E24B36;
  border-radius: 50%;
  color: #fff;
}

.entry p {
  color: #999999;
  line-height: 1.4em;
  margin: 0px 0px 20px;
  padding: 0px 20px;
}

.entry .read-link {
  bottom: 0;
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

.read-link {
  color: #1d1d1b;
  font-weight: bold;
  transition: color 0.2s;
}

.read-link:hover {
  color: #e40e20;
  text-decoration: none;
}

@media (min-width: 992px) {
  .gallery > div {
    min-height: 450px;
  }
  .entry .read-link {
    position: absolute;
    padding-bottom: 10px;
  }
  .cd-form {
    width: 90%;
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .gallery > div {
    min-height: 450px;
  }
  .entry .read-link {
    position: absolute;
    padding-bottom: 10px;
  }
  .cd-form {
    width: 90%;
    max-width: 600px;
  }
}



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

Form

-------------------------------- */
.cd-form {

}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 20px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 20px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "FranklinGothicBook-Regular";
  font-size: 1.429rem;
  color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="tel"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="tel"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form input[type="tel"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}

.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #e40e20;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #1d1d1b;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("img/cd-required.svg") no-repeat top right;
}
.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 16px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("img/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form [required].user {
  background: url("img/cd-icon-user.svg") no-repeat 16px center, url("img/cd-required.svg") no-repeat top right;
}
.cd-form .company {
  background: url("img/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: url("img/cd-icon-company.svg") no-repeat 16px center, url("img/cd-required.svg") no-repeat top right;
}
.cd-form .email {
  background: url("img/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("img/cd-icon-email.svg") no-repeat 16px center, url("img/cd-required.svg") no-repeat top right;
}
.cd-form .budget {
  background: url("img/cd-icon-budget.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("img/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("img/cd-icon-message.svg") no-repeat 16px 16px, url("img/cd-required.svg") no-repeat top right;
}

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

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 56px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}




/* back to top */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(29, 29, 27, 0.8) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



.outline {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  letter-spacing: 2px;
}
.outline2 {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 10px;
}

.outline img {
  vertical-align: baseline;
}

.outline2 img {
  vertical-align: text-top;
}

.italic {
  font-style: italic;
}

#information {
  padding: 20px 0;
  font-family: "LeagueGothic-Regular";
  font-size: 20px;
}


#slogan {
  padding: 20px 0;
}

#slogan p {
  font-family: "LeagueGothic-Regular";
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
}

footer hr {
  border: 1px solid #999999 !important;
}

#information ul {
  list-style: none;
  padding: 0;
}

#information ul li {
  float: left;
  margin-right: 8px;
}

#products-category {
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  border-bottom: 2px solid #999999;
}

#products-category .img-responsive {
  display: inline-block;
}

#products-category a {
  display: block;
}

#products-category a:hover {
  border-bottom: 2px solid red;
  margin-top: -2px;
  top: 2px;
  position: relative;
  color: #1d1d1b;
}



.page-section-white {
  margin-bottom: 50px;
}

.page-section-white .row {
  margin-top: 40px;
}

.page-section-light-grey {
  margin-top: 50px;
  padding: 50px 0;
  background-color: rgba(156,161,149,0.2);
  color: #9ca195;
}

.page-section-light-grey h2 {
  margin: 0 !important;
  margin-bottom: 20px !important;
  color: #9ca195;
}

.page-section-light-grey .mb-info-list {
  margin: 0;
}

.product-category {
  position: relative;
}

.product-category a {
  background-color: red;
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 235px;
  text-align: center;
  width: 80%;
  left: 10%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  transition: background-color .2s linear !important;
}

.product-category a:hover,
.product-category a:active {
  color: #ffffff !important;
  background-color: #e40e20;
}

.product-images {
  margin: 50px 0;
}

.product-images img {
  border-radius: 15px;
}

.product-images p {
  font-weight: bold;
  color: #1d1d1b;
}


/* Top Level: Raleway */
.ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
  font-family: "LeagueGothic-Regular";
}
/* Submenu: Droid Serif */
.ubermenu .ubermenu-submenu .ubermenu-item .ubermenu-target{
  font-family: "FranklinGothicBook-Regular";
}

.ubermenu-submenu {
  margin-top: 10px !important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: rgba(0,0,0,0.9) !important;
}

.ubermenu-main .ubermenu-nav > li:first-child {
  padding: 8px;
  border: none;
}

.ubermenu-main .ubermenu-nav > li:hover:first-child {
  border: none;
}

.ubermenu-main .ubermenu-nav > li a:first-child {
  display: inline-block;
}


@media (min-width: 992px) {
  .ubermenu-main .ubermenu-nav > li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .ubermenu-main .ubermenu-nav > li:hover {
    border-top: 1px solid #e40e20;
    border-bottom: 1px solid #ffffff;
  }
}

@media (max-width: 768px) {
  .ubermenu-main .ubermenu-nav > li:nth-child(2) {
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .ubermenu-main .ubermenu-nav > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .ubermenu-main .ubermenu-nav > li:hover {
    border-bottom: 1px solid #e40e20;
  }
}

.mb-content-light-grey,
.mb-sidebar-light-grey {
  background-color: rgba(156,161,149,0.2);
  border-radius: 13px;
  padding: 20px;
  margin: 20px 0;
  overflow: hidden;
}

.mb-content-light-grey.mb-info {
  padding: 40px 0;
}

.mb-content-light-grey img {
  display: inline-block;
  float: left;
}


.mb-content-light-grey p {
  padding-left: 50px;
  font-size: 16px !important;
  font-weight: bold;
}

.mb-sidebar-light-grey {
  font-size: 16px !important;
  font-weight: bold;  
}

.mb-content-light-grey .mb-info-list {
  margin: 0;
}

.mb-info ul li {
  font-size: 16px;
  font-weight: bold;
}

.mb-list {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  list-style-position: inside;  
}

.mb-info img {
  text-align: center;
}

.mb-content-light-grey p,
.product-images p {
  margin: 0;
}

@media (min-width: 992px) {
  .img-rounded, .img-distance {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .img-rounded, .img-distance {
    margin: 0 !important;
  }
  .video {
    bottom: -150px;
  }
}

.video-container {
  position: relative;
  height: 600px;;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-color: #000000;
}

.video {
  position: absolute;
  width: 100%;
}

.img-rounded {
  border-radius: 15px !important;
}

.img-distance {
  margin: 50px 0;
}

.all-products a {
  background: transparent url("img/menue_alle_produkte.svg") no-repeat 0 0;
  padding-left: 30px;
  color: #ffffff;
}

.ubermenu-responsive-toggle .fa {
  float: left;
  margin: 0;
  font-size: 30px;
  padding: 5px 0;
}

.mb-info-list {
  margin: 70px 0;
}

.mb-info-list ul {
  padding: 0;
}

.mb-info-list ul li {
  font-size: 16px;
  font-weight: bold;
  list-style-position: inside;
}

.btn {
  font-size: 16px !important;
  padding: 10px 40px !important;
}

.btn-disabled {
  color: #ffffff;
  background-color: #9ca195;
  pointer-events: none;
  cursor: default;
}

a.btn-nodistance {
  padding: 10px 20px !important;
}

a.btn-nodistance .mb-icon {
  margin-left: 10px !important;
  margin-right: 0 !important;
}

a.btn-active {
  font-weight: bold;
  color: #ffffff;
  background-color: #e40e20;
  transition: background-color .2s linear !important;
}

a.btn-active:hover, a.btn-active:focus {
  background-color: #D20B1C;
  color: #fff !important;
}

.bg-grey {
  background-color: rgba(156,161,149,0.1);
  border-radius: 15px;
}

.mb-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.mb-icon-phone {
  background: transparent url("img/3_service_hotline.svg") no-repeat 0 0;
}

.mb-icon-mail {
  background: transparent url("img/3_service_e_mail.svg") no-repeat 0 0;
}

.mb-icon-cart {
  width: 32px;
  height: 21px;
  background: transparent url("img/einkaufswagen_b.svg") no-repeat 0 0;
}

.mb-icon-cart-black {
  width: 32px;
  height: 21px;
  background: transparent url("img/einkaufswagen_a.svg") no-repeat 0 0;  
}

.mb-sidebar-light-grey p {
  color: #1d1d1b;
}

.btn .mb-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;  
}

.cd-form > .row,
.cd-form div {
  margin: 0 !important;
}

.cd-form > .row > div:first-child {
  padding: 0 !important;
}

.cd-form .row label {
  font-weight: normal;
}

.cd-form .row label small {
  font-style: italic;
}

.download-list {
  list-style: none;
  padding: 0;
}

.download-list li a {
  content: '';
  background: url("img/download_a.svg") 0 no-repeat;
  background-size: 12px 12px;
  padding-left: 25px;
  transition: all .2s !important;
}

.download-list li a:hover {
  content: '';
  background: url("img/download_b.svg") 0 no-repeat;
  background-size: 12px 12px;
  padding-left: 25px;
}

.no-bullet {
  list-style: none;
}

.press-product-images {
}

.press-product-images h3 {
  margin: 50px 0 20px 0;
}

.press-product-images a:hover .download-img {
  background: url("img/32_download_pressebilder.png") 0 0 no-repeat;
  width: 100%;
}

.display {
  display: block;
}

.product-info-list {
  padding: 0 30px;
}

.product-info-list ul {
  list-style-position: inside;
  padding: 0;
}

.technical-infos {
  padding: 30px;
}

.technical-infos table {
  width: 100%;
}

.table-list tr {
  line-height: 30px;
}

.table-list tr td:first-child {
  font-weight: bold;
}

.table-list tr td {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.product-order {
  margin-top: 50px;
}
  .pb10 {
    padding-bottom: 10px;
  }

  .tg {
    border-collapse: collapse;
    border-color: #ccc;
    border-spacing: 0;
  }

  .tg td {
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
  }

  .tg th {
    background-color: #f0f0f0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
  }

  .tg .tg-0lax {
    text-align: left;
    vertical-align: top
  }
