body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.5; }

img {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
  max-width: 100%;
  height: auto; }

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

#main {
  margin-top: 20px; }

#main.thin {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 20px; }
  #main.thin .container {
    width: 100%; }

#loginTable {
  margin-bottom: 50px; }

.mc-field-group {
  padding-bottom: 20px; }

#mce-EMAIL {
  width: 300px; }

.discountalert {
  display: inline-block;
  background-color: #fcf8e3;
  margin: 0 10px; }

@media screen and (max-width: 767px) {
  .discountalert {
    margin: 0;
    float: none !important; } }

#customnumbermodal #changeto {
  margin: 20px 0; }

.in-stock {
  background-color: #05af27 !important; }

.not-in-stock {
  background-color: #ffc800 !important; }

.filters > div:nth-child(3) {
  min-width: 155px;
  margin-right: 10px; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Roboto Slab";
  font-weight: bold; }

h1 {
  color: #000; }

h2 {
  color: #da0813; }

h3, .h3 {
  color: #000;
  font-size: 22px; }

.entry-title, .contact-title {
  margin-top: 0;
  font-family: "Roboto Slab";
  color: #da0813;
  font-weight: bold; }

.teaser-title {
  font-family: "Roboto Slab";
  color: #da0813;
  font-weight: bold;
  margin-top: 15px; }

.contact-title {
  margin-bottom: 15px; }

.hero-title {
  font-size: 40px;
  font-family: "Roboto Slab";
  font-weight: bold;
  color: #fff; }

.steps-header {
  border-bottom: 1px solid #ddd;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.btn, .contact-form-module input[type="submit"] {
  padding: 15px 50px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: none; }

.btn.small, .contact-form-module input.small[type="submit"] {
  padding: 10px 20px; }

.btn.wide, .contact-form-module input.wide[type="submit"] {
  padding: 10px 80px; }

.btn-red, .contact-form-module input[type="submit"] {
  background: #da0813;
  color: #fff !important; }

.btn-red:hover, .contact-form-module input:hover[type="submit"] {
  background: #aa0606;
  color: #fff !important; }

.btn-white {
  background: #fff;
  color: #30383b !important;
  border: 2px solid #fff; }

.btn-transparent-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important; }

.btn-transparent-white:hover {
  background-color: #fff;
  color: #30383b !important; }

.btn-transparent-gray {
  background-color: transparent;
  border: 2px solid #30383b;
  color: #30383b !important; }

.btn-transparent-gray:hover {
  background-color: #30383b;
  color: #fff !important; }

.btn-gray {
  background-color: #30383b;
  border: 2px solid #30383b;
  color: #fff; }

.btn-gray:hover {
  background-color: #22272a;
  color: #fff; }

.btn-green-buy {
  background-color: #05af27;
  border: 2px solid #05af27;
  color: #fff; }

#topbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  background: #30383b;
  font-family: 'Roboto',sans-serif;
  color: #fff;
  height: 60px; }
  #topbar a {
    color: #fff; }
  #topbar .topbar-element {
    display: inline-block;
    line-height: 60px;
    height: 60px; }
  #topbar #lang-switcher {
    float: left;
    border-right: 2px solid #999999;
    margin-right: 20px; }
    @media screen and (max-width: 991px) {
      #topbar #lang-switcher {
        display: none; } }
    #topbar #lang-switcher .nav {
      margin: 0; }
      #topbar #lang-switcher .nav > li > a {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        box-sizing: border-box; }
      #topbar #lang-switcher .nav > li > a:hover, #topbar #lang-switcher .nav > li > a:focus {
        background: #22272a; }
      #topbar #lang-switcher .nav .open a {
        background: #22272a; }
      #topbar #lang-switcher .nav .dropdown-menu {
        background: #30383b;
        border-radius: 0;
        padding: 0; }
        #topbar #lang-switcher .nav .dropdown-menu > li > a {
          background: #30383b;
          padding: 10px 20px; }
        #topbar #lang-switcher .nav .dropdown-menu > li > a:hover {
          background: #22272a; }
  #topbar #contact-section {
    float: left; }
    #topbar #contact-section .phone {
      margin-right: 15px;
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      #topbar #contact-section {
        display: none; } }
  #topbar #login-section {
    float: right;
    padding: 0 25px 0 55px;
    position: relative;
    cursor: pointer; }
    #topbar #login-section::before {
      content: "";
      position: absolute;
      background: url(../images/icon-user.png) no-repeat center center;
      background-size: contain;
      width: 30px;
      height: 30px;
      left: 20px;
      top: 50%;
      transform: translateY(-50%); }
    #topbar #login-section .login-pipes {
      margin: 0 5px; }
    #topbar #login-section a {
      text-decoration: underline; }
  #topbar #login-section.active {
    background: #424749; }
  #topbar #login-section.logged-in {
    cursor: default; }
    @media screen and (max-width: 600px) {
      #topbar #login-section.logged-in strong {
        display: none; } }
  #topbar #userinfo {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px 10px;
    line-height: normal;
    color: #000;
    width: 230px;
    right: -15px;
    margin-top: 10px; }
    #topbar #userinfo input {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      line-height: 30px;
      padding: 0 5px; }
    #topbar #userinfo button {
      padding: 5px; }
    #topbar #userinfo a {
      color: black;
      text-decoration: underline; }
    #topbar #userinfo .signup {
      margin: 10px 0; }
  #topbar #userinfo:before, #topbar #userinfo:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 30px;
    top: -10px; }
  #topbar #userinfo:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ddd;
    position: absolute;
    right: 29px;
    top: -11px; }
  #topbar #userinfo.shown {
    display: block; }
  #topbar #cart-section {
    float: right;
    background: #22272a;
    padding: 0 15px; }
    #topbar #cart-section a {
      display: block; }
    #topbar #cart-section a, #topbar #cart-section a:hover, #topbar #cart-section a:active {
      text-decoration: none; }
    #topbar #cart-section .cart-icon {
      background-image: url("../images/shopping-cart.png");
      background-repeat: no-repeat;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      width: 37px;
      background-size: auto 100%; }
    #topbar #cart-section .cart-text {
      margin: 0 10px; }
      @media screen and (max-width: 500px) {
        #topbar #cart-section .cart-text {
          display: none; } }
    #topbar #cart-section .number-of-items {
      width: 30px;
      height: 30px;
      background: #da0813;
      border-radius: 50%;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      line-height: 30px;
      font-weight: bold; }
  #topbar #mobile-menu-button.burger-menu {
    float: left;
    width: 80px;
    height: 60px;
    right: auto;
    border-right: 2px solid #999999;
    margin-right: 20px; }
    #topbar #mobile-menu-button.burger-menu .burger {
      background: #fff;
      width: 44px;
      height: 4px; }
    #topbar #mobile-menu-button.burger-menu .burger::before {
      background: #fff;
      width: 44px;
      height: 4px; }
    #topbar #mobile-menu-button.burger-menu .burger::after {
      background: #fff;
      width: 44px;
      height: 4px; }

#search-section-top {
  float: right;
  position: relative;
  color: #30383b;
  margin-right: 10px; }
  @media screen and (max-width: 991px) {
    #search-section-top {
      display: none; } }
  #search-section-top #search-form {
    margin-top: 12px;
    position: relative; }
    #search-section-top #search-form #search-field {
      border-radius: 18px;
      border: 0;
      padding: 0 30px 0 15px;
      width: 250px;
      line-height: 35px;
      outline: none; }
    #search-section-top #search-form::after {
      content: "";
      width: 20px;
      height: 20px;
      background: url(../images/icon-search.png) no-repeat;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  #search-section-top #search-results-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #eee;
    width: 700px; }
    #search-section-top #search-results-container .search-results-inner {
      padding: 10px; }
    #search-section-top #search-results-container .search-title {
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    #search-section-top #search-results-container .search-results {
      margin: 0;
      padding: 0; }
      #search-section-top #search-results-container .search-results .search-result {
        display: table;
        margin: 5px 0;
        width: 100%; }
        #search-section-top #search-results-container .search-results .search-result .result-image {
          width: 60px;
          height: 60px;
          display: table-cell;
          vertical-align: middle;
          background: #fff; }
        #search-section-top #search-results-container .search-results .search-result .result-description {
          width: 80%;
          display: table-cell;
          vertical-align: middle;
          padding-left: 10px; }
        #search-section-top #search-results-container .search-results .search-result .result-title {
          font-size: 14px;
          color: #000; }
  #search-section-top #search-results-container-vue {
    position: absolute;
    top: 100%;
    right: 0px;
    background: #eee;
    width: 700px; }
    #search-section-top #search-results-container-vue .search-results-inner {
      padding: 10px;
      width: 50%;
      float: left; }
      @media screen and (max-width: 700px) {
        #search-section-top #search-results-container-vue .search-results-inner {
          width: 100%;
          float: none; } }
    #search-section-top #search-results-container-vue .search-title {
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      margin-bottom: 5px;
      padding: 10px;
      padding-left: 0; }
    #search-section-top #search-results-container-vue .search-results {
      margin: 0;
      padding: 0; }
      #search-section-top #search-results-container-vue .search-results .search-result {
        display: table;
        margin: 5px 0;
        width: 100%; }
        #search-section-top #search-results-container-vue .search-results .search-result .result-image {
          width: 60px;
          height: 60px;
          display: table-cell;
          vertical-align: middle;
          background: #fff; }
        #search-section-top #search-results-container-vue .search-results .search-result .result-description {
          width: 80%;
          display: table-cell;
          vertical-align: middle;
          padding-left: 10px; }
        #search-section-top #search-results-container-vue .search-results .search-result .result-title {
          font-size: 14px;
          color: #000; }
    #search-section-top #search-results-container-vue .search-results-groups .search-result {
      display: table;
      margin: 5px 0;
      width: 100%; }
      #search-section-top #search-results-container-vue .search-results-groups .search-result .result-image {
        width: 60px;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
        background: #fff; }
      #search-section-top #search-results-container-vue .search-results-groups .search-result .result-description {
        width: 80%;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px; }
        #search-section-top #search-results-container-vue .search-results-groups .search-result .result-description .result-description {
          display: none; }
      #search-section-top #search-results-container-vue .search-results-groups .search-result .result-title {
        font-size: 14px;
        color: #000; }
      #search-section-top #search-results-container-vue .search-results-groups .search-result .result-path {
        font-size: 0.9em;
        color: #a0a0a0; }

