@charset "UTF-8";
#top-nav {
  transition: all 0.2s linear 0s; }

.navbar-fixed-top {
  background-color: transparent;
  border: none; }

.navbar-fixed-top li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s, border 0.3s; }

.navbar-default .navbar-nav .activenav a {
  border-bottom: 1px solid #0785f2; }

.navbar-default .navbar-nav .activenav a:hover {
  border-bottom: 1px solid #0785f2; }

.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #00abe6; }

.fixed-header {
  background: #fff !important;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1); }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.fixed-header .navbar-nav > li > a {
  color: #828282;
  opacity: 1; }

.fixed-header .navbar-default .navbar-nav .activenav a {
  opacity: 1; }

.fixed-header .navbar-nav > li > a:hover {
  color: #444; }

#top-nav.navbar-scroll-changed {
  background: none;
  margin: 0 auto;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

.hero-overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 450px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  @media (min-width: 768px) {
    .hero-overlay {
      height: 600px; } }

.hero-image {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.width-100 {
  width: 100%; }

.main-message {
  position: absolute;
  text-align: center;
  top: 64%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 450px; }

.main-message h2 {
  color: #ffffff; }

.title {
  text-align: center;
  margin-bottom: 70px; }

.title p {
  font-size: 14px;
  color: #9d9d9d; }

.title h1, h2, h3 {
  margin-bottom: 15px !important; }

p.description {
  font-size: 14px;
  font-weight: normal;
  text-align: center !important;
  padding-bottom: 5px;
  max-width: 450px;
  margin: 0 auto; }

p.description-image {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 15px 230px;
  line-height: 25px; }

.fixed-header {
  background: white !important;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1); }

 
.fixed-header .navbar-nav > li > a {
  color: #00abe6;
  line-height: 20px !important; }

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  line-height: 20px !important; }

.fixed-header .navbar-nav > li > a {
  color: #00abe6;
  line-height: 20px !important; }

.branding img#logo {
  max-width: initial;
  margin-left: -20px; }

.container .branding img {
  height: 65px; }

nav {
  height: 100px; }
  nav a {
    font-size: 18px !important; }
  nav .container {
    margin-top: 40px; }
  nav .branding {
    margin-top: -40px; }

.main-message {
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px; }
  .main-message h2.flex {
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 0;
    text-transform: uppercase;
    padding: 3px 5px;
    font-size: 24px;
    background-color: #00abe6;
    text-align: left;
    float: left;
    display: inline-block; }
  .main-message p {
    margin-left: 4%;
    width: 75%;
    padding: 0;
    padding-left: 5px;
    text-align: left; }
  .main-message .button {
    background-color: #00abe6;
    float: right;
    margin-right: 80px;
    margin-bottom: 10px;
    padding: 4px 12px;
    font-size: 18px;
    border: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase; }

.hero-image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.disturb-a {
  position: absolute;
  background: url("../images/stoerer_start_b_neu.png");
  bottom: 0;
  right: 15px;
  z-index: 100;
  width: 165px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(8deg);
  bottom: 10px; }

.disturb-b {
  position: absolute;
  background: url("http://www.derglasdiscounter.de/uploads/pics/stoerer_start_a.png");
  bottom: -80px;
  right: -80px;
  z-index: 100;
  width: 172px;
  height: 166px; }

.title {
  text-align: left; }
  .title h1, .title h2 {
    text-transform: uppercase;
    color: #00abe6;
    font-size: 30px; }

.short {
  width: 75%; }

ul.smal-nav {
  bottom: 2px;
  position: absolute;
  display: inline-block; }
  ul.smal-nav li {
    float: left; }

.menu-socialmedia ul {
  position: absolute;
  top: -30px;
  right: 0; }
  .menu-socialmedia ul.socialmedia-icons {
    list-style: none;
    display: inline-block;
    float: right; }
    .menu-socialmedia ul.socialmedia-icons li {
      float: left;
      margin: 0 5px; }
      .menu-socialmedia ul.socialmedia-icons li a {
        cursor: pointer; }
    .menu-socialmedia ul.socialmedia-icons ul {
      position: absolute;
      bottom: 4px;
      left: 50%;
      transform: translateX(-42%); }
      .menu-socialmedia ul.socialmedia-icons ul li {
        margin: 0 5px;
        float: left !important; }
        .menu-socialmedia ul.socialmedia-icons ul li a {
          width: 25%; }

li.products-menu {
  display: inline-block;
  padding-bottom: 24px; }
  li.products-menu ul.sub-menu {
    text-align: left;
    position: absolute;
    opacity: 0;
    background: rgba(250, 250, 250, 0.8);
    left: -370px;
    top: 45px;
    display: block;
    width: 680px;
    padding: 15px;
    padding-top: 5px;
    pointer-events: none; }
    li.products-menu ul.sub-menu:before {
      content: "";
      width: 0;
      left: 400px;
      top: -10px;
      position: absolute;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(250, 250, 250, 0.8); }
    li.products-menu ul.sub-menu ul {
      text-align: left;
      position: relative;
      display: inline-block;
      float: left;
      border-bottom: 2px solid #00abe6;
      padding: 5px;
      margin: 10px; }
      li.products-menu ul.sub-menu ul h3 {
        color: #00abe6;
        margin: 5px;
        margin-left: 0;
        text-align: left;
        font-size: 17px; }
      li.products-menu ul.sub-menu ul li {
        text-align: left; }
        li.products-menu ul.sub-menu ul li a {
          font-size: 15px !important;
          text-align: left;
          color: #444;
          margin-left: 0; }

.phoneactive {
  transition: 300ms ease-in;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00abe6;
  color: white;
  width: 100%;
  height: 0px;
  z-index: -1000; }
  .phoneactive.open-phone {
    transition: 300ms ease-in;
    opacity: 1;
    height: 250px;
    pointer-events: auto;
    z-index: 1000; }
  .phoneactive h3 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px; }
  .phoneactive img {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%); }
    .phoneactive img#close {
      top: 200px;
      cursor: pointer; }
  .phoneactive ul {
    float: left; }
    .phoneactive ul li {
      color: white; }

