/*******FONTS**********/
/*
@font-face {
  font-family: "Linotype Univers";
  src:url("../assets/fonts/Linotype/font-face/91200658dde38debe93efbbd12e85fb9.eot");
  src: url("../assets/fonts/Linotype/font-face/91200658dde38debe93efbbd12e85fb9.eot?#iefix") format("embedded-opentype"),
   url("../assets/fonts/Linotype/font-face/91200658dde38debe93efbbd12e85fb9.woff2") format("woff2"),
    url("../assets/fonts/Linotype/font-face/91200658dde38debe93efbbd12e85fb9.woff") format("woff"),
    url("../assets/fonts/Linotype/font-face/91200658dde38debe93efbbd12e85fb9.ttf") format("truetype"),
     url("../assets/fonts/Linotype/@font-face/91200658dde38debe93efbbd12e85fb9.svg#Linotype Univers") format("svg");
}*/
/*
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Black.ttf");
}
body{
  font-family: "Roboto";
}*/
h1 {
  font-size: 60px !important;
  font-weight: bold !important;
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px !important;
  }
}

h2 {
  font-size: 50px !important;
  font-weight: bold !important;
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px !important;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 25px !important;
  }
}

h3 {
  font-size: 45px !important;
  font-weight: bold !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px !important;
  }
}

h4 {
  font-size: 25px !important;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px !important;
  }
}

p {
  font-size: 18px !important;
  letter-spacing: 0.9px;
  color: #2D2928;
  font-style: normal;
  font-weight: 330 !important;
  line-height: 24px !important;
}
@media (max-width: 991px) {
  p {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  p {
    font-size: 14px !important;
  }
}

/*******MARGINS**********/
.mt-16 {
  margin-top: 160px;
}

.mb-16 {
  margin-bottom: 160px;
}

.mb-20 {
  margin-bottom: 200px;
}

.mb-35 {
  margin-bottom: 350px;
}

.mt-6 {
  margin-top: 65px;
}

.mb-6 {
  margin-bottom: 65px !important;
}

.container-fluid {
  padding: 0 !important;
  max-width: 1920px !important;
}

.clear {
  clear: both;
}

/**********COLORS*************/
/************TAGS AND BUTTONS*****************/
a {
  color: #2D2928 !important;
  text-decoration: none !important;
}

.btn {
  font-size: 18px !important;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 14px !important;
  }
}

