/*
Theme Name: btb
Theme URI: http://www.petitio.de
Author: Ahmet Guerer, Pirmin Bahr
Author URI: http://www.petitio.de
Description: BTB Elektronik
Version: 1.0.0
Tags: responsive, columns, light, google-maps, shop
*/

/* cyrillic-ext */




@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");

/* ------------------------------------------------------------ */
/* Basic */
/* ------------------------------------------------------------ */

body,
html {
  font-family: "Roboto", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

address {
  font-style: normal !important;
  line-height: 25px;
  font-weight: 300;
}

h1 {
  font-size: calc(1.8rem + 0.1vw);
  line-height: calc(43px + 0.1vw);
  padding-top: 30px;
}

h2 {
  font-size: calc(1.6rem + 0.1vw);
}

h3 {
  font-size: calc(1.39rem + 0.1vw);
}

h4 {
  font-size: calc(1.05rem + 0.1vw);
  font-weight: 400;
  line-height: calc(1.1rem + 0.1vw);
}

p {
  color: rgb(0, 0, 0);
  font-size: calc(0.8rem + 0.1vw);
  line-height: calc(1.3rem + 0.1vw);
  font-weight: 200;
}

a {
  color: #f07f1f;
  font-size: calc(0.7rem + 0.1vw);
  text-decoration: none;
}

button {
  font-family: "Roboto", sans-serif;
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
  color: #2a2a2a !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #2a2a2a !important;
}

.vc_column-inner ul li {
  padding-bottom: 10px;
  font-weight: 300 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button:disabled,
select:disabled,
textarea:disabled,
input:disabled {
  background-color: #ddd;
}

.wrapper {
  padding-top: 80px;
}

/* Loader */

.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 330;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btb-loader {
  width: 100px;
  height: 100px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #f07f1f;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

.btb-loader-small {
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #f07f1f;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------ */
/* Helpers */
/* ------------------------------------------------------------ */

.wpb_single_image img {
  border-radius: 12px !important;
}

.bg-brand {
  background-color: #f07f1f;
}

.bg-yellow {
  background: rgb(249, 199, 0);
}

.bg-green {
  background: rgb(40, 167, 69);
}

.bg-grey {
  background: rgb(240, 240, 240);
}

.bg-red {
  background: rgb(220, 53, 69);
}

.bg-dark-grey {
  background: rgb(153, 153, 153);
}

.bg-blue {
  background: rgb(0, 123, 255);
}

.bg-paypal {
  background: #012169 !important;
}

.text-brand {
  color: #f07f1f !important;
}

.text-green {
  color: rgb(40, 167, 69) !important;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: rgb(165, 165, 165) !important;
}

.text-red {
  color: rgb(220, 53, 69) !important;
}

.text-black {
  color: rgb(0, 0, 0) !important;
}

.text-dimmed {
  color: #a09f9f !important;
}

.text-small {
  font-size: 12px;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.container {
  transition: width 200ms ease-in;
  margin: 0 auto;
}

.btb-border-radius {
  border-radius: 12px;
}

.btb-row {
  display: flex;
}

.btb-row-static {
  display: flex;
}

.btb-flex {
  display: flex;
}

.btb-flex-1 {
  flex: 1;
}

.btb-flex-2 {
  flex: 2;
}

.btb-flex-3 {
  flex: 3;
}

.btb-justify-start {
  justify-content: flex-start;
}

.btb-justify-center {
  justify-content: center;
}

.btb-justify-between {
  justify-content: space-between;
}

.btb-justify-around {
  justify-content: space-around;
}

.btb-justify-evenly {
  justify-content: space-evenly;
}

.btb-align-center {
  align-items: center;
}

.btb-align-base {
  align-items: baseline;
}

.btb-col {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.btb-img {
  border-radius: 12px;
}

.hidden {
  display: none !important;
}

.text-disabled {
  color: #999999 !important;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

.text-h3 {
  font-size: calc(1.39rem + 0.1vw);
}

.text-xlg {
  font-size: calc(20px + 0.1vw);
}

.text-lg {
  font-size: calc(18px + 0.1vw);
}

.text-md {
  font-size: calc(16px + 0.1vw);
}

.text-sm {
  font-size: calc(12px + 0.1vw);
}

.py-1 {
  padding-top: calc(5px + 0.1vw);
  padding-bottom: calc(5px + 0.1vw);
}

.py-2 {
  padding-top: calc(10px + 0.1vw);
  padding-bottom: calc(10px + 0.1vw);
}

.py-3 {
  padding-top: calc(20px + 0.1vw);
  padding-bottom: calc(20px + 0.1vw);
}

.py-4 {
  padding-top: calc(40px + 0.1vw);
  padding-bottom: calc(40px + 0.1vw);
}

.py-5 {
  padding-top: calc(80px + 0.1vw);
  padding-bottom: calc(80px + 0.1vw);
}

.px-1 {
  padding-left: calc(5px + 0.1vw);
  padding-right: calc(5px + 0.1vw);
}

.px-2 {
  padding-left: calc(10px + 0.1vw);
  padding-right: calc(10px + 0.1vw);
}

.px-3 {
  padding-left: calc(20px + 0.1vw);
  padding-right: calc(20px + 0.1vw);
}

.px-4 {
  padding-left: calc(40px + 0.1vw);
  padding-right: calc(40px + 0.1vw);
}

.px-5 {
  padding-left: calc(80px + 0.1vw);
  padding-right: calc(80px + 0.1vw);
}

.p-1 {
  padding: calc(5px + 0.1vw);
}

.p-2 {
  padding: calc(10px + 0.1vw);
}

.p-3 {
  padding: calc(20px + 0.1vw);
}

.p-4 {
  padding: calc(40px + 0.1vw);
}

.p-5 {
  padding: calc(80px + 0.1vw);
}

.pb-1 {
  padding-bottom: calc(5px + 0.1vw);
}

.pb-2 {
  padding-bottom: calc(10px + 0.1vw);
}

.pb-3 {
  padding-bottom: calc(20px + 0.1vw);
}

.pb-4 {
  padding-bottom: calc(40px + 0.1vw);
}

.pb-5 {
  padding-bottom: calc(80px + 0.1vw);
}

.pt-1 {
  padding-top: calc(5px + 0.1vw);
}

.pt-2 {
  padding-top: calc(10px + 0.1vw);
}

.pt-3 {
  padding-top: calc(20px + 0.1vw);
}

.pt-4 {
  padding-top: calc(40px + 0.1vw);
}

.pt-5 {
  padding-top: calc(80px + 0.1vw);
}

.pr-1 {
  padding-right: calc(5px + 0.1vw);
}

.pr-2 {
  padding-right: calc(10px + 0.1vw);
}

.pr-3 {
  padding-right: calc(20px + 0.1vw);
}

.pr-4 {
  padding-right: calc(40px + 0.1vw);
}

.pr-5 {
  padding-right: calc(80px + 0.1vw);
}

.pl-1 {
  padding-left: calc(5px + 0.1vw);
}

.pl-2 {
  padding-left: calc(10px + 0.1vw);
}

.pl-3 {
  padding-left: calc(20px + 0.1vw);
}

.pl-4 {
  padding-left: calc(40px + 0.1vw);
}

.pl-5 {
  padding-left: calc(80px + 0.1vw);
}

/* Margin */

.my-1 {
  margin-top: calc(5px + 0.1vw);
  margin-bottom: calc(5px + 0.1vw);
}

.my-2 {
  margin-top: calc(10px + 0.1vw);
  margin-bottom: calc(10px + 0.1vw);
}

.my-3 {
  margin-top: calc(20px + 0.1vw);
  margin-bottom: calc(20px + 0.1vw);
}

.my-4 {
  margin-top: calc(40px + 0.1vw);
  margin-bottom: calc(40px + 0.1vw);
}

.my-5 {
  margin-top: calc(80px + 0.1vw);
  margin-bottom: calc(80px + 0.1vw);
}

.mx-1 {
  margin-left: calc(5px + 0.1vw);
  margin-right: calc(5px + 0.1vw);
}

.mx-2 {
  margin-left: calc(10px + 0.1vw);
  margin-right: calc(10px + 0.1vw);
}

.mx-3 {
  margin-left: calc(20px + 0.1vw);
  margin-right: calc(20px + 0.1vw);
}

.mx-4 {
  margin-left: calc(40px + 0.1vw);
  margin-right: calc(40px + 0.1vw);
}

.mx-5 {
  margin-left: calc(80px + 0.1vw);
  margin-right: calc(80px + 0.1vw);
}

.m-1 {
  margin: calc(5px + 0.1vw);
}

.m-2 {
  margin: calc(10px + 0.1vw);
}

.m-3 {
  margin: calc(20px + 0.1vw);
}

.m-4 {
  margin: calc(40px + 0.1vw);
}

.m-5 {
  margin: calc(80px + 0.1vw);
}

.mb-1 {
  margin-bottom: calc(5px + 0.1vw);
}

.mb-2 {
  margin-bottom: calc(10px + 0.1vw);
}

.mb-3 {
  margin-bottom: calc(20px + 0.1vw);
}

.mb-4 {
  margin-bottom: calc(40px + 0.1vw);
}

.mb-5 {
  margin-bottom: calc(80px + 0.1vw);
}

.mt-1 {
  margin-top: calc(5px + 0.1vw);
}

.mt-2 {
  margin-top: calc(10px + 0.1vw);
}

.mt-3 {
  margin-top: calc(20px + 0.1vw);
}

.mt-4 {
  margin-top: calc(40px + 0.1vw);
}

.mt-5 {
  margin-top: calc(80px + 0.1vw);
}

.mr-1 {
  margin-right: calc(5px + 0.1vw);
}

.mr-2 {
  margin-right: calc(10px + 0.1vw);
}

.mr-3 {
  margin-right: calc(20px + 0.1vw);
}

.mr-4 {
  margin-right: calc(40px + 0.1vw);
}

.mr-5 {
  margin-right: calc(80px + 0.1vw);
}

.ml-1 {
  margin-left: calc(5px + 0.1vw);
}

.ml-2 {
  margin-left: calc(10px + 0.1vw);
}

.ml-3 {
  margin-left: calc(20px + 0.1vw);
}

.ml-4 {
  margin-left: calc(40px + 0.1vw);
}

.ml-5 {
  margin-left: calc(80px + 0.1vw);
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

/* ------------------------------------------------------------ */
/* Components */
/* ------------------------------------------------------------ */

.scroll-top-button {
  display: none;
  text-align: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  background: -moz-linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  background: linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  top: 90%;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}

.header-badge {
  width: calc(20px + 1vw);
  height: calc(20px + 1vw);
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  background-color: white;
}

.scroll-top-button.mobile {
  top: 80%;
}

.scroll-top-button i {
  margin-top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}

.btb-btn {
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f07f1f;
  transition: all 200ms ease-in-out;
  font-size: calc(0.9rem + 0.1vw);
  cursor: pointer;
}

.btb-btn-secondary {
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  font-size: calc(0.9rem + 0.1vw);
  cursor: pointer;
  border: 2px solid #f07f1f;
  color: #f07f1f;
}

.btb-btn-secondary:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #f07f1f;
  color: #ffffff;
}

.btb-btn i {
  padding-left: 10px;
}

.btb-btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  background: -moz-linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  background: linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
}

.btb-btn-input {
  background: transparent;
  border: none !important;
  cursor: pointer;
  position: absolute;
}

.btb-att-btn {
  transition: all 200ms ease-in-out;
  font-size: calc(0.9rem + 0.1vw);
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid rgb(235, 235, 235);
}

.btb-att-btn:hover {
  border: 1px solid #f07f1f;
  -webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1),
    0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btb-input {
  background: #ffffff;
  border: #ebebeb 1px solid;
  border-radius: 6px;
}

.btb-input:focus {
  outline: none;
}

.btb-rating {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.btb-rating-star {
  color: #f07f1f;
  font-size: calc(14px + 0.1vw);
}

.btb-availability {
  height: 14px;
  width: 14px;
  border-radius: 10px;
}

#contact-call-to-action {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  background: -moz-linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  background: linear-gradient(-45deg, rgb(241, 57, 31), #f07f1f);
  border-radius: 12px;
}

#contact-call-to-action h3 {
  color: #ffffff !important;
}

#contact-call-to-action p {
  color: #ffffff !important;
  font-size: 16px !important;
}

#contact-call-to-action a {
  color: #ffffff !important;
  font-size: 16px !important;
}

.video-js {
  width: 100% !important;
}

/* ------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------ */

header {
  height: 80px;
  width: 100%;
  top: 0px;
  /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3); */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 999;
  position: fixed;
}

header .container {
  display: flex;
  /* or inline-flex */
  align-items: center;
  height: 80px;
  justify-content: space-around;
}

header .logo {
  margin-right: 0px;
}

.logo-mobile {
  display: none !important;
}

.searchbar {
  width: 0;
  transition: 200ms ease-in;
}

.searchbar .search-box {
  display: none;
}

header .searchbar .search-box input#search {
  padding: 10px !important;
  border-radius: 12px;
  padding-left: 50px !important;
  font-size: calc(1rem + 0.1vw);
  width: 95%;
}

header .searchbar .search-box .icon {
  color: rgb(112, 112, 112);
}

.header-left {
  display: flex;
  flex: 1;
}

.header-center {
  display: flex;
  flex: 4;
}

.header-right {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: space-between;
}

.header-danger {
  background-color: crimson;
  display: flex;
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
}

.languagebar {
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 80px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
}

.languagebar:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.languagebar:hover path {
  fill: rgb(0, 0, 0);
}

.languagebar svg {
  margin-right: 10px;
}

.shoppingcart {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.shoppingcart:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.shoppingcart:hover i {
  color: rgb(0, 0, 0);
}

.open {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.open i {
  color: rgb(0, 0, 0) !important;
}

.open path {
  fill: rgb(0, 0, 0);
}

header i {
  font-size: calc(12px + 0.1vw);
}

.header-right svg {
  min-width: calc(12px + 0.1vw);
  min-height: calc(12px + 0.1vw);
}

.shoppingcart i {
  color: #ffffff;
  margin-right: 10px;
}

.clientarea {
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 80px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
}

.clientarea i {
  color: #ffffff;
}

.clientarea:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.clientarea:hover i {
  color: rgb(0, 0, 0);
}

#header-row {
  color: #ffffff;
  font-size: 20px;
  z-index: 2;
  overflow: unset;
}

#header-row h1 {
  font-weight: 700;
}

.search-box {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

#observe-input .search-box input#search {
  width: 100%;
}

.search-box input {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
  border: none !important;
  -webkit-appearance: none;
  float: left;
  color: rgb(38, 38, 38);
  padding-left: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: calc(1rem + 0.1vw);
  /* text-indent: 17px; */
  padding-left: 50px;
}

.search-box {
  display: flex;
  align-items: center;
}

.search-box .icon {
  position: absolute;
  left: 0px;
  margin-left: 17px;
  z-index: 1;
  color: rgb(79, 91, 102);
  color: #f07f1f;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.search-box input#search::-webkit-input-placeholder {
  color: rgb(101, 115, 126);
  font-family: "Roboto", sans-serif;
}

.search-box input#search:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(101, 115, 126);
  font-family: "Roboto", sans-serif;
}

