/* line 8, styles.scss */
body {
  font-family: 'Open Sans',Arial,sans-serif;
  background: #FFF;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 18px; }

/* line 21, styles.scss */
h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 25px 0;
  color: #333333; }

/* line 22, styles.scss */
h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 15px 0;
  color: #444444; }

/* line 23, styles.scss */
h3 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 600; }

/* line 24, styles.scss */
h4 {
  font-size: 20px;
  margin: 10px 0; }

/* line 25, styles.scss */
h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  color: #1d1d1b; }

/* line 26, styles.scss */
h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #1d1d1b; }

/* line 28, styles.scss */
a {
  color: #007cc1; }

/* line 29, styles.scss */
a:hover, a:focus {
  color: #007cc1; }

/* line 32, styles.scss */
.btn, .btn-lg, .input-lg {
  border-radius: 3px; }

/* line 34, styles.scss */
.form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

/* line 40, styles.scss */
.input-lg {
  height: 55px; }

/* line 42, styles.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 28px;
  height: 52px; }

/* line 46, styles.scss */
.breath {
  margin: 50px auto; }

/* line 48, styles.scss */
.highlight {
  background: #f4f4f4;
  margin-top: 40px; }

/* line 50, styles.scss */
.masthead {
  position: relative;
  min-height: 500px;
  padding: 80px 15px;
  margin-bottom: 3rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-image: url("../img/GA_SmartMotorSensors_Ein-Kabel-Loesung_00000.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 768px) {
    /* line 50, styles.scss */
    .masthead {
      min-height: 600px; } }
  @media (min-width: 1280px) {
    /* line 50, styles.scss */
    .masthead {
      min-height: 700px; } }

/* line 80, styles.scss */
.logo {
  max-width: 250px; }

/* line 86, styles.scss */
.menu-icon:after {
  background: #0081c1;
  box-shadow: 0 7px 0 #0081c1, 0 14px 0 #0081c1; }

/* line 93, styles.scss */
.title-bar {
  justify-content: space-between;
  background: transparent;
  padding: 0.75rem; }
  /* line 98, styles.scss */
  .title-bar .logo {
    max-width: 150px; }

/* line 104, styles.scss */
.top-bar {
  position: relative; }
  @media (max-width: 640px) {
    /* line 107, styles.scss */
    .top-bar .logo {
      display: none; } }

/* line 113, styles.scss */
.top-bar,
.top-bar ul {
  background: transparent; }

/* line 120, styles.scss */
.top-bar-right li {
  border-bottom: 1px solid #ccc; }
  @media (min-width: 640px) {
    /* line 120, styles.scss */
    .top-bar-right li {
      border: none; } }

@media (min-width: 640px) {
  /* line 129, styles.scss */
  .top-bar-right.language {
    position: absolute;
    right: 10px;
    top: 8px; } }
/* line 138, styles.scss */
.top-bar-right.language a {
  display: inline-block; }
  /* line 141, styles.scss */
  .top-bar-right.language a:first-child {
    padding-right: 0.2rem; }
  /* line 144, styles.scss */
  .top-bar-right.language a:last-child {
    padding-left: 0.2rem; }
  @media (min-width: 640px) {
    /* line 138, styles.scss */
    .top-bar-right.language a {
      color: #666;
      font-size: 16px;
      padding: 0.5rem; } }

/* line 159, styles.scss */
.menu.align-right li {
  align-items: center; }

/* line 163, styles.scss */
.masthead .container {
  position: relative;
  text-align: left;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 10px;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  bottom: -80px; }
  @media (min-width: 400px) {
    /* line 163, styles.scss */
    .masthead .container {
      bottom: -180px; } }
  @media (min-width: 600px) {
    /* line 163, styles.scss */
    .masthead .container {
      bottom: -250px; } }
  @media (min-width: 1280px) {
    /* line 163, styles.scss */
    .masthead .container {
      bottom: -340px; } }
  /* line 186, styles.scss */
  .masthead .container h2 {
    margin-bottom: inherit; }

/* line 191, styles.scss */
.loading * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important; }

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }
/*animation ends*/
/* line 249, styles.scss */
section {
  padding-bottom: 8rem;
  position: relative; }
  /* line 253, styles.scss */
  section h2 {
    margin-bottom: 2rem; }
  /* line 257, styles.scss */
  section h4 {
    font-weight: bold;
    margin-top: 0; }
  /* line 262, styles.scss */
  section .divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 4rem 0;
    background: -webkit-linear-gradient(left, white, #999999, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, #999999, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, #999999, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, white, #999999, white);
    /* Standard syntax (must be last) */ }
  /* line 277, styles.scss */
  section.news img {
    margin-bottom: 10px; }
  /* line 281, styles.scss */
  section small {
    line-height: 1; }

/*==========8. FOOTER ==============*/
/* line 291, styles.scss */
.footercta {
  padding: 2rem 0;
  color: #FFF;
  background-color: #0081c1; }

/* line 297, styles.scss */
.footerlinks {
  text-align: center; }

/* line 300, styles.scss */
.footerlinks a {
  text-align: center;
  font-weight: normal;
  color: #ffffff; }

/*==========9. CUSTOM MEDIA QUERIES==============*/
/*MEDIA QUERIES*/
@media (max-width: 991px) {
  /* line 314, styles.scss */
  h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 15px 0; }

  /* line 319, styles.scss */
  h2 {
    font-size: 35px; } }
@media (max-width: 767px) {
  /* line 324, styles.scss */
  h1 {
    font-size: 30px;
    line-height: 40px; }

  /* line 328, styles.scss */
  h2 {
    font-size: 30px;
    line-height: 40px; }

  /* line 332, styles.scss */
  .subscribe [class*="col-"]:not(:first-child) {
    margin-top: 30px; }

  /* line 335, styles.scss */
  .masthead {
    padding: 40px 15px; } }
@media (max-width: 480px) {
  /*Media Queries for smaller devices*/
  /* line 341, styles.scss */
  .masthead {
    background-attachment: scroll; } }

/*# sourceMappingURL=styles.css.map */