#mainbar {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-top: 60px; }

#logo {
  float: left;
  padding: 30px 0px;
  margin-right: 25px;
  margin-left: 25px; }
  #logo img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 1280px) and (min-width: 992px) {
    #logo {
      width: 145px;
      margin-right: 5px; } }
  @media screen and (max-width: 400px) {
    #logo {
      padding: 37px 0px;
      margin-right: 0; }
      #logo img {
        max-width: 150px; } }

#nav {
  float: left;
  position: relative; }
  @media screen and (max-width: 991px) {
    #nav {
      float: none;
      clear: both;
      border-top: 1px solid #ddd; } }
  #nav > ul {
    margin: 0;
    padding: 0; }
    #nav > ul a:active, #nav > ul a:focus {
      text-decoration: none; }
    #nav > ul > li {
      float: left;
      display: inline-block; }
      #nav > ul > li > a {
        display: inline-block;
        padding: 46px 13px;
        font-size: 17px;
        max-height: 110px;
        line-height: 18px;
        font-family: "Roboto Slab";
        font-weight: bold;
        color: #000;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
        @media screen and (max-width: 1280px) and (min-width: 992px) {
          #nav > ul > li > a {
            font-size: 14px;
            padding: 46px 12px; } }
      #nav > ul > li > a:hover {
        text-decoration: none;
        background: #f5f5f5; }
      #nav > ul > li.shopmain {
        padding-top: 36px; }
        #nav > ul > li.shopmain a {
          background-color: #3873F5;
          padding: 10px 15px !important;
          border-radius: 20px !important;
          color: #fff !important; }
          #nav > ul > li.shopmain a::after {
            display: none !important; }
        #nav > ul > li.shopmain > ul {
          display: none; }
        @media screen and (max-width: 991px) {
          #nav > ul > li.shopmain {
            padding: 0; }
            #nav > ul > li.shopmain a {
              padding: 20px 30px !important;
              border-radius: 0 !important;
              width: 100%; } }
        #nav > ul > li.shopmain:hover a {
          background-color: #3873F5; }
      #nav > ul > li ul {
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        top: 100%;
        width: 240px;
        background: #f5f5f5;
        z-index: 100; }
        #nav > ul > li ul > li {
          display: block;
          text-align: left; }
          #nav > ul > li ul > li a {
            display: block;
            padding: 8px 15px;
            color: #000;
            -webkit-transition: 0.3s all ease-in-out;
            -moz-transition: 0.3s all ease-in-out;
            -ms-transition: 0.3s all ease-in-out;
            -o-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out; }
          #nav > ul > li ul > li a:hover {
            text-decoration: none;
            color: #000;
            background: #eee; }
      @media screen and (max-width: 991px) {
        #nav > ul > li {
          float: none;
          display: block; }
          #nav > ul > li > a {
            display: block;
            padding: 20px 30px; }
          #nav > ul > li ul {
            display: block;
            position: static;
            width: auto; }
            #nav > ul > li ul li a {
              padding-left: 50px; } }
    @media screen and (max-width: 991px) {
      #nav > ul > li:nth-child(odd) {
        background-color: #f5f5f5; } }
    #nav > ul li.red-btn {
      padding-top: 36px;
      padding-left: 20px; }
      #nav > ul li.red-btn a {
        background-color: #da0813;
        padding: 10px 15px !important;
        border-radius: 20px !important;
        color: #fff !important; }
      #nav > ul li.red-btn a:after {
        display: none !important; }
      #nav > ul li.red-btn ul {
        display: none !important; }
      @media screen and (max-width: 991px) {
        #nav > ul li.red-btn {
          padding: 0; }
          #nav > ul li.red-btn a {
            padding: 20px 30px !important;
            border-radius: 0 !important; } }
    #nav > ul li.red-btn:hover a {
      background-color: #da0813; }
    #nav > ul li:hover ul {
      display: block; }
    #nav > ul > li.has-dropdown > a:after {
      content: "";
      display: inline-block;
      width: 17px;
      height: 9px;
      background-image: url("../images/chevron-down.png");
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 7px; }
  #nav #lang-switcher {
    display: none;
    margin-left: 30px; }
    @media screen and (max-width: 991px) {
      #nav #lang-switcher {
        display: block;
        float: none; } }
    #nav #lang-switcher .nav > li {
      display: inline-block; }
  @media screen and (max-width: 991px) {
    #nav {
      position: fixed;
      top: 60px;
      width: 100%;
      z-index: 10001;
      background: #fff;
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      padding-bottom: 60px; } }

#nav.smallerText-0 > ul > li > a, #nav.smallerText-1 > ul > li > a {
  font-size: 0.9em; }

#search-section {
  position: absolute;
  right: 0;
  height: 110px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  transition-duration: 0.4s;
  z-index: 110; }
  @media screen and (max-width: 500px) {
    #search-section {
      display: none; } }
  #search-section #search-icon {
    width: 110px;
    height: 110px;
    background-image: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center center;
    background-color: #f5f5f5;
    cursor: pointer;
    float: left; }
  #search-section #search-form {
    height: 110px;
    line-height: 50px;
    padding: 30px 0;
    background: #f5f5f5;
    width: 0;
    float: left; }
    #search-section #search-form #search-field {
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: #f5f5f5;
      font-size: 24px;
      width: 100%; }
    #search-section #search-form #search-field:focus {
      outline: none; }
  #search-section #search-results-container, #search-section #search-results-container-vue {
    display: none;
    position: absolute;
    top: 100%;
    left: 110px;
    background: #eee;
    width: 700px; }
    #search-section #search-results-container .search-results-inner, #search-section #search-results-container-vue .search-results-inner {
      padding: 10px; }
    #search-section #search-results-container .search-title, #search-section #search-results-container-vue .search-title {
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    #search-section #search-results-container .search-results, #search-section #search-results-container-vue .search-results {
      margin: 0;
      padding: 0; }
      #search-section #search-results-container .search-results .search-result, #search-section #search-results-container-vue .search-results .search-result {
        display: table;
        margin: 5px 0;
        width: 100%; }
        #search-section #search-results-container .search-results .search-result .result-image, #search-section #search-results-container-vue .search-results .search-result .result-image {
          width: 60px;
          height: 60px;
          display: table-cell;
          vertical-align: middle;
          background: #fff; }
        #search-section #search-results-container .search-results .search-result .result-description, #search-section #search-results-container-vue .search-results .search-result .result-description {
          width: 80%;
          display: table-cell;
          vertical-align: middle;
          padding-left: 10px; }
        #search-section #search-results-container .search-results .search-result .result-title, #search-section #search-results-container-vue .search-results .search-result .result-title {
          font-size: 14px;
          color: #000; }

.loading-results {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  border: 4px solid #e8eff3;
  border-top: 4px solid #9ea4a7;
  display: block;
  float: right; }

@-ms-keyframes spin {
  .loading-results 0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .loading-results 100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/*#search-section.active{
	left:268px;	
	@include translateX(0);
	
	@media screen and (max-width:767px){
		left:0;
	}
	
}*/
#mobile-menu-button.burger-menu {
  position: relative;
  width: 110px;
  height: 110px;
  right: 110px;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 991px) {
    #mobile-menu-button.burger-menu {
      display: block; } }
  @media screen and (max-width: 500px) {
    #mobile-menu-button.burger-menu {
      right: 0px; } }