.search-box input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(101, 115, 126);
  font-family: "Roboto", sans-serif;
}

.search-box input#search:-ms-input-placeholder {
  color: rgb(101, 115, 126);
  font-family: "Roboto", sans-serif;
}

.search-results {
  background-color: #ffffff;
  width: 95%;
  position: absolute;
  top: 30px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
  display: none;
  z-index: -1;
  border-radius: 0 0 12px 12px;
  padding-top: 25px;
  overflow-y: scroll;
}

.search-results-content {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
  display: none;
  z-index: 99;
  border-radius: 0 0 12px 12px;
}

.search-results ul,
.search-results-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
}

.search-results ul li,
.search-results-content ul li {
  background: #ffffff;
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
}

.search-results ul li:after,
.search-results-content ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 95%;
  background-color: rgb(240, 240, 240, 0.5);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  pointer-events: none;
}

.search-results ul li:hover:after,
.search-results-content ul li:hover:after {
  width: 100%;
  background-color: rgb(240, 240, 240, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search-results ul li a,
.search-results-content ul li a {
  display: block;
  color: rgb(0, 0, 0);
  width: 100%;
}

#showcase_headline {
  padding: 0 calc(80px + 1vw);
}

#showcase_search {
  padding: 0 calc(80px + 1vw);
}

