body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding: 9px 13px;
  background-color: rgba(0, 0, 0, 0.49);
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: -2px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: rgba(0, 0, 0, 0);
  font-family:'Open Sans', sans-serif;
  color: #b40c00;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}
h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  font-family:'Open Sans', sans-serif;
  color: #24353a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}
h4 {
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  border-width: 1px;
  border-color: black;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: none;
}
h5 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  border-radius: 0px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 12px 31px;
  border-radius: 5px;
  background-color: black;
  background-image: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #008cff;
}
a {
	color: #b40c00;
}
.section {
  position: relative;
  z-index: 2;
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.27) 1px 1px 10px 0px;
}
.section.header {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 440px;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #9c1006;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.27) 1px 1px 10px 0px;
}
.section.footer {
  background-color: #f2f2f2;
}
.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 14px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}
.nav-link:hover {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up {
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link:hover.sign-up:hover {
  background-color: #0076d6;
}
.company-title {
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.nav-bar {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
.hero-bg {
  width: auto;
  min-height: 500px;
  background-color: #29393e;
  background-image: none;
}
.hero-bg.content {
  min-height: 420px;
  padding-top: 316px;
  background-image: url(../images/example-bg.png);
  background-attachment: fixed;
}
.subtitle {
  margin-bottom: 18px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  font-weight: 700;
}
.section-description {
  font-size: 14px;
}
.snippet-img {
  height: 219px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url(../images/example-bg.png);
  background-size: cover;
}
.snippet {
  display: block;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: black;
  text-align: center;
  text-decoration: none;
}
.snippet:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.right-col {
  padding-top: 13px;
  text-align: right;
}
.more-link {
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.more-link:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
}
.snippet-text-section {
  padding: 10px 0px 0px;
}
.snippet-title {
  margin-bottom: 7px;
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.snippet-text {
  color: #737373;
  font-size: 14px;
  line-height: 19px;
}
.snippet-row {
  position: relative;
  z-index: 1;
  margin-top: 27px;
  margin-bottom: 6px;
  padding-bottom: 0px;
}
.button-column {
  padding-top: 32px;
  text-align: center;
}
.company-column {
  padding-right: 0px;
  padding-left: 0px;
}
.img-example {
  margin-bottom: 34px;
}
.footer-link {
  margin-right: 9px;
  margin-left: 9px;
  float: none;
  color: #008cff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.footer-nav-bar {
  text-align: right;
}
.footer-text {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}
.content-bg {
  min-height: 420px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.content-bg.two {
  padding-top: 0px;
  background-image: none;
}
.example-image {
  width: 100%;
  border-bottom: 0px solid black;
}
.headerimage {
  width: 638px;
  height: 366px;
  float: right;
  background-image: url(../images/header-image.png);
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat no-repeat;
}
.header-claim {
  position: relative;
  width: 500px;
  margin: 162px 0px 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  font-family:'Open Sans', sans-serif;
  font-size: 44px;
  line-height: 58px;
  font-weight: 300;
}
.stage-imag {
  width: auto;
  height: 550px;
  background-image: url(../images/intro-stage-image.png);
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat no-repeat;
}
.intro-block {
  width: 390px;
  padding-bottom: 11px;
}
.divider {
  width: 50px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: -13px;
  border-bottom: 1px dotted #b40c00;
}
.map {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
}
.map-frame {
	width: 100%;
	height: 450px;
}
.footer {
  padding-top: 10px;
  padding-bottom: 15px;
}
.konstruktion-container {
  display: block;
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 56px;
  padding-bottom: 39px;
  padding-left: 62px;
  background-image: url(../images/intro-stage-image.png);
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-attachment: scroll;
}
.header-columns {
  padding-right: 0px;
  padding-left: 0px;
}
.konstruktion-section {
  background-color: #28383d;
}
.maschinenpark-row {
  position: static;
  padding-top: 105px;
  float: none;
}
.shadowbar {
  position: static;
  z-index: 2;
  display: block;
  width: auto;
  height: 30px;
  margin-top: -118px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/technik-spektrum-bottom-shadow.png);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
}
.shadowbar-overlay {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 20px;
  margin-top: -8px;
  background-color: white;
}
.contact {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.27) 1px 1px 10px 0px;
}
.submit-button {
  margin-top: 5px;
  float: right;
  border-radius: 3px;
  background-color: #b40c00;
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}
.contact-text {
  font-family:'Open Sans', sans-serif;
  color: black;
  font-weight: 400;
}
.contact-foto{
	margin-bottom: 40px;
	border: 5px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 7px 0px;
}
.intro-text {
  color: white;
}
.label {
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 18px;
  font-weight: 700;
}
.textarea {
  min-height: 120px;
  background-color: #f7f7f7;
}
.contact-header {
  margin-bottom: 25px;
}
.form-wrapper {
  padding: 15px;
  border: 0px solid #e8e8e8;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 7px 0px;
}
.inputfield {
  margin-bottom: 15px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  img {
    margin-left: 12px;
  }
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link {
    padding-right: 7px;
    padding-left: 7px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero-bg {
    background-image: url(../images/example-bg.png);
  }
  .hero-bg.content {
    background-image: url(../images/example-bg.png);
  }
  .snippet-img {
    height: 166px;
    background-image: url(../images/example-bg.png);
  }
  .snippet {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .content-bg {
    background-image: url(../images/example-bg.png);
  }
  .headerimage {
    width: 500px;
    height: 330px;
    margin-top: 28px;
    margin-right: 13px;
    background-image: url(../images/header-image.png);
    background-position: 100% 50%;
    background-size: contain;
  }
  .header-claim {
    margin-left: 12px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  h3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
    text-align: center;
  }
  .button {
    margin-bottom: 33px;
    padding: 29px 30px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 700;
  }
  .section.header {
    height: 370px;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 20px;
  }
  .nav-link:hover {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .company-title {
    margin-bottom: 33px;
  }
  .nav-bar {
    padding-top: 43px;
    text-align: center;
  }
  .hero-bg {
    min-height: 390px;
    padding-top: 238px;
    padding-right: 11px;
    padding-left: 11px;
    background-image: url(../images/example-bg.png);
  }
  .hero-bg.content {
    min-height: 290px;
    padding-top: 205px;
    background-image: url(../images/example-bg.png);
  }
  .snippet-img {
    height: 206px;
    background-image: url(../images/example-bg.png);
  }
  .snippet {
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .right-col {
    margin-top: -42px;
  }
  .button-column {
    padding-top: 61px;
  }
  .company-column {
    text-align: center;
  }
  .footer-nav-bar {
    text-align: center;
  }
  .left-footer-col {
    margin-bottom: 13px;
    text-align: center;
  }
  .content-bg {
    min-height: 350px;
    padding-top: 216px;
    background-image: url(../images/example-bg.png);
  }
  .headerimage {
    display: none;
    margin-top: 0px;
    background-image: url(../images/header-image.png);
    background-position: 100% 50%;
  }
  .header-claim {
    display: block;
    margin-top: 44px;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
  }
  .divider {
    display: block;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
  }
  .konstruktion-container {
    width: auto;
    background-color: rgba(0, 0, 0, 0.29);
    background-image: url(../images/intro-stage-image.png);
    background-position: 100% 50%;
    background-size: auto;
    opacity: 1;
  }
  .container {
    padding-right: 21px;
    padding-left: 21px;
  }
  .shadowbar {
    display: none;
    background-image: url(../images/technik-spektrum-bottom-shadow.png);
    background-position: 50% 100%;
  }
  .shadowbar-overlay {
    display: none;
  }
  .form-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 479px) {
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section.header {
    height: 400px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    box-shadow: rgba(0, 0, 0, 0.27) 1px 1px 10px 0px;
  }
  .nav-link {
    display: block;
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-bar {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .hero-bg {
    background-image: url(../images/example-bg.png);
  }
  .hero-bg.content {
    background-image: url(../images/example-bg.png);
  }
  .section-description {
    width: 50%;
  }
  .snippet-img {
    background-image: url(../images/example-bg.png);
  }
  .snippet {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .content-bg {
    min-height: 330px;
    padding-top: 172px;
    background-image: url(../images/example-bg.png);
  }
  .header-claim {
    display: none;
    width: auto;
  }
  .intro-block {
    width: auto;
  }
  .konstruktion-container {
    padding-top: 36px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url(../images/intro-stage-image.png);
    background-position: -107% 50%;
    background-size: auto;
  }
  .intro-text {
    margin-top: 16px;
  }
}




.konstruktion-container {
  /*
  padding-bottom: 22px;
   */
}

.slider {
  position: relative;
  overflow: hidden;
}

.slides {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
          transition: all 300ms ease;
}

.slide {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
}

.slide p {
  padding-right: 20px;
  padding-bottom: 50px;
}

.slider-arrows {
  display: none;
}

.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -6px !important;
}

  .slider-nav__item {
    float: left;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    background: #fff;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
            transition: all 300ms ease;

    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
  }

  .slider-nav__item--current {
    background: #9c1006;
  }




#Technik .slider-arrows {
  display: block;
}

#Technik .slider-nav {
  display: none;
}




.slider-arrows .slider-arrow {
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -42px;
  cursor: pointer;
  background: url(../images/slider-arrow-left.png) top left no-repeat;
  width: 26px;
  height: 45px;
  font-size: 0;
  line-height: 0;
}

.slider-arrows .slider-arrow:hover {
  background-image: url(../images/slider-arrow-left-active.png);
}



.slider-arrows .slider-arrow--right {
  left: auto;
  right: -45px;
  background-image: url(../images/slider-arrow-right.png);
}

.slider-arrows .slider-arrow--right:hover {
  background-image: url(../images/slider-arrow-right-active.png);
}


/* Lightbox */

.overlay{

width: 100%;

height: 100%;

position: fixed;

top: 0;

left: 0;

z-index: 1000;

display: none;

}

.modal{

display: none;

background:#fff;

padding:40px;

overflow:auto;

z-index:1001;

position:absolute;

width: 80%;

min-height: 300px;
text-align: left;
}

.modal h2 {
	margin-bottom: 30px;
}

.modal p {
	margin-bottom: 25px;
}

.closeBtn {
	float: right;
	padding-top: 20px;
}


@media (max-width: 767px) {
  #Technik .slider-arrows {
    display: none;
  }
  #Technik .slides {
    overflow: visible;
  }
  #Technik .slides {
    width: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
  #Technik .slide {
    width: 100% !important;
    float: none;
  }
}








#Unternehmen {
  clear: both;
}

#Unternehmen {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}


@media (max-width: 767px) {
  #Unternehmen {
    margin-bottom: -70px;
  }
}


@media (max-width: 479px) {
  #Unternehmen .konstruktion-container {
    background-image: none !important;
  }
}




#Unternehmen .slider .slide {
  height: 100%;
}