#category-menu-button.burger-menu {
  position: absolute;
  width: 70px;
  height: 67px;
  right: 10px;
  top: 0;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 991px) {
    #category-menu-button.burger-menu {
      display: block; } }
  @media screen and (max-width: 500px) {
    #category-menu-button.burger-menu {
      right: 0px; } }
  #category-menu-button.burger-menu .burger, #category-menu-button.burger-menu .burger::before, #category-menu-button.burger-menu .burger::after {
    background: #fff; }

#category-menu-button.burger-menu.active .burger::before, #category-menu-button.burger-menu.active .burger::after {
  background: #fff !important; }

.burger-menu-title {
  position: absolute;
  right: 100%;
  font-size: 27px;
  padding-right: 15px;
  color: #333;
  top: 3px;
  opacity: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  color: #fff; }

.burger {
  position: absolute;
  background: #30383b;
  width: 44px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1; }

.burger::before {
  position: absolute;
  background: #30383b;
  width: 44px;
  height: 4px;
  top: 12px;
  content: "";
  display: block; }

.burger::after {
  position: absolute;
  background: #30383b;
  width: 44px;
  height: 4px;
  bottom: 12px;
  content: "";
  display: block; }

.burger::after,
.burger::before,
.burger {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.burger-menu.active .burger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  bottom: 0px !important;
  top: 0; }

.burger-menu.active .burger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0px;
  bottom: 0px; }

.burger-menu.active .burger {
  background: transparent !important; }

.burger-menu.active .burger-menu-title {
  opacity: 0; }

@media screen and (min-width: 992px) {
  #nav {
    display: block !important; } }

@media screen and (max-width: 991px) {
  #mainbar #mobile-menu-button {
    display: block;
    float: right; }
  #mainbar #nav {
    display: none; } }

/***** STICKY HEADER ******/
@media screen and (min-width: 992px) {
  body {
    margin-top: 140px; }
  body.has-sub-header {
    margin-top: 193px; }
  #mainbar {
    position: fixed;
    top: 60px;
    z-index: 20;
    width: 100%;
    padding-top: 0;
    background: #fff; }
  #nav > ul > li > a {
    padding-top: 31px;
    padding-bottom: 31px; }
  #nav > ul > li.shopmain {
    padding-top: 21px; }
  #logo {
    padding: 15px 0;
    width: auto !important; }
  #sub-header {
    position: fixed;
    top: 141px;
    width: 100%;
    background: #fff;
    z-index: 19;
    transform: translateY(0%); } }

.sticky-header-shown {
  /*
    #mainbar {
        -ms-animation-name: stickyHeaderDown;
        -ms-animation-duration: 0.3s;
        -ms-animation-fill-mode: forwards;
        animation-name: stickyHeaderDown;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;

        @-ms-keyframes stickyHeaderDown {
            0% {
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }

            100% {
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @keyframes stickyHeaderDown {
            0% {
                transform: translateY(-100%);
            }

            100% {
                transform: translateY(0%);
            }
        }
    }

    #sub-header {
        -ms-animation-name: stickySubHeaderDown;
        -ms-animation-duration: 0.3s;
        -ms-animation-fill-mode: forwards;
        animation-name: stickySubHeaderDown;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;

        @-ms-keyframes stickySubHeaderDown {
            0% {
                -ms-transform: translateY(0%);
                transform: translateY(0%);
                top: 60px;
            }

            100% {
                -ms-transform: translateY(0%);
                transform: translateY(0%);
                top: 141px;
            }
        }

        @keyframes stickySubHeaderDown {
            0% {
                transform: translateY(0%);
                top: 60px;
            }

            100% {
                transform: translateY(0%);
                top: 141px;
            }
        }
    }*/ }

.sticky-header-hidden {
  /*#mainbar {
        -ms-animation-name: stickyHeaderUp;
        -ms-animation-duration: 0.3s;
        -ms-animation-fill-mode: forwards;
        animation-name: stickyHeaderUp;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;

        @-ms-keyframes stickyHeaderUp {
            0% {
                -ms-transform: translateY(0);
            }

            100% {
                -ms-transform: translateY(-100%);
            }
        }

        @keyframes stickyHeaderUp {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-100%);
            }
        }
    }
    #sub-header {
        -ms-animation-name: stickySubHeaderUp;
        -ms-animation-duration: 0.3s;
        -ms-animation-fill-mode: forwards;
        animation-name: stickySubHeaderUp;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;

        @-ms-keyframes stickySubHeaderUp {
            0% {
                -ms-transform: translateY(0);
            }

            100% {
                -ms-transform: translateY(0);
                top: 60px;
            }
        }

        @keyframes stickySubHeaderUp {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(0%);
                top: 60px;
            }
        }
    }*/ }

@media only screen and (max-width: 991px) {
  .sticky-header {
    margin-top: 0px !important; }
  .sticky-header-shown {
    /*#mainbar, #sub-header{
        
        -ms-animation-name: none;
        
        animation-name:none;

    }*/ }
  .sticky-header-hidden {
    /*#mainbar, #sub-header{
        -ms-animation-name: none;
        animation-name:none;	
    }*/ } }

/* changes to mobile menu */
#login-mobile {
  display: none !important;
  float: right;
  margin: 0 !important; }
  #login-mobile .dropdown.open {
    background: #22272a; }
    #login-mobile .dropdown.open a.dropdown-toggle {
      background: #22272a !important; }
  #login-mobile .dropdown-menu {
    background: #22272a;
    position: absolute; }
    #login-mobile .dropdown-menu a {
      padding: 10px 10px;
      display: block; }
      #login-mobile .dropdown-menu a:hover {
        background: #30383B; }
    @media screen and (max-width: 500px) {
      #login-mobile .dropdown-menu {
        right: 0;
        left: auto; } }
  #login-mobile a.dropdown-toggle {
    height: 60px;
    width: 60px;
    position: relative;
    cursor: pointer; }
    #login-mobile a.dropdown-toggle:hover, #login-mobile a.dropdown-toggle:focus, #login-mobile a.dropdown-toggle:active, #login-mobile a.dropdown-toggle:visited, #login-mobile a.dropdown-toggle:focus-within {
      background: #22272a; }
    #login-mobile a.dropdown-toggle::before {
      content: "";
      position: absolute;
      background: url(../images/icon-user.png) no-repeat center center;
      background-size: contain;
      width: 30px;
      height: 30px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  @media screen and (max-width: 1250px) {
    #login-mobile.logged-in {
      display: inline-block !important; } }

@media screen and (max-width: 1250px) {
  #login-section.logged-in {
    display: none !important; } }

@media screen and (max-width: 500px) {
  #login-section {
    padding: 0 15px 0 40px !important; }
    #login-section #login-btn {
      font-size: 11px; }
    #login-section::before {
      left: 5px !important; } }

#search-section-top {
  display: block !important;
  position: relative; }
  #search-section-top .mobile-icon {
    display: none;
    height: 60px;
    width: 60px;
    cursor: pointer;
    background-image: url(../images/search-icon-white.png);
    background-position: center center;
    background-size: 30px auto;
    background-repeat: no-repeat; }
    #search-section-top .mobile-icon:hover {
      background-color: #22272a; }
    @media screen and (max-width: 991px) {
      #search-section-top .mobile-icon {
        display: block; } }
  @media screen and (max-width: 991px) {
    #search-section-top #search-form {
      display: none; } }
  @media screen and (max-width: 991px) {
    #search-section-top {
      margin-right: 0; }
      #search-section-top.open .mobile-icon {
        background-color: #22272a; }
      #search-section-top.open #search-form {
        display: block !important;
        position: absolute;
        top: 100%;
        right: 0;
        border: 1px solid #ccc;
        border-top: 0;
        margin-top: 0;
        background: #FFF; }
        #search-section-top.open #search-form #search-field {
          border-radius: 0;
          padding: 5px 30px 5px 15px; } }
    @media screen and (max-width: 991px) and (max-width: 700px) {
      #search-section-top.open #search-form {
        width: 100%;
        left: 0;
        right: auto;
        padding: 10px 30px 10px 15px; }
        #search-section-top.open #search-form #search-field {
          width: 100%; } }
  @media screen and (max-width: 991px) {
      #search-section-top #search-results-container, #search-section-top #search-results-container-vue {
        margin-top: 45px;
        width: 500px;
        max-height: calc(100vh - 150px);
        overflow-y: scroll; } }
    @media screen and (max-width: 991px) and (max-width: 825px) {
      #search-section-top #search-results-container, #search-section-top #search-results-container-vue {
        width: 400px; } }
    @media screen and (max-width: 991px) and (max-width: 700px) {
      #search-section-top #search-results-container, #search-section-top #search-results-container-vue {
        left: 0;
        right: auto;
        width: 100%;
        margin-top: 55px;
        max-height: 400px; } }
  @media screen and (max-width: 700px) {
    #search-section-top {
      position: static; } }

.lang-link {
  display: none;
  padding: 20px 30px;
  font-size: 17px;
  max-height: 110px;
  line-height: 18px;
  font-family: "Roboto Slab";
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 2px solid #30383B; }
  .lang-link:hover {
    color: #000; }
  @media screen and (max-width: 991px) {
    .lang-link {
      display: block; } }

#sub-header {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #sub-header {
      margin-bottom: 20px; } }