#search-hint .vc_column-inner {
  border: 1px solid #f07f1f;
  background: #ffffff;
}

/* Button */
.open-menu {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px;
}

.bar {
  pointer-events: none;
}

.bar1,
.bar2,
.bar3 {
  height: 3px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: 0.4s;
}

.bar1 {
  width: 24px;
}

.bar2 {
  width: 15px;
}

.bar3 {
  width: 20px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -4px);
  width: 24px;
}

/* ------------------------------------------------------------ */
/* Drawer */
/* ------------------------------------------------------------ */

#drawer-menu {
  position: fixed;
  top: 80px;
  right: 0;
  height: calc(100% - 80px);
  width: 100%;
  z-index: 100;
  display: none;
}

#drawer-menu .drawer-background {
  background: rgb(51, 51, 51, 0.4);
  display: flex;
  transition: all 500ms ease-in-out;
}

#drawer {
  display: flex;
  background-color: #f07f1f;
  transition: all 400ms ease-in-out;
  height: 100%;
  min-width: 27.05vw;
}

#drawer .drawer-inner {
  display: none;
  padding: 20px 60px;
  color: #ffffff;
  width: 100%;
}

#menu-main,
#menu-main-en {
  padding: 0 !important;
  margin: 0 !important;
}

#menu-main li,
#menu-main-en li {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

