*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1213px;
}

.navArea {
  display: flex;
  align-items: flex-end;
}

a.navBrand {
  display: block;
  width: 406px;
}

img {
  max-width: 100%;
}

header.header_area {
  padding: 70px 0 67px 0;
}


ul.headerMenu {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 33px;
  font-weight: 400;
  padding-bottom: 13px;
}

ul.headerMenu li a {
  display: block;
  color: #8b8b8b;
  font-size: 16px;
  letter-spacing: 4px;
}

section.banar_area {
  position: relative;
  z-index: 1;
  padding: 124px 0 166px 0;
  background: url("assets/img/banar2.jpg") no-repeat scroll center / cover;
  color: #fff;
}

section.banar_area p {
  margin: 0;
  font-size: 50px;
  line-height: 138%;
}

section.banar_area:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  content: '';
  background-image: linear-gradient(90deg, #f7931d 60%, transparent);
}

.banar_moble img.SMITRAC-Mobile {
  display: block;
  max-width: 441px;
  margin-top: -112px;
}

h2.title {
  text-align: center;
  color: #f7931d;
  font-weight: 400;
  font-size: 52px;
  letter-spacing: -0.5px;
}

.title.graytitle {
  color: #7d7d7d;
}

section.numberSteepArea {
  margin-top: 147px;
}

.numberMirrirEffect {
  position: relative;
  z-index: 1;
  max-width: 911px;
  margin: 74px auto 0 auto;
}

.numberSteeps {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  /* background: #f7931d; */
  /* border-radius: 50%; */
}

.steepBox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* font-size: 17px; */
  /* font-weight: bold; */
  width: 204px;
  height: 204px;
  background: #f7931d;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 10px;
}

span.number {
  display: block;
  position: absolute;
  color: #000;
  font-size: 183px;
  z-index: -1;
  line-height: 1;
  font-weight: bold;
}

.steepBox p span {
  font-size: 11px;
  font-weight: 400;
}

.steepBox:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: block;
  width: 104px;
  height: 104px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url("assets/img/arrow.png");
  margin-left: 18px;
}

.steepBox.steep3:after {
  display: none;
}

.numberSteeps.mirrorEffect>div {
  transform: scaleY(-1);
  opacity: .2;
}

.numberSteeps.mirrorEffect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 30%, transparent);
  z-index: 2;
  content: "";
}

.numberSteeps.mirrorEffect {
  position: relative;
}

section.buttontext {
  margin: 121px 0 130px 0;
  text-align: center;
}

section.buttontext h2.title.graytitle {
  margin-bottom: 30px;
}

.orangeBtn {
  display: inline-block;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  background: #f7931d;
  padding: 12px 60px;
  border-radius: 40px;
  border: 1px solid #f7931d;
}

.orangeBtn:hover {
  background: transparent;
  color: #f7931d;
}