/************NAV-BAR****************/
.fixed {
  background: #fff;
  box-shadow: 0 2px 16px rgba(59, 66, 54, 0.23);
  z-index: 999;
}
.fixed .container {
  height: 167px;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .fixed .container {
    height: 95px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .fixed .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.fixed .container .logo {
  position: absolute;
  display: flex;
  left: 15px;
  bottom: 35px;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 991px) {
  .fixed .container .logo {
    bottom: 8px;
  }
}
@media (max-width: 576px) {
  .fixed .container .logo {
    left: 10px;
    bottom: 16px;
  }
}
.fixed .container .logo img {
  width: 180px;
  height: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .fixed .container .logo img {
    width: 114px;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .fixed .container .logo img {
    width: 107px;
    height: 46px;
  }
}
.fixed .container .logo .text-center {
  margin-top: 6px;
}
@media (max-width: 576px) {
  .fixed .container .logo .text-center {
    font-size: 15px;
  }
}
.fixed .container .search {
  display: flex;
  position: relative;
  justify-content: end;
  margin-right: 127px;
  margin-bottom: -14px;
}
.fixed .container .search:focus {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .fixed .container .search {
    margin-right: 75px;
  }
}
@media (max-width: 576px) {
  .fixed .container .search {
    margin-right: 50px;
  }
}
.fixed .container .search form {
  display: contents;
}
.fixed .container .search .btn {
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fixed .container .search input {
  width: 371px;
  border: none;
  border-bottom: 1px solid #2D2928;
  font-size: 14px;
  color: #A5A5A5;
  padding-bottom: 10px;
}
.fixed .container .search input:focus {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .fixed .container .search input {
    width: 260px;
  }
}
@media (max-width: 576px) {
  .fixed .container .search input {
    font-size: 11px;
    width: 130px;
  }
}
.fixed .container .languages {
  width: 100px;
  position: absolute;
  top: -2px;
  display: flex;
  justify-content: end;
}
.fixed .container .languages p {
  display: flex;
}
.fixed .container .languages p a {
  cursor: pointer;
}
.fixed .container .languages p a:hover {
  font-weight: 700;
}
.fixed .container .languages p .active {
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .fixed .container .languages {
    bottom: 0;
    right: 20px;
    top: 47px;
  }
}
.fixed .container .languages .en {
  height: 15px;
  display: flex;
  align-items: center;
}
.fixed .container .languages .de {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #000000;
  height: 15px;
  display: flex;
  align-items: center;
}
.fixed .container .navbar {
  padding-top: 30px;
}
.fixed .container .navbar .navbar-toggler {
  position: absolute;
  right: 0;
  top: -14px;
  border: none;
  padding-right: 0;
}
@media (max-width: 992px) {
  .fixed .container .navbar .navbar-toggler {
    right: 15px;
  }
}
.fixed .container .navbar .navbar-toggler:focus {
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 576px) {
  .fixed .container .navbar .navbar-toggler {
    right: 10px;
  }
}
.fixed .container .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../../assets/icons/hamburger.png");
}
.fixed .container .navbar .navbar-toggler .navbar-toggler-icon-x {
  background-image: url(../../assets/icons/iks.png);
  width: 20px;
  height: 20px;
}
.fixed .container .navbar .collapse, .fixed .container .navbar .collapsing {
  justify-content: end;
  background: #fff;
  z-index: 100;
}
@media (max-width: 991px) {
  .fixed .container .navbar .collapse .navbar-nav, .fixed .container .navbar .collapsing .navbar-nav {
    padding-top: 32px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.fixed .container .navbar .collapse .navbar-nav .nav-item, .fixed .container .navbar .collapsing .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin-left: 45px;
  font-size: 17px;
  height: 70px;
  text-transform: uppercase;
}
.fixed .container .navbar .collapse .navbar-nav .nav-item:hover, .fixed .container .navbar .collapsing .navbar-nav .nav-item:hover {
  font-weight: 700;
}
@media (max-width: 991px) {
  .fixed .container .navbar .collapse .navbar-nav .nav-item, .fixed .container .navbar .collapsing .navbar-nav .nav-item {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #707070;
    background: none;
    color: #2D2928 !important;
    height: 20px;
  }
  .fixed .container .navbar .collapse .navbar-nav .nav-item .active, .fixed .container .navbar .collapsing .navbar-nav .nav-item .active {
    font-weight: 700;
    margin-bottom: 3px;
  }
}
@media (max-width: 1200px) {
  .fixed .container .navbar .collapse .navbar-nav .nav-item, .fixed .container .navbar .collapsing .navbar-nav .nav-item {
    margin-left: 20px;
  }
}
.fixed .container .navbar .collapse .navbar-nav .nav-item .nav-link, .fixed .container .navbar .collapsing .navbar-nav .nav-item .nav-link {
  padding-right: 0 !important;
}
@media (max-width: 992px) {
  .fixed .container .navbar .collapse .navbar-nav .nav-item .nav-link, .fixed .container .navbar .collapsing .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fixed .container .navbar .collapse .navbar-nav .nav-item .active, .fixed .container .navbar .collapsing .navbar-nav .nav-item .active {
  font-weight: 700;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .fixed .container .navbar .collapse .navbar-nav .nav-item .active, .fixed .container .navbar .collapsing .navbar-nav .nav-item .active {
    margin-bottom: 0px;
  }
}

/*********BANNER*************/
.container-fluid {
  padding: 0 !important;
  position: relative;
}
.container-fluid .message {
  position: absolute;
  top: 27%;
  right: 0;
  z-index: 99;
  width: 68px;
  height: 68px;
  border: none;
  background: #007396;
  box-shadow: 0 2px 16px rgba(59, 66, 54, 0.23);
}
.container-fluid .message img {
  height: 26px;
  width: 37px;
}
@media (max-width: 992px) {
  .container-fluid .message img {
    height: 23px;
    width: 30px;
  }
}
@media (max-width: 576px) {
  .container-fluid .message img {
    height: 17px;
    width: 24px;
  }
}
@media (max-width: 992px) {
  .container-fluid .message {
    top: 0%;
  }
}
@media (max-width: 576px) {
  .container-fluid .message {
    width: 40px;
    height: 40px;
  }
}
.container-fluid .banner-image-shop {
  background-image: url("../../assets/img/Schleifring.jpg");
  height: 738px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .container-fluid .banner-image-shop {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .container-fluid .banner-image-shop {
    height: 225px;
  }
}
.container-fluid .w-100 {
  height: 738px;
}
@media (max-width: 991px) {
  .container-fluid .w-100 {
    height: 350px;
  }
}
.container-fluid .banner-text-shop {
  margin-left: 20px;
  padding-top: 393px;
  width: 640px;
}
@media (max-width: 991px) {
  .container-fluid .banner-text-shop {
    text-align: center;
    width: auto;
    padding-top: 100px;
  }
}

/**********THREE-ELEMENTS***************/
.three-elements {
  position: absolute;
  top: 0%;
  margin-top: 752px;
  padding: 0 !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.5px) {
  .three-elements {
    position: relative;
    margin-top: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.three-elements .row {
  display: flex;
  justify-content: space-between;
}
.three-elements .row .col-lg-4 {
  background: linear-gradient(to right, #003A4B, #007396);
  height: 467px;
  max-width: 412px;
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .three-elements .row .col-lg-4 {
    margin-top: 20px;
    max-width: unset;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .three-elements .row .col-lg-4 {
    width: 30% !important;
  }
}
@media (max-width: 1400px) {
  .three-elements .row .col-lg-4 {
    height: 495px;
  }
}
@media (max-width: 1200px) {
  .three-elements .row .col-lg-4 {
    height: 570px;
  }
}
.three-elements .row .col-lg-4 .col-lg-3 {
  margin-top: 17px !important;
  display: flex;
  justify-content: center;
}
.three-elements .row .col-lg-4 .col-lg-3 img {
  width: 100px;
  height: 55px;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 576px) {
  .three-elements .row .col-lg-4 .col-lg-3 img {
    height: 30px;
  }
}
.three-elements .row .col-lg-4 .text-left {
  margin-top: 23px;
  color: #fff;
  font-weight: 630 !important;
  line-height: 24px;
  padding-right: 5px;
}
@media (max-width: 992px) {
  .three-elements .row .col-lg-4 .text-left {
    text-align: center;
  }
}
.three-elements .row .col-lg-4 .light-p {
  color: #fff;
  font-weight: 330;
  line-height: 24px;
  letter-spacing: 0;
  padding-bottom: 50px;
}
.three-elements .row .col-lg-4 .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px !important;
  background: #fff;
  font-size: 14px;
  color: #007396;
  font-weight: 630;
}

/**********BIG-IMAGE-TEXT*************/
.big-img-text {
  margin-top: 467px;
  position: relative;
}
@media (max-width: 1200px) {
  .big-img-text {
    margin-top: 570px;
  }
}
@media (max-width: 991px) {
  .big-img-text {
    margin-top: 50px;
  }
}
.big-img-text .w-100 {
  height: 456px;
}
.big-img-text .text-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 370px;
  margin-right: 18.6%;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .big-img-text .text-button {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .big-img-text .text-button {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.big-img-text .text-button .text-left {
  color: #007396;
  font-weight: bold;
}
.big-img-text .text-button .btn {
  width: 239px;
  height: 41px;
  background: #007396;
  color: #fff !important;
  font-size: 16px;
  font-weight: 630;
  margin-top: 15px;
}

/**********MAIN-SLIDER************/
.main-slider {
  position: relative;
  padding-left: 50px !important;
  padding-right: 50px !important;
  height: 467px;
  background: linear-gradient(to right, #003A4B, #007396);
}
@media (max-width: 992px) {
  .main-slider {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .main-slider {
    height: 365px;
  }
}
.main-slider .text-left {
  padding-top: 22px;
  padding-bottom: 20px;
}
.main-slider .swiper {
  position: unset !important;
}
.main-slider .swiper .swiper-button-next {
  color: #fff !important;
}
.main-slider .swiper .swiper-button-prev {
  color: #fff !important;
}
.main-slider .card {
  cursor: pointer;
  margin-right: 30px;
  width: 220px;
  height: 301px;
}
@media (max-width: 576px) {
  .main-slider .card {
    width: 178px;
    height: 239px;
  }
}
.main-slider .card img {
  width: 100%;
  height: 192px;
}
.main-slider .card .card-body {
  background-color: #F7F7F7;
}
.main-slider .card .card-body .text-center {
  font-weight: bold !important;
  margin-top: 21px;
}
.main-slider .card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  display: none;
  opacity: 0.8;
}
.main-slider .card .overlay p {
  text-align: center;
  margin-top: 55%;
  font-weight: bold !important;
  color: #007396;
}

/**********IMAGE-OUT-BOX************/
.image-out-box {
  background: #F1F6F9;
  margin-top: 300px;
  padding-bottom: 77px !important;
}
@media (max-width: 992px) {
  .image-out-box {
    margin-top: 290px;
  }
}
@media (max-width: 576px) {
  .image-out-box {
    margin-top: 207px;
  }
}
.image-out-box .container {
  padding-top: 125px;
  position: relative;
}
.image-out-box .container .text-left {
  color: #007396;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .image-out-box .container .text-left {
    text-align: center !important;
  }
}
.image-out-box .container .btn {
  background: #007396;
  margin-top: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  margin-bottom: 70px;
}
.image-out-box .container .image {
  width: 603px;
  height: 326px;
  position: absolute;
  bottom: 60%;
  right: 0;
}
@media (max-width: 992px) {
  .image-out-box .container .image {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 82%;
    width: 523px;
  }
}
@media (max-width: 576px) {
  .image-out-box .container .image {
    width: auto;
    padding: 10px;
    height: 250px !important;
  }
}
.image-out-box .container .image .w-100 {
  height: 100%;
}

/*********SMALL-IMG-TEXT-RIGHT*************/
.small-img-text-right {
  padding: 0;
}
@media (max-width: 992px) {
  .small-img-text-right {
    margin-top: 25px !important;
  }
}
@media (max-width: 576px) {
  .small-img-text-right {
    padding: 10px;
  }
}
.small-img-text-right h2 {
  color: #007396;
  margin-left: 20px;
  margin-bottom: 50px;
}
.small-img-text-right .row .image {
  height: 368px;
}
@media (max-width: 576px) {
  .small-img-text-right .row .image {
    height: 250px;
  }
}
.small-img-text-right .row .text {
  margin-left: 50px;
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .small-img-text-right .row .text {
    margin-left: 0;
    padding: 15px;
  }
}
.small-img-text-right .row .text .btn {
  background: #007396;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  width: 69px;
  height: 41px;
  margin-top: 20px;
}

/*********SMALL-IMG-TEXT-LEFT*************/
@media (max-width: 992px) {
  .small-img-text-left {
    margin-top: 25px !important;
  }
}
.small-img-text-left h2 {
  color: #007396;
  margin-left: 20px;
  margin-bottom: 50px;
}
.small-img-text-left .row {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .small-img-text-left .row {
    flex-direction: column-reverse;
  }
}
.small-img-text-left .row .image {
  height: 368px;
}
@media (max-width: 576px) {
  .small-img-text-left .row .image {
    height: 250px;
  }
}
.small-img-text-left .row .text {
  margin-top: 20px;
  margin-right: 50px;
  padding: 0;
}
@media (max-width: 991px) {
  .small-img-text-left .row .text {
    padding: 15px;
    margin-right: 0;
  }
}
.small-img-text-left .row .text .btn {
  background: #007396;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  width: 69px;
  height: 41px;
  margin-top: 20px;
}

/*************TWO-IMAGES***********/
.two-images {
  height: auto;
}
@media (max-width: 992px) {
  .two-images {
    margin-top: 50px !important;
  }
}
@media (max-width: 576px) {
  .two-images {
    margin-top: 25px !important;
  }
}
.two-images .row {
  display: flex;
  justify-content: space-between;
}
.two-images .row .col-lg-6 {
  max-width: 645px;
}
@media (max-width: 992px) {
  .two-images .row .col-lg-6 {
    margin-bottom: 50px !important;
  }
}
.two-images .row .col-lg-6 img {
  height: 100%;
}
.two-images .row .col-lg-6 .text {
  margin-left: 20px;
  margin-top: 30px;
}
.two-images .row .col-lg-6 .text .btn {
  background: #007396;
  width: auto;
  color: #fff !important;
  font-weight: bold;
}

/**********IMAGE-OUT-BOX-SMALL************/
.image-out-box-small {
  background: #F1F6F9;
  margin-top: 290px;
}
@media (max-width: 992px) {
  .image-out-box-small {
    margin-top: 195px;
  }
}
@media (max-width: 576px) {
  .image-out-box-small {
    margin-top: 75px;
  }
}
.image-out-box-small .container {
  padding-top: 50px;
  position: relative;
  padding-bottom: 77px !important;
}
@media (max-width: 992px) {
  .image-out-box-small .container {
    padding-top: 150px;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 576px) {
  .image-out-box-small .container {
    padding-top: 181px;
  }
}
.image-out-box-small .container .text-left {
  color: #007396;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .image-out-box-small .container .text-left {
    text-align: center !important;
    margin: auto;
    width: 65% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .image-out-box-small .container .col-5 {
    margin: auto;
    text-align: center;
    width: auto;
  }
}
.image-out-box-small .container .btn {
  background: #007396;
  width: 196px;
  height: 41px;
  margin-top: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
}
.image-out-box-small .container .image {
  width: 603px;
  height: 326px;
  position: absolute;
  bottom: 31%;
  right: 0;
}
@media (max-width: 1200px) {
  .image-out-box-small .container .image {
    width: 523px;
  }
}
@media (max-width: 992px) {
  .image-out-box-small .container .image {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50%;
  }
}
@media (max-width: 576px) {
  .image-out-box-small .container .image {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 250px !important;
  }
}
.image-out-box-small .container .image .w-100 {
  height: 100%;
}

/*************TWO-IMAGES-BIG***********/
.two-images-big {
  height: 817px;
  background: #F1F6F9;
  padding-bottom: 70px !important;
}
@media (max-width: 992px) {
  .two-images-big {
    margin-top: 50px !important;
    height: auto;
  }
}
.two-images-big .col-lg-5 {
  color: #007396;
  padding-top: 50px;
  margin-bottom: 50px;
}
.two-images-big .row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.two-images-big .row .col-lg-6 {
  max-width: 645px;
}
.two-images-big .row .col-lg-6 img {
  height: 100%;
}
.two-images-big .row .col-lg-6 .text {
  margin-left: 20px;
  margin-top: 30px;
}
.two-images-big .row .col-lg-6 .text .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: -59px;
  background: #007396;
  width: auto;
  color: #fff !important;
  font-weight: bold;
}
@media (max-width: 991px) {
  .two-images-big .row .col-lg-6 .text .btn {
    position: unset !important;
    margin-bottom: 20px;
  }
}

/*********NEWS************/
.news {
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .news {
    margin-top: 50px !important;
    padding-bottom: 50px;
  }
}
.news h2 {
  color: #007396;
  margin-bottom: 50px;
}
.news .card {
  padding: 0;
}
.news .card .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 25px !important;
  padding-left: 25px !important;
  margin-top: var(--bs-gutter-y);
}
.news .card img {
  width: 100%;
  height: 100%;
}
.news .card .card-body {
  background: #F1F6F9;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.news .card .card-body .btn {
  width: auto;
  background: #007396;
  color: #fff !important;
  margin-top: 30px;
}

/**********FOOTER************/
.footer {
  height: 421px;
  background: #2D2926;
}
@media (max-width: 991px) {
  .footer {
    height: auto;
  }
}
.footer .container {
  padding-top: 83px;
}
@media (max-width: 991px) {
  .footer .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.footer .container .row .col-lg-4 {
  position: relative;
}
.footer .container .row .col-lg-4 p {
  color: #fff !important;
  margin-bottom: 1px !important;
}
@media (max-width: 991px) {
  .footer .container .row .col-lg-4 ul {
    padding-left: 0;
    margin-top: 20px;
  }
}
.footer .container .row .col-lg-4 ul li {
  color: #fff;
  list-style: none;
  margin-bottom: 1px;
  font-size: 18px;
}
.footer .container .row .col-lg-4 .social-media {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .footer .container .row .col-lg-4 .social-media {
    margin-top: 20px;
  }
}
.footer .container .row .col-lg-4 .social-media img {
  margin-right: 23px;
  width: 39px;
  height: 39px;
}
@media (max-width: 576px) {
  .footer .container .row .col-lg-4 .social-media img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.footer .container .row .col-lg-4 .copyright {
  position: absolute;
  font-size: 14px;
  color: #fff;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .footer .container .row .col-lg-4 .copyright {
    margin-top: 10px;
  }
}
.footer .container .button-up {
  display: flex;
  justify-content: end;
  position: relative;
}
@media (max-width: 991px) {
  .footer .container .button-up {
    justify-content: flex-start;
  }
}
.footer .container .button-up #btnTop {
  margin-top: 80px;
  background: #fff;
  position: absolute;
  right: 8%;
  top: 84%;
}
@media (max-width: 991px) {
  .footer .container .button-up #btnTop {
    margin-top: 22px;
    top: 0;
  }
}

/********FORM********/
.form .fw-bold {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.form .col-lg-6 {
  width: 1021px;
  position: absolute;
  z-index: 999;
  right: 0;
  padding: 0;
  margin-top: 175px;
}
@media (max-width: 992px) {
  .form .col-lg-6 {
    max-width: 100%;
    margin-top: 0;
  }
}
.form .col-lg-6 .table {
  background: #007396;
}
.form .col-lg-6 .table td {
  color: #fff;
}
.form .col-lg-6 .form-header {
  height: 222px;
  background-image: url("../../assets/img/Karriere-bei-Schleifring.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form .col-lg-6 .form-header .title {
  margin-left: 70px;
  padding-top: 56px;
  color: #fff;
}
.form .col-lg-6 .form-header .subtitle {
  margin-left: 70px;
  color: #fff;
}
.form .col-lg-6 .form-body {
  background-color: #fff;
  padding-left: 68px;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid #007396;
  border-top: none;
  padding-right: 9px;
}
@media (max-width: 1200px) {
  .form .col-lg-6 .form-body {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .form .col-lg-6 .form-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.form .col-lg-6 .form-body .input-group {
  width: 411px;
  height: 66px;
  margin-right: 50px;
  float: left;
}
@media (max-width: 1200px) {
  .form .col-lg-6 .form-body .input-group {
    margin-right: 15px;
    width: 407px;
  }
}
@media (max-width: 992px) {
  .form .col-lg-6 .form-body .input-group {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form .col-lg-6 .form-body .input-group {
    height: 40px;
  }
}
.form .col-lg-6 .form-body .input-group .form-control {
  border: 1px solid #007396;
  padding-left: 25px;
}
.form .col-lg-6 .form-body .input-group input {
  font-size: 16px;
}
@media (max-width: 576px) {
  .form .col-lg-6 .form-body .input-group input {
    font-size: 14px;
  }
}
.form .col-lg-6 .form-body .checkbox-group {
  width: 93%;
  border: 1px solid #007396;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: end;
}
@media (max-width: 992px) {
  .form .col-lg-6 .form-body .checkbox-group {
    width: 100%;
  }
}
.form .col-lg-6 .form-body .checkbox-group .fw-bold {
  margin-left: 25px !important;
}
.form .col-lg-6 .form-body .checkbox-group .check-text {
  position: absolute;
  margin-left: 25px;
  margin-top: 22px;
  left: 0;
}
@media (max-width: 650px) {
  .form .col-lg-6 .form-body .checkbox-group .col-9 {
    flex: 0 0 auto !important;
    width: 93.333333% !important;
    margin-top: 40px;
  }
}
.form .col-lg-6 .form-body .checkbox-group .col-9 .row {
  display: flex;
  justify-content: end;
  margin-top: 23px;
  --bs-gutter-y: 23px;
}
@media (max-width: 650px) {
  .form .col-lg-6 .form-body .checkbox-group .col-9 .row {
    flex-direction: column;
  }
}
.form .col-lg-6 .form-body .checkbox-group .col-9 .row .col-4 {
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .form .col-lg-6 .form-body .checkbox-group .col-9 .row .col-4 {
    flex: 0 0 auto !important;
    width: 49.333333% !important;
  }
}
@media (max-width: 650px) {
  .form .col-lg-6 .form-body .checkbox-group .col-9 .row .col-4 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}
.form .col-lg-6 .form-body .checkbox-group .col-9 .row .col-4 input {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}
.form .col-lg-6 .form-body .desc {
  width: 93%;
  border: 1px solid #007396;
}
@media (max-width: 992px) {
  .form .col-lg-6 .form-body .desc {
    width: 100%;
  }
}
.form .col-lg-6 .form-body .desc textarea {
  resize: none;
  height: 312px;
  padding-left: 25px;
  padding-top: 22px;
}
@media (max-width: 992px) {
  .form .col-lg-6 .form-body .desc textarea {
    height: 150px;
  }
}
.form .col-lg-6 .form-body .agree {
  margin-top: 30px;
}
.form .col-lg-6 .form-body .agree .row {
  margin-left: 0px;
}
.form .col-lg-6 .form-body .agree .row input {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #007396;
}
.form .col-lg-6 .form-body .agree .row label {
  font-size: 18px;
  margin-top: -3px;
  padding: 0;
  margin-left: 23px;
}
@media (max-width: 1200px) {
  .form .col-lg-6 .form-body .agree .row label {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .form .col-lg-6 .form-body .agree .row label {
    width: 80%;
  }
}
.form .col-lg-6 .form-body .btn-submit {
  background: #007396;
  color: #fff;
  border: none;
  height: 41px;
  width: 86px;
  margin-top: 31px;
}

/*********TECHNOLOGIE*************/
.container-fluid {
  padding: 0 !important;
  position: relative;
}
.container-fluid .banner-image {
  background-image: url("../../assets/img/Technologie.jpg");
  height: 419px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.container-fluid .w-100 {
  height: 419px;
}
@media (max-width: 991px) {
  .container-fluid .w-100 {
    height: 300px;
  }
}
.container-fluid .banner-text {
  padding-top: 222px;
}
.breadcrumb span {
  margin-left: 20px;
}

.technologie-element {
  margin-top: 106px;
  background-color: #F1F6F9;
}
.technologie-element .container .text-left {
  color: #007396;
  margin-bottom: 50px;
}
.technologie-element .row .col-lg-4 {
  padding: 0;
}
.technologie-element .row .col-lg-4 .w-100 {
  height: 475px;
}
.technologie-element .row .col-lg-5 {
  margin-left: 40px;
  min-width: 600px;
}
.technologie-element .row .col-lg-5 .text-left {
  color: #007396;
}
.technologie-element .row .col-lg-5 .btn {
  background: #007396;
  color: #fff;
  font-weight: bold;
  border: none;
  margin-top: 60px;
}

/**********THREE-ELEMENTS-ALONE***************/
.fw-bold {
  margin-left: 30px;
  color: #007396;
  margin-bottom: 50px;
}

.three-elements-alone .fw-bold {
  margin-left: 30px;
  color: #007396;
  margin-bottom: 50px;
}
@media (max-width: 991.5px) {
  .three-elements-alone {
    position: relative;
    margin-top: 0px;
  }
}
.three-elements-alone .row {
  display: flex;
  justify-content: space-between;
}
.three-elements-alone .row .col-lg-4 {
  background: linear-gradient(to right, #003A4B, #007396);
  height: 467px;
  max-width: 412px;
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .three-elements-alone .row .col-lg-4 {
    margin-top: 20px;
    max-width: unset;
    height: 380px !important;
  }
}
@media (min-width: 992px) {
  .three-elements-alone .row .col-lg-4 {
    width: 30% !important;
  }
}
@media (max-width: 1400px) {
  .three-elements-alone .row .col-lg-4 {
    height: 495px;
  }
}
@media (max-width: 1200px) {
  .three-elements-alone .row .col-lg-4 {
    height: 570px;
  }
}
.three-elements-alone .row .col-lg-4 .col-lg-3 {
  margin-top: 17px !important;
  width: 100px;
  height: 55px;
}
.three-elements-alone .row .col-lg-4 .col-lg-3 img {
  height: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.three-elements-alone .row .col-lg-4 .text-left {
  margin-top: 23px;
  color: #fff;
  font-weight: 630 !important;
  line-height: 24px;
  padding-right: 5px;
}
@media (max-width: 992px) {
  .three-elements-alone .row .col-lg-4 .text-left {
    text-align: center;
  }
}
.three-elements-alone .row .col-lg-4 .light-p {
  color: #fff;
  font-weight: 330;
  line-height: 24px;
  letter-spacing: 0;
}
.three-elements-alone .row .col-lg-4 .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px !important;
  width: 166px;
  height: 41px;
  background: #fff;
  font-size: 14px;
  color: #007396;
  font-weight: 630;
}

/*********VIDEO-TEXT**********/
.video-text {
  background-image: url("../../assets/img/Schleifring.jpg");
  background-color: #F7F7F7;
  height: 571px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.video-text h2 {
  color: #007396;
  margin-left: 20px;
}
.video-text .container .row {
  padding-top: 50px;
}
.video-text .container .row .col-lg-8 {
  height: 471px;
  max-width: 836px;
}
.video-text .container .row .col-lg-3 {
  margin-left: 40px;
}

/***********IMAGE-OUT-BOX-LEFT****************/
.image-out-box-left {
  background: #F1F6F9;
  margin-top: 260px;
  padding-bottom: 160px !important;
}
.image-out-box-left .container .row .image {
  height: 454px;
  margin-top: -100px;
  padding: 0;
}
.image-out-box-left .container .row .text {
  padding-top: 60px;
  margin-left: 40px;
}

/********LUFT-UND-RAUMFAHRT*********/
/***********PRODUCT-OUT-BOX************/
.product-out-box {
  background: #F1F6F9;
  margin-top: 260px;
  padding-bottom: 75px !important;
}
.product-out-box .container .row .image {
  margin-top: -112px;
  padding: 0;
}
.product-out-box .container .row .text {
  padding-top: 60px;
  margin-left: 40px;
}
.product-out-box .container .row .text .text-left {
  color: #007396;
  font-size: 30px !important;
}

/********BIG-PRODUCT-BOX************/
.big-product-box .container .row .col-lg-6 {
  padding: 0;
}
.big-product-box .container .row .col-lg-6 .text-left {
  color: #007396;
  font-size: 30px !important;
  line-height: 40px !important;
  margin-left: 30px;
  letter-spacing: 1.5px !important;
}

.part-of-big-product {
  background: #F1F6F9;
}
.part-of-big-product .container .row .image {
  padding: 0;
  margin-top: -130px;
  height: 327px;
}
.part-of-big-product .container .row .text {
  padding-top: 70px;
  margin-left: 40px;
}
.part-of-big-product .container .row .text h4 {
  color: #007396;
  font-size: 30px !important;
  margin-bottom: 20px;
  font-weight: bold;
}

/*******ENERGIE**********/
.text-out-box {
  position: relative;
  height: 373px;
}
.text-out-box .text-left {
  color: #007396;
  margin-bottom: 45px;
  margin-left: 30px;
}
.text-out-box .text {
  position: absolute;
  background: #F1F6F9;
  top: 350px;
  right: 0;
  margin-right: 83px;
  padding: 30px;
}

/**********INDUSTRIAL-MANUFACTURING***************/
.text-out-box-right {
  position: relative;
  height: 373px;
}
.text-out-box-right .text-left {
  color: #007396;
  margin-bottom: 45px;
  margin-left: 30px;
}
.text-out-box-right .text {
  position: absolute;
  background: #F1F6F9;
  top: 350px;
  left: 0;
  margin-left: 83px;
  padding: 30px;
}

/********BIG-PRODUCT-BOX************/
.big-product-box-reverse .container .row .col-lg-6 {
  padding: 0;
}
.big-product-box-reverse .container .row .col-lg-6 .text-left {
  color: #007396;
  font-size: 30px !important;
  line-height: 40px !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 160px;
}

.part-of-big-product-reverse {
  background: #F1F6F9;
}
.part-of-big-product-reverse .container .row {
  display: flex;
  justify-content: space-between;
}
.part-of-big-product-reverse .container .row .image {
  padding: 0;
  margin-top: -130px;
  height: 327px;
}
.part-of-big-product-reverse .container .row .text {
  padding-top: 70px;
  margin-right: 40px;
}
.part-of-big-product-reverse .container .row .text h4 {
  color: #007396;
  font-size: 30px !important;
  margin-bottom: 20px;
  font-weight: bold;
}

/****************Schleifring bewegt die Welt**************/
/**********SLIDER-JUST-TEXT************/
.slider-just-text {
  position: relative;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 992px) {
  .slider-just-text {
    margin-top: 50px;
  }
}
.slider-just-text .text-left {
  padding-top: 22px;
  padding-bottom: 20px;
  color: #007396;
  font-weight: bold;
  margin-left: -22px;
}
.slider-just-text .swiper {
  position: unset !important;
}
.slider-just-text .swiper .swiper-button-next {
  color: #A5A5A5 !important;
  top: 60%;
}
.slider-just-text .swiper .swiper-button-prev {
  color: #A5A5A5 !important;
  top: 60%;
}
.slider-just-text .card {
  min-height: 387px;
  padding: 30px;
  max-width: 387px;
  cursor: pointer;
  margin-right: 25px;
  background: #F1F6F9;
  border: none;
}
.slider-just-text .card h4 {
  color: #007396;
  margin-bottom: 20px;
  font-weight: bold;
}
.slider-just-text .card img {
  height: 192px;
}
.slider-just-text .card .card-body {
  background-color: #F7F7F7;
}
.slider-just-text .card .card-body .text-center {
  font-weight: bold !important;
  margin-top: 21px;
}
.slider-just-text .card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  display: none;
  opacity: 0.8;
}
.slider-just-text .card .overlay p {
  text-align: center;
  margin-top: 55%;
  font-weight: bold !important;
  color: #007396;
}

/**********BIGEST-ELEMENT**************/
.bigest-element {
  background-image: url("../../assets/img/Schleifring.jpg");
  height: 1188px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.bigest-element .container .text {
  margin-left: 30px;
}
.bigest-element .container .text-left {
  padding-top: 148px;
  color: #007396;
  margin-bottom: 50px;
}
.bigest-element .container .row {
  display: flex;
  justify-content: center;
  --bs-gutter-y: 50px;
  margin-top: 30px;
}
.bigest-element .container .row .card {
  max-width: 387px;
  padding: 0;
  border: none;
  margin-right: 50px;
  height: 300px;
}
.bigest-element .container .row .card .card-header {
  background: #007396;
  color: #fff;
  padding-left: 30px;
}
.bigest-element .container .row .card .card-body {
  padding-left: 30px;
  padding-top: 50px;
}

/**********SLIDER-TEXT-IMAGE************/
.slider-text-image {
  position: relative;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 992px) {
  .slider-text-image {
    margin-top: 50px;
  }
}
.slider-text-image .text-left {
  padding-top: 22px;
  padding-bottom: 20px;
  color: #007396;
  font-weight: bold;
  margin-left: -22px;
}
.slider-text-image .swiper {
  position: unset !important;
}
.slider-text-image .swiper .swiper-button-next {
  color: #A5A5A5 !important;
  top: 60%;
}
.slider-text-image .swiper .swiper-button-prev {
  color: #A5A5A5 !important;
  top: 60%;
}
.slider-text-image .card {
  min-height: 387px;
  padding: 0px;
  max-width: 387px;
  cursor: pointer;
  margin-right: 25px;
  background: #F1F6F9;
  border: none;
}
.slider-text-image .card h4 {
  color: #007396;
  margin-bottom: 20px;
  font-weight: bold;
}
.slider-text-image .card img {
  height: 270px;
}
.slider-text-image .card .card-body {
  background-color: #F7F7F7;
}
.slider-text-image .card .card-body .text-center {
  font-weight: bold !important;
  margin-top: 21px;
}
.slider-text-image .card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  display: none;
  opacity: 0.8;
}
.slider-text-image .card .overlay p {
  text-align: center;
  margin-top: 55%;
  font-weight: bold !important;
  color: #007396;
}

/********BOX-ELEMENT************/
.box-element .text-left {
  color: #007396;
  font-weight: bold;
  margin-bottom: 50px;
}
.box-element .row .card {
  padding: 0;
  border: none;
  max-width: 605px;
  margin-right: 50px;
}
.box-element .row .card img {
  height: 200px;
}
.box-element .row .card .card-body {
  background: #F1F6F9;
  padding: 30px;
}
.box-element .row .card .card-body h4 {
  color: #007396;
  font-weight: bold;
}

/******SOCIAL-MEDIA-CENTER*******/
.social-media-center {
  background: #F1F6F9;
}
.social-media-center .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-media-center .container .social-media img {
  width: 74px;
  height: 74px;
  margin-right: 50px;
}

/********NAVBAR-DROPDOWN************/
@media (max-width: 991px) {
  .dropdown {
    display: block !important;
    height: auto !important;
  }
}
.dropdown .dropdown-menu {
  padding-top: 32px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 77px;
  top: 70px;
  width: 300px;
  margin-left: -47px;
}
@media (max-width: 992px) {
  .dropdown .dropdown-menu {
    padding-left: 47px;
    border: none;
    padding-top: 40px;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  border-left: 1px solid #707070;
  background: none;
  color: #2D2928 !important;
}
@media (max-width: 992px) {
  .dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 10px;
    height: 20px;
  }
}
.dropdown .dropdown-menu .dropdown-item:hover {
  font-weight: 700;
}
.dropdown .dropdown-menu .dropdown-item .active {
  font-weight: 700;
}
@media (max-width: 992px) {
  .dropdown .dropdown-menu .dropdown-item a {
    font-size: 14px;
  }
}
.dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