#breadcrumb ul {
  padding: 0;
  margin: 0; }
  #breadcrumb ul li {
    display: inline-block;
    float: left;
    text-transform: none;
    color: #999999;
    font-weight: bold; }
    #breadcrumb ul li a {
      color: inherit;
      margin-right: -5px;
      white-space: nowrap; }
  #breadcrumb ul li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px; }
  #breadcrumb ul li:last-child:after {
    display: none; }

#signup-teaser a {
  color: #da0813;
  text-decoration: underline;
  font-weight: bold; }

#signup-teaser a:hover {
  color: #aa0606; }

@media screen and (max-width: 991px) {
  #breadcrumb, #signup-teaser {
    float: none !important;
    display: block !important; }
  #breadcrumb {
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  #breadcrumb {
    display: none !important; } }

#product-menu {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #product-menu {
      margin-bottom: 20px; } }
  #product-menu #product-menu-title {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      #product-menu #product-menu-title {
        padding: 20px 15px;
        font-size: 19px;
        margin: 0;
        background: #30383b;
        color: #fff; } }
  @media screen and (max-width: 767px) {
    #product-menu nav {
      display: none; } }
  #product-menu nav > ul {
    margin: 0;
    padding: 0; }
    #product-menu nav > ul > li {
      display: block;
      border-top: 1px solid #ddd;
      position: relative; }
      #product-menu nav > ul > li > a {
        display: block;
        padding: 10px 10px 10px 28px;
        color: #000;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
        @media screen and (max-width: 767px) {
          #product-menu nav > ul > li > a {
            padding: 15px 10px 15px 28px; } }
      #product-menu nav > ul > li > a:hover {
        text-decoration: none;
        color: #da0813; }
      #product-menu nav > ul > li ul {
        margin: 0;
        padding: 0; }
        #product-menu nav > ul > li ul li {
          display: block; }
          #product-menu nav > ul > li ul li a {
            display: block;
            padding: 3px 5px 3px 28px;
            color: #000; }
        #product-menu nav > ul > li ul li:last-child {
          margin-bottom: 20px; }
        #product-menu nav > ul > li ul li.active a {
          font-weight: bold;
          text-decoration: underline; }
    #product-menu nav > ul > li:before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      background-image: url("../images/product-menu-list-item.png");
      background-size: cover;
      background-repeat: no-repeat;
      left: 5px;
      top: 14px; }
      @media screen and (max-width: 767px) {
        #product-menu nav > ul > li:before {
          top: 19px; } }
    #product-menu nav > ul > li.active:before {
      background-image: url("../images/product-menu-list-item-active.png"); }
    #product-menu nav > ul > li.active > a {
      font-weight: bold;
      color: #da0813; }
    #product-menu nav > ul > li:last-child {
      border-bottom: 1px solid #ddd; }

#category-list {
  margin-top: 50px; }
  #category-list ul {
    margin: 0;
    padding: 0; }
    #category-list ul li {
      display: block;
      margin-bottom: 30px; }
      #category-list ul li .category {
        overflow: hidden;
        border: 1px solid #ddd; }
      #category-list ul li .category-image {
        text-align: center;
        padding: 10px;
        display: table;
        width: 100.5%;
        border-collapse: collapse;
        border-spacing: 0; }
        #category-list ul li .category-image .image-inner {
          display: table-cell;
          vertical-align: middle; }
        #category-list ul li .category-image img {
          max-width: 100%;
          height: auto; }
          @media screen and (min-width: 1200px) {
            #category-list ul li .category-image img {
              max-height: 113px; } }
          @media screen and (min-width: 992px) and (max-width: 1199px) {
            #category-list ul li .category-image img {
              max-height: 125px; } }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            #category-list ul li .category-image img {
              max-height: 125px; } }
          @media screen and (max-width: 767px) {
            #category-list ul li .category-image img {
              max-height: 125px; } }
        @media screen and (min-width: 1200px) {
          #category-list ul li .category-image {
            height: 133px; } }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          #category-list ul li .category-image {
            height: 145px; } }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          #category-list ul li .category-image {
            height: 145px; } }
        @media screen and (max-width: 767px) {
          #category-list ul li .category-image {
            height: 145px; } }
      #category-list ul li .category-name {
        background: #f5f5f5;
        border-top: 1px solid #ddd;
        text-align: center;
        font-weight: normal;
        font-family: "Open Sans";
        color: #000;
        text-decoration: none !important;
        display: table;
        width: 100.5%;
        font-size: 14px;
        border-collapse: collapse;
        border-spacing: 0; }
        #category-list ul li .category-name .name-inner {
          display: table-cell;
          width: 100%;
          vertical-align: middle;
          height: 51px;
          padding-left: 10px;
          padding-right: 10px; }
      #category-list ul li a:hover {
        text-decoration: none !important; }
        #category-list ul li a:hover * {
          text-decoration: none !important; }
    @media screen and (min-width: 1200px) {
      #category-list ul > li:nth-child(4n+1) {
        clear: both; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #category-list ul > li:nth-child(3n+1) {
        clear: both; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #category-list ul > li:nth-child(2n+1) {
        clear: both; } }
    @media screen and (max-width: 767px) {
      #category-list ul > li:nth-child(2n+1) {
        clear: both; } }
    @media screen and (max-width: 400px) {
      #category-list ul > li {
        width: 100%;
        float: none;
        clear: both; } }

#category-breadcrumb ul {
  padding: 0;
  margin: 0; }
  #category-breadcrumb ul li {
    display: inline-block;
    float: left;
    text-transform: none;
    color: #999999; }
    #category-breadcrumb ul li a {
      color: inherit;
      margin-left: -5px;
      white-space: nowrap; }
  #category-breadcrumb ul li[data-children="0"], #category-breadcrumb ul li[data-level="1"] {
    display: none; }
  #category-breadcrumb ul li:before {
    content: ">";
    display: inline-block;
    margin: 0 10px; }
  #category-breadcrumb ul li:nth-child(2):before {
    display: none; }
  #category-breadcrumb ul li:nth-child(2) a {
    margin-left: 0 !important; }

#signup-teaser {
  text-align: right; }

#toolbar {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-top: 30px; }

#show-own-numbers .label-text {
  display: inline-block;
  line-height: 25px;
  margin-right: 10px;
  font-weight: bold; }

#show-own-numbers .own-color {
  color: #0598f5; }

#show-own-numbers #show-own-numbers-activate {
  width: 60px;
  display: inline-block;
  vertical-align: middle; }
  #show-own-numbers #show-own-numbers-activate *, #show-own-numbers #show-own-numbers-activate *:before, #show-own-numbers #show-own-numbers-activate *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition*/
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none; }

#products {
  margin-top: 20px; }
  #products .product {
    padding-top: 20px;
    margin-bottom: 30px; }
    #products .product .product-title {
      font-weight: bold;
      font-family: "Roboto Slab";
      font-size: 23px; }
    #products .product .product-images {
      margin-top: 20px; }
      #products .product .product-images .image-inner {
        display: table;
        width: 100%;
        vertical-align: middle; }
        #products .product .product-images .image-inner .image {
          display: table-cell;
          text-align: center;
          max-height: 300px;
          width: 300px; }
          #products .product .product-images .image-inner .image .modalimage {
            width: 300px;
            margin: 0 auto;
            display: block; }
            #products .product .product-images .image-inner .image .modalimage:after {
              pointer-events: none;
              margin-top: -35px; }
          #products .product .product-images .image-inner .image img {
            max-width: 100%;
            height: auto;
            max-height: 300px; }
      @media screen and (max-width: 767px) {
        #products .product .product-images .image-inner .image {
          display: block;
          width: 100%;
          height: auto;
          margin: 5px 0;
          text-align: center; } }
    #products .product td.documents {
      position: relative;
      min-height: 29px; }
    #products .product .context-menu-toggle {
      display: inline-block;
      width: 20px;
      height: 23px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      cursor: pointer;
      /*float: left;
			background-color: $color-red;*/
      /*background-image: url('../images/context-menu-arrow-down.png');
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 7px auto;*/ }
    #products .product .context-menu-toggle.toggled, #products .product .context-menu-toggle:hover {
      /*background-color: $color-red-highlight;*/ }
    #products .product .context-menu-toggle.toggled {
      border-bottom-right-radius: 0; }
    #products .product .context-menu {
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: 15px;
      width: 160px;
      background: #fff;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      display: none;
      z-index: 100;
      border: 1px solid #ddd;
      text-align: left; }
      #products .product .context-menu ul {
        margin: 0;
        padding: 0; }
        #products .product .context-menu ul li {
          display: block;
          padding: 15px 0 15px 45px;
          font-size: 14px;
          cursor: pointer;
          border-bottom: 1px solid #ddd;
          background-position: 10px center;
          background-repeat: no-repeat; }
          #products .product .context-menu ul li a {
            color: black;
            text-decoration: none; }
        #products .product .context-menu ul li:last-child {
          border: 0; }
        #products .product .context-menu ul li.add-to-cart {
          font-weight: bold;
          background-image: url("../images/context-menu-shopping-cart.png"); }
        #products .product .context-menu ul li.get-datasheet {
          background-image: url("../images/context-menu-datasheet.png"); }
        #products .product .context-menu ul li.add-to-favorite {
          background-image: url("../images/context-menu-favorite.png"); }
        #products .product .context-menu ul li.add-own-number {
          background-image: url("../images/context-menu-edit.png"); }
        #products .product .context-menu ul li:hover {
          background-color: #f5f5f5; }
    #products .product .context-menu.shown {
      display: block; }
    #products .product .own {
      color: #0598f5;
      font-weight: bold; }
    #products .product .stock-status-text {
      text-transform: uppercase;
      font-weight: bold; }
    #products .product .in-stock-text {
      color: #05af27; }
    #products .product .not-in-stock-text {
      color: #ffc800; }
    #products .product .input-container {
      display: block;
      vertical-align: middle;
      position: relative;
      min-width: 140px;
      margin: 10px 0; }
      #products .product .input-container .number-input {
        width: 30px;
        height: 23px;
        border: 1px solid #ddd;
        border-right: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        text-align: right;
        padding-right: 5px;
        display: inline-block;
        float: left;
        -moz-appearance: textfield; }
      #products .product .input-container .number-input-2 {
        width: 32px;
        border: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-right: 4px; }
      #products .product .input-container .number-input-3 {
        /*font-size: 1.3em;*/
        color: black;
        width: 44px;
        height: 36px;
        border: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-right: 4px;
        margin-right: 6px;
        float: none;
        vertical-align: middle; }
      #products .product .input-container .number-input-3.invalid {
        color: #da0813; }
      #products .product .input-container .btn-green-buy {
        height: 36px;
        padding: 0px 25px; }
      #products .product .input-container .number-input::-webkit-outer-spin-button,
      #products .product .input-container .number-input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */ }

.imagepreview {
  max-height: 80vh;
  max-width: 100%;
  width: auto !important;
  display: block;
  margin: 0 auto; }

/*========= TABLE SPECS STYLES ============*/
#products table.product-table-v2 .pb-popup-opret, #products table.product-table-v2 .pb-popup-login {
  margin-bottom: .5em;
  padding: 5px 10px; }

#products table.product-table-v2 td:first-child {
  min-width: 150px; }

#products table.product-table-v2 .discount-info.loading-prices {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  border: 4px solid #e8eff3;
  border-top: 4px solid #9ea4a7;
  text-align: right;
  display: inline-block; }

@-ms-keyframes spin {
  #products table.product-table-v2 .discount-info.loading-prices 0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #products table.product-table-v2 .discount-info.loading-prices 100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

#products table.product-table-v2 ul.ulspecifications {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  #products table.product-table-v2 ul.ulspecifications li {
    float: left;
    display: block;
    width: 50%;
    border-bottom: 1px #d6dee3 solid;
    padding: 4px 10px; }
    #products table.product-table-v2 ul.ulspecifications li:nth-last-child(1) {
      border-bottom: 0px red none; }
    #products table.product-table-v2 ul.ulspecifications li span {
      color: #666; }

#products table.product-table-v2 ul.ulspecifications.is-even li:nth-last-child(2) {
  border-bottom: 0px red none; }

/**/
#orderdetails .amountwarning {
  font-size: 12px;
  display: none;
  background: #da0813;
  position: absolute;
  width: 270px;
  right: 0;
  margin-top: -10px;
  margin-right: 120px;
  padding: 12px;
  color: white;
  font-weight: bold;
  text-align: left;
  border-radius: 4px;
  white-space: unset; }
  #orderdetails .amountwarning .arrow-right {
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #da0813;
    position: absolute;
    margin-top: 10px;
    right: 0;
    margin-right: -5px; }
  #orderdetails .amountwarning span {
    display: block; }
  #orderdetails .amountwarning .warn-amountcontact {
    font-weight: normal; }

/*========= TABLESORTER STYLES ============*/
#products table.product-table-v2 {
  width: 100%; }
  #products table.product-table-v2 .varenr {
    white-space: nowrap; }
    #products table.product-table-v2 .varenr a {
      color: #666; }
  #products table.product-table-v2 .varenr-own {
    white-space: nowrap;
    display: none; }
    #products table.product-table-v2 .varenr-own a {
      color: #666; }
  #products table.product-table-v2 thead tr th {
    background-color: #30383b;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #30383b;
    font-family: "Open Sans";
    min-width: 30px; }
    #products table.product-table-v2 thead tr th.filedownload {
      background-image: url(../images/document-icon-th.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 18px; }
    #products table.product-table-v2 thead tr th.thprice {
      text-align: right; }
  #products table.product-table-v2 tbody tr td {
    background-color: #e8eff3;
    padding: 10px 15px 10px 15px;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #cbcdce;
    font-family: "Open Sans";
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear; }
    #products table.product-table-v2 tbody tr td a.change-productno {
      display: block;
      padding: 0px 24px 0px 0px; }
    #products table.product-table-v2 tbody tr td .files ul {
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0; }
      #products table.product-table-v2 tbody tr td .files ul a {
        color: #5a5a5a;
        text-decoration: underline; }
    #products table.product-table-v2 tbody tr td.highlight {
      background-color: #fef9e6; }
  #products table.product-table-v2 tbody tr td.documents .context-menu-toggle {
    background-image: url(../images/document-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px;
    text-align: center;
    padding-top: 4px;
    font-weight: bold;
    font-size: 0.9em; }
  #products table.product-table-v2 tbody tr td .varenr-own a.change-productno .has-own {
    color: #0598f5; }
  #products table.product-table-v2 tbody tr td.input-column {
    white-space: nowrap;
    text-align: right;
    min-width: 150px; }
    #products table.product-table-v2 tbody tr td.input-column .price {
      display: inline-block; }
    #products table.product-table-v2 tbody tr td.input-column .priceinfo {
      text-align: right; }
    #products table.product-table-v2 tbody tr td.input-column .discount-info {
      text-align: right; }
      #products table.product-table-v2 tbody tr td.input-column .discount-info .secondtab {
        width: 90px;
        display: inline-block; }
    #products table.product-table-v2 tbody tr td.input-column .amountwarning {
      display: none;
      background: #da0813;
      position: absolute;
      width: auto;
      right: 0;
      margin-top: -10px;
      margin-right: 140px;
      padding: 12px;
      color: white;
      font-weight: bold;
      text-align: left;
      border-radius: 4px;
      white-space: unset; }
      #products table.product-table-v2 tbody tr td.input-column .amountwarning .arrow-right {
        width: 0px;
        height: 0px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #da0813;
        position: absolute;
        margin-top: 10px;
        right: 0;
        margin-right: -5px; }
      #products table.product-table-v2 tbody tr td.input-column .amountwarning span {
        display: block; }
      #products table.product-table-v2 tbody tr td.input-column .amountwarning .amountcontact {
        font-weight: normal; }
  #products table.product-table-v2 tbody .varenr:hover a.change-productno, #products table.product-table-v2 tbody .varenr-own:hover a.change-productno {
    background-image: url(../images/context-menu-edit-blue.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 19px; }

#products table.own-numbers-shown .varenr-own {
  display: table-cell !important; }

#products table.own-numbers-shown .varenr {
  display: none !important; }