#menu-main li a,
#menu-main-en li a {
  color: #ffffff;
  font-size: calc(1rem + 0.1vw);
  font-weight: 500;
  text-transform: uppercase;
}

#menu-main .menu-item-object-custom a,
#menu-main-en .menu-item-object-custom a {
  font-weight: 200 !important;
}

/* ------------------------------------------------------------ */
/* Cascading Images */
/* ------------------------------------------------------------ */

.cascading-image {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.hidden-transform {
  transform: translateX(0%, 0%) !important;
}

.cascading-image img {
  width: calc(100px + 20vw);
  height: calc(100px + 20vw);
}

.cascading-image {
  opacity: 0;
  transition: all 1200ms ease;
}

.cascading-image.active:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateX(60%) translateY(80%);
  -ms-transform: translateX(60%) translateY(80%);
  transform: translateX(60%) translateY(80%);
}

.cascading-image.active:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(-20%);
  -ms-transform: translateX(0%) translateY(-20%);
  transform: translateX(0%) translateY(-20%);
}

.cascading-image.active:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(-40%) translateY(20%);
  -ms-transform: translateX(-40%) translateY(20%);
  transform: translateX(-40%) translateY(20%);
}

/* ------------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------------ */

footer {
  transition: padding 200ms ease-in;
  background-color: rgb(69, 69, 69);
  padding: calc(10px + 1vh) 0 calc(20px + 1vh) 0;
  color: #ffffff;
}