section.textBtn {
  padding-bottom: 153px;
  height: 50.5vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: center;
  background: url("assets/img/banar1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

section.textBtn h2 {
  color: #fff;
  text-shadow: 4px 4px 3px BLACK;
  font-size: 55px;
  font-weight: 500;
}

section.iconsbox {
  padding: 93px 0 210px 0;
}

section.iconsbox h2 {
  margin-bottom: 55px;
  font-weight: 400;
  line-height: 100%;
}

.icon_box {
  background: #f6f6f6;
  padding: 65px 70px 73px 48px;
  display: flex;
  align-items: flex-start;
  border-radius: 15px;
  gap: 31px;
  font-size: 29px;
  height: 100%;
  min-height: 175px;
  line-height: 121%;
}

section.iconsbox .row>div {
  margin-bottom: 30px;
}

.icon_box img {
  display: block;
  width: 93px;
}

section.iconsbox .container {
  max-width: 1233px;
}

section.genialArea .title {
  max-width: 910px;
  margin: 0 auto 78px auto;
}

.genialImage>div {
  position: relative;
  z-index: 1;
}

.genialImage img {
  display: block;
  width: 322px;
  margin-bottom: -8%;
  margin-left: 3%;
  filter: drop-shadow(5px 5px 10px rgb(0 0 0 / 59%));
}

.genialImage {
  padding-bottom: 0;
  height: 54.5vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: center;
  background: url(assets/img/image-070.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  margin-bottom: 80px;
}

.fourSteepArea {
  padding-top: 171px;
}

.fourSteepArea .container {
  max-width: 1200px;
}

.imageSteep img {
  display: block;
  width: 287px;
  margin: 0 auto 34px auto;
}

.fourSteepArea .container .row {
  margin: 0;
  max-width: 1100px;
  margin: 100px auto 0 auto;
}

.imageSteep.imageSteep3 img {
  max-width: 340px;
}

.imageSteep.imageSteep2 {
  margin-top: -137px;
}

.fourSteepArea .container .row>div {
  padding: 0 25px;
}

img.whiteLogo {
  display: block;
  margin: -108px auto 0 auto;
  max-width: 580px;
  position: relative;
  left: -11px;
  z-index: -1;
}

.steepFour {
  max-width: 593px;
  margin: 61px auto 0 auto;
}

section.alleDaten {
  margin: 178px 0 0 0;
}

img.alledatenImg {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.erlebenArea {
  text-align: center;
  padding: 120px 0 143px 0;
}

.erlebenArea .title {
  margin-bottom: 53px;
}

.orangeLine {
  height: 163px;
  background: #f7931d;
}

.footerContent {
  padding: 70px 0 40px 0;
}

a.footerBrand {
  width: 234px;
  display: block;
}

.footerContent p {
  margin: 0;
  font-size: 12px;
}

.footerContent p a {
  color: #000;
}

.formContainer {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  max-width: 750px;
  margin: 0 auto;
}

.col-Input {
  margin-bottom: 15px;
}

.col-Input textarea {
  height: 150px;
}

button.FormSubmit.form-control {
  max-width: 350px;
  height: 50px;
  background: #f7931d;
  color: #fff;
  border-color: #f7931d;
  transition: .3s ease all;
}

button.FormSubmit.form-control:hover {
  background: transparent;
  color: #f7931d;
}

.form-control {
  height: 50px;
}

header.header_area .container {
  max-width: 1240px;
}

.banar_content .col-md-6 {
  width: 60%;
}

.banar_moble_inner {
  display: inline-block;
  position: relative;
  padding-right: 1.5%;
  z-index: 2;
}

.banar_moble {
  text-align: center;
}

img.SMITRAC-QR {
  /*display: block;*/
  position: absolute;
  z-index: 1;
  width: 54%;
  bottom: -8%;
  right: -33%;
  filter: drop-shadow(6px 7px 6px rgba(0, 0, 0, 50%));
}

.steepBox p {
  font-size: 17px;
  font-weight: bold;
  line-height: 109%;
}

section.buttontext h2.title.graytitle {
  font-size: 49px;
  font-weight: 400;
  max-width: 1140px;
  margin: 0 auto 57px auto;
}

.genialtext .container {
    max-width: 1142px;
    padding-top: 44px;
}

.genialtext p {
    font-size: 27px;
    margin-bottom: 67px;
    line-height: 146%;
}

.imageSteep p {
    font-size: 28px;
    line-height: 119%;
}

.imageSteep.imageSteep2 img {
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.imageSteep.imageSteep3 {position: relative;right: 20px;}

.imageSteep.imageSteep3 p {
    position: relative;
    right: -62px;
    top: 22px;
}

.imageSteep.imageSteep2 p {
    padding: 0 10px;
}

.imageSteep.imageSteep1 p {
    padding: 2px;
}

.steepFour p {
    font-size: 26px;
    margin-top: 27px;
    line-height: 135%;
}

.erlebenArea a.orangeBtn {
    position: relative;
    left: -23px;
}

.footerContent .container {
    max-width: 1282px;
}


.bodyWrap {
  overflow: hidden;
}

.mobileHide {
	display:initial;
}
.mobileLink {
	display:none;
}
.mobileImageHide{
	display:block;
}
@media only screen and (max-width: 768px) {
	.mobileImageHide{
        display:none;
    }
    .mobileHide {
        display:none;
    }
    .mobileLink {
        display:initial;
    }
}