.mailactive {
  transition: 300ms ease-in;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00abe6;
  color: white;
  width: 100%;
  height: 0px;
  z-index: -1000; }
  .mailactive.open-mail {
    transition: 300ms ease-in;
    opacity: 1;
    height: 670px;
    pointer-events: auto;
    z-index: 1000; }
  .mailactive p {
    color: white;
    margin-top: 50px; }
  .mailactive form p {
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0px; }
  .mailactive h3 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px; }
  .mailactive img {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%); }
    .mailactive img#close2 {
      top: 620px;
      cursor: pointer; }
  .mailactive ul {
    float: left; }
    .mailactive ul li {
      color: white; }
  .mailactive fieldset {
    display: inline-block; }
  .mailactive .right {
    float: right; }
  .mailactive .basic {
    background-color: white;
    border: 0px;
    padding: 5px 15px;
    color: #00abe6;
    text-transform: uppercase;
    margin: 0; }
  .mailactive textarea.width-100 {
    width: 100%; }
  .mailactive input {
    padding-right: 50px;
    margin-right: 10px; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.googlemaps {
  background: rgba(250, 250, 250, 0.8); }
  .googlemaps a {
    color: #444; }

.info1 ul {
  margin-top: 24px; }

.navbar-toggle {
  background-color: transparent !important;
  position: absolute;
  float: right;
  top: -37px;
  right: 0;
  border: none; }
  .navbar-toggle:hover {
    background-color: transparent !important; }
  .navbar-toggle span {
    background-color: #00abe6 !important; }

.hero-image .content-wrap {
  background-size: cover;
  background-position: center center;
  height: 450px; }
  @media (min-width: 768px) {
    .hero-image .content-wrap {
      height: 600px; } }

@media (min-width: 768px) {
  .menu-primary-menu-container .sub:hover > ul {
    display: block; }
  .menu-primary-menu-container .sub > ul {
    display: none;
    position: absolute;
    left: -62px;
    float: none;
    background: rgba(250, 250, 250, 0.8);
    width: 260px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .menu-primary-menu-container .sub > ul:before {
      content: "";
      width: 0;
      left: 118px;
      top: -10px;
      position: absolute;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(250, 250, 250, 0.8); }
    .menu-primary-menu-container .sub > ul > li {
      float: none;
      text-align: left; }
      .menu-primary-menu-container .sub > ul > li > a {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px !important;
        color: #828282; } }

.hero-image .map-container {
  width: 100%;
  height: 100%; }

.hero-image .locations .main-message .headline {
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 24px;
  background-color: #00abe6;
  text-align: left;
  width: 100%; }

.hero-image .locations .main-message .links {
  margin-bottom: 20px;
  text-align: left; }
  .hero-image .locations .main-message .links a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #555; }
    .hero-image .locations .main-message .links a.active {
      color: #00abe6; }
    .hero-image .locations .main-message .links a:hover {
      color: #00abe6; }

body {
  font-family: helvetica;
  font-size: 14px;
  line-height: 1.42857143;
  color: #828282;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none !important; }

ul {
  margin: 0;
  padding: 0px;
  list-style: none; }

h1 {
  font-size: 60px; }

h2 {
  margin-left: 0;
  font-weight: 300;
  margin-bottom: 30px; }

h3, h4, h5 {
  font-weight: 400;
  margin-bottom: 20px; }

a h4:hover {
  text-decoration: underline; }

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px; }

.text p {
  padding-left: 5%; }

.phone {
  padding-left: 5%;
  padding-bottom: 5%;
  font-size: 20px; }

.white {
  color: white; }

ul li {
  font-size: 15px;
  line-height: 27px;
  list-style-type: none;
  color: #828282; }

a {
  color: #828282; }

a:hover {
  color: #009be3; }

img {
  max-width: 100%;
  height: auto; }

.float-right {
  float: right; }

img#logo {
  margin-left: -15px;
  width: 303px;
  height: 65px;
  max-width: none; }

.clear {
  clear: both; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.sub-products {
  padding-left: 0; }

.price {
  color: #00abe6;
  padding-left: 0; }

.caption {
  text-align: center;
  margin-bottom: 70px; }

.product-pre-info {
  padding: 0 20px; }

.btn-cta-primary {
  color: #ffffff !important;
  padding: 15px 30px 15px 30px !important;
  border-radius: 0px;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all .2s ease-in-out;
  position: relative;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 500; }

.btn-cta-blue {
  background-color: #0785f2; }

.btn-cta-blue:hover {
  background-color: #fff; }

a.more {
  transition: all .2s ease-in-out;
  font-size: 14px !important;
  margin-top: 10px;
  font-weight: 400; }

a.more:hover * {
  color: #0785f2;
  padding-left: 10px; }

a.more i.fa {
  font-size: 15px !important;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  transition: all .2s ease-in-out; }

a.more i.fa:hover {
  color: #009be3; }

.info-hotline {
  margin-bottom: 40px;
  background-color: #00abe6 !important;
  border: 2px solid #00abe6;
  color: white;
  border-radius: 0;
  width: 260px; }
  .info-hotline a {
    cursor: pointer;
    letter-spacing: 0px;
    float: right;
    text-align: right;
    /* padding: 15px 20px; */
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.5;
    padding: 6px;
    padding-right: 18px; }
    .info-hotline a:before {
      content: url("/typo3conf/ext/nd_theme/Resources/Public/Images/iconmonstr-phone-3-64_white.png");
      width: 20px;
      height: 20px;
      position: absolute;
      right: 235px;
      top: 16px;
      background-size: contain; }
  @media (min-width: 992px) {
    .info-hotline {
      float: right; } }

.row {
  position: relative;
  margin: 0; }

.box {
  overflow: hidden;
  padding: 40px; }
  .box h4 {
    color: white;
    text-transform: uppercase;
    font-weight: 500; }
  .box p {
    color: #00abe6; }

.box {
  background-size: cover;
  transition: 300ms ease-in;
  position: relative;
  height: 350px;
  overflow: hidden;
  top: 0;
  left: 1px; }
  .box a {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: 300ms ease-in;
    opacity: 0;
    font-size: 20px;
    font-weight: 500;
    color: #00abe6;
    padding: 5px 10px;
    border: 2px solid #00abe6;
    cursor: pointer; }
  .box p {
    opacity: 0;
    transition: 300ms ease-in;
    color: #444; }
  .box h4 {
    background-color: #fafafa;
    color: #00abe6;
    transition: 300ms ease-in;
    font-weight: bold;
    margin-top: 40%;
    margin-left: 0;
    padding: 5px;
    display: inline-block; }
  .box .overlay {
    transition: all 300ms ease-in;
    opacity: 0;
    background-color: rgba(250, 250, 250, 0.7);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    z-index: 90; }
  .box:hover {
    background-blend-mode: luminosity;
    -webkit-background-blend-mode: luminosity;
    transition: 300ms ease-in;
    background-color: white; }
    .box:hover a {
      transition: 400ms ease-in;
      opacity: 1;
      z-index: 100;
      background-color: rgba(250, 250, 250, 0.5); }
    .box:hover p {
      margin: 0 4%;
      position: relative;
      opacity: 1;
      transition: 300ms ease-in;
      color: #444;
      z-index: 100; }
    .box:hover h4 {
      position: relative;
      background-color: transparent;
      color: #00abe6;
      transition: 300ms ease-in;
      font-weight: bold;
      margin-top: 10%;
      z-index: 100; }
    .box:hover .overlay {
      opacity: 1;
      transition: all 300ms ease-in;
      height: 100%; }

.overlay {
  left: 0; }

.right {
  text-align: right; }

.f-right {
  float: right; }

.button {
  cursor: pointer; }

.product-row {
  margin-bottom: 50px; }
  .product-row h2, .product-row h3 {
    font-size: 20px;
    color: #00abe6; }
  .product-row img {
    float: left; }
  .product-row .button {
    bottom: 50px;
    right: 50px;
    transition: 300ms ease-in;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    color: #00abe6;
    padding: 5px 10px;
    border: 2px solid #00abe6;
    cursor: pointer;
    background-color: rgba(250, 250, 250, 0.7);
    position: relative;
    top: auto;
    right: auto;
    bottom: -20px; }
  .product-row ul {
    float: left; }
    .product-row ul li:last-child p {
      color: #00abe6;
      font-size: 20px; }
  .product-row.last {
    margin-top: 40px; }
  .product-row .blue-bulletpoint ul li {
    position: relative;
    padding-left: 23px; }
    .product-row .blue-bulletpoint ul li:before {
      position: absolute;
      left: 1px;
      top: 2px;
      content: url("/typo3conf/ext/nd_theme/Resources/Public/Images/iconmonstr-plus-2-16(1).png"); }

.product-mail {
  display: inline-block;
  margin-bottom: 60px; }
  .product-mail .basic {
    background-color: white;
    border: 1px solid #00abe6;
    padding: 5px 15px;
    color: #00abe6;
    text-transform: uppercase; }
  .product-mail input {
    background-color: white;
    border: 1px solid #00abe6;
    padding-right: 40px;
    margin-right: 10px; }
  .product-mail textarea {
    border: 1px solid #00abe6;
    width: 100%; }

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

.inquiry {
  display: inline-block;
  margin: 40px 0;
  width: 50%;
  float: left; }
  .inquiry p {
    border-top: 1px solid #00abe6;
    padding-bottom: 0;
    padding-left: 16px;
    margin: 0;
    padding-top: 5px; }

.testimonial {
  width: 100%;
  max-width: 350px;
  display: inline-block;
  background-color: #00abe6; }
  .testimonial img {
    width: 100%; }
  .testimonial h3 {
    margin-left: 5%; }

.mail-form {
  margin-bottom: 60px; }

ul.white {
  color: white;
  margin-left: 15px;
  padding-bottom: 10px; }
  ul.white li {
    color: white;
    position: relative;
    padding-left: 23px; }
    ul.white li h3 {
      font-size: 26px;
      margin-left: 0;
      margin-bottom: 5px;
      color: white; }
    ul.white li:before {
      position: absolute;
      left: 1px;
      top: 2px;
      content: url("/typo3conf/ext/nd_theme/Resources/Public/Images/iconmonstr-plus-2-16(3).png"); }
    ul.white li:first-child {
      padding-left: 0;
      text-transform: uppercase; }
      ul.white li:first-child:before {
        content: none; }
    ul.white li:last-child {
      font-size: 24px;
      padding-left: 0px;
      padding-top: 5px;
      text-transform: uppercase; }
      ul.white li:last-child:before {
        content: none; }

.alert {
  margin: 15px;
  border: 2px solid #00abe6;
  border-radius: 0; }
  .alert p {
    color: #00abe6;
    font-size: 20px;
    margin-bottom: 12px; }

.basic2 {
  background-color: white;
  padding: 5px 15px;
  color: #00abe6;
  text-transform: uppercase; }

.checkbox {
  display: inline-block;
  margin: 0px !important; }

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

.gm-style .place-card-large {
  display: none !important; }

.times {
  background-color: #00abe6;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0; }
  .times ul {
    float: left;
    padding: 20px; }
    .times ul li {
      color: white; }

.padding0 {
  padding: 0; }

.text45 {
  padding: 0;
  width: 45%; }

.inline-block {
  display: inline-block; }

.range {
  margin-bottom: 60px; }

.big-img {
  margin-bottom: 40px; }

.product-image {
  margin-right: 20px; }

.product-form-headline {
  color: #00abe6;
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 300; }

.video-element {
  position: relative;
  color: #fff; }
  .video-element .container {
    padding: 0 30px; }
  .video-element .video-wrap {
    position: relative;
    margin: 15px 0; }
    .video-element .video-wrap:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 0;
      padding-bottom: 55.8%; }
    .video-element .video-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#footer {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #00abe6;
  display: inline-block;
  width: 100%; }
  #footer a {
    color: #fff; }
  #footer p {
    color: #444; }
  #footer .logo-footer {
    width: 400px; }
  #footer .copyright {
    padding-top: 5px; }
    #footer .copyright .footer-section {
      margin-bottom: 30px; }
  #footer img.logo-footer {
    margin-top: -15px; }
  #footer .copyright {
    color: white;
    line-height: 20px; }
  #footer .social {
    float: right;
    margin-right: -15px; }
  #footer .social a {
    padding-right: 15px;
    font-size: 19px; }
  #footer ul {
    margin-bottom: 25px; }
    #footer ul h5 {
      margin-bottom: 0;
      line-height: 1.3;
      font-size: 16px;
      text-transform: uppercase;
      color: white;
      font-weight: 500; }
    #footer ul.products li {
      text-transform: none; }
      #footer ul.products li a {
        text-decoration: none; }
  @media (max-width: 767px) {
    #footer ul {
      text-align: center; } }

.footer-navigation > ul {
  display: block;
  list-style: none;
  margin: 20px 0 0 0 !important;
  padding: 0;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .footer-navigation > ul {
      margin-top: 0 !important;
      text-align: right; } }
  .footer-navigation > ul > li {
    display: block; }
    @media (min-width: 768px) {
      .footer-navigation > ul > li {
        display: inline;
        padding-left: 20px; } }
    .footer-navigation > ul > li > a {
      font-size: 14px;
      line-height: 20px; }

@media (min-width: 770px) {
  li.products-menu {
    display: inline-block; }
    li.products-menu:hover ul.sub-menu {
      opacity: 1;
      display: inline-block;
      float: left;
      padding: 5px;
      padding-left: 0;
      margin: 10px;
      pointer-events: auto;
      z-index: 1000; }
      li.products-menu:hover ul.sub-menu li a {
        margin-left: 0; }
  ul.smal-nav {
    display: none; }
  .container {
    max-width: 1100px; }
  .disturb-a {
    top: inherit;
    right: 15px; }
  .box {
    margin: 0;
    padding: 0;
    height: 350px; }
  .col-md-12.large, .col-sm-12.large, .col-xs-12.large {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0; }
    .col-md-12.large ul, .col-sm-12.large ul, .col-xs-12.large ul {
      text-align: center; }
      .col-md-12.large ul a, .col-sm-12.large ul a, .col-xs-12.large ul a {
        margin-left: 14px; } }

@media (max-width: 769px) {
  #top-nav {
    -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1); }
  .navbar-collapse {
    max-height: 100%; }
  li.products-menu {
    padding: 0; }
  li.products-menu {
    display: inline-block; }
    li.products-menu ul.sub-menu {
      top: 0;
      left: auto;
      width: auto;
      padding: 0;
      margin: 0;
      position: relative;
      opacity: 1;
      display: none;
      float: left;
      padding: 5px;
      pointer-events: auto;
      z-index: 1000;
      margin-bottom: 18px; }
      li.products-menu ul.sub-menu.open-sub-menu {
        display: inline-block; }
      li.products-menu ul.sub-menu ul {
        width: 50%;
        margin: 0 auto; }
      li.products-menu ul.sub-menu li a {
        margin-left: 0; }
  .navbar-fixed-top {
    background: #fff !important;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1); }
  .navbar-default .navbar-nav > li > a {
    color: #828282;
    opacity: 1;
    line-height: 20px !important; }
  .disturb-a {
    top: 365px;
    right: -1px; }
  .box {
    padding: 30px;
    margin: 0; }
  .navbar-fixed-top {
    background: white !important; }
    .navbar-fixed-top .container {
      background-color: white; }
    .navbar-fixed-top .navbar-collapse.in {
      background-color: white;
      transition: 0ms; }
    .navbar-fixed-top .col-md-12.large, .navbar-fixed-top .col-sm-12.large, .navbar-fixed-top .col-xs-12.large {
      padding: 0; }
      .navbar-fixed-top .col-md-12.large ul, .navbar-fixed-top .col-sm-12.large ul, .navbar-fixed-top .col-xs-12.large ul {
        text-align: center; }
    .navbar-fixed-top button:focus {
      outline: none; }
    .navbar-fixed-top .menu-socialmedia {
      position: relative;
      width: 100%;
      display: none !important; }
      .navbar-fixed-top .menu-socialmedia ul.socialmedia-icons {
        position: absolute;
        z-index: 1000;
        top: -44px;
        display: inline-block;
        transform: translateX(-50%); }
  .navbar-default .navbar-nav > li > a {
    color: #00abe6; }
  .disturb-b {
    bottom: 30px; } }

@media (max-width: 990px) {
  p.description-image {
    padding: 0px !important; } }

@media (max-width: 990px) {
  .zig-zag {
    text-align: center;
    margin-bottom: 40px; }
  .zig-zag-right * {
    text-align: center !important;
    margin-bottom: 20px; }
  .carousel-indicators {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    left: 50%; } }

@media (max-width: 450px) {
  .social {
    float: left !important;
    margin-bottom: 20px;
    margin-top: -15px; } }

@media (max-width: 650px) {
  .footer-section {
    text-align: center !important; }
  .social {
    float: none !important; }
  .marketing-action h1 {
    font-size: 35px;
    font-weight: 400; } }

@media (max-width: 768px) {
  .price-table {
    margin: 30px !important; } }

@media (max-width: 600px) {
  .disturb-b {
    display: none; }
  .box {
    padding: 30px;
    margin: 0; }
  .disturb-a {
    top: 357px;
    right: 15px; }
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 440px) {
  .main-message {
    display: none; } }

@media (max-width: 550px) {
  .mail-form fieldset.extra {
    width: 300px;
    margin: 0; }
    .mail-form fieldset.extra label {
      width: 48px;
      display: inline-block; }
  .mail-form label {
    width: 100%; }
  .mail-form input {
    width: 100%; }
  .mail-form textarea {
    width: 100%; }
  .mail-form .basic2 {
    text-align: center; } }

@media (max-width: 400px) {
  * a {
    font-size: 16px; }
  * p {
    font-size: 16px !important;
    line-height: 1.3; }
  img#logo {
    width: 220px;
    height: 50px; }
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 510px) {
  .product-row {
    padding: 0 20px; }
    .product-row a.button {
      position: relative;
      top: auto;
      right: auto;
      bottom: -20px; } }

section.example-box {
  background-color: #00abe6;
  margin: 0 15px; }

#lightbox {
  margin: 10px;
  border-bottom: 1px solid #ccc; }

#lightbox h3 {
  padding-left: 15px;
  padding-top: 10px;
  text-transform: uppercase;
  margin: 20px 0;
  color: white;
  font-size: 20px; }

#lightbox ul {
  overflow: hidden; }

/*Image styles*/
#lightbox ul li {
  float: left;
  margin: 15px;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  width: 100px;
  height: 100px; }

/*No right margin for images in the 2nd column*/
#lightbox ul li img {
  display: block;
  height: 100%; }

/*Image titles*/
#lightbox .image_title {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  /*Hover effect - default state*/
  opacity: 0;
  transition: all 0.5s; }