@media screen and (max-width: 991px) {
  #products table.product-table-v2 {
    display: block;
    background: transparent; }
    #products table.product-table-v2 thead, #products table.product-table-v2 tbody {
      display: block; }
      #products table.product-table-v2 thead tr, #products table.product-table-v2 thead td, #products table.product-table-v2 thead th, #products table.product-table-v2 tbody tr, #products table.product-table-v2 tbody td, #products table.product-table-v2 tbody th {
        display: block; }
    #products table.product-table-v2 thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    #products table.product-table-v2 tbody tr {
      margin-bottom: 30px;
      /*
                    td:before {
                        content: attr(data-title);
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        width: 45%;
                        height: 100%;
                        padding: 5px 10px;
                        white-space: nowrap;
                        text-align: left;
                        font-weight: bold;
                        background: $color-dark-gray;
                        color: #fff;
                    }
                    */ }
      #products table.product-table-v2 tbody tr td {
        border: none;
        border-bottom: 1px solid #ddd;
        white-space: normal;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px; }
      #products table.product-table-v2 tbody tr td.input-column {
        width: auto;
        text-align: right; }
        #products table.product-table-v2 tbody tr td.input-column .in-stock {
          width: 15px;
          height: 15px; }
        #products table.product-table-v2 tbody tr td.input-column .input-container .amountwarning {
          display: none;
          background: #da0813;
          position: absolute;
          width: 100%;
          padding: 12px;
          color: white;
          font-weight: bold;
          text-align: left;
          border-radius: 4px;
          left: 0;
          white-space: unset;
          bottom: 0;
          margin-bottom: 45px; }
          #products table.product-table-v2 tbody tr td.input-column .input-container .amountwarning .arrow-right {
            border-top: 6px solid #da0813;
            width: 0px;
            height: 0px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            margin-bottom: -11px;
            bottom: 0;
            left: 80px; }
          #products table.product-table-v2 tbody tr td.input-column .input-container .amountwarning span {
            display: block;
            white-space: normal; }
          #products table.product-table-v2 tbody tr td.input-column .input-container .amountwarning .amountcontact {
            font-weight: normal; }
        #products table.product-table-v2 tbody tr td.input-column .input-container .number-input {
          width: 115px;
          height: 35px;
          font-size: 16px; }
        #products table.product-table-v2 tbody tr td.input-column .input-container .context-menu-toggle {
          width: 30px;
          height: 35px; } }
      @media screen and (max-width: 991px) and (max-width: 767px) {
        #products table.product-table-v2 tbody tr td.input-column .input-container .number-input {
          width: 50%;
          height: 35px;
          font-size: 16px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) and (max-width: 370px) {
    #products table.product-table-v2 tbody tr td.input-column .input-container .number-input {
      width: 60%; } }
      @media screen and (max-width: 991px) and (max-width: 767px) {
        #products table.product-table-v2 tbody tr td.input-column .input-container .context-menu-toggle {
          width: 20%;
          height: 35px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) and (max-width: 370px) {
    #products table.product-table-v2 tbody tr td.input-column .input-container .context-menu-toggle {
      width: 40%; } }

/*========== IOS TOGGLE ============*/
.ios-toggle, .ios-toggle:active {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border: none;
  outline: none; }

.checkbox-label {
  display: inline-block;
  position: relative;
  padding: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 25px;
  /*border-radius*/
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #f8f8f8;
  cursor: pointer; }

.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 25px;
  text-indent: 40px;
  height: 25px;
  width: 25px;
  /*border-radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  background: white;
  /*box-shadow*/
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd; }

.checkbox-label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #bfbfbf;
  white-space: nowrap; }

.ios-toggle:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11;
  -moz-box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11;
  box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11; }

.ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 25px);
  /*box-shadow*/
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3); }

.ios-toggle:checked + .checkbox-label:after {
  content: attr(data-on);
  left: 60px;
  width: 25px; }

/* GREEN CHECKBOX */
#checkbox1 + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #13bf11, 0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #13bf11, 0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #13bf11, 0 0 0 2px #dddddd; }

#checkbox1:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 18px #13bf11, 0 0 0 2px #13bf11;
  -moz-box-shadow: inset 0 0 0 18px #13bf11, 0 0 0 2px #13bf11;
  box-shadow: inset 0 0 0 18px #13bf11, 0 0 0 2px #13bf11; }

#checkbox1:checked + .checkbox-label:after {
  color: #13bf11; }

/* RED CHECKBOX */
#checkbox2 + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd; }

#checkbox2:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
  -moz-box-shadow: inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
  box-shadow: inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42; }

#checkbox2:checked + .checkbox-label:after {
  color: #f35f42; }

/* BLUE CHECKBOX */
#checkbox3 + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd; }

#checkbox3:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
  -moz-box-shadow: inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
  box-shadow: inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8; }

#checkbox3:checked + .checkbox-label:after {
  color: #1fc1c8; }

/*=========== TOTAL BASKET ================*/
#total-basket, #total-basket-toast {
  position: fixed;
  bottom: -92px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  height: 92px;
  padding: 20px 0;
  text-align: right;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  #total-basket button, #total-basket-toast button {
    margin-left: 20px; }

#total-basket.shown, #total-basket-toast.shown {
  bottom: 0; }

#total-basket.hidden, #total-basket-toast.slide-down {
  bottom: -92px; }

.emphasis {
  font-weight: bold;
  font-family: "Roboto Slab"; }

.pricetooltip {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 20px; }
  .pricetooltip .pricetooltiptext {
    visibility: hidden;
    background-color: #fcf8e4;
    color: #000;
    padding: 13px 20px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin-bottom: 30px;
    left: 50%;
    line-height: 19px;
    width: 240px;
    margin-left: -120px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px; }
    .pricetooltip .pricetooltiptext .discount-headline {
      font-family: "Roboto Slab";
      font-size: 14px;
      margin-bottom: 4px; }
    .pricetooltip .pricetooltiptext .firsttab {
      width: 80px;
      display: inline-block; }
    .pricetooltip .pricetooltiptext .secondtab {
      display: inline-block;
      width: 60px;
      text-align: right; }
    .pricetooltip .pricetooltiptext .bundlesize {
      font-weight: bold; }
  .pricetooltip .pricetooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fcf8e4 transparent transparent transparent; }

.pricetooltip:hover .pricetooltiptext {
  visibility: visible; }

.exampletextbox {
  width: 50%;
  float: left;
  margin-bottom: 20px; }

.examplebox {
  border: 1px #ddd solid;
  width: 50%;
  float: left;
  margin-bottom: 20px; }
  .examplebox td {
    padding: 15px; }
    .examplebox td img {
      border: 1px #ddd solid; }
    .examplebox td .btn, .examplebox td .contact-form-module input[type="submit"], .contact-form-module .examplebox td input[type="submit"] {
      padding: 8px 15px; }

@media screen and (max-width: 767px) {
  .exampletextbox {
    width: 100%;
    float: none; }
  .examplebox {
    width: 100%;
    float: none; } }

.generic-popup #examplecases table {
  margin-bottom: 15px; }
  .generic-popup #examplecases table td {
    padding-right: 10px; }
    .generic-popup #examplecases table td img {
      border: 1px #ddd solid; }

@media screen and (max-width: 767px) {
  .generic-popup .popup-main-content {
    padding: 0 15px 60px !important; }
    .generic-popup .popup-main-content #examplecases table {
      width: 100%; }
    .generic-popup .popup-main-content .inner-main {
      padding: 37px 10px 7px 10px !important; } }

#orderdetails {
  margin-bottom: 20px; }
  #orderdetails .basketheader {
    font-weight: bold; }
  #orderdetails .orderline {
    border-bottom: 1px solid #ddd;
    height: 60px; }

@media screen and (max-width: 767px) {
  #ordersubmit .btn.small, #ordersubmit .contact-form-module input.small[type="submit"], .contact-form-module #ordersubmit input.small[type="submit"] {
    width: 49%;
    padding: 10px 0px;
    display: block;
    float: left; }
  #ordersubmit a.btn.small {
    margin-right: 2%; }
  #ordersubmit .btn.wide, #ordersubmit .contact-form-module input.wide[type="submit"], .contact-form-module #ordersubmit input.wide[type="submit"] {
    padding: 10px 0px;
    width: 100%;
    display: block;
    float: left;
    margin-top: 10px; } }

body.popup-open {
  overflow: hidden; }