footer a {
  color: #a09f9f;
  font-size: calc(0.8rem + 0.1vw);
  transition: color 200ms ease-in;
}

footer a:hover {
  color: #ffffff;
}

.footer-title {
  margin-bottom: 20px;
  height: 40px;
}

.footer-title span {
  font-size: calc(1rem + 0.1vw);
}

.footer-content {
  font-size: calc(0.8rem + 0.1vw) !important;
  line-height: calc(1.2rem + 0.1vw) !important;
  font-weight: 400 !important;
}

footer span svg {
  width: 20px;
  margin-right: 5px;
}

.btb-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 20px;
}

/* ------------------------------------------------------------ */
/* OWL */
/* ------------------------------------------------------------ */

.owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-nav button span {
  font-size: 30px;
  padding: 5px 10px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgb(249, 249, 249) !important;
  /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.owl-nav button:hover span {
  color: rgb(51, 51, 51);
}

/* ------------------------------------------------------------ */
/* Advantages Section */
/* ------------------------------------------------------------ */

.btb-grid-icon svg {
  height: calc(40px + 1vh);
}

#advatages-section .vc_row.wpb_row.vc_inner {
  margin-top: 20px;
  max-height: calc(400px + 8vh);
}

/* ------------------------------------------------------------ */
/* Cart Menu */
/* ------------------------------------------------------------ */

#shoppingcart_results {
  position: absolute;
  top: 80px;
  background: #ffffff;
  border: 1px solid rgb(235, 235, 235);
  border-right: none;
  border-top: none;
  width: 350px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  right: 0px;
  display: none;
  color: rgb(0, 0, 0);
  z-index: -1;

}

#shoppingcart_results ul {
  margin: 0;
  padding: 0;
  max-height: 60vh;
  overflow-y: scroll;
}

#shoppingcart_results li::before {
  content: " ";
  display: table;
}

#shoppingcart_results li {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: none !important;
}