#lightbox .title {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  /*Vertical center align*/
  display: table-cell;
  vertical-align: middle;
  /*Hover effect - default state*/
  transform: scale(0.2);
  transition: all 0.25s; }

/*Zoom icon over each title using iconfont and pseudo elements*/
/*Hover states*/
#lightbox li:hover {
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.75); }

#lightbox li:hover .image_title {
  opacity: 1; }

#lightbox li:hover .title {
  transform: scale(1); }

/*Lets change the iconfont to websymbols since entypo has some issues with rendering on windows*/
/*Lightbox element style*/
.lb_backdrop {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*The canvas contains the larger image*/
.lb_canvas {
  background: white;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  /*Will be centered later by Jquery*/
  box-shadow: 0 0 20px 5px black;
  padding: 10px; }

/*A separate class for loading GIF, for easy Jquery handling*/
/*Lightbox Controls*/
.lb_controls {
  width: 400px;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 10px;
  color: white;
  /*To horizontally center it*/
  left: 0;
  right: 0;
  margin: 0 auto; }

.lb_controls span {
  line-height: 30px;
  height: 30px; }

.lb_controls span.inactive {
  opacity: 0.25; }

.lb_previous, .lb_next {
  position: absolute;
  top: 0;
  padding: 5px 12px;
  font-family: websymbols;
  font-size: 14px;
  background: black;
  cursor: pointer; }

.lb_previous {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.lb_next {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.lb_title {
  text-align: center;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: bold; }

#lightbox {
  margin: auto; }
  #lightbox p {
    color: white;
    font-size: 14px;
    padding-left: 15px; }

.info-modal {
  display: none;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100vw - 30px);
  max-width: 900px;
  max-height: 98%;
  margin: 0;
  padding: 20px;
  z-index: 2100;
  overflow: auto;
  background: #fff;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .info-modal {
      width: calc(100vw - 40px);
      padding: 40px; } }
  .info-modal a {
    color: var(--brand-primary);
    text-decoration: none; }
    .info-modal a:hover {
      text-decoration: underline; }
  .info-modal p:last-child {
    margin: 0; }
  .info-modal ul {
    margin-top: 0; }
  .info-modal .loading-icon {
    margin: 50px 0;
    left: 50%;
    transform: translate(-50%, 0); }
  @media (max-width: 767px) {
    .info-modal .subpage-text {
      font-size: 16px;
      line-height: 26px; } }
  .info-modal .subpage-text__inside {
    margin: 0 !important;
    padding: 0 !important; }
  .info-modal h2 {
    margin: 0 0 20px 0;
    color: #00abe6;
    font-size: 30px; }

.info-modal__close-btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent url(../Images/close-icon.svg) no-repeat center;
  background-size: 15px;
  appearance: none;
  cursor: pointer;
  z-index: 1200; }

.info-modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.2); }

.new-products-page .title {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px; }