.pb-popup {
  display: none;
  background: rgba(34, 39, 41, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .pb-popup.shown {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pb-popup.shown .popup-content-wrapper {
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
      -webkit-animation-duration: .8s;
      animation-duration: .8s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
  .pb-popup .popup-content-wrapper {
    max-width: 640px;
    width: 95%;
    max-height: 100%;
    overflow-y: auto; }
  .pb-popup .popup-content {
    background: #F5F5F5;
    min-height: 200px;
    border-radius: 4px;
    overflow: hidden; }
  .pb-popup .popup-header {
    background: url(../images/popup-header-background.jpg) no-repeat center center;
    background_size: cover;
    padding: 55px; }
  .pb-popup .popup-title {
    color: #fff;
    margin: 0; }
  .pb-popup .content-nav ul {
    margin: 30px 0 0 0;
    padding: 0; }
    .pb-popup .content-nav ul li {
      display: inline-block;
      color: #959da0;
      cursor: pointer;
      font-weight: bold;
      margin-right: 20px; }
      .pb-popup .content-nav ul li.active {
        color: #fff;
        text-decoration: underline; }
      .pb-popup .content-nav ul li:last-child {
        margin-right: 0; }
  .pb-popup .popup-main-content {
    padding: 0 55px 60px;
    margin-top: -40px; }
    .pb-popup .popup-main-content > .inner {
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
    .pb-popup .popup-main-content .inner-main {
      padding: 37px 37px 7px 37px; }
      .pb-popup .popup-main-content .inner-main h2, .pb-popup .popup-main-content .inner-main h5 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0; }
      .pb-popup .popup-main-content .inner-main .container {
        width: auto;
        padding: 0; }
      .pb-popup .popup-main-content .inner-main .default-item {
        margin-top: 0;
        margin-bottom: 0; }
      .pb-popup .popup-main-content .inner-main .contact-form-module {
        margin: 0; }
      .pb-popup .popup-main-content .inner-main .col-sm-8 {
        width: 100%;
        padding: 0; }
    .pb-popup .popup-main-content .inner-footer {
      padding: 29px;
      text-align: center;
      color: #000;
      font-weight: bold;
      font-size: 16px; }
      .pb-popup .popup-main-content .inner-footer a {
        text-decoration: underline; }
    .pb-popup .popup-main-content .consent-text {
      font-size: 12px; }
    .pb-popup .popup-main-content form.popup-login-form {
      margin-bottom: 37px; }
    .pb-popup .popup-main-content form label {
      display: block;
      font-weight: bold;
      color: #000; }
    .pb-popup .popup-main-content form .form-group {
      margin: 0 !important; }
    .pb-popup .popup-main-content form input[type="text"], .pb-popup .popup-main-content form input[type="password"], .pb-popup .popup-main-content form input[type="email"], .pb-popup .popup-main-content form input[type="username"] {
      display: block;
      margin-bottom: 20px;
      width: 100%;
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 16px;
      color: #999; }
    .pb-popup .popup-main-content form input[type="submit"] {
      display: inline-block;
      padding: 10px 35px;
      color: #fff;
      background: #3874f5;
      text-align: center;
      border: 0;
      font-weight: bold;
      border-radius: 4px; }
    .pb-popup .popup-main-content form small {
      margin-bottom: 20px;
      display: block; }
    .pb-popup .popup-main-content form .forgot-pass {
      float: right;
      margin-top: 10px; }
      .pb-popup .popup-main-content form .forgot-pass a {
        color: #000;
        font-style: italic;
        text-decoration: underline; }
  .pb-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 30px;
    cursor: pointer; }

.or-separator {
  display: flex;
  align-items: center; }
  .or-separator > .line {
    flex: 1;
    border-top: 1px solid #dddddd; }
  .or-separator > .text {
    color: #999999;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold; }

.no-highlight {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.section {
  margin: 50px 0; }
  .section h2 {
    color: #da0813;
    font-family: "Roboto Slab";
    font-weight: bold;
    margin-top: 0; }
  .section h3 {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 18px; }

@media screen and (max-width: 991px) {
  .section.two-col-section .col {
    margin: 20px 0; } }

.section.full-width {
  width: 100%;
  display: table; }
  .section.full-width .col-row {
    display: table-row; }
  .section.full-width .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
  @media screen and (max-width: 991px) {
    .section.full-width {
      margin: 50px 0;
      display: block; }
      .section.full-width .col-row, .section.full-width .col {
        display: block;
        width: 100%; } }

.testimonial-container {
  padding: 20px 40px; }
  .testimonial-container .testimonial-icon {
    text-align: center; }
    .testimonial-container .testimonial-icon img {
      width: 70px; }
  .testimonial-container .testimonial {
    font-style: italic;
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    max-width: 500px; }
  @media screen and (max-width: 991px) {
    .testimonial-container {
      padding: 50px 15px; } }

.col.gray {
  background: #f5f5f5; }

.teasers {
  margin: 40px 0; }
  .teasers .teaser {
    margin-bottom: 40px; }
    .teasers .teaser .teaser-link {
      color: #000;
      text-decoration: underline;
      font-weight: bold;
      font-size: 15px; }
  @media screen and (min-width: 1200px) {
    .teasers .teaser:nth-child(2n+1) {
      padding-right: 50px;
      clear: both; }
    .teasers .teaser:nth-child(2n) {
      padding-left: 50px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .teasers .teaser:nth-child(2n+1) {
      padding-right: 50px;
      clear: both; }
    .teasers .teaser:nth-child(2n) {
      padding-left: 50px; } }

#contact-page-top-content {
  margin: 50px 0; }
  #contact-page-top-content p {
    margin: 0; }
  #contact-page-top-content .big-phone {
    color: #da0813;
    font-family: "Roboto Slab";
    font-size: 60px;
    line-height: 100%;
    margin: 20px 0;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      #contact-page-top-content .big-phone {
        font-size: 40px; } }
  #contact-page-top-content .email-headline {
    color: #999999;
    font-weight: bold;
    text-transform: uppercase; }
  #contact-page-top-content .contact-email {
    margin-bottom: 15px; }
    #contact-page-top-content .contact-email a, #contact-page-top-content .contact-email a:hover {
      color: #da0813;
      font-family: "Roboto Slab";
      font-weight: bold;
      text-decoration: underline;
      font-size: 18px; }

#locations .location {
  margin-bottom: 40px; }
  #locations .location .location-inner {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden; }
  #locations .location .location-content {
    padding: 20px 25px; }
  #locations .location .location-title {
    font-family: "Roboto Slab";
    font-weight: bold;
    margin-top: 0; }
  #locations .location .location-map {
    height: 200px;
    overflow: hidden; }
    #locations .location .location-map iframe {
      width: 100%; }

#bank-information {
  margin-bottom: 80px; }
  #bank-information h2 {
    margin-bottom: 30px; }

.contact-form label {
  display: none; }

.contact-form select, .contact-form textarea {
  width: 100%; }

/* PARAGRAPHS / ITEMS */
.default-item {
  margin-top: 30px;
  margin-bottom: 30px; }

.generic-list {
  margin-bottom: 30px; }
  .generic-list .columns-4 .column:nth-child(4n+1) {
    clear: both; }
  .generic-list .columns-3 .column:nth-child(3n+1) {
    clear: both; }
  .generic-list .columns-2 .column:nth-child(2n+1) {
    clear: both; }
  .generic-list .columns-1 .column:nth-child(1n) {
    clear: both; }

.two-column {
  padding-top: 40px;
  padding-bottom: 40px; }
  .two-column h1, .two-column h2, .two-column h3 {
    margin-top: 0; }

