/* Font face */
/***********************************************/
/***********************************************/
/* Regular */
@font-face {
  font-family: "SICK Intl";
  src: url(https://cdn.sick.com/media/fonts/sickintl-v1/regular/SICKIntl-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Semi Bold */
@font-face {
  font-family: "SICK Intl";
  src: url(https://cdn.sick.com/media/fonts/sickintl-v1/semibold/SICKIntl-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bold -> Using the Semibold File! */
@font-face {
  font-family: "SICK Intl";
  src: url(https://cdn.sick.com/media/fonts/sickintl-v1/semibold/SICKIntl-Semibold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SICK Intl", Arial, sans-serif;
  background: #FFF;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #0D0D0D;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SICK Intl", Arial, sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 25px 0;
  color: #0D0D0D;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 15px 0;
  color: #0D0D0D;
}

h3 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  margin: 10px 0;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  color: #0D0D0D;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #0D0D0D;
}

a {
  color: #0059FF;
}

a:hover, a:focus {
  color: #0059FF;
  text-decoration: underline;
}

.btn, .btn-lg, .input-lg {
  border-radius: 3px;
}

.form-control {
  border-radius: 3px;
  box-shadow: none;
  border: 0;
}

.input-lg {
  height: 55px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 28px;
  height: 52px;
}

.breath {
  margin: 50px auto;
}

.highlight {
  background: #f4f4f4;
  margin-top: 40px;
}

.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;
  background-size: cover;
}
@media (min-width: 768px) {
  .masthead {
    min-height: 600px;
  }
}
@media (min-width: 1280px) {
  .masthead {
    min-height: 700px;
  }
}
.logo {
  max-width: 250px;
}

.menu-icon:after {
  background: #0081c1;
  box-shadow: 0 7px 0 #0081c1, 0 14px 0 #0081c1;
}

.title-bar {
  justify-content: space-between;
  background: transparent;
  padding: 0.75rem;
}
.title-bar .logo {
  max-width: 150px;
}

.top-bar {
  position: relative;
}
@media (max-width: 640px) {
  .top-bar .logo {
    display: none;
  }
}

.top-bar,
.top-bar ul {
  background: transparent;
}

.top-bar-right li {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 640px) {
  .top-bar-right li {
    border: none;
  }
}

@media (min-width: 640px) {
  .top-bar-right.language {
    position: absolute;
    right: 10px;
    top: 8px;
  }
}
.top-bar-right.language a {
  display: inline-block;
}
.top-bar-right.language a:first-child {
  padding-right: 0.2rem;
}
.top-bar-right.language a:last-child {
  padding-left: 0.2rem;
}
@media (min-width: 640px) {
  .top-bar-right.language a {
    color: #666;
    font-size: 16px;
    padding: 0.5rem;
  }
}

.menu.align-right li {
  align-items: center;
}

.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) {
  .masthead .container {
    bottom: -180px;
  }
}
@media (min-width: 600px) {
  .masthead .container {
    bottom: -250px;
  }
}
@media (min-width: 1280px) {
  .masthead .container {
    bottom: -340px;
  }
}
.masthead .container h2 {
  margin-bottom: inherit;
}

.loading * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*animation ends*/
section {
  padding-bottom: 8rem;
  position: relative;
}
section h2 {
  margin-bottom: 2rem;
}
section h4 {
  font-weight: bold;
  margin-top: 0;
}
section .divider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 4rem 0; /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, white, #999999, white); /* Standard syntax (must be last) */
}
section.news img {
  margin-bottom: 10px;
}
section small {
  line-height: 1;
}

/*==========8. FOOTER ==============*/
.footercta {
  padding: 2rem 0;
  color: #FFF;
  background-color: #000A37;
}

.footerlinks {
  text-align: center;
}

.footerlinks a {
  text-align: center;
  font-weight: normal;
  color: #ffffff;
}

/*==========9. CUSTOM MEDIA QUERIES==============*/
/*MEDIA QUERIES*/
@media (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 15px 0;
  }
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .subscribe [class*=col-]:not(:first-child) {
    margin-top: 30px;
  }
  .masthead {
    padding: 40px 15px;
  }
}
@media (max-width: 480px) {
  /*Media Queries for smaller devices*/
  .masthead {
    background-attachment: scroll;
  }
}