﻿@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('DM Sans Regular'), local('DMSans-Regular'), url(https://fonts.gstatic.com/s/dmsans/v4/rP2Hp2ywxg089UriCZOIGA.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('DM Sans Medium'), local('DMSans-Medium'), url(https://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriAWCrCBimDg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('DM Sans Bold'), local('DMSans-Bold'), url(https://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriASitCBimDg.ttf) format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
/*========================================*/
/*============== VARIABLES ===============*/
/*========================================*/
.container {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .container {
    max-width: 750px;
  }
}
.container-small {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 575.9px) {
  .container-small {
    padding: 0 30px;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3 {
  line-height: 1.3;
  font-weight: 700;
}
h1 {
  font-size: 54px;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 991.9px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  font-size: 40px;
  color: #000;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 991.9px) {
  h2 {
    font-size: 26px;
  }
}
h2.separator:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #F9354A;
  display: block;
  margin: 30px 0 0 0;
}
h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #000;
}
@media only screen and (max-width: 991.9px) {
  h3 {
    font-size: 21px;
  }
}
.btn-red,
footer .container .col-contact .wrapper .btn-tel {
  background-color: #F9354A;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 575.9px) {
  .btn-red,
  footer .container .col-contact .wrapper .btn-tel {
    padding: 12px 20px;
  }
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background-color: rgba(249, 53, 74, 0.9);
}
.btn-red:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/angle.svg) no-repeat;
  width: 5px;
  height: 15px;
  background-size: 100% 100%;
  margin-right: 8px;
}
@media only screen and (max-width: 575.9px) {
  .btn-red:before {
    display: none;
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
}
@media only screen and (max-width: 991.9px) {
  header {
    padding: 30px;
  }
}
header img {
  width: 170px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.9px) {
  header img {
    width: 120px;
  }
}
@media only screen and (max-width: 575.9px) {
  header img {
    width: 100px;
  }
}
header .links .lang {
  display: inline-block;
  margin-left: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 991.9px) {
  header .links .lang {
    font-size: 14px;
    margin-left: 10px;
  }
}
section {
  padding: 100px 0;
}
@media only screen and (max-width: 991.9px) {
  section {
    padding: 60px 0;
  }
}
.stage {
  position: relative;
  z-index: 0;
  background: url(/images/bg_home.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.stage .intro {
  text-align: center;
  padding: 60px 30px 200px 30px;
}
@media only screen and (max-width: 991.9px) {
  .stage .intro {
    padding: 30px 30px 90px 30px;
  }
}
.stage .intro p {
  font-size: 24px;
}
@media only screen and (max-width: 991.9px) {
  .stage .intro p {
    font-size: 18px;
  }
}
.stage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(91, 103, 112, 0.96);
  z-index: -1;
}
.stage h1 {
  margin-bottom: 50px;
}
.stage h1:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 30px auto 0 auto;
}
.section-services .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.9px) {
  .section-services .container {
    display: block;
  }
}
.section-services .container .col-left {
  width: 70%;
  padding-right: 80px;
}
@media only screen and (max-width: 991.9px) {
  .section-services .container .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.section-services .container .col-right {
  width: 30%;
}
@media only screen and (max-width: 991.9px) {
  .section-services .container .col-right {
    width: 100%;
  }
}
.section-services .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-services .container ul li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.section-services .container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/images/check.svg) no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% 100%;
  margin-right: 8px;
}
.section-work {
  background-color: #F1F1F1;
}
.section-work .container {
  display: flex;
}
@media only screen and (max-width: 991.9px) {
  .section-work .container {
    display: block;
  }
}
.section-work .container .col {
  width: 50%;
}
@media only screen and (max-width: 991.9px) {
  .section-work .container .col {
    width: 100%;
  }
}
.section-work .container .col .wrapper {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  padding: 50px;
  text-align: center;
}
.section-work .container .col .wrapper:before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background-size: 100% 100%;
  margin: -70px auto 30px auto;
}
.section-work .container .col .wrapper p {
  color: rgba(0, 0, 0, 0.6);
}
.section-work .container .col-installation {
  padding-right: 30px;
}
@media only screen and (max-width: 991.9px) {
  .section-work .container .col-installation {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.section-work .container .col-installation .wrapper:before {
  background: url(/images/installation.svg) no-repeat;
}
.section-work .container .col-maintenance {
  padding-left: 30px;
}
@media only screen and (max-width: 991.9px) {
  .section-work .container .col-maintenance {
    padding-left: 0;
  }
}
.section-work .container .col-maintenance .wrapper:before {
  background: url(/images/maintenance.svg) no-repeat;
}
footer {
  background-color: #353D43;
  color: #fff;
  padding: 60px 0 30px 0;
}
footer a {
  color: #fff;
}
footer strong {
  color: #fff;
  font-weight: 500;
}
footer .container .flex-content {
  display: flex;
}
@media only screen and (max-width: 991.9px) {
  footer .container .flex-content {
    display: block;
  }
}
footer .container .col-text {
  width: 65%;
  padding-right: 40px;
}
@media only screen and (max-width: 991.9px) {
  footer .container .col-text {
    width: 100%;
    padding-right: 0;
  }
}
footer .container .col-text h3 {
  color: #fff;
}
footer .container .col-text p {
  color: rgba(255, 255, 255, 0.8);
}
footer .container .col-contact {
  width: 35%;
  padding-left: 40px;
}
@media only screen and (max-width: 991.9px) {
  footer .container .col-contact {
    width: 100%;
    padding-left: 0;
  }
}
footer .container .col-contact .wrapper {
  background-color: #2E3439;
  padding: 40px 20px;
  border-top: 6px solid #F9354A;
  margin-top: -66px;
}
@media only screen and (max-width: 991.9px) {
  footer .container .col-contact .wrapper {
    margin-top: 30px;
  }
}
footer .container .col-contact .wrapper a {
  display: block;
}
footer .container .col-contact .wrapper .btn-red {
  margin-bottom: 20px;
}
footer .container .col-contact .wrapper .btn-red:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/mail.svg) no-repeat;
  width: 18px;
  height: 19px;
  background-size: 100% 100%;
  margin-right: 8px;
}
footer .container .col-contact .wrapper .btn-tel {
  background-color: #fff;
  color: #000;
}
footer .container .col-contact .wrapper .btn-tel:hover,
footer .container .col-contact .wrapper .btn-tel:focus,
footer .container .col-contact .wrapper .btn-tel:active {
  background-color: rgba(255, 255, 255, 0.9);
}
footer .container .col-contact .wrapper .btn-tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/tel.svg) no-repeat;
  width: 18px;
  height: 19px;
  background-size: 100% 100%;
  margin-right: 8px;
}
footer .container .copyright {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
footer .container .copyright a {
  color: #fff;
}
.impressum {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 30px;
}
.impressum h1 {
  color: #000;
}
.impressum h2 {
  margin-top: 50px;
}
.impressum h3 {
  margin-top: 30px;
}