@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=1e1681c3-1c5e-4fbf-b5ac-85708d5deada&fontids=742861,742867,742870");
@font-face {
  font-family: "Neo Sans Medium";
  src: url("../fonts/neo_sans_medium/neo_sans_medium.woff2") format("woff2"), url("../fonts/neo_sans_medium/neo_sans_medium.woff") format("woff"); }
@font-face {
  font-family: "Neo Sans Regular";
  src: url("../fonts/neo_sans_regular/neo_sans_regular.woff2") format("woff2"), url("../fonts/neo_sans_regular/neo_sans_regular.woff") format("woff"); }
@font-face {
  font-family: "Neo Sans Italic";
  src: url("../fonts/neo_sans_italic/neo_sans_italic.woff2") format("woff2"), url("../fonts/neo_sans_italic/neo_sans_italic.woff") format("woff"); }
.background-light-beige {
  background-color: #efeeec; }

.background-dark-beige {
  background-color: #cac5c0; }

.background-orange {
  background-color: #ec8617; }

.background-black {
  background-color: black; }

.background-white {
  background-color: white; }

html, body {
  height: 100%;
  width: 100%; }

body, h1, h2, h3, h4, h5, h6, p, a, div, ul {
  margin: 0;
  padding: 0; }

body, h1, h2, h3, li, span, p, a, div {
  font-family: 'Neo Sans Regular', sans-serif; }

.bold {
  font-family: 'Neo Sans Medium', sans-serif; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

a {
  text-decoration: none; }

h1 {
  color: white;
  font-size: 62px;
  letter-spacing: 3px;
  margin-bottom: 80px; }

h3 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 5px; }

p {
  text-align: center;
  color: #8f8a86;
  font-size: 28px; }

li {
  color: #ec8617;
  font-size: 28px; }
  li span {
    color: #8f8a86; }

.content-link i {
  font-size: 50px;
  vertical-align: middle;
  color: #ec8617; }
.content-link span {
  vertical-align: middle;
  font-family: 'Neo Sans Italic', sans-serif; }

.animated-link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #8f8a86; }
  .animated-link.link-hover {
    border-bottom: 2px solid transparent; }

.animated-link-inactive {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid transparent; }
  .animated-link-inactive.link-hover {
    border-bottom: 2px solid #8f8a86; }

.layout-container-left {
  max-width: 1250px;
  width: 100%;
  margin: 0 0 0 auto; }

.layout-container-middle {
  max-width: 2500px;
  width: 100%;
  margin: 0 auto; }

.layout-container-right {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto 0 0; }

.info-icon {
  color: white;
  font-size: 60px;
  line-height: 120px !important;
  display: block !important;
  text-align: center; }

.shopping-cart {
  cursor: pointer; }
  .shopping-cart i {
    font-size: 36px;
    color: #ec8617;
    margin: 0 0 0 15px;
    vertical-align: middle; }
  .shopping-cart span {
    vertical-align: middle;
    margin-left: 18px; }

.shopping-cart-mobile {
  color: #b2aa9f !important; }
  .shopping-cart-mobile i {
    vertical-align: middle;
    font-size: 18px; }
  .shopping-cart-mobile span {
    vertical-align: middle;
    color: #b2aa9f !important;
    margin-left: 10px; }

.globe {
  cursor: pointer; }
  .globe i.fa-globe {
    font-size: 36px;
    color: #b2aa9f;
    margin: 0 0 0 15px;
    vertical-align: middle; }
  .globe i.dropdown {
    vertical-align: middle; }
  .globe span {
    vertical-align: middle;
    text-transform: uppercase; }

.hr {
  width: 50%;
  height: 2px;
  background-color: #8f8a86;
  margin: 50px auto; }

.vertical-line:after {
  content: "";
  background-color: #8f8a86;
  position: absolute;
  width: 2px;
  height: 139px;
  top: 313px;
  left: 50%;
  display: block; }

.no-padding {
  padding: 0 !important; }

@media screen and (min-width: 2500px) {
  .no-padding-fullscreen {
    padding: 0 !important; } }
.modal .modal-header .modal-title {
  display: inline-block; }
.modal .modal-header .close {
  font-size: 28px; }
.modal .modal-body {
  background: #efeeec;
  border-radius: 0 0 5px 5px; }
  .modal .modal-body .modal-shop-img {
    display: flex;
    justify-content: center; }
    .modal .modal-body .modal-shop-img p {
      padding: 20px; }
    .modal .modal-body .modal-shop-img img {
      margin: 15px 0;
      vertical-align: middle;
      width: auto;
      max-width: 300px;
      height: 90px; }
  .modal .modal-body .title-shops {
    display: flex;
    justify-content: space-between; }
    .modal .modal-body .title-shops select {
      border: none;
      outline: none;
      background: transparent;
      font-family: 'Neo Sans Regular', sans-serif;
      cursor: pointer; }
    .modal .modal-body .title-shops i {
      width: 30px; }
  .modal .modal-body .hidden {
    display: none; }

/********** HEADER **********/
header {
  height: 160px;
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  header .logo {
    max-width: 1250px;
    margin: 0 0 0 auto; }
    header .logo img {
      height: 74px;
      width: auto;
      margin: 43px 0 43px 20%; }
      @media screen and (min-width: 1200px) and (max-width: 1400px) {
        header .logo img {
          margin-left: 6% !important; } }
  header .navigation {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    max-width: 1250px;
    margin: 0 auto 0 0; }
    header .navigation .nav-top {
      height: 30px;
      margin: 30px 0 20px 0; }
      header .navigation .nav-top ul {
        list-style-type: none;
        margin-right: 180px; }
        header .navigation .nav-top ul li a {
          float: right;
          line-height: 30px;
          margin: 0 15px;
          font-size: 18px; }
        header .navigation .nav-top ul .nav-shop a {
          font-size: 26px;
          margin: 0 20px 0 0; }
          header .navigation .nav-top ul .nav-shop a span {
            color: #ec8617;
            font-family: 'Neo Sans Medium', sans-serif; }
        header .navigation .nav-top ul .nav-contact a {
          color: #b2aa9f;
          margin: 3px 146px 0 0; }
          header .navigation .nav-top ul .nav-contact a span {
            color: #b2aa9f; }
          header .navigation .nav-top ul .nav-contact a.fr-contact {
            margin: 3px 204px 0 0; }
        header .navigation .nav-top ul li.nav-lang a {
          color: #b2aa9f;
          margin: 0 90px 0 0; }
          header .navigation .nav-top ul li.nav-lang a span {
            color: #b2aa9f;
            font-family: 'Neo Sans Medium', sans-serif; }
          header .navigation .nav-top ul li.nav-lang a.fr-lang {
            margin: 0 56px 0 0; }
    header .navigation .nav-main {
      height: 30px;
      margin: 20px 0 30px 0; }
      header .navigation .nav-main ul {
        list-style-type: none;
        margin-right: 180px; }
        header .navigation .nav-main ul li a {
          color: white;
          float: right;
          line-height: 30px;
          font-family: 'Neo Sans Medium', sans-serif;
          margin: 0 25px;
          font-size: 18px; }
      header .navigation .nav-main.fr-nav ul li a {
        margin: 0 9px; }
  header .language {
    z-index: 1;
    position: absolute;
    right: 815px;
    width: calc(100% - 615px);
    display: flex;
    justify-content: end; }
    header .language ul {
      margin: 2px 0 0 !important; }
      header .language ul li {
        list-style-type: none;
        line-height: 50px; }
        header .language ul li a {
          font-family: 'Neo Sans Medium', sans-serif; }
        header .language ul li .lang-item {
          margin: 0 !important;
          line-height: 33.5px !important;
          text-transform: uppercase; }
    header .language.fr-language {
      right: 820px; }
  header .mobile-nav {
    background-color: black;
    display: inline-block;
    padding: 25px 50px;
    position: absolute;
    top: 80px;
    right: 0; }
    header .mobile-nav ul li {
      list-style-type: none;
      line-height: 50px; }
      header .mobile-nav ul li a, header .mobile-nav ul li a span {
        color: white;
        font-size: 18px;
        font-family: 'Neo Sans Medium', sans-serif; }
        header .mobile-nav ul li a.contact-mobile, header .mobile-nav ul li a span.contact-mobile {
          color: #b2aa9f; }
    header .mobile-nav .hr {
      height: 1px;
      background-color: #b2aa9f;
      margin: 50px 0 20px; }
  header .hamburger {
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    header .hamburger .line {
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
  header .line:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  header .line:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  header .line:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  header .hamburger.open .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .hamburger.open .line:nth-child(2) {
    width: 0;
    opacity: 0; }
  header .hamburger.open .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/********** HOME **********/
.home-mobile {
  display: none !important; }

.home {
  height: 969px; }
  .home .container-left {
    background-color: #ec8617;
    display: flex;
    align-items: center; }
    .home .container-left .home-left {
      margin: 160px 0 0 20%; }
      .home .container-left .home-left a {
        color: white; }
        .home .container-left .home-left a div {
          background-color: #333333;
          display: inline-block;
          padding: 15px 25px;
          border-radius: 20px;
          letter-spacing: 3px;
          font-size: 14px;
          transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s; }
          .home .container-left .home-left a div:hover {
            background-color: #4f4f51; }
          .home .container-left .home-left a div h2 i {
            font-size: 38px;
            vertical-align: middle; }
          .home .container-left .home-left a div h2 span {
            vertical-align: middle; }
  .home .container-right {
    background-color: #efeeec; }
    .home .container-right .home-right {
      display: flex;
      align-items: center;
      height: calc(100% - 160px);
      margin-top: 160px;
      max-width: 1250px; }
      .home .container-right .home-right img {
        width: 75%;
        max-width: 825px;
        display: block;
        margin: 0 auto; }

.home-videos .video-block {
  display: inline-block;
  width: 100%; }
  .home-videos .video-block h2 {
    color: black;
    text-align: center;
    margin: 50px 0;
    font-size: 36px; }
  .home-videos .video-block iframe {
    display: block;
    margin: 0 auto;
    width: 390px;
    height: 220px; }
    @media screen and (min-width: 1750px) {
      .home-videos .video-block iframe {
        width: 560px;
        height: 315px; } }
    @media screen and (max-width: 450px) {
      .home-videos .video-block iframe {
        width: 275px;
        height: 155px; } }
  .home-videos .video-block p.video-subtitle {
    margin: 10px 0 100px; }
  @media screen and (max-width: 560px) {
    .home-videos .video-block h2 {
      font-size: 25.5px; }
    .home-videos .video-block p.video-subtitle {
      font-size: 24px; } }

/********** SHORT INFO **********/
.short-info {
  height: 520px; }
  .short-info .title-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ec8617;
    display: block;
    margin: 40px auto; }
  .short-info h1 {
    color: black;
    text-align: center; }
  .short-info h2 {
    text-align: center;
    font-size: 36px;
    color: black; }
  .short-info ul {
    text-align: center;
    list-style: none; }
    .short-info ul li {
      color: #8f8a86; }
  .short-info img {
    width: 68%;
    display: block;
    max-height: 420px;
    margin: 50px auto; }
  .short-info a {
    color: #8f8a86; }
  .short-info .short-info-text {
    width: 80%;
    margin: 0 auto 65px; }
    .short-info .short-info-text .orange-text {
      color: #ec8617; }
  .short-info .bohrtiefe {
    display: flex;
    align-items: center; }
  .short-info .contact {
    float: left;
    width: 50%;
    display: inline-block; }
  .short-info.legal-notice {
    height: 625px; }
  .short-info.client-wish {
    height: unset; }
    .short-info.client-wish .title-icon {
      margin: 90px auto 30px; }
    .short-info.client-wish .short-info-text p {
      line-height: 40px; }
      .short-info.client-wish .short-info-text p a {
        font-family: 'Neo Sans Italic', sans-serif; }

/********** TILES **********/
.tiles {
  min-height: 1350px;
  background-color: #efeeec; }
  .tiles .col {
    padding: 0 25px; }
  .tiles .layout-container {
    margin: 0 8.5%;
    padding: 75px 0; }
    .tiles .layout-container .dark-tile {
      background-color: #4f4f51; }
      .tiles .layout-container .dark-tile h3, .tiles .layout-container .dark-tile p {
        color: white; }
    .tiles .layout-container .light-tile {
      background-color: white; }
      .tiles .layout-container .light-tile h3, .tiles .layout-container .light-tile p {
        color: #333333; }
    .tiles .layout-container .dark-tile, .tiles .layout-container .light-tile {
      height: 370px;
      border-radius: 25px;
      box-shadow: 8px 8px 8px #cac5c0;
      margin-top: 25px;
      margin-bottom: 25px;
      text-align: center; }
      .tiles .layout-container .dark-tile p, .tiles .layout-container .light-tile p {
        line-height: 25px;
        font-size: 16px;
        margin: 0 5%; }
    @media screen and (min-width: 1920px) {
      .tiles .layout-container {
        margin: 0 9.25%; } }
    @media screen and (max-width: 500px) {
      .tiles .layout-container {
        margin: 0; } }
  .tiles .first-column div.col:nth-child(1) div img {
    margin: 75px 0 35px;
    height: 80px; }
  .tiles .first-column div.col:nth-child(2) div img {
    margin: 57px 0 17px;
    height: 116px; }
  .tiles .first-column div.col:nth-child(3) div img {
    margin: 80px 0 20px;
    height: 90px; }
  .tiles .second-column div.col:nth-child(1) div img {
    margin: 60px 0 25px;
    height: 120px; }
  .tiles .second-column div.col:nth-child(2) div img, .tiles .second-column div.col:nth-child(3) div img {
    margin: 60px 0 25px;
    height: 116px; }
  .tiles .third-column div.col:nth-child(1) div img {
    margin: 50px 0 30px;
    height: 130px; }
  .tiles .third-column div.col:nth-child(2) div img {
    margin: 80px 0 25px;
    height: 105px; }
  .tiles .third-column div.col:nth-child(3) div img {
    margin: 80px 0 30px;
    height: 100px; }
  @media screen and (min-width: 1200px) and (max-width: 1480px), screen and (max-width: 500px) {
    .tiles .first-column div.col:nth-child(1) div img {
      width: 22%;
      height: auto; }
    .tiles .first-column div.col:nth-child(2) div img {
      width: 71%;
      height: auto; }
    .tiles .first-column div.col:nth-child(3) div img {
      width: 54%;
      height: auto; }
    .tiles .second-column div.col:nth-child(1) div img {
      width: 72%;
      height: auto; }
    .tiles .second-column div.col:nth-child(2) div img {
      width: 74%;
      height: auto; }
    .tiles .second-column div.col:nth-child(3) div img {
      width: 63%;
      height: auto; }
    .tiles .third-column div.col:nth-child(1) div img {
      width: 90%;
      height: auto; }
    .tiles .third-column div.col:nth-child(2) div img {
      width: 31%;
      height: auto; }
    .tiles .third-column div.col:nth-child(3) div img {
      width: 30%;
      height: auto; } }

/********** HALF BLOCK INFO **********/
.half-block-info {
  height: 570px; }
  .half-block-info .half-block-text .text-block-left {
    margin: 100px 0 0 20%;
    max-width: 70%; }
    .half-block-info .half-block-text .text-block-left.drill {
      margin-top: 120px; }
  .half-block-info .half-block-text .text-block-right {
    margin: 110px 0 0 12%;
    max-width: 60%; }
    .half-block-info .half-block-text .text-block-right h2 {
      margin-bottom: 40px; }
  .half-block-info .half-block-text h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 36px;
    color: black; }
  .half-block-info .half-block-text li {
    margin: 0 0 5px 28px;
    line-height: 40px; }
    .half-block-info .half-block-text li:last-child {
      margin-bottom: 30px; }
  .half-block-info .half-block-text a {
    color: #8f8a86;
    font-size: 28px;
    line-height: 50px;
    margin-top: 50px; }
    .half-block-info .half-block-text a span {
      margin-left: 35px; }
  .half-block-info .half-block-img {
    min-height: 570px;
    display: flex;
    align-items: center; }
    .half-block-info .half-block-img img {
      width: 100%;
      display: block; }
    .half-block-info .half-block-img #img-dusafix-ausfuehrungen {
      height: 490px;
      margin: 40px auto; }
      @media screen and (min-width: 2500px) {
        .half-block-info .half-block-img #img-dusafix-ausfuehrungen {
          margin: 40px auto 40px 4%; } }
    .half-block-info .half-block-img #img-bohrer-ausfuehrungen {
      height: 490px;
      margin: 40px auto; }
  .half-block-info .application-areas {
    background-image: url("/assets/img/dusafix_einsatzbereiche.jpg"); }

.full-size-img {
  padding: 0 !important;
  min-height: 570px !important;
  background-size: cover;
  background-position: center; }
  .full-size-img img {
    display: none;
    width: 100%; }
  @media screen and (min-width: 1920px) {
    .full-size-img {
      background-image: none !important; }
      .full-size-img img {
        display: block; } }

/********** LOGO LINKS **********/
.logo-links {
  min-height: 250px; }
  .logo-links .logo-container {
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: center; }
    .logo-links .logo-container .logo-block {
      text-align: center;
      width: 30%; }
      .logo-links .logo-container .logo-block #sfs-logo {
        height: 105px;
        width: fit-content;
        margin: 0 auto; }
        .logo-links .logo-container .logo-block #sfs-logo img {
          height: 105px; }
      .logo-links .logo-container .logo-block #rwdm-logo {
        height: 112px;
        width: fit-content;
        margin: 0 auto; }
        .logo-links .logo-container .logo-block #rwdm-logo img {
          height: 112px; }

/********** HALF BLOCK **********/
.half-block-mobile {
  display: none !important; }
  .half-block-mobile .full-size-img.downloads-header {
    background-image: url("/assets/img/headerbild_downloads.jpg");
    min-height: 570px; }
  .half-block-mobile .full-size-img.contact-header {
    background-image: url("/assets/img/dusafix_einsatzbereiche.jpg"); }

.half-block-desktop.downloads-header {
  background-image: url("/assets/img/headerbild_downloads.jpg"); }
.half-block-desktop.contact-header {
  background-image: url("/assets/img/dusafix_einsatzbereiche.jpg"); }

.first-block {
  margin-top: 160px;
  height: unset !important; }

.half-block {
  height: 570px; }
  .half-block .half-block-text .text-block-left {
    margin: 190px 0 0 20%; }
    .half-block .half-block-text .text-block-left h1 {
      font-size: 70px;
      line-height: 90px; }
    .half-block .half-block-text .text-block-left h2 {
      font-size: 40px;
      margin-bottom: 30px; }
    .half-block .half-block-text .text-block-left.brand-text {
      margin-top: 120px; }
  .half-block .half-block-text .text-block-right {
    margin: 100px 0 0 25%; }
    .half-block .half-block-text .text-block-right h2 {
      font-size: 40px;
      margin-bottom: 50px; }
  .half-block .half-block-text .text-block-left ul, .half-block .half-block-text .text-block-right ul {
    display: inline-block; }
    .half-block .half-block-text .text-block-left ul li, .half-block .half-block-text .text-block-right ul li {
      margin-left: 28px;
      line-height: 60px;
      letter-spacing: 1px;
      font-size: 30px; }
  .half-block .half-block-text .text-block-left li, .half-block .half-block-text .text-block-left a, .half-block .half-block-text .text-block-right li, .half-block .half-block-text .text-block-right a {
    color: #8f8a86; }
  .half-block .half-block-img img {
    display: block;
    max-width: 960px;
    height: 570px;
    margin: 0 auto;
    vertical-align: middle; }
    @media screen and (min-width: 2100px) {
      .half-block .half-block-img img.documentation {
        width: 45% !important; } }
    .half-block .half-block-img img.documentation {
      width: 65%;
      max-width: 600px; }
    .half-block .half-block-img img.cad {
      width: 100%;
      float: right;
      margin: 0; }
    .half-block .half-block-img img.brand-img {
      width: 65%; }

/********** MEDIA SECTION **********/
.media .dusafix-media {
  margin: 100px 0 100px 10%; }
  .media .dusafix-media h2 {
    font-size: 40px;
    margin-bottom: 30px; }
  .media .dusafix-media p {
    margin-bottom: 10px;
    text-align: left;
    line-height: 50px; }
    .media .dusafix-media p a {
      font-size: 30px;
      color: #8f8a86; }
    .media .dusafix-media p i {
      color: #b2aa9f;
      font-size: 40px;
      margin-right: 25px;
      vertical-align: middle; }
    .media .dusafix-media p .small {
      font-size: 80%;
      font-weight: 400; }
    @media screen and (max-width: 490px) {
      .media .dusafix-media p {
        word-break: break-word; }
        .media .dusafix-media p i {
          display: none; } }

/********** CONTACT PAGE **********/
.contact-page .short-info {
  height: 570px; }
  .contact-page .short-info .contact-info {
    width: 75%;
    margin: 0 auto; }

/********** PRIVACY POLICY **********/
.privacy-policy {
  height: unset;
  margin-top: 160px;
  word-break: break-word; }
  .privacy-policy .short-info-text {
    margin-top: 160px; }
    .privacy-policy .short-info-text h1 {
      color: #ec8617; }

/********** ERROR 404 **********/
.error-404 div {
  min-height: 570px;
  margin-top: 160px;
  display: flex;
  align-items: center; }
  .error-404 div h1 {
    color: black;
    margin-left: 10%; }

/********** FOOTER **********/
footer {
  min-height: 430px;
  background-color: #1e140f; }
  footer .link-hover {
    border-bottom: 2px solid white !important; }
  footer h4 {
    color: #ec8617;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 28px; }
  footer ul {
    list-style-type: none; }
    footer ul li {
      margin-top: 5px; }
    footer ul li, footer ul a {
      font-size: 20px;
      color: white;
      list-style-type: none;
      letter-spacing: 1.5px; }
  footer img {
    height: 50px;
    float: right;
    margin-bottom: 100px; }
  footer .layout-container {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 100px 0; }
  footer .social-icon {
    width: 36px;
    height: 36px;
    background-color: #ec8617;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-left: 12px;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 36px; }
  footer .facebook {
    font-size: 28px;
    line-height: 42px; }
  footer .footer-social-mobile:nth-child(2) {
    padding: 0; }
  @media screen and (max-width: 1760px) {
    footer .layout-container {
      width: 95%; } }
  @media screen and (max-width: 992px) {
    footer .footer-text:nth-child(3) {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    footer .footer-text:nth-child(2) {
      margin-top: 50px; }
    footer .footer-social-mobile:nth-child(1) {
      display: none !important; }
    footer .footer-social-mobile:nth-child(2) {
      padding-right: 0 !important;
      justify-content: center !important; } }

/********** MEDIA QUERIES **********/
/********** MAX WIDTH 1720px **********/
@media screen and (max-width: 1720px) {
  header .language {
    right: 630px; }
    header .language.fr-language {
      right: 645px; }
  header .navigation .nav-top ul, header .navigation .nav-main ul {
    margin-right: 0; }

  .half-block-info .half-block-text .text-block-left {
    max-width: none;
    margin: 50px 0 0 20%; } }
/********** MAX WIDTH 1400px **********/
@media screen and (max-width: 1400px) {
  .home .container-left .home-left {
    margin: 160px 0 0 6%; }

  .half-block-info .half-block-text .text-block-right {
    margin: 70px 0 70px 9.5%;
    max-width: none; } }
/********** MAX WIDTH 1374px **********/
@media screen and (max-width: 1374px) {
  header {
    height: 80px !important; }
    header .logo img {
      height: 38px;
      margin: 21px 0 21px 20%; }
    header .desktop-nav {
      display: none; }
    header .hamburger {
      float: right;
      display: block !important;
      margin: 15.8px 15px 15.8px 0;
      padding: 0.5rem 1rem;
      position: relative;
      cursor: pointer; }
    header .line {
      width: 1.6rem;
      height: 0.25rem;
      background-color: white;
      display: block;
      margin: 0.32rem auto; }
    header .mobile-lang {
      display: block !important;
      color: #b2aa9f;
      position: absolute;
      top: 28.3px;
      right: 115px; }

  .first-block {
    margin-top: 80px; } }
/********** MAX WIDTH 1200px **********/
@media screen and (max-width: 1200px) {
  .vertical-line:after {
    display: none; }

  .home-mobile {
    display: flex !important;
    align-items: center;
    background-color: #efeeec;
    height: unset !important; }
    .home-mobile .container-right {
      margin: 50px 0; }
      .home-mobile .container-right .home-right {
        margin-top: 0 !important; }

  .home .home-desktop {
    display: none; }
  .home .container-left {
    height: 100%;
    justify-content: center; }
    .home .container-left .home-left {
      margin: 80px 0 0 0;
      text-align: center; }

  .short-info {
    height: unset !important; }
    .short-info .hr {
      display: block !important; }
    .short-info .bohrtiefe {
      margin: 75px 0; }
      .short-info .bohrtiefe img {
        width: 100%;
        margin: 0 auto; }
    .short-info .contact {
      width: unset;
      float: unset;
      display: unset; }

  .half-block-info {
    height: unset; }
    .half-block-info .half-block-text {
      min-height: 570px;
      display: flex;
      align-items: center; }
      .half-block-info .half-block-text .text-block-left {
        margin: 70px 0 70px 9.5% !important; }

  .logo-links .logo-container {
    display: block; }
    .logo-links .logo-container .logo-block {
      width: 100%; }
      .logo-links .logo-container .logo-block:nth-child(1) {
        margin: 50px 0 25px; }
        .logo-links .logo-container .logo-block:nth-child(1) img {
          height: 84px !important; }
      .logo-links .logo-container .logo-block:nth-child(2) {
        margin: 25px 0 50px; }
        .logo-links .logo-container .logo-block:nth-child(2) img {
          height: 90px !important; }

  .half-block-mobile {
    display: flex !important;
    align-items: center;
    height: auto !important; }
    .half-block-mobile img {
      height: auto !important; }

  .half-block-desktop {
    display: none; }

  .half-block {
    height: auto; }
    .half-block .half-block-text .text-block-left, .half-block .half-block-text .text-block-right {
      margin: 130px 0 130px 9.5%;
      word-break: break-word; }
    .half-block .half-block-img img.documentation {
      margin: 5% auto;
      width: 100% !important; }
    .half-block .half-block-img img.cad {
      margin: 0 auto !important;
      float: none !important; }

  footer .footer-text {
    text-align: center; }
  footer .footer-social {
    margin-top: 100px; }
    footer .footer-social .footer-social-mobile:nth-child(1) {
      display: flex;
      padding-left: 25px !important; }
    footer .footer-social .footer-social-mobile:nth-child(2) {
      display: flex;
      align-items: center;
      justify-content: end;
      padding-right: 25px; }
  footer img {
    margin-bottom: 0; } }
/********** MAX WIDTH 620px **********/
@media screen and (max-width: 620px) {
  .home .container-left .home-left h1 span {
    display: block !important; }

  .half-block .half-block-text .text-block-left h1 {
    font-size: 60px;
    line-height: 60px; }
  .half-block .half-block-img img {
    height: 350px; } }
/********** MAX WIDTH 460px **********/
@media screen and (max-width: 460px) {
  header .logo img {
    height: 30px;
    margin: 25px 0 25px 5%; }
  header .mobile-lang {
    right: 75px; }
  header .hamburger {
    margin-right: 0; }

  .home .home-left h1 {
    word-break: break-word; }

  .short-info .short-info-text {
    word-break: break-word;
    width: 100%; }

  .half-block-info .half-block-text .text-block-left {
    word-break: break-word;
    margin-left: 2.5% !important; }
  .half-block-info .half-block-text .text-block-right {
    word-break: break-word;
    margin: 70px 0 70px 2.5%; }

  .half-block .half-block-text .text-block-left, .half-block .half-block-text .text-block-right {
    margin-left: 2.5%; } }

/*# sourceMappingURL=style.css.map */