#shoppingcart_results li .product-image {
  float: left;
  width: 46px !important;
  height: 46px !important;
  object-fit: cover;
  margin-right: 10px;
}

#shoppingcart_results li .quantity {
  color: rgb(136, 136, 136);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  background-color: transparent;
  width: 100%;
  margin-top: 5px;
}

#shoppingcart_results li .price-total {
  float: right;
  color: rgb(0, 0, 0);
  position: relative;
  top: -10px;
}

.cart-bottom {
  background-color: rgb(238, 238, 238);
  padding: 15px;
  color: rgb(0, 0, 0);
  font-size: 12px;
}

.cart-bottom-subtotal {
  text-align: center;
  margin-top: 10px;
}

/* ------------------------------------------------------------ */
/* CLIENTAREA Menu */
/* ------------------------------------------------------------ */

.clientarea-login {
  position: absolute;
  top: 80px;
  background: #ffffff;
  border: 1px solid rgb(235, 235, 235);
  border-right: none;
  border-top: none;
  width: 350px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  right: 0px;
  color: rgb(0, 0, 0);
  z-index: -1;
  min-height: 100px;
  display: none;
}

.clientarea-inner {
  padding: 20px;
  font-size: 13px;
}

.clientarea-login .form-control {
  display: block;
  margin-bottom: 5px;
}

.clientarea-login .form-control::placeholder {
  line-height: 13px !important;
}

.clientwrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px;
  max-width: 100%;
}

.login-area {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.login-area-checkout {
  display: none;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 30px;
  border: 2px solid #ebebeb;
  border-radius: 12px;
}

.login-area-checkout form {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  align-items: stretch;
  justify-content: stretch;
}

.login-area-checkout .form-control {
  margin-right: 10px;
  margin-bottom: 10px;
  margin: 5px 2px;
  border: 1px solid #ebebeb;
}

.alert {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.alert-danger {
  background-color: rgb(220, 53, 69);
  color: #ffffff;
}

.alert-success {
  background-color: rgb(34, 139, 34);
  color: #ffffff;
}

/* ------------------------------------------------------------ */
/* LANGUAGEBAR Menu */
/* ------------------------------------------------------------ */

.languagebar-content {
  position: absolute;
  top: 80px;
  background: #ffffff;
  border: 1px solid rgb(235, 235, 235);
  border-right: none;
  border-top: none;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  right: 0px;
  color: rgb(0, 0, 0);
  z-index: -1;
  min-height: 100px;
  display: none;
  left: 0px;
}

.languagebar-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.languagebar-content ul li {
  padding-bottom: 20px;
  text-align: center;
  display: block;
}

.languagebar-content ul li:hover {
  color: #f07f1f;
}

/* ------------------------------------------------------------ */
/* Tour */
/* ------------------------------------------------------------ */

div.hopscotch-bubble {
  border: 1px solid rgb(221, 221, 221) !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -17px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px #ffffff !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  top: 0px !important;
}

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 10px !important;
}

.hopscotch-bubble-number {
  display: none !important;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
  background-color: #f07f1f !important;
  background-image: none !important;
  border-color: rgba(240, 127, 31) !important;
}

/* ------------------------------------------------------------ */
/* BTB News */
/* ------------------------------------------------------------ */

.btb-news-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btb-news-picture img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btb-news-inner .btb-news-picture img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 300px !important;
}

.btb-news-picture {
  padding-bottom: 10px;
  text-align: center;
}

.btb-news-container h3 {
  font-size: calc(1.05rem + 0.1vw);
  font-weight: 600;
  height: 30px;
  line-height: calc(1.1rem + 0.1vw);
}

.btb-news-container .btb-btn {
  width: auto;
  display: inline-block;
}

.btb-news-container .wpb_content_element {
  display: none;
}

.btb-news-container h1 {
  display: none;
}

.btb-picInfo {
  font-size: 13px;
  padding: 2.2em 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  margin-top: 3em;
}

.btb-picInfo p {
  margin-top: 0;
  font-size: 13px;
}

/* ------------------------------------------------------------ */
/* Ninja Form */
/* ------------------------------------------------------------ */