.gray {
  background: #f5f5f5; }

.three-column-with-title {
  padding-top: 40px;
  padding-bottom: 40px; }
  .three-column-with-title h2 {
    text-align: center;
    margin-top: 0;
    color: #da0813;
    font-family: "Roboto Slab";
    margin-bottom: 30px; }
  .three-column-with-title .column {
    margin-top: 15px;
    margin-bottom: 15px; }
    .three-column-with-title .column h1, .three-column-with-title .column h2, .three-column-with-title .column h3 {
      margin-top: 0; }
    .three-column-with-title .column .btn, .three-column-with-title .column .contact-form-module input[type="submit"], .contact-form-module .three-column-with-title .column input[type="submit"] {
      margin: 15px 0 5px; }
  .three-column-with-title .column.light {
    background: #fff; }
  .three-column-with-title .column.dark {
    background: #f5f5f5; }
  .three-column-with-title .column.transparent {
    background: transparent; }
  .three-column-with-title .column.gap.rounded .column-inner {
    border-radius: 3px; }
  .three-column-with-title .column.no-gap.rounded {
    border-radius: 3px; }
  .three-column-with-title .column.gap.border .column-inner {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 20px 25px; }
  .three-column-with-title .column.no-gap.border {
    border: 1px solid #ddd;
    overflow: hidden;
    border-right: 0;
    padding: 20px 25px; }
  .three-column-with-title .column.no-gap.border:last-child {
    border-right: 1px solid #ddd; }
  @media screen and (min-width: 1200px) {
    .three-column-with-title iframe {
      width: 360px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .three-column-with-title iframe {
      width: 293px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .three-column-with-title iframe {
      width: 220px; } }
  @media screen and (max-width: 767px) {
    .three-column-with-title iframe {
      margin: 0 !important;
      width: 100%; } }

.four-column {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px; }
  .four-column h2 {
    text-align: center;
    margin-top: 0;
    color: #da0813;
    font-family: "Roboto Slab";
    margin-bottom: 30px; }
  .four-column .column {
    margin-top: 15px;
    margin-bottom: 15px; }
    .four-column .column h1, .four-column .column h2, .four-column .column h3 {
      margin-top: 0; }
    .four-column .column .btn, .four-column .column .contact-form-module input[type="submit"], .contact-form-module .four-column .column input[type="submit"] {
      margin: 15px 0 5px; }
  .four-column .column.light {
    background: #fff; }
  .four-column .column.dark {
    background: #f5f5f5; }
  .four-column .column.transparent {
    background: transparent; }
  .four-column .column.gap.rounded .column-inner {
    border-radius: 3px; }
  .four-column .column.no-gap.rounded {
    border-radius: 3px; }
  .four-column .column.gap.border .column-inner {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 20px 25px; }
  .four-column .column.no-gap.border {
    border: 1px solid #ddd;
    overflow: hidden;
    border-right: 0;
    padding: 20px 25px; }
  .four-column .column.no-gap.border:last-child {
    border-right: 1px solid #ddd; }

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff; }
  .hero-image.text-white .hero-title {
    color: #fff; }
  .hero-image.text-black .hero-title {
    color: #000; }
  .hero-image.text-red .hero-title {
    color: #da0813; }
  .hero-image.text-blue .hero-title {
    color: #4655a7; }

.hero-image.big, .hero-image.frontpage {
  height: 500px; }

.hero-image.medium {
  height: 300px; }

.hero-image.small {
  height: 150px; }

.hero-content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  font-size: 16px;
  padding: 0 15px; }

.hero-image.frontpage .hero-content-container {
  top: 35%; }

.full-width {
  width: 100%;
  display: table; }
  .full-width .col-row {
    display: table-row; }
  .full-width .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
  @media screen and (max-width: 991px) {
    .full-width {
      margin: 50px 0;
      display: block; }
      .full-width .col-row, .full-width .col {
        display: block;
        width: 100%; } }

#cms-sub-navigation, .cms-sub-navigation {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }
  #cms-sub-navigation ul, .cms-sub-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    #cms-sub-navigation ul li, .cms-sub-navigation ul li {
      display: inline-block; }
      #cms-sub-navigation ul li a, .cms-sub-navigation ul li a {
        font-weight: bold;
        color: #000;
        font-size: 14px;
        padding: 0 10px; }
      #cms-sub-navigation ul li a:hover, .cms-sub-navigation ul li a:hover {
        text-decoration: none;
        color: #da0813; }
    #cms-sub-navigation ul li.active a, .cms-sub-navigation ul li.active a {
      color: #da0813; }
    #cms-sub-navigation ul li::after, .cms-sub-navigation ul li::after {
      content: "/";
      color: #999;
      font-size: 18px;
      vertical-align: middle; }
    #cms-sub-navigation ul li:last-child::after, .cms-sub-navigation ul li:last-child::after {
      content: "";
      display: none; }

.employee-list {
  margin: 30px 0; }

.contact.big-contact .contact-inner {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden; }

.contact.big-contact .contact-content {
  border-top: 1px solid #bbb;
  padding: 15px 20px; }

.contact {
  margin-bottom: 30px; }
  .contact .contact-name {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 17px; }
  .contact .contact-jobtitle {
    margin-bottom: 5px; }
  .contact .contact-email a, .contact .contact-email a:hover {
    color: #da0813; }

@media screen and (min-width: 1200px) {
  .contact:nth-child(4n+1) {
    clear: both; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact:nth-child(4n+1) {
    clear: both; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact:nth-child(3n+1) {
    clear: both; } }

@media screen and (max-width: 767px) {
  .contact:nth-child(2n+1) {
    clear: both; } }

@media screen and (max-width: 400px) {
  .contact {
    width: 100%; } }

.contact-form-module {
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */ }
  .contact-form-module .form-group {
    display: block;
    width: 98%;
    margin: 0px 1% 10px; }
    .contact-form-module .form-group input[type="text"], .contact-form-module .form-group input[type="email"], .contact-form-module .form-group input[type="pasword"], .contact-form-module .form-group input[type="number"], .contact-form-module .form-group select, .contact-form-module .form-group textarea {
      width: 100%;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #ddd; }
  .contact-form-module input::-webkit-input-placeholder, .contact-form-module textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
    font-weight: bold;
    text-transform: uppercase; }
  .contact-form-module input::-moz-placeholder, .contact-form-module textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-weight: bold;
    text-transform: uppercase; }
  .contact-form-module input:-ms-input-placeholder, .contact-form-module textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-weight: bold;
    text-transform: uppercase; }
  .contact-form-module input:-moz-placeholder, .contact-form-module textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-weight: bold;
    text-transform: uppercase; }
  .contact-form-module textarea {
    resize: none;
    min-height: 200px; }
  .contact-form-module select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select-arrow.png") no-repeat #fff;
    background-position: 98% center;
    background-size: 10px auto;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase; }
  .contact-form-module select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */ }
  @media screen and (min-width: 0\0) {
    .contact-form-module select {
      background: none\9;
      padding: 5px\9; } }
  .contact-form-module input[type="submit"] {
    width: auto;
    border: 0; }
  .contact-form-module .form-group.half {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%; }
    .contact-form-module .form-group.half input {
      margin: 0; }
  .contact-form-module input.full {
    clear: both;
    width: 100%; }

.contact-form-module.hide-labels label {
  display: none; }

.news-list {
  padding-top: 0px;
  padding-bottom: 40px; }

.news {
  margin-top: 15px;
  margin-bottom: 15px; }
  .news .news-image {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .news .news-image .news-image-inner {
      display: table-cell;
      vertical-align: middle;
      height: 200px;
      width: 100%;
      table-layout: fixed; }
    .news .news-image img {
      max-height: 200px;
      max-width: 100%;
      width: auto;
      height: auto; }
  .news .news-date {
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px; }
  .news .news-title {
    margin-bottom: 10px; }
    .news .news-title a {
      text-decoration: none; }
  .news .news-link {
    margin-top: 15px; }
    .news .news-link a {
      color: #000;
      font-weight: bold;
      text-decoration: underline; }

.news-item h2, .news-item h3 {
  margin-top: 0; }

.news-item .btn, .news-item .contact-form-module input[type="submit"], .contact-form-module .news-item input[type="submit"] {
  margin-bottom: 15px; }

.news-item .date {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 5px; }

@media screen and (min-width: 1200px) {
  .news:nth-child(3n+1) {
    clear: both; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news:nth-child(3n+1) {
    clear: both; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .news:nth-child(2n+1) {
    clear: both; } }

@media screen and (max-width: 767px) {
  .news:nth-child(3n+1) {
    clear: both; }
  .news {
    margin-bottom: 40px; } }

.mega-news {
  margin-top: 15px;
  margin-bottom: 15px; }
  .mega-news .mega-news-inner {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 50px 20px;
    text-align: center; }
  .mega-news .mega-news-image img {
    width: 50%;
    max-width: 100%;
    height: auto; }
  .mega-news .mega-news-title {
    margin: 10px 0; }
  .mega-news .btn, .mega-news .contact-form-module input[type="submit"], .contact-form-module .mega-news input[type="submit"] {
    margin-top: 10px; }

#excerpt-link-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  #excerpt-link-section .excerpt-link .excerpt-title {
    color: #da0813;
    font-family: 'Roboto Slab';
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0; }
  #excerpt-link-section .excerpt-link .excerpt {
    font-family: 'Open Sans';
    color: #000;
    margin-bottom: 10px; }
  #excerpt-link-section .excerpt-link .read-more a {
    color: #000;
    font-weight: bold;
    text-decoration: underline; }
  @media screen and (max-width: 991px) {
    #excerpt-link-section .excerpt-link {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    #excerpt-link-section .excerpt-link {
      margin-bottom: 30px; } }

.title-bar {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px; }
  .title-bar .title-bar-title {
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #000;
    font-size: 20px;
    float: left;
    line-height: 52px; }
  .title-bar .title-bar-button {
    float: right; }
  @media screen and (max-width: 991px) {
    .title-bar {
      text-align: center; }
      .title-bar .title-bar-title {
        float: none;
        display: block;
        line-height: normal; }
      .title-bar .title-bar-button {
        display: inline-block;
        margin-top: 20px;
        float: none; } }

#footer {
  background-color: #3f484c;
  background-image: url("../images/bund_bg.jpg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 80px; }
  #footer .four-column {
    border: 0;
    padding: 0; }
  #footer .footer-column .column-title {
    color: #fff;
    font-family: "Roboto Slab";
    font-weight: bold; }
  #footer .footer-column .column-content {
    color: #a8afb7; }
    #footer .footer-column .column-content a {
      color: #fff; }

#footer-bottom-bar {
  margin-top: 50px;
  margin-bottom: 20px; }

#social-media-footer {
  padding: 0; }
  #social-media-footer .paragraph {
    margin: 0; }
  #social-media-footer .container {
    width: 100%; }
  #social-media-footer ul {
    margin: 0;
    padding: 0; }
    #social-media-footer ul li {
      display: inline-block;
      margin-right: 10px; }
      #social-media-footer ul li img {
        width: 40px;
        height: auto; }

@media screen and (max-width: 991px) {
  #social-media-footer ul {
    text-align: center;
    margin: 20px 0; } }

#footer-nav ul {
  margin: 0;
  padding: 0;
  text-align: right; }
  #footer-nav ul li {
    display: inline-block;
    margin-left: 10px;
    line-height: 40px; }
    #footer-nav ul li a {
      color: #b8bfc8; }
  #footer-nav ul li.current-menu-item a {
    color: #fff;
    font-weight: bold; }

@media screen and (max-width: 991px) {
  #footer-nav ul {
    text-align: center;
    margin: 20px 0; } }

@media print {
  #header,
  #header-content,
  .modal,
  #footer,
  body > .paragraph,
  #mailchimp-modal,
  #total-basket,
  #total-basket-toast,
  .gdpr, .news-item .btn, .news-item .contact-form-module input[type="submit"], .contact-form-module .news-item input[type="submit"],
  .sidebar,
  #sub-header,
  .cms-sub-navigation,
  .hero-image {
    display: none; }
  a[href]:after {
    content: "";
    display: none !important; } }

big {
  font-family: "Roboto Slab";
  color: #da0813; }