.nf-error-msg {
  font-weight: 200 !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

.nf-form-layout .nf-form-fields-required {
  color: rgb(0, 0, 0);
  font-size: calc(0.8rem + 0.1vw);
  line-height: calc(1.3rem + 0.1vw);
  font-weight: 700;
  padding-left: 5px;
}

.nf-field-element {
  margin-bottom: 8px !important;
}

.nf-field-element input,
.nf-field-element textarea {
  border: 1px solid rgb(238, 238, 238) !important;
  background-color: rgb(238, 238, 238);
}

.nf-form-content input[type="button"] {
  background-color: #f07f1f !important;
  cursor: pointer;
}

.nf-form-content input[type="button"]:hover {
  color: #ffffff !important;
}

#nf-form-errors-2 {
  margin-left: 5px;
}

.btb-category {
  color: rgb(0, 0, 0) !important;
}

/* LIEFER UND VERSANDKOSTEN SEITE */

.shipping-table {
  font-family: "Roboto", sans-serif;
}

.shipping-table table thead tr {
  background-color: #ebebeb;
}

.shipping-table table tr th,
.shipping-table table tr td {
  padding: 5px;
}

.shipping-table table tbody tr {
  padding: 5px;
}

.shipping-table table tr:nth-child(even){
  background: #f6f6f6;
}

.shipping-method-title {
  margin: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.shipping-method-title i {
  margin-right: 10px;
  color: #f07f1f;
}
.shipping-method-title i.fab.fa-dhl {
  font-size: 30px;
}


.shipping-method-title h4 {
  font-family: inherit;
  color: #333333;
}

/* ------------------------------------------------------------ */
/* LOADING PLACEHOLDER */
/* ------------------------------------------------------------ */

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  min-height: 338px;
  position: relative;
  overflow: hidden;
}

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

/* ------------------------------------------------------------ */
/* Responsive */
/* ------------------------------------------------------------ */

/* All responsive Stylings belong down here */

/* Smartphones (portrait and landscape) ----------- */
@media (min-width: 320px) and (max-width: 768px) {
  #cascading-images-index {
    margin-bottom: calc(200px + 10vh);
    margin-left: calc(50px + 10vw);
    margin-top: calc(50px + 5vh);
  }

  .open {
    color: rgb(0, 0, 0) !important;
  }

  .container {
    width: 80%;
  }

  .btb-row {
    flex-direction: column;
  }

  #showcase_headline {
    padding: 0 5%;
  }

  #showcase_search {
    padding: 0 5%;
  }

  .search-box {
    width: 100%;
  }

  .btb-category-inner:hover .btb-category-title-container {
    height: 100%;
  }

  .searchbar input {
    width: 100%;
    border-radius: 0;
  }

  .searchbar .search-results {
    width: 100%;
  }

  .languagebar {
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
  }

  .clientarea {
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    position: relative;
  }

  .shoppingcart {
    display: flex;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }

  .clientarea-login,
  #shoppingcart_results,
  .languagebar-content {
    position: fixed;
    top: 80px;
    background: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-right: none;
    border-top: none;
    width: 100%;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    left: 0;
    color: rgb(0, 0, 0);
    z-index: -1;
    min-height: 100px;
    display: none;
  }

  #shoppingcart_results ul {
    max-height: 70vh !important;
    overflow-y: scroll;
  }


  .logo svg {
    height: 25px;
  }

  .logo-mobile {
    display: block !important;
  }

  .logo-desktop {
    display: none !important;
  }

}

@media (max-width: 500px) {


  #header-row {
    min-height: calc(100vh - 80px);
  }

  .clientarea {
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 80px;
    padding-left: 5px;
    padding-right: 0px;
    cursor: pointer;
    position: relative;
  }

  .btb-category {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 10%;
  }

  .btb-category:nth-child(2n + 1) {
    padding-right: 0;
  }

  .btb-category:nth-child(2n + 2) {
    padding-left: 0;
  }

  .product-profile {
    flex-direction: column;
  }

  .btb-profile-carousel {
    width: 100%;
    padding-bottom: 20px;
  }

  .btb-profile-carousel .btb-img {
    width: 80vw !important;
    height: 80vw !important;
    object-fit: cover;
  }

  .profile-info {
    padding-left: 0;
  }
}

@media (max-width: 450px) {
  /* Phones */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    width: 80%;
  }
}

/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    width: 80%;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1024px) {
  .container {
    width: 80%;
  }

  #welcome-section {
    left: -5%;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1280px) {
  .container {
    width: 1024px;
  }

  #welcome-section {
    left: -10%;
  }
}
